stanfordnlp/imdb
Viewer • Updated • 100k • 191k • 371
How to use sdinger/distilbert-base-uncased-finetuned-imdb with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("fill-mask", model="sdinger/distilbert-base-uncased-finetuned-imdb") # Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM
tokenizer = AutoTokenizer.from_pretrained("sdinger/distilbert-base-uncased-finetuned-imdb")
model = AutoModelForMaskedLM.from_pretrained("sdinger/distilbert-base-uncased-finetuned-imdb")This model is a fine-tuned version of distilbert-base-uncased 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 |
|---|---|---|---|
| No log | 1.0 | 79 | 2.5346 |
| 2.6589 | 2.0 | 158 | 2.4890 |
| 2.6589 | 3.0 | 237 | 2.4861 |
Base model
distilbert/distilbert-base-uncased