nyu-mll/glue
Viewer • Updated • 1.49M • 466k • 496
How to use thrunlab/t5-large_sst2_dense_epochs-3 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="thrunlab/t5-large_sst2_dense_epochs-3") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("thrunlab/t5-large_sst2_dense_epochs-3")
model = AutoModelForSequenceClassification.from_pretrained("thrunlab/t5-large_sst2_dense_epochs-3")This model is a fine-tuned version of t5-large 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 |
|---|---|---|---|---|
| 0.2133 | 0.38 | 50 | 0.2188 | 0.9415 |
| 0.1655 | 0.76 | 100 | 0.3689 | 0.9518 |
| 0.1473 | 1.14 | 150 | 0.2660 | 0.9541 |
| 0.1092 | 1.52 | 200 | 0.2441 | 0.9576 |
| 0.1081 | 1.89 | 250 | 0.2395 | 0.9599 |
| 0.0785 | 2.27 | 300 | 0.3700 | 0.9599 |
| 0.119 | 2.65 | 350 | 0.3577 | 0.9530 |
Base model
google-t5/t5-large