Datasets:

Languages:
English
ArXiv:
License:
T0asty commited on
Commit
02c0e76
1 Parent(s): 8385af4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -10,10 +10,9 @@ pretty_name: MoreHopQA
10
  size_categories:
11
  - 1K<n<10K
12
  configs:
13
- - config_name: default
14
- data_files:
15
- - split: unverified
16
- path: "without_human_verification.json"
17
- - split: verified
18
- path: "with_human_verification.json"
19
  ---
 
10
  size_categories:
11
  - 1K<n<10K
12
  configs:
13
+ - config_name: verified
14
+ data_files: "with_human_verification.json"
15
+ default: true
16
+ - config_name: unverified
17
+ data_files: "without_human_verification.json"
 
18
  ---