Instructions to use joeranbosma/dragon-bert-base-domain-specific with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use joeranbosma/dragon-bert-base-domain-specific with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="joeranbosma/dragon-bert-base-domain-specific")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("joeranbosma/dragon-bert-base-domain-specific") model = AutoModelForMaskedLM.from_pretrained("joeranbosma/dragon-bert-base-domain-specific", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Adding `safetensors` variant of this model (#1) fcb24c3 verified
Initial release 9b0d4ae
Joeran Bosma commited on