CoolFace
Modelpublic

baha-from-nukus-city/Distilbert

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes4downloads
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. -->

distilbert

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

  • —Loss: 0.1273
  • —Accuracy: 0.969
  • —F1: 0.9689

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

Training results

Training LossEpochStepValidation LossAccuracyF1
0.45151.01410.16850.92150.9242
0.15612.02820.14020.9550.9532
0.06583.04230.10330.96450.9641
0.04754.05640.10810.96850.9683
0.01675.07050.12730.9690.9689

Framework versions

  • —Transformers 4.51.3
  • —Pytorch 2.6.0+cu124
  • —Datasets 2.14.4
  • —Tokenizers 0.21.1