stanfordnlp/imdb
Viewer • Updated • 100k • 177k • 370
How to use Neha2608/results with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="Neha2608/results") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("Neha2608/results")
model = AutoModelForSequenceClassification.from_pretrained("Neha2608/results")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 | Accuracy is | F1 |
|---|---|---|---|---|---|
| 0.2232 | 1.0 | 1563 | 0.1933 | 0.9255 | 0.9255 |