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