nyu-mll/glue
Viewer • Updated • 1.49M • 458k • 495
How to use navsad/navid_test_bert with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="navsad/navid_test_bert") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("navsad/navid_test_bert")
model = AutoModelForSequenceClassification.from_pretrained("navsad/navid_test_bert")This model is a fine-tuned version of bert-base-cased 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 | Matthews Correlation |
|---|---|---|---|---|
| 0.4598 | 1.0 | 1069 | 0.4919 | 0.5314 |
| 0.3228 | 2.0 | 2138 | 0.6362 | 0.5701 |
| 0.17 | 3.0 | 3207 | 0.8149 | 0.5834 |