Add/update model card for small
Browse files
README.md
CHANGED
|
@@ -26,7 +26,7 @@ This repo contains all four standard quantizations of this variant. **F16 is the
|
|
| 26 |
| `rfdetr-small-q8_0.gguf` | Q8_0 | 38.2 | 0.9476 | 0.9476 | 0.0041 | 110.2 |
|
| 27 |
| `rfdetr-small-q4_K.gguf` | Q4_K | 31.2 | 0.9238 | 0.8286 | 0.0206 | 116.0 |
|
| 28 |
|
| 29 |
-
All accuracy numbers above are computed against the upstream PyTorch reference (`rfdetr 1.9.0`) on 7 images (000000000139.jpg, 000000000632.jpg, 000000039769.jpg, 000000087038.jpg, 000000252219.jpg, 000000397133.jpg, bus.jpg) at threshold 0.5. Latency is measured with `rfdetr-cli bench` (8 iters + 3 warmup) at T=8 threads on a single Intel Core i7-12800HX
|
| 30 |
|
| 31 |
## Architecture
|
| 32 |
|
|
@@ -79,7 +79,7 @@ See [BENCHMARK.md](https://github.com/adithyab94/rf-detr.cpp/blob/main/BENCHMARK
|
|
| 79 |
|
| 80 |
- Source project: [Roboflow RF-DETR](https://github.com/roboflow/rf-detr)
|
| 81 |
- Upstream package: `rfdetr==1.9.0`
|
| 82 |
-
- Converted with [rfdetr.cpp](https://github.com/adithyab94/rf-detr.cpp) at commit [`
|
| 83 |
- Checkpoint: official pretrained `rfdetr-small` weights (downloaded by the `rfdetr` package on first use)
|
| 84 |
|
| 85 |
### Checksums (SHA-256)
|
|
|
|
| 26 |
| `rfdetr-small-q8_0.gguf` | Q8_0 | 38.2 | 0.9476 | 0.9476 | 0.0041 | 110.2 |
|
| 27 |
| `rfdetr-small-q4_K.gguf` | Q4_K | 31.2 | 0.9238 | 0.8286 | 0.0206 | 116.0 |
|
| 28 |
|
| 29 |
+
All accuracy numbers above are computed against the upstream PyTorch reference (`rfdetr 1.9.0`) on 7 images (000000000139.jpg, 000000000632.jpg, 000000039769.jpg, 000000087038.jpg, 000000252219.jpg, 000000397133.jpg, bus.jpg) at threshold 0.5. Latency is measured separately with `rfdetr-cli bench` (8 iters + 3 warmup) at T=8 threads on a single Intel Core i7-12800HX, on `tests/fixtures/ci/test_image.jpg`.
|
| 30 |
|
| 31 |
## Architecture
|
| 32 |
|
|
|
|
| 79 |
|
| 80 |
- Source project: [Roboflow RF-DETR](https://github.com/roboflow/rf-detr)
|
| 81 |
- Upstream package: `rfdetr==1.9.0`
|
| 82 |
+
- Converted with [rfdetr.cpp](https://github.com/adithyab94/rf-detr.cpp) at commit [`fbef9387bed3`](https://github.com/adithyab94/rf-detr.cpp/commit/fbef9387bed3f3c82bf3f4e041253ffe3081f275)
|
| 83 |
- Checkpoint: official pretrained `rfdetr-small` weights (downloaded by the `rfdetr` package on first use)
|
| 84 |
|
| 85 |
### Checksums (SHA-256)
|