alessandronascimento commited on
Commit
ea0a090
·
verified ·
1 Parent(s): 37e8a26

Training in progress, epoch 0, checkpoint

Browse files
last-checkpoint/config.json ADDED
@@ -0,0 +1,184 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "ProtChem_ESM2_MolGen_CrossAttention",
3
+ "architectures": [
4
+ "EncoderDecoderModel"
5
+ ],
6
+ "decoder": {
7
+ "_name_or_path": "zjunlp/MolGen-large",
8
+ "activation_dropout": 0.0,
9
+ "activation_function": "gelu",
10
+ "add_cross_attention": true,
11
+ "architectures": [
12
+ "BartForConditionalGeneration"
13
+ ],
14
+ "attention_dropout": 0.2,
15
+ "bad_words_ids": null,
16
+ "begin_suppress_tokens": null,
17
+ "bos_token_id": 0,
18
+ "chunk_size_feed_forward": 0,
19
+ "classifier_dropout": 0.0,
20
+ "cross_attention_hidden_size": null,
21
+ "d_model": 1024,
22
+ "decoder_attention_heads": 16,
23
+ "decoder_ffn_dim": 4096,
24
+ "decoder_layerdrop": 0.0,
25
+ "decoder_layers": 12,
26
+ "decoder_start_token_id": 2,
27
+ "diversity_penalty": 0.0,
28
+ "do_sample": false,
29
+ "dropout": 0.2,
30
+ "early_stopping": false,
31
+ "encoder_attention_heads": 16,
32
+ "encoder_ffn_dim": 4096,
33
+ "encoder_layerdrop": 0.0,
34
+ "encoder_layers": 12,
35
+ "encoder_no_repeat_ngram_size": 0,
36
+ "eos_token_id": 2,
37
+ "exponential_decay_length_penalty": null,
38
+ "finetuning_task": null,
39
+ "forced_bos_token_id": null,
40
+ "forced_eos_token_id": 2,
41
+ "id2label": {
42
+ "0": "LABEL_0",
43
+ "1": "LABEL_1",
44
+ "2": "LABEL_2"
45
+ },
46
+ "init_std": 0.02,
47
+ "is_decoder": true,
48
+ "is_encoder_decoder": false,
49
+ "label2id": {
50
+ "LABEL_0": 0,
51
+ "LABEL_1": 1,
52
+ "LABEL_2": 2
53
+ },
54
+ "length_penalty": 1.0,
55
+ "max_length": 20,
56
+ "max_position_embeddings": 1024,
57
+ "min_length": 0,
58
+ "model_type": "bart",
59
+ "no_repeat_ngram_size": 0,
60
+ "num_beam_groups": 1,
61
+ "num_beams": 1,
62
+ "num_hidden_layers": 12,
63
+ "num_return_sequences": 1,
64
+ "output_attentions": false,
65
+ "output_hidden_states": false,
66
+ "output_scores": false,
67
+ "pad_token_id": 1,
68
+ "prefix": null,
69
+ "problem_type": null,
70
+ "pruned_heads": {},
71
+ "remove_invalid_values": false,
72
+ "repetition_penalty": 1.0,
73
+ "return_dict": true,
74
+ "return_dict_in_generate": false,
75
+ "scale_embedding": false,
76
+ "sep_token_id": null,
77
+ "suppress_tokens": null,
78
+ "task_specific_params": null,
79
+ "temperature": 1.0,
80
+ "tf_legacy_loss": false,
81
+ "tie_encoder_decoder": false,
82
+ "tie_word_embeddings": true,
83
+ "tokenizer_class": null,
84
+ "top_k": 50,
85
+ "top_p": 1.0,
86
+ "torch_dtype": "bfloat16",
87
+ "torchscript": false,
88
+ "typical_p": 1.0,
89
+ "use_bfloat16": false,
90
+ "use_cache": true,
91
+ "vocab_size": 185
92
+ },
93
+ "decoder_start_token_id": 0,
94
+ "encoder": {
95
+ "_name_or_path": "facebook/esm2_t33_650M_UR50D",
96
+ "add_cross_attention": false,
97
+ "architectures": [
98
+ "EsmForMaskedLM"
99
+ ],
100
+ "attention_probs_dropout_prob": 0.0,
101
+ "bad_words_ids": null,
102
+ "begin_suppress_tokens": null,
103
+ "bos_token_id": null,
104
+ "chunk_size_feed_forward": 0,
105
+ "classifier_dropout": null,
106
+ "cross_attention_hidden_size": null,
107
+ "decoder_start_token_id": null,
108
+ "diversity_penalty": 0.0,
109
+ "do_sample": false,
110
+ "early_stopping": false,
111
+ "emb_layer_norm_before": false,
112
+ "encoder_no_repeat_ngram_size": 0,
113
+ "eos_token_id": null,
114
+ "esmfold_config": null,
115
+ "exponential_decay_length_penalty": null,
116
+ "finetuning_task": null,
117
+ "forced_bos_token_id": null,
118
+ "forced_eos_token_id": null,
119
+ "hidden_act": "gelu",
120
+ "hidden_dropout_prob": 0.0,
121
+ "hidden_size": 1280,
122
+ "id2label": {
123
+ "0": "LABEL_0",
124
+ "1": "LABEL_1"
125
+ },
126
+ "initializer_range": 0.02,
127
+ "intermediate_size": 5120,
128
+ "is_decoder": false,
129
+ "is_encoder_decoder": false,
130
+ "is_folding_model": false,
131
+ "label2id": {
132
+ "LABEL_0": 0,
133
+ "LABEL_1": 1
134
+ },
135
+ "layer_norm_eps": 1e-05,
136
+ "length_penalty": 1.0,
137
+ "mask_token_id": 32,
138
+ "max_length": 20,
139
+ "max_position_embeddings": 1026,
140
+ "min_length": 0,
141
+ "model_type": "esm",
142
+ "no_repeat_ngram_size": 0,
143
+ "num_attention_heads": 20,
144
+ "num_beam_groups": 1,
145
+ "num_beams": 1,
146
+ "num_hidden_layers": 33,
147
+ "num_return_sequences": 1,
148
+ "output_attentions": false,
149
+ "output_hidden_states": false,
150
+ "output_scores": false,
151
+ "pad_token_id": 1,
152
+ "position_embedding_type": "rotary",
153
+ "prefix": null,
154
+ "problem_type": null,
155
+ "pruned_heads": {},
156
+ "remove_invalid_values": false,
157
+ "repetition_penalty": 1.0,
158
+ "return_dict": true,
159
+ "return_dict_in_generate": false,
160
+ "sep_token_id": null,
161
+ "suppress_tokens": null,
162
+ "task_specific_params": null,
163
+ "temperature": 1.0,
164
+ "tf_legacy_loss": false,
165
+ "tie_encoder_decoder": false,
166
+ "tie_word_embeddings": true,
167
+ "token_dropout": true,
168
+ "tokenizer_class": null,
169
+ "top_k": 50,
170
+ "top_p": 1.0,
171
+ "torch_dtype": "bfloat16",
172
+ "torchscript": false,
173
+ "typical_p": 1.0,
174
+ "use_bfloat16": false,
175
+ "use_cache": true,
176
+ "vocab_list": null,
177
+ "vocab_size": 33
178
+ },
179
+ "is_encoder_decoder": true,
180
+ "model_type": "encoder-decoder",
181
+ "pad_token_id": 1,
182
+ "torch_dtype": "bfloat16",
183
+ "transformers_version": "4.45.2"
184
+ }
last-checkpoint/generation_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "decoder_start_token_id": 2,
5
+ "eos_token_id": 2,
6
+ "forced_eos_token_id": 2,
7
+ "pad_token_id": 1,
8
+ "transformers_version": "4.45.2"
9
+ }
last-checkpoint/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:178530fd64f5986b87c68d4d25287bb190e9dc948cfcc39ffd1fb87d818d0756
3
+ size 1713050034
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11c0457a86b221612d25748e0aa0dda1614f71fb98d3fe0ccd5424e96cd0f7ee
3
+ size 816721594
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:557d974c659fd0bb715c14aad20461250be107b6c6982f3edba5bffe93c03d67
3
+ size 14244
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f243675b1550a6e1c2b2f39823155e548c4797f1bca6374367a6b4525499792
3
+ size 1064
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 9.923595644067973e-05,
3
+ "best_model_checkpoint": "ProtChem_ESM2_MolGen_Decoder/checkpoint-3972",
4
+ "epoch": 0.9999370633771791,
5
+ "eval_steps": 500,
6
+ "global_step": 3972,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.12587324564163888,
13
+ "grad_norm": 0.044921875,
14
+ "learning_rate": 5e-06,
15
+ "loss": 0.0025,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.25174649128327775,
20
+ "grad_norm": 0.01129150390625,
21
+ "learning_rate": 1e-05,
22
+ "loss": 0.0013,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.3776197369249166,
27
+ "grad_norm": 0.01416015625,
28
+ "learning_rate": 1.5000000000000002e-05,
29
+ "loss": 0.0007,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 0.5034929825665555,
34
+ "grad_norm": 0.0133056640625,
35
+ "learning_rate": 2e-05,
36
+ "loss": 0.0005,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 0.6293662282081943,
41
+ "grad_norm": 0.00872802734375,
42
+ "learning_rate": 1.9991330308838565e-05,
43
+ "loss": 0.0003,
44
+ "step": 2500
45
+ },
46
+ {
47
+ "epoch": 0.7552394738498333,
48
+ "grad_norm": 0.020263671875,
49
+ "learning_rate": 1.996533626806322e-05,
50
+ "loss": 0.0003,
51
+ "step": 3000
52
+ },
53
+ {
54
+ "epoch": 0.8811127194914721,
55
+ "grad_norm": 0.0024261474609375,
56
+ "learning_rate": 1.992206294973508e-05,
57
+ "loss": 0.0002,
58
+ "step": 3500
59
+ },
60
+ {
61
+ "epoch": 0.9999370633771791,
62
+ "eval_loss": 9.923595644067973e-05,
63
+ "eval_runtime": 16805.4557,
64
+ "eval_samples_per_second": 15.226,
65
+ "eval_steps_per_second": 0.952,
66
+ "step": 3972
67
+ }
68
+ ],
69
+ "logging_steps": 500,
70
+ "max_steps": 39720,
71
+ "num_input_tokens_seen": 0,
72
+ "num_train_epochs": 10,
73
+ "save_steps": 500,
74
+ "stateful_callbacks": {
75
+ "EarlyStoppingCallback": {
76
+ "args": {
77
+ "early_stopping_patience": 2,
78
+ "early_stopping_threshold": 0.0
79
+ },
80
+ "attributes": {
81
+ "early_stopping_patience_counter": 0
82
+ }
83
+ },
84
+ "TrainerControl": {
85
+ "args": {
86
+ "should_epoch_stop": false,
87
+ "should_evaluate": false,
88
+ "should_log": false,
89
+ "should_save": true,
90
+ "should_training_stop": false
91
+ },
92
+ "attributes": {}
93
+ }
94
+ },
95
+ "total_flos": 2.6673341428273306e+18,
96
+ "train_batch_size": 32,
97
+ "trial_name": null,
98
+ "trial_params": null
99
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fd29142db25d1d3c994290a0ecd8ee5779d7ef21c12920f918ed3eebcda77bd
3
+ size 5368