Update README.md
Browse files
README.md
CHANGED
|
@@ -5,12 +5,6 @@ datasets:
|
|
| 5 |
base_model:
|
| 6 |
- google-bert/bert-base-multilingual-cased
|
| 7 |
---
|
| 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
|
| 16 |
- steps (including warm up steps): 5000
|
|
|
|
| 5 |
base_model:
|
| 6 |
- google-bert/bert-base-multilingual-cased
|
| 7 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
# fine-tuning details:
|
| 9 |
- batch size: 64
|
| 10 |
- steps (including warm up steps): 5000
|