--- license: mit base_model: microsoft/deberta-v3-large tags: - generated_from_trainer metrics: - accuracy model-index: - name: deberta-v3-large_fact_retrieval_k_10 results: [] --- # deberta-v3-large_fact_retrieval_k_10 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.1751 - Accuracy: 0.848 ## 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: 8 - eval_batch_size: 64 - 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 | |:-------------:|:-----:|:----:|:---------------:|:--------:| | 0.3093 | 1.0 | 620 | 0.5042 | 0.824 | | 0.1264 | 2.0 | 1240 | 0.9756 | 0.816 | | 0.0611 | 3.0 | 1860 | 1.0333 | 0.836 | | 0.0174 | 4.0 | 2480 | 1.1766 | 0.85 | | 0.0029 | 5.0 | 3100 | 1.1751 | 0.848 | ### Framework versions - Transformers 4.38.2 - Pytorch 2.1.0+cu121 - Datasets 2.18.0 - Tokenizers 0.15.2