Instructions to use casehold/bert-double with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use casehold/bert-double with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="casehold/bert-double")# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("casehold/bert-double") model = AutoModelForPreTraining.from_pretrained("casehold/bert-double") - Notebooks
- Google Colab
- Kaggle
Lucia Zheng commited on
Commit ·
9361616
1
Parent(s): 23d28e6
Update vocab.txt
Browse files
vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|