--- library_name: transformers language: - en base_model: Hartunka/distilbert_km_100_v2 tags: - generated_from_trainer datasets: - glue metrics: - accuracy - f1 model-index: - name: distilbert_km_100_v2_mrpc results: - task: name: Text Classification type: text-classification dataset: name: GLUE MRPC type: glue args: mrpc metrics: - name: Accuracy type: accuracy value: 0.7034313725490197 - name: F1 type: f1 value: 0.8100470957613815 --- # distilbert_km_100_v2_mrpc This model is a fine-tuned version of [Hartunka/distilbert_km_100_v2](https://huggingface.co/Hartunka/distilbert_km_100_v2) on the GLUE MRPC dataset. It achieves the following results on the evaluation set: - Loss: 0.6090 - Accuracy: 0.7034 - F1: 0.8100 - Combined Score: 0.7567 ## 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 - train_batch_size: 256 - eval_batch_size: 256 - seed: 10 - optimizer: Use 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: 50 ### Training results | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Combined Score | |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:--------------:| | 0.6234 | 1.0 | 15 | 0.6137 | 0.7108 | 0.8179 | 0.7643 | | 0.563 | 2.0 | 30 | 0.6090 | 0.7034 | 0.8100 | 0.7567 | | 0.4948 | 3.0 | 45 | 0.6386 | 0.6961 | 0.8063 | 0.7512 | | 0.4259 | 4.0 | 60 | 0.7081 | 0.6422 | 0.7402 | 0.6912 | | 0.3198 | 5.0 | 75 | 0.7599 | 0.6838 | 0.7882 | 0.7360 | | 0.2082 | 6.0 | 90 | 0.9243 | 0.6373 | 0.7376 | 0.6874 | | 0.1214 | 7.0 | 105 | 1.1667 | 0.6324 | 0.7292 | 0.6808 | ### Framework versions - Transformers 4.50.2 - Pytorch 2.2.1+cu121 - Datasets 2.18.0 - Tokenizers 0.21.1