| license: apache-2.0 | |
| base_model: openbmb/MiniCPM5-1B | |
| tags: | |
| - onnx | |
| - onnxruntime-web | |
| - minicpm5 | |
| - text-generation | |
| - browser | |
| # MiniCPM5-1B ONNX Web | |
| ONNX export of `openbmb/MiniCPM5-1B` for browser/runtime experiments. | |
| ## Export | |
| - Source: `openbmb/MiniCPM5-1B` | |
| - Architecture: `LlamaForCausalLM` | |
| - ONNX opset: 18 | |
| - Inputs: `input_ids`, `attention_mask` | |
| - Output: `logits` | |
| - KV cache: disabled for the first broad-compatibility export | |
| - External data: yes, weights are stored in `model.onnx.data` | |
| This artifact is valid ONNX and passes `onnx.checker.check_model`. It is intentionally a first browser-deployment baseline; production browser serving should add a smaller quantized/sharded artifact after runtime compatibility testing. | |