stanfordnlp/imdb
Viewer • Updated • 100k • 277k • 384
How to use lkm2835/distilbert-imdb with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="lkm2835/distilbert-imdb") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("lkm2835/distilbert-imdb")
model = AutoModelForSequenceClassification.from_pretrained("lkm2835/distilbert-imdb")This model is a fine-tuned version of distilbert-base-uncased on the imdb dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|---|---|---|---|---|
| No log | 1.0 | 391 | 0.1849 | 0.9281 |