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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -116,7 +116,6 @@ datasets:
|
|
| 116 |
metrics:
|
| 117 |
- accuracy
|
| 118 |
- f1
|
| 119 |
-
library_name: transformers
|
| 120 |
pipeline_tag: zero-shot-classification
|
| 121 |
tags:
|
| 122 |
- classification
|
|
|
|
| 116 |
metrics:
|
| 117 |
- accuracy
|
| 118 |
- f1
|
|
|
|
| 119 |
pipeline_tag: zero-shot-classification
|
| 120 |
tags:
|
| 121 |
- classification
|