vishnuhaasan commited on
Commit
1c2b429
1 Parent(s): af00da6

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "roberta-base",
3
+ "architectures": [
4
+ "RobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "Cold outreach/promotional emails",
15
+ "1": "Value Proposition Emails",
16
+ "2": "Prospecting emails",
17
+ "3": "Introduction emails",
18
+ "4": "Appointment request emails",
19
+ "5": "Appointment Reminder Emails",
20
+ "6": "Follow up emails",
21
+ "7": "Thank you emails",
22
+ "8": "Upselling, cross-selling, and abandoned cart emails",
23
+ "9": "Quotation Emails",
24
+ "10": "Sales Order Emails",
25
+ "11": "Order Confirmation Emails",
26
+ "12": "Purchase Order Emails",
27
+ "13": "Invoice Email",
28
+ "14": "Discount Emails",
29
+ "15": "Renewal Reminder Emails",
30
+ "16": "Feedback/Survey Emails",
31
+ "17": "Event Invitation Emails",
32
+ "18": "Contract/Agreement Emails",
33
+ "19": "Customer Testimonial Request Emails",
34
+ "20": "Product Recall or Issue Notification Emails",
35
+ "21": "Competitor Comparison Emails",
36
+ "22": "Warranty Information Emails",
37
+ "23": "Case Study/Success Story Emails",
38
+ "24": "Onboarding Emails",
39
+ "25": "Inquiry Emails",
40
+ "26": "Request for Quotation",
41
+ "27": "Support request emails",
42
+ "28": "Order Placement Emails",
43
+ "29": "Order modification emails.",
44
+ "30": "Order cancellation emails.",
45
+ "31": "Exchange/Return request emails.",
46
+ "32": "Refund request",
47
+ "33": "Appointment scheduling",
48
+ "34": "Appointment postpone",
49
+ "35": "Referral emails",
50
+ "36": "Product upgrade emails",
51
+ "37": "Warranty claim emails",
52
+ "38": "Service renewal emails",
53
+ "39": "Complaint or Issue Reporting Emails",
54
+ "40": "Feedback Emails",
55
+ "41": "Request for Meeting or Demo",
56
+ "42": "Negotiation Emails",
57
+ "43": "Customer Success or Testimonial Emails"
58
+ },
59
+ "initializer_range": 0.02,
60
+ "intermediate_size": 3072,
61
+ "layer_norm_eps": 1e-05,
62
+ "max_position_embeddings": 514,
63
+ "model_type": "roberta",
64
+ "num_attention_heads": 12,
65
+ "num_hidden_layers": 12,
66
+ "pad_token_id": 1,
67
+ "position_embedding_type": "absolute",
68
+ "problem_type": "single_label_classification",
69
+ "torch_dtype": "float32",
70
+ "transformers_version": "4.35.2",
71
+ "type_vocab_size": 1,
72
+ "use_cache": true,
73
+ "vocab_size": 50265
74
+ }
logs/events.out.tfevents.1719920472.vishnu-17072.60246.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e47927863ef39f0798e545d1597d1c8747525ff2e73eaff65213db3910637e97
3
+ size 36566
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:284909628aa0c0dd3077e84d6f5e71bdc923381894e54b0b803964dcc0db4022
3
+ size 498742016
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0f0c861ab0480daad48471ed5b00f65668aed75f7478cf5040a6005849e0389
3
+ size 4155