ykhrustalev commited on
Commit
d5c949e
·
verified ·
1 Parent(s): b9b88a0

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

Browse files
Files changed (1) hide show
  1. LFM2-VL-1.6B-GGUF/F16.json +15 -0
LFM2-VL-1.6B-GGUF/F16.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-VL-1.6B-GGUF/resolve/main/LFM2-VL-1.6B-F16.gguf",
6
+ "multimodal_projector": "https://huggingface.co/LiquidAI/LFM2-VL-1.6B-GGUF/resolve/main/mmproj-LFM2-VL-1.6B-F16.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
+ }