brendaogutu commited on
Commit
e48d5e5
·
verified ·
1 Parent(s): ce9f2c6

Upload fine-tuned model - BLEU: 0.1289

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +8 -0
  2. README.md +76 -0
  3. baseline_results.json +15 -0
  4. checkpoint-10000/config.json +54 -0
  5. checkpoint-10000/generation_config.json +17 -0
  6. checkpoint-10000/model.safetensors +3 -0
  7. checkpoint-10000/optimizer.pt +3 -0
  8. checkpoint-10000/rng_state.pth +3 -0
  9. checkpoint-10000/scaler.pt +3 -0
  10. checkpoint-10000/scheduler.pt +3 -0
  11. checkpoint-10000/source.spm +3 -0
  12. checkpoint-10000/special_tokens_map.json +23 -0
  13. checkpoint-10000/target.spm +3 -0
  14. checkpoint-10000/tokenizer_config.json +39 -0
  15. checkpoint-10000/trainer_state.json +1498 -0
  16. checkpoint-10000/training_args.bin +3 -0
  17. checkpoint-10000/training_metrics_snapshot.json +1464 -0
  18. checkpoint-10000/vocab.json +0 -0
  19. checkpoint-12000/config.json +54 -0
  20. checkpoint-12000/generation_config.json +17 -0
  21. checkpoint-12000/model.safetensors +3 -0
  22. checkpoint-12000/optimizer.pt +3 -0
  23. checkpoint-12000/rng_state.pth +3 -0
  24. checkpoint-12000/scaler.pt +3 -0
  25. checkpoint-12000/scheduler.pt +3 -0
  26. checkpoint-12000/source.spm +3 -0
  27. checkpoint-12000/special_tokens_map.json +23 -0
  28. checkpoint-12000/target.spm +3 -0
  29. checkpoint-12000/tokenizer_config.json +39 -0
  30. checkpoint-12000/trainer_state.json +1789 -0
  31. checkpoint-12000/training_args.bin +3 -0
  32. checkpoint-12000/training_metrics_snapshot.json +1755 -0
  33. checkpoint-12000/vocab.json +0 -0
  34. checkpoint-8000/config.json +54 -0
  35. checkpoint-8000/generation_config.json +17 -0
  36. checkpoint-8000/model.safetensors +3 -0
  37. checkpoint-8000/optimizer.pt +3 -0
  38. checkpoint-8000/rng_state.pth +3 -0
  39. checkpoint-8000/scaler.pt +3 -0
  40. checkpoint-8000/scheduler.pt +3 -0
  41. checkpoint-8000/source.spm +3 -0
  42. checkpoint-8000/special_tokens_map.json +23 -0
  43. checkpoint-8000/target.spm +3 -0
  44. checkpoint-8000/tokenizer_config.json +39 -0
  45. checkpoint-8000/trainer_state.json +1207 -0
  46. checkpoint-8000/training_args.bin +3 -0
  47. checkpoint-8000/training_metrics_snapshot.json +1173 -0
  48. checkpoint-8000/vocab.json +0 -0
  49. config.json +54 -0
  50. generation_config.json +17 -0
.gitattributes CHANGED
@@ -61,3 +61,11 @@ checkpoints/checkpoint-26000/source.spm filter=lfs diff=lfs merge=lfs -text
61
  checkpoints/checkpoint-26000/target.spm filter=lfs diff=lfs merge=lfs -text
62
  checkpoints/checkpoint-28000/source.spm filter=lfs diff=lfs merge=lfs -text
63
  checkpoints/checkpoint-28000/target.spm filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
61
  checkpoints/checkpoint-26000/target.spm filter=lfs diff=lfs merge=lfs -text
62
  checkpoints/checkpoint-28000/source.spm filter=lfs diff=lfs merge=lfs -text
63
  checkpoints/checkpoint-28000/target.spm filter=lfs diff=lfs merge=lfs -text
64
+ checkpoint-10000/source.spm filter=lfs diff=lfs merge=lfs -text
65
+ checkpoint-10000/target.spm filter=lfs diff=lfs merge=lfs -text
66
+ checkpoint-12000/source.spm filter=lfs diff=lfs merge=lfs -text
67
+ checkpoint-12000/target.spm filter=lfs diff=lfs merge=lfs -text
68
+ checkpoint-8000/source.spm filter=lfs diff=lfs merge=lfs -text
69
+ checkpoint-8000/target.spm filter=lfs diff=lfs merge=lfs -text
70
+ source.spm filter=lfs diff=lfs merge=lfs -text
71
+ target.spm filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - sw
4
+ - en
5
+ license: apache-2.0
6
+ tags:
7
+ - translation
8
+ - swahili
9
+ - english
10
+ - opus-mt
11
+ - openchs
12
+ datasets:
13
+ - nllb
14
+ - ccaligned
15
+ metrics:
16
+ - bleu
17
+ - chrf
18
+ - comet
19
+ ---
20
+
21
+ # Swahili-English Translation Model for Child Helpline Services
22
+
23
+ ## Model Description
24
+
25
+ This model is a fine-tuned version of `brendaogutu/mul-sw-en-translation-phase1` for Swahili-to-English translation, specifically optimized for child helpline call transcriptions in East Africa.
26
+
27
+ **Developed by:** BITZ IT Consulting Ltd
28
+ **Project:** OpenCHS (Open Child Helpline System)
29
+ **Funded by:** UNICEF Venture Fund
30
+ **License:** Apache 2.0
31
+
32
+ ## Performance
33
+
34
+ ### Test Set (General Translation)
35
+ - **BLEU:** 0.1289
36
+ - **chrF:** 32.25
37
+ - **Improvement over baseline:** +0.0%
38
+
39
+ ### Domain Evaluation (Call Transcriptions)
40
+ - **Domain BLEU:** 0.0000
41
+ - **Domain chrF:** 1.18
42
+ - **Domain COMET-QE:** 0.0000
43
+
44
+ ## Intended Use
45
+
46
+ **Primary Use Case:** Translating Swahili helpline call transcriptions to English for case documentation, quality assurance, and cross-border referrals.
47
+
48
+ **Languages:** Swahili (source) → English (target)
49
+
50
+ ## Usage
51
+
52
+ ```python
53
+ from transformers import MarianTokenizer, MarianMTModel
54
+
55
+ model_name = "brendaogutu/mul-sw-en-translation-phase2"
56
+ tokenizer = MarianTokenizer.from_pretrained(model_name)
57
+ model = MarianMTModel.from_pretrained(model_name)
58
+
59
+ swahili_text = "Habari za asubuhi. Ninaitwa Amina na nina miaka 14."
60
+ inputs = tokenizer(swahili_text, return_tensors="pt", padding=True)
61
+ outputs = model.generate(**inputs, num_beams=5, max_length=256)
62
+ translation = tokenizer.decode(outputs[0], skip_special_tokens=True)
63
+ print(translation)
64
+ ```
65
+
66
+ ## Training Details
67
+
68
+ **Base Model:** brendaogutu/mul-sw-en-translation-phase1
69
+ **Training Epochs:** 6
70
+ **Batch Size:** 256
71
+ **Learning Rate:** 2e-05
72
+ **Hardware:** NVIDIA GPU with FP16 mixed precision
73
+
74
+ ---
75
+
76
+ *This model is part of the OpenCHS project supporting child helpline services across East Africa.*
baseline_results.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "eval_loss": 3.607189178466797,
3
+ "eval_model_preparation_time": 0.0024,
4
+ "eval_bleu": 0.12148653814583246,
5
+ "eval_chrf": 32.36204862643739,
6
+ "eval_runtime": 32.9896,
7
+ "eval_samples_per_second": 15.156,
8
+ "eval_steps_per_second": 0.243,
9
+ "eval_comet": 0.19771272730701459,
10
+ "eval_comet_std": 0.2784397353998006,
11
+ "baseline_domain_bleu": 5.6025207420726605e-24,
12
+ "baseline_domain_chrf": 1.2249619322824674,
13
+ "baseline_domain_comet": 5.6090462749125436e-05,
14
+ "baseline_domain_comet_std": 2.8818004578613744e-05
15
+ }
checkpoint-10000/config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.0,
3
+ "activation_function": "swish",
4
+ "add_bias_logits": false,
5
+ "add_final_layer_norm": false,
6
+ "architectures": [
7
+ "MarianMTModel"
8
+ ],
9
+ "attention_dropout": 0.0,
10
+ "classif_dropout": 0.0,
11
+ "classifier_dropout": 0.0,
12
+ "d_model": 512,
13
+ "decoder_attention_heads": 8,
14
+ "decoder_ffn_dim": 2048,
15
+ "decoder_layerdrop": 0.0,
16
+ "decoder_layers": 6,
17
+ "decoder_start_token_id": 64171,
18
+ "decoder_vocab_size": 64172,
19
+ "dropout": 0.1,
20
+ "dtype": "float32",
21
+ "encoder_attention_heads": 8,
22
+ "encoder_ffn_dim": 2048,
23
+ "encoder_layerdrop": 0.0,
24
+ "encoder_layers": 6,
25
+ "eos_token_id": 0,
26
+ "extra_pos_embeddings": 64172,
27
+ "forced_eos_token_id": 0,
28
+ "id2label": {
29
+ "0": "LABEL_0",
30
+ "1": "LABEL_1",
31
+ "2": "LABEL_2"
32
+ },
33
+ "init_std": 0.02,
34
+ "is_encoder_decoder": true,
35
+ "label2id": {
36
+ "LABEL_0": 0,
37
+ "LABEL_1": 1,
38
+ "LABEL_2": 2
39
+ },
40
+ "max_length": null,
41
+ "max_position_embeddings": 512,
42
+ "model_type": "marian",
43
+ "normalize_before": false,
44
+ "normalize_embedding": false,
45
+ "num_beams": null,
46
+ "num_hidden_layers": 6,
47
+ "pad_token_id": 64171,
48
+ "scale_embedding": true,
49
+ "share_encoder_decoder_embeddings": true,
50
+ "static_position_embeddings": true,
51
+ "transformers_version": "4.57.1",
52
+ "use_cache": true,
53
+ "vocab_size": 64172
54
+ }
checkpoint-10000/generation_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bad_words_ids": [
3
+ [
4
+ 64171
5
+ ]
6
+ ],
7
+ "decoder_start_token_id": 64171,
8
+ "eos_token_id": [
9
+ 0
10
+ ],
11
+ "forced_eos_token_id": 0,
12
+ "max_length": 512,
13
+ "num_beams": 6,
14
+ "pad_token_id": 64171,
15
+ "renormalize_logits": true,
16
+ "transformers_version": "4.57.1"
17
+ }
checkpoint-10000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3084bc6d834b8e1521ae0f5500562d83542791b68919d84e1424028052662f5
3
+ size 308263984
checkpoint-10000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e804ee8ed10f3d412a7943a0fdc7e03c5cf58aad776517d21ebf23c501d2e2cc
3
+ size 616171979
checkpoint-10000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8af5445d415ee7b241f2f73c06256ae24e495428a9b80ced019674617aa6f42d
3
+ size 14645
checkpoint-10000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09fdd57521ec4893fc1fd450d146d56fba624361b597499bb6eebcbf3be36280
3
+ size 1383
checkpoint-10000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2dc2da8417f1aa5a26855d7895e0cb735ca10f9db1cdf4daa55cd1b76394a27f
3
+ size 1465
checkpoint-10000/source.spm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4a99ea3602b29fbf901ade8b93a45efa3d7c64eab8fc5fa812383efa327a87d
3
+ size 706917
checkpoint-10000/special_tokens_map.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "eos_token": {
3
+ "content": "</s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "pad_token": {
10
+ "content": "<pad>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "unk_token": {
17
+ "content": "<unk>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
+ }
checkpoint-10000/target.spm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6dce5fa58fcd7dde9e81e279b8c075bf42ee558278f73d6fb48e342029d7f19
3
+ size 791194
checkpoint-10000/tokenizer_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "<unk>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "64171": {
20
+ "content": "<pad>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ }
27
+ },
28
+ "clean_up_tokenization_spaces": false,
29
+ "eos_token": "</s>",
30
+ "extra_special_tokens": {},
31
+ "model_max_length": 512,
32
+ "pad_token": "<pad>",
33
+ "separate_vocabs": false,
34
+ "source_lang": "mul",
35
+ "sp_model_kwargs": {},
36
+ "target_lang": "eng",
37
+ "tokenizer_class": "MarianTokenizer",
38
+ "unk_token": "<unk>"
39
+ }
checkpoint-10000/trainer_state.json ADDED
@@ -0,0 +1,1498 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 10000,
3
+ "best_metric": 0.12007022688548516,
4
+ "best_model_checkpoint": "models/finetuned-sw-en-phase2/checkpoint-10000",
5
+ "epoch": 0.7166917508779473,
6
+ "eval_steps": 2000,
7
+ "global_step": 10000,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.003583458754389737,
14
+ "grad_norm": 2.8826961517333984,
15
+ "learning_rate": 1.1705685618729097e-07,
16
+ "loss": 3.6787,
17
+ "step": 50
18
+ },
19
+ {
20
+ "epoch": 0.007166917508779474,
21
+ "grad_norm": 3.028228521347046,
22
+ "learning_rate": 2.3650262780697565e-07,
23
+ "loss": 3.6845,
24
+ "step": 100
25
+ },
26
+ {
27
+ "epoch": 0.010750376263169211,
28
+ "grad_norm": 3.1519999504089355,
29
+ "learning_rate": 3.5594839942666037e-07,
30
+ "loss": 3.6839,
31
+ "step": 150
32
+ },
33
+ {
34
+ "epoch": 0.014333835017558949,
35
+ "grad_norm": 2.8430724143981934,
36
+ "learning_rate": 4.75394171046345e-07,
37
+ "loss": 3.6742,
38
+ "step": 200
39
+ },
40
+ {
41
+ "epoch": 0.017917293771948686,
42
+ "grad_norm": 2.86275577545166,
43
+ "learning_rate": 5.948399426660297e-07,
44
+ "loss": 3.6864,
45
+ "step": 250
46
+ },
47
+ {
48
+ "epoch": 0.021500752526338422,
49
+ "grad_norm": 2.787710189819336,
50
+ "learning_rate": 7.142857142857143e-07,
51
+ "loss": 3.671,
52
+ "step": 300
53
+ },
54
+ {
55
+ "epoch": 0.025084211280728158,
56
+ "grad_norm": 2.906496524810791,
57
+ "learning_rate": 8.337314859053989e-07,
58
+ "loss": 3.6812,
59
+ "step": 350
60
+ },
61
+ {
62
+ "epoch": 0.028667670035117897,
63
+ "grad_norm": 2.733621120452881,
64
+ "learning_rate": 9.531772575250838e-07,
65
+ "loss": 3.6657,
66
+ "step": 400
67
+ },
68
+ {
69
+ "epoch": 0.03225112878950763,
70
+ "grad_norm": 2.9586291313171387,
71
+ "learning_rate": 1.0726230291447684e-06,
72
+ "loss": 3.6776,
73
+ "step": 450
74
+ },
75
+ {
76
+ "epoch": 0.03583458754389737,
77
+ "grad_norm": 2.697490930557251,
78
+ "learning_rate": 1.192068800764453e-06,
79
+ "loss": 3.6817,
80
+ "step": 500
81
+ },
82
+ {
83
+ "epoch": 0.03941804629828711,
84
+ "grad_norm": 2.8789138793945312,
85
+ "learning_rate": 1.3115145723841377e-06,
86
+ "loss": 3.6645,
87
+ "step": 550
88
+ },
89
+ {
90
+ "epoch": 0.043001505052676844,
91
+ "grad_norm": 2.738499879837036,
92
+ "learning_rate": 1.4309603440038225e-06,
93
+ "loss": 3.6701,
94
+ "step": 600
95
+ },
96
+ {
97
+ "epoch": 0.04658496380706658,
98
+ "grad_norm": 2.976515293121338,
99
+ "learning_rate": 1.550406115623507e-06,
100
+ "loss": 3.6557,
101
+ "step": 650
102
+ },
103
+ {
104
+ "epoch": 0.050168422561456316,
105
+ "grad_norm": 2.8300790786743164,
106
+ "learning_rate": 1.6698518872431918e-06,
107
+ "loss": 3.6624,
108
+ "step": 700
109
+ },
110
+ {
111
+ "epoch": 0.05375188131584605,
112
+ "grad_norm": 2.8557324409484863,
113
+ "learning_rate": 1.7892976588628764e-06,
114
+ "loss": 3.6638,
115
+ "step": 750
116
+ },
117
+ {
118
+ "epoch": 0.057335340070235795,
119
+ "grad_norm": 2.915972948074341,
120
+ "learning_rate": 1.9087434304825613e-06,
121
+ "loss": 3.6746,
122
+ "step": 800
123
+ },
124
+ {
125
+ "epoch": 0.06091879882462553,
126
+ "grad_norm": 2.833534002304077,
127
+ "learning_rate": 2.0281892021022457e-06,
128
+ "loss": 3.6571,
129
+ "step": 850
130
+ },
131
+ {
132
+ "epoch": 0.06450225757901526,
133
+ "grad_norm": 2.786886215209961,
134
+ "learning_rate": 2.1476349737219305e-06,
135
+ "loss": 3.6641,
136
+ "step": 900
137
+ },
138
+ {
139
+ "epoch": 0.068085716333405,
140
+ "grad_norm": 2.888093948364258,
141
+ "learning_rate": 2.2670807453416154e-06,
142
+ "loss": 3.6626,
143
+ "step": 950
144
+ },
145
+ {
146
+ "epoch": 0.07166917508779475,
147
+ "grad_norm": 2.935640335083008,
148
+ "learning_rate": 2.3865265169613e-06,
149
+ "loss": 3.6669,
150
+ "step": 1000
151
+ },
152
+ {
153
+ "epoch": 0.07525263384218447,
154
+ "grad_norm": 2.9223127365112305,
155
+ "learning_rate": 2.5059722885809846e-06,
156
+ "loss": 3.6766,
157
+ "step": 1050
158
+ },
159
+ {
160
+ "epoch": 0.07883609259657422,
161
+ "grad_norm": 2.855170488357544,
162
+ "learning_rate": 2.625418060200669e-06,
163
+ "loss": 3.6616,
164
+ "step": 1100
165
+ },
166
+ {
167
+ "epoch": 0.08241955135096395,
168
+ "grad_norm": 2.822401285171509,
169
+ "learning_rate": 2.7448638318203535e-06,
170
+ "loss": 3.6633,
171
+ "step": 1150
172
+ },
173
+ {
174
+ "epoch": 0.08600301010535369,
175
+ "grad_norm": 2.8145692348480225,
176
+ "learning_rate": 2.8643096034400387e-06,
177
+ "loss": 3.6526,
178
+ "step": 1200
179
+ },
180
+ {
181
+ "epoch": 0.08958646885974342,
182
+ "grad_norm": 2.7493700981140137,
183
+ "learning_rate": 2.983755375059723e-06,
184
+ "loss": 3.6578,
185
+ "step": 1250
186
+ },
187
+ {
188
+ "epoch": 0.09316992761413316,
189
+ "grad_norm": 2.7674636840820312,
190
+ "learning_rate": 3.1032011466794076e-06,
191
+ "loss": 3.657,
192
+ "step": 1300
193
+ },
194
+ {
195
+ "epoch": 0.0967533863685229,
196
+ "grad_norm": 2.798501491546631,
197
+ "learning_rate": 3.222646918299093e-06,
198
+ "loss": 3.6579,
199
+ "step": 1350
200
+ },
201
+ {
202
+ "epoch": 0.10033684512291263,
203
+ "grad_norm": 3.045165777206421,
204
+ "learning_rate": 3.3420926899187773e-06,
205
+ "loss": 3.6667,
206
+ "step": 1400
207
+ },
208
+ {
209
+ "epoch": 0.10392030387730238,
210
+ "grad_norm": 2.730278730392456,
211
+ "learning_rate": 3.4615384615384617e-06,
212
+ "loss": 3.6693,
213
+ "step": 1450
214
+ },
215
+ {
216
+ "epoch": 0.1075037626316921,
217
+ "grad_norm": 2.8988585472106934,
218
+ "learning_rate": 3.580984233158146e-06,
219
+ "loss": 3.6602,
220
+ "step": 1500
221
+ },
222
+ {
223
+ "epoch": 0.11108722138608185,
224
+ "grad_norm": 2.9216086864471436,
225
+ "learning_rate": 3.7004300047778314e-06,
226
+ "loss": 3.6628,
227
+ "step": 1550
228
+ },
229
+ {
230
+ "epoch": 0.11467068014047159,
231
+ "grad_norm": 2.7945556640625,
232
+ "learning_rate": 3.819875776397516e-06,
233
+ "loss": 3.6625,
234
+ "step": 1600
235
+ },
236
+ {
237
+ "epoch": 0.11825413889486132,
238
+ "grad_norm": 2.895811080932617,
239
+ "learning_rate": 3.9393215480172e-06,
240
+ "loss": 3.6457,
241
+ "step": 1650
242
+ },
243
+ {
244
+ "epoch": 0.12183759764925106,
245
+ "grad_norm": 2.634783983230591,
246
+ "learning_rate": 4.0587673196368855e-06,
247
+ "loss": 3.6572,
248
+ "step": 1700
249
+ },
250
+ {
251
+ "epoch": 0.1254210564036408,
252
+ "grad_norm": 2.907348871231079,
253
+ "learning_rate": 4.17821309125657e-06,
254
+ "loss": 3.6515,
255
+ "step": 1750
256
+ },
257
+ {
258
+ "epoch": 0.12900451515803052,
259
+ "grad_norm": 2.9280805587768555,
260
+ "learning_rate": 4.297658862876254e-06,
261
+ "loss": 3.6465,
262
+ "step": 1800
263
+ },
264
+ {
265
+ "epoch": 0.13258797391242028,
266
+ "grad_norm": 3.136627197265625,
267
+ "learning_rate": 4.417104634495939e-06,
268
+ "loss": 3.6564,
269
+ "step": 1850
270
+ },
271
+ {
272
+ "epoch": 0.13617143266681,
273
+ "grad_norm": 2.8626930713653564,
274
+ "learning_rate": 4.536550406115624e-06,
275
+ "loss": 3.6438,
276
+ "step": 1900
277
+ },
278
+ {
279
+ "epoch": 0.13975489142119973,
280
+ "grad_norm": 2.99165678024292,
281
+ "learning_rate": 4.6559961777353084e-06,
282
+ "loss": 3.6442,
283
+ "step": 1950
284
+ },
285
+ {
286
+ "epoch": 0.1433383501755895,
287
+ "grad_norm": 2.8795509338378906,
288
+ "learning_rate": 4.775441949354993e-06,
289
+ "loss": 3.6556,
290
+ "step": 2000
291
+ },
292
+ {
293
+ "epoch": 0.1433383501755895,
294
+ "eval_bleu": 0.11687587046602367,
295
+ "eval_chrf": 31.48836065140496,
296
+ "eval_loss": 3.6125245094299316,
297
+ "eval_model_preparation_time": 0.0024,
298
+ "eval_runtime": 84.7074,
299
+ "eval_samples_per_second": 23.611,
300
+ "eval_steps_per_second": 0.378,
301
+ "step": 2000
302
+ },
303
+ {
304
+ "epoch": 0.14692180892997922,
305
+ "grad_norm": 2.849792003631592,
306
+ "learning_rate": 4.894887720974678e-06,
307
+ "loss": 3.6548,
308
+ "step": 2050
309
+ },
310
+ {
311
+ "epoch": 0.15050526768436895,
312
+ "grad_norm": 2.7463502883911133,
313
+ "learning_rate": 5.014333492594362e-06,
314
+ "loss": 3.6464,
315
+ "step": 2100
316
+ },
317
+ {
318
+ "epoch": 0.15408872643875868,
319
+ "grad_norm": 2.8596713542938232,
320
+ "learning_rate": 5.133779264214047e-06,
321
+ "loss": 3.6639,
322
+ "step": 2150
323
+ },
324
+ {
325
+ "epoch": 0.15767218519314843,
326
+ "grad_norm": 2.8775205612182617,
327
+ "learning_rate": 5.253225035833732e-06,
328
+ "loss": 3.6624,
329
+ "step": 2200
330
+ },
331
+ {
332
+ "epoch": 0.16125564394753816,
333
+ "grad_norm": 2.9133002758026123,
334
+ "learning_rate": 5.372670807453416e-06,
335
+ "loss": 3.646,
336
+ "step": 2250
337
+ },
338
+ {
339
+ "epoch": 0.1648391027019279,
340
+ "grad_norm": 2.8221960067749023,
341
+ "learning_rate": 5.492116579073101e-06,
342
+ "loss": 3.6469,
343
+ "step": 2300
344
+ },
345
+ {
346
+ "epoch": 0.16842256145631765,
347
+ "grad_norm": 2.8143768310546875,
348
+ "learning_rate": 5.611562350692786e-06,
349
+ "loss": 3.6567,
350
+ "step": 2350
351
+ },
352
+ {
353
+ "epoch": 0.17200602021070738,
354
+ "grad_norm": 2.9973151683807373,
355
+ "learning_rate": 5.73100812231247e-06,
356
+ "loss": 3.6557,
357
+ "step": 2400
358
+ },
359
+ {
360
+ "epoch": 0.1755894789650971,
361
+ "grad_norm": 3.0725531578063965,
362
+ "learning_rate": 5.850453893932155e-06,
363
+ "loss": 3.6554,
364
+ "step": 2450
365
+ },
366
+ {
367
+ "epoch": 0.17917293771948684,
368
+ "grad_norm": 3.028376579284668,
369
+ "learning_rate": 5.9698996655518404e-06,
370
+ "loss": 3.6471,
371
+ "step": 2500
372
+ },
373
+ {
374
+ "epoch": 0.1827563964738766,
375
+ "grad_norm": 2.886871814727783,
376
+ "learning_rate": 6.089345437171524e-06,
377
+ "loss": 3.6492,
378
+ "step": 2550
379
+ },
380
+ {
381
+ "epoch": 0.18633985522826632,
382
+ "grad_norm": 2.8908731937408447,
383
+ "learning_rate": 6.208791208791209e-06,
384
+ "loss": 3.6598,
385
+ "step": 2600
386
+ },
387
+ {
388
+ "epoch": 0.18992331398265605,
389
+ "grad_norm": 3.0486247539520264,
390
+ "learning_rate": 6.3282369804108945e-06,
391
+ "loss": 3.6476,
392
+ "step": 2650
393
+ },
394
+ {
395
+ "epoch": 0.1935067727370458,
396
+ "grad_norm": 3.1281673908233643,
397
+ "learning_rate": 6.447682752030578e-06,
398
+ "loss": 3.6448,
399
+ "step": 2700
400
+ },
401
+ {
402
+ "epoch": 0.19709023149143554,
403
+ "grad_norm": 2.75227952003479,
404
+ "learning_rate": 6.567128523650263e-06,
405
+ "loss": 3.638,
406
+ "step": 2750
407
+ },
408
+ {
409
+ "epoch": 0.20067369024582526,
410
+ "grad_norm": 2.825026750564575,
411
+ "learning_rate": 6.686574295269948e-06,
412
+ "loss": 3.6377,
413
+ "step": 2800
414
+ },
415
+ {
416
+ "epoch": 0.204257149000215,
417
+ "grad_norm": 2.7805380821228027,
418
+ "learning_rate": 6.806020066889632e-06,
419
+ "loss": 3.643,
420
+ "step": 2850
421
+ },
422
+ {
423
+ "epoch": 0.20784060775460475,
424
+ "grad_norm": 3.056185483932495,
425
+ "learning_rate": 6.9254658385093175e-06,
426
+ "loss": 3.6556,
427
+ "step": 2900
428
+ },
429
+ {
430
+ "epoch": 0.21142406650899448,
431
+ "grad_norm": 2.7656185626983643,
432
+ "learning_rate": 7.044911610129002e-06,
433
+ "loss": 3.6551,
434
+ "step": 2950
435
+ },
436
+ {
437
+ "epoch": 0.2150075252633842,
438
+ "grad_norm": 2.9017703533172607,
439
+ "learning_rate": 7.164357381748686e-06,
440
+ "loss": 3.6527,
441
+ "step": 3000
442
+ },
443
+ {
444
+ "epoch": 0.21859098401777396,
445
+ "grad_norm": 2.8588929176330566,
446
+ "learning_rate": 7.283803153368372e-06,
447
+ "loss": 3.6455,
448
+ "step": 3050
449
+ },
450
+ {
451
+ "epoch": 0.2221744427721637,
452
+ "grad_norm": 2.759413003921509,
453
+ "learning_rate": 7.403248924988056e-06,
454
+ "loss": 3.6578,
455
+ "step": 3100
456
+ },
457
+ {
458
+ "epoch": 0.22575790152655342,
459
+ "grad_norm": 2.810638904571533,
460
+ "learning_rate": 7.5226946966077404e-06,
461
+ "loss": 3.6526,
462
+ "step": 3150
463
+ },
464
+ {
465
+ "epoch": 0.22934136028094318,
466
+ "grad_norm": 2.779322862625122,
467
+ "learning_rate": 7.642140468227427e-06,
468
+ "loss": 3.6567,
469
+ "step": 3200
470
+ },
471
+ {
472
+ "epoch": 0.2329248190353329,
473
+ "grad_norm": 2.914285659790039,
474
+ "learning_rate": 7.76158623984711e-06,
475
+ "loss": 3.6548,
476
+ "step": 3250
477
+ },
478
+ {
479
+ "epoch": 0.23650827778972264,
480
+ "grad_norm": 2.790729284286499,
481
+ "learning_rate": 7.881032011466795e-06,
482
+ "loss": 3.6405,
483
+ "step": 3300
484
+ },
485
+ {
486
+ "epoch": 0.24009173654411237,
487
+ "grad_norm": 2.8829877376556396,
488
+ "learning_rate": 8.00047778308648e-06,
489
+ "loss": 3.6483,
490
+ "step": 3350
491
+ },
492
+ {
493
+ "epoch": 0.24367519529850212,
494
+ "grad_norm": 2.7378406524658203,
495
+ "learning_rate": 8.119923554706164e-06,
496
+ "loss": 3.6411,
497
+ "step": 3400
498
+ },
499
+ {
500
+ "epoch": 0.24725865405289185,
501
+ "grad_norm": 2.9590532779693604,
502
+ "learning_rate": 8.23936932632585e-06,
503
+ "loss": 3.639,
504
+ "step": 3450
505
+ },
506
+ {
507
+ "epoch": 0.2508421128072816,
508
+ "grad_norm": 2.793628692626953,
509
+ "learning_rate": 8.358815097945533e-06,
510
+ "loss": 3.6493,
511
+ "step": 3500
512
+ },
513
+ {
514
+ "epoch": 0.25442557156167134,
515
+ "grad_norm": 2.804919481277466,
516
+ "learning_rate": 8.478260869565218e-06,
517
+ "loss": 3.6381,
518
+ "step": 3550
519
+ },
520
+ {
521
+ "epoch": 0.25800903031606104,
522
+ "grad_norm": 2.988947868347168,
523
+ "learning_rate": 8.597706641184904e-06,
524
+ "loss": 3.6412,
525
+ "step": 3600
526
+ },
527
+ {
528
+ "epoch": 0.2615924890704508,
529
+ "grad_norm": 3.0187394618988037,
530
+ "learning_rate": 8.717152412804587e-06,
531
+ "loss": 3.6444,
532
+ "step": 3650
533
+ },
534
+ {
535
+ "epoch": 0.26517594782484055,
536
+ "grad_norm": 2.841747999191284,
537
+ "learning_rate": 8.836598184424272e-06,
538
+ "loss": 3.6372,
539
+ "step": 3700
540
+ },
541
+ {
542
+ "epoch": 0.26875940657923025,
543
+ "grad_norm": 2.8912370204925537,
544
+ "learning_rate": 8.956043956043958e-06,
545
+ "loss": 3.6553,
546
+ "step": 3750
547
+ },
548
+ {
549
+ "epoch": 0.27234286533362,
550
+ "grad_norm": 3.2106292247772217,
551
+ "learning_rate": 9.075489727663641e-06,
552
+ "loss": 3.6387,
553
+ "step": 3800
554
+ },
555
+ {
556
+ "epoch": 0.27592632408800977,
557
+ "grad_norm": 2.8960952758789062,
558
+ "learning_rate": 9.194935499283327e-06,
559
+ "loss": 3.6417,
560
+ "step": 3850
561
+ },
562
+ {
563
+ "epoch": 0.27950978284239947,
564
+ "grad_norm": 2.7633676528930664,
565
+ "learning_rate": 9.314381270903012e-06,
566
+ "loss": 3.6434,
567
+ "step": 3900
568
+ },
569
+ {
570
+ "epoch": 0.2830932415967892,
571
+ "grad_norm": 2.7297277450561523,
572
+ "learning_rate": 9.433827042522695e-06,
573
+ "loss": 3.6559,
574
+ "step": 3950
575
+ },
576
+ {
577
+ "epoch": 0.286676700351179,
578
+ "grad_norm": 2.7868881225585938,
579
+ "learning_rate": 9.55327281414238e-06,
580
+ "loss": 3.641,
581
+ "step": 4000
582
+ },
583
+ {
584
+ "epoch": 0.286676700351179,
585
+ "eval_bleu": 0.11855110578819589,
586
+ "eval_chrf": 31.371795297948747,
587
+ "eval_loss": 3.604299545288086,
588
+ "eval_model_preparation_time": 0.0024,
589
+ "eval_runtime": 79.5186,
590
+ "eval_samples_per_second": 25.151,
591
+ "eval_steps_per_second": 0.402,
592
+ "step": 4000
593
+ },
594
+ {
595
+ "epoch": 0.2902601591055687,
596
+ "grad_norm": 2.9395406246185303,
597
+ "learning_rate": 9.672718585762066e-06,
598
+ "loss": 3.6385,
599
+ "step": 4050
600
+ },
601
+ {
602
+ "epoch": 0.29384361785995844,
603
+ "grad_norm": 2.838879108428955,
604
+ "learning_rate": 9.79216435738175e-06,
605
+ "loss": 3.6459,
606
+ "step": 4100
607
+ },
608
+ {
609
+ "epoch": 0.2974270766143482,
610
+ "grad_norm": 2.835333824157715,
611
+ "learning_rate": 9.911610129001435e-06,
612
+ "loss": 3.6445,
613
+ "step": 4150
614
+ },
615
+ {
616
+ "epoch": 0.3010105353687379,
617
+ "grad_norm": 2.8583765029907227,
618
+ "learning_rate": 1.0031055900621118e-05,
619
+ "loss": 3.6509,
620
+ "step": 4200
621
+ },
622
+ {
623
+ "epoch": 0.30459399412312765,
624
+ "grad_norm": 3.103139638900757,
625
+ "learning_rate": 1.0150501672240805e-05,
626
+ "loss": 3.6438,
627
+ "step": 4250
628
+ },
629
+ {
630
+ "epoch": 0.30817745287751735,
631
+ "grad_norm": 2.8596248626708984,
632
+ "learning_rate": 1.0269947443860489e-05,
633
+ "loss": 3.6385,
634
+ "step": 4300
635
+ },
636
+ {
637
+ "epoch": 0.3117609116319071,
638
+ "grad_norm": 2.778722047805786,
639
+ "learning_rate": 1.0389393215480172e-05,
640
+ "loss": 3.6522,
641
+ "step": 4350
642
+ },
643
+ {
644
+ "epoch": 0.31534437038629687,
645
+ "grad_norm": 2.895379066467285,
646
+ "learning_rate": 1.050883898709986e-05,
647
+ "loss": 3.6504,
648
+ "step": 4400
649
+ },
650
+ {
651
+ "epoch": 0.31892782914068657,
652
+ "grad_norm": 2.701481342315674,
653
+ "learning_rate": 1.0628284758719543e-05,
654
+ "loss": 3.6507,
655
+ "step": 4450
656
+ },
657
+ {
658
+ "epoch": 0.3225112878950763,
659
+ "grad_norm": 2.87186336517334,
660
+ "learning_rate": 1.0747730530339227e-05,
661
+ "loss": 3.634,
662
+ "step": 4500
663
+ },
664
+ {
665
+ "epoch": 0.3260947466494661,
666
+ "grad_norm": 2.6985971927642822,
667
+ "learning_rate": 1.086717630195891e-05,
668
+ "loss": 3.6422,
669
+ "step": 4550
670
+ },
671
+ {
672
+ "epoch": 0.3296782054038558,
673
+ "grad_norm": 2.993252754211426,
674
+ "learning_rate": 1.0986622073578597e-05,
675
+ "loss": 3.6412,
676
+ "step": 4600
677
+ },
678
+ {
679
+ "epoch": 0.33326166415824554,
680
+ "grad_norm": 2.9659206867218018,
681
+ "learning_rate": 1.110606784519828e-05,
682
+ "loss": 3.6427,
683
+ "step": 4650
684
+ },
685
+ {
686
+ "epoch": 0.3368451229126353,
687
+ "grad_norm": 2.7770729064941406,
688
+ "learning_rate": 1.1225513616817964e-05,
689
+ "loss": 3.6421,
690
+ "step": 4700
691
+ },
692
+ {
693
+ "epoch": 0.340428581667025,
694
+ "grad_norm": 2.8897016048431396,
695
+ "learning_rate": 1.1344959388437651e-05,
696
+ "loss": 3.643,
697
+ "step": 4750
698
+ },
699
+ {
700
+ "epoch": 0.34401204042141476,
701
+ "grad_norm": 3.156210422515869,
702
+ "learning_rate": 1.1464405160057335e-05,
703
+ "loss": 3.6249,
704
+ "step": 4800
705
+ },
706
+ {
707
+ "epoch": 0.3475954991758045,
708
+ "grad_norm": 2.983232259750366,
709
+ "learning_rate": 1.1583850931677018e-05,
710
+ "loss": 3.6483,
711
+ "step": 4850
712
+ },
713
+ {
714
+ "epoch": 0.3511789579301942,
715
+ "grad_norm": 3.007908821105957,
716
+ "learning_rate": 1.1703296703296705e-05,
717
+ "loss": 3.6444,
718
+ "step": 4900
719
+ },
720
+ {
721
+ "epoch": 0.35476241668458397,
722
+ "grad_norm": 2.7451424598693848,
723
+ "learning_rate": 1.1822742474916389e-05,
724
+ "loss": 3.6681,
725
+ "step": 4950
726
+ },
727
+ {
728
+ "epoch": 0.35834587543897367,
729
+ "grad_norm": 2.989840507507324,
730
+ "learning_rate": 1.1942188246536072e-05,
731
+ "loss": 3.6539,
732
+ "step": 5000
733
+ },
734
+ {
735
+ "epoch": 0.36192933419336343,
736
+ "grad_norm": 2.841801166534424,
737
+ "learning_rate": 1.206163401815576e-05,
738
+ "loss": 3.6297,
739
+ "step": 5050
740
+ },
741
+ {
742
+ "epoch": 0.3655127929477532,
743
+ "grad_norm": 3.0453057289123535,
744
+ "learning_rate": 1.2181079789775443e-05,
745
+ "loss": 3.6522,
746
+ "step": 5100
747
+ },
748
+ {
749
+ "epoch": 0.3690962517021429,
750
+ "grad_norm": 2.991407871246338,
751
+ "learning_rate": 1.2300525561395127e-05,
752
+ "loss": 3.6355,
753
+ "step": 5150
754
+ },
755
+ {
756
+ "epoch": 0.37267971045653264,
757
+ "grad_norm": 2.941945791244507,
758
+ "learning_rate": 1.2419971333014814e-05,
759
+ "loss": 3.6435,
760
+ "step": 5200
761
+ },
762
+ {
763
+ "epoch": 0.3762631692109224,
764
+ "grad_norm": 2.92447829246521,
765
+ "learning_rate": 1.2539417104634497e-05,
766
+ "loss": 3.6256,
767
+ "step": 5250
768
+ },
769
+ {
770
+ "epoch": 0.3798466279653121,
771
+ "grad_norm": 2.8586673736572266,
772
+ "learning_rate": 1.265886287625418e-05,
773
+ "loss": 3.654,
774
+ "step": 5300
775
+ },
776
+ {
777
+ "epoch": 0.38343008671970186,
778
+ "grad_norm": 2.8122401237487793,
779
+ "learning_rate": 1.2778308647873868e-05,
780
+ "loss": 3.6351,
781
+ "step": 5350
782
+ },
783
+ {
784
+ "epoch": 0.3870135454740916,
785
+ "grad_norm": 2.8284683227539062,
786
+ "learning_rate": 1.2897754419493551e-05,
787
+ "loss": 3.6546,
788
+ "step": 5400
789
+ },
790
+ {
791
+ "epoch": 0.3905970042284813,
792
+ "grad_norm": 2.7817671298980713,
793
+ "learning_rate": 1.3017200191113235e-05,
794
+ "loss": 3.6337,
795
+ "step": 5450
796
+ },
797
+ {
798
+ "epoch": 0.39418046298287107,
799
+ "grad_norm": 3.200016736984253,
800
+ "learning_rate": 1.3136645962732922e-05,
801
+ "loss": 3.6487,
802
+ "step": 5500
803
+ },
804
+ {
805
+ "epoch": 0.39776392173726083,
806
+ "grad_norm": 2.7402632236480713,
807
+ "learning_rate": 1.3256091734352605e-05,
808
+ "loss": 3.6342,
809
+ "step": 5550
810
+ },
811
+ {
812
+ "epoch": 0.40134738049165053,
813
+ "grad_norm": 2.810091018676758,
814
+ "learning_rate": 1.3375537505972289e-05,
815
+ "loss": 3.6392,
816
+ "step": 5600
817
+ },
818
+ {
819
+ "epoch": 0.4049308392460403,
820
+ "grad_norm": 2.894531011581421,
821
+ "learning_rate": 1.3494983277591976e-05,
822
+ "loss": 3.641,
823
+ "step": 5650
824
+ },
825
+ {
826
+ "epoch": 0.40851429800043,
827
+ "grad_norm": 2.9225988388061523,
828
+ "learning_rate": 1.361442904921166e-05,
829
+ "loss": 3.6368,
830
+ "step": 5700
831
+ },
832
+ {
833
+ "epoch": 0.41209775675481974,
834
+ "grad_norm": 3.016430616378784,
835
+ "learning_rate": 1.3733874820831343e-05,
836
+ "loss": 3.6374,
837
+ "step": 5750
838
+ },
839
+ {
840
+ "epoch": 0.4156812155092095,
841
+ "grad_norm": 2.9885077476501465,
842
+ "learning_rate": 1.385332059245103e-05,
843
+ "loss": 3.6452,
844
+ "step": 5800
845
+ },
846
+ {
847
+ "epoch": 0.4192646742635992,
848
+ "grad_norm": 2.9427528381347656,
849
+ "learning_rate": 1.3972766364070714e-05,
850
+ "loss": 3.6334,
851
+ "step": 5850
852
+ },
853
+ {
854
+ "epoch": 0.42284813301798896,
855
+ "grad_norm": 2.9331486225128174,
856
+ "learning_rate": 1.4092212135690397e-05,
857
+ "loss": 3.6434,
858
+ "step": 5900
859
+ },
860
+ {
861
+ "epoch": 0.4264315917723787,
862
+ "grad_norm": 2.8337302207946777,
863
+ "learning_rate": 1.421165790731008e-05,
864
+ "loss": 3.6287,
865
+ "step": 5950
866
+ },
867
+ {
868
+ "epoch": 0.4300150505267684,
869
+ "grad_norm": 2.9508445262908936,
870
+ "learning_rate": 1.4331103678929768e-05,
871
+ "loss": 3.6363,
872
+ "step": 6000
873
+ },
874
+ {
875
+ "epoch": 0.4300150505267684,
876
+ "eval_bleu": 0.10979748596234642,
877
+ "eval_chrf": 31.31455144193432,
878
+ "eval_loss": 3.59792423248291,
879
+ "eval_model_preparation_time": 0.0024,
880
+ "eval_runtime": 88.7529,
881
+ "eval_samples_per_second": 22.534,
882
+ "eval_steps_per_second": 0.361,
883
+ "step": 6000
884
+ },
885
+ {
886
+ "epoch": 0.4335985092811582,
887
+ "grad_norm": 2.8384978771209717,
888
+ "learning_rate": 1.4450549450549451e-05,
889
+ "loss": 3.6399,
890
+ "step": 6050
891
+ },
892
+ {
893
+ "epoch": 0.43718196803554793,
894
+ "grad_norm": 3.0397462844848633,
895
+ "learning_rate": 1.4569995222169135e-05,
896
+ "loss": 3.6334,
897
+ "step": 6100
898
+ },
899
+ {
900
+ "epoch": 0.44076542678993763,
901
+ "grad_norm": 2.8816871643066406,
902
+ "learning_rate": 1.4689440993788822e-05,
903
+ "loss": 3.6237,
904
+ "step": 6150
905
+ },
906
+ {
907
+ "epoch": 0.4443488855443274,
908
+ "grad_norm": 2.8406283855438232,
909
+ "learning_rate": 1.4808886765408505e-05,
910
+ "loss": 3.6504,
911
+ "step": 6200
912
+ },
913
+ {
914
+ "epoch": 0.44793234429871714,
915
+ "grad_norm": 2.9639480113983154,
916
+ "learning_rate": 1.4928332537028189e-05,
917
+ "loss": 3.6342,
918
+ "step": 6250
919
+ },
920
+ {
921
+ "epoch": 0.45151580305310685,
922
+ "grad_norm": 2.9352121353149414,
923
+ "learning_rate": 1.5047778308647876e-05,
924
+ "loss": 3.6498,
925
+ "step": 6300
926
+ },
927
+ {
928
+ "epoch": 0.4550992618074966,
929
+ "grad_norm": 2.9181034564971924,
930
+ "learning_rate": 1.516722408026756e-05,
931
+ "loss": 3.6465,
932
+ "step": 6350
933
+ },
934
+ {
935
+ "epoch": 0.45868272056188636,
936
+ "grad_norm": 2.8066813945770264,
937
+ "learning_rate": 1.5286669851887245e-05,
938
+ "loss": 3.6422,
939
+ "step": 6400
940
+ },
941
+ {
942
+ "epoch": 0.46226617931627606,
943
+ "grad_norm": 2.9192256927490234,
944
+ "learning_rate": 1.5406115623506928e-05,
945
+ "loss": 3.6359,
946
+ "step": 6450
947
+ },
948
+ {
949
+ "epoch": 0.4658496380706658,
950
+ "grad_norm": 2.8807878494262695,
951
+ "learning_rate": 1.5525561395126615e-05,
952
+ "loss": 3.6411,
953
+ "step": 6500
954
+ },
955
+ {
956
+ "epoch": 0.4694330968250555,
957
+ "grad_norm": 2.8400449752807617,
958
+ "learning_rate": 1.56450071667463e-05,
959
+ "loss": 3.6309,
960
+ "step": 6550
961
+ },
962
+ {
963
+ "epoch": 0.4730165555794453,
964
+ "grad_norm": 2.8949077129364014,
965
+ "learning_rate": 1.5764452938365982e-05,
966
+ "loss": 3.6387,
967
+ "step": 6600
968
+ },
969
+ {
970
+ "epoch": 0.47660001433383503,
971
+ "grad_norm": 2.801791191101074,
972
+ "learning_rate": 1.588389870998567e-05,
973
+ "loss": 3.6369,
974
+ "step": 6650
975
+ },
976
+ {
977
+ "epoch": 0.48018347308822473,
978
+ "grad_norm": 2.833810806274414,
979
+ "learning_rate": 1.6003344481605353e-05,
980
+ "loss": 3.6518,
981
+ "step": 6700
982
+ },
983
+ {
984
+ "epoch": 0.4837669318426145,
985
+ "grad_norm": 3.0063154697418213,
986
+ "learning_rate": 1.6122790253225036e-05,
987
+ "loss": 3.6286,
988
+ "step": 6750
989
+ },
990
+ {
991
+ "epoch": 0.48735039059700425,
992
+ "grad_norm": 2.8149757385253906,
993
+ "learning_rate": 1.6242236024844723e-05,
994
+ "loss": 3.6327,
995
+ "step": 6800
996
+ },
997
+ {
998
+ "epoch": 0.49093384935139395,
999
+ "grad_norm": 2.7950377464294434,
1000
+ "learning_rate": 1.6361681796464407e-05,
1001
+ "loss": 3.6269,
1002
+ "step": 6850
1003
+ },
1004
+ {
1005
+ "epoch": 0.4945173081057837,
1006
+ "grad_norm": 2.8111937046051025,
1007
+ "learning_rate": 1.648112756808409e-05,
1008
+ "loss": 3.6352,
1009
+ "step": 6900
1010
+ },
1011
+ {
1012
+ "epoch": 0.49810076686017346,
1013
+ "grad_norm": 2.9674079418182373,
1014
+ "learning_rate": 1.6600573339703778e-05,
1015
+ "loss": 3.634,
1016
+ "step": 6950
1017
+ },
1018
+ {
1019
+ "epoch": 0.5016842256145632,
1020
+ "grad_norm": 2.844080924987793,
1021
+ "learning_rate": 1.672001911132346e-05,
1022
+ "loss": 3.6418,
1023
+ "step": 7000
1024
+ },
1025
+ {
1026
+ "epoch": 0.5052676843689529,
1027
+ "grad_norm": 2.950845718383789,
1028
+ "learning_rate": 1.6839464882943145e-05,
1029
+ "loss": 3.62,
1030
+ "step": 7050
1031
+ },
1032
+ {
1033
+ "epoch": 0.5088511431233427,
1034
+ "grad_norm": 2.891509532928467,
1035
+ "learning_rate": 1.695891065456283e-05,
1036
+ "loss": 3.6269,
1037
+ "step": 7100
1038
+ },
1039
+ {
1040
+ "epoch": 0.5124346018777324,
1041
+ "grad_norm": 2.821896553039551,
1042
+ "learning_rate": 1.7078356426182515e-05,
1043
+ "loss": 3.6251,
1044
+ "step": 7150
1045
+ },
1046
+ {
1047
+ "epoch": 0.5160180606321221,
1048
+ "grad_norm": 2.830019235610962,
1049
+ "learning_rate": 1.71978021978022e-05,
1050
+ "loss": 3.6353,
1051
+ "step": 7200
1052
+ },
1053
+ {
1054
+ "epoch": 0.5196015193865119,
1055
+ "grad_norm": 2.682234525680542,
1056
+ "learning_rate": 1.7317247969421886e-05,
1057
+ "loss": 3.639,
1058
+ "step": 7250
1059
+ },
1060
+ {
1061
+ "epoch": 0.5231849781409016,
1062
+ "grad_norm": 2.8084537982940674,
1063
+ "learning_rate": 1.743669374104157e-05,
1064
+ "loss": 3.6321,
1065
+ "step": 7300
1066
+ },
1067
+ {
1068
+ "epoch": 0.5267684368952913,
1069
+ "grad_norm": 2.946808099746704,
1070
+ "learning_rate": 1.7556139512661253e-05,
1071
+ "loss": 3.649,
1072
+ "step": 7350
1073
+ },
1074
+ {
1075
+ "epoch": 0.5303518956496811,
1076
+ "grad_norm": 2.7569286823272705,
1077
+ "learning_rate": 1.767558528428094e-05,
1078
+ "loss": 3.6391,
1079
+ "step": 7400
1080
+ },
1081
+ {
1082
+ "epoch": 0.5339353544040708,
1083
+ "grad_norm": 2.967864513397217,
1084
+ "learning_rate": 1.7795031055900623e-05,
1085
+ "loss": 3.6337,
1086
+ "step": 7450
1087
+ },
1088
+ {
1089
+ "epoch": 0.5375188131584605,
1090
+ "grad_norm": 3.0034618377685547,
1091
+ "learning_rate": 1.7914476827520307e-05,
1092
+ "loss": 3.6393,
1093
+ "step": 7500
1094
+ },
1095
+ {
1096
+ "epoch": 0.5411022719128503,
1097
+ "grad_norm": 2.723473310470581,
1098
+ "learning_rate": 1.8033922599139994e-05,
1099
+ "loss": 3.6431,
1100
+ "step": 7550
1101
+ },
1102
+ {
1103
+ "epoch": 0.54468573066724,
1104
+ "grad_norm": 2.8928301334381104,
1105
+ "learning_rate": 1.8153368370759678e-05,
1106
+ "loss": 3.6374,
1107
+ "step": 7600
1108
+ },
1109
+ {
1110
+ "epoch": 0.5482691894216297,
1111
+ "grad_norm": 2.8130874633789062,
1112
+ "learning_rate": 1.827281414237936e-05,
1113
+ "loss": 3.6369,
1114
+ "step": 7650
1115
+ },
1116
+ {
1117
+ "epoch": 0.5518526481760195,
1118
+ "grad_norm": 2.876746654510498,
1119
+ "learning_rate": 1.8392259913999048e-05,
1120
+ "loss": 3.6267,
1121
+ "step": 7700
1122
+ },
1123
+ {
1124
+ "epoch": 0.5554361069304092,
1125
+ "grad_norm": 2.977689027786255,
1126
+ "learning_rate": 1.851170568561873e-05,
1127
+ "loss": 3.6446,
1128
+ "step": 7750
1129
+ },
1130
+ {
1131
+ "epoch": 0.5590195656847989,
1132
+ "grad_norm": 2.820831537246704,
1133
+ "learning_rate": 1.8631151457238415e-05,
1134
+ "loss": 3.6161,
1135
+ "step": 7800
1136
+ },
1137
+ {
1138
+ "epoch": 0.5626030244391887,
1139
+ "grad_norm": 3.08670711517334,
1140
+ "learning_rate": 1.8750597228858102e-05,
1141
+ "loss": 3.6409,
1142
+ "step": 7850
1143
+ },
1144
+ {
1145
+ "epoch": 0.5661864831935784,
1146
+ "grad_norm": 2.8381645679473877,
1147
+ "learning_rate": 1.8870043000477786e-05,
1148
+ "loss": 3.6321,
1149
+ "step": 7900
1150
+ },
1151
+ {
1152
+ "epoch": 0.5697699419479682,
1153
+ "grad_norm": 2.8480851650238037,
1154
+ "learning_rate": 1.898948877209747e-05,
1155
+ "loss": 3.6326,
1156
+ "step": 7950
1157
+ },
1158
+ {
1159
+ "epoch": 0.573353400702358,
1160
+ "grad_norm": 2.835008382797241,
1161
+ "learning_rate": 1.9108934543717156e-05,
1162
+ "loss": 3.6324,
1163
+ "step": 8000
1164
+ },
1165
+ {
1166
+ "epoch": 0.573353400702358,
1167
+ "eval_bleu": 0.1174872077739482,
1168
+ "eval_chrf": 31.49347862672598,
1169
+ "eval_loss": 3.595062255859375,
1170
+ "eval_model_preparation_time": 0.0024,
1171
+ "eval_runtime": 79.874,
1172
+ "eval_samples_per_second": 25.039,
1173
+ "eval_steps_per_second": 0.401,
1174
+ "step": 8000
1175
+ },
1176
+ {
1177
+ "epoch": 0.5769368594567477,
1178
+ "grad_norm": 2.907283067703247,
1179
+ "learning_rate": 1.922838031533684e-05,
1180
+ "loss": 3.6277,
1181
+ "step": 8050
1182
+ },
1183
+ {
1184
+ "epoch": 0.5805203182111374,
1185
+ "grad_norm": 2.783656120300293,
1186
+ "learning_rate": 1.9347826086956523e-05,
1187
+ "loss": 3.6309,
1188
+ "step": 8100
1189
+ },
1190
+ {
1191
+ "epoch": 0.5841037769655272,
1192
+ "grad_norm": 3.1348400115966797,
1193
+ "learning_rate": 1.946727185857621e-05,
1194
+ "loss": 3.6167,
1195
+ "step": 8150
1196
+ },
1197
+ {
1198
+ "epoch": 0.5876872357199169,
1199
+ "grad_norm": 2.880157709121704,
1200
+ "learning_rate": 1.9586717630195894e-05,
1201
+ "loss": 3.6282,
1202
+ "step": 8200
1203
+ },
1204
+ {
1205
+ "epoch": 0.5912706944743066,
1206
+ "grad_norm": 2.924098491668701,
1207
+ "learning_rate": 1.9706163401815578e-05,
1208
+ "loss": 3.6319,
1209
+ "step": 8250
1210
+ },
1211
+ {
1212
+ "epoch": 0.5948541532286964,
1213
+ "grad_norm": 2.9245517253875732,
1214
+ "learning_rate": 1.9825609173435265e-05,
1215
+ "loss": 3.641,
1216
+ "step": 8300
1217
+ },
1218
+ {
1219
+ "epoch": 0.5984376119830861,
1220
+ "grad_norm": 2.853644371032715,
1221
+ "learning_rate": 1.9945054945054948e-05,
1222
+ "loss": 3.6323,
1223
+ "step": 8350
1224
+ },
1225
+ {
1226
+ "epoch": 0.6020210707374758,
1227
+ "grad_norm": 3.058555841445923,
1228
+ "learning_rate": 1.9999993663100352e-05,
1229
+ "loss": 3.6318,
1230
+ "step": 8400
1231
+ },
1232
+ {
1233
+ "epoch": 0.6056045294918655,
1234
+ "grad_norm": 2.9240124225616455,
1235
+ "learning_rate": 1.9999948461660206e-05,
1236
+ "loss": 3.6265,
1237
+ "step": 8450
1238
+ },
1239
+ {
1240
+ "epoch": 0.6091879882462553,
1241
+ "grad_norm": 2.728078603744507,
1242
+ "learning_rate": 1.9999859797494658e-05,
1243
+ "loss": 3.6339,
1244
+ "step": 8500
1245
+ },
1246
+ {
1247
+ "epoch": 0.612771447000645,
1248
+ "grad_norm": 2.748669385910034,
1249
+ "learning_rate": 1.9999727670989077e-05,
1250
+ "loss": 3.6355,
1251
+ "step": 8550
1252
+ },
1253
+ {
1254
+ "epoch": 0.6163549057550347,
1255
+ "grad_norm": 3.0014336109161377,
1256
+ "learning_rate": 1.9999552082717713e-05,
1257
+ "loss": 3.6249,
1258
+ "step": 8600
1259
+ },
1260
+ {
1261
+ "epoch": 0.6199383645094245,
1262
+ "grad_norm": 2.8426921367645264,
1263
+ "learning_rate": 1.9999333033443727e-05,
1264
+ "loss": 3.6167,
1265
+ "step": 8650
1266
+ },
1267
+ {
1268
+ "epoch": 0.6235218232638142,
1269
+ "grad_norm": 2.800652265548706,
1270
+ "learning_rate": 1.999907052411918e-05,
1271
+ "loss": 3.6507,
1272
+ "step": 8700
1273
+ },
1274
+ {
1275
+ "epoch": 0.6271052820182039,
1276
+ "grad_norm": 2.844484806060791,
1277
+ "learning_rate": 1.999876455588501e-05,
1278
+ "loss": 3.633,
1279
+ "step": 8750
1280
+ },
1281
+ {
1282
+ "epoch": 0.6306887407725937,
1283
+ "grad_norm": 2.9430322647094727,
1284
+ "learning_rate": 1.999841513007104e-05,
1285
+ "loss": 3.6238,
1286
+ "step": 8800
1287
+ },
1288
+ {
1289
+ "epoch": 0.6342721995269834,
1290
+ "grad_norm": 2.8248939514160156,
1291
+ "learning_rate": 1.9998022248195982e-05,
1292
+ "loss": 3.6256,
1293
+ "step": 8850
1294
+ },
1295
+ {
1296
+ "epoch": 0.6378556582813731,
1297
+ "grad_norm": 2.8490238189697266,
1298
+ "learning_rate": 1.999758591196742e-05,
1299
+ "loss": 3.6217,
1300
+ "step": 8900
1301
+ },
1302
+ {
1303
+ "epoch": 0.641439117035763,
1304
+ "grad_norm": 2.8636586666107178,
1305
+ "learning_rate": 1.999710612328179e-05,
1306
+ "loss": 3.6326,
1307
+ "step": 8950
1308
+ },
1309
+ {
1310
+ "epoch": 0.6450225757901527,
1311
+ "grad_norm": 2.801966428756714,
1312
+ "learning_rate": 1.999658288422441e-05,
1313
+ "loss": 3.6133,
1314
+ "step": 9000
1315
+ },
1316
+ {
1317
+ "epoch": 0.6486060345445424,
1318
+ "grad_norm": 2.777209520339966,
1319
+ "learning_rate": 1.9996016197069415e-05,
1320
+ "loss": 3.6213,
1321
+ "step": 9050
1322
+ },
1323
+ {
1324
+ "epoch": 0.6521894932989322,
1325
+ "grad_norm": 2.8222055435180664,
1326
+ "learning_rate": 1.999540606427981e-05,
1327
+ "loss": 3.6226,
1328
+ "step": 9100
1329
+ },
1330
+ {
1331
+ "epoch": 0.6557729520533219,
1332
+ "grad_norm": 2.9050872325897217,
1333
+ "learning_rate": 1.99947524885074e-05,
1334
+ "loss": 3.6296,
1335
+ "step": 9150
1336
+ },
1337
+ {
1338
+ "epoch": 0.6593564108077116,
1339
+ "grad_norm": 2.8046138286590576,
1340
+ "learning_rate": 1.9994055472592823e-05,
1341
+ "loss": 3.6274,
1342
+ "step": 9200
1343
+ },
1344
+ {
1345
+ "epoch": 0.6629398695621014,
1346
+ "grad_norm": 3.2293264865875244,
1347
+ "learning_rate": 1.9993315019565514e-05,
1348
+ "loss": 3.6243,
1349
+ "step": 9250
1350
+ },
1351
+ {
1352
+ "epoch": 0.6665233283164911,
1353
+ "grad_norm": 2.808518886566162,
1354
+ "learning_rate": 1.9992531132643703e-05,
1355
+ "loss": 3.6167,
1356
+ "step": 9300
1357
+ },
1358
+ {
1359
+ "epoch": 0.6701067870708808,
1360
+ "grad_norm": 2.9400224685668945,
1361
+ "learning_rate": 1.999170381523439e-05,
1362
+ "loss": 3.6284,
1363
+ "step": 9350
1364
+ },
1365
+ {
1366
+ "epoch": 0.6736902458252706,
1367
+ "grad_norm": 2.8705012798309326,
1368
+ "learning_rate": 1.9990833070933346e-05,
1369
+ "loss": 3.6227,
1370
+ "step": 9400
1371
+ },
1372
+ {
1373
+ "epoch": 0.6772737045796603,
1374
+ "grad_norm": 2.896789073944092,
1375
+ "learning_rate": 1.998991890352508e-05,
1376
+ "loss": 3.631,
1377
+ "step": 9450
1378
+ },
1379
+ {
1380
+ "epoch": 0.68085716333405,
1381
+ "grad_norm": 2.9855711460113525,
1382
+ "learning_rate": 1.998896131698283e-05,
1383
+ "loss": 3.6241,
1384
+ "step": 9500
1385
+ },
1386
+ {
1387
+ "epoch": 0.6844406220884398,
1388
+ "grad_norm": 2.798070192337036,
1389
+ "learning_rate": 1.9987960315468554e-05,
1390
+ "loss": 3.6209,
1391
+ "step": 9550
1392
+ },
1393
+ {
1394
+ "epoch": 0.6880240808428295,
1395
+ "grad_norm": 2.9017467498779297,
1396
+ "learning_rate": 1.9986915903332894e-05,
1397
+ "loss": 3.6324,
1398
+ "step": 9600
1399
+ },
1400
+ {
1401
+ "epoch": 0.6916075395972192,
1402
+ "grad_norm": 2.988384246826172,
1403
+ "learning_rate": 1.998582808511518e-05,
1404
+ "loss": 3.6297,
1405
+ "step": 9650
1406
+ },
1407
+ {
1408
+ "epoch": 0.695190998351609,
1409
+ "grad_norm": 2.9374516010284424,
1410
+ "learning_rate": 1.998469686554339e-05,
1411
+ "loss": 3.6311,
1412
+ "step": 9700
1413
+ },
1414
+ {
1415
+ "epoch": 0.6987744571059987,
1416
+ "grad_norm": 2.8902134895324707,
1417
+ "learning_rate": 1.998352224953413e-05,
1418
+ "loss": 3.6257,
1419
+ "step": 9750
1420
+ },
1421
+ {
1422
+ "epoch": 0.7023579158603884,
1423
+ "grad_norm": 2.963186025619507,
1424
+ "learning_rate": 1.998230424219264e-05,
1425
+ "loss": 3.6159,
1426
+ "step": 9800
1427
+ },
1428
+ {
1429
+ "epoch": 0.7059413746147782,
1430
+ "grad_norm": 2.85019850730896,
1431
+ "learning_rate": 1.9981042848812725e-05,
1432
+ "loss": 3.6276,
1433
+ "step": 9850
1434
+ },
1435
+ {
1436
+ "epoch": 0.7095248333691679,
1437
+ "grad_norm": 2.9275527000427246,
1438
+ "learning_rate": 1.9979738074876786e-05,
1439
+ "loss": 3.6218,
1440
+ "step": 9900
1441
+ },
1442
+ {
1443
+ "epoch": 0.7131082921235576,
1444
+ "grad_norm": 2.9726195335388184,
1445
+ "learning_rate": 1.9978389926055746e-05,
1446
+ "loss": 3.6291,
1447
+ "step": 9950
1448
+ },
1449
+ {
1450
+ "epoch": 0.7166917508779473,
1451
+ "grad_norm": 2.723578929901123,
1452
+ "learning_rate": 1.9976998408209063e-05,
1453
+ "loss": 3.6285,
1454
+ "step": 10000
1455
+ },
1456
+ {
1457
+ "epoch": 0.7166917508779473,
1458
+ "eval_bleu": 0.12007022688548516,
1459
+ "eval_chrf": 31.489311961652856,
1460
+ "eval_loss": 3.587348461151123,
1461
+ "eval_model_preparation_time": 0.0024,
1462
+ "eval_runtime": 47.2058,
1463
+ "eval_samples_per_second": 42.368,
1464
+ "eval_steps_per_second": 0.678,
1465
+ "step": 10000
1466
+ }
1467
+ ],
1468
+ "logging_steps": 50,
1469
+ "max_steps": 83718,
1470
+ "num_input_tokens_seen": 0,
1471
+ "num_train_epochs": 6,
1472
+ "save_steps": 2000,
1473
+ "stateful_callbacks": {
1474
+ "EarlyStoppingCallback": {
1475
+ "args": {
1476
+ "early_stopping_patience": 15,
1477
+ "early_stopping_threshold": 0.0001
1478
+ },
1479
+ "attributes": {
1480
+ "early_stopping_patience_counter": 0
1481
+ }
1482
+ },
1483
+ "TrainerControl": {
1484
+ "args": {
1485
+ "should_epoch_stop": false,
1486
+ "should_evaluate": false,
1487
+ "should_log": false,
1488
+ "should_save": true,
1489
+ "should_training_stop": false
1490
+ },
1491
+ "attributes": {}
1492
+ }
1493
+ },
1494
+ "total_flos": 4.11859032169513e+16,
1495
+ "train_batch_size": 256,
1496
+ "trial_name": null,
1497
+ "trial_params": null
1498
+ }
checkpoint-10000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2d57bc67b52fab2e986e6601c38187c6c1f5438f07426ccb4a39e1f5364676b
3
+ size 5969
checkpoint-10000/training_metrics_snapshot.json ADDED
@@ -0,0 +1,1464 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "checkpoint": 10000,
3
+ "epoch": 0.7166917508779473,
4
+ "timestamp": "2025-11-23T07:51:26.469081",
5
+ "training_history": [
6
+ {
7
+ "loss": 3.6787,
8
+ "grad_norm": 2.8826961517333984,
9
+ "learning_rate": 1.1705685618729097e-07,
10
+ "epoch": 0.003583458754389737,
11
+ "step": 50
12
+ },
13
+ {
14
+ "loss": 3.6845,
15
+ "grad_norm": 3.028228521347046,
16
+ "learning_rate": 2.3650262780697565e-07,
17
+ "epoch": 0.007166917508779474,
18
+ "step": 100
19
+ },
20
+ {
21
+ "loss": 3.6839,
22
+ "grad_norm": 3.1519999504089355,
23
+ "learning_rate": 3.5594839942666037e-07,
24
+ "epoch": 0.010750376263169211,
25
+ "step": 150
26
+ },
27
+ {
28
+ "loss": 3.6742,
29
+ "grad_norm": 2.8430724143981934,
30
+ "learning_rate": 4.75394171046345e-07,
31
+ "epoch": 0.014333835017558949,
32
+ "step": 200
33
+ },
34
+ {
35
+ "loss": 3.6864,
36
+ "grad_norm": 2.86275577545166,
37
+ "learning_rate": 5.948399426660297e-07,
38
+ "epoch": 0.017917293771948686,
39
+ "step": 250
40
+ },
41
+ {
42
+ "loss": 3.671,
43
+ "grad_norm": 2.787710189819336,
44
+ "learning_rate": 7.142857142857143e-07,
45
+ "epoch": 0.021500752526338422,
46
+ "step": 300
47
+ },
48
+ {
49
+ "loss": 3.6812,
50
+ "grad_norm": 2.906496524810791,
51
+ "learning_rate": 8.337314859053989e-07,
52
+ "epoch": 0.025084211280728158,
53
+ "step": 350
54
+ },
55
+ {
56
+ "loss": 3.6657,
57
+ "grad_norm": 2.733621120452881,
58
+ "learning_rate": 9.531772575250838e-07,
59
+ "epoch": 0.028667670035117897,
60
+ "step": 400
61
+ },
62
+ {
63
+ "loss": 3.6776,
64
+ "grad_norm": 2.9586291313171387,
65
+ "learning_rate": 1.0726230291447684e-06,
66
+ "epoch": 0.03225112878950763,
67
+ "step": 450
68
+ },
69
+ {
70
+ "loss": 3.6817,
71
+ "grad_norm": 2.697490930557251,
72
+ "learning_rate": 1.192068800764453e-06,
73
+ "epoch": 0.03583458754389737,
74
+ "step": 500
75
+ },
76
+ {
77
+ "loss": 3.6645,
78
+ "grad_norm": 2.8789138793945312,
79
+ "learning_rate": 1.3115145723841377e-06,
80
+ "epoch": 0.03941804629828711,
81
+ "step": 550
82
+ },
83
+ {
84
+ "loss": 3.6701,
85
+ "grad_norm": 2.738499879837036,
86
+ "learning_rate": 1.4309603440038225e-06,
87
+ "epoch": 0.043001505052676844,
88
+ "step": 600
89
+ },
90
+ {
91
+ "loss": 3.6557,
92
+ "grad_norm": 2.976515293121338,
93
+ "learning_rate": 1.550406115623507e-06,
94
+ "epoch": 0.04658496380706658,
95
+ "step": 650
96
+ },
97
+ {
98
+ "loss": 3.6624,
99
+ "grad_norm": 2.8300790786743164,
100
+ "learning_rate": 1.6698518872431918e-06,
101
+ "epoch": 0.050168422561456316,
102
+ "step": 700
103
+ },
104
+ {
105
+ "loss": 3.6638,
106
+ "grad_norm": 2.8557324409484863,
107
+ "learning_rate": 1.7892976588628764e-06,
108
+ "epoch": 0.05375188131584605,
109
+ "step": 750
110
+ },
111
+ {
112
+ "loss": 3.6746,
113
+ "grad_norm": 2.915972948074341,
114
+ "learning_rate": 1.9087434304825613e-06,
115
+ "epoch": 0.057335340070235795,
116
+ "step": 800
117
+ },
118
+ {
119
+ "loss": 3.6571,
120
+ "grad_norm": 2.833534002304077,
121
+ "learning_rate": 2.0281892021022457e-06,
122
+ "epoch": 0.06091879882462553,
123
+ "step": 850
124
+ },
125
+ {
126
+ "loss": 3.6641,
127
+ "grad_norm": 2.786886215209961,
128
+ "learning_rate": 2.1476349737219305e-06,
129
+ "epoch": 0.06450225757901526,
130
+ "step": 900
131
+ },
132
+ {
133
+ "loss": 3.6626,
134
+ "grad_norm": 2.888093948364258,
135
+ "learning_rate": 2.2670807453416154e-06,
136
+ "epoch": 0.068085716333405,
137
+ "step": 950
138
+ },
139
+ {
140
+ "loss": 3.6669,
141
+ "grad_norm": 2.935640335083008,
142
+ "learning_rate": 2.3865265169613e-06,
143
+ "epoch": 0.07166917508779475,
144
+ "step": 1000
145
+ },
146
+ {
147
+ "loss": 3.6766,
148
+ "grad_norm": 2.9223127365112305,
149
+ "learning_rate": 2.5059722885809846e-06,
150
+ "epoch": 0.07525263384218447,
151
+ "step": 1050
152
+ },
153
+ {
154
+ "loss": 3.6616,
155
+ "grad_norm": 2.855170488357544,
156
+ "learning_rate": 2.625418060200669e-06,
157
+ "epoch": 0.07883609259657422,
158
+ "step": 1100
159
+ },
160
+ {
161
+ "loss": 3.6633,
162
+ "grad_norm": 2.822401285171509,
163
+ "learning_rate": 2.7448638318203535e-06,
164
+ "epoch": 0.08241955135096395,
165
+ "step": 1150
166
+ },
167
+ {
168
+ "loss": 3.6526,
169
+ "grad_norm": 2.8145692348480225,
170
+ "learning_rate": 2.8643096034400387e-06,
171
+ "epoch": 0.08600301010535369,
172
+ "step": 1200
173
+ },
174
+ {
175
+ "loss": 3.6578,
176
+ "grad_norm": 2.7493700981140137,
177
+ "learning_rate": 2.983755375059723e-06,
178
+ "epoch": 0.08958646885974342,
179
+ "step": 1250
180
+ },
181
+ {
182
+ "loss": 3.657,
183
+ "grad_norm": 2.7674636840820312,
184
+ "learning_rate": 3.1032011466794076e-06,
185
+ "epoch": 0.09316992761413316,
186
+ "step": 1300
187
+ },
188
+ {
189
+ "loss": 3.6579,
190
+ "grad_norm": 2.798501491546631,
191
+ "learning_rate": 3.222646918299093e-06,
192
+ "epoch": 0.0967533863685229,
193
+ "step": 1350
194
+ },
195
+ {
196
+ "loss": 3.6667,
197
+ "grad_norm": 3.045165777206421,
198
+ "learning_rate": 3.3420926899187773e-06,
199
+ "epoch": 0.10033684512291263,
200
+ "step": 1400
201
+ },
202
+ {
203
+ "loss": 3.6693,
204
+ "grad_norm": 2.730278730392456,
205
+ "learning_rate": 3.4615384615384617e-06,
206
+ "epoch": 0.10392030387730238,
207
+ "step": 1450
208
+ },
209
+ {
210
+ "loss": 3.6602,
211
+ "grad_norm": 2.8988585472106934,
212
+ "learning_rate": 3.580984233158146e-06,
213
+ "epoch": 0.1075037626316921,
214
+ "step": 1500
215
+ },
216
+ {
217
+ "loss": 3.6628,
218
+ "grad_norm": 2.9216086864471436,
219
+ "learning_rate": 3.7004300047778314e-06,
220
+ "epoch": 0.11108722138608185,
221
+ "step": 1550
222
+ },
223
+ {
224
+ "loss": 3.6625,
225
+ "grad_norm": 2.7945556640625,
226
+ "learning_rate": 3.819875776397516e-06,
227
+ "epoch": 0.11467068014047159,
228
+ "step": 1600
229
+ },
230
+ {
231
+ "loss": 3.6457,
232
+ "grad_norm": 2.895811080932617,
233
+ "learning_rate": 3.9393215480172e-06,
234
+ "epoch": 0.11825413889486132,
235
+ "step": 1650
236
+ },
237
+ {
238
+ "loss": 3.6572,
239
+ "grad_norm": 2.634783983230591,
240
+ "learning_rate": 4.0587673196368855e-06,
241
+ "epoch": 0.12183759764925106,
242
+ "step": 1700
243
+ },
244
+ {
245
+ "loss": 3.6515,
246
+ "grad_norm": 2.907348871231079,
247
+ "learning_rate": 4.17821309125657e-06,
248
+ "epoch": 0.1254210564036408,
249
+ "step": 1750
250
+ },
251
+ {
252
+ "loss": 3.6465,
253
+ "grad_norm": 2.9280805587768555,
254
+ "learning_rate": 4.297658862876254e-06,
255
+ "epoch": 0.12900451515803052,
256
+ "step": 1800
257
+ },
258
+ {
259
+ "loss": 3.6564,
260
+ "grad_norm": 3.136627197265625,
261
+ "learning_rate": 4.417104634495939e-06,
262
+ "epoch": 0.13258797391242028,
263
+ "step": 1850
264
+ },
265
+ {
266
+ "loss": 3.6438,
267
+ "grad_norm": 2.8626930713653564,
268
+ "learning_rate": 4.536550406115624e-06,
269
+ "epoch": 0.13617143266681,
270
+ "step": 1900
271
+ },
272
+ {
273
+ "loss": 3.6442,
274
+ "grad_norm": 2.99165678024292,
275
+ "learning_rate": 4.6559961777353084e-06,
276
+ "epoch": 0.13975489142119973,
277
+ "step": 1950
278
+ },
279
+ {
280
+ "loss": 3.6556,
281
+ "grad_norm": 2.8795509338378906,
282
+ "learning_rate": 4.775441949354993e-06,
283
+ "epoch": 0.1433383501755895,
284
+ "step": 2000
285
+ },
286
+ {
287
+ "eval_loss": 3.6125245094299316,
288
+ "eval_model_preparation_time": 0.0024,
289
+ "eval_bleu": 0.11687587046602367,
290
+ "eval_chrf": 31.48836065140496,
291
+ "eval_runtime": 84.7074,
292
+ "eval_samples_per_second": 23.611,
293
+ "eval_steps_per_second": 0.378,
294
+ "epoch": 0.1433383501755895,
295
+ "step": 2000
296
+ },
297
+ {
298
+ "loss": 3.6548,
299
+ "grad_norm": 2.849792003631592,
300
+ "learning_rate": 4.894887720974678e-06,
301
+ "epoch": 0.14692180892997922,
302
+ "step": 2050
303
+ },
304
+ {
305
+ "loss": 3.6464,
306
+ "grad_norm": 2.7463502883911133,
307
+ "learning_rate": 5.014333492594362e-06,
308
+ "epoch": 0.15050526768436895,
309
+ "step": 2100
310
+ },
311
+ {
312
+ "loss": 3.6639,
313
+ "grad_norm": 2.8596713542938232,
314
+ "learning_rate": 5.133779264214047e-06,
315
+ "epoch": 0.15408872643875868,
316
+ "step": 2150
317
+ },
318
+ {
319
+ "loss": 3.6624,
320
+ "grad_norm": 2.8775205612182617,
321
+ "learning_rate": 5.253225035833732e-06,
322
+ "epoch": 0.15767218519314843,
323
+ "step": 2200
324
+ },
325
+ {
326
+ "loss": 3.646,
327
+ "grad_norm": 2.9133002758026123,
328
+ "learning_rate": 5.372670807453416e-06,
329
+ "epoch": 0.16125564394753816,
330
+ "step": 2250
331
+ },
332
+ {
333
+ "loss": 3.6469,
334
+ "grad_norm": 2.8221960067749023,
335
+ "learning_rate": 5.492116579073101e-06,
336
+ "epoch": 0.1648391027019279,
337
+ "step": 2300
338
+ },
339
+ {
340
+ "loss": 3.6567,
341
+ "grad_norm": 2.8143768310546875,
342
+ "learning_rate": 5.611562350692786e-06,
343
+ "epoch": 0.16842256145631765,
344
+ "step": 2350
345
+ },
346
+ {
347
+ "loss": 3.6557,
348
+ "grad_norm": 2.9973151683807373,
349
+ "learning_rate": 5.73100812231247e-06,
350
+ "epoch": 0.17200602021070738,
351
+ "step": 2400
352
+ },
353
+ {
354
+ "loss": 3.6554,
355
+ "grad_norm": 3.0725531578063965,
356
+ "learning_rate": 5.850453893932155e-06,
357
+ "epoch": 0.1755894789650971,
358
+ "step": 2450
359
+ },
360
+ {
361
+ "loss": 3.6471,
362
+ "grad_norm": 3.028376579284668,
363
+ "learning_rate": 5.9698996655518404e-06,
364
+ "epoch": 0.17917293771948684,
365
+ "step": 2500
366
+ },
367
+ {
368
+ "loss": 3.6492,
369
+ "grad_norm": 2.886871814727783,
370
+ "learning_rate": 6.089345437171524e-06,
371
+ "epoch": 0.1827563964738766,
372
+ "step": 2550
373
+ },
374
+ {
375
+ "loss": 3.6598,
376
+ "grad_norm": 2.8908731937408447,
377
+ "learning_rate": 6.208791208791209e-06,
378
+ "epoch": 0.18633985522826632,
379
+ "step": 2600
380
+ },
381
+ {
382
+ "loss": 3.6476,
383
+ "grad_norm": 3.0486247539520264,
384
+ "learning_rate": 6.3282369804108945e-06,
385
+ "epoch": 0.18992331398265605,
386
+ "step": 2650
387
+ },
388
+ {
389
+ "loss": 3.6448,
390
+ "grad_norm": 3.1281673908233643,
391
+ "learning_rate": 6.447682752030578e-06,
392
+ "epoch": 0.1935067727370458,
393
+ "step": 2700
394
+ },
395
+ {
396
+ "loss": 3.638,
397
+ "grad_norm": 2.75227952003479,
398
+ "learning_rate": 6.567128523650263e-06,
399
+ "epoch": 0.19709023149143554,
400
+ "step": 2750
401
+ },
402
+ {
403
+ "loss": 3.6377,
404
+ "grad_norm": 2.825026750564575,
405
+ "learning_rate": 6.686574295269948e-06,
406
+ "epoch": 0.20067369024582526,
407
+ "step": 2800
408
+ },
409
+ {
410
+ "loss": 3.643,
411
+ "grad_norm": 2.7805380821228027,
412
+ "learning_rate": 6.806020066889632e-06,
413
+ "epoch": 0.204257149000215,
414
+ "step": 2850
415
+ },
416
+ {
417
+ "loss": 3.6556,
418
+ "grad_norm": 3.056185483932495,
419
+ "learning_rate": 6.9254658385093175e-06,
420
+ "epoch": 0.20784060775460475,
421
+ "step": 2900
422
+ },
423
+ {
424
+ "loss": 3.6551,
425
+ "grad_norm": 2.7656185626983643,
426
+ "learning_rate": 7.044911610129002e-06,
427
+ "epoch": 0.21142406650899448,
428
+ "step": 2950
429
+ },
430
+ {
431
+ "loss": 3.6527,
432
+ "grad_norm": 2.9017703533172607,
433
+ "learning_rate": 7.164357381748686e-06,
434
+ "epoch": 0.2150075252633842,
435
+ "step": 3000
436
+ },
437
+ {
438
+ "loss": 3.6455,
439
+ "grad_norm": 2.8588929176330566,
440
+ "learning_rate": 7.283803153368372e-06,
441
+ "epoch": 0.21859098401777396,
442
+ "step": 3050
443
+ },
444
+ {
445
+ "loss": 3.6578,
446
+ "grad_norm": 2.759413003921509,
447
+ "learning_rate": 7.403248924988056e-06,
448
+ "epoch": 0.2221744427721637,
449
+ "step": 3100
450
+ },
451
+ {
452
+ "loss": 3.6526,
453
+ "grad_norm": 2.810638904571533,
454
+ "learning_rate": 7.5226946966077404e-06,
455
+ "epoch": 0.22575790152655342,
456
+ "step": 3150
457
+ },
458
+ {
459
+ "loss": 3.6567,
460
+ "grad_norm": 2.779322862625122,
461
+ "learning_rate": 7.642140468227427e-06,
462
+ "epoch": 0.22934136028094318,
463
+ "step": 3200
464
+ },
465
+ {
466
+ "loss": 3.6548,
467
+ "grad_norm": 2.914285659790039,
468
+ "learning_rate": 7.76158623984711e-06,
469
+ "epoch": 0.2329248190353329,
470
+ "step": 3250
471
+ },
472
+ {
473
+ "loss": 3.6405,
474
+ "grad_norm": 2.790729284286499,
475
+ "learning_rate": 7.881032011466795e-06,
476
+ "epoch": 0.23650827778972264,
477
+ "step": 3300
478
+ },
479
+ {
480
+ "loss": 3.6483,
481
+ "grad_norm": 2.8829877376556396,
482
+ "learning_rate": 8.00047778308648e-06,
483
+ "epoch": 0.24009173654411237,
484
+ "step": 3350
485
+ },
486
+ {
487
+ "loss": 3.6411,
488
+ "grad_norm": 2.7378406524658203,
489
+ "learning_rate": 8.119923554706164e-06,
490
+ "epoch": 0.24367519529850212,
491
+ "step": 3400
492
+ },
493
+ {
494
+ "loss": 3.639,
495
+ "grad_norm": 2.9590532779693604,
496
+ "learning_rate": 8.23936932632585e-06,
497
+ "epoch": 0.24725865405289185,
498
+ "step": 3450
499
+ },
500
+ {
501
+ "loss": 3.6493,
502
+ "grad_norm": 2.793628692626953,
503
+ "learning_rate": 8.358815097945533e-06,
504
+ "epoch": 0.2508421128072816,
505
+ "step": 3500
506
+ },
507
+ {
508
+ "loss": 3.6381,
509
+ "grad_norm": 2.804919481277466,
510
+ "learning_rate": 8.478260869565218e-06,
511
+ "epoch": 0.25442557156167134,
512
+ "step": 3550
513
+ },
514
+ {
515
+ "loss": 3.6412,
516
+ "grad_norm": 2.988947868347168,
517
+ "learning_rate": 8.597706641184904e-06,
518
+ "epoch": 0.25800903031606104,
519
+ "step": 3600
520
+ },
521
+ {
522
+ "loss": 3.6444,
523
+ "grad_norm": 3.0187394618988037,
524
+ "learning_rate": 8.717152412804587e-06,
525
+ "epoch": 0.2615924890704508,
526
+ "step": 3650
527
+ },
528
+ {
529
+ "loss": 3.6372,
530
+ "grad_norm": 2.841747999191284,
531
+ "learning_rate": 8.836598184424272e-06,
532
+ "epoch": 0.26517594782484055,
533
+ "step": 3700
534
+ },
535
+ {
536
+ "loss": 3.6553,
537
+ "grad_norm": 2.8912370204925537,
538
+ "learning_rate": 8.956043956043958e-06,
539
+ "epoch": 0.26875940657923025,
540
+ "step": 3750
541
+ },
542
+ {
543
+ "loss": 3.6387,
544
+ "grad_norm": 3.2106292247772217,
545
+ "learning_rate": 9.075489727663641e-06,
546
+ "epoch": 0.27234286533362,
547
+ "step": 3800
548
+ },
549
+ {
550
+ "loss": 3.6417,
551
+ "grad_norm": 2.8960952758789062,
552
+ "learning_rate": 9.194935499283327e-06,
553
+ "epoch": 0.27592632408800977,
554
+ "step": 3850
555
+ },
556
+ {
557
+ "loss": 3.6434,
558
+ "grad_norm": 2.7633676528930664,
559
+ "learning_rate": 9.314381270903012e-06,
560
+ "epoch": 0.27950978284239947,
561
+ "step": 3900
562
+ },
563
+ {
564
+ "loss": 3.6559,
565
+ "grad_norm": 2.7297277450561523,
566
+ "learning_rate": 9.433827042522695e-06,
567
+ "epoch": 0.2830932415967892,
568
+ "step": 3950
569
+ },
570
+ {
571
+ "loss": 3.641,
572
+ "grad_norm": 2.7868881225585938,
573
+ "learning_rate": 9.55327281414238e-06,
574
+ "epoch": 0.286676700351179,
575
+ "step": 4000
576
+ },
577
+ {
578
+ "eval_loss": 3.604299545288086,
579
+ "eval_model_preparation_time": 0.0024,
580
+ "eval_bleu": 0.11855110578819589,
581
+ "eval_chrf": 31.371795297948747,
582
+ "eval_runtime": 79.5186,
583
+ "eval_samples_per_second": 25.151,
584
+ "eval_steps_per_second": 0.402,
585
+ "epoch": 0.286676700351179,
586
+ "step": 4000
587
+ },
588
+ {
589
+ "loss": 3.6385,
590
+ "grad_norm": 2.9395406246185303,
591
+ "learning_rate": 9.672718585762066e-06,
592
+ "epoch": 0.2902601591055687,
593
+ "step": 4050
594
+ },
595
+ {
596
+ "loss": 3.6459,
597
+ "grad_norm": 2.838879108428955,
598
+ "learning_rate": 9.79216435738175e-06,
599
+ "epoch": 0.29384361785995844,
600
+ "step": 4100
601
+ },
602
+ {
603
+ "loss": 3.6445,
604
+ "grad_norm": 2.835333824157715,
605
+ "learning_rate": 9.911610129001435e-06,
606
+ "epoch": 0.2974270766143482,
607
+ "step": 4150
608
+ },
609
+ {
610
+ "loss": 3.6509,
611
+ "grad_norm": 2.8583765029907227,
612
+ "learning_rate": 1.0031055900621118e-05,
613
+ "epoch": 0.3010105353687379,
614
+ "step": 4200
615
+ },
616
+ {
617
+ "loss": 3.6438,
618
+ "grad_norm": 3.103139638900757,
619
+ "learning_rate": 1.0150501672240805e-05,
620
+ "epoch": 0.30459399412312765,
621
+ "step": 4250
622
+ },
623
+ {
624
+ "loss": 3.6385,
625
+ "grad_norm": 2.8596248626708984,
626
+ "learning_rate": 1.0269947443860489e-05,
627
+ "epoch": 0.30817745287751735,
628
+ "step": 4300
629
+ },
630
+ {
631
+ "loss": 3.6522,
632
+ "grad_norm": 2.778722047805786,
633
+ "learning_rate": 1.0389393215480172e-05,
634
+ "epoch": 0.3117609116319071,
635
+ "step": 4350
636
+ },
637
+ {
638
+ "loss": 3.6504,
639
+ "grad_norm": 2.895379066467285,
640
+ "learning_rate": 1.050883898709986e-05,
641
+ "epoch": 0.31534437038629687,
642
+ "step": 4400
643
+ },
644
+ {
645
+ "loss": 3.6507,
646
+ "grad_norm": 2.701481342315674,
647
+ "learning_rate": 1.0628284758719543e-05,
648
+ "epoch": 0.31892782914068657,
649
+ "step": 4450
650
+ },
651
+ {
652
+ "loss": 3.634,
653
+ "grad_norm": 2.87186336517334,
654
+ "learning_rate": 1.0747730530339227e-05,
655
+ "epoch": 0.3225112878950763,
656
+ "step": 4500
657
+ },
658
+ {
659
+ "loss": 3.6422,
660
+ "grad_norm": 2.6985971927642822,
661
+ "learning_rate": 1.086717630195891e-05,
662
+ "epoch": 0.3260947466494661,
663
+ "step": 4550
664
+ },
665
+ {
666
+ "loss": 3.6412,
667
+ "grad_norm": 2.993252754211426,
668
+ "learning_rate": 1.0986622073578597e-05,
669
+ "epoch": 0.3296782054038558,
670
+ "step": 4600
671
+ },
672
+ {
673
+ "loss": 3.6427,
674
+ "grad_norm": 2.9659206867218018,
675
+ "learning_rate": 1.110606784519828e-05,
676
+ "epoch": 0.33326166415824554,
677
+ "step": 4650
678
+ },
679
+ {
680
+ "loss": 3.6421,
681
+ "grad_norm": 2.7770729064941406,
682
+ "learning_rate": 1.1225513616817964e-05,
683
+ "epoch": 0.3368451229126353,
684
+ "step": 4700
685
+ },
686
+ {
687
+ "loss": 3.643,
688
+ "grad_norm": 2.8897016048431396,
689
+ "learning_rate": 1.1344959388437651e-05,
690
+ "epoch": 0.340428581667025,
691
+ "step": 4750
692
+ },
693
+ {
694
+ "loss": 3.6249,
695
+ "grad_norm": 3.156210422515869,
696
+ "learning_rate": 1.1464405160057335e-05,
697
+ "epoch": 0.34401204042141476,
698
+ "step": 4800
699
+ },
700
+ {
701
+ "loss": 3.6483,
702
+ "grad_norm": 2.983232259750366,
703
+ "learning_rate": 1.1583850931677018e-05,
704
+ "epoch": 0.3475954991758045,
705
+ "step": 4850
706
+ },
707
+ {
708
+ "loss": 3.6444,
709
+ "grad_norm": 3.007908821105957,
710
+ "learning_rate": 1.1703296703296705e-05,
711
+ "epoch": 0.3511789579301942,
712
+ "step": 4900
713
+ },
714
+ {
715
+ "loss": 3.6681,
716
+ "grad_norm": 2.7451424598693848,
717
+ "learning_rate": 1.1822742474916389e-05,
718
+ "epoch": 0.35476241668458397,
719
+ "step": 4950
720
+ },
721
+ {
722
+ "loss": 3.6539,
723
+ "grad_norm": 2.989840507507324,
724
+ "learning_rate": 1.1942188246536072e-05,
725
+ "epoch": 0.35834587543897367,
726
+ "step": 5000
727
+ },
728
+ {
729
+ "loss": 3.6297,
730
+ "grad_norm": 2.841801166534424,
731
+ "learning_rate": 1.206163401815576e-05,
732
+ "epoch": 0.36192933419336343,
733
+ "step": 5050
734
+ },
735
+ {
736
+ "loss": 3.6522,
737
+ "grad_norm": 3.0453057289123535,
738
+ "learning_rate": 1.2181079789775443e-05,
739
+ "epoch": 0.3655127929477532,
740
+ "step": 5100
741
+ },
742
+ {
743
+ "loss": 3.6355,
744
+ "grad_norm": 2.991407871246338,
745
+ "learning_rate": 1.2300525561395127e-05,
746
+ "epoch": 0.3690962517021429,
747
+ "step": 5150
748
+ },
749
+ {
750
+ "loss": 3.6435,
751
+ "grad_norm": 2.941945791244507,
752
+ "learning_rate": 1.2419971333014814e-05,
753
+ "epoch": 0.37267971045653264,
754
+ "step": 5200
755
+ },
756
+ {
757
+ "loss": 3.6256,
758
+ "grad_norm": 2.92447829246521,
759
+ "learning_rate": 1.2539417104634497e-05,
760
+ "epoch": 0.3762631692109224,
761
+ "step": 5250
762
+ },
763
+ {
764
+ "loss": 3.654,
765
+ "grad_norm": 2.8586673736572266,
766
+ "learning_rate": 1.265886287625418e-05,
767
+ "epoch": 0.3798466279653121,
768
+ "step": 5300
769
+ },
770
+ {
771
+ "loss": 3.6351,
772
+ "grad_norm": 2.8122401237487793,
773
+ "learning_rate": 1.2778308647873868e-05,
774
+ "epoch": 0.38343008671970186,
775
+ "step": 5350
776
+ },
777
+ {
778
+ "loss": 3.6546,
779
+ "grad_norm": 2.8284683227539062,
780
+ "learning_rate": 1.2897754419493551e-05,
781
+ "epoch": 0.3870135454740916,
782
+ "step": 5400
783
+ },
784
+ {
785
+ "loss": 3.6337,
786
+ "grad_norm": 2.7817671298980713,
787
+ "learning_rate": 1.3017200191113235e-05,
788
+ "epoch": 0.3905970042284813,
789
+ "step": 5450
790
+ },
791
+ {
792
+ "loss": 3.6487,
793
+ "grad_norm": 3.200016736984253,
794
+ "learning_rate": 1.3136645962732922e-05,
795
+ "epoch": 0.39418046298287107,
796
+ "step": 5500
797
+ },
798
+ {
799
+ "loss": 3.6342,
800
+ "grad_norm": 2.7402632236480713,
801
+ "learning_rate": 1.3256091734352605e-05,
802
+ "epoch": 0.39776392173726083,
803
+ "step": 5550
804
+ },
805
+ {
806
+ "loss": 3.6392,
807
+ "grad_norm": 2.810091018676758,
808
+ "learning_rate": 1.3375537505972289e-05,
809
+ "epoch": 0.40134738049165053,
810
+ "step": 5600
811
+ },
812
+ {
813
+ "loss": 3.641,
814
+ "grad_norm": 2.894531011581421,
815
+ "learning_rate": 1.3494983277591976e-05,
816
+ "epoch": 0.4049308392460403,
817
+ "step": 5650
818
+ },
819
+ {
820
+ "loss": 3.6368,
821
+ "grad_norm": 2.9225988388061523,
822
+ "learning_rate": 1.361442904921166e-05,
823
+ "epoch": 0.40851429800043,
824
+ "step": 5700
825
+ },
826
+ {
827
+ "loss": 3.6374,
828
+ "grad_norm": 3.016430616378784,
829
+ "learning_rate": 1.3733874820831343e-05,
830
+ "epoch": 0.41209775675481974,
831
+ "step": 5750
832
+ },
833
+ {
834
+ "loss": 3.6452,
835
+ "grad_norm": 2.9885077476501465,
836
+ "learning_rate": 1.385332059245103e-05,
837
+ "epoch": 0.4156812155092095,
838
+ "step": 5800
839
+ },
840
+ {
841
+ "loss": 3.6334,
842
+ "grad_norm": 2.9427528381347656,
843
+ "learning_rate": 1.3972766364070714e-05,
844
+ "epoch": 0.4192646742635992,
845
+ "step": 5850
846
+ },
847
+ {
848
+ "loss": 3.6434,
849
+ "grad_norm": 2.9331486225128174,
850
+ "learning_rate": 1.4092212135690397e-05,
851
+ "epoch": 0.42284813301798896,
852
+ "step": 5900
853
+ },
854
+ {
855
+ "loss": 3.6287,
856
+ "grad_norm": 2.8337302207946777,
857
+ "learning_rate": 1.421165790731008e-05,
858
+ "epoch": 0.4264315917723787,
859
+ "step": 5950
860
+ },
861
+ {
862
+ "loss": 3.6363,
863
+ "grad_norm": 2.9508445262908936,
864
+ "learning_rate": 1.4331103678929768e-05,
865
+ "epoch": 0.4300150505267684,
866
+ "step": 6000
867
+ },
868
+ {
869
+ "eval_loss": 3.59792423248291,
870
+ "eval_model_preparation_time": 0.0024,
871
+ "eval_bleu": 0.10979748596234642,
872
+ "eval_chrf": 31.31455144193432,
873
+ "eval_runtime": 88.7529,
874
+ "eval_samples_per_second": 22.534,
875
+ "eval_steps_per_second": 0.361,
876
+ "epoch": 0.4300150505267684,
877
+ "step": 6000
878
+ },
879
+ {
880
+ "loss": 3.6399,
881
+ "grad_norm": 2.8384978771209717,
882
+ "learning_rate": 1.4450549450549451e-05,
883
+ "epoch": 0.4335985092811582,
884
+ "step": 6050
885
+ },
886
+ {
887
+ "loss": 3.6334,
888
+ "grad_norm": 3.0397462844848633,
889
+ "learning_rate": 1.4569995222169135e-05,
890
+ "epoch": 0.43718196803554793,
891
+ "step": 6100
892
+ },
893
+ {
894
+ "loss": 3.6237,
895
+ "grad_norm": 2.8816871643066406,
896
+ "learning_rate": 1.4689440993788822e-05,
897
+ "epoch": 0.44076542678993763,
898
+ "step": 6150
899
+ },
900
+ {
901
+ "loss": 3.6504,
902
+ "grad_norm": 2.8406283855438232,
903
+ "learning_rate": 1.4808886765408505e-05,
904
+ "epoch": 0.4443488855443274,
905
+ "step": 6200
906
+ },
907
+ {
908
+ "loss": 3.6342,
909
+ "grad_norm": 2.9639480113983154,
910
+ "learning_rate": 1.4928332537028189e-05,
911
+ "epoch": 0.44793234429871714,
912
+ "step": 6250
913
+ },
914
+ {
915
+ "loss": 3.6498,
916
+ "grad_norm": 2.9352121353149414,
917
+ "learning_rate": 1.5047778308647876e-05,
918
+ "epoch": 0.45151580305310685,
919
+ "step": 6300
920
+ },
921
+ {
922
+ "loss": 3.6465,
923
+ "grad_norm": 2.9181034564971924,
924
+ "learning_rate": 1.516722408026756e-05,
925
+ "epoch": 0.4550992618074966,
926
+ "step": 6350
927
+ },
928
+ {
929
+ "loss": 3.6422,
930
+ "grad_norm": 2.8066813945770264,
931
+ "learning_rate": 1.5286669851887245e-05,
932
+ "epoch": 0.45868272056188636,
933
+ "step": 6400
934
+ },
935
+ {
936
+ "loss": 3.6359,
937
+ "grad_norm": 2.9192256927490234,
938
+ "learning_rate": 1.5406115623506928e-05,
939
+ "epoch": 0.46226617931627606,
940
+ "step": 6450
941
+ },
942
+ {
943
+ "loss": 3.6411,
944
+ "grad_norm": 2.8807878494262695,
945
+ "learning_rate": 1.5525561395126615e-05,
946
+ "epoch": 0.4658496380706658,
947
+ "step": 6500
948
+ },
949
+ {
950
+ "loss": 3.6309,
951
+ "grad_norm": 2.8400449752807617,
952
+ "learning_rate": 1.56450071667463e-05,
953
+ "epoch": 0.4694330968250555,
954
+ "step": 6550
955
+ },
956
+ {
957
+ "loss": 3.6387,
958
+ "grad_norm": 2.8949077129364014,
959
+ "learning_rate": 1.5764452938365982e-05,
960
+ "epoch": 0.4730165555794453,
961
+ "step": 6600
962
+ },
963
+ {
964
+ "loss": 3.6369,
965
+ "grad_norm": 2.801791191101074,
966
+ "learning_rate": 1.588389870998567e-05,
967
+ "epoch": 0.47660001433383503,
968
+ "step": 6650
969
+ },
970
+ {
971
+ "loss": 3.6518,
972
+ "grad_norm": 2.833810806274414,
973
+ "learning_rate": 1.6003344481605353e-05,
974
+ "epoch": 0.48018347308822473,
975
+ "step": 6700
976
+ },
977
+ {
978
+ "loss": 3.6286,
979
+ "grad_norm": 3.0063154697418213,
980
+ "learning_rate": 1.6122790253225036e-05,
981
+ "epoch": 0.4837669318426145,
982
+ "step": 6750
983
+ },
984
+ {
985
+ "loss": 3.6327,
986
+ "grad_norm": 2.8149757385253906,
987
+ "learning_rate": 1.6242236024844723e-05,
988
+ "epoch": 0.48735039059700425,
989
+ "step": 6800
990
+ },
991
+ {
992
+ "loss": 3.6269,
993
+ "grad_norm": 2.7950377464294434,
994
+ "learning_rate": 1.6361681796464407e-05,
995
+ "epoch": 0.49093384935139395,
996
+ "step": 6850
997
+ },
998
+ {
999
+ "loss": 3.6352,
1000
+ "grad_norm": 2.8111937046051025,
1001
+ "learning_rate": 1.648112756808409e-05,
1002
+ "epoch": 0.4945173081057837,
1003
+ "step": 6900
1004
+ },
1005
+ {
1006
+ "loss": 3.634,
1007
+ "grad_norm": 2.9674079418182373,
1008
+ "learning_rate": 1.6600573339703778e-05,
1009
+ "epoch": 0.49810076686017346,
1010
+ "step": 6950
1011
+ },
1012
+ {
1013
+ "loss": 3.6418,
1014
+ "grad_norm": 2.844080924987793,
1015
+ "learning_rate": 1.672001911132346e-05,
1016
+ "epoch": 0.5016842256145632,
1017
+ "step": 7000
1018
+ },
1019
+ {
1020
+ "loss": 3.62,
1021
+ "grad_norm": 2.950845718383789,
1022
+ "learning_rate": 1.6839464882943145e-05,
1023
+ "epoch": 0.5052676843689529,
1024
+ "step": 7050
1025
+ },
1026
+ {
1027
+ "loss": 3.6269,
1028
+ "grad_norm": 2.891509532928467,
1029
+ "learning_rate": 1.695891065456283e-05,
1030
+ "epoch": 0.5088511431233427,
1031
+ "step": 7100
1032
+ },
1033
+ {
1034
+ "loss": 3.6251,
1035
+ "grad_norm": 2.821896553039551,
1036
+ "learning_rate": 1.7078356426182515e-05,
1037
+ "epoch": 0.5124346018777324,
1038
+ "step": 7150
1039
+ },
1040
+ {
1041
+ "loss": 3.6353,
1042
+ "grad_norm": 2.830019235610962,
1043
+ "learning_rate": 1.71978021978022e-05,
1044
+ "epoch": 0.5160180606321221,
1045
+ "step": 7200
1046
+ },
1047
+ {
1048
+ "loss": 3.639,
1049
+ "grad_norm": 2.682234525680542,
1050
+ "learning_rate": 1.7317247969421886e-05,
1051
+ "epoch": 0.5196015193865119,
1052
+ "step": 7250
1053
+ },
1054
+ {
1055
+ "loss": 3.6321,
1056
+ "grad_norm": 2.8084537982940674,
1057
+ "learning_rate": 1.743669374104157e-05,
1058
+ "epoch": 0.5231849781409016,
1059
+ "step": 7300
1060
+ },
1061
+ {
1062
+ "loss": 3.649,
1063
+ "grad_norm": 2.946808099746704,
1064
+ "learning_rate": 1.7556139512661253e-05,
1065
+ "epoch": 0.5267684368952913,
1066
+ "step": 7350
1067
+ },
1068
+ {
1069
+ "loss": 3.6391,
1070
+ "grad_norm": 2.7569286823272705,
1071
+ "learning_rate": 1.767558528428094e-05,
1072
+ "epoch": 0.5303518956496811,
1073
+ "step": 7400
1074
+ },
1075
+ {
1076
+ "loss": 3.6337,
1077
+ "grad_norm": 2.967864513397217,
1078
+ "learning_rate": 1.7795031055900623e-05,
1079
+ "epoch": 0.5339353544040708,
1080
+ "step": 7450
1081
+ },
1082
+ {
1083
+ "loss": 3.6393,
1084
+ "grad_norm": 3.0034618377685547,
1085
+ "learning_rate": 1.7914476827520307e-05,
1086
+ "epoch": 0.5375188131584605,
1087
+ "step": 7500
1088
+ },
1089
+ {
1090
+ "loss": 3.6431,
1091
+ "grad_norm": 2.723473310470581,
1092
+ "learning_rate": 1.8033922599139994e-05,
1093
+ "epoch": 0.5411022719128503,
1094
+ "step": 7550
1095
+ },
1096
+ {
1097
+ "loss": 3.6374,
1098
+ "grad_norm": 2.8928301334381104,
1099
+ "learning_rate": 1.8153368370759678e-05,
1100
+ "epoch": 0.54468573066724,
1101
+ "step": 7600
1102
+ },
1103
+ {
1104
+ "loss": 3.6369,
1105
+ "grad_norm": 2.8130874633789062,
1106
+ "learning_rate": 1.827281414237936e-05,
1107
+ "epoch": 0.5482691894216297,
1108
+ "step": 7650
1109
+ },
1110
+ {
1111
+ "loss": 3.6267,
1112
+ "grad_norm": 2.876746654510498,
1113
+ "learning_rate": 1.8392259913999048e-05,
1114
+ "epoch": 0.5518526481760195,
1115
+ "step": 7700
1116
+ },
1117
+ {
1118
+ "loss": 3.6446,
1119
+ "grad_norm": 2.977689027786255,
1120
+ "learning_rate": 1.851170568561873e-05,
1121
+ "epoch": 0.5554361069304092,
1122
+ "step": 7750
1123
+ },
1124
+ {
1125
+ "loss": 3.6161,
1126
+ "grad_norm": 2.820831537246704,
1127
+ "learning_rate": 1.8631151457238415e-05,
1128
+ "epoch": 0.5590195656847989,
1129
+ "step": 7800
1130
+ },
1131
+ {
1132
+ "loss": 3.6409,
1133
+ "grad_norm": 3.08670711517334,
1134
+ "learning_rate": 1.8750597228858102e-05,
1135
+ "epoch": 0.5626030244391887,
1136
+ "step": 7850
1137
+ },
1138
+ {
1139
+ "loss": 3.6321,
1140
+ "grad_norm": 2.8381645679473877,
1141
+ "learning_rate": 1.8870043000477786e-05,
1142
+ "epoch": 0.5661864831935784,
1143
+ "step": 7900
1144
+ },
1145
+ {
1146
+ "loss": 3.6326,
1147
+ "grad_norm": 2.8480851650238037,
1148
+ "learning_rate": 1.898948877209747e-05,
1149
+ "epoch": 0.5697699419479682,
1150
+ "step": 7950
1151
+ },
1152
+ {
1153
+ "loss": 3.6324,
1154
+ "grad_norm": 2.835008382797241,
1155
+ "learning_rate": 1.9108934543717156e-05,
1156
+ "epoch": 0.573353400702358,
1157
+ "step": 8000
1158
+ },
1159
+ {
1160
+ "eval_loss": 3.595062255859375,
1161
+ "eval_model_preparation_time": 0.0024,
1162
+ "eval_bleu": 0.1174872077739482,
1163
+ "eval_chrf": 31.49347862672598,
1164
+ "eval_runtime": 79.874,
1165
+ "eval_samples_per_second": 25.039,
1166
+ "eval_steps_per_second": 0.401,
1167
+ "epoch": 0.573353400702358,
1168
+ "step": 8000
1169
+ },
1170
+ {
1171
+ "loss": 3.6277,
1172
+ "grad_norm": 2.907283067703247,
1173
+ "learning_rate": 1.922838031533684e-05,
1174
+ "epoch": 0.5769368594567477,
1175
+ "step": 8050
1176
+ },
1177
+ {
1178
+ "loss": 3.6309,
1179
+ "grad_norm": 2.783656120300293,
1180
+ "learning_rate": 1.9347826086956523e-05,
1181
+ "epoch": 0.5805203182111374,
1182
+ "step": 8100
1183
+ },
1184
+ {
1185
+ "loss": 3.6167,
1186
+ "grad_norm": 3.1348400115966797,
1187
+ "learning_rate": 1.946727185857621e-05,
1188
+ "epoch": 0.5841037769655272,
1189
+ "step": 8150
1190
+ },
1191
+ {
1192
+ "loss": 3.6282,
1193
+ "grad_norm": 2.880157709121704,
1194
+ "learning_rate": 1.9586717630195894e-05,
1195
+ "epoch": 0.5876872357199169,
1196
+ "step": 8200
1197
+ },
1198
+ {
1199
+ "loss": 3.6319,
1200
+ "grad_norm": 2.924098491668701,
1201
+ "learning_rate": 1.9706163401815578e-05,
1202
+ "epoch": 0.5912706944743066,
1203
+ "step": 8250
1204
+ },
1205
+ {
1206
+ "loss": 3.641,
1207
+ "grad_norm": 2.9245517253875732,
1208
+ "learning_rate": 1.9825609173435265e-05,
1209
+ "epoch": 0.5948541532286964,
1210
+ "step": 8300
1211
+ },
1212
+ {
1213
+ "loss": 3.6323,
1214
+ "grad_norm": 2.853644371032715,
1215
+ "learning_rate": 1.9945054945054948e-05,
1216
+ "epoch": 0.5984376119830861,
1217
+ "step": 8350
1218
+ },
1219
+ {
1220
+ "loss": 3.6318,
1221
+ "grad_norm": 3.058555841445923,
1222
+ "learning_rate": 1.9999993663100352e-05,
1223
+ "epoch": 0.6020210707374758,
1224
+ "step": 8400
1225
+ },
1226
+ {
1227
+ "loss": 3.6265,
1228
+ "grad_norm": 2.9240124225616455,
1229
+ "learning_rate": 1.9999948461660206e-05,
1230
+ "epoch": 0.6056045294918655,
1231
+ "step": 8450
1232
+ },
1233
+ {
1234
+ "loss": 3.6339,
1235
+ "grad_norm": 2.728078603744507,
1236
+ "learning_rate": 1.9999859797494658e-05,
1237
+ "epoch": 0.6091879882462553,
1238
+ "step": 8500
1239
+ },
1240
+ {
1241
+ "loss": 3.6355,
1242
+ "grad_norm": 2.748669385910034,
1243
+ "learning_rate": 1.9999727670989077e-05,
1244
+ "epoch": 0.612771447000645,
1245
+ "step": 8550
1246
+ },
1247
+ {
1248
+ "loss": 3.6249,
1249
+ "grad_norm": 3.0014336109161377,
1250
+ "learning_rate": 1.9999552082717713e-05,
1251
+ "epoch": 0.6163549057550347,
1252
+ "step": 8600
1253
+ },
1254
+ {
1255
+ "loss": 3.6167,
1256
+ "grad_norm": 2.8426921367645264,
1257
+ "learning_rate": 1.9999333033443727e-05,
1258
+ "epoch": 0.6199383645094245,
1259
+ "step": 8650
1260
+ },
1261
+ {
1262
+ "loss": 3.6507,
1263
+ "grad_norm": 2.800652265548706,
1264
+ "learning_rate": 1.999907052411918e-05,
1265
+ "epoch": 0.6235218232638142,
1266
+ "step": 8700
1267
+ },
1268
+ {
1269
+ "loss": 3.633,
1270
+ "grad_norm": 2.844484806060791,
1271
+ "learning_rate": 1.999876455588501e-05,
1272
+ "epoch": 0.6271052820182039,
1273
+ "step": 8750
1274
+ },
1275
+ {
1276
+ "loss": 3.6238,
1277
+ "grad_norm": 2.9430322647094727,
1278
+ "learning_rate": 1.999841513007104e-05,
1279
+ "epoch": 0.6306887407725937,
1280
+ "step": 8800
1281
+ },
1282
+ {
1283
+ "loss": 3.6256,
1284
+ "grad_norm": 2.8248939514160156,
1285
+ "learning_rate": 1.9998022248195982e-05,
1286
+ "epoch": 0.6342721995269834,
1287
+ "step": 8850
1288
+ },
1289
+ {
1290
+ "loss": 3.6217,
1291
+ "grad_norm": 2.8490238189697266,
1292
+ "learning_rate": 1.999758591196742e-05,
1293
+ "epoch": 0.6378556582813731,
1294
+ "step": 8900
1295
+ },
1296
+ {
1297
+ "loss": 3.6326,
1298
+ "grad_norm": 2.8636586666107178,
1299
+ "learning_rate": 1.999710612328179e-05,
1300
+ "epoch": 0.641439117035763,
1301
+ "step": 8950
1302
+ },
1303
+ {
1304
+ "loss": 3.6133,
1305
+ "grad_norm": 2.801966428756714,
1306
+ "learning_rate": 1.999658288422441e-05,
1307
+ "epoch": 0.6450225757901527,
1308
+ "step": 9000
1309
+ },
1310
+ {
1311
+ "loss": 3.6213,
1312
+ "grad_norm": 2.777209520339966,
1313
+ "learning_rate": 1.9996016197069415e-05,
1314
+ "epoch": 0.6486060345445424,
1315
+ "step": 9050
1316
+ },
1317
+ {
1318
+ "loss": 3.6226,
1319
+ "grad_norm": 2.8222055435180664,
1320
+ "learning_rate": 1.999540606427981e-05,
1321
+ "epoch": 0.6521894932989322,
1322
+ "step": 9100
1323
+ },
1324
+ {
1325
+ "loss": 3.6296,
1326
+ "grad_norm": 2.9050872325897217,
1327
+ "learning_rate": 1.99947524885074e-05,
1328
+ "epoch": 0.6557729520533219,
1329
+ "step": 9150
1330
+ },
1331
+ {
1332
+ "loss": 3.6274,
1333
+ "grad_norm": 2.8046138286590576,
1334
+ "learning_rate": 1.9994055472592823e-05,
1335
+ "epoch": 0.6593564108077116,
1336
+ "step": 9200
1337
+ },
1338
+ {
1339
+ "loss": 3.6243,
1340
+ "grad_norm": 3.2293264865875244,
1341
+ "learning_rate": 1.9993315019565514e-05,
1342
+ "epoch": 0.6629398695621014,
1343
+ "step": 9250
1344
+ },
1345
+ {
1346
+ "loss": 3.6167,
1347
+ "grad_norm": 2.808518886566162,
1348
+ "learning_rate": 1.9992531132643703e-05,
1349
+ "epoch": 0.6665233283164911,
1350
+ "step": 9300
1351
+ },
1352
+ {
1353
+ "loss": 3.6284,
1354
+ "grad_norm": 2.9400224685668945,
1355
+ "learning_rate": 1.999170381523439e-05,
1356
+ "epoch": 0.6701067870708808,
1357
+ "step": 9350
1358
+ },
1359
+ {
1360
+ "loss": 3.6227,
1361
+ "grad_norm": 2.8705012798309326,
1362
+ "learning_rate": 1.9990833070933346e-05,
1363
+ "epoch": 0.6736902458252706,
1364
+ "step": 9400
1365
+ },
1366
+ {
1367
+ "loss": 3.631,
1368
+ "grad_norm": 2.896789073944092,
1369
+ "learning_rate": 1.998991890352508e-05,
1370
+ "epoch": 0.6772737045796603,
1371
+ "step": 9450
1372
+ },
1373
+ {
1374
+ "loss": 3.6241,
1375
+ "grad_norm": 2.9855711460113525,
1376
+ "learning_rate": 1.998896131698283e-05,
1377
+ "epoch": 0.68085716333405,
1378
+ "step": 9500
1379
+ },
1380
+ {
1381
+ "loss": 3.6209,
1382
+ "grad_norm": 2.798070192337036,
1383
+ "learning_rate": 1.9987960315468554e-05,
1384
+ "epoch": 0.6844406220884398,
1385
+ "step": 9550
1386
+ },
1387
+ {
1388
+ "loss": 3.6324,
1389
+ "grad_norm": 2.9017467498779297,
1390
+ "learning_rate": 1.9986915903332894e-05,
1391
+ "epoch": 0.6880240808428295,
1392
+ "step": 9600
1393
+ },
1394
+ {
1395
+ "loss": 3.6297,
1396
+ "grad_norm": 2.988384246826172,
1397
+ "learning_rate": 1.998582808511518e-05,
1398
+ "epoch": 0.6916075395972192,
1399
+ "step": 9650
1400
+ },
1401
+ {
1402
+ "loss": 3.6311,
1403
+ "grad_norm": 2.9374516010284424,
1404
+ "learning_rate": 1.998469686554339e-05,
1405
+ "epoch": 0.695190998351609,
1406
+ "step": 9700
1407
+ },
1408
+ {
1409
+ "loss": 3.6257,
1410
+ "grad_norm": 2.8902134895324707,
1411
+ "learning_rate": 1.998352224953413e-05,
1412
+ "epoch": 0.6987744571059987,
1413
+ "step": 9750
1414
+ },
1415
+ {
1416
+ "loss": 3.6159,
1417
+ "grad_norm": 2.963186025619507,
1418
+ "learning_rate": 1.998230424219264e-05,
1419
+ "epoch": 0.7023579158603884,
1420
+ "step": 9800
1421
+ },
1422
+ {
1423
+ "loss": 3.6276,
1424
+ "grad_norm": 2.85019850730896,
1425
+ "learning_rate": 1.9981042848812725e-05,
1426
+ "epoch": 0.7059413746147782,
1427
+ "step": 9850
1428
+ },
1429
+ {
1430
+ "loss": 3.6218,
1431
+ "grad_norm": 2.9275527000427246,
1432
+ "learning_rate": 1.9979738074876786e-05,
1433
+ "epoch": 0.7095248333691679,
1434
+ "step": 9900
1435
+ },
1436
+ {
1437
+ "loss": 3.6291,
1438
+ "grad_norm": 2.9726195335388184,
1439
+ "learning_rate": 1.9978389926055746e-05,
1440
+ "epoch": 0.7131082921235576,
1441
+ "step": 9950
1442
+ },
1443
+ {
1444
+ "loss": 3.6285,
1445
+ "grad_norm": 2.723578929901123,
1446
+ "learning_rate": 1.9976998408209063e-05,
1447
+ "epoch": 0.7166917508779473,
1448
+ "step": 10000
1449
+ },
1450
+ {
1451
+ "eval_loss": 3.587348461151123,
1452
+ "eval_model_preparation_time": 0.0024,
1453
+ "eval_bleu": 0.12007022688548516,
1454
+ "eval_chrf": 31.489311961652856,
1455
+ "eval_runtime": 47.2058,
1456
+ "eval_samples_per_second": 42.368,
1457
+ "eval_steps_per_second": 0.678,
1458
+ "epoch": 0.7166917508779473,
1459
+ "step": 10000
1460
+ }
1461
+ ],
1462
+ "best_metric": 0.12007022688548516,
1463
+ "total_steps": 83718
1464
+ }
checkpoint-10000/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-12000/config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.0,
3
+ "activation_function": "swish",
4
+ "add_bias_logits": false,
5
+ "add_final_layer_norm": false,
6
+ "architectures": [
7
+ "MarianMTModel"
8
+ ],
9
+ "attention_dropout": 0.0,
10
+ "classif_dropout": 0.0,
11
+ "classifier_dropout": 0.0,
12
+ "d_model": 512,
13
+ "decoder_attention_heads": 8,
14
+ "decoder_ffn_dim": 2048,
15
+ "decoder_layerdrop": 0.0,
16
+ "decoder_layers": 6,
17
+ "decoder_start_token_id": 64171,
18
+ "decoder_vocab_size": 64172,
19
+ "dropout": 0.1,
20
+ "dtype": "float32",
21
+ "encoder_attention_heads": 8,
22
+ "encoder_ffn_dim": 2048,
23
+ "encoder_layerdrop": 0.0,
24
+ "encoder_layers": 6,
25
+ "eos_token_id": 0,
26
+ "extra_pos_embeddings": 64172,
27
+ "forced_eos_token_id": 0,
28
+ "id2label": {
29
+ "0": "LABEL_0",
30
+ "1": "LABEL_1",
31
+ "2": "LABEL_2"
32
+ },
33
+ "init_std": 0.02,
34
+ "is_encoder_decoder": true,
35
+ "label2id": {
36
+ "LABEL_0": 0,
37
+ "LABEL_1": 1,
38
+ "LABEL_2": 2
39
+ },
40
+ "max_length": null,
41
+ "max_position_embeddings": 512,
42
+ "model_type": "marian",
43
+ "normalize_before": false,
44
+ "normalize_embedding": false,
45
+ "num_beams": null,
46
+ "num_hidden_layers": 6,
47
+ "pad_token_id": 64171,
48
+ "scale_embedding": true,
49
+ "share_encoder_decoder_embeddings": true,
50
+ "static_position_embeddings": true,
51
+ "transformers_version": "4.57.1",
52
+ "use_cache": true,
53
+ "vocab_size": 64172
54
+ }
checkpoint-12000/generation_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bad_words_ids": [
3
+ [
4
+ 64171
5
+ ]
6
+ ],
7
+ "decoder_start_token_id": 64171,
8
+ "eos_token_id": [
9
+ 0
10
+ ],
11
+ "forced_eos_token_id": 0,
12
+ "max_length": 512,
13
+ "num_beams": 6,
14
+ "pad_token_id": 64171,
15
+ "renormalize_logits": true,
16
+ "transformers_version": "4.57.1"
17
+ }
checkpoint-12000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aacaf01ca124a0195beccf0649d98c8aeffa6f7908d50d2e1af663398c61646e
3
+ size 308263984
checkpoint-12000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:181f6ac00690e67a7092c4779dda63ed935917a13d469c00447cd651f2132767
3
+ size 616171979
checkpoint-12000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4debf8993e42377fa2a6042632e076b8938a9c2ce06cc137ea0fe4b33e05aac7
3
+ size 14645
checkpoint-12000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:978b49eac8a666ce4cebf3e9e4e9b4fff6abed90bbbc1018eae6700c128b82a9
3
+ size 1383
checkpoint-12000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b89ffbd4bc82317a43238220cce2831c1785e32a1c91673dd2686be277045e6e
3
+ size 1465
checkpoint-12000/source.spm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4a99ea3602b29fbf901ade8b93a45efa3d7c64eab8fc5fa812383efa327a87d
3
+ size 706917
checkpoint-12000/special_tokens_map.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "eos_token": {
3
+ "content": "</s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "pad_token": {
10
+ "content": "<pad>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "unk_token": {
17
+ "content": "<unk>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
+ }
checkpoint-12000/target.spm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6dce5fa58fcd7dde9e81e279b8c075bf42ee558278f73d6fb48e342029d7f19
3
+ size 791194
checkpoint-12000/tokenizer_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "<unk>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "64171": {
20
+ "content": "<pad>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ }
27
+ },
28
+ "clean_up_tokenization_spaces": false,
29
+ "eos_token": "</s>",
30
+ "extra_special_tokens": {},
31
+ "model_max_length": 512,
32
+ "pad_token": "<pad>",
33
+ "separate_vocabs": false,
34
+ "source_lang": "mul",
35
+ "sp_model_kwargs": {},
36
+ "target_lang": "eng",
37
+ "tokenizer_class": "MarianTokenizer",
38
+ "unk_token": "<unk>"
39
+ }
checkpoint-12000/trainer_state.json ADDED
@@ -0,0 +1,1789 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 10000,
3
+ "best_metric": 0.12007022688548516,
4
+ "best_model_checkpoint": "models/finetuned-sw-en-phase2/checkpoint-10000",
5
+ "epoch": 0.8600301010535368,
6
+ "eval_steps": 2000,
7
+ "global_step": 12000,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.003583458754389737,
14
+ "grad_norm": 2.8826961517333984,
15
+ "learning_rate": 1.1705685618729097e-07,
16
+ "loss": 3.6787,
17
+ "step": 50
18
+ },
19
+ {
20
+ "epoch": 0.007166917508779474,
21
+ "grad_norm": 3.028228521347046,
22
+ "learning_rate": 2.3650262780697565e-07,
23
+ "loss": 3.6845,
24
+ "step": 100
25
+ },
26
+ {
27
+ "epoch": 0.010750376263169211,
28
+ "grad_norm": 3.1519999504089355,
29
+ "learning_rate": 3.5594839942666037e-07,
30
+ "loss": 3.6839,
31
+ "step": 150
32
+ },
33
+ {
34
+ "epoch": 0.014333835017558949,
35
+ "grad_norm": 2.8430724143981934,
36
+ "learning_rate": 4.75394171046345e-07,
37
+ "loss": 3.6742,
38
+ "step": 200
39
+ },
40
+ {
41
+ "epoch": 0.017917293771948686,
42
+ "grad_norm": 2.86275577545166,
43
+ "learning_rate": 5.948399426660297e-07,
44
+ "loss": 3.6864,
45
+ "step": 250
46
+ },
47
+ {
48
+ "epoch": 0.021500752526338422,
49
+ "grad_norm": 2.787710189819336,
50
+ "learning_rate": 7.142857142857143e-07,
51
+ "loss": 3.671,
52
+ "step": 300
53
+ },
54
+ {
55
+ "epoch": 0.025084211280728158,
56
+ "grad_norm": 2.906496524810791,
57
+ "learning_rate": 8.337314859053989e-07,
58
+ "loss": 3.6812,
59
+ "step": 350
60
+ },
61
+ {
62
+ "epoch": 0.028667670035117897,
63
+ "grad_norm": 2.733621120452881,
64
+ "learning_rate": 9.531772575250838e-07,
65
+ "loss": 3.6657,
66
+ "step": 400
67
+ },
68
+ {
69
+ "epoch": 0.03225112878950763,
70
+ "grad_norm": 2.9586291313171387,
71
+ "learning_rate": 1.0726230291447684e-06,
72
+ "loss": 3.6776,
73
+ "step": 450
74
+ },
75
+ {
76
+ "epoch": 0.03583458754389737,
77
+ "grad_norm": 2.697490930557251,
78
+ "learning_rate": 1.192068800764453e-06,
79
+ "loss": 3.6817,
80
+ "step": 500
81
+ },
82
+ {
83
+ "epoch": 0.03941804629828711,
84
+ "grad_norm": 2.8789138793945312,
85
+ "learning_rate": 1.3115145723841377e-06,
86
+ "loss": 3.6645,
87
+ "step": 550
88
+ },
89
+ {
90
+ "epoch": 0.043001505052676844,
91
+ "grad_norm": 2.738499879837036,
92
+ "learning_rate": 1.4309603440038225e-06,
93
+ "loss": 3.6701,
94
+ "step": 600
95
+ },
96
+ {
97
+ "epoch": 0.04658496380706658,
98
+ "grad_norm": 2.976515293121338,
99
+ "learning_rate": 1.550406115623507e-06,
100
+ "loss": 3.6557,
101
+ "step": 650
102
+ },
103
+ {
104
+ "epoch": 0.050168422561456316,
105
+ "grad_norm": 2.8300790786743164,
106
+ "learning_rate": 1.6698518872431918e-06,
107
+ "loss": 3.6624,
108
+ "step": 700
109
+ },
110
+ {
111
+ "epoch": 0.05375188131584605,
112
+ "grad_norm": 2.8557324409484863,
113
+ "learning_rate": 1.7892976588628764e-06,
114
+ "loss": 3.6638,
115
+ "step": 750
116
+ },
117
+ {
118
+ "epoch": 0.057335340070235795,
119
+ "grad_norm": 2.915972948074341,
120
+ "learning_rate": 1.9087434304825613e-06,
121
+ "loss": 3.6746,
122
+ "step": 800
123
+ },
124
+ {
125
+ "epoch": 0.06091879882462553,
126
+ "grad_norm": 2.833534002304077,
127
+ "learning_rate": 2.0281892021022457e-06,
128
+ "loss": 3.6571,
129
+ "step": 850
130
+ },
131
+ {
132
+ "epoch": 0.06450225757901526,
133
+ "grad_norm": 2.786886215209961,
134
+ "learning_rate": 2.1476349737219305e-06,
135
+ "loss": 3.6641,
136
+ "step": 900
137
+ },
138
+ {
139
+ "epoch": 0.068085716333405,
140
+ "grad_norm": 2.888093948364258,
141
+ "learning_rate": 2.2670807453416154e-06,
142
+ "loss": 3.6626,
143
+ "step": 950
144
+ },
145
+ {
146
+ "epoch": 0.07166917508779475,
147
+ "grad_norm": 2.935640335083008,
148
+ "learning_rate": 2.3865265169613e-06,
149
+ "loss": 3.6669,
150
+ "step": 1000
151
+ },
152
+ {
153
+ "epoch": 0.07525263384218447,
154
+ "grad_norm": 2.9223127365112305,
155
+ "learning_rate": 2.5059722885809846e-06,
156
+ "loss": 3.6766,
157
+ "step": 1050
158
+ },
159
+ {
160
+ "epoch": 0.07883609259657422,
161
+ "grad_norm": 2.855170488357544,
162
+ "learning_rate": 2.625418060200669e-06,
163
+ "loss": 3.6616,
164
+ "step": 1100
165
+ },
166
+ {
167
+ "epoch": 0.08241955135096395,
168
+ "grad_norm": 2.822401285171509,
169
+ "learning_rate": 2.7448638318203535e-06,
170
+ "loss": 3.6633,
171
+ "step": 1150
172
+ },
173
+ {
174
+ "epoch": 0.08600301010535369,
175
+ "grad_norm": 2.8145692348480225,
176
+ "learning_rate": 2.8643096034400387e-06,
177
+ "loss": 3.6526,
178
+ "step": 1200
179
+ },
180
+ {
181
+ "epoch": 0.08958646885974342,
182
+ "grad_norm": 2.7493700981140137,
183
+ "learning_rate": 2.983755375059723e-06,
184
+ "loss": 3.6578,
185
+ "step": 1250
186
+ },
187
+ {
188
+ "epoch": 0.09316992761413316,
189
+ "grad_norm": 2.7674636840820312,
190
+ "learning_rate": 3.1032011466794076e-06,
191
+ "loss": 3.657,
192
+ "step": 1300
193
+ },
194
+ {
195
+ "epoch": 0.0967533863685229,
196
+ "grad_norm": 2.798501491546631,
197
+ "learning_rate": 3.222646918299093e-06,
198
+ "loss": 3.6579,
199
+ "step": 1350
200
+ },
201
+ {
202
+ "epoch": 0.10033684512291263,
203
+ "grad_norm": 3.045165777206421,
204
+ "learning_rate": 3.3420926899187773e-06,
205
+ "loss": 3.6667,
206
+ "step": 1400
207
+ },
208
+ {
209
+ "epoch": 0.10392030387730238,
210
+ "grad_norm": 2.730278730392456,
211
+ "learning_rate": 3.4615384615384617e-06,
212
+ "loss": 3.6693,
213
+ "step": 1450
214
+ },
215
+ {
216
+ "epoch": 0.1075037626316921,
217
+ "grad_norm": 2.8988585472106934,
218
+ "learning_rate": 3.580984233158146e-06,
219
+ "loss": 3.6602,
220
+ "step": 1500
221
+ },
222
+ {
223
+ "epoch": 0.11108722138608185,
224
+ "grad_norm": 2.9216086864471436,
225
+ "learning_rate": 3.7004300047778314e-06,
226
+ "loss": 3.6628,
227
+ "step": 1550
228
+ },
229
+ {
230
+ "epoch": 0.11467068014047159,
231
+ "grad_norm": 2.7945556640625,
232
+ "learning_rate": 3.819875776397516e-06,
233
+ "loss": 3.6625,
234
+ "step": 1600
235
+ },
236
+ {
237
+ "epoch": 0.11825413889486132,
238
+ "grad_norm": 2.895811080932617,
239
+ "learning_rate": 3.9393215480172e-06,
240
+ "loss": 3.6457,
241
+ "step": 1650
242
+ },
243
+ {
244
+ "epoch": 0.12183759764925106,
245
+ "grad_norm": 2.634783983230591,
246
+ "learning_rate": 4.0587673196368855e-06,
247
+ "loss": 3.6572,
248
+ "step": 1700
249
+ },
250
+ {
251
+ "epoch": 0.1254210564036408,
252
+ "grad_norm": 2.907348871231079,
253
+ "learning_rate": 4.17821309125657e-06,
254
+ "loss": 3.6515,
255
+ "step": 1750
256
+ },
257
+ {
258
+ "epoch": 0.12900451515803052,
259
+ "grad_norm": 2.9280805587768555,
260
+ "learning_rate": 4.297658862876254e-06,
261
+ "loss": 3.6465,
262
+ "step": 1800
263
+ },
264
+ {
265
+ "epoch": 0.13258797391242028,
266
+ "grad_norm": 3.136627197265625,
267
+ "learning_rate": 4.417104634495939e-06,
268
+ "loss": 3.6564,
269
+ "step": 1850
270
+ },
271
+ {
272
+ "epoch": 0.13617143266681,
273
+ "grad_norm": 2.8626930713653564,
274
+ "learning_rate": 4.536550406115624e-06,
275
+ "loss": 3.6438,
276
+ "step": 1900
277
+ },
278
+ {
279
+ "epoch": 0.13975489142119973,
280
+ "grad_norm": 2.99165678024292,
281
+ "learning_rate": 4.6559961777353084e-06,
282
+ "loss": 3.6442,
283
+ "step": 1950
284
+ },
285
+ {
286
+ "epoch": 0.1433383501755895,
287
+ "grad_norm": 2.8795509338378906,
288
+ "learning_rate": 4.775441949354993e-06,
289
+ "loss": 3.6556,
290
+ "step": 2000
291
+ },
292
+ {
293
+ "epoch": 0.1433383501755895,
294
+ "eval_bleu": 0.11687587046602367,
295
+ "eval_chrf": 31.48836065140496,
296
+ "eval_loss": 3.6125245094299316,
297
+ "eval_model_preparation_time": 0.0024,
298
+ "eval_runtime": 84.7074,
299
+ "eval_samples_per_second": 23.611,
300
+ "eval_steps_per_second": 0.378,
301
+ "step": 2000
302
+ },
303
+ {
304
+ "epoch": 0.14692180892997922,
305
+ "grad_norm": 2.849792003631592,
306
+ "learning_rate": 4.894887720974678e-06,
307
+ "loss": 3.6548,
308
+ "step": 2050
309
+ },
310
+ {
311
+ "epoch": 0.15050526768436895,
312
+ "grad_norm": 2.7463502883911133,
313
+ "learning_rate": 5.014333492594362e-06,
314
+ "loss": 3.6464,
315
+ "step": 2100
316
+ },
317
+ {
318
+ "epoch": 0.15408872643875868,
319
+ "grad_norm": 2.8596713542938232,
320
+ "learning_rate": 5.133779264214047e-06,
321
+ "loss": 3.6639,
322
+ "step": 2150
323
+ },
324
+ {
325
+ "epoch": 0.15767218519314843,
326
+ "grad_norm": 2.8775205612182617,
327
+ "learning_rate": 5.253225035833732e-06,
328
+ "loss": 3.6624,
329
+ "step": 2200
330
+ },
331
+ {
332
+ "epoch": 0.16125564394753816,
333
+ "grad_norm": 2.9133002758026123,
334
+ "learning_rate": 5.372670807453416e-06,
335
+ "loss": 3.646,
336
+ "step": 2250
337
+ },
338
+ {
339
+ "epoch": 0.1648391027019279,
340
+ "grad_norm": 2.8221960067749023,
341
+ "learning_rate": 5.492116579073101e-06,
342
+ "loss": 3.6469,
343
+ "step": 2300
344
+ },
345
+ {
346
+ "epoch": 0.16842256145631765,
347
+ "grad_norm": 2.8143768310546875,
348
+ "learning_rate": 5.611562350692786e-06,
349
+ "loss": 3.6567,
350
+ "step": 2350
351
+ },
352
+ {
353
+ "epoch": 0.17200602021070738,
354
+ "grad_norm": 2.9973151683807373,
355
+ "learning_rate": 5.73100812231247e-06,
356
+ "loss": 3.6557,
357
+ "step": 2400
358
+ },
359
+ {
360
+ "epoch": 0.1755894789650971,
361
+ "grad_norm": 3.0725531578063965,
362
+ "learning_rate": 5.850453893932155e-06,
363
+ "loss": 3.6554,
364
+ "step": 2450
365
+ },
366
+ {
367
+ "epoch": 0.17917293771948684,
368
+ "grad_norm": 3.028376579284668,
369
+ "learning_rate": 5.9698996655518404e-06,
370
+ "loss": 3.6471,
371
+ "step": 2500
372
+ },
373
+ {
374
+ "epoch": 0.1827563964738766,
375
+ "grad_norm": 2.886871814727783,
376
+ "learning_rate": 6.089345437171524e-06,
377
+ "loss": 3.6492,
378
+ "step": 2550
379
+ },
380
+ {
381
+ "epoch": 0.18633985522826632,
382
+ "grad_norm": 2.8908731937408447,
383
+ "learning_rate": 6.208791208791209e-06,
384
+ "loss": 3.6598,
385
+ "step": 2600
386
+ },
387
+ {
388
+ "epoch": 0.18992331398265605,
389
+ "grad_norm": 3.0486247539520264,
390
+ "learning_rate": 6.3282369804108945e-06,
391
+ "loss": 3.6476,
392
+ "step": 2650
393
+ },
394
+ {
395
+ "epoch": 0.1935067727370458,
396
+ "grad_norm": 3.1281673908233643,
397
+ "learning_rate": 6.447682752030578e-06,
398
+ "loss": 3.6448,
399
+ "step": 2700
400
+ },
401
+ {
402
+ "epoch": 0.19709023149143554,
403
+ "grad_norm": 2.75227952003479,
404
+ "learning_rate": 6.567128523650263e-06,
405
+ "loss": 3.638,
406
+ "step": 2750
407
+ },
408
+ {
409
+ "epoch": 0.20067369024582526,
410
+ "grad_norm": 2.825026750564575,
411
+ "learning_rate": 6.686574295269948e-06,
412
+ "loss": 3.6377,
413
+ "step": 2800
414
+ },
415
+ {
416
+ "epoch": 0.204257149000215,
417
+ "grad_norm": 2.7805380821228027,
418
+ "learning_rate": 6.806020066889632e-06,
419
+ "loss": 3.643,
420
+ "step": 2850
421
+ },
422
+ {
423
+ "epoch": 0.20784060775460475,
424
+ "grad_norm": 3.056185483932495,
425
+ "learning_rate": 6.9254658385093175e-06,
426
+ "loss": 3.6556,
427
+ "step": 2900
428
+ },
429
+ {
430
+ "epoch": 0.21142406650899448,
431
+ "grad_norm": 2.7656185626983643,
432
+ "learning_rate": 7.044911610129002e-06,
433
+ "loss": 3.6551,
434
+ "step": 2950
435
+ },
436
+ {
437
+ "epoch": 0.2150075252633842,
438
+ "grad_norm": 2.9017703533172607,
439
+ "learning_rate": 7.164357381748686e-06,
440
+ "loss": 3.6527,
441
+ "step": 3000
442
+ },
443
+ {
444
+ "epoch": 0.21859098401777396,
445
+ "grad_norm": 2.8588929176330566,
446
+ "learning_rate": 7.283803153368372e-06,
447
+ "loss": 3.6455,
448
+ "step": 3050
449
+ },
450
+ {
451
+ "epoch": 0.2221744427721637,
452
+ "grad_norm": 2.759413003921509,
453
+ "learning_rate": 7.403248924988056e-06,
454
+ "loss": 3.6578,
455
+ "step": 3100
456
+ },
457
+ {
458
+ "epoch": 0.22575790152655342,
459
+ "grad_norm": 2.810638904571533,
460
+ "learning_rate": 7.5226946966077404e-06,
461
+ "loss": 3.6526,
462
+ "step": 3150
463
+ },
464
+ {
465
+ "epoch": 0.22934136028094318,
466
+ "grad_norm": 2.779322862625122,
467
+ "learning_rate": 7.642140468227427e-06,
468
+ "loss": 3.6567,
469
+ "step": 3200
470
+ },
471
+ {
472
+ "epoch": 0.2329248190353329,
473
+ "grad_norm": 2.914285659790039,
474
+ "learning_rate": 7.76158623984711e-06,
475
+ "loss": 3.6548,
476
+ "step": 3250
477
+ },
478
+ {
479
+ "epoch": 0.23650827778972264,
480
+ "grad_norm": 2.790729284286499,
481
+ "learning_rate": 7.881032011466795e-06,
482
+ "loss": 3.6405,
483
+ "step": 3300
484
+ },
485
+ {
486
+ "epoch": 0.24009173654411237,
487
+ "grad_norm": 2.8829877376556396,
488
+ "learning_rate": 8.00047778308648e-06,
489
+ "loss": 3.6483,
490
+ "step": 3350
491
+ },
492
+ {
493
+ "epoch": 0.24367519529850212,
494
+ "grad_norm": 2.7378406524658203,
495
+ "learning_rate": 8.119923554706164e-06,
496
+ "loss": 3.6411,
497
+ "step": 3400
498
+ },
499
+ {
500
+ "epoch": 0.24725865405289185,
501
+ "grad_norm": 2.9590532779693604,
502
+ "learning_rate": 8.23936932632585e-06,
503
+ "loss": 3.639,
504
+ "step": 3450
505
+ },
506
+ {
507
+ "epoch": 0.2508421128072816,
508
+ "grad_norm": 2.793628692626953,
509
+ "learning_rate": 8.358815097945533e-06,
510
+ "loss": 3.6493,
511
+ "step": 3500
512
+ },
513
+ {
514
+ "epoch": 0.25442557156167134,
515
+ "grad_norm": 2.804919481277466,
516
+ "learning_rate": 8.478260869565218e-06,
517
+ "loss": 3.6381,
518
+ "step": 3550
519
+ },
520
+ {
521
+ "epoch": 0.25800903031606104,
522
+ "grad_norm": 2.988947868347168,
523
+ "learning_rate": 8.597706641184904e-06,
524
+ "loss": 3.6412,
525
+ "step": 3600
526
+ },
527
+ {
528
+ "epoch": 0.2615924890704508,
529
+ "grad_norm": 3.0187394618988037,
530
+ "learning_rate": 8.717152412804587e-06,
531
+ "loss": 3.6444,
532
+ "step": 3650
533
+ },
534
+ {
535
+ "epoch": 0.26517594782484055,
536
+ "grad_norm": 2.841747999191284,
537
+ "learning_rate": 8.836598184424272e-06,
538
+ "loss": 3.6372,
539
+ "step": 3700
540
+ },
541
+ {
542
+ "epoch": 0.26875940657923025,
543
+ "grad_norm": 2.8912370204925537,
544
+ "learning_rate": 8.956043956043958e-06,
545
+ "loss": 3.6553,
546
+ "step": 3750
547
+ },
548
+ {
549
+ "epoch": 0.27234286533362,
550
+ "grad_norm": 3.2106292247772217,
551
+ "learning_rate": 9.075489727663641e-06,
552
+ "loss": 3.6387,
553
+ "step": 3800
554
+ },
555
+ {
556
+ "epoch": 0.27592632408800977,
557
+ "grad_norm": 2.8960952758789062,
558
+ "learning_rate": 9.194935499283327e-06,
559
+ "loss": 3.6417,
560
+ "step": 3850
561
+ },
562
+ {
563
+ "epoch": 0.27950978284239947,
564
+ "grad_norm": 2.7633676528930664,
565
+ "learning_rate": 9.314381270903012e-06,
566
+ "loss": 3.6434,
567
+ "step": 3900
568
+ },
569
+ {
570
+ "epoch": 0.2830932415967892,
571
+ "grad_norm": 2.7297277450561523,
572
+ "learning_rate": 9.433827042522695e-06,
573
+ "loss": 3.6559,
574
+ "step": 3950
575
+ },
576
+ {
577
+ "epoch": 0.286676700351179,
578
+ "grad_norm": 2.7868881225585938,
579
+ "learning_rate": 9.55327281414238e-06,
580
+ "loss": 3.641,
581
+ "step": 4000
582
+ },
583
+ {
584
+ "epoch": 0.286676700351179,
585
+ "eval_bleu": 0.11855110578819589,
586
+ "eval_chrf": 31.371795297948747,
587
+ "eval_loss": 3.604299545288086,
588
+ "eval_model_preparation_time": 0.0024,
589
+ "eval_runtime": 79.5186,
590
+ "eval_samples_per_second": 25.151,
591
+ "eval_steps_per_second": 0.402,
592
+ "step": 4000
593
+ },
594
+ {
595
+ "epoch": 0.2902601591055687,
596
+ "grad_norm": 2.9395406246185303,
597
+ "learning_rate": 9.672718585762066e-06,
598
+ "loss": 3.6385,
599
+ "step": 4050
600
+ },
601
+ {
602
+ "epoch": 0.29384361785995844,
603
+ "grad_norm": 2.838879108428955,
604
+ "learning_rate": 9.79216435738175e-06,
605
+ "loss": 3.6459,
606
+ "step": 4100
607
+ },
608
+ {
609
+ "epoch": 0.2974270766143482,
610
+ "grad_norm": 2.835333824157715,
611
+ "learning_rate": 9.911610129001435e-06,
612
+ "loss": 3.6445,
613
+ "step": 4150
614
+ },
615
+ {
616
+ "epoch": 0.3010105353687379,
617
+ "grad_norm": 2.8583765029907227,
618
+ "learning_rate": 1.0031055900621118e-05,
619
+ "loss": 3.6509,
620
+ "step": 4200
621
+ },
622
+ {
623
+ "epoch": 0.30459399412312765,
624
+ "grad_norm": 3.103139638900757,
625
+ "learning_rate": 1.0150501672240805e-05,
626
+ "loss": 3.6438,
627
+ "step": 4250
628
+ },
629
+ {
630
+ "epoch": 0.30817745287751735,
631
+ "grad_norm": 2.8596248626708984,
632
+ "learning_rate": 1.0269947443860489e-05,
633
+ "loss": 3.6385,
634
+ "step": 4300
635
+ },
636
+ {
637
+ "epoch": 0.3117609116319071,
638
+ "grad_norm": 2.778722047805786,
639
+ "learning_rate": 1.0389393215480172e-05,
640
+ "loss": 3.6522,
641
+ "step": 4350
642
+ },
643
+ {
644
+ "epoch": 0.31534437038629687,
645
+ "grad_norm": 2.895379066467285,
646
+ "learning_rate": 1.050883898709986e-05,
647
+ "loss": 3.6504,
648
+ "step": 4400
649
+ },
650
+ {
651
+ "epoch": 0.31892782914068657,
652
+ "grad_norm": 2.701481342315674,
653
+ "learning_rate": 1.0628284758719543e-05,
654
+ "loss": 3.6507,
655
+ "step": 4450
656
+ },
657
+ {
658
+ "epoch": 0.3225112878950763,
659
+ "grad_norm": 2.87186336517334,
660
+ "learning_rate": 1.0747730530339227e-05,
661
+ "loss": 3.634,
662
+ "step": 4500
663
+ },
664
+ {
665
+ "epoch": 0.3260947466494661,
666
+ "grad_norm": 2.6985971927642822,
667
+ "learning_rate": 1.086717630195891e-05,
668
+ "loss": 3.6422,
669
+ "step": 4550
670
+ },
671
+ {
672
+ "epoch": 0.3296782054038558,
673
+ "grad_norm": 2.993252754211426,
674
+ "learning_rate": 1.0986622073578597e-05,
675
+ "loss": 3.6412,
676
+ "step": 4600
677
+ },
678
+ {
679
+ "epoch": 0.33326166415824554,
680
+ "grad_norm": 2.9659206867218018,
681
+ "learning_rate": 1.110606784519828e-05,
682
+ "loss": 3.6427,
683
+ "step": 4650
684
+ },
685
+ {
686
+ "epoch": 0.3368451229126353,
687
+ "grad_norm": 2.7770729064941406,
688
+ "learning_rate": 1.1225513616817964e-05,
689
+ "loss": 3.6421,
690
+ "step": 4700
691
+ },
692
+ {
693
+ "epoch": 0.340428581667025,
694
+ "grad_norm": 2.8897016048431396,
695
+ "learning_rate": 1.1344959388437651e-05,
696
+ "loss": 3.643,
697
+ "step": 4750
698
+ },
699
+ {
700
+ "epoch": 0.34401204042141476,
701
+ "grad_norm": 3.156210422515869,
702
+ "learning_rate": 1.1464405160057335e-05,
703
+ "loss": 3.6249,
704
+ "step": 4800
705
+ },
706
+ {
707
+ "epoch": 0.3475954991758045,
708
+ "grad_norm": 2.983232259750366,
709
+ "learning_rate": 1.1583850931677018e-05,
710
+ "loss": 3.6483,
711
+ "step": 4850
712
+ },
713
+ {
714
+ "epoch": 0.3511789579301942,
715
+ "grad_norm": 3.007908821105957,
716
+ "learning_rate": 1.1703296703296705e-05,
717
+ "loss": 3.6444,
718
+ "step": 4900
719
+ },
720
+ {
721
+ "epoch": 0.35476241668458397,
722
+ "grad_norm": 2.7451424598693848,
723
+ "learning_rate": 1.1822742474916389e-05,
724
+ "loss": 3.6681,
725
+ "step": 4950
726
+ },
727
+ {
728
+ "epoch": 0.35834587543897367,
729
+ "grad_norm": 2.989840507507324,
730
+ "learning_rate": 1.1942188246536072e-05,
731
+ "loss": 3.6539,
732
+ "step": 5000
733
+ },
734
+ {
735
+ "epoch": 0.36192933419336343,
736
+ "grad_norm": 2.841801166534424,
737
+ "learning_rate": 1.206163401815576e-05,
738
+ "loss": 3.6297,
739
+ "step": 5050
740
+ },
741
+ {
742
+ "epoch": 0.3655127929477532,
743
+ "grad_norm": 3.0453057289123535,
744
+ "learning_rate": 1.2181079789775443e-05,
745
+ "loss": 3.6522,
746
+ "step": 5100
747
+ },
748
+ {
749
+ "epoch": 0.3690962517021429,
750
+ "grad_norm": 2.991407871246338,
751
+ "learning_rate": 1.2300525561395127e-05,
752
+ "loss": 3.6355,
753
+ "step": 5150
754
+ },
755
+ {
756
+ "epoch": 0.37267971045653264,
757
+ "grad_norm": 2.941945791244507,
758
+ "learning_rate": 1.2419971333014814e-05,
759
+ "loss": 3.6435,
760
+ "step": 5200
761
+ },
762
+ {
763
+ "epoch": 0.3762631692109224,
764
+ "grad_norm": 2.92447829246521,
765
+ "learning_rate": 1.2539417104634497e-05,
766
+ "loss": 3.6256,
767
+ "step": 5250
768
+ },
769
+ {
770
+ "epoch": 0.3798466279653121,
771
+ "grad_norm": 2.8586673736572266,
772
+ "learning_rate": 1.265886287625418e-05,
773
+ "loss": 3.654,
774
+ "step": 5300
775
+ },
776
+ {
777
+ "epoch": 0.38343008671970186,
778
+ "grad_norm": 2.8122401237487793,
779
+ "learning_rate": 1.2778308647873868e-05,
780
+ "loss": 3.6351,
781
+ "step": 5350
782
+ },
783
+ {
784
+ "epoch": 0.3870135454740916,
785
+ "grad_norm": 2.8284683227539062,
786
+ "learning_rate": 1.2897754419493551e-05,
787
+ "loss": 3.6546,
788
+ "step": 5400
789
+ },
790
+ {
791
+ "epoch": 0.3905970042284813,
792
+ "grad_norm": 2.7817671298980713,
793
+ "learning_rate": 1.3017200191113235e-05,
794
+ "loss": 3.6337,
795
+ "step": 5450
796
+ },
797
+ {
798
+ "epoch": 0.39418046298287107,
799
+ "grad_norm": 3.200016736984253,
800
+ "learning_rate": 1.3136645962732922e-05,
801
+ "loss": 3.6487,
802
+ "step": 5500
803
+ },
804
+ {
805
+ "epoch": 0.39776392173726083,
806
+ "grad_norm": 2.7402632236480713,
807
+ "learning_rate": 1.3256091734352605e-05,
808
+ "loss": 3.6342,
809
+ "step": 5550
810
+ },
811
+ {
812
+ "epoch": 0.40134738049165053,
813
+ "grad_norm": 2.810091018676758,
814
+ "learning_rate": 1.3375537505972289e-05,
815
+ "loss": 3.6392,
816
+ "step": 5600
817
+ },
818
+ {
819
+ "epoch": 0.4049308392460403,
820
+ "grad_norm": 2.894531011581421,
821
+ "learning_rate": 1.3494983277591976e-05,
822
+ "loss": 3.641,
823
+ "step": 5650
824
+ },
825
+ {
826
+ "epoch": 0.40851429800043,
827
+ "grad_norm": 2.9225988388061523,
828
+ "learning_rate": 1.361442904921166e-05,
829
+ "loss": 3.6368,
830
+ "step": 5700
831
+ },
832
+ {
833
+ "epoch": 0.41209775675481974,
834
+ "grad_norm": 3.016430616378784,
835
+ "learning_rate": 1.3733874820831343e-05,
836
+ "loss": 3.6374,
837
+ "step": 5750
838
+ },
839
+ {
840
+ "epoch": 0.4156812155092095,
841
+ "grad_norm": 2.9885077476501465,
842
+ "learning_rate": 1.385332059245103e-05,
843
+ "loss": 3.6452,
844
+ "step": 5800
845
+ },
846
+ {
847
+ "epoch": 0.4192646742635992,
848
+ "grad_norm": 2.9427528381347656,
849
+ "learning_rate": 1.3972766364070714e-05,
850
+ "loss": 3.6334,
851
+ "step": 5850
852
+ },
853
+ {
854
+ "epoch": 0.42284813301798896,
855
+ "grad_norm": 2.9331486225128174,
856
+ "learning_rate": 1.4092212135690397e-05,
857
+ "loss": 3.6434,
858
+ "step": 5900
859
+ },
860
+ {
861
+ "epoch": 0.4264315917723787,
862
+ "grad_norm": 2.8337302207946777,
863
+ "learning_rate": 1.421165790731008e-05,
864
+ "loss": 3.6287,
865
+ "step": 5950
866
+ },
867
+ {
868
+ "epoch": 0.4300150505267684,
869
+ "grad_norm": 2.9508445262908936,
870
+ "learning_rate": 1.4331103678929768e-05,
871
+ "loss": 3.6363,
872
+ "step": 6000
873
+ },
874
+ {
875
+ "epoch": 0.4300150505267684,
876
+ "eval_bleu": 0.10979748596234642,
877
+ "eval_chrf": 31.31455144193432,
878
+ "eval_loss": 3.59792423248291,
879
+ "eval_model_preparation_time": 0.0024,
880
+ "eval_runtime": 88.7529,
881
+ "eval_samples_per_second": 22.534,
882
+ "eval_steps_per_second": 0.361,
883
+ "step": 6000
884
+ },
885
+ {
886
+ "epoch": 0.4335985092811582,
887
+ "grad_norm": 2.8384978771209717,
888
+ "learning_rate": 1.4450549450549451e-05,
889
+ "loss": 3.6399,
890
+ "step": 6050
891
+ },
892
+ {
893
+ "epoch": 0.43718196803554793,
894
+ "grad_norm": 3.0397462844848633,
895
+ "learning_rate": 1.4569995222169135e-05,
896
+ "loss": 3.6334,
897
+ "step": 6100
898
+ },
899
+ {
900
+ "epoch": 0.44076542678993763,
901
+ "grad_norm": 2.8816871643066406,
902
+ "learning_rate": 1.4689440993788822e-05,
903
+ "loss": 3.6237,
904
+ "step": 6150
905
+ },
906
+ {
907
+ "epoch": 0.4443488855443274,
908
+ "grad_norm": 2.8406283855438232,
909
+ "learning_rate": 1.4808886765408505e-05,
910
+ "loss": 3.6504,
911
+ "step": 6200
912
+ },
913
+ {
914
+ "epoch": 0.44793234429871714,
915
+ "grad_norm": 2.9639480113983154,
916
+ "learning_rate": 1.4928332537028189e-05,
917
+ "loss": 3.6342,
918
+ "step": 6250
919
+ },
920
+ {
921
+ "epoch": 0.45151580305310685,
922
+ "grad_norm": 2.9352121353149414,
923
+ "learning_rate": 1.5047778308647876e-05,
924
+ "loss": 3.6498,
925
+ "step": 6300
926
+ },
927
+ {
928
+ "epoch": 0.4550992618074966,
929
+ "grad_norm": 2.9181034564971924,
930
+ "learning_rate": 1.516722408026756e-05,
931
+ "loss": 3.6465,
932
+ "step": 6350
933
+ },
934
+ {
935
+ "epoch": 0.45868272056188636,
936
+ "grad_norm": 2.8066813945770264,
937
+ "learning_rate": 1.5286669851887245e-05,
938
+ "loss": 3.6422,
939
+ "step": 6400
940
+ },
941
+ {
942
+ "epoch": 0.46226617931627606,
943
+ "grad_norm": 2.9192256927490234,
944
+ "learning_rate": 1.5406115623506928e-05,
945
+ "loss": 3.6359,
946
+ "step": 6450
947
+ },
948
+ {
949
+ "epoch": 0.4658496380706658,
950
+ "grad_norm": 2.8807878494262695,
951
+ "learning_rate": 1.5525561395126615e-05,
952
+ "loss": 3.6411,
953
+ "step": 6500
954
+ },
955
+ {
956
+ "epoch": 0.4694330968250555,
957
+ "grad_norm": 2.8400449752807617,
958
+ "learning_rate": 1.56450071667463e-05,
959
+ "loss": 3.6309,
960
+ "step": 6550
961
+ },
962
+ {
963
+ "epoch": 0.4730165555794453,
964
+ "grad_norm": 2.8949077129364014,
965
+ "learning_rate": 1.5764452938365982e-05,
966
+ "loss": 3.6387,
967
+ "step": 6600
968
+ },
969
+ {
970
+ "epoch": 0.47660001433383503,
971
+ "grad_norm": 2.801791191101074,
972
+ "learning_rate": 1.588389870998567e-05,
973
+ "loss": 3.6369,
974
+ "step": 6650
975
+ },
976
+ {
977
+ "epoch": 0.48018347308822473,
978
+ "grad_norm": 2.833810806274414,
979
+ "learning_rate": 1.6003344481605353e-05,
980
+ "loss": 3.6518,
981
+ "step": 6700
982
+ },
983
+ {
984
+ "epoch": 0.4837669318426145,
985
+ "grad_norm": 3.0063154697418213,
986
+ "learning_rate": 1.6122790253225036e-05,
987
+ "loss": 3.6286,
988
+ "step": 6750
989
+ },
990
+ {
991
+ "epoch": 0.48735039059700425,
992
+ "grad_norm": 2.8149757385253906,
993
+ "learning_rate": 1.6242236024844723e-05,
994
+ "loss": 3.6327,
995
+ "step": 6800
996
+ },
997
+ {
998
+ "epoch": 0.49093384935139395,
999
+ "grad_norm": 2.7950377464294434,
1000
+ "learning_rate": 1.6361681796464407e-05,
1001
+ "loss": 3.6269,
1002
+ "step": 6850
1003
+ },
1004
+ {
1005
+ "epoch": 0.4945173081057837,
1006
+ "grad_norm": 2.8111937046051025,
1007
+ "learning_rate": 1.648112756808409e-05,
1008
+ "loss": 3.6352,
1009
+ "step": 6900
1010
+ },
1011
+ {
1012
+ "epoch": 0.49810076686017346,
1013
+ "grad_norm": 2.9674079418182373,
1014
+ "learning_rate": 1.6600573339703778e-05,
1015
+ "loss": 3.634,
1016
+ "step": 6950
1017
+ },
1018
+ {
1019
+ "epoch": 0.5016842256145632,
1020
+ "grad_norm": 2.844080924987793,
1021
+ "learning_rate": 1.672001911132346e-05,
1022
+ "loss": 3.6418,
1023
+ "step": 7000
1024
+ },
1025
+ {
1026
+ "epoch": 0.5052676843689529,
1027
+ "grad_norm": 2.950845718383789,
1028
+ "learning_rate": 1.6839464882943145e-05,
1029
+ "loss": 3.62,
1030
+ "step": 7050
1031
+ },
1032
+ {
1033
+ "epoch": 0.5088511431233427,
1034
+ "grad_norm": 2.891509532928467,
1035
+ "learning_rate": 1.695891065456283e-05,
1036
+ "loss": 3.6269,
1037
+ "step": 7100
1038
+ },
1039
+ {
1040
+ "epoch": 0.5124346018777324,
1041
+ "grad_norm": 2.821896553039551,
1042
+ "learning_rate": 1.7078356426182515e-05,
1043
+ "loss": 3.6251,
1044
+ "step": 7150
1045
+ },
1046
+ {
1047
+ "epoch": 0.5160180606321221,
1048
+ "grad_norm": 2.830019235610962,
1049
+ "learning_rate": 1.71978021978022e-05,
1050
+ "loss": 3.6353,
1051
+ "step": 7200
1052
+ },
1053
+ {
1054
+ "epoch": 0.5196015193865119,
1055
+ "grad_norm": 2.682234525680542,
1056
+ "learning_rate": 1.7317247969421886e-05,
1057
+ "loss": 3.639,
1058
+ "step": 7250
1059
+ },
1060
+ {
1061
+ "epoch": 0.5231849781409016,
1062
+ "grad_norm": 2.8084537982940674,
1063
+ "learning_rate": 1.743669374104157e-05,
1064
+ "loss": 3.6321,
1065
+ "step": 7300
1066
+ },
1067
+ {
1068
+ "epoch": 0.5267684368952913,
1069
+ "grad_norm": 2.946808099746704,
1070
+ "learning_rate": 1.7556139512661253e-05,
1071
+ "loss": 3.649,
1072
+ "step": 7350
1073
+ },
1074
+ {
1075
+ "epoch": 0.5303518956496811,
1076
+ "grad_norm": 2.7569286823272705,
1077
+ "learning_rate": 1.767558528428094e-05,
1078
+ "loss": 3.6391,
1079
+ "step": 7400
1080
+ },
1081
+ {
1082
+ "epoch": 0.5339353544040708,
1083
+ "grad_norm": 2.967864513397217,
1084
+ "learning_rate": 1.7795031055900623e-05,
1085
+ "loss": 3.6337,
1086
+ "step": 7450
1087
+ },
1088
+ {
1089
+ "epoch": 0.5375188131584605,
1090
+ "grad_norm": 3.0034618377685547,
1091
+ "learning_rate": 1.7914476827520307e-05,
1092
+ "loss": 3.6393,
1093
+ "step": 7500
1094
+ },
1095
+ {
1096
+ "epoch": 0.5411022719128503,
1097
+ "grad_norm": 2.723473310470581,
1098
+ "learning_rate": 1.8033922599139994e-05,
1099
+ "loss": 3.6431,
1100
+ "step": 7550
1101
+ },
1102
+ {
1103
+ "epoch": 0.54468573066724,
1104
+ "grad_norm": 2.8928301334381104,
1105
+ "learning_rate": 1.8153368370759678e-05,
1106
+ "loss": 3.6374,
1107
+ "step": 7600
1108
+ },
1109
+ {
1110
+ "epoch": 0.5482691894216297,
1111
+ "grad_norm": 2.8130874633789062,
1112
+ "learning_rate": 1.827281414237936e-05,
1113
+ "loss": 3.6369,
1114
+ "step": 7650
1115
+ },
1116
+ {
1117
+ "epoch": 0.5518526481760195,
1118
+ "grad_norm": 2.876746654510498,
1119
+ "learning_rate": 1.8392259913999048e-05,
1120
+ "loss": 3.6267,
1121
+ "step": 7700
1122
+ },
1123
+ {
1124
+ "epoch": 0.5554361069304092,
1125
+ "grad_norm": 2.977689027786255,
1126
+ "learning_rate": 1.851170568561873e-05,
1127
+ "loss": 3.6446,
1128
+ "step": 7750
1129
+ },
1130
+ {
1131
+ "epoch": 0.5590195656847989,
1132
+ "grad_norm": 2.820831537246704,
1133
+ "learning_rate": 1.8631151457238415e-05,
1134
+ "loss": 3.6161,
1135
+ "step": 7800
1136
+ },
1137
+ {
1138
+ "epoch": 0.5626030244391887,
1139
+ "grad_norm": 3.08670711517334,
1140
+ "learning_rate": 1.8750597228858102e-05,
1141
+ "loss": 3.6409,
1142
+ "step": 7850
1143
+ },
1144
+ {
1145
+ "epoch": 0.5661864831935784,
1146
+ "grad_norm": 2.8381645679473877,
1147
+ "learning_rate": 1.8870043000477786e-05,
1148
+ "loss": 3.6321,
1149
+ "step": 7900
1150
+ },
1151
+ {
1152
+ "epoch": 0.5697699419479682,
1153
+ "grad_norm": 2.8480851650238037,
1154
+ "learning_rate": 1.898948877209747e-05,
1155
+ "loss": 3.6326,
1156
+ "step": 7950
1157
+ },
1158
+ {
1159
+ "epoch": 0.573353400702358,
1160
+ "grad_norm": 2.835008382797241,
1161
+ "learning_rate": 1.9108934543717156e-05,
1162
+ "loss": 3.6324,
1163
+ "step": 8000
1164
+ },
1165
+ {
1166
+ "epoch": 0.573353400702358,
1167
+ "eval_bleu": 0.1174872077739482,
1168
+ "eval_chrf": 31.49347862672598,
1169
+ "eval_loss": 3.595062255859375,
1170
+ "eval_model_preparation_time": 0.0024,
1171
+ "eval_runtime": 79.874,
1172
+ "eval_samples_per_second": 25.039,
1173
+ "eval_steps_per_second": 0.401,
1174
+ "step": 8000
1175
+ },
1176
+ {
1177
+ "epoch": 0.5769368594567477,
1178
+ "grad_norm": 2.907283067703247,
1179
+ "learning_rate": 1.922838031533684e-05,
1180
+ "loss": 3.6277,
1181
+ "step": 8050
1182
+ },
1183
+ {
1184
+ "epoch": 0.5805203182111374,
1185
+ "grad_norm": 2.783656120300293,
1186
+ "learning_rate": 1.9347826086956523e-05,
1187
+ "loss": 3.6309,
1188
+ "step": 8100
1189
+ },
1190
+ {
1191
+ "epoch": 0.5841037769655272,
1192
+ "grad_norm": 3.1348400115966797,
1193
+ "learning_rate": 1.946727185857621e-05,
1194
+ "loss": 3.6167,
1195
+ "step": 8150
1196
+ },
1197
+ {
1198
+ "epoch": 0.5876872357199169,
1199
+ "grad_norm": 2.880157709121704,
1200
+ "learning_rate": 1.9586717630195894e-05,
1201
+ "loss": 3.6282,
1202
+ "step": 8200
1203
+ },
1204
+ {
1205
+ "epoch": 0.5912706944743066,
1206
+ "grad_norm": 2.924098491668701,
1207
+ "learning_rate": 1.9706163401815578e-05,
1208
+ "loss": 3.6319,
1209
+ "step": 8250
1210
+ },
1211
+ {
1212
+ "epoch": 0.5948541532286964,
1213
+ "grad_norm": 2.9245517253875732,
1214
+ "learning_rate": 1.9825609173435265e-05,
1215
+ "loss": 3.641,
1216
+ "step": 8300
1217
+ },
1218
+ {
1219
+ "epoch": 0.5984376119830861,
1220
+ "grad_norm": 2.853644371032715,
1221
+ "learning_rate": 1.9945054945054948e-05,
1222
+ "loss": 3.6323,
1223
+ "step": 8350
1224
+ },
1225
+ {
1226
+ "epoch": 0.6020210707374758,
1227
+ "grad_norm": 3.058555841445923,
1228
+ "learning_rate": 1.9999993663100352e-05,
1229
+ "loss": 3.6318,
1230
+ "step": 8400
1231
+ },
1232
+ {
1233
+ "epoch": 0.6056045294918655,
1234
+ "grad_norm": 2.9240124225616455,
1235
+ "learning_rate": 1.9999948461660206e-05,
1236
+ "loss": 3.6265,
1237
+ "step": 8450
1238
+ },
1239
+ {
1240
+ "epoch": 0.6091879882462553,
1241
+ "grad_norm": 2.728078603744507,
1242
+ "learning_rate": 1.9999859797494658e-05,
1243
+ "loss": 3.6339,
1244
+ "step": 8500
1245
+ },
1246
+ {
1247
+ "epoch": 0.612771447000645,
1248
+ "grad_norm": 2.748669385910034,
1249
+ "learning_rate": 1.9999727670989077e-05,
1250
+ "loss": 3.6355,
1251
+ "step": 8550
1252
+ },
1253
+ {
1254
+ "epoch": 0.6163549057550347,
1255
+ "grad_norm": 3.0014336109161377,
1256
+ "learning_rate": 1.9999552082717713e-05,
1257
+ "loss": 3.6249,
1258
+ "step": 8600
1259
+ },
1260
+ {
1261
+ "epoch": 0.6199383645094245,
1262
+ "grad_norm": 2.8426921367645264,
1263
+ "learning_rate": 1.9999333033443727e-05,
1264
+ "loss": 3.6167,
1265
+ "step": 8650
1266
+ },
1267
+ {
1268
+ "epoch": 0.6235218232638142,
1269
+ "grad_norm": 2.800652265548706,
1270
+ "learning_rate": 1.999907052411918e-05,
1271
+ "loss": 3.6507,
1272
+ "step": 8700
1273
+ },
1274
+ {
1275
+ "epoch": 0.6271052820182039,
1276
+ "grad_norm": 2.844484806060791,
1277
+ "learning_rate": 1.999876455588501e-05,
1278
+ "loss": 3.633,
1279
+ "step": 8750
1280
+ },
1281
+ {
1282
+ "epoch": 0.6306887407725937,
1283
+ "grad_norm": 2.9430322647094727,
1284
+ "learning_rate": 1.999841513007104e-05,
1285
+ "loss": 3.6238,
1286
+ "step": 8800
1287
+ },
1288
+ {
1289
+ "epoch": 0.6342721995269834,
1290
+ "grad_norm": 2.8248939514160156,
1291
+ "learning_rate": 1.9998022248195982e-05,
1292
+ "loss": 3.6256,
1293
+ "step": 8850
1294
+ },
1295
+ {
1296
+ "epoch": 0.6378556582813731,
1297
+ "grad_norm": 2.8490238189697266,
1298
+ "learning_rate": 1.999758591196742e-05,
1299
+ "loss": 3.6217,
1300
+ "step": 8900
1301
+ },
1302
+ {
1303
+ "epoch": 0.641439117035763,
1304
+ "grad_norm": 2.8636586666107178,
1305
+ "learning_rate": 1.999710612328179e-05,
1306
+ "loss": 3.6326,
1307
+ "step": 8950
1308
+ },
1309
+ {
1310
+ "epoch": 0.6450225757901527,
1311
+ "grad_norm": 2.801966428756714,
1312
+ "learning_rate": 1.999658288422441e-05,
1313
+ "loss": 3.6133,
1314
+ "step": 9000
1315
+ },
1316
+ {
1317
+ "epoch": 0.6486060345445424,
1318
+ "grad_norm": 2.777209520339966,
1319
+ "learning_rate": 1.9996016197069415e-05,
1320
+ "loss": 3.6213,
1321
+ "step": 9050
1322
+ },
1323
+ {
1324
+ "epoch": 0.6521894932989322,
1325
+ "grad_norm": 2.8222055435180664,
1326
+ "learning_rate": 1.999540606427981e-05,
1327
+ "loss": 3.6226,
1328
+ "step": 9100
1329
+ },
1330
+ {
1331
+ "epoch": 0.6557729520533219,
1332
+ "grad_norm": 2.9050872325897217,
1333
+ "learning_rate": 1.99947524885074e-05,
1334
+ "loss": 3.6296,
1335
+ "step": 9150
1336
+ },
1337
+ {
1338
+ "epoch": 0.6593564108077116,
1339
+ "grad_norm": 2.8046138286590576,
1340
+ "learning_rate": 1.9994055472592823e-05,
1341
+ "loss": 3.6274,
1342
+ "step": 9200
1343
+ },
1344
+ {
1345
+ "epoch": 0.6629398695621014,
1346
+ "grad_norm": 3.2293264865875244,
1347
+ "learning_rate": 1.9993315019565514e-05,
1348
+ "loss": 3.6243,
1349
+ "step": 9250
1350
+ },
1351
+ {
1352
+ "epoch": 0.6665233283164911,
1353
+ "grad_norm": 2.808518886566162,
1354
+ "learning_rate": 1.9992531132643703e-05,
1355
+ "loss": 3.6167,
1356
+ "step": 9300
1357
+ },
1358
+ {
1359
+ "epoch": 0.6701067870708808,
1360
+ "grad_norm": 2.9400224685668945,
1361
+ "learning_rate": 1.999170381523439e-05,
1362
+ "loss": 3.6284,
1363
+ "step": 9350
1364
+ },
1365
+ {
1366
+ "epoch": 0.6736902458252706,
1367
+ "grad_norm": 2.8705012798309326,
1368
+ "learning_rate": 1.9990833070933346e-05,
1369
+ "loss": 3.6227,
1370
+ "step": 9400
1371
+ },
1372
+ {
1373
+ "epoch": 0.6772737045796603,
1374
+ "grad_norm": 2.896789073944092,
1375
+ "learning_rate": 1.998991890352508e-05,
1376
+ "loss": 3.631,
1377
+ "step": 9450
1378
+ },
1379
+ {
1380
+ "epoch": 0.68085716333405,
1381
+ "grad_norm": 2.9855711460113525,
1382
+ "learning_rate": 1.998896131698283e-05,
1383
+ "loss": 3.6241,
1384
+ "step": 9500
1385
+ },
1386
+ {
1387
+ "epoch": 0.6844406220884398,
1388
+ "grad_norm": 2.798070192337036,
1389
+ "learning_rate": 1.9987960315468554e-05,
1390
+ "loss": 3.6209,
1391
+ "step": 9550
1392
+ },
1393
+ {
1394
+ "epoch": 0.6880240808428295,
1395
+ "grad_norm": 2.9017467498779297,
1396
+ "learning_rate": 1.9986915903332894e-05,
1397
+ "loss": 3.6324,
1398
+ "step": 9600
1399
+ },
1400
+ {
1401
+ "epoch": 0.6916075395972192,
1402
+ "grad_norm": 2.988384246826172,
1403
+ "learning_rate": 1.998582808511518e-05,
1404
+ "loss": 3.6297,
1405
+ "step": 9650
1406
+ },
1407
+ {
1408
+ "epoch": 0.695190998351609,
1409
+ "grad_norm": 2.9374516010284424,
1410
+ "learning_rate": 1.998469686554339e-05,
1411
+ "loss": 3.6311,
1412
+ "step": 9700
1413
+ },
1414
+ {
1415
+ "epoch": 0.6987744571059987,
1416
+ "grad_norm": 2.8902134895324707,
1417
+ "learning_rate": 1.998352224953413e-05,
1418
+ "loss": 3.6257,
1419
+ "step": 9750
1420
+ },
1421
+ {
1422
+ "epoch": 0.7023579158603884,
1423
+ "grad_norm": 2.963186025619507,
1424
+ "learning_rate": 1.998230424219264e-05,
1425
+ "loss": 3.6159,
1426
+ "step": 9800
1427
+ },
1428
+ {
1429
+ "epoch": 0.7059413746147782,
1430
+ "grad_norm": 2.85019850730896,
1431
+ "learning_rate": 1.9981042848812725e-05,
1432
+ "loss": 3.6276,
1433
+ "step": 9850
1434
+ },
1435
+ {
1436
+ "epoch": 0.7095248333691679,
1437
+ "grad_norm": 2.9275527000427246,
1438
+ "learning_rate": 1.9979738074876786e-05,
1439
+ "loss": 3.6218,
1440
+ "step": 9900
1441
+ },
1442
+ {
1443
+ "epoch": 0.7131082921235576,
1444
+ "grad_norm": 2.9726195335388184,
1445
+ "learning_rate": 1.9978389926055746e-05,
1446
+ "loss": 3.6291,
1447
+ "step": 9950
1448
+ },
1449
+ {
1450
+ "epoch": 0.7166917508779473,
1451
+ "grad_norm": 2.723578929901123,
1452
+ "learning_rate": 1.9976998408209063e-05,
1453
+ "loss": 3.6285,
1454
+ "step": 10000
1455
+ },
1456
+ {
1457
+ "epoch": 0.7166917508779473,
1458
+ "eval_bleu": 0.12007022688548516,
1459
+ "eval_chrf": 31.489311961652856,
1460
+ "eval_loss": 3.587348461151123,
1461
+ "eval_model_preparation_time": 0.0024,
1462
+ "eval_runtime": 47.2058,
1463
+ "eval_samples_per_second": 42.368,
1464
+ "eval_steps_per_second": 0.678,
1465
+ "step": 10000
1466
+ },
1467
+ {
1468
+ "epoch": 0.7202752096323372,
1469
+ "grad_norm": 2.7564284801483154,
1470
+ "learning_rate": 1.997556352738468e-05,
1471
+ "loss": 3.6347,
1472
+ "step": 10050
1473
+ },
1474
+ {
1475
+ "epoch": 0.7238586683867269,
1476
+ "grad_norm": 2.7357685565948486,
1477
+ "learning_rate": 1.9974085289819016e-05,
1478
+ "loss": 3.6261,
1479
+ "step": 10100
1480
+ },
1481
+ {
1482
+ "epoch": 0.7274421271411166,
1483
+ "grad_norm": 2.7999777793884277,
1484
+ "learning_rate": 1.9972563701936923e-05,
1485
+ "loss": 3.6229,
1486
+ "step": 10150
1487
+ },
1488
+ {
1489
+ "epoch": 0.7310255858955064,
1490
+ "grad_norm": 2.989271640777588,
1491
+ "learning_rate": 1.9970998770351678e-05,
1492
+ "loss": 3.6282,
1493
+ "step": 10200
1494
+ },
1495
+ {
1496
+ "epoch": 0.7346090446498961,
1497
+ "grad_norm": 2.7797861099243164,
1498
+ "learning_rate": 1.9969390501864926e-05,
1499
+ "loss": 3.613,
1500
+ "step": 10250
1501
+ },
1502
+ {
1503
+ "epoch": 0.7381925034042858,
1504
+ "grad_norm": 2.9898197650909424,
1505
+ "learning_rate": 1.9967738903466683e-05,
1506
+ "loss": 3.6211,
1507
+ "step": 10300
1508
+ },
1509
+ {
1510
+ "epoch": 0.7417759621586756,
1511
+ "grad_norm": 3.181100368499756,
1512
+ "learning_rate": 1.9966043982335282e-05,
1513
+ "loss": 3.6218,
1514
+ "step": 10350
1515
+ },
1516
+ {
1517
+ "epoch": 0.7453594209130653,
1518
+ "grad_norm": 2.906479597091675,
1519
+ "learning_rate": 1.9964305745837343e-05,
1520
+ "loss": 3.6393,
1521
+ "step": 10400
1522
+ },
1523
+ {
1524
+ "epoch": 0.748942879667455,
1525
+ "grad_norm": 3.0653111934661865,
1526
+ "learning_rate": 1.9962524201527766e-05,
1527
+ "loss": 3.6195,
1528
+ "step": 10450
1529
+ },
1530
+ {
1531
+ "epoch": 0.7525263384218448,
1532
+ "grad_norm": 2.933912754058838,
1533
+ "learning_rate": 1.996069935714966e-05,
1534
+ "loss": 3.6341,
1535
+ "step": 10500
1536
+ },
1537
+ {
1538
+ "epoch": 0.7561097971762345,
1539
+ "grad_norm": 2.793137550354004,
1540
+ "learning_rate": 1.9958831220634337e-05,
1541
+ "loss": 3.6262,
1542
+ "step": 10550
1543
+ },
1544
+ {
1545
+ "epoch": 0.7596932559306242,
1546
+ "grad_norm": 2.852018356323242,
1547
+ "learning_rate": 1.9956919800101275e-05,
1548
+ "loss": 3.6225,
1549
+ "step": 10600
1550
+ },
1551
+ {
1552
+ "epoch": 0.763276714685014,
1553
+ "grad_norm": 2.8703768253326416,
1554
+ "learning_rate": 1.9954965103858063e-05,
1555
+ "loss": 3.6178,
1556
+ "step": 10650
1557
+ },
1558
+ {
1559
+ "epoch": 0.7668601734394037,
1560
+ "grad_norm": 2.734632968902588,
1561
+ "learning_rate": 1.9952967140400397e-05,
1562
+ "loss": 3.6259,
1563
+ "step": 10700
1564
+ },
1565
+ {
1566
+ "epoch": 0.7704436321937934,
1567
+ "grad_norm": 2.80359148979187,
1568
+ "learning_rate": 1.9950925918412008e-05,
1569
+ "loss": 3.6316,
1570
+ "step": 10750
1571
+ },
1572
+ {
1573
+ "epoch": 0.7740270909481832,
1574
+ "grad_norm": 3.0152428150177,
1575
+ "learning_rate": 1.994884144676465e-05,
1576
+ "loss": 3.6292,
1577
+ "step": 10800
1578
+ },
1579
+ {
1580
+ "epoch": 0.7776105497025729,
1581
+ "grad_norm": 2.88657283782959,
1582
+ "learning_rate": 1.9946713734518056e-05,
1583
+ "loss": 3.6296,
1584
+ "step": 10850
1585
+ },
1586
+ {
1587
+ "epoch": 0.7811940084569626,
1588
+ "grad_norm": 2.801419734954834,
1589
+ "learning_rate": 1.9944542790919888e-05,
1590
+ "loss": 3.6278,
1591
+ "step": 10900
1592
+ },
1593
+ {
1594
+ "epoch": 0.7847774672113524,
1595
+ "grad_norm": 2.716407060623169,
1596
+ "learning_rate": 1.9942328625405706e-05,
1597
+ "loss": 3.623,
1598
+ "step": 10950
1599
+ },
1600
+ {
1601
+ "epoch": 0.7883609259657421,
1602
+ "grad_norm": 2.955462694168091,
1603
+ "learning_rate": 1.9940071247598928e-05,
1604
+ "loss": 3.632,
1605
+ "step": 11000
1606
+ },
1607
+ {
1608
+ "epoch": 0.7919443847201318,
1609
+ "grad_norm": 3.078378677368164,
1610
+ "learning_rate": 1.993777066731078e-05,
1611
+ "loss": 3.6284,
1612
+ "step": 11050
1613
+ },
1614
+ {
1615
+ "epoch": 0.7955278434745217,
1616
+ "grad_norm": 2.8438644409179688,
1617
+ "learning_rate": 1.9935426894540267e-05,
1618
+ "loss": 3.6193,
1619
+ "step": 11100
1620
+ },
1621
+ {
1622
+ "epoch": 0.7991113022289114,
1623
+ "grad_norm": 2.809417724609375,
1624
+ "learning_rate": 1.9933039939474115e-05,
1625
+ "loss": 3.6283,
1626
+ "step": 11150
1627
+ },
1628
+ {
1629
+ "epoch": 0.8026947609833011,
1630
+ "grad_norm": 2.7698774337768555,
1631
+ "learning_rate": 1.993060981248674e-05,
1632
+ "loss": 3.6337,
1633
+ "step": 11200
1634
+ },
1635
+ {
1636
+ "epoch": 0.8062782197376909,
1637
+ "grad_norm": 2.8526763916015625,
1638
+ "learning_rate": 1.992813652414018e-05,
1639
+ "loss": 3.6226,
1640
+ "step": 11250
1641
+ },
1642
+ {
1643
+ "epoch": 0.8098616784920806,
1644
+ "grad_norm": 2.9962968826293945,
1645
+ "learning_rate": 1.9925620085184087e-05,
1646
+ "loss": 3.6191,
1647
+ "step": 11300
1648
+ },
1649
+ {
1650
+ "epoch": 0.8134451372464703,
1651
+ "grad_norm": 2.8856618404388428,
1652
+ "learning_rate": 1.9923060506555636e-05,
1653
+ "loss": 3.6248,
1654
+ "step": 11350
1655
+ },
1656
+ {
1657
+ "epoch": 0.81702859600086,
1658
+ "grad_norm": 2.822512149810791,
1659
+ "learning_rate": 1.9920457799379517e-05,
1660
+ "loss": 3.6294,
1661
+ "step": 11400
1662
+ },
1663
+ {
1664
+ "epoch": 0.8206120547552498,
1665
+ "grad_norm": 2.854797124862671,
1666
+ "learning_rate": 1.9917811974967863e-05,
1667
+ "loss": 3.6105,
1668
+ "step": 11450
1669
+ },
1670
+ {
1671
+ "epoch": 0.8241955135096395,
1672
+ "grad_norm": 2.7683629989624023,
1673
+ "learning_rate": 1.9915123044820204e-05,
1674
+ "loss": 3.6215,
1675
+ "step": 11500
1676
+ },
1677
+ {
1678
+ "epoch": 0.8277789722640292,
1679
+ "grad_norm": 2.974020481109619,
1680
+ "learning_rate": 1.991239102062343e-05,
1681
+ "loss": 3.636,
1682
+ "step": 11550
1683
+ },
1684
+ {
1685
+ "epoch": 0.831362431018419,
1686
+ "grad_norm": 3.102997303009033,
1687
+ "learning_rate": 1.9909615914251718e-05,
1688
+ "loss": 3.6183,
1689
+ "step": 11600
1690
+ },
1691
+ {
1692
+ "epoch": 0.8349458897728087,
1693
+ "grad_norm": 3.0818939208984375,
1694
+ "learning_rate": 1.99067977377665e-05,
1695
+ "loss": 3.6109,
1696
+ "step": 11650
1697
+ },
1698
+ {
1699
+ "epoch": 0.8385293485271984,
1700
+ "grad_norm": 2.863049030303955,
1701
+ "learning_rate": 1.99039365034164e-05,
1702
+ "loss": 3.6132,
1703
+ "step": 11700
1704
+ },
1705
+ {
1706
+ "epoch": 0.8421128072815882,
1707
+ "grad_norm": 2.929948091506958,
1708
+ "learning_rate": 1.9901032223637192e-05,
1709
+ "loss": 3.6232,
1710
+ "step": 11750
1711
+ },
1712
+ {
1713
+ "epoch": 0.8456962660359779,
1714
+ "grad_norm": 2.918569803237915,
1715
+ "learning_rate": 1.9898084911051726e-05,
1716
+ "loss": 3.6361,
1717
+ "step": 11800
1718
+ },
1719
+ {
1720
+ "epoch": 0.8492797247903676,
1721
+ "grad_norm": 2.835664987564087,
1722
+ "learning_rate": 1.98950945784699e-05,
1723
+ "loss": 3.6302,
1724
+ "step": 11850
1725
+ },
1726
+ {
1727
+ "epoch": 0.8528631835447574,
1728
+ "grad_norm": 2.721726179122925,
1729
+ "learning_rate": 1.9892061238888572e-05,
1730
+ "loss": 3.6206,
1731
+ "step": 11900
1732
+ },
1733
+ {
1734
+ "epoch": 0.8564466422991471,
1735
+ "grad_norm": 2.9326517581939697,
1736
+ "learning_rate": 1.988898490549154e-05,
1737
+ "loss": 3.6238,
1738
+ "step": 11950
1739
+ },
1740
+ {
1741
+ "epoch": 0.8600301010535368,
1742
+ "grad_norm": 2.7650375366210938,
1743
+ "learning_rate": 1.988586559164945e-05,
1744
+ "loss": 3.6257,
1745
+ "step": 12000
1746
+ },
1747
+ {
1748
+ "epoch": 0.8600301010535368,
1749
+ "eval_bleu": 0.11722567739374905,
1750
+ "eval_chrf": 31.51754387552214,
1751
+ "eval_loss": 3.5809693336486816,
1752
+ "eval_model_preparation_time": 0.0024,
1753
+ "eval_runtime": 53.8004,
1754
+ "eval_samples_per_second": 37.174,
1755
+ "eval_steps_per_second": 0.595,
1756
+ "step": 12000
1757
+ }
1758
+ ],
1759
+ "logging_steps": 50,
1760
+ "max_steps": 83718,
1761
+ "num_input_tokens_seen": 0,
1762
+ "num_train_epochs": 6,
1763
+ "save_steps": 2000,
1764
+ "stateful_callbacks": {
1765
+ "EarlyStoppingCallback": {
1766
+ "args": {
1767
+ "early_stopping_patience": 15,
1768
+ "early_stopping_threshold": 0.0001
1769
+ },
1770
+ "attributes": {
1771
+ "early_stopping_patience_counter": 1
1772
+ }
1773
+ },
1774
+ "TrainerControl": {
1775
+ "args": {
1776
+ "should_epoch_stop": false,
1777
+ "should_evaluate": false,
1778
+ "should_log": false,
1779
+ "should_save": true,
1780
+ "should_training_stop": false
1781
+ },
1782
+ "attributes": {}
1783
+ }
1784
+ },
1785
+ "total_flos": 4.940218890819994e+16,
1786
+ "train_batch_size": 256,
1787
+ "trial_name": null,
1788
+ "trial_params": null
1789
+ }
checkpoint-12000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2d57bc67b52fab2e986e6601c38187c6c1f5438f07426ccb4a39e1f5364676b
3
+ size 5969
checkpoint-12000/training_metrics_snapshot.json ADDED
@@ -0,0 +1,1755 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "checkpoint": 12000,
3
+ "epoch": 0.8600301010535368,
4
+ "timestamp": "2025-11-23T07:59:36.351294",
5
+ "training_history": [
6
+ {
7
+ "loss": 3.6787,
8
+ "grad_norm": 2.8826961517333984,
9
+ "learning_rate": 1.1705685618729097e-07,
10
+ "epoch": 0.003583458754389737,
11
+ "step": 50
12
+ },
13
+ {
14
+ "loss": 3.6845,
15
+ "grad_norm": 3.028228521347046,
16
+ "learning_rate": 2.3650262780697565e-07,
17
+ "epoch": 0.007166917508779474,
18
+ "step": 100
19
+ },
20
+ {
21
+ "loss": 3.6839,
22
+ "grad_norm": 3.1519999504089355,
23
+ "learning_rate": 3.5594839942666037e-07,
24
+ "epoch": 0.010750376263169211,
25
+ "step": 150
26
+ },
27
+ {
28
+ "loss": 3.6742,
29
+ "grad_norm": 2.8430724143981934,
30
+ "learning_rate": 4.75394171046345e-07,
31
+ "epoch": 0.014333835017558949,
32
+ "step": 200
33
+ },
34
+ {
35
+ "loss": 3.6864,
36
+ "grad_norm": 2.86275577545166,
37
+ "learning_rate": 5.948399426660297e-07,
38
+ "epoch": 0.017917293771948686,
39
+ "step": 250
40
+ },
41
+ {
42
+ "loss": 3.671,
43
+ "grad_norm": 2.787710189819336,
44
+ "learning_rate": 7.142857142857143e-07,
45
+ "epoch": 0.021500752526338422,
46
+ "step": 300
47
+ },
48
+ {
49
+ "loss": 3.6812,
50
+ "grad_norm": 2.906496524810791,
51
+ "learning_rate": 8.337314859053989e-07,
52
+ "epoch": 0.025084211280728158,
53
+ "step": 350
54
+ },
55
+ {
56
+ "loss": 3.6657,
57
+ "grad_norm": 2.733621120452881,
58
+ "learning_rate": 9.531772575250838e-07,
59
+ "epoch": 0.028667670035117897,
60
+ "step": 400
61
+ },
62
+ {
63
+ "loss": 3.6776,
64
+ "grad_norm": 2.9586291313171387,
65
+ "learning_rate": 1.0726230291447684e-06,
66
+ "epoch": 0.03225112878950763,
67
+ "step": 450
68
+ },
69
+ {
70
+ "loss": 3.6817,
71
+ "grad_norm": 2.697490930557251,
72
+ "learning_rate": 1.192068800764453e-06,
73
+ "epoch": 0.03583458754389737,
74
+ "step": 500
75
+ },
76
+ {
77
+ "loss": 3.6645,
78
+ "grad_norm": 2.8789138793945312,
79
+ "learning_rate": 1.3115145723841377e-06,
80
+ "epoch": 0.03941804629828711,
81
+ "step": 550
82
+ },
83
+ {
84
+ "loss": 3.6701,
85
+ "grad_norm": 2.738499879837036,
86
+ "learning_rate": 1.4309603440038225e-06,
87
+ "epoch": 0.043001505052676844,
88
+ "step": 600
89
+ },
90
+ {
91
+ "loss": 3.6557,
92
+ "grad_norm": 2.976515293121338,
93
+ "learning_rate": 1.550406115623507e-06,
94
+ "epoch": 0.04658496380706658,
95
+ "step": 650
96
+ },
97
+ {
98
+ "loss": 3.6624,
99
+ "grad_norm": 2.8300790786743164,
100
+ "learning_rate": 1.6698518872431918e-06,
101
+ "epoch": 0.050168422561456316,
102
+ "step": 700
103
+ },
104
+ {
105
+ "loss": 3.6638,
106
+ "grad_norm": 2.8557324409484863,
107
+ "learning_rate": 1.7892976588628764e-06,
108
+ "epoch": 0.05375188131584605,
109
+ "step": 750
110
+ },
111
+ {
112
+ "loss": 3.6746,
113
+ "grad_norm": 2.915972948074341,
114
+ "learning_rate": 1.9087434304825613e-06,
115
+ "epoch": 0.057335340070235795,
116
+ "step": 800
117
+ },
118
+ {
119
+ "loss": 3.6571,
120
+ "grad_norm": 2.833534002304077,
121
+ "learning_rate": 2.0281892021022457e-06,
122
+ "epoch": 0.06091879882462553,
123
+ "step": 850
124
+ },
125
+ {
126
+ "loss": 3.6641,
127
+ "grad_norm": 2.786886215209961,
128
+ "learning_rate": 2.1476349737219305e-06,
129
+ "epoch": 0.06450225757901526,
130
+ "step": 900
131
+ },
132
+ {
133
+ "loss": 3.6626,
134
+ "grad_norm": 2.888093948364258,
135
+ "learning_rate": 2.2670807453416154e-06,
136
+ "epoch": 0.068085716333405,
137
+ "step": 950
138
+ },
139
+ {
140
+ "loss": 3.6669,
141
+ "grad_norm": 2.935640335083008,
142
+ "learning_rate": 2.3865265169613e-06,
143
+ "epoch": 0.07166917508779475,
144
+ "step": 1000
145
+ },
146
+ {
147
+ "loss": 3.6766,
148
+ "grad_norm": 2.9223127365112305,
149
+ "learning_rate": 2.5059722885809846e-06,
150
+ "epoch": 0.07525263384218447,
151
+ "step": 1050
152
+ },
153
+ {
154
+ "loss": 3.6616,
155
+ "grad_norm": 2.855170488357544,
156
+ "learning_rate": 2.625418060200669e-06,
157
+ "epoch": 0.07883609259657422,
158
+ "step": 1100
159
+ },
160
+ {
161
+ "loss": 3.6633,
162
+ "grad_norm": 2.822401285171509,
163
+ "learning_rate": 2.7448638318203535e-06,
164
+ "epoch": 0.08241955135096395,
165
+ "step": 1150
166
+ },
167
+ {
168
+ "loss": 3.6526,
169
+ "grad_norm": 2.8145692348480225,
170
+ "learning_rate": 2.8643096034400387e-06,
171
+ "epoch": 0.08600301010535369,
172
+ "step": 1200
173
+ },
174
+ {
175
+ "loss": 3.6578,
176
+ "grad_norm": 2.7493700981140137,
177
+ "learning_rate": 2.983755375059723e-06,
178
+ "epoch": 0.08958646885974342,
179
+ "step": 1250
180
+ },
181
+ {
182
+ "loss": 3.657,
183
+ "grad_norm": 2.7674636840820312,
184
+ "learning_rate": 3.1032011466794076e-06,
185
+ "epoch": 0.09316992761413316,
186
+ "step": 1300
187
+ },
188
+ {
189
+ "loss": 3.6579,
190
+ "grad_norm": 2.798501491546631,
191
+ "learning_rate": 3.222646918299093e-06,
192
+ "epoch": 0.0967533863685229,
193
+ "step": 1350
194
+ },
195
+ {
196
+ "loss": 3.6667,
197
+ "grad_norm": 3.045165777206421,
198
+ "learning_rate": 3.3420926899187773e-06,
199
+ "epoch": 0.10033684512291263,
200
+ "step": 1400
201
+ },
202
+ {
203
+ "loss": 3.6693,
204
+ "grad_norm": 2.730278730392456,
205
+ "learning_rate": 3.4615384615384617e-06,
206
+ "epoch": 0.10392030387730238,
207
+ "step": 1450
208
+ },
209
+ {
210
+ "loss": 3.6602,
211
+ "grad_norm": 2.8988585472106934,
212
+ "learning_rate": 3.580984233158146e-06,
213
+ "epoch": 0.1075037626316921,
214
+ "step": 1500
215
+ },
216
+ {
217
+ "loss": 3.6628,
218
+ "grad_norm": 2.9216086864471436,
219
+ "learning_rate": 3.7004300047778314e-06,
220
+ "epoch": 0.11108722138608185,
221
+ "step": 1550
222
+ },
223
+ {
224
+ "loss": 3.6625,
225
+ "grad_norm": 2.7945556640625,
226
+ "learning_rate": 3.819875776397516e-06,
227
+ "epoch": 0.11467068014047159,
228
+ "step": 1600
229
+ },
230
+ {
231
+ "loss": 3.6457,
232
+ "grad_norm": 2.895811080932617,
233
+ "learning_rate": 3.9393215480172e-06,
234
+ "epoch": 0.11825413889486132,
235
+ "step": 1650
236
+ },
237
+ {
238
+ "loss": 3.6572,
239
+ "grad_norm": 2.634783983230591,
240
+ "learning_rate": 4.0587673196368855e-06,
241
+ "epoch": 0.12183759764925106,
242
+ "step": 1700
243
+ },
244
+ {
245
+ "loss": 3.6515,
246
+ "grad_norm": 2.907348871231079,
247
+ "learning_rate": 4.17821309125657e-06,
248
+ "epoch": 0.1254210564036408,
249
+ "step": 1750
250
+ },
251
+ {
252
+ "loss": 3.6465,
253
+ "grad_norm": 2.9280805587768555,
254
+ "learning_rate": 4.297658862876254e-06,
255
+ "epoch": 0.12900451515803052,
256
+ "step": 1800
257
+ },
258
+ {
259
+ "loss": 3.6564,
260
+ "grad_norm": 3.136627197265625,
261
+ "learning_rate": 4.417104634495939e-06,
262
+ "epoch": 0.13258797391242028,
263
+ "step": 1850
264
+ },
265
+ {
266
+ "loss": 3.6438,
267
+ "grad_norm": 2.8626930713653564,
268
+ "learning_rate": 4.536550406115624e-06,
269
+ "epoch": 0.13617143266681,
270
+ "step": 1900
271
+ },
272
+ {
273
+ "loss": 3.6442,
274
+ "grad_norm": 2.99165678024292,
275
+ "learning_rate": 4.6559961777353084e-06,
276
+ "epoch": 0.13975489142119973,
277
+ "step": 1950
278
+ },
279
+ {
280
+ "loss": 3.6556,
281
+ "grad_norm": 2.8795509338378906,
282
+ "learning_rate": 4.775441949354993e-06,
283
+ "epoch": 0.1433383501755895,
284
+ "step": 2000
285
+ },
286
+ {
287
+ "eval_loss": 3.6125245094299316,
288
+ "eval_model_preparation_time": 0.0024,
289
+ "eval_bleu": 0.11687587046602367,
290
+ "eval_chrf": 31.48836065140496,
291
+ "eval_runtime": 84.7074,
292
+ "eval_samples_per_second": 23.611,
293
+ "eval_steps_per_second": 0.378,
294
+ "epoch": 0.1433383501755895,
295
+ "step": 2000
296
+ },
297
+ {
298
+ "loss": 3.6548,
299
+ "grad_norm": 2.849792003631592,
300
+ "learning_rate": 4.894887720974678e-06,
301
+ "epoch": 0.14692180892997922,
302
+ "step": 2050
303
+ },
304
+ {
305
+ "loss": 3.6464,
306
+ "grad_norm": 2.7463502883911133,
307
+ "learning_rate": 5.014333492594362e-06,
308
+ "epoch": 0.15050526768436895,
309
+ "step": 2100
310
+ },
311
+ {
312
+ "loss": 3.6639,
313
+ "grad_norm": 2.8596713542938232,
314
+ "learning_rate": 5.133779264214047e-06,
315
+ "epoch": 0.15408872643875868,
316
+ "step": 2150
317
+ },
318
+ {
319
+ "loss": 3.6624,
320
+ "grad_norm": 2.8775205612182617,
321
+ "learning_rate": 5.253225035833732e-06,
322
+ "epoch": 0.15767218519314843,
323
+ "step": 2200
324
+ },
325
+ {
326
+ "loss": 3.646,
327
+ "grad_norm": 2.9133002758026123,
328
+ "learning_rate": 5.372670807453416e-06,
329
+ "epoch": 0.16125564394753816,
330
+ "step": 2250
331
+ },
332
+ {
333
+ "loss": 3.6469,
334
+ "grad_norm": 2.8221960067749023,
335
+ "learning_rate": 5.492116579073101e-06,
336
+ "epoch": 0.1648391027019279,
337
+ "step": 2300
338
+ },
339
+ {
340
+ "loss": 3.6567,
341
+ "grad_norm": 2.8143768310546875,
342
+ "learning_rate": 5.611562350692786e-06,
343
+ "epoch": 0.16842256145631765,
344
+ "step": 2350
345
+ },
346
+ {
347
+ "loss": 3.6557,
348
+ "grad_norm": 2.9973151683807373,
349
+ "learning_rate": 5.73100812231247e-06,
350
+ "epoch": 0.17200602021070738,
351
+ "step": 2400
352
+ },
353
+ {
354
+ "loss": 3.6554,
355
+ "grad_norm": 3.0725531578063965,
356
+ "learning_rate": 5.850453893932155e-06,
357
+ "epoch": 0.1755894789650971,
358
+ "step": 2450
359
+ },
360
+ {
361
+ "loss": 3.6471,
362
+ "grad_norm": 3.028376579284668,
363
+ "learning_rate": 5.9698996655518404e-06,
364
+ "epoch": 0.17917293771948684,
365
+ "step": 2500
366
+ },
367
+ {
368
+ "loss": 3.6492,
369
+ "grad_norm": 2.886871814727783,
370
+ "learning_rate": 6.089345437171524e-06,
371
+ "epoch": 0.1827563964738766,
372
+ "step": 2550
373
+ },
374
+ {
375
+ "loss": 3.6598,
376
+ "grad_norm": 2.8908731937408447,
377
+ "learning_rate": 6.208791208791209e-06,
378
+ "epoch": 0.18633985522826632,
379
+ "step": 2600
380
+ },
381
+ {
382
+ "loss": 3.6476,
383
+ "grad_norm": 3.0486247539520264,
384
+ "learning_rate": 6.3282369804108945e-06,
385
+ "epoch": 0.18992331398265605,
386
+ "step": 2650
387
+ },
388
+ {
389
+ "loss": 3.6448,
390
+ "grad_norm": 3.1281673908233643,
391
+ "learning_rate": 6.447682752030578e-06,
392
+ "epoch": 0.1935067727370458,
393
+ "step": 2700
394
+ },
395
+ {
396
+ "loss": 3.638,
397
+ "grad_norm": 2.75227952003479,
398
+ "learning_rate": 6.567128523650263e-06,
399
+ "epoch": 0.19709023149143554,
400
+ "step": 2750
401
+ },
402
+ {
403
+ "loss": 3.6377,
404
+ "grad_norm": 2.825026750564575,
405
+ "learning_rate": 6.686574295269948e-06,
406
+ "epoch": 0.20067369024582526,
407
+ "step": 2800
408
+ },
409
+ {
410
+ "loss": 3.643,
411
+ "grad_norm": 2.7805380821228027,
412
+ "learning_rate": 6.806020066889632e-06,
413
+ "epoch": 0.204257149000215,
414
+ "step": 2850
415
+ },
416
+ {
417
+ "loss": 3.6556,
418
+ "grad_norm": 3.056185483932495,
419
+ "learning_rate": 6.9254658385093175e-06,
420
+ "epoch": 0.20784060775460475,
421
+ "step": 2900
422
+ },
423
+ {
424
+ "loss": 3.6551,
425
+ "grad_norm": 2.7656185626983643,
426
+ "learning_rate": 7.044911610129002e-06,
427
+ "epoch": 0.21142406650899448,
428
+ "step": 2950
429
+ },
430
+ {
431
+ "loss": 3.6527,
432
+ "grad_norm": 2.9017703533172607,
433
+ "learning_rate": 7.164357381748686e-06,
434
+ "epoch": 0.2150075252633842,
435
+ "step": 3000
436
+ },
437
+ {
438
+ "loss": 3.6455,
439
+ "grad_norm": 2.8588929176330566,
440
+ "learning_rate": 7.283803153368372e-06,
441
+ "epoch": 0.21859098401777396,
442
+ "step": 3050
443
+ },
444
+ {
445
+ "loss": 3.6578,
446
+ "grad_norm": 2.759413003921509,
447
+ "learning_rate": 7.403248924988056e-06,
448
+ "epoch": 0.2221744427721637,
449
+ "step": 3100
450
+ },
451
+ {
452
+ "loss": 3.6526,
453
+ "grad_norm": 2.810638904571533,
454
+ "learning_rate": 7.5226946966077404e-06,
455
+ "epoch": 0.22575790152655342,
456
+ "step": 3150
457
+ },
458
+ {
459
+ "loss": 3.6567,
460
+ "grad_norm": 2.779322862625122,
461
+ "learning_rate": 7.642140468227427e-06,
462
+ "epoch": 0.22934136028094318,
463
+ "step": 3200
464
+ },
465
+ {
466
+ "loss": 3.6548,
467
+ "grad_norm": 2.914285659790039,
468
+ "learning_rate": 7.76158623984711e-06,
469
+ "epoch": 0.2329248190353329,
470
+ "step": 3250
471
+ },
472
+ {
473
+ "loss": 3.6405,
474
+ "grad_norm": 2.790729284286499,
475
+ "learning_rate": 7.881032011466795e-06,
476
+ "epoch": 0.23650827778972264,
477
+ "step": 3300
478
+ },
479
+ {
480
+ "loss": 3.6483,
481
+ "grad_norm": 2.8829877376556396,
482
+ "learning_rate": 8.00047778308648e-06,
483
+ "epoch": 0.24009173654411237,
484
+ "step": 3350
485
+ },
486
+ {
487
+ "loss": 3.6411,
488
+ "grad_norm": 2.7378406524658203,
489
+ "learning_rate": 8.119923554706164e-06,
490
+ "epoch": 0.24367519529850212,
491
+ "step": 3400
492
+ },
493
+ {
494
+ "loss": 3.639,
495
+ "grad_norm": 2.9590532779693604,
496
+ "learning_rate": 8.23936932632585e-06,
497
+ "epoch": 0.24725865405289185,
498
+ "step": 3450
499
+ },
500
+ {
501
+ "loss": 3.6493,
502
+ "grad_norm": 2.793628692626953,
503
+ "learning_rate": 8.358815097945533e-06,
504
+ "epoch": 0.2508421128072816,
505
+ "step": 3500
506
+ },
507
+ {
508
+ "loss": 3.6381,
509
+ "grad_norm": 2.804919481277466,
510
+ "learning_rate": 8.478260869565218e-06,
511
+ "epoch": 0.25442557156167134,
512
+ "step": 3550
513
+ },
514
+ {
515
+ "loss": 3.6412,
516
+ "grad_norm": 2.988947868347168,
517
+ "learning_rate": 8.597706641184904e-06,
518
+ "epoch": 0.25800903031606104,
519
+ "step": 3600
520
+ },
521
+ {
522
+ "loss": 3.6444,
523
+ "grad_norm": 3.0187394618988037,
524
+ "learning_rate": 8.717152412804587e-06,
525
+ "epoch": 0.2615924890704508,
526
+ "step": 3650
527
+ },
528
+ {
529
+ "loss": 3.6372,
530
+ "grad_norm": 2.841747999191284,
531
+ "learning_rate": 8.836598184424272e-06,
532
+ "epoch": 0.26517594782484055,
533
+ "step": 3700
534
+ },
535
+ {
536
+ "loss": 3.6553,
537
+ "grad_norm": 2.8912370204925537,
538
+ "learning_rate": 8.956043956043958e-06,
539
+ "epoch": 0.26875940657923025,
540
+ "step": 3750
541
+ },
542
+ {
543
+ "loss": 3.6387,
544
+ "grad_norm": 3.2106292247772217,
545
+ "learning_rate": 9.075489727663641e-06,
546
+ "epoch": 0.27234286533362,
547
+ "step": 3800
548
+ },
549
+ {
550
+ "loss": 3.6417,
551
+ "grad_norm": 2.8960952758789062,
552
+ "learning_rate": 9.194935499283327e-06,
553
+ "epoch": 0.27592632408800977,
554
+ "step": 3850
555
+ },
556
+ {
557
+ "loss": 3.6434,
558
+ "grad_norm": 2.7633676528930664,
559
+ "learning_rate": 9.314381270903012e-06,
560
+ "epoch": 0.27950978284239947,
561
+ "step": 3900
562
+ },
563
+ {
564
+ "loss": 3.6559,
565
+ "grad_norm": 2.7297277450561523,
566
+ "learning_rate": 9.433827042522695e-06,
567
+ "epoch": 0.2830932415967892,
568
+ "step": 3950
569
+ },
570
+ {
571
+ "loss": 3.641,
572
+ "grad_norm": 2.7868881225585938,
573
+ "learning_rate": 9.55327281414238e-06,
574
+ "epoch": 0.286676700351179,
575
+ "step": 4000
576
+ },
577
+ {
578
+ "eval_loss": 3.604299545288086,
579
+ "eval_model_preparation_time": 0.0024,
580
+ "eval_bleu": 0.11855110578819589,
581
+ "eval_chrf": 31.371795297948747,
582
+ "eval_runtime": 79.5186,
583
+ "eval_samples_per_second": 25.151,
584
+ "eval_steps_per_second": 0.402,
585
+ "epoch": 0.286676700351179,
586
+ "step": 4000
587
+ },
588
+ {
589
+ "loss": 3.6385,
590
+ "grad_norm": 2.9395406246185303,
591
+ "learning_rate": 9.672718585762066e-06,
592
+ "epoch": 0.2902601591055687,
593
+ "step": 4050
594
+ },
595
+ {
596
+ "loss": 3.6459,
597
+ "grad_norm": 2.838879108428955,
598
+ "learning_rate": 9.79216435738175e-06,
599
+ "epoch": 0.29384361785995844,
600
+ "step": 4100
601
+ },
602
+ {
603
+ "loss": 3.6445,
604
+ "grad_norm": 2.835333824157715,
605
+ "learning_rate": 9.911610129001435e-06,
606
+ "epoch": 0.2974270766143482,
607
+ "step": 4150
608
+ },
609
+ {
610
+ "loss": 3.6509,
611
+ "grad_norm": 2.8583765029907227,
612
+ "learning_rate": 1.0031055900621118e-05,
613
+ "epoch": 0.3010105353687379,
614
+ "step": 4200
615
+ },
616
+ {
617
+ "loss": 3.6438,
618
+ "grad_norm": 3.103139638900757,
619
+ "learning_rate": 1.0150501672240805e-05,
620
+ "epoch": 0.30459399412312765,
621
+ "step": 4250
622
+ },
623
+ {
624
+ "loss": 3.6385,
625
+ "grad_norm": 2.8596248626708984,
626
+ "learning_rate": 1.0269947443860489e-05,
627
+ "epoch": 0.30817745287751735,
628
+ "step": 4300
629
+ },
630
+ {
631
+ "loss": 3.6522,
632
+ "grad_norm": 2.778722047805786,
633
+ "learning_rate": 1.0389393215480172e-05,
634
+ "epoch": 0.3117609116319071,
635
+ "step": 4350
636
+ },
637
+ {
638
+ "loss": 3.6504,
639
+ "grad_norm": 2.895379066467285,
640
+ "learning_rate": 1.050883898709986e-05,
641
+ "epoch": 0.31534437038629687,
642
+ "step": 4400
643
+ },
644
+ {
645
+ "loss": 3.6507,
646
+ "grad_norm": 2.701481342315674,
647
+ "learning_rate": 1.0628284758719543e-05,
648
+ "epoch": 0.31892782914068657,
649
+ "step": 4450
650
+ },
651
+ {
652
+ "loss": 3.634,
653
+ "grad_norm": 2.87186336517334,
654
+ "learning_rate": 1.0747730530339227e-05,
655
+ "epoch": 0.3225112878950763,
656
+ "step": 4500
657
+ },
658
+ {
659
+ "loss": 3.6422,
660
+ "grad_norm": 2.6985971927642822,
661
+ "learning_rate": 1.086717630195891e-05,
662
+ "epoch": 0.3260947466494661,
663
+ "step": 4550
664
+ },
665
+ {
666
+ "loss": 3.6412,
667
+ "grad_norm": 2.993252754211426,
668
+ "learning_rate": 1.0986622073578597e-05,
669
+ "epoch": 0.3296782054038558,
670
+ "step": 4600
671
+ },
672
+ {
673
+ "loss": 3.6427,
674
+ "grad_norm": 2.9659206867218018,
675
+ "learning_rate": 1.110606784519828e-05,
676
+ "epoch": 0.33326166415824554,
677
+ "step": 4650
678
+ },
679
+ {
680
+ "loss": 3.6421,
681
+ "grad_norm": 2.7770729064941406,
682
+ "learning_rate": 1.1225513616817964e-05,
683
+ "epoch": 0.3368451229126353,
684
+ "step": 4700
685
+ },
686
+ {
687
+ "loss": 3.643,
688
+ "grad_norm": 2.8897016048431396,
689
+ "learning_rate": 1.1344959388437651e-05,
690
+ "epoch": 0.340428581667025,
691
+ "step": 4750
692
+ },
693
+ {
694
+ "loss": 3.6249,
695
+ "grad_norm": 3.156210422515869,
696
+ "learning_rate": 1.1464405160057335e-05,
697
+ "epoch": 0.34401204042141476,
698
+ "step": 4800
699
+ },
700
+ {
701
+ "loss": 3.6483,
702
+ "grad_norm": 2.983232259750366,
703
+ "learning_rate": 1.1583850931677018e-05,
704
+ "epoch": 0.3475954991758045,
705
+ "step": 4850
706
+ },
707
+ {
708
+ "loss": 3.6444,
709
+ "grad_norm": 3.007908821105957,
710
+ "learning_rate": 1.1703296703296705e-05,
711
+ "epoch": 0.3511789579301942,
712
+ "step": 4900
713
+ },
714
+ {
715
+ "loss": 3.6681,
716
+ "grad_norm": 2.7451424598693848,
717
+ "learning_rate": 1.1822742474916389e-05,
718
+ "epoch": 0.35476241668458397,
719
+ "step": 4950
720
+ },
721
+ {
722
+ "loss": 3.6539,
723
+ "grad_norm": 2.989840507507324,
724
+ "learning_rate": 1.1942188246536072e-05,
725
+ "epoch": 0.35834587543897367,
726
+ "step": 5000
727
+ },
728
+ {
729
+ "loss": 3.6297,
730
+ "grad_norm": 2.841801166534424,
731
+ "learning_rate": 1.206163401815576e-05,
732
+ "epoch": 0.36192933419336343,
733
+ "step": 5050
734
+ },
735
+ {
736
+ "loss": 3.6522,
737
+ "grad_norm": 3.0453057289123535,
738
+ "learning_rate": 1.2181079789775443e-05,
739
+ "epoch": 0.3655127929477532,
740
+ "step": 5100
741
+ },
742
+ {
743
+ "loss": 3.6355,
744
+ "grad_norm": 2.991407871246338,
745
+ "learning_rate": 1.2300525561395127e-05,
746
+ "epoch": 0.3690962517021429,
747
+ "step": 5150
748
+ },
749
+ {
750
+ "loss": 3.6435,
751
+ "grad_norm": 2.941945791244507,
752
+ "learning_rate": 1.2419971333014814e-05,
753
+ "epoch": 0.37267971045653264,
754
+ "step": 5200
755
+ },
756
+ {
757
+ "loss": 3.6256,
758
+ "grad_norm": 2.92447829246521,
759
+ "learning_rate": 1.2539417104634497e-05,
760
+ "epoch": 0.3762631692109224,
761
+ "step": 5250
762
+ },
763
+ {
764
+ "loss": 3.654,
765
+ "grad_norm": 2.8586673736572266,
766
+ "learning_rate": 1.265886287625418e-05,
767
+ "epoch": 0.3798466279653121,
768
+ "step": 5300
769
+ },
770
+ {
771
+ "loss": 3.6351,
772
+ "grad_norm": 2.8122401237487793,
773
+ "learning_rate": 1.2778308647873868e-05,
774
+ "epoch": 0.38343008671970186,
775
+ "step": 5350
776
+ },
777
+ {
778
+ "loss": 3.6546,
779
+ "grad_norm": 2.8284683227539062,
780
+ "learning_rate": 1.2897754419493551e-05,
781
+ "epoch": 0.3870135454740916,
782
+ "step": 5400
783
+ },
784
+ {
785
+ "loss": 3.6337,
786
+ "grad_norm": 2.7817671298980713,
787
+ "learning_rate": 1.3017200191113235e-05,
788
+ "epoch": 0.3905970042284813,
789
+ "step": 5450
790
+ },
791
+ {
792
+ "loss": 3.6487,
793
+ "grad_norm": 3.200016736984253,
794
+ "learning_rate": 1.3136645962732922e-05,
795
+ "epoch": 0.39418046298287107,
796
+ "step": 5500
797
+ },
798
+ {
799
+ "loss": 3.6342,
800
+ "grad_norm": 2.7402632236480713,
801
+ "learning_rate": 1.3256091734352605e-05,
802
+ "epoch": 0.39776392173726083,
803
+ "step": 5550
804
+ },
805
+ {
806
+ "loss": 3.6392,
807
+ "grad_norm": 2.810091018676758,
808
+ "learning_rate": 1.3375537505972289e-05,
809
+ "epoch": 0.40134738049165053,
810
+ "step": 5600
811
+ },
812
+ {
813
+ "loss": 3.641,
814
+ "grad_norm": 2.894531011581421,
815
+ "learning_rate": 1.3494983277591976e-05,
816
+ "epoch": 0.4049308392460403,
817
+ "step": 5650
818
+ },
819
+ {
820
+ "loss": 3.6368,
821
+ "grad_norm": 2.9225988388061523,
822
+ "learning_rate": 1.361442904921166e-05,
823
+ "epoch": 0.40851429800043,
824
+ "step": 5700
825
+ },
826
+ {
827
+ "loss": 3.6374,
828
+ "grad_norm": 3.016430616378784,
829
+ "learning_rate": 1.3733874820831343e-05,
830
+ "epoch": 0.41209775675481974,
831
+ "step": 5750
832
+ },
833
+ {
834
+ "loss": 3.6452,
835
+ "grad_norm": 2.9885077476501465,
836
+ "learning_rate": 1.385332059245103e-05,
837
+ "epoch": 0.4156812155092095,
838
+ "step": 5800
839
+ },
840
+ {
841
+ "loss": 3.6334,
842
+ "grad_norm": 2.9427528381347656,
843
+ "learning_rate": 1.3972766364070714e-05,
844
+ "epoch": 0.4192646742635992,
845
+ "step": 5850
846
+ },
847
+ {
848
+ "loss": 3.6434,
849
+ "grad_norm": 2.9331486225128174,
850
+ "learning_rate": 1.4092212135690397e-05,
851
+ "epoch": 0.42284813301798896,
852
+ "step": 5900
853
+ },
854
+ {
855
+ "loss": 3.6287,
856
+ "grad_norm": 2.8337302207946777,
857
+ "learning_rate": 1.421165790731008e-05,
858
+ "epoch": 0.4264315917723787,
859
+ "step": 5950
860
+ },
861
+ {
862
+ "loss": 3.6363,
863
+ "grad_norm": 2.9508445262908936,
864
+ "learning_rate": 1.4331103678929768e-05,
865
+ "epoch": 0.4300150505267684,
866
+ "step": 6000
867
+ },
868
+ {
869
+ "eval_loss": 3.59792423248291,
870
+ "eval_model_preparation_time": 0.0024,
871
+ "eval_bleu": 0.10979748596234642,
872
+ "eval_chrf": 31.31455144193432,
873
+ "eval_runtime": 88.7529,
874
+ "eval_samples_per_second": 22.534,
875
+ "eval_steps_per_second": 0.361,
876
+ "epoch": 0.4300150505267684,
877
+ "step": 6000
878
+ },
879
+ {
880
+ "loss": 3.6399,
881
+ "grad_norm": 2.8384978771209717,
882
+ "learning_rate": 1.4450549450549451e-05,
883
+ "epoch": 0.4335985092811582,
884
+ "step": 6050
885
+ },
886
+ {
887
+ "loss": 3.6334,
888
+ "grad_norm": 3.0397462844848633,
889
+ "learning_rate": 1.4569995222169135e-05,
890
+ "epoch": 0.43718196803554793,
891
+ "step": 6100
892
+ },
893
+ {
894
+ "loss": 3.6237,
895
+ "grad_norm": 2.8816871643066406,
896
+ "learning_rate": 1.4689440993788822e-05,
897
+ "epoch": 0.44076542678993763,
898
+ "step": 6150
899
+ },
900
+ {
901
+ "loss": 3.6504,
902
+ "grad_norm": 2.8406283855438232,
903
+ "learning_rate": 1.4808886765408505e-05,
904
+ "epoch": 0.4443488855443274,
905
+ "step": 6200
906
+ },
907
+ {
908
+ "loss": 3.6342,
909
+ "grad_norm": 2.9639480113983154,
910
+ "learning_rate": 1.4928332537028189e-05,
911
+ "epoch": 0.44793234429871714,
912
+ "step": 6250
913
+ },
914
+ {
915
+ "loss": 3.6498,
916
+ "grad_norm": 2.9352121353149414,
917
+ "learning_rate": 1.5047778308647876e-05,
918
+ "epoch": 0.45151580305310685,
919
+ "step": 6300
920
+ },
921
+ {
922
+ "loss": 3.6465,
923
+ "grad_norm": 2.9181034564971924,
924
+ "learning_rate": 1.516722408026756e-05,
925
+ "epoch": 0.4550992618074966,
926
+ "step": 6350
927
+ },
928
+ {
929
+ "loss": 3.6422,
930
+ "grad_norm": 2.8066813945770264,
931
+ "learning_rate": 1.5286669851887245e-05,
932
+ "epoch": 0.45868272056188636,
933
+ "step": 6400
934
+ },
935
+ {
936
+ "loss": 3.6359,
937
+ "grad_norm": 2.9192256927490234,
938
+ "learning_rate": 1.5406115623506928e-05,
939
+ "epoch": 0.46226617931627606,
940
+ "step": 6450
941
+ },
942
+ {
943
+ "loss": 3.6411,
944
+ "grad_norm": 2.8807878494262695,
945
+ "learning_rate": 1.5525561395126615e-05,
946
+ "epoch": 0.4658496380706658,
947
+ "step": 6500
948
+ },
949
+ {
950
+ "loss": 3.6309,
951
+ "grad_norm": 2.8400449752807617,
952
+ "learning_rate": 1.56450071667463e-05,
953
+ "epoch": 0.4694330968250555,
954
+ "step": 6550
955
+ },
956
+ {
957
+ "loss": 3.6387,
958
+ "grad_norm": 2.8949077129364014,
959
+ "learning_rate": 1.5764452938365982e-05,
960
+ "epoch": 0.4730165555794453,
961
+ "step": 6600
962
+ },
963
+ {
964
+ "loss": 3.6369,
965
+ "grad_norm": 2.801791191101074,
966
+ "learning_rate": 1.588389870998567e-05,
967
+ "epoch": 0.47660001433383503,
968
+ "step": 6650
969
+ },
970
+ {
971
+ "loss": 3.6518,
972
+ "grad_norm": 2.833810806274414,
973
+ "learning_rate": 1.6003344481605353e-05,
974
+ "epoch": 0.48018347308822473,
975
+ "step": 6700
976
+ },
977
+ {
978
+ "loss": 3.6286,
979
+ "grad_norm": 3.0063154697418213,
980
+ "learning_rate": 1.6122790253225036e-05,
981
+ "epoch": 0.4837669318426145,
982
+ "step": 6750
983
+ },
984
+ {
985
+ "loss": 3.6327,
986
+ "grad_norm": 2.8149757385253906,
987
+ "learning_rate": 1.6242236024844723e-05,
988
+ "epoch": 0.48735039059700425,
989
+ "step": 6800
990
+ },
991
+ {
992
+ "loss": 3.6269,
993
+ "grad_norm": 2.7950377464294434,
994
+ "learning_rate": 1.6361681796464407e-05,
995
+ "epoch": 0.49093384935139395,
996
+ "step": 6850
997
+ },
998
+ {
999
+ "loss": 3.6352,
1000
+ "grad_norm": 2.8111937046051025,
1001
+ "learning_rate": 1.648112756808409e-05,
1002
+ "epoch": 0.4945173081057837,
1003
+ "step": 6900
1004
+ },
1005
+ {
1006
+ "loss": 3.634,
1007
+ "grad_norm": 2.9674079418182373,
1008
+ "learning_rate": 1.6600573339703778e-05,
1009
+ "epoch": 0.49810076686017346,
1010
+ "step": 6950
1011
+ },
1012
+ {
1013
+ "loss": 3.6418,
1014
+ "grad_norm": 2.844080924987793,
1015
+ "learning_rate": 1.672001911132346e-05,
1016
+ "epoch": 0.5016842256145632,
1017
+ "step": 7000
1018
+ },
1019
+ {
1020
+ "loss": 3.62,
1021
+ "grad_norm": 2.950845718383789,
1022
+ "learning_rate": 1.6839464882943145e-05,
1023
+ "epoch": 0.5052676843689529,
1024
+ "step": 7050
1025
+ },
1026
+ {
1027
+ "loss": 3.6269,
1028
+ "grad_norm": 2.891509532928467,
1029
+ "learning_rate": 1.695891065456283e-05,
1030
+ "epoch": 0.5088511431233427,
1031
+ "step": 7100
1032
+ },
1033
+ {
1034
+ "loss": 3.6251,
1035
+ "grad_norm": 2.821896553039551,
1036
+ "learning_rate": 1.7078356426182515e-05,
1037
+ "epoch": 0.5124346018777324,
1038
+ "step": 7150
1039
+ },
1040
+ {
1041
+ "loss": 3.6353,
1042
+ "grad_norm": 2.830019235610962,
1043
+ "learning_rate": 1.71978021978022e-05,
1044
+ "epoch": 0.5160180606321221,
1045
+ "step": 7200
1046
+ },
1047
+ {
1048
+ "loss": 3.639,
1049
+ "grad_norm": 2.682234525680542,
1050
+ "learning_rate": 1.7317247969421886e-05,
1051
+ "epoch": 0.5196015193865119,
1052
+ "step": 7250
1053
+ },
1054
+ {
1055
+ "loss": 3.6321,
1056
+ "grad_norm": 2.8084537982940674,
1057
+ "learning_rate": 1.743669374104157e-05,
1058
+ "epoch": 0.5231849781409016,
1059
+ "step": 7300
1060
+ },
1061
+ {
1062
+ "loss": 3.649,
1063
+ "grad_norm": 2.946808099746704,
1064
+ "learning_rate": 1.7556139512661253e-05,
1065
+ "epoch": 0.5267684368952913,
1066
+ "step": 7350
1067
+ },
1068
+ {
1069
+ "loss": 3.6391,
1070
+ "grad_norm": 2.7569286823272705,
1071
+ "learning_rate": 1.767558528428094e-05,
1072
+ "epoch": 0.5303518956496811,
1073
+ "step": 7400
1074
+ },
1075
+ {
1076
+ "loss": 3.6337,
1077
+ "grad_norm": 2.967864513397217,
1078
+ "learning_rate": 1.7795031055900623e-05,
1079
+ "epoch": 0.5339353544040708,
1080
+ "step": 7450
1081
+ },
1082
+ {
1083
+ "loss": 3.6393,
1084
+ "grad_norm": 3.0034618377685547,
1085
+ "learning_rate": 1.7914476827520307e-05,
1086
+ "epoch": 0.5375188131584605,
1087
+ "step": 7500
1088
+ },
1089
+ {
1090
+ "loss": 3.6431,
1091
+ "grad_norm": 2.723473310470581,
1092
+ "learning_rate": 1.8033922599139994e-05,
1093
+ "epoch": 0.5411022719128503,
1094
+ "step": 7550
1095
+ },
1096
+ {
1097
+ "loss": 3.6374,
1098
+ "grad_norm": 2.8928301334381104,
1099
+ "learning_rate": 1.8153368370759678e-05,
1100
+ "epoch": 0.54468573066724,
1101
+ "step": 7600
1102
+ },
1103
+ {
1104
+ "loss": 3.6369,
1105
+ "grad_norm": 2.8130874633789062,
1106
+ "learning_rate": 1.827281414237936e-05,
1107
+ "epoch": 0.5482691894216297,
1108
+ "step": 7650
1109
+ },
1110
+ {
1111
+ "loss": 3.6267,
1112
+ "grad_norm": 2.876746654510498,
1113
+ "learning_rate": 1.8392259913999048e-05,
1114
+ "epoch": 0.5518526481760195,
1115
+ "step": 7700
1116
+ },
1117
+ {
1118
+ "loss": 3.6446,
1119
+ "grad_norm": 2.977689027786255,
1120
+ "learning_rate": 1.851170568561873e-05,
1121
+ "epoch": 0.5554361069304092,
1122
+ "step": 7750
1123
+ },
1124
+ {
1125
+ "loss": 3.6161,
1126
+ "grad_norm": 2.820831537246704,
1127
+ "learning_rate": 1.8631151457238415e-05,
1128
+ "epoch": 0.5590195656847989,
1129
+ "step": 7800
1130
+ },
1131
+ {
1132
+ "loss": 3.6409,
1133
+ "grad_norm": 3.08670711517334,
1134
+ "learning_rate": 1.8750597228858102e-05,
1135
+ "epoch": 0.5626030244391887,
1136
+ "step": 7850
1137
+ },
1138
+ {
1139
+ "loss": 3.6321,
1140
+ "grad_norm": 2.8381645679473877,
1141
+ "learning_rate": 1.8870043000477786e-05,
1142
+ "epoch": 0.5661864831935784,
1143
+ "step": 7900
1144
+ },
1145
+ {
1146
+ "loss": 3.6326,
1147
+ "grad_norm": 2.8480851650238037,
1148
+ "learning_rate": 1.898948877209747e-05,
1149
+ "epoch": 0.5697699419479682,
1150
+ "step": 7950
1151
+ },
1152
+ {
1153
+ "loss": 3.6324,
1154
+ "grad_norm": 2.835008382797241,
1155
+ "learning_rate": 1.9108934543717156e-05,
1156
+ "epoch": 0.573353400702358,
1157
+ "step": 8000
1158
+ },
1159
+ {
1160
+ "eval_loss": 3.595062255859375,
1161
+ "eval_model_preparation_time": 0.0024,
1162
+ "eval_bleu": 0.1174872077739482,
1163
+ "eval_chrf": 31.49347862672598,
1164
+ "eval_runtime": 79.874,
1165
+ "eval_samples_per_second": 25.039,
1166
+ "eval_steps_per_second": 0.401,
1167
+ "epoch": 0.573353400702358,
1168
+ "step": 8000
1169
+ },
1170
+ {
1171
+ "loss": 3.6277,
1172
+ "grad_norm": 2.907283067703247,
1173
+ "learning_rate": 1.922838031533684e-05,
1174
+ "epoch": 0.5769368594567477,
1175
+ "step": 8050
1176
+ },
1177
+ {
1178
+ "loss": 3.6309,
1179
+ "grad_norm": 2.783656120300293,
1180
+ "learning_rate": 1.9347826086956523e-05,
1181
+ "epoch": 0.5805203182111374,
1182
+ "step": 8100
1183
+ },
1184
+ {
1185
+ "loss": 3.6167,
1186
+ "grad_norm": 3.1348400115966797,
1187
+ "learning_rate": 1.946727185857621e-05,
1188
+ "epoch": 0.5841037769655272,
1189
+ "step": 8150
1190
+ },
1191
+ {
1192
+ "loss": 3.6282,
1193
+ "grad_norm": 2.880157709121704,
1194
+ "learning_rate": 1.9586717630195894e-05,
1195
+ "epoch": 0.5876872357199169,
1196
+ "step": 8200
1197
+ },
1198
+ {
1199
+ "loss": 3.6319,
1200
+ "grad_norm": 2.924098491668701,
1201
+ "learning_rate": 1.9706163401815578e-05,
1202
+ "epoch": 0.5912706944743066,
1203
+ "step": 8250
1204
+ },
1205
+ {
1206
+ "loss": 3.641,
1207
+ "grad_norm": 2.9245517253875732,
1208
+ "learning_rate": 1.9825609173435265e-05,
1209
+ "epoch": 0.5948541532286964,
1210
+ "step": 8300
1211
+ },
1212
+ {
1213
+ "loss": 3.6323,
1214
+ "grad_norm": 2.853644371032715,
1215
+ "learning_rate": 1.9945054945054948e-05,
1216
+ "epoch": 0.5984376119830861,
1217
+ "step": 8350
1218
+ },
1219
+ {
1220
+ "loss": 3.6318,
1221
+ "grad_norm": 3.058555841445923,
1222
+ "learning_rate": 1.9999993663100352e-05,
1223
+ "epoch": 0.6020210707374758,
1224
+ "step": 8400
1225
+ },
1226
+ {
1227
+ "loss": 3.6265,
1228
+ "grad_norm": 2.9240124225616455,
1229
+ "learning_rate": 1.9999948461660206e-05,
1230
+ "epoch": 0.6056045294918655,
1231
+ "step": 8450
1232
+ },
1233
+ {
1234
+ "loss": 3.6339,
1235
+ "grad_norm": 2.728078603744507,
1236
+ "learning_rate": 1.9999859797494658e-05,
1237
+ "epoch": 0.6091879882462553,
1238
+ "step": 8500
1239
+ },
1240
+ {
1241
+ "loss": 3.6355,
1242
+ "grad_norm": 2.748669385910034,
1243
+ "learning_rate": 1.9999727670989077e-05,
1244
+ "epoch": 0.612771447000645,
1245
+ "step": 8550
1246
+ },
1247
+ {
1248
+ "loss": 3.6249,
1249
+ "grad_norm": 3.0014336109161377,
1250
+ "learning_rate": 1.9999552082717713e-05,
1251
+ "epoch": 0.6163549057550347,
1252
+ "step": 8600
1253
+ },
1254
+ {
1255
+ "loss": 3.6167,
1256
+ "grad_norm": 2.8426921367645264,
1257
+ "learning_rate": 1.9999333033443727e-05,
1258
+ "epoch": 0.6199383645094245,
1259
+ "step": 8650
1260
+ },
1261
+ {
1262
+ "loss": 3.6507,
1263
+ "grad_norm": 2.800652265548706,
1264
+ "learning_rate": 1.999907052411918e-05,
1265
+ "epoch": 0.6235218232638142,
1266
+ "step": 8700
1267
+ },
1268
+ {
1269
+ "loss": 3.633,
1270
+ "grad_norm": 2.844484806060791,
1271
+ "learning_rate": 1.999876455588501e-05,
1272
+ "epoch": 0.6271052820182039,
1273
+ "step": 8750
1274
+ },
1275
+ {
1276
+ "loss": 3.6238,
1277
+ "grad_norm": 2.9430322647094727,
1278
+ "learning_rate": 1.999841513007104e-05,
1279
+ "epoch": 0.6306887407725937,
1280
+ "step": 8800
1281
+ },
1282
+ {
1283
+ "loss": 3.6256,
1284
+ "grad_norm": 2.8248939514160156,
1285
+ "learning_rate": 1.9998022248195982e-05,
1286
+ "epoch": 0.6342721995269834,
1287
+ "step": 8850
1288
+ },
1289
+ {
1290
+ "loss": 3.6217,
1291
+ "grad_norm": 2.8490238189697266,
1292
+ "learning_rate": 1.999758591196742e-05,
1293
+ "epoch": 0.6378556582813731,
1294
+ "step": 8900
1295
+ },
1296
+ {
1297
+ "loss": 3.6326,
1298
+ "grad_norm": 2.8636586666107178,
1299
+ "learning_rate": 1.999710612328179e-05,
1300
+ "epoch": 0.641439117035763,
1301
+ "step": 8950
1302
+ },
1303
+ {
1304
+ "loss": 3.6133,
1305
+ "grad_norm": 2.801966428756714,
1306
+ "learning_rate": 1.999658288422441e-05,
1307
+ "epoch": 0.6450225757901527,
1308
+ "step": 9000
1309
+ },
1310
+ {
1311
+ "loss": 3.6213,
1312
+ "grad_norm": 2.777209520339966,
1313
+ "learning_rate": 1.9996016197069415e-05,
1314
+ "epoch": 0.6486060345445424,
1315
+ "step": 9050
1316
+ },
1317
+ {
1318
+ "loss": 3.6226,
1319
+ "grad_norm": 2.8222055435180664,
1320
+ "learning_rate": 1.999540606427981e-05,
1321
+ "epoch": 0.6521894932989322,
1322
+ "step": 9100
1323
+ },
1324
+ {
1325
+ "loss": 3.6296,
1326
+ "grad_norm": 2.9050872325897217,
1327
+ "learning_rate": 1.99947524885074e-05,
1328
+ "epoch": 0.6557729520533219,
1329
+ "step": 9150
1330
+ },
1331
+ {
1332
+ "loss": 3.6274,
1333
+ "grad_norm": 2.8046138286590576,
1334
+ "learning_rate": 1.9994055472592823e-05,
1335
+ "epoch": 0.6593564108077116,
1336
+ "step": 9200
1337
+ },
1338
+ {
1339
+ "loss": 3.6243,
1340
+ "grad_norm": 3.2293264865875244,
1341
+ "learning_rate": 1.9993315019565514e-05,
1342
+ "epoch": 0.6629398695621014,
1343
+ "step": 9250
1344
+ },
1345
+ {
1346
+ "loss": 3.6167,
1347
+ "grad_norm": 2.808518886566162,
1348
+ "learning_rate": 1.9992531132643703e-05,
1349
+ "epoch": 0.6665233283164911,
1350
+ "step": 9300
1351
+ },
1352
+ {
1353
+ "loss": 3.6284,
1354
+ "grad_norm": 2.9400224685668945,
1355
+ "learning_rate": 1.999170381523439e-05,
1356
+ "epoch": 0.6701067870708808,
1357
+ "step": 9350
1358
+ },
1359
+ {
1360
+ "loss": 3.6227,
1361
+ "grad_norm": 2.8705012798309326,
1362
+ "learning_rate": 1.9990833070933346e-05,
1363
+ "epoch": 0.6736902458252706,
1364
+ "step": 9400
1365
+ },
1366
+ {
1367
+ "loss": 3.631,
1368
+ "grad_norm": 2.896789073944092,
1369
+ "learning_rate": 1.998991890352508e-05,
1370
+ "epoch": 0.6772737045796603,
1371
+ "step": 9450
1372
+ },
1373
+ {
1374
+ "loss": 3.6241,
1375
+ "grad_norm": 2.9855711460113525,
1376
+ "learning_rate": 1.998896131698283e-05,
1377
+ "epoch": 0.68085716333405,
1378
+ "step": 9500
1379
+ },
1380
+ {
1381
+ "loss": 3.6209,
1382
+ "grad_norm": 2.798070192337036,
1383
+ "learning_rate": 1.9987960315468554e-05,
1384
+ "epoch": 0.6844406220884398,
1385
+ "step": 9550
1386
+ },
1387
+ {
1388
+ "loss": 3.6324,
1389
+ "grad_norm": 2.9017467498779297,
1390
+ "learning_rate": 1.9986915903332894e-05,
1391
+ "epoch": 0.6880240808428295,
1392
+ "step": 9600
1393
+ },
1394
+ {
1395
+ "loss": 3.6297,
1396
+ "grad_norm": 2.988384246826172,
1397
+ "learning_rate": 1.998582808511518e-05,
1398
+ "epoch": 0.6916075395972192,
1399
+ "step": 9650
1400
+ },
1401
+ {
1402
+ "loss": 3.6311,
1403
+ "grad_norm": 2.9374516010284424,
1404
+ "learning_rate": 1.998469686554339e-05,
1405
+ "epoch": 0.695190998351609,
1406
+ "step": 9700
1407
+ },
1408
+ {
1409
+ "loss": 3.6257,
1410
+ "grad_norm": 2.8902134895324707,
1411
+ "learning_rate": 1.998352224953413e-05,
1412
+ "epoch": 0.6987744571059987,
1413
+ "step": 9750
1414
+ },
1415
+ {
1416
+ "loss": 3.6159,
1417
+ "grad_norm": 2.963186025619507,
1418
+ "learning_rate": 1.998230424219264e-05,
1419
+ "epoch": 0.7023579158603884,
1420
+ "step": 9800
1421
+ },
1422
+ {
1423
+ "loss": 3.6276,
1424
+ "grad_norm": 2.85019850730896,
1425
+ "learning_rate": 1.9981042848812725e-05,
1426
+ "epoch": 0.7059413746147782,
1427
+ "step": 9850
1428
+ },
1429
+ {
1430
+ "loss": 3.6218,
1431
+ "grad_norm": 2.9275527000427246,
1432
+ "learning_rate": 1.9979738074876786e-05,
1433
+ "epoch": 0.7095248333691679,
1434
+ "step": 9900
1435
+ },
1436
+ {
1437
+ "loss": 3.6291,
1438
+ "grad_norm": 2.9726195335388184,
1439
+ "learning_rate": 1.9978389926055746e-05,
1440
+ "epoch": 0.7131082921235576,
1441
+ "step": 9950
1442
+ },
1443
+ {
1444
+ "loss": 3.6285,
1445
+ "grad_norm": 2.723578929901123,
1446
+ "learning_rate": 1.9976998408209063e-05,
1447
+ "epoch": 0.7166917508779473,
1448
+ "step": 10000
1449
+ },
1450
+ {
1451
+ "eval_loss": 3.587348461151123,
1452
+ "eval_model_preparation_time": 0.0024,
1453
+ "eval_bleu": 0.12007022688548516,
1454
+ "eval_chrf": 31.489311961652856,
1455
+ "eval_runtime": 47.2058,
1456
+ "eval_samples_per_second": 42.368,
1457
+ "eval_steps_per_second": 0.678,
1458
+ "epoch": 0.7166917508779473,
1459
+ "step": 10000
1460
+ },
1461
+ {
1462
+ "loss": 3.6347,
1463
+ "grad_norm": 2.7564284801483154,
1464
+ "learning_rate": 1.997556352738468e-05,
1465
+ "epoch": 0.7202752096323372,
1466
+ "step": 10050
1467
+ },
1468
+ {
1469
+ "loss": 3.6261,
1470
+ "grad_norm": 2.7357685565948486,
1471
+ "learning_rate": 1.9974085289819016e-05,
1472
+ "epoch": 0.7238586683867269,
1473
+ "step": 10100
1474
+ },
1475
+ {
1476
+ "loss": 3.6229,
1477
+ "grad_norm": 2.7999777793884277,
1478
+ "learning_rate": 1.9972563701936923e-05,
1479
+ "epoch": 0.7274421271411166,
1480
+ "step": 10150
1481
+ },
1482
+ {
1483
+ "loss": 3.6282,
1484
+ "grad_norm": 2.989271640777588,
1485
+ "learning_rate": 1.9970998770351678e-05,
1486
+ "epoch": 0.7310255858955064,
1487
+ "step": 10200
1488
+ },
1489
+ {
1490
+ "loss": 3.613,
1491
+ "grad_norm": 2.7797861099243164,
1492
+ "learning_rate": 1.9969390501864926e-05,
1493
+ "epoch": 0.7346090446498961,
1494
+ "step": 10250
1495
+ },
1496
+ {
1497
+ "loss": 3.6211,
1498
+ "grad_norm": 2.9898197650909424,
1499
+ "learning_rate": 1.9967738903466683e-05,
1500
+ "epoch": 0.7381925034042858,
1501
+ "step": 10300
1502
+ },
1503
+ {
1504
+ "loss": 3.6218,
1505
+ "grad_norm": 3.181100368499756,
1506
+ "learning_rate": 1.9966043982335282e-05,
1507
+ "epoch": 0.7417759621586756,
1508
+ "step": 10350
1509
+ },
1510
+ {
1511
+ "loss": 3.6393,
1512
+ "grad_norm": 2.906479597091675,
1513
+ "learning_rate": 1.9964305745837343e-05,
1514
+ "epoch": 0.7453594209130653,
1515
+ "step": 10400
1516
+ },
1517
+ {
1518
+ "loss": 3.6195,
1519
+ "grad_norm": 3.0653111934661865,
1520
+ "learning_rate": 1.9962524201527766e-05,
1521
+ "epoch": 0.748942879667455,
1522
+ "step": 10450
1523
+ },
1524
+ {
1525
+ "loss": 3.6341,
1526
+ "grad_norm": 2.933912754058838,
1527
+ "learning_rate": 1.996069935714966e-05,
1528
+ "epoch": 0.7525263384218448,
1529
+ "step": 10500
1530
+ },
1531
+ {
1532
+ "loss": 3.6262,
1533
+ "grad_norm": 2.793137550354004,
1534
+ "learning_rate": 1.9958831220634337e-05,
1535
+ "epoch": 0.7561097971762345,
1536
+ "step": 10550
1537
+ },
1538
+ {
1539
+ "loss": 3.6225,
1540
+ "grad_norm": 2.852018356323242,
1541
+ "learning_rate": 1.9956919800101275e-05,
1542
+ "epoch": 0.7596932559306242,
1543
+ "step": 10600
1544
+ },
1545
+ {
1546
+ "loss": 3.6178,
1547
+ "grad_norm": 2.8703768253326416,
1548
+ "learning_rate": 1.9954965103858063e-05,
1549
+ "epoch": 0.763276714685014,
1550
+ "step": 10650
1551
+ },
1552
+ {
1553
+ "loss": 3.6259,
1554
+ "grad_norm": 2.734632968902588,
1555
+ "learning_rate": 1.9952967140400397e-05,
1556
+ "epoch": 0.7668601734394037,
1557
+ "step": 10700
1558
+ },
1559
+ {
1560
+ "loss": 3.6316,
1561
+ "grad_norm": 2.80359148979187,
1562
+ "learning_rate": 1.9950925918412008e-05,
1563
+ "epoch": 0.7704436321937934,
1564
+ "step": 10750
1565
+ },
1566
+ {
1567
+ "loss": 3.6292,
1568
+ "grad_norm": 3.0152428150177,
1569
+ "learning_rate": 1.994884144676465e-05,
1570
+ "epoch": 0.7740270909481832,
1571
+ "step": 10800
1572
+ },
1573
+ {
1574
+ "loss": 3.6296,
1575
+ "grad_norm": 2.88657283782959,
1576
+ "learning_rate": 1.9946713734518056e-05,
1577
+ "epoch": 0.7776105497025729,
1578
+ "step": 10850
1579
+ },
1580
+ {
1581
+ "loss": 3.6278,
1582
+ "grad_norm": 2.801419734954834,
1583
+ "learning_rate": 1.9944542790919888e-05,
1584
+ "epoch": 0.7811940084569626,
1585
+ "step": 10900
1586
+ },
1587
+ {
1588
+ "loss": 3.623,
1589
+ "grad_norm": 2.716407060623169,
1590
+ "learning_rate": 1.9942328625405706e-05,
1591
+ "epoch": 0.7847774672113524,
1592
+ "step": 10950
1593
+ },
1594
+ {
1595
+ "loss": 3.632,
1596
+ "grad_norm": 2.955462694168091,
1597
+ "learning_rate": 1.9940071247598928e-05,
1598
+ "epoch": 0.7883609259657421,
1599
+ "step": 11000
1600
+ },
1601
+ {
1602
+ "loss": 3.6284,
1603
+ "grad_norm": 3.078378677368164,
1604
+ "learning_rate": 1.993777066731078e-05,
1605
+ "epoch": 0.7919443847201318,
1606
+ "step": 11050
1607
+ },
1608
+ {
1609
+ "loss": 3.6193,
1610
+ "grad_norm": 2.8438644409179688,
1611
+ "learning_rate": 1.9935426894540267e-05,
1612
+ "epoch": 0.7955278434745217,
1613
+ "step": 11100
1614
+ },
1615
+ {
1616
+ "loss": 3.6283,
1617
+ "grad_norm": 2.809417724609375,
1618
+ "learning_rate": 1.9933039939474115e-05,
1619
+ "epoch": 0.7991113022289114,
1620
+ "step": 11150
1621
+ },
1622
+ {
1623
+ "loss": 3.6337,
1624
+ "grad_norm": 2.7698774337768555,
1625
+ "learning_rate": 1.993060981248674e-05,
1626
+ "epoch": 0.8026947609833011,
1627
+ "step": 11200
1628
+ },
1629
+ {
1630
+ "loss": 3.6226,
1631
+ "grad_norm": 2.8526763916015625,
1632
+ "learning_rate": 1.992813652414018e-05,
1633
+ "epoch": 0.8062782197376909,
1634
+ "step": 11250
1635
+ },
1636
+ {
1637
+ "loss": 3.6191,
1638
+ "grad_norm": 2.9962968826293945,
1639
+ "learning_rate": 1.9925620085184087e-05,
1640
+ "epoch": 0.8098616784920806,
1641
+ "step": 11300
1642
+ },
1643
+ {
1644
+ "loss": 3.6248,
1645
+ "grad_norm": 2.8856618404388428,
1646
+ "learning_rate": 1.9923060506555636e-05,
1647
+ "epoch": 0.8134451372464703,
1648
+ "step": 11350
1649
+ },
1650
+ {
1651
+ "loss": 3.6294,
1652
+ "grad_norm": 2.822512149810791,
1653
+ "learning_rate": 1.9920457799379517e-05,
1654
+ "epoch": 0.81702859600086,
1655
+ "step": 11400
1656
+ },
1657
+ {
1658
+ "loss": 3.6105,
1659
+ "grad_norm": 2.854797124862671,
1660
+ "learning_rate": 1.9917811974967863e-05,
1661
+ "epoch": 0.8206120547552498,
1662
+ "step": 11450
1663
+ },
1664
+ {
1665
+ "loss": 3.6215,
1666
+ "grad_norm": 2.7683629989624023,
1667
+ "learning_rate": 1.9915123044820204e-05,
1668
+ "epoch": 0.8241955135096395,
1669
+ "step": 11500
1670
+ },
1671
+ {
1672
+ "loss": 3.636,
1673
+ "grad_norm": 2.974020481109619,
1674
+ "learning_rate": 1.991239102062343e-05,
1675
+ "epoch": 0.8277789722640292,
1676
+ "step": 11550
1677
+ },
1678
+ {
1679
+ "loss": 3.6183,
1680
+ "grad_norm": 3.102997303009033,
1681
+ "learning_rate": 1.9909615914251718e-05,
1682
+ "epoch": 0.831362431018419,
1683
+ "step": 11600
1684
+ },
1685
+ {
1686
+ "loss": 3.6109,
1687
+ "grad_norm": 3.0818939208984375,
1688
+ "learning_rate": 1.99067977377665e-05,
1689
+ "epoch": 0.8349458897728087,
1690
+ "step": 11650
1691
+ },
1692
+ {
1693
+ "loss": 3.6132,
1694
+ "grad_norm": 2.863049030303955,
1695
+ "learning_rate": 1.99039365034164e-05,
1696
+ "epoch": 0.8385293485271984,
1697
+ "step": 11700
1698
+ },
1699
+ {
1700
+ "loss": 3.6232,
1701
+ "grad_norm": 2.929948091506958,
1702
+ "learning_rate": 1.9901032223637192e-05,
1703
+ "epoch": 0.8421128072815882,
1704
+ "step": 11750
1705
+ },
1706
+ {
1707
+ "loss": 3.6361,
1708
+ "grad_norm": 2.918569803237915,
1709
+ "learning_rate": 1.9898084911051726e-05,
1710
+ "epoch": 0.8456962660359779,
1711
+ "step": 11800
1712
+ },
1713
+ {
1714
+ "loss": 3.6302,
1715
+ "grad_norm": 2.835664987564087,
1716
+ "learning_rate": 1.98950945784699e-05,
1717
+ "epoch": 0.8492797247903676,
1718
+ "step": 11850
1719
+ },
1720
+ {
1721
+ "loss": 3.6206,
1722
+ "grad_norm": 2.721726179122925,
1723
+ "learning_rate": 1.9892061238888572e-05,
1724
+ "epoch": 0.8528631835447574,
1725
+ "step": 11900
1726
+ },
1727
+ {
1728
+ "loss": 3.6238,
1729
+ "grad_norm": 2.9326517581939697,
1730
+ "learning_rate": 1.988898490549154e-05,
1731
+ "epoch": 0.8564466422991471,
1732
+ "step": 11950
1733
+ },
1734
+ {
1735
+ "loss": 3.6257,
1736
+ "grad_norm": 2.7650375366210938,
1737
+ "learning_rate": 1.988586559164945e-05,
1738
+ "epoch": 0.8600301010535368,
1739
+ "step": 12000
1740
+ },
1741
+ {
1742
+ "eval_loss": 3.5809693336486816,
1743
+ "eval_model_preparation_time": 0.0024,
1744
+ "eval_bleu": 0.11722567739374905,
1745
+ "eval_chrf": 31.51754387552214,
1746
+ "eval_runtime": 53.8004,
1747
+ "eval_samples_per_second": 37.174,
1748
+ "eval_steps_per_second": 0.595,
1749
+ "epoch": 0.8600301010535368,
1750
+ "step": 12000
1751
+ }
1752
+ ],
1753
+ "best_metric": 0.12007022688548516,
1754
+ "total_steps": 83718
1755
+ }
checkpoint-12000/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-8000/config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.0,
3
+ "activation_function": "swish",
4
+ "add_bias_logits": false,
5
+ "add_final_layer_norm": false,
6
+ "architectures": [
7
+ "MarianMTModel"
8
+ ],
9
+ "attention_dropout": 0.0,
10
+ "classif_dropout": 0.0,
11
+ "classifier_dropout": 0.0,
12
+ "d_model": 512,
13
+ "decoder_attention_heads": 8,
14
+ "decoder_ffn_dim": 2048,
15
+ "decoder_layerdrop": 0.0,
16
+ "decoder_layers": 6,
17
+ "decoder_start_token_id": 64171,
18
+ "decoder_vocab_size": 64172,
19
+ "dropout": 0.1,
20
+ "dtype": "float32",
21
+ "encoder_attention_heads": 8,
22
+ "encoder_ffn_dim": 2048,
23
+ "encoder_layerdrop": 0.0,
24
+ "encoder_layers": 6,
25
+ "eos_token_id": 0,
26
+ "extra_pos_embeddings": 64172,
27
+ "forced_eos_token_id": 0,
28
+ "id2label": {
29
+ "0": "LABEL_0",
30
+ "1": "LABEL_1",
31
+ "2": "LABEL_2"
32
+ },
33
+ "init_std": 0.02,
34
+ "is_encoder_decoder": true,
35
+ "label2id": {
36
+ "LABEL_0": 0,
37
+ "LABEL_1": 1,
38
+ "LABEL_2": 2
39
+ },
40
+ "max_length": null,
41
+ "max_position_embeddings": 512,
42
+ "model_type": "marian",
43
+ "normalize_before": false,
44
+ "normalize_embedding": false,
45
+ "num_beams": null,
46
+ "num_hidden_layers": 6,
47
+ "pad_token_id": 64171,
48
+ "scale_embedding": true,
49
+ "share_encoder_decoder_embeddings": true,
50
+ "static_position_embeddings": true,
51
+ "transformers_version": "4.57.1",
52
+ "use_cache": true,
53
+ "vocab_size": 64172
54
+ }
checkpoint-8000/generation_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bad_words_ids": [
3
+ [
4
+ 64171
5
+ ]
6
+ ],
7
+ "decoder_start_token_id": 64171,
8
+ "eos_token_id": [
9
+ 0
10
+ ],
11
+ "forced_eos_token_id": 0,
12
+ "max_length": 512,
13
+ "num_beams": 6,
14
+ "pad_token_id": 64171,
15
+ "renormalize_logits": true,
16
+ "transformers_version": "4.57.1"
17
+ }
checkpoint-8000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85adf285dc94355d395ae07782b07cdffd0b92d2a7428c26ed9b077089612532
3
+ size 308263984
checkpoint-8000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6e9a7821d2dd1bb6539e326fc16ddd105f645f60f385eaf176d388828f06859
3
+ size 616171979
checkpoint-8000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69f57cf61a76730bad124b7bb184be2730ccf05d4f00adf80dee3340f2b74d24
3
+ size 14645
checkpoint-8000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81be64f87826d4d1e58a4a1a25f7c30a81859f414688a80b3570e609b889277e
3
+ size 1383
checkpoint-8000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e5aa6bc13d0508b3f41a145193ef3f7200d35339b28dd830124e6a99fd91d83
3
+ size 1465
checkpoint-8000/source.spm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4a99ea3602b29fbf901ade8b93a45efa3d7c64eab8fc5fa812383efa327a87d
3
+ size 706917
checkpoint-8000/special_tokens_map.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "eos_token": {
3
+ "content": "</s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "pad_token": {
10
+ "content": "<pad>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "unk_token": {
17
+ "content": "<unk>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
+ }
checkpoint-8000/target.spm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6dce5fa58fcd7dde9e81e279b8c075bf42ee558278f73d6fb48e342029d7f19
3
+ size 791194
checkpoint-8000/tokenizer_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "<unk>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "64171": {
20
+ "content": "<pad>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ }
27
+ },
28
+ "clean_up_tokenization_spaces": false,
29
+ "eos_token": "</s>",
30
+ "extra_special_tokens": {},
31
+ "model_max_length": 512,
32
+ "pad_token": "<pad>",
33
+ "separate_vocabs": false,
34
+ "source_lang": "mul",
35
+ "sp_model_kwargs": {},
36
+ "target_lang": "eng",
37
+ "tokenizer_class": "MarianTokenizer",
38
+ "unk_token": "<unk>"
39
+ }
checkpoint-8000/trainer_state.json ADDED
@@ -0,0 +1,1207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 4000,
3
+ "best_metric": 0.11855110578819589,
4
+ "best_model_checkpoint": "models/finetuned-sw-en-phase2/checkpoint-4000",
5
+ "epoch": 0.573353400702358,
6
+ "eval_steps": 2000,
7
+ "global_step": 8000,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.003583458754389737,
14
+ "grad_norm": 2.8826961517333984,
15
+ "learning_rate": 1.1705685618729097e-07,
16
+ "loss": 3.6787,
17
+ "step": 50
18
+ },
19
+ {
20
+ "epoch": 0.007166917508779474,
21
+ "grad_norm": 3.028228521347046,
22
+ "learning_rate": 2.3650262780697565e-07,
23
+ "loss": 3.6845,
24
+ "step": 100
25
+ },
26
+ {
27
+ "epoch": 0.010750376263169211,
28
+ "grad_norm": 3.1519999504089355,
29
+ "learning_rate": 3.5594839942666037e-07,
30
+ "loss": 3.6839,
31
+ "step": 150
32
+ },
33
+ {
34
+ "epoch": 0.014333835017558949,
35
+ "grad_norm": 2.8430724143981934,
36
+ "learning_rate": 4.75394171046345e-07,
37
+ "loss": 3.6742,
38
+ "step": 200
39
+ },
40
+ {
41
+ "epoch": 0.017917293771948686,
42
+ "grad_norm": 2.86275577545166,
43
+ "learning_rate": 5.948399426660297e-07,
44
+ "loss": 3.6864,
45
+ "step": 250
46
+ },
47
+ {
48
+ "epoch": 0.021500752526338422,
49
+ "grad_norm": 2.787710189819336,
50
+ "learning_rate": 7.142857142857143e-07,
51
+ "loss": 3.671,
52
+ "step": 300
53
+ },
54
+ {
55
+ "epoch": 0.025084211280728158,
56
+ "grad_norm": 2.906496524810791,
57
+ "learning_rate": 8.337314859053989e-07,
58
+ "loss": 3.6812,
59
+ "step": 350
60
+ },
61
+ {
62
+ "epoch": 0.028667670035117897,
63
+ "grad_norm": 2.733621120452881,
64
+ "learning_rate": 9.531772575250838e-07,
65
+ "loss": 3.6657,
66
+ "step": 400
67
+ },
68
+ {
69
+ "epoch": 0.03225112878950763,
70
+ "grad_norm": 2.9586291313171387,
71
+ "learning_rate": 1.0726230291447684e-06,
72
+ "loss": 3.6776,
73
+ "step": 450
74
+ },
75
+ {
76
+ "epoch": 0.03583458754389737,
77
+ "grad_norm": 2.697490930557251,
78
+ "learning_rate": 1.192068800764453e-06,
79
+ "loss": 3.6817,
80
+ "step": 500
81
+ },
82
+ {
83
+ "epoch": 0.03941804629828711,
84
+ "grad_norm": 2.8789138793945312,
85
+ "learning_rate": 1.3115145723841377e-06,
86
+ "loss": 3.6645,
87
+ "step": 550
88
+ },
89
+ {
90
+ "epoch": 0.043001505052676844,
91
+ "grad_norm": 2.738499879837036,
92
+ "learning_rate": 1.4309603440038225e-06,
93
+ "loss": 3.6701,
94
+ "step": 600
95
+ },
96
+ {
97
+ "epoch": 0.04658496380706658,
98
+ "grad_norm": 2.976515293121338,
99
+ "learning_rate": 1.550406115623507e-06,
100
+ "loss": 3.6557,
101
+ "step": 650
102
+ },
103
+ {
104
+ "epoch": 0.050168422561456316,
105
+ "grad_norm": 2.8300790786743164,
106
+ "learning_rate": 1.6698518872431918e-06,
107
+ "loss": 3.6624,
108
+ "step": 700
109
+ },
110
+ {
111
+ "epoch": 0.05375188131584605,
112
+ "grad_norm": 2.8557324409484863,
113
+ "learning_rate": 1.7892976588628764e-06,
114
+ "loss": 3.6638,
115
+ "step": 750
116
+ },
117
+ {
118
+ "epoch": 0.057335340070235795,
119
+ "grad_norm": 2.915972948074341,
120
+ "learning_rate": 1.9087434304825613e-06,
121
+ "loss": 3.6746,
122
+ "step": 800
123
+ },
124
+ {
125
+ "epoch": 0.06091879882462553,
126
+ "grad_norm": 2.833534002304077,
127
+ "learning_rate": 2.0281892021022457e-06,
128
+ "loss": 3.6571,
129
+ "step": 850
130
+ },
131
+ {
132
+ "epoch": 0.06450225757901526,
133
+ "grad_norm": 2.786886215209961,
134
+ "learning_rate": 2.1476349737219305e-06,
135
+ "loss": 3.6641,
136
+ "step": 900
137
+ },
138
+ {
139
+ "epoch": 0.068085716333405,
140
+ "grad_norm": 2.888093948364258,
141
+ "learning_rate": 2.2670807453416154e-06,
142
+ "loss": 3.6626,
143
+ "step": 950
144
+ },
145
+ {
146
+ "epoch": 0.07166917508779475,
147
+ "grad_norm": 2.935640335083008,
148
+ "learning_rate": 2.3865265169613e-06,
149
+ "loss": 3.6669,
150
+ "step": 1000
151
+ },
152
+ {
153
+ "epoch": 0.07525263384218447,
154
+ "grad_norm": 2.9223127365112305,
155
+ "learning_rate": 2.5059722885809846e-06,
156
+ "loss": 3.6766,
157
+ "step": 1050
158
+ },
159
+ {
160
+ "epoch": 0.07883609259657422,
161
+ "grad_norm": 2.855170488357544,
162
+ "learning_rate": 2.625418060200669e-06,
163
+ "loss": 3.6616,
164
+ "step": 1100
165
+ },
166
+ {
167
+ "epoch": 0.08241955135096395,
168
+ "grad_norm": 2.822401285171509,
169
+ "learning_rate": 2.7448638318203535e-06,
170
+ "loss": 3.6633,
171
+ "step": 1150
172
+ },
173
+ {
174
+ "epoch": 0.08600301010535369,
175
+ "grad_norm": 2.8145692348480225,
176
+ "learning_rate": 2.8643096034400387e-06,
177
+ "loss": 3.6526,
178
+ "step": 1200
179
+ },
180
+ {
181
+ "epoch": 0.08958646885974342,
182
+ "grad_norm": 2.7493700981140137,
183
+ "learning_rate": 2.983755375059723e-06,
184
+ "loss": 3.6578,
185
+ "step": 1250
186
+ },
187
+ {
188
+ "epoch": 0.09316992761413316,
189
+ "grad_norm": 2.7674636840820312,
190
+ "learning_rate": 3.1032011466794076e-06,
191
+ "loss": 3.657,
192
+ "step": 1300
193
+ },
194
+ {
195
+ "epoch": 0.0967533863685229,
196
+ "grad_norm": 2.798501491546631,
197
+ "learning_rate": 3.222646918299093e-06,
198
+ "loss": 3.6579,
199
+ "step": 1350
200
+ },
201
+ {
202
+ "epoch": 0.10033684512291263,
203
+ "grad_norm": 3.045165777206421,
204
+ "learning_rate": 3.3420926899187773e-06,
205
+ "loss": 3.6667,
206
+ "step": 1400
207
+ },
208
+ {
209
+ "epoch": 0.10392030387730238,
210
+ "grad_norm": 2.730278730392456,
211
+ "learning_rate": 3.4615384615384617e-06,
212
+ "loss": 3.6693,
213
+ "step": 1450
214
+ },
215
+ {
216
+ "epoch": 0.1075037626316921,
217
+ "grad_norm": 2.8988585472106934,
218
+ "learning_rate": 3.580984233158146e-06,
219
+ "loss": 3.6602,
220
+ "step": 1500
221
+ },
222
+ {
223
+ "epoch": 0.11108722138608185,
224
+ "grad_norm": 2.9216086864471436,
225
+ "learning_rate": 3.7004300047778314e-06,
226
+ "loss": 3.6628,
227
+ "step": 1550
228
+ },
229
+ {
230
+ "epoch": 0.11467068014047159,
231
+ "grad_norm": 2.7945556640625,
232
+ "learning_rate": 3.819875776397516e-06,
233
+ "loss": 3.6625,
234
+ "step": 1600
235
+ },
236
+ {
237
+ "epoch": 0.11825413889486132,
238
+ "grad_norm": 2.895811080932617,
239
+ "learning_rate": 3.9393215480172e-06,
240
+ "loss": 3.6457,
241
+ "step": 1650
242
+ },
243
+ {
244
+ "epoch": 0.12183759764925106,
245
+ "grad_norm": 2.634783983230591,
246
+ "learning_rate": 4.0587673196368855e-06,
247
+ "loss": 3.6572,
248
+ "step": 1700
249
+ },
250
+ {
251
+ "epoch": 0.1254210564036408,
252
+ "grad_norm": 2.907348871231079,
253
+ "learning_rate": 4.17821309125657e-06,
254
+ "loss": 3.6515,
255
+ "step": 1750
256
+ },
257
+ {
258
+ "epoch": 0.12900451515803052,
259
+ "grad_norm": 2.9280805587768555,
260
+ "learning_rate": 4.297658862876254e-06,
261
+ "loss": 3.6465,
262
+ "step": 1800
263
+ },
264
+ {
265
+ "epoch": 0.13258797391242028,
266
+ "grad_norm": 3.136627197265625,
267
+ "learning_rate": 4.417104634495939e-06,
268
+ "loss": 3.6564,
269
+ "step": 1850
270
+ },
271
+ {
272
+ "epoch": 0.13617143266681,
273
+ "grad_norm": 2.8626930713653564,
274
+ "learning_rate": 4.536550406115624e-06,
275
+ "loss": 3.6438,
276
+ "step": 1900
277
+ },
278
+ {
279
+ "epoch": 0.13975489142119973,
280
+ "grad_norm": 2.99165678024292,
281
+ "learning_rate": 4.6559961777353084e-06,
282
+ "loss": 3.6442,
283
+ "step": 1950
284
+ },
285
+ {
286
+ "epoch": 0.1433383501755895,
287
+ "grad_norm": 2.8795509338378906,
288
+ "learning_rate": 4.775441949354993e-06,
289
+ "loss": 3.6556,
290
+ "step": 2000
291
+ },
292
+ {
293
+ "epoch": 0.1433383501755895,
294
+ "eval_bleu": 0.11687587046602367,
295
+ "eval_chrf": 31.48836065140496,
296
+ "eval_loss": 3.6125245094299316,
297
+ "eval_model_preparation_time": 0.0024,
298
+ "eval_runtime": 84.7074,
299
+ "eval_samples_per_second": 23.611,
300
+ "eval_steps_per_second": 0.378,
301
+ "step": 2000
302
+ },
303
+ {
304
+ "epoch": 0.14692180892997922,
305
+ "grad_norm": 2.849792003631592,
306
+ "learning_rate": 4.894887720974678e-06,
307
+ "loss": 3.6548,
308
+ "step": 2050
309
+ },
310
+ {
311
+ "epoch": 0.15050526768436895,
312
+ "grad_norm": 2.7463502883911133,
313
+ "learning_rate": 5.014333492594362e-06,
314
+ "loss": 3.6464,
315
+ "step": 2100
316
+ },
317
+ {
318
+ "epoch": 0.15408872643875868,
319
+ "grad_norm": 2.8596713542938232,
320
+ "learning_rate": 5.133779264214047e-06,
321
+ "loss": 3.6639,
322
+ "step": 2150
323
+ },
324
+ {
325
+ "epoch": 0.15767218519314843,
326
+ "grad_norm": 2.8775205612182617,
327
+ "learning_rate": 5.253225035833732e-06,
328
+ "loss": 3.6624,
329
+ "step": 2200
330
+ },
331
+ {
332
+ "epoch": 0.16125564394753816,
333
+ "grad_norm": 2.9133002758026123,
334
+ "learning_rate": 5.372670807453416e-06,
335
+ "loss": 3.646,
336
+ "step": 2250
337
+ },
338
+ {
339
+ "epoch": 0.1648391027019279,
340
+ "grad_norm": 2.8221960067749023,
341
+ "learning_rate": 5.492116579073101e-06,
342
+ "loss": 3.6469,
343
+ "step": 2300
344
+ },
345
+ {
346
+ "epoch": 0.16842256145631765,
347
+ "grad_norm": 2.8143768310546875,
348
+ "learning_rate": 5.611562350692786e-06,
349
+ "loss": 3.6567,
350
+ "step": 2350
351
+ },
352
+ {
353
+ "epoch": 0.17200602021070738,
354
+ "grad_norm": 2.9973151683807373,
355
+ "learning_rate": 5.73100812231247e-06,
356
+ "loss": 3.6557,
357
+ "step": 2400
358
+ },
359
+ {
360
+ "epoch": 0.1755894789650971,
361
+ "grad_norm": 3.0725531578063965,
362
+ "learning_rate": 5.850453893932155e-06,
363
+ "loss": 3.6554,
364
+ "step": 2450
365
+ },
366
+ {
367
+ "epoch": 0.17917293771948684,
368
+ "grad_norm": 3.028376579284668,
369
+ "learning_rate": 5.9698996655518404e-06,
370
+ "loss": 3.6471,
371
+ "step": 2500
372
+ },
373
+ {
374
+ "epoch": 0.1827563964738766,
375
+ "grad_norm": 2.886871814727783,
376
+ "learning_rate": 6.089345437171524e-06,
377
+ "loss": 3.6492,
378
+ "step": 2550
379
+ },
380
+ {
381
+ "epoch": 0.18633985522826632,
382
+ "grad_norm": 2.8908731937408447,
383
+ "learning_rate": 6.208791208791209e-06,
384
+ "loss": 3.6598,
385
+ "step": 2600
386
+ },
387
+ {
388
+ "epoch": 0.18992331398265605,
389
+ "grad_norm": 3.0486247539520264,
390
+ "learning_rate": 6.3282369804108945e-06,
391
+ "loss": 3.6476,
392
+ "step": 2650
393
+ },
394
+ {
395
+ "epoch": 0.1935067727370458,
396
+ "grad_norm": 3.1281673908233643,
397
+ "learning_rate": 6.447682752030578e-06,
398
+ "loss": 3.6448,
399
+ "step": 2700
400
+ },
401
+ {
402
+ "epoch": 0.19709023149143554,
403
+ "grad_norm": 2.75227952003479,
404
+ "learning_rate": 6.567128523650263e-06,
405
+ "loss": 3.638,
406
+ "step": 2750
407
+ },
408
+ {
409
+ "epoch": 0.20067369024582526,
410
+ "grad_norm": 2.825026750564575,
411
+ "learning_rate": 6.686574295269948e-06,
412
+ "loss": 3.6377,
413
+ "step": 2800
414
+ },
415
+ {
416
+ "epoch": 0.204257149000215,
417
+ "grad_norm": 2.7805380821228027,
418
+ "learning_rate": 6.806020066889632e-06,
419
+ "loss": 3.643,
420
+ "step": 2850
421
+ },
422
+ {
423
+ "epoch": 0.20784060775460475,
424
+ "grad_norm": 3.056185483932495,
425
+ "learning_rate": 6.9254658385093175e-06,
426
+ "loss": 3.6556,
427
+ "step": 2900
428
+ },
429
+ {
430
+ "epoch": 0.21142406650899448,
431
+ "grad_norm": 2.7656185626983643,
432
+ "learning_rate": 7.044911610129002e-06,
433
+ "loss": 3.6551,
434
+ "step": 2950
435
+ },
436
+ {
437
+ "epoch": 0.2150075252633842,
438
+ "grad_norm": 2.9017703533172607,
439
+ "learning_rate": 7.164357381748686e-06,
440
+ "loss": 3.6527,
441
+ "step": 3000
442
+ },
443
+ {
444
+ "epoch": 0.21859098401777396,
445
+ "grad_norm": 2.8588929176330566,
446
+ "learning_rate": 7.283803153368372e-06,
447
+ "loss": 3.6455,
448
+ "step": 3050
449
+ },
450
+ {
451
+ "epoch": 0.2221744427721637,
452
+ "grad_norm": 2.759413003921509,
453
+ "learning_rate": 7.403248924988056e-06,
454
+ "loss": 3.6578,
455
+ "step": 3100
456
+ },
457
+ {
458
+ "epoch": 0.22575790152655342,
459
+ "grad_norm": 2.810638904571533,
460
+ "learning_rate": 7.5226946966077404e-06,
461
+ "loss": 3.6526,
462
+ "step": 3150
463
+ },
464
+ {
465
+ "epoch": 0.22934136028094318,
466
+ "grad_norm": 2.779322862625122,
467
+ "learning_rate": 7.642140468227427e-06,
468
+ "loss": 3.6567,
469
+ "step": 3200
470
+ },
471
+ {
472
+ "epoch": 0.2329248190353329,
473
+ "grad_norm": 2.914285659790039,
474
+ "learning_rate": 7.76158623984711e-06,
475
+ "loss": 3.6548,
476
+ "step": 3250
477
+ },
478
+ {
479
+ "epoch": 0.23650827778972264,
480
+ "grad_norm": 2.790729284286499,
481
+ "learning_rate": 7.881032011466795e-06,
482
+ "loss": 3.6405,
483
+ "step": 3300
484
+ },
485
+ {
486
+ "epoch": 0.24009173654411237,
487
+ "grad_norm": 2.8829877376556396,
488
+ "learning_rate": 8.00047778308648e-06,
489
+ "loss": 3.6483,
490
+ "step": 3350
491
+ },
492
+ {
493
+ "epoch": 0.24367519529850212,
494
+ "grad_norm": 2.7378406524658203,
495
+ "learning_rate": 8.119923554706164e-06,
496
+ "loss": 3.6411,
497
+ "step": 3400
498
+ },
499
+ {
500
+ "epoch": 0.24725865405289185,
501
+ "grad_norm": 2.9590532779693604,
502
+ "learning_rate": 8.23936932632585e-06,
503
+ "loss": 3.639,
504
+ "step": 3450
505
+ },
506
+ {
507
+ "epoch": 0.2508421128072816,
508
+ "grad_norm": 2.793628692626953,
509
+ "learning_rate": 8.358815097945533e-06,
510
+ "loss": 3.6493,
511
+ "step": 3500
512
+ },
513
+ {
514
+ "epoch": 0.25442557156167134,
515
+ "grad_norm": 2.804919481277466,
516
+ "learning_rate": 8.478260869565218e-06,
517
+ "loss": 3.6381,
518
+ "step": 3550
519
+ },
520
+ {
521
+ "epoch": 0.25800903031606104,
522
+ "grad_norm": 2.988947868347168,
523
+ "learning_rate": 8.597706641184904e-06,
524
+ "loss": 3.6412,
525
+ "step": 3600
526
+ },
527
+ {
528
+ "epoch": 0.2615924890704508,
529
+ "grad_norm": 3.0187394618988037,
530
+ "learning_rate": 8.717152412804587e-06,
531
+ "loss": 3.6444,
532
+ "step": 3650
533
+ },
534
+ {
535
+ "epoch": 0.26517594782484055,
536
+ "grad_norm": 2.841747999191284,
537
+ "learning_rate": 8.836598184424272e-06,
538
+ "loss": 3.6372,
539
+ "step": 3700
540
+ },
541
+ {
542
+ "epoch": 0.26875940657923025,
543
+ "grad_norm": 2.8912370204925537,
544
+ "learning_rate": 8.956043956043958e-06,
545
+ "loss": 3.6553,
546
+ "step": 3750
547
+ },
548
+ {
549
+ "epoch": 0.27234286533362,
550
+ "grad_norm": 3.2106292247772217,
551
+ "learning_rate": 9.075489727663641e-06,
552
+ "loss": 3.6387,
553
+ "step": 3800
554
+ },
555
+ {
556
+ "epoch": 0.27592632408800977,
557
+ "grad_norm": 2.8960952758789062,
558
+ "learning_rate": 9.194935499283327e-06,
559
+ "loss": 3.6417,
560
+ "step": 3850
561
+ },
562
+ {
563
+ "epoch": 0.27950978284239947,
564
+ "grad_norm": 2.7633676528930664,
565
+ "learning_rate": 9.314381270903012e-06,
566
+ "loss": 3.6434,
567
+ "step": 3900
568
+ },
569
+ {
570
+ "epoch": 0.2830932415967892,
571
+ "grad_norm": 2.7297277450561523,
572
+ "learning_rate": 9.433827042522695e-06,
573
+ "loss": 3.6559,
574
+ "step": 3950
575
+ },
576
+ {
577
+ "epoch": 0.286676700351179,
578
+ "grad_norm": 2.7868881225585938,
579
+ "learning_rate": 9.55327281414238e-06,
580
+ "loss": 3.641,
581
+ "step": 4000
582
+ },
583
+ {
584
+ "epoch": 0.286676700351179,
585
+ "eval_bleu": 0.11855110578819589,
586
+ "eval_chrf": 31.371795297948747,
587
+ "eval_loss": 3.604299545288086,
588
+ "eval_model_preparation_time": 0.0024,
589
+ "eval_runtime": 79.5186,
590
+ "eval_samples_per_second": 25.151,
591
+ "eval_steps_per_second": 0.402,
592
+ "step": 4000
593
+ },
594
+ {
595
+ "epoch": 0.2902601591055687,
596
+ "grad_norm": 2.9395406246185303,
597
+ "learning_rate": 9.672718585762066e-06,
598
+ "loss": 3.6385,
599
+ "step": 4050
600
+ },
601
+ {
602
+ "epoch": 0.29384361785995844,
603
+ "grad_norm": 2.838879108428955,
604
+ "learning_rate": 9.79216435738175e-06,
605
+ "loss": 3.6459,
606
+ "step": 4100
607
+ },
608
+ {
609
+ "epoch": 0.2974270766143482,
610
+ "grad_norm": 2.835333824157715,
611
+ "learning_rate": 9.911610129001435e-06,
612
+ "loss": 3.6445,
613
+ "step": 4150
614
+ },
615
+ {
616
+ "epoch": 0.3010105353687379,
617
+ "grad_norm": 2.8583765029907227,
618
+ "learning_rate": 1.0031055900621118e-05,
619
+ "loss": 3.6509,
620
+ "step": 4200
621
+ },
622
+ {
623
+ "epoch": 0.30459399412312765,
624
+ "grad_norm": 3.103139638900757,
625
+ "learning_rate": 1.0150501672240805e-05,
626
+ "loss": 3.6438,
627
+ "step": 4250
628
+ },
629
+ {
630
+ "epoch": 0.30817745287751735,
631
+ "grad_norm": 2.8596248626708984,
632
+ "learning_rate": 1.0269947443860489e-05,
633
+ "loss": 3.6385,
634
+ "step": 4300
635
+ },
636
+ {
637
+ "epoch": 0.3117609116319071,
638
+ "grad_norm": 2.778722047805786,
639
+ "learning_rate": 1.0389393215480172e-05,
640
+ "loss": 3.6522,
641
+ "step": 4350
642
+ },
643
+ {
644
+ "epoch": 0.31534437038629687,
645
+ "grad_norm": 2.895379066467285,
646
+ "learning_rate": 1.050883898709986e-05,
647
+ "loss": 3.6504,
648
+ "step": 4400
649
+ },
650
+ {
651
+ "epoch": 0.31892782914068657,
652
+ "grad_norm": 2.701481342315674,
653
+ "learning_rate": 1.0628284758719543e-05,
654
+ "loss": 3.6507,
655
+ "step": 4450
656
+ },
657
+ {
658
+ "epoch": 0.3225112878950763,
659
+ "grad_norm": 2.87186336517334,
660
+ "learning_rate": 1.0747730530339227e-05,
661
+ "loss": 3.634,
662
+ "step": 4500
663
+ },
664
+ {
665
+ "epoch": 0.3260947466494661,
666
+ "grad_norm": 2.6985971927642822,
667
+ "learning_rate": 1.086717630195891e-05,
668
+ "loss": 3.6422,
669
+ "step": 4550
670
+ },
671
+ {
672
+ "epoch": 0.3296782054038558,
673
+ "grad_norm": 2.993252754211426,
674
+ "learning_rate": 1.0986622073578597e-05,
675
+ "loss": 3.6412,
676
+ "step": 4600
677
+ },
678
+ {
679
+ "epoch": 0.33326166415824554,
680
+ "grad_norm": 2.9659206867218018,
681
+ "learning_rate": 1.110606784519828e-05,
682
+ "loss": 3.6427,
683
+ "step": 4650
684
+ },
685
+ {
686
+ "epoch": 0.3368451229126353,
687
+ "grad_norm": 2.7770729064941406,
688
+ "learning_rate": 1.1225513616817964e-05,
689
+ "loss": 3.6421,
690
+ "step": 4700
691
+ },
692
+ {
693
+ "epoch": 0.340428581667025,
694
+ "grad_norm": 2.8897016048431396,
695
+ "learning_rate": 1.1344959388437651e-05,
696
+ "loss": 3.643,
697
+ "step": 4750
698
+ },
699
+ {
700
+ "epoch": 0.34401204042141476,
701
+ "grad_norm": 3.156210422515869,
702
+ "learning_rate": 1.1464405160057335e-05,
703
+ "loss": 3.6249,
704
+ "step": 4800
705
+ },
706
+ {
707
+ "epoch": 0.3475954991758045,
708
+ "grad_norm": 2.983232259750366,
709
+ "learning_rate": 1.1583850931677018e-05,
710
+ "loss": 3.6483,
711
+ "step": 4850
712
+ },
713
+ {
714
+ "epoch": 0.3511789579301942,
715
+ "grad_norm": 3.007908821105957,
716
+ "learning_rate": 1.1703296703296705e-05,
717
+ "loss": 3.6444,
718
+ "step": 4900
719
+ },
720
+ {
721
+ "epoch": 0.35476241668458397,
722
+ "grad_norm": 2.7451424598693848,
723
+ "learning_rate": 1.1822742474916389e-05,
724
+ "loss": 3.6681,
725
+ "step": 4950
726
+ },
727
+ {
728
+ "epoch": 0.35834587543897367,
729
+ "grad_norm": 2.989840507507324,
730
+ "learning_rate": 1.1942188246536072e-05,
731
+ "loss": 3.6539,
732
+ "step": 5000
733
+ },
734
+ {
735
+ "epoch": 0.36192933419336343,
736
+ "grad_norm": 2.841801166534424,
737
+ "learning_rate": 1.206163401815576e-05,
738
+ "loss": 3.6297,
739
+ "step": 5050
740
+ },
741
+ {
742
+ "epoch": 0.3655127929477532,
743
+ "grad_norm": 3.0453057289123535,
744
+ "learning_rate": 1.2181079789775443e-05,
745
+ "loss": 3.6522,
746
+ "step": 5100
747
+ },
748
+ {
749
+ "epoch": 0.3690962517021429,
750
+ "grad_norm": 2.991407871246338,
751
+ "learning_rate": 1.2300525561395127e-05,
752
+ "loss": 3.6355,
753
+ "step": 5150
754
+ },
755
+ {
756
+ "epoch": 0.37267971045653264,
757
+ "grad_norm": 2.941945791244507,
758
+ "learning_rate": 1.2419971333014814e-05,
759
+ "loss": 3.6435,
760
+ "step": 5200
761
+ },
762
+ {
763
+ "epoch": 0.3762631692109224,
764
+ "grad_norm": 2.92447829246521,
765
+ "learning_rate": 1.2539417104634497e-05,
766
+ "loss": 3.6256,
767
+ "step": 5250
768
+ },
769
+ {
770
+ "epoch": 0.3798466279653121,
771
+ "grad_norm": 2.8586673736572266,
772
+ "learning_rate": 1.265886287625418e-05,
773
+ "loss": 3.654,
774
+ "step": 5300
775
+ },
776
+ {
777
+ "epoch": 0.38343008671970186,
778
+ "grad_norm": 2.8122401237487793,
779
+ "learning_rate": 1.2778308647873868e-05,
780
+ "loss": 3.6351,
781
+ "step": 5350
782
+ },
783
+ {
784
+ "epoch": 0.3870135454740916,
785
+ "grad_norm": 2.8284683227539062,
786
+ "learning_rate": 1.2897754419493551e-05,
787
+ "loss": 3.6546,
788
+ "step": 5400
789
+ },
790
+ {
791
+ "epoch": 0.3905970042284813,
792
+ "grad_norm": 2.7817671298980713,
793
+ "learning_rate": 1.3017200191113235e-05,
794
+ "loss": 3.6337,
795
+ "step": 5450
796
+ },
797
+ {
798
+ "epoch": 0.39418046298287107,
799
+ "grad_norm": 3.200016736984253,
800
+ "learning_rate": 1.3136645962732922e-05,
801
+ "loss": 3.6487,
802
+ "step": 5500
803
+ },
804
+ {
805
+ "epoch": 0.39776392173726083,
806
+ "grad_norm": 2.7402632236480713,
807
+ "learning_rate": 1.3256091734352605e-05,
808
+ "loss": 3.6342,
809
+ "step": 5550
810
+ },
811
+ {
812
+ "epoch": 0.40134738049165053,
813
+ "grad_norm": 2.810091018676758,
814
+ "learning_rate": 1.3375537505972289e-05,
815
+ "loss": 3.6392,
816
+ "step": 5600
817
+ },
818
+ {
819
+ "epoch": 0.4049308392460403,
820
+ "grad_norm": 2.894531011581421,
821
+ "learning_rate": 1.3494983277591976e-05,
822
+ "loss": 3.641,
823
+ "step": 5650
824
+ },
825
+ {
826
+ "epoch": 0.40851429800043,
827
+ "grad_norm": 2.9225988388061523,
828
+ "learning_rate": 1.361442904921166e-05,
829
+ "loss": 3.6368,
830
+ "step": 5700
831
+ },
832
+ {
833
+ "epoch": 0.41209775675481974,
834
+ "grad_norm": 3.016430616378784,
835
+ "learning_rate": 1.3733874820831343e-05,
836
+ "loss": 3.6374,
837
+ "step": 5750
838
+ },
839
+ {
840
+ "epoch": 0.4156812155092095,
841
+ "grad_norm": 2.9885077476501465,
842
+ "learning_rate": 1.385332059245103e-05,
843
+ "loss": 3.6452,
844
+ "step": 5800
845
+ },
846
+ {
847
+ "epoch": 0.4192646742635992,
848
+ "grad_norm": 2.9427528381347656,
849
+ "learning_rate": 1.3972766364070714e-05,
850
+ "loss": 3.6334,
851
+ "step": 5850
852
+ },
853
+ {
854
+ "epoch": 0.42284813301798896,
855
+ "grad_norm": 2.9331486225128174,
856
+ "learning_rate": 1.4092212135690397e-05,
857
+ "loss": 3.6434,
858
+ "step": 5900
859
+ },
860
+ {
861
+ "epoch": 0.4264315917723787,
862
+ "grad_norm": 2.8337302207946777,
863
+ "learning_rate": 1.421165790731008e-05,
864
+ "loss": 3.6287,
865
+ "step": 5950
866
+ },
867
+ {
868
+ "epoch": 0.4300150505267684,
869
+ "grad_norm": 2.9508445262908936,
870
+ "learning_rate": 1.4331103678929768e-05,
871
+ "loss": 3.6363,
872
+ "step": 6000
873
+ },
874
+ {
875
+ "epoch": 0.4300150505267684,
876
+ "eval_bleu": 0.10979748596234642,
877
+ "eval_chrf": 31.31455144193432,
878
+ "eval_loss": 3.59792423248291,
879
+ "eval_model_preparation_time": 0.0024,
880
+ "eval_runtime": 88.7529,
881
+ "eval_samples_per_second": 22.534,
882
+ "eval_steps_per_second": 0.361,
883
+ "step": 6000
884
+ },
885
+ {
886
+ "epoch": 0.4335985092811582,
887
+ "grad_norm": 2.8384978771209717,
888
+ "learning_rate": 1.4450549450549451e-05,
889
+ "loss": 3.6399,
890
+ "step": 6050
891
+ },
892
+ {
893
+ "epoch": 0.43718196803554793,
894
+ "grad_norm": 3.0397462844848633,
895
+ "learning_rate": 1.4569995222169135e-05,
896
+ "loss": 3.6334,
897
+ "step": 6100
898
+ },
899
+ {
900
+ "epoch": 0.44076542678993763,
901
+ "grad_norm": 2.8816871643066406,
902
+ "learning_rate": 1.4689440993788822e-05,
903
+ "loss": 3.6237,
904
+ "step": 6150
905
+ },
906
+ {
907
+ "epoch": 0.4443488855443274,
908
+ "grad_norm": 2.8406283855438232,
909
+ "learning_rate": 1.4808886765408505e-05,
910
+ "loss": 3.6504,
911
+ "step": 6200
912
+ },
913
+ {
914
+ "epoch": 0.44793234429871714,
915
+ "grad_norm": 2.9639480113983154,
916
+ "learning_rate": 1.4928332537028189e-05,
917
+ "loss": 3.6342,
918
+ "step": 6250
919
+ },
920
+ {
921
+ "epoch": 0.45151580305310685,
922
+ "grad_norm": 2.9352121353149414,
923
+ "learning_rate": 1.5047778308647876e-05,
924
+ "loss": 3.6498,
925
+ "step": 6300
926
+ },
927
+ {
928
+ "epoch": 0.4550992618074966,
929
+ "grad_norm": 2.9181034564971924,
930
+ "learning_rate": 1.516722408026756e-05,
931
+ "loss": 3.6465,
932
+ "step": 6350
933
+ },
934
+ {
935
+ "epoch": 0.45868272056188636,
936
+ "grad_norm": 2.8066813945770264,
937
+ "learning_rate": 1.5286669851887245e-05,
938
+ "loss": 3.6422,
939
+ "step": 6400
940
+ },
941
+ {
942
+ "epoch": 0.46226617931627606,
943
+ "grad_norm": 2.9192256927490234,
944
+ "learning_rate": 1.5406115623506928e-05,
945
+ "loss": 3.6359,
946
+ "step": 6450
947
+ },
948
+ {
949
+ "epoch": 0.4658496380706658,
950
+ "grad_norm": 2.8807878494262695,
951
+ "learning_rate": 1.5525561395126615e-05,
952
+ "loss": 3.6411,
953
+ "step": 6500
954
+ },
955
+ {
956
+ "epoch": 0.4694330968250555,
957
+ "grad_norm": 2.8400449752807617,
958
+ "learning_rate": 1.56450071667463e-05,
959
+ "loss": 3.6309,
960
+ "step": 6550
961
+ },
962
+ {
963
+ "epoch": 0.4730165555794453,
964
+ "grad_norm": 2.8949077129364014,
965
+ "learning_rate": 1.5764452938365982e-05,
966
+ "loss": 3.6387,
967
+ "step": 6600
968
+ },
969
+ {
970
+ "epoch": 0.47660001433383503,
971
+ "grad_norm": 2.801791191101074,
972
+ "learning_rate": 1.588389870998567e-05,
973
+ "loss": 3.6369,
974
+ "step": 6650
975
+ },
976
+ {
977
+ "epoch": 0.48018347308822473,
978
+ "grad_norm": 2.833810806274414,
979
+ "learning_rate": 1.6003344481605353e-05,
980
+ "loss": 3.6518,
981
+ "step": 6700
982
+ },
983
+ {
984
+ "epoch": 0.4837669318426145,
985
+ "grad_norm": 3.0063154697418213,
986
+ "learning_rate": 1.6122790253225036e-05,
987
+ "loss": 3.6286,
988
+ "step": 6750
989
+ },
990
+ {
991
+ "epoch": 0.48735039059700425,
992
+ "grad_norm": 2.8149757385253906,
993
+ "learning_rate": 1.6242236024844723e-05,
994
+ "loss": 3.6327,
995
+ "step": 6800
996
+ },
997
+ {
998
+ "epoch": 0.49093384935139395,
999
+ "grad_norm": 2.7950377464294434,
1000
+ "learning_rate": 1.6361681796464407e-05,
1001
+ "loss": 3.6269,
1002
+ "step": 6850
1003
+ },
1004
+ {
1005
+ "epoch": 0.4945173081057837,
1006
+ "grad_norm": 2.8111937046051025,
1007
+ "learning_rate": 1.648112756808409e-05,
1008
+ "loss": 3.6352,
1009
+ "step": 6900
1010
+ },
1011
+ {
1012
+ "epoch": 0.49810076686017346,
1013
+ "grad_norm": 2.9674079418182373,
1014
+ "learning_rate": 1.6600573339703778e-05,
1015
+ "loss": 3.634,
1016
+ "step": 6950
1017
+ },
1018
+ {
1019
+ "epoch": 0.5016842256145632,
1020
+ "grad_norm": 2.844080924987793,
1021
+ "learning_rate": 1.672001911132346e-05,
1022
+ "loss": 3.6418,
1023
+ "step": 7000
1024
+ },
1025
+ {
1026
+ "epoch": 0.5052676843689529,
1027
+ "grad_norm": 2.950845718383789,
1028
+ "learning_rate": 1.6839464882943145e-05,
1029
+ "loss": 3.62,
1030
+ "step": 7050
1031
+ },
1032
+ {
1033
+ "epoch": 0.5088511431233427,
1034
+ "grad_norm": 2.891509532928467,
1035
+ "learning_rate": 1.695891065456283e-05,
1036
+ "loss": 3.6269,
1037
+ "step": 7100
1038
+ },
1039
+ {
1040
+ "epoch": 0.5124346018777324,
1041
+ "grad_norm": 2.821896553039551,
1042
+ "learning_rate": 1.7078356426182515e-05,
1043
+ "loss": 3.6251,
1044
+ "step": 7150
1045
+ },
1046
+ {
1047
+ "epoch": 0.5160180606321221,
1048
+ "grad_norm": 2.830019235610962,
1049
+ "learning_rate": 1.71978021978022e-05,
1050
+ "loss": 3.6353,
1051
+ "step": 7200
1052
+ },
1053
+ {
1054
+ "epoch": 0.5196015193865119,
1055
+ "grad_norm": 2.682234525680542,
1056
+ "learning_rate": 1.7317247969421886e-05,
1057
+ "loss": 3.639,
1058
+ "step": 7250
1059
+ },
1060
+ {
1061
+ "epoch": 0.5231849781409016,
1062
+ "grad_norm": 2.8084537982940674,
1063
+ "learning_rate": 1.743669374104157e-05,
1064
+ "loss": 3.6321,
1065
+ "step": 7300
1066
+ },
1067
+ {
1068
+ "epoch": 0.5267684368952913,
1069
+ "grad_norm": 2.946808099746704,
1070
+ "learning_rate": 1.7556139512661253e-05,
1071
+ "loss": 3.649,
1072
+ "step": 7350
1073
+ },
1074
+ {
1075
+ "epoch": 0.5303518956496811,
1076
+ "grad_norm": 2.7569286823272705,
1077
+ "learning_rate": 1.767558528428094e-05,
1078
+ "loss": 3.6391,
1079
+ "step": 7400
1080
+ },
1081
+ {
1082
+ "epoch": 0.5339353544040708,
1083
+ "grad_norm": 2.967864513397217,
1084
+ "learning_rate": 1.7795031055900623e-05,
1085
+ "loss": 3.6337,
1086
+ "step": 7450
1087
+ },
1088
+ {
1089
+ "epoch": 0.5375188131584605,
1090
+ "grad_norm": 3.0034618377685547,
1091
+ "learning_rate": 1.7914476827520307e-05,
1092
+ "loss": 3.6393,
1093
+ "step": 7500
1094
+ },
1095
+ {
1096
+ "epoch": 0.5411022719128503,
1097
+ "grad_norm": 2.723473310470581,
1098
+ "learning_rate": 1.8033922599139994e-05,
1099
+ "loss": 3.6431,
1100
+ "step": 7550
1101
+ },
1102
+ {
1103
+ "epoch": 0.54468573066724,
1104
+ "grad_norm": 2.8928301334381104,
1105
+ "learning_rate": 1.8153368370759678e-05,
1106
+ "loss": 3.6374,
1107
+ "step": 7600
1108
+ },
1109
+ {
1110
+ "epoch": 0.5482691894216297,
1111
+ "grad_norm": 2.8130874633789062,
1112
+ "learning_rate": 1.827281414237936e-05,
1113
+ "loss": 3.6369,
1114
+ "step": 7650
1115
+ },
1116
+ {
1117
+ "epoch": 0.5518526481760195,
1118
+ "grad_norm": 2.876746654510498,
1119
+ "learning_rate": 1.8392259913999048e-05,
1120
+ "loss": 3.6267,
1121
+ "step": 7700
1122
+ },
1123
+ {
1124
+ "epoch": 0.5554361069304092,
1125
+ "grad_norm": 2.977689027786255,
1126
+ "learning_rate": 1.851170568561873e-05,
1127
+ "loss": 3.6446,
1128
+ "step": 7750
1129
+ },
1130
+ {
1131
+ "epoch": 0.5590195656847989,
1132
+ "grad_norm": 2.820831537246704,
1133
+ "learning_rate": 1.8631151457238415e-05,
1134
+ "loss": 3.6161,
1135
+ "step": 7800
1136
+ },
1137
+ {
1138
+ "epoch": 0.5626030244391887,
1139
+ "grad_norm": 3.08670711517334,
1140
+ "learning_rate": 1.8750597228858102e-05,
1141
+ "loss": 3.6409,
1142
+ "step": 7850
1143
+ },
1144
+ {
1145
+ "epoch": 0.5661864831935784,
1146
+ "grad_norm": 2.8381645679473877,
1147
+ "learning_rate": 1.8870043000477786e-05,
1148
+ "loss": 3.6321,
1149
+ "step": 7900
1150
+ },
1151
+ {
1152
+ "epoch": 0.5697699419479682,
1153
+ "grad_norm": 2.8480851650238037,
1154
+ "learning_rate": 1.898948877209747e-05,
1155
+ "loss": 3.6326,
1156
+ "step": 7950
1157
+ },
1158
+ {
1159
+ "epoch": 0.573353400702358,
1160
+ "grad_norm": 2.835008382797241,
1161
+ "learning_rate": 1.9108934543717156e-05,
1162
+ "loss": 3.6324,
1163
+ "step": 8000
1164
+ },
1165
+ {
1166
+ "epoch": 0.573353400702358,
1167
+ "eval_bleu": 0.1174872077739482,
1168
+ "eval_chrf": 31.49347862672598,
1169
+ "eval_loss": 3.595062255859375,
1170
+ "eval_model_preparation_time": 0.0024,
1171
+ "eval_runtime": 79.874,
1172
+ "eval_samples_per_second": 25.039,
1173
+ "eval_steps_per_second": 0.401,
1174
+ "step": 8000
1175
+ }
1176
+ ],
1177
+ "logging_steps": 50,
1178
+ "max_steps": 83718,
1179
+ "num_input_tokens_seen": 0,
1180
+ "num_train_epochs": 6,
1181
+ "save_steps": 2000,
1182
+ "stateful_callbacks": {
1183
+ "EarlyStoppingCallback": {
1184
+ "args": {
1185
+ "early_stopping_patience": 15,
1186
+ "early_stopping_threshold": 0.0001
1187
+ },
1188
+ "attributes": {
1189
+ "early_stopping_patience_counter": 2
1190
+ }
1191
+ },
1192
+ "TrainerControl": {
1193
+ "args": {
1194
+ "should_epoch_stop": false,
1195
+ "should_evaluate": false,
1196
+ "should_log": false,
1197
+ "should_save": true,
1198
+ "should_training_stop": false
1199
+ },
1200
+ "attributes": {}
1201
+ }
1202
+ },
1203
+ "total_flos": 3.2909617419780096e+16,
1204
+ "train_batch_size": 256,
1205
+ "trial_name": null,
1206
+ "trial_params": null
1207
+ }
checkpoint-8000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2d57bc67b52fab2e986e6601c38187c6c1f5438f07426ccb4a39e1f5364676b
3
+ size 5969
checkpoint-8000/training_metrics_snapshot.json ADDED
@@ -0,0 +1,1173 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "checkpoint": 8000,
3
+ "epoch": 0.573353400702358,
4
+ "timestamp": "2025-11-23T07:43:31.019505",
5
+ "training_history": [
6
+ {
7
+ "loss": 3.6787,
8
+ "grad_norm": 2.8826961517333984,
9
+ "learning_rate": 1.1705685618729097e-07,
10
+ "epoch": 0.003583458754389737,
11
+ "step": 50
12
+ },
13
+ {
14
+ "loss": 3.6845,
15
+ "grad_norm": 3.028228521347046,
16
+ "learning_rate": 2.3650262780697565e-07,
17
+ "epoch": 0.007166917508779474,
18
+ "step": 100
19
+ },
20
+ {
21
+ "loss": 3.6839,
22
+ "grad_norm": 3.1519999504089355,
23
+ "learning_rate": 3.5594839942666037e-07,
24
+ "epoch": 0.010750376263169211,
25
+ "step": 150
26
+ },
27
+ {
28
+ "loss": 3.6742,
29
+ "grad_norm": 2.8430724143981934,
30
+ "learning_rate": 4.75394171046345e-07,
31
+ "epoch": 0.014333835017558949,
32
+ "step": 200
33
+ },
34
+ {
35
+ "loss": 3.6864,
36
+ "grad_norm": 2.86275577545166,
37
+ "learning_rate": 5.948399426660297e-07,
38
+ "epoch": 0.017917293771948686,
39
+ "step": 250
40
+ },
41
+ {
42
+ "loss": 3.671,
43
+ "grad_norm": 2.787710189819336,
44
+ "learning_rate": 7.142857142857143e-07,
45
+ "epoch": 0.021500752526338422,
46
+ "step": 300
47
+ },
48
+ {
49
+ "loss": 3.6812,
50
+ "grad_norm": 2.906496524810791,
51
+ "learning_rate": 8.337314859053989e-07,
52
+ "epoch": 0.025084211280728158,
53
+ "step": 350
54
+ },
55
+ {
56
+ "loss": 3.6657,
57
+ "grad_norm": 2.733621120452881,
58
+ "learning_rate": 9.531772575250838e-07,
59
+ "epoch": 0.028667670035117897,
60
+ "step": 400
61
+ },
62
+ {
63
+ "loss": 3.6776,
64
+ "grad_norm": 2.9586291313171387,
65
+ "learning_rate": 1.0726230291447684e-06,
66
+ "epoch": 0.03225112878950763,
67
+ "step": 450
68
+ },
69
+ {
70
+ "loss": 3.6817,
71
+ "grad_norm": 2.697490930557251,
72
+ "learning_rate": 1.192068800764453e-06,
73
+ "epoch": 0.03583458754389737,
74
+ "step": 500
75
+ },
76
+ {
77
+ "loss": 3.6645,
78
+ "grad_norm": 2.8789138793945312,
79
+ "learning_rate": 1.3115145723841377e-06,
80
+ "epoch": 0.03941804629828711,
81
+ "step": 550
82
+ },
83
+ {
84
+ "loss": 3.6701,
85
+ "grad_norm": 2.738499879837036,
86
+ "learning_rate": 1.4309603440038225e-06,
87
+ "epoch": 0.043001505052676844,
88
+ "step": 600
89
+ },
90
+ {
91
+ "loss": 3.6557,
92
+ "grad_norm": 2.976515293121338,
93
+ "learning_rate": 1.550406115623507e-06,
94
+ "epoch": 0.04658496380706658,
95
+ "step": 650
96
+ },
97
+ {
98
+ "loss": 3.6624,
99
+ "grad_norm": 2.8300790786743164,
100
+ "learning_rate": 1.6698518872431918e-06,
101
+ "epoch": 0.050168422561456316,
102
+ "step": 700
103
+ },
104
+ {
105
+ "loss": 3.6638,
106
+ "grad_norm": 2.8557324409484863,
107
+ "learning_rate": 1.7892976588628764e-06,
108
+ "epoch": 0.05375188131584605,
109
+ "step": 750
110
+ },
111
+ {
112
+ "loss": 3.6746,
113
+ "grad_norm": 2.915972948074341,
114
+ "learning_rate": 1.9087434304825613e-06,
115
+ "epoch": 0.057335340070235795,
116
+ "step": 800
117
+ },
118
+ {
119
+ "loss": 3.6571,
120
+ "grad_norm": 2.833534002304077,
121
+ "learning_rate": 2.0281892021022457e-06,
122
+ "epoch": 0.06091879882462553,
123
+ "step": 850
124
+ },
125
+ {
126
+ "loss": 3.6641,
127
+ "grad_norm": 2.786886215209961,
128
+ "learning_rate": 2.1476349737219305e-06,
129
+ "epoch": 0.06450225757901526,
130
+ "step": 900
131
+ },
132
+ {
133
+ "loss": 3.6626,
134
+ "grad_norm": 2.888093948364258,
135
+ "learning_rate": 2.2670807453416154e-06,
136
+ "epoch": 0.068085716333405,
137
+ "step": 950
138
+ },
139
+ {
140
+ "loss": 3.6669,
141
+ "grad_norm": 2.935640335083008,
142
+ "learning_rate": 2.3865265169613e-06,
143
+ "epoch": 0.07166917508779475,
144
+ "step": 1000
145
+ },
146
+ {
147
+ "loss": 3.6766,
148
+ "grad_norm": 2.9223127365112305,
149
+ "learning_rate": 2.5059722885809846e-06,
150
+ "epoch": 0.07525263384218447,
151
+ "step": 1050
152
+ },
153
+ {
154
+ "loss": 3.6616,
155
+ "grad_norm": 2.855170488357544,
156
+ "learning_rate": 2.625418060200669e-06,
157
+ "epoch": 0.07883609259657422,
158
+ "step": 1100
159
+ },
160
+ {
161
+ "loss": 3.6633,
162
+ "grad_norm": 2.822401285171509,
163
+ "learning_rate": 2.7448638318203535e-06,
164
+ "epoch": 0.08241955135096395,
165
+ "step": 1150
166
+ },
167
+ {
168
+ "loss": 3.6526,
169
+ "grad_norm": 2.8145692348480225,
170
+ "learning_rate": 2.8643096034400387e-06,
171
+ "epoch": 0.08600301010535369,
172
+ "step": 1200
173
+ },
174
+ {
175
+ "loss": 3.6578,
176
+ "grad_norm": 2.7493700981140137,
177
+ "learning_rate": 2.983755375059723e-06,
178
+ "epoch": 0.08958646885974342,
179
+ "step": 1250
180
+ },
181
+ {
182
+ "loss": 3.657,
183
+ "grad_norm": 2.7674636840820312,
184
+ "learning_rate": 3.1032011466794076e-06,
185
+ "epoch": 0.09316992761413316,
186
+ "step": 1300
187
+ },
188
+ {
189
+ "loss": 3.6579,
190
+ "grad_norm": 2.798501491546631,
191
+ "learning_rate": 3.222646918299093e-06,
192
+ "epoch": 0.0967533863685229,
193
+ "step": 1350
194
+ },
195
+ {
196
+ "loss": 3.6667,
197
+ "grad_norm": 3.045165777206421,
198
+ "learning_rate": 3.3420926899187773e-06,
199
+ "epoch": 0.10033684512291263,
200
+ "step": 1400
201
+ },
202
+ {
203
+ "loss": 3.6693,
204
+ "grad_norm": 2.730278730392456,
205
+ "learning_rate": 3.4615384615384617e-06,
206
+ "epoch": 0.10392030387730238,
207
+ "step": 1450
208
+ },
209
+ {
210
+ "loss": 3.6602,
211
+ "grad_norm": 2.8988585472106934,
212
+ "learning_rate": 3.580984233158146e-06,
213
+ "epoch": 0.1075037626316921,
214
+ "step": 1500
215
+ },
216
+ {
217
+ "loss": 3.6628,
218
+ "grad_norm": 2.9216086864471436,
219
+ "learning_rate": 3.7004300047778314e-06,
220
+ "epoch": 0.11108722138608185,
221
+ "step": 1550
222
+ },
223
+ {
224
+ "loss": 3.6625,
225
+ "grad_norm": 2.7945556640625,
226
+ "learning_rate": 3.819875776397516e-06,
227
+ "epoch": 0.11467068014047159,
228
+ "step": 1600
229
+ },
230
+ {
231
+ "loss": 3.6457,
232
+ "grad_norm": 2.895811080932617,
233
+ "learning_rate": 3.9393215480172e-06,
234
+ "epoch": 0.11825413889486132,
235
+ "step": 1650
236
+ },
237
+ {
238
+ "loss": 3.6572,
239
+ "grad_norm": 2.634783983230591,
240
+ "learning_rate": 4.0587673196368855e-06,
241
+ "epoch": 0.12183759764925106,
242
+ "step": 1700
243
+ },
244
+ {
245
+ "loss": 3.6515,
246
+ "grad_norm": 2.907348871231079,
247
+ "learning_rate": 4.17821309125657e-06,
248
+ "epoch": 0.1254210564036408,
249
+ "step": 1750
250
+ },
251
+ {
252
+ "loss": 3.6465,
253
+ "grad_norm": 2.9280805587768555,
254
+ "learning_rate": 4.297658862876254e-06,
255
+ "epoch": 0.12900451515803052,
256
+ "step": 1800
257
+ },
258
+ {
259
+ "loss": 3.6564,
260
+ "grad_norm": 3.136627197265625,
261
+ "learning_rate": 4.417104634495939e-06,
262
+ "epoch": 0.13258797391242028,
263
+ "step": 1850
264
+ },
265
+ {
266
+ "loss": 3.6438,
267
+ "grad_norm": 2.8626930713653564,
268
+ "learning_rate": 4.536550406115624e-06,
269
+ "epoch": 0.13617143266681,
270
+ "step": 1900
271
+ },
272
+ {
273
+ "loss": 3.6442,
274
+ "grad_norm": 2.99165678024292,
275
+ "learning_rate": 4.6559961777353084e-06,
276
+ "epoch": 0.13975489142119973,
277
+ "step": 1950
278
+ },
279
+ {
280
+ "loss": 3.6556,
281
+ "grad_norm": 2.8795509338378906,
282
+ "learning_rate": 4.775441949354993e-06,
283
+ "epoch": 0.1433383501755895,
284
+ "step": 2000
285
+ },
286
+ {
287
+ "eval_loss": 3.6125245094299316,
288
+ "eval_model_preparation_time": 0.0024,
289
+ "eval_bleu": 0.11687587046602367,
290
+ "eval_chrf": 31.48836065140496,
291
+ "eval_runtime": 84.7074,
292
+ "eval_samples_per_second": 23.611,
293
+ "eval_steps_per_second": 0.378,
294
+ "epoch": 0.1433383501755895,
295
+ "step": 2000
296
+ },
297
+ {
298
+ "loss": 3.6548,
299
+ "grad_norm": 2.849792003631592,
300
+ "learning_rate": 4.894887720974678e-06,
301
+ "epoch": 0.14692180892997922,
302
+ "step": 2050
303
+ },
304
+ {
305
+ "loss": 3.6464,
306
+ "grad_norm": 2.7463502883911133,
307
+ "learning_rate": 5.014333492594362e-06,
308
+ "epoch": 0.15050526768436895,
309
+ "step": 2100
310
+ },
311
+ {
312
+ "loss": 3.6639,
313
+ "grad_norm": 2.8596713542938232,
314
+ "learning_rate": 5.133779264214047e-06,
315
+ "epoch": 0.15408872643875868,
316
+ "step": 2150
317
+ },
318
+ {
319
+ "loss": 3.6624,
320
+ "grad_norm": 2.8775205612182617,
321
+ "learning_rate": 5.253225035833732e-06,
322
+ "epoch": 0.15767218519314843,
323
+ "step": 2200
324
+ },
325
+ {
326
+ "loss": 3.646,
327
+ "grad_norm": 2.9133002758026123,
328
+ "learning_rate": 5.372670807453416e-06,
329
+ "epoch": 0.16125564394753816,
330
+ "step": 2250
331
+ },
332
+ {
333
+ "loss": 3.6469,
334
+ "grad_norm": 2.8221960067749023,
335
+ "learning_rate": 5.492116579073101e-06,
336
+ "epoch": 0.1648391027019279,
337
+ "step": 2300
338
+ },
339
+ {
340
+ "loss": 3.6567,
341
+ "grad_norm": 2.8143768310546875,
342
+ "learning_rate": 5.611562350692786e-06,
343
+ "epoch": 0.16842256145631765,
344
+ "step": 2350
345
+ },
346
+ {
347
+ "loss": 3.6557,
348
+ "grad_norm": 2.9973151683807373,
349
+ "learning_rate": 5.73100812231247e-06,
350
+ "epoch": 0.17200602021070738,
351
+ "step": 2400
352
+ },
353
+ {
354
+ "loss": 3.6554,
355
+ "grad_norm": 3.0725531578063965,
356
+ "learning_rate": 5.850453893932155e-06,
357
+ "epoch": 0.1755894789650971,
358
+ "step": 2450
359
+ },
360
+ {
361
+ "loss": 3.6471,
362
+ "grad_norm": 3.028376579284668,
363
+ "learning_rate": 5.9698996655518404e-06,
364
+ "epoch": 0.17917293771948684,
365
+ "step": 2500
366
+ },
367
+ {
368
+ "loss": 3.6492,
369
+ "grad_norm": 2.886871814727783,
370
+ "learning_rate": 6.089345437171524e-06,
371
+ "epoch": 0.1827563964738766,
372
+ "step": 2550
373
+ },
374
+ {
375
+ "loss": 3.6598,
376
+ "grad_norm": 2.8908731937408447,
377
+ "learning_rate": 6.208791208791209e-06,
378
+ "epoch": 0.18633985522826632,
379
+ "step": 2600
380
+ },
381
+ {
382
+ "loss": 3.6476,
383
+ "grad_norm": 3.0486247539520264,
384
+ "learning_rate": 6.3282369804108945e-06,
385
+ "epoch": 0.18992331398265605,
386
+ "step": 2650
387
+ },
388
+ {
389
+ "loss": 3.6448,
390
+ "grad_norm": 3.1281673908233643,
391
+ "learning_rate": 6.447682752030578e-06,
392
+ "epoch": 0.1935067727370458,
393
+ "step": 2700
394
+ },
395
+ {
396
+ "loss": 3.638,
397
+ "grad_norm": 2.75227952003479,
398
+ "learning_rate": 6.567128523650263e-06,
399
+ "epoch": 0.19709023149143554,
400
+ "step": 2750
401
+ },
402
+ {
403
+ "loss": 3.6377,
404
+ "grad_norm": 2.825026750564575,
405
+ "learning_rate": 6.686574295269948e-06,
406
+ "epoch": 0.20067369024582526,
407
+ "step": 2800
408
+ },
409
+ {
410
+ "loss": 3.643,
411
+ "grad_norm": 2.7805380821228027,
412
+ "learning_rate": 6.806020066889632e-06,
413
+ "epoch": 0.204257149000215,
414
+ "step": 2850
415
+ },
416
+ {
417
+ "loss": 3.6556,
418
+ "grad_norm": 3.056185483932495,
419
+ "learning_rate": 6.9254658385093175e-06,
420
+ "epoch": 0.20784060775460475,
421
+ "step": 2900
422
+ },
423
+ {
424
+ "loss": 3.6551,
425
+ "grad_norm": 2.7656185626983643,
426
+ "learning_rate": 7.044911610129002e-06,
427
+ "epoch": 0.21142406650899448,
428
+ "step": 2950
429
+ },
430
+ {
431
+ "loss": 3.6527,
432
+ "grad_norm": 2.9017703533172607,
433
+ "learning_rate": 7.164357381748686e-06,
434
+ "epoch": 0.2150075252633842,
435
+ "step": 3000
436
+ },
437
+ {
438
+ "loss": 3.6455,
439
+ "grad_norm": 2.8588929176330566,
440
+ "learning_rate": 7.283803153368372e-06,
441
+ "epoch": 0.21859098401777396,
442
+ "step": 3050
443
+ },
444
+ {
445
+ "loss": 3.6578,
446
+ "grad_norm": 2.759413003921509,
447
+ "learning_rate": 7.403248924988056e-06,
448
+ "epoch": 0.2221744427721637,
449
+ "step": 3100
450
+ },
451
+ {
452
+ "loss": 3.6526,
453
+ "grad_norm": 2.810638904571533,
454
+ "learning_rate": 7.5226946966077404e-06,
455
+ "epoch": 0.22575790152655342,
456
+ "step": 3150
457
+ },
458
+ {
459
+ "loss": 3.6567,
460
+ "grad_norm": 2.779322862625122,
461
+ "learning_rate": 7.642140468227427e-06,
462
+ "epoch": 0.22934136028094318,
463
+ "step": 3200
464
+ },
465
+ {
466
+ "loss": 3.6548,
467
+ "grad_norm": 2.914285659790039,
468
+ "learning_rate": 7.76158623984711e-06,
469
+ "epoch": 0.2329248190353329,
470
+ "step": 3250
471
+ },
472
+ {
473
+ "loss": 3.6405,
474
+ "grad_norm": 2.790729284286499,
475
+ "learning_rate": 7.881032011466795e-06,
476
+ "epoch": 0.23650827778972264,
477
+ "step": 3300
478
+ },
479
+ {
480
+ "loss": 3.6483,
481
+ "grad_norm": 2.8829877376556396,
482
+ "learning_rate": 8.00047778308648e-06,
483
+ "epoch": 0.24009173654411237,
484
+ "step": 3350
485
+ },
486
+ {
487
+ "loss": 3.6411,
488
+ "grad_norm": 2.7378406524658203,
489
+ "learning_rate": 8.119923554706164e-06,
490
+ "epoch": 0.24367519529850212,
491
+ "step": 3400
492
+ },
493
+ {
494
+ "loss": 3.639,
495
+ "grad_norm": 2.9590532779693604,
496
+ "learning_rate": 8.23936932632585e-06,
497
+ "epoch": 0.24725865405289185,
498
+ "step": 3450
499
+ },
500
+ {
501
+ "loss": 3.6493,
502
+ "grad_norm": 2.793628692626953,
503
+ "learning_rate": 8.358815097945533e-06,
504
+ "epoch": 0.2508421128072816,
505
+ "step": 3500
506
+ },
507
+ {
508
+ "loss": 3.6381,
509
+ "grad_norm": 2.804919481277466,
510
+ "learning_rate": 8.478260869565218e-06,
511
+ "epoch": 0.25442557156167134,
512
+ "step": 3550
513
+ },
514
+ {
515
+ "loss": 3.6412,
516
+ "grad_norm": 2.988947868347168,
517
+ "learning_rate": 8.597706641184904e-06,
518
+ "epoch": 0.25800903031606104,
519
+ "step": 3600
520
+ },
521
+ {
522
+ "loss": 3.6444,
523
+ "grad_norm": 3.0187394618988037,
524
+ "learning_rate": 8.717152412804587e-06,
525
+ "epoch": 0.2615924890704508,
526
+ "step": 3650
527
+ },
528
+ {
529
+ "loss": 3.6372,
530
+ "grad_norm": 2.841747999191284,
531
+ "learning_rate": 8.836598184424272e-06,
532
+ "epoch": 0.26517594782484055,
533
+ "step": 3700
534
+ },
535
+ {
536
+ "loss": 3.6553,
537
+ "grad_norm": 2.8912370204925537,
538
+ "learning_rate": 8.956043956043958e-06,
539
+ "epoch": 0.26875940657923025,
540
+ "step": 3750
541
+ },
542
+ {
543
+ "loss": 3.6387,
544
+ "grad_norm": 3.2106292247772217,
545
+ "learning_rate": 9.075489727663641e-06,
546
+ "epoch": 0.27234286533362,
547
+ "step": 3800
548
+ },
549
+ {
550
+ "loss": 3.6417,
551
+ "grad_norm": 2.8960952758789062,
552
+ "learning_rate": 9.194935499283327e-06,
553
+ "epoch": 0.27592632408800977,
554
+ "step": 3850
555
+ },
556
+ {
557
+ "loss": 3.6434,
558
+ "grad_norm": 2.7633676528930664,
559
+ "learning_rate": 9.314381270903012e-06,
560
+ "epoch": 0.27950978284239947,
561
+ "step": 3900
562
+ },
563
+ {
564
+ "loss": 3.6559,
565
+ "grad_norm": 2.7297277450561523,
566
+ "learning_rate": 9.433827042522695e-06,
567
+ "epoch": 0.2830932415967892,
568
+ "step": 3950
569
+ },
570
+ {
571
+ "loss": 3.641,
572
+ "grad_norm": 2.7868881225585938,
573
+ "learning_rate": 9.55327281414238e-06,
574
+ "epoch": 0.286676700351179,
575
+ "step": 4000
576
+ },
577
+ {
578
+ "eval_loss": 3.604299545288086,
579
+ "eval_model_preparation_time": 0.0024,
580
+ "eval_bleu": 0.11855110578819589,
581
+ "eval_chrf": 31.371795297948747,
582
+ "eval_runtime": 79.5186,
583
+ "eval_samples_per_second": 25.151,
584
+ "eval_steps_per_second": 0.402,
585
+ "epoch": 0.286676700351179,
586
+ "step": 4000
587
+ },
588
+ {
589
+ "loss": 3.6385,
590
+ "grad_norm": 2.9395406246185303,
591
+ "learning_rate": 9.672718585762066e-06,
592
+ "epoch": 0.2902601591055687,
593
+ "step": 4050
594
+ },
595
+ {
596
+ "loss": 3.6459,
597
+ "grad_norm": 2.838879108428955,
598
+ "learning_rate": 9.79216435738175e-06,
599
+ "epoch": 0.29384361785995844,
600
+ "step": 4100
601
+ },
602
+ {
603
+ "loss": 3.6445,
604
+ "grad_norm": 2.835333824157715,
605
+ "learning_rate": 9.911610129001435e-06,
606
+ "epoch": 0.2974270766143482,
607
+ "step": 4150
608
+ },
609
+ {
610
+ "loss": 3.6509,
611
+ "grad_norm": 2.8583765029907227,
612
+ "learning_rate": 1.0031055900621118e-05,
613
+ "epoch": 0.3010105353687379,
614
+ "step": 4200
615
+ },
616
+ {
617
+ "loss": 3.6438,
618
+ "grad_norm": 3.103139638900757,
619
+ "learning_rate": 1.0150501672240805e-05,
620
+ "epoch": 0.30459399412312765,
621
+ "step": 4250
622
+ },
623
+ {
624
+ "loss": 3.6385,
625
+ "grad_norm": 2.8596248626708984,
626
+ "learning_rate": 1.0269947443860489e-05,
627
+ "epoch": 0.30817745287751735,
628
+ "step": 4300
629
+ },
630
+ {
631
+ "loss": 3.6522,
632
+ "grad_norm": 2.778722047805786,
633
+ "learning_rate": 1.0389393215480172e-05,
634
+ "epoch": 0.3117609116319071,
635
+ "step": 4350
636
+ },
637
+ {
638
+ "loss": 3.6504,
639
+ "grad_norm": 2.895379066467285,
640
+ "learning_rate": 1.050883898709986e-05,
641
+ "epoch": 0.31534437038629687,
642
+ "step": 4400
643
+ },
644
+ {
645
+ "loss": 3.6507,
646
+ "grad_norm": 2.701481342315674,
647
+ "learning_rate": 1.0628284758719543e-05,
648
+ "epoch": 0.31892782914068657,
649
+ "step": 4450
650
+ },
651
+ {
652
+ "loss": 3.634,
653
+ "grad_norm": 2.87186336517334,
654
+ "learning_rate": 1.0747730530339227e-05,
655
+ "epoch": 0.3225112878950763,
656
+ "step": 4500
657
+ },
658
+ {
659
+ "loss": 3.6422,
660
+ "grad_norm": 2.6985971927642822,
661
+ "learning_rate": 1.086717630195891e-05,
662
+ "epoch": 0.3260947466494661,
663
+ "step": 4550
664
+ },
665
+ {
666
+ "loss": 3.6412,
667
+ "grad_norm": 2.993252754211426,
668
+ "learning_rate": 1.0986622073578597e-05,
669
+ "epoch": 0.3296782054038558,
670
+ "step": 4600
671
+ },
672
+ {
673
+ "loss": 3.6427,
674
+ "grad_norm": 2.9659206867218018,
675
+ "learning_rate": 1.110606784519828e-05,
676
+ "epoch": 0.33326166415824554,
677
+ "step": 4650
678
+ },
679
+ {
680
+ "loss": 3.6421,
681
+ "grad_norm": 2.7770729064941406,
682
+ "learning_rate": 1.1225513616817964e-05,
683
+ "epoch": 0.3368451229126353,
684
+ "step": 4700
685
+ },
686
+ {
687
+ "loss": 3.643,
688
+ "grad_norm": 2.8897016048431396,
689
+ "learning_rate": 1.1344959388437651e-05,
690
+ "epoch": 0.340428581667025,
691
+ "step": 4750
692
+ },
693
+ {
694
+ "loss": 3.6249,
695
+ "grad_norm": 3.156210422515869,
696
+ "learning_rate": 1.1464405160057335e-05,
697
+ "epoch": 0.34401204042141476,
698
+ "step": 4800
699
+ },
700
+ {
701
+ "loss": 3.6483,
702
+ "grad_norm": 2.983232259750366,
703
+ "learning_rate": 1.1583850931677018e-05,
704
+ "epoch": 0.3475954991758045,
705
+ "step": 4850
706
+ },
707
+ {
708
+ "loss": 3.6444,
709
+ "grad_norm": 3.007908821105957,
710
+ "learning_rate": 1.1703296703296705e-05,
711
+ "epoch": 0.3511789579301942,
712
+ "step": 4900
713
+ },
714
+ {
715
+ "loss": 3.6681,
716
+ "grad_norm": 2.7451424598693848,
717
+ "learning_rate": 1.1822742474916389e-05,
718
+ "epoch": 0.35476241668458397,
719
+ "step": 4950
720
+ },
721
+ {
722
+ "loss": 3.6539,
723
+ "grad_norm": 2.989840507507324,
724
+ "learning_rate": 1.1942188246536072e-05,
725
+ "epoch": 0.35834587543897367,
726
+ "step": 5000
727
+ },
728
+ {
729
+ "loss": 3.6297,
730
+ "grad_norm": 2.841801166534424,
731
+ "learning_rate": 1.206163401815576e-05,
732
+ "epoch": 0.36192933419336343,
733
+ "step": 5050
734
+ },
735
+ {
736
+ "loss": 3.6522,
737
+ "grad_norm": 3.0453057289123535,
738
+ "learning_rate": 1.2181079789775443e-05,
739
+ "epoch": 0.3655127929477532,
740
+ "step": 5100
741
+ },
742
+ {
743
+ "loss": 3.6355,
744
+ "grad_norm": 2.991407871246338,
745
+ "learning_rate": 1.2300525561395127e-05,
746
+ "epoch": 0.3690962517021429,
747
+ "step": 5150
748
+ },
749
+ {
750
+ "loss": 3.6435,
751
+ "grad_norm": 2.941945791244507,
752
+ "learning_rate": 1.2419971333014814e-05,
753
+ "epoch": 0.37267971045653264,
754
+ "step": 5200
755
+ },
756
+ {
757
+ "loss": 3.6256,
758
+ "grad_norm": 2.92447829246521,
759
+ "learning_rate": 1.2539417104634497e-05,
760
+ "epoch": 0.3762631692109224,
761
+ "step": 5250
762
+ },
763
+ {
764
+ "loss": 3.654,
765
+ "grad_norm": 2.8586673736572266,
766
+ "learning_rate": 1.265886287625418e-05,
767
+ "epoch": 0.3798466279653121,
768
+ "step": 5300
769
+ },
770
+ {
771
+ "loss": 3.6351,
772
+ "grad_norm": 2.8122401237487793,
773
+ "learning_rate": 1.2778308647873868e-05,
774
+ "epoch": 0.38343008671970186,
775
+ "step": 5350
776
+ },
777
+ {
778
+ "loss": 3.6546,
779
+ "grad_norm": 2.8284683227539062,
780
+ "learning_rate": 1.2897754419493551e-05,
781
+ "epoch": 0.3870135454740916,
782
+ "step": 5400
783
+ },
784
+ {
785
+ "loss": 3.6337,
786
+ "grad_norm": 2.7817671298980713,
787
+ "learning_rate": 1.3017200191113235e-05,
788
+ "epoch": 0.3905970042284813,
789
+ "step": 5450
790
+ },
791
+ {
792
+ "loss": 3.6487,
793
+ "grad_norm": 3.200016736984253,
794
+ "learning_rate": 1.3136645962732922e-05,
795
+ "epoch": 0.39418046298287107,
796
+ "step": 5500
797
+ },
798
+ {
799
+ "loss": 3.6342,
800
+ "grad_norm": 2.7402632236480713,
801
+ "learning_rate": 1.3256091734352605e-05,
802
+ "epoch": 0.39776392173726083,
803
+ "step": 5550
804
+ },
805
+ {
806
+ "loss": 3.6392,
807
+ "grad_norm": 2.810091018676758,
808
+ "learning_rate": 1.3375537505972289e-05,
809
+ "epoch": 0.40134738049165053,
810
+ "step": 5600
811
+ },
812
+ {
813
+ "loss": 3.641,
814
+ "grad_norm": 2.894531011581421,
815
+ "learning_rate": 1.3494983277591976e-05,
816
+ "epoch": 0.4049308392460403,
817
+ "step": 5650
818
+ },
819
+ {
820
+ "loss": 3.6368,
821
+ "grad_norm": 2.9225988388061523,
822
+ "learning_rate": 1.361442904921166e-05,
823
+ "epoch": 0.40851429800043,
824
+ "step": 5700
825
+ },
826
+ {
827
+ "loss": 3.6374,
828
+ "grad_norm": 3.016430616378784,
829
+ "learning_rate": 1.3733874820831343e-05,
830
+ "epoch": 0.41209775675481974,
831
+ "step": 5750
832
+ },
833
+ {
834
+ "loss": 3.6452,
835
+ "grad_norm": 2.9885077476501465,
836
+ "learning_rate": 1.385332059245103e-05,
837
+ "epoch": 0.4156812155092095,
838
+ "step": 5800
839
+ },
840
+ {
841
+ "loss": 3.6334,
842
+ "grad_norm": 2.9427528381347656,
843
+ "learning_rate": 1.3972766364070714e-05,
844
+ "epoch": 0.4192646742635992,
845
+ "step": 5850
846
+ },
847
+ {
848
+ "loss": 3.6434,
849
+ "grad_norm": 2.9331486225128174,
850
+ "learning_rate": 1.4092212135690397e-05,
851
+ "epoch": 0.42284813301798896,
852
+ "step": 5900
853
+ },
854
+ {
855
+ "loss": 3.6287,
856
+ "grad_norm": 2.8337302207946777,
857
+ "learning_rate": 1.421165790731008e-05,
858
+ "epoch": 0.4264315917723787,
859
+ "step": 5950
860
+ },
861
+ {
862
+ "loss": 3.6363,
863
+ "grad_norm": 2.9508445262908936,
864
+ "learning_rate": 1.4331103678929768e-05,
865
+ "epoch": 0.4300150505267684,
866
+ "step": 6000
867
+ },
868
+ {
869
+ "eval_loss": 3.59792423248291,
870
+ "eval_model_preparation_time": 0.0024,
871
+ "eval_bleu": 0.10979748596234642,
872
+ "eval_chrf": 31.31455144193432,
873
+ "eval_runtime": 88.7529,
874
+ "eval_samples_per_second": 22.534,
875
+ "eval_steps_per_second": 0.361,
876
+ "epoch": 0.4300150505267684,
877
+ "step": 6000
878
+ },
879
+ {
880
+ "loss": 3.6399,
881
+ "grad_norm": 2.8384978771209717,
882
+ "learning_rate": 1.4450549450549451e-05,
883
+ "epoch": 0.4335985092811582,
884
+ "step": 6050
885
+ },
886
+ {
887
+ "loss": 3.6334,
888
+ "grad_norm": 3.0397462844848633,
889
+ "learning_rate": 1.4569995222169135e-05,
890
+ "epoch": 0.43718196803554793,
891
+ "step": 6100
892
+ },
893
+ {
894
+ "loss": 3.6237,
895
+ "grad_norm": 2.8816871643066406,
896
+ "learning_rate": 1.4689440993788822e-05,
897
+ "epoch": 0.44076542678993763,
898
+ "step": 6150
899
+ },
900
+ {
901
+ "loss": 3.6504,
902
+ "grad_norm": 2.8406283855438232,
903
+ "learning_rate": 1.4808886765408505e-05,
904
+ "epoch": 0.4443488855443274,
905
+ "step": 6200
906
+ },
907
+ {
908
+ "loss": 3.6342,
909
+ "grad_norm": 2.9639480113983154,
910
+ "learning_rate": 1.4928332537028189e-05,
911
+ "epoch": 0.44793234429871714,
912
+ "step": 6250
913
+ },
914
+ {
915
+ "loss": 3.6498,
916
+ "grad_norm": 2.9352121353149414,
917
+ "learning_rate": 1.5047778308647876e-05,
918
+ "epoch": 0.45151580305310685,
919
+ "step": 6300
920
+ },
921
+ {
922
+ "loss": 3.6465,
923
+ "grad_norm": 2.9181034564971924,
924
+ "learning_rate": 1.516722408026756e-05,
925
+ "epoch": 0.4550992618074966,
926
+ "step": 6350
927
+ },
928
+ {
929
+ "loss": 3.6422,
930
+ "grad_norm": 2.8066813945770264,
931
+ "learning_rate": 1.5286669851887245e-05,
932
+ "epoch": 0.45868272056188636,
933
+ "step": 6400
934
+ },
935
+ {
936
+ "loss": 3.6359,
937
+ "grad_norm": 2.9192256927490234,
938
+ "learning_rate": 1.5406115623506928e-05,
939
+ "epoch": 0.46226617931627606,
940
+ "step": 6450
941
+ },
942
+ {
943
+ "loss": 3.6411,
944
+ "grad_norm": 2.8807878494262695,
945
+ "learning_rate": 1.5525561395126615e-05,
946
+ "epoch": 0.4658496380706658,
947
+ "step": 6500
948
+ },
949
+ {
950
+ "loss": 3.6309,
951
+ "grad_norm": 2.8400449752807617,
952
+ "learning_rate": 1.56450071667463e-05,
953
+ "epoch": 0.4694330968250555,
954
+ "step": 6550
955
+ },
956
+ {
957
+ "loss": 3.6387,
958
+ "grad_norm": 2.8949077129364014,
959
+ "learning_rate": 1.5764452938365982e-05,
960
+ "epoch": 0.4730165555794453,
961
+ "step": 6600
962
+ },
963
+ {
964
+ "loss": 3.6369,
965
+ "grad_norm": 2.801791191101074,
966
+ "learning_rate": 1.588389870998567e-05,
967
+ "epoch": 0.47660001433383503,
968
+ "step": 6650
969
+ },
970
+ {
971
+ "loss": 3.6518,
972
+ "grad_norm": 2.833810806274414,
973
+ "learning_rate": 1.6003344481605353e-05,
974
+ "epoch": 0.48018347308822473,
975
+ "step": 6700
976
+ },
977
+ {
978
+ "loss": 3.6286,
979
+ "grad_norm": 3.0063154697418213,
980
+ "learning_rate": 1.6122790253225036e-05,
981
+ "epoch": 0.4837669318426145,
982
+ "step": 6750
983
+ },
984
+ {
985
+ "loss": 3.6327,
986
+ "grad_norm": 2.8149757385253906,
987
+ "learning_rate": 1.6242236024844723e-05,
988
+ "epoch": 0.48735039059700425,
989
+ "step": 6800
990
+ },
991
+ {
992
+ "loss": 3.6269,
993
+ "grad_norm": 2.7950377464294434,
994
+ "learning_rate": 1.6361681796464407e-05,
995
+ "epoch": 0.49093384935139395,
996
+ "step": 6850
997
+ },
998
+ {
999
+ "loss": 3.6352,
1000
+ "grad_norm": 2.8111937046051025,
1001
+ "learning_rate": 1.648112756808409e-05,
1002
+ "epoch": 0.4945173081057837,
1003
+ "step": 6900
1004
+ },
1005
+ {
1006
+ "loss": 3.634,
1007
+ "grad_norm": 2.9674079418182373,
1008
+ "learning_rate": 1.6600573339703778e-05,
1009
+ "epoch": 0.49810076686017346,
1010
+ "step": 6950
1011
+ },
1012
+ {
1013
+ "loss": 3.6418,
1014
+ "grad_norm": 2.844080924987793,
1015
+ "learning_rate": 1.672001911132346e-05,
1016
+ "epoch": 0.5016842256145632,
1017
+ "step": 7000
1018
+ },
1019
+ {
1020
+ "loss": 3.62,
1021
+ "grad_norm": 2.950845718383789,
1022
+ "learning_rate": 1.6839464882943145e-05,
1023
+ "epoch": 0.5052676843689529,
1024
+ "step": 7050
1025
+ },
1026
+ {
1027
+ "loss": 3.6269,
1028
+ "grad_norm": 2.891509532928467,
1029
+ "learning_rate": 1.695891065456283e-05,
1030
+ "epoch": 0.5088511431233427,
1031
+ "step": 7100
1032
+ },
1033
+ {
1034
+ "loss": 3.6251,
1035
+ "grad_norm": 2.821896553039551,
1036
+ "learning_rate": 1.7078356426182515e-05,
1037
+ "epoch": 0.5124346018777324,
1038
+ "step": 7150
1039
+ },
1040
+ {
1041
+ "loss": 3.6353,
1042
+ "grad_norm": 2.830019235610962,
1043
+ "learning_rate": 1.71978021978022e-05,
1044
+ "epoch": 0.5160180606321221,
1045
+ "step": 7200
1046
+ },
1047
+ {
1048
+ "loss": 3.639,
1049
+ "grad_norm": 2.682234525680542,
1050
+ "learning_rate": 1.7317247969421886e-05,
1051
+ "epoch": 0.5196015193865119,
1052
+ "step": 7250
1053
+ },
1054
+ {
1055
+ "loss": 3.6321,
1056
+ "grad_norm": 2.8084537982940674,
1057
+ "learning_rate": 1.743669374104157e-05,
1058
+ "epoch": 0.5231849781409016,
1059
+ "step": 7300
1060
+ },
1061
+ {
1062
+ "loss": 3.649,
1063
+ "grad_norm": 2.946808099746704,
1064
+ "learning_rate": 1.7556139512661253e-05,
1065
+ "epoch": 0.5267684368952913,
1066
+ "step": 7350
1067
+ },
1068
+ {
1069
+ "loss": 3.6391,
1070
+ "grad_norm": 2.7569286823272705,
1071
+ "learning_rate": 1.767558528428094e-05,
1072
+ "epoch": 0.5303518956496811,
1073
+ "step": 7400
1074
+ },
1075
+ {
1076
+ "loss": 3.6337,
1077
+ "grad_norm": 2.967864513397217,
1078
+ "learning_rate": 1.7795031055900623e-05,
1079
+ "epoch": 0.5339353544040708,
1080
+ "step": 7450
1081
+ },
1082
+ {
1083
+ "loss": 3.6393,
1084
+ "grad_norm": 3.0034618377685547,
1085
+ "learning_rate": 1.7914476827520307e-05,
1086
+ "epoch": 0.5375188131584605,
1087
+ "step": 7500
1088
+ },
1089
+ {
1090
+ "loss": 3.6431,
1091
+ "grad_norm": 2.723473310470581,
1092
+ "learning_rate": 1.8033922599139994e-05,
1093
+ "epoch": 0.5411022719128503,
1094
+ "step": 7550
1095
+ },
1096
+ {
1097
+ "loss": 3.6374,
1098
+ "grad_norm": 2.8928301334381104,
1099
+ "learning_rate": 1.8153368370759678e-05,
1100
+ "epoch": 0.54468573066724,
1101
+ "step": 7600
1102
+ },
1103
+ {
1104
+ "loss": 3.6369,
1105
+ "grad_norm": 2.8130874633789062,
1106
+ "learning_rate": 1.827281414237936e-05,
1107
+ "epoch": 0.5482691894216297,
1108
+ "step": 7650
1109
+ },
1110
+ {
1111
+ "loss": 3.6267,
1112
+ "grad_norm": 2.876746654510498,
1113
+ "learning_rate": 1.8392259913999048e-05,
1114
+ "epoch": 0.5518526481760195,
1115
+ "step": 7700
1116
+ },
1117
+ {
1118
+ "loss": 3.6446,
1119
+ "grad_norm": 2.977689027786255,
1120
+ "learning_rate": 1.851170568561873e-05,
1121
+ "epoch": 0.5554361069304092,
1122
+ "step": 7750
1123
+ },
1124
+ {
1125
+ "loss": 3.6161,
1126
+ "grad_norm": 2.820831537246704,
1127
+ "learning_rate": 1.8631151457238415e-05,
1128
+ "epoch": 0.5590195656847989,
1129
+ "step": 7800
1130
+ },
1131
+ {
1132
+ "loss": 3.6409,
1133
+ "grad_norm": 3.08670711517334,
1134
+ "learning_rate": 1.8750597228858102e-05,
1135
+ "epoch": 0.5626030244391887,
1136
+ "step": 7850
1137
+ },
1138
+ {
1139
+ "loss": 3.6321,
1140
+ "grad_norm": 2.8381645679473877,
1141
+ "learning_rate": 1.8870043000477786e-05,
1142
+ "epoch": 0.5661864831935784,
1143
+ "step": 7900
1144
+ },
1145
+ {
1146
+ "loss": 3.6326,
1147
+ "grad_norm": 2.8480851650238037,
1148
+ "learning_rate": 1.898948877209747e-05,
1149
+ "epoch": 0.5697699419479682,
1150
+ "step": 7950
1151
+ },
1152
+ {
1153
+ "loss": 3.6324,
1154
+ "grad_norm": 2.835008382797241,
1155
+ "learning_rate": 1.9108934543717156e-05,
1156
+ "epoch": 0.573353400702358,
1157
+ "step": 8000
1158
+ },
1159
+ {
1160
+ "eval_loss": 3.595062255859375,
1161
+ "eval_model_preparation_time": 0.0024,
1162
+ "eval_bleu": 0.1174872077739482,
1163
+ "eval_chrf": 31.49347862672598,
1164
+ "eval_runtime": 79.874,
1165
+ "eval_samples_per_second": 25.039,
1166
+ "eval_steps_per_second": 0.401,
1167
+ "epoch": 0.573353400702358,
1168
+ "step": 8000
1169
+ }
1170
+ ],
1171
+ "best_metric": 0.11855110578819589,
1172
+ "total_steps": 83718
1173
+ }
checkpoint-8000/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.0,
3
+ "activation_function": "swish",
4
+ "add_bias_logits": false,
5
+ "add_final_layer_norm": false,
6
+ "architectures": [
7
+ "MarianMTModel"
8
+ ],
9
+ "attention_dropout": 0.0,
10
+ "classif_dropout": 0.0,
11
+ "classifier_dropout": 0.0,
12
+ "d_model": 512,
13
+ "decoder_attention_heads": 8,
14
+ "decoder_ffn_dim": 2048,
15
+ "decoder_layerdrop": 0.0,
16
+ "decoder_layers": 6,
17
+ "decoder_start_token_id": 64171,
18
+ "decoder_vocab_size": 64172,
19
+ "dropout": 0.1,
20
+ "dtype": "float32",
21
+ "encoder_attention_heads": 8,
22
+ "encoder_ffn_dim": 2048,
23
+ "encoder_layerdrop": 0.0,
24
+ "encoder_layers": 6,
25
+ "eos_token_id": 0,
26
+ "extra_pos_embeddings": 64172,
27
+ "forced_eos_token_id": 0,
28
+ "id2label": {
29
+ "0": "LABEL_0",
30
+ "1": "LABEL_1",
31
+ "2": "LABEL_2"
32
+ },
33
+ "init_std": 0.02,
34
+ "is_encoder_decoder": true,
35
+ "label2id": {
36
+ "LABEL_0": 0,
37
+ "LABEL_1": 1,
38
+ "LABEL_2": 2
39
+ },
40
+ "max_length": null,
41
+ "max_position_embeddings": 512,
42
+ "model_type": "marian",
43
+ "normalize_before": false,
44
+ "normalize_embedding": false,
45
+ "num_beams": null,
46
+ "num_hidden_layers": 6,
47
+ "pad_token_id": 64171,
48
+ "scale_embedding": true,
49
+ "share_encoder_decoder_embeddings": true,
50
+ "static_position_embeddings": true,
51
+ "transformers_version": "4.57.1",
52
+ "use_cache": true,
53
+ "vocab_size": 64172
54
+ }
generation_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bad_words_ids": [
3
+ [
4
+ 64171
5
+ ]
6
+ ],
7
+ "decoder_start_token_id": 64171,
8
+ "eos_token_id": [
9
+ 0
10
+ ],
11
+ "forced_eos_token_id": 0,
12
+ "max_length": 512,
13
+ "num_beams": 6,
14
+ "pad_token_id": 64171,
15
+ "renormalize_logits": true,
16
+ "transformers_version": "4.57.1"
17
+ }