CoolFace
Modelpublic

ppak10/defect-classification-llama-baseline-15-epochs

sourceHugging Facellama3.2updated 2y agoView on Hugging Face
0likes
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. -->

defect-classification-llama-baseline-15-epochs

This model is a fine-tuned version of meta-llama/Llama-3.2-1B on an unknown dataset. It achieves the following results on the evaluation set:

  • Loss: 0.1984
  • Accuracy: 0.9311

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: 512
  • evalbatchsize: 512
  • seed: 42
  • optimizer: Use adamwtorch with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • lrschedulertype: linear
  • num_epochs: 15

Training results

Training LossEpochStepValidation LossAccuracy
0.83911.010620.86380.8010
0.56032.021240.52590.8492
0.43413.031860.44490.8659
0.38054.042480.40480.8587
0.31435.053100.30200.8974
0.28916.063720.28810.9011
0.27287.074340.27900.9036
0.3058.084960.25680.9114
0.23829.095580.23770.9179
0.225810.0106200.22020.9229
0.220211.0116820.21800.9248
0.215312.0127440.22490.9234
0.202613.0138060.20390.9294
0.197214.0148680.20090.9293
0.198715.0159300.19840.9311

Framework versions

  • Transformers 4.47.0
  • Pytorch 2.5.1+cu124
  • Datasets 3.2.0
  • Tokenizers 0.21.0