BioNLI_test / README.md
jiminHuang's picture
Upload README.md with huggingface_hub
4bd13d0 verified
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: query
      dtype: string
    - name: answer
      dtype: string
    - name: choices
      sequence: string
    - name: gold
      dtype: int64
  splits:
    - name: train
      num_bytes: 9885994
      num_examples: 5544
    - name: validation
      num_bytes: 22851728
      num_examples: 12806
    - name: test
      num_bytes: 11618436
      num_examples: 6308
  download_size: 10069132
  dataset_size: 44356158

data source: https://github.com/StonyBrookNLP/BioNLI