Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
- split: validation
|
8 |
+
path: data/validation-*
|
9 |
+
- split: test
|
10 |
+
path: data/test-*
|
11 |
+
dataset_info:
|
12 |
+
features:
|
13 |
+
- name: context
|
14 |
+
dtype: string
|
15 |
+
- name: question
|
16 |
+
dtype: string
|
17 |
+
- name: answers
|
18 |
+
sequence: string
|
19 |
+
- name: key
|
20 |
+
dtype: string
|
21 |
+
- name: labels
|
22 |
+
list:
|
23 |
+
- name: end
|
24 |
+
sequence: int64
|
25 |
+
- name: start
|
26 |
+
sequence: int64
|
27 |
+
- name: document_id
|
28 |
+
dtype: int64
|
29 |
+
- name: retrieved_context
|
30 |
+
dtype: string
|
31 |
+
splits:
|
32 |
+
- name: train
|
33 |
+
num_bytes: 506360128
|
34 |
+
num_examples: 69960
|
35 |
+
- name: validation
|
36 |
+
num_bytes: 31115876
|
37 |
+
num_examples: 4200
|
38 |
+
- name: test
|
39 |
+
num_bytes: 30314274
|
40 |
+
num_examples: 4212
|
41 |
+
download_size: 80627687
|
42 |
+
dataset_size: 567790278
|
43 |
+
---
|
44 |
+
# Dataset Card for "newsqa-retrieved-ce-chunk-100"
|
45 |
+
|
46 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|