Divyasreepat commited on
Commit
69460d0
·
verified ·
1 Parent(s): 4f6a1ae

Upload folder using huggingface_hub

Browse files
Files changed (5) hide show
  1. config.json +7 -2
  2. image_converter.json +13 -12
  3. metadata.json +3 -3
  4. model.weights.h5 +2 -2
  5. preprocessor.json +13 -12
config.json CHANGED
@@ -9,7 +9,10 @@
9
  224,
10
  3
11
  ],
12
- "patch_size": 14,
 
 
 
13
  "num_layers": 32,
14
  "num_heads": 16,
15
  "hidden_dim": 1280,
@@ -18,7 +21,9 @@
18
  "attention_dropout": 0.0,
19
  "layer_norm_epsilon": 1e-06,
20
  "use_mha_bias": true,
21
- "use_mlp_bias": true
 
 
22
  },
23
  "registered_name": "keras_hub>ViTBackbone"
24
  }
 
9
  224,
10
  3
11
  ],
12
+ "patch_size": [
13
+ 14,
14
+ 14
15
+ ],
16
  "num_layers": 32,
17
  "num_heads": 16,
18
  "hidden_dim": 1280,
 
21
  "attention_dropout": 0.0,
22
  "layer_norm_epsilon": 1e-06,
23
  "use_mha_bias": true,
24
+ "use_mlp_bias": true,
25
+ "use_class_token": true,
26
+ "use_patch_bias": true
27
  },
28
  "registered_name": "keras_hub>ViTBackbone"
29
  }
image_converter.json CHANGED
@@ -16,20 +16,21 @@
16
  224,
17
  224
18
  ],
19
- "scale": 0.00392156862745098,
20
- "offset": null,
 
 
 
 
 
 
 
 
21
  "interpolation": "bilinear",
 
22
  "crop_to_aspect_ratio": true,
23
- "norm_mean": [
24
- 0.5,
25
- 0.5,
26
- 0.5
27
- ],
28
- "norm_std": [
29
- 0.5,
30
- 0.5,
31
- 0.5
32
- ]
33
  },
34
  "registered_name": "keras_hub>ViTImageConverter"
35
  }
 
16
  224,
17
  224
18
  ],
19
+ "scale": [
20
+ 0.00784313725490196,
21
+ 0.00784313725490196,
22
+ 0.00784313725490196
23
+ ],
24
+ "offset": [
25
+ -1.0,
26
+ -1.0,
27
+ -1.0
28
+ ],
29
  "interpolation": "bilinear",
30
+ "antialias": false,
31
  "crop_to_aspect_ratio": true,
32
+ "pad_to_aspect_ratio": false,
33
+ "bounding_box_format": "yxyx"
 
 
 
 
 
 
 
 
34
  },
35
  "registered_name": "keras_hub>ViTImageConverter"
36
  }
metadata.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
- "keras_version": "3.7.0",
3
- "keras_hub_version": "0.19.0",
4
  "parameter_count": 630764800,
5
- "date_saved": "2024-12-18@09:36:34",
6
  "tasks": [
7
  "ImageClassifier"
8
  ]
 
1
  {
2
+ "keras_version": "3.9.2",
3
+ "keras_hub_version": "0.21.0.dev0",
4
  "parameter_count": 630764800,
5
+ "date_saved": "2025-05-16@22:18:00",
6
  "tasks": [
7
  "ImageClassifier"
8
  ]
model.weights.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4b458b702b257cbf3abb40da951492ca5de51be8f8f0b17119015c787db458bf
3
- size 2524207296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d6e73a963352d9f6dd8f4fae04fcea9d1ea3310a2666d40b3b5504a473d3ea9
3
+ size 2524207312
preprocessor.json CHANGED
@@ -30,20 +30,21 @@
30
  224,
31
  224
32
  ],
33
- "scale": 0.00392156862745098,
34
- "offset": null,
 
 
 
 
 
 
 
 
35
  "interpolation": "bilinear",
 
36
  "crop_to_aspect_ratio": true,
37
- "norm_mean": [
38
- 0.5,
39
- 0.5,
40
- 0.5
41
- ],
42
- "norm_std": [
43
- 0.5,
44
- 0.5,
45
- 0.5
46
- ]
47
  },
48
  "registered_name": "keras_hub>ViTImageConverter"
49
  },
 
30
  224,
31
  224
32
  ],
33
+ "scale": [
34
+ 0.00784313725490196,
35
+ 0.00784313725490196,
36
+ 0.00784313725490196
37
+ ],
38
+ "offset": [
39
+ -1.0,
40
+ -1.0,
41
+ -1.0
42
+ ],
43
  "interpolation": "bilinear",
44
+ "antialias": false,
45
  "crop_to_aspect_ratio": true,
46
+ "pad_to_aspect_ratio": false,
47
+ "bounding_box_format": "yxyx"
 
 
 
 
 
 
 
 
48
  },
49
  "registered_name": "keras_hub>ViTImageConverter"
50
  },