yusawan commited on
Commit
d8bebd3
·
verified ·
1 Parent(s): e5c9856

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -1,6 +1,21 @@
1
  ---
2
  language:
3
  - en
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  size_categories:
5
  - 1M<n<10M
6
  ---
 
1
  ---
2
  language:
3
  - en
4
+
5
+ configs:
6
+ - config_name: dataset
7
+ data_files:
8
+ - split: train
9
+ path: data/train-00001-of-00001.jsonl
10
+ - split: validation
11
+ path: data/dev-00001-of-00001.jsonl
12
+ default: true
13
+
14
+ - config_name: dictionary
15
+ data_files:
16
+ - split: kb
17
+ path: dictionary/dictionary-00001-of-00001.jsonl
18
+
19
  size_categories:
20
  - 1M<n<10M
21
  ---