--- license: mit base_model: microsoft/deberta-v3-large tags: - generated_from_trainer metrics: - accuracy model-index: - name: deberta-v3-large_multi_3 results: [] --- # deberta-v3-large_multi_3 This model is a fine-tuned version of [microsoft/deberta-v3-large](https://huggingface.co./microsoft/deberta-v3-large) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 1.1362 - Accuracy: 0.806 ## 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: 3e-05 - train_batch_size: 16 - eval_batch_size: 16 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 5 ### Training results | Training Loss | Epoch | Step | Validation Loss | Accuracy | |:-------------:|:-----:|:----:|:---------------:|:--------:| | No log | 1.0 | 310 | 0.5809 | 0.762 | | 0.5441 | 2.0 | 620 | 0.7234 | 0.798 | | 0.5441 | 3.0 | 930 | 1.1781 | 0.786 | | 0.0951 | 4.0 | 1240 | 1.1692 | 0.808 | | 0.0176 | 5.0 | 1550 | 1.1362 | 0.806 | ### Framework versions - Transformers 4.38.2 - Pytorch 2.1.0+cu121 - Datasets 2.18.0 - Tokenizers 0.15.2