Retrain with new upstreams
Browse files- adapter_config.json +5 -9
- adapter_model.bin +2 -2
adapter_config.json
CHANGED
|
@@ -1,21 +1,17 @@
|
|
| 1 |
{
|
| 2 |
"base_model_name_or_path": "THUDM/chatglm-6b",
|
| 3 |
"bias": "none",
|
| 4 |
-
"
|
| 5 |
-
true,
|
| 6 |
-
false,
|
| 7 |
-
true
|
| 8 |
-
],
|
| 9 |
-
"fan_in_fan_out": true,
|
| 10 |
"inference_mode": true,
|
|
|
|
| 11 |
"lora_alpha": 32,
|
| 12 |
"lora_dropout": 0.1,
|
| 13 |
-
"merge_weights": false,
|
| 14 |
"modules_to_save": null,
|
| 15 |
"peft_type": "LORA",
|
| 16 |
-
"r":
|
| 17 |
"target_modules": [
|
| 18 |
-
"query_key_value"
|
|
|
|
| 19 |
],
|
| 20 |
"task_type": "CAUSAL_LM"
|
| 21 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"base_model_name_or_path": "THUDM/chatglm-6b",
|
| 3 |
"bias": "none",
|
| 4 |
+
"fan_in_fan_out": false,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
"inference_mode": true,
|
| 6 |
+
"init_lora_weights": true,
|
| 7 |
"lora_alpha": 32,
|
| 8 |
"lora_dropout": 0.1,
|
|
|
|
| 9 |
"modules_to_save": null,
|
| 10 |
"peft_type": "LORA",
|
| 11 |
+
"r": 8,
|
| 12 |
"target_modules": [
|
| 13 |
+
"query_key_value",
|
| 14 |
+
"lm_head_raw"
|
| 15 |
],
|
| 16 |
"task_type": "CAUSAL_LM"
|
| 17 |
}
|
adapter_model.bin
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:747abe42c3d697db3ebc78e804f716299c0a960f2599c611e7524c4b201a55cd
|
| 3 |
+
size 14700825
|