Text Classification
Transformers
PyTorch
Safetensors
German
bert
deepset/gbert-large
text-embeddings-inference
Instructions to use aari1995/German_Sentiment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aari1995/German_Sentiment with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="aari1995/German_Sentiment")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("aari1995/German_Sentiment") model = AutoModelForSequenceClassification.from_pretrained("aari1995/German_Sentiment", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 5c1025e6af10280ffdafabd76498ce812758e662d5127a9a4031376f56d28ebe
- Size of remote file:
- 3.9 kB
- SHA256:
- a42fbad6293be2064cb40ea4e02e734ac40ed08547b56dda5b8d2d194e81f1d4
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.