CoolFace
Modelpublic

Ayodelesamuel1/myvillage-mindset-classifier

sourceHugging Faceapache-2.0updated 5mo agoView on Hugging Face
0likes6downloads
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. -->

mindset-classifier

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

  • —Loss: 0.7294
  • —Accuracy: 0.8071
  • —F1 Macro: 0.7298

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: 2e-05
  • —trainbatchsize: 16
  • —evalbatchsize: 16
  • —seed: 42
  • —optimizer: Use OptimizerNames.ADAMWTORCHFUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
  • —lrschedulertype: linear
  • —num_epochs: 10
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossAccuracyF1 Macro
1.23061.0901.12350.65750.1946
0.78522.01800.86580.72440.4330
0.64253.02700.72540.75980.5470
0.43094.03600.68220.78740.6720
0.33835.04500.69920.76770.6462
0.15486.05400.68560.79130.6907
0.18037.06300.71820.80710.7409
0.15518.07200.69970.81500.7304
0.04669.08100.71620.80710.7221
0.088710.09000.72940.80710.7298

Framework versions

  • —Transformers 5.0.0
  • —Pytorch 2.10.0+cu128
  • —Datasets 4.0.0
  • —Tokenizers 0.22.2