DeskDown commited on
Commit
e566fec
1 Parent(s): b8fa365

Mix Trained marian model over 9 low resource languages of ALT dataset + 18K senetences from en-ja opus dataset.

Browse files
last-checkpoint/added_tokens.json DELETED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/config.json DELETED
@@ -1,44 +0,0 @@
1
- {
2
- "_name_or_path": "Helsinki-NLP/opus-tatoeba-en-ja",
3
- "activation_dropout": 0.0,
4
- "activation_function": "swish",
5
- "architectures": [
6
- "MarianMTModel"
7
- ],
8
- "attention_dropout": 0.0,
9
- "bad_words_ids": [
10
- [
11
- 65000
12
- ]
13
- ],
14
- "bos_token_id": 0,
15
- "classifier_dropout": 0.0,
16
- "d_model": 512,
17
- "decoder_attention_heads": 8,
18
- "decoder_ffn_dim": 2048,
19
- "decoder_layerdrop": 0.0,
20
- "decoder_layers": 6,
21
- "decoder_start_token_id": 65000,
22
- "dropout": 0.1,
23
- "encoder_attention_heads": 8,
24
- "encoder_ffn_dim": 2048,
25
- "encoder_layerdrop": 0.0,
26
- "encoder_layers": 6,
27
- "eos_token_id": 0,
28
- "forced_eos_token_id": 0,
29
- "init_std": 0.02,
30
- "is_encoder_decoder": true,
31
- "max_length": 512,
32
- "max_position_embeddings": 512,
33
- "model_type": "marian",
34
- "normalize_embedding": false,
35
- "num_beams": 6,
36
- "num_hidden_layers": 6,
37
- "pad_token_id": 65000,
38
- "scale_embedding": true,
39
- "static_position_embeddings": true,
40
- "torch_dtype": "float32",
41
- "transformers_version": "4.12.5",
42
- "use_cache": true,
43
- "vocab_size": 97154
44
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
last-checkpoint/optimizer.pt DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:eddb74787696dede4919ec271555a6350a568c321174a7c15dc3e1d67bee90d9
3
- size 751197645
 
 
 
 
last-checkpoint/pytorch_model.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ab9255443ab93767d06e31e700d16c826a1b9c4bd217525b669b2851a871e8fd
3
- size 376008389
 
 
 
 
last-checkpoint/rng_state.pth DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:955f2254b1e2583a0c202f4167da7de0b528b48ae4ee34006c7519a67f4f2166
3
- size 14567
 
 
 
 
last-checkpoint/scaler.pt DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:35de3af080a175fc9162ccb44a37ba550925fde9c9502c74bafce2c813e66388
3
- size 559
 
 
 
 
last-checkpoint/scheduler.pt DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:265e019a5d08011062ca46680adb46fea92faeb6e1ff9bcaf722eb0c685c75c6
3
- size 623
 
 
 
 
last-checkpoint/source.spm DELETED
Binary file (808 kB)
 
last-checkpoint/special_tokens_map.json DELETED
@@ -1 +0,0 @@
1
- {"eos_token": "</s>", "unk_token": "<unk>", "pad_token": "<pad>"}
 
 
last-checkpoint/target.spm DELETED
Binary file (834 kB)
 
last-checkpoint/tokenizer_config.json DELETED
@@ -1 +0,0 @@
1
- {"source_lang": "eng", "target_lang": "jpn", "unk_token": "<unk>", "eos_token": "</s>", "pad_token": "<pad>", "model_max_length": 512, "sp_model_kwargs": {}, "special_tokens_map_file": null, "tokenizer_file": null, "name_or_path": "Helsinki-NLP/opus-tatoeba-en-ja", "tokenizer_class": "MarianTokenizer"}
 
 
last-checkpoint/trainer_state.json DELETED
@@ -1,276 +0,0 @@
1
- {
2
- "best_metric": null,
3
- "best_model_checkpoint": null,
4
- "epoch": 3.5727045373347623,
5
- "global_step": 20000,
6
- "is_hyper_param_search": false,
7
- "is_local_process_zero": true,
8
- "is_world_process_zero": true,
9
- "log_history": [
10
- {
11
- "epoch": 0.09,
12
- "learning_rate": 9.825589706933525e-05,
13
- "loss": 2.1183,
14
- "step": 500
15
- },
16
- {
17
- "epoch": 0.18,
18
- "learning_rate": 9.646890636168693e-05,
19
- "loss": 1.8604,
20
- "step": 1000
21
- },
22
- {
23
- "epoch": 0.27,
24
- "learning_rate": 9.46819156540386e-05,
25
- "loss": 1.7038,
26
- "step": 1500
27
- },
28
- {
29
- "epoch": 0.36,
30
- "learning_rate": 9.289492494639028e-05,
31
- "loss": 1.5787,
32
- "step": 2000
33
- },
34
- {
35
- "epoch": 0.45,
36
- "learning_rate": 9.110793423874197e-05,
37
- "loss": 1.4618,
38
- "step": 2500
39
- },
40
- {
41
- "epoch": 0.54,
42
- "learning_rate": 8.932094353109363e-05,
43
- "loss": 1.3833,
44
- "step": 3000
45
- },
46
- {
47
- "epoch": 0.63,
48
- "learning_rate": 8.753395282344532e-05,
49
- "loss": 1.3247,
50
- "step": 3500
51
- },
52
- {
53
- "epoch": 0.71,
54
- "learning_rate": 8.5746962115797e-05,
55
- "loss": 1.2699,
56
- "step": 4000
57
- },
58
- {
59
- "epoch": 0.8,
60
- "learning_rate": 8.395997140814869e-05,
61
- "loss": 1.2196,
62
- "step": 4500
63
- },
64
- {
65
- "epoch": 0.89,
66
- "learning_rate": 8.217298070050035e-05,
67
- "loss": 1.1743,
68
- "step": 5000
69
- },
70
- {
71
- "epoch": 0.98,
72
- "learning_rate": 8.038598999285204e-05,
73
- "loss": 1.1334,
74
- "step": 5500
75
- },
76
- {
77
- "epoch": 1.07,
78
- "learning_rate": 7.859899928520372e-05,
79
- "loss": 1.0688,
80
- "step": 6000
81
- },
82
- {
83
- "epoch": 1.16,
84
- "learning_rate": 7.681200857755541e-05,
85
- "loss": 1.0209,
86
- "step": 6500
87
- },
88
- {
89
- "epoch": 1.25,
90
- "learning_rate": 7.502501786990707e-05,
91
- "loss": 1.0123,
92
- "step": 7000
93
- },
94
- {
95
- "epoch": 1.34,
96
- "learning_rate": 7.323802716225876e-05,
97
- "loss": 0.9964,
98
- "step": 7500
99
- },
100
- {
101
- "epoch": 1.43,
102
- "learning_rate": 7.145461043602574e-05,
103
- "loss": 0.9671,
104
- "step": 8000
105
- },
106
- {
107
- "epoch": 1.52,
108
- "learning_rate": 6.966761972837742e-05,
109
- "loss": 0.9496,
110
- "step": 8500
111
- },
112
- {
113
- "epoch": 1.61,
114
- "learning_rate": 6.788062902072909e-05,
115
- "loss": 0.9354,
116
- "step": 9000
117
- },
118
- {
119
- "epoch": 1.7,
120
- "learning_rate": 6.609363831308077e-05,
121
- "loss": 0.9291,
122
- "step": 9500
123
- },
124
- {
125
- "epoch": 1.79,
126
- "learning_rate": 6.430664760543246e-05,
127
- "loss": 0.9039,
128
- "step": 10000
129
- },
130
- {
131
- "epoch": 1.79,
132
- "eval_bleu": 4.2041,
133
- "eval_gen_len": 43.7816,
134
- "eval_loss": 0.9678672552108765,
135
- "eval_runtime": 1428.8589,
136
- "eval_samples_per_second": 6.25,
137
- "eval_steps_per_second": 0.196,
138
- "step": 10000
139
- },
140
- {
141
- "epoch": 1.88,
142
- "learning_rate": 6.251965689778412e-05,
143
- "loss": 0.9,
144
- "step": 10500
145
- },
146
- {
147
- "epoch": 1.96,
148
- "learning_rate": 6.073266619013581e-05,
149
- "loss": 0.8792,
150
- "step": 11000
151
- },
152
- {
153
- "epoch": 2.05,
154
- "learning_rate": 5.894924946390279e-05,
155
- "loss": 0.8345,
156
- "step": 11500
157
- },
158
- {
159
- "epoch": 2.14,
160
- "learning_rate": 5.716583273766977e-05,
161
- "loss": 0.8162,
162
- "step": 12000
163
- },
164
- {
165
- "epoch": 2.23,
166
- "learning_rate": 5.537884203002145e-05,
167
- "loss": 0.8095,
168
- "step": 12500
169
- },
170
- {
171
- "epoch": 2.32,
172
- "learning_rate": 5.359185132237312e-05,
173
- "loss": 0.7957,
174
- "step": 13000
175
- },
176
- {
177
- "epoch": 2.41,
178
- "learning_rate": 5.18048606147248e-05,
179
- "loss": 0.7941,
180
- "step": 13500
181
- },
182
- {
183
- "epoch": 2.5,
184
- "learning_rate": 5.0017869907076487e-05,
185
- "loss": 0.7864,
186
- "step": 14000
187
- },
188
- {
189
- "epoch": 2.59,
190
- "learning_rate": 4.823087919942816e-05,
191
- "loss": 0.7805,
192
- "step": 14500
193
- },
194
- {
195
- "epoch": 2.68,
196
- "learning_rate": 4.6443888491779846e-05,
197
- "loss": 0.7744,
198
- "step": 15000
199
- },
200
- {
201
- "epoch": 2.77,
202
- "learning_rate": 4.465689778413152e-05,
203
- "loss": 0.7757,
204
- "step": 15500
205
- },
206
- {
207
- "epoch": 2.86,
208
- "learning_rate": 4.2869907076483206e-05,
209
- "loss": 0.7671,
210
- "step": 16000
211
- },
212
- {
213
- "epoch": 2.95,
214
- "learning_rate": 4.108291636883488e-05,
215
- "loss": 0.7618,
216
- "step": 16500
217
- },
218
- {
219
- "epoch": 3.04,
220
- "learning_rate": 3.929592566118656e-05,
221
- "loss": 0.7375,
222
- "step": 17000
223
- },
224
- {
225
- "epoch": 3.13,
226
- "learning_rate": 3.750893495353824e-05,
227
- "loss": 0.6979,
228
- "step": 17500
229
- },
230
- {
231
- "epoch": 3.22,
232
- "learning_rate": 3.5729092208720514e-05,
233
- "loss": 0.7052,
234
- "step": 18000
235
- },
236
- {
237
- "epoch": 3.3,
238
- "learning_rate": 3.39421015010722e-05,
239
- "loss": 0.6974,
240
- "step": 18500
241
- },
242
- {
243
- "epoch": 3.39,
244
- "learning_rate": 3.2155110793423873e-05,
245
- "loss": 0.6921,
246
- "step": 19000
247
- },
248
- {
249
- "epoch": 3.48,
250
- "learning_rate": 3.0368120085775553e-05,
251
- "loss": 0.696,
252
- "step": 19500
253
- },
254
- {
255
- "epoch": 3.57,
256
- "learning_rate": 2.8581129378127237e-05,
257
- "loss": 0.6971,
258
- "step": 20000
259
- },
260
- {
261
- "epoch": 3.57,
262
- "eval_bleu": 5.3321,
263
- "eval_gen_len": 44.1972,
264
- "eval_loss": 0.8275578618049622,
265
- "eval_runtime": 1432.7377,
266
- "eval_samples_per_second": 6.233,
267
- "eval_steps_per_second": 0.195,
268
- "step": 20000
269
- }
270
- ],
271
- "max_steps": 27990,
272
- "num_train_epochs": 5,
273
- "total_flos": 4.33848223531008e+16,
274
- "trial_name": null,
275
- "trial_params": null
276
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
last-checkpoint/training_args.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:788f94a24f9e0e59617584da9ecf7e726c3cbc0e93e03fa9a8b7ffebbb2ba793
3
- size 2991
 
 
 
 
last-checkpoint/vocab.json DELETED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ab9255443ab93767d06e31e700d16c826a1b9c4bd217525b669b2851a871e8fd
3
  size 376008389
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d751ab90d05d0d52fffef4a7a32ef85d75248f9e1c6e91b1b232e10d268cfea5
3
  size 376008389
runs/Feb08_19-24-11_fadcca9c27d0/events.out.tfevents.1644348258.fadcca9c27d0.35.2 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a6d8d0dbfec2c2425f8dbde5ffbd5b91ba063ed34d1bef26590e5f7a9537720b
3
- size 10759
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd005f18ed18f94e7a52cc7365ddce803ae7292578769405b657f0d653b6f9ef
3
+ size 13519