Datasets:
Tasks:
Text Classification
Languages:
Persian
mahdiyehebrahimi
commited on
Commit
•
776d277
1
Parent(s):
325e07d
Update Tc.py
Browse files
Tc.py
CHANGED
@@ -24,7 +24,7 @@ class SentimentDKSF(datasets.GeneratorBasedBuilder):
|
|
24 |
{"text": datasets.Value("string"), "label": datasets.features.ClassLabel(names=["drop_withdraw", "centralauthentication_email","supervisor_seminar_proposal_defense", "registration"])}
|
25 |
),
|
26 |
supervised_keys=None,
|
27 |
-
homepage="https://huggingface.co/datasets/
|
28 |
task_templates=[TextClassification(text_column="text", label_column="label")],
|
29 |
)
|
30 |
|
|
|
24 |
{"text": datasets.Value("string"), "label": datasets.features.ClassLabel(names=["drop_withdraw", "centralauthentication_email","supervisor_seminar_proposal_defense", "registration"])}
|
25 |
),
|
26 |
supervised_keys=None,
|
27 |
+
homepage="https://huggingface.co/datasets/mahdiyehebrahimi/University_Ticket_Classification",
|
28 |
task_templates=[TextClassification(text_column="text", label_column="label")],
|
29 |
)
|
30 |
|