ykhrustalev commited on
Commit
fce260a
·
verified ·
1 Parent(s): d07689a

Update LEAP sdk manifest: LFM2-1.2B-GGUF/Q4_K_M.json

Browse files
Files changed (1) hide show
  1. LFM2-1.2B-GGUF/Q4_K_M.json +14 -0
LFM2-1.2B-GGUF/Q4_K_M.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "inference_type": "llama.cpp/text-to-text",
3
+ "schema_version": "1.0.0",
4
+ "load_time_parameters": {
5
+ "model": "https://huggingface.co/LiquidAI/LFM2-1.2B-GGUF/resolve/main/LFM2-1.2B-Q4_K_M.gguf"
6
+ },
7
+ "generation_time_parameters": {
8
+ "sampling_parameters": {
9
+ "temperature": 0.3,
10
+ "min_p": 0.15,
11
+ "repetition_penalty": 1.05
12
+ }
13
+ }
14
+ }