Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
@@ -5,6 +5,7 @@
|
|
5 |
"parent_library": "transformers.models.llama.modeling_llama"
|
6 |
},
|
7 |
"base_model_name_or_path": "meta-llama/Meta-Llama-3-8B-Instruct",
|
|
|
8 |
"bias": "none",
|
9 |
"fan_in_fan_out": false,
|
10 |
"inference_mode": true,
|
|
|
5 |
"parent_library": "transformers.models.llama.modeling_llama"
|
6 |
},
|
7 |
"base_model_name_or_path": "meta-llama/Meta-Llama-3-8B-Instruct",
|
8 |
+
"model_type": "llama",
|
9 |
"bias": "none",
|
10 |
"fan_in_fan_out": false,
|
11 |
"inference_mode": true,
|