wikitext_latest / README.md
liyucheng's picture
Upload README.md with huggingface_hub
8486721
|
raw
history blame
803 Bytes
metadata
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')```