Instructions to use gpol13/codet5_sparse_lora_l1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use gpol13/codet5_sparse_lora_l1 with PEFT:
from peft import PeftModel from transformers import AutoModelForSeq2SeqLM base_model = AutoModelForSeq2SeqLM.from_pretrained("Salesforce/codet5-base") model = PeftModel.from_pretrained(base_model, "gpol13/codet5_sparse_lora_l1") - Notebooks
- Google Colab
- Kaggle
File size: 128 Bytes
63e7d6d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b30172cf14f5dbe00280d63e36224a9f28dc7a0e8b38a74ceb5eb284e84da363
size 988
|