nyu-mll/glue
Viewer • Updated • 1.49M • 477k • 504
How to use gokulsrinivasagan/bert_base_lda_50_v1_book_mrpc with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokulsrinivasagan/bert_base_lda_50_v1_book_mrpc") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokulsrinivasagan/bert_base_lda_50_v1_book_mrpc")
model = AutoModelForSequenceClassification.from_pretrained("gokulsrinivasagan/bert_base_lda_50_v1_book_mrpc")This model is a fine-tuned version of gokulsrinivasagan/bert_base_lda_50_v1_book on the GLUE MRPC 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 | F1 | Combined Score |
|---|---|---|---|---|---|---|
| 0.634 | 1.0 | 15 | 0.6028 | 0.6789 | 0.8088 | 0.7438 |
| 0.6023 | 2.0 | 30 | 0.5779 | 0.7010 | 0.8019 | 0.7515 |
| 0.5689 | 3.0 | 45 | 0.6152 | 0.6152 | 0.6472 | 0.6312 |
| 0.5415 | 4.0 | 60 | 0.5036 | 0.7475 | 0.8124 | 0.7800 |
| 0.4131 | 5.0 | 75 | 0.4937 | 0.7598 | 0.8262 | 0.7930 |
| 0.2877 | 6.0 | 90 | 0.7305 | 0.7525 | 0.8347 | 0.7936 |
| 0.1851 | 7.0 | 105 | 0.9689 | 0.7328 | 0.8315 | 0.7822 |
| 0.1694 | 8.0 | 120 | 0.8667 | 0.7426 | 0.8270 | 0.7848 |
| 0.1023 | 9.0 | 135 | 0.9548 | 0.75 | 0.8061 | 0.7780 |
| 0.0762 | 10.0 | 150 | 0.9415 | 0.7672 | 0.8403 | 0.8037 |
Base model
gokulsrinivasagan/bert_base_lda_50_v1_book