CoolFace
Modelpublic

hudsongouge/minicpm5-1B-GLM-5.2-Agentic-v7

sourceHugging Faceotherupdated 3mo agoView on Hugging Face
1likes431downloads
47 commits on main
6333d3a3mo ago

Fix BOS token: set add_bos_token=True, remove bos_token from template - fixes degenerate output in LM Studio

hudsongouge
37f43d73mo ago

Fix BOS token: set add_bos_token=True, remove bos_token from template - fixes degenerate output in LM Studio

hudsongouge
94d35953mo ago

Fix BOS token: set add_bos_token=True, remove bos_token from template - fixes degenerate output in LM Studio

hudsongouge
afcf8133mo ago

Fix BOS token: set add_bos_token=True, remove bos_token from template - fixes degenerate output in LM Studio

hudsongouge
bff76fd3mo ago

Fix BOS token: set add_bos_token=True, remove bos_token from template - fixes degenerate output in LM Studio

hudsongouge
580b66a3mo ago

Fix BOS token: set add_bos_token=True, remove bos_token from template - fixes degenerate output in LM Studio

hudsongouge
b9bdf0f3mo ago

Use exact official OpenBMB chat template (enable_thinking is defined) for LM Studio compatibility

hudsongouge
3efb56c3mo ago

Use exact official OpenBMB chat template (enable_thinking is defined) for LM Studio compatibility

hudsongouge
ab1b8bc3mo ago

Use exact official OpenBMB chat template (enable_thinking is defined) for LM Studio compatibility

hudsongouge
7d08f2a3mo ago

Use exact official OpenBMB chat template (enable_thinking is defined) for LM Studio compatibility

hudsongouge
24af0293mo ago

Use exact official OpenBMB chat template (enable_thinking is defined) for LM Studio compatibility

hudsongouge
c9bfbbd3mo ago

Use exact official OpenBMB chat template (enable_thinking is defined) for LM Studio compatibility

hudsongouge
40157b33mo ago

Fix pre-tokenizer: use llama-bpe instead of minicpm5 for LM Studio compatibility

hudsongouge
11a733d3mo ago

Fix pre-tokenizer: use llama-bpe instead of minicpm5 for LM Studio compatibility

hudsongouge
d37425a3mo ago

Fix pre-tokenizer: use llama-bpe instead of minicpm5 for LM Studio compatibility

hudsongouge
545bd9b3mo ago

Fix pre-tokenizer: use llama-bpe instead of minicpm5 for LM Studio compatibility

hudsongouge
eed73913mo ago

Fix pre-tokenizer: use llama-bpe instead of minicpm5 for LM Studio compatibility

hudsongouge
3fa7f593mo ago

Fix pre-tokenizer: use llama-bpe instead of minicpm5 for LM Studio compatibility

hudsongouge
86502fd3mo ago

Re-convert GGUF from safetensors with fixed chat template (proper alignment)

hudsongouge
090b8ad3mo ago

Re-convert GGUF from safetensors with fixed chat template (proper alignment)

hudsongouge
3079aca3mo ago

Re-convert GGUF from safetensors with fixed chat template (proper alignment)

hudsongouge
4a88adf3mo ago

Re-convert GGUF from safetensors with fixed chat template (proper alignment)

hudsongouge
d082be83mo ago

Re-convert GGUF from safetensors with fixed chat template (proper alignment)

hudsongouge
c68d5bc3mo ago

Re-convert GGUF from safetensors with fixed chat template (proper alignment)

hudsongouge
409685f3mo ago

Fix chat template: default enable_thinking=true (if false -> skip, else -> thinking)

hudsongouge
cf5161e3mo ago

Add quantization recommendations and chat template notes

hudsongouge
ae5fc443mo ago

Fix chat template: default enable_thinking=true so model generates reasoning + response

hudsongouge
38755c13mo ago

Fix chat template: default enable_thinking=true so model generates reasoning + response

hudsongouge
80479b73mo ago

Fix chat template: default enable_thinking=true so model generates reasoning + response

hudsongouge
74e743b3mo ago

Fix chat template: default enable_thinking=true so model generates reasoning + response

hudsongouge
c286c9d3mo ago

Fix chat template: default enable_thinking=true so model generates reasoning + response

hudsongouge
20e74ac3mo ago

Fix chat template: default enable_thinking=true so model generates reasoning + response

hudsongouge
71691053mo ago

Fix EOS token id (1 -> 130073)

hudsongouge
1233ab23mo ago

Fix EOS token id (1 -> 130073)

hudsongouge
ea46eb13mo ago

Fix EOS token id (1 -> 130073)

hudsongouge
4ff73213mo ago

Fix EOS token id (1 -> 130073)

hudsongouge
00966803mo ago

Fix EOS token id (1 -> 130073)

hudsongouge
3994ded3mo ago

Fix EOS token id (1 -> 130073)

hudsongouge
e9d7f553mo ago

Update model card with eval data

hudsongouge
87c08a03mo ago

Add q2_k GGUF

hudsongouge
70866f13mo ago

Add q3_k_m GGUF

hudsongouge
f0d53483mo ago

Add q4_k_m GGUF

hudsongouge
da356e13mo ago

Add q5_k_m GGUF

hudsongouge
9b687953mo ago

Add q8_0 GGUF

hudsongouge
23f28873mo ago

Add f16 GGUF

hudsongouge
3479b583mo ago

Upload v7

hudsongouge
5a485fe3mo ago

initial commit

hudsongouge