RACER IS OP — Odia Web Corpus
Collection
Odia NLP datasets curated by RACER IS OP — web corpora for low-resource Odia language modeling • 6 items • Updated
Error code: JobManagerCrashedError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Expanded and refined version of the Odia web corpus, converted to Parquet format with dedicated train/test/validation splits for reproducible NLP experimentation.
or)| Field | Type | Description |
|---|---|---|
text |
string | Cleaned document text |
from datasets import load_dataset
ds = load_dataset("saidutta69/Odia-Web-Corpus-v2")
print(ds["train"][0]["text"][:200])
@misc{odia-web-corpus-v2,
author = {Sai Dutta},
title = {Odia Web Corpus v2},
year = {2024},
publisher = {Hugging Face},
url = {https://huggingface.co/datasets/saidutta69/Odia-Web-Corpus-v2}
}