RoG-webqsp / README.md
rmanluo's picture
Upload README.md with huggingface_hub
9247d15
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: id
      dtype: string
    - name: question
      dtype: string
    - name: answer
      sequence: string
    - name: q_entity
      sequence: string
    - name: a_entity
      sequence: string
    - name: graph
      sequence:
        sequence: string
    - name: choices
      sequence: 'null'
  splits:
    - name: train
      num_bytes: 993540472
      num_examples: 2826
    - name: validation
      num_bytes: 84009553
      num_examples: 246
    - name: test
      num_bytes: 580788090
      num_examples: 1628
  download_size: 0
  dataset_size: 1658338115

Dataset Card for "RoG-webqsp"

More Information needed