Upload GemmaForCausalLM
Browse files- adapter_config.json +4 -10
- adapter_model.safetensors +2 -2
- generation_config.json +7 -0
adapter_config.json
CHANGED
|
@@ -9,8 +9,8 @@
|
|
| 9 |
"layers_pattern": null,
|
| 10 |
"layers_to_transform": null,
|
| 11 |
"loftq_config": {},
|
| 12 |
-
"lora_alpha":
|
| 13 |
-
"lora_dropout": 0.
|
| 14 |
"megatron_config": null,
|
| 15 |
"megatron_core": "megatron.core",
|
| 16 |
"modules_to_save": null,
|
|
@@ -20,15 +20,9 @@
|
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
| 22 |
"v_proj",
|
| 23 |
-
"
|
| 24 |
-
"down_proj",
|
| 25 |
-
"q_proj",
|
| 26 |
-
"up_proj",
|
| 27 |
-
"k_proj",
|
| 28 |
-
"o_proj",
|
| 29 |
-
"lm_head"
|
| 30 |
],
|
| 31 |
-
"task_type": "
|
| 32 |
"use_dora": false,
|
| 33 |
"use_rslora": false
|
| 34 |
}
|
|
|
|
| 9 |
"layers_pattern": null,
|
| 10 |
"layers_to_transform": null,
|
| 11 |
"loftq_config": {},
|
| 12 |
+
"lora_alpha": 16,
|
| 13 |
+
"lora_dropout": 0.1,
|
| 14 |
"megatron_config": null,
|
| 15 |
"megatron_core": "megatron.core",
|
| 16 |
"modules_to_save": null,
|
|
|
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
| 22 |
"v_proj",
|
| 23 |
+
"q_proj"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
],
|
| 25 |
+
"task_type": "SEQ_CLS",
|
| 26 |
"use_dora": false,
|
| 27 |
"use_rslora": false
|
| 28 |
}
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:885e4dc9e4914b57e04cf8a53fe6a6a3a8cf7acc903e1f2c29baf16e425ff6a3
|
| 3 |
+
size 7382336
|
generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 2,
|
| 4 |
+
"eos_token_id": 1,
|
| 5 |
+
"pad_token_id": 0,
|
| 6 |
+
"transformers_version": "4.38.2"
|
| 7 |
+
}
|