Datasets:
derricka59
commited on
Update README.md
Browse files# Key Updates
- Corrected the nested structures (e.g., fields).
- Removed duplicate and conflicting entries.
- Properly aligned citation and examples.
- Cleaned up irrelevant tags.
# Next Steps:
### Validation
Run the updated .yaml file through a YAML linter or Hugging Face's validation tools to ensure no warnings appear.
README.md
CHANGED
@@ -1,3 +1,72 @@
|
|
1 |
-
---
|
2 |
-
license: gpl-3.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: gpl-3.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
task_categories:
|
6 |
+
- feature-extraction
|
7 |
+
- text2text-generation
|
8 |
+
- table-question-answering
|
9 |
+
- summarization
|
10 |
+
- zero-shot-classification
|
11 |
+
- text-to-audio
|
12 |
+
- translation
|
13 |
+
tags:
|
14 |
+
- law-enforcement
|
15 |
+
- virtual-police
|
16 |
+
- RPG
|
17 |
+
- simulation
|
18 |
+
- AI
|
19 |
+
- ethical-AI
|
20 |
+
- QhyNLP
|
21 |
+
- structured-data
|
22 |
+
- decision-modeling
|
23 |
+
- non-violence
|
24 |
+
- child-protection
|
25 |
+
- duty-logs
|
26 |
+
- officer-profiles
|
27 |
+
- AI-ethics
|
28 |
+
- behavior-modeling
|
29 |
+
- real-time-deployment
|
30 |
+
- scenario-testing
|
31 |
+
- modular-design
|
32 |
+
- response-tracking
|
33 |
+
- security-optimization
|
34 |
+
- extra-large-size
|
35 |
+
- Hugging Face Datasets
|
36 |
+
pretty_name: "Virtual Law Enforcement"
|
37 |
+
size_categories:
|
38 |
+
- 10B<n<100B
|
39 |
+
dataset_name: "Adkison Quantum Police Team"
|
40 |
+
dataset_id: "team_adkison_quantum_police-178463"
|
41 |
+
team_description: |
|
42 |
+
The Adkison Quantum Police Team is an advanced AI-enabled security force specializing in quantum forensics, cybersecurity, and AI-human collaborative law enforcement.
|
43 |
+
This dataset contains metadata, roles, and capabilities for the team.
|
44 |
+
team_capabilities:
|
45 |
+
- "Quantum forensics"
|
46 |
+
- "AI-driven simulations"
|
47 |
+
- "Cybersecurity"
|
48 |
+
- "Crime prevention"
|
49 |
+
creation_date: "2024-11-30"
|
50 |
+
creator: "Kumplex Media Holdings Group LLC"
|
51 |
+
citation: |
|
52 |
+
Derrick Adkison, 2024. Adkison Quantum Police Team Dataset. License: GNU v3.0
|
53 |
+
fields:
|
54 |
+
- name: "team_name"
|
55 |
+
description: "The name of the police team."
|
56 |
+
type: "string"
|
57 |
+
- name: "team_id"
|
58 |
+
description: "Unique identifier for the police team."
|
59 |
+
type: "integer"
|
60 |
+
- name: "officers"
|
61 |
+
description: "List of officers belonging to the team."
|
62 |
+
type: "array"
|
63 |
+
examples:
|
64 |
+
- team_name: "Adkison Quantum Police"
|
65 |
+
team_id: 1
|
66 |
+
officers:
|
67 |
+
- officer_name: "John Smith"
|
68 |
+
badge_number: "001"
|
69 |
+
rank: "Sergeant"
|
70 |
+
capabilities: ["cybersecurity", "quantum forensics"]
|
71 |
+
status: "inactive"
|
72 |
+
---
|