stanfordnlp/imdb
Viewer • Updated • 100k • 240k • 390
How to use anonymous813ker/sentiment-analyzer with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="anonymous813ker/sentiment-analyzer") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("anonymous813ker/sentiment-analyzer")
model = AutoModelForSequenceClassification.from_pretrained("anonymous813ker/sentiment-analyzer")This model is a fine-tuned version of distilbert/distilbert-base-uncased on an unknown 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.2850 | 1.0 | 782 | 0.1937 | 0.925 |
| 0.1412 | 2.0 | 1564 | 0.1976 | 0.9306 |
Base model
distilbert/distilbert-base-uncased