grodino commited on
Commit
5b2f9de
·
verified ·
1 Parent(s): a040174

Add model

Browse files
Files changed (4) hide show
  1. README.md +8 -0
  2. config.json +27 -0
  3. model.safetensors +3 -0
  4. pytorch_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-classification
4
+ - timm
5
+ library_name: timm
6
+ license: apache-2.0
7
+ ---
8
+ # Model card for ModelReuse-train.mbnetv2.Flower102-prune.0_5
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "mbnetv2",
3
+ "num_classes": 10,
4
+ "num_features": 1280,
5
+ "pretrained_cfg": {
6
+ "crop_mode": "center",
7
+ "first_conv": "layer1[0][0]",
8
+ "classifier": "classifier",
9
+ "num_classes": 10,
10
+ "num_features": 1280,
11
+ "mean": [
12
+ 0.485,
13
+ 0.456,
14
+ 0.406
15
+ ],
16
+ "std": [
17
+ 0.229,
18
+ 0.224,
19
+ 0.225
20
+ ],
21
+ "input_size": [
22
+ 3,
23
+ 224,
24
+ 224
25
+ ]
26
+ }
27
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d4257849bfa60b46f52dab559a223051da90ff7a3f6e218d3722b2241cb4d71
3
+ size 9583560
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee9a31496bef9cbc1dbd5766f4116ef054c4c3ad87d9973ed8763862c7471230
3
+ size 9658802