Instructions to use Entreprenerdly/peft-starcoder-lora-a100 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Entreprenerdly/peft-starcoder-lora-a100 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoderbase-1b") model = PeftModel.from_pretrained(base_model, "Entreprenerdly/peft-starcoder-lora-a100") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
34049ba | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:db85388b422913e299db172e7dd7840c6e2dc84918d7c39fc739148ea9a9c16b
size 4920
|