aluncstokes commited on
Commit
1ee0dd4
1 Parent(s): 7654011

upload it up

Browse files
Files changed (4) hide show
  1. .gitattributes +2 -0
  2. README.md +16 -0
  3. test.jsonl +3 -0
  4. 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
+ train.jsonl filter=lfs diff=lfs merge=lfs -text
57
+ test.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 a toy subset of 8834 (5000 training + 3834 testing) TeX files found in the arXiv subset of MathPile, used for testing. You should not use this dataset. 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
+ - Given as JSONL files of JSON dicts each containing the single key: "text"
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:9d4034acb3559a8c887f3c03589ba05568bf3f8b6fe6d9c513d8cda5a2f104ef
3
+ size 250498096
train.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:774de8f1d8b477758f8afec7287595f8f9311dd86e50443c92ba8fe5bee5699c
3
+ size 361146715