stanfordnlp/imdb
Viewer • Updated • 100k • 185k • 388
How to use ebotwick/truera_huggingface_monitoring with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="ebotwick/truera_huggingface_monitoring") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("ebotwick/truera_huggingface_monitoring")
model = AutoModelForSequenceClassification.from_pretrained("ebotwick/truera_huggingface_monitoring")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 |
|---|---|---|---|---|
| 0.2581 | 1.0 | 3125 | 0.2366 | 0.9275 |
Base model
distilbert/distilbert-base-uncased