Commit
•
c7989be
1
Parent(s):
7c27327
Replace YAML keys from int to str (#2)
Browse files- Replace YAML keys from int to str (6f065fadce2f975a0f0df240a0f836216288ce19)
README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
---
|
2 |
-
pretty_name: 'PAWS: Paraphrase Adversaries from Word Scrambling'
|
3 |
annotations_creators:
|
4 |
- expert-generated
|
5 |
- machine-generated
|
@@ -24,6 +23,7 @@ task_ids:
|
|
24 |
- text-scoring
|
25 |
- multi-input-text-classification
|
26 |
paperswithcode_id: paws
|
|
|
27 |
configs:
|
28 |
- labeled_final
|
29 |
- labeled_swap
|
@@ -43,8 +43,8 @@ dataset_info:
|
|
43 |
dtype:
|
44 |
class_label:
|
45 |
names:
|
46 |
-
0: '0'
|
47 |
-
1: '1'
|
48 |
splits:
|
49 |
- name: train
|
50 |
num_bytes: 12239978
|
@@ -69,8 +69,8 @@ dataset_info:
|
|
69 |
dtype:
|
70 |
class_label:
|
71 |
names:
|
72 |
-
0: '0'
|
73 |
-
1: '1'
|
74 |
splits:
|
75 |
- name: train
|
76 |
num_bytes: 7963651
|
@@ -89,8 +89,8 @@ dataset_info:
|
|
89 |
dtype:
|
90 |
class_label:
|
91 |
names:
|
92 |
-
0: '0'
|
93 |
-
1: '1'
|
94 |
splits:
|
95 |
- name: train
|
96 |
num_bytes: 157806996
|
|
|
1 |
---
|
|
|
2 |
annotations_creators:
|
3 |
- expert-generated
|
4 |
- machine-generated
|
|
|
23 |
- text-scoring
|
24 |
- multi-input-text-classification
|
25 |
paperswithcode_id: paws
|
26 |
+
pretty_name: 'PAWS: Paraphrase Adversaries from Word Scrambling'
|
27 |
configs:
|
28 |
- labeled_final
|
29 |
- labeled_swap
|
|
|
43 |
dtype:
|
44 |
class_label:
|
45 |
names:
|
46 |
+
'0': '0'
|
47 |
+
'1': '1'
|
48 |
splits:
|
49 |
- name: train
|
50 |
num_bytes: 12239978
|
|
|
69 |
dtype:
|
70 |
class_label:
|
71 |
names:
|
72 |
+
'0': '0'
|
73 |
+
'1': '1'
|
74 |
splits:
|
75 |
- name: train
|
76 |
num_bytes: 7963651
|
|
|
89 |
dtype:
|
90 |
class_label:
|
91 |
names:
|
92 |
+
'0': '0'
|
93 |
+
'1': '1'
|
94 |
splits:
|
95 |
- name: train
|
96 |
num_bytes: 157806996
|