Datasets:
Add eng_hin_deu_sampled subset: Combined English, Hindi, and German sampled subset
Browse files
README.md
CHANGED
|
@@ -34,6 +34,12 @@ configs:
|
|
| 34 |
path: eng_hin_deu/train-*
|
| 35 |
- split: test
|
| 36 |
path: eng_hin_deu/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
- config_name: hin
|
| 38 |
data_files:
|
| 39 |
- split: train
|
|
@@ -98,6 +104,25 @@ dataset_info:
|
|
| 98 |
num_examples: 4440
|
| 99 |
download_size: 27887664
|
| 100 |
dataset_size: 58081912
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 101 |
- config_name: hin
|
| 102 |
features:
|
| 103 |
- name: messages
|
|
|
|
| 34 |
path: eng_hin_deu/train-*
|
| 35 |
- split: test
|
| 36 |
path: eng_hin_deu/test-*
|
| 37 |
+
- config_name: eng_hin_deu_sampled
|
| 38 |
+
data_files:
|
| 39 |
+
- split: train
|
| 40 |
+
path: eng_hin_deu_sampled/train-*
|
| 41 |
+
- split: test
|
| 42 |
+
path: eng_hin_deu_sampled/test-*
|
| 43 |
- config_name: hin
|
| 44 |
data_files:
|
| 45 |
- split: train
|
|
|
|
| 104 |
num_examples: 4440
|
| 105 |
download_size: 27887664
|
| 106 |
dataset_size: 58081912
|
| 107 |
+
- config_name: eng_hin_deu_sampled
|
| 108 |
+
features:
|
| 109 |
+
- name: messages
|
| 110 |
+
list:
|
| 111 |
+
- name: content
|
| 112 |
+
dtype: string
|
| 113 |
+
- name: role
|
| 114 |
+
dtype: string
|
| 115 |
+
- name: language
|
| 116 |
+
dtype: string
|
| 117 |
+
splits:
|
| 118 |
+
- name: train
|
| 119 |
+
num_bytes: 17279776
|
| 120 |
+
num_examples: 13320
|
| 121 |
+
- name: test
|
| 122 |
+
num_bytes: 1984153
|
| 123 |
+
num_examples: 1479
|
| 124 |
+
download_size: 9247935
|
| 125 |
+
dataset_size: 19263929
|
| 126 |
- config_name: hin
|
| 127 |
features:
|
| 128 |
- name: messages
|