Instructions to use nkasmanoff/starcoder-python-1b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nkasmanoff/starcoder-python-1b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoderbase-1b") model = PeftModel.from_pretrained(base_model, "nkasmanoff/starcoder-python-1b") - Notebooks
- Google Colab
- Kaggle
Commit ·
752608f
1
Parent(s): b837ca5
Upload model
Browse files- adapter_model.bin +1 -1
adapter_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 8049493
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5ca018d182005de8b3df7e287af59fa24345dc5e1e7616c27c6a0c31f771996c
|
| 3 |
size 8049493
|