baileyk commited on
Commit
efc9ba7
·
verified ·
1 Parent(s): c5f581d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/dolma3", 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:
 
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: