Text Classification
Transformers
TensorBoard
Safetensors
deberta-v2
Generated from Trainer
text-embeddings-inference
Instructions to use KatoHF/deberta-v3-large-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KatoHF/deberta-v3-large-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="KatoHF/deberta-v3-large-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("KatoHF/deberta-v3-large-classifier") model = AutoModelForSequenceClassification.from_pretrained("KatoHF/deberta-v3-large-classifier") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Dec22_09-11-09_ip-26-0-161-78
- Dec22_09-15-16_ip-26-0-161-78
- Dec22_09-17-07_ip-26-0-161-78
- Dec22_09-18-39_ip-26-0-161-78
- Dec22_09-26-34_ip-26-0-161-78
- Dec22_09-30-05_ip-26-0-161-78
- Dec22_09-42-28_ip-26-0-161-78
- Dec22_10-13-09_ip-26-0-173-202
- Dec22_10-15-47_ip-26-0-173-202
- Dec22_10-20-57_ip-26-0-173-202
- Dec22_10-26-41_ip-26-0-173-202
- Dec22_10-29-52_ip-26-0-173-202
- Dec22_14-37-05_ip-26-0-173-202