Snarcy commited on
Commit
d62fec0
·
verified ·
1 Parent(s): b246cd1

RadioDino_config

Browse files
Files changed (4) hide show
  1. README.md +8 -0
  2. config.json +51 -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 RadioDino-s16
config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "vit_small_patch16_224",
3
+ "num_classes": 0,
4
+ "num_features": 384,
5
+ "global_pool": "token",
6
+ "pretrained_cfg": {
7
+ "tag": "dino",
8
+ "custom_load": false,
9
+ "input_size": [
10
+ 3,
11
+ 224,
12
+ 224
13
+ ],
14
+ "fixed_input_size": true,
15
+ "interpolation": "bicubic",
16
+ "crop_pct": 0.9,
17
+ "crop_mode": "center",
18
+ "mean": [
19
+ 0.485,
20
+ 0.456,
21
+ 0.406
22
+ ],
23
+ "std": [
24
+ 0.229,
25
+ 0.224,
26
+ 0.225
27
+ ],
28
+ "num_classes": 0,
29
+ "pool_size": null,
30
+ "first_conv": "patch_embed.proj",
31
+ "classifier": "head"
32
+ },
33
+ "architectures": [
34
+ "ViTModel"
35
+ ],
36
+ "attention_probs_dropout_prob": 0.0,
37
+ "hidden_act": "gelu",
38
+ "hidden_dropout_prob": 0.0,
39
+ "hidden_size": 384,
40
+ "image_size": 224,
41
+ "initializer_range": 0.02,
42
+ "intermediate_size": 1536,
43
+ "layer_norm_eps": 1e-12,
44
+ "model_type": "vit",
45
+ "num_attention_heads": 6,
46
+ "num_channels": 3,
47
+ "num_hidden_layers": 12,
48
+ "patch_size": 16,
49
+ "torch_dtype": "float32",
50
+ "transformers_version": "4.10.0.dev0"
51
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f88c66e9155a5d223d8d08a78aebc294e76deede181c4eb8b1895a70af49a01
3
+ size 86676336
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e77a4fd67147536b3a569b9d2dd5937b84223d9dbd1542c04b845e481c1ea59c
3
+ size 86719010