Instructions to use quasar529/cola-normal with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use quasar529/cola-normal with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("microsoft/deberta-v2-xxlarge") model = PeftModel.from_pretrained(base_model, "quasar529/cola-normal") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
9d24225 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5598d5e96f339a8d980c15f9afd405a2e5e1be7db41de3ed13b0f03fac1e8c17
size 2447305
|