Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,31 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: premise
|
6 |
+
dtype: string
|
7 |
+
- name: hypothesis
|
8 |
+
dtype: string
|
9 |
+
- name: label
|
10 |
+
dtype: string
|
11 |
+
- name: source
|
12 |
+
dtype: string
|
13 |
+
- name: org_premise
|
14 |
+
dtype: string
|
15 |
+
- name: org_hypothesis
|
16 |
+
dtype: string
|
17 |
+
- name: __index_level_0__
|
18 |
+
dtype: int64
|
19 |
+
splits:
|
20 |
+
- name: train
|
21 |
+
num_bytes: 12554097
|
22 |
+
num_examples: 40000
|
23 |
+
- name: dev
|
24 |
+
num_bytes: 1569723
|
25 |
+
num_examples: 4961
|
26 |
+
- name: test
|
27 |
+
num_bytes: 1584740
|
28 |
+
num_examples: 5000
|
29 |
+
download_size: 8471333
|
30 |
+
dataset_size: 15708560
|
31 |
---
|