vishnuhaasan
commited on
Commit
•
cca9eb5
1
Parent(s):
56c70a3
Training in progress, epoch 5
Browse files- config.json +90 -0
- logs/events.out.tfevents.1719947784.7d40695a90d8.2048.0 +3 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,90 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "xlnet/xlnet-base-cased",
|
3 |
+
"architectures": [
|
4 |
+
"XLNetForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attn_type": "bi",
|
7 |
+
"bi_data": false,
|
8 |
+
"bos_token_id": 1,
|
9 |
+
"clamp_len": -1,
|
10 |
+
"d_head": 64,
|
11 |
+
"d_inner": 3072,
|
12 |
+
"d_model": 768,
|
13 |
+
"dropout": 0.1,
|
14 |
+
"end_n_top": 5,
|
15 |
+
"eos_token_id": 2,
|
16 |
+
"ff_activation": "gelu",
|
17 |
+
"id2label": {
|
18 |
+
"0": "Cold outreach/promotional emails",
|
19 |
+
"1": "Value Proposition Emails",
|
20 |
+
"2": "Prospecting emails",
|
21 |
+
"3": "Introduction emails",
|
22 |
+
"4": "Appointment request emails",
|
23 |
+
"5": "Appointment Reminder Emails",
|
24 |
+
"6": "Follow up emails",
|
25 |
+
"7": "Thank you emails",
|
26 |
+
"8": "Upselling, cross-selling, and abandoned cart emails",
|
27 |
+
"9": "Quotation Emails",
|
28 |
+
"10": "Sales Order Emails",
|
29 |
+
"11": "Order Confirmation Emails",
|
30 |
+
"12": "Purchase Order Emails",
|
31 |
+
"13": "Invoice Email",
|
32 |
+
"14": "Discount Emails",
|
33 |
+
"15": "Renewal Reminder Emails",
|
34 |
+
"16": "Feedback/Survey Emails",
|
35 |
+
"17": "Event Invitation Emails",
|
36 |
+
"18": "Contract/Agreement Emails",
|
37 |
+
"19": "Customer Testimonial Request Emails",
|
38 |
+
"20": "Product Recall or Issue Notification Emails",
|
39 |
+
"21": "Competitor Comparison Emails",
|
40 |
+
"22": "Warranty Information Emails",
|
41 |
+
"23": "Case Study/Success Story Emails",
|
42 |
+
"24": "Onboarding Emails",
|
43 |
+
"25": "Inquiry Emails",
|
44 |
+
"26": "Request for Quotation",
|
45 |
+
"27": "Support request emails",
|
46 |
+
"28": "Order Placement Emails",
|
47 |
+
"29": "Order modification emails.",
|
48 |
+
"30": "Order cancellation emails.",
|
49 |
+
"31": "Exchange/Return request emails.",
|
50 |
+
"32": "Refund request",
|
51 |
+
"33": "Appointment scheduling",
|
52 |
+
"34": "Appointment postpone",
|
53 |
+
"35": "Referral emails",
|
54 |
+
"36": "Product upgrade emails",
|
55 |
+
"37": "Warranty claim emails",
|
56 |
+
"38": "Service renewal emails",
|
57 |
+
"39": "Complaint or Issue Reporting Emails",
|
58 |
+
"40": "Feedback Emails",
|
59 |
+
"41": "Request for Meeting or Demo",
|
60 |
+
"42": "Negotiation Emails",
|
61 |
+
"43": "Customer Success or Testimonial Emails"
|
62 |
+
},
|
63 |
+
"initializer_range": 0.02,
|
64 |
+
"layer_norm_eps": 1e-12,
|
65 |
+
"mem_len": null,
|
66 |
+
"model_type": "xlnet",
|
67 |
+
"n_head": 12,
|
68 |
+
"n_layer": 12,
|
69 |
+
"pad_token_id": 5,
|
70 |
+
"problem_type": "single_label_classification",
|
71 |
+
"reuse_len": null,
|
72 |
+
"same_length": false,
|
73 |
+
"start_n_top": 5,
|
74 |
+
"summary_activation": "tanh",
|
75 |
+
"summary_last_dropout": 0.1,
|
76 |
+
"summary_type": "last",
|
77 |
+
"summary_use_proj": true,
|
78 |
+
"task_specific_params": {
|
79 |
+
"text-generation": {
|
80 |
+
"do_sample": true,
|
81 |
+
"max_length": 250
|
82 |
+
}
|
83 |
+
},
|
84 |
+
"torch_dtype": "float32",
|
85 |
+
"transformers_version": "4.41.2",
|
86 |
+
"untie_r": true,
|
87 |
+
"use_mems_eval": true,
|
88 |
+
"use_mems_train": false,
|
89 |
+
"vocab_size": 32000
|
90 |
+
}
|
logs/events.out.tfevents.1719947784.7d40695a90d8.2048.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3ecce3d9e32fb43816cb50a5776aa7fc3daebff65c0eb3e5f5fcf0ea8c46e58b
|
3 |
+
size 213530
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f84cad35a89945c6bdfda8e0b907e3fd68026f9bd74b8c59d697363a1037f948
|
3 |
+
size 469393800
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8c7d77ce6b38b507a0a85925067e27b4f5b9e0ecfda46afd8a1bcc4c160953a
|
3 |
+
size 5176
|