Skip to content

Commit fdbeedc

Browse files
committed
upload models
1 parent d5966d1 commit fdbeedc

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed

scripts/models.json

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,6 +1113,31 @@
11131113
}
11141114
}
11151115
},
1116+
"minicpm4": {
1117+
"brief": "MiniCPM4 series are highly efficient large language models (LLMs) designed explicitly for end-side devices.",
1118+
"default": "8b",
1119+
"license": "Apache License 2.0",
1120+
"variants": {
1121+
"8b": {
1122+
"default": "q8",
1123+
"quantized": {
1124+
"q8": {
1125+
"size": 8698683664,
1126+
"url": "chatllm_quantized_minicpm4/minicpm4-8b.bin"
1127+
}
1128+
}
1129+
},
1130+
"0.5b": {
1131+
"default": "q8",
1132+
"quantized": {
1133+
"q8": {
1134+
"size": 462201712,
1135+
"url": "chatllm_quantized_minicpm4/minicpm4-0.5b.bin"
1136+
}
1137+
}
1138+
}
1139+
}
1140+
},
11161141
"minicpm-embedding": {
11171142
"brief": "MiniCPM-Embedding-Light is a bilingual & cross-lingual text embedding model developed by ModelBest Inc., THUNLP and NEUIR.",
11181143
"default": "light",
@@ -2677,6 +2702,38 @@
26772702
}
26782703
}
26792704
},
2705+
"qwen3-emb": {
2706+
"brief": "The Qwen3 Embedding model series is the latest proprietary model of the Qwen family, specifically designed for text embedding and ranking tasks.",
2707+
"default": "0.6b",
2708+
"license": "Apache License Version 2.0",
2709+
"variants": {
2710+
"0.6b": {
2711+
"default": "q8",
2712+
"quantized": {
2713+
"q8": {
2714+
"size": 637488928,
2715+
"url": "chatllm_quantized_qwen3/qwen3-emb-0.6b.bin"
2716+
}
2717+
}
2718+
}
2719+
}
2720+
},
2721+
"qwen3-reranker": {
2722+
"brief": "The Qwen3 Embedding model series is the latest proprietary model of the Qwen family, specifically designed for text embedding and ranking tasks.",
2723+
"default": "0.6b",
2724+
"license": "Apache License Version 2.0",
2725+
"variants": {
2726+
"0.6b": {
2727+
"default": "q8",
2728+
"quantized": {
2729+
"q8": {
2730+
"size": 637488928,
2731+
"url": "chatllm_quantized_qwen3/qwen3-reranker-0.6b.bin"
2732+
}
2733+
}
2734+
}
2735+
}
2736+
},
26802737
"mimo": {
26812738
"brief": "MiMo-7B, a series of models trained from scratch and born for reasoning tasks.",
26822739
"default": "7b-rl",
@@ -2794,6 +2851,15 @@
27942851
"url": "chatllm_quantized_kimi-vl/kimi-vl-q4_1.bin"
27952852
}
27962853
}
2854+
},
2855+
"a3b-thinking": {
2856+
"default": "q4_1",
2857+
"quantized": {
2858+
"q4_1": {
2859+
"size": 10447148784,
2860+
"url": "chatllm_quantized_kimi-vl/kimi-vl-thinking-q4_1.bin"
2861+
}
2862+
}
27972863
}
27982864
}
27992865
}

0 commit comments

Comments
 (0)