ykhrustalev commited on
Commit
0d2c467
·
verified ·
1 Parent(s): f14f907

Update LEAP sdk manifest: LFM2.5-VL-1.6B-GGUF/Q4_0.json

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