edwardyoon79 commited on
Commit
928ea48
·
verified ·
1 Parent(s): f993d9c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -16,18 +16,18 @@ tags:
16
  This repository contains the TQ3_0 quantized version of the `Qwen3-Coder-Next` model, specifically optimized for the latest NVIDIA hardware.
17
 
18
  ## 🚀 Model Highlights
19
-
20
- - **Quantization Method**: **TurboQuant (TQ3_0)** - **Hardware Used**: Quantized on a dedicated **NVIDIA GeForce RTX 5090**.
 
21
  - **Optimization**: Built using a custom-patched `llama.cpp` (llama-turbo) to support the high-efficiency TQ3_0 algorithm.
22
- - **Performance**: Designed for ultra-fast inference and low VRAM usage while maintaining high coding intelligence.
23
 
24
  ## 🛠️ Quantization Details
25
 
26
- The **TQ3_0** format utilizes advanced Lloyd-Max quantization and Walsh-Hadamard Transform (WHT) to minimize information loss during 3-bit compression. This model provides a perfect balance between speed and intelligence for developers.
27
-
28
- - **BPW (Bits Per Weight)**: ~3.0
29
- - **Size**: Approximately 30-35 GB (optimized for 32GB+ VRAM GPUs)
30
 
 
 
 
31
  ## 💻 How to Use
32
 
33
  To run this model, you need a compatible inference engine that supports TurboQuant.
 
16
  This repository contains the TQ3_0 quantized version of the `Qwen3-Coder-Next` model, specifically optimized for the latest NVIDIA hardware.
17
 
18
  ## 🚀 Model Highlights
19
+ - **Quantization Method**: **TurboQuant (TQ3_0)** — Fine-tuned for superior intelligence retention.
20
+ - **Target Bitrate**: **3.25 bpw** (Bits Per Weight) Strategic sweet spot between 3-bit and 4-bit quantization.
21
+ - **Hardware Used**: Quantized on a dedicated **NVIDIA GeForce RTX 5090**.
22
  - **Optimization**: Built using a custom-patched `llama.cpp` (llama-turbo) to support the high-efficiency TQ3_0 algorithm.
 
23
 
24
  ## 🛠️ Quantization Details
25
 
26
+ The **TQ3_0** format utilizes advanced Lloyd-Max quantization and Walsh-Hadamard Transform (WHT) to minimize information loss. This specific version has been calibrated to **3.25 bpw**, offering a balanced sweet spot between 3-bit and 4-bit quantization.
 
 
 
27
 
28
+ - **BPW (Bits Per Weight)**: 3.25
29
+ - **Size**: Approximately **30.4 GB** (ideally suited for 32GB VRAM GPUs like the RTX 5090)
30
+ - **Efficiency**: Balanced for ultra-fast throughput while maintaining high-level coding logic.
31
  ## 💻 How to Use
32
 
33
  To run this model, you need a compatible inference engine that supports TurboQuant.