--- license: cc-by-4.0 tags: - generated_from_trainer model-index: - name: norbert2-finetuned-comments results: [] --- # norbert2-finetuned-comments This model is a fine-tuned version of [ltgoslo/norbert2](https://huggingface.co/ltgoslo/norbert2) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 3.2772 ## 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: 19 - eval_batch_size: 19 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 3.0 ### Training results | Training Loss | Epoch | Step | Validation Loss | |:-------------:|:-----:|:----:|:---------------:| | 3.8646 | 1.0 | 422 | 3.4388 | | 3.4359 | 2.0 | 844 | 3.3152 | | 3.3084 | 3.0 | 1266 | 3.3755 | ### Framework versions - Transformers 4.24.0 - Pytorch 1.12.1+cu113 - Tokenizers 0.13.2