How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("fill-mask", model="typeform/distilroberta-base-v2")
# Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM

tokenizer = AutoTokenizer.from_pretrained("typeform/distilroberta-base-v2")
model = AutoModelForMaskedLM.from_pretrained("typeform/distilroberta-base-v2")
Quick Links
Downloads last month
56
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train typeform/distilroberta-base-v2

Space using typeform/distilroberta-base-v2 1