AtmicMLM / README.md
SriRamanaYash's picture
Add dataset card
fe2740b verified
metadata
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

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

from datasets import load_dataset
ds = load_dataset("SriRamanaAtmic/AtmicMLM")
print(ds["train"][0])

Related Resources