Skip to content

Commit 746f67a

Browse files
committed
upload models
1 parent 29394d6 commit 746f67a

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

docs/models.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,8 @@
227227
[1.7B](https://huggingface.co/Qwen/Qwen3-1.7B/tree/d3e258980a49b060055ea9038dad99d75923f7c4),
228228
[0.6B](https://huggingface.co/Qwen/Qwen3-0.6B/tree/6130ef31402718485ca4d80a6234f70d9a4cf362)
229229
* [x] MiMo: [7B-RL](https://huggingface.co/XiaomiMiMo/MiMo-7B-RL/tree/8c8a4968100fd7a4f0319c54438184bbeb767c82)
230+
* [x] Confucius3-Math: [14B](https://huggingface.co/netease-youdao/Confucius3-Math/tree/62621490d5dccf5fea997be9df62dd8dc017f777) (`-a DeepSeek-R1-Distill-QWen`)
231+
* [x] Jan-Nano: [4B](https://huggingface.co/Menlo/Jan-nano/tree/5f4e450c127322db9477400890a0dd951c9f6ab7)
230232

231233
* Solor (`SolarForCausalLM`)
232234
* [x] [Pro](https://huggingface.co/upstage/solar-pro-preview-instruct/tree/dd4bcf7006df9b1ce3f87711e702e4063832aae3)

scripts/models.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2907,5 +2907,37 @@
29072907
}
29082908
}
29092909
}
2910+
},
2911+
"confucius3-math": {
2912+
"brief": "Confucius3-Math is a 14B parameter open-source resoning LLM developed by the NetEase Youdao AI Team, specifically optimized for K-12 mathematics education.",
2913+
"default": "14b",
2914+
"license": "MIT",
2915+
"variants": {
2916+
"14b": {
2917+
"default": "q8",
2918+
"quantized": {
2919+
"q8": {
2920+
"size": 15699928544,
2921+
"url": "chatllm_quantized_confucius3/confucius3-math-14b.bin"
2922+
}
2923+
}
2924+
}
2925+
}
2926+
},
2927+
"jan-nano": {
2928+
"brief": "Jan-Nano is a compact 4-billion parameter language model specifically designed and trained for deep research tasks.",
2929+
"default": "4b",
2930+
"license": "Apache License 2.0",
2931+
"variants": {
2932+
"4b": {
2933+
"default": "q8",
2934+
"quantized": {
2935+
"q8": {
2936+
"size": 4278738464,
2937+
"url": "chatllm_quantized_jan-nano/jan-nano-4b.bin"
2938+
}
2939+
}
2940+
}
2941+
}
29102942
}
29112943
}

0 commit comments

Comments
 (0)