procesaur commited on
Commit
90b262a
·
1 Parent(s): ac4e4b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -12,7 +12,20 @@ configs:
12
  data_files:
13
  - split: train
14
  path:
15
- - wiki.sr.jsonl
 
 
 
 
 
 
 
 
 
 
 
 
 
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"-->