squad_v2 / README.md
jonathanagustin's picture
Upload README.md with huggingface_hub
769a138
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
dataset_info:
  features:
    - name: id
      dtype: string
    - name: title
      dtype: string
    - name: context
      dtype: string
    - name: question
      dtype: string
    - name: answers
      sequence:
        - name: text
          dtype: string
        - name: answer_start
          dtype: int32
  splits:
    - name: train
      num_bytes: 116732025
      num_examples: 130319
    - name: validation
      num_bytes: 11661091
      num_examples: 11873
  download_size: 0
  dataset_size: 128393116

Dataset Card for "squad_v2"

More Information needed