ashercn97 commited on
Commit
b6c15d9
·
verified ·
1 Parent(s): e323e70

Add model

Browse files
Files changed (4) hide show
  1. README.md +9 -0
  2. config.json +37 -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-v3
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "vit_base_patch32_clip_224",
3
+ "num_classes": 2,
4
+ "num_features": 768,
5
+ "global_pool": "token",
6
+ "label_names": [
7
+ "no",
8
+ "yes"
9
+ ],
10
+ "pretrained_cfg": {
11
+ "tag": "laion2b_ft_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.48145466,
24
+ 0.4578275,
25
+ 0.40821073
26
+ ],
27
+ "std": [
28
+ 0.26862954,
29
+ 0.26130258,
30
+ 0.27577711
31
+ ],
32
+ "num_classes": 1000,
33
+ "pool_size": null,
34
+ "first_conv": "patch_embed.proj",
35
+ "classifier": "head"
36
+ }
37
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bbf11322afb31c265c87bae3a8f1b7fe50145de91d8df598a53f6ebcb172138
3
+ size 349844312
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4961e9fcc9318e01ffc28e465efdbfe7797d9f36e42dce9276e1ca2270f7bbf8
3
+ size 349889518