CoolFace
Datasetpublic

RealTimeData/bbc_alltime

This dataset contains BBC News articles from 2017 to 2022. The articles are arraged by month. Access the specific month by using the format "YYYY-MM" as config. Such as load_dataset("RealTimeData/bbc_alltime", "2021-1").

sourceHugging Facecc-by-2.0updated 3y agoView on Hugging Face
0likes311downloads
Dataset Card

BBC for All Times

You could find BBC News articles from every month between 2017 to 2022.

Use this to download BBC News articles during a specific month:

ds = datasets.load_dataset('RealTimeData/bbc_alltime', '2017-8')

The time stamp follows the format of "YYYY-MM".