trivia_cqa / README.md
tilyupo's picture
Upload README.md with huggingface_hub
0065de4
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
dataset_info:
  features:
    - name: question
      dtype: string
    - name: answer
      dtype: string
    - name: context
      dtype: string
    - name: context_score
      dtype: float64
    - name: context_source
      dtype: string
  splits:
    - name: train
      num_bytes: 44625505
      num_examples: 79682
    - name: validation
      num_bytes: 5750820
      num_examples: 10291
  download_size: 33689157
  dataset_size: 50376325

Dataset Card for "trivia_cqa_v2"

More Information needed