CoolFace
Modelpublic

venetis/distilbert-base-uncased-finetuned-3d-sentiment

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes8downloads
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-base-uncased-finetuned-3d-sentiment

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

  • —Loss: 0.6641
  • —Accuracy: 0.7366
  • —Precision: 0.7377
  • —Recall: 0.7366
  • —F1: 0.7364

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: 8
  • —evalbatchsize: 8
  • —seed: 42
  • —gradientaccumulationsteps: 4
  • —totaltrainbatch_size: 32
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 12762
  • —num_epochs: 7
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossAccuracyPrecisionRecallF1
0.80781.031900.81330.66280.68850.66280.6607
0.62272.063800.76370.68550.71030.68550.6849
0.54313.095700.68890.70470.72010.70470.7017
0.45854.0127600.66410.73660.73770.73660.7364
0.34555.0159500.83220.72030.73230.72030.7187
0.2236.0191400.95410.72050.73160.72050.7204
0.1457.0223301.17260.71960.73050.71960.7200

Framework versions

  • —Transformers 4.26.1
  • —Pytorch 1.13.1+cu117
  • —Datasets 2.10.1
  • —Tokenizers 0.13.3