File size: 1,135 Bytes
5fd515b
0c2463f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5fd515b
 
1284215
 
24f21ca
1284215
24f21ca
 
9c1a64c
24f21ca
9c1a64c
1284215
 
 
 
 
 
 
 
24f21ca
1284215
 
 
24f21ca
 
 
 
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
41
42
43
44
45
46
47
48
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: title
    dtype: string
  - name: text
    dtype: string
  - name: pageid
    dtype: int64
  splits:
  - name: train
    num_bytes: 5279549
    num_examples: 956
  download_size: 3028132
  dataset_size: 5279549
---

# Latest Wikitext

You could always access the latest Wikipedia texts via this dataset.

We update the dataset weekly, on every Sunday. So the dataset always provides the latest Wikipedia texts from the last week.

The current dataset on main branch contains the latest wikipedia texts created from 2024-03-18 to 2024-03-25.

The data collection is conducted on 2024-04-01.

Use the dataset via:
```
ds = datasets.load_dataset('RealTimeData/wikitext_latest')
```

# Previsou versions

You could access previous versions by requesting different branches.

For example, you could find the 2023-08-12 version via:
```
ds = datasets.load_dataset('RealTimeData/wikitext_latest', revision = '2023-08-12')
```

Check all available versions by clicking the "Files and versions" button on the top bar.