Datasets:
Commit
•
1cc383c
1
Parent(s):
d1743c1
Replace YAML keys from int to str (#2)
Browse files- Replace YAML keys from int to str (df9fd69a801917360d99ebbcc2371d815cf0559a)
README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
---
|
2 |
-
pretty_name: FLUE
|
3 |
annotations_creators:
|
4 |
- crowdsourced
|
5 |
- machine-generated
|
@@ -21,7 +20,7 @@ task_ids:
|
|
21 |
- intent-classification
|
22 |
- semantic-similarity-classification
|
23 |
- sentiment-classification
|
24 |
-
|
25 |
configs:
|
26 |
- CLS
|
27 |
- PAWS-X
|
@@ -38,8 +37,8 @@ dataset_info:
|
|
38 |
dtype:
|
39 |
class_label:
|
40 |
names:
|
41 |
-
0: negative
|
42 |
-
1: positive
|
43 |
- name: idx
|
44 |
dtype: int32
|
45 |
splits:
|
@@ -83,9 +82,9 @@ dataset_info:
|
|
83 |
dtype:
|
84 |
class_label:
|
85 |
names:
|
86 |
-
0: contradiction
|
87 |
-
1: entailment
|
88 |
-
2: neutral
|
89 |
- name: idx
|
90 |
dtype: int32
|
91 |
splits:
|
|
|
1 |
---
|
|
|
2 |
annotations_creators:
|
3 |
- crowdsourced
|
4 |
- machine-generated
|
|
|
20 |
- intent-classification
|
21 |
- semantic-similarity-classification
|
22 |
- sentiment-classification
|
23 |
+
pretty_name: FLUE
|
24 |
configs:
|
25 |
- CLS
|
26 |
- PAWS-X
|
|
|
37 |
dtype:
|
38 |
class_label:
|
39 |
names:
|
40 |
+
'0': negative
|
41 |
+
'1': positive
|
42 |
- name: idx
|
43 |
dtype: int32
|
44 |
splits:
|
|
|
82 |
dtype:
|
83 |
class_label:
|
84 |
names:
|
85 |
+
'0': contradiction
|
86 |
+
'1': entailment
|
87 |
+
'2': neutral
|
88 |
- name: idx
|
89 |
dtype: int32
|
90 |
splits:
|