• IMDBSentimentDistilBertModel:
  • I have used IMDB movie review dataset to create custom model by using DistilBertForSequenceClassification.

from transformers import DistilBertForSequenceClassification, Trainer, TrainingArguments

model = DistilBertForSequenceClassification.from_pretrained('./imdbsentdistilbertmodel')

Downloads last month
211
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.