CoolFace
Modelpublic

garypak/llama3.2-1b-rumour-samples

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. -->

llama3.2-1b-rumour-samples

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: 2.0669
  • —Accuracy: 0.5449

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: 2.5e-05
  • —trainbatchsize: 4
  • —evalbatchsize: 8
  • —seed: 7788
  • —gradientaccumulationsteps: 4
  • —totaltrainbatch_size: 16
  • —optimizer: Use adamwhf with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • —lrschedulertype: linear
  • —lrschedulerwarmup_ratio: 0.2
  • —num_epochs: 8
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossAccuracy
2.79120.99671492.30790.3846
1.76061.99672982.55600.4968
1.27272.99674471.79130.5689
0.80973.99675962.22040.5401
0.53574.99677452.06480.5737
0.30455.99678941.98780.5721
0.22756.996710432.14180.5401
0.10827.996711922.06690.5449

Framework versions

  • —Transformers 4.47.0.dev0
  • —Pytorch 2.5.1+cu121
  • —Datasets 3.1.0
  • —Tokenizers 0.20.3