Add model: accuracy - 0.985, f1score - 0.985
Browse files- README.md +7 -0
- config.json +35 -0
- pytorch_model.bin +3 -0
README.md
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- image-classification
|
4 |
+
- timm
|
5 |
+
library_tag: timm
|
6 |
+
---
|
7 |
+
# Model card for timm-mobilevitv2_050-beans
|
config.json
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"url": "https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-mvit-weights/mobilevitv2_050-49951ee2.pth",
|
3 |
+
"num_classes": 3,
|
4 |
+
"input_size": [
|
5 |
+
3,
|
6 |
+
256,
|
7 |
+
256
|
8 |
+
],
|
9 |
+
"pool_size": [
|
10 |
+
8,
|
11 |
+
8
|
12 |
+
],
|
13 |
+
"crop_pct": 0.888,
|
14 |
+
"interpolation": "bicubic",
|
15 |
+
"mean": [
|
16 |
+
0.0,
|
17 |
+
0.0,
|
18 |
+
0.0
|
19 |
+
],
|
20 |
+
"std": [
|
21 |
+
1.0,
|
22 |
+
1.0,
|
23 |
+
1.0
|
24 |
+
],
|
25 |
+
"first_conv": "stem.conv",
|
26 |
+
"classifier": "head.fc",
|
27 |
+
"fixed_input_size": false,
|
28 |
+
"architecture": "mobilevitv2_050",
|
29 |
+
"num_features": 256,
|
30 |
+
"labels": [
|
31 |
+
"angular_leaf_spot",
|
32 |
+
"bean_rust",
|
33 |
+
"healthy"
|
34 |
+
]
|
35 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:39278d55ec7ee9f82e55cf5a1fac8af97ac1ccab623a823a612b43e1259f99f7
|
3 |
+
size 4587687
|