Update README.md to configure splits as subsets, test/valid as splits
Browse files
README.md
CHANGED
@@ -2,22 +2,48 @@
|
|
2 |
license: apache-2.0
|
3 |
|
4 |
configs:
|
5 |
-
- config_name:
|
6 |
data_files:
|
7 |
-
- split:
|
8 |
-
path: "minictx/hep.jsonl"
|
9 |
-
- split:
|
10 |
-
path: "minictx/
|
11 |
-
|
12 |
-
|
13 |
-
- split:
|
14 |
-
path: "minictx/
|
15 |
-
- split:
|
16 |
-
path: "minictx/
|
17 |
-
|
18 |
-
|
19 |
-
- split:
|
20 |
-
path: "minictx/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
---
|
22 |
|
23 |
|
@@ -136,4 +162,4 @@ Please cite:
|
|
136 |
journal={arXiv preprint arXiv:2408.03350},
|
137 |
year={2024}
|
138 |
}
|
139 |
-
```
|
|
|
2 |
license: apache-2.0
|
3 |
|
4 |
configs:
|
5 |
+
- config_name: hep
|
6 |
data_files:
|
7 |
+
- split: valid
|
8 |
+
path: "minictx-valid/hep.jsonl"
|
9 |
+
- split: test
|
10 |
+
path: "minictx-test/hep.jsonl"
|
11 |
+
- config_name: htpi
|
12 |
+
data_files:
|
13 |
+
- split: valid
|
14 |
+
path: "minictx-valid/htpi.jsonl"
|
15 |
+
- split: test
|
16 |
+
path: "minictx-test/htpi.jsonl"
|
17 |
+
- config_name: mathlib
|
18 |
+
data_files:
|
19 |
+
- split: valid
|
20 |
+
path: "minictx-valid/mathlib.jsonl"
|
21 |
+
- split: test
|
22 |
+
path: "minictx-test/mathlib.jsonl"
|
23 |
+
- config_name: pfr
|
24 |
+
data_files:
|
25 |
+
- split: valid
|
26 |
+
path: "minictx-valid/pfr.jsonl"
|
27 |
+
- split: test
|
28 |
+
path: "minictx-test/pfr.jsonl"
|
29 |
+
- config_name: pfr_cross
|
30 |
+
data_files:
|
31 |
+
- split: valid
|
32 |
+
path: "minictx-valid/pfr_cross.jsonl"
|
33 |
+
- split: test
|
34 |
+
path: "minictx-test/pfr_cross.jsonl"
|
35 |
+
- config_name: pnt
|
36 |
+
data_files:
|
37 |
+
- split: valid
|
38 |
+
path: "minictx-valid/pnt.jsonl"
|
39 |
+
- split: test
|
40 |
+
path: "minictx-test/pnt.jsonl"
|
41 |
+
- config_name: scilean
|
42 |
+
data_files:
|
43 |
+
- split: valid
|
44 |
+
path: "minictx-valid/scilean.jsonl"
|
45 |
+
- split: test
|
46 |
+
path: "minictx-test/scilean.jsonl"
|
47 |
---
|
48 |
|
49 |
|
|
|
162 |
journal={arXiv preprint arXiv:2408.03350},
|
163 |
year={2024}
|
164 |
}
|
165 |
+
```
|