trivia / README.md
Seongill's picture
Upload dataset
8fc6dbf
|
raw
history blame
639 Bytes
metadata
dataset_info:
  features:
    - name: question
      dtype: string
    - name: answers
      sequence: string
    - name: ctxs
      list:
        - name: hasanswer
          dtype: bool
        - name: id
          dtype: string
        - name: score
          dtype: float64
        - name: text
          dtype: string
        - name: title
          dtype: string
  splits:
    - name: train
      num_bytes: 603223350
      num_examples: 87622
    - name: test
      num_bytes: 77956872
      num_examples: 11313
  download_size: 403718789
  dataset_size: 681180222
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*