Upload dataset
Browse files
README.md
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
|
2 |
---
|
3 |
datasets:
|
4 |
- bible_para
|
@@ -9,6 +8,23 @@ tags:
|
|
9 |
- parallel-corpus
|
10 |
license:
|
11 |
- cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# Hindi-Malayalam Dataset
|
|
|
|
|
1 |
---
|
2 |
datasets:
|
3 |
- bible_para
|
|
|
8 |
- parallel-corpus
|
9 |
license:
|
10 |
- cc-by-4.0
|
11 |
+
configs:
|
12 |
+
- config_name: default
|
13 |
+
data_files:
|
14 |
+
- split: train
|
15 |
+
path: data/train-*
|
16 |
+
dataset_info:
|
17 |
+
features:
|
18 |
+
- name: hindi
|
19 |
+
dtype: string
|
20 |
+
- name: malayalam
|
21 |
+
dtype: string
|
22 |
+
splits:
|
23 |
+
- name: train
|
24 |
+
num_bytes: 466219357
|
25 |
+
num_examples: 1866121
|
26 |
+
download_size: 218341648
|
27 |
+
dataset_size: 466219357
|
28 |
---
|
29 |
|
30 |
# Hindi-Malayalam Dataset
|