sinatras commited on
Commit
e899f83
·
verified ·
1 Parent(s): 49ce8df

Add files using upload-large-folder tool

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: unsloth/Qwen3.5-9B-GGUF
4
+ tags:
5
+ - gguf
6
+ - wllama
7
+ - browser
8
+ ---
9
+
10
+ # qwen3.5-9b-split
11
+
12
+ Qwen3.5 9B split GGUF artifacts used by the playground blocked-size wllama preset.
13
+
14
+ These files are the GGUF artifacts used by the local Transformers.js playground
15
+ wllama CPU presets. Large files are kept under quantization subdirectories so
16
+ browser clients can request the first shard URL and expand the remaining shards.
17
+
18
+ ## Source And License
19
+
20
+ - Source model/artifact: [unsloth/Qwen3.5-9B-GGUF](https://huggingface.co/unsloth/Qwen3.5-9B-GGUF)
21
+ - License: Apache-2.0, inherited from the source model/artifact.
22
+
23
+ The GGUF conversion, quantization, and splitting steps do not change the
24
+ upstream model license.