autosend / config.json
Yanjie's picture
upload 7 files
9366d6d
{
"_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|location",
"1": "checkout|other",
"10": "discount|shipping",
"11": "do_not_respond",
"12": "escalation",
"13": "escalation|email",
"14": "escalation|order_modification",
"15": "escalation|partner",
"16": "escalation|phone",
"17": "goodbye",
"18": "goodbye|upsell",
"19": "media",
"2": "discount",
"20": "order",
"21": "order|issue",
"22": "order|modification",
"23": "order|online",
"24": "order|other",
"25": "order|query_order_number",
"26": "order|size",
"27": "order|status",
"28": "order|store",
"29": "order|through_phone",
"3": "discount|better",
"30": "order|try",
"31": "order|upsell",
"32": "order|wholesale",
"33": "other",
"34": "other|how",
"35": "partner",
"36": "payment",
"37": "price",
"38": "price|price_match",
"39": "product",
"4": "discount|how_to",
"40": "product|availability",
"41": "product|dimension",
"42": "product|manufacture",
"43": "product|material",
"44": "product|recommendation",
"45": "restock",
"46": "restock|other",
"47": "return|cost",
"48": "return|exchange",
"49": "return|fee",
"5": "discount|in_store",
"50": "return|how",
"51": "return|other",
"52": "return|policy",
"53": "return|refund",
"54": "rewards",
"55": "sale",
"56": "sell",
"57": "service",
"58": "shipping|cost",
"59": "shipping|destination",
"6": "discount|issue",
"60": "shipping|express",
"61": "shipping|international",
"62": "shipping|location",
"63": "shipping|other",
"64": "shipping|po_box",
"65": "shipping|policy",
"66": "shipping|sate",
"67": "shipping|state",
"68": "shipping|timing",
"69": "store",
"7": "discount|other",
"70": "store|location",
"71": "subscription",
"72": "warranty",
"8": "discount|retroactive",
"9": "discount|service"
},
"initializer_range": 0.02,
"label2id": {
"brand|location": 0,
"checkout|other": 1,
"discount": 2,
"discount|better": 3,
"discount|how_to": 4,
"discount|in_store": 5,
"discount|issue": 6,
"discount|other": 7,
"discount|retroactive": 8,
"discount|service": 9,
"discount|shipping": 10,
"do_not_respond": 11,
"escalation": 12,
"escalation|email": 13,
"escalation|order_modification": 14,
"escalation|partner": 15,
"escalation|phone": 16,
"goodbye": 17,
"goodbye|upsell": 18,
"media": 19,
"order": 20,
"order|issue": 21,
"order|modification": 22,
"order|online": 23,
"order|other": 24,
"order|query_order_number": 25,
"order|size": 26,
"order|status": 27,
"order|store": 28,
"order|through_phone": 29,
"order|try": 30,
"order|upsell": 31,
"order|wholesale": 32,
"other": 33,
"other|how": 34,
"partner": 35,
"payment": 36,
"price": 37,
"price|price_match": 38,
"product": 39,
"product|availability": 40,
"product|dimension": 41,
"product|manufacture": 42,
"product|material": 43,
"product|recommendation": 44,
"restock": 45,
"restock|other": 46,
"return|cost": 47,
"return|exchange": 48,
"return|fee": 49,
"return|how": 50,
"return|other": 51,
"return|policy": 52,
"return|refund": 53,
"rewards": 54,
"sale": 55,
"sell": 56,
"service": 57,
"shipping|cost": 58,
"shipping|destination": 59,
"shipping|express": 60,
"shipping|international": 61,
"shipping|location": 62,
"shipping|other": 63,
"shipping|po_box": 64,
"shipping|policy": 65,
"shipping|sate": 66,
"shipping|state": 67,
"shipping|timing": 68,
"store": 69,
"store|location": 70,
"subscription": 71,
"warranty": 72
},
"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.25.1",
"vocab_size": 30523
}