squad-cmrc2018-zhtw / README.md
erhwenkuo's picture
Upload README.md with huggingface_hub
68d963a
|
raw
history blame
850 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: id
      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: 14839890
      num_examples: 10142
    - name: validation
      num_bytes: 4976411
      num_examples: 3219
    - name: test
      num_bytes: 1534360
      num_examples: 1002
  download_size: 4781898
  dataset_size: 21350661

Dataset Card for "squad-cmrc2018-zhtw"

More Information needed