Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Job classification
|
| 2 |
+
|
| 3 |
+
model to predict job class from one of
|
| 4 |
+
|
| 5 |
+
['Marketing',
|
| 6 |
+
'account_management',
|
| 7 |
+
'accounting',
|
| 8 |
+
'administration',
|
| 9 |
+
'aerospace',
|
| 10 |
+
'agriculture',
|
| 11 |
+
'automotive',
|
| 12 |
+
'banking',
|
| 13 |
+
'buying_purchashing',
|
| 14 |
+
'charity_volunteer',
|
| 15 |
+
'cleaning',
|
| 16 |
+
'construction',
|
| 17 |
+
'consulting',
|
| 18 |
+
'cosmetology',
|
| 19 |
+
'council',
|
| 20 |
+
'creative_media_design',
|
| 21 |
+
'customer_services',
|
| 22 |
+
'education',
|
| 23 |
+
'energy',
|
| 24 |
+
'engineering',
|
| 25 |
+
'environmental',
|
| 26 |
+
'financial_services',
|
| 27 |
+
'graduate',
|
| 28 |
+
'healthcare',
|
| 29 |
+
'holiday_seasonal',
|
| 30 |
+
'hospitality',
|
| 31 |
+
'human_resources',
|
| 32 |
+
'human_services',
|
| 33 |
+
'insurance',
|
| 34 |
+
'internship',
|
| 35 |
+
'it_telecoms',
|
| 36 |
+
'legal',
|
| 37 |
+
'management',
|
| 38 |
+
'manufacturing',
|
| 39 |
+
'military_defence',
|
| 40 |
+
'multilingual',
|
| 41 |
+
'oil_and_gas',
|
| 42 |
+
'project_management',
|
| 43 |
+
'purchasing',
|
| 44 |
+
'real_estate',
|
| 45 |
+
'recruitment',
|
| 46 |
+
'retail',
|
| 47 |
+
'sales',
|
| 48 |
+
'science',
|
| 49 |
+
'security_safety',
|
| 50 |
+
'sports_fitness',
|
| 51 |
+
'strategy_consultancy',
|
| 52 |
+
'summer',
|
| 53 |
+
'training',
|
| 54 |
+
'transport_logistics',
|
| 55 |
+
'travel_tourism',
|
| 56 |
+
'veterinary_animal_care',
|
| 57 |
+
'warehouse',
|
| 58 |
+
'work_from_home']
|
| 59 |
+
|
| 60 |
+
Fine-tuned on ```model_name = "distilbert-base-uncased-finetuned-sst-2-english"```
|