| { | |
| "_name_or_path": "microsoft/deberta-base-mnli", | |
| "architectures": [ | |
| "DebertaForSequenceClassification" | |
| ], | |
| "attention_probs_dropout_prob": 0.1, | |
| "hidden_act": "gelu", | |
| "hidden_dropout_prob": 0.1, | |
| "hidden_size": 768, | |
| "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, | |
| "intermediate_size": 3072, | |
| "label2id": { | |
| "CONTRADICTION": 0, | |
| "ENTAILMENT": 2, | |
| "NEUTRAL": 1 | |
| }, | |
| "layer_norm_eps": 1e-07, | |
| "max_position_embeddings": 512, | |
| "max_relative_positions": -1, | |
| "model_type": "deberta", | |
| "num_attention_heads": 12, | |
| "num_hidden_layers": 12, | |
| "pad_token_id": 0, | |
| "pooler_dropout": 0, | |
| "pooler_hidden_act": "gelu", | |
| "pooler_hidden_size": 768, | |
| "pos_att_type": [ | |
| "c2p", | |
| "p2c" | |
| ], | |
| "position_biased_input": false, | |
| "relative_attention": true, | |
| "torch_dtype": "float32", | |
| "transformers_version": "4.41.2", | |
| "type_vocab_size": 0, | |
| "vocab_size": 50265 | |
| } | |