Add model
Browse files- README.md +8 -0
- config.json +31 -0
- model.safetensors +3 -0
- 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_former_ln_b36.westai_in1k
|
config.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architecture": "hpx_former_ln_b36",
|
3 |
+
"num_classes": 1000,
|
4 |
+
"num_features": 768,
|
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:4500db73b5a233caaa638e60ca52d6d507c0e9b7c22aa8c908243aacf2174d37
|
3 |
+
size 418668776
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6dab4be134ae36cbd039fe5fb95c2e97fd6064f32c975f6685aedccfc3ea9c15
|
3 |
+
size 418937954
|