Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,6 +14,9 @@ configs:
|
|
| 14 |
- config_name: default
|
| 15 |
data_files:
|
| 16 |
- split: train
|
|
|
|
|
|
|
|
|
|
| 17 |
path:
|
| 18 |
- wiki_sr.jsonl
|
| 19 |
- split: hr
|
|
@@ -22,12 +25,13 @@ configs:
|
|
| 22 |
- split: sh
|
| 23 |
path:
|
| 24 |
- wiki_sh.jsonl
|
| 25 |
-
- split:
|
| 26 |
path:
|
| 27 |
-
-
|
| 28 |
- split: mk
|
| 29 |
path:
|
| 30 |
- wiki_mk.jsonl
|
|
|
|
| 31 |
---
|
| 32 |
|
| 33 |
<!--img src="cover.png" class="cover"-->
|
|
|
|
| 14 |
- config_name: default
|
| 15 |
data_files:
|
| 16 |
- split: train
|
| 17 |
+
path:
|
| 18 |
+
- '*.jsonl'
|
| 19 |
+
- split: sr
|
| 20 |
path:
|
| 21 |
- wiki_sr.jsonl
|
| 22 |
- split: hr
|
|
|
|
| 25 |
- split: sh
|
| 26 |
path:
|
| 27 |
- wiki_sh.jsonl
|
| 28 |
+
- split: sl
|
| 29 |
path:
|
| 30 |
+
- wiki_sl.jsonl
|
| 31 |
- split: mk
|
| 32 |
path:
|
| 33 |
- wiki_mk.jsonl
|
| 34 |
+
|
| 35 |
---
|
| 36 |
|
| 37 |
<!--img src="cover.png" class="cover"-->
|