Commit
·
004781f
1
Parent(s):
34d7543
modify README
Browse files
README.md
CHANGED
@@ -4,16 +4,16 @@ configs:
|
|
4 |
data_files:
|
5 |
# - split: test-v1
|
6 |
# path: "data/cladder-v1-prompts.json"
|
7 |
-
- split:
|
8 |
path: "data/test-balanced-v1.5.csv"
|
9 |
-
- split:
|
10 |
path: "data/test-commonsense-v1.5.csv"
|
11 |
-
- split:
|
12 |
path: "data/test-anticommonsense-v1.5.csv"
|
13 |
-
- split:
|
14 |
path: "data/test-noncommonsense-v1.5.csv"
|
15 |
-
- split:
|
16 |
path: "data/test-easy-v1.5.csv"
|
17 |
-
- split:
|
18 |
path: "data/test-hard-v1.5.csv"
|
19 |
---
|
|
|
4 |
data_files:
|
5 |
# - split: test-v1
|
6 |
# path: "data/cladder-v1-prompts.json"
|
7 |
+
- split: test_balanced_v1.5
|
8 |
path: "data/test-balanced-v1.5.csv"
|
9 |
+
- split: test_commonsense_v1.5
|
10 |
path: "data/test-commonsense-v1.5.csv"
|
11 |
+
- split: tes_-anticommonsense_v1.5
|
12 |
path: "data/test-anticommonsense-v1.5.csv"
|
13 |
+
- split: test_noncommonsense_v1.5
|
14 |
path: "data/test-noncommonsense-v1.5.csv"
|
15 |
+
- split: test_easy_v1.5
|
16 |
path: "data/test-easy-v1.5.csv"
|
17 |
+
- split: test_hard_v1.5
|
18 |
path: "data/test-hard-v1.5.csv"
|
19 |
---
|