Instructions to use Azma-AI/deberta-base-multi-label-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Azma-AI/deberta-base-multi-label-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Azma-AI/deberta-base-multi-label-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Azma-AI/deberta-base-multi-label-classifier") model = AutoModelForSequenceClassification.from_pretrained("Azma-AI/deberta-base-multi-label-classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
6e774e2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2e28518532d77001e5030110c5761ec75499fc5fad1a7e81045c7ce0ba0a86e3
size 737771833
|