Datasets:

Modalities:
Text
Formats:
json
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
hanwenzhu commited on
Commit
ba24e70
·
verified ·
1 Parent(s): e41f658

Add validation set (#2)

Browse files

- add minictx-valid (dc85831cc05c727a7970f5bd56cda06c90623bb3)
- fix valid/hep.jsonl (929df0160cfa922739021d4e8631a8ec4174d47e)
- Update valid set (9197884095c4427ef2b01fe26359167cc166421e)
- Update README.md to configure splits as subsets, test/valid as splits (1e549de3d7aff5a085e42023eda02d353eac54b4)
- Merge branch 'valid' into pr/2 (85be04e4db53fe30923f7e9fa2a1195c9e102046)

.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ .DS_Store
README.md CHANGED
@@ -2,22 +2,48 @@
2
  license: apache-2.0
3
 
4
  configs:
5
- - config_name: default
6
  data_files:
7
- - split: hep
8
- path: "minictx/hep.jsonl"
9
- - split: htpi
10
- path: "minictx/htpi.jsonl"
11
- - split: mathlib
12
- path: "minictx/mathlib.jsonl"
13
- - split: pfr
14
- path: "minictx/pfr.jsonl"
15
- - split: pfr_cross
16
- path: "minictx/pfr_cross.jsonl"
17
- - split: pnt
18
- path: "minictx/pnt.jsonl"
19
- - split: scilean
20
- path: "minictx/scilean.jsonl"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ```
{minictx → minictx-test}/hep.jsonl RENAMED
File without changes
{minictx → minictx-test}/htpi.jsonl RENAMED
File without changes
{minictx → minictx-test}/mathlib.jsonl RENAMED
File without changes
{minictx → minictx-test}/pfr.jsonl RENAMED
File without changes
{minictx → minictx-test}/pfr_cross.jsonl RENAMED
File without changes
{minictx → minictx-test}/pnt.jsonl RENAMED
File without changes
{minictx → minictx-test}/scilean.jsonl RENAMED
File without changes
minictx-valid/hep.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
minictx-valid/htpi.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
minictx-valid/mathlib.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
minictx-valid/pfr.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
minictx-valid/pfr_cross.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
minictx-valid/pnt.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
minictx-valid/scilean.jsonl ADDED
The diff for this file is too large to render. See raw diff