neindochoh
commited on
Commit
•
c9abbe6
1
Parent(s):
87ceada
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
dataset_info:
|
10 |
+
features:
|
11 |
+
- name: question.embedding
|
12 |
+
sequence: float32
|
13 |
+
length: 2
|
14 |
+
- name: passage.embedding
|
15 |
+
sequence: float32
|
16 |
+
length: 2
|
17 |
+
splits:
|
18 |
+
- name: train
|
19 |
+
num_bytes: 150832
|
20 |
+
num_examples: 9427
|
21 |
+
- name: validation
|
22 |
+
num_bytes: 52320
|
23 |
+
num_examples: 3270
|
24 |
+
download_size: 284721
|
25 |
+
dataset_size: 203152
|
26 |
+
---
|
27 |
+
# Dataset Card for "spotlight-boolq-enrichment"
|
28 |
+
|
29 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|