Datasets:
Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html>
<h"... is not valid JSON
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.
Hindi ↔ Kumaoni Parallel Corpus
First publicly available clean Hindi-Kumaoni parallel translation dataset.
Dataset Details
- Language pair: Hindi (hi) ↔ Kumaoni (kum, ISO 639-3: kfy)
- Size: 920 pairs (736 train / 92 dev / 92 test)
- Script: Devanagari
- Dialect: Central Kumaoni (Almora)
Sources
- speakkumaoni.com (structured lessons)
- euttaranchal.com (language lessons)
- Wikipedia EN Kumaoni language page
Format
Each JSONL line: {"translation": {"hi": "...", "kum": "..."}, "confidence": 0.9}
Usage
from datasets import load_dataset ds = load_dataset("swapedoc/hindi-kumaoni-parallel-corpus")
- Downloads last month
- 9