File size: 1,171 Bytes
70556ae
 
 
 
 
 
 
 
 
 
 
 
 
 
1768608
70556ae
 
 
 
1768608
70556ae
1768608
70556ae
1768608
70556ae
1768608
70556ae
1768608
 
 
 
70556ae
 
1768608
70556ae
1768608
 
 
 
70556ae
1768608
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
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.