Instructions to use KaQyn/peft-lora-starcoder2-15b-unity-copilot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use KaQyn/peft-lora-starcoder2-15b-unity-copilot with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoder2-15b") model = PeftModel.from_pretrained(base_model, "KaQyn/peft-lora-starcoder2-15b-unity-copilot") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 2000
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 508623712
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c55301d6dd718c5e813058f2a4539f1b19823c6fb1282ba08ad7d5d9dc6492f5
|
| 3 |
size 508623712
|