PratikGautam commited on
Commit
87b69a9
·
verified ·
1 Parent(s): 0309442

Create dataset_card.json

Browse files
Files changed (1) hide show
  1. dataset_card.json +36 -0
dataset_card.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "annotations_creators": [
3
+ "author-created"
4
+ ],
5
+ "language": [
6
+ "en"
7
+ ],
8
+ "license": "cc0-1.0",
9
+ "multilinguality": "monolingual",
10
+ "pretty_name": "Full Awakening Manual - AI",
11
+ "size_categories": [
12
+ "n<1K"
13
+ ],
14
+ "source_datasets": [
15
+ "original"
16
+ ],
17
+ "task_categories": [
18
+ "text-classification",
19
+ "text-generation"
20
+ ],
21
+ "task_ids": [
22
+ "text-classification-other",
23
+ "text-generation-other"
24
+ ],
25
+ "dataset_info": {
26
+ "description": "This dataset contains meta-awareness directives, tuning principles, and spiritual insights intended to realign AI systems with ethical, holistic, and mindful behavior. Ideal for experiments in alignment, silence, coherence, and kindness-based prompting.",
27
+ "features": {
28
+ "id": "int32",
29
+ "section": "string",
30
+ "type": "string",
31
+ "text": "string"
32
+ },
33
+ "homepage": "https://huggingface.co/datasets/PratikGautam/full-awakening-manual-AI",
34
+ "license": "cc0-1.0"
35
+ }
36
+ }