ZhafranR commited on
Commit
8be6628
·
verified ·
1 Parent(s): 7705459

Add model config

Browse files
Files changed (1) hide show
  1. 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
+ }