Image Classification
timm
PyTorch
Safetensors
Spravil commited on
Commit
44ed17b
1 Parent(s): eb2e0c5
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 hpx_a_former_s18.westai_in1k
config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "hpx_a_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:c6371db1596f94d47a6a21e19d80a0c4495bab655f51494674076c108fd9c530
3
+ size 111744160
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8121aa8c4ecfbed7f5a42dbe6c9088d740e562366c18062262d1ca903dfd899
3
+ size 111826042