codewithdark commited on
Commit
3415ecf
·
verified ·
1 Parent(s): 5e85628

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. config.json +1 -0
  2. model.safetensors +1 -1
  3. preprocessor_config.json +19 -0
config.json CHANGED
@@ -8,6 +8,7 @@
8
  "model_type": "swim-neural-network",
9
  "num_classes": 10,
10
  "num_heads": 8,
 
11
  "torch_dtype": "float32",
12
  "transformer_layers": 2,
13
  "transformers_version": "4.48.3"
 
8
  "model_type": "swim-neural-network",
9
  "num_classes": 10,
10
  "num_heads": 8,
11
+ "tokenizer": null,
12
  "torch_dtype": "float32",
13
  "transformer_layers": 2,
14
  "transformers_version": "4.48.3"
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:969ec02d62d42f29384e02710e60c43f6c6ccce20f487cccc4c54ad1c87d19a0
3
  size 131612704
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37f6a29f4876d13e8f0345668f515dbf0895d5a2e482ed767d4949172c2caacd
3
  size 131612704
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
+ }