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", device_map="auto")# Load model directly from transformers import T5ForZeroShotClassification model = T5ForZeroShotClassification.from_pretrained("knowledgator/comprehend_it-multilingual-t5-base", dtype="auto", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
4f04909 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3e3e6bbf673be605d3928bde88a459db24fb8e8cc8cfe4006faaf856697c1a4f
size 1563734465
|