Fill-Mask
Transformers
PyTorch
German
roberta
german business registry
german roberta
language model
deutsches handelsregister
Instructions to use fusionbase/deu-business-registry-roberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fusionbase/deu-business-registry-roberta-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="fusionbase/deu-business-registry-roberta-base")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("fusionbase/deu-business-registry-roberta-base") model = AutoModelForMaskedLM.from_pretrained("fusionbase/deu-business-registry-roberta-base", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File too large to display, you can check the raw version instead.