iohadrubin
commited on
Commit
•
2ff0fef
1
Parent(s):
92a3721
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: dev
|
6 |
+
path: data/dev-*
|
7 |
+
- split: test_without_answers
|
8 |
+
path: data/test_without_answers-*
|
9 |
+
- split: train
|
10 |
+
path: data/train-*
|
11 |
+
dataset_info:
|
12 |
+
features:
|
13 |
+
- name: question
|
14 |
+
dtype: string
|
15 |
+
- name: qid
|
16 |
+
dtype: string
|
17 |
+
- name: output
|
18 |
+
dtype: string
|
19 |
+
- name: ctxs
|
20 |
+
list:
|
21 |
+
- name: contents
|
22 |
+
dtype: string
|
23 |
+
- name: id
|
24 |
+
dtype: string
|
25 |
+
splits:
|
26 |
+
- name: dev
|
27 |
+
num_bytes: 110418139
|
28 |
+
num_examples: 2000
|
29 |
+
- name: test_without_answers
|
30 |
+
num_bytes: 109974402
|
31 |
+
num_examples: 2000
|
32 |
+
- name: train
|
33 |
+
num_bytes: 112962589
|
34 |
+
num_examples: 2000
|
35 |
+
download_size: 189686611
|
36 |
+
dataset_size: 333355130
|
37 |
+
---
|
38 |
+
# Dataset Card for "structured_zeroshot_bm25_top100_kilt"
|
39 |
+
|
40 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|