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 ·
3b9c102
1
Parent(s): afdadca
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 8046997
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:777434716a9a5c1d8b52d0a6ea7cb1a34172658ddbb8704b717bfa997d8ec5b7
|
| 3 |
size 8046997
|