Instructions to use JP040/bert-german-sentiment-twitter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JP040/bert-german-sentiment-twitter with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="JP040/bert-german-sentiment-twitter")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("JP040/bert-german-sentiment-twitter") model = AutoModelForSequenceClassification.from_pretrained("JP040/bert-german-sentiment-twitter") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
491f727 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:24338c51accba8d86cc54d65417522a91351707c823c7c67ad0790f94080ca7d
size 436341820
|