derenrich's picture
Upload README.md with huggingface_hub
095f721
metadata
language:
  - en
license: cc-by-3.0
size_categories:
  - 1M<n<10M
task_categories:
  - text-classification
pretty_name: Predict Wikidata Type From Enwiki Categories
tags:
  - wikidata
  - wikipedia
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: qid
      dtype: string
    - name: relation
      dtype: string
    - name: target_qid
      dtype: string
    - name: relation_id
      dtype: int64
    - name: text
      dtype: string
    - name: __index_level_0__
      dtype: int64
  splits:
    - name: train
      num_bytes: 1725928619.6360972
      num_examples: 6534445
    - name: test
      num_bytes: 191769993.36390287
      num_examples: 726050
  download_size: 1003767773
  dataset_size: 1917698613