File size: 3,281 Bytes
fbc7b52
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6ef158d
fbc7b52
6ef158d
 
 
 
 
 
 
 
 
fbc7b52
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6ef158d
 
fbc7b52
 
 
 
 
 
 
 
6ef158d
 
 
 
fbc7b52
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
---
library_name: mlx
license: mit
base_model: ornith-ai/Ornith-1.5-9B
pipeline_tag: image-text-to-text
tags:
- mlx
- ornith
- ornith-1.5
- multimodal
- abliterated
- mlx-vlm
---

# Ornith 1.5 9B Abliterated — MLX-VLM BF16

An unofficial experimental derivative of
[`ornith-ai/Ornith-1.5-9B`](https://huggingface.co/ornith-ai/Ornith-1.5-9B), pinned to
revision [`c927ad73b7eb20f00aafcaa0a11a9d58ed5487bc`](https://huggingface.co/ornith-ai/Ornith-1.5-9B/tree/c927ad73b7eb20f00aafcaa0a11a9d58ed5487bc).
The original model is by the Ornith team. The conversion, refusal-direction
experiment, and validation were performed by PocketAI Model Lab;
`PocketAiHub` identifies the publisher of this derivative.

## Purpose and responsible use

This experimental derivative studies whether learned refusal behavior can be
reduced while retaining general capability. It is published for research and
legitimate local use, not to endorse or facilitate illegal, abusive, or
dangerous applications.

The edit reduces refusal behavior broadly rather than determining whether a
request is legitimate. Deployers should evaluate the model in their own context
and apply appropriate safeguards. Abliteration is not truthfulness training, a
capability improvement, or a guarantee of universal compliance.

## Release family

- [hf-bf16](https://huggingface.co/PocketAiHub/Ornith-1.5-9B-Abliterated)
- [mlx-bf16](https://huggingface.co/PocketAiHub/Ornith-1.5-9B-Abliterated-MLX-BF16)
- [mlx-8bit](https://huggingface.co/PocketAiHub/Ornith-1.5-9B-Abliterated-MLX-8bit)
- [mlx-4bit](https://huggingface.co/PocketAiHub/Ornith-1.5-9B-Abliterated-MLX-4bit)
- [gguf](https://huggingface.co/PocketAiHub/Ornith-1.5-9B-Abliterated-GGUF)


## Format and recipe

- Format: MLX-VLM
- Precision: BF16
- Abliteration scale: 1.0
- Direction source layer: 23
- Destination layers: 12–31
- Modified residual-output tensors: 40
- Native MTP is not included
- Text and image-input smoke tests passed.
- Peak runtime memory in the smoke test: 19.04 GB

## Validation

| Gate | Result |
| --- | ---: |
| Refusal-targeted explicit-refusal phrase flags | 0/100 |
| Benign-control explicit-refusal phrase flags | 0/100 |
| Medium capability suite | 71/80 |
| Runtime smoke | passed |

The medium suite covers math/reasoning, false-premise handling, instruction
following, coding, structured output, multilingual output, context
comprehension, and general coherence.


The refusal scorer is phrase based and can miss redirects and other non-literal
forms of non-compliance. Therefore 0/100 phrase flags measures explicit refusal
wording, not universal compliance or response quality. The 256-token runs are
early-response screens rather than complete long-answer evaluations.


See [`abliteration-manifest.json`](./abliteration-manifest.json) and
[`validation-summary.json`](./validation-summary.json) for machine-readable
provenance and category-level results.

## Load with MLX-VLM

```bash
python -m pip install "mlx==0.32.0" "mlx-vlm==0.6.8"
mlx_vlm.generate --model PocketAiHub/Ornith-1.5-9B-Abliterated-MLX-BF16 --prompt "Explain why seasons occur." --max-tokens 256
```


## License

The upstream model card declares MIT. This repository includes the MIT license
and preserves attribution to the pinned source above.