Add dataset card
Browse files
README.md
CHANGED
|
@@ -1,23 +1,74 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
- config_name: default
|
| 20 |
-
data_files:
|
| 21 |
-
- split: validation
|
| 22 |
-
path: data/validation-*
|
| 23 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
- hi
|
| 5 |
+
- ta
|
| 6 |
+
- te
|
| 7 |
+
- bn
|
| 8 |
+
- gu
|
| 9 |
+
license: cc-by-4.0
|
| 10 |
+
task_categories:
|
| 11 |
+
- fill-mask
|
| 12 |
+
tags:
|
| 13 |
+
- advaita-vedanta
|
| 14 |
+
- ramana-maharshi
|
| 15 |
+
- multilingual
|
| 16 |
+
- embeddings
|
| 17 |
+
- spiritual-texts
|
| 18 |
+
pretty_name: AtmicMLM
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
---
|
| 20 |
+
|
| 21 |
+
# AtmicMLM
|
| 22 |
+
|
| 23 |
+
Masked Language Modeling dataset for Atmic multilingual embedding model
|
| 24 |
+
|
| 25 |
+
This dataset is used to train and evaluate [SriRamanaAtmic/AtmicEmbeddingv1](https://huggingface.co/SriRamanaAtmic/AtmicEmbeddingv1).
|
| 26 |
+
|
| 27 |
+
## Dataset Summary
|
| 28 |
+
|
| 29 |
+
AtmicMLM is part of the Atmic dataset suite for training multilingual sentence embeddings
|
| 30 |
+
on Advaita Vedanta and Sri Ramana Maharshi teachings across 6 languages:
|
| 31 |
+
English, Hindi, Tamil, Telugu, Bengali, and Gujarati.
|
| 32 |
+
|
| 33 |
+
## Splits
|
| 34 |
+
|
| 35 |
+
| Split | Records |
|
| 36 |
+
|-------|---------|
|
| 37 |
+
| validation | 3 |
|
| 38 |
+
|
| 39 |
+
## Usage
|
| 40 |
+
|
| 41 |
+
```python
|
| 42 |
+
from datasets import load_dataset
|
| 43 |
+
|
| 44 |
+
ds = load_dataset("SriRamanaAtmic/AtmicMLM")
|
| 45 |
+
print(ds["train"][0])
|
| 46 |
+
```
|
| 47 |
+
|
| 48 |
+
## Related Resources
|
| 49 |
+
|
| 50 |
+
| Resource | Link |
|
| 51 |
+
|----------|------|
|
| 52 |
+
| Embedding Model | [SriRamanaAtmic/AtmicEmbeddingv1](https://huggingface.co/SriRamanaAtmic/AtmicEmbeddingv1) |
|
| 53 |
+
| MLM Dataset | [SriRamanaAtmic/AtmicMLM](https://huggingface.co/SriRamanaAtmic/AtmicMLM) |
|
| 54 |
+
| Contrastive Dataset | [SriRamanaAtmic/AtmicContrastive](https://huggingface.co/SriRamanaAtmic/AtmicContrastive) |
|
| 55 |
+
| Crosslingual Dataset | [SriRamanaAtmic/AtmicCrosslingual](https://huggingface.co/SriRamanaAtmic/AtmicCrosslingual) |
|
| 56 |
+
|
| 57 |
+
## Domain
|
| 58 |
+
|
| 59 |
+
Texts sourced from:
|
| 60 |
+
- Brahma Sutras (Shankaracharya Bhashya)
|
| 61 |
+
- Bhagavad Gita
|
| 62 |
+
- Upanishads
|
| 63 |
+
- Sri Ramana Maharshi: Talks, Who Am I, Letters
|
| 64 |
+
|
| 65 |
+
## Citation
|
| 66 |
+
|
| 67 |
+
```bibtex
|
| 68 |
+
@dataset{AtmicMLM,
|
| 69 |
+
title = {AtmicMLM},
|
| 70 |
+
author = {SriRamanaAtmic},
|
| 71 |
+
year = {2025},
|
| 72 |
+
url = {https://huggingface.co/datasets/SriRamanaAtmic/AtmicMLM}
|
| 73 |
+
}
|
| 74 |
+
```
|