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