stanfordnlp/imdb
Viewer • Updated • 100k • 170k • 392
How to use MelikeErdogan/output with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="MelikeErdogan/output") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("MelikeErdogan/output")
model = AutoModelForSequenceClassification.from_pretrained("MelikeErdogan/output")This model is a fine-tuned version of distilbert-base-uncased on the imdb dataset.
This model gives the result of LABEL_1 if the given sentences are positive, and LABEL_0 if they are negative, together with the calculated probabality values.
More information needed
More information needed
The following hyperparameters were used during training: