nyu-mll/glue
Viewer • Updated • 1.49M • 424k • 523
How to use thrunlab/t5-3b_rte_sp0_ar0 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="thrunlab/t5-3b_rte_sp0_ar0") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("thrunlab/t5-3b_rte_sp0_ar0")
model = AutoModelForSequenceClassification.from_pretrained("thrunlab/t5-3b_rte_sp0_ar0", device_map="auto")This model is a fine-tuned version of t5-3b 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.7306 | 0.18 | 25 | 0.6913 | 0.5921 |
| 0.6717 | 0.36 | 50 | 0.4976 | 0.8339 |
| 0.3978 | 0.53 | 75 | 0.5226 | 0.8628 |
| 0.322 | 0.71 | 100 | 0.3902 | 0.8484 |
| 0.2958 | 0.89 | 125 | 0.3803 | 0.8881 |
| 0.2604 | 1.07 | 150 | 0.8628 | 0.8736 |
| 0.2011 | 1.25 | 175 | 0.7780 | 0.8953 |
| 0.263 | 1.42 | 200 | 2.1533 | 0.8881 |
| 0.2032 | 1.6 | 225 | 4.7955 | 0.8917 |
| 0.2536 | 1.78 | 250 | 1.7810 | 0.8989 |
| 0.1984 | 1.96 | 275 | 0.5119 | 0.8845 |
| 0.1495 | 2.14 | 300 | 0.5128 | 0.8845 |
| 0.1275 | 2.31 | 325 | 0.8602 | 0.8628 |
| 0.0955 | 2.49 | 350 | 1.3642 | 0.8773 |
| 0.3912 | 2.67 | 375 | 1.0186 | 0.8664 |
| 0.1108 | 2.85 | 400 | 2.1450 | 0.8592 |
| 0.0726 | 3.02 | 425 | 2.6801 | 0.8809 |
| 0.0937 | 3.2 | 450 | 5.2053 | 0.8736 |
| 1.0143 | 3.38 | 475 | 3.3979 | 0.8845 |
| 0.5754 | 3.56 | 500 | 4.2786 | 0.8989 |
| 0.2928 | 3.74 | 525 | 5.6543 | 0.8917 |
| 0.5633 | 3.91 | 550 | 6.7064 | 0.8845 |
| 1.0431 | 4.09 | 575 | 4.9205 | 0.8953 |
| 0.2839 | 4.27 | 600 | 4.2344 | 0.8809 |
| 0.5464 | 4.45 | 625 | 4.9598 | 0.8809 |
| 0.0031 | 4.63 | 650 | 5.3705 | 0.8881 |
| 0.5149 | 4.8 | 675 | 4.8105 | 0.8845 |
| 0.2702 | 4.98 | 700 | 6.9958 | 0.8953 |
| 0.7503 | 5.16 | 725 | 5.4360 | 0.8881 |
| 0.2639 | 5.34 | 750 | 5.4420 | 0.8917 |
Base model
google-t5/t5-3b