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
Commit History
Update README.md 0ce1a5b
Lucia Zheng commited on
Update README.md e503aea
Add pipeline tag 4155559
Lucia Zheng commited on
upload flax model 2916623
allow flax 941884d
Update README.md 13590d7
Update README.md 8466374
Create README.md d19f457
Update vocab.txt 9361616
Lucia Zheng commited on
Update tokenizer_config.json 23d28e6
Lucia Zheng commited on
Update tf_model.h5 ffe9af5
Lucia Zheng commited on
Update special_tokens_map.json 07ea7ff
Lucia Zheng commited on
Update pytorch_model.bin fcc2c62
Lucia Zheng commited on
Update config.json da57f9e
Lucia Zheng commited on