Add model
Browse files- README.md +7 -0
- config.json +30 -0
- pytorch_model.bin +3 -0
README.md
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- image-classification
|
| 4 |
+
- timm
|
| 5 |
+
library_tag: timm
|
| 6 |
+
---
|
| 7 |
+
# Model card for tmshag1/vitmodel4
|
config.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"url": "https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-tresnet/vit_base_patch16_224_1k_miil_84_4-2deb18e3.pth",
|
| 3 |
+
"num_classes": 1,
|
| 4 |
+
"input_size": [
|
| 5 |
+
3,
|
| 6 |
+
224,
|
| 7 |
+
224
|
| 8 |
+
],
|
| 9 |
+
"pool_size": null,
|
| 10 |
+
"crop_pct": 0.875,
|
| 11 |
+
"interpolation": "bilinear",
|
| 12 |
+
"fixed_input_size": true,
|
| 13 |
+
"mean": [
|
| 14 |
+
0.0,
|
| 15 |
+
0.0,
|
| 16 |
+
0.0
|
| 17 |
+
],
|
| 18 |
+
"std": [
|
| 19 |
+
1.0,
|
| 20 |
+
1.0,
|
| 21 |
+
1.0
|
| 22 |
+
],
|
| 23 |
+
"first_conv": "patch_embed.proj",
|
| 24 |
+
"classifier": "head",
|
| 25 |
+
"architecture": "vit_base_patch16_224_miil",
|
| 26 |
+
"num_features": 768,
|
| 27 |
+
"labels": [
|
| 28 |
+
"LABEL_0"
|
| 29 |
+
]
|
| 30 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88c799e01039cf8473a101a7664311c19a17160d14a7d239fcfe104c1169a81a
|
| 3 |
+
size 343138365
|