Update README.md
Browse files
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 |
-
#
|
| 12 |
-
-
|
| 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
|