OJ-1 commited on
Commit
608714f
·
verified ·
1 Parent(s): be59862

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -3,7 +3,7 @@ license: agpl-3.0
3
  pipeline_tag: image-classification
4
  ---
5
 
6
- A tiny 230K param, opinionated binary image compression classifier. 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
 
 
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