Text Classification
Transformers
TensorBoard
Safetensors
deberta-v2
Generated from Trainer
text-embeddings-inference
Instructions to use bobbyw/deberta-v3-large_faster_learning_v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bobbyw/deberta-v3-large_faster_learning_v2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="bobbyw/deberta-v3-large_faster_learning_v2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("bobbyw/deberta-v3-large_faster_learning_v2") model = AutoModelForSequenceClassification.from_pretrained("bobbyw/deberta-v3-large_faster_learning_v2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Jun07_19-28-00_9a572a3a0a7f
- Jun08_18-14-34_7a039af4eb05
- Jun11_17-26-28_5fdac6367e8f
- Jun11_18-14-41_5fdac6367e8f
- Jun11_20-02-57_65c98260bd49
- Jun11_20-26-16_65c98260bd49
- Jun11_21-18-03_65c98260bd49
- Jun11_22-36-47_77102ec450ca
- Jun12_00-06-54_e6cb85aa5a70
- Jun12_05-14-53_340c72436628
- Jun12_16-22-58_7f649bd2c4a3
- Jun12_17-44-15_c86ebda74365