ashercn97 commited on
Commit
6fbb9ff
·
verified ·
1 Parent(s): 6dcdc3e
Files changed (4) hide show
  1. README.md +9 -0
  2. config.json +45 -0
  3. model.safetensors +3 -0
  4. pytorch_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-classification
4
+ - timm
5
+ - transformers
6
+ library_name: timm
7
+ license: apache-2.0
8
+ ---
9
+ # Model card for isaface
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "efficientnet_b3",
3
+ "num_classes": 2,
4
+ "num_features": 1536,
5
+ "label_names": [
6
+ "no",
7
+ "yes"
8
+ ],
9
+ "pretrained_cfg": {
10
+ "tag": "ra2_in1k",
11
+ "custom_load": false,
12
+ "input_size": [
13
+ 3,
14
+ 288,
15
+ 288
16
+ ],
17
+ "test_input_size": [
18
+ 3,
19
+ 320,
20
+ 320
21
+ ],
22
+ "fixed_input_size": false,
23
+ "interpolation": "bicubic",
24
+ "crop_pct": 0.875,
25
+ "test_crop_pct": 1.0,
26
+ "crop_mode": "center",
27
+ "mean": [
28
+ 0.485,
29
+ 0.456,
30
+ 0.406
31
+ ],
32
+ "std": [
33
+ 0.229,
34
+ 0.224,
35
+ 0.225
36
+ ],
37
+ "num_classes": 1000,
38
+ "pool_size": [
39
+ 9,
40
+ 9
41
+ ],
42
+ "first_conv": "conv_stem",
43
+ "classifier": "classifier"
44
+ }
45
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e3837d0e47751ba9ecfbaf19ba2c2677762b5fb93ed71676e16cb97676a37da
3
+ size 43199744
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d53759fcdab5f3cd6c1bb2f7604a04e16f2c4595fb2cb502fac8506edd9fab67
3
+ size 43349506