dima806's picture
Upload folder using huggingface_hub
7ef33c5
raw
history blame contribute delete
No virus
1.47 kB
{
"_name_or_path": "google/vit-base-patch16-224-in21k",
"architectures": [
"ViTForImageClassification"
],
"attention_probs_dropout_prob": 0.0,
"encoder_stride": 16,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.0,
"hidden_size": 768,
"id2label": {
"0": "H",
"1": "Z",
"2": "D",
"3": "X",
"4": "K",
"5": "V",
"6": "I",
"7": "J",
"8": "T",
"9": "W",
"10": "E",
"11": "M",
"12": "G",
"13": "nothing",
"14": "del",
"15": "C",
"16": "F",
"17": "L",
"18": "U",
"19": "O",
"20": "space",
"21": "Y",
"22": "A",
"23": "B",
"24": "R",
"25": "Q",
"26": "N",
"27": "S",
"28": "P"
},
"image_size": 224,
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"A": 22,
"B": 23,
"C": 15,
"D": 2,
"E": 10,
"F": 16,
"G": 12,
"H": 0,
"I": 6,
"J": 7,
"K": 4,
"L": 17,
"M": 11,
"N": 26,
"O": 19,
"P": 28,
"Q": 25,
"R": 24,
"S": 27,
"T": 8,
"U": 18,
"V": 5,
"W": 9,
"X": 3,
"Y": 21,
"Z": 1,
"del": 14,
"nothing": 13,
"space": 20
},
"layer_norm_eps": 1e-12,
"model_type": "vit",
"num_attention_heads": 12,
"num_channels": 3,
"num_hidden_layers": 12,
"patch_size": 16,
"problem_type": "single_label_classification",
"qkv_bias": true,
"torch_dtype": "float32",
"transformers_version": "4.33.0"
}