Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -12,19 +12,25 @@ configs:
|
|
12 |
dataset_info:
|
13 |
features:
|
14 |
- name: premise
|
15 |
-
dtype:
|
16 |
- name: hypothesis
|
17 |
-
dtype:
|
18 |
- name: label
|
19 |
-
dtype:
|
20 |
- name: config
|
21 |
-
dtype:
|
22 |
splits:
|
23 |
- name: train
|
|
|
|
|
24 |
- name: validation
|
|
|
|
|
25 |
- name: test
|
26 |
-
|
27 |
-
|
|
|
|
|
28 |
---
|
29 |
https://github.com/ruixiangcui/WikiResNLI_NatResNLI
|
30 |
|
|
|
12 |
dataset_info:
|
13 |
features:
|
14 |
- name: premise
|
15 |
+
dtype: string
|
16 |
- name: hypothesis
|
17 |
+
dtype: string
|
18 |
- name: label
|
19 |
+
dtype: string
|
20 |
- name: config
|
21 |
+
dtype: string
|
22 |
splits:
|
23 |
- name: train
|
24 |
+
num_bytes: 4691316
|
25 |
+
num_examples: 25232
|
26 |
- name: validation
|
27 |
+
num_bytes: 801878
|
28 |
+
num_examples: 4624
|
29 |
- name: test
|
30 |
+
num_bytes: 1224540
|
31 |
+
num_examples: 7216
|
32 |
+
download_size: 956275
|
33 |
+
dataset_size: 6717734
|
34 |
---
|
35 |
https://github.com/ruixiangcui/WikiResNLI_NatResNLI
|
36 |
|