File size: 803 Bytes
5fd515b 756413f 8486721 5c865b1 8486721 756413f 5fd515b 1284215 6c83077 1284215 5aad566 1284215 fb04dab |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
---
dataset_info:
features:
- name: title
dtype: string
- name: text
dtype: string
- name: pageid
dtype: int64
splits:
- name: train
num_bytes: 82453
num_examples: 9
download_size: 56067
dataset_size: 82453
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# Latest Wikitext
This dataset contains the latest wikipedia texts created from 2023-08-06 to 2023-08-13.
The data collection is conducted on 2023-08-20.
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')``` |