Instructions to use oliverguhr/german-sentiment-bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use oliverguhr/german-sentiment-bert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="oliverguhr/german-sentiment-bert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("oliverguhr/german-sentiment-bert") model = AutoModelForSequenceClassification.from_pretrained("oliverguhr/german-sentiment-bert") - Inference
- Notebooks
- Google Colab
- Kaggle
- Xet hash:
- c00a686d1c6076f684d7716a323863675c95294ce82dc95b8d71fd93270940c0
- Size of remote file:
- 436 MB
- SHA256:
- 61ad9558ae827e91a90ba2cd4326132e4fd62e47fae76bb6e0be19c7f1ffe435
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.