JAugusto97/told-br
Updated • 463 • 19
How to use audreyvasconcelos/iag-class-ptbr with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="audreyvasconcelos/iag-class-ptbr") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("audreyvasconcelos/iag-class-ptbr")
model = AutoModelForSequenceClassification.from_pretrained("audreyvasconcelos/iag-class-ptbr")This model is a fine-tuned version of roberta-base on the told-br dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.5936 | 1.0 | 2100 | 0.5406 |
| 0.4858 | 2.0 | 4200 | 0.5394 |
| 0.5622 | 3.0 | 6300 | 0.5147 |
| 0.4538 | 4.0 | 8400 | 0.5310 |
| 0.4305 | 5.0 | 10500 | 0.5799 |
Base model
FacebookAI/roberta-base