Views
No views yet
Canonical:kevinqz/Qwen2.5-Coder-0.5B-Instruct-CoreAI— source of truth.
.aimodel — an Apple Core AI conversion of
Qwen/Qwen2.5-Coder-0.5B-Instruct, with an embedded
tokenizer + chat template. Produced by
coreai-fabric and indexed by
coreai-catalog.| Field | Value |
|---|---|
| Parameters | — |
| Architecture | transformer |
| Capabilities | code-generation, text-generation |
| Quantization / precision | int8 / float16 |
| Context length | — |
| On-disk size | 501 MB |
| Asset kind | stateful KV-cache chat bundle; embedded tokenizer + chat template |
| assetVersion | 2.0 |
pip install coreai-catalog && coreai-catalog install qwen2.5-coder-0.5b-instruct-int81import CoreAILanguageModels
2import FoundationModels
3
4// modelURL = the installed macos/ bundle directory for this model
5let model = try await CoreAILanguageModel(resourcesAt: modelURL)
6let session = LanguageModelSession(model: model)
7let reply = try await session.respond(to: "Explain on-device AI in one sentence.")
8print(reply)minimum_os v27, so the on-device Swift runtime requires macOS/iOS 27+.coreai.llm.eval is a stub in coreai-models 0.1.0 that cannot score a stateful KV-cache asset. Greedy fidelity vs fp32 can be measured on-device via the parity runner. fabric never fakes a parity number.coreai-fabric bench. Not estimated — real numbers or none.| Field | Value |
|---|---|
| Base model | Qwen/Qwen2.5-Coder-0.5B-Instruct @ ea3f2471cf1b1f0db85067f1ef93848e38e88c25 |
| Converted by | coreai.llm.export (version not reported) |
| Recipe | qwen2.5-coder-0.5b-instruct-int8 (recipe_source: fabric) |
| Precision / quantization | float16 / int8 |
| Conversion date | 2026-07-10 |
parity-report.json (gate results) ·
reproduce-manifest.json (exact tool + stack + pinned
revision to reproduce this conversion) · LICENSE (upstream terms).LICENSE. This artifact is a converted + quantized derivative of the base
model (the Apache-2.0 §4(b) change notice): weights were converted to Apple Core
AI format and quantized to int8. The conversion itself is community work.qwen2.5-coder-0.5b-instruct-int8 · runnable example.aimodel pipeline that produced this asset.