CoolFace
Modelpublic

salaheddine666/Llama-3.2-1B-Instruct-heart

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

Llama-3.2-1B-Instruct-heart

This model is a fine-tuned version of unsloth/Llama-3.2-1B-Instruct on the None dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.4743
  • —Accuracy: 0.8278
  • —Report: precision recall f1-score support

absence 0.81 0.86 0.84 92 presence 0.84 0.80 0.82 88

accuracy 0.83 180 macro avg 0.83 0.83 0.83 180 weighted avg 0.83 0.83 0.83 180

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: 4
  • —evalbatchsize: 4
  • —seed: 42
  • —optimizer: Use OptimizerNames.ADAMWTORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • —lrschedulertype: linear
  • —num_epochs: 5

Training results

Training LossEpochStepValidation LossAccuracyReport
No log1.01050.52000.7778precision recall f1-score support

absence 0.81 0.74 0.77 92 presence 0.75 0.82 0.78 88

accuracy 0.78 180 macro avg 0.78 0.78 0.78 180 weighted avg 0.78 0.78 0.78 180 | | No log | 2.0 | 210 | 0.4746 | 0.8056 | precision recall f1-score support

absence 0.83 0.78 0.80 92 presence 0.78 0.83 0.81 88

accuracy 0.81 180 macro avg 0.81 0.81 0.81 180 weighted avg 0.81 0.81 0.81 180 | | No log | 3.0 | 315 | 0.5318 | 0.8 | precision recall f1-score support

absence 0.75 0.90 0.82 92 presence 0.87 0.69 0.77 88

accuracy 0.80 180 macro avg 0.81 0.80 0.80 180 weighted avg 0.81 0.80 0.80 180 | | No log | 4.0 | 420 | 0.4963 | 0.7889 | precision recall f1-score support

absence 0.81 0.77 0.79 92 presence 0.77 0.81 0.79 88

accuracy 0.79 180 macro avg 0.79 0.79 0.79 180 weighted avg 0.79 0.79 0.79 180 | | 0.524 | 5.0 | 525 | 0.4743 | 0.8278 | precision recall f1-score support

absence 0.81 0.86 0.84 92 presence 0.84 0.80 0.82 88

accuracy 0.83 180 macro avg 0.83 0.83 0.83 180 weighted avg 0.83 0.83 0.83 180 |

Framework versions

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