cfierro's picture
Upload README.md with huggingface_hub
ddecaa2
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: query
      dtype: string
    - name: answer
      list:
        - name: wikidata_id
          dtype: string
        - name: name
          dtype: string
    - name: id
      dtype: string
    - name: relation
      dtype: string
    - name: date
      dtype: int64
    - name: type
      dtype: string
    - name: is_mutable
      dtype: int64
  splits:
    - name: train
      num_bytes: 1095030.2883583691
      num_examples: 6230
    - name: validation
      num_bytes: 995487.3818577483
      num_examples: 5783
    - name: test
      num_bytes: 858144.5198522622
      num_examples: 4360
  download_size: 1062216
  dataset_size: 2948662.19006838

Dataset Card for "mutability_classifier-1-1"

More Information needed