Instructions to use scherrmann/GermanFinBert_SC_Sentiment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use scherrmann/GermanFinBert_SC_Sentiment with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="scherrmann/GermanFinBert_SC_Sentiment")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("scherrmann/GermanFinBert_SC_Sentiment") model = AutoModelForSequenceClassification.from_pretrained("scherrmann/GermanFinBert_SC_Sentiment") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md a92ad2d
Update README.md 9c028ac
Update README.md 929c922
Update README.md 59a396e
Rename README(1).md to README.md 23affb0
Upload README(1).md 11b0183
Upload 4 files d5826ec
Update config.json 4c8d9e8
Upload 4 files f4d9b76
Update config.json f49d63e
Update config.json 7d3f62b
Upload BertForSequenceClassification 47fb1fb
initial commit 671d458
Moritz Scherrmann commited on