Ayham commited on
Commit
01389b0
1 Parent(s): 15cf18e

Training in progress, step 1000

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,186 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "EncoderDecoderModel"
4
+ ],
5
+ "decoder": {
6
+ "_name_or_path": "roberta-base",
7
+ "add_cross_attention": true,
8
+ "architectures": [
9
+ "RobertaForMaskedLM"
10
+ ],
11
+ "attention_probs_dropout_prob": 0.1,
12
+ "bad_words_ids": null,
13
+ "bos_token_id": 0,
14
+ "chunk_size_feed_forward": 0,
15
+ "classifier_dropout": null,
16
+ "cross_attention_hidden_size": null,
17
+ "decoder_start_token_id": null,
18
+ "diversity_penalty": 0.0,
19
+ "do_sample": false,
20
+ "early_stopping": false,
21
+ "encoder_no_repeat_ngram_size": 0,
22
+ "eos_token_id": 2,
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": 768,
29
+ "id2label": {
30
+ "0": "LABEL_0",
31
+ "1": "LABEL_1"
32
+ },
33
+ "initializer_range": 0.02,
34
+ "intermediate_size": 3072,
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-05,
42
+ "length_penalty": 1.0,
43
+ "max_length": 20,
44
+ "max_position_embeddings": 514,
45
+ "min_length": 0,
46
+ "model_type": "roberta",
47
+ "no_repeat_ngram_size": 0,
48
+ "num_attention_heads": 12,
49
+ "num_beam_groups": 1,
50
+ "num_beams": 1,
51
+ "num_hidden_layers": 12,
52
+ "num_return_sequences": 1,
53
+ "output_attentions": false,
54
+ "output_hidden_states": false,
55
+ "output_scores": false,
56
+ "pad_token_id": 1,
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
+ "task_specific_params": null,
67
+ "temperature": 1.0,
68
+ "tie_encoder_decoder": false,
69
+ "tie_word_embeddings": true,
70
+ "tokenizer_class": null,
71
+ "top_k": 50,
72
+ "top_p": 1.0,
73
+ "torch_dtype": null,
74
+ "torchscript": false,
75
+ "transformers_version": "4.12.0.dev0",
76
+ "type_vocab_size": 1,
77
+ "use_bfloat16": false,
78
+ "use_cache": true,
79
+ "vocab_size": 50265
80
+ },
81
+ "decoder_start_token_id": 0,
82
+ "early_stopping": true,
83
+ "encoder": {
84
+ "_name_or_path": "xlnet-base-cased",
85
+ "add_cross_attention": false,
86
+ "architectures": [
87
+ "XLNetLMHeadModel"
88
+ ],
89
+ "attn_type": "bi",
90
+ "bad_words_ids": null,
91
+ "bi_data": false,
92
+ "bos_token_id": 1,
93
+ "chunk_size_feed_forward": 0,
94
+ "clamp_len": -1,
95
+ "cross_attention_hidden_size": null,
96
+ "d_head": 64,
97
+ "d_inner": 3072,
98
+ "d_model": 768,
99
+ "decoder_start_token_id": null,
100
+ "diversity_penalty": 0.0,
101
+ "do_sample": false,
102
+ "dropout": 0.1,
103
+ "early_stopping": false,
104
+ "encoder_no_repeat_ngram_size": 0,
105
+ "end_n_top": 5,
106
+ "eos_token_id": 2,
107
+ "ff_activation": "gelu",
108
+ "finetuning_task": null,
109
+ "forced_bos_token_id": null,
110
+ "forced_eos_token_id": null,
111
+ "id2label": {
112
+ "0": "LABEL_0",
113
+ "1": "LABEL_1"
114
+ },
115
+ "initializer_range": 0.02,
116
+ "is_decoder": false,
117
+ "is_encoder_decoder": false,
118
+ "label2id": {
119
+ "LABEL_0": 0,
120
+ "LABEL_1": 1
121
+ },
122
+ "layer_norm_eps": 1e-12,
123
+ "length_penalty": 1.0,
124
+ "max_length": 20,
125
+ "mem_len": null,
126
+ "min_length": 0,
127
+ "model_type": "xlnet",
128
+ "n_head": 12,
129
+ "n_layer": 12,
130
+ "no_repeat_ngram_size": 0,
131
+ "num_beam_groups": 1,
132
+ "num_beams": 1,
133
+ "num_return_sequences": 1,
134
+ "output_attentions": false,
135
+ "output_hidden_states": false,
136
+ "output_scores": false,
137
+ "pad_token_id": 5,
138
+ "prefix": null,
139
+ "problem_type": null,
140
+ "pruned_heads": {},
141
+ "remove_invalid_values": false,
142
+ "repetition_penalty": 1.0,
143
+ "return_dict": true,
144
+ "return_dict_in_generate": false,
145
+ "reuse_len": null,
146
+ "same_length": false,
147
+ "sep_token_id": null,
148
+ "start_n_top": 5,
149
+ "summary_activation": "tanh",
150
+ "summary_last_dropout": 0.1,
151
+ "summary_type": "last",
152
+ "summary_use_proj": true,
153
+ "task_specific_params": {
154
+ "text-generation": {
155
+ "do_sample": true,
156
+ "max_length": 250
157
+ }
158
+ },
159
+ "temperature": 1.0,
160
+ "tie_encoder_decoder": false,
161
+ "tie_word_embeddings": true,
162
+ "tokenizer_class": null,
163
+ "top_k": 50,
164
+ "top_p": 1.0,
165
+ "torch_dtype": null,
166
+ "torchscript": false,
167
+ "transformers_version": "4.12.0.dev0",
168
+ "untie_r": true,
169
+ "use_bfloat16": false,
170
+ "use_mems_eval": true,
171
+ "use_mems_train": false,
172
+ "vocab_size": 32000
173
+ },
174
+ "eos_token_id": 2,
175
+ "is_encoder_decoder": true,
176
+ "length_penalty": 2.0,
177
+ "max_length": 93,
178
+ "min_length": 35,
179
+ "model_type": "encoder-decoder",
180
+ "no_repeat_ngram_size": 3,
181
+ "num_beams": 4,
182
+ "pad_token_id": 1,
183
+ "torch_dtype": "float32",
184
+ "transformers_version": null,
185
+ "vocab_size": 32000
186
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2da783d1482b19f93e870477b95ba88ea51dd1f986d27dcabd9e60e8196095d0
3
+ size 1079345119
runs/Feb26_16-49-35_42605888ec58/1645894219.1486027/events.out.tfevents.1645894219.42605888ec58.125.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df5dd873450c0175c5b08f3f6e72de5cbcc866b2942b2c36f982d3a0fe9302db
3
+ size 4823
runs/Feb26_16-49-35_42605888ec58/events.out.tfevents.1645894219.42605888ec58.125.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afa0eb6ac540c18b5aa45cd1685f4319428758f2ce4b999e72791c852ee45dd7
3
+ size 7566
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84a8f00a7ba119cd837802eb06fefc78241911d6292782cf429e2ab394b89dfe
3
+ size 3055