Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,20 @@ configs:
|
|
| 12 |
data_files:
|
| 13 |
- split: train
|
| 14 |
path:
|
| 15 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
<!--img src="cover.png" class="cover"-->
|
|
|
|
| 12 |
data_files:
|
| 13 |
- split: train
|
| 14 |
path:
|
| 15 |
+
- wiki_sr.jsonl
|
| 16 |
+
- wiki_sh.jsonl
|
| 17 |
+
- split: plus
|
| 18 |
+
path: '*.jsonl'
|
| 19 |
+
- split: sr
|
| 20 |
+
path: '*_sr.jsonl'
|
| 21 |
+
- split: hr
|
| 22 |
+
path: '*_hr.jsonl'
|
| 23 |
+
- split: si
|
| 24 |
+
path: '*_si.jsonl'
|
| 25 |
+
- split: sh
|
| 26 |
+
path: '*_sh.jsonl'
|
| 27 |
+
- split: mk
|
| 28 |
+
path: '*_mk.jsonl'
|
| 29 |
---
|
| 30 |
|
| 31 |
<!--img src="cover.png" class="cover"-->
|