Add model config
Browse files- config.json +7 -0
config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "llama",
|
3 |
+
"quantization": "q4_k_m",
|
4 |
+
"context_length": 65536,
|
5 |
+
"original_model": "XeAI/LLaMa_3.2_3B_Instruct_Text2SQL",
|
6 |
+
"format": "gguf"
|
7 |
+
}
|