Thaweewat commited on
Commit
b25a95a
1 Parent(s): b8d613b
Files changed (4) hide show
  1. README.md +8 -0
  2. config.json +41 -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 efficientnet_b0
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "efficientnet_b0",
3
+ "num_classes": 4,
4
+ "num_features": 1280,
5
+ "label_names": [
6
+ "1_Normal",
7
+ "2_OME",
8
+ "4_AOM",
9
+ "5_Perforation"
10
+ ],
11
+ "pretrained_cfg": {
12
+ "tag": "ra_in1k",
13
+ "custom_load": false,
14
+ "input_size": [
15
+ 3,
16
+ 224,
17
+ 224
18
+ ],
19
+ "fixed_input_size": false,
20
+ "interpolation": "bicubic",
21
+ "crop_pct": 0.875,
22
+ "crop_mode": "center",
23
+ "mean": [
24
+ 0.485,
25
+ 0.456,
26
+ 0.406
27
+ ],
28
+ "std": [
29
+ 0.229,
30
+ 0.224,
31
+ 0.225
32
+ ],
33
+ "num_classes": 1000,
34
+ "pool_size": [
35
+ 7,
36
+ 7
37
+ ],
38
+ "first_conv": "conv_stem",
39
+ "classifier": "classifier"
40
+ }
41
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31931f64f0de9a8a646f282c59e9f15e64850cff227da75d8b0e883c9789fc76
3
+ size 16251840
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cff9b3b362dbbd9d3c73e335bb1b11365ff78d6ce918408ce5b1d694b591266
3
+ size 16346986