Datasets:
Update dataset_infos.json
#1
by
abumafrim
- opened
- dataset_infos.json +2 -2
dataset_infos.json
CHANGED
@@ -24,13 +24,13 @@
|
|
24 |
},
|
25 |
"post_processed": null,
|
26 |
"supervised_keys": {
|
27 |
-
"input": "
|
28 |
"output": "label"
|
29 |
},
|
30 |
"task_templates": [
|
31 |
{
|
32 |
"task": "text-classification",
|
33 |
-
"text_column": "
|
34 |
"label_column": "label",
|
35 |
"labels": [
|
36 |
"positive",
|
|
|
24 |
},
|
25 |
"post_processed": null,
|
26 |
"supervised_keys": {
|
27 |
+
"input": "tweet",
|
28 |
"output": "label"
|
29 |
},
|
30 |
"task_templates": [
|
31 |
{
|
32 |
"task": "text-classification",
|
33 |
+
"text_column": "tweet",
|
34 |
"label_column": "label",
|
35 |
"labels": [
|
36 |
"positive",
|