File size: 871 Bytes
6e6cef9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
09a2da9
 
6e6cef9
09a2da9
 
6e6cef9
09a2da9
 
 
 
6e6cef9
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
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: 97461385
    num_examples: 1507
  - name: test_without_answers
    num_bytes: 33381085
    num_examples: 600
  - name: train
    num_bytes: 114197763
    num_examples: 2000
  download_size: 150328400
  dataset_size: 245040233
---
# Dataset Card for "eli5_bm25_top100_kilt"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)