liweiya commited on
Commit ·
68761f3
1
Parent(s): 7f2a58b
update readme
Browse files
README.md
CHANGED
|
@@ -7,11 +7,11 @@ configs:
|
|
| 7 |
- config_name: objective_questions
|
| 8 |
data_files:
|
| 9 |
- split: test
|
| 10 |
-
path: objective_questions_public_80.json
|
| 11 |
|
| 12 |
- config_name: subjective_questions
|
| 13 |
data_files:
|
| 14 |
- split: test
|
| 15 |
-
path: subjective_questions_public_40.json
|
| 16 |
---
|
| 17 |
|
|
|
|
| 7 |
- config_name: objective_questions
|
| 8 |
data_files:
|
| 9 |
- split: test
|
| 10 |
+
path: data/objective_questions_public_80.json
|
| 11 |
|
| 12 |
- config_name: subjective_questions
|
| 13 |
data_files:
|
| 14 |
- split: test
|
| 15 |
+
path: data/subjective_questions_public_40.json
|
| 16 |
---
|
| 17 |
|