AlaaHussien
commited on
Commit
•
264f12c
1
Parent(s):
4a04ce2
Add model
Browse files- README.md +8 -0
- config.json +43 -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 dinov2-small-Skin
|
config.json
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architecture": "vit_small_patch14_dinov2",
|
3 |
+
"num_classes": 0,
|
4 |
+
"num_features": 384,
|
5 |
+
"global_pool": "token",
|
6 |
+
"label_names": [
|
7 |
+
"actinic keratosis",
|
8 |
+
"basal cell carcinoma",
|
9 |
+
"dermatofibroma",
|
10 |
+
"pigmented benign keratosis",
|
11 |
+
"seborrheic keratosis",
|
12 |
+
"squamous cell carcinoma",
|
13 |
+
"vascular lesion"
|
14 |
+
],
|
15 |
+
"pretrained_cfg": {
|
16 |
+
"tag": "lvd142m",
|
17 |
+
"custom_load": false,
|
18 |
+
"input_size": [
|
19 |
+
3,
|
20 |
+
518,
|
21 |
+
518
|
22 |
+
],
|
23 |
+
"fixed_input_size": true,
|
24 |
+
"interpolation": "bicubic",
|
25 |
+
"crop_pct": 1.0,
|
26 |
+
"crop_mode": "center",
|
27 |
+
"mean": [
|
28 |
+
0.485,
|
29 |
+
0.456,
|
30 |
+
0.406
|
31 |
+
],
|
32 |
+
"std": [
|
33 |
+
0.229,
|
34 |
+
0.224,
|
35 |
+
0.225
|
36 |
+
],
|
37 |
+
"num_classes": 0,
|
38 |
+
"pool_size": null,
|
39 |
+
"first_conv": "patch_embed.proj",
|
40 |
+
"classifier": "head",
|
41 |
+
"license": "apache-2.0"
|
42 |
+
}
|
43 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ffe65d1723b4bf9bed727a3f038dc86455d5f2b41dc06d1f09e5482d8f73cc6
|
3 |
+
size 88240512
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:485147167ab1fd355457a86a4ce3f196d99625a3d40398656c100556f7ef6ddd
|
3 |
+
size 88290690
|