nyu-mll/glue
Viewer • Updated • 1.49M • 420k • 522
How to use YIMMYCRUZ/Jun30_03-18-57_2565635c8aeb with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="YIMMYCRUZ/Jun30_03-18-57_2565635c8aeb") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("YIMMYCRUZ/Jun30_03-18-57_2565635c8aeb")
model = AutoModelForSequenceClassification.from_pretrained("YIMMYCRUZ/Jun30_03-18-57_2565635c8aeb", 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.5006 | 1.09 | 500 | 0.8053 | 0.8064 | 0.8650 |
| 0.3529 | 2.18 | 1000 | 0.6492 | 0.8309 | 0.8715 |