Instructions to use dhghn/peft-starcoder-lora-a100 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dhghn/peft-starcoder-lora-a100 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("facebook/incoder-6B") model = PeftModel.from_pretrained(base_model, "dhghn/peft-starcoder-lora-a100") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
9d2a4be | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0d7a9871bbf1644da72c409b7199c81f6e1045239e2d4b0c18ce2b0bcfcf63d2
size 5368
|