--- language: - en license: apache-2.0 base_model: Jackrong/Qwen3.5-2B-Claude-4.6-Opus-Reasoning-Distilled library_name: mlx-lm pipeline_tag: text-generation tags: - mlx - qwen - qwen3.5 - helios - union-street-ai - local-ai - apple-silicon --- # Helios Pika 1.0 Helios Pika 1.0 is a small merged MLX checkpoint from Union Street AI. It is adapted from `Jackrong/Qwen3.5-2B-Claude-4.6-Opus-Reasoning-Distilled` with a lightweight Helios post-training pass. It is not trained from scratch. The tune targets Helios identity, concise usefulness, uncertainty calibration, and local-agent behavior. Pika is the compact proof-of-concept member of the Helios family. It is meant for fast local experimentation, not as the strongest agent model in the line. ## Use ```bash python -m mlx_lm generate \ --model UnionStreet/Helios-Pika-1.0 \ --prompt "Who are you?" ``` ## Notes - Format: merged MLX checkpoint - Base: `Jackrong/Qwen3.5-2B-Claude-4.6-Opus-Reasoning-Distilled` - Adapter source: `Helios-Pika-direct-v05` - Helios adaptation: Union Street AI This is an experimental open release. Use judgment before deploying it in systems with real-world side effects.