wikitext_latest / README.md
liyucheng's picture
Upload README.md with huggingface_hub
28f6700
|
raw
history blame
1.14 kB
metadata
dataset_info:
  features:
    - name: title
      dtype: string
    - name: text
      dtype: string
    - name: pageid
      dtype: int64
  splits:
    - name: train
      num_bytes: 3538801
      num_examples: 661
  download_size: 2012963
  dataset_size: 3538801
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*

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 2023-09-18 to 2023-09-25.

The data collection is conducted on 2023-10-02.

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.