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
metrics: add TensorBoard logs
Browse files
events.out.tfevents.1638620092.delpher
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:267419638ce61c61a6940f8fefaf294f1af87381087b7671035fb640a62d5ef0
|
| 3 |
+
size 35309188
|