Commit
·
09cc993
1
Parent(s):
d1ebabb
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
configs:
|
| 3 |
+
- config_name: default
|
| 4 |
+
data_files:
|
| 5 |
+
- split: validation
|
| 6 |
+
path: data/validation-*
|
| 7 |
+
- split: train
|
| 8 |
+
path: data/train-*
|
| 9 |
+
dataset_info:
|
| 10 |
+
features:
|
| 11 |
+
- name: dataset
|
| 12 |
+
dtype: string
|
| 13 |
+
- name: question
|
| 14 |
+
dtype: string
|
| 15 |
+
- name: answers
|
| 16 |
+
sequence: string
|
| 17 |
+
- name: positive_ctxs
|
| 18 |
+
sequence:
|
| 19 |
+
- name: title
|
| 20 |
+
dtype: string
|
| 21 |
+
- name: text
|
| 22 |
+
dtype: string
|
| 23 |
+
- name: score
|
| 24 |
+
dtype: float32
|
| 25 |
+
- name: title_score
|
| 26 |
+
dtype: int32
|
| 27 |
+
- name: passage_id
|
| 28 |
+
dtype: string
|
| 29 |
+
- name: negative_ctxs
|
| 30 |
+
sequence:
|
| 31 |
+
- name: title
|
| 32 |
+
dtype: string
|
| 33 |
+
- name: text
|
| 34 |
+
dtype: string
|
| 35 |
+
- name: score
|
| 36 |
+
dtype: float32
|
| 37 |
+
- name: title_score
|
| 38 |
+
dtype: int32
|
| 39 |
+
- name: passage_id
|
| 40 |
+
dtype: string
|
| 41 |
+
- name: hard_negative_ctxs
|
| 42 |
+
sequence:
|
| 43 |
+
- name: title
|
| 44 |
+
dtype: string
|
| 45 |
+
- name: text
|
| 46 |
+
dtype: string
|
| 47 |
+
- name: score
|
| 48 |
+
dtype: float32
|
| 49 |
+
- name: title_score
|
| 50 |
+
dtype: int32
|
| 51 |
+
- name: passage_id
|
| 52 |
+
dtype: string
|
| 53 |
+
splits:
|
| 54 |
+
- name: validation
|
| 55 |
+
num_bytes: 645475524
|
| 56 |
+
num_examples: 6515
|
| 57 |
+
- name: train
|
| 58 |
+
num_bytes: 5836111764
|
| 59 |
+
num_examples: 58880
|
| 60 |
+
download_size: 3923060242
|
| 61 |
+
dataset_size: 6481587288
|
| 62 |
+
---
|
| 63 |
+
# Dataset Card for "nq"
|
| 64 |
+
|
| 65 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|