Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -49,16 +49,19 @@ dataset_info:
|
|
| 49 |
features:
|
| 50 |
- name: translation
|
| 51 |
struct:
|
| 52 |
-
- name: en
|
| 53 |
-
dtype: string
|
| 54 |
- name: ru
|
| 55 |
dtype: string
|
|
|
|
|
|
|
| 56 |
splits:
|
|
|
|
|
|
|
|
|
|
| 57 |
- name: validation
|
| 58 |
num_bytes: 442271
|
| 59 |
num_examples: 1002
|
| 60 |
-
download_size:
|
| 61 |
-
dataset_size:
|
| 62 |
- config_name: zh-en
|
| 63 |
features:
|
| 64 |
- name: translation
|
|
@@ -93,6 +96,8 @@ configs:
|
|
| 93 |
path: is-en/train-*
|
| 94 |
- config_name: ru-en
|
| 95 |
data_files:
|
|
|
|
|
|
|
| 96 |
- split: validation
|
| 97 |
path: ru-en/validation-*
|
| 98 |
- config_name: zh-en
|
|
|
|
| 49 |
features:
|
| 50 |
- name: translation
|
| 51 |
struct:
|
|
|
|
|
|
|
| 52 |
- name: ru
|
| 53 |
dtype: string
|
| 54 |
+
- name: en
|
| 55 |
+
dtype: string
|
| 56 |
splits:
|
| 57 |
+
- name: train
|
| 58 |
+
num_bytes: 5427552
|
| 59 |
+
num_examples: 15000
|
| 60 |
- name: validation
|
| 61 |
num_bytes: 442271
|
| 62 |
num_examples: 1002
|
| 63 |
+
download_size: 0
|
| 64 |
+
dataset_size: 5869823
|
| 65 |
- config_name: zh-en
|
| 66 |
features:
|
| 67 |
- name: translation
|
|
|
|
| 96 |
path: is-en/train-*
|
| 97 |
- config_name: ru-en
|
| 98 |
data_files:
|
| 99 |
+
- split: train
|
| 100 |
+
path: ru-en/train-*
|
| 101 |
- split: validation
|
| 102 |
path: ru-en/validation-*
|
| 103 |
- config_name: zh-en
|