Update adapter_config.json
Browse filesadded "model_type": "llama",
- adapter_config.json +1 -0
adapter_config.json
CHANGED
|
@@ -33,6 +33,7 @@
|
|
| 33 |
"up_proj"
|
| 34 |
],
|
| 35 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 36 |
"trainable_token_indices": null,
|
| 37 |
"use_dora": false,
|
| 38 |
"use_rslora": false
|
|
|
|
| 33 |
"up_proj"
|
| 34 |
],
|
| 35 |
"task_type": "CAUSAL_LM",
|
| 36 |
+
"model_type": "llama",
|
| 37 |
"trainable_token_indices": null,
|
| 38 |
"use_dora": false,
|
| 39 |
"use_rslora": false
|