smart-exam-subject-classifier / label_mapping.json
Ali-Hyder2019's picture
Upload subject_classifier for Smart Exam System
943e074 verified
{
"label2id": {
"python_programming_basics": 0,
"database_fundamentals": 1,
"web_development": 2,
"software_engineering": 3,
"oop_basics": 4
},
"id2label": {
"0": "python_programming_basics",
"1": "database_fundamentals",
"2": "web_development",
"3": "software_engineering",
"4": "oop_basics"
}
}