olamidegoriola commited on
Commit
c9ae7e3
·
1 Parent(s): 7c5b1a8

Update home.py

Browse files
Files changed (1) hide show
  1. apps/home.py +4 -2
apps/home.py CHANGED
@@ -18,10 +18,12 @@ def app():
18
 
19
  ## Behavioral Analysis of the Model [Human Evaluation and Report]
20
 
21
- We employed 15000 samples of data from 21 distinct types of job categories to train the model.
22
 
23
  Model Limitation: One of the main limitations of the model is the dataset it was trained on. The original dataset had 62 categories, but due to insufficient data in many categories, some of them were combined, resulting in 21 categories. This approach of combining categories can make accurate CV segmentation more difficult. Additionally, the model was trained on an unbalanced dataset, which may lead to bias in certain situations. To overcome this limitation, larger and balanced datasets for each category would allow for more precise CV segmentation and lead to better output.
24
 
25
- ## The model is scalable for other countries; however, country-specific data will be required to retrain the model.
 
 
26
  """)
27
 
 
18
 
19
  ## Behavioral Analysis of the Model [Human Evaluation and Report]
20
 
21
+ We employed 15000 samples of data from 21 distinct types of job categories to train the model, which was was constructed via a transfer learning approach using the open-source **DistilBERT** transformer developed by researchers at Hugging Face
22
 
23
  Model Limitation: One of the main limitations of the model is the dataset it was trained on. The original dataset had 62 categories, but due to insufficient data in many categories, some of them were combined, resulting in 21 categories. This approach of combining categories can make accurate CV segmentation more difficult. Additionally, the model was trained on an unbalanced dataset, which may lead to bias in certain situations. To overcome this limitation, larger and balanced datasets for each category would allow for more precise CV segmentation and lead to better output.
24
 
25
+ ### The model is scalable for other countries; however, country-specific data will be required to retrain the model.
26
+
27
+
28
  """)
29