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
File size: 134 Bytes
47fb1fb | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8bcfa74c26f8ea2c14cc5026291947d2d6db841a80ec15043fa9f2f6a456475d
size 436404597
|