s-jse commited on
Commit
878c5c9
1 Parent(s): b67421f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -237,7 +237,7 @@ from datasets import load_dataset
237
  from tqdm import tqdm
238
 
239
  # Load the news articles for the year 2016, in streaming mode
240
- dataset = load_dataset("stanford-oval/ccnews", "2016", streaming=True)
241
 
242
  # Print information about the dataset
243
  print(dataset)
 
237
  from tqdm import tqdm
238
 
239
  # Load the news articles for the year 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
243
  print(dataset)