Datasets:

Languages:
English
Size Categories:
10B<n<100B
ArXiv:
Tags:
math

Update README.md

#4
by hails - opened
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -22,7 +22,7 @@ The **Proof-Pile-2** is a 55 billion token dataset of mathematical and scientifi
22
  You can download the dataset as follows
23
  ```python
24
  from datasets import load_dataset
25
- ds = load_dataset("EleuetherAI/proof-pile-2")
26
 
27
  # To load only a specific subset, pass it as an argument, e.g
28
  ds_arxiv = load_dataset("EleutherAI/proof-pile-2", "arxiv")
 
22
  You can download the dataset as follows
23
  ```python
24
  from datasets import load_dataset
25
+ ds = load_dataset("EleutherAI/proof-pile-2")
26
 
27
  # To load only a specific subset, pass it as an argument, e.g
28
  ds_arxiv = load_dataset("EleutherAI/proof-pile-2", "arxiv")