BillFan666 commited on
Commit
102a354
·
verified ·
1 Parent(s): 475c080

Add upstream MTP attribution notice

Browse files
Files changed (1) hide show
  1. NOTICE +18 -0
NOTICE ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Ornith-1.5-35B-A3B-MTP-ONLY
2
+
3
+ This repository contains a modified derivative of the MTP head from:
4
+
5
+ Qwen/Qwen3.6-35B-A3B
6
+ https://huggingface.co/Qwen/Qwen3.6-35B-A3B
7
+ License: Apache License 2.0
8
+
9
+ Modifications: the Qwen3.6 MTP weights were used as initialization, then changed
10
+ through full-vocabulary KL distillation against Ornith-1.5 hidden states and
11
+ exported as 19 fused BF16 tensors.
12
+
13
+ Distillation target:
14
+ ornith-ai/Ornith-1.5-35B-A3B
15
+ https://huggingface.co/ornith-ai/Ornith-1.5-35B-A3B
16
+ Upstream license metadata: MIT
17
+
18
+ No Ornith target weights are included in this head-only repository.