Add professional dataset card with HF metadata
Browse files
README.md
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- kha
|
| 4 |
+
license: cc-by-nc-4.0
|
| 5 |
+
task_categories:
|
| 6 |
+
- text-generation
|
| 7 |
+
tags:
|
| 8 |
+
- khasi
|
| 9 |
+
- monolingual
|
| 10 |
+
- low-resource
|
| 11 |
+
- northeast-india
|
| 12 |
+
- bhasaflow
|
| 13 |
+
- medharvix
|
| 14 |
+
size_categories:
|
| 15 |
+
- n<1K
|
| 16 |
+
pretty_name: BhasaFlow Khasi Monolingual Corpus v1
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
+
# BhasaFlow Khasi Monolingual Corpus v1
|
| 20 |
+
|
| 21 |
+
**By [Medharvix Systems Private Limited](https://medharvix.com)**
|
| 22 |
+
|
| 23 |
+
## Overview
|
| 24 |
+
|
| 25 |
+
A curated monolingual Khasi text corpus for language modeling, NLP research, and linguistic analysis, with a focus on preserving and digitizing low-resource languages of Northeast India.
|
| 26 |
+
|
| 27 |
+
## Dataset Structure
|
| 28 |
+
|
| 29 |
+
| Column | Description |
|
| 30 |
+
|--------|-------------|
|
| 31 |
+
| `khasi_sentence` | Khasi language sentence |
|
| 32 |
+
|
| 33 |
+
## Usage
|
| 34 |
+
|
| 35 |
+
```python
|
| 36 |
+
from datasets import load_dataset
|
| 37 |
+
ds = load_dataset("MEDHARVIX-SYSTEMS/bhasaflow-khasi-monolingual-corpus-v1")
|
| 38 |
+
```
|
| 39 |
+
|
| 40 |
+
## Language
|
| 41 |
+
|
| 42 |
+
- **Khasi** (kha) - A Khasian language spoken in Meghalaya, India
|
| 43 |
+
|
| 44 |
+
## License
|
| 45 |
+
|
| 46 |
+
CC BY-NC 4.0 - For research and non-commercial use.
|
| 47 |
+
|
| 48 |
+
## Citation
|
| 49 |
+
|
| 50 |
+
```bibtex
|
| 51 |
+
@dataset{bhasaflow_monolingual_v1,
|
| 52 |
+
title={BhasaFlow Khasi Monolingual Corpus v1},
|
| 53 |
+
author={Medharvix Systems Private Limited},
|
| 54 |
+
year={2026}
|
| 55 |
+
}
|
| 56 |
+
```
|
| 57 |
+
|
| 58 |
+
## Contact
|
| 59 |
+
|
| 60 |
+
For inquiries: [Medharvix Systems](https://medharvix.com)
|