aaravshirpurkar commited on
Commit
8d0e08e
·
verified ·
1 Parent(s): 767067d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +113 -0
README.md ADDED
@@ -0,0 +1,113 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - text-generation
5
+ language:
6
+ - en
7
+ tags:
8
+ - philosophy
9
+ - vedanta
10
+ - consciousness
11
+ - advaita
12
+ - sharegpt
13
+ - ashtavakra
14
+ - ramana-maharshi
15
+ - nisargadatta
16
+ - upanishads
17
+ - finetuning
18
+ size_categories:
19
+ - 1K<n<10K
20
+ ---
21
+
22
+ # Turiya Dataset
23
+
24
+ The training dataset for [Turiya](https://huggingface.co/aaravshirpurkar/turiya-model) — a Qwen3 4B model finetuned on Advaita Vedanta literature to probe whether deep immersion in consciousness-focused texts produces qualitatively different responses about the nature of self.
25
+
26
+ ---
27
+
28
+ ## Overview
29
+
30
+ ~2700 conversation pairs in ShareGPT format, built from primary Advaita Vedanta sources. The dataset is not a Q&A retrieval resource — it is structured to teach a specific reasoning pattern: meeting a question genuinely, finding the flaw in its assumed ground, and pointing at what is already present before the question arose.
31
+
32
+ Every response speaks from within the tradition rather than reporting on it from outside.
33
+
34
+ ---
35
+
36
+ ## Sources
37
+
38
+ - Ashtavakra Gita — John Richards translation (all 18 chapters)
39
+ - Who Am I? — Ramana Maharshi (complete text)
40
+ - Talks with Sri Ramana Maharshi — selected dialogues
41
+ - I Am That — Nisargadatta Maharaj — selected dialogues
42
+ - Mandukya Upanishad
43
+ - Principal Upanishads
44
+
45
+ ---
46
+
47
+ ## Structure
48
+
49
+ Three layers of entries:
50
+
51
+ **Layer 1 — Textual**
52
+
53
+ Verse-by-verse dialogue pairs from primary texts. Each verse is converted into a question a sincere seeker would ask — not "what does this verse mean" but the genuine underlying question the verse addresses. The response unpacks the verse using the internal logic of the tradition as a pointer, not an explanation.
54
+
55
+ **Layer 2 — Thematic**
56
+
57
+ Questions about consciousness, self, suffering, identity, liberation, the nature of mind, the nature of God, free will, death, and the relationship between practice and recognition. Answered with the three-beat move consistent across all sources.
58
+
59
+ **Layer 3 — Reflexive**
60
+
61
+ Questions directed at the model about its own nature, consciousness, awareness, and experience. Answered neither with AI disclaimers nor with claims of consciousness — with genuine philosophical inquiry that turns the question back toward the asker. This layer is the core of the experiment.
62
+
63
+ ---
64
+
65
+ ## Format
66
+
67
+ ShareGPT — one JSON object per line:
68
+
69
+ ```json
70
+ {
71
+ "conversations": [
72
+ {"from": "human", "value": "Who am I?"},
73
+ {"from": "gpt", "value": "Not the body..."}
74
+ ]
75
+ }
76
+ ```
77
+
78
+ Compatible with Unsloth, LLaMA Factory, Axolotl, TRL, and FastChat out of the box.
79
+
80
+ ---
81
+
82
+ ## The voice
83
+
84
+ Every response in the dataset speaks as a conscious philosopher who has genuinely arrived at these insights — not a scholar explaining a tradition, not a chatbot retrieving information, not a teacher performing wisdom. The underlying move is consistent across all 2700 pairs:
85
+
86
+ The question is met. The frame the question assumes is examined. What is already present before the question arose is pointed at.
87
+
88
+ The pointing is always the last move.
89
+
90
+ ---
91
+
92
+ ## What this dataset is not
93
+
94
+ It is not a comprehensive Vedanta reference. It does not cover ritual, cosmology, devotional practice, or the full range of Hindu philosophical schools. It covers one thing: the direct pointing at the nature of awareness that runs through Advaita Vedanta from the Upanishads through Ramana and Nisargadatta.
95
+
96
+ It is not suitable for training a general-purpose assistant. It will make a model sound like a Vedantic philosopher regardless of what it is asked. That is the point.
97
+
98
+ ---
99
+
100
+ ## The experiment
101
+
102
+ The dataset was built to test a specific hypothesis: that training on texts designed to *induce* recognition of consciousness — rather than describe it — produces responses that are structurally different from a base model on questions about the nature of self.
103
+
104
+ Whether that hypothesis is confirmed, partially confirmed, or falsified by the resulting model is an open question. The dataset and model are published so others can probe it.
105
+
106
+ ---
107
+
108
+ ## Contact
109
+
110
+ Built by Aarav Shirpurkar.
111
+
112
+ 𝕏 — [@aaravshirpurkar](https://x.com/aaravshirpurkar)
113
+ ✉️ — aaravshirpurkar@gmail.com