Add model
Browse files- README.md +8 -0
- config.json +8 -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_s18.westai_in1k_ema_384
|
config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architecture": "hpx_former_s18",
|
3 |
+
"num_classes": 1000,
|
4 |
+
"num_features": 512,
|
5 |
+
"pretrained_cfg": {
|
6 |
+
"tag": "westai_in1k_384"
|
7 |
+
}
|
8 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82aeb946b84f45fd234a0bab183509433f63e71acc19e01aa5813754d43e03e5
|
3 |
+
size 117435088
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7ec7b368439e795319c592b32752a3dec86ef45111f22d0eb09845721640206
|
3 |
+
size 117573322
|