toolevalxm commited on
Commit
05eaa1a
·
verified ·
1 Parent(s): 0be40e0

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +7 -0
config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "vit",
3
+ "architectures": ["ViTForImageClassification"],
4
+ "image_size": 224,
5
+ "num_channels": 1,
6
+ "num_labels": 14
7
+ }