Update README.md
Browse files
README.md
CHANGED
@@ -82,14 +82,14 @@ DatasetDict({
|
|
82 |
|
83 |
### Data Splits
|
84 |
There are three splits in the dataset:
|
85 |
-
`train` - 300,000 translation examples. ***The data is specially noisy.***
|
86 |
-
`validation` - 500 translation examples, are used to validate the model during the fine-tuning process.
|
87 |
-
`test` - 1000 translation examples, used to submit the result to a special testing system - Yandex Contest. ***There is no translation from Zetan to English in this part of the dataset!***
|
88 |
|
89 |
|
90 |
### Data Fields
|
91 |
-
`src` - contains a phrase in the Zetan language
|
92 |
-
`dst` - contains a translation from Zetan to English.
|
93 |
|
94 |
### Data Instances:
|
95 |
```json
|
|
|
82 |
|
83 |
### Data Splits
|
84 |
There are three splits in the dataset:
|
85 |
+
- `train` - 300,000 translation examples. ***The data is specially noisy.***
|
86 |
+
- `validation` - 500 translation examples, are used to validate the model during the fine-tuning process.
|
87 |
+
- `test` - 1000 translation examples, used to submit the result to a special testing system - Yandex Contest. ***There is no translation from Zetan to English in this part of the dataset!***
|
88 |
|
89 |
|
90 |
### Data Fields
|
91 |
+
`src` - contains a phrase in the Zetan language.
|
92 |
+
`dst` - contains a translation from Zetan to English.
|
93 |
|
94 |
### Data Instances:
|
95 |
```json
|