CoolFace
Datasetpublicgated

ananddey/asm-corpus

AsmCorpus — Assamese Pretraining Dataset The largest open monolingual Assamese corpus for LLM pretraining. Documents: 2.37M Characters: 11B GPT-2 tokens: ~3.7B | Gemma 4 E2B tokens: ~5.8B Format: Parquet (text column only) License: ODC-By 1.0 Usage from datasets import load_dataset ds = load_dataset("ananddey/asm-corpus", split="train", streaming=True) for doc in ds: print(doc["text"]) How It Was Built All documents passed through language… See the full description on the dataset page: https://huggingface.co/datasets/ananddey/asm-corpus.

sourceHugging Faceodc-byupdated 3mo agoView on Hugging Face
0likes29downloads
Dataset Card

No card is published for this repository, or it could not be fetched from Hugging Face right now.