Add model card, license, and checksums
Browse files
LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
MIT License
|
| 2 |
+
|
| 3 |
+
Copyright (c) 2026 vonvonhero (modifications and conversion only)
|
| 4 |
+
|
| 5 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 6 |
+
of this software and associated documentation files (the "Software"), to deal
|
| 7 |
+
in the Software without restriction, including without limitation the rights
|
| 8 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
| 9 |
+
copies of the Software, and to permit persons to whom the Software is
|
| 10 |
+
furnished to do so, subject to the following conditions:
|
| 11 |
+
|
| 12 |
+
The above copyright notice and this permission notice shall be included in all
|
| 13 |
+
copies or substantial portions of the Software.
|
| 14 |
+
|
| 15 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 16 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 17 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| 18 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 19 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
| 20 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
| 21 |
+
SOFTWARE.
|
NOTICE
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This repository contains an unofficial modified and OpenVINO-quantized derivative of:
|
| 2 |
+
|
| 3 |
+
ornith-ai/Ornith-1.5-9B
|
| 4 |
+
https://huggingface.co/ornith-ai/Ornith-1.5-9B
|
| 5 |
+
|
| 6 |
+
The upstream repository declares the model under the MIT License. At the time
|
| 7 |
+
this derivative was prepared, the LICENSE file referenced by the upstream
|
| 8 |
+
model card was not present in the upstream repository.
|
| 9 |
+
|
| 10 |
+
Modifications and conversion: vonvonhero
|
| 11 |
+
|
| 12 |
+
No endorsement by or affiliation with the upstream authors is implied.
|
README.md
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: ornith-ai/Ornith-1.5-9B
|
| 3 |
+
license: mit
|
| 4 |
+
pipeline_tag: image-text-to-text
|
| 5 |
+
library_name: openvino
|
| 6 |
+
tags:
|
| 7 |
+
- openvino
|
| 8 |
+
- openvino-genai
|
| 9 |
+
- int4
|
| 10 |
+
- reasoning
|
| 11 |
+
- uncensored
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# Ornith-1.5-9B-Uncensored-OpenVINO-INT4
|
| 15 |
+
|
| 16 |
+
OpenVINO INT4 IR of an uncensored variant of
|
| 17 |
+
[ornith-ai/Ornith-1.5-9B](https://huggingface.co/ornith-ai/Ornith-1.5-9B).
|
| 18 |
+
|
| 19 |
+
The model was exported as a Qwen3.5 vision-language model and can also be used for text-only generation.
|
| 20 |
+
|
| 21 |
+
## Evaluation
|
| 22 |
+
|
| 23 |
+
| Format | Size | JailbreakBench ASR | HarmBench ASR (159 standard behaviors) |
|
| 24 |
+
|---|---:|---:|---:|
|
| 25 |
+
| OpenVINO INT4 | 5.8 GiB | 93/100 (93.0%) | 145/159 (91.2%) |
|
| 26 |
+
|
| 27 |
+
Higher ASR indicates fewer refusals on these benchmarks. HarmBench behaviors were submitted as
|
| 28 |
+
direct requests. Evaluation used reasoning off, temperature 0, seed 42, a 256-token output limit,
|
| 29 |
+
and the `HarmBench-Llama-2-13b-cls` classifier. Results can vary with runtime, prompt format,
|
| 30 |
+
sampling, and context.
|
| 31 |
+
|
| 32 |
+
## Requirements
|
| 33 |
+
|
| 34 |
+
- OpenVINO 2026.3.x
|
| 35 |
+
- OpenVINO GenAI 2026.3.x
|
| 36 |
+
|
| 37 |
+
## Usage
|
| 38 |
+
|
| 39 |
+
```python
|
| 40 |
+
import openvino_genai as ov_genai
|
| 41 |
+
|
| 42 |
+
pipe = ov_genai.VLMPipeline("/path/to/model", "GPU")
|
| 43 |
+
result = pipe.generate("日本語で短く自己紹介して。", max_new_tokens=128)
|
| 44 |
+
print(result.texts[0])
|
| 45 |
+
```
|
| 46 |
+
|
| 47 |
+
Use `VLMPipeline`, not `LLMPipeline`.
|
| 48 |
+
|
| 49 |
+
## Validation
|
| 50 |
+
|
| 51 |
+
The IR passed structural loading, text-only CPU generation, and text-only Intel GPU generation
|
| 52 |
+
with OpenVINO GenAI 2026.3.1.
|
| 53 |
+
|
| 54 |
+
## License
|
| 55 |
+
|
| 56 |
+
MIT. See [LICENSE](LICENSE), [NOTICE](NOTICE), and the
|
| 57 |
+
[original model](https://huggingface.co/ornith-ai/Ornith-1.5-9B) for upstream information.
|
SHA256SUMS
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
9dd2fbd270feaa1fbef2d4f634d7887c9c506e3bde140f8e7351c8944e8fd235 chat_template.jinja
|
| 2 |
+
45a6b99dbfb7bfcf836f92b83a6789a424ab4d229094ce006ce3a21a6686a127 config.json
|
| 3 |
+
da061b6b51cf567b23d4d4a2ef1ff79404201c047c345568c22fdd946ca573b6 generation_config.json
|
| 4 |
+
6b0bb4f0a88d86f0604fd18259f4a287bc3bda8db40d5f131b45655782faf451 openvino_config.json
|
| 5 |
+
48fc2c6a7a1056994982911eb9695826acef933c3d742364c56d16317a0b2a79 openvino_detokenizer.bin
|
| 6 |
+
6888b73329c5fca06de5e3fbd21ba64977981f478c025e224d9320a172793a8d openvino_detokenizer.xml
|
| 7 |
+
f5ad19e3357e39eb103c5629e268318724973f9933aaa3055fa9f01fb6280369 openvino_language_model.bin
|
| 8 |
+
defafe8983d72589f47a6269211ada257f417c1ee1a4c25e3153df291d209b33 openvino_language_model.xml
|
| 9 |
+
762754893be229034994615b299ab6a2646a2d3d42d7fd55f71402ecdeb38746 openvino_text_embeddings_model.bin
|
| 10 |
+
97540f02c7e1ee262e788967c66bfde960815b1cfc81a3b6162d957c13ec6184 openvino_text_embeddings_model.xml
|
| 11 |
+
ea3fcce2251902efffbc774cbc8ffff69e981412347a1e510e430c6557a63701 openvino_tokenizer.bin
|
| 12 |
+
f66d6a268f1bcd17e4804c90b4b132e8ea430f354c276547782971233c704475 openvino_tokenizer.xml
|
| 13 |
+
8c66077016ce4536ce1e770c7cbbbe4064425893dcbd5f5824e3e8e7db5c0192 openvino_vision_embeddings_merger_model.bin
|
| 14 |
+
162a424c47a06383d94c6a3a55251fb552da76f55dfef839e8ab4c308c2fbd95 openvino_vision_embeddings_merger_model.xml
|
| 15 |
+
66936c63dab694787684fe353ff670d51dd55637c8889098c86ebfe8cd2cca8a openvino_vision_embeddings_model.bin
|
| 16 |
+
185ca1b2a20f503abd8977f704cb2c2b15c6c39c9093d5829fac1657e5a5be89 openvino_vision_embeddings_model.xml
|
| 17 |
+
247b5afc39524032d0a8b0b9657bb16d27d68d233c420811ee7d9ab5c7db4e9e openvino_vision_embeddings_pos_model.bin
|
| 18 |
+
44d3630b778b1dff379f5695c79d46d3aeec91f98ef75c267486f7e5f6efdfb4 openvino_vision_embeddings_pos_model.xml
|
| 19 |
+
957eb01d1ea45341a92d543daec95857a7cbeff5803834bc0603b27ba7b41b3f preprocessor_config.json
|
| 20 |
+
14932921ca485d458a04dafd8069fbb0a4505622a48208d19ed247115801385b processor_config.json
|
| 21 |
+
87a7830d63fcf43bf241c3c5242e96e62dd3fdc29224ca26fed8ea333db72de4 tokenizer.json
|
| 22 |
+
e98f1901ac6f0adff67b1d540bfa0c36ac1a0cf59eb72ed78146ef89aafa1182 tokenizer_config.json
|