CoolFace
Modelpublic

yotasr/Smart_Tour_Guide_CairoVersion

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes6downloads
config.json59 linesDownload Raw Back to root
1{2  "_name_or_path": "google/vit-base-patch16-224-in21k",3  "architectures": [4    "ViTForImageClassification"5  ],6  "attention_probs_dropout_prob": 0.0,7  "encoder_stride": 16,8  "hidden_act": "gelu",9  "hidden_dropout_prob": 0.0,10  "hidden_size": 768,11  "id2label": {12    "0": "Sabil-Kuttab",13    "1": "abdelrahman katkhuda way",14    "2": "al aqmar mosque",15    "3": "al hakim mosque",16    "4": "azhar mosque",17    "5": "ftouh door",18    "6": "hmam enal",19    "7": "mariam's tree",20    "8": "nafisa way",21    "9": "refai mosque",22    "10": "salah el din castle",23    "11": "school of sultan hassan",24    "12": "sultan barquq school and khanqah",25    "13": "taz palace",26    "14": "zowela door"27  },28  "image_size": 224,29  "initializer_range": 0.02,30  "intermediate_size": 3072,31  "label2id": {32    "Sabil-Kuttab": 0,33    "abdelrahman katkhuda way": 1,34    "al aqmar mosque": 2,35    "al hakim mosque": 3,36    "azhar mosque": 4,37    "ftouh door": 5,38    "hmam enal": 6,39    "mariam's tree": 7,40    "nafisa way": 8,41    "refai mosque": 9,42    "salah el din castle": 10,43    "school of sultan hassan": 11,44    "sultan barquq school and khanqah": 12,45    "taz palace": 13,46    "zowela door": 1447  },48  "layer_norm_eps": 1e-12,49  "model_type": "vit",50  "num_attention_heads": 12,51  "num_channels": 3,52  "num_hidden_layers": 12,53  "patch_size": 16,54  "problem_type": "single_label_classification",55  "qkv_bias": true,56  "torch_dtype": "float32",57  "transformers_version": "4.38.2"58}59