Instructions to use dbmdz/bert-base-historic-multilingual-cased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dbmdz/bert-base-historic-multilingual-cased with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="dbmdz/bert-base-historic-multilingual-cased")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("dbmdz/bert-base-historic-multilingual-cased") model = AutoModelForMaskedLM.from_pretrained("dbmdz/bert-base-historic-multilingual-cased", device_map="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
readme: widget example fix
Browse files
README.md
CHANGED
|
@@ -5,7 +5,7 @@ widget:
|
|
| 5 |
- text: "and I cannot conceive the reafon why [MASK] hath"
|
| 6 |
- text: "Täkäläinen sanomalehdistö [MASK] erit - täin"
|
| 7 |
- text: "Det vore [MASK] häller nödvändigt att be"
|
| 8 |
-
- text: Comme, à cette époque [MASK] était celle de la"
|
| 9 |
- text: "In [MASK] an atmosphärischen Nahrungsmitteln"
|
| 10 |
---
|
| 11 |
|
|
|
|
| 5 |
- text: "and I cannot conceive the reafon why [MASK] hath"
|
| 6 |
- text: "Täkäläinen sanomalehdistö [MASK] erit - täin"
|
| 7 |
- text: "Det vore [MASK] häller nödvändigt att be"
|
| 8 |
+
- text: "Comme, à cette époque [MASK] était celle de la"
|
| 9 |
- text: "In [MASK] an atmosphärischen Nahrungsmitteln"
|
| 10 |
---
|
| 11 |
|