codewithdark commited on
Commit
4c8d90b
·
verified ·
1 Parent(s): a822226

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. config.json +12 -0
  2. model.safetensors +3 -0
  3. preprocessor_config.json +19 -0
config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "PretrainHvitLinformer"
4
+ ],
5
+ "backbone": "resnet50",
6
+ "embed_dim": 512,
7
+ "model_type": "HybridLinformer",
8
+ "num_classes": 14,
9
+ "num_heads": 8,
10
+ "torch_dtype": "float32",
11
+ "transformers_version": "4.48.3"
12
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbeaf200ea5feb98b7742c75eba1a5bcbe0614ac8c02518731ce3422f9c38468
3
+ size 111270608
preprocessor_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_resize": true,
4
+ "image_mean": [
5
+ 0.485,
6
+ 0.456,
7
+ 0.406
8
+ ],
9
+ "image_std": [
10
+ 0.229,
11
+ 0.224,
12
+ 0.225
13
+ ],
14
+ "resample": 2,
15
+ "size": [
16
+ 224,
17
+ 224
18
+ ]
19
+ }