1infinity0 commited on
Commit
4fb5517
·
verified ·
1 Parent(s): 07b5139

Add professional dataset card with HF metadata

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - kha
5
+ license: cc-by-nc-4.0
6
+ task_categories:
7
+ - translation
8
+ tags:
9
+ - khasi
10
+ - english
11
+ - parallel-corpus
12
+ - low-resource
13
+ - northeast-india
14
+ - bhasaflow
15
+ - medharvix
16
+ size_categories:
17
+ - n<1K
18
+ pretty_name: BhasaFlow Khasi-English Parallel Corpus v1
19
+ ---
20
+
21
+ # BhasaFlow Khasi-English Parallel Corpus v1
22
+
23
+ **By [Medharvix Systems Private Limited](https://medharvix.com)**
24
+
25
+ ## Overview
26
+
27
+ A curated parallel corpus of Khasi-English sentence pairs designed for machine translation research and development, with a focus on low-resource language technology for Northeast India.
28
+
29
+ ## Dataset Structure
30
+
31
+ | Column | Description |
32
+ |--------|-------------|
33
+ | `sentence_id` | Unique sentence identifier |
34
+ | `english_text` | English sentence |
35
+ | `khasi_text` | Khasi translation |
36
+
37
+ ## Usage
38
+
39
+ ```python
40
+ from datasets import load_dataset
41
+ ds = load_dataset("MEDHARVIX-SYSTEMS/bhasaflow-khasi-english-parallel-corpus-v1")
42
+ ```
43
+
44
+ ## Languages
45
+
46
+ - **Khasi** (kha) - A Khasian language spoken in Meghalaya, India
47
+ - **English** (en)
48
+
49
+ ## License
50
+
51
+ CC BY-NC 4.0 - For research and non-commercial use.
52
+
53
+ ## Citation
54
+
55
+ ```bibtex
56
+ @dataset{bhasaflow_parallel_v1,
57
+ title={BhasaFlow Khasi-English Parallel Corpus v1},
58
+ author={Medharvix Systems Private Limited},
59
+ year={2026}
60
+ }
61
+ ```
62
+
63
+ ## Contact
64
+
65
+ For inquiries: [Medharvix Systems](https://medharvix.com)