29thDay's picture
End of training
47a08e5 verified
|
raw
history blame
1.88 kB
metadata
library_name: transformers
license: apache-2.0
base_model: distilbert/distilbert-base-uncased
tags:
  - generated_from_trainer
metrics:
  - accuracy
  - f1
model-index:
  - name: distilbert-base-uncased-classifier
    results: []

distilbert-base-uncased-classifier

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.3182
  • Accuracy: 0.8793
  • F1: 0.7882

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
  • train_batch_size: 32
  • eval_batch_size: 32
  • seed: 42
  • optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
  • lr_scheduler_type: linear
  • num_epochs: 2

Training results

Training Loss Epoch Step Validation Loss Accuracy F1
No log 0 0 0.7029 0.3189 0.4312
No log 0.4026 126 0.3813 0.8241 0.6646
No log 0.8051 252 0.3376 0.8601 0.7525
No log 1.2077 378 0.3231 0.8737 0.7656
0.3447 1.6102 504 0.3236 0.8793 0.7882

Framework versions

  • Transformers 4.53.3
  • Pytorch 2.6.0+cu124
  • Datasets 4.0.0
  • Tokenizers 0.21.2