ashercn97 commited on
Commit
b89b5e6
·
verified ·
1 Parent(s): 7938608
Files changed (4) hide show
  1. README.md +9 -0
  2. config.json +40 -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-v2
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "levit_256",
3
+ "num_classes": 2,
4
+ "num_features": 512,
5
+ "global_pool": "avg",
6
+ "label_names": [
7
+ "no",
8
+ "yes"
9
+ ],
10
+ "pretrained_cfg": {
11
+ "tag": "fb_dist_in1k",
12
+ "custom_load": false,
13
+ "input_size": [
14
+ 3,
15
+ 224,
16
+ 224
17
+ ],
18
+ "fixed_input_size": true,
19
+ "interpolation": "bicubic",
20
+ "crop_pct": 0.9,
21
+ "crop_mode": "center",
22
+ "mean": [
23
+ 0.485,
24
+ 0.456,
25
+ 0.406
26
+ ],
27
+ "std": [
28
+ 0.229,
29
+ 0.224,
30
+ 0.225
31
+ ],
32
+ "num_classes": 1000,
33
+ "pool_size": null,
34
+ "first_conv": "stem.conv1.linear",
35
+ "classifier": [
36
+ "head.linear",
37
+ "head_dist.linear"
38
+ ]
39
+ }
40
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2c20628649cbe7c3519f3a6e26507251122020abf299f9e9d3f22cb81ed7a0f
3
+ size 71815352
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e88678bd218aaf815556f7dd09eac972dadcbf47c510c5bdc00148cda39ccdd
3
+ size 71922698