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