--- license: mit tags: - generated_from_trainer metrics: - f1 model-index: - name: tests results: [] --- # tests This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset. It achieves the following results on the evaluation set: - Loss: 2.1404 - F1: 0.6865 ## 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: 20 ### Training results | Training Loss | Epoch | Step | Validation Loss | F1 | |:-------------:|:-----:|:----:|:---------------:|:------:| | No log | 1.0 | 65 | 1.4753 | 0.4919 | | No log | 2.0 | 130 | 1.1757 | 0.5946 | | No log | 3.0 | 195 | 1.0661 | 0.6486 | | No log | 4.0 | 260 | 1.0779 | 0.6486 | | No log | 5.0 | 325 | 1.1413 | 0.6649 | | No log | 6.0 | 390 | 1.3360 | 0.6649 | | No log | 7.0 | 455 | 1.5889 | 0.6676 | | 0.6549 | 8.0 | 520 | 1.5863 | 0.6973 | | 0.6549 | 9.0 | 585 | 1.7897 | 0.6757 | | 0.6549 | 10.0 | 650 | 1.9574 | 0.6595 | | 0.6549 | 11.0 | 715 | 2.0899 | 0.6595 | | 0.6549 | 12.0 | 780 | 1.9543 | 0.6811 | | 0.6549 | 13.0 | 845 | 2.0767 | 0.6892 | | 0.6549 | 14.0 | 910 | 2.1330 | 0.6838 | | 0.6549 | 15.0 | 975 | 2.1000 | 0.6865 | | 0.0176 | 16.0 | 1040 | 2.1070 | 0.6865 | | 0.0176 | 17.0 | 1105 | 2.1237 | 0.6838 | | 0.0176 | 18.0 | 1170 | 2.1358 | 0.6811 | | 0.0176 | 19.0 | 1235 | 2.1386 | 0.6838 | | 0.0176 | 20.0 | 1300 | 2.1404 | 0.6865 | ### Framework versions - Transformers 4.25.1 - Pytorch 1.13.1+cu116 - Datasets 2.8.0 - Tokenizers 0.13.2