add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -19,6 +19,47 @@ task_categories:
|
|
| 19 |
task_ids: []
|
| 20 |
paperswithcode_id: null
|
| 21 |
pretty_name: MtEngVietnamese
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
# Dataset Card for mt_eng_vietnamese
|
|
@@ -161,4 +202,4 @@ train: 133318, validation: 1269, test: 1269
|
|
| 161 |
|
| 162 |
### Contributions
|
| 163 |
|
| 164 |
-
Thanks to [@Nilanshrajput](https://github.com/Nilanshrajput) for adding this dataset.
|
|
|
|
| 19 |
task_ids: []
|
| 20 |
paperswithcode_id: null
|
| 21 |
pretty_name: MtEngVietnamese
|
| 22 |
+
dataset_info:
|
| 23 |
+
- config_name: iwslt2015-vi-en
|
| 24 |
+
features:
|
| 25 |
+
- name: translation
|
| 26 |
+
dtype:
|
| 27 |
+
translation:
|
| 28 |
+
languages:
|
| 29 |
+
- vi
|
| 30 |
+
- en
|
| 31 |
+
splits:
|
| 32 |
+
- name: test
|
| 33 |
+
num_bytes: 323743
|
| 34 |
+
num_examples: 1269
|
| 35 |
+
- name: train
|
| 36 |
+
num_bytes: 32478282
|
| 37 |
+
num_examples: 133318
|
| 38 |
+
- name: validation
|
| 39 |
+
num_bytes: 323743
|
| 40 |
+
num_examples: 1269
|
| 41 |
+
download_size: 32323025
|
| 42 |
+
dataset_size: 33125768
|
| 43 |
+
- config_name: iwslt2015-en-vi
|
| 44 |
+
features:
|
| 45 |
+
- name: translation
|
| 46 |
+
dtype:
|
| 47 |
+
translation:
|
| 48 |
+
languages:
|
| 49 |
+
- en
|
| 50 |
+
- vi
|
| 51 |
+
splits:
|
| 52 |
+
- name: test
|
| 53 |
+
num_bytes: 323743
|
| 54 |
+
num_examples: 1269
|
| 55 |
+
- name: train
|
| 56 |
+
num_bytes: 32478282
|
| 57 |
+
num_examples: 133318
|
| 58 |
+
- name: validation
|
| 59 |
+
num_bytes: 323743
|
| 60 |
+
num_examples: 1269
|
| 61 |
+
download_size: 32323025
|
| 62 |
+
dataset_size: 33125768
|
| 63 |
---
|
| 64 |
|
| 65 |
# Dataset Card for mt_eng_vietnamese
|
|
|
|
| 202 |
|
| 203 |
### Contributions
|
| 204 |
|
| 205 |
+
Thanks to [@Nilanshrajput](https://github.com/Nilanshrajput) for adding this dataset.
|