Instructions to use andstor/Salesforce-codegen-350M-multi-unit-test-prompt-tuning with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use andstor/Salesforce-codegen-350M-multi-unit-test-prompt-tuning with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Salesforce/codegen-350M-multi") model = PeftModel.from_pretrained(base_model, "andstor/Salesforce-codegen-350M-multi-unit-test-prompt-tuning") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
7d2892f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:01765224cef06c3bbbc9adb090c5804cfa7b38999d4724582770e88276a37291
size 5112
|