Instructions to use LonlyDWolf/CodeT5p-220M-For-Code-Generation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use LonlyDWolf/CodeT5p-220M-For-Code-Generation with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Salesforce/codet5p-220m") model = PeftModel.from_pretrained(base_model, "LonlyDWolf/CodeT5p-220M-For-Code-Generation") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
8b6bb51 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d7930c6bd233e533d953508ad38dc5579b27666b5e3624fa0323ddd7539868f0
size 405044008
|