multi-train
commited on
Commit
•
0a28b06
1
Parent(s):
e1c47c2
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
dataset_info:
|
8 |
+
features:
|
9 |
+
- name: query
|
10 |
+
dtype: string
|
11 |
+
- name: pos
|
12 |
+
sequence: string
|
13 |
+
- name: neg
|
14 |
+
sequence: string
|
15 |
+
- name: task
|
16 |
+
dtype: string
|
17 |
+
- name: instruction
|
18 |
+
struct:
|
19 |
+
- name: query
|
20 |
+
dtype: string
|
21 |
+
- name: pos
|
22 |
+
dtype: string
|
23 |
+
- name: neg
|
24 |
+
dtype: string
|
25 |
+
splits:
|
26 |
+
- name: train
|
27 |
+
num_bytes: 94822797
|
28 |
+
num_examples: 76945
|
29 |
+
download_size: 53958820
|
30 |
+
dataset_size: 94822797
|
31 |
+
---
|
32 |
+
# Dataset Card for "nq-train-multikilt_1107"
|
33 |
+
|
34 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|