Upload config.json
Browse files- config.json +2 -1
config.json
CHANGED
|
@@ -2,6 +2,7 @@
|
|
| 2 |
"alpha_pattern": {},
|
| 3 |
"auto_mapping": null,
|
| 4 |
"base_model_name_or_path": "meta-llama/Llama-3.2-1B-Instruct",
|
|
|
|
| 5 |
"bias": "none",
|
| 6 |
"fan_in_fan_out": false,
|
| 7 |
"inference_mode": true,
|
|
@@ -26,4 +27,4 @@
|
|
| 26 |
"task_type": "CAUSAL_LM",
|
| 27 |
"use_dora": false,
|
| 28 |
"use_rslora": false
|
| 29 |
-
}
|
|
|
|
| 2 |
"alpha_pattern": {},
|
| 3 |
"auto_mapping": null,
|
| 4 |
"base_model_name_or_path": "meta-llama/Llama-3.2-1B-Instruct",
|
| 5 |
+
"model_type": "llama"
|
| 6 |
"bias": "none",
|
| 7 |
"fan_in_fan_out": false,
|
| 8 |
"inference_mode": true,
|
|
|
|
| 27 |
"task_type": "CAUSAL_LM",
|
| 28 |
"use_dora": false,
|
| 29 |
"use_rslora": false
|
| 30 |
+
}
|