Instructions to use dbmdz/bert-base-historic-dutch-cased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dbmdz/bert-base-historic-dutch-cased with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="dbmdz/bert-base-historic-dutch-cased")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("dbmdz/bert-base-historic-dutch-cased") model = AutoModelForMaskedLM.from_pretrained("dbmdz/bert-base-historic-dutch-cased", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
59f47be | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2d93036b0900bd30e7c9ee15ed72d74dcb79ba35387e57e88a36e2f0ad2ed124
size 542774424
|