nyu-mll/glue
Viewer • Updated • 1.49M • 485k • 498
How to use agudelozc/distilroberta-base-mrpc-glu-cristian-agudelo with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="agudelozc/distilroberta-base-mrpc-glu-cristian-agudelo") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("agudelozc/distilroberta-base-mrpc-glu-cristian-agudelo")
model = AutoModelForSequenceClassification.from_pretrained("agudelozc/distilroberta-base-mrpc-glu-cristian-agudelo")This model is a fine-tuned version of distilroberta-base on the glue 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 | Accuracy | F1 |
|---|---|---|---|---|---|
| 0.285 | 1.09 | 500 | 0.8959 | 0.8407 | 0.8845 |
| 0.2653 | 2.18 | 1000 | 0.9131 | 0.8211 | 0.8713 |