iohadrubin's picture
Upload README.md with huggingface_hub
6e6cef9 verified
|
raw
history blame
866 Bytes
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: 19101022
      num_examples: 300
    - name: test_without_answers
      num_bytes: 16551080
      num_examples: 300
    - name: train
      num_bytes: 17181836
      num_examples: 300
  download_size: 32522113
  dataset_size: 52833938

Dataset Card for "eli5_bm25_top100_kilt"

More Information needed