Instructions to use Fixedbot/distilroberta-base-finetuned-wikitext2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Fixedbot/distilroberta-base-finetuned-wikitext2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Fixedbot/distilroberta-base-finetuned-wikitext2")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("Fixedbot/distilroberta-base-finetuned-wikitext2") model = AutoModelForMaskedLM.from_pretrained("Fixedbot/distilroberta-base-finetuned-wikitext2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
253d99d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9134cbf72f1dcd1855238cefa30a1cdac0f0ba380b8a369e8ab0d360e47323cc
size 4920
|