Instructions to use LoWiki/bert-multilabel-classifier_few_shot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LoWiki/bert-multilabel-classifier_few_shot with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="LoWiki/bert-multilabel-classifier_few_shot")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("LoWiki/bert-multilabel-classifier_few_shot") model = AutoModelForSequenceClassification.from_pretrained("LoWiki/bert-multilabel-classifier_few_shot") - Notebooks
- Google Colab
- Kaggle
Ctrl+K