Instructions to use EmreDinc/roberta-base-v2-correction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use EmreDinc/roberta-base-v2-correction with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="EmreDinc/roberta-base-v2-correction")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("EmreDinc/roberta-base-v2-correction") model = AutoModelForSequenceClassification.from_pretrained("EmreDinc/roberta-base-v2-correction") - Notebooks
- Google Colab
- Kaggle
roberta-base-v2-correction
This model is a fine-tuned version of EmreDinc/roberta-base-bug-classifier-brave on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 1.4083
- Accuracy: 0.5269
- F1: 0.5456
- Precision: 0.5865
- Recall: 0.5269
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: 32
- seed: 42
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- num_epochs: 3
- mixed_precision_training: Native AMP
Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|---|---|---|---|---|---|---|---|
| No log | 1.0 | 24 | 0.8612 | 0.4624 | 0.4600 | 0.6440 | 0.4624 |
| No log | 2.0 | 48 | 1.4764 | 0.6022 | 0.6076 | 0.6141 | 0.6022 |
| No log | 3.0 | 72 | 1.4083 | 0.5269 | 0.5456 | 0.5865 | 0.5269 |
Framework versions
- Transformers 4.57.3
- Pytorch 2.9.0+cu126
- Datasets 4.0.0
- Tokenizers 0.22.1
- Downloads last month
- 2
Model tree for EmreDinc/roberta-base-v2-correction
Base model
EmreDinc/roberta-base-bug-classifier-brave