generated_from_trainer

DistilBERT base FR sexism detection

This model is a fine-tuned version of distilbert-base-multilingual-cased on the lidiapierre/fr_sexism_labelled dataset. It is intended to be used as a classification model for identifying sexist language in French (0 - not sexist; 1 - sexist).

It achieves the following results on the evaluation set:

Classification examples:

Prediction Text
sexist Tu pourrais sourire plus
not sexist Tout le monde à table

Model description

Transformer-based language model for binary classification.

Risks & limitations

This model is susceptible of displaying bias inherited from its pretrained model: predictions generated by the model may include disturbing and harmful stereotypes across protected classes; identity characteristics; and sensitive, social, and occupational groups.

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

Training results

Epoch Step Validation Loss Accuracy F1
1.0 128 0.5027 0.8509 0.8759
2.0 256 0.2606 0.9298 0.9365
3.0 384 0.3751 0.9123 0.9206

Framework versions