grodino commited on
Commit
1b4154a
·
verified ·
1 Parent(s): 333e958

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.resnet18.Flower102
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "resnet18",
3
+ "num_classes": 10,
4
+ "num_features": 512,
5
+ "pretrained_cfg": {
6
+ "crop_mode": "center",
7
+ "first_conv": "fc",
8
+ "classifier": "conv1",
9
+ "num_classes": 10,
10
+ "num_features": 512,
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:09703f1f1113d1b7e6f979d6cd323bf8ea1e77307ecf8fe2fac637a02d2cb5fe
3
+ size 44964688
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:448079dcb1acf915832fc7f086ea46c1da492704a0164632e9cc1aa149905c7c
3
+ size 44993202