CoolFace
Modelpublic

arad1367/crypto_sustainability_news_text_classifier-distilbert-base-uncased

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes4downloads
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. -->

cryptosustainabilitynewstextclassifier-distilbert-base-uncased

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

  • —Loss: 0.0678
  • —Accuracy: 1.0

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: 1e-05
  • —trainbatchsize: 32
  • —evalbatchsize: 32
  • —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: 20

Training results

Training LossEpochStepValidation LossAccuracy
1.07231.081.06590.2167
1.00792.0160.97760.75
0.9083.0240.85370.9333
0.77414.0320.70820.9667
0.64495.0400.57490.9667
0.52186.0480.45510.9667
0.40267.0560.35051.0
0.31448.0640.27141.0
0.24249.0720.21631.0
0.193910.0800.17091.0
0.155911.0880.13841.0
0.124712.0960.11691.0
0.107313.01040.09921.0
0.09414.01120.08901.0
0.082315.01200.08131.0
0.075916.01280.07561.0
0.070817.01360.07201.0
0.068418.01440.06971.0
0.066819.01520.06831.0
0.063420.01600.06781.0

Framework versions

  • —Transformers 4.47.0.dev0
  • —Pytorch 2.4.0+cu121
  • —Datasets 3.0.2
  • —Tokenizers 0.20.0