ziansu commited on
Commit
0a16fa6
1 Parent(s): a76da88

Training in progress, step 18000, checkpoint

Browse files
checkpoint-18000/config.json ADDED
@@ -0,0 +1,184 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "K": 4096,
3
+ "architectures": [
4
+ "MomentumDualEncoderModel"
5
+ ],
6
+ "assembly_config": {
7
+ "_name_or_path": "",
8
+ "add_cross_attention": false,
9
+ "architectures": [
10
+ "LongelmForMaskedLMWithEdgePrediction"
11
+ ],
12
+ "attention_probs_dropout_prob": 0.1,
13
+ "bad_words_ids": null,
14
+ "begin_suppress_tokens": null,
15
+ "block_size": 8,
16
+ "bos_token_id": 1,
17
+ "chunk_size_feed_forward": 0,
18
+ "classifier_dropout": null,
19
+ "cross_attention_hidden_size": null,
20
+ "decoder_start_token_id": null,
21
+ "diversity_penalty": 0.0,
22
+ "do_sample": false,
23
+ "early_stopping": false,
24
+ "encoder_no_repeat_ngram_size": 0,
25
+ "eos_token_id": 2,
26
+ "ep_add_linear_projection": true,
27
+ "exponential_decay_length_penalty": null,
28
+ "finetuning_task": null,
29
+ "forced_bos_token_id": null,
30
+ "forced_eos_token_id": null,
31
+ "global_memory_size": 1,
32
+ "hidden_act": "gelu",
33
+ "hidden_dropout_prob": 0.1,
34
+ "hidden_size": 768,
35
+ "id2label": {
36
+ "0": "LABEL_0",
37
+ "1": "LABEL_1"
38
+ },
39
+ "initializer_range": 0.02,
40
+ "intermediate_size": 3072,
41
+ "is_decoder": false,
42
+ "is_encoder_decoder": false,
43
+ "label2id": {
44
+ "LABEL_0": 0,
45
+ "LABEL_1": 1
46
+ },
47
+ "layer_norm_eps": 1e-12,
48
+ "length_penalty": 1.0,
49
+ "max_blocks": 200,
50
+ "max_length": 20,
51
+ "max_position_embeddings": 1805,
52
+ "max_relative_position_embeddings": 8,
53
+ "min_length": 0,
54
+ "model_type": "longelm",
55
+ "no_repeat_ngram_size": 0,
56
+ "node_size": 1,
57
+ "num_attention_heads": 12,
58
+ "num_beam_groups": 1,
59
+ "num_beams": 1,
60
+ "num_hidden_layers": 12,
61
+ "num_return_sequences": 1,
62
+ "output_attentions": false,
63
+ "output_hidden_states": false,
64
+ "output_scores": false,
65
+ "pad_token_id": 3,
66
+ "position_embedding_type": "mixed",
67
+ "prefix": null,
68
+ "problem_type": null,
69
+ "pruned_heads": {},
70
+ "remove_invalid_values": false,
71
+ "repetition_penalty": 1.0,
72
+ "return_dict": true,
73
+ "return_dict_in_generate": false,
74
+ "sep_token_id": null,
75
+ "suppress_tokens": null,
76
+ "task_specific_params": null,
77
+ "temperature": 1.0,
78
+ "tf_legacy_loss": false,
79
+ "tie_encoder_decoder": false,
80
+ "tie_word_embeddings": true,
81
+ "tokenizer_class": null,
82
+ "top_k": 50,
83
+ "top_p": 1.0,
84
+ "torch_dtype": "float32",
85
+ "torchscript": false,
86
+ "type_vocab_size": 2,
87
+ "typical_p": 1.0,
88
+ "use_bfloat16": false,
89
+ "use_cache": true,
90
+ "vocab_size": 50265
91
+ },
92
+ "logit_scale_init_value": 2.6592,
93
+ "m": 0.999,
94
+ "model_type": "assembly-source-dual-encoder",
95
+ "projection_dim": 512,
96
+ "source_config": {
97
+ "_name_or_path": "Salesforce/codet5p-110m-embedding",
98
+ "add_cross_attention": false,
99
+ "architectures": [
100
+ "CodeT5p_Embedding"
101
+ ],
102
+ "auto_map": {
103
+ "AutoConfig": "Salesforce/codet5p-110m-embedding--configuration_codet5p_embedding.CodeT5pEmbeddingConfig",
104
+ "AutoModel": "Salesforce/codet5p-110m-embedding--modeling_codet5p_embedding.CodeT5pEmbeddingModel"
105
+ },
106
+ "bad_words_ids": null,
107
+ "begin_suppress_tokens": null,
108
+ "bos_token_id": 1,
109
+ "chunk_size_feed_forward": 0,
110
+ "cross_attention_hidden_size": null,
111
+ "d_ff": 3072,
112
+ "d_kv": 64,
113
+ "d_model": 768,
114
+ "decoder_start_token_id": 0,
115
+ "dense_act_fn": "relu",
116
+ "diversity_penalty": 0.0,
117
+ "do_sample": false,
118
+ "dropout_rate": 0.1,
119
+ "early_stopping": false,
120
+ "embed_dim": 256,
121
+ "encoder_no_repeat_ngram_size": 0,
122
+ "eos_token_id": 2,
123
+ "exponential_decay_length_penalty": null,
124
+ "feed_forward_proj": "relu",
125
+ "finetuning_task": null,
126
+ "forced_bos_token_id": null,
127
+ "forced_eos_token_id": null,
128
+ "gradient_checkpointing": false,
129
+ "id2label": {
130
+ "0": "LABEL_0"
131
+ },
132
+ "initializer_factor": 1.0,
133
+ "is_decoder": false,
134
+ "is_encoder_decoder": true,
135
+ "is_gated_act": false,
136
+ "label2id": {
137
+ "LABEL_0": 0
138
+ },
139
+ "layer_norm_epsilon": 1e-06,
140
+ "length_penalty": 1.0,
141
+ "max_length": 20,
142
+ "min_length": 0,
143
+ "model_type": "codet5p_embedding",
144
+ "n_positions": 512,
145
+ "no_repeat_ngram_size": 0,
146
+ "num_beam_groups": 1,
147
+ "num_beams": 1,
148
+ "num_heads": 12,
149
+ "num_layers": 12,
150
+ "num_return_sequences": 1,
151
+ "output_attentions": false,
152
+ "output_hidden_states": false,
153
+ "output_past": true,
154
+ "output_scores": false,
155
+ "pad_token_id": 0,
156
+ "prefix": null,
157
+ "problem_type": null,
158
+ "pruned_heads": {},
159
+ "relative_attention_max_distance": 128,
160
+ "relative_attention_num_buckets": 32,
161
+ "remove_invalid_values": false,
162
+ "repetition_penalty": 1.0,
163
+ "return_dict": true,
164
+ "return_dict_in_generate": false,
165
+ "sep_token_id": null,
166
+ "suppress_tokens": null,
167
+ "task_specific_params": null,
168
+ "temperature": 1.0,
169
+ "tf_legacy_loss": false,
170
+ "tie_encoder_decoder": false,
171
+ "tie_word_embeddings": true,
172
+ "tokenizer_class": null,
173
+ "top_k": 50,
174
+ "top_p": 1.0,
175
+ "torch_dtype": "float32",
176
+ "torchscript": false,
177
+ "typical_p": 1.0,
178
+ "use_bfloat16": false,
179
+ "use_cache": false,
180
+ "vocab_size": 32103
181
+ },
182
+ "torch_dtype": "float32",
183
+ "transformers_version": "4.39.3"
184
+ }
checkpoint-18000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef834e7bb1a9bbaf09c1d08d195b0b11a56df11a46ae165e47794c91b0d2438c
3
+ size 1901991436
checkpoint-18000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e1b4b5c3d41d461f002f9530c18a84df23c116191747539fd184e743a3d543f
3
+ size 1888540293
checkpoint-18000/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6176a235ccf00ed3704cdd459ad23abc9d94ddb179fcdfa084cd6e167b228f73
3
+ size 15607
checkpoint-18000/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7d4bc64c5af0dc091d319c8fcc333c9a0c23281b8efb9bceb5ba1367dc97d13
3
+ size 15607
checkpoint-18000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc7dd319d5d0b532b62f131cb5061991fe8404fd472d939ab2b0ddd84ad258ec
3
+ size 627
checkpoint-18000/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-18000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37d08e731b46f2fc9ac1d4ac376bb688c70f2bf08a26eb4b0de280ef48858eb0
3
+ size 4539