File size: 794 Bytes
603eb40
 
 
 
 
 
 
 
 
 
1ee0dd4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
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.