azaninello
commited on
Upload dataset
Browse files- README.md +12 -16
- data/test-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -4,35 +4,31 @@ dataset_info:
|
|
4 |
features:
|
5 |
- name: id
|
6 |
dtype: string
|
7 |
-
- name: entailment
|
8 |
-
dtype: string
|
9 |
-
- name: task
|
10 |
-
dtype: string
|
11 |
-
- name: length
|
12 |
-
dtype: string
|
13 |
- name: text_t
|
14 |
dtype: string
|
15 |
- name: text_h
|
16 |
dtype: string
|
|
|
|
|
17 |
- name: explanation
|
18 |
dtype: string
|
19 |
-
- name:
|
20 |
dtype: string
|
21 |
-
- name:
|
22 |
dtype: string
|
23 |
-
- name:
|
24 |
dtype: string
|
25 |
-
- name:
|
26 |
dtype: string
|
27 |
splits:
|
28 |
-
- name:
|
29 |
-
num_bytes:
|
30 |
num_examples: 800
|
31 |
-
download_size:
|
32 |
-
dataset_size:
|
33 |
configs:
|
34 |
- config_name: default
|
35 |
data_files:
|
36 |
-
- split:
|
37 |
-
path: data/
|
38 |
---
|
|
|
4 |
features:
|
5 |
- name: id
|
6 |
dtype: string
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
- name: text_t
|
8 |
dtype: string
|
9 |
- name: text_h
|
10 |
dtype: string
|
11 |
+
- name: label
|
12 |
+
dtype: string
|
13 |
- name: explanation
|
14 |
dtype: string
|
15 |
+
- name: expl_confidence
|
16 |
dtype: string
|
17 |
+
- name: alt_label
|
18 |
dtype: string
|
19 |
+
- name: alt_explanation
|
20 |
dtype: string
|
21 |
+
- name: alt_confidence
|
22 |
dtype: string
|
23 |
splits:
|
24 |
+
- name: test
|
25 |
+
num_bytes: 383215
|
26 |
num_examples: 800
|
27 |
+
download_size: 212366
|
28 |
+
dataset_size: 383215
|
29 |
configs:
|
30 |
- config_name: default
|
31 |
data_files:
|
32 |
+
- split: test
|
33 |
+
path: data/test-*
|
34 |
---
|
data/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0e7c27ed5c422fa8233c6a92d6eab466493479e82255115e468d51c4385b9ce
|
3 |
+
size 212366
|