aluncstokes
commited on
Commit
•
727fed5
1
Parent(s):
e73665d
upload
Browse files- .gitattributes +2 -0
- README.md +16 -0
- test.jsonl +3 -0
- train.jsonl +3 -0
.gitattributes
CHANGED
@@ -53,3 +53,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
56 |
+
test.jsonl filter=lfs diff=lfs merge=lfs -text
|
57 |
+
train.jsonl filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# MathPile ArXiv (subset)
|
2 |
+
|
3 |
+
## Description
|
4 |
+
This dataset consists of 343,830 TeX files containing mathematics papers sourced from the arXiv. Training and testing sets are already split
|
5 |
+
|
6 |
+
## Source
|
7 |
+
The data was obtained from the training + validation portion of the arXiv subset of MathPile.
|
8 |
+
|
9 |
+
## Format
|
10 |
+
- LLaMa BOS and EOS tokens (`<s>` and `</s>`) have been added to mark the beginning and end of each sequence.
|
11 |
+
|
12 |
+
## Usage
|
13 |
+
- LaTeX stuff idk
|
14 |
+
|
15 |
+
## License
|
16 |
+
The original data is subject to the licensing terms of the arXiv. Users should refer to the arXiv's terms of use for details on permissible usage.
|
test.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20deda0a60179d4a0dee1a4798ddf703da7643a2049370ba2f3e6b46083315c5
|
3 |
+
size 250525600
|
train.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e02956f1935357aa80ce1952466cbb06ac3d813a03fdbc0ad34e3f1d7af5df15
|
3 |
+
size 24884920831
|