--- license: mit tags: - generated_from_trainer metrics: - accuracy model-index: - name: deberta-v3-base-finetuned-fever results: [] --- # deberta-v3-base-finetuned-fever This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on the None dataset. It achieves the following results on the evaluation set: - Loss: 1.0792 - Accuracy: 0.4965 ## 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: 2 - eval_batch_size: 2 - 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.8873 | 1.0 | 20000 | 1.0792 | 0.4965 | | 0.8178 | 2.0 | 40000 | 1.4091 | 0.4965 | | 0.7809 | 3.0 | 60000 | 1.4333 | 0.4965 | | 0.7748 | 4.0 | 80000 | 1.3670 | 0.4965 | | 0.825 | 5.0 | 100000 | 1.3884 | 0.4965 | ### Framework versions - Transformers 4.29.2 - Pytorch 2.0.1+cu117 - Datasets 2.12.0 - Tokenizers 0.13.3