CoolFace
Modelpublic

Yu-yang/bert-finetuned-20newsgroups

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

bert-finetuned-20newsgroups

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

  • —Loss: 0.9917

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: 5e-05
  • —trainbatchsize: 4
  • —evalbatchsize: 8
  • —seed: 42
  • —optimizer: Use adamwtorch with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 10
  • —num_epochs: 3

Training results

Training LossEpochStepValidation Loss
1.53070.27626001.1779
1.09730.552512000.9778
1.03720.828718000.9016
0.86591.105024000.9472
0.69811.381230000.9557
0.68271.657536001.0130
0.62971.933742000.9283
0.46272.209948000.9689
0.36742.486254001.0597
0.40242.762460000.9917

Framework versions

  • —Transformers 4.46.3
  • —Pytorch 2.5.1+cu121
  • —Tokenizers 0.20.3