Abdelkareem commited on
Commit
d17cfea
1 Parent(s): a470cc7
Files changed (4) hide show
  1. README.md +8 -0
  2. config.json +39 -0
  3. model.safetensors +3 -0
  4. 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-base-iq-cancer
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "vit_base_patch14_dinov2",
3
+ "num_classes": 0,
4
+ "num_features": 768,
5
+ "global_pool": "token",
6
+ "label_names": [
7
+ "Bengin cases",
8
+ "Malignant cases",
9
+ "Normal cases"
10
+ ],
11
+ "pretrained_cfg": {
12
+ "tag": "lvd142m",
13
+ "custom_load": false,
14
+ "input_size": [
15
+ 3,
16
+ 518,
17
+ 518
18
+ ],
19
+ "fixed_input_size": true,
20
+ "interpolation": "bicubic",
21
+ "crop_pct": 1.0,
22
+ "crop_mode": "center",
23
+ "mean": [
24
+ 0.485,
25
+ 0.456,
26
+ 0.406
27
+ ],
28
+ "std": [
29
+ 0.229,
30
+ 0.224,
31
+ 0.225
32
+ ],
33
+ "num_classes": 0,
34
+ "pool_size": null,
35
+ "first_conv": "patch_embed.proj",
36
+ "classifier": "head",
37
+ "license": "apache-2.0"
38
+ }
39
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f15e372ce4c17dbb91d0b450a06d96e7eeb5a4dcb6a1ae29bf36eefa633788cf
3
+ size 346334872
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f30ada37778d0a100897c7ab67ad8899a3e493e45ee09bf71f8b53b5d282a3f4
3
+ size 346384325