--- {} --- # Latest Wikitext This dataset contains the latest wikipedia texts created from 2023-08-13T23:46:03.965722 to 2023-08-06T23:46:03.965722. The data collection is conducted on 2023-08-20T23:46:03.965722. Use the dataset via: ``` ds = datasets.load_dataset('RealTimeData/wikitext_latest') ``` # Previsou versions You could access a historical slice with our branches. For example, you could find the 2023-08-12 version via: ``` ds = datasets.load_dataset('RealTimeData/wikitext_latest', revision = '2023-08-12')```