Instructions to use taskydata/deberta-v3-base_v_1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use taskydata/deberta-v3-base_v_1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="taskydata/deberta-v3-base_v_1")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("taskydata/deberta-v3-base_v_1") model = AutoModelForSequenceClassification.from_pretrained("taskydata/deberta-v3-base_v_1") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
ff109e4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7b9b2d92f235054ecc9c23f741487e6500d3c9de3242629b8f31d1575f37aa79
size 3899
|