Update README.md
Browse files
README.md
CHANGED
|
@@ -9,9 +9,12 @@ size_categories:
|
|
| 9 |
configs:
|
| 10 |
- config_name: default
|
| 11 |
data_files:
|
| 12 |
-
- split:
|
| 13 |
path:
|
| 14 |
-
- parallel/
|
|
|
|
|
|
|
|
|
|
| 15 |
- split: mono
|
| 16 |
path: mono/lezgi_gazet_05102024.csv
|
| 17 |
---
|
|
|
|
| 9 |
configs:
|
| 10 |
- config_name: default
|
| 11 |
data_files:
|
| 12 |
+
- split: train
|
| 13 |
path:
|
| 14 |
+
- parallel/train.csv
|
| 15 |
+
- split: test
|
| 16 |
+
path:
|
| 17 |
+
- parallel/test.csv
|
| 18 |
- split: mono
|
| 19 |
path: mono/lezgi_gazet_05102024.csv
|
| 20 |
---
|