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
File size: 134 Bytes
2916623 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:eaff2f5239f4c5b6fe46ca0ce8158f0293a38aca9a1aad2d5659915c464e07b9
size 440433120
|