--- license: apache-2.0 tags: - generated_from_trainer datasets: - glue metrics: - matched_accuracy - missmatched_accuracy model-index: - name: distilroberta-base-finetuned-LoRA-MNLI results: - task: name: Text Classification type: text-classification dataset: name: glue type: glue args: mnli metrics: - name: Matched Accuracy type: matched_accuracy value: 0.8312786551197148 - name: Missmatched Accuracy type: missmatched_accuracy value: 0.8351301871440195 --- # distilroberta-base-finetuned-lora-mnli This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilbert/distilroberta-base) on the glue dataset. It achieves the following results on the evaluation set: - Matched Accuracy: 0.8313 - Missmatched Accuracy: 0.8351 - trainable model parameters: 1182723 - all model parameters: 83303430 - percentage of trainable model parameters: 1.42% ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 5e-04 - train_batch_size: 32 - eval_batch_size: 32 - seed: 42 - weight_decay: 0.01 - rank: 32 - lora_alpha: 32 - lora_dropout: 0.05 - num_epochs: 5