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