GGUF
wllama
browser
sinatras commited on
Commit
94118d8
·
verified ·
1 Parent(s): 10afe55

Add files using upload-large-folder tool

Browse files
Files changed (3) hide show
  1. .gitattributes +1 -0
  2. Q2_K/Bonsai-4B-Q2_K.gguf +3 -0
  3. README.md +24 -0
.gitattributes CHANGED
@@ -37,3 +37,4 @@ Q3_K_M/Bonsai-4B-Q3_K_M-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
37
  Q3_K_M/Bonsai-4B-Q3_K_M-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
38
  Q4_K_M/Bonsai-4B-Q4_K_M-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
39
  Q4_K_M/Bonsai-4B-Q4_K_M-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
 
 
37
  Q3_K_M/Bonsai-4B-Q3_K_M-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
38
  Q4_K_M/Bonsai-4B-Q4_K_M-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
39
  Q4_K_M/Bonsai-4B-Q4_K_M-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Q2_K/Bonsai-4B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
Q2_K/Bonsai-4B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d49d1e4ea4ff20ab58c492900b0080188a0b1534310f42e6810819978640d011
3
+ size 1668928352
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: prism-ml/Bonsai-4B-unpacked
4
+ tags:
5
+ - gguf
6
+ - wllama
7
+ - browser
8
+ ---
9
+
10
+ # bonsai-4b-split
11
+
12
+ Bonsai 4B split GGUF artifacts converted for the playground 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: [prism-ml/Bonsai-4B-unpacked](https://huggingface.co/prism-ml/Bonsai-4B-unpacked)
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.