aluncstokes's picture
Remove loading script, update README with yaml
603eb40
---
configs:
- config_name: default
data_files:
- split: train
path: "train_chunked.jsonl"
- split: test
path: "test_chunked.jsonl"
---
# MathPile ArXiv (subset)
## Description
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
## Source
The data was obtained from the training + validation portion of the arXiv subset of MathPile.
## Format
- Given as JSONL files of JSON dicts each containing the single key: "text"
## Usage
- LaTeX stuff idk
## License
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.