nq_bm25_top100_kilt / README.md
iohadrubin's picture
Upload README.md with huggingface_hub
00f23aa verified
metadata
configs:
  - config_name: default
    data_files:
      - split: dev
        path: data/dev-*
      - split: test_without_answers
        path: data/test_without_answers-*
      - split: train
        path: data/train-*
dataset_info:
  features:
    - name: question
      dtype: string
    - name: qid
      dtype: string
    - name: output
      dtype: string
    - name: ctxs
      list:
        - name: contents
          dtype: string
        - name: id
          dtype: string
  splits:
    - name: dev
      num_bytes: 115784683
      num_examples: 2000
    - name: test_without_answers
      num_bytes: 79815477
      num_examples: 1444
    - name: train
      num_bytes: 110542040
      num_examples: 2000
  download_size: 178305188
  dataset_size: 306142200

Dataset Card for "nq_bm25_top100_kilt"

More Information needed