Instructions to use scherrmann/GermanFinBert_SC with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use scherrmann/GermanFinBert_SC with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="scherrmann/GermanFinBert_SC")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("scherrmann/GermanFinBert_SC") model = AutoModelForMaskedLM.from_pretrained("scherrmann/GermanFinBert_SC") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 44e4c2a
Update README.md c08fc8d
Update README.md 6b59aa3
Update README.md cc55e35
Update README.md 5e9f6ee
Update README.md f0a87d1
Update README.md 173c369
initial commit 2c6ac43
Moritz Scherrmann commited on