codelion commited on
Commit
bdac765
·
verified ·
1 Parent(s): d28c5a7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -25,9 +25,9 @@ This is a mixed-precision quantized version of [YOLO26n](https://github.com/ultr
25
  | Property | Value |
26
  |---|---|
27
  | Target BPW | 6.0 |
28
- | Achieved BPW | 6.00 |
29
- | Layers at 4-bit | 49 |
30
- | Layers at 8-bit | 77 |
31
  | Original size | 9.9 MB |
32
  | Quantized size | 2.5 MB |
33
  | Compression | 3.9x |
@@ -36,10 +36,10 @@ This is a mixed-precision quantized version of [YOLO26n](https://github.com/ultr
36
 
37
  | Model | Total Detections | Avg/Image |
38
  |---|---|---|
39
- | **OptiQ 6-bit** | **553** | **4.3** |
40
  | Original (FP32) | 557 | 4.4 |
41
 
42
- Detection delta: -4 (-0.7%) at 3.9x compression.
43
 
44
  ## Usage
45
 
 
25
  | Property | Value |
26
  |---|---|
27
  | Target BPW | 6.0 |
28
+ | Achieved BPW | 5.96 |
29
+ | Layers at 4-bit | 12 |
30
+ | Layers at 8-bit | 114 |
31
  | Original size | 9.9 MB |
32
  | Quantized size | 2.5 MB |
33
  | Compression | 3.9x |
 
36
 
37
  | Model | Total Detections | Avg/Image |
38
  |---|---|---|
39
+ | **OptiQ 6-bit** | **548** | **4.3** |
40
  | Original (FP32) | 557 | 4.4 |
41
 
42
+ Detection delta: -9 (-1.6%) at 3.9x compression.
43
 
44
  ## Usage
45