| --- |
| 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) | |
|
|