AlaaHussien commited on
Commit
abf6d1d
1 Parent(s): 3c69a3f
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
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "vit_base_patch14_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:7c9c7b62c7613e7902d54727702d0b690d58fbcfe13d197ac91a43e0c7d4f797
3
+ size 346334872
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9e218fd12c6257dd4e06dbde90400048259c5a5c861d28c1eac12f83442311e
3
+ size 346384770