nyu-mll/glue
Viewer • Updated • 1.49M • 428k • 523
How to use gokuls/add_BERT_no_pretrain_sst2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/add_BERT_no_pretrain_sst2") # Load model directly
from transformers import AutoModelForSequenceClassification
model = AutoModelForSequenceClassification.from_pretrained("gokuls/add_BERT_no_pretrain_sst2", device_map="auto")This model is a fine-tuned version of on the GLUE SST2 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.6983 | 1.0 | 527 | 0.6936 | 0.5092 |
| 0.6895 | 2.0 | 1054 | 0.7089 | 0.5092 |
| 0.6881 | 3.0 | 1581 | 0.6993 | 0.5092 |
| 0.6875 | 4.0 | 2108 | 0.6994 | 0.5092 |
| 0.6874 | 5.0 | 2635 | 0.6941 | 0.5092 |
| 0.687 | 6.0 | 3162 | 0.7002 | 0.5092 |