Update README.md
Browse files
README.md
CHANGED
|
@@ -3,7 +3,7 @@ license: agpl-3.0
|
|
| 3 |
pipeline_tag: image-classification
|
| 4 |
---
|
| 5 |
|
| 6 |
-
A tiny 230K param, opinionated
|
| 7 |
|
| 8 |
Attempts to flags images below q=80 for JPEG and below 65 for the rest. This was driven by a paper showing image models trained on a lot of q=75 had massive performance penalties.
|
| 9 |
|
|
|
|
| 3 |
pipeline_tag: image-classification
|
| 4 |
---
|
| 5 |
|
| 6 |
+
A tiny 230K param, opinionated image compression classifier. CNN. Trained on JPEG, JXL, AVIF, WEBP and PNG. Hits 94.3% accuracy on the task.
|
| 7 |
|
| 8 |
Attempts to flags images below q=80 for JPEG and below 65 for the rest. This was driven by a paper showing image models trained on a lot of q=75 had massive performance penalties.
|
| 9 |
|