Instructions to use g-assismoraes/bbau-semeval25_fold3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use g-assismoraes/bbau-semeval25_fold3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="g-assismoraes/bbau-semeval25_fold3")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("g-assismoraes/bbau-semeval25_fold3") model = AutoModelForSequenceClassification.from_pretrained("g-assismoraes/bbau-semeval25_fold3") - Notebooks
- Google Colab
- Kaggle
bbau-semeval25_fold3
This model is a fine-tuned version of neuralmind/bert-base-portuguese-cased on the None dataset. It achieves the following results on the evaluation set:
- Loss: 0.4466
- Precision Samples: 1.0
- Recall Samples: 0.0
- F1 Samples: 0.0
- Precision Macro: 1.0
- Recall Macro: 0.3939
- F1 Macro: 0.3939
- Precision Micro: 1.0
- Recall Micro: 0.0
- F1 Micro: 0.0
- Precision Weighted: 1.0
- Recall Weighted: 0.0
- F1 Weighted: 0.0
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: 32
- eval_batch_size: 32
- seed: 42
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- num_epochs: 10
Training results
| Training Loss | Epoch | Step | Validation Loss | Precision Samples | Recall Samples | F1 Samples | Precision Macro | Recall Macro | F1 Macro | Precision Micro | Recall Micro | F1 Micro | Precision Weighted | Recall Weighted | F1 Weighted |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| No log | 1.0 | 5 | 0.6308 | 0.0654 | 0.3111 | 0.1005 | 0.4765 | 0.5535 | 0.3079 | 0.0619 | 0.3208 | 0.1038 | 0.2941 | 0.3208 | 0.0996 |
| 0.6431 | 2.0 | 10 | 0.5796 | 0.0678 | 0.1698 | 0.0909 | 0.7420 | 0.4944 | 0.3706 | 0.0671 | 0.1887 | 0.0990 | 0.5495 | 0.1887 | 0.0647 |
| 0.6431 | 3.0 | 15 | 0.5427 | 0.0375 | 0.0333 | 0.0350 | 0.9254 | 0.4258 | 0.3838 | 0.0404 | 0.0377 | 0.0390 | 0.9163 | 0.0377 | 0.0194 |
| 0.5546 | 4.0 | 20 | 0.5140 | 0.0375 | 0.0187 | 0.025 | 0.9705 | 0.4091 | 0.3954 | 0.0392 | 0.0189 | 0.0255 | 0.9726 | 0.0189 | 0.0018 |
| 0.5546 | 5.0 | 25 | 0.4914 | 0.95 | 0.0 | 0.0 | 0.9848 | 0.3939 | 0.3939 | 0.0 | 0.0 | 0.0 | 0.9811 | 0.0 | 0.0 |
| 0.503 | 6.0 | 30 | 0.4743 | 1.0 | 0.0 | 0.0 | 1.0 | 0.3939 | 0.3939 | 1.0 | 0.0 | 0.0 | 1.0 | 0.0 | 0.0 |
| 0.503 | 7.0 | 35 | 0.4617 | 1.0 | 0.0 | 0.0 | 1.0 | 0.3939 | 0.3939 | 1.0 | 0.0 | 0.0 | 1.0 | 0.0 | 0.0 |
| 0.4731 | 8.0 | 40 | 0.4535 | 1.0 | 0.0 | 0.0 | 1.0 | 0.3939 | 0.3939 | 1.0 | 0.0 | 0.0 | 1.0 | 0.0 | 0.0 |
| 0.4731 | 9.0 | 45 | 0.4485 | 1.0 | 0.0 | 0.0 | 1.0 | 0.3939 | 0.3939 | 1.0 | 0.0 | 0.0 | 1.0 | 0.0 | 0.0 |
| 0.4585 | 10.0 | 50 | 0.4466 | 1.0 | 0.0 | 0.0 | 1.0 | 0.3939 | 0.3939 | 1.0 | 0.0 | 0.0 | 1.0 | 0.0 | 0.0 |
Framework versions
- Transformers 4.46.0
- Pytorch 2.3.1
- Datasets 2.21.0
- Tokenizers 0.20.1
- Downloads last month
- 3
Model tree for g-assismoraes/bbau-semeval25_fold3
Base model
neuralmind/bert-base-portuguese-cased