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