mahdiyehebrahimi commited on
Commit
ff58a90
1 Parent(s): 433e2ec

Update utc.py

Browse files
Files changed (1) hide show
  1. utc.py +7 -1
utc.py CHANGED
@@ -38,7 +38,13 @@ class DatasetName(datasets.GeneratorBasedBuilder):
38
  text_column = "text"
39
  label_column = "label"
40
  # TODO PROVIDE THE LABELS HERE
41
- label_names = ["drop_withdraw", "centralauthentication_email","supervisor_seminar_proposal_defense", "registration"]
 
 
 
 
 
 
42
  return datasets.DatasetInfo(
43
  description=_DESCRIPTION,
44
  features=datasets.Features(
 
38
  text_column = "text"
39
  label_column = "label"
40
  # TODO PROVIDE THE LABELS HERE
41
+ label_names = ['UndergraduateRegistrationExceptions',
42
+ 'CentralAuthentication&Email',
43
+ 'Senior(Registration,Deletion,Leave)',
44
+ 'Senior(Professor,Seminar,Proposal,Defense)',
45
+ 'Admissionwithoutatest', 'Calculateandchargetheinternet',
46
+ 'OfficeAutomation', 'Ph.D.(Admission,Registration,Removal,Leave)',
47
+ 'Ph.D.(Comprehensive,Research1and2,Opportunity)', 'Yekta|Nikan']
48
  return datasets.DatasetInfo(
49
  description=_DESCRIPTION,
50
  features=datasets.Features(