初始化项目,由ModelHub XC社区提供模型
Model: Minarut/Ternary-Bonsai-8B-GGUF-llamacpp-compatible Source: Original Platform
This commit is contained in:
38
.gitattributes
vendored
Normal file
38
.gitattributes
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.arrow filter=lfs diff=lfs merge=lfs -text
|
||||
*.bin filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
||||
*.ftz filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.h5 filter=lfs diff=lfs merge=lfs -text
|
||||
*.joblib filter=lfs diff=lfs merge=lfs -text
|
||||
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
||||
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
||||
*.model filter=lfs diff=lfs merge=lfs -text
|
||||
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
||||
*.npy filter=lfs diff=lfs merge=lfs -text
|
||||
*.npz filter=lfs diff=lfs merge=lfs -text
|
||||
*.onnx filter=lfs diff=lfs merge=lfs -text
|
||||
*.ot filter=lfs diff=lfs merge=lfs -text
|
||||
*.parquet filter=lfs diff=lfs merge=lfs -text
|
||||
*.pb filter=lfs diff=lfs merge=lfs -text
|
||||
*.pickle filter=lfs diff=lfs merge=lfs -text
|
||||
*.pkl filter=lfs diff=lfs merge=lfs -text
|
||||
*.pt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pth filter=lfs diff=lfs merge=lfs -text
|
||||
*.rar filter=lfs diff=lfs merge=lfs -text
|
||||
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
||||
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
||||
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
||||
*.tar filter=lfs diff=lfs merge=lfs -text
|
||||
*.tflite filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.wasm filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
||||
Ternary-Bonsai-8B-TQ2_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
Ternary-Bonsai-8B-Q4_0-lossless.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
Ternary-Bonsai-8B-TQ2_0-Q6out.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
30
README.md
Normal file
30
README.md
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
base_model:
|
||||
- prism-ml/Ternary-Bonsai-8B-gguf
|
||||
pipeline_tag: text-generation
|
||||
---
|
||||
|
||||
> [!NOTE]
|
||||
> **Why this repo?**
|
||||
> The original `prism-ml/Ternary-Bonsai-8B-gguf` requires a custom fork to run. This repository contains the modified GGUF files that work directly with the **upstream `llama.cpp`** out of the box using native ternary weights.
|
||||
|
||||
## 📦 Available Files
|
||||
|
||||
- **`Ternary-Bonsai-8B-TQ2_0`** (2.12 GB) - ⭐ **RECOMMENDED**
|
||||
*Provides great results with an almost imperceptible difference in quality compared to the others. Best balance of size and performance.*
|
||||
|
||||
- **`Ternary-Bonsai-8B-TQ2_0-Q6out`** (2.47 GB)
|
||||
*Slightly faster than the standard TQ2_0 (uses Q6 output tensors, speedup because the llama ternary kernels are terrible), but the difference is barely noticeable (~12%, 16 tps vs 18 tps on cpu).*
|
||||
|
||||
- **`Ternary-Bonsai-8B-Q4_0-lossless`** (4.61 GB)
|
||||
*Practically meaningless for daily use. It's just the ternary format packed into standard 4-bit, taking up 4 GB of space without any real benefits.*
|
||||
|
||||
## 📊 Benchmarks
|
||||
|
||||
*Note: Im lazy so i haven't run a full benchmark suite on every model yet, so here are the only GPQA diamond results. If you run your own benchmarks, feel free to share them in the Community tab and I will add them!*
|
||||
|
||||
| Model | Size | GPQA Acc | Correct | Physics | Chemistry | Biology |
|
||||
| :--- | :---: | :---: | :---: | :---: | :---: | :---: |
|
||||
| **TQ2_0** | 2.12 GB | 34.34% | 68/198 | 32/86 | 26/93 | 10/19 |
|
||||
| **TQ2_0-Q6out** | 2.47 GB | 34.34% | 68/198 | 32/86 | 26/93 | 10/19 |
|
||||
| **Q4_0-lossless** | 4.61 GB | 34.34% | 68/198 | 36/86 | 23/93 | 9/19 |
|
||||
3
Ternary-Bonsai-8B-Q4_0-lossless.gguf
Normal file
3
Ternary-Bonsai-8B-Q4_0-lossless.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7bb54bd05da4d694086759227001c3ec7a9f8738f8e099574cadeb027aca0f1d
|
||||
size 4613068384
|
||||
3
Ternary-Bonsai-8B-TQ2_0-Q6out.gguf
Normal file
3
Ternary-Bonsai-8B-TQ2_0-Q6out.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:535d65441b8ed129e06bc27dd94627b9c6557c7a6a3ffb5eab42e859ec48e23c
|
||||
size 2467659424
|
||||
3
Ternary-Bonsai-8B-TQ2_0.gguf
Normal file
3
Ternary-Bonsai-8B-TQ2_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b44bead4ad8c559b04cc52c3541b321aacff533f93d5bd8b5c742d2b7a727d7
|
||||
size 2118214048
|
||||
Reference in New Issue
Block a user