Upload config.json
Browse files- 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"}
|