stanfordnlp/imdb
Viewer • Updated • 100k • 178k • 370
How to use muhtasham/finetuned-self_mlm_medium with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="muhtasham/finetuned-self_mlm_medium") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("muhtasham/finetuned-self_mlm_medium")
model = AutoModelForSequenceClassification.from_pretrained("muhtasham/finetuned-self_mlm_medium")This model is a fine-tuned version of muhtasham/bert-medium-mlm-finetuned-imdb on the imdb 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 |
|---|---|---|---|---|---|
| 0.2916 | 0.64 | 500 | 0.2293 | 0.9087 | 0.9522 |
| 0.1969 | 1.28 | 1000 | 0.1605 | 0.9442 | 0.9713 |
| 0.1511 | 1.92 | 1500 | 0.1787 | 0.9406 | 0.9694 |
| 0.1046 | 2.56 | 2000 | 0.2280 | 0.9379 | 0.9680 |
| 0.0852 | 3.2 | 2500 | 0.3215 | 0.9130 | 0.9545 |