Image Classification
timm
PyTorch
Safetensors
Spravil commited on
Commit
64bbc8d
1 Parent(s): 7e4ccb2
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 hb_former_s18.westai_in1k
config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "hyenaformer_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:fdc1723fd46225fb5fd4b3ffaf21e74ad7ca632b86ad666cd1b508d0c98f9d0e
3
+ size 113187496
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df8cf0698ba3772cd43c897e1f5733b9a54b9de60c598ffb9f62739681f75d69
3
+ size 113329546