Datasets:
Commit
·
abace98
1
Parent(s):
b3dc974
Replace YAML keys from int to str
Browse filesReplace YAML metadata integer keys with strings, as the Hub does not support integers.
See: https://github.com/huggingface/datasets/issues/5275
README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
---
|
2 |
-
pretty_name: ASSIN
|
3 |
annotations_creators:
|
4 |
- expert-generated
|
5 |
language_creators:
|
@@ -21,6 +20,7 @@ task_ids:
|
|
21 |
- natural-language-inference
|
22 |
- semantic-similarity-scoring
|
23 |
paperswithcode_id: assin
|
|
|
24 |
dataset_info:
|
25 |
- config_name: full
|
26 |
features:
|
@@ -36,9 +36,9 @@ dataset_info:
|
|
36 |
dtype:
|
37 |
class_label:
|
38 |
names:
|
39 |
-
0: NONE
|
40 |
-
1: ENTAILMENT
|
41 |
-
2: PARAPHRASE
|
42 |
splits:
|
43 |
- name: train
|
44 |
num_bytes: 986507
|
@@ -65,9 +65,9 @@ dataset_info:
|
|
65 |
dtype:
|
66 |
class_label:
|
67 |
names:
|
68 |
-
0: NONE
|
69 |
-
1: ENTAILMENT
|
70 |
-
2: PARAPHRASE
|
71 |
splits:
|
72 |
- name: train
|
73 |
num_bytes: 523002
|
@@ -94,9 +94,9 @@ dataset_info:
|
|
94 |
dtype:
|
95 |
class_label:
|
96 |
names:
|
97 |
-
0: NONE
|
98 |
-
1: ENTAILMENT
|
99 |
-
2: PARAPHRASE
|
100 |
splits:
|
101 |
- name: train
|
102 |
num_bytes: 463513
|
|
|
1 |
---
|
|
|
2 |
annotations_creators:
|
3 |
- expert-generated
|
4 |
language_creators:
|
|
|
20 |
- natural-language-inference
|
21 |
- semantic-similarity-scoring
|
22 |
paperswithcode_id: assin
|
23 |
+
pretty_name: ASSIN
|
24 |
dataset_info:
|
25 |
- config_name: full
|
26 |
features:
|
|
|
36 |
dtype:
|
37 |
class_label:
|
38 |
names:
|
39 |
+
'0': NONE
|
40 |
+
'1': ENTAILMENT
|
41 |
+
'2': PARAPHRASE
|
42 |
splits:
|
43 |
- name: train
|
44 |
num_bytes: 986507
|
|
|
65 |
dtype:
|
66 |
class_label:
|
67 |
names:
|
68 |
+
'0': NONE
|
69 |
+
'1': ENTAILMENT
|
70 |
+
'2': PARAPHRASE
|
71 |
splits:
|
72 |
- name: train
|
73 |
num_bytes: 523002
|
|
|
94 |
dtype:
|
95 |
class_label:
|
96 |
names:
|
97 |
+
'0': NONE
|
98 |
+
'1': ENTAILMENT
|
99 |
+
'2': PARAPHRASE
|
100 |
splits:
|
101 |
- name: train
|
102 |
num_bytes: 463513
|