Instructions to use raraujo/peft-starcoder-lora-a100 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use raraujo/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, "raraujo/peft-starcoder-lora-a100") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 100
Browse files
adapter_config.json
CHANGED
|
@@ -23,10 +23,10 @@
|
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
| 26 |
-
"c_fc",
|
| 27 |
-
"c_attn",
|
| 28 |
"c_proj",
|
| 29 |
-
"
|
|
|
|
|
|
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
| 32 |
"use_dora": false,
|
|
|
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
|
|
|
|
|
|
| 26 |
"c_proj",
|
| 27 |
+
"c_attn",
|
| 28 |
+
"q_attn",
|
| 29 |
+
"c_fc"
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
| 32 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 22241240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fa24d41aeb7c5e7b0f2bff75c7f4a0eeca4f662f047c9e1c5f9fbf8852fa72c7
|
| 3 |
size 22241240
|
runs/Apr11_12-56-40_d3dccf593e9c/events.out.tfevents.1744376208.d3dccf593e9c.2436.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d50759989ee1ccba22902db509b5d28fc47aefb19c43d10231c8cc348500ee1
|
| 3 |
+
size 7044
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5368
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd2f6d14b760735f5e0e07e61270a45b13dc7d0a2581c042bd3152133403e4bd
|
| 3 |
size 5368
|