minh21's picture
Upload README.md with huggingface_hub
5cc7c43
|
raw
history blame contribute delete
No virus
706 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: question
      dtype: string
    - name: positive
      dtype: string
    - name: negative
      dtype: string
    - name: document_id
      dtype: int64
  splits:
    - name: train
      num_bytes: 7075815
      num_examples: 6419
    - name: test
      num_bytes: 806462
      num_examples: 723
  download_size: 724649
  dataset_size: 7882277

Dataset Card for "COVID-QA-Chunk-64-sentence-transformer-biencoder-data-65_25_10-v2"

More Information needed