Upload config
Browse files- config.json +28 -0
config.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "civit_classifier",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"CivitClassifier"
|
| 5 |
+
],
|
| 6 |
+
"torch_dtype": "float32",
|
| 7 |
+
"backbone_name": "vit5_base",
|
| 8 |
+
"embed_dim": 768,
|
| 9 |
+
"img_size": 224,
|
| 10 |
+
"num_model_classes": 50,
|
| 11 |
+
"num_family_classes": 8,
|
| 12 |
+
"num_tags": 108,
|
| 13 |
+
"last_epoch": 9,
|
| 14 |
+
"best_val_loss": 2.353485876514066,
|
| 15 |
+
"label_maps_sha": "bf09b7611f3734afff21bc3cdacdfe71",
|
| 16 |
+
"image_mean": [
|
| 17 |
+
0.485,
|
| 18 |
+
0.456,
|
| 19 |
+
0.406
|
| 20 |
+
],
|
| 21 |
+
"image_std": [
|
| 22 |
+
0.229,
|
| 23 |
+
0.224,
|
| 24 |
+
0.225
|
| 25 |
+
],
|
| 26 |
+
"tag_threshold": 0.35,
|
| 27 |
+
"top_k_tags": 10
|
| 28 |
+
}
|