Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
"base_model_name_or_path": "decapoda-research/llama-7b-hf",
|
3 |
"bias": "none",
|
4 |
"enable_lora": null,
|
|
|
5 |
"inference_mode": true,
|
6 |
"init_lora_weights": true,
|
7 |
"lora_alpha": 16,
|
|
|
2 |
"base_model_name_or_path": "decapoda-research/llama-7b-hf",
|
3 |
"bias": "none",
|
4 |
"enable_lora": null,
|
5 |
+
"fan_in_fan_out": false,
|
6 |
"inference_mode": true,
|
7 |
"init_lora_weights": true,
|
8 |
"lora_alpha": 16,
|