Upload config.json with huggingface_hub
Browse files- config.json +9 -0
config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"base_model_name_or_path": "mistralai/Mistral-7B-Instruct-v0.2",
|
3 |
+
"medusa_num_heads": 3,
|
4 |
+
"medusa_num_layers": 1,
|
5 |
+
"transformers_version": "4.40.2",
|
6 |
+
"version": "2",
|
7 |
+
"model_type": "turbo_lora",
|
8 |
+
"architectures": ["TurboLoraModel"]
|
9 |
+
}
|