uesp-wiki-content / README.md
Netruk44's picture
Add caveat
fe1f5d1
metadata
dataset_info:
  features:
    - name: namespace
      dtype: int64
    - name: page_id
      dtype: int64
    - name: url
      dtype: string
    - name: title
      dtype: string
    - name: content
      dtype: string
    - name: revision_id
      dtype: int64
    - name: timestamp
      dtype: string
    - name: contributor
      dtype: string
    - name: content_cleaned
      dtype: string
  splits:
    - name: train
      num_bytes: 757966297
      num_examples: 324930
  download_size: 363485644
  dataset_size: 757966297
license: other
language:
  - en
size_categories:
  - 100K<n<1M

Dataset Card for "uesp-wiki-content"

This dataset contains the content of the pages from the Unofficial Elder Scrolls Pages.

License: The contents of this dataset are licensed under the Creative Commons by-sa 2.5 License.

Source:

  • The content of this dataset was taken from the dumps subdomain of uesp.net
  • The contents of this dataset come from the file named "uespwiki-2022-02-09-current.xml.bz2", as that was the most recent version available at the time of dataset creation.
  • The archive file was processed by mediawiki-dump
    • Using my own fork to fix a bug with cleaning the text.

Caveats:

  • The content_cleaned column has some known issues.
    • Words may occasionally be missing if they were a special link type in the original content.