Dyluhn commited on
Commit
a1c2a58
·
verified ·
1 Parent(s): cee003d

Add THIRD_PARTY_NOTICES.md

Browse files
Files changed (1) hide show
  1. THIRD_PARTY_NOTICES.md +41 -0
THIRD_PARTY_NOTICES.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Third-party notices and model provenance
2
+
3
+ This file records the attribution and source lineage of the Qwen3.8 Flash Next
4
+ R9V IQ4_XS model package. Exact artifact hashes are in `package.json` and
5
+ `sources.lock.json`.
6
+
7
+ ## Qwen3.8 Flash Next
8
+
9
+ Qwen is the model author and upstream rights holder. The target, MTP,
10
+ projector, tokenizer and processor metadata, and derived PLE representation
11
+ remain under Qwen Community License 1.0, included in this package as
12
+ `LICENSE`. R9V's Apache-2.0 source license does not apply to these artifacts.
13
+
14
+ - Project: https://huggingface.co/Qwen/Qwen3.8-Flash-Next
15
+ - BF16 revision: `de4b8e4d43b917e7706784d8bb445c9af86a3540`
16
+ - FP8 revision: `970c569adaca6b35532111fd6b27351b2baefe50`
17
+
18
+ ## Unsloth IQ4_XS target
19
+
20
+ The three target shards are Unsloth's `UD-IQ4_XS` quantization of Qwen3.8
21
+ Flash Next.
22
+
23
+ - Project: https://huggingface.co/unsloth/Qwen3.8-Flash-Next-GGUF
24
+ - Revision: `8bdc666649440e9bdc97e16f3f75782c98478ff5`
25
+
26
+ Unsloth is credited for producing and publishing the target quantization.
27
+
28
+ ## ggml-org vision projector
29
+
30
+ The Q8_0 vision projector is distributed by ggml-org and was produced with
31
+ llama.cpp conversion tooling. R9V did not independently quantize it.
32
+
33
+ - Project: https://huggingface.co/ggml-org/Qwen3.8-Flash-Next-GGUF
34
+ - Revision: `01534bc2e1877d5de995b73d247d4459d273e688`
35
+
36
+ ## R9V MTP and package assembly
37
+
38
+ R9V assembled the minimal MTP checkpoint from the official Qwen BF16 and FP8
39
+ checkpoints. R9V did not train these weights. The PLE payload is already
40
+ embedded in target shard 2 and is derived locally rather than uploaded a
41
+ second time.