aluncstokes commited on
Commit
4567d8b
2 Parent(s): 9b524fd 50b75a9

Merge branch 'main' of https://huggingface.co/datasets/aluncstokes/mathpile_arxiv_subset

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -7,7 +7,7 @@ This dataset consists of 343,830 TeX files containing mathematics papers sourced
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
 
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