Instructions to use AiresPucrs/bert-base-wikitext with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AiresPucrs/bert-base-wikitext with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="AiresPucrs/bert-base-wikitext")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("AiresPucrs/bert-base-wikitext") model = AutoModelForMaskedLM.from_pretrained("AiresPucrs/bert-base-wikitext") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 6295a18 verified
Librarian Bot: Add base_model information to model (#1) c0b4c1d
Upload 12 files 73ed195
initial commit abe1d2c
Nicholas Kluge Corrêa commited on