Update README.md
Browse files
README.md
CHANGED
@@ -8,21 +8,11 @@ configs:
|
|
8 |
- config_name: default
|
9 |
data_files:
|
10 |
- split: train
|
11 |
-
path:
|
12 |
-
|
13 |
-
|
14 |
-
- '*_cnr.jsonl'
|
15 |
-
- '*_bs.jsonl'
|
16 |
-
- split: slo
|
17 |
-
path:
|
18 |
-
- '*_si.jsonl'
|
19 |
- split: sve
|
20 |
-
path:
|
21 |
-
- '*_sr.jsonl'
|
22 |
-
- '*_hr.jsonl'
|
23 |
-
- '*_cnr.jsonl'
|
24 |
-
- '*_bs.jsonl'
|
25 |
-
- '*_si.jsonl'
|
26 |
task_categories:
|
27 |
- text-generation
|
28 |
license: cc-by-sa-4.0
|
|
|
8 |
- config_name: default
|
9 |
data_files:
|
10 |
- split: train
|
11 |
+
path: '*_sr.jsonl, *_hr.jsonl, *_cnr.jsonl, *_bs.jsonl'
|
12 |
+
- split: si
|
13 |
+
path: '*_si.jsonl'
|
|
|
|
|
|
|
|
|
|
|
14 |
- split: sve
|
15 |
+
path: '*_sr.jsonl, *_hr.jsonl, *_cnr.jsonl, *_bs.jsonl, *_si.jsonl'
|
|
|
|
|
|
|
|
|
|
|
16 |
task_categories:
|
17 |
- text-generation
|
18 |
license: cc-by-sa-4.0
|