CoolFace
Modelpublic

afrideva/TinyLlama-3T-1.1bee-GGUF

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
1likes482downloads
Model Card

BEE-spoke-data/TinyLlama-3T-1.1bee-GGUF

Quantized GGUF model files for TinyLlama-3T-1.1bee from BEE-spoke-data

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

TinyLlama-3T-1.1bee

image/png

A grand successor to the original. This one has the following improvements:

Model description

This model is a fine-tuned version of TinyLlama-1.1b-3T on the BEE-spoke-data/bees-internal dataset.

It achieves the following results on the evaluation set:

  • —Loss: 2.1640
  • —Accuracy: 0.5406

Training hyperparameters

The following hyperparameters were used during training:

  • —learning_rate: 0.0001
  • —trainbatchsize: 4
  • —evalbatchsize: 2
  • —seed: 13707
  • —gradientaccumulationsteps: 16
  • —totaltrainbatch_size: 64
  • —optimizer: Adam with betas=(0.9,0.95) and epsilon=1e-08
  • —lrschedulertype: cosine
  • —lrschedulerwarmup_ratio: 0.05
  • —num_epochs: 2.0

Training results

Training LossEpochStepValidation LossAccuracy
2.44320.19502.38500.5033
2.36550.391002.31240.5129
2.3740.581502.25880.5215
2.35580.782002.21320.5291
2.26770.972502.18280.5348
2.07011.173002.17880.5373
2.07661.363502.16730.5398
2.06691.564002.16510.5402
2.03141.754502.16410.5406
2.02811.955002.16390.5407

Framework versions

  • —Transformers 4.36.2
  • —Pytorch 2.1.0
  • —Datasets 2.16.1
  • —Tokenizers 0.15.0