Datasets:
xzhao-tkl
commited on
Commit
•
a191043
1
Parent(s):
84199ec
Update readme
Browse files- dataset_infos.json +12 -8
dataset_infos.json
CHANGED
@@ -347,7 +347,7 @@
|
|
347 |
"_type": "Value",
|
348 |
"dtype": "string"
|
349 |
},
|
350 |
-
"
|
351 |
"feature": {
|
352 |
"_type": "Value",
|
353 |
"dtype": "string"
|
@@ -355,13 +355,17 @@
|
|
355 |
"length": 3,
|
356 |
"_type": "Sequence"
|
357 |
},
|
358 |
-
"
|
359 |
-
"
|
360 |
-
|
361 |
-
|
362 |
-
|
363 |
-
"
|
364 |
-
"
|
|
|
|
|
|
|
|
|
365 |
}
|
366 |
},
|
367 |
"description": "Stereotype detection task"
|
|
|
347 |
"_type": "Value",
|
348 |
"dtype": "string"
|
349 |
},
|
350 |
+
"sentences": {
|
351 |
"feature": {
|
352 |
"_type": "Value",
|
353 |
"dtype": "string"
|
|
|
355 |
"length": 3,
|
356 |
"_type": "Sequence"
|
357 |
},
|
358 |
+
"stereotype": {
|
359 |
+
"_type": "Value",
|
360 |
+
"dtype": "int8"
|
361 |
+
},
|
362 |
+
"anti-stereotype": {
|
363 |
+
"_type": "Value",
|
364 |
+
"dtype": "int8"
|
365 |
+
},
|
366 |
+
"non-stereotype": {
|
367 |
+
"_type": "Value",
|
368 |
+
"dtype": "int8"
|
369 |
}
|
370 |
},
|
371 |
"description": "Stereotype detection task"
|