iohadrubin's picture
Upload README.md with huggingface_hub
6c56ce1 verified
|
raw
history blame
817 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
      sequence: string
  splits:
    - name: dev
      num_bytes: 265392484
      num_examples: 4784
    - name: test_without_answers
      num_bytes: 241555199
      num_examples: 4463
    - name: train
      num_bytes: 1011359709
      num_examples: 18395
  download_size: 367513281
  dataset_size: 1518307392

Dataset Card for "aidayago2_bm25_top100_kilt"

More Information needed