File size: 1,295 Bytes
9028030 0b44b5f 9028030 0b44b5f 00ce7ff 0b44b5f 00ce7ff fe2740b 00ce7ff 0b44b5f 00ce7ff 0b44b5f 00ce7ff | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | ---
language:
- en
- hi
- ta
- te
- bn
- gu
license: cc-by-4.0
task_categories:
- fill-mask
tags:
- advaita-vedanta
- ramana-maharshi
- multilingual
- embeddings
- spiritual-texts
pretty_name: AtmicMLM
---
# AtmicMLM
Masked Language Modeling dataset for Atmic multilingual embedding model
Trained model: [SriRamanaAtmic/AtmicEmbeddingv1](https://huggingface.co/SriRamanaAtmic/AtmicEmbeddingv1)
## Splits
| Split | Records |
|-------|---------|
| validation | 3 |
## Schema
All columns are `string` type. Columns not applicable to a split are filled with `"Unknown"`.
Columns: `collection`, `lang`, `source`, `text`
## Usage
```python
from datasets import load_dataset
ds = load_dataset("SriRamanaAtmic/AtmicMLM")
print(ds["train"][0])
```
## Related Resources
| Resource | Link |
|----------|------|
| Embedding Model | [SriRamanaAtmic/AtmicEmbeddingv1](https://huggingface.co/SriRamanaAtmic/AtmicEmbeddingv1) |
| AtmicMLM | [datasets/SriRamanaAtmic/AtmicMLM](https://huggingface.co/datasets/SriRamanaAtmic/AtmicMLM) |
| AtmicContrastive | [datasets/SriRamanaAtmic/AtmicContrastive](https://huggingface.co/datasets/SriRamanaAtmic/AtmicContrastive) |
| AtmicCrosslingual | [datasets/SriRamanaAtmic/AtmicCrosslingual](https://huggingface.co/datasets/SriRamanaAtmic/AtmicCrosslingual) |
|