CoolFace
Modelpublic

DioulaD/classificateur-intention_camembert

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes17downloads
Model Card

<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. -->

classificateur-intention_camembert

This model is a fine-tuned version of camembert/camembert-base on the None dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.5463
  • —Accuracy: 0.8889

Model description

More information needed

Intended uses & limitations

More information needed

Training and evaluation data

More information needed

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

  • —learning_rate: 0.0002
  • —trainbatchsize: 16
  • —evalbatchsize: 16
  • —seed: 42
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —training_steps: 100

Training results

Training LossEpochStepValidation LossAccuracy
0.75172.0100.47000.8889
0.28344.0200.33130.8889
0.04886.0300.35280.8889
0.01818.0400.63550.8889
0.007910.0500.66760.8889
0.043712.0600.58170.8889
0.004914.0700.44990.8889
0.019216.0800.51620.8889
0.004518.0900.54200.8889
0.004220.01000.54630.8889

Framework versions

  • —Transformers 4.39.0.dev0
  • —Pytorch 2.2.1+cu121
  • —Datasets 2.17.1
  • —Tokenizers 0.15.2