Update README.md
Browse files
README.md
CHANGED
@@ -236,7 +236,7 @@ Sample Python code to explore this dataset:
|
|
236 |
from datasets import load_dataset
|
237 |
from tqdm import tqdm
|
238 |
|
239 |
-
# Load the news articles
|
240 |
dataset = load_dataset("stanford-oval/ccnews", name="2016", streaming=True) # `name` can be one of 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
|
241 |
|
242 |
# Print information about the dataset
|
|
|
236 |
from datasets import load_dataset
|
237 |
from tqdm import tqdm
|
238 |
|
239 |
+
# Load the news articles **crawled** in the year 2016 (but not necessarily published in 2016), in streaming mode
|
240 |
dataset = load_dataset("stanford-oval/ccnews", name="2016", streaming=True) # `name` can be one of 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024
|
241 |
|
242 |
# Print information about the dataset
|