kk429553 commited on
Commit
3d4ebfa
1 Parent(s): 6ecf887

End of training

Browse files
README.md ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: calculator_model_test
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # calculator_model_test
13
+
14
+ This model is a fine-tuned version of [](https://huggingface.co/) on the None dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 0.0653
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - learning_rate: 0.001
36
+ - train_batch_size: 512
37
+ - eval_batch_size: 512
38
+ - seed: 42
39
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
+ - lr_scheduler_type: linear
41
+ - num_epochs: 40
42
+
43
+ ### Training results
44
+
45
+ | Training Loss | Epoch | Step | Validation Loss |
46
+ |:-------------:|:-----:|:----:|:---------------:|
47
+ | 3.0601 | 1.0 | 5 | 2.3320 |
48
+ | 2.1438 | 2.0 | 10 | 1.8625 |
49
+ | 1.719 | 3.0 | 15 | 1.4731 |
50
+ | 1.3536 | 4.0 | 20 | 1.1824 |
51
+ | 1.1078 | 5.0 | 25 | 1.0030 |
52
+ | 0.9378 | 6.0 | 30 | 0.8243 |
53
+ | 0.814 | 7.0 | 35 | 0.7440 |
54
+ | 0.7285 | 8.0 | 40 | 0.6701 |
55
+ | 0.6557 | 9.0 | 45 | 0.5971 |
56
+ | 0.6103 | 10.0 | 50 | 0.5747 |
57
+ | 0.5812 | 11.0 | 55 | 0.5327 |
58
+ | 0.5484 | 12.0 | 60 | 0.5351 |
59
+ | 0.5322 | 13.0 | 65 | 0.4831 |
60
+ | 0.485 | 14.0 | 70 | 0.4645 |
61
+ | 0.4599 | 15.0 | 75 | 0.4106 |
62
+ | 0.4148 | 16.0 | 80 | 0.3721 |
63
+ | 0.3847 | 17.0 | 85 | 0.3418 |
64
+ | 0.3717 | 18.0 | 90 | 0.3214 |
65
+ | 0.3406 | 19.0 | 95 | 0.3021 |
66
+ | 0.3133 | 20.0 | 100 | 0.2631 |
67
+ | 0.2902 | 21.0 | 105 | 0.2421 |
68
+ | 0.2558 | 22.0 | 110 | 0.2098 |
69
+ | 0.2351 | 23.0 | 115 | 0.1821 |
70
+ | 0.2115 | 24.0 | 120 | 0.1597 |
71
+ | 0.1909 | 25.0 | 125 | 0.1435 |
72
+ | 0.1745 | 26.0 | 130 | 0.1364 |
73
+ | 0.1612 | 27.0 | 135 | 0.1223 |
74
+ | 0.1516 | 28.0 | 140 | 0.1127 |
75
+ | 0.1379 | 29.0 | 145 | 0.1012 |
76
+ | 0.1281 | 30.0 | 150 | 0.0945 |
77
+ | 0.1232 | 31.0 | 155 | 0.0858 |
78
+ | 0.1153 | 32.0 | 160 | 0.0822 |
79
+ | 0.1077 | 33.0 | 165 | 0.0798 |
80
+ | 0.1039 | 34.0 | 170 | 0.0764 |
81
+ | 0.1025 | 35.0 | 175 | 0.0719 |
82
+ | 0.0989 | 36.0 | 180 | 0.0685 |
83
+ | 0.0955 | 37.0 | 185 | 0.0685 |
84
+ | 0.0949 | 38.0 | 190 | 0.0660 |
85
+ | 0.0915 | 39.0 | 195 | 0.0653 |
86
+ | 0.0901 | 40.0 | 200 | 0.0653 |
87
+
88
+
89
+ ### Framework versions
90
+
91
+ - Transformers 4.38.1
92
+ - Pytorch 2.1.0+cu121
93
+ - Datasets 2.18.0
94
+ - Tokenizers 0.15.2
config.json ADDED
@@ -0,0 +1,169 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "EncoderDecoderModel"
4
+ ],
5
+ "decoder": {
6
+ "_name_or_path": "",
7
+ "add_cross_attention": true,
8
+ "architectures": null,
9
+ "attention_probs_dropout_prob": 0.1,
10
+ "bad_words_ids": null,
11
+ "begin_suppress_tokens": null,
12
+ "bos_token_id": null,
13
+ "chunk_size_feed_forward": 0,
14
+ "classifier_dropout": null,
15
+ "cross_attention_hidden_size": null,
16
+ "decoder_start_token_id": null,
17
+ "diversity_penalty": 0.0,
18
+ "do_sample": false,
19
+ "early_stopping": false,
20
+ "encoder_no_repeat_ngram_size": 0,
21
+ "eos_token_id": null,
22
+ "exponential_decay_length_penalty": null,
23
+ "finetuning_task": null,
24
+ "forced_bos_token_id": null,
25
+ "forced_eos_token_id": null,
26
+ "hidden_act": "gelu",
27
+ "hidden_dropout_prob": 0.1,
28
+ "hidden_size": 256,
29
+ "id2label": {
30
+ "0": "LABEL_0",
31
+ "1": "LABEL_1"
32
+ },
33
+ "initializer_range": 0.02,
34
+ "intermediate_size": 1024,
35
+ "is_decoder": true,
36
+ "is_encoder_decoder": false,
37
+ "label2id": {
38
+ "LABEL_0": 0,
39
+ "LABEL_1": 1
40
+ },
41
+ "layer_norm_eps": 1e-12,
42
+ "length_penalty": 1.0,
43
+ "max_length": 20,
44
+ "max_position_embeddings": 512,
45
+ "min_length": 0,
46
+ "model_type": "bert",
47
+ "no_repeat_ngram_size": 0,
48
+ "num_attention_heads": 4,
49
+ "num_beam_groups": 1,
50
+ "num_beams": 1,
51
+ "num_hidden_layers": 4,
52
+ "num_return_sequences": 1,
53
+ "output_attentions": false,
54
+ "output_hidden_states": false,
55
+ "output_scores": false,
56
+ "pad_token_id": 0,
57
+ "position_embedding_type": "absolute",
58
+ "prefix": null,
59
+ "problem_type": null,
60
+ "pruned_heads": {},
61
+ "remove_invalid_values": false,
62
+ "repetition_penalty": 1.0,
63
+ "return_dict": true,
64
+ "return_dict_in_generate": false,
65
+ "sep_token_id": null,
66
+ "suppress_tokens": null,
67
+ "task_specific_params": null,
68
+ "temperature": 1.0,
69
+ "tf_legacy_loss": false,
70
+ "tie_encoder_decoder": false,
71
+ "tie_word_embeddings": true,
72
+ "tokenizer_class": null,
73
+ "top_k": 50,
74
+ "top_p": 1.0,
75
+ "torch_dtype": null,
76
+ "torchscript": false,
77
+ "type_vocab_size": 2,
78
+ "typical_p": 1.0,
79
+ "use_bfloat16": false,
80
+ "use_cache": true,
81
+ "vocab_size": 53
82
+ },
83
+ "decoder_start_token_id": 2,
84
+ "encoder": {
85
+ "_name_or_path": "",
86
+ "add_cross_attention": false,
87
+ "architectures": null,
88
+ "attention_probs_dropout_prob": 0.1,
89
+ "bad_words_ids": null,
90
+ "begin_suppress_tokens": null,
91
+ "bos_token_id": null,
92
+ "chunk_size_feed_forward": 0,
93
+ "classifier_dropout": null,
94
+ "cross_attention_hidden_size": null,
95
+ "decoder_start_token_id": null,
96
+ "diversity_penalty": 0.0,
97
+ "do_sample": false,
98
+ "early_stopping": false,
99
+ "encoder_no_repeat_ngram_size": 0,
100
+ "eos_token_id": null,
101
+ "exponential_decay_length_penalty": null,
102
+ "finetuning_task": null,
103
+ "forced_bos_token_id": null,
104
+ "forced_eos_token_id": null,
105
+ "hidden_act": "gelu",
106
+ "hidden_dropout_prob": 0.1,
107
+ "hidden_size": 256,
108
+ "id2label": {
109
+ "0": "LABEL_0",
110
+ "1": "LABEL_1"
111
+ },
112
+ "initializer_range": 0.02,
113
+ "intermediate_size": 1024,
114
+ "is_decoder": false,
115
+ "is_encoder_decoder": false,
116
+ "label2id": {
117
+ "LABEL_0": 0,
118
+ "LABEL_1": 1
119
+ },
120
+ "layer_norm_eps": 1e-12,
121
+ "length_penalty": 1.0,
122
+ "max_length": 20,
123
+ "max_position_embeddings": 512,
124
+ "min_length": 0,
125
+ "model_type": "bert",
126
+ "no_repeat_ngram_size": 0,
127
+ "num_attention_heads": 4,
128
+ "num_beam_groups": 1,
129
+ "num_beams": 1,
130
+ "num_hidden_layers": 4,
131
+ "num_return_sequences": 1,
132
+ "output_attentions": false,
133
+ "output_hidden_states": false,
134
+ "output_scores": false,
135
+ "pad_token_id": 0,
136
+ "position_embedding_type": "absolute",
137
+ "prefix": null,
138
+ "problem_type": null,
139
+ "pruned_heads": {},
140
+ "remove_invalid_values": false,
141
+ "repetition_penalty": 1.0,
142
+ "return_dict": true,
143
+ "return_dict_in_generate": false,
144
+ "sep_token_id": null,
145
+ "suppress_tokens": null,
146
+ "task_specific_params": null,
147
+ "temperature": 1.0,
148
+ "tf_legacy_loss": false,
149
+ "tie_encoder_decoder": false,
150
+ "tie_word_embeddings": true,
151
+ "tokenizer_class": null,
152
+ "top_k": 50,
153
+ "top_p": 1.0,
154
+ "torch_dtype": null,
155
+ "torchscript": false,
156
+ "type_vocab_size": 2,
157
+ "typical_p": 1.0,
158
+ "use_bfloat16": false,
159
+ "use_cache": true,
160
+ "vocab_size": 53
161
+ },
162
+ "eos_token_id": 0,
163
+ "is_encoder_decoder": true,
164
+ "model_type": "encoder-decoder",
165
+ "pad_token_id": 3,
166
+ "torch_dtype": "float32",
167
+ "transformers_version": "4.38.1",
168
+ "unk_token_id": null
169
+ }
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "decoder_start_token_id": 2,
4
+ "eos_token_id": 0,
5
+ "pad_token_id": 3,
6
+ "transformers_version": "4.38.1"
7
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a5292a65f77b8ec0618efee5014eb9796bc0c1a22322daa8d6756df14af7d8b
3
+ size 31207604
runs/Mar04_10-08-31_00ff5534ca77/events.out.tfevents.1709546912.00ff5534ca77.2126.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b75d4a1efa2ef6a2bae8a6a25e378899156d4d63712b4703456b1f375060ded4
3
+ size 27961
special_tokens_map.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "[EOS]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
+ }
tokenizer.json ADDED
@@ -0,0 +1,192 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
5
+ "added_tokens": [
6
+ {
7
+ "id": 0,
8
+ "content": "[EOS]",
9
+ "single_word": false,
10
+ "lstrip": false,
11
+ "rstrip": false,
12
+ "normalized": false,
13
+ "special": true
14
+ },
15
+ {
16
+ "id": 1,
17
+ "content": "[UNK]",
18
+ "single_word": false,
19
+ "lstrip": false,
20
+ "rstrip": false,
21
+ "normalized": false,
22
+ "special": true
23
+ },
24
+ {
25
+ "id": 2,
26
+ "content": "[CLS]",
27
+ "single_word": false,
28
+ "lstrip": false,
29
+ "rstrip": false,
30
+ "normalized": false,
31
+ "special": true
32
+ },
33
+ {
34
+ "id": 3,
35
+ "content": "[PAD]",
36
+ "single_word": false,
37
+ "lstrip": false,
38
+ "rstrip": false,
39
+ "normalized": false,
40
+ "special": true
41
+ }
42
+ ],
43
+ "normalizer": null,
44
+ "pre_tokenizer": {
45
+ "type": "Whitespace"
46
+ },
47
+ "post_processor": {
48
+ "type": "TemplateProcessing",
49
+ "single": [
50
+ {
51
+ "Sequence": {
52
+ "id": "A",
53
+ "type_id": 0
54
+ }
55
+ },
56
+ {
57
+ "SpecialToken": {
58
+ "id": "[EOS]",
59
+ "type_id": 0
60
+ }
61
+ }
62
+ ],
63
+ "pair": [
64
+ {
65
+ "Sequence": {
66
+ "id": "A",
67
+ "type_id": 0
68
+ }
69
+ },
70
+ {
71
+ "Sequence": {
72
+ "id": "B",
73
+ "type_id": 1
74
+ }
75
+ }
76
+ ],
77
+ "special_tokens": {
78
+ "[EOS]": {
79
+ "id": "[EOS]",
80
+ "ids": [
81
+ 0
82
+ ],
83
+ "tokens": [
84
+ "[EOS]"
85
+ ]
86
+ }
87
+ }
88
+ },
89
+ "decoder": null,
90
+ "model": {
91
+ "type": "BPE",
92
+ "dropout": null,
93
+ "unk_token": "[UNK]",
94
+ "continuing_subword_prefix": null,
95
+ "end_of_word_suffix": null,
96
+ "fuse_unk": false,
97
+ "byte_fallback": false,
98
+ "vocab": {
99
+ "[EOS]": 0,
100
+ "[UNK]": 1,
101
+ "[CLS]": 2,
102
+ "[PAD]": 3,
103
+ "+": 4,
104
+ "-": 5,
105
+ "0": 6,
106
+ "1": 7,
107
+ "2": 8,
108
+ "3": 9,
109
+ "4": 10,
110
+ "5": 11,
111
+ "6": 12,
112
+ "7": 13,
113
+ "8": 14,
114
+ "9": 15,
115
+ "=": 16,
116
+ "99": 17,
117
+ "10": 18,
118
+ "11": 19,
119
+ "98": 20,
120
+ "12": 21,
121
+ "97": 22,
122
+ "13": 23,
123
+ "96": 24,
124
+ "14": 25,
125
+ "95": 26,
126
+ "15": 27,
127
+ "94": 28,
128
+ "16": 29,
129
+ "93": 30,
130
+ "17": 31,
131
+ "92": 32,
132
+ "18": 33,
133
+ "91": 34,
134
+ "90": 35,
135
+ "19": 36,
136
+ "20": 37,
137
+ "89": 38,
138
+ "88": 39,
139
+ "21": 40,
140
+ "22": 41,
141
+ "87": 42,
142
+ "23": 43,
143
+ "86": 44,
144
+ "24": 45,
145
+ "85": 46,
146
+ "25": 47,
147
+ "84": 48,
148
+ "26": 49,
149
+ "83": 50,
150
+ "27": 51,
151
+ "82": 52
152
+ },
153
+ "merges": [
154
+ "9 9",
155
+ "1 0",
156
+ "1 1",
157
+ "9 8",
158
+ "1 2",
159
+ "9 7",
160
+ "1 3",
161
+ "9 6",
162
+ "1 4",
163
+ "9 5",
164
+ "1 5",
165
+ "9 4",
166
+ "1 6",
167
+ "9 3",
168
+ "1 7",
169
+ "9 2",
170
+ "1 8",
171
+ "9 1",
172
+ "9 0",
173
+ "1 9",
174
+ "2 0",
175
+ "8 9",
176
+ "8 8",
177
+ "2 1",
178
+ "2 2",
179
+ "8 7",
180
+ "2 3",
181
+ "8 6",
182
+ "2 4",
183
+ "8 5",
184
+ "2 5",
185
+ "8 4",
186
+ "2 6",
187
+ "8 3",
188
+ "2 7",
189
+ "8 2"
190
+ ]
191
+ }
192
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[EOS]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[PAD]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ }
35
+ },
36
+ "clean_up_tokenization_spaces": true,
37
+ "cls_token": "[CLS]",
38
+ "eos_token": "[EOS]",
39
+ "model_max_length": 1000000000000000019884624838656,
40
+ "pad_token": "[PAD]",
41
+ "tokenizer_class": "PreTrainedTokenizerFast"
42
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae59a89cd4146f9fbd176cd6c5d038edaa3b7676dd7447410cf49e6357b51fb1
3
+ size 5112