add MT model
Browse files- all_results.json +6 -6
- config.json +1 -1
- predict_results.json +3 -3
- pytorch_model.bin +3 -0
- tokenizer_config.json +1 -1
- train_results.json +3 -3
- trainer_state.json +3 -3
- training_args.bin +1 -1
all_results.json
CHANGED
@@ -3,13 +3,13 @@
|
|
3 |
"predict_bleu": 11.3686,
|
4 |
"predict_gen_len": 51.7227,
|
5 |
"predict_loss": 2.3827884197235107,
|
6 |
-
"predict_runtime":
|
7 |
"predict_samples": 1500,
|
8 |
-
"predict_samples_per_second": 1.
|
9 |
-
"predict_steps_per_second": 0.
|
10 |
"train_loss": 1.4770170771886433,
|
11 |
-
"train_runtime":
|
12 |
"train_samples": 3360,
|
13 |
-
"train_samples_per_second": 27.
|
14 |
-
"train_steps_per_second": 2.
|
15 |
}
|
|
|
3 |
"predict_bleu": 11.3686,
|
4 |
"predict_gen_len": 51.7227,
|
5 |
"predict_loss": 2.3827884197235107,
|
6 |
+
"predict_runtime": 765.4367,
|
7 |
"predict_samples": 1500,
|
8 |
+
"predict_samples_per_second": 1.96,
|
9 |
+
"predict_steps_per_second": 0.196,
|
10 |
"train_loss": 1.4770170771886433,
|
11 |
+
"train_runtime": 362.6466,
|
12 |
"train_samples": 3360,
|
13 |
+
"train_samples_per_second": 27.796,
|
14 |
+
"train_steps_per_second": 2.78
|
15 |
}
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "relu",
|
5 |
"architectures": [
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "masakhane/m2m100_418M_fr_wol_rel_news",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "relu",
|
5 |
"architectures": [
|
predict_results.json
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
"predict_bleu": 11.3686,
|
3 |
"predict_gen_len": 51.7227,
|
4 |
"predict_loss": 2.3827884197235107,
|
5 |
-
"predict_runtime":
|
6 |
"predict_samples": 1500,
|
7 |
-
"predict_samples_per_second": 1.
|
8 |
-
"predict_steps_per_second": 0.
|
9 |
}
|
|
|
2 |
"predict_bleu": 11.3686,
|
3 |
"predict_gen_len": 51.7227,
|
4 |
"predict_loss": 2.3827884197235107,
|
5 |
+
"predict_runtime": 765.4367,
|
6 |
"predict_samples": 1500,
|
7 |
+
"predict_samples_per_second": 1.96,
|
8 |
+
"predict_steps_per_second": 0.196
|
9 |
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79f86395d7bac72252c253d21f847fd541472b78033850a24cde7bc6cfb8beb9
|
3 |
+
size 1935792071
|
tokenizer_config.json
CHANGED
@@ -1 +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": "
|
|
|
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": "masakhane/m2m100_418M_fr_wol_rel_news", "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
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"epoch": 3.0,
|
3 |
"train_loss": 1.4770170771886433,
|
4 |
-
"train_runtime":
|
5 |
"train_samples": 3360,
|
6 |
-
"train_samples_per_second": 27.
|
7 |
-
"train_steps_per_second": 2.
|
8 |
}
|
|
|
1 |
{
|
2 |
"epoch": 3.0,
|
3 |
"train_loss": 1.4770170771886433,
|
4 |
+
"train_runtime": 362.6466,
|
5 |
"train_samples": 3360,
|
6 |
+
"train_samples_per_second": 27.796,
|
7 |
+
"train_steps_per_second": 2.78
|
8 |
}
|
trainer_state.json
CHANGED
@@ -24,9 +24,9 @@
|
|
24 |
"step": 1008,
|
25 |
"total_flos": 1826230648504320.0,
|
26 |
"train_loss": 1.4770170771886433,
|
27 |
-
"train_runtime":
|
28 |
-
"train_samples_per_second": 27.
|
29 |
-
"train_steps_per_second": 2.
|
30 |
}
|
31 |
],
|
32 |
"max_steps": 1008,
|
|
|
24 |
"step": 1008,
|
25 |
"total_flos": 1826230648504320.0,
|
26 |
"train_loss": 1.4770170771886433,
|
27 |
+
"train_runtime": 362.6466,
|
28 |
+
"train_samples_per_second": 27.796,
|
29 |
+
"train_steps_per_second": 2.78
|
30 |
}
|
31 |
],
|
32 |
"max_steps": 1008,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2799
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0420852e61ba7b0caa3392040caa209b99e89541b9ec1fbb453409886c94d8e8
|
3 |
size 2799
|