Ajibola commited on
Commit
e4d7546
1 Parent(s): b9c2e94

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -1 +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"}
 
1
+ {"id2label": {"0": "cat", "1": "dog", "2": "wild"}, "label2id": {"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"}