Card: definition line (Core AI, 2026-09)
Browse files
README.md
CHANGED
|
@@ -13,6 +13,8 @@ pipeline_tag: sentence-similarity
|
|
| 13 |
base_model_relation: quantized
|
| 14 |
---
|
| 15 |
|
|
|
|
|
|
|
| 16 |
# Qwen3-Embedding-0.6B — Core AI export
|
| 17 |
|
| 18 |
[Qwen/Qwen3-Embedding-0.6B](https://huggingface.co/Qwen/Qwen3-Embedding-0.6B) as a single static
|
|
|
|
| 13 |
base_model_relation: quantized
|
| 14 |
---
|
| 15 |
|
| 16 |
+
Core AI is Apple's on-device ML runtime in iOS 27 / macOS 27 and the successor to Core ML: PyTorch models are exported with Apple's `coreai-torch` (LLMs: `coreai.llm.export`) into `.aimodel` bundles that run on the GPU or the Neural Engine, e.g. Qwen3-8B 4-bit decodes at 94 tok/s on an M4 Max GPU, MLX 90 under the same protocol ([apple-silicon-llm-bench](https://github.com/john-rocky/apple-silicon-llm-bench), macOS 27 beta, 2026-06).
|
| 17 |
+
|
| 18 |
# Qwen3-Embedding-0.6B — Core AI export
|
| 19 |
|
| 20 |
[Qwen/Qwen3-Embedding-0.6B](https://huggingface.co/Qwen/Qwen3-Embedding-0.6B) as a single static
|