|
{ |
|
"_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": "Cold outreach/promotional emails", |
|
"1": "Value Proposition Emails", |
|
"2": "Prospecting emails", |
|
"3": "Introduction emails", |
|
"4": "Appointment request emails", |
|
"5": "Appointment Reminder Emails", |
|
"6": "Follow up emails", |
|
"7": "Thank you emails", |
|
"8": "Upselling, cross-selling, and abandoned cart emails", |
|
"9": "Quotation Emails", |
|
"10": "Sales Order Emails", |
|
"11": "Order Confirmation Emails", |
|
"12": "Purchase Order Emails", |
|
"13": "Invoice Email", |
|
"14": "Discount Emails", |
|
"15": "Renewal Reminder Emails", |
|
"16": "Feedback/Survey Emails", |
|
"17": "Event Invitation Emails", |
|
"18": "Contract/Agreement Emails", |
|
"19": "Customer Testimonial Request Emails", |
|
"20": "Product Recall or Issue Notification Emails", |
|
"21": "Competitor Comparison Emails", |
|
"22": "Warranty Information Emails", |
|
"23": "Case Study/Success Story Emails", |
|
"24": "Onboarding Emails", |
|
"25": "Inquiry Emails", |
|
"26": "Request for Quotation", |
|
"27": "Support request emails", |
|
"28": "Order Placement Emails", |
|
"29": "Order modification emails.", |
|
"30": "Order cancellation emails.", |
|
"31": "Exchange/Return request emails.", |
|
"32": "Refund request", |
|
"33": "Appointment scheduling", |
|
"34": "Appointment postpone", |
|
"35": "Referral emails", |
|
"36": "Product upgrade emails", |
|
"37": "Warranty claim emails", |
|
"38": "Service renewal emails", |
|
"39": "Complaint or Issue Reporting Emails", |
|
"40": "Feedback Emails", |
|
"41": "Request for Meeting or Demo", |
|
"42": "Negotiation Emails", |
|
"43": "Customer Success or Testimonial Emails" |
|
}, |
|
"initializer_range": 0.02, |
|
"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.35.2", |
|
"vocab_size": 30522 |
|
} |
|
|