stanfordnlp/imdb
Viewer • Updated • 100k • 174k • 390
How to use adcrespo/clasificador-imdb with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="adcrespo/clasificador-imdb") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("adcrespo/clasificador-imdb")
model = AutoModelForSequenceClassification.from_pretrained("adcrespo/clasificador-imdb")This model is a fine-tuned version of answerdotai/ModernBERT-base on the standordnlp/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 | 100 | 0.3764 | 0.94 |
| No log | 2.0 | 200 | 0.2373 | 0.965 |
| No log | 3.0 | 300 | 0.2964 | 0.96 |
Base model
answerdotai/ModernBERT-base