llmvetter's picture
Init Model
c331669 verified
{
"architectures": [
"BertForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"classifier_dropout": null,
"dtype": "float32",
"gradient_checkpointing": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "car and motorbike",
"1": "industrial supplies",
"10": "appliances",
"11": "grocery and gourmet foods",
"12": "pet supplies",
"13": "kids' fashion",
"14": "women's shoes",
"15": "men's shoes",
"16": "women's clothing",
"17": "men's clothing",
"18": "music",
"19": "home kitchen pets",
"2": "tv audio and cameras",
"3": "beauty and health",
"4": "bags and luggage",
"5": "accessories",
"6": "sports and fitness",
"7": "stores",
"8": "home and kitchen",
"9": "toys and baby products"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"accessories": 5,
"appliances": 10,
"bags and luggage": 4,
"beauty and health": 3,
"car and motorbike": 0,
"grocery and gourmet foods": 11,
"home and kitchen": 8,
"home kitchen pets": 19,
"industrial supplies": 1,
"kids' fashion": 13,
"men's clothing": 17,
"men's shoes": 15,
"music": 18,
"pet supplies": 12,
"sports and fitness": 6,
"stores": 7,
"toys and baby products": 9,
"tv audio and cameras": 2,
"women's clothing": 16,
"women's shoes": 14
},
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"model_type": "bert",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 0,
"position_embedding_type": "absolute",
"problem_type": "single_label_classification",
"transformers_version": "4.57.2",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 30522
}