39class_rokok / config.json
arthurhzna's picture
commit files to HF hub
caac29e
{
"_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": "76 DJarum",
"1": "76 Mangga",
"10": "Forte Extra Breeze Menthol",
"11": "Forte Manggo",
"12": "Forte Mentol",
"13": "Forte Original",
"14": "Forte Vanilla",
"15": "Garam De Luxe",
"16": "Geo Mild",
"17": "Gudang Garam Djaja",
"18": "Gudang Garam GG Shiver",
"19": "Gudang Garam Internasional",
"2": "76 Nanas",
"20": "Gudang Garam Merah King Size",
"21": "Gudang Garam Signature",
"22": "Gudang Garam Signature Mild",
"23": "Gudang Garam Surya Coklat",
"24": "Gudang Garam Surya Merah",
"25": "Halim Merah",
"26": "LA Bold",
"27": "LA Ice",
"28": "LA Ice Manggo Boost",
"29": "LA Ice Purple Boost",
"3": "Chief Blue",
"30": "LA Light",
"31": "LA Menthol",
"32": "Mld Black",
"33": "Raptor",
"34": "Surya Exclusive",
"35": "Surya Nusantara",
"36": "Surya Pro Merah",
"37": "Surya Pro Mild Limited Edition",
"38": "Ziga Blue",
"4": "Djarum Black",
"5": "Djarum Black Cappucino",
"6": "Djarum Fresh Cola",
"7": "Djarum King Filter",
"8": "Djarum Super",
"9": "Djarum Super Espresso"
},
"image_size": 224,
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"76 DJarum": "0",
"76 Mangga": "1",
"76 Nanas": "2",
"Chief Blue": "3",
"Djarum Black": "4",
"Djarum Black Cappucino": "5",
"Djarum Fresh Cola": "6",
"Djarum King Filter": "7",
"Djarum Super": "8",
"Djarum Super Espresso": "9",
"Forte Extra Breeze Menthol": "10",
"Forte Manggo": "11",
"Forte Mentol": "12",
"Forte Original": "13",
"Forte Vanilla": "14",
"Garam De Luxe": "15",
"Geo Mild": "16",
"Gudang Garam Djaja": "17",
"Gudang Garam GG Shiver": "18",
"Gudang Garam Internasional": "19",
"Gudang Garam Merah King Size": "20",
"Gudang Garam Signature": "21",
"Gudang Garam Signature Mild": "22",
"Gudang Garam Surya Coklat": "23",
"Gudang Garam Surya Merah": "24",
"Halim Merah": "25",
"LA Bold": "26",
"LA Ice": "27",
"LA Ice Manggo Boost": "28",
"LA Ice Purple Boost": "29",
"LA Light": "30",
"LA Menthol": "31",
"Mld Black": "32",
"Raptor": "33",
"Surya Exclusive": "34",
"Surya Nusantara": "35",
"Surya Pro Merah": "36",
"Surya Pro Mild Limited Edition": "37",
"Ziga Blue": "38"
},
"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.46.2"
}