Ajibola commited on
Commit
61fe4d1
·
1 Parent(s): 572af4b

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -0
config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"img_size": 224, "patch_size": 32, "class2id": {"0": "cat", "1": "dog", "2": "wild"}, "id2class": {"cat": 0, "dog": 1, "wild": 2}, "name_or_path": "https://huggingface.co/Ajibola/PaViT/blob/main/PAVIT_weight_tf.h5", "architecture": "PaViT", "model_type": "vit"}