minh21's picture
Upload README.md with huggingface_hub
31b4c50
|
raw
history blame
752 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*
dataset_info:
  features:
    - name: question
      dtype: string
    - name: positive
      dtype: string
    - name: negative
      dtype: string
  splits:
    - name: train
      num_bytes: 4268052
      num_examples: 2070
    - name: test
      num_bytes: 530397
      num_examples: 259
    - name: validation
      num_bytes: 528846
      num_examples: 259
  download_size: 1416074
  dataset_size: 5327295

Dataset Card for "COVID-QA-sentence-transformer-data"

More Information needed