Shadatsh commited on
Commit
14c7d39
1 Parent(s): 0c153c8

Initial commit of the ViT model

Browse files
Files changed (3) hide show
  1. config.json +1 -0
  2. model.safetensors +3 -0
  3. preprocessor_config.json +1 -0
config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"model_type": "vit", "num_labels": 4}
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1d284b933c820b03f094a53c266ab568576c6fa9e04772cc9d7116f1ce4e090
3
+ size 343230128
preprocessor_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"image_size": 224, "do_normalize": true, "mean": [0.5, 0.5, 0.5], "std": [0.5, 0.5, 0.5]}