Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -59,7 +59,7 @@ You can download and load this data using HuggingFace's `datasets` library with
|
|
| 59 |
|
| 60 |
```python
|
| 61 |
from datasets import load_dataset
|
| 62 |
-
dataset = load_dataset("allenai/
|
| 63 |
```
|
| 64 |
|
| 65 |
You can further specify a specific split of the dataset to load. In this repository, Common Crawl data folders are foramtted as `common_crawl-topic-vigintile`. Similarly, olmOCR PDF data folders are formatted as `olmocr_science_pdfs-topic`. For example:
|
|
|
|
| 59 |
|
| 60 |
```python
|
| 61 |
from datasets import load_dataset
|
| 62 |
+
dataset = load_dataset("allenai/dolma3_pool", split="train",)
|
| 63 |
```
|
| 64 |
|
| 65 |
You can further specify a specific split of the dataset to load. In this repository, Common Crawl data folders are foramtted as `common_crawl-topic-vigintile`. Similarly, olmOCR PDF data folders are formatted as `olmocr_science_pdfs-topic`. For example:
|