YADHU1234 commited on
Commit
c2e4cae
·
verified ·
1 Parent(s): fffb0e4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +18 -19
README.md CHANGED
@@ -1,19 +1,18 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: hindi
5
- dtype: string
6
- - name: malayalam
7
- dtype: string
8
- splits:
9
- - name: train
10
- num_bytes: 466219357
11
- num_examples: 1866121
12
- download_size: 218341648
13
- dataset_size: 466219357
14
- configs:
15
- - config_name: default
16
- data_files:
17
- - split: train
18
- path: data/train-*
19
- ---
 
1
+
2
+ h# Hindi-malayalam Dataset
3
+
4
+ This dataset contains parallel translations between **Hindi** and **Malayalam**, extracted from the `bible_para` dataset.
5
+
6
+ ## Dataset Details
7
+ - **Languages**: Hindi (hin_Deva) and Malayalam (mal_Mlym)
8
+ - **Source**: [bible_para](https://huggingface.co/datasets/bible_para)
9
+ - **License**: CC BY 4.0
10
+ - **Use Cases**: Machine translation, linguistic research.
11
+
12
+ ## Example
13
+ | hindi | malayalam |
14
+ |-------|-----------|
15
+ | नमस्ते | ഹലോ |
16
+
17
+ ## License
18
+ The dataset is licensed under the [CC BY 4.0 License](https://creativecommons.org/licenses/by/4.0/).