Instructions to use Sahajtomar/German_Zeroshot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sahajtomar/German_Zeroshot with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("zero-shot-classification", model="Sahajtomar/German_Zeroshot")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Sahajtomar/German_Zeroshot") model = AutoModelForSequenceClassification.from_pretrained("Sahajtomar/German_Zeroshot") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
d5b0a26 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a9ad69965585f02f44c4fb5b5d7a3cbfcd70223da99e608ce55c9e26252804de
size 1342969578
|