stanfordnlp/imdb
Viewer • Updated • 100k • 205k • 374
How to use ketong3906/my_awesome_model_classification with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="ketong3906/my_awesome_model_classification") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("ketong3906/my_awesome_model_classification")
model = AutoModelForSequenceClassification.from_pretrained("ketong3906/my_awesome_model_classification")This model is a fine-tuned version of roberta-base 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 |
|---|---|---|---|---|
| No log | 1.0 | 15 | 0.0163 | 1.0 |
| No log | 2.0 | 30 | 0.0031 | 1.0 |
Base model
FacebookAI/roberta-base