breadlicker45 commited on
Commit
10d5fd9
·
verified ·
1 Parent(s): b21077b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -8,8 +8,8 @@ base_model:
8
 
9
  this is the first multilingual gender classification model that can classify Male, Female, and Non-Binary just from text with 80% accuracy.
10
 
11
- # how do I know this isn't overfitted:
12
- - I looked at layers
13
 
14
  # fine-tuning details:
15
  - batch size: 64
 
8
 
9
  this is the first multilingual gender classification model that can classify Male, Female, and Non-Binary just from text with 80% accuracy.
10
 
11
+ # big challenges of making this:
12
+ - Classification models will just start doing catastrophic forgetting if you fine-tune them on too much data as classifying gender from text is hard
13
 
14
  # fine-tuning details:
15
  - batch size: 64