初始化项目,由ModelHub XC社区提供模型

Model: LiquidAI/LFM2.5-350M-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-07 17:06:01 +08:00
commit cf3380edb1
14 changed files with 212 additions and 0 deletions

14
leap/Q4_0.json Normal file
View File

@@ -0,0 +1,14 @@
{
"inference_type": "llama.cpp/text-to-text",
"schema_version": "1.0.0",
"load_time_parameters": {
"model": "../LFM2.5-350M-Q4_0.gguf"
},
"generation_time_parameters": {
"sampling_parameters": {
"temperature": 0.1,
"top_k": 50,
"repetition_penalty": 1.05
}
}
}