Instructions to use activebus/BERT-DK_rest with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use activebus/BERT-DK_rest with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="activebus/BERT-DK_rest")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("activebus/BERT-DK_rest") model = AutoModelForMaskedLM.from_pretrained("activebus/BERT-DK_rest") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
e406298 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:154d3dc7ae1f36abf43431c01c13ef51a47b7d90514547bbe1b11c2438fd21ca
size 438064459
|