Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,31 @@ tags:
|
|
7 |
- math
|
8 |
size_categories:
|
9 |
- 10B<n<100B
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
<img src="proofpile_logo.jpg" width="500">
|
12 |
|
|
|
7 |
- math
|
8 |
size_categories:
|
9 |
- 10B<n<100B
|
10 |
+
configs:
|
11 |
+
- config_name: arxiv
|
12 |
+
data_files:
|
13 |
+
- split: train
|
14 |
+
path: arxiv/train/*.jsonl.zst
|
15 |
+
- split: validation
|
16 |
+
path: arxiv/validation/*.jsonl.zst
|
17 |
+
- split: test
|
18 |
+
path: arxiv/test/*.jsonl.zst
|
19 |
+
- config_name: open-web-math
|
20 |
+
data_files:
|
21 |
+
- split: train
|
22 |
+
path: open-web-math/train/*.jsonl.zst
|
23 |
+
- split: validation
|
24 |
+
path: open-web-math/validation/*.jsonl.zst
|
25 |
+
- split: test
|
26 |
+
path: open-web-math/test/*.jsonl.zst
|
27 |
+
- config_name: algebraic-stack
|
28 |
+
data_files:
|
29 |
+
- split: train
|
30 |
+
path: algebraic-stack/train/*.jsonl.zst
|
31 |
+
- split: validation
|
32 |
+
path: algebraic-stack/validation/*.jsonl.zst
|
33 |
+
- split: test
|
34 |
+
path: algebraic-stack/test/*.jsonl.zst
|
35 |
---
|
36 |
<img src="proofpile_logo.jpg" width="500">
|
37 |
|