stanfordnlp/imdb
Viewer • Updated • 100k • 269k • 381
How to use jqop/distillBERT-fintuned_with_imdb_dataset with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("fill-mask", model="jqop/distillBERT-fintuned_with_imdb_dataset") # Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM
tokenizer = AutoTokenizer.from_pretrained("jqop/distillBERT-fintuned_with_imdb_dataset")
model = AutoModelForMaskedLM.from_pretrained("jqop/distillBERT-fintuned_with_imdb_dataset")Base model
tienlansun/distillbert-based-uncased-mnli