config change 3
Browse files
README.md
CHANGED
@@ -9,9 +9,20 @@ configs:
|
|
9 |
data_files:
|
10 |
- split: train
|
11 |
path:"Full-data/train.json"
|
|
|
|
|
12 |
- split: test
|
13 |
-
path:
|
|
|
|
|
14 |
- config_name: timestamp_data
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
---
|
17 |
```
|
|
|
9 |
data_files:
|
10 |
- split: train
|
11 |
path:"Full-data/train.json"
|
12 |
+
- split: validation
|
13 |
+
path:"Full-data/dev.json"
|
14 |
- split: test
|
15 |
+
path:
|
16 |
+
- "Full-data/test.json"
|
17 |
+
- "Full-data/test500.json"
|
18 |
- config_name: timestamp_data
|
19 |
+
- split: train
|
20 |
+
path:"MathSc-Timestamp/train.json"
|
21 |
+
- split: validation
|
22 |
+
path:"MathSc-Timestamp/dev.json"
|
23 |
+
- split: test
|
24 |
+
path:
|
25 |
+
- "MathSc-Timestamp/test.json"
|
26 |
+
- "MathSc-Timestamp/test500.json"
|
27 |
---
|
28 |
```
|