roberta-large-md-conllpp-v4
This model is a fine-tuned version of roberta-large on the conllpp dataset. It achieves the following results on the evaluation set:
- Loss: 0.0542
- Precision: 0.9961
- Recall: 0.9967
- F1: 0.9964
- Accuracy: 0.9939
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: 1e-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 | Precision | Recall | F1 | Accuracy |
---|---|---|---|---|---|---|---|
0.073 | 1.0 | 878 | 0.0416 | 0.9965 | 0.9952 | 0.9959 | 0.9930 |
0.0123 | 2.0 | 1756 | 0.0409 | 0.9965 | 0.9964 | 0.9964 | 0.9940 |
0.0061 | 3.0 | 2634 | 0.0425 | 0.9965 | 0.9966 | 0.9965 | 0.9941 |
0.0034 | 4.0 | 3512 | 0.0494 | 0.9968 | 0.9962 | 0.9965 | 0.9941 |
0.0024 | 5.0 | 4390 | 0.0542 | 0.9961 | 0.9967 | 0.9964 | 0.9939 |
Framework versions
- Transformers 4.21.2
- Pytorch 1.12.1
- Datasets 2.4.0
- Tokenizers 0.12.1
- Downloads last month
- 7
Dataset used to train luffycodes/roberta-large-md-conllpp-v4
Evaluation results
- Precision on conllppself-reported0.996
- Recall on conllppself-reported0.997
- F1 on conllppself-reported0.996
- Accuracy on conllppself-reported0.994