Views
No views yet
Canonical:kevinqz/MOSS-Transcribe-Diarize-Decoder-CoreAI— source of truth.
.aimodel — an Apple Core AI conversion of
OpenMOSS-Team/MOSS-Transcribe-Diarize, with an embedded
tokenizer + chat template. Produced by
coreai-fabric and indexed by
coreai-catalog.| Field | Value |
|---|---|
| Parameters | 0.6B |
| Architecture | transformer |
| Capabilities | speech-to-text, text-generation |
| Quantization / precision | none / float32 |
| Context length | — |
| On-disk size | 2.2 GB |
| Asset kind | stateful KV-cache chat bundle; embedded tokenizer + chat template |
| assetVersion | 2.0 |
pip install coreai-catalog && coreai-catalog install moss-transcribe-diarize-decoder1import 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.| Field | Value |
|---|---|
| Base model | OpenMOSS-Team/MOSS-Transcribe-Diarize @ d7231bbae2587a4af278735eb765b318c4f64edd |
| Converted by | models/moss_transcribe/export_decoder.py (version not reported) |
| Recipe | moss-transcribe-diarize-decoder (recipe_source: fabric) |
| Precision / quantization | float32 / none |
| 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 uncompressed (fp16). The conversion itself is community work.moss-transcribe-diarize-decoder · runnable example.aimodel pipeline that produced this asset.