nyu-mll/glue
Viewer • Updated • 1.49M • 429k • 523
How to use gokuls/sa_BERT_48_qqp with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/sa_BERT_48_qqp") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/sa_BERT_48_qqp")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/sa_BERT_48_qqp", device_map="auto")This model is a fine-tuned version of gokuls/bert_base_48 on the GLUE QQP 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 | Combined Score |
|---|---|---|---|---|---|---|
| 0.4679 | 1.0 | 3791 | 0.3795 | 0.8222 | 0.7705 | 0.7964 |
| 0.3469 | 2.0 | 7582 | 0.3580 | 0.8447 | 0.7963 | 0.8205 |
| 0.2868 | 3.0 | 11373 | 0.3425 | 0.8510 | 0.7996 | 0.8253 |
| 0.2372 | 4.0 | 15164 | 0.3706 | 0.8561 | 0.8149 | 0.8355 |
| 0.1938 | 5.0 | 18955 | 0.3679 | 0.8625 | 0.8197 | 0.8411 |
| 0.1567 | 6.0 | 22746 | 0.4246 | 0.8639 | 0.8214 | 0.8427 |
| 0.1294 | 7.0 | 26537 | 0.4047 | 0.8585 | 0.8189 | 0.8387 |
| 0.1059 | 8.0 | 30328 | 0.5063 | 0.8579 | 0.8181 | 0.8380 |