Commit
·
2728cd5
1
Parent(s):
51fe2de
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,18 +1,22 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
-
- name:
|
5 |
dtype: string
|
6 |
- name: context
|
7 |
dtype: string
|
8 |
-
- name:
|
9 |
dtype: string
|
10 |
splits:
|
|
|
|
|
|
|
11 |
- name: train
|
12 |
-
num_bytes:
|
13 |
-
num_examples:
|
14 |
-
|
15 |
-
|
|
|
16 |
---
|
17 |
# Dataset Card for "free_marco"
|
18 |
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
+
- name: query
|
5 |
dtype: string
|
6 |
- name: context
|
7 |
dtype: string
|
8 |
+
- name: answer
|
9 |
dtype: string
|
10 |
splits:
|
11 |
+
- name: validation
|
12 |
+
num_bytes: 25790184.920231506
|
13 |
+
num_examples: 55578
|
14 |
- name: train
|
15 |
+
num_bytes: 238011027.40998867
|
16 |
+
num_examples: 502939
|
17 |
+
- name: test
|
18 |
+
download_size: 175593615
|
19 |
+
dataset_size: 263801212.33022016
|
20 |
---
|
21 |
# Dataset Card for "free_marco"
|
22 |
|