vishnuhaasan commited on
Commit
e2d4e8c
·
verified ·
1 Parent(s): 5814a26

End of training

Browse files
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: microsoft/deberta-base-mnli
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: deberta_base_all
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # deberta_base_all
15
+
16
+ This model is a fine-tuned version of [microsoft/deberta-base-mnli](https://huggingface.co/microsoft/deberta-base-mnli) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.4071
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 5e-05
38
+ - train_batch_size: 8
39
+ - eval_batch_size: 8
40
+ - seed: 42
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - lr_scheduler_warmup_steps: 500
44
+ - num_epochs: 10
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:-----:|:---------------:|
50
+ | 0.5695 | 1.0 | 1949 | 0.4123 |
51
+ | 0.1587 | 2.0 | 3898 | 0.3700 |
52
+ | 0.0671 | 3.0 | 5847 | 0.3963 |
53
+ | 0.1556 | 4.0 | 7796 | 0.3373 |
54
+ | 0.103 | 5.0 | 9745 | 0.3485 |
55
+ | 0.1483 | 6.0 | 11694 | 0.4014 |
56
+ | 0.166 | 7.0 | 13643 | 0.3890 |
57
+ | 0.0515 | 8.0 | 15592 | 0.3875 |
58
+ | 0.0664 | 9.0 | 17541 | 0.4162 |
59
+ | 0.0321 | 10.0 | 19490 | 0.4071 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.41.2
65
+ - Pytorch 2.3.0+cu121
66
+ - Datasets 2.20.0
67
+ - Tokenizers 0.19.1
config.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/deberta-base-mnli",
3
+ "architectures": [
4
+ "DebertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "Cold outreach/promotional emails",
12
+ "1": "Value Proposition Emails",
13
+ "2": "Prospecting emails",
14
+ "3": "Introduction emails",
15
+ "4": "Appointment request emails",
16
+ "5": "Appointment Reminder Emails",
17
+ "6": "Follow up emails",
18
+ "7": "Thank you emails",
19
+ "8": "Upselling, cross-selling, and abandoned cart emails",
20
+ "9": "Quotation Emails",
21
+ "10": "Sales Order Emails",
22
+ "11": "Order Confirmation Emails",
23
+ "12": "Purchase Order Emails",
24
+ "13": "Invoice Email",
25
+ "14": "Discount Emails",
26
+ "15": "Renewal Reminder Emails",
27
+ "16": "Feedback/Survey Emails",
28
+ "17": "Event Invitation Emails",
29
+ "18": "Contract/Agreement Emails",
30
+ "19": "Customer Testimonial Request Emails",
31
+ "20": "Product Recall or Issue Notification Emails",
32
+ "21": "Competitor Comparison Emails",
33
+ "22": "Warranty Information Emails",
34
+ "23": "Case Study/Success Story Emails",
35
+ "24": "Onboarding Emails",
36
+ "25": "Inquiry Emails",
37
+ "26": "Request for Quotation",
38
+ "27": "Support request emails",
39
+ "28": "Order Placement Emails",
40
+ "29": "Order modification emails.",
41
+ "30": "Order cancellation emails.",
42
+ "31": "Exchange/Return request emails.",
43
+ "32": "Refund request",
44
+ "33": "Appointment scheduling",
45
+ "34": "Appointment postpone",
46
+ "35": "Referral emails",
47
+ "36": "Product upgrade emails",
48
+ "37": "Warranty claim emails",
49
+ "38": "Service renewal emails",
50
+ "39": "Complaint or Issue Reporting Emails",
51
+ "40": "Feedback Emails",
52
+ "41": "Request for Meeting or Demo",
53
+ "42": "Negotiation Emails",
54
+ "43": "Customer Success or Testimonial Emails"
55
+ },
56
+ "initializer_range": 0.02,
57
+ "intermediate_size": 3072,
58
+ "label2id": {
59
+ "CONTRADICTION": 0,
60
+ "ENTAILMENT": 2,
61
+ "NEUTRAL": 1
62
+ },
63
+ "layer_norm_eps": 1e-07,
64
+ "max_position_embeddings": 512,
65
+ "max_relative_positions": -1,
66
+ "model_type": "deberta",
67
+ "num_attention_heads": 12,
68
+ "num_hidden_layers": 12,
69
+ "pad_token_id": 0,
70
+ "pooler_dropout": 0,
71
+ "pooler_hidden_act": "gelu",
72
+ "pooler_hidden_size": 768,
73
+ "pos_att_type": [
74
+ "c2p",
75
+ "p2c"
76
+ ],
77
+ "position_biased_input": false,
78
+ "relative_attention": true,
79
+ "torch_dtype": "float32",
80
+ "transformers_version": "4.41.2",
81
+ "type_vocab_size": 0,
82
+ "vocab_size": 50265
83
+ }
logs/events.out.tfevents.1719987662.152610336ae8.4301.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3230d635ee23ef49d120d4bc027b5fca61d7e3abee6990333fe632bc44e4f07
3
+ size 422185
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18e7c74c8d3d0a0ed8f784a548d6286b7ca5fa080d2130b70db2bc02a514f71c
3
+ size 556928768
special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "[CLS]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "[SEP]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "[MASK]",
25
+ "lstrip": true,
26
+ "normalized": true,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "[PAD]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "[SEP]",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "[UNK]",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "[PAD]",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "[CLS]",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "[SEP]",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "3": {
30
+ "content": "[UNK]",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "50264": {
38
+ "content": "[MASK]",
39
+ "lstrip": true,
40
+ "normalized": true,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ }
45
+ },
46
+ "bos_token": "[CLS]",
47
+ "clean_up_tokenization_spaces": true,
48
+ "cls_token": "[CLS]",
49
+ "do_lower_case": false,
50
+ "eos_token": "[SEP]",
51
+ "errors": "replace",
52
+ "mask_token": "[MASK]",
53
+ "model_max_length": 1000000000000000019884624838656,
54
+ "pad_token": "[PAD]",
55
+ "sep_token": "[SEP]",
56
+ "tokenizer_class": "DebertaTokenizer",
57
+ "unk_token": "[UNK]",
58
+ "vocab_type": "gpt2"
59
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:988c9deb7057f81981e060ebb413ce70804a9724d2ebbcbe7dd66e9bc9d8c14f
3
+ size 5176
vocab.json ADDED
The diff for this file is too large to render. See raw diff