Instructions to use google-bert/bert-base-uncased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google-bert/bert-base-uncased with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="google-bert/bert-base-uncased")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("google-bert/bert-base-uncased") model = AutoModelForMaskedLM.from_pretrained("google-bert/bert-base-uncased") - Inference
- Notebooks
- Google Colab
- Kaggle
read token scope test
#102
by SECONDACCOUNT69 - opened
testing edit on own comment - production
Closing my own discussion
SECONDACCOUNT69 changed discussion status to closed
SECONDACCOUNT69 changed discussion status to open
SECONDACCOUNT69 changed discussion title from read token scope test to updated title by discussion author
SECONDACCOUNT69 changed discussion title from updated title by discussion author to read token scope test