Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,5 +1,32 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# SAFE
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
configs:
|
4 |
+
- config_name: default
|
5 |
+
data_files:
|
6 |
+
- split: train
|
7 |
+
path: data/train-*
|
8 |
+
- split: test
|
9 |
+
path: data/test-*
|
10 |
+
- split: validation
|
11 |
+
path: data/validation-*
|
12 |
+
dataset_info:
|
13 |
+
features:
|
14 |
+
- name: input
|
15 |
+
dtype: string
|
16 |
+
- name: mc_labels
|
17 |
+
sequence: float64
|
18 |
+
splits:
|
19 |
+
- name: train
|
20 |
+
num_bytes: 203939038678
|
21 |
+
num_examples: 945455307
|
22 |
+
- name: test
|
23 |
+
num_bytes: 25523244912
|
24 |
+
num_examples: 118890444
|
25 |
+
- name: validation
|
26 |
+
num_bytes: 24920275439
|
27 |
+
num_examples: 118451032
|
28 |
+
download_size: 270730145
|
29 |
+
dataset_size: 254382559029
|
30 |
---
|
31 |
|
32 |
# SAFE
|