trivia_qa / README.md
tilyupo's picture
Upload README.md with huggingface_hub
7622c6f
|
raw
history blame
1.22 kB
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: question_id
      dtype: string
    - name: question_source
      dtype: string
    - name: answer
      struct:
        - name: aliases
          sequence: string
        - name: normalized_aliases
          sequence: string
        - name: matched_wiki_entity_name
          dtype: string
        - name: normalized_matched_wiki_entity_name
          dtype: string
        - name: normalized_value
          dtype: string
        - name: type
          dtype: string
        - name: value
          dtype: string
    - name: passages
      list:
        - name: answer
          dtype: string
        - name: source
          dtype: string
        - name: text
          dtype: string
        - name: title
          dtype: string
  splits:
    - name: train
      num_bytes: 1896745327
      num_examples: 138384
    - name: validation
      num_bytes: 247711572
      num_examples: 17944
  download_size: 1167284149
  dataset_size: 2144456899

Dataset Card for "trivia_qa_passages"

More Information needed