Add files using upload-large-folder tool
Browse files
README.md
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: prism-ml/Bonsai-8B-unpacked
|
| 4 |
+
tags:
|
| 5 |
+
- gguf
|
| 6 |
+
- wllama
|
| 7 |
+
- browser
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# bonsai-8b-split
|
| 11 |
+
|
| 12 |
+
Bonsai 8B 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-8B-unpacked](https://huggingface.co/prism-ml/Bonsai-8B-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.
|