nyu-mll/glue
Viewer • Updated • 1.49M • 429k • 523
How to use gokuls/add_BERT_24_wnli with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/add_BERT_24_wnli") # Load model directly
from transformers import AutoModelForSequenceClassification
model = AutoModelForSequenceClassification.from_pretrained("gokuls/add_BERT_24_wnli", device_map="auto")This model is a fine-tuned version of gokuls/add_bert_12_layer_model_complete_training_new on the GLUE WNLI 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.8485 | 1.0 | 5 | 0.8042 | 0.4366 |
| 0.7152 | 2.0 | 10 | 0.7515 | 0.4366 |
| 0.7134 | 3.0 | 15 | 0.6832 | 0.5634 |
| 0.7031 | 4.0 | 20 | 0.6854 | 0.5634 |
| 0.7007 | 5.0 | 25 | 0.6940 | 0.4789 |
| 0.7004 | 6.0 | 30 | 0.6940 | 0.4366 |
| 0.6968 | 7.0 | 35 | 0.6909 | 0.5070 |
| 0.7052 | 8.0 | 40 | 0.6903 | 0.5493 |