Grosy commited on
Commit
610a92b
·
verified ·
1 Parent(s): c3ce7d6

New model with fixed vocabulary bindings

Browse files
added_tokens.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "</s>": 34,
3
+ "<s>": 33
4
+ }
config.json CHANGED
@@ -102,6 +102,6 @@
102
  "torch_dtype": "float32",
103
  "transformers_version": "4.51.3",
104
  "use_weighted_layer_sum": false,
105
- "vocab_size": 38,
106
  "xvector_output_dim": 512
107
  }
 
102
  "torch_dtype": "float32",
103
  "transformers_version": "4.51.3",
104
  "use_weighted_layer_sum": false,
105
+ "vocab_size": 35,
106
  "xvector_output_dim": 512
107
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:450ef07204a84d2b8a3d64616f66a2d9455472596c7263c3e9917db46c695696
3
- size 1261963280
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56cab98b52b2af0b156f8af4400f54c92f5b7e7201ac1a8469169f978001b24e
3
+ size 1261950980
special_tokens_map.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "bos_token": "<s>",
3
  "eos_token": "</s>",
4
- "pad_token": "<pad>",
5
- "unk_token": "<unk>"
6
  }
 
1
  {
2
  "bos_token": "<s>",
3
  "eos_token": "</s>",
4
+ "pad_token": "[PAD]",
5
+ "unk_token": "[UNK]"
6
  }
tokenizer_config.json CHANGED
@@ -1,50 +1,48 @@
1
  {
2
  "added_tokens_decoder": {
3
  "0": {
4
- "content": "<pad>",
5
  "lstrip": true,
6
  "normalized": false,
7
  "rstrip": true,
8
  "single_word": false,
9
  "special": false
10
  },
11
- "1": {
12
- "content": "<s>",
13
  "lstrip": true,
14
  "normalized": false,
15
  "rstrip": true,
16
  "single_word": false,
17
  "special": false
18
  },
19
- "2": {
20
- "content": "</s>",
21
- "lstrip": true,
22
  "normalized": false,
23
- "rstrip": true,
24
  "single_word": false,
25
- "special": false
26
  },
27
- "3": {
28
- "content": "<unk>",
29
- "lstrip": true,
30
  "normalized": false,
31
- "rstrip": true,
32
  "single_word": false,
33
- "special": false
34
  }
35
  },
36
  "bos_token": "<s>",
37
- "cache_dir": "cache",
38
- "clean_up_tokenization_spaces": false,
39
- "do_lower_case": true,
40
  "eos_token": "</s>",
41
  "extra_special_tokens": {},
42
  "model_max_length": 1000000000000000019884624838656,
43
- "pad_token": "<pad>",
44
- "processor_class": "Wav2Vec2Processor",
45
  "replace_word_delimiter_char": " ",
46
  "target_lang": null,
47
  "tokenizer_class": "Wav2Vec2CTCTokenizer",
48
- "unk_token": "<unk>",
49
  "word_delimiter_token": "|"
50
  }
 
1
  {
2
  "added_tokens_decoder": {
3
  "0": {
4
+ "content": "[PAD]",
5
  "lstrip": true,
6
  "normalized": false,
7
  "rstrip": true,
8
  "single_word": false,
9
  "special": false
10
  },
11
+ "2": {
12
+ "content": "[UNK]",
13
  "lstrip": true,
14
  "normalized": false,
15
  "rstrip": true,
16
  "single_word": false,
17
  "special": false
18
  },
19
+ "33": {
20
+ "content": "<s>",
21
+ "lstrip": false,
22
  "normalized": false,
23
+ "rstrip": false,
24
  "single_word": false,
25
+ "special": true
26
  },
27
+ "34": {
28
+ "content": "</s>",
29
+ "lstrip": false,
30
  "normalized": false,
31
+ "rstrip": false,
32
  "single_word": false,
33
+ "special": true
34
  }
35
  },
36
  "bos_token": "<s>",
37
+ "clean_up_tokenization_spaces": true,
38
+ "do_lower_case": false,
 
39
  "eos_token": "</s>",
40
  "extra_special_tokens": {},
41
  "model_max_length": 1000000000000000019884624838656,
42
+ "pad_token": "[PAD]",
 
43
  "replace_word_delimiter_char": " ",
44
  "target_lang": null,
45
  "tokenizer_class": "Wav2Vec2CTCTokenizer",
46
+ "unk_token": "[UNK]",
47
  "word_delimiter_token": "|"
48
  }
