Update README.md (#4)
Browse files- Update README.md (2b262a75cd11cce16601b018c9659ea8959224e1)
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("
|
| 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")
|