clara-0.1 / config.json
adrienhongcs's picture
Training in progress, epoch 1
c44ed03 verified
{
"_name_or_path": "distilbert/distilbert-base-uncased",
"activation": "gelu",
"architectures": [
"DistilBertForSequenceClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "Distributor - Ad Programs",
"1": "Distributor - Audits",
"2": "Distributor - Cut Case Fees",
"3": "Distributor - Expired at DC",
"4": "Distributor - Freight Allowance",
"5": "Distributor - Freight Non-Compliance",
"6": "Distributor - Late Delivery Fees",
"7": "Distributor - New Item Setup Fees",
"8": "Distributor - Off-Invoice Discount",
"9": "Distributor - Overpull",
"10": "Distributor - PO Discrepancy",
"11": "Distributor - Pack Change Fees",
"12": "Distributor - Ready Date Non-Compliance",
"13": "Distributor - Recall Fee",
"14": "Distributor - Recalled Product",
"15": "Distributor - Samples",
"16": "Distributor - Service Level Fines",
"17": "Distributor - Short-Ships",
"18": "Distributor - Spoilage Allowance",
"19": "Distributor - Unloading Fees",
"20": "Retailer - Ads",
"21": "Retailer - Audits",
"22": "Retailer - EDLP",
"23": "Retailer - Free-Fill",
"24": "Retailer - Freight Allowance",
"25": "Retailer - Freight Non-Compliance",
"26": "Retailer - Late Delivery Fees",
"27": "Retailer - MCB",
"28": "Retailer - Merchandising",
"29": "Retailer - Retailer Coupons",
"30": "Retailer - Returns / Spoils",
"31": "Retailer - Scans",
"32": "Retailer - Service Level Fines",
"33": "Retailer - Short-Ships",
"34": "Retailer - Slotting",
"35": "Retailer - Spoils Allowance",
"36": "Retailer - Unloading Fees"
},
"initializer_range": 0.02,
"label2id": {
"Distributor - Ad Programs": 0,
"Distributor - Audits": 1,
"Distributor - Cut Case Fees": 2,
"Distributor - Expired at DC": 3,
"Distributor - Freight Allowance": 4,
"Distributor - Freight Non-Compliance": 5,
"Distributor - Late Delivery Fees": 6,
"Distributor - New Item Setup Fees": 7,
"Distributor - Off-Invoice Discount": 8,
"Distributor - Overpull": 9,
"Distributor - PO Discrepancy": 10,
"Distributor - Pack Change Fees": 11,
"Distributor - Ready Date Non-Compliance": 12,
"Distributor - Recall Fee": 13,
"Distributor - Recalled Product": 14,
"Distributor - Samples": 15,
"Distributor - Service Level Fines": 16,
"Distributor - Short-Ships": 17,
"Distributor - Spoilage Allowance": 18,
"Distributor - Unloading Fees": 19,
"Retailer - Ads": 20,
"Retailer - Audits": 21,
"Retailer - EDLP": 22,
"Retailer - Free-Fill": 23,
"Retailer - Freight Allowance": 24,
"Retailer - Freight Non-Compliance": 25,
"Retailer - Late Delivery Fees": 26,
"Retailer - MCB": 27,
"Retailer - Merchandising": 28,
"Retailer - Retailer Coupons": 29,
"Retailer - Returns / Spoils": 30,
"Retailer - Scans": 31,
"Retailer - Service Level Fines": 32,
"Retailer - Short-Ships": 33,
"Retailer - Slotting": 34,
"Retailer - Spoils Allowance": 35,
"Retailer - Unloading Fees": 36
},
"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.47.1",
"vocab_size": 30522
}