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