Text Classification
Transformers
Safetensors
deberta-v2
Generated from Trainer
text-embeddings-inference
Instructions to use AceVikings/deberta-cat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AceVikings/deberta-cat with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="AceVikings/deberta-cat")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("AceVikings/deberta-cat") model = AutoModelForSequenceClassification.from_pretrained("AceVikings/deberta-cat", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
4f19813 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:647c4ccf2c18fa7c28a7c17552d5e03f43b92c1bb160331897442cd7b7ae09f0
size 5304
|