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