Davlan commited on
Commit
fc9ba13
1 Parent(s): 9e75deb

add MT model

Browse files
all_results.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "predict_bleu": 1.8879,
4
+ "predict_gen_len": 87.7441,
5
+ "predict_loss": 5.1465630531311035,
6
+ "predict_runtime": 1197.4467,
7
+ "predict_samples": 1579,
8
+ "predict_samples_per_second": 1.319,
9
+ "predict_steps_per_second": 0.132,
10
+ "train_loss": 1.1291042611109392,
11
+ "train_runtime": 3221.1049,
12
+ "train_samples": 32183,
13
+ "train_samples_per_second": 29.974,
14
+ "train_steps_per_second": 2.998
15
+ }
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/m2m100_418M",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "relu",
5
+ "architectures": [
6
+ "M2M100ForConditionalGeneration"
7
+ ],
8
+ "attention_dropout": 0.1,
9
+ "bos_token_id": 0,
10
+ "d_model": 1024,
11
+ "decoder_attention_heads": 16,
12
+ "decoder_ffn_dim": 4096,
13
+ "decoder_layerdrop": 0.05,
14
+ "decoder_layers": 12,
15
+ "decoder_start_token_id": 2,
16
+ "dropout": 0.1,
17
+ "early_stopping": true,
18
+ "encoder_attention_heads": 16,
19
+ "encoder_ffn_dim": 4096,
20
+ "encoder_layerdrop": 0.05,
21
+ "encoder_layers": 12,
22
+ "eos_token_id": 2,
23
+ "forced_bos_token_id": 128088,
24
+ "gradient_checkpointing": false,
25
+ "init_std": 0.02,
26
+ "is_encoder_decoder": true,
27
+ "max_length": 200,
28
+ "max_position_embeddings": 1024,
29
+ "model_type": "m2m_100",
30
+ "num_beams": 5,
31
+ "num_hidden_layers": 12,
32
+ "pad_token_id": 1,
33
+ "scale_embedding": true,
34
+ "torch_dtype": "float32",
35
+ "transformers_version": "4.10.3",
36
+ "use_cache": true,
37
+ "vocab_size": 128112
38
+ }
generated_predictions.txt ADDED
The diff for this file is too large to render. See raw diff
 
