CoolFace
Datasetpublic

saidutta69/Odia-Web-Corpus-v1

Odia Web Corpus v1 The inaugural release of a curated Odia (Oriya) web text corpus. Scraped and filtered from publicly accessible web sources to support Odia language modeling and NLP research. Dataset Details Language: Odia (Oriya, ISO 639-3: ory) Format: JSONL (one JSON object per line) Size: ~650K documents, ~0.9 GB text License: CC-BY-4.0 Data Fields Field Type Description text string Cleaned document body title string… See the full description on the dataset page: https://huggingface.co/datasets/saidutta69/Odia-Web-Corpus-v1.

sourceHugging Facecc-by-4.0updated 12d agoView on Hugging Face
0likes118downloads
Dataset Card

Odia Web Corpus v1

<div align="center"> <img src="https://photu.kashyalabanavli.site/racer-is-op.png" alt="RACER IS OP" width="100%"> </div>

<br>

The inaugural release of a curated Odia (Oriya) web text corpus. Scraped and filtered from publicly accessible web sources to support Odia language modeling and NLP research.

Dataset Details

  • —Language: Odia (Oriya, ISO 639-3: ory)
  • —Format: JSONL (one JSON object per line)
  • —Size: ~650K documents, ~0.9 GB text
  • —License: CC-BY-4.0

Data Fields

FieldTypeDescription
textstringCleaned document body
titlestringDocument title
urlstringSource URL
sourcestringDomain / source identifier
word_countint32Approximate word count

Usage

python
from datasets import load_dataset

ds = load_dataset("saidutta69/Odia-Web-Corpus-v1", split="train")
print(ds[0]["text"][:200])

Citation

If you use this dataset, please cite:

bibtex
@misc{odia-web-corpus-v1,
  author = {Sai Dutta},
  title = {Odia Web Corpus v1},
  year = {2024},
  publisher = {Hugging Face},
  url = {https://huggingface.co/datasets/saidutta69/Odia-Web-Corpus-v1}
}