Add model
Browse files- README.md +8 -0
- config.json +27 -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 H-optimus-0
|
config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architecture": "vit_giant_patch14_reg4_dinov2",
|
3 |
+
"num_classes": 0,
|
4 |
+
"num_features": 1536,
|
5 |
+
"global_pool": "token",
|
6 |
+
"pretrained_cfg": {
|
7 |
+
"custom_load": true,
|
8 |
+
"input_size": [
|
9 |
+
3,
|
10 |
+
224,
|
11 |
+
224
|
12 |
+
],
|
13 |
+
"fixed_input_size": true,
|
14 |
+
"mean": [
|
15 |
+
0.707223,
|
16 |
+
0.578729,
|
17 |
+
0.703617
|
18 |
+
],
|
19 |
+
"std": [
|
20 |
+
0.211883,
|
21 |
+
0.230117,
|
22 |
+
0.177517
|
23 |
+
],
|
24 |
+
"num_classes": 0,
|
25 |
+
"license": "Apache 2.0"
|
26 |
+
}
|
27 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf47b8467403079798661601b6ab06533be789da48d3f8b510aaefe2fbc55cd3
|
3 |
+
size 4539305018
|