trainer_state.json ADDED
@@ -0,0 +1,2834 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 4705.895522388059,
6
+ "eval_steps": 1000.0,
7
+ "global_step": 80000,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 11.776119402985074,
14
+ "grad_norm": 2824.542724609375,
15
+ "learning_rate": 6.333333333333334e-07,
16
+ "loss": 4464.7338,
17
+ "step": 200
18
+ },
19
+ {
20
+ "epoch": 23.53731343283582,
21
+ "grad_norm": 4310.4130859375,
22
+ "learning_rate": 1.3e-06,
23
+ "loss": 4264.3419,
24
+ "step": 400
25
+ },
26
+ {
27
+ "epoch": 35.298507462686565,
28
+ "grad_norm": 4456.80908203125,
29
+ "learning_rate": 1.9666666666666668e-06,
30
+ "loss": 3192.1663,
31
+ "step": 600
32
+ },
33
+ {
34
+ "epoch": 47.059701492537314,
35
+ "grad_norm": 3549.643310546875,
36
+ "learning_rate": 2.6333333333333332e-06,
37
+ "loss": 1894.5492,
38
+ "step": 800
39
+ },
40
+ {
41
+ "epoch": 58.83582089552239,
42
+ "grad_norm": 2974.13720703125,
43
+ "learning_rate": 3.3000000000000006e-06,
44
+ "loss": 1464.722,
45
+ "step": 1000
46
+ },
47
+ {
48
+ "epoch": 70.59701492537313,
49
+ "grad_norm": 2222.13427734375,
50
+ "learning_rate": 3.966666666666667e-06,
51
+ "loss": 1245.5541,
52
+ "step": 1200
53
+ },
54
+ {
55
+ "epoch": 82.35820895522389,
56
+ "grad_norm": 1658.634033203125,
57
+ "learning_rate": 4.633333333333334e-06,
58
+ "loss": 1112.0441,
59
+ "step": 1400
60
+ },
61
+ {
62
+ "epoch": 94.11940298507463,
63
+ "grad_norm": 800.1384887695312,
64
+ "learning_rate": 5.300000000000001e-06,
65
+ "loss": 1024.3591,
66
+ "step": 1600
67
+ },
68
+ {
69
+ "epoch": 105.8955223880597,
70
+ "grad_norm": 472.2015686035156,
71
+ "learning_rate": 5.966666666666667e-06,
72
+ "loss": 959.4488,
73
+ "step": 1800
74
+ },
75
+ {
76
+ "epoch": 117.65671641791045,
77
+ "grad_norm": 395.40087890625,
78
+ "learning_rate": 6.633333333333334e-06,
79
+ "loss": 921.3352,
80
+ "step": 2000
81
+ },
82
+ {
83
+ "epoch": 129.4179104477612,
84
+ "grad_norm": 214.59837341308594,
85
+ "learning_rate": 7.3e-06,
86
+ "loss": 892.8059,
87
+ "step": 2200
88
+ },
89
+ {
90
+ "epoch": 141.17910447761193,
91
+ "grad_norm": 69.00880432128906,
92
+ "learning_rate": 7.966666666666668e-06,
93
+ "loss": 879.1008,
94
+ "step": 2400
95
+ },
96
+ {
97
+ "epoch": 152.955223880597,
98
+ "grad_norm": 168.0197296142578,
99
+ "learning_rate": 8.633333333333334e-06,
100
+ "loss": 871.8709,
101
+ "step": 2600
102
+ },
103
+ {
104
+ "epoch": 164.71641791044777,
105
+ "grad_norm": 300.1562194824219,
106
+ "learning_rate": 9.3e-06,
107
+ "loss": 865.7897,
108
+ "step": 2800
109
+ },
110
+ {
111
+ "epoch": 176.47761194029852,
112
+ "grad_norm": 96.16655731201172,
113
+ "learning_rate": 9.966666666666667e-06,
114
+ "loss": 858.404,
115
+ "step": 3000
116
+ },
117
+ {
118
+ "epoch": 188.23880597014926,
119
+ "grad_norm": 158.73681640625,
120
+ "learning_rate": 9.975324675324676e-06,
121
+ "loss": 829.5743,
122
+ "step": 3200
123
+ },
124
+ {
125
+ "epoch": 200.0,
126
+ "grad_norm": 175.4840087890625,
127
+ "learning_rate": 9.94935064935065e-06,
128
+ "loss": 763.1604,
129
+ "step": 3400
130
+ },
131
+ {
132
+ "epoch": 211.77611940298507,
133
+ "grad_norm": 258.41546630859375,
134
+ "learning_rate": 9.923376623376623e-06,
135
+ "loss": 667.2331,
136
+ "step": 3600
137
+ },
138
+ {
139
+ "epoch": 223.53731343283582,
140
+ "grad_norm": 301.9793701171875,
141
+ "learning_rate": 9.897402597402598e-06,
142
+ "loss": 580.1272,
143
+ "step": 3800
144
+ },
145
+ {
146
+ "epoch": 235.29850746268656,
147
+ "grad_norm": 365.6127014160156,
148
+ "learning_rate": 9.871428571428572e-06,
149
+ "loss": 509.478,
150
+ "step": 4000
151
+ },
152
+ {
153
+ "epoch": 247.0597014925373,
154
+ "grad_norm": 580.1858520507812,
155
+ "learning_rate": 9.845454545454546e-06,
156
+ "loss": 456.7661,
157
+ "step": 4200
158
+ },
159
+ {
160
+ "epoch": 258.8358208955224,
161
+ "grad_norm": 405.80657958984375,
162
+ "learning_rate": 9.81948051948052e-06,
163
+ "loss": 413.5111,
164
+ "step": 4400
165
+ },
166
+ {
167
+ "epoch": 270.5970149253731,
168
+ "grad_norm": 558.102783203125,
169
+ "learning_rate": 9.793506493506494e-06,
170
+ "loss": 381.9194,
171
+ "step": 4600
172
+ },
173
+ {
174
+ "epoch": 282.35820895522386,
175
+ "grad_norm": 537.9163208007812,
176
+ "learning_rate": 9.767532467532468e-06,
177
+ "loss": 352.0065,
178
+ "step": 4800
179
+ },
180
+ {
181
+ "epoch": 294.1194029850746,
182
+ "grad_norm": 477.7449951171875,
183
+ "learning_rate": 9.741558441558442e-06,
184
+ "loss": 318.2346,
185
+ "step": 5000
186
+ },
187
+ {
188
+ "epoch": 305.8955223880597,
189
+ "grad_norm": 515.5437622070312,
190
+ "learning_rate": 9.715584415584415e-06,
191
+ "loss": 295.5646,
192
+ "step": 5200
193
+ },
194
+ {
195
+ "epoch": 317.65671641791045,
196
+ "grad_norm": 390.6947021484375,
197
+ "learning_rate": 9.68961038961039e-06,
198
+ "loss": 274.0082,
199
+ "step": 5400
200
+ },
201
+ {
202
+ "epoch": 329.4179104477612,
203
+ "grad_norm": 398.3788146972656,
204
+ "learning_rate": 9.663636363636364e-06,
205
+ "loss": 256.2253,
206
+ "step": 5600
207
+ },
208
+ {
209
+ "epoch": 341.17910447761193,
210
+ "grad_norm": 522.6358642578125,
211
+ "learning_rate": 9.637662337662338e-06,
212
+ "loss": 241.4042,
213
+ "step": 5800
214
+ },
215
+ {
216
+ "epoch": 352.95522388059703,
217
+ "grad_norm": 464.41546630859375,
218
+ "learning_rate": 9.611688311688311e-06,
219
+ "loss": 225.5165,
220
+ "step": 6000
221
+ },
222
+ {
223
+ "epoch": 364.7164179104478,
224
+ "grad_norm": 859.1548461914062,
225
+ "learning_rate": 9.585714285714286e-06,
226
+ "loss": 208.6093,
227
+ "step": 6200
228
+ },
229
+ {
230
+ "epoch": 376.4776119402985,
231
+ "grad_norm": 590.9322509765625,
232
+ "learning_rate": 9.55974025974026e-06,
233
+ "loss": 197.202,
234
+ "step": 6400
235
+ },
236
+ {
237
+ "epoch": 388.23880597014926,
238
+ "grad_norm": 498.85870361328125,
239
+ "learning_rate": 9.533766233766234e-06,
240
+ "loss": 182.2606,
241
+ "step": 6600
242
+ },
243
+ {
244
+ "epoch": 400.0,
245
+ "grad_norm": 310.8315124511719,
246
+ "learning_rate": 9.507792207792209e-06,
247
+ "loss": 177.0946,
248
+ "step": 6800
249
+ },
250
+ {
251
+ "epoch": 411.7761194029851,
252
+ "grad_norm": 503.26812744140625,
253
+ "learning_rate": 9.481818181818182e-06,
254
+ "loss": 167.5973,
255
+ "step": 7000
256
+ },
257
+ {
258
+ "epoch": 423.53731343283584,
259
+ "grad_norm": 564.5276489257812,
260
+ "learning_rate": 9.455844155844158e-06,
261
+ "loss": 157.7437,
262
+ "step": 7200
263
+ },
264
+ {
265
+ "epoch": 435.2985074626866,
266
+ "grad_norm": 325.49566650390625,
267
+ "learning_rate": 9.429870129870131e-06,
268
+ "loss": 146.1547,
269
+ "step": 7400
270
+ },
271
+ {
272
+ "epoch": 447.05970149253733,
273
+ "grad_norm": 446.79388427734375,
274
+ "learning_rate": 9.403896103896105e-06,
275
+ "loss": 138.5613,
276
+ "step": 7600
277
+ },
278
+ {
279
+ "epoch": 458.8358208955224,
280
+ "grad_norm": 582.2409057617188,
281
+ "learning_rate": 9.37792207792208e-06,
282
+ "loss": 133.6703,
283
+ "step": 7800
284
+ },
285
+ {
286
+ "epoch": 470.5970149253731,
287
+ "grad_norm": 503.8074951171875,
288
+ "learning_rate": 9.351948051948054e-06,
289
+ "loss": 125.3042,
290
+ "step": 8000
291
+ },
292
+ {
293
+ "epoch": 482.35820895522386,
294
+ "grad_norm": 523.983642578125,
295
+ "learning_rate": 9.326103896103897e-06,
296
+ "loss": 119.7444,
297
+ "step": 8200
298
+ },
299
+ {
300
+ "epoch": 494.1194029850746,
301
+ "grad_norm": 797.6224975585938,
302
+ "learning_rate": 9.30012987012987e-06,
303
+ "loss": 112.4131,
304
+ "step": 8400
305
+ },
306
+ {
307
+ "epoch": 505.8955223880597,
308
+ "grad_norm": 491.4894714355469,
309
+ "learning_rate": 9.274155844155846e-06,
310
+ "loss": 112.5327,
311
+ "step": 8600
312
+ },
313
+ {
314
+ "epoch": 517.6567164179105,
315
+ "grad_norm": 503.34698486328125,
316
+ "learning_rate": 9.24818181818182e-06,
317
+ "loss": 101.2935,
318
+ "step": 8800
319
+ },
320
+ {
321
+ "epoch": 529.4179104477612,
322
+ "grad_norm": 418.223876953125,
323
+ "learning_rate": 9.222207792207793e-06,
324
+ "loss": 97.0487,
325
+ "step": 9000
326
+ },
327
+ {
328
+ "epoch": 541.179104477612,
329
+ "grad_norm": 475.534423828125,
330
+ "learning_rate": 9.196233766233767e-06,
331
+ "loss": 95.3661,
332
+ "step": 9200
333
+ },
334
+ {
335
+ "epoch": 552.955223880597,
336
+ "grad_norm": 406.5447082519531,
337
+ "learning_rate": 9.170259740259742e-06,
338
+ "loss": 91.4412,
339
+ "step": 9400
340
+ },
341
+ {
342
+ "epoch": 564.7164179104477,
343
+ "grad_norm": 394.3955078125,
344
+ "learning_rate": 9.144285714285716e-06,
345
+ "loss": 87.2209,
346
+ "step": 9600
347
+ },
348
+ {
349
+ "epoch": 576.4776119402985,
350
+ "grad_norm": 426.0124206542969,
351
+ "learning_rate": 9.118311688311689e-06,
352
+ "loss": 81.9725,
353
+ "step": 9800
354
+ },
355
+ {
356
+ "epoch": 588.2388059701492,
357
+ "grad_norm": 499.22869873046875,
358
+ "learning_rate": 9.092337662337664e-06,
359
+ "loss": 82.7026,
360
+ "step": 10000
361
+ },
362
+ {
363
+ "epoch": 600.0,
364
+ "grad_norm": 378.9816589355469,
365
+ "learning_rate": 9.066493506493508e-06,
366
+ "loss": 78.9563,
367
+ "step": 10200
368
+ },
369
+ {
370
+ "epoch": 611.776119402985,
371
+ "grad_norm": 440.2572021484375,
372
+ "learning_rate": 9.040519480519482e-06,
373
+ "loss": 74.7577,
374
+ "step": 10400
375
+ },
376
+ {
377
+ "epoch": 623.5373134328358,
378
+ "grad_norm": 492.1644592285156,
379
+ "learning_rate": 9.014545454545455e-06,
380
+ "loss": 72.7476,
381
+ "step": 10600
382
+ },
383
+ {
384
+ "epoch": 635.2985074626865,
385
+ "grad_norm": 412.267822265625,
386
+ "learning_rate": 8.98857142857143e-06,
387
+ "loss": 70.3234,
388
+ "step": 10800
389
+ },
390
+ {
391
+ "epoch": 647.0597014925373,
392
+ "grad_norm": 439.10736083984375,
393
+ "learning_rate": 8.962597402597404e-06,
394
+ "loss": 69.0891,
395
+ "step": 11000
396
+ },
397
+ {
398
+ "epoch": 658.8358208955224,
399
+ "grad_norm": 349.216064453125,
400
+ "learning_rate": 8.936623376623378e-06,
401
+ "loss": 63.9953,
402
+ "step": 11200
403
+ },
404
+ {
405
+ "epoch": 670.5970149253732,
406
+ "grad_norm": 414.66741943359375,
407
+ "learning_rate": 8.910649350649351e-06,
408
+ "loss": 65.5338,
409
+ "step": 11400
410
+ },
411
+ {
412
+ "epoch": 682.3582089552239,
413
+ "grad_norm": 379.8702392578125,
414
+ "learning_rate": 8.884675324675326e-06,
415
+ "loss": 62.1837,
416
+ "step": 11600
417
+ },
418
+ {
419
+ "epoch": 694.1194029850747,
420
+ "grad_norm": 338.27685546875,
421
+ "learning_rate": 8.858831168831168e-06,
422
+ "loss": 61.4667,
423
+ "step": 11800
424
+ },
425
+ {
426
+ "epoch": 705.8955223880597,
427
+ "grad_norm": 375.4732360839844,
428
+ "learning_rate": 8.832857142857143e-06,
429
+ "loss": 59.5297,
430
+ "step": 12000
431
+ },
432
+ {
433
+ "epoch": 717.6567164179105,
434
+ "grad_norm": 441.6203308105469,
435
+ "learning_rate": 8.806883116883119e-06,
436
+ "loss": 55.1731,
437
+ "step": 12200
438
+ },
439
+ {
440
+ "epoch": 729.4179104477612,
441
+ "grad_norm": 393.1416320800781,
442
+ "learning_rate": 8.780909090909092e-06,
443
+ "loss": 57.3119,
444
+ "step": 12400
445
+ },
446
+ {
447
+ "epoch": 741.179104477612,
448
+ "grad_norm": 281.7967224121094,
449
+ "learning_rate": 8.754935064935066e-06,
450
+ "loss": 53.6714,
451
+ "step": 12600
452
+ },
453
+ {
454
+ "epoch": 752.955223880597,
455
+ "grad_norm": 441.4906921386719,
456
+ "learning_rate": 8.72896103896104e-06,
457
+ "loss": 52.6136,
458
+ "step": 12800
459
+ },
460
+ {
461
+ "epoch": 764.7164179104477,
462
+ "grad_norm": 514.225830078125,
463
+ "learning_rate": 8.702987012987015e-06,
464
+ "loss": 51.2136,
465
+ "step": 13000
466
+ },
467
+ {
468
+ "epoch": 776.4776119402985,
469
+ "grad_norm": 358.94439697265625,
470
+ "learning_rate": 8.677012987012988e-06,
471
+ "loss": 50.1962,
472
+ "step": 13200
473
+ },
474
+ {
475
+ "epoch": 788.2388059701492,
476
+ "grad_norm": 403.89691162109375,
477
+ "learning_rate": 8.651038961038962e-06,
478
+ "loss": 47.0859,
479
+ "step": 13400
480
+ },
481
+ {
482
+ "epoch": 800.0,
483
+ "grad_norm": 324.1061096191406,
484
+ "learning_rate": 8.625064935064935e-06,
485
+ "loss": 46.5822,
486
+ "step": 13600
487
+ },
488
+ {
489
+ "epoch": 811.776119402985,
490
+ "grad_norm": 297.4976501464844,
491
+ "learning_rate": 8.59909090909091e-06,
492
+ "loss": 47.6056,
493
+ "step": 13800
494
+ },
495
+ {
496
+ "epoch": 823.5373134328358,
497
+ "grad_norm": 350.8284912109375,
498
+ "learning_rate": 8.573116883116884e-06,
499
+ "loss": 42.6472,
500
+ "step": 14000
501
+ },
502
+ {
503
+ "epoch": 835.2985074626865,
504
+ "grad_norm": 291.62103271484375,
505
+ "learning_rate": 8.547142857142858e-06,
506
+ "loss": 43.605,
507
+ "step": 14200
508
+ },
509
+ {
510
+ "epoch": 847.0597014925373,
511
+ "grad_norm": 450.9121398925781,
512
+ "learning_rate": 8.521168831168833e-06,
513
+ "loss": 42.5453,
514
+ "step": 14400
515
+ },
516
+ {
517
+ "epoch": 858.8358208955224,
518
+ "grad_norm": 312.8192138671875,
519
+ "learning_rate": 8.495324675324677e-06,
520
+ "loss": 41.1642,
521
+ "step": 14600
522
+ },
523
+ {
524
+ "epoch": 870.5970149253732,
525
+ "grad_norm": 346.3138427734375,
526
+ "learning_rate": 8.46935064935065e-06,
527
+ "loss": 39.1892,
528
+ "step": 14800
529
+ },
530
+ {
531
+ "epoch": 882.3582089552239,
532
+ "grad_norm": 365.8443908691406,
533
+ "learning_rate": 8.443376623376624e-06,
534
+ "loss": 43.7121,
535
+ "step": 15000
536
+ },
537
+ {
538
+ "epoch": 894.1194029850747,
539
+ "grad_norm": 335.4299011230469,
540
+ "learning_rate": 8.417402597402599e-06,
541
+ "loss": 38.9868,
542
+ "step": 15200
543
+ },
544
+ {
545
+ "epoch": 905.8955223880597,
546
+ "grad_norm": 406.51416015625,
547
+ "learning_rate": 8.391428571428573e-06,
548
+ "loss": 38.384,
549
+ "step": 15400
550
+ },
551
+ {
552
+ "epoch": 917.6567164179105,
553
+ "grad_norm": 242.07505798339844,
554
+ "learning_rate": 8.365454545454546e-06,
555
+ "loss": 35.6221,
556
+ "step": 15600
557
+ },
558
+ {
559
+ "epoch": 929.4179104477612,
560
+ "grad_norm": 450.2956237792969,
561
+ "learning_rate": 8.33948051948052e-06,
562
+ "loss": 38.2171,
563
+ "step": 15800
564
+ },
565
+ {
566
+ "epoch": 941.179104477612,
567
+ "grad_norm": 367.16973876953125,
568
+ "learning_rate": 8.313636363636365e-06,
569
+ "loss": 35.7045,
570
+ "step": 16000
571
+ },
572
+ {
573
+ "epoch": 952.955223880597,
574
+ "grad_norm": 263.6134948730469,
575
+ "learning_rate": 8.287662337662339e-06,
576
+ "loss": 34.7425,
577
+ "step": 16200
578
+ },
579
+ {
580
+ "epoch": 964.7164179104477,
581
+ "grad_norm": 249.75967407226562,
582
+ "learning_rate": 8.261688311688312e-06,
583
+ "loss": 32.8498,
584
+ "step": 16400
585
+ },
586
+ {
587
+ "epoch": 976.4776119402985,
588
+ "grad_norm": 447.4524841308594,
589
+ "learning_rate": 8.235714285714287e-06,
590
+ "loss": 32.5018,
591
+ "step": 16600
592
+ },
593
+ {
594
+ "epoch": 988.2388059701492,
595
+ "grad_norm": 375.5469055175781,
596
+ "learning_rate": 8.209740259740261e-06,
597
+ "loss": 33.4849,
598
+ "step": 16800
599
+ },
600
+ {
601
+ "epoch": 1000.0,
602
+ "grad_norm": 235.9437713623047,
603
+ "learning_rate": 8.183896103896105e-06,
604
+ "loss": 34.2183,
605
+ "step": 17000
606
+ },
607
+ {
608
+ "epoch": 1011.776119402985,
609
+ "grad_norm": 388.0195617675781,
610
+ "learning_rate": 8.15792207792208e-06,
611
+ "loss": 31.4981,
612
+ "step": 17200
613
+ },
614
+ {
615
+ "epoch": 1023.5373134328358,
616
+ "grad_norm": 252.05894470214844,
617
+ "learning_rate": 8.131948051948053e-06,
618
+ "loss": 31.8987,
619
+ "step": 17400
620
+ },
621
+ {
622
+ "epoch": 1035.2985074626865,
623
+ "grad_norm": 244.4244842529297,
624
+ "learning_rate": 8.105974025974027e-06,
625
+ "loss": 33.8581,
626
+ "step": 17600
627
+ },
628
+ {
629
+ "epoch": 1047.0597014925372,
630
+ "grad_norm": 397.1546936035156,
631
+ "learning_rate": 8.08e-06,
632
+ "loss": 30.2649,
633
+ "step": 17800
634
+ },
635
+ {
636
+ "epoch": 1058.8358208955224,
637
+ "grad_norm": 338.2776184082031,
638
+ "learning_rate": 8.054025974025976e-06,
639
+ "loss": 30.8272,
640
+ "step": 18000
641
+ },
642
+ {
643
+ "epoch": 1070.597014925373,
644
+ "grad_norm": 653.6060791015625,
645
+ "learning_rate": 8.02805194805195e-06,
646
+ "loss": 28.4248,
647
+ "step": 18200
648
+ },
649
+ {
650
+ "epoch": 1082.358208955224,
651
+ "grad_norm": 317.8432922363281,
652
+ "learning_rate": 8.002077922077923e-06,
653
+ "loss": 29.007,
654
+ "step": 18400
655
+ },
656
+ {
657
+ "epoch": 1094.1194029850747,
658
+ "grad_norm": 362.0513916015625,
659
+ "learning_rate": 7.976103896103897e-06,
660
+ "loss": 29.2207,
661
+ "step": 18600
662
+ },
663
+ {
664
+ "epoch": 1105.8955223880596,
665
+ "grad_norm": 377.53857421875,
666
+ "learning_rate": 7.950129870129872e-06,
667
+ "loss": 27.3833,
668
+ "step": 18800
669
+ },
670
+ {
671
+ "epoch": 1117.6567164179105,
672
+ "grad_norm": 298.9675598144531,
673
+ "learning_rate": 7.924155844155845e-06,
674
+ "loss": 29.8298,
675
+ "step": 19000
676
+ },
677
+ {
678
+ "epoch": 1129.4179104477612,
679
+ "grad_norm": 333.05206298828125,
680
+ "learning_rate": 7.898181818181819e-06,
681
+ "loss": 27.2648,
682
+ "step": 19200
683
+ },
684
+ {
685
+ "epoch": 1141.1791044776119,
686
+ "grad_norm": 227.57530212402344,
687
+ "learning_rate": 7.872207792207793e-06,
688
+ "loss": 25.75,
689
+ "step": 19400
690
+ },
691
+ {
692
+ "epoch": 1152.955223880597,
693
+ "grad_norm": 345.0716552734375,
694
+ "learning_rate": 7.846233766233768e-06,
695
+ "loss": 25.266,
696
+ "step": 19600
697
+ },
698
+ {
699
+ "epoch": 1164.7164179104477,
700
+ "grad_norm": 302.9230651855469,
701
+ "learning_rate": 7.820259740259741e-06,
702
+ "loss": 25.8148,
703
+ "step": 19800
704
+ },
705
+ {
706
+ "epoch": 1176.4776119402984,
707
+ "grad_norm": 346.07598876953125,
708
+ "learning_rate": 7.794285714285715e-06,
709
+ "loss": 25.3416,
710
+ "step": 20000
711
+ },
712
+ {
713
+ "epoch": 1188.2388059701493,
714
+ "grad_norm": 354.4360046386719,
715
+ "learning_rate": 7.76831168831169e-06,
716
+ "loss": 24.6638,
717
+ "step": 20200
718
+ },
719
+ {
720
+ "epoch": 1200.0,
721
+ "grad_norm": 368.4764709472656,
722
+ "learning_rate": 7.742337662337664e-06,
723
+ "loss": 24.0062,
724
+ "step": 20400
725
+ },
726
+ {
727
+ "epoch": 1211.7761194029852,
728
+ "grad_norm": 248.7994384765625,
729
+ "learning_rate": 7.716363636363637e-06,
730
+ "loss": 23.8738,
731
+ "step": 20600
732
+ },
733
+ {
734
+ "epoch": 1223.5373134328358,
735
+ "grad_norm": 283.0020751953125,
736
+ "learning_rate": 7.690389610389611e-06,
737
+ "loss": 24.369,
738
+ "step": 20800
739
+ },
740
+ {
741
+ "epoch": 1235.2985074626865,
742
+ "grad_norm": 490.0590515136719,
743
+ "learning_rate": 7.664415584415586e-06,
744
+ "loss": 22.5971,
745
+ "step": 21000
746
+ },
747
+ {
748
+ "epoch": 1247.0597014925372,
749
+ "grad_norm": 338.49102783203125,
750
+ "learning_rate": 7.63844155844156e-06,
751
+ "loss": 23.1806,
752
+ "step": 21200
753
+ },
754
+ {
755
+ "epoch": 1258.8358208955224,
756
+ "grad_norm": 201.65057373046875,
757
+ "learning_rate": 7.612467532467533e-06,
758
+ "loss": 21.7898,
759
+ "step": 21400
760
+ },
761
+ {
762
+ "epoch": 1270.597014925373,
763
+ "grad_norm": 176.30361938476562,
764
+ "learning_rate": 7.586493506493508e-06,
765
+ "loss": 22.0611,
766
+ "step": 21600
767
+ },
768
+ {
769
+ "epoch": 1282.358208955224,
770
+ "grad_norm": 145.49542236328125,
771
+ "learning_rate": 7.560519480519481e-06,
772
+ "loss": 21.875,
773
+ "step": 21800
774
+ },
775
+ {
776
+ "epoch": 1294.1194029850747,
777
+ "grad_norm": 271.5858154296875,
778
+ "learning_rate": 7.534545454545456e-06,
779
+ "loss": 21.199,
780
+ "step": 22000
781
+ },
782
+ {
783
+ "epoch": 1305.8955223880596,
784
+ "grad_norm": 682.5701904296875,
785
+ "learning_rate": 7.508571428571429e-06,
786
+ "loss": 22.5543,
787
+ "step": 22200
788
+ },
789
+ {
790
+ "epoch": 1317.6567164179105,
791
+ "grad_norm": 629.8733520507812,
792
+ "learning_rate": 7.482597402597404e-06,
793
+ "loss": 21.7533,
794
+ "step": 22400
795
+ },
796
+ {
797
+ "epoch": 1329.4179104477612,
798
+ "grad_norm": 447.5409240722656,
799
+ "learning_rate": 7.456623376623377e-06,
800
+ "loss": 20.4621,
801
+ "step": 22600
802
+ },
803
+ {
804
+ "epoch": 1341.1791044776119,
805
+ "grad_norm": 190.6186065673828,
806
+ "learning_rate": 7.430649350649352e-06,
807
+ "loss": 20.3926,
808
+ "step": 22800
809
+ },
810
+ {
811
+ "epoch": 1352.955223880597,
812
+ "grad_norm": 480.3921813964844,
813
+ "learning_rate": 7.404675324675325e-06,
814
+ "loss": 21.3989,
815
+ "step": 23000
816
+ },
817
+ {
818
+ "epoch": 1364.7164179104477,
819
+ "grad_norm": 432.7933044433594,
820
+ "learning_rate": 7.3787012987013e-06,
821
+ "loss": 20.2977,
822
+ "step": 23200
823
+ },
824
+ {
825
+ "epoch": 1376.4776119402984,
826
+ "grad_norm": 263.83331298828125,
827
+ "learning_rate": 7.352727272727273e-06,
828
+ "loss": 21.8715,
829
+ "step": 23400
830
+ },
831
+ {
832
+ "epoch": 1388.2388059701493,
833
+ "grad_norm": 225.55624389648438,
834
+ "learning_rate": 7.326753246753248e-06,
835
+ "loss": 19.0286,
836
+ "step": 23600
837
+ },
838
+ {
839
+ "epoch": 1400.0,
840
+ "grad_norm": 271.21759033203125,
841
+ "learning_rate": 7.300779220779221e-06,
842
+ "loss": 20.0349,
843
+ "step": 23800
844
+ },
845
+ {
846
+ "epoch": 1411.7761194029852,
847
+ "grad_norm": 273.9780578613281,
848
+ "learning_rate": 7.274805194805196e-06,
849
+ "loss": 17.947,
850
+ "step": 24000
851
+ },
852
+ {
853
+ "epoch": 1423.5373134328358,
854
+ "grad_norm": 464.6848449707031,
855
+ "learning_rate": 7.24883116883117e-06,
856
+ "loss": 19.3846,
857
+ "step": 24200
858
+ },
859
+ {
860
+ "epoch": 1435.2985074626865,
861
+ "grad_norm": 376.6822814941406,
862
+ "learning_rate": 7.222857142857144e-06,
863
+ "loss": 17.7826,
864
+ "step": 24400
865
+ },
866
+ {
867
+ "epoch": 1447.0597014925372,
868
+ "grad_norm": 236.9201202392578,
869
+ "learning_rate": 7.196883116883118e-06,
870
+ "loss": 18.7341,
871
+ "step": 24600
872
+ },
873
+ {
874
+ "epoch": 1458.8358208955224,
875
+ "grad_norm": 269.235595703125,
876
+ "learning_rate": 7.171038961038962e-06,
877
+ "loss": 16.5044,
878
+ "step": 24800
879
+ },
880
+ {
881
+ "epoch": 1470.597014925373,
882
+ "grad_norm": 224.2851104736328,
883
+ "learning_rate": 7.145064935064936e-06,
884
+ "loss": 17.9869,
885
+ "step": 25000
886
+ },
887
+ {
888
+ "epoch": 1482.358208955224,
889
+ "grad_norm": 424.98834228515625,
890
+ "learning_rate": 7.11909090909091e-06,
891
+ "loss": 17.7338,
892
+ "step": 25200
893
+ },
894
+ {
895
+ "epoch": 1494.1194029850747,
896
+ "grad_norm": 244.76785278320312,
897
+ "learning_rate": 7.093116883116884e-06,
898
+ "loss": 15.3534,
899
+ "step": 25400
900
+ },
901
+ {
902
+ "epoch": 1505.8955223880596,
903
+ "grad_norm": 89.87413787841797,
904
+ "learning_rate": 7.067142857142858e-06,
905
+ "loss": 17.2717,
906
+ "step": 25600
907
+ },
908
+ {
909
+ "epoch": 1517.6567164179105,
910
+ "grad_norm": 278.63165283203125,
911
+ "learning_rate": 7.041168831168832e-06,
912
+ "loss": 17.7088,
913
+ "step": 25800
914
+ },
915
+ {
916
+ "epoch": 1529.4179104477612,
917
+ "grad_norm": 257.7251281738281,
918
+ "learning_rate": 7.015194805194806e-06,
919
+ "loss": 16.9006,
920
+ "step": 26000
921
+ },
922
+ {
923
+ "epoch": 1541.1791044776119,
924
+ "grad_norm": 352.7020263671875,
925
+ "learning_rate": 6.98935064935065e-06,
926
+ "loss": 17.136,
927
+ "step": 26200
928
+ },
929
+ {
930
+ "epoch": 1552.955223880597,
931
+ "grad_norm": 124.77161407470703,
932
+ "learning_rate": 6.9633766233766244e-06,
933
+ "loss": 17.4147,
934
+ "step": 26400
935
+ },
936
+ {
937
+ "epoch": 1564.7164179104477,
938
+ "grad_norm": 321.99993896484375,
939
+ "learning_rate": 6.937402597402598e-06,
940
+ "loss": 15.1883,
941
+ "step": 26600
942
+ },
943
+ {
944
+ "epoch": 1576.4776119402984,
945
+ "grad_norm": 211.46424865722656,
946
+ "learning_rate": 6.911428571428572e-06,
947
+ "loss": 14.7355,
948
+ "step": 26800
949
+ },
950
+ {
951
+ "epoch": 1588.2388059701493,
952
+ "grad_norm": 147.95535278320312,
953
+ "learning_rate": 6.885454545454546e-06,
954
+ "loss": 15.0797,
955
+ "step": 27000
956
+ },
957
+ {
958
+ "epoch": 1600.0,
959
+ "grad_norm": 359.3253173828125,
960
+ "learning_rate": 6.85948051948052e-06,
961
+ "loss": 15.7509,
962
+ "step": 27200
963
+ },
964
+ {
965
+ "epoch": 1611.7761194029852,
966
+ "grad_norm": 360.4601135253906,
967
+ "learning_rate": 6.833506493506494e-06,
968
+ "loss": 16.636,
969
+ "step": 27400
970
+ },
971
+ {
972
+ "epoch": 1623.5373134328358,
973
+ "grad_norm": 217.2965545654297,
974
+ "learning_rate": 6.807532467532468e-06,
975
+ "loss": 15.6866,
976
+ "step": 27600
977
+ },
978
+ {
979
+ "epoch": 1635.2985074626865,
980
+ "grad_norm": 220.64784240722656,
981
+ "learning_rate": 6.781558441558442e-06,
982
+ "loss": 15.5503,
983
+ "step": 27800
984
+ },
985
+ {
986
+ "epoch": 1647.0597014925372,
987
+ "grad_norm": 258.07672119140625,
988
+ "learning_rate": 6.755584415584416e-06,
989
+ "loss": 14.64,
990
+ "step": 28000
991
+ },
992
+ {
993
+ "epoch": 1658.8358208955224,
994
+ "grad_norm": 255.86795043945312,
995
+ "learning_rate": 6.72961038961039e-06,
996
+ "loss": 14.2442,
997
+ "step": 28200
998
+ },
999
+ {
1000
+ "epoch": 1670.597014925373,
1001
+ "grad_norm": 183.0586395263672,
1002
+ "learning_rate": 6.703636363636364e-06,
1003
+ "loss": 14.277,
1004
+ "step": 28400
1005
+ },
1006
+ {
1007
+ "epoch": 1682.358208955224,
1008
+ "grad_norm": 133.0940399169922,
1009
+ "learning_rate": 6.677662337662339e-06,
1010
+ "loss": 14.0652,
1011
+ "step": 28600
1012
+ },
1013
+ {
1014
+ "epoch": 1694.1194029850747,
1015
+ "grad_norm": 292.6916198730469,
1016
+ "learning_rate": 6.651688311688312e-06,
1017
+ "loss": 13.645,
1018
+ "step": 28800
1019
+ },
1020
+ {
1021
+ "epoch": 1705.8955223880596,
1022
+ "grad_norm": 305.353515625,
1023
+ "learning_rate": 6.625714285714287e-06,
1024
+ "loss": 14.4846,
1025
+ "step": 29000
1026
+ },
1027
+ {
1028
+ "epoch": 1717.6567164179105,
1029
+ "grad_norm": 242.2213592529297,
1030
+ "learning_rate": 6.59974025974026e-06,
1031
+ "loss": 14.0155,
1032
+ "step": 29200
1033
+ },
1034
+ {
1035
+ "epoch": 1729.4179104477612,
1036
+ "grad_norm": 309.6208801269531,
1037
+ "learning_rate": 6.573766233766235e-06,
1038
+ "loss": 13.813,
1039
+ "step": 29400
1040
+ },
1041
+ {
1042
+ "epoch": 1741.1791044776119,
1043
+ "grad_norm": 295.8955078125,
1044
+ "learning_rate": 6.547792207792208e-06,
1045
+ "loss": 14.3597,
1046
+ "step": 29600
1047
+ },
1048
+ {
1049
+ "epoch": 1752.955223880597,
1050
+ "grad_norm": 221.8771514892578,
1051
+ "learning_rate": 6.521818181818183e-06,
1052
+ "loss": 14.1165,
1053
+ "step": 29800
1054
+ },
1055
+ {
1056
+ "epoch": 1764.7164179104477,
1057
+ "grad_norm": 276.3559875488281,
1058
+ "learning_rate": 6.495844155844156e-06,
1059
+ "loss": 12.6467,
1060
+ "step": 30000
1061
+ },
1062
+ {
1063
+ "epoch": 1776.4776119402984,
1064
+ "grad_norm": 242.14724731445312,
1065
+ "learning_rate": 6.469870129870131e-06,
1066
+ "loss": 13.3587,
1067
+ "step": 30200
1068
+ },
1069
+ {
1070
+ "epoch": 1788.2388059701493,
1071
+ "grad_norm": 170.22076416015625,
1072
+ "learning_rate": 6.443896103896104e-06,
1073
+ "loss": 13.2378,
1074
+ "step": 30400
1075
+ },
1076
+ {
1077
+ "epoch": 1800.0,
1078
+ "grad_norm": 164.98995971679688,
1079
+ "learning_rate": 6.417922077922079e-06,
1080
+ "loss": 12.556,
1081
+ "step": 30600
1082
+ },
1083
+ {
1084
+ "epoch": 1811.7761194029852,
1085
+ "grad_norm": 355.3738098144531,
1086
+ "learning_rate": 6.391948051948052e-06,
1087
+ "loss": 11.3157,
1088
+ "step": 30800
1089
+ },
1090
+ {
1091
+ "epoch": 1823.5373134328358,
1092
+ "grad_norm": 220.3183135986328,
1093
+ "learning_rate": 6.365974025974027e-06,
1094
+ "loss": 13.424,
1095
+ "step": 31000
1096
+ },
1097
+ {
1098
+ "epoch": 1835.2985074626865,
1099
+ "grad_norm": 261.7161865234375,
1100
+ "learning_rate": 6.34e-06,
1101
+ "loss": 11.4347,
1102
+ "step": 31200
1103
+ },
1104
+ {
1105
+ "epoch": 1847.0597014925372,
1106
+ "grad_norm": 155.91165161132812,
1107
+ "learning_rate": 6.314025974025975e-06,
1108
+ "loss": 10.8361,
1109
+ "step": 31400
1110
+ },
1111
+ {
1112
+ "epoch": 1858.8358208955224,
1113
+ "grad_norm": 93.3238754272461,
1114
+ "learning_rate": 6.288051948051948e-06,
1115
+ "loss": 12.3992,
1116
+ "step": 31600
1117
+ },
1118
+ {
1119
+ "epoch": 1870.597014925373,
1120
+ "grad_norm": 249.3748016357422,
1121
+ "learning_rate": 6.262077922077923e-06,
1122
+ "loss": 11.965,
1123
+ "step": 31800
1124
+ },
1125
+ {
1126
+ "epoch": 1882.358208955224,
1127
+ "grad_norm": 242.0140838623047,
1128
+ "learning_rate": 6.236103896103896e-06,
1129
+ "loss": 11.4908,
1130
+ "step": 32000
1131
+ },
1132
+ {
1133
+ "epoch": 1894.1194029850747,
1134
+ "grad_norm": 463.1481018066406,
1135
+ "learning_rate": 6.210129870129871e-06,
1136
+ "loss": 12.7511,
1137
+ "step": 32200
1138
+ },
1139
+ {
1140
+ "epoch": 1905.8955223880596,
1141
+ "grad_norm": 265.88739013671875,
1142
+ "learning_rate": 6.184155844155845e-06,
1143
+ "loss": 11.0652,
1144
+ "step": 32400
1145
+ },
1146
+ {
1147
+ "epoch": 1917.6567164179105,
1148
+ "grad_norm": 167.36598205566406,
1149
+ "learning_rate": 6.1584415584415595e-06,
1150
+ "loss": 10.4137,
1151
+ "step": 32600
1152
+ },
1153
+ {
1154
+ "epoch": 1929.4179104477612,
1155
+ "grad_norm": 173.92787170410156,
1156
+ "learning_rate": 6.132467532467533e-06,
1157
+ "loss": 10.7277,
1158
+ "step": 32800
1159
+ },
1160
+ {
1161
+ "epoch": 1941.1791044776119,
1162
+ "grad_norm": 294.4163818359375,
1163
+ "learning_rate": 6.1064935064935075e-06,
1164
+ "loss": 11.8032,
1165
+ "step": 33000
1166
+ },
1167
+ {
1168
+ "epoch": 1952.955223880597,
1169
+ "grad_norm": 243.70274353027344,
1170
+ "learning_rate": 6.080519480519481e-06,
1171
+ "loss": 10.3227,
1172
+ "step": 33200
1173
+ },
1174
+ {
1175
+ "epoch": 1964.7164179104477,
1176
+ "grad_norm": 120.62760162353516,
1177
+ "learning_rate": 6.0545454545454555e-06,
1178
+ "loss": 10.37,
1179
+ "step": 33400
1180
+ },
1181
+ {
1182
+ "epoch": 1976.4776119402984,
1183
+ "grad_norm": 130.5196075439453,
1184
+ "learning_rate": 6.028571428571429e-06,
1185
+ "loss": 11.8498,
1186
+ "step": 33600
1187
+ },
1188
+ {
1189
+ "epoch": 1988.2388059701493,
1190
+ "grad_norm": 254.48614501953125,
1191
+ "learning_rate": 6.0025974025974035e-06,
1192
+ "loss": 10.7649,
1193
+ "step": 33800
1194
+ },
1195
+ {
1196
+ "epoch": 2000.0,
1197
+ "grad_norm": 292.97216796875,
1198
+ "learning_rate": 5.976623376623377e-06,
1199
+ "loss": 11.4211,
1200
+ "step": 34000
1201
+ },
1202
+ {
1203
+ "epoch": 2011.7761194029852,
1204
+ "grad_norm": 497.4891052246094,
1205
+ "learning_rate": 5.9506493506493515e-06,
1206
+ "loss": 11.9636,
1207
+ "step": 34200
1208
+ },
1209
+ {
1210
+ "epoch": 2023.5373134328358,
1211
+ "grad_norm": 316.7022705078125,
1212
+ "learning_rate": 5.924675324675325e-06,
1213
+ "loss": 10.3258,
1214
+ "step": 34400
1215
+ },
1216
+ {
1217
+ "epoch": 2035.2985074626865,
1218
+ "grad_norm": 263.2421569824219,
1219
+ "learning_rate": 5.8987012987012994e-06,
1220
+ "loss": 11.0163,
1221
+ "step": 34600
1222
+ },
1223
+ {
1224
+ "epoch": 2047.0597014925372,
1225
+ "grad_norm": 149.36387634277344,
1226
+ "learning_rate": 5.872727272727273e-06,
1227
+ "loss": 9.7479,
1228
+ "step": 34800
1229
+ },
1230
+ {
1231
+ "epoch": 2058.8358208955224,
1232
+ "grad_norm": 294.4871826171875,
1233
+ "learning_rate": 5.8467532467532474e-06,
1234
+ "loss": 10.7836,
1235
+ "step": 35000
1236
+ },
1237
+ {
1238
+ "epoch": 2070.597014925373,
1239
+ "grad_norm": 311.5248107910156,
1240
+ "learning_rate": 5.820779220779221e-06,
1241
+ "loss": 10.6797,
1242
+ "step": 35200
1243
+ },
1244
+ {
1245
+ "epoch": 2082.3582089552237,
1246
+ "grad_norm": 136.69500732421875,
1247
+ "learning_rate": 5.7948051948051954e-06,
1248
+ "loss": 10.9252,
1249
+ "step": 35400
1250
+ },
1251
+ {
1252
+ "epoch": 2094.1194029850744,
1253
+ "grad_norm": 293.40399169921875,
1254
+ "learning_rate": 5.768831168831169e-06,
1255
+ "loss": 9.608,
1256
+ "step": 35600
1257
+ },
1258
+ {
1259
+ "epoch": 2105.89552238806,
1260
+ "grad_norm": 232.2513427734375,
1261
+ "learning_rate": 5.742987012987013e-06,
1262
+ "loss": 10.0404,
1263
+ "step": 35800
1264
+ },
1265
+ {
1266
+ "epoch": 2117.6567164179105,
1267
+ "grad_norm": 178.5306396484375,
1268
+ "learning_rate": 5.717012987012988e-06,
1269
+ "loss": 9.612,
1270
+ "step": 36000
1271
+ },
1272
+ {
1273
+ "epoch": 2129.417910447761,
1274
+ "grad_norm": 323.44146728515625,
1275
+ "learning_rate": 5.691168831168831e-06,
1276
+ "loss": 8.6739,
1277
+ "step": 36200
1278
+ },
1279
+ {
1280
+ "epoch": 2141.179104477612,
1281
+ "grad_norm": 101.05858612060547,
1282
+ "learning_rate": 5.665194805194806e-06,
1283
+ "loss": 9.2302,
1284
+ "step": 36400
1285
+ },
1286
+ {
1287
+ "epoch": 2152.955223880597,
1288
+ "grad_norm": 164.43310546875,
1289
+ "learning_rate": 5.63922077922078e-06,
1290
+ "loss": 9.1987,
1291
+ "step": 36600
1292
+ },
1293
+ {
1294
+ "epoch": 2164.716417910448,
1295
+ "grad_norm": 182.63916015625,
1296
+ "learning_rate": 5.613246753246754e-06,
1297
+ "loss": 9.7936,
1298
+ "step": 36800
1299
+ },
1300
+ {
1301
+ "epoch": 2176.4776119402986,
1302
+ "grad_norm": 201.4703369140625,
1303
+ "learning_rate": 5.587272727272728e-06,
1304
+ "loss": 9.6401,
1305
+ "step": 37000
1306
+ },
1307
+ {
1308
+ "epoch": 2188.2388059701493,
1309
+ "grad_norm": 151.9721221923828,
1310
+ "learning_rate": 5.561298701298702e-06,
1311
+ "loss": 10.4346,
1312
+ "step": 37200
1313
+ },
1314
+ {
1315
+ "epoch": 2200.0,
1316
+ "grad_norm": 244.78732299804688,
1317
+ "learning_rate": 5.535324675324676e-06,
1318
+ "loss": 10.2022,
1319
+ "step": 37400
1320
+ },
1321
+ {
1322
+ "epoch": 2211.776119402985,
1323
+ "grad_norm": 233.7654266357422,
1324
+ "learning_rate": 5.50935064935065e-06,
1325
+ "loss": 10.1548,
1326
+ "step": 37600
1327
+ },
1328
+ {
1329
+ "epoch": 2223.5373134328356,
1330
+ "grad_norm": 188.21788024902344,
1331
+ "learning_rate": 5.483376623376624e-06,
1332
+ "loss": 9.9679,
1333
+ "step": 37800
1334
+ },
1335
+ {
1336
+ "epoch": 2235.2985074626868,
1337
+ "grad_norm": 285.9569091796875,
1338
+ "learning_rate": 5.457402597402598e-06,
1339
+ "loss": 9.8509,
1340
+ "step": 38000
1341
+ },
1342
+ {
1343
+ "epoch": 2247.0597014925374,
1344
+ "grad_norm": 264.8778991699219,
1345
+ "learning_rate": 5.431428571428572e-06,
1346
+ "loss": 9.9817,
1347
+ "step": 38200
1348
+ },
1349
+ {
1350
+ "epoch": 2258.8358208955224,
1351
+ "grad_norm": 182.24191284179688,
1352
+ "learning_rate": 5.405454545454546e-06,
1353
+ "loss": 9.4971,
1354
+ "step": 38400
1355
+ },
1356
+ {
1357
+ "epoch": 2270.597014925373,
1358
+ "grad_norm": 219.8632354736328,
1359
+ "learning_rate": 5.37948051948052e-06,
1360
+ "loss": 8.164,
1361
+ "step": 38600
1362
+ },
1363
+ {
1364
+ "epoch": 2282.3582089552237,
1365
+ "grad_norm": 292.8862609863281,
1366
+ "learning_rate": 5.353506493506494e-06,
1367
+ "loss": 8.4305,
1368
+ "step": 38800
1369
+ },
1370
+ {
1371
+ "epoch": 2294.1194029850744,
1372
+ "grad_norm": 243.6376190185547,
1373
+ "learning_rate": 5.327532467532468e-06,
1374
+ "loss": 10.2729,
1375
+ "step": 39000
1376
+ },
1377
+ {
1378
+ "epoch": 2305.89552238806,
1379
+ "grad_norm": 120.5704574584961,
1380
+ "learning_rate": 5.301558441558442e-06,
1381
+ "loss": 8.4079,
1382
+ "step": 39200
1383
+ },
1384
+ {
1385
+ "epoch": 2317.6567164179105,
1386
+ "grad_norm": 333.58612060546875,
1387
+ "learning_rate": 5.275584415584416e-06,
1388
+ "loss": 8.1809,
1389
+ "step": 39400
1390
+ },
1391
+ {
1392
+ "epoch": 2329.417910447761,
1393
+ "grad_norm": 77.8395004272461,
1394
+ "learning_rate": 5.24961038961039e-06,
1395
+ "loss": 9.0445,
1396
+ "step": 39600
1397
+ },
1398
+ {
1399
+ "epoch": 2341.179104477612,
1400
+ "grad_norm": 172.45359802246094,
1401
+ "learning_rate": 5.223636363636364e-06,
1402
+ "loss": 9.6053,
1403
+ "step": 39800
1404
+ },
1405
+ {
1406
+ "epoch": 2352.955223880597,
1407
+ "grad_norm": 195.2128143310547,
1408
+ "learning_rate": 5.197662337662338e-06,
1409
+ "loss": 8.1167,
1410
+ "step": 40000
1411
+ },
1412
+ {
1413
+ "epoch": 2364.716417910448,
1414
+ "grad_norm": 154.22743225097656,
1415
+ "learning_rate": 5.171688311688312e-06,
1416
+ "loss": 7.8072,
1417
+ "step": 40200
1418
+ },
1419
+ {
1420
+ "epoch": 2376.4776119402986,
1421
+ "grad_norm": 83.33777618408203,
1422
+ "learning_rate": 5.145714285714286e-06,
1423
+ "loss": 8.0217,
1424
+ "step": 40400
1425
+ },
1426
+ {
1427
+ "epoch": 2388.2388059701493,
1428
+ "grad_norm": 102.02108764648438,
1429
+ "learning_rate": 5.11974025974026e-06,
1430
+ "loss": 8.8543,
1431
+ "step": 40600
1432
+ },
1433
+ {
1434
+ "epoch": 2400.0,
1435
+ "grad_norm": 68.74557495117188,
1436
+ "learning_rate": 5.0937662337662345e-06,
1437
+ "loss": 8.7576,
1438
+ "step": 40800
1439
+ },
1440
+ {
1441
+ "epoch": 2411.776119402985,
1442
+ "grad_norm": 251.68568420410156,
1443
+ "learning_rate": 5.067792207792208e-06,
1444
+ "loss": 8.4178,
1445
+ "step": 41000
1446
+ },
1447
+ {
1448
+ "epoch": 2423.5373134328356,
1449
+ "grad_norm": 176.3686065673828,
1450
+ "learning_rate": 5.0418181818181825e-06,
1451
+ "loss": 7.5952,
1452
+ "step": 41200
1453
+ },
1454
+ {
1455
+ "epoch": 2435.2985074626868,
1456
+ "grad_norm": 355.08428955078125,
1457
+ "learning_rate": 5.015974025974026e-06,
1458
+ "loss": 7.7425,
1459
+ "step": 41400
1460
+ },
1461
+ {
1462
+ "epoch": 2447.0597014925374,
1463
+ "grad_norm": 114.10618591308594,
1464
+ "learning_rate": 4.9900000000000005e-06,
1465
+ "loss": 9.2298,
1466
+ "step": 41600
1467
+ },
1468
+ {
1469
+ "epoch": 2458.8358208955224,
1470
+ "grad_norm": 85.14331817626953,
1471
+ "learning_rate": 4.964025974025974e-06,
1472
+ "loss": 8.2393,
1473
+ "step": 41800
1474
+ },
1475
+ {
1476
+ "epoch": 2470.597014925373,
1477
+ "grad_norm": 223.14291381835938,
1478
+ "learning_rate": 4.9380519480519485e-06,
1479
+ "loss": 9.5785,
1480
+ "step": 42000
1481
+ },
1482
+ {
1483
+ "epoch": 2482.3582089552237,
1484
+ "grad_norm": 156.1779022216797,
1485
+ "learning_rate": 4.912077922077922e-06,
1486
+ "loss": 8.3694,
1487
+ "step": 42200
1488
+ },
1489
+ {
1490
+ "epoch": 2494.1194029850744,
1491
+ "grad_norm": 163.2755126953125,
1492
+ "learning_rate": 4.8862337662337665e-06,
1493
+ "loss": 8.2274,
1494
+ "step": 42400
1495
+ },
1496
+ {
1497
+ "epoch": 2505.89552238806,
1498
+ "grad_norm": 448.78741455078125,
1499
+ "learning_rate": 4.860259740259741e-06,
1500
+ "loss": 7.7257,
1501
+ "step": 42600
1502
+ },
1503
+ {
1504
+ "epoch": 2517.6567164179105,
1505
+ "grad_norm": 224.7237548828125,
1506
+ "learning_rate": 4.8342857142857145e-06,
1507
+ "loss": 7.8661,
1508
+ "step": 42800
1509
+ },
1510
+ {
1511
+ "epoch": 2529.417910447761,
1512
+ "grad_norm": 218.48426818847656,
1513
+ "learning_rate": 4.808311688311689e-06,
1514
+ "loss": 8.1052,
1515
+ "step": 43000
1516
+ },
1517
+ {
1518
+ "epoch": 2541.179104477612,
1519
+ "grad_norm": 285.8219909667969,
1520
+ "learning_rate": 4.7823376623376625e-06,
1521
+ "loss": 7.2237,
1522
+ "step": 43200
1523
+ },
1524
+ {
1525
+ "epoch": 2552.955223880597,
1526
+ "grad_norm": 121.75675964355469,
1527
+ "learning_rate": 4.756363636363637e-06,
1528
+ "loss": 7.3067,
1529
+ "step": 43400
1530
+ },
1531
+ {
1532
+ "epoch": 2564.716417910448,
1533
+ "grad_norm": 441.2803039550781,
1534
+ "learning_rate": 4.7303896103896104e-06,
1535
+ "loss": 7.4268,
1536
+ "step": 43600
1537
+ },
1538
+ {
1539
+ "epoch": 2576.4776119402986,
1540
+ "grad_norm": 250.1401824951172,
1541
+ "learning_rate": 4.704415584415585e-06,
1542
+ "loss": 7.4162,
1543
+ "step": 43800
1544
+ },
1545
+ {
1546
+ "epoch": 2588.2388059701493,
1547
+ "grad_norm": 225.75238037109375,
1548
+ "learning_rate": 4.6784415584415584e-06,
1549
+ "loss": 7.9644,
1550
+ "step": 44000
1551
+ },
1552
+ {
1553
+ "epoch": 2600.0,
1554
+ "grad_norm": 199.13861083984375,
1555
+ "learning_rate": 4.652597402597403e-06,
1556
+ "loss": 8.048,
1557
+ "step": 44200
1558
+ },
1559
+ {
1560
+ "epoch": 2611.776119402985,
1561
+ "grad_norm": 128.95506286621094,
1562
+ "learning_rate": 4.626623376623377e-06,
1563
+ "loss": 6.9158,
1564
+ "step": 44400
1565
+ },
1566
+ {
1567
+ "epoch": 2623.5373134328356,
1568
+ "grad_norm": 365.9570007324219,
1569
+ "learning_rate": 4.600649350649351e-06,
1570
+ "loss": 6.4058,
1571
+ "step": 44600
1572
+ },
1573
+ {
1574
+ "epoch": 2635.2985074626868,
1575
+ "grad_norm": 114.73458862304688,
1576
+ "learning_rate": 4.574675324675325e-06,
1577
+ "loss": 8.2035,
1578
+ "step": 44800
1579
+ },
1580
+ {
1581
+ "epoch": 2647.0597014925374,
1582
+ "grad_norm": 158.98861694335938,
1583
+ "learning_rate": 4.548701298701299e-06,
1584
+ "loss": 6.3892,
1585
+ "step": 45000
1586
+ },
1587
+ {
1588
+ "epoch": 2658.8358208955224,
1589
+ "grad_norm": 203.47166442871094,
1590
+ "learning_rate": 4.522727272727273e-06,
1591
+ "loss": 7.2696,
1592
+ "step": 45200
1593
+ },
1594
+ {
1595
+ "epoch": 2670.597014925373,
1596
+ "grad_norm": 231.44822692871094,
1597
+ "learning_rate": 4.496753246753247e-06,
1598
+ "loss": 7.5676,
1599
+ "step": 45400
1600
+ },
1601
+ {
1602
+ "epoch": 2682.3582089552237,
1603
+ "grad_norm": 247.14039611816406,
1604
+ "learning_rate": 4.470779220779221e-06,
1605
+ "loss": 6.668,
1606
+ "step": 45600
1607
+ },
1608
+ {
1609
+ "epoch": 2694.1194029850744,
1610
+ "grad_norm": 170.46774291992188,
1611
+ "learning_rate": 4.444805194805195e-06,
1612
+ "loss": 6.9474,
1613
+ "step": 45800
1614
+ },
1615
+ {
1616
+ "epoch": 2705.89552238806,
1617
+ "grad_norm": 191.91915893554688,
1618
+ "learning_rate": 4.418831168831169e-06,
1619
+ "loss": 6.3278,
1620
+ "step": 46000
1621
+ },
1622
+ {
1623
+ "epoch": 2717.6567164179105,
1624
+ "grad_norm": 105.89759826660156,
1625
+ "learning_rate": 4.392857142857143e-06,
1626
+ "loss": 7.3746,
1627
+ "step": 46200
1628
+ },
1629
+ {
1630
+ "epoch": 2729.417910447761,
1631
+ "grad_norm": 86.0598373413086,
1632
+ "learning_rate": 4.366883116883117e-06,
1633
+ "loss": 7.079,
1634
+ "step": 46400
1635
+ },
1636
+ {
1637
+ "epoch": 2741.179104477612,
1638
+ "grad_norm": 272.9900207519531,
1639
+ "learning_rate": 4.340909090909091e-06,
1640
+ "loss": 6.9619,
1641
+ "step": 46600
1642
+ },
1643
+ {
1644
+ "epoch": 2752.955223880597,
1645
+ "grad_norm": 113.84228515625,
1646
+ "learning_rate": 4.314935064935065e-06,
1647
+ "loss": 6.7595,
1648
+ "step": 46800
1649
+ },
1650
+ {
1651
+ "epoch": 2764.716417910448,
1652
+ "grad_norm": 464.052734375,
1653
+ "learning_rate": 4.28896103896104e-06,
1654
+ "loss": 6.9025,
1655
+ "step": 47000
1656
+ },
1657
+ {
1658
+ "epoch": 2776.4776119402986,
1659
+ "grad_norm": 73.1541519165039,
1660
+ "learning_rate": 4.262987012987013e-06,
1661
+ "loss": 6.753,
1662
+ "step": 47200
1663
+ },
1664
+ {
1665
+ "epoch": 2788.2388059701493,
1666
+ "grad_norm": 42.5888786315918,
1667
+ "learning_rate": 4.237012987012988e-06,
1668
+ "loss": 6.2469,
1669
+ "step": 47400
1670
+ },
1671
+ {
1672
+ "epoch": 2800.0,
1673
+ "grad_norm": 87.32052612304688,
1674
+ "learning_rate": 4.211038961038961e-06,
1675
+ "loss": 7.9924,
1676
+ "step": 47600
1677
+ },
1678
+ {
1679
+ "epoch": 2811.776119402985,
1680
+ "grad_norm": 324.5746154785156,
1681
+ "learning_rate": 4.185064935064936e-06,
1682
+ "loss": 5.9469,
1683
+ "step": 47800
1684
+ },
1685
+ {
1686
+ "epoch": 2823.5373134328356,
1687
+ "grad_norm": 51.54016876220703,
1688
+ "learning_rate": 4.159090909090909e-06,
1689
+ "loss": 7.4489,
1690
+ "step": 48000
1691
+ },
1692
+ {
1693
+ "epoch": 2835.2985074626868,
1694
+ "grad_norm": 176.7570343017578,
1695
+ "learning_rate": 4.1331168831168836e-06,
1696
+ "loss": 6.7529,
1697
+ "step": 48200
1698
+ },
1699
+ {
1700
+ "epoch": 2847.0597014925374,
1701
+ "grad_norm": 107.7917709350586,
1702
+ "learning_rate": 4.107142857142857e-06,
1703
+ "loss": 6.1709,
1704
+ "step": 48400
1705
+ },
1706
+ {
1707
+ "epoch": 2858.8358208955224,
1708
+ "grad_norm": 218.55908203125,
1709
+ "learning_rate": 4.0812987012987016e-06,
1710
+ "loss": 6.4473,
1711
+ "step": 48600
1712
+ },
1713
+ {
1714
+ "epoch": 2870.597014925373,
1715
+ "grad_norm": 317.35137939453125,
1716
+ "learning_rate": 4.055324675324675e-06,
1717
+ "loss": 7.2964,
1718
+ "step": 48800
1719
+ },
1720
+ {
1721
+ "epoch": 2882.3582089552237,
1722
+ "grad_norm": 407.064697265625,
1723
+ "learning_rate": 4.0293506493506495e-06,
1724
+ "loss": 6.5469,
1725
+ "step": 49000
1726
+ },
1727
+ {
1728
+ "epoch": 2894.1194029850744,
1729
+ "grad_norm": 89.26599884033203,
1730
+ "learning_rate": 4.003376623376624e-06,
1731
+ "loss": 6.4736,
1732
+ "step": 49200
1733
+ },
1734
+ {
1735
+ "epoch": 2905.89552238806,
1736
+ "grad_norm": 25.349979400634766,
1737
+ "learning_rate": 3.9774025974025975e-06,
1738
+ "loss": 6.6709,
1739
+ "step": 49400
1740
+ },
1741
+ {
1742
+ "epoch": 2917.6567164179105,
1743
+ "grad_norm": 152.76893615722656,
1744
+ "learning_rate": 3.951428571428572e-06,
1745
+ "loss": 6.769,
1746
+ "step": 49600
1747
+ },
1748
+ {
1749
+ "epoch": 2929.417910447761,
1750
+ "grad_norm": 369.66729736328125,
1751
+ "learning_rate": 3.9254545454545455e-06,
1752
+ "loss": 6.8757,
1753
+ "step": 49800
1754
+ },
1755
+ {
1756
+ "epoch": 2941.179104477612,
1757
+ "grad_norm": 163.01708984375,
1758
+ "learning_rate": 3.89948051948052e-06,
1759
+ "loss": 5.9855,
1760
+ "step": 50000
1761
+ },
1762
+ {
1763
+ "epoch": 2952.955223880597,
1764
+ "grad_norm": 359.50164794921875,
1765
+ "learning_rate": 3.8735064935064935e-06,
1766
+ "loss": 6.7189,
1767
+ "step": 50200
1768
+ },
1769
+ {
1770
+ "epoch": 2964.716417910448,
1771
+ "grad_norm": 135.31906127929688,
1772
+ "learning_rate": 3.847532467532468e-06,
1773
+ "loss": 6.1798,
1774
+ "step": 50400
1775
+ },
1776
+ {
1777
+ "epoch": 2976.4776119402986,
1778
+ "grad_norm": 77.5290756225586,
1779
+ "learning_rate": 3.8215584415584415e-06,
1780
+ "loss": 5.9281,
1781
+ "step": 50600
1782
+ },
1783
+ {
1784
+ "epoch": 2988.2388059701493,
1785
+ "grad_norm": 103.02841186523438,
1786
+ "learning_rate": 3.7955844155844155e-06,
1787
+ "loss": 6.068,
1788
+ "step": 50800
1789
+ },
1790
+ {
1791
+ "epoch": 3000.0,
1792
+ "grad_norm": 348.920166015625,
1793
+ "learning_rate": 3.76961038961039e-06,
1794
+ "loss": 5.7779,
1795
+ "step": 51000
1796
+ },
1797
+ {
1798
+ "epoch": 3011.776119402985,
1799
+ "grad_norm": 356.079345703125,
1800
+ "learning_rate": 3.743636363636364e-06,
1801
+ "loss": 6.8131,
1802
+ "step": 51200
1803
+ },
1804
+ {
1805
+ "epoch": 3023.5373134328356,
1806
+ "grad_norm": 201.86148071289062,
1807
+ "learning_rate": 3.717662337662338e-06,
1808
+ "loss": 6.2735,
1809
+ "step": 51400
1810
+ },
1811
+ {
1812
+ "epoch": 3035.2985074626868,
1813
+ "grad_norm": 181.3549041748047,
1814
+ "learning_rate": 3.691688311688312e-06,
1815
+ "loss": 6.2642,
1816
+ "step": 51600
1817
+ },
1818
+ {
1819
+ "epoch": 3047.0597014925374,
1820
+ "grad_norm": 158.26319885253906,
1821
+ "learning_rate": 3.665714285714286e-06,
1822
+ "loss": 7.6419,
1823
+ "step": 51800
1824
+ },
1825
+ {
1826
+ "epoch": 3058.8358208955224,
1827
+ "grad_norm": 417.2932434082031,
1828
+ "learning_rate": 3.63974025974026e-06,
1829
+ "loss": 5.9062,
1830
+ "step": 52000
1831
+ },
1832
+ {
1833
+ "epoch": 3070.597014925373,
1834
+ "grad_norm": 123.00536346435547,
1835
+ "learning_rate": 3.613766233766234e-06,
1836
+ "loss": 6.0384,
1837
+ "step": 52200
1838
+ },
1839
+ {
1840
+ "epoch": 3082.3582089552237,
1841
+ "grad_norm": 212.98793029785156,
1842
+ "learning_rate": 3.587792207792208e-06,
1843
+ "loss": 5.6856,
1844
+ "step": 52400
1845
+ },
1846
+ {
1847
+ "epoch": 3094.1194029850744,
1848
+ "grad_norm": 232.1907501220703,
1849
+ "learning_rate": 3.561818181818182e-06,
1850
+ "loss": 6.196,
1851
+ "step": 52600
1852
+ },
1853
+ {
1854
+ "epoch": 3105.89552238806,
1855
+ "grad_norm": 40.089229583740234,
1856
+ "learning_rate": 3.535844155844156e-06,
1857
+ "loss": 5.7956,
1858
+ "step": 52800
1859
+ },
1860
+ {
1861
+ "epoch": 3117.6567164179105,
1862
+ "grad_norm": 286.09320068359375,
1863
+ "learning_rate": 3.5100000000000003e-06,
1864
+ "loss": 6.1736,
1865
+ "step": 53000
1866
+ },
1867
+ {
1868
+ "epoch": 3129.417910447761,
1869
+ "grad_norm": 247.46432495117188,
1870
+ "learning_rate": 3.4840259740259743e-06,
1871
+ "loss": 5.9662,
1872
+ "step": 53200
1873
+ },
1874
+ {
1875
+ "epoch": 3141.179104477612,
1876
+ "grad_norm": 175.70138549804688,
1877
+ "learning_rate": 3.4580519480519483e-06,
1878
+ "loss": 5.5742,
1879
+ "step": 53400
1880
+ },
1881
+ {
1882
+ "epoch": 3152.955223880597,
1883
+ "grad_norm": 244.6918487548828,
1884
+ "learning_rate": 3.4320779220779223e-06,
1885
+ "loss": 5.4242,
1886
+ "step": 53600
1887
+ },
1888
+ {
1889
+ "epoch": 3164.716417910448,
1890
+ "grad_norm": 290.1295166015625,
1891
+ "learning_rate": 3.4061038961038963e-06,
1892
+ "loss": 5.9908,
1893
+ "step": 53800
1894
+ },
1895
+ {
1896
+ "epoch": 3176.4776119402986,
1897
+ "grad_norm": 191.1642303466797,
1898
+ "learning_rate": 3.3801298701298702e-06,
1899
+ "loss": 6.4687,
1900
+ "step": 54000
1901
+ },
1902
+ {
1903
+ "epoch": 3188.2388059701493,
1904
+ "grad_norm": 230.18724060058594,
1905
+ "learning_rate": 3.3541558441558442e-06,
1906
+ "loss": 5.8824,
1907
+ "step": 54200
1908
+ },
1909
+ {
1910
+ "epoch": 3200.0,
1911
+ "grad_norm": 189.81280517578125,
1912
+ "learning_rate": 3.3281818181818182e-06,
1913
+ "loss": 6.0779,
1914
+ "step": 54400
1915
+ },
1916
+ {
1917
+ "epoch": 3211.776119402985,
1918
+ "grad_norm": 139.64651489257812,
1919
+ "learning_rate": 3.3022077922077927e-06,
1920
+ "loss": 6.1833,
1921
+ "step": 54600
1922
+ },
1923
+ {
1924
+ "epoch": 3223.5373134328356,
1925
+ "grad_norm": 191.9344024658203,
1926
+ "learning_rate": 3.2762337662337666e-06,
1927
+ "loss": 5.7443,
1928
+ "step": 54800
1929
+ },
1930
+ {
1931
+ "epoch": 3235.2985074626868,
1932
+ "grad_norm": 313.61773681640625,
1933
+ "learning_rate": 3.2502597402597406e-06,
1934
+ "loss": 5.4124,
1935
+ "step": 55000
1936
+ },
1937
+ {
1938
+ "epoch": 3247.0597014925374,
1939
+ "grad_norm": 139.777099609375,
1940
+ "learning_rate": 3.2242857142857146e-06,
1941
+ "loss": 5.4102,
1942
+ "step": 55200
1943
+ },
1944
+ {
1945
+ "epoch": 3258.8358208955224,
1946
+ "grad_norm": 142.17034912109375,
1947
+ "learning_rate": 3.1983116883116886e-06,
1948
+ "loss": 5.2255,
1949
+ "step": 55400
1950
+ },
1951
+ {
1952
+ "epoch": 3270.597014925373,
1953
+ "grad_norm": 159.3903350830078,
1954
+ "learning_rate": 3.1724675324675326e-06,
1955
+ "loss": 5.1369,
1956
+ "step": 55600
1957
+ },
1958
+ {
1959
+ "epoch": 3282.3582089552237,
1960
+ "grad_norm": 171.2684326171875,
1961
+ "learning_rate": 3.1464935064935066e-06,
1962
+ "loss": 5.5156,
1963
+ "step": 55800
1964
+ },
1965
+ {
1966
+ "epoch": 3294.1194029850744,
1967
+ "grad_norm": 177.32545471191406,
1968
+ "learning_rate": 3.1205194805194806e-06,
1969
+ "loss": 6.1047,
1970
+ "step": 56000
1971
+ },
1972
+ {
1973
+ "epoch": 3305.89552238806,
1974
+ "grad_norm": 127.48875427246094,
1975
+ "learning_rate": 3.094545454545455e-06,
1976
+ "loss": 5.5533,
1977
+ "step": 56200
1978
+ },
1979
+ {
1980
+ "epoch": 3317.6567164179105,
1981
+ "grad_norm": 284.4790954589844,
1982
+ "learning_rate": 3.068571428571429e-06,
1983
+ "loss": 5.096,
1984
+ "step": 56400
1985
+ },
1986
+ {
1987
+ "epoch": 3329.417910447761,
1988
+ "grad_norm": 148.5039520263672,
1989
+ "learning_rate": 3.042597402597403e-06,
1990
+ "loss": 5.6225,
1991
+ "step": 56600
1992
+ },
1993
+ {
1994
+ "epoch": 3341.179104477612,
1995
+ "grad_norm": 414.6415710449219,
1996
+ "learning_rate": 3.016623376623377e-06,
1997
+ "loss": 6.35,
1998
+ "step": 56800
1999
+ },
2000
+ {
2001
+ "epoch": 3352.955223880597,
2002
+ "grad_norm": 62.76802062988281,
2003
+ "learning_rate": 2.990649350649351e-06,
2004
+ "loss": 5.5579,
2005
+ "step": 57000
2006
+ },
2007
+ {
2008
+ "epoch": 3364.716417910448,
2009
+ "grad_norm": 31.516719818115234,
2010
+ "learning_rate": 2.964675324675325e-06,
2011
+ "loss": 5.7893,
2012
+ "step": 57200
2013
+ },
2014
+ {
2015
+ "epoch": 3376.4776119402986,
2016
+ "grad_norm": 151.5336456298828,
2017
+ "learning_rate": 2.938701298701299e-06,
2018
+ "loss": 6.144,
2019
+ "step": 57400
2020
+ },
2021
+ {
2022
+ "epoch": 3388.2388059701493,
2023
+ "grad_norm": 457.56573486328125,
2024
+ "learning_rate": 2.912727272727273e-06,
2025
+ "loss": 5.7772,
2026
+ "step": 57600
2027
+ },
2028
+ {
2029
+ "epoch": 3400.0,
2030
+ "grad_norm": 81.55277252197266,
2031
+ "learning_rate": 2.8867532467532474e-06,
2032
+ "loss": 5.0447,
2033
+ "step": 57800
2034
+ },
2035
+ {
2036
+ "epoch": 3411.776119402985,
2037
+ "grad_norm": 22.124055862426758,
2038
+ "learning_rate": 2.8607792207792214e-06,
2039
+ "loss": 6.2737,
2040
+ "step": 58000
2041
+ },
2042
+ {
2043
+ "epoch": 3423.5373134328356,
2044
+ "grad_norm": 284.54803466796875,
2045
+ "learning_rate": 2.8348051948051954e-06,
2046
+ "loss": 5.392,
2047
+ "step": 58200
2048
+ },
2049
+ {
2050
+ "epoch": 3435.2985074626868,
2051
+ "grad_norm": 455.4921569824219,
2052
+ "learning_rate": 2.8088311688311694e-06,
2053
+ "loss": 5.9439,
2054
+ "step": 58400
2055
+ },
2056
+ {
2057
+ "epoch": 3447.0597014925374,
2058
+ "grad_norm": 328.2806701660156,
2059
+ "learning_rate": 2.7829870129870134e-06,
2060
+ "loss": 5.8568,
2061
+ "step": 58600
2062
+ },
2063
+ {
2064
+ "epoch": 3458.8358208955224,
2065
+ "grad_norm": 186.59173583984375,
2066
+ "learning_rate": 2.7570129870129874e-06,
2067
+ "loss": 5.8562,
2068
+ "step": 58800
2069
+ },
2070
+ {
2071
+ "epoch": 3470.597014925373,
2072
+ "grad_norm": 225.7448272705078,
2073
+ "learning_rate": 2.7310389610389614e-06,
2074
+ "loss": 4.7843,
2075
+ "step": 59000
2076
+ },
2077
+ {
2078
+ "epoch": 3482.3582089552237,
2079
+ "grad_norm": 453.7283935546875,
2080
+ "learning_rate": 2.7050649350649354e-06,
2081
+ "loss": 5.9007,
2082
+ "step": 59200
2083
+ },
2084
+ {
2085
+ "epoch": 3494.1194029850744,
2086
+ "grad_norm": 185.39083862304688,
2087
+ "learning_rate": 2.6790909090909094e-06,
2088
+ "loss": 5.8159,
2089
+ "step": 59400
2090
+ },
2091
+ {
2092
+ "epoch": 3505.89552238806,
2093
+ "grad_norm": 95.3510513305664,
2094
+ "learning_rate": 2.6531168831168833e-06,
2095
+ "loss": 5.2905,
2096
+ "step": 59600
2097
+ },
2098
+ {
2099
+ "epoch": 3517.6567164179105,
2100
+ "grad_norm": 29.410858154296875,
2101
+ "learning_rate": 2.6271428571428573e-06,
2102
+ "loss": 4.9938,
2103
+ "step": 59800
2104
+ },
2105
+ {
2106
+ "epoch": 3529.417910447761,
2107
+ "grad_norm": 87.61227416992188,
2108
+ "learning_rate": 2.6011688311688318e-06,
2109
+ "loss": 5.5285,
2110
+ "step": 60000
2111
+ },
2112
+ {
2113
+ "epoch": 3541.179104477612,
2114
+ "grad_norm": 13.053986549377441,
2115
+ "learning_rate": 2.5751948051948058e-06,
2116
+ "loss": 5.7445,
2117
+ "step": 60200
2118
+ },
2119
+ {
2120
+ "epoch": 3552.955223880597,
2121
+ "grad_norm": 104.69475555419922,
2122
+ "learning_rate": 2.5493506493506497e-06,
2123
+ "loss": 5.7425,
2124
+ "step": 60400
2125
+ },
2126
+ {
2127
+ "epoch": 3564.716417910448,
2128
+ "grad_norm": 206.36949157714844,
2129
+ "learning_rate": 2.5233766233766237e-06,
2130
+ "loss": 5.2375,
2131
+ "step": 60600
2132
+ },
2133
+ {
2134
+ "epoch": 3576.4776119402986,
2135
+ "grad_norm": 375.29266357421875,
2136
+ "learning_rate": 2.4974025974025977e-06,
2137
+ "loss": 4.803,
2138
+ "step": 60800
2139
+ },
2140
+ {
2141
+ "epoch": 3588.2388059701493,
2142
+ "grad_norm": 55.10752868652344,
2143
+ "learning_rate": 2.4714285714285717e-06,
2144
+ "loss": 4.9683,
2145
+ "step": 61000
2146
+ },
2147
+ {
2148
+ "epoch": 3600.0,
2149
+ "grad_norm": 129.48883056640625,
2150
+ "learning_rate": 2.4454545454545457e-06,
2151
+ "loss": 4.7734,
2152
+ "step": 61200
2153
+ },
2154
+ {
2155
+ "epoch": 3611.776119402985,
2156
+ "grad_norm": 232.613525390625,
2157
+ "learning_rate": 2.4194805194805197e-06,
2158
+ "loss": 4.9529,
2159
+ "step": 61400
2160
+ },
2161
+ {
2162
+ "epoch": 3623.5373134328356,
2163
+ "grad_norm": 119.18389892578125,
2164
+ "learning_rate": 2.3935064935064937e-06,
2165
+ "loss": 4.6153,
2166
+ "step": 61600
2167
+ },
2168
+ {
2169
+ "epoch": 3635.2985074626868,
2170
+ "grad_norm": 163.57119750976562,
2171
+ "learning_rate": 2.3675324675324677e-06,
2172
+ "loss": 5.8858,
2173
+ "step": 61800
2174
+ },
2175
+ {
2176
+ "epoch": 3647.0597014925374,
2177
+ "grad_norm": 179.8179473876953,
2178
+ "learning_rate": 2.3415584415584417e-06,
2179
+ "loss": 4.7752,
2180
+ "step": 62000
2181
+ },
2182
+ {
2183
+ "epoch": 3658.8358208955224,
2184
+ "grad_norm": 476.3257751464844,
2185
+ "learning_rate": 2.3155844155844157e-06,
2186
+ "loss": 5.3414,
2187
+ "step": 62200
2188
+ },
2189
+ {
2190
+ "epoch": 3670.597014925373,
2191
+ "grad_norm": 52.362213134765625,
2192
+ "learning_rate": 2.2896103896103897e-06,
2193
+ "loss": 5.1212,
2194
+ "step": 62400
2195
+ },
2196
+ {
2197
+ "epoch": 3682.3582089552237,
2198
+ "grad_norm": 146.75779724121094,
2199
+ "learning_rate": 2.2636363636363637e-06,
2200
+ "loss": 5.0903,
2201
+ "step": 62600
2202
+ },
2203
+ {
2204
+ "epoch": 3694.1194029850744,
2205
+ "grad_norm": 194.1846160888672,
2206
+ "learning_rate": 2.237662337662338e-06,
2207
+ "loss": 5.1435,
2208
+ "step": 62800
2209
+ },
2210
+ {
2211
+ "epoch": 3705.89552238806,
2212
+ "grad_norm": 353.49639892578125,
2213
+ "learning_rate": 2.211688311688312e-06,
2214
+ "loss": 5.3565,
2215
+ "step": 63000
2216
+ },
2217
+ {
2218
+ "epoch": 3717.6567164179105,
2219
+ "grad_norm": 170.0306396484375,
2220
+ "learning_rate": 2.185844155844156e-06,
2221
+ "loss": 5.4508,
2222
+ "step": 63200
2223
+ },
2224
+ {
2225
+ "epoch": 3729.417910447761,
2226
+ "grad_norm": 105.09954071044922,
2227
+ "learning_rate": 2.15987012987013e-06,
2228
+ "loss": 4.764,
2229
+ "step": 63400
2230
+ },
2231
+ {
2232
+ "epoch": 3741.179104477612,
2233
+ "grad_norm": 110.3379135131836,
2234
+ "learning_rate": 2.133896103896104e-06,
2235
+ "loss": 4.7869,
2236
+ "step": 63600
2237
+ },
2238
+ {
2239
+ "epoch": 3752.955223880597,
2240
+ "grad_norm": 195.00747680664062,
2241
+ "learning_rate": 2.107922077922078e-06,
2242
+ "loss": 5.006,
2243
+ "step": 63800
2244
+ },
2245
+ {
2246
+ "epoch": 3764.716417910448,
2247
+ "grad_norm": 384.640380859375,
2248
+ "learning_rate": 2.081948051948052e-06,
2249
+ "loss": 4.3629,
2250
+ "step": 64000
2251
+ },
2252
+ {
2253
+ "epoch": 3776.4776119402986,
2254
+ "grad_norm": 151.75579833984375,
2255
+ "learning_rate": 2.055974025974026e-06,
2256
+ "loss": 5.1427,
2257
+ "step": 64200
2258
+ },
2259
+ {
2260
+ "epoch": 3788.2388059701493,
2261
+ "grad_norm": 321.9924621582031,
2262
+ "learning_rate": 2.0300000000000005e-06,
2263
+ "loss": 4.5263,
2264
+ "step": 64400
2265
+ },
2266
+ {
2267
+ "epoch": 3800.0,
2268
+ "grad_norm": 71.38465118408203,
2269
+ "learning_rate": 2.0040259740259745e-06,
2270
+ "loss": 5.9976,
2271
+ "step": 64600
2272
+ },
2273
+ {
2274
+ "epoch": 3811.776119402985,
2275
+ "grad_norm": 142.11964416503906,
2276
+ "learning_rate": 1.9780519480519485e-06,
2277
+ "loss": 4.5058,
2278
+ "step": 64800
2279
+ },
2280
+ {
2281
+ "epoch": 3823.5373134328356,
2282
+ "grad_norm": 255.7351531982422,
2283
+ "learning_rate": 1.9520779220779225e-06,
2284
+ "loss": 5.2054,
2285
+ "step": 65000
2286
+ },
2287
+ {
2288
+ "epoch": 3835.2985074626868,
2289
+ "grad_norm": 139.64971923828125,
2290
+ "learning_rate": 1.9261038961038964e-06,
2291
+ "loss": 4.5154,
2292
+ "step": 65200
2293
+ },
2294
+ {
2295
+ "epoch": 3847.0597014925374,
2296
+ "grad_norm": 269.8912658691406,
2297
+ "learning_rate": 1.9001298701298704e-06,
2298
+ "loss": 4.7901,
2299
+ "step": 65400
2300
+ },
2301
+ {
2302
+ "epoch": 3858.8358208955224,
2303
+ "grad_norm": 143.27041625976562,
2304
+ "learning_rate": 1.8741558441558444e-06,
2305
+ "loss": 5.0364,
2306
+ "step": 65600
2307
+ },
2308
+ {
2309
+ "epoch": 3870.597014925373,
2310
+ "grad_norm": 85.00979614257812,
2311
+ "learning_rate": 1.8481818181818184e-06,
2312
+ "loss": 5.7018,
2313
+ "step": 65800
2314
+ },
2315
+ {
2316
+ "epoch": 3882.3582089552237,
2317
+ "grad_norm": 23.321130752563477,
2318
+ "learning_rate": 1.8222077922077924e-06,
2319
+ "loss": 5.2634,
2320
+ "step": 66000
2321
+ },
2322
+ {
2323
+ "epoch": 3894.1194029850744,
2324
+ "grad_norm": 116.6059799194336,
2325
+ "learning_rate": 1.7963636363636366e-06,
2326
+ "loss": 5.1182,
2327
+ "step": 66200
2328
+ },
2329
+ {
2330
+ "epoch": 3905.89552238806,
2331
+ "grad_norm": 250.52786254882812,
2332
+ "learning_rate": 1.7703896103896106e-06,
2333
+ "loss": 4.8144,
2334
+ "step": 66400
2335
+ },
2336
+ {
2337
+ "epoch": 3917.6567164179105,
2338
+ "grad_norm": 153.89578247070312,
2339
+ "learning_rate": 1.7444155844155846e-06,
2340
+ "loss": 4.1859,
2341
+ "step": 66600
2342
+ },
2343
+ {
2344
+ "epoch": 3929.417910447761,
2345
+ "grad_norm": 377.2282409667969,
2346
+ "learning_rate": 1.7184415584415586e-06,
2347
+ "loss": 4.8385,
2348
+ "step": 66800
2349
+ },
2350
+ {
2351
+ "epoch": 3941.179104477612,
2352
+ "grad_norm": 122.95838928222656,
2353
+ "learning_rate": 1.6924675324675326e-06,
2354
+ "loss": 3.9718,
2355
+ "step": 67000
2356
+ },
2357
+ {
2358
+ "epoch": 3952.955223880597,
2359
+ "grad_norm": 231.4821014404297,
2360
+ "learning_rate": 1.6664935064935068e-06,
2361
+ "loss": 4.6111,
2362
+ "step": 67200
2363
+ },
2364
+ {
2365
+ "epoch": 3964.716417910448,
2366
+ "grad_norm": 237.96945190429688,
2367
+ "learning_rate": 1.6405194805194808e-06,
2368
+ "loss": 5.2436,
2369
+ "step": 67400
2370
+ },
2371
+ {
2372
+ "epoch": 3976.4776119402986,
2373
+ "grad_norm": 110.74050903320312,
2374
+ "learning_rate": 1.6145454545454548e-06,
2375
+ "loss": 4.6773,
2376
+ "step": 67600
2377
+ },
2378
+ {
2379
+ "epoch": 3988.2388059701493,
2380
+ "grad_norm": 68.52436828613281,
2381
+ "learning_rate": 1.5885714285714288e-06,
2382
+ "loss": 4.4819,
2383
+ "step": 67800
2384
+ },
2385
+ {
2386
+ "epoch": 4000.0,
2387
+ "grad_norm": 87.57453155517578,
2388
+ "learning_rate": 1.5625974025974028e-06,
2389
+ "loss": 4.9292,
2390
+ "step": 68000
2391
+ },
2392
+ {
2393
+ "epoch": 4011.776119402985,
2394
+ "grad_norm": 288.13714599609375,
2395
+ "learning_rate": 1.5366233766233768e-06,
2396
+ "loss": 5.3013,
2397
+ "step": 68200
2398
+ },
2399
+ {
2400
+ "epoch": 4023.5373134328356,
2401
+ "grad_norm": 266.3171081542969,
2402
+ "learning_rate": 1.5106493506493508e-06,
2403
+ "loss": 4.7125,
2404
+ "step": 68400
2405
+ },
2406
+ {
2407
+ "epoch": 4035.2985074626868,
2408
+ "grad_norm": 136.16607666015625,
2409
+ "learning_rate": 1.4846753246753248e-06,
2410
+ "loss": 4.4004,
2411
+ "step": 68600
2412
+ },
2413
+ {
2414
+ "epoch": 4047.0597014925374,
2415
+ "grad_norm": 199.1755828857422,
2416
+ "learning_rate": 1.4587012987012988e-06,
2417
+ "loss": 5.0152,
2418
+ "step": 68800
2419
+ },
2420
+ {
2421
+ "epoch": 4058.8358208955224,
2422
+ "grad_norm": 135.2139434814453,
2423
+ "learning_rate": 1.4327272727272728e-06,
2424
+ "loss": 4.592,
2425
+ "step": 69000
2426
+ },
2427
+ {
2428
+ "epoch": 4070.597014925373,
2429
+ "grad_norm": 256.96954345703125,
2430
+ "learning_rate": 1.406753246753247e-06,
2431
+ "loss": 4.1364,
2432
+ "step": 69200
2433
+ },
2434
+ {
2435
+ "epoch": 4082.3582089552237,
2436
+ "grad_norm": 151.81385803222656,
2437
+ "learning_rate": 1.380779220779221e-06,
2438
+ "loss": 4.638,
2439
+ "step": 69400
2440
+ },
2441
+ {
2442
+ "epoch": 4094.1194029850744,
2443
+ "grad_norm": 140.18310546875,
2444
+ "learning_rate": 1.354805194805195e-06,
2445
+ "loss": 5.1307,
2446
+ "step": 69600
2447
+ },
2448
+ {
2449
+ "epoch": 4105.895522388059,
2450
+ "grad_norm": 131.49514770507812,
2451
+ "learning_rate": 1.328831168831169e-06,
2452
+ "loss": 4.4532,
2453
+ "step": 69800
2454
+ },
2455
+ {
2456
+ "epoch": 4117.6567164179105,
2457
+ "grad_norm": 86.51961517333984,
2458
+ "learning_rate": 1.302857142857143e-06,
2459
+ "loss": 4.4996,
2460
+ "step": 70000
2461
+ },
2462
+ {
2463
+ "epoch": 4129.417910447762,
2464
+ "grad_norm": 232.16627502441406,
2465
+ "learning_rate": 1.2770129870129871e-06,
2466
+ "loss": 5.0817,
2467
+ "step": 70200
2468
+ },
2469
+ {
2470
+ "epoch": 4141.179104477612,
2471
+ "grad_norm": 111.115478515625,
2472
+ "learning_rate": 1.2511688311688313e-06,
2473
+ "loss": 4.4479,
2474
+ "step": 70400
2475
+ },
2476
+ {
2477
+ "epoch": 4152.955223880597,
2478
+ "grad_norm": 136.0243377685547,
2479
+ "learning_rate": 1.2251948051948053e-06,
2480
+ "loss": 4.9805,
2481
+ "step": 70600
2482
+ },
2483
+ {
2484
+ "epoch": 4164.7164179104475,
2485
+ "grad_norm": 240.4090576171875,
2486
+ "learning_rate": 1.1992207792207793e-06,
2487
+ "loss": 5.1758,
2488
+ "step": 70800
2489
+ },
2490
+ {
2491
+ "epoch": 4176.477611940299,
2492
+ "grad_norm": 162.47177124023438,
2493
+ "learning_rate": 1.1732467532467533e-06,
2494
+ "loss": 4.4003,
2495
+ "step": 71000
2496
+ },
2497
+ {
2498
+ "epoch": 4188.238805970149,
2499
+ "grad_norm": 172.05398559570312,
2500
+ "learning_rate": 1.1472727272727275e-06,
2501
+ "loss": 4.5982,
2502
+ "step": 71200
2503
+ },
2504
+ {
2505
+ "epoch": 4200.0,
2506
+ "grad_norm": 115.58950805664062,
2507
+ "learning_rate": 1.1212987012987015e-06,
2508
+ "loss": 4.9562,
2509
+ "step": 71400
2510
+ },
2511
+ {
2512
+ "epoch": 4211.776119402985,
2513
+ "grad_norm": 612.0722045898438,
2514
+ "learning_rate": 1.0954545454545455e-06,
2515
+ "loss": 4.5789,
2516
+ "step": 71600
2517
+ },
2518
+ {
2519
+ "epoch": 4223.537313432836,
2520
+ "grad_norm": 142.39805603027344,
2521
+ "learning_rate": 1.0694805194805195e-06,
2522
+ "loss": 5.3481,
2523
+ "step": 71800
2524
+ },
2525
+ {
2526
+ "epoch": 4235.298507462687,
2527
+ "grad_norm": 151.8544158935547,
2528
+ "learning_rate": 1.0435064935064935e-06,
2529
+ "loss": 4.9694,
2530
+ "step": 72000
2531
+ },
2532
+ {
2533
+ "epoch": 4247.059701492537,
2534
+ "grad_norm": 78.40233612060547,
2535
+ "learning_rate": 1.0175324675324675e-06,
2536
+ "loss": 4.6901,
2537
+ "step": 72200
2538
+ },
2539
+ {
2540
+ "epoch": 4258.835820895522,
2541
+ "grad_norm": 128.51756286621094,
2542
+ "learning_rate": 9.915584415584415e-07,
2543
+ "loss": 4.44,
2544
+ "step": 72400
2545
+ },
2546
+ {
2547
+ "epoch": 4270.5970149253735,
2548
+ "grad_norm": 98.647216796875,
2549
+ "learning_rate": 9.655844155844157e-07,
2550
+ "loss": 4.1811,
2551
+ "step": 72600
2552
+ },
2553
+ {
2554
+ "epoch": 4282.358208955224,
2555
+ "grad_norm": 142.39537048339844,
2556
+ "learning_rate": 9.396103896103898e-07,
2557
+ "loss": 3.957,
2558
+ "step": 72800
2559
+ },
2560
+ {
2561
+ "epoch": 4294.119402985075,
2562
+ "grad_norm": 172.83412170410156,
2563
+ "learning_rate": 9.136363636363638e-07,
2564
+ "loss": 5.0366,
2565
+ "step": 73000
2566
+ },
2567
+ {
2568
+ "epoch": 4305.895522388059,
2569
+ "grad_norm": 323.51953125,
2570
+ "learning_rate": 8.876623376623378e-07,
2571
+ "loss": 4.8918,
2572
+ "step": 73200
2573
+ },
2574
+ {
2575
+ "epoch": 4317.6567164179105,
2576
+ "grad_norm": 175.51437377929688,
2577
+ "learning_rate": 8.616883116883118e-07,
2578
+ "loss": 4.8388,
2579
+ "step": 73400
2580
+ },
2581
+ {
2582
+ "epoch": 4329.417910447762,
2583
+ "grad_norm": 10.666017532348633,
2584
+ "learning_rate": 8.357142857142858e-07,
2585
+ "loss": 4.7345,
2586
+ "step": 73600
2587
+ },
2588
+ {
2589
+ "epoch": 4341.179104477612,
2590
+ "grad_norm": 236.7921142578125,
2591
+ "learning_rate": 8.097402597402599e-07,
2592
+ "loss": 4.5804,
2593
+ "step": 73800
2594
+ },
2595
+ {
2596
+ "epoch": 4352.955223880597,
2597
+ "grad_norm": 124.93741607666016,
2598
+ "learning_rate": 7.837662337662339e-07,
2599
+ "loss": 5.0424,
2600
+ "step": 74000
2601
+ },
2602
+ {
2603
+ "epoch": 4364.7164179104475,
2604
+ "grad_norm": 321.4673156738281,
2605
+ "learning_rate": 7.577922077922079e-07,
2606
+ "loss": 4.7424,
2607
+ "step": 74200
2608
+ },
2609
+ {
2610
+ "epoch": 4376.477611940299,
2611
+ "grad_norm": 566.9447021484375,
2612
+ "learning_rate": 7.318181818181819e-07,
2613
+ "loss": 4.2368,
2614
+ "step": 74400
2615
+ },
2616
+ {
2617
+ "epoch": 4388.238805970149,
2618
+ "grad_norm": 170.28578186035156,
2619
+ "learning_rate": 7.058441558441559e-07,
2620
+ "loss": 4.5343,
2621
+ "step": 74600
2622
+ },
2623
+ {
2624
+ "epoch": 4400.0,
2625
+ "grad_norm": 45.38258743286133,
2626
+ "learning_rate": 6.7987012987013e-07,
2627
+ "loss": 4.2724,
2628
+ "step": 74800
2629
+ },
2630
+ {
2631
+ "epoch": 4411.776119402985,
2632
+ "grad_norm": 207.35653686523438,
2633
+ "learning_rate": 6.538961038961039e-07,
2634
+ "loss": 4.1466,
2635
+ "step": 75000
2636
+ },
2637
+ {
2638
+ "epoch": 4423.537313432836,
2639
+ "grad_norm": 195.24972534179688,
2640
+ "learning_rate": 6.279220779220779e-07,
2641
+ "loss": 4.8058,
2642
+ "step": 75200
2643
+ },
2644
+ {
2645
+ "epoch": 4435.298507462687,
2646
+ "grad_norm": 21.271228790283203,
2647
+ "learning_rate": 6.01948051948052e-07,
2648
+ "loss": 4.2456,
2649
+ "step": 75400
2650
+ },
2651
+ {
2652
+ "epoch": 4447.059701492537,
2653
+ "grad_norm": 128.87979125976562,
2654
+ "learning_rate": 5.75974025974026e-07,
2655
+ "loss": 4.609,
2656
+ "step": 75600
2657
+ },
2658
+ {
2659
+ "epoch": 4458.835820895522,
2660
+ "grad_norm": 125.3255844116211,
2661
+ "learning_rate": 5.5e-07,
2662
+ "loss": 3.8383,
2663
+ "step": 75800
2664
+ },
2665
+ {
2666
+ "epoch": 4470.5970149253735,
2667
+ "grad_norm": 176.71116638183594,
2668
+ "learning_rate": 5.24025974025974e-07,
2669
+ "loss": 4.3682,
2670
+ "step": 76000
2671
+ },
2672
+ {
2673
+ "epoch": 4482.358208955224,
2674
+ "grad_norm": 174.38621520996094,
2675
+ "learning_rate": 4.980519480519481e-07,
2676
+ "loss": 3.9024,
2677
+ "step": 76200
2678
+ },
2679
+ {
2680
+ "epoch": 4494.119402985075,
2681
+ "grad_norm": 150.01458740234375,
2682
+ "learning_rate": 4.720779220779221e-07,
2683
+ "loss": 4.1331,
2684
+ "step": 76400
2685
+ },
2686
+ {
2687
+ "epoch": 4505.895522388059,
2688
+ "grad_norm": 209.55963134765625,
2689
+ "learning_rate": 4.461038961038961e-07,
2690
+ "loss": 4.5891,
2691
+ "step": 76600
2692
+ },
2693
+ {
2694
+ "epoch": 4517.6567164179105,
2695
+ "grad_norm": 332.1000061035156,
2696
+ "learning_rate": 4.201298701298702e-07,
2697
+ "loss": 4.1596,
2698
+ "step": 76800
2699
+ },
2700
+ {
2701
+ "epoch": 4529.417910447762,
2702
+ "grad_norm": 267.723388671875,
2703
+ "learning_rate": 3.941558441558442e-07,
2704
+ "loss": 3.6498,
2705
+ "step": 77000
2706
+ },
2707
+ {
2708
+ "epoch": 4541.179104477612,
2709
+ "grad_norm": 221.1051483154297,
2710
+ "learning_rate": 3.681818181818182e-07,
2711
+ "loss": 3.9301,
2712
+ "step": 77200
2713
+ },
2714
+ {
2715
+ "epoch": 4552.955223880597,
2716
+ "grad_norm": 102.58394622802734,
2717
+ "learning_rate": 3.4220779220779225e-07,
2718
+ "loss": 4.2587,
2719
+ "step": 77400
2720
+ },
2721
+ {
2722
+ "epoch": 4564.7164179104475,
2723
+ "grad_norm": 221.03683471679688,
2724
+ "learning_rate": 3.1623376623376624e-07,
2725
+ "loss": 3.8038,
2726
+ "step": 77600
2727
+ },
2728
+ {
2729
+ "epoch": 4576.477611940299,
2730
+ "grad_norm": 199.16111755371094,
2731
+ "learning_rate": 2.902597402597403e-07,
2732
+ "loss": 4.4641,
2733
+ "step": 77800
2734
+ },
2735
+ {
2736
+ "epoch": 4588.238805970149,
2737
+ "grad_norm": 30.24901580810547,
2738
+ "learning_rate": 2.6428571428571433e-07,
2739
+ "loss": 4.233,
2740
+ "step": 78000
2741
+ },
2742
+ {
2743
+ "epoch": 4600.0,
2744
+ "grad_norm": 146.84005737304688,
2745
+ "learning_rate": 2.384415584415585e-07,
2746
+ "loss": 4.2298,
2747
+ "step": 78200
2748
+ },
2749
+ {
2750
+ "epoch": 4611.776119402985,
2751
+ "grad_norm": 215.6741180419922,
2752
+ "learning_rate": 2.1246753246753248e-07,
2753
+ "loss": 4.4618,
2754
+ "step": 78400
2755
+ },
2756
+ {
2757
+ "epoch": 4623.537313432836,
2758
+ "grad_norm": 318.6520080566406,
2759
+ "learning_rate": 1.864935064935065e-07,
2760
+ "loss": 4.4153,
2761
+ "step": 78600
2762
+ },
2763
+ {
2764
+ "epoch": 4635.298507462687,
2765
+ "grad_norm": 80.2079849243164,
2766
+ "learning_rate": 1.6051948051948055e-07,
2767
+ "loss": 4.2413,
2768
+ "step": 78800
2769
+ },
2770
+ {
2771
+ "epoch": 4647.059701492537,
2772
+ "grad_norm": 118.82848358154297,
2773
+ "learning_rate": 1.3454545454545457e-07,
2774
+ "loss": 4.164,
2775
+ "step": 79000
2776
+ },
2777
+ {
2778
+ "epoch": 4658.835820895522,
2779
+ "grad_norm": 56.74250411987305,
2780
+ "learning_rate": 1.0857142857142857e-07,
2781
+ "loss": 4.7498,
2782
+ "step": 79200
2783
+ },
2784
+ {
2785
+ "epoch": 4670.5970149253735,
2786
+ "grad_norm": 164.66262817382812,
2787
+ "learning_rate": 8.259740259740261e-08,
2788
+ "loss": 4.4375,
2789
+ "step": 79400
2790
+ },
2791
+ {
2792
+ "epoch": 4682.358208955224,
2793
+ "grad_norm": 267.6045227050781,
2794
+ "learning_rate": 5.662337662337663e-08,
2795
+ "loss": 4.8022,
2796
+ "step": 79600
2797
+ },
2798
+ {
2799
+ "epoch": 4694.119402985075,
2800
+ "grad_norm": 136.69151306152344,
2801
+ "learning_rate": 3.0649350649350655e-08,
2802
+ "loss": 3.8398,
2803
+ "step": 79800
2804
+ },
2805
+ {
2806
+ "epoch": 4705.895522388059,
2807
+ "grad_norm": 251.12142944335938,
2808
+ "learning_rate": 4.675324675324676e-09,
2809
+ "loss": 4.6735,
2810
+ "step": 80000
2811
+ }
2812
+ ],
2813
+ "logging_steps": 200,
2814
+ "max_steps": 80000,
2815
+ "num_input_tokens_seen": 0,
2816
+ "num_train_epochs": 5000,
2817
+ "save_steps": 1000,
2818
+ "stateful_callbacks": {
2819
+ "TrainerControl": {
2820
+ "args": {
2821
+ "should_epoch_stop": false,
2822
+ "should_evaluate": false,
2823
+ "should_log": false,
2824
+ "should_save": true,
2825
+ "should_training_stop": true
2826
+ },
2827
+ "attributes": {}
2828
+ }
2829
+ },
2830
+ "total_flos": 4.852250804395515e+20,
2831
+ "train_batch_size": 8,
2832
+ "trial_name": null,
2833
+ "trial_params": null
2834
+ }
vocab.json CHANGED
@@ -1,40 +1,35 @@
1
  {
2
- "\"": 26,
3
- "'": 23,
4
- "</s>": 2,
5
- "<pad>": 0,
6
- "<s>": 1,
7
- "<unk>": 3,
8
- "a": 5,
9
- "b": 37,
10
- "c": 7,
11
- "d": 4,
12
- "e": 31,
13
- "f": 33,
14
- "g": 9,
15
- "h": 29,
16
- "i": 10,
17
- "j": 36,
18
- "k": 34,
19
- "l": 32,
20
- "m": 12,
21
- "n": 30,
22
  "o": 22,
23
- "p": 35,
24
- "r": 16,
25
- "s": 18,
26
- "t": 15,
27
- "u": 28,
28
- "v": 17,
29
- "w": 24,
30
- "x": 14,
31
- "y": 13,
32
- "|": 20,
33
- "á": 27,
34
- "é": 11,
35
- "í": 19,
36
- "ó": 6,
37
- "ú": 25,
38
- "‘": 21,
39
- "’": 8
40
  }
 
1
  {
2
+ "[PAD]": 0,
3
+ "[UNK]": 2,
4
+ "a": 7,
5
+ "b": 29,
6
+ "c": 24,
7
+ "d": 15,
8
+ "e": 6,
9
+ "f": 21,
10
+ "g": 5,
11
+ "h": 30,
12
+ "i": 20,
13
+ "j": 32,
14
+ "k": 9,
15
+ "l": 14,
16
+ "m": 8,
17
+ "n": 16,
 
 
 
 
18
  "o": 22,
19
+ "p": 27,
20
+ "r": 23,
21
+ "s": 33,
22
+ "t": 18,
23
+ "u": 26,
24
+ "v": 12,
25
+ "w": 13,
26
+ "x": 25,
27
+ "y": 17,
28
+ "|": 1,
29
+ "á": 4,
30
+ "é": 28,
31
+ "í": 3,
32
+ "ó": 31,
33
+ "ú": 11,
34
+ "‘": 19
 
35
  }