zeekay commited on
Commit
085a0b3
·
verified ·
1 Parent(s): 55ed0db

docs: honest base attribution / canonical-name note

Browse files
Files changed (1) hide show
  1. README.md +10 -7
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
  library_name: transformers
3
  pipeline_tag: text-generation
 
4
  tags:
5
  - text-generation
6
  - multimodal
@@ -15,22 +16,24 @@ language:
15
  - en
16
  ---
17
 
18
- # Zen3 Omni
19
 
20
- **Zen LM by Hanzo AI** — Multimodal model supporting text, image, audio, and video understanding. 202K context for complex analysis.
 
 
21
 
22
  ## Specs
23
 
24
  | Property | Value |
25
  |----------|-------|
26
- | Parameters | 1T MoE |
27
- | Context Length | 202K tokens |
28
- | Architecture | Zen MoDE (Mixture of Distilled Experts) |
29
  | Generation | Zen3 |
30
 
31
  ## API Access
32
 
33
- This model is served exclusively via the Hanzo AI API. Weight downloads are not available for this model tier.
34
 
35
  ```python
36
  from openai import OpenAI
@@ -47,7 +50,7 @@ Get your API key at [console.hanzo.ai](https://console.hanzo.ai) — $5 free cre
47
 
48
  ## License
49
 
50
- Apache 2.0
51
 
52
  ---
53
 
 
1
  ---
2
  library_name: transformers
3
  pipeline_tag: text-generation
4
+ base_model: Qwen/Qwen3-Omni-30B-A3B-Instruct
5
  tags:
6
  - text-generation
7
  - multimodal
 
16
  - en
17
  ---
18
 
19
+ # zen3-omni
20
 
21
+ Multimodal model supporting text, image, audio, and video understanding.
22
+
23
+ Repackaged from [Qwen/Qwen3-Omni-30B-A3B-Instruct](https://huggingface.co/Qwen/Qwen3-Omni-30B-A3B-Instruct) (apache-2.0, Alibaba Qwen). **Not trained from scratch** — a permissively-licensed redistribution for the OSS-clean Zen model line.
24
 
25
  ## Specs
26
 
27
  | Property | Value |
28
  |----------|-------|
29
+ | Parameters | 30B total / 3B active (MoE) |
30
+ | Architecture | Qwen3-Omni MoE (`Qwen3OmniMoeForConditionalGeneration`) |
31
+ | Modality | text, image, audio, video |
32
  | Generation | Zen3 |
33
 
34
  ## API Access
35
 
36
+ Also served via the Hanzo AI API:
37
 
38
  ```python
39
  from openai import OpenAI
 
50
 
51
  ## License
52
 
53
+ `apache-2.0`. Upstream: **Qwen/Qwen3-Omni-30B-A3B-Instruct** by Alibaba Qwen. Upstream LICENSE/NOTICE retained in-repo.
54
 
55
  ---
56