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
- Xet hash:
- 6f0561171a3a9b8e645029b412d7fed3362a0db6916f33989d05f688c0903e60
- Size of remote file:
- 436 MB
- SHA256:
- 24338c51accba8d86cc54d65417522a91351707c823c7c67ad0790f94080ca7d
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.