nyu-mll/glue
Viewer • Updated • 1.49M • 487k • 498
How to use gokuls/sa_BERT_48_mnli with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/sa_BERT_48_mnli") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/sa_BERT_48_mnli")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/sa_BERT_48_mnli")This model is a fine-tuned version of gokuls/bert_base_48 on the GLUE MNLI 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.9145 | 1.0 | 4091 | 0.8006 | 0.6536 |
| 0.7442 | 2.0 | 8182 | 0.7245 | 0.6903 |
| 0.6631 | 3.0 | 12273 | 0.7323 | 0.6979 |
| 0.5942 | 4.0 | 16364 | 0.7073 | 0.7076 |
| 0.5241 | 5.0 | 20455 | 0.7475 | 0.7016 |
| 0.4526 | 6.0 | 24546 | 0.8377 | 0.7088 |
| 0.3842 | 7.0 | 28637 | 0.8736 | 0.6956 |
| 0.3213 | 8.0 | 32728 | 0.9334 | 0.6945 |
| 0.2669 | 9.0 | 36819 | 1.0196 | 0.7027 |