Instructions to use gaunernst/bert-medium-uncased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gaunernst/bert-medium-uncased with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="gaunernst/bert-medium-uncased")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("gaunernst/bert-medium-uncased") model = AutoModelForMaskedLM.from_pretrained("gaunernst/bert-medium-uncased", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
7447a6e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d5d9516658a9dcf9870cbddd8884112c72feb77c00964abaef8b97ea002a0d34
size 166732771
|