Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- README.md +74 -0
- added_tokens.json +59 -0
- all_results.json +22 -0
- checkpoint-8000/added_tokens.json +59 -0
- checkpoint-8000/config.json +59 -0
- checkpoint-8000/generation_config.json +12 -0
- checkpoint-8000/optimizer.pt +3 -0
- checkpoint-8000/pytorch_model.bin +3 -0
- checkpoint-8000/rng_state_0.pth +3 -0
- checkpoint-8000/rng_state_1.pth +3 -0
- checkpoint-8000/rng_state_2.pth +3 -0
- checkpoint-8000/rng_state_3.pth +3 -0
- checkpoint-8000/scheduler.pt +3 -0
- checkpoint-8000/sentencepiece.bpe.model +3 -0
- checkpoint-8000/special_tokens_map.json +63 -0
- checkpoint-8000/tokenizer.json +3 -0
- checkpoint-8000/tokenizer_config.json +528 -0
- checkpoint-8000/trainer_state.json +135 -0
- checkpoint-8000/training_args.bin +3 -0
- config.json +59 -0
- eval_results.json +10 -0
- generated_predictions.txt +0 -0
- generation_config.json +12 -0
- predict_results.json +9 -0
- pytorch_model.bin +3 -0
- sentencepiece.bpe.model +3 -0
- special_tokens_map.json +63 -0
- tokenizer.json +3 -0
- tokenizer_config.json +528 -0
- train_results.json +8 -0
- trainer_state.json +376 -0
- training_args.bin +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
checkpoint-8000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- ko
|
| 4 |
+
- en
|
| 5 |
+
base_model: facebook/mbart-large-50-many-to-many-mmt
|
| 6 |
+
tags:
|
| 7 |
+
- generated_from_trainer
|
| 8 |
+
metrics:
|
| 9 |
+
- bleu
|
| 10 |
+
model-index:
|
| 11 |
+
- name: ko-en_mbartLarge_exp20p_batch64_linear
|
| 12 |
+
results: []
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 16 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 17 |
+
|
| 18 |
+
# ko-en_mbartLarge_exp20p_batch64_linear
|
| 19 |
+
|
| 20 |
+
This model is a fine-tuned version of [facebook/mbart-large-50-many-to-many-mmt](https://huggingface.co/facebook/mbart-large-50-many-to-many-mmt) on an unknown dataset.
|
| 21 |
+
It achieves the following results on the evaluation set:
|
| 22 |
+
- Loss: 1.2042
|
| 23 |
+
- Bleu: 27.8215
|
| 24 |
+
- Gen Len: 18.6731
|
| 25 |
+
|
| 26 |
+
## Model description
|
| 27 |
+
|
| 28 |
+
More information needed
|
| 29 |
+
|
| 30 |
+
## Intended uses & limitations
|
| 31 |
+
|
| 32 |
+
More information needed
|
| 33 |
+
|
| 34 |
+
## Training and evaluation data
|
| 35 |
+
|
| 36 |
+
More information needed
|
| 37 |
+
|
| 38 |
+
## Training procedure
|
| 39 |
+
|
| 40 |
+
### Training hyperparameters
|
| 41 |
+
|
| 42 |
+
The following hyperparameters were used during training:
|
| 43 |
+
- learning_rate: 5e-05
|
| 44 |
+
- train_batch_size: 2
|
| 45 |
+
- eval_batch_size: 2
|
| 46 |
+
- seed: 42
|
| 47 |
+
- distributed_type: multi-GPU
|
| 48 |
+
- num_devices: 4
|
| 49 |
+
- gradient_accumulation_steps: 8
|
| 50 |
+
- total_train_batch_size: 64
|
| 51 |
+
- total_eval_batch_size: 8
|
| 52 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 53 |
+
- lr_scheduler_type: linear
|
| 54 |
+
- lr_scheduler_warmup_steps: 2000
|
| 55 |
+
- num_epochs: 40
|
| 56 |
+
|
| 57 |
+
### Training results
|
| 58 |
+
|
| 59 |
+
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
| 60 |
+
|:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|
|
| 61 |
+
| 1.0585 | 1.86 | 4000 | 1.1435 | 27.494 | 18.9136 |
|
| 62 |
+
| 0.6719 | 3.71 | 8000 | 1.2042 | 27.8203 | 18.6815 |
|
| 63 |
+
| 0.3964 | 5.57 | 12000 | 1.4261 | 27.1711 | 18.5184 |
|
| 64 |
+
| 0.2282 | 7.43 | 16000 | 1.7275 | 26.1891 | 18.5479 |
|
| 65 |
+
| 0.1338 | 9.28 | 20000 | 1.9251 | 26.1533 | 18.505 |
|
| 66 |
+
| 0.1033 | 11.14 | 24000 | 2.0758 | 26.0643 | 18.4275 |
|
| 67 |
+
|
| 68 |
+
|
| 69 |
+
### Framework versions
|
| 70 |
+
|
| 71 |
+
- Transformers 4.34.0
|
| 72 |
+
- Pytorch 2.1.0+cu121
|
| 73 |
+
- Datasets 2.14.5
|
| 74 |
+
- Tokenizers 0.14.1
|
added_tokens.json
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</s>": 2,
|
| 3 |
+
"<mask>": 250053,
|
| 4 |
+
"<pad>": 1,
|
| 5 |
+
"<s>": 0,
|
| 6 |
+
"<unk>": 3,
|
| 7 |
+
"af_ZA": 250026,
|
| 8 |
+
"ar_AR": 250001,
|
| 9 |
+
"az_AZ": 250027,
|
| 10 |
+
"bn_IN": 250028,
|
| 11 |
+
"cs_CZ": 250002,
|
| 12 |
+
"de_DE": 250003,
|
| 13 |
+
"en_XX": 250004,
|
| 14 |
+
"es_XX": 250005,
|
| 15 |
+
"et_EE": 250006,
|
| 16 |
+
"fa_IR": 250029,
|
| 17 |
+
"fi_FI": 250007,
|
| 18 |
+
"fr_XX": 250008,
|
| 19 |
+
"gl_ES": 250051,
|
| 20 |
+
"gu_IN": 250009,
|
| 21 |
+
"he_IL": 250030,
|
| 22 |
+
"hi_IN": 250010,
|
| 23 |
+
"hr_HR": 250031,
|
| 24 |
+
"id_ID": 250032,
|
| 25 |
+
"it_IT": 250011,
|
| 26 |
+
"ja_XX": 250012,
|
| 27 |
+
"ka_GE": 250033,
|
| 28 |
+
"kk_KZ": 250013,
|
| 29 |
+
"km_KH": 250034,
|
| 30 |
+
"ko_KR": 250014,
|
| 31 |
+
"lt_LT": 250015,
|
| 32 |
+
"lv_LV": 250016,
|
| 33 |
+
"mk_MK": 250035,
|
| 34 |
+
"ml_IN": 250036,
|
| 35 |
+
"mn_MN": 250037,
|
| 36 |
+
"mr_IN": 250038,
|
| 37 |
+
"my_MM": 250017,
|
| 38 |
+
"ne_NP": 250018,
|
| 39 |
+
"nl_XX": 250019,
|
| 40 |
+
"pl_PL": 250039,
|
| 41 |
+
"ps_AF": 250040,
|
| 42 |
+
"pt_XX": 250041,
|
| 43 |
+
"ro_RO": 250020,
|
| 44 |
+
"ru_RU": 250021,
|
| 45 |
+
"si_LK": 250022,
|
| 46 |
+
"sl_SI": 250052,
|
| 47 |
+
"sv_SE": 250042,
|
| 48 |
+
"sw_KE": 250043,
|
| 49 |
+
"ta_IN": 250044,
|
| 50 |
+
"te_IN": 250045,
|
| 51 |
+
"th_TH": 250046,
|
| 52 |
+
"tl_XX": 250047,
|
| 53 |
+
"tr_TR": 250023,
|
| 54 |
+
"uk_UA": 250048,
|
| 55 |
+
"ur_PK": 250049,
|
| 56 |
+
"vi_VN": 250024,
|
| 57 |
+
"xh_ZA": 250050,
|
| 58 |
+
"zh_CN": 250025
|
| 59 |
+
}
|
all_results.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 11.14,
|
| 3 |
+
"eval_bleu": 27.8215,
|
| 4 |
+
"eval_gen_len": 18.6731,
|
| 5 |
+
"eval_loss": 1.204200267791748,
|
| 6 |
+
"eval_runtime": 1292.2905,
|
| 7 |
+
"eval_samples": 17237,
|
| 8 |
+
"eval_samples_per_second": 13.338,
|
| 9 |
+
"eval_steps_per_second": 1.668,
|
| 10 |
+
"predict_bleu": 28.1644,
|
| 11 |
+
"predict_gen_len": 18.6328,
|
| 12 |
+
"predict_loss": 1.188050389289856,
|
| 13 |
+
"predict_runtime": 1298.9336,
|
| 14 |
+
"predict_samples": 17237,
|
| 15 |
+
"predict_samples_per_second": 13.27,
|
| 16 |
+
"predict_steps_per_second": 1.659,
|
| 17 |
+
"train_loss": 0.5229005074501037,
|
| 18 |
+
"train_runtime": 88579.3039,
|
| 19 |
+
"train_samples": 137900,
|
| 20 |
+
"train_samples_per_second": 62.272,
|
| 21 |
+
"train_steps_per_second": 0.973
|
| 22 |
+
}
|
checkpoint-8000/added_tokens.json
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</s>": 2,
|
| 3 |
+
"<mask>": 250053,
|
| 4 |
+
"<pad>": 1,
|
| 5 |
+
"<s>": 0,
|
| 6 |
+
"<unk>": 3,
|
| 7 |
+
"af_ZA": 250026,
|
| 8 |
+
"ar_AR": 250001,
|
| 9 |
+
"az_AZ": 250027,
|
| 10 |
+
"bn_IN": 250028,
|
| 11 |
+
"cs_CZ": 250002,
|
| 12 |
+
"de_DE": 250003,
|
| 13 |
+
"en_XX": 250004,
|
| 14 |
+
"es_XX": 250005,
|
| 15 |
+
"et_EE": 250006,
|
| 16 |
+
"fa_IR": 250029,
|
| 17 |
+
"fi_FI": 250007,
|
| 18 |
+
"fr_XX": 250008,
|
| 19 |
+
"gl_ES": 250051,
|
| 20 |
+
"gu_IN": 250009,
|
| 21 |
+
"he_IL": 250030,
|
| 22 |
+
"hi_IN": 250010,
|
| 23 |
+
"hr_HR": 250031,
|
| 24 |
+
"id_ID": 250032,
|
| 25 |
+
"it_IT": 250011,
|
| 26 |
+
"ja_XX": 250012,
|
| 27 |
+
"ka_GE": 250033,
|
| 28 |
+
"kk_KZ": 250013,
|
| 29 |
+
"km_KH": 250034,
|
| 30 |
+
"ko_KR": 250014,
|
| 31 |
+
"lt_LT": 250015,
|
| 32 |
+
"lv_LV": 250016,
|
| 33 |
+
"mk_MK": 250035,
|
| 34 |
+
"ml_IN": 250036,
|
| 35 |
+
"mn_MN": 250037,
|
| 36 |
+
"mr_IN": 250038,
|
| 37 |
+
"my_MM": 250017,
|
| 38 |
+
"ne_NP": 250018,
|
| 39 |
+
"nl_XX": 250019,
|
| 40 |
+
"pl_PL": 250039,
|
| 41 |
+
"ps_AF": 250040,
|
| 42 |
+
"pt_XX": 250041,
|
| 43 |
+
"ro_RO": 250020,
|
| 44 |
+
"ru_RU": 250021,
|
| 45 |
+
"si_LK": 250022,
|
| 46 |
+
"sl_SI": 250052,
|
| 47 |
+
"sv_SE": 250042,
|
| 48 |
+
"sw_KE": 250043,
|
| 49 |
+
"ta_IN": 250044,
|
| 50 |
+
"te_IN": 250045,
|
| 51 |
+
"th_TH": 250046,
|
| 52 |
+
"tl_XX": 250047,
|
| 53 |
+
"tr_TR": 250023,
|
| 54 |
+
"uk_UA": 250048,
|
| 55 |
+
"ur_PK": 250049,
|
| 56 |
+
"vi_VN": 250024,
|
| 57 |
+
"xh_ZA": 250050,
|
| 58 |
+
"zh_CN": 250025
|
| 59 |
+
}
|
checkpoint-8000/config.json
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "facebook/mbart-large-50-many-to-many-mmt",
|
| 3 |
+
"_num_labels": 3,
|
| 4 |
+
"activation_dropout": 0.0,
|
| 5 |
+
"activation_function": "relu",
|
| 6 |
+
"add_bias_logits": false,
|
| 7 |
+
"add_final_layer_norm": true,
|
| 8 |
+
"architectures": [
|
| 9 |
+
"MBartForConditionalGeneration"
|
| 10 |
+
],
|
| 11 |
+
"attention_dropout": 0.0,
|
| 12 |
+
"bos_token_id": 0,
|
| 13 |
+
"classif_dropout": 0.0,
|
| 14 |
+
"classifier_dropout": 0.0,
|
| 15 |
+
"d_model": 1024,
|
| 16 |
+
"decoder_attention_heads": 16,
|
| 17 |
+
"decoder_ffn_dim": 4096,
|
| 18 |
+
"decoder_layerdrop": 0.0,
|
| 19 |
+
"decoder_layers": 12,
|
| 20 |
+
"decoder_start_token_id": 2,
|
| 21 |
+
"dropout": 0.1,
|
| 22 |
+
"early_stopping": true,
|
| 23 |
+
"encoder_attention_heads": 16,
|
| 24 |
+
"encoder_ffn_dim": 4096,
|
| 25 |
+
"encoder_layerdrop": 0.0,
|
| 26 |
+
"encoder_layers": 12,
|
| 27 |
+
"eos_token_id": 2,
|
| 28 |
+
"forced_bos_token_id": 250004,
|
| 29 |
+
"forced_eos_token_id": 2,
|
| 30 |
+
"gradient_checkpointing": false,
|
| 31 |
+
"id2label": {
|
| 32 |
+
"0": "LABEL_0",
|
| 33 |
+
"1": "LABEL_1",
|
| 34 |
+
"2": "LABEL_2"
|
| 35 |
+
},
|
| 36 |
+
"init_std": 0.02,
|
| 37 |
+
"is_encoder_decoder": true,
|
| 38 |
+
"label2id": {
|
| 39 |
+
"LABEL_0": 0,
|
| 40 |
+
"LABEL_1": 1,
|
| 41 |
+
"LABEL_2": 2
|
| 42 |
+
},
|
| 43 |
+
"max_length": 200,
|
| 44 |
+
"max_position_embeddings": 1024,
|
| 45 |
+
"model_type": "mbart",
|
| 46 |
+
"normalize_before": true,
|
| 47 |
+
"normalize_embedding": true,
|
| 48 |
+
"num_beams": 5,
|
| 49 |
+
"num_hidden_layers": 12,
|
| 50 |
+
"output_past": true,
|
| 51 |
+
"pad_token_id": 1,
|
| 52 |
+
"scale_embedding": true,
|
| 53 |
+
"static_position_embeddings": false,
|
| 54 |
+
"tokenizer_class": "MBart50Tokenizer",
|
| 55 |
+
"torch_dtype": "float32",
|
| 56 |
+
"transformers_version": "4.34.0",
|
| 57 |
+
"use_cache": true,
|
| 58 |
+
"vocab_size": 250054
|
| 59 |
+
}
|
checkpoint-8000/generation_config.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token_id": 0,
|
| 3 |
+
"decoder_start_token_id": 2,
|
| 4 |
+
"early_stopping": true,
|
| 5 |
+
"eos_token_id": 2,
|
| 6 |
+
"forced_bos_token_id": 250004,
|
| 7 |
+
"forced_eos_token_id": 2,
|
| 8 |
+
"max_length": 200,
|
| 9 |
+
"num_beams": 5,
|
| 10 |
+
"pad_token_id": 1,
|
| 11 |
+
"transformers_version": "4.34.0"
|
| 12 |
+
}
|
checkpoint-8000/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb243401c9cd3d11745e01d2a4c43f32e12f775598906bdaca8f156259e08dd1
|
| 3 |
+
size 4887473903
|
checkpoint-8000/pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:296783a32f671b054bbacfa7017319552512eb79b995f2e679488710e852d42a
|
| 3 |
+
size 2444694490
|
checkpoint-8000/rng_state_0.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:596ca678cd69d9524f6ef067d27fd57b7da671e78393cf65238606a04047a303
|
| 3 |
+
size 15024
|
checkpoint-8000/rng_state_1.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:042acbca02a2869cf6b206d5112cfd0871c2af0231f0edeb001ba487ae06bcad
|
| 3 |
+
size 15024
|
checkpoint-8000/rng_state_2.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4a18a1f09fafb9c5739efdf22960db34477bbe911ee363dd48b06770c99d0eca
|
| 3 |
+
size 15024
|
checkpoint-8000/rng_state_3.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e993ec377c2700a58139f3f1f163336a18e37979cec6948ea7c79843d7c4caf5
|
| 3 |
+
size 15024
|
checkpoint-8000/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a3ab281019f3a31c6e58f4b3544160fee56cd1f207259581c39f83830d418042
|
| 3 |
+
size 1064
|
checkpoint-8000/sentencepiece.bpe.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
|
| 3 |
+
size 5069051
|
checkpoint-8000/special_tokens_map.json
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"ar_AR",
|
| 4 |
+
"cs_CZ",
|
| 5 |
+
"de_DE",
|
| 6 |
+
"en_XX",
|
| 7 |
+
"es_XX",
|
| 8 |
+
"et_EE",
|
| 9 |
+
"fi_FI",
|
| 10 |
+
"fr_XX",
|
| 11 |
+
"gu_IN",
|
| 12 |
+
"hi_IN",
|
| 13 |
+
"it_IT",
|
| 14 |
+
"ja_XX",
|
| 15 |
+
"kk_KZ",
|
| 16 |
+
"ko_KR",
|
| 17 |
+
"lt_LT",
|
| 18 |
+
"lv_LV",
|
| 19 |
+
"my_MM",
|
| 20 |
+
"ne_NP",
|
| 21 |
+
"nl_XX",
|
| 22 |
+
"ro_RO",
|
| 23 |
+
"ru_RU",
|
| 24 |
+
"si_LK",
|
| 25 |
+
"tr_TR",
|
| 26 |
+
"vi_VN",
|
| 27 |
+
"zh_CN",
|
| 28 |
+
"af_ZA",
|
| 29 |
+
"az_AZ",
|
| 30 |
+
"bn_IN",
|
| 31 |
+
"fa_IR",
|
| 32 |
+
"he_IL",
|
| 33 |
+
"hr_HR",
|
| 34 |
+
"id_ID",
|
| 35 |
+
"ka_GE",
|
| 36 |
+
"km_KH",
|
| 37 |
+
"mk_MK",
|
| 38 |
+
"ml_IN",
|
| 39 |
+
"mn_MN",
|
| 40 |
+
"mr_IN",
|
| 41 |
+
"pl_PL",
|
| 42 |
+
"ps_AF",
|
| 43 |
+
"pt_XX",
|
| 44 |
+
"sv_SE",
|
| 45 |
+
"sw_KE",
|
| 46 |
+
"ta_IN",
|
| 47 |
+
"te_IN",
|
| 48 |
+
"th_TH",
|
| 49 |
+
"tl_XX",
|
| 50 |
+
"uk_UA",
|
| 51 |
+
"ur_PK",
|
| 52 |
+
"xh_ZA",
|
| 53 |
+
"gl_ES",
|
| 54 |
+
"sl_SI"
|
| 55 |
+
],
|
| 56 |
+
"bos_token": "<s>",
|
| 57 |
+
"cls_token": "<s>",
|
| 58 |
+
"eos_token": "</s>",
|
| 59 |
+
"mask_token": "<mask>",
|
| 60 |
+
"pad_token": "<pad>",
|
| 61 |
+
"sep_token": "</s>",
|
| 62 |
+
"unk_token": "<unk>"
|
| 63 |
+
}
|
checkpoint-8000/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d3a71a6430f26d8667787032844b9efe0d820460f1eb2e56a96b5f171813bc1a
|
| 3 |
+
size 17109939
|
checkpoint-8000/tokenizer_config.json
ADDED
|
@@ -0,0 +1,528 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"added_tokens_decoder": {
|
| 3 |
+
"0": {
|
| 4 |
+
"content": "<s>",
|
| 5 |
+
"lstrip": false,
|
| 6 |
+
"normalized": false,
|
| 7 |
+
"rstrip": false,
|
| 8 |
+
"single_word": false,
|
| 9 |
+
"special": true
|
| 10 |
+
},
|
| 11 |
+
"1": {
|
| 12 |
+
"content": "<pad>",
|
| 13 |
+
"lstrip": false,
|
| 14 |
+
"normalized": false,
|
| 15 |
+
"rstrip": false,
|
| 16 |
+
"single_word": false,
|
| 17 |
+
"special": true
|
| 18 |
+
},
|
| 19 |
+
"2": {
|
| 20 |
+
"content": "</s>",
|
| 21 |
+
"lstrip": false,
|
| 22 |
+
"normalized": false,
|
| 23 |
+
"rstrip": false,
|
| 24 |
+
"single_word": false,
|
| 25 |
+
"special": true
|
| 26 |
+
},
|
| 27 |
+
"3": {
|
| 28 |
+
"content": "<unk>",
|
| 29 |
+
"lstrip": false,
|
| 30 |
+
"normalized": false,
|
| 31 |
+
"rstrip": false,
|
| 32 |
+
"single_word": false,
|
| 33 |
+
"special": true
|
| 34 |
+
},
|
| 35 |
+
"250001": {
|
| 36 |
+
"content": "ar_AR",
|
| 37 |
+
"lstrip": true,
|
| 38 |
+
"normalized": false,
|
| 39 |
+
"rstrip": true,
|
| 40 |
+
"single_word": false,
|
| 41 |
+
"special": true
|
| 42 |
+
},
|
| 43 |
+
"250002": {
|
| 44 |
+
"content": "cs_CZ",
|
| 45 |
+
"lstrip": true,
|
| 46 |
+
"normalized": false,
|
| 47 |
+
"rstrip": true,
|
| 48 |
+
"single_word": false,
|
| 49 |
+
"special": true
|
| 50 |
+
},
|
| 51 |
+
"250003": {
|
| 52 |
+
"content": "de_DE",
|
| 53 |
+
"lstrip": true,
|
| 54 |
+
"normalized": false,
|
| 55 |
+
"rstrip": true,
|
| 56 |
+
"single_word": false,
|
| 57 |
+
"special": true
|
| 58 |
+
},
|
| 59 |
+
"250004": {
|
| 60 |
+
"content": "en_XX",
|
| 61 |
+
"lstrip": true,
|
| 62 |
+
"normalized": false,
|
| 63 |
+
"rstrip": true,
|
| 64 |
+
"single_word": false,
|
| 65 |
+
"special": true
|
| 66 |
+
},
|
| 67 |
+
"250005": {
|
| 68 |
+
"content": "es_XX",
|
| 69 |
+
"lstrip": true,
|
| 70 |
+
"normalized": false,
|
| 71 |
+
"rstrip": true,
|
| 72 |
+
"single_word": false,
|
| 73 |
+
"special": true
|
| 74 |
+
},
|
| 75 |
+
"250006": {
|
| 76 |
+
"content": "et_EE",
|
| 77 |
+
"lstrip": true,
|
| 78 |
+
"normalized": false,
|
| 79 |
+
"rstrip": true,
|
| 80 |
+
"single_word": false,
|
| 81 |
+
"special": true
|
| 82 |
+
},
|
| 83 |
+
"250007": {
|
| 84 |
+
"content": "fi_FI",
|
| 85 |
+
"lstrip": true,
|
| 86 |
+
"normalized": false,
|
| 87 |
+
"rstrip": true,
|
| 88 |
+
"single_word": false,
|
| 89 |
+
"special": true
|
| 90 |
+
},
|
| 91 |
+
"250008": {
|
| 92 |
+
"content": "fr_XX",
|
| 93 |
+
"lstrip": true,
|
| 94 |
+
"normalized": false,
|
| 95 |
+
"rstrip": true,
|
| 96 |
+
"single_word": false,
|
| 97 |
+
"special": true
|
| 98 |
+
},
|
| 99 |
+
"250009": {
|
| 100 |
+
"content": "gu_IN",
|
| 101 |
+
"lstrip": true,
|
| 102 |
+
"normalized": false,
|
| 103 |
+
"rstrip": true,
|
| 104 |
+
"single_word": false,
|
| 105 |
+
"special": true
|
| 106 |
+
},
|
| 107 |
+
"250010": {
|
| 108 |
+
"content": "hi_IN",
|
| 109 |
+
"lstrip": true,
|
| 110 |
+
"normalized": false,
|
| 111 |
+
"rstrip": true,
|
| 112 |
+
"single_word": false,
|
| 113 |
+
"special": true
|
| 114 |
+
},
|
| 115 |
+
"250011": {
|
| 116 |
+
"content": "it_IT",
|
| 117 |
+
"lstrip": true,
|
| 118 |
+
"normalized": false,
|
| 119 |
+
"rstrip": true,
|
| 120 |
+
"single_word": false,
|
| 121 |
+
"special": true
|
| 122 |
+
},
|
| 123 |
+
"250012": {
|
| 124 |
+
"content": "ja_XX",
|
| 125 |
+
"lstrip": true,
|
| 126 |
+
"normalized": false,
|
| 127 |
+
"rstrip": true,
|
| 128 |
+
"single_word": false,
|
| 129 |
+
"special": true
|
| 130 |
+
},
|
| 131 |
+
"250013": {
|
| 132 |
+
"content": "kk_KZ",
|
| 133 |
+
"lstrip": true,
|
| 134 |
+
"normalized": false,
|
| 135 |
+
"rstrip": true,
|
| 136 |
+
"single_word": false,
|
| 137 |
+
"special": true
|
| 138 |
+
},
|
| 139 |
+
"250014": {
|
| 140 |
+
"content": "ko_KR",
|
| 141 |
+
"lstrip": true,
|
| 142 |
+
"normalized": false,
|
| 143 |
+
"rstrip": true,
|
| 144 |
+
"single_word": false,
|
| 145 |
+
"special": true
|
| 146 |
+
},
|
| 147 |
+
"250015": {
|
| 148 |
+
"content": "lt_LT",
|
| 149 |
+
"lstrip": true,
|
| 150 |
+
"normalized": false,
|
| 151 |
+
"rstrip": true,
|
| 152 |
+
"single_word": false,
|
| 153 |
+
"special": true
|
| 154 |
+
},
|
| 155 |
+
"250016": {
|
| 156 |
+
"content": "lv_LV",
|
| 157 |
+
"lstrip": true,
|
| 158 |
+
"normalized": false,
|
| 159 |
+
"rstrip": true,
|
| 160 |
+
"single_word": false,
|
| 161 |
+
"special": true
|
| 162 |
+
},
|
| 163 |
+
"250017": {
|
| 164 |
+
"content": "my_MM",
|
| 165 |
+
"lstrip": true,
|
| 166 |
+
"normalized": false,
|
| 167 |
+
"rstrip": true,
|
| 168 |
+
"single_word": false,
|
| 169 |
+
"special": true
|
| 170 |
+
},
|
| 171 |
+
"250018": {
|
| 172 |
+
"content": "ne_NP",
|
| 173 |
+
"lstrip": true,
|
| 174 |
+
"normalized": false,
|
| 175 |
+
"rstrip": true,
|
| 176 |
+
"single_word": false,
|
| 177 |
+
"special": true
|
| 178 |
+
},
|
| 179 |
+
"250019": {
|
| 180 |
+
"content": "nl_XX",
|
| 181 |
+
"lstrip": true,
|
| 182 |
+
"normalized": false,
|
| 183 |
+
"rstrip": true,
|
| 184 |
+
"single_word": false,
|
| 185 |
+
"special": true
|
| 186 |
+
},
|
| 187 |
+
"250020": {
|
| 188 |
+
"content": "ro_RO",
|
| 189 |
+
"lstrip": true,
|
| 190 |
+
"normalized": false,
|
| 191 |
+
"rstrip": true,
|
| 192 |
+
"single_word": false,
|
| 193 |
+
"special": true
|
| 194 |
+
},
|
| 195 |
+
"250021": {
|
| 196 |
+
"content": "ru_RU",
|
| 197 |
+
"lstrip": true,
|
| 198 |
+
"normalized": false,
|
| 199 |
+
"rstrip": true,
|
| 200 |
+
"single_word": false,
|
| 201 |
+
"special": true
|
| 202 |
+
},
|
| 203 |
+
"250022": {
|
| 204 |
+
"content": "si_LK",
|
| 205 |
+
"lstrip": true,
|
| 206 |
+
"normalized": false,
|
| 207 |
+
"rstrip": true,
|
| 208 |
+
"single_word": false,
|
| 209 |
+
"special": true
|
| 210 |
+
},
|
| 211 |
+
"250023": {
|
| 212 |
+
"content": "tr_TR",
|
| 213 |
+
"lstrip": true,
|
| 214 |
+
"normalized": false,
|
| 215 |
+
"rstrip": true,
|
| 216 |
+
"single_word": false,
|
| 217 |
+
"special": true
|
| 218 |
+
},
|
| 219 |
+
"250024": {
|
| 220 |
+
"content": "vi_VN",
|
| 221 |
+
"lstrip": true,
|
| 222 |
+
"normalized": false,
|
| 223 |
+
"rstrip": true,
|
| 224 |
+
"single_word": false,
|
| 225 |
+
"special": true
|
| 226 |
+
},
|
| 227 |
+
"250025": {
|
| 228 |
+
"content": "zh_CN",
|
| 229 |
+
"lstrip": true,
|
| 230 |
+
"normalized": false,
|
| 231 |
+
"rstrip": true,
|
| 232 |
+
"single_word": false,
|
| 233 |
+
"special": true
|
| 234 |
+
},
|
| 235 |
+
"250026": {
|
| 236 |
+
"content": "af_ZA",
|
| 237 |
+
"lstrip": true,
|
| 238 |
+
"normalized": false,
|
| 239 |
+
"rstrip": true,
|
| 240 |
+
"single_word": false,
|
| 241 |
+
"special": true
|
| 242 |
+
},
|
| 243 |
+
"250027": {
|
| 244 |
+
"content": "az_AZ",
|
| 245 |
+
"lstrip": true,
|
| 246 |
+
"normalized": false,
|
| 247 |
+
"rstrip": true,
|
| 248 |
+
"single_word": false,
|
| 249 |
+
"special": true
|
| 250 |
+
},
|
| 251 |
+
"250028": {
|
| 252 |
+
"content": "bn_IN",
|
| 253 |
+
"lstrip": true,
|
| 254 |
+
"normalized": false,
|
| 255 |
+
"rstrip": true,
|
| 256 |
+
"single_word": false,
|
| 257 |
+
"special": true
|
| 258 |
+
},
|
| 259 |
+
"250029": {
|
| 260 |
+
"content": "fa_IR",
|
| 261 |
+
"lstrip": true,
|
| 262 |
+
"normalized": false,
|
| 263 |
+
"rstrip": true,
|
| 264 |
+
"single_word": false,
|
| 265 |
+
"special": true
|
| 266 |
+
},
|
| 267 |
+
"250030": {
|
| 268 |
+
"content": "he_IL",
|
| 269 |
+
"lstrip": true,
|
| 270 |
+
"normalized": false,
|
| 271 |
+
"rstrip": true,
|
| 272 |
+
"single_word": false,
|
| 273 |
+
"special": true
|
| 274 |
+
},
|
| 275 |
+
"250031": {
|
| 276 |
+
"content": "hr_HR",
|
| 277 |
+
"lstrip": true,
|
| 278 |
+
"normalized": false,
|
| 279 |
+
"rstrip": true,
|
| 280 |
+
"single_word": false,
|
| 281 |
+
"special": true
|
| 282 |
+
},
|
| 283 |
+
"250032": {
|
| 284 |
+
"content": "id_ID",
|
| 285 |
+
"lstrip": true,
|
| 286 |
+
"normalized": false,
|
| 287 |
+
"rstrip": true,
|
| 288 |
+
"single_word": false,
|
| 289 |
+
"special": true
|
| 290 |
+
},
|
| 291 |
+
"250033": {
|
| 292 |
+
"content": "ka_GE",
|
| 293 |
+
"lstrip": true,
|
| 294 |
+
"normalized": false,
|
| 295 |
+
"rstrip": true,
|
| 296 |
+
"single_word": false,
|
| 297 |
+
"special": true
|
| 298 |
+
},
|
| 299 |
+
"250034": {
|
| 300 |
+
"content": "km_KH",
|
| 301 |
+
"lstrip": true,
|
| 302 |
+
"normalized": false,
|
| 303 |
+
"rstrip": true,
|
| 304 |
+
"single_word": false,
|
| 305 |
+
"special": true
|
| 306 |
+
},
|
| 307 |
+
"250035": {
|
| 308 |
+
"content": "mk_MK",
|
| 309 |
+
"lstrip": true,
|
| 310 |
+
"normalized": false,
|
| 311 |
+
"rstrip": true,
|
| 312 |
+
"single_word": false,
|
| 313 |
+
"special": true
|
| 314 |
+
},
|
| 315 |
+
"250036": {
|
| 316 |
+
"content": "ml_IN",
|
| 317 |
+
"lstrip": true,
|
| 318 |
+
"normalized": false,
|
| 319 |
+
"rstrip": true,
|
| 320 |
+
"single_word": false,
|
| 321 |
+
"special": true
|
| 322 |
+
},
|
| 323 |
+
"250037": {
|
| 324 |
+
"content": "mn_MN",
|
| 325 |
+
"lstrip": true,
|
| 326 |
+
"normalized": false,
|
| 327 |
+
"rstrip": true,
|
| 328 |
+
"single_word": false,
|
| 329 |
+
"special": true
|
| 330 |
+
},
|
| 331 |
+
"250038": {
|
| 332 |
+
"content": "mr_IN",
|
| 333 |
+
"lstrip": true,
|
| 334 |
+
"normalized": false,
|
| 335 |
+
"rstrip": true,
|
| 336 |
+
"single_word": false,
|
| 337 |
+
"special": true
|
| 338 |
+
},
|
| 339 |
+
"250039": {
|
| 340 |
+
"content": "pl_PL",
|
| 341 |
+
"lstrip": true,
|
| 342 |
+
"normalized": false,
|
| 343 |
+
"rstrip": true,
|
| 344 |
+
"single_word": false,
|
| 345 |
+
"special": true
|
| 346 |
+
},
|
| 347 |
+
"250040": {
|
| 348 |
+
"content": "ps_AF",
|
| 349 |
+
"lstrip": true,
|
| 350 |
+
"normalized": false,
|
| 351 |
+
"rstrip": true,
|
| 352 |
+
"single_word": false,
|
| 353 |
+
"special": true
|
| 354 |
+
},
|
| 355 |
+
"250041": {
|
| 356 |
+
"content": "pt_XX",
|
| 357 |
+
"lstrip": true,
|
| 358 |
+
"normalized": false,
|
| 359 |
+
"rstrip": true,
|
| 360 |
+
"single_word": false,
|
| 361 |
+
"special": true
|
| 362 |
+
},
|
| 363 |
+
"250042": {
|
| 364 |
+
"content": "sv_SE",
|
| 365 |
+
"lstrip": true,
|
| 366 |
+
"normalized": false,
|
| 367 |
+
"rstrip": true,
|
| 368 |
+
"single_word": false,
|
| 369 |
+
"special": true
|
| 370 |
+
},
|
| 371 |
+
"250043": {
|
| 372 |
+
"content": "sw_KE",
|
| 373 |
+
"lstrip": true,
|
| 374 |
+
"normalized": false,
|
| 375 |
+
"rstrip": true,
|
| 376 |
+
"single_word": false,
|
| 377 |
+
"special": true
|
| 378 |
+
},
|
| 379 |
+
"250044": {
|
| 380 |
+
"content": "ta_IN",
|
| 381 |
+
"lstrip": true,
|
| 382 |
+
"normalized": false,
|
| 383 |
+
"rstrip": true,
|
| 384 |
+
"single_word": false,
|
| 385 |
+
"special": true
|
| 386 |
+
},
|
| 387 |
+
"250045": {
|
| 388 |
+
"content": "te_IN",
|
| 389 |
+
"lstrip": true,
|
| 390 |
+
"normalized": false,
|
| 391 |
+
"rstrip": true,
|
| 392 |
+
"single_word": false,
|
| 393 |
+
"special": true
|
| 394 |
+
},
|
| 395 |
+
"250046": {
|
| 396 |
+
"content": "th_TH",
|
| 397 |
+
"lstrip": true,
|
| 398 |
+
"normalized": false,
|
| 399 |
+
"rstrip": true,
|
| 400 |
+
"single_word": false,
|
| 401 |
+
"special": true
|
| 402 |
+
},
|
| 403 |
+
"250047": {
|
| 404 |
+
"content": "tl_XX",
|
| 405 |
+
"lstrip": true,
|
| 406 |
+
"normalized": false,
|
| 407 |
+
"rstrip": true,
|
| 408 |
+
"single_word": false,
|
| 409 |
+
"special": true
|
| 410 |
+
},
|
| 411 |
+
"250048": {
|
| 412 |
+
"content": "uk_UA",
|
| 413 |
+
"lstrip": true,
|
| 414 |
+
"normalized": false,
|
| 415 |
+
"rstrip": true,
|
| 416 |
+
"single_word": false,
|
| 417 |
+
"special": true
|
| 418 |
+
},
|
| 419 |
+
"250049": {
|
| 420 |
+
"content": "ur_PK",
|
| 421 |
+
"lstrip": true,
|
| 422 |
+
"normalized": false,
|
| 423 |
+
"rstrip": true,
|
| 424 |
+
"single_word": false,
|
| 425 |
+
"special": true
|
| 426 |
+
},
|
| 427 |
+
"250050": {
|
| 428 |
+
"content": "xh_ZA",
|
| 429 |
+
"lstrip": true,
|
| 430 |
+
"normalized": false,
|
| 431 |
+
"rstrip": true,
|
| 432 |
+
"single_word": false,
|
| 433 |
+
"special": true
|
| 434 |
+
},
|
| 435 |
+
"250051": {
|
| 436 |
+
"content": "gl_ES",
|
| 437 |
+
"lstrip": true,
|
| 438 |
+
"normalized": false,
|
| 439 |
+
"rstrip": true,
|
| 440 |
+
"single_word": false,
|
| 441 |
+
"special": true
|
| 442 |
+
},
|
| 443 |
+
"250052": {
|
| 444 |
+
"content": "sl_SI",
|
| 445 |
+
"lstrip": true,
|
| 446 |
+
"normalized": false,
|
| 447 |
+
"rstrip": true,
|
| 448 |
+
"single_word": false,
|
| 449 |
+
"special": true
|
| 450 |
+
},
|
| 451 |
+
"250053": {
|
| 452 |
+
"content": "<mask>",
|
| 453 |
+
"lstrip": true,
|
| 454 |
+
"normalized": true,
|
| 455 |
+
"rstrip": false,
|
| 456 |
+
"single_word": false,
|
| 457 |
+
"special": true
|
| 458 |
+
}
|
| 459 |
+
},
|
| 460 |
+
"additional_special_tokens": [
|
| 461 |
+
"ar_AR",
|
| 462 |
+
"cs_CZ",
|
| 463 |
+
"de_DE",
|
| 464 |
+
"en_XX",
|
| 465 |
+
"es_XX",
|
| 466 |
+
"et_EE",
|
| 467 |
+
"fi_FI",
|
| 468 |
+
"fr_XX",
|
| 469 |
+
"gu_IN",
|
| 470 |
+
"hi_IN",
|
| 471 |
+
"it_IT",
|
| 472 |
+
"ja_XX",
|
| 473 |
+
"kk_KZ",
|
| 474 |
+
"ko_KR",
|
| 475 |
+
"lt_LT",
|
| 476 |
+
"lv_LV",
|
| 477 |
+
"my_MM",
|
| 478 |
+
"ne_NP",
|
| 479 |
+
"nl_XX",
|
| 480 |
+
"ro_RO",
|
| 481 |
+
"ru_RU",
|
| 482 |
+
"si_LK",
|
| 483 |
+
"tr_TR",
|
| 484 |
+
"vi_VN",
|
| 485 |
+
"zh_CN",
|
| 486 |
+
"af_ZA",
|
| 487 |
+
"az_AZ",
|
| 488 |
+
"bn_IN",
|
| 489 |
+
"fa_IR",
|
| 490 |
+
"he_IL",
|
| 491 |
+
"hr_HR",
|
| 492 |
+
"id_ID",
|
| 493 |
+
"ka_GE",
|
| 494 |
+
"km_KH",
|
| 495 |
+
"mk_MK",
|
| 496 |
+
"ml_IN",
|
| 497 |
+
"mn_MN",
|
| 498 |
+
"mr_IN",
|
| 499 |
+
"pl_PL",
|
| 500 |
+
"ps_AF",
|
| 501 |
+
"pt_XX",
|
| 502 |
+
"sv_SE",
|
| 503 |
+
"sw_KE",
|
| 504 |
+
"ta_IN",
|
| 505 |
+
"te_IN",
|
| 506 |
+
"th_TH",
|
| 507 |
+
"tl_XX",
|
| 508 |
+
"uk_UA",
|
| 509 |
+
"ur_PK",
|
| 510 |
+
"xh_ZA",
|
| 511 |
+
"gl_ES",
|
| 512 |
+
"sl_SI"
|
| 513 |
+
],
|
| 514 |
+
"bos_token": "<s>",
|
| 515 |
+
"clean_up_tokenization_spaces": true,
|
| 516 |
+
"cls_token": "<s>",
|
| 517 |
+
"eos_token": "</s>",
|
| 518 |
+
"language_codes": "ML50",
|
| 519 |
+
"mask_token": "<mask>",
|
| 520 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 521 |
+
"pad_token": "<pad>",
|
| 522 |
+
"sep_token": "</s>",
|
| 523 |
+
"sp_model_kwargs": {},
|
| 524 |
+
"src_lang": "ko_KR",
|
| 525 |
+
"tgt_lang": "en_XX",
|
| 526 |
+
"tokenizer_class": "MBart50Tokenizer",
|
| 527 |
+
"unk_token": "<unk>"
|
| 528 |
+
}
|
checkpoint-8000/trainer_state.json
ADDED
|
@@ -0,0 +1,135 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": 27.8203,
|
| 3 |
+
"best_model_checkpoint": "./ko-en_mbartLarge_exp20p_batch64_linear/checkpoint-8000",
|
| 4 |
+
"epoch": 3.712727694628147,
|
| 5 |
+
"eval_steps": 4000,
|
| 6 |
+
"global_step": 8000,
|
| 7 |
+
"is_hyper_param_search": false,
|
| 8 |
+
"is_local_process_zero": true,
|
| 9 |
+
"is_world_process_zero": true,
|
| 10 |
+
"log_history": [
|
| 11 |
+
{
|
| 12 |
+
"epoch": 0.23,
|
| 13 |
+
"learning_rate": 1.25e-05,
|
| 14 |
+
"loss": 1.5426,
|
| 15 |
+
"step": 500
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"epoch": 0.46,
|
| 19 |
+
"learning_rate": 2.5e-05,
|
| 20 |
+
"loss": 1.343,
|
| 21 |
+
"step": 1000
|
| 22 |
+
},
|
| 23 |
+
{
|
| 24 |
+
"epoch": 0.7,
|
| 25 |
+
"learning_rate": 3.7500000000000003e-05,
|
| 26 |
+
"loss": 1.2768,
|
| 27 |
+
"step": 1500
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"epoch": 0.93,
|
| 31 |
+
"learning_rate": 5e-05,
|
| 32 |
+
"loss": 1.242,
|
| 33 |
+
"step": 2000
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"epoch": 1.16,
|
| 37 |
+
"learning_rate": 4.970294676806084e-05,
|
| 38 |
+
"loss": 1.1208,
|
| 39 |
+
"step": 2500
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"epoch": 1.39,
|
| 43 |
+
"learning_rate": 4.940589353612168e-05,
|
| 44 |
+
"loss": 1.0718,
|
| 45 |
+
"step": 3000
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 1.62,
|
| 49 |
+
"learning_rate": 4.910884030418251e-05,
|
| 50 |
+
"loss": 1.061,
|
| 51 |
+
"step": 3500
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"epoch": 1.86,
|
| 55 |
+
"learning_rate": 4.881178707224335e-05,
|
| 56 |
+
"loss": 1.0585,
|
| 57 |
+
"step": 4000
|
| 58 |
+
},
|
| 59 |
+
{
|
| 60 |
+
"epoch": 1.86,
|
| 61 |
+
"eval_bleu": 27.494,
|
| 62 |
+
"eval_gen_len": 18.9136,
|
| 63 |
+
"eval_loss": 1.1434648036956787,
|
| 64 |
+
"eval_runtime": 1314.8151,
|
| 65 |
+
"eval_samples_per_second": 13.11,
|
| 66 |
+
"eval_steps_per_second": 1.639,
|
| 67 |
+
"step": 4000
|
| 68 |
+
},
|
| 69 |
+
{
|
| 70 |
+
"epoch": 2.09,
|
| 71 |
+
"learning_rate": 4.851473384030418e-05,
|
| 72 |
+
"loss": 0.9558,
|
| 73 |
+
"step": 4500
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 2.32,
|
| 77 |
+
"learning_rate": 4.8217680608365025e-05,
|
| 78 |
+
"loss": 0.8186,
|
| 79 |
+
"step": 5000
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"epoch": 2.55,
|
| 83 |
+
"learning_rate": 4.792062737642586e-05,
|
| 84 |
+
"loss": 0.8398,
|
| 85 |
+
"step": 5500
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"epoch": 2.78,
|
| 89 |
+
"learning_rate": 4.7623574144486695e-05,
|
| 90 |
+
"loss": 0.8454,
|
| 91 |
+
"step": 6000
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"epoch": 3.02,
|
| 95 |
+
"learning_rate": 4.732652091254753e-05,
|
| 96 |
+
"loss": 0.8416,
|
| 97 |
+
"step": 6500
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"epoch": 3.25,
|
| 101 |
+
"learning_rate": 4.702946768060837e-05,
|
| 102 |
+
"loss": 0.6354,
|
| 103 |
+
"step": 7000
|
| 104 |
+
},
|
| 105 |
+
{
|
| 106 |
+
"epoch": 3.48,
|
| 107 |
+
"learning_rate": 4.67324144486692e-05,
|
| 108 |
+
"loss": 0.6545,
|
| 109 |
+
"step": 7500
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"epoch": 3.71,
|
| 113 |
+
"learning_rate": 4.643536121673004e-05,
|
| 114 |
+
"loss": 0.6719,
|
| 115 |
+
"step": 8000
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 3.71,
|
| 119 |
+
"eval_bleu": 27.8203,
|
| 120 |
+
"eval_gen_len": 18.6815,
|
| 121 |
+
"eval_loss": 1.204200267791748,
|
| 122 |
+
"eval_runtime": 1295.2995,
|
| 123 |
+
"eval_samples_per_second": 13.307,
|
| 124 |
+
"eval_steps_per_second": 1.664,
|
| 125 |
+
"step": 8000
|
| 126 |
+
}
|
| 127 |
+
],
|
| 128 |
+
"logging_steps": 500,
|
| 129 |
+
"max_steps": 86160,
|
| 130 |
+
"num_train_epochs": 40,
|
| 131 |
+
"save_steps": 4000,
|
| 132 |
+
"total_flos": 1.109570441183232e+18,
|
| 133 |
+
"trial_name": null,
|
| 134 |
+
"trial_params": null
|
| 135 |
+
}
|
checkpoint-8000/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b9e649aa6a7440acd366900e2fe6cb98d6736fc3bfe42f4bf4167c616040bb2f
|
| 3 |
+
size 4728
|
config.json
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "facebook/mbart-large-50-many-to-many-mmt",
|
| 3 |
+
"_num_labels": 3,
|
| 4 |
+
"activation_dropout": 0.0,
|
| 5 |
+
"activation_function": "relu",
|
| 6 |
+
"add_bias_logits": false,
|
| 7 |
+
"add_final_layer_norm": true,
|
| 8 |
+
"architectures": [
|
| 9 |
+
"MBartForConditionalGeneration"
|
| 10 |
+
],
|
| 11 |
+
"attention_dropout": 0.0,
|
| 12 |
+
"bos_token_id": 0,
|
| 13 |
+
"classif_dropout": 0.0,
|
| 14 |
+
"classifier_dropout": 0.0,
|
| 15 |
+
"d_model": 1024,
|
| 16 |
+
"decoder_attention_heads": 16,
|
| 17 |
+
"decoder_ffn_dim": 4096,
|
| 18 |
+
"decoder_layerdrop": 0.0,
|
| 19 |
+
"decoder_layers": 12,
|
| 20 |
+
"decoder_start_token_id": 2,
|
| 21 |
+
"dropout": 0.1,
|
| 22 |
+
"early_stopping": true,
|
| 23 |
+
"encoder_attention_heads": 16,
|
| 24 |
+
"encoder_ffn_dim": 4096,
|
| 25 |
+
"encoder_layerdrop": 0.0,
|
| 26 |
+
"encoder_layers": 12,
|
| 27 |
+
"eos_token_id": 2,
|
| 28 |
+
"forced_bos_token_id": 250004,
|
| 29 |
+
"forced_eos_token_id": 2,
|
| 30 |
+
"gradient_checkpointing": false,
|
| 31 |
+
"id2label": {
|
| 32 |
+
"0": "LABEL_0",
|
| 33 |
+
"1": "LABEL_1",
|
| 34 |
+
"2": "LABEL_2"
|
| 35 |
+
},
|
| 36 |
+
"init_std": 0.02,
|
| 37 |
+
"is_encoder_decoder": true,
|
| 38 |
+
"label2id": {
|
| 39 |
+
"LABEL_0": 0,
|
| 40 |
+
"LABEL_1": 1,
|
| 41 |
+
"LABEL_2": 2
|
| 42 |
+
},
|
| 43 |
+
"max_length": 200,
|
| 44 |
+
"max_position_embeddings": 1024,
|
| 45 |
+
"model_type": "mbart",
|
| 46 |
+
"normalize_before": true,
|
| 47 |
+
"normalize_embedding": true,
|
| 48 |
+
"num_beams": 5,
|
| 49 |
+
"num_hidden_layers": 12,
|
| 50 |
+
"output_past": true,
|
| 51 |
+
"pad_token_id": 1,
|
| 52 |
+
"scale_embedding": true,
|
| 53 |
+
"static_position_embeddings": false,
|
| 54 |
+
"tokenizer_class": "MBart50Tokenizer",
|
| 55 |
+
"torch_dtype": "float32",
|
| 56 |
+
"transformers_version": "4.34.0",
|
| 57 |
+
"use_cache": true,
|
| 58 |
+
"vocab_size": 250054
|
| 59 |
+
}
|
eval_results.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 11.14,
|
| 3 |
+
"eval_bleu": 27.8215,
|
| 4 |
+
"eval_gen_len": 18.6731,
|
| 5 |
+
"eval_loss": 1.204200267791748,
|
| 6 |
+
"eval_runtime": 1292.2905,
|
| 7 |
+
"eval_samples": 17237,
|
| 8 |
+
"eval_samples_per_second": 13.338,
|
| 9 |
+
"eval_steps_per_second": 1.668
|
| 10 |
+
}
|
generated_predictions.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
generation_config.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token_id": 0,
|
| 3 |
+
"decoder_start_token_id": 2,
|
| 4 |
+
"early_stopping": true,
|
| 5 |
+
"eos_token_id": 2,
|
| 6 |
+
"forced_bos_token_id": 250004,
|
| 7 |
+
"forced_eos_token_id": 2,
|
| 8 |
+
"max_length": 200,
|
| 9 |
+
"num_beams": 5,
|
| 10 |
+
"pad_token_id": 1,
|
| 11 |
+
"transformers_version": "4.34.0"
|
| 12 |
+
}
|
predict_results.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"predict_bleu": 28.1644,
|
| 3 |
+
"predict_gen_len": 18.6328,
|
| 4 |
+
"predict_loss": 1.188050389289856,
|
| 5 |
+
"predict_runtime": 1298.9336,
|
| 6 |
+
"predict_samples": 17237,
|
| 7 |
+
"predict_samples_per_second": 13.27,
|
| 8 |
+
"predict_steps_per_second": 1.659
|
| 9 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:296783a32f671b054bbacfa7017319552512eb79b995f2e679488710e852d42a
|
| 3 |
+
size 2444694490
|
sentencepiece.bpe.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
|
| 3 |
+
size 5069051
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"ar_AR",
|
| 4 |
+
"cs_CZ",
|
| 5 |
+
"de_DE",
|
| 6 |
+
"en_XX",
|
| 7 |
+
"es_XX",
|
| 8 |
+
"et_EE",
|
| 9 |
+
"fi_FI",
|
| 10 |
+
"fr_XX",
|
| 11 |
+
"gu_IN",
|
| 12 |
+
"hi_IN",
|
| 13 |
+
"it_IT",
|
| 14 |
+
"ja_XX",
|
| 15 |
+
"kk_KZ",
|
| 16 |
+
"ko_KR",
|
| 17 |
+
"lt_LT",
|
| 18 |
+
"lv_LV",
|
| 19 |
+
"my_MM",
|
| 20 |
+
"ne_NP",
|
| 21 |
+
"nl_XX",
|
| 22 |
+
"ro_RO",
|
| 23 |
+
"ru_RU",
|
| 24 |
+
"si_LK",
|
| 25 |
+
"tr_TR",
|
| 26 |
+
"vi_VN",
|
| 27 |
+
"zh_CN",
|
| 28 |
+
"af_ZA",
|
| 29 |
+
"az_AZ",
|
| 30 |
+
"bn_IN",
|
| 31 |
+
"fa_IR",
|
| 32 |
+
"he_IL",
|
| 33 |
+
"hr_HR",
|
| 34 |
+
"id_ID",
|
| 35 |
+
"ka_GE",
|
| 36 |
+
"km_KH",
|
| 37 |
+
"mk_MK",
|
| 38 |
+
"ml_IN",
|
| 39 |
+
"mn_MN",
|
| 40 |
+
"mr_IN",
|
| 41 |
+
"pl_PL",
|
| 42 |
+
"ps_AF",
|
| 43 |
+
"pt_XX",
|
| 44 |
+
"sv_SE",
|
| 45 |
+
"sw_KE",
|
| 46 |
+
"ta_IN",
|
| 47 |
+
"te_IN",
|
| 48 |
+
"th_TH",
|
| 49 |
+
"tl_XX",
|
| 50 |
+
"uk_UA",
|
| 51 |
+
"ur_PK",
|
| 52 |
+
"xh_ZA",
|
| 53 |
+
"gl_ES",
|
| 54 |
+
"sl_SI"
|
| 55 |
+
],
|
| 56 |
+
"bos_token": "<s>",
|
| 57 |
+
"cls_token": "<s>",
|
| 58 |
+
"eos_token": "</s>",
|
| 59 |
+
"mask_token": "<mask>",
|
| 60 |
+
"pad_token": "<pad>",
|
| 61 |
+
"sep_token": "</s>",
|
| 62 |
+
"unk_token": "<unk>"
|
| 63 |
+
}
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d3a71a6430f26d8667787032844b9efe0d820460f1eb2e56a96b5f171813bc1a
|
| 3 |
+
size 17109939
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,528 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"added_tokens_decoder": {
|
| 3 |
+
"0": {
|
| 4 |
+
"content": "<s>",
|
| 5 |
+
"lstrip": false,
|
| 6 |
+
"normalized": false,
|
| 7 |
+
"rstrip": false,
|
| 8 |
+
"single_word": false,
|
| 9 |
+
"special": true
|
| 10 |
+
},
|
| 11 |
+
"1": {
|
| 12 |
+
"content": "<pad>",
|
| 13 |
+
"lstrip": false,
|
| 14 |
+
"normalized": false,
|
| 15 |
+
"rstrip": false,
|
| 16 |
+
"single_word": false,
|
| 17 |
+
"special": true
|
| 18 |
+
},
|
| 19 |
+
"2": {
|
| 20 |
+
"content": "</s>",
|
| 21 |
+
"lstrip": false,
|
| 22 |
+
"normalized": false,
|
| 23 |
+
"rstrip": false,
|
| 24 |
+
"single_word": false,
|
| 25 |
+
"special": true
|
| 26 |
+
},
|
| 27 |
+
"3": {
|
| 28 |
+
"content": "<unk>",
|
| 29 |
+
"lstrip": false,
|
| 30 |
+
"normalized": false,
|
| 31 |
+
"rstrip": false,
|
| 32 |
+
"single_word": false,
|
| 33 |
+
"special": true
|
| 34 |
+
},
|
| 35 |
+
"250001": {
|
| 36 |
+
"content": "ar_AR",
|
| 37 |
+
"lstrip": true,
|
| 38 |
+
"normalized": false,
|
| 39 |
+
"rstrip": true,
|
| 40 |
+
"single_word": false,
|
| 41 |
+
"special": true
|
| 42 |
+
},
|
| 43 |
+
"250002": {
|
| 44 |
+
"content": "cs_CZ",
|
| 45 |
+
"lstrip": true,
|
| 46 |
+
"normalized": false,
|
| 47 |
+
"rstrip": true,
|
| 48 |
+
"single_word": false,
|
| 49 |
+
"special": true
|
| 50 |
+
},
|
| 51 |
+
"250003": {
|
| 52 |
+
"content": "de_DE",
|
| 53 |
+
"lstrip": true,
|
| 54 |
+
"normalized": false,
|
| 55 |
+
"rstrip": true,
|
| 56 |
+
"single_word": false,
|
| 57 |
+
"special": true
|
| 58 |
+
},
|
| 59 |
+
"250004": {
|
| 60 |
+
"content": "en_XX",
|
| 61 |
+
"lstrip": true,
|
| 62 |
+
"normalized": false,
|
| 63 |
+
"rstrip": true,
|
| 64 |
+
"single_word": false,
|
| 65 |
+
"special": true
|
| 66 |
+
},
|
| 67 |
+
"250005": {
|
| 68 |
+
"content": "es_XX",
|
| 69 |
+
"lstrip": true,
|
| 70 |
+
"normalized": false,
|
| 71 |
+
"rstrip": true,
|
| 72 |
+
"single_word": false,
|
| 73 |
+
"special": true
|
| 74 |
+
},
|
| 75 |
+
"250006": {
|
| 76 |
+
"content": "et_EE",
|
| 77 |
+
"lstrip": true,
|
| 78 |
+
"normalized": false,
|
| 79 |
+
"rstrip": true,
|
| 80 |
+
"single_word": false,
|
| 81 |
+
"special": true
|
| 82 |
+
},
|
| 83 |
+
"250007": {
|
| 84 |
+
"content": "fi_FI",
|
| 85 |
+
"lstrip": true,
|
| 86 |
+
"normalized": false,
|
| 87 |
+
"rstrip": true,
|
| 88 |
+
"single_word": false,
|
| 89 |
+
"special": true
|
| 90 |
+
},
|
| 91 |
+
"250008": {
|
| 92 |
+
"content": "fr_XX",
|
| 93 |
+
"lstrip": true,
|
| 94 |
+
"normalized": false,
|
| 95 |
+
"rstrip": true,
|
| 96 |
+
"single_word": false,
|
| 97 |
+
"special": true
|
| 98 |
+
},
|
| 99 |
+
"250009": {
|
| 100 |
+
"content": "gu_IN",
|
| 101 |
+
"lstrip": true,
|
| 102 |
+
"normalized": false,
|
| 103 |
+
"rstrip": true,
|
| 104 |
+
"single_word": false,
|
| 105 |
+
"special": true
|
| 106 |
+
},
|
| 107 |
+
"250010": {
|
| 108 |
+
"content": "hi_IN",
|
| 109 |
+
"lstrip": true,
|
| 110 |
+
"normalized": false,
|
| 111 |
+
"rstrip": true,
|
| 112 |
+
"single_word": false,
|
| 113 |
+
"special": true
|
| 114 |
+
},
|
| 115 |
+
"250011": {
|
| 116 |
+
"content": "it_IT",
|
| 117 |
+
"lstrip": true,
|
| 118 |
+
"normalized": false,
|
| 119 |
+
"rstrip": true,
|
| 120 |
+
"single_word": false,
|
| 121 |
+
"special": true
|
| 122 |
+
},
|
| 123 |
+
"250012": {
|
| 124 |
+
"content": "ja_XX",
|
| 125 |
+
"lstrip": true,
|
| 126 |
+
"normalized": false,
|
| 127 |
+
"rstrip": true,
|
| 128 |
+
"single_word": false,
|
| 129 |
+
"special": true
|
| 130 |
+
},
|
| 131 |
+
"250013": {
|
| 132 |
+
"content": "kk_KZ",
|
| 133 |
+
"lstrip": true,
|
| 134 |
+
"normalized": false,
|
| 135 |
+
"rstrip": true,
|
| 136 |
+
"single_word": false,
|
| 137 |
+
"special": true
|
| 138 |
+
},
|
| 139 |
+
"250014": {
|
| 140 |
+
"content": "ko_KR",
|
| 141 |
+
"lstrip": true,
|
| 142 |
+
"normalized": false,
|
| 143 |
+
"rstrip": true,
|
| 144 |
+
"single_word": false,
|
| 145 |
+
"special": true
|
| 146 |
+
},
|
| 147 |
+
"250015": {
|
| 148 |
+
"content": "lt_LT",
|
| 149 |
+
"lstrip": true,
|
| 150 |
+
"normalized": false,
|
| 151 |
+
"rstrip": true,
|
| 152 |
+
"single_word": false,
|
| 153 |
+
"special": true
|
| 154 |
+
},
|
| 155 |
+
"250016": {
|
| 156 |
+
"content": "lv_LV",
|
| 157 |
+
"lstrip": true,
|
| 158 |
+
"normalized": false,
|
| 159 |
+
"rstrip": true,
|
| 160 |
+
"single_word": false,
|
| 161 |
+
"special": true
|
| 162 |
+
},
|
| 163 |
+
"250017": {
|
| 164 |
+
"content": "my_MM",
|
| 165 |
+
"lstrip": true,
|
| 166 |
+
"normalized": false,
|
| 167 |
+
"rstrip": true,
|
| 168 |
+
"single_word": false,
|
| 169 |
+
"special": true
|
| 170 |
+
},
|
| 171 |
+
"250018": {
|
| 172 |
+
"content": "ne_NP",
|
| 173 |
+
"lstrip": true,
|
| 174 |
+
"normalized": false,
|
| 175 |
+
"rstrip": true,
|
| 176 |
+
"single_word": false,
|
| 177 |
+
"special": true
|
| 178 |
+
},
|
| 179 |
+
"250019": {
|
| 180 |
+
"content": "nl_XX",
|
| 181 |
+
"lstrip": true,
|
| 182 |
+
"normalized": false,
|
| 183 |
+
"rstrip": true,
|
| 184 |
+
"single_word": false,
|
| 185 |
+
"special": true
|
| 186 |
+
},
|
| 187 |
+
"250020": {
|
| 188 |
+
"content": "ro_RO",
|
| 189 |
+
"lstrip": true,
|
| 190 |
+
"normalized": false,
|
| 191 |
+
"rstrip": true,
|
| 192 |
+
"single_word": false,
|
| 193 |
+
"special": true
|
| 194 |
+
},
|
| 195 |
+
"250021": {
|
| 196 |
+
"content": "ru_RU",
|
| 197 |
+
"lstrip": true,
|
| 198 |
+
"normalized": false,
|
| 199 |
+
"rstrip": true,
|
| 200 |
+
"single_word": false,
|
| 201 |
+
"special": true
|
| 202 |
+
},
|
| 203 |
+
"250022": {
|
| 204 |
+
"content": "si_LK",
|
| 205 |
+
"lstrip": true,
|
| 206 |
+
"normalized": false,
|
| 207 |
+
"rstrip": true,
|
| 208 |
+
"single_word": false,
|
| 209 |
+
"special": true
|
| 210 |
+
},
|
| 211 |
+
"250023": {
|
| 212 |
+
"content": "tr_TR",
|
| 213 |
+
"lstrip": true,
|
| 214 |
+
"normalized": false,
|
| 215 |
+
"rstrip": true,
|
| 216 |
+
"single_word": false,
|
| 217 |
+
"special": true
|
| 218 |
+
},
|
| 219 |
+
"250024": {
|
| 220 |
+
"content": "vi_VN",
|
| 221 |
+
"lstrip": true,
|
| 222 |
+
"normalized": false,
|
| 223 |
+
"rstrip": true,
|
| 224 |
+
"single_word": false,
|
| 225 |
+
"special": true
|
| 226 |
+
},
|
| 227 |
+
"250025": {
|
| 228 |
+
"content": "zh_CN",
|
| 229 |
+
"lstrip": true,
|
| 230 |
+
"normalized": false,
|
| 231 |
+
"rstrip": true,
|
| 232 |
+
"single_word": false,
|
| 233 |
+
"special": true
|
| 234 |
+
},
|
| 235 |
+
"250026": {
|
| 236 |
+
"content": "af_ZA",
|
| 237 |
+
"lstrip": true,
|
| 238 |
+
"normalized": false,
|
| 239 |
+
"rstrip": true,
|
| 240 |
+
"single_word": false,
|
| 241 |
+
"special": true
|
| 242 |
+
},
|
| 243 |
+
"250027": {
|
| 244 |
+
"content": "az_AZ",
|
| 245 |
+
"lstrip": true,
|
| 246 |
+
"normalized": false,
|
| 247 |
+
"rstrip": true,
|
| 248 |
+
"single_word": false,
|
| 249 |
+
"special": true
|
| 250 |
+
},
|
| 251 |
+
"250028": {
|
| 252 |
+
"content": "bn_IN",
|
| 253 |
+
"lstrip": true,
|
| 254 |
+
"normalized": false,
|
| 255 |
+
"rstrip": true,
|
| 256 |
+
"single_word": false,
|
| 257 |
+
"special": true
|
| 258 |
+
},
|
| 259 |
+
"250029": {
|
| 260 |
+
"content": "fa_IR",
|
| 261 |
+
"lstrip": true,
|
| 262 |
+
"normalized": false,
|
| 263 |
+
"rstrip": true,
|
| 264 |
+
"single_word": false,
|
| 265 |
+
"special": true
|
| 266 |
+
},
|
| 267 |
+
"250030": {
|
| 268 |
+
"content": "he_IL",
|
| 269 |
+
"lstrip": true,
|
| 270 |
+
"normalized": false,
|
| 271 |
+
"rstrip": true,
|
| 272 |
+
"single_word": false,
|
| 273 |
+
"special": true
|
| 274 |
+
},
|
| 275 |
+
"250031": {
|
| 276 |
+
"content": "hr_HR",
|
| 277 |
+
"lstrip": true,
|
| 278 |
+
"normalized": false,
|
| 279 |
+
"rstrip": true,
|
| 280 |
+
"single_word": false,
|
| 281 |
+
"special": true
|
| 282 |
+
},
|
| 283 |
+
"250032": {
|
| 284 |
+
"content": "id_ID",
|
| 285 |
+
"lstrip": true,
|
| 286 |
+
"normalized": false,
|
| 287 |
+
"rstrip": true,
|
| 288 |
+
"single_word": false,
|
| 289 |
+
"special": true
|
| 290 |
+
},
|
| 291 |
+
"250033": {
|
| 292 |
+
"content": "ka_GE",
|
| 293 |
+
"lstrip": true,
|
| 294 |
+
"normalized": false,
|
| 295 |
+
"rstrip": true,
|
| 296 |
+
"single_word": false,
|
| 297 |
+
"special": true
|
| 298 |
+
},
|
| 299 |
+
"250034": {
|
| 300 |
+
"content": "km_KH",
|
| 301 |
+
"lstrip": true,
|
| 302 |
+
"normalized": false,
|
| 303 |
+
"rstrip": true,
|
| 304 |
+
"single_word": false,
|
| 305 |
+
"special": true
|
| 306 |
+
},
|
| 307 |
+
"250035": {
|
| 308 |
+
"content": "mk_MK",
|
| 309 |
+
"lstrip": true,
|
| 310 |
+
"normalized": false,
|
| 311 |
+
"rstrip": true,
|
| 312 |
+
"single_word": false,
|
| 313 |
+
"special": true
|
| 314 |
+
},
|
| 315 |
+
"250036": {
|
| 316 |
+
"content": "ml_IN",
|
| 317 |
+
"lstrip": true,
|
| 318 |
+
"normalized": false,
|
| 319 |
+
"rstrip": true,
|
| 320 |
+
"single_word": false,
|
| 321 |
+
"special": true
|
| 322 |
+
},
|
| 323 |
+
"250037": {
|
| 324 |
+
"content": "mn_MN",
|
| 325 |
+
"lstrip": true,
|
| 326 |
+
"normalized": false,
|
| 327 |
+
"rstrip": true,
|
| 328 |
+
"single_word": false,
|
| 329 |
+
"special": true
|
| 330 |
+
},
|
| 331 |
+
"250038": {
|
| 332 |
+
"content": "mr_IN",
|
| 333 |
+
"lstrip": true,
|
| 334 |
+
"normalized": false,
|
| 335 |
+
"rstrip": true,
|
| 336 |
+
"single_word": false,
|
| 337 |
+
"special": true
|
| 338 |
+
},
|
| 339 |
+
"250039": {
|
| 340 |
+
"content": "pl_PL",
|
| 341 |
+
"lstrip": true,
|
| 342 |
+
"normalized": false,
|
| 343 |
+
"rstrip": true,
|
| 344 |
+
"single_word": false,
|
| 345 |
+
"special": true
|
| 346 |
+
},
|
| 347 |
+
"250040": {
|
| 348 |
+
"content": "ps_AF",
|
| 349 |
+
"lstrip": true,
|
| 350 |
+
"normalized": false,
|
| 351 |
+
"rstrip": true,
|
| 352 |
+
"single_word": false,
|
| 353 |
+
"special": true
|
| 354 |
+
},
|
| 355 |
+
"250041": {
|
| 356 |
+
"content": "pt_XX",
|
| 357 |
+
"lstrip": true,
|
| 358 |
+
"normalized": false,
|
| 359 |
+
"rstrip": true,
|
| 360 |
+
"single_word": false,
|
| 361 |
+
"special": true
|
| 362 |
+
},
|
| 363 |
+
"250042": {
|
| 364 |
+
"content": "sv_SE",
|
| 365 |
+
"lstrip": true,
|
| 366 |
+
"normalized": false,
|
| 367 |
+
"rstrip": true,
|
| 368 |
+
"single_word": false,
|
| 369 |
+
"special": true
|
| 370 |
+
},
|
| 371 |
+
"250043": {
|
| 372 |
+
"content": "sw_KE",
|
| 373 |
+
"lstrip": true,
|
| 374 |
+
"normalized": false,
|
| 375 |
+
"rstrip": true,
|
| 376 |
+
"single_word": false,
|
| 377 |
+
"special": true
|
| 378 |
+
},
|
| 379 |
+
"250044": {
|
| 380 |
+
"content": "ta_IN",
|
| 381 |
+
"lstrip": true,
|
| 382 |
+
"normalized": false,
|
| 383 |
+
"rstrip": true,
|
| 384 |
+
"single_word": false,
|
| 385 |
+
"special": true
|
| 386 |
+
},
|
| 387 |
+
"250045": {
|
| 388 |
+
"content": "te_IN",
|
| 389 |
+
"lstrip": true,
|
| 390 |
+
"normalized": false,
|
| 391 |
+
"rstrip": true,
|
| 392 |
+
"single_word": false,
|
| 393 |
+
"special": true
|
| 394 |
+
},
|
| 395 |
+
"250046": {
|
| 396 |
+
"content": "th_TH",
|
| 397 |
+
"lstrip": true,
|
| 398 |
+
"normalized": false,
|
| 399 |
+
"rstrip": true,
|
| 400 |
+
"single_word": false,
|
| 401 |
+
"special": true
|
| 402 |
+
},
|
| 403 |
+
"250047": {
|
| 404 |
+
"content": "tl_XX",
|
| 405 |
+
"lstrip": true,
|
| 406 |
+
"normalized": false,
|
| 407 |
+
"rstrip": true,
|
| 408 |
+
"single_word": false,
|
| 409 |
+
"special": true
|
| 410 |
+
},
|
| 411 |
+
"250048": {
|
| 412 |
+
"content": "uk_UA",
|
| 413 |
+
"lstrip": true,
|
| 414 |
+
"normalized": false,
|
| 415 |
+
"rstrip": true,
|
| 416 |
+
"single_word": false,
|
| 417 |
+
"special": true
|
| 418 |
+
},
|
| 419 |
+
"250049": {
|
| 420 |
+
"content": "ur_PK",
|
| 421 |
+
"lstrip": true,
|
| 422 |
+
"normalized": false,
|
| 423 |
+
"rstrip": true,
|
| 424 |
+
"single_word": false,
|
| 425 |
+
"special": true
|
| 426 |
+
},
|
| 427 |
+
"250050": {
|
| 428 |
+
"content": "xh_ZA",
|
| 429 |
+
"lstrip": true,
|
| 430 |
+
"normalized": false,
|
| 431 |
+
"rstrip": true,
|
| 432 |
+
"single_word": false,
|
| 433 |
+
"special": true
|
| 434 |
+
},
|
| 435 |
+
"250051": {
|
| 436 |
+
"content": "gl_ES",
|
| 437 |
+
"lstrip": true,
|
| 438 |
+
"normalized": false,
|
| 439 |
+
"rstrip": true,
|
| 440 |
+
"single_word": false,
|
| 441 |
+
"special": true
|
| 442 |
+
},
|
| 443 |
+
"250052": {
|
| 444 |
+
"content": "sl_SI",
|
| 445 |
+
"lstrip": true,
|
| 446 |
+
"normalized": false,
|
| 447 |
+
"rstrip": true,
|
| 448 |
+
"single_word": false,
|
| 449 |
+
"special": true
|
| 450 |
+
},
|
| 451 |
+
"250053": {
|
| 452 |
+
"content": "<mask>",
|
| 453 |
+
"lstrip": true,
|
| 454 |
+
"normalized": true,
|
| 455 |
+
"rstrip": false,
|
| 456 |
+
"single_word": false,
|
| 457 |
+
"special": true
|
| 458 |
+
}
|
| 459 |
+
},
|
| 460 |
+
"additional_special_tokens": [
|
| 461 |
+
"ar_AR",
|
| 462 |
+
"cs_CZ",
|
| 463 |
+
"de_DE",
|
| 464 |
+
"en_XX",
|
| 465 |
+
"es_XX",
|
| 466 |
+
"et_EE",
|
| 467 |
+
"fi_FI",
|
| 468 |
+
"fr_XX",
|
| 469 |
+
"gu_IN",
|
| 470 |
+
"hi_IN",
|
| 471 |
+
"it_IT",
|
| 472 |
+
"ja_XX",
|
| 473 |
+
"kk_KZ",
|
| 474 |
+
"ko_KR",
|
| 475 |
+
"lt_LT",
|
| 476 |
+
"lv_LV",
|
| 477 |
+
"my_MM",
|
| 478 |
+
"ne_NP",
|
| 479 |
+
"nl_XX",
|
| 480 |
+
"ro_RO",
|
| 481 |
+
"ru_RU",
|
| 482 |
+
"si_LK",
|
| 483 |
+
"tr_TR",
|
| 484 |
+
"vi_VN",
|
| 485 |
+
"zh_CN",
|
| 486 |
+
"af_ZA",
|
| 487 |
+
"az_AZ",
|
| 488 |
+
"bn_IN",
|
| 489 |
+
"fa_IR",
|
| 490 |
+
"he_IL",
|
| 491 |
+
"hr_HR",
|
| 492 |
+
"id_ID",
|
| 493 |
+
"ka_GE",
|
| 494 |
+
"km_KH",
|
| 495 |
+
"mk_MK",
|
| 496 |
+
"ml_IN",
|
| 497 |
+
"mn_MN",
|
| 498 |
+
"mr_IN",
|
| 499 |
+
"pl_PL",
|
| 500 |
+
"ps_AF",
|
| 501 |
+
"pt_XX",
|
| 502 |
+
"sv_SE",
|
| 503 |
+
"sw_KE",
|
| 504 |
+
"ta_IN",
|
| 505 |
+
"te_IN",
|
| 506 |
+
"th_TH",
|
| 507 |
+
"tl_XX",
|
| 508 |
+
"uk_UA",
|
| 509 |
+
"ur_PK",
|
| 510 |
+
"xh_ZA",
|
| 511 |
+
"gl_ES",
|
| 512 |
+
"sl_SI"
|
| 513 |
+
],
|
| 514 |
+
"bos_token": "<s>",
|
| 515 |
+
"clean_up_tokenization_spaces": true,
|
| 516 |
+
"cls_token": "<s>",
|
| 517 |
+
"eos_token": "</s>",
|
| 518 |
+
"language_codes": "ML50",
|
| 519 |
+
"mask_token": "<mask>",
|
| 520 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 521 |
+
"pad_token": "<pad>",
|
| 522 |
+
"sep_token": "</s>",
|
| 523 |
+
"sp_model_kwargs": {},
|
| 524 |
+
"src_lang": "ko_KR",
|
| 525 |
+
"tgt_lang": "en_XX",
|
| 526 |
+
"tokenizer_class": "MBart50Tokenizer",
|
| 527 |
+
"unk_token": "<unk>"
|
| 528 |
+
}
|
train_results.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 11.14,
|
| 3 |
+
"train_loss": 0.5229005074501037,
|
| 4 |
+
"train_runtime": 88579.3039,
|
| 5 |
+
"train_samples": 137900,
|
| 6 |
+
"train_samples_per_second": 62.272,
|
| 7 |
+
"train_steps_per_second": 0.973
|
| 8 |
+
}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,376 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": 27.8203,
|
| 3 |
+
"best_model_checkpoint": "./ko-en_mbartLarge_exp20p_batch64_linear/checkpoint-8000",
|
| 4 |
+
"epoch": 11.138183083884442,
|
| 5 |
+
"eval_steps": 4000,
|
| 6 |
+
"global_step": 24000,
|
| 7 |
+
"is_hyper_param_search": false,
|
| 8 |
+
"is_local_process_zero": true,
|
| 9 |
+
"is_world_process_zero": true,
|
| 10 |
+
"log_history": [
|
| 11 |
+
{
|
| 12 |
+
"epoch": 0.23,
|
| 13 |
+
"learning_rate": 1.25e-05,
|
| 14 |
+
"loss": 1.5426,
|
| 15 |
+
"step": 500
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"epoch": 0.46,
|
| 19 |
+
"learning_rate": 2.5e-05,
|
| 20 |
+
"loss": 1.343,
|
| 21 |
+
"step": 1000
|
| 22 |
+
},
|
| 23 |
+
{
|
| 24 |
+
"epoch": 0.7,
|
| 25 |
+
"learning_rate": 3.7500000000000003e-05,
|
| 26 |
+
"loss": 1.2768,
|
| 27 |
+
"step": 1500
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"epoch": 0.93,
|
| 31 |
+
"learning_rate": 5e-05,
|
| 32 |
+
"loss": 1.242,
|
| 33 |
+
"step": 2000
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"epoch": 1.16,
|
| 37 |
+
"learning_rate": 4.970294676806084e-05,
|
| 38 |
+
"loss": 1.1208,
|
| 39 |
+
"step": 2500
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"epoch": 1.39,
|
| 43 |
+
"learning_rate": 4.940589353612168e-05,
|
| 44 |
+
"loss": 1.0718,
|
| 45 |
+
"step": 3000
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 1.62,
|
| 49 |
+
"learning_rate": 4.910884030418251e-05,
|
| 50 |
+
"loss": 1.061,
|
| 51 |
+
"step": 3500
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"epoch": 1.86,
|
| 55 |
+
"learning_rate": 4.881178707224335e-05,
|
| 56 |
+
"loss": 1.0585,
|
| 57 |
+
"step": 4000
|
| 58 |
+
},
|
| 59 |
+
{
|
| 60 |
+
"epoch": 1.86,
|
| 61 |
+
"eval_bleu": 27.494,
|
| 62 |
+
"eval_gen_len": 18.9136,
|
| 63 |
+
"eval_loss": 1.1434648036956787,
|
| 64 |
+
"eval_runtime": 1314.8151,
|
| 65 |
+
"eval_samples_per_second": 13.11,
|
| 66 |
+
"eval_steps_per_second": 1.639,
|
| 67 |
+
"step": 4000
|
| 68 |
+
},
|
| 69 |
+
{
|
| 70 |
+
"epoch": 2.09,
|
| 71 |
+
"learning_rate": 4.851473384030418e-05,
|
| 72 |
+
"loss": 0.9558,
|
| 73 |
+
"step": 4500
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 2.32,
|
| 77 |
+
"learning_rate": 4.8217680608365025e-05,
|
| 78 |
+
"loss": 0.8186,
|
| 79 |
+
"step": 5000
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"epoch": 2.55,
|
| 83 |
+
"learning_rate": 4.792062737642586e-05,
|
| 84 |
+
"loss": 0.8398,
|
| 85 |
+
"step": 5500
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"epoch": 2.78,
|
| 89 |
+
"learning_rate": 4.7623574144486695e-05,
|
| 90 |
+
"loss": 0.8454,
|
| 91 |
+
"step": 6000
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"epoch": 3.02,
|
| 95 |
+
"learning_rate": 4.732652091254753e-05,
|
| 96 |
+
"loss": 0.8416,
|
| 97 |
+
"step": 6500
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"epoch": 3.25,
|
| 101 |
+
"learning_rate": 4.702946768060837e-05,
|
| 102 |
+
"loss": 0.6354,
|
| 103 |
+
"step": 7000
|
| 104 |
+
},
|
| 105 |
+
{
|
| 106 |
+
"epoch": 3.48,
|
| 107 |
+
"learning_rate": 4.67324144486692e-05,
|
| 108 |
+
"loss": 0.6545,
|
| 109 |
+
"step": 7500
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"epoch": 3.71,
|
| 113 |
+
"learning_rate": 4.643536121673004e-05,
|
| 114 |
+
"loss": 0.6719,
|
| 115 |
+
"step": 8000
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 3.71,
|
| 119 |
+
"eval_bleu": 27.8203,
|
| 120 |
+
"eval_gen_len": 18.6815,
|
| 121 |
+
"eval_loss": 1.204200267791748,
|
| 122 |
+
"eval_runtime": 1295.2995,
|
| 123 |
+
"eval_samples_per_second": 13.307,
|
| 124 |
+
"eval_steps_per_second": 1.664,
|
| 125 |
+
"step": 8000
|
| 126 |
+
},
|
| 127 |
+
{
|
| 128 |
+
"epoch": 3.94,
|
| 129 |
+
"learning_rate": 4.613830798479088e-05,
|
| 130 |
+
"loss": 0.6824,
|
| 131 |
+
"step": 8500
|
| 132 |
+
},
|
| 133 |
+
{
|
| 134 |
+
"epoch": 4.18,
|
| 135 |
+
"learning_rate": 4.584125475285171e-05,
|
| 136 |
+
"loss": 0.5317,
|
| 137 |
+
"step": 9000
|
| 138 |
+
},
|
| 139 |
+
{
|
| 140 |
+
"epoch": 4.41,
|
| 141 |
+
"learning_rate": 4.554420152091255e-05,
|
| 142 |
+
"loss": 0.5004,
|
| 143 |
+
"step": 9500
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"epoch": 4.64,
|
| 147 |
+
"learning_rate": 4.524714828897338e-05,
|
| 148 |
+
"loss": 0.5208,
|
| 149 |
+
"step": 10000
|
| 150 |
+
},
|
| 151 |
+
{
|
| 152 |
+
"epoch": 4.87,
|
| 153 |
+
"learning_rate": 4.4950095057034226e-05,
|
| 154 |
+
"loss": 0.5339,
|
| 155 |
+
"step": 10500
|
| 156 |
+
},
|
| 157 |
+
{
|
| 158 |
+
"epoch": 5.11,
|
| 159 |
+
"learning_rate": 4.465304182509506e-05,
|
| 160 |
+
"loss": 0.4608,
|
| 161 |
+
"step": 11000
|
| 162 |
+
},
|
| 163 |
+
{
|
| 164 |
+
"epoch": 5.34,
|
| 165 |
+
"learning_rate": 4.4355988593155896e-05,
|
| 166 |
+
"loss": 0.3783,
|
| 167 |
+
"step": 11500
|
| 168 |
+
},
|
| 169 |
+
{
|
| 170 |
+
"epoch": 5.57,
|
| 171 |
+
"learning_rate": 4.405893536121673e-05,
|
| 172 |
+
"loss": 0.3964,
|
| 173 |
+
"step": 12000
|
| 174 |
+
},
|
| 175 |
+
{
|
| 176 |
+
"epoch": 5.57,
|
| 177 |
+
"eval_bleu": 27.1711,
|
| 178 |
+
"eval_gen_len": 18.5184,
|
| 179 |
+
"eval_loss": 1.4261032342910767,
|
| 180 |
+
"eval_runtime": 1285.7174,
|
| 181 |
+
"eval_samples_per_second": 13.407,
|
| 182 |
+
"eval_steps_per_second": 1.676,
|
| 183 |
+
"step": 12000
|
| 184 |
+
},
|
| 185 |
+
{
|
| 186 |
+
"epoch": 5.8,
|
| 187 |
+
"learning_rate": 4.376188212927757e-05,
|
| 188 |
+
"loss": 0.4104,
|
| 189 |
+
"step": 12500
|
| 190 |
+
},
|
| 191 |
+
{
|
| 192 |
+
"epoch": 6.03,
|
| 193 |
+
"learning_rate": 4.3464828897338404e-05,
|
| 194 |
+
"loss": 0.4036,
|
| 195 |
+
"step": 13000
|
| 196 |
+
},
|
| 197 |
+
{
|
| 198 |
+
"epoch": 6.27,
|
| 199 |
+
"learning_rate": 4.316777566539924e-05,
|
| 200 |
+
"loss": 0.2859,
|
| 201 |
+
"step": 13500
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"epoch": 6.5,
|
| 205 |
+
"learning_rate": 4.2870722433460074e-05,
|
| 206 |
+
"loss": 0.3004,
|
| 207 |
+
"step": 14000
|
| 208 |
+
},
|
| 209 |
+
{
|
| 210 |
+
"epoch": 6.73,
|
| 211 |
+
"learning_rate": 4.257366920152092e-05,
|
| 212 |
+
"loss": 0.3148,
|
| 213 |
+
"step": 14500
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"epoch": 6.96,
|
| 217 |
+
"learning_rate": 4.227661596958175e-05,
|
| 218 |
+
"loss": 0.3262,
|
| 219 |
+
"step": 15000
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"epoch": 7.19,
|
| 223 |
+
"learning_rate": 4.197956273764259e-05,
|
| 224 |
+
"loss": 0.234,
|
| 225 |
+
"step": 15500
|
| 226 |
+
},
|
| 227 |
+
{
|
| 228 |
+
"epoch": 7.43,
|
| 229 |
+
"learning_rate": 4.168250950570343e-05,
|
| 230 |
+
"loss": 0.2282,
|
| 231 |
+
"step": 16000
|
| 232 |
+
},
|
| 233 |
+
{
|
| 234 |
+
"epoch": 7.43,
|
| 235 |
+
"eval_bleu": 26.1891,
|
| 236 |
+
"eval_gen_len": 18.5479,
|
| 237 |
+
"eval_loss": 1.7274521589279175,
|
| 238 |
+
"eval_runtime": 1283.8263,
|
| 239 |
+
"eval_samples_per_second": 13.426,
|
| 240 |
+
"eval_steps_per_second": 1.679,
|
| 241 |
+
"step": 16000
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"epoch": 7.66,
|
| 245 |
+
"learning_rate": 4.138545627376426e-05,
|
| 246 |
+
"loss": 0.2426,
|
| 247 |
+
"step": 16500
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"epoch": 7.89,
|
| 251 |
+
"learning_rate": 4.10884030418251e-05,
|
| 252 |
+
"loss": 0.2507,
|
| 253 |
+
"step": 17000
|
| 254 |
+
},
|
| 255 |
+
{
|
| 256 |
+
"epoch": 8.12,
|
| 257 |
+
"learning_rate": 4.079134980988593e-05,
|
| 258 |
+
"loss": 0.2085,
|
| 259 |
+
"step": 17500
|
| 260 |
+
},
|
| 261 |
+
{
|
| 262 |
+
"epoch": 8.35,
|
| 263 |
+
"learning_rate": 4.0494296577946774e-05,
|
| 264 |
+
"loss": 0.1756,
|
| 265 |
+
"step": 18000
|
| 266 |
+
},
|
| 267 |
+
{
|
| 268 |
+
"epoch": 8.59,
|
| 269 |
+
"learning_rate": 4.0197243346007605e-05,
|
| 270 |
+
"loss": 0.1859,
|
| 271 |
+
"step": 18500
|
| 272 |
+
},
|
| 273 |
+
{
|
| 274 |
+
"epoch": 8.82,
|
| 275 |
+
"learning_rate": 3.9900190114068444e-05,
|
| 276 |
+
"loss": 0.1957,
|
| 277 |
+
"step": 19000
|
| 278 |
+
},
|
| 279 |
+
{
|
| 280 |
+
"epoch": 9.05,
|
| 281 |
+
"learning_rate": 3.9603136882129275e-05,
|
| 282 |
+
"loss": 0.1845,
|
| 283 |
+
"step": 19500
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"epoch": 9.28,
|
| 287 |
+
"learning_rate": 3.930608365019012e-05,
|
| 288 |
+
"loss": 0.1338,
|
| 289 |
+
"step": 20000
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"epoch": 9.28,
|
| 293 |
+
"eval_bleu": 26.1533,
|
| 294 |
+
"eval_gen_len": 18.505,
|
| 295 |
+
"eval_loss": 1.9251435995101929,
|
| 296 |
+
"eval_runtime": 1285.914,
|
| 297 |
+
"eval_samples_per_second": 13.404,
|
| 298 |
+
"eval_steps_per_second": 1.676,
|
| 299 |
+
"step": 20000
|
| 300 |
+
},
|
| 301 |
+
{
|
| 302 |
+
"epoch": 9.51,
|
| 303 |
+
"learning_rate": 3.900903041825095e-05,
|
| 304 |
+
"loss": 0.1447,
|
| 305 |
+
"step": 20500
|
| 306 |
+
},
|
| 307 |
+
{
|
| 308 |
+
"epoch": 9.75,
|
| 309 |
+
"learning_rate": 3.871197718631179e-05,
|
| 310 |
+
"loss": 0.1527,
|
| 311 |
+
"step": 21000
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"epoch": 9.98,
|
| 315 |
+
"learning_rate": 3.841492395437263e-05,
|
| 316 |
+
"loss": 0.1584,
|
| 317 |
+
"step": 21500
|
| 318 |
+
},
|
| 319 |
+
{
|
| 320 |
+
"epoch": 10.21,
|
| 321 |
+
"learning_rate": 3.811787072243346e-05,
|
| 322 |
+
"loss": 0.1119,
|
| 323 |
+
"step": 22000
|
| 324 |
+
},
|
| 325 |
+
{
|
| 326 |
+
"epoch": 10.44,
|
| 327 |
+
"learning_rate": 3.78208174904943e-05,
|
| 328 |
+
"loss": 0.1127,
|
| 329 |
+
"step": 22500
|
| 330 |
+
},
|
| 331 |
+
{
|
| 332 |
+
"epoch": 10.67,
|
| 333 |
+
"learning_rate": 3.752376425855513e-05,
|
| 334 |
+
"loss": 0.1233,
|
| 335 |
+
"step": 23000
|
| 336 |
+
},
|
| 337 |
+
{
|
| 338 |
+
"epoch": 10.91,
|
| 339 |
+
"learning_rate": 3.7226711026615975e-05,
|
| 340 |
+
"loss": 0.1269,
|
| 341 |
+
"step": 23500
|
| 342 |
+
},
|
| 343 |
+
{
|
| 344 |
+
"epoch": 11.14,
|
| 345 |
+
"learning_rate": 3.6929657794676806e-05,
|
| 346 |
+
"loss": 0.1033,
|
| 347 |
+
"step": 24000
|
| 348 |
+
},
|
| 349 |
+
{
|
| 350 |
+
"epoch": 11.14,
|
| 351 |
+
"eval_bleu": 26.0643,
|
| 352 |
+
"eval_gen_len": 18.4275,
|
| 353 |
+
"eval_loss": 2.0758345127105713,
|
| 354 |
+
"eval_runtime": 1283.6981,
|
| 355 |
+
"eval_samples_per_second": 13.428,
|
| 356 |
+
"eval_steps_per_second": 1.679,
|
| 357 |
+
"step": 24000
|
| 358 |
+
},
|
| 359 |
+
{
|
| 360 |
+
"epoch": 11.14,
|
| 361 |
+
"step": 24000,
|
| 362 |
+
"total_flos": 3.328711323549696e+18,
|
| 363 |
+
"train_loss": 0.5229005074501037,
|
| 364 |
+
"train_runtime": 88579.3039,
|
| 365 |
+
"train_samples_per_second": 62.272,
|
| 366 |
+
"train_steps_per_second": 0.973
|
| 367 |
+
}
|
| 368 |
+
],
|
| 369 |
+
"logging_steps": 500,
|
| 370 |
+
"max_steps": 86160,
|
| 371 |
+
"num_train_epochs": 40,
|
| 372 |
+
"save_steps": 4000,
|
| 373 |
+
"total_flos": 3.328711323549696e+18,
|
| 374 |
+
"trial_name": null,
|
| 375 |
+
"trial_params": null
|
| 376 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b9e649aa6a7440acd366900e2fe6cb98d6736fc3bfe42f4bf4167c616040bb2f
|
| 3 |
+
size 4728
|