Instructions to use alexbrandsen/bert-base-german-cased-archaeo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alexbrandsen/bert-base-german-cased-archaeo with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="alexbrandsen/bert-base-german-cased-archaeo")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("alexbrandsen/bert-base-german-cased-archaeo") model = AutoModelForMaskedLM.from_pretrained("alexbrandsen/bert-base-german-cased-archaeo") - Notebooks
- Google Colab
- Kaggle
bert-base-german-cased-archaeo
A German BERT model for the Archaeology domain
This model is based on the bert-base-german-cased model (https://huggingface.co/bert-base-german-cased).
We further finetuned bert-base-german-cased with a corpus of roughly 21k documents (~107 million tokens) from the Heidelberg university library (https://digi.ub.uni-heidelberg.de/en/sammlungen/archaeologie.html).
- Downloads last month
- 3