Datasets:

Modalities:
Image
Text
Formats:
json
Libraries:
Datasets
pandas
License:
bogoliubon commited on
Commit
997ca85
·
1 Parent(s): f2d357d

updata readme

Browse files
Files changed (1) hide show
  1. README.md +16 -12
README.md CHANGED
@@ -3,20 +3,24 @@ license: bsd-3-clause
3
  configs:
4
  - config_name: text-corpus
5
  data_files:
6
- - split: train
7
- path: train/articles.json
8
- - split: val
9
- path: val/articles.json
10
- - split: test
11
- path: test/articles.json
 
 
12
  - config_name: question-answer
13
  data_files:
14
- - split: train
15
- path: train/questions.json
16
- - split: val
17
- path: val/questions.json
18
- - split: test
19
- path: test/questions.json
 
 
20
  ---
21
 
22
  # Dataset Card for Dataset Name
 
3
  configs:
4
  - config_name: text-corpus
5
  data_files:
6
+ - split: depth6
7
+ path: depth6/articles.json
8
+ - split: depth7
9
+ path: depth7/articles.json
10
+ - split: depth8
11
+ path: depth8/articles.json
12
+ - split: depth9
13
+ path: depth9/articles.json
14
  - config_name: question-answer
15
  data_files:
16
+ - split: depth6
17
+ path: depth6/questions.json
18
+ - split: depth7
19
+ path: depth7/questions.json
20
+ - split: depth8
21
+ path: depth8/questions.json
22
+ - split: depth9
23
+ path: depth9/questions.json
24
  ---
25
 
26
  # Dataset Card for Dataset Name