Datasets:

Languages:
English
Size Categories:
10B<n<100B
ArXiv:
Tags:
math
hails commited on
Commit
f9ee3f2
1 Parent(s): a5aab22

Update README.md (#4)

Browse files

- Update README.md (2b262a75cd11cce16601b018c9659ea8959224e1)

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")