from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("typeform/distilroberta-base-v2") model = AutoModelForMaskedLM.from_pretrained("typeform/distilroberta-base-v2")
git lfs install git clone https://huggingface.co/typeform/distilroberta-base-v2 # if you want to clone without large files – just their pointers # prepend your git clone with the following env var: GIT_LFS_SKIP_SMUDGE=1
Forked from https://huggingface.co/distilroberta-base
Mask token: <mask>
<mask>
⚡️ Upgrade your account to access the Inference API