jiminHuang
commited on
Commit
•
6fc7f52
1
Parent(s):
84f59c6
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -9,18 +9,22 @@ dataset_info:
|
|
9 |
dtype: string
|
10 |
- name: text
|
11 |
dtype: string
|
|
|
|
|
|
|
|
|
12 |
splits:
|
13 |
- name: train
|
14 |
-
num_bytes:
|
15 |
num_examples: 3396
|
16 |
- name: valid
|
17 |
-
num_bytes:
|
18 |
num_examples: 431
|
19 |
- name: test
|
20 |
-
num_bytes:
|
21 |
num_examples: 1143
|
22 |
-
download_size:
|
23 |
-
dataset_size:
|
24 |
---
|
25 |
# Dataset Card for "flare-sm-cikm"
|
26 |
|
|
|
9 |
dtype: string
|
10 |
- name: text
|
11 |
dtype: string
|
12 |
+
- name: options
|
13 |
+
sequence: string
|
14 |
+
- name: gold
|
15 |
+
dtype: int64
|
16 |
splits:
|
17 |
- name: train
|
18 |
+
num_bytes: 26083087
|
19 |
num_examples: 3396
|
20 |
- name: valid
|
21 |
+
num_bytes: 3231532
|
22 |
num_examples: 431
|
23 |
- name: test
|
24 |
+
num_bytes: 8123673
|
25 |
num_examples: 1143
|
26 |
+
download_size: 19173080
|
27 |
+
dataset_size: 37438292
|
28 |
---
|
29 |
# Dataset Card for "flare-sm-cikm"
|
30 |
|