message-intent-220628 / config.json
Yanjie's picture
upload file
50fb9c0
{
"_name_or_path": "distilbert-base-uncased",
"activation": "gelu",
"architectures": [
"DistilBertForSequenceClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "brand",
"1": "brand|location",
"10": "discount|service",
"11": "escalation|email",
"12": "escalation|order_modification",
"13": "escalation|other",
"14": "escalation|partner",
"15": "escalation|phone",
"16": "escalation|post_purchase",
"17": "escalation|product",
"18": "escalation|waiting",
"19": "goodbye",
"2": "can_i_help|shopping",
"20": "goodbye|anything_else",
"21": "goodbye|purchase",
"22": "issue|query_different_browser",
"23": "media",
"24": "order",
"25": "order|modification",
"26": "order|online",
"27": "order|other",
"28": "order|pickup",
"29": "order|query_order_number",
"3": "charge",
"30": "order|query_order_time",
"31": "order|status",
"32": "order|through_phone",
"33": "order|tracking_info",
"34": "order|trial",
"35": "order|wholesale",
"36": "other",
"37": "other|how",
"38": "payment",
"39": "price",
"4": "checkout",
"40": "product",
"41": "product|care",
"42": "product|comparison",
"43": "product|customization",
"44": "product|dimension",
"45": "product|manufacture",
"46": "product|material",
"47": "product|recommendation",
"48": "product|sizing",
"49": "restock",
"5": "checkout|giftcard",
"50": "restock|product",
"51": "return|how",
"52": "return|other",
"53": "return|policy",
"54": "return|refund",
"55": "review",
"56": "rewards",
"57": "sale",
"58": "service",
"59": "shipping|cost",
"6": "discount",
"60": "shipping|other",
"61": "shipping|policy",
"62": "shopping|query_link_item",
"63": "store",
"64": "store|location",
"65": "subscription",
"66": "subscription|removal",
"67": "warranty",
"7": "discount|better",
"8": "discount|exclusion",
"9": "discount|other"
},
"initializer_range": 0.02,
"label2id": {
"brand": 0,
"brand|location": 1,
"can_i_help|shopping": 2,
"charge": 3,
"checkout": 4,
"checkout|giftcard": 5,
"discount": 6,
"discount|better": 7,
"discount|exclusion": 8,
"discount|other": 9,
"discount|service": 10,
"escalation|email": 11,
"escalation|order_modification": 12,
"escalation|other": 13,
"escalation|partner": 14,
"escalation|phone": 15,
"escalation|post_purchase": 16,
"escalation|product": 17,
"escalation|waiting": 18,
"goodbye": 19,
"goodbye|anything_else": 20,
"goodbye|purchase": 21,
"issue|query_different_browser": 22,
"media": 23,
"order": 24,
"order|modification": 25,
"order|online": 26,
"order|other": 27,
"order|pickup": 28,
"order|query_order_number": 29,
"order|query_order_time": 30,
"order|status": 31,
"order|through_phone": 32,
"order|tracking_info": 33,
"order|trial": 34,
"order|wholesale": 35,
"other": 36,
"other|how": 37,
"payment": 38,
"price": 39,
"product": 40,
"product|care": 41,
"product|comparison": 42,
"product|customization": 43,
"product|dimension": 44,
"product|manufacture": 45,
"product|material": 46,
"product|recommendation": 47,
"product|sizing": 48,
"restock": 49,
"restock|product": 50,
"return|how": 51,
"return|other": 52,
"return|policy": 53,
"return|refund": 54,
"review": 55,
"rewards": 56,
"sale": 57,
"service": 58,
"shipping|cost": 59,
"shipping|other": 60,
"shipping|policy": 61,
"shopping|query_link_item": 62,
"store": 63,
"store|location": 64,
"subscription": 65,
"subscription|removal": 66,
"warranty": 67
},
"max_position_embeddings": 512,
"model_type": "distilbert",
"n_heads": 12,
"n_layers": 6,
"pad_token_id": 0,
"problem_type": "single_label_classification",
"qa_dropout": 0.1,
"seq_classif_dropout": 0.2,
"sinusoidal_pos_embds": false,
"tie_weights_": true,
"torch_dtype": "float32",
"transformers_version": "4.18.0",
"vocab_size": 30522
}