bzantium commited on
Commit
8b1c58d
1 Parent(s): f97f6ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -1,5 +1,30 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  task_categories:
4
  - question-answering
5
  tags:
 
1
  ---
2
  license: apache-2.0
3
+ configs:
4
+ - config_name: kv75
5
+ data_files:
6
+ - split: test
7
+ path: "data/kv75.jsonl"
8
+ - config_name: kv140
9
+ data_files:
10
+ - split: test
11
+ path: "data/kv140.jsonl"
12
+ - config_name: kv300
13
+ data_files:
14
+ - split: test
15
+ path: "data/kv300.jsonl"
16
+ - config_name: qa10
17
+ data_files:
18
+ - split: test
19
+ path: "data/qa10.jsonl"
20
+ - config_name: qa20
21
+ data_files:
22
+ - split: test
23
+ path: "data/qa20.jsonl"
24
+ - config_name: qa30
25
+ data_files:
26
+ - split: test
27
+ path: "data/qa30.jsonl"
28
  task_categories:
29
  - question-answering
30
  tags: