vilt_finetuned_100 / config.json
kimdesok's picture
Training in progress, step 200
0cde622 verified
raw
history blame contribute delete
No virus
3.71 kB
{
"_name_or_path": "dandelin/vilt-b32-mlm",
"architectures": [
"ViltForQuestionAnswering"
],
"attention_probs_dropout_prob": 0.0,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.0,
"hidden_size": 768,
"id2label": {
"0": "foci of fat necrosis",
"1": "bundles of normal-looking smooth muscle cells",
"2": "varices",
"3": "villous adenoma",
"4": "bile duct cells and canals of hering",
"5": "hyperplasia without atypia",
"6": "gastrointestinal",
"7": "amebiasis",
"8": "the tube and ovary to the left of the uterus",
"9": "the adjacent ovary on the other side",
"10": "face",
"11": "in the canals of hering",
"12": "the tube",
"13": "bilateral cleft palate",
"14": "esophagus",
"15": "cytomegalovirus",
"16": "trophozoite source",
"17": "inclusion bodies",
"18": "typical histology for colon adenocarcinoma",
"19": "glandular crowding and cellular atypia",
"20": "stomach",
"21": "x-ray barium study gastric polyp",
"22": "whipples disease",
"23": "lateral view close-up typical",
"24": "excellent photo typical adenocarcinoma extending through muscularis to serosa",
"25": "appendix",
"26": "the hemorrhagic inflammatory mass",
"27": "microscopic appearance of leiomyoma",
"28": "hypertrophic gastritis",
"29": "gastrointestinal system",
"30": "colon",
"31": "med pas hematoxylin section of mucosa excellent example source",
"32": "by nests of closely packed glands",
"33": "pinworm",
"34": "source of granulomatous colitis",
"35": "no",
"36": "typical excellent pinworm",
"37": "the uterus",
"38": "intestine",
"39": "yes",
"40": "typical infiltrating adenocarcinoma"
},
"image_size": 384,
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"amebiasis": 7,
"appendix": 25,
"bilateral cleft palate": 13,
"bile duct cells and canals of hering": 4,
"bundles of normal-looking smooth muscle cells": 1,
"by nests of closely packed glands": 32,
"colon": 30,
"cytomegalovirus": 15,
"esophagus": 14,
"excellent photo typical adenocarcinoma extending through muscularis to serosa": 24,
"face": 10,
"foci of fat necrosis": 0,
"gastrointestinal": 6,
"gastrointestinal system": 29,
"glandular crowding and cellular atypia": 19,
"hyperplasia without atypia": 5,
"hypertrophic gastritis": 28,
"in the canals of hering": 11,
"inclusion bodies": 17,
"intestine": 38,
"lateral view close-up typical": 23,
"med pas hematoxylin section of mucosa excellent example source": 31,
"microscopic appearance of leiomyoma": 27,
"no": 35,
"pinworm": 33,
"source of granulomatous colitis": 34,
"stomach": 20,
"the adjacent ovary on the other side": 9,
"the hemorrhagic inflammatory mass": 26,
"the tube": 12,
"the tube and ovary to the left of the uterus": 8,
"the uterus": 37,
"trophozoite source": 16,
"typical excellent pinworm": 36,
"typical histology for colon adenocarcinoma": 18,
"typical infiltrating adenocarcinoma": 40,
"varices": 2,
"villous adenoma": 3,
"whipples disease": 22,
"x-ray barium study gastric polyp": 21,
"yes": 39
},
"layer_norm_eps": 1e-12,
"max_image_length": -1,
"max_position_embeddings": 40,
"modality_type_vocab_size": 2,
"model_type": "vilt",
"num_attention_heads": 12,
"num_channels": 3,
"num_hidden_layers": 12,
"num_images": -1,
"patch_size": 32,
"qkv_bias": true,
"tie_word_embeddings": false,
"torch_dtype": "float32",
"transformers_version": "4.39.3",
"type_vocab_size": 2,
"vocab_size": 30522
}