Instructions to use knowledgator/comprehend_it-multilingual-t5-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use knowledgator/comprehend_it-multilingual-t5-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("zero-shot-classification", model="knowledgator/comprehend_it-multilingual-t5-base")# Load model directly from transformers import T5ForZeroShotClassification model = T5ForZeroShotClassification.from_pretrained("knowledgator/comprehend_it-multilingual-t5-base", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#2
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:abcbaa5e2b278dafbe29c1de8fe91954d2028f28d879ac363745b5ec27c6b869
|
| 3 |
+
size 1563670364
|