initial commit
Browse files- README.md +18 -0
- config.json +39 -0
- model.onnx +3 -0
- selected_tags.csv +0 -0
README.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
base_model:
|
| 4 |
+
- SmilingWolf/wd-eva02-large-tagger-v3
|
| 5 |
+
tags:
|
| 6 |
+
- onnx
|
| 7 |
+
- quint8
|
| 8 |
+
- uint8
|
| 9 |
+
- int8
|
| 10 |
+
- quantized
|
| 11 |
+
- wd-tagger
|
| 12 |
---
|
| 13 |
+
|
| 14 |
+
# WD-EVA02-Large Tagger v3 (INT8 / QUInt8 Quantized)
|
| 15 |
+
|
| 16 |
+
This is a quantized unsigned INT8 version of the [WD-EVA02-Large Tagger v3](https://huggingface.co/SmilingWolf/wd-eva02-large-tagger-v3) onnx model.
|
| 17 |
+
|
| 18 |
+
## Credits
|
| 19 |
+
|
| 20 |
+
- Original model: [SmilingWolf/wd-eva02-large-tagger-v3](https://huggingface.co/SmilingWolf/wd-eva02-large-tagger-v3)
|
| 21 |
+
- Quantization: Performed using [onnx-quantizer](https://github.com/KidiXDev/onnx-quantizer)
|
config.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architecture": "eva02_large_patch14_448",
|
| 3 |
+
"num_classes": 10861,
|
| 4 |
+
"num_features": 1024,
|
| 5 |
+
"global_pool": "avg",
|
| 6 |
+
"model_args": {
|
| 7 |
+
"img_size": 448,
|
| 8 |
+
"ref_feat_shape": [
|
| 9 |
+
32,
|
| 10 |
+
32
|
| 11 |
+
]
|
| 12 |
+
},
|
| 13 |
+
"pretrained_cfg": {
|
| 14 |
+
"custom_load": false,
|
| 15 |
+
"input_size": [
|
| 16 |
+
3,
|
| 17 |
+
448,
|
| 18 |
+
448
|
| 19 |
+
],
|
| 20 |
+
"fixed_input_size": false,
|
| 21 |
+
"interpolation": "bicubic",
|
| 22 |
+
"crop_pct": 1.0,
|
| 23 |
+
"crop_mode": "center",
|
| 24 |
+
"mean": [
|
| 25 |
+
0.5,
|
| 26 |
+
0.5,
|
| 27 |
+
0.5
|
| 28 |
+
],
|
| 29 |
+
"std": [
|
| 30 |
+
0.5,
|
| 31 |
+
0.5,
|
| 32 |
+
0.5
|
| 33 |
+
],
|
| 34 |
+
"num_classes": 10861,
|
| 35 |
+
"pool_size": null,
|
| 36 |
+
"first_conv": null,
|
| 37 |
+
"classifier": null
|
| 38 |
+
}
|
| 39 |
+
}
|
model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e010ac56c9487557ec34a8ed98c788b53ea94f75a0a3136610f85e6f845a1d47
|
| 3 |
+
size 319634850
|
selected_tags.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|