stanfordnlp/imdb
Viewer • Updated • 100k • 269k • 383
How to use MelikeDulkadir/output with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="MelikeDulkadir/output") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("MelikeDulkadir/output")
model = AutoModelForSequenceClassification.from_pretrained("MelikeDulkadir/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: