ID-SQuAD / README.md
Rifky's picture
Upload README.md with huggingface_hub
0677791
metadata
dataset_info:
  features:
    - name: id
      dtype: string
    - name: title
      dtype: string
    - name: context
      dtype: string
    - name: question
      dtype: string
    - name: answers
      struct:
        - name: answer_start
          sequence: int64
        - name: text
          sequence: string
  splits:
    - name: test
      num_bytes: 12218827
      num_examples: 11858
    - name: train
      num_bytes: 121632833
      num_examples: 130318
    - name: validation
      num_bytes: 12218827
      num_examples: 11858
  download_size: 19391596
  dataset_size: 146070487

Dataset Card for "ID-SQuAD"

More Information needed