wikipedia-simple-en / README.md
cahya's picture
Update README.md
9450dc2 verified
metadata
dataset_info:
  features:
    - name: id
      dtype: string
    - name: url
      dtype: string
    - name: title
      dtype: string
    - name: text
      dtype: string
  splits:
    - name: train
      num_bytes: 235060541
      num_examples: 205328
  download_size: 133886239
  dataset_size: 235060541
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*

Simpe English Wikipedia

This is a copy of the Simple English Wikipedia previously available to load using load_dataset("wikipedia", "20220301.simple", trust_remote_code=True). As it is not available anymore and "trust_remote_code" is not supported anymore by the datasets starting from version 4.0.0, I stored it here.