license: cc-by-2.0 | |
# Wikipedia for All Times | |
You could find the history of 419 selected Wikipedia pages for every month between 2017 to 2022. | |
Use this to download the historical version of Wikipedia articles in a specific month: | |
``` | |
ds = datasets.load_dataset('RealTimeData/wikitext_alltime', '2017-8') | |
``` | |
The time stamp follows the format of "YYYY-MM". |