Datasets:
Tasks:
Text Classification
Modalities:
Text
Sub-tasks:
multi-label-classification
Languages:
Portuguese
Size:
1K - 10K
License:
Update ptparl.py
Browse files
ptparl.py
CHANGED
@@ -73,7 +73,7 @@ class PTPARL(datasets.GeneratorBasedBuilder):
|
|
73 |
]
|
74 |
),
|
75 |
"wing": datasets.features.ClassLabel(
|
76 |
-
names=["
|
77 |
),
|
78 |
}
|
79 |
)
|
|
|
73 |
]
|
74 |
),
|
75 |
"wing": datasets.features.ClassLabel(
|
76 |
+
names=["LEFT", "LEAN_LEFT", "CENTER", "LEAN_RIGHT", "RIGHT"]
|
77 |
),
|
78 |
}
|
79 |
)
|