Ayham commited on
Commit
36553fb
1 Parent(s): 7b33c8c

Training in progress, step 1000

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,179 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "EncoderDecoderModel"
4
+ ],
5
+ "decoder": {
6
+ "_name_or_path": "distilgpt2",
7
+ "_num_labels": 1,
8
+ "activation_function": "gelu_new",
9
+ "add_cross_attention": true,
10
+ "architectures": [
11
+ "GPT2LMHeadModel"
12
+ ],
13
+ "attn_pdrop": 0.1,
14
+ "bad_words_ids": null,
15
+ "bos_token_id": 50256,
16
+ "chunk_size_feed_forward": 0,
17
+ "cross_attention_hidden_size": null,
18
+ "decoder_start_token_id": null,
19
+ "diversity_penalty": 0.0,
20
+ "do_sample": false,
21
+ "early_stopping": false,
22
+ "embd_pdrop": 0.1,
23
+ "encoder_no_repeat_ngram_size": 0,
24
+ "eos_token_id": 50256,
25
+ "finetuning_task": null,
26
+ "forced_bos_token_id": null,
27
+ "forced_eos_token_id": null,
28
+ "id2label": {
29
+ "0": "LABEL_0"
30
+ },
31
+ "initializer_range": 0.02,
32
+ "is_decoder": true,
33
+ "is_encoder_decoder": false,
34
+ "label2id": {
35
+ "LABEL_0": 0
36
+ },
37
+ "layer_norm_epsilon": 1e-05,
38
+ "length_penalty": 1.0,
39
+ "max_length": 20,
40
+ "min_length": 0,
41
+ "model_type": "gpt2",
42
+ "n_ctx": 1024,
43
+ "n_embd": 768,
44
+ "n_head": 12,
45
+ "n_inner": null,
46
+ "n_layer": 6,
47
+ "n_positions": 1024,
48
+ "no_repeat_ngram_size": 0,
49
+ "num_beam_groups": 1,
50
+ "num_beams": 1,
51
+ "num_return_sequences": 1,
52
+ "output_attentions": false,
53
+ "output_hidden_states": false,
54
+ "output_scores": false,
55
+ "pad_token_id": null,
56
+ "prefix": null,
57
+ "problem_type": null,
58
+ "pruned_heads": {},
59
+ "remove_invalid_values": false,
60
+ "reorder_and_upcast_attn": false,
61
+ "repetition_penalty": 1.0,
62
+ "resid_pdrop": 0.1,
63
+ "return_dict": true,
64
+ "return_dict_in_generate": false,
65
+ "scale_attn_by_inverse_layer_idx": false,
66
+ "scale_attn_weights": true,
67
+ "sep_token_id": null,
68
+ "summary_activation": null,
69
+ "summary_first_dropout": 0.1,
70
+ "summary_proj_to_labels": true,
71
+ "summary_type": "cls_index",
72
+ "summary_use_proj": true,
73
+ "task_specific_params": {
74
+ "text-generation": {
75
+ "do_sample": true,
76
+ "max_length": 50
77
+ }
78
+ },
79
+ "temperature": 1.0,
80
+ "tie_encoder_decoder": false,
81
+ "tie_word_embeddings": true,
82
+ "tokenizer_class": null,
83
+ "top_k": 50,
84
+ "top_p": 1.0,
85
+ "torch_dtype": null,
86
+ "torchscript": false,
87
+ "transformers_version": "4.16.2",
88
+ "use_bfloat16": false,
89
+ "use_cache": true,
90
+ "vocab_size": 50257
91
+ },
92
+ "decoder_start_token_id": 50256,
93
+ "early_stopping": true,
94
+ "encoder": {
95
+ "_name_or_path": "distilbert-base-cased",
96
+ "activation": "gelu",
97
+ "add_cross_attention": false,
98
+ "architectures": null,
99
+ "attention_dropout": 0.1,
100
+ "bad_words_ids": null,
101
+ "bos_token_id": null,
102
+ "chunk_size_feed_forward": 0,
103
+ "cross_attention_hidden_size": null,
104
+ "decoder_start_token_id": null,
105
+ "dim": 768,
106
+ "diversity_penalty": 0.0,
107
+ "do_sample": false,
108
+ "dropout": 0.1,
109
+ "early_stopping": false,
110
+ "encoder_no_repeat_ngram_size": 0,
111
+ "eos_token_id": null,
112
+ "finetuning_task": null,
113
+ "forced_bos_token_id": null,
114
+ "forced_eos_token_id": null,
115
+ "hidden_dim": 3072,
116
+ "id2label": {
117
+ "0": "LABEL_0",
118
+ "1": "LABEL_1"
119
+ },
120
+ "initializer_range": 0.02,
121
+ "is_decoder": false,
122
+ "is_encoder_decoder": false,
123
+ "label2id": {
124
+ "LABEL_0": 0,
125
+ "LABEL_1": 1
126
+ },
127
+ "length_penalty": 1.0,
128
+ "max_length": 20,
129
+ "max_position_embeddings": 512,
130
+ "min_length": 0,
131
+ "model_type": "distilbert",
132
+ "n_heads": 12,
133
+ "n_layers": 6,
134
+ "no_repeat_ngram_size": 0,
135
+ "num_beam_groups": 1,
136
+ "num_beams": 1,
137
+ "num_return_sequences": 1,
138
+ "output_attentions": false,
139
+ "output_hidden_states": false,
140
+ "output_past": true,
141
+ "output_scores": false,
142
+ "pad_token_id": 0,
143
+ "prefix": null,
144
+ "problem_type": null,
145
+ "pruned_heads": {},
146
+ "qa_dropout": 0.1,
147
+ "remove_invalid_values": false,
148
+ "repetition_penalty": 1.0,
149
+ "return_dict": true,
150
+ "return_dict_in_generate": false,
151
+ "sep_token_id": null,
152
+ "seq_classif_dropout": 0.2,
153
+ "sinusoidal_pos_embds": false,
154
+ "task_specific_params": null,
155
+ "temperature": 1.0,
156
+ "tie_encoder_decoder": false,
157
+ "tie_weights_": true,
158
+ "tie_word_embeddings": true,
159
+ "tokenizer_class": null,
160
+ "top_k": 50,
161
+ "top_p": 1.0,
162
+ "torch_dtype": null,
163
+ "torchscript": false,
164
+ "transformers_version": "4.16.2",
165
+ "use_bfloat16": false,
166
+ "vocab_size": 28996
167
+ },
168
+ "is_encoder_decoder": true,
169
+ "length_penalty": 2.0,
170
+ "max_length": 142,
171
+ "min_length": 56,
172
+ "model_type": "encoder-decoder",
173
+ "no_repeat_ngram_size": 3,
174
+ "num_beams": 4,
175
+ "pad_token_id": 50256,
176
+ "torch_dtype": "float32",
177
+ "transformers_version": null,
178
+ "vocab_size": 28996
179
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:253ddb65f48b2286bb08a71b93b0d0a1c520fa4d9e0746d1aef2a5b5984d09fa
3
+ size 657825489
runs/Feb05_07-38-01_c35b0635c758/1644046703.7729356/events.out.tfevents.1644046703.c35b0635c758.125.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:059876e7ad3625f99c3265a08b9c07026cb91517226cef112020ea16aab0db93
3
+ size 5096
runs/Feb05_07-38-01_c35b0635c758/events.out.tfevents.1644046703.c35b0635c758.125.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fc95073385b0410ee17fa93de669d42e5a808ef34a51cfb8cd2707ad79a282a
3
+ size 7625
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26b7e03b2f317ca84e133692f5254f8d8529f3f2295bec8e8ccbcadb717d4c5a
3
+ size 3247