SanthoshSivasubramani commited on
Commit
47b73f5
·
verified ·
1 Parent(s): 7d2fdf0

Add org profile README

Browse files
Files changed (1) hide show
  1. README.md +64 -10
README.md CHANGED
@@ -1,10 +1,64 @@
1
- ---
2
- title: README
3
- emoji: 💻
4
- colorFrom: yellow
5
- colorTo: indigo
6
- sdk: static
7
- pinned: false
8
- ---
9
-
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # INTRINSIC Lab — IIT Delhi | RSL Foundation
2
+
3
+ **Indian Knowledge Systems (IKS) for Adaptive AI Education**
4
+
5
+ Open models, datasets, and tools for integrating classical Indian pedagogical traditions into modern education systems.
6
+
7
+ ---
8
+
9
+ ## The VIDYA Platform
10
+
11
+ **VIDYA** is an IKS-integrated adaptive education platform. It draws on 43 classical Indian teaching techniques — spanning Vedic Mathematics, Nyaya reasoning, Patha recitation methods, and more — to personalize instruction for each student.
12
+
13
+ These repositories provide the core components released under this initiative.
14
+
15
+ ## Repositories
16
+
17
+ ### Datasets
18
+
19
+ | Repository | Description |
20
+ |-----------|-------------|
21
+ | [RSL-PRAJNA-v2](https://huggingface.co/datasets/RSL-INTRINSICLab-IIT/RSL-PRAJNA-v2) | IKS training corpus — instruction and pretraining data in 7 languages |
22
+ | [RSL-SHRUTI-Sangraha](https://huggingface.co/datasets/RSL-INTRINSICLab-IIT/RSL-SHRUTI-Sangraha) | Cleaned classical Indian texts — Sanskrit, Tamil, Telugu, Kannada, Malayalam |
23
+ | [RSL-SHRUTI-Thirukkural](https://huggingface.co/datasets/RSL-INTRINSICLab-IIT/RSL-SHRUTI-Thirukkural) | Thirukkural corpus — 1,330 kurals (CC0) |
24
+
25
+ ### Models
26
+
27
+ | Repository | Description |
28
+ |-----------|-------------|
29
+ | [RSL-SETU-LoRA-v35](https://huggingface.co/RSL-INTRINSICLab-IIT/RSL-SETU-LoRA-v35) | IKS Teaching Language Model — LoRA adapter on Airavata (7B) |
30
+ | [RSL-SETU-Classifier-15M](https://huggingface.co/RSL-INTRINSICLab-IIT/RSL-SETU-Classifier-15M) | IKS Technique Classifier — 43 classes, CPU-ready |
31
+ | [RSL-BHARATI-v3](https://huggingface.co/RSL-INTRINSICLab-IIT/RSL-BHARATI-v3) | Multilingual tokenizer — 32K SentencePiece BPE, 7 Indian languages |
32
+
33
+ ### Software
34
+
35
+ | Repository | Description |
36
+ |-----------|-------------|
37
+ | [RSL-SMRITI](https://huggingface.co/RSL-INTRINSICLab-IIT/RSL-SMRITI) | Software-based cognitive load and attention sensing |
38
+
39
+ ## Languages
40
+
41
+ English, Hindi, Sanskrit, Tamil, Telugu, Kannada, Malayalam
42
+
43
+ ## Naming Convention
44
+
45
+ | Prefix | Sanskrit Origin | Role |
46
+ |--------|-----------------|------|
47
+ | **PRAJNA** | प्रज्ञा — wisdom | Training data |
48
+ | **SETU** | सेतु — bridge | Models |
49
+ | **BHARATI** | भारती — speech | Tokenizer |
50
+ | **SHRUTI** | श्रुति — heard knowledge | Text corpora |
51
+ | **SMRITI** | स्मृति — remembered knowledge | Cognitive sensing |
52
+
53
+ ## License
54
+
55
+ All repositories: **CC BY-NC 4.0** — free for research, restricted for commercial use.
56
+
57
+ ## Team
58
+
59
+ **INTRINSIC Laboratory**
60
+ Centre for SeNSE, Indian Institute of Technology Delhi
61
+
62
+ **Principal Investigator:** Prof. Santhosh Sivasubramani
63
+ Contact: ssivasub@iitd.ac.in
64
+ Lab: [intrinsic.iitd.ac.in](https://intrinsic.iitd.ac.in)