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