nyu-mll/glue
Viewer • Updated • 1.49M • 452k • 504
How to use osarez7/julio-distilroberta-base-mrpc-test with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="osarez7/julio-distilroberta-base-mrpc-test") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("osarez7/julio-distilroberta-base-mrpc-test")
model = AutoModelForSequenceClassification.from_pretrained("osarez7/julio-distilroberta-base-mrpc-test")YAML Metadata Error:"widget[0].text" must be a string
YAML Metadata Error:"widget[1].text" must be a string
This model is a fine-tuned version of distilroberta-base on the datasetX 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.5235 | 1.09 | 500 | 0.4958 | 0.8064 | 0.8566 |
| 0.3352 | 2.18 | 1000 | 0.6242 | 0.8431 | 0.8815 |