Datasets:
Commit
•
8a04d94
1
Parent(s):
5356104
Replace YAML keys from int to str (#2)
Browse files- Replace YAML keys from int to str (832d38749bed29132fc533bcc4fb96f83a2a9a1e)
README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
---
|
2 |
-
pretty_name: 'PAWS-X: A Cross-lingual Adversarial Dataset for Paraphrase Identification'
|
3 |
annotations_creators:
|
4 |
- expert-generated
|
5 |
- machine-generated
|
@@ -30,6 +29,7 @@ task_ids:
|
|
30 |
- text-scoring
|
31 |
- multi-input-text-classification
|
32 |
paperswithcode_id: paws-x
|
|
|
33 |
tags:
|
34 |
- paraphrase-identification
|
35 |
dataset_info:
|
@@ -45,8 +45,8 @@ dataset_info:
|
|
45 |
dtype:
|
46 |
class_label:
|
47 |
names:
|
48 |
-
0: '0'
|
49 |
-
1: '1'
|
50 |
splits:
|
51 |
- name: train
|
52 |
num_bytes: 12215953
|
@@ -71,8 +71,8 @@ dataset_info:
|
|
71 |
dtype:
|
72 |
class_label:
|
73 |
names:
|
74 |
-
0: '0'
|
75 |
-
1: '1'
|
76 |
splits:
|
77 |
- name: train
|
78 |
num_bytes: 12801824
|
@@ -97,8 +97,8 @@ dataset_info:
|
|
97 |
dtype:
|
98 |
class_label:
|
99 |
names:
|
100 |
-
0: '0'
|
101 |
-
1: '1'
|
102 |
splits:
|
103 |
- name: train
|
104 |
num_bytes: 12808486
|
@@ -123,8 +123,8 @@ dataset_info:
|
|
123 |
dtype:
|
124 |
class_label:
|
125 |
names:
|
126 |
-
0: '0'
|
127 |
-
1: '1'
|
128 |
splits:
|
129 |
- name: train
|
130 |
num_bytes: 13295597
|
@@ -149,8 +149,8 @@ dataset_info:
|
|
149 |
dtype:
|
150 |
class_label:
|
151 |
names:
|
152 |
-
0: '0'
|
153 |
-
1: '1'
|
154 |
splits:
|
155 |
- name: train
|
156 |
num_bytes: 15041632
|
@@ -175,8 +175,8 @@ dataset_info:
|
|
175 |
dtype:
|
176 |
class_label:
|
177 |
names:
|
178 |
-
0: '0'
|
179 |
-
1: '1'
|
180 |
splits:
|
181 |
- name: train
|
182 |
num_bytes: 13934221
|
@@ -201,8 +201,8 @@ dataset_info:
|
|
201 |
dtype:
|
202 |
class_label:
|
203 |
names:
|
204 |
-
0: '0'
|
205 |
-
1: '1'
|
206 |
splits:
|
207 |
- name: train
|
208 |
num_bytes: 10815499
|
|
|
1 |
---
|
|
|
2 |
annotations_creators:
|
3 |
- expert-generated
|
4 |
- machine-generated
|
|
|
29 |
- text-scoring
|
30 |
- multi-input-text-classification
|
31 |
paperswithcode_id: paws-x
|
32 |
+
pretty_name: 'PAWS-X: A Cross-lingual Adversarial Dataset for Paraphrase Identification'
|
33 |
tags:
|
34 |
- paraphrase-identification
|
35 |
dataset_info:
|
|
|
45 |
dtype:
|
46 |
class_label:
|
47 |
names:
|
48 |
+
'0': '0'
|
49 |
+
'1': '1'
|
50 |
splits:
|
51 |
- name: train
|
52 |
num_bytes: 12215953
|
|
|
71 |
dtype:
|
72 |
class_label:
|
73 |
names:
|
74 |
+
'0': '0'
|
75 |
+
'1': '1'
|
76 |
splits:
|
77 |
- name: train
|
78 |
num_bytes: 12801824
|
|
|
97 |
dtype:
|
98 |
class_label:
|
99 |
names:
|
100 |
+
'0': '0'
|
101 |
+
'1': '1'
|
102 |
splits:
|
103 |
- name: train
|
104 |
num_bytes: 12808486
|
|
|
123 |
dtype:
|
124 |
class_label:
|
125 |
names:
|
126 |
+
'0': '0'
|
127 |
+
'1': '1'
|
128 |
splits:
|
129 |
- name: train
|
130 |
num_bytes: 13295597
|
|
|
149 |
dtype:
|
150 |
class_label:
|
151 |
names:
|
152 |
+
'0': '0'
|
153 |
+
'1': '1'
|
154 |
splits:
|
155 |
- name: train
|
156 |
num_bytes: 15041632
|
|
|
175 |
dtype:
|
176 |
class_label:
|
177 |
names:
|
178 |
+
'0': '0'
|
179 |
+
'1': '1'
|
180 |
splits:
|
181 |
- name: train
|
182 |
num_bytes: 13934221
|
|
|
201 |
dtype:
|
202 |
class_label:
|
203 |
names:
|
204 |
+
'0': '0'
|
205 |
+
'1': '1'
|
206 |
splits:
|
207 |
- name: train
|
208 |
num_bytes: 10815499
|