Commit
·
83c2f97
1
Parent(s):
e4be48a
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -6,8 +6,8 @@ configs:
|
|
6 |
path: data/mnli_m-*
|
7 |
- split: mnli_mm
|
8 |
path: data/mnli_mm-*
|
9 |
-
- split:
|
10 |
-
path: data/
|
11 |
- split: anli_r1
|
12 |
path: data/anli_r1-*
|
13 |
- split: anli_r2
|
@@ -16,8 +16,8 @@ configs:
|
|
16 |
path: data/anli_r3-*
|
17 |
- split: wanli
|
18 |
path: data/wanli-*
|
19 |
-
- split:
|
20 |
-
path: data/
|
21 |
- split: wellformedquery
|
22 |
path: data/wellformedquery-*
|
23 |
- split: rottentomatoes
|
@@ -70,6 +70,10 @@ configs:
|
|
70 |
path: data/wikitoxic_threat-*
|
71 |
- split: wikitoxic_insult
|
72 |
path: data/wikitoxic_insult-*
|
|
|
|
|
|
|
|
|
73 |
dataset_info:
|
74 |
features:
|
75 |
- name: text
|
@@ -80,36 +84,36 @@ dataset_info:
|
|
80 |
dtype:
|
81 |
class_label:
|
82 |
names:
|
83 |
-
'0':
|
84 |
-
'1':
|
85 |
- name: task_name
|
86 |
dtype: string
|
87 |
- name: label_text
|
88 |
dtype: string
|
89 |
splits:
|
90 |
- name: mnli_m
|
91 |
-
num_bytes:
|
92 |
num_examples: 9815
|
93 |
- name: mnli_mm
|
94 |
-
num_bytes:
|
95 |
num_examples: 9832
|
96 |
-
- name:
|
97 |
-
num_bytes:
|
98 |
num_examples: 19652
|
99 |
- name: anli_r1
|
100 |
-
num_bytes:
|
101 |
num_examples: 1000
|
102 |
- name: anli_r2
|
103 |
-
num_bytes:
|
104 |
num_examples: 1000
|
105 |
- name: anli_r3
|
106 |
-
num_bytes:
|
107 |
num_examples: 1200
|
108 |
- name: wanli
|
109 |
-
num_bytes:
|
110 |
num_examples: 5000
|
111 |
-
- name:
|
112 |
-
num_bytes:
|
113 |
num_examples: 4893
|
114 |
- name: wellformedquery
|
115 |
num_bytes: 797997
|
@@ -189,8 +193,14 @@ dataset_info:
|
|
189 |
- name: wikitoxic_insult
|
190 |
num_bytes: 7229696
|
191 |
num_examples: 16854
|
192 |
-
|
193 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
194 |
---
|
195 |
# Dataset Card for "dataset_test_disaggregated_nli"
|
196 |
|
|
|
6 |
path: data/mnli_m-*
|
7 |
- split: mnli_mm
|
8 |
path: data/mnli_mm-*
|
9 |
+
- split: fevernli
|
10 |
+
path: data/fevernli-*
|
11 |
- split: anli_r1
|
12 |
path: data/anli_r1-*
|
13 |
- split: anli_r2
|
|
|
16 |
path: data/anli_r3-*
|
17 |
- split: wanli
|
18 |
path: data/wanli-*
|
19 |
+
- split: lingnli
|
20 |
+
path: data/lingnli-*
|
21 |
- split: wellformedquery
|
22 |
path: data/wellformedquery-*
|
23 |
- split: rottentomatoes
|
|
|
70 |
path: data/wikitoxic_threat-*
|
71 |
- split: wikitoxic_insult
|
72 |
path: data/wikitoxic_insult-*
|
73 |
+
- split: manifesto
|
74 |
+
path: data/manifesto-*
|
75 |
+
- split: capsotu
|
76 |
+
path: data/capsotu-*
|
77 |
dataset_info:
|
78 |
features:
|
79 |
- name: text
|
|
|
84 |
dtype:
|
85 |
class_label:
|
86 |
names:
|
87 |
+
'0': entailment
|
88 |
+
'1': not_entailment
|
89 |
- name: task_name
|
90 |
dtype: string
|
91 |
- name: label_text
|
92 |
dtype: string
|
93 |
splits:
|
94 |
- name: mnli_m
|
95 |
+
num_bytes: 2055427
|
96 |
num_examples: 9815
|
97 |
- name: mnli_mm
|
98 |
+
num_bytes: 2181179
|
99 |
num_examples: 9832
|
100 |
+
- name: fevernli
|
101 |
+
num_bytes: 7532028
|
102 |
num_examples: 19652
|
103 |
- name: anli_r1
|
104 |
+
num_bytes: 433064
|
105 |
num_examples: 1000
|
106 |
- name: anli_r2
|
107 |
+
num_bytes: 432927
|
108 |
num_examples: 1000
|
109 |
- name: anli_r3
|
110 |
+
num_bytes: 501290
|
111 |
num_examples: 1200
|
112 |
- name: wanli
|
113 |
+
num_bytes: 940472
|
114 |
num_examples: 5000
|
115 |
+
- name: lingnli
|
116 |
+
num_bytes: 1078241
|
117 |
num_examples: 4893
|
118 |
- name: wellformedquery
|
119 |
num_bytes: 797997
|
|
|
193 |
- name: wikitoxic_insult
|
194 |
num_bytes: 7229696
|
195 |
num_examples: 16854
|
196 |
+
- name: manifesto
|
197 |
+
num_bytes: 124325328
|
198 |
+
num_examples: 246008
|
199 |
+
- name: capsotu
|
200 |
+
num_bytes: 9693888
|
201 |
+
num_examples: 20790
|
202 |
+
download_size: 69335482
|
203 |
+
dataset_size: 739476377
|
204 |
---
|
205 |
# Dataset Card for "dataset_test_disaggregated_nli"
|
206 |
|