Image Classification
timm
PyTorch
Safetensors
Spravil commited on
Commit
e4db372
1 Parent(s): 618db25
Files changed (4) hide show
  1. README.md +8 -0
  2. config.json +31 -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 c_hpx_former_s18.westai_in1k
config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "c_hpx_former_s18",
3
+ "num_classes": 1000,
4
+ "num_features": 512,
5
+ "pretrained_cfg": {
6
+ "num_classes": 1000,
7
+ "input_size": [
8
+ 3,
9
+ 224,
10
+ 224
11
+ ],
12
+ "pool_size": [
13
+ 7,
14
+ 7
15
+ ],
16
+ "crop_pct": 1.0,
17
+ "interpolation": "bicubic",
18
+ "mean": [
19
+ 0.485,
20
+ 0.456,
21
+ 0.406
22
+ ],
23
+ "std": [
24
+ 0.229,
25
+ 0.224,
26
+ 0.225
27
+ ],
28
+ "classifier": "head",
29
+ "tag": "westai_in1k"
30
+ }
31
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eec62538f56b9d839fb83f9b0de01bb56b328529d59d89de125d7a09fae9c034
3
+ size 111033696
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da50d637f48e1897c60e47ce9aba659221bdef733f05e9c632dbb0ab11e33278
3
+ size 111143298