| { | |
| "_name_or_path": "microsoft/dit-base", | |
| "architectures": [ | |
| "BeitForImageClassification" | |
| ], | |
| "attention_probs_dropout_prob": 0.0, | |
| "auxiliary_channels": 256, | |
| "auxiliary_concat_input": false, | |
| "auxiliary_loss_weight": 0.4, | |
| "auxiliary_num_convs": 1, | |
| "drop_path_rate": 0.05, | |
| "hidden_act": "gelu", | |
| "hidden_dropout_prob": 0.0, | |
| "hidden_size": 768, | |
| "id2label": { | |
| "0": "advertisement", | |
| "1": "bank_card", | |
| "2": "budget", | |
| "3": "certificate", | |
| "4": "contract", | |
| "5": "driver_license", | |
| "6": "email", | |
| "7": "form", | |
| "8": "gift_card", | |
| "9": "handwritten", | |
| "10": "identification_card", | |
| "11": "insurrance_card", | |
| "12": "invitation_card", | |
| "13": "invoice", | |
| "14": "letter", | |
| "15": "member_card", | |
| "16": "name_card", | |
| "17": "news_article", | |
| "18": "presentation", | |
| "19": "questionnaire", | |
| "20": "resume", | |
| "21": "scientific_publication", | |
| "22": "scientific_report", | |
| "23": "specification", | |
| "24": "staff_card" | |
| }, | |
| "image_size": 224, | |
| "initializer_range": 0.02, | |
| "intermediate_size": 3072, | |
| "label2id": { | |
| "advertisement": 0, | |
| "bank_card": 1, | |
| "budget": 2, | |
| "certificate": 3, | |
| "contract": 4, | |
| "driver_license": 5, | |
| "email": 6, | |
| "form": 7, | |
| "gift_card": 8, | |
| "handwritten": 9, | |
| "identification_card": 10, | |
| "insurrance_card": 11, | |
| "invitation_card": 12, | |
| "invoice": 13, | |
| "letter": 14, | |
| "member_card": 15, | |
| "name_card": 16, | |
| "news_article": 17, | |
| "presentation": 18, | |
| "questionnaire": 19, | |
| "resume": 20, | |
| "scientific_publication": 21, | |
| "scientific_report": 22, | |
| "specification": 23, | |
| "staff_card": 24 | |
| }, | |
| "layer_norm_eps": 1e-12, | |
| "layer_scale_init_value": 0.1, | |
| "model_type": "beit", | |
| "num_attention_heads": 12, | |
| "num_channels": 3, | |
| "num_hidden_layers": 12, | |
| "out_indices": [ | |
| 3, | |
| 5, | |
| 7, | |
| 11 | |
| ], | |
| "patch_size": 16, | |
| "pool_scales": [ | |
| 1, | |
| 2, | |
| 3, | |
| 6 | |
| ], | |
| "semantic_loss_ignore_index": 255, | |
| "torch_dtype": "float32", | |
| "transformers_version": "4.33.0", | |
| "use_absolute_position_embeddings": true, | |
| "use_auxiliary_head": true, | |
| "use_mask_token": true, | |
| "use_mean_pooling": true, | |
| "use_relative_position_bias": false, | |
| "use_shared_relative_position_bias": false, | |
| "vocab_size": 8192 | |
| } | |