Instructions to use chauhoang/b0760710-5585-42a9-a2ee-78e5b9d3694f with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use chauhoang/b0760710-5585-42a9-a2ee-78e5b9d3694f with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("UCLA-AGI/Gemma-2-9B-It-SPPO-Iter2") model = PeftModel.from_pretrained(base_model, "chauhoang/b0760710-5585-42a9-a2ee-78e5b9d3694f") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 13
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -20,13 +20,13 @@
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
|
|
|
|
|
|
| 23 |
"v_proj",
|
| 24 |
"o_proj",
|
| 25 |
-
"up_proj",
|
| 26 |
-
"q_proj",
|
| 27 |
"k_proj",
|
| 28 |
-
"
|
| 29 |
-
"
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
| 32 |
"use_dora": false,
|
|
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
+
"gate_proj",
|
| 24 |
+
"q_proj",
|
| 25 |
"v_proj",
|
| 26 |
"o_proj",
|
|
|
|
|
|
|
| 27 |
"k_proj",
|
| 28 |
+
"up_proj",
|
| 29 |
+
"down_proj"
|
| 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 108113968
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:21c13a1a97672128dd5c221aa6c109fcf5d6180ed65e2a4d0e1f343f00c9b2a8
|
| 3 |
size 108113968
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6776
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0fad221496ad3625fc08469afeca4560933a97e8fe20b5e6cabc271cdc7da7c
|
| 3 |
size 6776
|