jiminHuang
commited on
Commit
•
bd0b3bb
1
Parent(s):
0d8d6f7
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: 20781
|
16 |
- name: valid
|
17 |
-
num_bytes:
|
18 |
num_examples: 2555
|
19 |
- name: test
|
20 |
-
num_bytes:
|
21 |
num_examples: 3720
|
22 |
-
download_size:
|
23 |
-
dataset_size:
|
24 |
---
|
25 |
# Dataset Card for "flare-sm-acl"
|
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: 70387027
|
19 |
num_examples: 20781
|
20 |
- name: valid
|
21 |
+
num_bytes: 9048874
|
22 |
num_examples: 2555
|
23 |
- name: test
|
24 |
+
num_bytes: 13358084
|
25 |
num_examples: 3720
|
26 |
+
download_size: 46294197
|
27 |
+
dataset_size: 92793985
|
28 |
---
|
29 |
# Dataset Card for "flare-sm-acl"
|
30 |
|