nyu-mll/glue
Viewer • Updated • 1.49M • 480k • 498
How to use gokuls/add_BERT_48_qqp with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/add_BERT_48_qqp") # Load model directly
from transformers import AutoModelForSequenceClassification
model = AutoModelForSequenceClassification.from_pretrained("gokuls/add_BERT_48_qqp", dtype="auto")This model is a fine-tuned version of gokuls/add_bert_12_layer_model_complete_training_new_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.5553 | 1.0 | 2843 | 0.5350 | 0.7352 | 0.5825 | 0.6589 |
| 0.5508 | 2.0 | 5686 | 0.5437 | 0.7274 | 0.5239 | 0.6257 |
| 0.5741 | 3.0 | 8529 | 0.5982 | 0.6716 | 0.4706 | 0.5711 |
| 0.6098 | 4.0 | 11372 | 0.6233 | 0.6660 | 0.3837 | 0.5249 |
| 0.6415 | 5.0 | 14215 | 0.6580 | 0.6318 | 0.0 | 0.3159 |
| 0.6244 | 6.0 | 17058 | 0.6158 | 0.6520 | 0.4099 | 0.5309 |