nyu-mll/glue
Viewer • Updated • 1.49M • 440k • 523
How to use loduis/test-distilroberta-base-mrpc-glue with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="loduis/test-distilroberta-base-mrpc-glue") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("loduis/test-distilroberta-base-mrpc-glue")
model = AutoModelForSequenceClassification.from_pretrained("loduis/test-distilroberta-base-mrpc-glue", device_map="auto")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.5489 | 1.09 | 500 | 0.5670 | 0.8064 | 0.8699 |
| 0.393 | 2.18 | 1000 | 0.6306 | 0.8260 | 0.8795 |
Base model
distilbert/distilroberta-base