Instructions to use kugler/gbert-large-AmDi.tiny-synset-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kugler/gbert-large-AmDi.tiny-synset-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="kugler/gbert-large-AmDi.tiny-synset-classifier", device_map="auto")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("kugler/gbert-large-AmDi.tiny-synset-classifier") model = AutoModelForSequenceClassification.from_pretrained("kugler/gbert-large-AmDi.tiny-synset-classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
364cea3 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:cc85a9e36c69ee86b1d656b8ce222521e40e32e1c2a0bebfb7f6bced9da1a42f
size 5176
|