Zero-Shot Classification
Transformers
PyTorch
English
deberta-v2
text-classification
classification
information-extraction
zero-shot
Instructions to use knowledgator/comprehend_it-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use knowledgator/comprehend_it-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("zero-shot-classification", model="knowledgator/comprehend_it-base")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("knowledgator/comprehend_it-base") model = AutoModelForSequenceClassification.from_pretrained("knowledgator/comprehend_it-base") - Inference
- Notebooks
- Google Colab
- Kaggle
Update Discord invite link
Browse files
README.md
CHANGED
|
@@ -208,5 +208,5 @@ Fill out the feedback [form](https://forms.gle/5CPFFuLzNWznjcpL7)
|
|
| 208 |
|
| 209 |
### Join Our Discord
|
| 210 |
Connect with our community on Discord for news, support, and discussion about our models.
|
| 211 |
-
Join [Discord](https://discord.gg/
|
| 212 |
|
|
|
|
| 208 |
|
| 209 |
### Join Our Discord
|
| 210 |
Connect with our community on Discord for news, support, and discussion about our models.
|
| 211 |
+
Join [Discord](https://discord.gg/dkyeAgs9DG)
|
| 212 |
|