changes config 1
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
|
5 |
+
---
|
6 |
+
configs:
|
7 |
+
- config_name: full_data
|
8 |
+
data_files:
|
9 |
+
- split: train
|
10 |
+
path:"Full-data/train.json"
|
11 |
+
- split: test
|
12 |
+
path:"Full-data/test.json"
|
13 |
+
- config_name: timestamp_data
|
14 |
+
data_files: "MathSc-Timestamp/train.json"
|
15 |
+
---
|