aps/super_glue
Viewer • Updated • 196k • 162k • 188
How to use thrunlab/t5-large_wic_dense_epochs-5 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="thrunlab/t5-large_wic_dense_epochs-5") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("thrunlab/t5-large_wic_dense_epochs-5")
model = AutoModelForSequenceClassification.from_pretrained("thrunlab/t5-large_wic_dense_epochs-5", device_map="auto")This model is a fine-tuned version of t5-large on the super_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 |
|---|---|---|---|---|
| 0.6058 | 2.35 | 50 | 0.7125 | 0.6176 |
| 0.4662 | 4.71 | 100 | 0.7054 | 0.6614 |
Base model
google-t5/t5-large