predict_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "predict_bleu": 1.8879,
3
+ "predict_gen_len": 87.7441,
4
+ "predict_loss": 5.1465630531311035,
5
+ "predict_runtime": 1197.4467,
6
+ "predict_samples": 1579,
7
+ "predict_samples_per_second": 1.319,
8
+ "predict_steps_per_second": 0.132
9
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6addd4235b45e7ad6135df0016f25bc33f624c3ae8bcccb34498549f7591e451
3
+ size 1935792071
sentencepiece.bpe.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8f7c76ed2a5e0822be39f0a4f95a55eb19c78f4593ce609e2edbc2aea4d380a
3
+ size 2423393
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "sep_token": "</s>", "pad_token": "<pad>", "additional_special_tokens": ["__af__", "__am__", "__ar__", "__ast__", "__az__", "__ba__", "__be__", "__bg__", "__bn__", "__br__", "__bs__", "__ca__", "__ceb__", "__cs__", "__cy__", "__da__", "__de__", "__el__", "__en__", "__es__", "__et__", "__fa__", "__ff__", "__fi__", "__fr__", "__fy__", "__ga__", "__gd__", "__gl__", "__gu__", "__ha__", "__he__", "__hi__", "__hr__", "__ht__", "__hu__", "__hy__", "__id__", "__ig__", "__ilo__", "__is__", "__it__", "__ja__", "__jv__", "__ka__", "__kk__", "__km__", "__kn__", "__ko__", "__lb__", "__lg__", "__ln__", "__lo__", "__lt__", "__lv__", "__mg__", "__mk__", "__ml__", "__mn__", "__mr__", "__ms__", "__my__", "__ne__", "__nl__", "__no__", "__ns__", "__oc__", "__or__", "__pa__", "__pl__", "__ps__", "__pt__", "__ro__", "__ru__", "__sd__", "__si__", "__sk__", "__sl__", "__so__", "__sq__", "__sr__", "__ss__", "__su__", "__sv__", "__sw__", "__ta__", "__th__", "__tl__", "__tn__", "__tr__", "__uk__", "__ur__", "__uz__", "__vi__", "__wo__", "__xh__", "__yi__", "__yo__", "__zh__", "__zu__"]}
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"src_lang": null, "tgt_lang": null, "bos_token": "<s>", "eos_token": "</s>", "sep_token": "</s>", "unk_token": "<unk>", "pad_token": "<pad>", "sp_model_kwargs": {}, "special_tokens_map_file": "m2m_100_1.2B_v2/special_tokens_map.json", "tokenizer_file": null, "name_or_path": "facebook/m2m100_418M", "model_max_length": 1024, "additional_special_tokens": ["__af__", "__am__", "__ar__", "__ast__", "__az__", "__ba__", "__be__", "__bg__", "__bn__", "__br__", "__bs__", "__ca__", "__ceb__", "__cs__", "__cy__", "__da__", "__de__", "__el__", "__en__", "__es__", "__et__", "__fa__", "__ff__", "__fi__", "__fr__", "__fy__", "__ga__", "__gd__", "__gl__", "__gu__", "__ha__", "__he__", "__hi__", "__hr__", "__ht__", "__hu__", "__hy__", "__id__", "__ig__", "__ilo__", "__is__", "__it__", "__ja__", "__jv__", "__ka__", "__kk__", "__km__", "__kn__", "__ko__", "__lb__", "__lg__", "__ln__", "__lo__", "__lt__", "__lv__", "__mg__", "__mk__", "__ml__", "__mn__", "__mr__", "__ms__", "__my__", "__ne__", "__nl__", "__no__", "__ns__", "__oc__", "__or__", "__pa__", "__pl__", "__ps__", "__pt__", "__ro__", "__ru__", "__sd__", "__si__", "__sk__", "__sl__", "__so__", "__sq__", "__sr__", "__ss__", "__su__", "__sv__", "__sw__", "__ta__", "__th__", "__tl__", "__tn__", "__tr__", "__uk__", "__ur__", "__uz__", "__vi__", "__wo__", "__xh__", "__yi__", "__yo__", "__zh__", "__zu__"], "tokenizer_class": "M2M100Tokenizer"}
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "train_loss": 1.1291042611109392,
4
+ "train_runtime": 3221.1049,
5
+ "train_samples": 32183,
6
+ "train_samples_per_second": 29.974,
7
+ "train_steps_per_second": 2.998
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,139 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "global_step": 9657,
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.16,
12
+ "learning_rate": 4.7411204307756033e-05,
13
+ "loss": 2.4532,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 0.31,
18
+ "learning_rate": 4.482240861551207e-05,
19
+ "loss": 1.6939,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 0.47,
24
+ "learning_rate": 4.2233612923268096e-05,
25
+ "loss": 1.4835,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 0.62,
30
+ "learning_rate": 3.964481723102413e-05,
31
+ "loss": 1.3597,
32
+ "step": 2000
33
+ },
34
+ {
35
+ "epoch": 0.78,
36
+ "learning_rate": 3.7056021538780165e-05,
37
+ "loss": 1.2939,
38
+ "step": 2500
39
+ },
40
+ {
41
+ "epoch": 0.93,
42
+ "learning_rate": 3.4467225846536196e-05,
43
+ "loss": 1.2304,
44
+ "step": 3000
45
+ },
46
+ {
47
+ "epoch": 1.09,
48
+ "learning_rate": 3.187843015429223e-05,
49
+ "loss": 1.1246,
50
+ "step": 3500
51
+ },
52
+ {
53
+ "epoch": 1.24,
54
+ "learning_rate": 2.9289634462048254e-05,
55
+ "loss": 1.0545,
56
+ "step": 4000
57
+ },
58
+ {
59
+ "epoch": 1.4,
60
+ "learning_rate": 2.670083876980429e-05,
61
+ "loss": 1.0199,
62
+ "step": 4500
63
+ },
64
+ {
65
+ "epoch": 1.55,
66
+ "learning_rate": 2.411204307756032e-05,
67
+ "loss": 1.0216,
68
+ "step": 5000
69
+ },
70
+ {
71
+ "epoch": 1.71,
72
+ "learning_rate": 2.1523247385316354e-05,
73
+ "loss": 0.9894,
74
+ "step": 5500
75
+ },
76
+ {
77
+ "epoch": 1.86,
78
+ "learning_rate": 1.8934451693072382e-05,
79
+ "loss": 0.9787,
80
+ "step": 6000
81
+ },
82
+ {
83
+ "epoch": 2.02,
84
+ "learning_rate": 1.6345656000828417e-05,
85
+ "loss": 0.9494,
86
+ "step": 6500
87
+ },
88
+ {
89
+ "epoch": 2.17,
90
+ "learning_rate": 1.3756860308584446e-05,
91
+ "loss": 0.8392,
92
+ "step": 7000
93
+ },
94
+ {
95
+ "epoch": 2.33,
96
+ "learning_rate": 1.1168064616340479e-05,
97
+ "loss": 0.8201,
98
+ "step": 7500
99
+ },
100
+ {
101
+ "epoch": 2.49,
102
+ "learning_rate": 8.57926892409651e-06,
103
+ "loss": 0.8225,
104
+ "step": 8000
105
+ },
106
+ {
107
+ "epoch": 2.64,
108
+ "learning_rate": 5.9904732318525425e-06,
109
+ "loss": 0.8176,
110
+ "step": 8500
111
+ },
112
+ {
113
+ "epoch": 2.8,
114
+ "learning_rate": 3.401677539608574e-06,
115
+ "loss": 0.8109,
116
+ "step": 9000
117
+ },
118
+ {
119
+ "epoch": 2.95,
120
+ "learning_rate": 8.12881847364606e-07,
121
+ "loss": 0.7971,
122
+ "step": 9500
123
+ },
124
+ {
125
+ "epoch": 3.0,
126
+ "step": 9657,
127
+ "total_flos": 1.0817124216717312e+16,
128
+ "train_loss": 1.1291042611109392,
129
+ "train_runtime": 3221.1049,
130
+ "train_samples_per_second": 29.974,
131
+ "train_steps_per_second": 2.998
132
+ }
133
+ ],
134
+ "max_steps": 9657,
135
+ "num_train_epochs": 3,
136
+ "total_flos": 1.0817124216717312e+16,
137
+ "trial_name": null,
138
+ "trial_params": null
139
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8ad1c4186747cad1e9e242adef078408a0f4d4f8eeb15f947955504886ba3fd
3
+ size 2735
vocab.json ADDED
The diff for this file is too large to render. See raw diff