Update README.md
Browse files
README.md
CHANGED
@@ -10,10 +10,9 @@ pretty_name: MoreHopQA
|
|
10 |
size_categories:
|
11 |
- 1K<n<10K
|
12 |
configs:
|
13 |
-
- config_name:
|
14 |
-
data_files:
|
15 |
-
|
16 |
-
|
17 |
-
|
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 |
---
|