nyu-mll/glue
Viewer • Updated • 1.49M • 480k • 498
How to use gokuls/hBERTv2_data_aug_sst2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/hBERTv2_data_aug_sst2") # Load model directly
from transformers import AutoModelForSequenceClassification
model = AutoModelForSequenceClassification.from_pretrained("gokuls/hBERTv2_data_aug_sst2", dtype="auto")This model is a fine-tuned version of gokuls/bert_12_layer_model_v2 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.6879 | 1.0 | 4374 | 0.6995 | 0.5092 |
| 0.6873 | 2.0 | 8748 | 0.6962 | 0.5092 |
| 0.6869 | 3.0 | 13122 | 0.7095 | 0.5092 |
| 0.6862 | 4.0 | 17496 | 0.7039 | 0.5092 |
| 0.685 | 5.0 | 21870 | 0.7252 | 0.5092 |
| 0.6841 | 6.0 | 26244 | 0.7280 | 0.5092 |
| 0.6837 | 7.0 | 30618 | 0.7191 | 0.5092 |