gasmichel commited on
Commit
8dee14a
·
verified ·
1 Parent(s): 2fe6ec6

Upload folder using huggingface_hub

Browse files
Files changed (32) hide show
  1. .gitattributes +1 -0
  2. curric_context/added_tokens.json +0 -0
  3. curric_context/checkpoint-10000/config.json +54 -0
  4. curric_context/checkpoint-10000/generation_config.json +6 -0
  5. curric_context/checkpoint-10000/trainer_state.json +0 -0
  6. curric_context/checkpoint-15000/config.json +54 -0
  7. curric_context/checkpoint-15000/generation_config.json +6 -0
  8. curric_context/checkpoint-15000/trainer_state.json +0 -0
  9. curric_context/checkpoint-20000/config.json +54 -0
  10. curric_context/checkpoint-20000/generation_config.json +6 -0
  11. curric_context/checkpoint-20000/trainer_state.json +0 -0
  12. curric_context/checkpoint-25000/config.json +54 -0
  13. curric_context/checkpoint-25000/generation_config.json +6 -0
  14. curric_context/checkpoint-25000/trainer_state.json +0 -0
  15. curric_context/checkpoint-30000/config.json +54 -0
  16. curric_context/checkpoint-30000/generation_config.json +6 -0
  17. curric_context/checkpoint-30000/trainer_state.json +0 -0
  18. curric_context/checkpoint-35000/config.json +54 -0
  19. curric_context/checkpoint-35000/generation_config.json +6 -0
  20. curric_context/checkpoint-35000/trainer_state.json +0 -0
  21. curric_context/checkpoint-35325/config.json +54 -0
  22. curric_context/checkpoint-35325/generation_config.json +6 -0
  23. curric_context/checkpoint-35325/trainer_state.json +0 -0
  24. curric_context/checkpoint-5000/config.json +54 -0
  25. curric_context/checkpoint-5000/generation_config.json +6 -0
  26. curric_context/checkpoint-5000/trainer_state.json +3541 -0
  27. curric_context/config.json +54 -0
  28. curric_context/generation_config.json +6 -0
  29. curric_context/special_tokens_map.json +31 -0
  30. curric_context/tokenizer.json +3 -0
  31. curric_context/tokenizer_config.json +0 -0
  32. curric_context/vocab.json +0 -0
.gitattributes CHANGED
@@ -227,3 +227,4 @@ SemTokensNarr/train_narr_sems_1.memmap filter=lfs diff=lfs merge=lfs -text
227
  F5-TTS/pretrain_scratch filter=lfs diff=lfs merge=lfs -text
228
  SemTokens/train_context_1.json filter=lfs diff=lfs merge=lfs -text
229
  SemTokens/train_context_0.json filter=lfs diff=lfs merge=lfs -text
 
 
227
  F5-TTS/pretrain_scratch filter=lfs diff=lfs merge=lfs -text
228
  SemTokens/train_context_1.json filter=lfs diff=lfs merge=lfs -text
229
  SemTokens/train_context_0.json filter=lfs diff=lfs merge=lfs -text
230
+ curric_context/tokenizer.json filter=lfs diff=lfs merge=lfs -text
curric_context/added_tokens.json ADDED
The diff for this file is too large to render. See raw diff
 
curric_context/checkpoint-10000/config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen2ForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 151643,
7
+ "eos_token_id": 151643,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 896,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 4864,
12
+ "layer_types": [
13
+ "full_attention",
14
+ "full_attention",
15
+ "full_attention",
16
+ "full_attention",
17
+ "full_attention",
18
+ "full_attention",
19
+ "full_attention",
20
+ "full_attention",
21
+ "full_attention",
22
+ "full_attention",
23
+ "full_attention",
24
+ "full_attention",
25
+ "full_attention",
26
+ "full_attention",
27
+ "full_attention",
28
+ "full_attention",
29
+ "full_attention",
30
+ "full_attention",
31
+ "full_attention",
32
+ "full_attention",
33
+ "full_attention",
34
+ "full_attention",
35
+ "full_attention",
36
+ "full_attention"
37
+ ],
38
+ "max_position_embeddings": 131072,
39
+ "max_window_layers": 24,
40
+ "model_type": "qwen2",
41
+ "num_attention_heads": 14,
42
+ "num_hidden_layers": 24,
43
+ "num_key_value_heads": 2,
44
+ "rms_norm_eps": 1e-06,
45
+ "rope_scaling": null,
46
+ "rope_theta": 1000000.0,
47
+ "sliding_window": null,
48
+ "tie_word_embeddings": true,
49
+ "torch_dtype": "float32",
50
+ "transformers_version": "4.55.4",
51
+ "use_cache": true,
52
+ "use_sliding_window": false,
53
+ "vocab_size": 165161
54
+ }
curric_context/checkpoint-10000/generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "eos_token_id": 151643,
4
+ "max_new_tokens": 2048,
5
+ "transformers_version": "4.55.4"
6
+ }
curric_context/checkpoint-10000/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
curric_context/checkpoint-15000/config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen2ForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 151643,
7
+ "eos_token_id": 151643,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 896,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 4864,
12
+ "layer_types": [
13
+ "full_attention",
14
+ "full_attention",
15
+ "full_attention",
16
+ "full_attention",
17
+ "full_attention",
18
+ "full_attention",
19
+ "full_attention",
20
+ "full_attention",
21
+ "full_attention",
22
+ "full_attention",
23
+ "full_attention",
24
+ "full_attention",
25
+ "full_attention",
26
+ "full_attention",
27
+ "full_attention",
28
+ "full_attention",
29
+ "full_attention",
30
+ "full_attention",
31
+ "full_attention",
32
+ "full_attention",
33
+ "full_attention",
34
+ "full_attention",
35
+ "full_attention",
36
+ "full_attention"
37
+ ],
38
+ "max_position_embeddings": 131072,
39
+ "max_window_layers": 24,
40
+ "model_type": "qwen2",
41
+ "num_attention_heads": 14,
42
+ "num_hidden_layers": 24,
43
+ "num_key_value_heads": 2,
44
+ "rms_norm_eps": 1e-06,
45
+ "rope_scaling": null,
46
+ "rope_theta": 1000000.0,
47
+ "sliding_window": null,
48
+ "tie_word_embeddings": true,
49
+ "torch_dtype": "float32",
50
+ "transformers_version": "4.55.4",
51
+ "use_cache": true,
52
+ "use_sliding_window": false,
53
+ "vocab_size": 165161
54
+ }
curric_context/checkpoint-15000/generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "eos_token_id": 151643,
4
+ "max_new_tokens": 2048,
5
+ "transformers_version": "4.55.4"
6
+ }
curric_context/checkpoint-15000/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
curric_context/checkpoint-20000/config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen2ForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 151643,
7
+ "eos_token_id": 151643,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 896,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 4864,
12
+ "layer_types": [
13
+ "full_attention",
14
+ "full_attention",
15
+ "full_attention",
16
+ "full_attention",
17
+ "full_attention",
18
+ "full_attention",
19
+ "full_attention",
20
+ "full_attention",
21
+ "full_attention",
22
+ "full_attention",
23
+ "full_attention",
24
+ "full_attention",
25
+ "full_attention",
26
+ "full_attention",
27
+ "full_attention",
28
+ "full_attention",
29
+ "full_attention",
30
+ "full_attention",
31
+ "full_attention",
32
+ "full_attention",
33
+ "full_attention",
34
+ "full_attention",
35
+ "full_attention",
36
+ "full_attention"
37
+ ],
38
+ "max_position_embeddings": 131072,
39
+ "max_window_layers": 24,
40
+ "model_type": "qwen2",
41
+ "num_attention_heads": 14,
42
+ "num_hidden_layers": 24,
43
+ "num_key_value_heads": 2,
44
+ "rms_norm_eps": 1e-06,
45
+ "rope_scaling": null,
46
+ "rope_theta": 1000000.0,
47
+ "sliding_window": null,
48
+ "tie_word_embeddings": true,
49
+ "torch_dtype": "float32",
50
+ "transformers_version": "4.55.4",
51
+ "use_cache": true,
52
+ "use_sliding_window": false,
53
+ "vocab_size": 165161
54
+ }
curric_context/checkpoint-20000/generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "eos_token_id": 151643,
4
+ "max_new_tokens": 2048,
5
+ "transformers_version": "4.55.4"
6
+ }
curric_context/checkpoint-20000/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
curric_context/checkpoint-25000/config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen2ForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 151643,
7
+ "eos_token_id": 151643,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 896,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 4864,
12
+ "layer_types": [
13
+ "full_attention",
14
+ "full_attention",
15
+ "full_attention",
16
+ "full_attention",
17
+ "full_attention",
18
+ "full_attention",
19
+ "full_attention",
20
+ "full_attention",
21
+ "full_attention",
22
+ "full_attention",
23
+ "full_attention",
24
+ "full_attention",
25
+ "full_attention",
26
+ "full_attention",
27
+ "full_attention",
28
+ "full_attention",
29
+ "full_attention",
30
+ "full_attention",
31
+ "full_attention",
32
+ "full_attention",
33
+ "full_attention",
34
+ "full_attention",
35
+ "full_attention",
36
+ "full_attention"
37
+ ],
38
+ "max_position_embeddings": 131072,
39
+ "max_window_layers": 24,
40
+ "model_type": "qwen2",
41
+ "num_attention_heads": 14,
42
+ "num_hidden_layers": 24,
43
+ "num_key_value_heads": 2,
44
+ "rms_norm_eps": 1e-06,
45
+ "rope_scaling": null,
46
+ "rope_theta": 1000000.0,
47
+ "sliding_window": null,
48
+ "tie_word_embeddings": true,
49
+ "torch_dtype": "float32",
50
+ "transformers_version": "4.55.4",
51
+ "use_cache": true,
52
+ "use_sliding_window": false,
53
+ "vocab_size": 165161
54
+ }
curric_context/checkpoint-25000/generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "eos_token_id": 151643,
4
+ "max_new_tokens": 2048,
5
+ "transformers_version": "4.55.4"
6
+ }
curric_context/checkpoint-25000/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
curric_context/checkpoint-30000/config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen2ForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 151643,
7
+ "eos_token_id": 151643,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 896,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 4864,
12
+ "layer_types": [
13
+ "full_attention",
14
+ "full_attention",
15
+ "full_attention",
16
+ "full_attention",
17
+ "full_attention",
18
+ "full_attention",
19
+ "full_attention",
20
+ "full_attention",
21
+ "full_attention",
22
+ "full_attention",
23
+ "full_attention",
24
+ "full_attention",
25
+ "full_attention",
26
+ "full_attention",
27
+ "full_attention",
28
+ "full_attention",
29
+ "full_attention",
30
+ "full_attention",
31
+ "full_attention",
32
+ "full_attention",
33
+ "full_attention",
34
+ "full_attention",
35
+ "full_attention",
36
+ "full_attention"
37
+ ],
38
+ "max_position_embeddings": 131072,
39
+ "max_window_layers": 24,
40
+ "model_type": "qwen2",
41
+ "num_attention_heads": 14,
42
+ "num_hidden_layers": 24,
43
+ "num_key_value_heads": 2,
44
+ "rms_norm_eps": 1e-06,
45
+ "rope_scaling": null,
46
+ "rope_theta": 1000000.0,
47
+ "sliding_window": null,
48
+ "tie_word_embeddings": true,
49
+ "torch_dtype": "float32",
50
+ "transformers_version": "4.55.4",
51
+ "use_cache": true,
52
+ "use_sliding_window": false,
53
+ "vocab_size": 165161
54
+ }
curric_context/checkpoint-30000/generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "eos_token_id": 151643,
4
+ "max_new_tokens": 2048,
5
+ "transformers_version": "4.55.4"
6
+ }
curric_context/checkpoint-30000/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
curric_context/checkpoint-35000/config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen2ForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 151643,
7
+ "eos_token_id": 151643,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 896,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 4864,
12
+ "layer_types": [
13
+ "full_attention",
14
+ "full_attention",
15
+ "full_attention",
16
+ "full_attention",
17
+ "full_attention",
18
+ "full_attention",
19
+ "full_attention",
20
+ "full_attention",
21
+ "full_attention",
22
+ "full_attention",
23
+ "full_attention",
24
+ "full_attention",
25
+ "full_attention",
26
+ "full_attention",
27
+ "full_attention",
28
+ "full_attention",
29
+ "full_attention",
30
+ "full_attention",
31
+ "full_attention",
32
+ "full_attention",
33
+ "full_attention",
34
+ "full_attention",
35
+ "full_attention",
36
+ "full_attention"
37
+ ],
38
+ "max_position_embeddings": 131072,
39
+ "max_window_layers": 24,
40
+ "model_type": "qwen2",
41
+ "num_attention_heads": 14,
42
+ "num_hidden_layers": 24,
43
+ "num_key_value_heads": 2,
44
+ "rms_norm_eps": 1e-06,
45
+ "rope_scaling": null,
46
+ "rope_theta": 1000000.0,
47
+ "sliding_window": null,
48
+ "tie_word_embeddings": true,
49
+ "torch_dtype": "float32",
50
+ "transformers_version": "4.55.4",
51
+ "use_cache": true,
52
+ "use_sliding_window": false,
53
+ "vocab_size": 165161
54
+ }
curric_context/checkpoint-35000/generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "eos_token_id": 151643,
4
+ "max_new_tokens": 2048,
5
+ "transformers_version": "4.55.4"
6
+ }
curric_context/checkpoint-35000/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
curric_context/checkpoint-35325/config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen2ForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 151643,
7
+ "eos_token_id": 151643,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 896,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 4864,
12
+ "layer_types": [
13
+ "full_attention",
14
+ "full_attention",
15
+ "full_attention",
16
+ "full_attention",
17
+ "full_attention",
18
+ "full_attention",
19
+ "full_attention",
20
+ "full_attention",
21
+ "full_attention",
22
+ "full_attention",
23
+ "full_attention",
24
+ "full_attention",
25
+ "full_attention",
26
+ "full_attention",
27
+ "full_attention",
28
+ "full_attention",
29
+ "full_attention",
30
+ "full_attention",
31
+ "full_attention",
32
+ "full_attention",
33
+ "full_attention",
34
+ "full_attention",
35
+ "full_attention",
36
+ "full_attention"
37
+ ],
38
+ "max_position_embeddings": 131072,
39
+ "max_window_layers": 24,
40
+ "model_type": "qwen2",
41
+ "num_attention_heads": 14,
42
+ "num_hidden_layers": 24,
43
+ "num_key_value_heads": 2,
44
+ "rms_norm_eps": 1e-06,
45
+ "rope_scaling": null,
46
+ "rope_theta": 1000000.0,
47
+ "sliding_window": null,
48
+ "tie_word_embeddings": true,
49
+ "torch_dtype": "float32",
50
+ "transformers_version": "4.55.4",
51
+ "use_cache": true,
52
+ "use_sliding_window": false,
53
+ "vocab_size": 165161
54
+ }
curric_context/checkpoint-35325/generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "eos_token_id": 151643,
4
+ "max_new_tokens": 2048,
5
+ "transformers_version": "4.55.4"
6
+ }
curric_context/checkpoint-35325/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
curric_context/checkpoint-5000/config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen2ForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 151643,
7
+ "eos_token_id": 151643,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 896,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 4864,
12
+ "layer_types": [
13
+ "full_attention",
14
+ "full_attention",
15
+ "full_attention",
16
+ "full_attention",
17
+ "full_attention",
18
+ "full_attention",
19
+ "full_attention",
20
+ "full_attention",
21
+ "full_attention",
22
+ "full_attention",
23
+ "full_attention",
24
+ "full_attention",
25
+ "full_attention",
26
+ "full_attention",
27
+ "full_attention",
28
+ "full_attention",
29
+ "full_attention",
30
+ "full_attention",
31
+ "full_attention",
32
+ "full_attention",
33
+ "full_attention",
34
+ "full_attention",
35
+ "full_attention",
36
+ "full_attention"
37
+ ],
38
+ "max_position_embeddings": 131072,
39
+ "max_window_layers": 24,
40
+ "model_type": "qwen2",
41
+ "num_attention_heads": 14,
42
+ "num_hidden_layers": 24,
43
+ "num_key_value_heads": 2,
44
+ "rms_norm_eps": 1e-06,
45
+ "rope_scaling": null,
46
+ "rope_theta": 1000000.0,
47
+ "sliding_window": null,
48
+ "tie_word_embeddings": true,
49
+ "torch_dtype": "float32",
50
+ "transformers_version": "4.55.4",
51
+ "use_cache": true,
52
+ "use_sliding_window": false,
53
+ "vocab_size": 165161
54
+ }
curric_context/checkpoint-5000/generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "eos_token_id": 151643,
4
+ "max_new_tokens": 2048,
5
+ "transformers_version": "4.55.4"
6
+ }
curric_context/checkpoint-5000/trainer_state.json ADDED
@@ -0,0 +1,3541 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.42462845010615713,
6
+ "eval_steps": 5000,
7
+ "global_step": 5000,
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.0008492569002123143,
14
+ "grad_norm": 5.778159141540527,
15
+ "learning_rate": 2.7e-08,
16
+ "loss": 6.4598,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.0016985138004246285,
21
+ "grad_norm": 6.7570953369140625,
22
+ "learning_rate": 5.7e-08,
23
+ "loss": 6.4777,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.0025477707006369425,
28
+ "grad_norm": 5.038882732391357,
29
+ "learning_rate": 8.7e-08,
30
+ "loss": 6.4637,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.003397027600849257,
35
+ "grad_norm": 5.201364517211914,
36
+ "learning_rate": 1.17e-07,
37
+ "loss": 6.4859,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.004246284501061571,
42
+ "grad_norm": 5.310508728027344,
43
+ "learning_rate": 1.47e-07,
44
+ "loss": 6.4353,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.005095541401273885,
49
+ "grad_norm": 4.849090099334717,
50
+ "learning_rate": 1.77e-07,
51
+ "loss": 6.4241,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.0059447983014862,
56
+ "grad_norm": 5.877231597900391,
57
+ "learning_rate": 2.0700000000000001e-07,
58
+ "loss": 6.3869,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.006794055201698514,
63
+ "grad_norm": 6.531466007232666,
64
+ "learning_rate": 2.3700000000000002e-07,
65
+ "loss": 6.3847,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.007643312101910828,
70
+ "grad_norm": 6.484611988067627,
71
+ "learning_rate": 2.67e-07,
72
+ "loss": 6.4242,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.008492569002123142,
77
+ "grad_norm": 5.27866268157959,
78
+ "learning_rate": 2.97e-07,
79
+ "loss": 6.3755,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.009341825902335456,
84
+ "grad_norm": 4.96088171005249,
85
+ "learning_rate": 3.27e-07,
86
+ "loss": 6.3422,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 0.01019108280254777,
91
+ "grad_norm": 7.581808567047119,
92
+ "learning_rate": 3.5700000000000003e-07,
93
+ "loss": 6.3392,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 0.011040339702760084,
98
+ "grad_norm": 7.144684314727783,
99
+ "learning_rate": 3.87e-07,
100
+ "loss": 6.2982,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 0.0118895966029724,
105
+ "grad_norm": 5.790838241577148,
106
+ "learning_rate": 4.17e-07,
107
+ "loss": 6.3039,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 0.012738853503184714,
112
+ "grad_norm": 5.945382595062256,
113
+ "learning_rate": 4.47e-07,
114
+ "loss": 6.3185,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 0.013588110403397028,
119
+ "grad_norm": 6.614762783050537,
120
+ "learning_rate": 4.77e-07,
121
+ "loss": 6.277,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 0.014437367303609342,
126
+ "grad_norm": 8.432821273803711,
127
+ "learning_rate": 5.07e-07,
128
+ "loss": 6.2504,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 0.015286624203821656,
133
+ "grad_norm": 7.202839374542236,
134
+ "learning_rate": 5.37e-07,
135
+ "loss": 6.1857,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 0.01613588110403397,
140
+ "grad_norm": 9.448729515075684,
141
+ "learning_rate": 5.67e-07,
142
+ "loss": 6.1679,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 0.016985138004246284,
147
+ "grad_norm": 8.231233596801758,
148
+ "learning_rate": 5.970000000000001e-07,
149
+ "loss": 6.1643,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 0.017834394904458598,
154
+ "grad_norm": 8.493256568908691,
155
+ "learning_rate": 6.27e-07,
156
+ "loss": 6.1097,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 0.018683651804670912,
161
+ "grad_norm": 9.879584312438965,
162
+ "learning_rate": 6.57e-07,
163
+ "loss": 6.0679,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 0.019532908704883226,
168
+ "grad_norm": 9.933147430419922,
169
+ "learning_rate": 6.87e-07,
170
+ "loss": 6.0422,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 0.02038216560509554,
175
+ "grad_norm": 9.733929634094238,
176
+ "learning_rate": 7.170000000000001e-07,
177
+ "loss": 5.9458,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 0.021231422505307854,
182
+ "grad_norm": 10.936596870422363,
183
+ "learning_rate": 7.47e-07,
184
+ "loss": 5.9384,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 0.02208067940552017,
189
+ "grad_norm": 7.74488639831543,
190
+ "learning_rate": 7.77e-07,
191
+ "loss": 5.8746,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 0.022929936305732482,
196
+ "grad_norm": 10.225021362304688,
197
+ "learning_rate": 8.070000000000001e-07,
198
+ "loss": 5.8519,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 0.0237791932059448,
203
+ "grad_norm": 8.126042366027832,
204
+ "learning_rate": 8.370000000000001e-07,
205
+ "loss": 5.8391,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 0.024628450106157114,
210
+ "grad_norm": 6.701290607452393,
211
+ "learning_rate": 8.67e-07,
212
+ "loss": 5.8335,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 0.025477707006369428,
217
+ "grad_norm": 5.82612943649292,
218
+ "learning_rate": 8.97e-07,
219
+ "loss": 5.7531,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 0.026326963906581742,
224
+ "grad_norm": 5.922434329986572,
225
+ "learning_rate": 9.270000000000001e-07,
226
+ "loss": 5.7447,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 0.027176220806794056,
231
+ "grad_norm": 6.139269828796387,
232
+ "learning_rate": 9.57e-07,
233
+ "loss": 5.6853,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 0.02802547770700637,
238
+ "grad_norm": 6.60533332824707,
239
+ "learning_rate": 9.87e-07,
240
+ "loss": 5.6117,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 0.028874734607218684,
245
+ "grad_norm": 5.563870906829834,
246
+ "learning_rate": 1.017e-06,
247
+ "loss": 5.6326,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 0.029723991507430998,
252
+ "grad_norm": 4.77305793762207,
253
+ "learning_rate": 1.047e-06,
254
+ "loss": 5.6182,
255
+ "step": 350
256
+ },
257
+ {
258
+ "epoch": 0.030573248407643312,
259
+ "grad_norm": 5.178440570831299,
260
+ "learning_rate": 1.077e-06,
261
+ "loss": 5.5693,
262
+ "step": 360
263
+ },
264
+ {
265
+ "epoch": 0.031422505307855626,
266
+ "grad_norm": 4.840242385864258,
267
+ "learning_rate": 1.1070000000000002e-06,
268
+ "loss": 5.5787,
269
+ "step": 370
270
+ },
271
+ {
272
+ "epoch": 0.03227176220806794,
273
+ "grad_norm": 4.109329700469971,
274
+ "learning_rate": 1.137e-06,
275
+ "loss": 5.5254,
276
+ "step": 380
277
+ },
278
+ {
279
+ "epoch": 0.033121019108280254,
280
+ "grad_norm": 4.550626754760742,
281
+ "learning_rate": 1.167e-06,
282
+ "loss": 5.5458,
283
+ "step": 390
284
+ },
285
+ {
286
+ "epoch": 0.03397027600849257,
287
+ "grad_norm": 5.3031392097473145,
288
+ "learning_rate": 1.197e-06,
289
+ "loss": 5.5109,
290
+ "step": 400
291
+ },
292
+ {
293
+ "epoch": 0.03481953290870488,
294
+ "grad_norm": 4.431272029876709,
295
+ "learning_rate": 1.227e-06,
296
+ "loss": 5.5325,
297
+ "step": 410
298
+ },
299
+ {
300
+ "epoch": 0.035668789808917196,
301
+ "grad_norm": 4.350111961364746,
302
+ "learning_rate": 1.257e-06,
303
+ "loss": 5.517,
304
+ "step": 420
305
+ },
306
+ {
307
+ "epoch": 0.03651804670912951,
308
+ "grad_norm": 6.282104969024658,
309
+ "learning_rate": 1.2870000000000001e-06,
310
+ "loss": 5.4944,
311
+ "step": 430
312
+ },
313
+ {
314
+ "epoch": 0.037367303609341825,
315
+ "grad_norm": 4.0307207107543945,
316
+ "learning_rate": 1.317e-06,
317
+ "loss": 5.5062,
318
+ "step": 440
319
+ },
320
+ {
321
+ "epoch": 0.03821656050955414,
322
+ "grad_norm": 3.8855481147766113,
323
+ "learning_rate": 1.3470000000000002e-06,
324
+ "loss": 5.4608,
325
+ "step": 450
326
+ },
327
+ {
328
+ "epoch": 0.03906581740976645,
329
+ "grad_norm": 6.185109615325928,
330
+ "learning_rate": 1.3770000000000001e-06,
331
+ "loss": 5.484,
332
+ "step": 460
333
+ },
334
+ {
335
+ "epoch": 0.03991507430997877,
336
+ "grad_norm": 4.0505499839782715,
337
+ "learning_rate": 1.407e-06,
338
+ "loss": 5.4592,
339
+ "step": 470
340
+ },
341
+ {
342
+ "epoch": 0.04076433121019108,
343
+ "grad_norm": 3.5031204223632812,
344
+ "learning_rate": 1.437e-06,
345
+ "loss": 5.4264,
346
+ "step": 480
347
+ },
348
+ {
349
+ "epoch": 0.041613588110403395,
350
+ "grad_norm": 3.7508046627044678,
351
+ "learning_rate": 1.467e-06,
352
+ "loss": 5.432,
353
+ "step": 490
354
+ },
355
+ {
356
+ "epoch": 0.04246284501061571,
357
+ "grad_norm": 3.6573033332824707,
358
+ "learning_rate": 1.497e-06,
359
+ "loss": 5.424,
360
+ "step": 500
361
+ },
362
+ {
363
+ "epoch": 0.04331210191082802,
364
+ "grad_norm": 3.611321210861206,
365
+ "learning_rate": 1.5270000000000002e-06,
366
+ "loss": 5.4228,
367
+ "step": 510
368
+ },
369
+ {
370
+ "epoch": 0.04416135881104034,
371
+ "grad_norm": 3.718660593032837,
372
+ "learning_rate": 1.557e-06,
373
+ "loss": 5.3704,
374
+ "step": 520
375
+ },
376
+ {
377
+ "epoch": 0.04501061571125265,
378
+ "grad_norm": 3.3461947441101074,
379
+ "learning_rate": 1.5870000000000002e-06,
380
+ "loss": 5.4222,
381
+ "step": 530
382
+ },
383
+ {
384
+ "epoch": 0.045859872611464965,
385
+ "grad_norm": 3.177318811416626,
386
+ "learning_rate": 1.6170000000000001e-06,
387
+ "loss": 5.4002,
388
+ "step": 540
389
+ },
390
+ {
391
+ "epoch": 0.04670912951167728,
392
+ "grad_norm": 3.353443145751953,
393
+ "learning_rate": 1.6469999999999999e-06,
394
+ "loss": 5.4178,
395
+ "step": 550
396
+ },
397
+ {
398
+ "epoch": 0.0475583864118896,
399
+ "grad_norm": 2.9318273067474365,
400
+ "learning_rate": 1.677e-06,
401
+ "loss": 5.4299,
402
+ "step": 560
403
+ },
404
+ {
405
+ "epoch": 0.048407643312101914,
406
+ "grad_norm": 3.5477614402770996,
407
+ "learning_rate": 1.707e-06,
408
+ "loss": 5.3536,
409
+ "step": 570
410
+ },
411
+ {
412
+ "epoch": 0.04925690021231423,
413
+ "grad_norm": 3.7672595977783203,
414
+ "learning_rate": 1.737e-06,
415
+ "loss": 5.3711,
416
+ "step": 580
417
+ },
418
+ {
419
+ "epoch": 0.05010615711252654,
420
+ "grad_norm": 3.4234092235565186,
421
+ "learning_rate": 1.767e-06,
422
+ "loss": 5.3961,
423
+ "step": 590
424
+ },
425
+ {
426
+ "epoch": 0.050955414012738856,
427
+ "grad_norm": 3.8388173580169678,
428
+ "learning_rate": 1.7970000000000001e-06,
429
+ "loss": 5.4215,
430
+ "step": 600
431
+ },
432
+ {
433
+ "epoch": 0.05180467091295117,
434
+ "grad_norm": 4.634587287902832,
435
+ "learning_rate": 1.827e-06,
436
+ "loss": 5.3683,
437
+ "step": 610
438
+ },
439
+ {
440
+ "epoch": 0.052653927813163484,
441
+ "grad_norm": 4.140501976013184,
442
+ "learning_rate": 1.857e-06,
443
+ "loss": 5.4081,
444
+ "step": 620
445
+ },
446
+ {
447
+ "epoch": 0.0535031847133758,
448
+ "grad_norm": 3.5161828994750977,
449
+ "learning_rate": 1.8869999999999999e-06,
450
+ "loss": 5.3838,
451
+ "step": 630
452
+ },
453
+ {
454
+ "epoch": 0.05435244161358811,
455
+ "grad_norm": 3.4140162467956543,
456
+ "learning_rate": 1.917e-06,
457
+ "loss": 5.322,
458
+ "step": 640
459
+ },
460
+ {
461
+ "epoch": 0.055201698513800426,
462
+ "grad_norm": 4.545622825622559,
463
+ "learning_rate": 1.947e-06,
464
+ "loss": 5.3924,
465
+ "step": 650
466
+ },
467
+ {
468
+ "epoch": 0.05605095541401274,
469
+ "grad_norm": 3.4206643104553223,
470
+ "learning_rate": 1.977e-06,
471
+ "loss": 5.3622,
472
+ "step": 660
473
+ },
474
+ {
475
+ "epoch": 0.056900212314225054,
476
+ "grad_norm": 2.785639524459839,
477
+ "learning_rate": 2.007e-06,
478
+ "loss": 5.3766,
479
+ "step": 670
480
+ },
481
+ {
482
+ "epoch": 0.05774946921443737,
483
+ "grad_norm": 3.349693536758423,
484
+ "learning_rate": 2.037e-06,
485
+ "loss": 5.3812,
486
+ "step": 680
487
+ },
488
+ {
489
+ "epoch": 0.05859872611464968,
490
+ "grad_norm": 3.19834303855896,
491
+ "learning_rate": 2.0670000000000003e-06,
492
+ "loss": 5.3934,
493
+ "step": 690
494
+ },
495
+ {
496
+ "epoch": 0.059447983014861996,
497
+ "grad_norm": 3.122492551803589,
498
+ "learning_rate": 2.097e-06,
499
+ "loss": 5.3995,
500
+ "step": 700
501
+ },
502
+ {
503
+ "epoch": 0.06029723991507431,
504
+ "grad_norm": 3.3964414596557617,
505
+ "learning_rate": 2.127e-06,
506
+ "loss": 5.3341,
507
+ "step": 710
508
+ },
509
+ {
510
+ "epoch": 0.061146496815286625,
511
+ "grad_norm": 3.061169147491455,
512
+ "learning_rate": 2.1570000000000003e-06,
513
+ "loss": 5.3902,
514
+ "step": 720
515
+ },
516
+ {
517
+ "epoch": 0.06199575371549894,
518
+ "grad_norm": 2.7149994373321533,
519
+ "learning_rate": 2.1870000000000004e-06,
520
+ "loss": 5.3669,
521
+ "step": 730
522
+ },
523
+ {
524
+ "epoch": 0.06284501061571125,
525
+ "grad_norm": 3.530970573425293,
526
+ "learning_rate": 2.2169999999999997e-06,
527
+ "loss": 5.3591,
528
+ "step": 740
529
+ },
530
+ {
531
+ "epoch": 0.06369426751592357,
532
+ "grad_norm": 3.0460526943206787,
533
+ "learning_rate": 2.247e-06,
534
+ "loss": 5.3536,
535
+ "step": 750
536
+ },
537
+ {
538
+ "epoch": 0.06454352441613588,
539
+ "grad_norm": 4.113727569580078,
540
+ "learning_rate": 2.277e-06,
541
+ "loss": 5.3785,
542
+ "step": 760
543
+ },
544
+ {
545
+ "epoch": 0.0653927813163482,
546
+ "grad_norm": 3.2685749530792236,
547
+ "learning_rate": 2.307e-06,
548
+ "loss": 5.3862,
549
+ "step": 770
550
+ },
551
+ {
552
+ "epoch": 0.06624203821656051,
553
+ "grad_norm": 3.1968605518341064,
554
+ "learning_rate": 2.337e-06,
555
+ "loss": 5.3675,
556
+ "step": 780
557
+ },
558
+ {
559
+ "epoch": 0.06709129511677282,
560
+ "grad_norm": 3.4865736961364746,
561
+ "learning_rate": 2.367e-06,
562
+ "loss": 5.3751,
563
+ "step": 790
564
+ },
565
+ {
566
+ "epoch": 0.06794055201698514,
567
+ "grad_norm": 3.977785110473633,
568
+ "learning_rate": 2.397e-06,
569
+ "loss": 5.3529,
570
+ "step": 800
571
+ },
572
+ {
573
+ "epoch": 0.06878980891719745,
574
+ "grad_norm": 3.2378361225128174,
575
+ "learning_rate": 2.4270000000000002e-06,
576
+ "loss": 5.4032,
577
+ "step": 810
578
+ },
579
+ {
580
+ "epoch": 0.06963906581740976,
581
+ "grad_norm": 4.148439407348633,
582
+ "learning_rate": 2.457e-06,
583
+ "loss": 5.3617,
584
+ "step": 820
585
+ },
586
+ {
587
+ "epoch": 0.07048832271762208,
588
+ "grad_norm": 3.415919542312622,
589
+ "learning_rate": 2.487e-06,
590
+ "loss": 5.3638,
591
+ "step": 830
592
+ },
593
+ {
594
+ "epoch": 0.07133757961783439,
595
+ "grad_norm": 3.668440580368042,
596
+ "learning_rate": 2.517e-06,
597
+ "loss": 5.3392,
598
+ "step": 840
599
+ },
600
+ {
601
+ "epoch": 0.07218683651804671,
602
+ "grad_norm": 3.5343828201293945,
603
+ "learning_rate": 2.5470000000000003e-06,
604
+ "loss": 5.438,
605
+ "step": 850
606
+ },
607
+ {
608
+ "epoch": 0.07303609341825902,
609
+ "grad_norm": 3.2787537574768066,
610
+ "learning_rate": 2.577e-06,
611
+ "loss": 5.3646,
612
+ "step": 860
613
+ },
614
+ {
615
+ "epoch": 0.07388535031847134,
616
+ "grad_norm": 3.026564121246338,
617
+ "learning_rate": 2.607e-06,
618
+ "loss": 5.3305,
619
+ "step": 870
620
+ },
621
+ {
622
+ "epoch": 0.07473460721868365,
623
+ "grad_norm": 2.724973440170288,
624
+ "learning_rate": 2.6370000000000003e-06,
625
+ "loss": 5.3608,
626
+ "step": 880
627
+ },
628
+ {
629
+ "epoch": 0.07558386411889596,
630
+ "grad_norm": 3.0741989612579346,
631
+ "learning_rate": 2.6670000000000005e-06,
632
+ "loss": 5.3207,
633
+ "step": 890
634
+ },
635
+ {
636
+ "epoch": 0.07643312101910828,
637
+ "grad_norm": 3.6689746379852295,
638
+ "learning_rate": 2.6969999999999998e-06,
639
+ "loss": 5.3455,
640
+ "step": 900
641
+ },
642
+ {
643
+ "epoch": 0.07728237791932059,
644
+ "grad_norm": 3.1541123390197754,
645
+ "learning_rate": 2.727e-06,
646
+ "loss": 5.3451,
647
+ "step": 910
648
+ },
649
+ {
650
+ "epoch": 0.0781316348195329,
651
+ "grad_norm": 2.8630361557006836,
652
+ "learning_rate": 2.757e-06,
653
+ "loss": 5.3572,
654
+ "step": 920
655
+ },
656
+ {
657
+ "epoch": 0.07898089171974522,
658
+ "grad_norm": 3.3521454334259033,
659
+ "learning_rate": 2.787e-06,
660
+ "loss": 5.3366,
661
+ "step": 930
662
+ },
663
+ {
664
+ "epoch": 0.07983014861995753,
665
+ "grad_norm": 3.0112767219543457,
666
+ "learning_rate": 2.817e-06,
667
+ "loss": 5.3322,
668
+ "step": 940
669
+ },
670
+ {
671
+ "epoch": 0.08067940552016985,
672
+ "grad_norm": 3.1259970664978027,
673
+ "learning_rate": 2.847e-06,
674
+ "loss": 5.3555,
675
+ "step": 950
676
+ },
677
+ {
678
+ "epoch": 0.08152866242038216,
679
+ "grad_norm": 3.1887154579162598,
680
+ "learning_rate": 2.877e-06,
681
+ "loss": 5.3377,
682
+ "step": 960
683
+ },
684
+ {
685
+ "epoch": 0.08237791932059448,
686
+ "grad_norm": 2.780003786087036,
687
+ "learning_rate": 2.907e-06,
688
+ "loss": 5.3533,
689
+ "step": 970
690
+ },
691
+ {
692
+ "epoch": 0.08322717622080679,
693
+ "grad_norm": 3.629502058029175,
694
+ "learning_rate": 2.937e-06,
695
+ "loss": 5.3916,
696
+ "step": 980
697
+ },
698
+ {
699
+ "epoch": 0.0840764331210191,
700
+ "grad_norm": 3.3245787620544434,
701
+ "learning_rate": 2.967e-06,
702
+ "loss": 5.3293,
703
+ "step": 990
704
+ },
705
+ {
706
+ "epoch": 0.08492569002123142,
707
+ "grad_norm": 3.494425058364868,
708
+ "learning_rate": 2.9970000000000003e-06,
709
+ "loss": 5.3291,
710
+ "step": 1000
711
+ },
712
+ {
713
+ "epoch": 0.08577494692144373,
714
+ "grad_norm": 3.188077688217163,
715
+ "learning_rate": 3.027e-06,
716
+ "loss": 5.3045,
717
+ "step": 1010
718
+ },
719
+ {
720
+ "epoch": 0.08662420382165605,
721
+ "grad_norm": 3.820333957672119,
722
+ "learning_rate": 3.057e-06,
723
+ "loss": 5.352,
724
+ "step": 1020
725
+ },
726
+ {
727
+ "epoch": 0.08747346072186836,
728
+ "grad_norm": 3.406219244003296,
729
+ "learning_rate": 3.0870000000000003e-06,
730
+ "loss": 5.3533,
731
+ "step": 1030
732
+ },
733
+ {
734
+ "epoch": 0.08832271762208067,
735
+ "grad_norm": 3.3251588344573975,
736
+ "learning_rate": 3.1170000000000004e-06,
737
+ "loss": 5.3471,
738
+ "step": 1040
739
+ },
740
+ {
741
+ "epoch": 0.08917197452229299,
742
+ "grad_norm": 3.102968454360962,
743
+ "learning_rate": 3.1469999999999997e-06,
744
+ "loss": 5.3729,
745
+ "step": 1050
746
+ },
747
+ {
748
+ "epoch": 0.0900212314225053,
749
+ "grad_norm": 2.883857250213623,
750
+ "learning_rate": 3.177e-06,
751
+ "loss": 5.3569,
752
+ "step": 1060
753
+ },
754
+ {
755
+ "epoch": 0.09087048832271762,
756
+ "grad_norm": 4.491299629211426,
757
+ "learning_rate": 3.207e-06,
758
+ "loss": 5.3738,
759
+ "step": 1070
760
+ },
761
+ {
762
+ "epoch": 0.09171974522292993,
763
+ "grad_norm": 2.947924852371216,
764
+ "learning_rate": 3.237e-06,
765
+ "loss": 5.3603,
766
+ "step": 1080
767
+ },
768
+ {
769
+ "epoch": 0.09256900212314224,
770
+ "grad_norm": 3.1676387786865234,
771
+ "learning_rate": 3.267e-06,
772
+ "loss": 5.3235,
773
+ "step": 1090
774
+ },
775
+ {
776
+ "epoch": 0.09341825902335456,
777
+ "grad_norm": 3.1013553142547607,
778
+ "learning_rate": 3.297e-06,
779
+ "loss": 5.3439,
780
+ "step": 1100
781
+ },
782
+ {
783
+ "epoch": 0.09426751592356689,
784
+ "grad_norm": 3.2179999351501465,
785
+ "learning_rate": 3.327e-06,
786
+ "loss": 5.3392,
787
+ "step": 1110
788
+ },
789
+ {
790
+ "epoch": 0.0951167728237792,
791
+ "grad_norm": 3.0335233211517334,
792
+ "learning_rate": 3.3570000000000002e-06,
793
+ "loss": 5.3136,
794
+ "step": 1120
795
+ },
796
+ {
797
+ "epoch": 0.09596602972399151,
798
+ "grad_norm": 3.2401163578033447,
799
+ "learning_rate": 3.387e-06,
800
+ "loss": 5.3589,
801
+ "step": 1130
802
+ },
803
+ {
804
+ "epoch": 0.09681528662420383,
805
+ "grad_norm": 2.7473549842834473,
806
+ "learning_rate": 3.417e-06,
807
+ "loss": 5.3218,
808
+ "step": 1140
809
+ },
810
+ {
811
+ "epoch": 0.09766454352441614,
812
+ "grad_norm": 3.2740745544433594,
813
+ "learning_rate": 3.447e-06,
814
+ "loss": 5.3558,
815
+ "step": 1150
816
+ },
817
+ {
818
+ "epoch": 0.09851380042462846,
819
+ "grad_norm": 2.9102447032928467,
820
+ "learning_rate": 3.4770000000000003e-06,
821
+ "loss": 5.3223,
822
+ "step": 1160
823
+ },
824
+ {
825
+ "epoch": 0.09936305732484077,
826
+ "grad_norm": 3.951846122741699,
827
+ "learning_rate": 3.507e-06,
828
+ "loss": 5.3093,
829
+ "step": 1170
830
+ },
831
+ {
832
+ "epoch": 0.10021231422505308,
833
+ "grad_norm": 3.1488747596740723,
834
+ "learning_rate": 3.537e-06,
835
+ "loss": 5.337,
836
+ "step": 1180
837
+ },
838
+ {
839
+ "epoch": 0.1010615711252654,
840
+ "grad_norm": 3.2534937858581543,
841
+ "learning_rate": 3.5670000000000003e-06,
842
+ "loss": 5.3529,
843
+ "step": 1190
844
+ },
845
+ {
846
+ "epoch": 0.10191082802547771,
847
+ "grad_norm": 3.147749185562134,
848
+ "learning_rate": 3.5970000000000005e-06,
849
+ "loss": 5.3307,
850
+ "step": 1200
851
+ },
852
+ {
853
+ "epoch": 0.10276008492569003,
854
+ "grad_norm": 2.7051093578338623,
855
+ "learning_rate": 3.6269999999999997e-06,
856
+ "loss": 5.3774,
857
+ "step": 1210
858
+ },
859
+ {
860
+ "epoch": 0.10360934182590234,
861
+ "grad_norm": 3.1146230697631836,
862
+ "learning_rate": 3.657e-06,
863
+ "loss": 5.3482,
864
+ "step": 1220
865
+ },
866
+ {
867
+ "epoch": 0.10445859872611465,
868
+ "grad_norm": 2.932506799697876,
869
+ "learning_rate": 3.687e-06,
870
+ "loss": 5.2873,
871
+ "step": 1230
872
+ },
873
+ {
874
+ "epoch": 0.10530785562632697,
875
+ "grad_norm": 3.454073905944824,
876
+ "learning_rate": 3.717e-06,
877
+ "loss": 5.3381,
878
+ "step": 1240
879
+ },
880
+ {
881
+ "epoch": 0.10615711252653928,
882
+ "grad_norm": 2.943514823913574,
883
+ "learning_rate": 3.747e-06,
884
+ "loss": 5.3382,
885
+ "step": 1250
886
+ },
887
+ {
888
+ "epoch": 0.1070063694267516,
889
+ "grad_norm": 2.9122095108032227,
890
+ "learning_rate": 3.7770000000000004e-06,
891
+ "loss": 5.3212,
892
+ "step": 1260
893
+ },
894
+ {
895
+ "epoch": 0.10785562632696391,
896
+ "grad_norm": 3.0582456588745117,
897
+ "learning_rate": 3.8070000000000006e-06,
898
+ "loss": 5.3474,
899
+ "step": 1270
900
+ },
901
+ {
902
+ "epoch": 0.10870488322717622,
903
+ "grad_norm": 3.5147252082824707,
904
+ "learning_rate": 3.837000000000001e-06,
905
+ "loss": 5.3158,
906
+ "step": 1280
907
+ },
908
+ {
909
+ "epoch": 0.10955414012738854,
910
+ "grad_norm": 3.0211570262908936,
911
+ "learning_rate": 3.8669999999999996e-06,
912
+ "loss": 5.3022,
913
+ "step": 1290
914
+ },
915
+ {
916
+ "epoch": 0.11040339702760085,
917
+ "grad_norm": 4.578394889831543,
918
+ "learning_rate": 3.897e-06,
919
+ "loss": 5.3101,
920
+ "step": 1300
921
+ },
922
+ {
923
+ "epoch": 0.11125265392781317,
924
+ "grad_norm": 2.9476635456085205,
925
+ "learning_rate": 3.927e-06,
926
+ "loss": 5.2828,
927
+ "step": 1310
928
+ },
929
+ {
930
+ "epoch": 0.11210191082802548,
931
+ "grad_norm": 3.681757926940918,
932
+ "learning_rate": 3.9569999999999996e-06,
933
+ "loss": 5.3282,
934
+ "step": 1320
935
+ },
936
+ {
937
+ "epoch": 0.1129511677282378,
938
+ "grad_norm": 3.2338545322418213,
939
+ "learning_rate": 3.987e-06,
940
+ "loss": 5.312,
941
+ "step": 1330
942
+ },
943
+ {
944
+ "epoch": 0.11380042462845011,
945
+ "grad_norm": 3.705618381500244,
946
+ "learning_rate": 4.017e-06,
947
+ "loss": 5.2599,
948
+ "step": 1340
949
+ },
950
+ {
951
+ "epoch": 0.11464968152866242,
952
+ "grad_norm": 2.827775716781616,
953
+ "learning_rate": 4.0469999999999995e-06,
954
+ "loss": 5.329,
955
+ "step": 1350
956
+ },
957
+ {
958
+ "epoch": 0.11549893842887474,
959
+ "grad_norm": 2.825728178024292,
960
+ "learning_rate": 4.077e-06,
961
+ "loss": 5.3046,
962
+ "step": 1360
963
+ },
964
+ {
965
+ "epoch": 0.11634819532908705,
966
+ "grad_norm": 3.2902512550354004,
967
+ "learning_rate": 4.107e-06,
968
+ "loss": 5.297,
969
+ "step": 1370
970
+ },
971
+ {
972
+ "epoch": 0.11719745222929936,
973
+ "grad_norm": 2.6971051692962646,
974
+ "learning_rate": 4.137e-06,
975
+ "loss": 5.3393,
976
+ "step": 1380
977
+ },
978
+ {
979
+ "epoch": 0.11804670912951168,
980
+ "grad_norm": 2.558025360107422,
981
+ "learning_rate": 4.167e-06,
982
+ "loss": 5.3523,
983
+ "step": 1390
984
+ },
985
+ {
986
+ "epoch": 0.11889596602972399,
987
+ "grad_norm": 2.612694263458252,
988
+ "learning_rate": 4.197e-06,
989
+ "loss": 5.294,
990
+ "step": 1400
991
+ },
992
+ {
993
+ "epoch": 0.1197452229299363,
994
+ "grad_norm": 3.815351724624634,
995
+ "learning_rate": 4.227e-06,
996
+ "loss": 5.3337,
997
+ "step": 1410
998
+ },
999
+ {
1000
+ "epoch": 0.12059447983014862,
1001
+ "grad_norm": 3.6758623123168945,
1002
+ "learning_rate": 4.257e-06,
1003
+ "loss": 5.3321,
1004
+ "step": 1420
1005
+ },
1006
+ {
1007
+ "epoch": 0.12144373673036093,
1008
+ "grad_norm": 2.827643632888794,
1009
+ "learning_rate": 4.287e-06,
1010
+ "loss": 5.2905,
1011
+ "step": 1430
1012
+ },
1013
+ {
1014
+ "epoch": 0.12229299363057325,
1015
+ "grad_norm": 2.5906553268432617,
1016
+ "learning_rate": 4.317e-06,
1017
+ "loss": 5.2965,
1018
+ "step": 1440
1019
+ },
1020
+ {
1021
+ "epoch": 0.12314225053078556,
1022
+ "grad_norm": 3.2785134315490723,
1023
+ "learning_rate": 4.347e-06,
1024
+ "loss": 5.319,
1025
+ "step": 1450
1026
+ },
1027
+ {
1028
+ "epoch": 0.12399150743099788,
1029
+ "grad_norm": 3.175222396850586,
1030
+ "learning_rate": 4.377e-06,
1031
+ "loss": 5.3133,
1032
+ "step": 1460
1033
+ },
1034
+ {
1035
+ "epoch": 0.12484076433121019,
1036
+ "grad_norm": 3.0449867248535156,
1037
+ "learning_rate": 4.407e-06,
1038
+ "loss": 5.2964,
1039
+ "step": 1470
1040
+ },
1041
+ {
1042
+ "epoch": 0.1256900212314225,
1043
+ "grad_norm": 2.931138515472412,
1044
+ "learning_rate": 4.437e-06,
1045
+ "loss": 5.3129,
1046
+ "step": 1480
1047
+ },
1048
+ {
1049
+ "epoch": 0.12653927813163482,
1050
+ "grad_norm": 3.2631492614746094,
1051
+ "learning_rate": 4.467000000000001e-06,
1052
+ "loss": 5.2634,
1053
+ "step": 1490
1054
+ },
1055
+ {
1056
+ "epoch": 0.12738853503184713,
1057
+ "grad_norm": 2.70129656791687,
1058
+ "learning_rate": 4.497e-06,
1059
+ "loss": 5.3149,
1060
+ "step": 1500
1061
+ },
1062
+ {
1063
+ "epoch": 0.12823779193205945,
1064
+ "grad_norm": 3.3260457515716553,
1065
+ "learning_rate": 4.527e-06,
1066
+ "loss": 5.3176,
1067
+ "step": 1510
1068
+ },
1069
+ {
1070
+ "epoch": 0.12908704883227176,
1071
+ "grad_norm": 3.4606785774230957,
1072
+ "learning_rate": 4.557000000000001e-06,
1073
+ "loss": 5.3316,
1074
+ "step": 1520
1075
+ },
1076
+ {
1077
+ "epoch": 0.12993630573248408,
1078
+ "grad_norm": 3.076979637145996,
1079
+ "learning_rate": 4.587e-06,
1080
+ "loss": 5.3142,
1081
+ "step": 1530
1082
+ },
1083
+ {
1084
+ "epoch": 0.1307855626326964,
1085
+ "grad_norm": 3.2454349994659424,
1086
+ "learning_rate": 4.617e-06,
1087
+ "loss": 5.3012,
1088
+ "step": 1540
1089
+ },
1090
+ {
1091
+ "epoch": 0.1316348195329087,
1092
+ "grad_norm": 2.8430724143981934,
1093
+ "learning_rate": 4.6470000000000006e-06,
1094
+ "loss": 5.2601,
1095
+ "step": 1550
1096
+ },
1097
+ {
1098
+ "epoch": 0.13248407643312102,
1099
+ "grad_norm": 3.3089728355407715,
1100
+ "learning_rate": 4.677e-06,
1101
+ "loss": 5.3437,
1102
+ "step": 1560
1103
+ },
1104
+ {
1105
+ "epoch": 0.13333333333333333,
1106
+ "grad_norm": 2.891000509262085,
1107
+ "learning_rate": 4.707000000000001e-06,
1108
+ "loss": 5.2977,
1109
+ "step": 1570
1110
+ },
1111
+ {
1112
+ "epoch": 0.13418259023354565,
1113
+ "grad_norm": 2.8758206367492676,
1114
+ "learning_rate": 4.7370000000000006e-06,
1115
+ "loss": 5.2734,
1116
+ "step": 1580
1117
+ },
1118
+ {
1119
+ "epoch": 0.13503184713375796,
1120
+ "grad_norm": 2.938915967941284,
1121
+ "learning_rate": 4.767e-06,
1122
+ "loss": 5.2939,
1123
+ "step": 1590
1124
+ },
1125
+ {
1126
+ "epoch": 0.13588110403397027,
1127
+ "grad_norm": 2.9856550693511963,
1128
+ "learning_rate": 4.797e-06,
1129
+ "loss": 5.312,
1130
+ "step": 1600
1131
+ },
1132
+ {
1133
+ "epoch": 0.1367303609341826,
1134
+ "grad_norm": 3.4481773376464844,
1135
+ "learning_rate": 4.827e-06,
1136
+ "loss": 5.3299,
1137
+ "step": 1610
1138
+ },
1139
+ {
1140
+ "epoch": 0.1375796178343949,
1141
+ "grad_norm": 2.958355665206909,
1142
+ "learning_rate": 4.856999999999999e-06,
1143
+ "loss": 5.3402,
1144
+ "step": 1620
1145
+ },
1146
+ {
1147
+ "epoch": 0.13842887473460722,
1148
+ "grad_norm": 3.2188034057617188,
1149
+ "learning_rate": 4.887e-06,
1150
+ "loss": 5.3547,
1151
+ "step": 1630
1152
+ },
1153
+ {
1154
+ "epoch": 0.13927813163481953,
1155
+ "grad_norm": 2.7251765727996826,
1156
+ "learning_rate": 4.917e-06,
1157
+ "loss": 5.3298,
1158
+ "step": 1640
1159
+ },
1160
+ {
1161
+ "epoch": 0.14012738853503184,
1162
+ "grad_norm": 3.1144793033599854,
1163
+ "learning_rate": 4.947e-06,
1164
+ "loss": 5.291,
1165
+ "step": 1650
1166
+ },
1167
+ {
1168
+ "epoch": 0.14097664543524416,
1169
+ "grad_norm": 3.014674425125122,
1170
+ "learning_rate": 4.977e-06,
1171
+ "loss": 5.3479,
1172
+ "step": 1660
1173
+ },
1174
+ {
1175
+ "epoch": 0.14182590233545647,
1176
+ "grad_norm": 2.7316184043884277,
1177
+ "learning_rate": 5.007e-06,
1178
+ "loss": 5.3233,
1179
+ "step": 1670
1180
+ },
1181
+ {
1182
+ "epoch": 0.14267515923566879,
1183
+ "grad_norm": 3.1595330238342285,
1184
+ "learning_rate": 5.037e-06,
1185
+ "loss": 5.3246,
1186
+ "step": 1680
1187
+ },
1188
+ {
1189
+ "epoch": 0.1435244161358811,
1190
+ "grad_norm": 2.7681398391723633,
1191
+ "learning_rate": 5.067e-06,
1192
+ "loss": 5.343,
1193
+ "step": 1690
1194
+ },
1195
+ {
1196
+ "epoch": 0.14437367303609341,
1197
+ "grad_norm": 4.087830543518066,
1198
+ "learning_rate": 5.097e-06,
1199
+ "loss": 5.3229,
1200
+ "step": 1700
1201
+ },
1202
+ {
1203
+ "epoch": 0.14522292993630573,
1204
+ "grad_norm": 2.88773512840271,
1205
+ "learning_rate": 5.127e-06,
1206
+ "loss": 5.2944,
1207
+ "step": 1710
1208
+ },
1209
+ {
1210
+ "epoch": 0.14607218683651804,
1211
+ "grad_norm": 2.984407663345337,
1212
+ "learning_rate": 5.157e-06,
1213
+ "loss": 5.321,
1214
+ "step": 1720
1215
+ },
1216
+ {
1217
+ "epoch": 0.14692144373673036,
1218
+ "grad_norm": 3.192668914794922,
1219
+ "learning_rate": 5.1870000000000005e-06,
1220
+ "loss": 5.2994,
1221
+ "step": 1730
1222
+ },
1223
+ {
1224
+ "epoch": 0.14777070063694267,
1225
+ "grad_norm": 2.976031541824341,
1226
+ "learning_rate": 5.217e-06,
1227
+ "loss": 5.3574,
1228
+ "step": 1740
1229
+ },
1230
+ {
1231
+ "epoch": 0.14861995753715498,
1232
+ "grad_norm": 3.3885605335235596,
1233
+ "learning_rate": 5.247e-06,
1234
+ "loss": 5.2761,
1235
+ "step": 1750
1236
+ },
1237
+ {
1238
+ "epoch": 0.1494692144373673,
1239
+ "grad_norm": 3.4807534217834473,
1240
+ "learning_rate": 5.2770000000000005e-06,
1241
+ "loss": 5.2767,
1242
+ "step": 1760
1243
+ },
1244
+ {
1245
+ "epoch": 0.1503184713375796,
1246
+ "grad_norm": 3.1149868965148926,
1247
+ "learning_rate": 5.307e-06,
1248
+ "loss": 5.3196,
1249
+ "step": 1770
1250
+ },
1251
+ {
1252
+ "epoch": 0.15116772823779193,
1253
+ "grad_norm": 3.3995985984802246,
1254
+ "learning_rate": 5.337e-06,
1255
+ "loss": 5.2976,
1256
+ "step": 1780
1257
+ },
1258
+ {
1259
+ "epoch": 0.15201698513800424,
1260
+ "grad_norm": 2.9455182552337646,
1261
+ "learning_rate": 5.3670000000000005e-06,
1262
+ "loss": 5.309,
1263
+ "step": 1790
1264
+ },
1265
+ {
1266
+ "epoch": 0.15286624203821655,
1267
+ "grad_norm": 2.9563140869140625,
1268
+ "learning_rate": 5.397e-06,
1269
+ "loss": 5.3006,
1270
+ "step": 1800
1271
+ },
1272
+ {
1273
+ "epoch": 0.15371549893842887,
1274
+ "grad_norm": 2.6868064403533936,
1275
+ "learning_rate": 5.427e-06,
1276
+ "loss": 5.3096,
1277
+ "step": 1810
1278
+ },
1279
+ {
1280
+ "epoch": 0.15456475583864118,
1281
+ "grad_norm": 2.6621177196502686,
1282
+ "learning_rate": 5.4570000000000004e-06,
1283
+ "loss": 5.3265,
1284
+ "step": 1820
1285
+ },
1286
+ {
1287
+ "epoch": 0.1554140127388535,
1288
+ "grad_norm": 2.794513463973999,
1289
+ "learning_rate": 5.487e-06,
1290
+ "loss": 5.3028,
1291
+ "step": 1830
1292
+ },
1293
+ {
1294
+ "epoch": 0.1562632696390658,
1295
+ "grad_norm": 3.2592179775238037,
1296
+ "learning_rate": 5.517000000000001e-06,
1297
+ "loss": 5.2916,
1298
+ "step": 1840
1299
+ },
1300
+ {
1301
+ "epoch": 0.15711252653927812,
1302
+ "grad_norm": 2.847234010696411,
1303
+ "learning_rate": 5.547e-06,
1304
+ "loss": 5.3254,
1305
+ "step": 1850
1306
+ },
1307
+ {
1308
+ "epoch": 0.15796178343949044,
1309
+ "grad_norm": 2.7558581829071045,
1310
+ "learning_rate": 5.577e-06,
1311
+ "loss": 5.2693,
1312
+ "step": 1860
1313
+ },
1314
+ {
1315
+ "epoch": 0.15881104033970275,
1316
+ "grad_norm": 4.516262531280518,
1317
+ "learning_rate": 5.607000000000001e-06,
1318
+ "loss": 5.2416,
1319
+ "step": 1870
1320
+ },
1321
+ {
1322
+ "epoch": 0.15966029723991507,
1323
+ "grad_norm": 2.8677408695220947,
1324
+ "learning_rate": 5.637e-06,
1325
+ "loss": 5.2724,
1326
+ "step": 1880
1327
+ },
1328
+ {
1329
+ "epoch": 0.16050955414012738,
1330
+ "grad_norm": 2.8640589714050293,
1331
+ "learning_rate": 5.667e-06,
1332
+ "loss": 5.3167,
1333
+ "step": 1890
1334
+ },
1335
+ {
1336
+ "epoch": 0.1613588110403397,
1337
+ "grad_norm": 2.8409721851348877,
1338
+ "learning_rate": 5.697000000000001e-06,
1339
+ "loss": 5.3245,
1340
+ "step": 1900
1341
+ },
1342
+ {
1343
+ "epoch": 0.162208067940552,
1344
+ "grad_norm": 3.129848003387451,
1345
+ "learning_rate": 5.7269999999999995e-06,
1346
+ "loss": 5.2734,
1347
+ "step": 1910
1348
+ },
1349
+ {
1350
+ "epoch": 0.16305732484076432,
1351
+ "grad_norm": 2.7905545234680176,
1352
+ "learning_rate": 5.757e-06,
1353
+ "loss": 5.256,
1354
+ "step": 1920
1355
+ },
1356
+ {
1357
+ "epoch": 0.16390658174097664,
1358
+ "grad_norm": 3.047576904296875,
1359
+ "learning_rate": 5.787e-06,
1360
+ "loss": 5.3348,
1361
+ "step": 1930
1362
+ },
1363
+ {
1364
+ "epoch": 0.16475583864118895,
1365
+ "grad_norm": 2.8348286151885986,
1366
+ "learning_rate": 5.8169999999999995e-06,
1367
+ "loss": 5.2964,
1368
+ "step": 1940
1369
+ },
1370
+ {
1371
+ "epoch": 0.16560509554140126,
1372
+ "grad_norm": 2.8805882930755615,
1373
+ "learning_rate": 5.847e-06,
1374
+ "loss": 5.3371,
1375
+ "step": 1950
1376
+ },
1377
+ {
1378
+ "epoch": 0.16645435244161358,
1379
+ "grad_norm": 2.7152795791625977,
1380
+ "learning_rate": 5.877e-06,
1381
+ "loss": 5.2668,
1382
+ "step": 1960
1383
+ },
1384
+ {
1385
+ "epoch": 0.1673036093418259,
1386
+ "grad_norm": 2.9222967624664307,
1387
+ "learning_rate": 5.9069999999999995e-06,
1388
+ "loss": 5.3005,
1389
+ "step": 1970
1390
+ },
1391
+ {
1392
+ "epoch": 0.1681528662420382,
1393
+ "grad_norm": 2.7389752864837646,
1394
+ "learning_rate": 5.937e-06,
1395
+ "loss": 5.275,
1396
+ "step": 1980
1397
+ },
1398
+ {
1399
+ "epoch": 0.16900212314225052,
1400
+ "grad_norm": 2.641843795776367,
1401
+ "learning_rate": 5.967e-06,
1402
+ "loss": 5.2813,
1403
+ "step": 1990
1404
+ },
1405
+ {
1406
+ "epoch": 0.16985138004246284,
1407
+ "grad_norm": 2.620028018951416,
1408
+ "learning_rate": 5.997e-06,
1409
+ "loss": 5.271,
1410
+ "step": 2000
1411
+ },
1412
+ {
1413
+ "epoch": 0.17070063694267515,
1414
+ "grad_norm": 3.1672427654266357,
1415
+ "learning_rate": 6.027e-06,
1416
+ "loss": 5.3393,
1417
+ "step": 2010
1418
+ },
1419
+ {
1420
+ "epoch": 0.17154989384288746,
1421
+ "grad_norm": 3.6054646968841553,
1422
+ "learning_rate": 6.057e-06,
1423
+ "loss": 5.2934,
1424
+ "step": 2020
1425
+ },
1426
+ {
1427
+ "epoch": 0.17239915074309978,
1428
+ "grad_norm": 2.926162004470825,
1429
+ "learning_rate": 6.087e-06,
1430
+ "loss": 5.2699,
1431
+ "step": 2030
1432
+ },
1433
+ {
1434
+ "epoch": 0.1732484076433121,
1435
+ "grad_norm": 3.2103350162506104,
1436
+ "learning_rate": 6.117e-06,
1437
+ "loss": 5.3059,
1438
+ "step": 2040
1439
+ },
1440
+ {
1441
+ "epoch": 0.1740976645435244,
1442
+ "grad_norm": 2.667064905166626,
1443
+ "learning_rate": 6.147e-06,
1444
+ "loss": 5.3168,
1445
+ "step": 2050
1446
+ },
1447
+ {
1448
+ "epoch": 0.17494692144373672,
1449
+ "grad_norm": 2.981092691421509,
1450
+ "learning_rate": 6.177e-06,
1451
+ "loss": 5.2823,
1452
+ "step": 2060
1453
+ },
1454
+ {
1455
+ "epoch": 0.17579617834394903,
1456
+ "grad_norm": 2.940354347229004,
1457
+ "learning_rate": 6.207e-06,
1458
+ "loss": 5.2853,
1459
+ "step": 2070
1460
+ },
1461
+ {
1462
+ "epoch": 0.17664543524416135,
1463
+ "grad_norm": 2.9038262367248535,
1464
+ "learning_rate": 6.237000000000001e-06,
1465
+ "loss": 5.2964,
1466
+ "step": 2080
1467
+ },
1468
+ {
1469
+ "epoch": 0.17749469214437366,
1470
+ "grad_norm": 3.286741018295288,
1471
+ "learning_rate": 6.267e-06,
1472
+ "loss": 5.3117,
1473
+ "step": 2090
1474
+ },
1475
+ {
1476
+ "epoch": 0.17834394904458598,
1477
+ "grad_norm": 2.921694755554199,
1478
+ "learning_rate": 6.297e-06,
1479
+ "loss": 5.2576,
1480
+ "step": 2100
1481
+ },
1482
+ {
1483
+ "epoch": 0.1791932059447983,
1484
+ "grad_norm": 2.8999836444854736,
1485
+ "learning_rate": 6.327000000000001e-06,
1486
+ "loss": 5.2724,
1487
+ "step": 2110
1488
+ },
1489
+ {
1490
+ "epoch": 0.1800424628450106,
1491
+ "grad_norm": 2.828502893447876,
1492
+ "learning_rate": 6.357e-06,
1493
+ "loss": 5.3414,
1494
+ "step": 2120
1495
+ },
1496
+ {
1497
+ "epoch": 0.18089171974522292,
1498
+ "grad_norm": 2.8402884006500244,
1499
+ "learning_rate": 6.387e-06,
1500
+ "loss": 5.2933,
1501
+ "step": 2130
1502
+ },
1503
+ {
1504
+ "epoch": 0.18174097664543523,
1505
+ "grad_norm": 2.7347512245178223,
1506
+ "learning_rate": 6.4170000000000006e-06,
1507
+ "loss": 5.3273,
1508
+ "step": 2140
1509
+ },
1510
+ {
1511
+ "epoch": 0.18259023354564755,
1512
+ "grad_norm": 3.0450260639190674,
1513
+ "learning_rate": 6.447e-06,
1514
+ "loss": 5.305,
1515
+ "step": 2150
1516
+ },
1517
+ {
1518
+ "epoch": 0.18343949044585986,
1519
+ "grad_norm": 2.7768380641937256,
1520
+ "learning_rate": 6.477000000000001e-06,
1521
+ "loss": 5.2837,
1522
+ "step": 2160
1523
+ },
1524
+ {
1525
+ "epoch": 0.18428874734607217,
1526
+ "grad_norm": 3.757314682006836,
1527
+ "learning_rate": 6.5070000000000005e-06,
1528
+ "loss": 5.3023,
1529
+ "step": 2170
1530
+ },
1531
+ {
1532
+ "epoch": 0.1851380042462845,
1533
+ "grad_norm": 2.690469980239868,
1534
+ "learning_rate": 6.537e-06,
1535
+ "loss": 5.2942,
1536
+ "step": 2180
1537
+ },
1538
+ {
1539
+ "epoch": 0.1859872611464968,
1540
+ "grad_norm": 2.782771348953247,
1541
+ "learning_rate": 6.567000000000001e-06,
1542
+ "loss": 5.323,
1543
+ "step": 2190
1544
+ },
1545
+ {
1546
+ "epoch": 0.18683651804670912,
1547
+ "grad_norm": 3.0607330799102783,
1548
+ "learning_rate": 6.5970000000000005e-06,
1549
+ "loss": 5.2733,
1550
+ "step": 2200
1551
+ },
1552
+ {
1553
+ "epoch": 0.18768577494692146,
1554
+ "grad_norm": 2.755864143371582,
1555
+ "learning_rate": 6.627e-06,
1556
+ "loss": 5.2789,
1557
+ "step": 2210
1558
+ },
1559
+ {
1560
+ "epoch": 0.18853503184713377,
1561
+ "grad_norm": 3.111814498901367,
1562
+ "learning_rate": 6.657e-06,
1563
+ "loss": 5.3075,
1564
+ "step": 2220
1565
+ },
1566
+ {
1567
+ "epoch": 0.18938428874734609,
1568
+ "grad_norm": 3.5054893493652344,
1569
+ "learning_rate": 6.687e-06,
1570
+ "loss": 5.2631,
1571
+ "step": 2230
1572
+ },
1573
+ {
1574
+ "epoch": 0.1902335456475584,
1575
+ "grad_norm": 2.8622443675994873,
1576
+ "learning_rate": 6.716999999999999e-06,
1577
+ "loss": 5.3047,
1578
+ "step": 2240
1579
+ },
1580
+ {
1581
+ "epoch": 0.1910828025477707,
1582
+ "grad_norm": 3.4436452388763428,
1583
+ "learning_rate": 6.747e-06,
1584
+ "loss": 5.2763,
1585
+ "step": 2250
1586
+ },
1587
+ {
1588
+ "epoch": 0.19193205944798303,
1589
+ "grad_norm": 5.66193151473999,
1590
+ "learning_rate": 6.777e-06,
1591
+ "loss": 5.3074,
1592
+ "step": 2260
1593
+ },
1594
+ {
1595
+ "epoch": 0.19278131634819534,
1596
+ "grad_norm": 2.8555619716644287,
1597
+ "learning_rate": 6.807e-06,
1598
+ "loss": 5.3167,
1599
+ "step": 2270
1600
+ },
1601
+ {
1602
+ "epoch": 0.19363057324840766,
1603
+ "grad_norm": 3.0394158363342285,
1604
+ "learning_rate": 6.837e-06,
1605
+ "loss": 5.2723,
1606
+ "step": 2280
1607
+ },
1608
+ {
1609
+ "epoch": 0.19447983014861997,
1610
+ "grad_norm": 2.6483094692230225,
1611
+ "learning_rate": 6.867e-06,
1612
+ "loss": 5.2919,
1613
+ "step": 2290
1614
+ },
1615
+ {
1616
+ "epoch": 0.19532908704883228,
1617
+ "grad_norm": 3.0904667377471924,
1618
+ "learning_rate": 6.897e-06,
1619
+ "loss": 5.3334,
1620
+ "step": 2300
1621
+ },
1622
+ {
1623
+ "epoch": 0.1961783439490446,
1624
+ "grad_norm": 2.809983491897583,
1625
+ "learning_rate": 6.927e-06,
1626
+ "loss": 5.2996,
1627
+ "step": 2310
1628
+ },
1629
+ {
1630
+ "epoch": 0.1970276008492569,
1631
+ "grad_norm": 2.873436450958252,
1632
+ "learning_rate": 6.957e-06,
1633
+ "loss": 5.2685,
1634
+ "step": 2320
1635
+ },
1636
+ {
1637
+ "epoch": 0.19787685774946923,
1638
+ "grad_norm": 2.7438321113586426,
1639
+ "learning_rate": 6.987e-06,
1640
+ "loss": 5.307,
1641
+ "step": 2330
1642
+ },
1643
+ {
1644
+ "epoch": 0.19872611464968154,
1645
+ "grad_norm": 3.264845132827759,
1646
+ "learning_rate": 7.017e-06,
1647
+ "loss": 5.282,
1648
+ "step": 2340
1649
+ },
1650
+ {
1651
+ "epoch": 0.19957537154989385,
1652
+ "grad_norm": 2.930830240249634,
1653
+ "learning_rate": 7.0470000000000005e-06,
1654
+ "loss": 5.2825,
1655
+ "step": 2350
1656
+ },
1657
+ {
1658
+ "epoch": 0.20042462845010617,
1659
+ "grad_norm": 2.9199306964874268,
1660
+ "learning_rate": 7.077e-06,
1661
+ "loss": 5.3043,
1662
+ "step": 2360
1663
+ },
1664
+ {
1665
+ "epoch": 0.20127388535031848,
1666
+ "grad_norm": 3.150461196899414,
1667
+ "learning_rate": 7.107e-06,
1668
+ "loss": 5.3204,
1669
+ "step": 2370
1670
+ },
1671
+ {
1672
+ "epoch": 0.2021231422505308,
1673
+ "grad_norm": 3.0694687366485596,
1674
+ "learning_rate": 7.1370000000000004e-06,
1675
+ "loss": 5.2812,
1676
+ "step": 2380
1677
+ },
1678
+ {
1679
+ "epoch": 0.2029723991507431,
1680
+ "grad_norm": 2.8617947101593018,
1681
+ "learning_rate": 7.167e-06,
1682
+ "loss": 5.317,
1683
+ "step": 2390
1684
+ },
1685
+ {
1686
+ "epoch": 0.20382165605095542,
1687
+ "grad_norm": 2.614168643951416,
1688
+ "learning_rate": 7.197e-06,
1689
+ "loss": 5.316,
1690
+ "step": 2400
1691
+ },
1692
+ {
1693
+ "epoch": 0.20467091295116774,
1694
+ "grad_norm": 2.8332951068878174,
1695
+ "learning_rate": 7.2270000000000004e-06,
1696
+ "loss": 5.2904,
1697
+ "step": 2410
1698
+ },
1699
+ {
1700
+ "epoch": 0.20552016985138005,
1701
+ "grad_norm": 2.586552143096924,
1702
+ "learning_rate": 7.257e-06,
1703
+ "loss": 5.3215,
1704
+ "step": 2420
1705
+ },
1706
+ {
1707
+ "epoch": 0.20636942675159237,
1708
+ "grad_norm": 3.3284783363342285,
1709
+ "learning_rate": 7.287000000000001e-06,
1710
+ "loss": 5.2937,
1711
+ "step": 2430
1712
+ },
1713
+ {
1714
+ "epoch": 0.20721868365180468,
1715
+ "grad_norm": 2.9327640533447266,
1716
+ "learning_rate": 7.317e-06,
1717
+ "loss": 5.2983,
1718
+ "step": 2440
1719
+ },
1720
+ {
1721
+ "epoch": 0.208067940552017,
1722
+ "grad_norm": 2.5559332370758057,
1723
+ "learning_rate": 7.347e-06,
1724
+ "loss": 5.3222,
1725
+ "step": 2450
1726
+ },
1727
+ {
1728
+ "epoch": 0.2089171974522293,
1729
+ "grad_norm": 2.8701014518737793,
1730
+ "learning_rate": 7.377000000000001e-06,
1731
+ "loss": 5.2882,
1732
+ "step": 2460
1733
+ },
1734
+ {
1735
+ "epoch": 0.20976645435244162,
1736
+ "grad_norm": 2.7028746604919434,
1737
+ "learning_rate": 7.407e-06,
1738
+ "loss": 5.3584,
1739
+ "step": 2470
1740
+ },
1741
+ {
1742
+ "epoch": 0.21061571125265394,
1743
+ "grad_norm": 2.740037441253662,
1744
+ "learning_rate": 7.437e-06,
1745
+ "loss": 5.3155,
1746
+ "step": 2480
1747
+ },
1748
+ {
1749
+ "epoch": 0.21146496815286625,
1750
+ "grad_norm": 3.4773006439208984,
1751
+ "learning_rate": 7.467000000000001e-06,
1752
+ "loss": 5.2675,
1753
+ "step": 2490
1754
+ },
1755
+ {
1756
+ "epoch": 0.21231422505307856,
1757
+ "grad_norm": 2.7783243656158447,
1758
+ "learning_rate": 7.497e-06,
1759
+ "loss": 5.325,
1760
+ "step": 2500
1761
+ },
1762
+ {
1763
+ "epoch": 0.21316348195329088,
1764
+ "grad_norm": 2.448683738708496,
1765
+ "learning_rate": 7.527000000000001e-06,
1766
+ "loss": 5.2949,
1767
+ "step": 2510
1768
+ },
1769
+ {
1770
+ "epoch": 0.2140127388535032,
1771
+ "grad_norm": 3.146843910217285,
1772
+ "learning_rate": 7.557000000000001e-06,
1773
+ "loss": 5.3486,
1774
+ "step": 2520
1775
+ },
1776
+ {
1777
+ "epoch": 0.2148619957537155,
1778
+ "grad_norm": 2.541322946548462,
1779
+ "learning_rate": 7.587e-06,
1780
+ "loss": 5.3074,
1781
+ "step": 2530
1782
+ },
1783
+ {
1784
+ "epoch": 0.21571125265392782,
1785
+ "grad_norm": 3.0249593257904053,
1786
+ "learning_rate": 7.617000000000001e-06,
1787
+ "loss": 5.3282,
1788
+ "step": 2540
1789
+ },
1790
+ {
1791
+ "epoch": 0.21656050955414013,
1792
+ "grad_norm": 2.8723304271698,
1793
+ "learning_rate": 7.647000000000001e-06,
1794
+ "loss": 5.3379,
1795
+ "step": 2550
1796
+ },
1797
+ {
1798
+ "epoch": 0.21740976645435245,
1799
+ "grad_norm": 2.767726182937622,
1800
+ "learning_rate": 7.677000000000001e-06,
1801
+ "loss": 5.266,
1802
+ "step": 2560
1803
+ },
1804
+ {
1805
+ "epoch": 0.21825902335456476,
1806
+ "grad_norm": 2.93290638923645,
1807
+ "learning_rate": 7.707000000000001e-06,
1808
+ "loss": 5.3418,
1809
+ "step": 2570
1810
+ },
1811
+ {
1812
+ "epoch": 0.21910828025477708,
1813
+ "grad_norm": 3.375755548477173,
1814
+ "learning_rate": 7.737e-06,
1815
+ "loss": 5.2376,
1816
+ "step": 2580
1817
+ },
1818
+ {
1819
+ "epoch": 0.2199575371549894,
1820
+ "grad_norm": 3.030493974685669,
1821
+ "learning_rate": 7.767e-06,
1822
+ "loss": 5.3071,
1823
+ "step": 2590
1824
+ },
1825
+ {
1826
+ "epoch": 0.2208067940552017,
1827
+ "grad_norm": 3.0639305114746094,
1828
+ "learning_rate": 7.797e-06,
1829
+ "loss": 5.2918,
1830
+ "step": 2600
1831
+ },
1832
+ {
1833
+ "epoch": 0.22165605095541402,
1834
+ "grad_norm": 2.8601605892181396,
1835
+ "learning_rate": 7.827000000000001e-06,
1836
+ "loss": 5.26,
1837
+ "step": 2610
1838
+ },
1839
+ {
1840
+ "epoch": 0.22250530785562633,
1841
+ "grad_norm": 3.814854383468628,
1842
+ "learning_rate": 7.857000000000001e-06,
1843
+ "loss": 5.3448,
1844
+ "step": 2620
1845
+ },
1846
+ {
1847
+ "epoch": 0.22335456475583865,
1848
+ "grad_norm": 3.1374781131744385,
1849
+ "learning_rate": 7.887000000000001e-06,
1850
+ "loss": 5.2768,
1851
+ "step": 2630
1852
+ },
1853
+ {
1854
+ "epoch": 0.22420382165605096,
1855
+ "grad_norm": 2.5155770778656006,
1856
+ "learning_rate": 7.917e-06,
1857
+ "loss": 5.3415,
1858
+ "step": 2640
1859
+ },
1860
+ {
1861
+ "epoch": 0.22505307855626328,
1862
+ "grad_norm": 2.912278413772583,
1863
+ "learning_rate": 7.947e-06,
1864
+ "loss": 5.2842,
1865
+ "step": 2650
1866
+ },
1867
+ {
1868
+ "epoch": 0.2259023354564756,
1869
+ "grad_norm": 2.753058671951294,
1870
+ "learning_rate": 7.977000000000002e-06,
1871
+ "loss": 5.2668,
1872
+ "step": 2660
1873
+ },
1874
+ {
1875
+ "epoch": 0.2267515923566879,
1876
+ "grad_norm": 2.5236306190490723,
1877
+ "learning_rate": 8.007000000000001e-06,
1878
+ "loss": 5.3127,
1879
+ "step": 2670
1880
+ },
1881
+ {
1882
+ "epoch": 0.22760084925690022,
1883
+ "grad_norm": 3.0616915225982666,
1884
+ "learning_rate": 8.037000000000001e-06,
1885
+ "loss": 5.3244,
1886
+ "step": 2680
1887
+ },
1888
+ {
1889
+ "epoch": 0.22845010615711253,
1890
+ "grad_norm": 2.869472026824951,
1891
+ "learning_rate": 8.067e-06,
1892
+ "loss": 5.2993,
1893
+ "step": 2690
1894
+ },
1895
+ {
1896
+ "epoch": 0.22929936305732485,
1897
+ "grad_norm": 2.5858938694000244,
1898
+ "learning_rate": 8.096999999999999e-06,
1899
+ "loss": 5.3305,
1900
+ "step": 2700
1901
+ },
1902
+ {
1903
+ "epoch": 0.23014861995753716,
1904
+ "grad_norm": 3.199190378189087,
1905
+ "learning_rate": 8.126999999999999e-06,
1906
+ "loss": 5.3141,
1907
+ "step": 2710
1908
+ },
1909
+ {
1910
+ "epoch": 0.23099787685774947,
1911
+ "grad_norm": 3.2201712131500244,
1912
+ "learning_rate": 8.157e-06,
1913
+ "loss": 5.2429,
1914
+ "step": 2720
1915
+ },
1916
+ {
1917
+ "epoch": 0.2318471337579618,
1918
+ "grad_norm": 2.829195737838745,
1919
+ "learning_rate": 8.187e-06,
1920
+ "loss": 5.3167,
1921
+ "step": 2730
1922
+ },
1923
+ {
1924
+ "epoch": 0.2326963906581741,
1925
+ "grad_norm": 2.5916543006896973,
1926
+ "learning_rate": 8.217e-06,
1927
+ "loss": 5.3021,
1928
+ "step": 2740
1929
+ },
1930
+ {
1931
+ "epoch": 0.23354564755838642,
1932
+ "grad_norm": 3.380733013153076,
1933
+ "learning_rate": 8.246999999999999e-06,
1934
+ "loss": 5.3001,
1935
+ "step": 2750
1936
+ },
1937
+ {
1938
+ "epoch": 0.23439490445859873,
1939
+ "grad_norm": 4.307158946990967,
1940
+ "learning_rate": 8.276999999999999e-06,
1941
+ "loss": 5.3193,
1942
+ "step": 2760
1943
+ },
1944
+ {
1945
+ "epoch": 0.23524416135881104,
1946
+ "grad_norm": 3.0094165802001953,
1947
+ "learning_rate": 8.307e-06,
1948
+ "loss": 5.2912,
1949
+ "step": 2770
1950
+ },
1951
+ {
1952
+ "epoch": 0.23609341825902336,
1953
+ "grad_norm": 2.897124767303467,
1954
+ "learning_rate": 8.337e-06,
1955
+ "loss": 5.2594,
1956
+ "step": 2780
1957
+ },
1958
+ {
1959
+ "epoch": 0.23694267515923567,
1960
+ "grad_norm": 2.8511035442352295,
1961
+ "learning_rate": 8.367e-06,
1962
+ "loss": 5.2425,
1963
+ "step": 2790
1964
+ },
1965
+ {
1966
+ "epoch": 0.23779193205944799,
1967
+ "grad_norm": 2.9721553325653076,
1968
+ "learning_rate": 8.397e-06,
1969
+ "loss": 5.3567,
1970
+ "step": 2800
1971
+ },
1972
+ {
1973
+ "epoch": 0.2386411889596603,
1974
+ "grad_norm": 2.623490333557129,
1975
+ "learning_rate": 8.426999999999999e-06,
1976
+ "loss": 5.2822,
1977
+ "step": 2810
1978
+ },
1979
+ {
1980
+ "epoch": 0.2394904458598726,
1981
+ "grad_norm": 3.0208723545074463,
1982
+ "learning_rate": 8.457e-06,
1983
+ "loss": 5.3214,
1984
+ "step": 2820
1985
+ },
1986
+ {
1987
+ "epoch": 0.24033970276008493,
1988
+ "grad_norm": 3.034419298171997,
1989
+ "learning_rate": 8.487e-06,
1990
+ "loss": 5.2986,
1991
+ "step": 2830
1992
+ },
1993
+ {
1994
+ "epoch": 0.24118895966029724,
1995
+ "grad_norm": 2.839966297149658,
1996
+ "learning_rate": 8.517e-06,
1997
+ "loss": 5.2854,
1998
+ "step": 2840
1999
+ },
2000
+ {
2001
+ "epoch": 0.24203821656050956,
2002
+ "grad_norm": 2.90078067779541,
2003
+ "learning_rate": 8.547e-06,
2004
+ "loss": 5.3361,
2005
+ "step": 2850
2006
+ },
2007
+ {
2008
+ "epoch": 0.24288747346072187,
2009
+ "grad_norm": 3.428478240966797,
2010
+ "learning_rate": 8.577e-06,
2011
+ "loss": 5.2973,
2012
+ "step": 2860
2013
+ },
2014
+ {
2015
+ "epoch": 0.24373673036093418,
2016
+ "grad_norm": 2.658561944961548,
2017
+ "learning_rate": 8.606999999999999e-06,
2018
+ "loss": 5.2918,
2019
+ "step": 2870
2020
+ },
2021
+ {
2022
+ "epoch": 0.2445859872611465,
2023
+ "grad_norm": 2.79166841506958,
2024
+ "learning_rate": 8.637e-06,
2025
+ "loss": 5.2888,
2026
+ "step": 2880
2027
+ },
2028
+ {
2029
+ "epoch": 0.2454352441613588,
2030
+ "grad_norm": 2.935159683227539,
2031
+ "learning_rate": 8.667e-06,
2032
+ "loss": 5.312,
2033
+ "step": 2890
2034
+ },
2035
+ {
2036
+ "epoch": 0.24628450106157113,
2037
+ "grad_norm": 2.7953052520751953,
2038
+ "learning_rate": 8.697e-06,
2039
+ "loss": 5.2861,
2040
+ "step": 2900
2041
+ },
2042
+ {
2043
+ "epoch": 0.24713375796178344,
2044
+ "grad_norm": 3.0704123973846436,
2045
+ "learning_rate": 8.727e-06,
2046
+ "loss": 5.2851,
2047
+ "step": 2910
2048
+ },
2049
+ {
2050
+ "epoch": 0.24798301486199575,
2051
+ "grad_norm": 3.040593147277832,
2052
+ "learning_rate": 8.757e-06,
2053
+ "loss": 5.3098,
2054
+ "step": 2920
2055
+ },
2056
+ {
2057
+ "epoch": 0.24883227176220807,
2058
+ "grad_norm": 2.910900592803955,
2059
+ "learning_rate": 8.787e-06,
2060
+ "loss": 5.2831,
2061
+ "step": 2930
2062
+ },
2063
+ {
2064
+ "epoch": 0.24968152866242038,
2065
+ "grad_norm": 2.895195484161377,
2066
+ "learning_rate": 8.817e-06,
2067
+ "loss": 5.278,
2068
+ "step": 2940
2069
+ },
2070
+ {
2071
+ "epoch": 0.2505307855626327,
2072
+ "grad_norm": 2.6631243228912354,
2073
+ "learning_rate": 8.847e-06,
2074
+ "loss": 5.3196,
2075
+ "step": 2950
2076
+ },
2077
+ {
2078
+ "epoch": 0.251380042462845,
2079
+ "grad_norm": 2.6207447052001953,
2080
+ "learning_rate": 8.877e-06,
2081
+ "loss": 5.3117,
2082
+ "step": 2960
2083
+ },
2084
+ {
2085
+ "epoch": 0.2522292993630573,
2086
+ "grad_norm": 3.872396945953369,
2087
+ "learning_rate": 8.907e-06,
2088
+ "loss": 5.2573,
2089
+ "step": 2970
2090
+ },
2091
+ {
2092
+ "epoch": 0.25307855626326964,
2093
+ "grad_norm": 2.6875405311584473,
2094
+ "learning_rate": 8.937000000000001e-06,
2095
+ "loss": 5.3144,
2096
+ "step": 2980
2097
+ },
2098
+ {
2099
+ "epoch": 0.25392781316348195,
2100
+ "grad_norm": 2.459923028945923,
2101
+ "learning_rate": 8.967e-06,
2102
+ "loss": 5.3275,
2103
+ "step": 2990
2104
+ },
2105
+ {
2106
+ "epoch": 0.25477707006369427,
2107
+ "grad_norm": 2.8083887100219727,
2108
+ "learning_rate": 8.997e-06,
2109
+ "loss": 5.2833,
2110
+ "step": 3000
2111
+ },
2112
+ {
2113
+ "epoch": 0.2556263269639066,
2114
+ "grad_norm": 3.182687997817993,
2115
+ "learning_rate": 9.027e-06,
2116
+ "loss": 5.3225,
2117
+ "step": 3010
2118
+ },
2119
+ {
2120
+ "epoch": 0.2564755838641189,
2121
+ "grad_norm": 2.675750732421875,
2122
+ "learning_rate": 9.057e-06,
2123
+ "loss": 5.3247,
2124
+ "step": 3020
2125
+ },
2126
+ {
2127
+ "epoch": 0.2573248407643312,
2128
+ "grad_norm": 2.5266032218933105,
2129
+ "learning_rate": 9.087e-06,
2130
+ "loss": 5.3119,
2131
+ "step": 3030
2132
+ },
2133
+ {
2134
+ "epoch": 0.2581740976645435,
2135
+ "grad_norm": 3.70660138130188,
2136
+ "learning_rate": 9.117000000000001e-06,
2137
+ "loss": 5.2987,
2138
+ "step": 3040
2139
+ },
2140
+ {
2141
+ "epoch": 0.25902335456475584,
2142
+ "grad_norm": 2.782167673110962,
2143
+ "learning_rate": 9.147e-06,
2144
+ "loss": 5.3277,
2145
+ "step": 3050
2146
+ },
2147
+ {
2148
+ "epoch": 0.25987261146496815,
2149
+ "grad_norm": 2.6724636554718018,
2150
+ "learning_rate": 9.177e-06,
2151
+ "loss": 5.3142,
2152
+ "step": 3060
2153
+ },
2154
+ {
2155
+ "epoch": 0.26072186836518046,
2156
+ "grad_norm": 2.7741007804870605,
2157
+ "learning_rate": 9.207e-06,
2158
+ "loss": 5.2897,
2159
+ "step": 3070
2160
+ },
2161
+ {
2162
+ "epoch": 0.2615711252653928,
2163
+ "grad_norm": 3.1497457027435303,
2164
+ "learning_rate": 9.237e-06,
2165
+ "loss": 5.3298,
2166
+ "step": 3080
2167
+ },
2168
+ {
2169
+ "epoch": 0.2624203821656051,
2170
+ "grad_norm": 3.073333740234375,
2171
+ "learning_rate": 9.267000000000001e-06,
2172
+ "loss": 5.293,
2173
+ "step": 3090
2174
+ },
2175
+ {
2176
+ "epoch": 0.2632696390658174,
2177
+ "grad_norm": 3.2314963340759277,
2178
+ "learning_rate": 9.297000000000001e-06,
2179
+ "loss": 5.3245,
2180
+ "step": 3100
2181
+ },
2182
+ {
2183
+ "epoch": 0.2641188959660297,
2184
+ "grad_norm": 2.824157476425171,
2185
+ "learning_rate": 9.327e-06,
2186
+ "loss": 5.3072,
2187
+ "step": 3110
2188
+ },
2189
+ {
2190
+ "epoch": 0.26496815286624203,
2191
+ "grad_norm": 2.9964253902435303,
2192
+ "learning_rate": 9.357e-06,
2193
+ "loss": 5.3252,
2194
+ "step": 3120
2195
+ },
2196
+ {
2197
+ "epoch": 0.26581740976645435,
2198
+ "grad_norm": 3.017404556274414,
2199
+ "learning_rate": 9.387e-06,
2200
+ "loss": 5.3089,
2201
+ "step": 3130
2202
+ },
2203
+ {
2204
+ "epoch": 0.26666666666666666,
2205
+ "grad_norm": 2.995516061782837,
2206
+ "learning_rate": 9.417e-06,
2207
+ "loss": 5.309,
2208
+ "step": 3140
2209
+ },
2210
+ {
2211
+ "epoch": 0.267515923566879,
2212
+ "grad_norm": 3.422020673751831,
2213
+ "learning_rate": 9.447000000000001e-06,
2214
+ "loss": 5.3049,
2215
+ "step": 3150
2216
+ },
2217
+ {
2218
+ "epoch": 0.2683651804670913,
2219
+ "grad_norm": 3.1356430053710938,
2220
+ "learning_rate": 9.477000000000001e-06,
2221
+ "loss": 5.3215,
2222
+ "step": 3160
2223
+ },
2224
+ {
2225
+ "epoch": 0.2692144373673036,
2226
+ "grad_norm": 3.0659656524658203,
2227
+ "learning_rate": 9.507e-06,
2228
+ "loss": 5.2924,
2229
+ "step": 3170
2230
+ },
2231
+ {
2232
+ "epoch": 0.2700636942675159,
2233
+ "grad_norm": 2.704200506210327,
2234
+ "learning_rate": 9.537e-06,
2235
+ "loss": 5.2758,
2236
+ "step": 3180
2237
+ },
2238
+ {
2239
+ "epoch": 0.27091295116772823,
2240
+ "grad_norm": 3.1962532997131348,
2241
+ "learning_rate": 9.567e-06,
2242
+ "loss": 5.3481,
2243
+ "step": 3190
2244
+ },
2245
+ {
2246
+ "epoch": 0.27176220806794055,
2247
+ "grad_norm": 2.9260454177856445,
2248
+ "learning_rate": 9.597000000000001e-06,
2249
+ "loss": 5.3165,
2250
+ "step": 3200
2251
+ },
2252
+ {
2253
+ "epoch": 0.27261146496815286,
2254
+ "grad_norm": 2.9165940284729004,
2255
+ "learning_rate": 9.627000000000001e-06,
2256
+ "loss": 5.2659,
2257
+ "step": 3210
2258
+ },
2259
+ {
2260
+ "epoch": 0.2734607218683652,
2261
+ "grad_norm": 2.8630759716033936,
2262
+ "learning_rate": 9.657000000000001e-06,
2263
+ "loss": 5.2246,
2264
+ "step": 3220
2265
+ },
2266
+ {
2267
+ "epoch": 0.2743099787685775,
2268
+ "grad_norm": 2.9310085773468018,
2269
+ "learning_rate": 9.687e-06,
2270
+ "loss": 5.2667,
2271
+ "step": 3230
2272
+ },
2273
+ {
2274
+ "epoch": 0.2751592356687898,
2275
+ "grad_norm": 3.177656650543213,
2276
+ "learning_rate": 9.717e-06,
2277
+ "loss": 5.313,
2278
+ "step": 3240
2279
+ },
2280
+ {
2281
+ "epoch": 0.2760084925690021,
2282
+ "grad_norm": 3.41377329826355,
2283
+ "learning_rate": 9.747000000000002e-06,
2284
+ "loss": 5.3381,
2285
+ "step": 3250
2286
+ },
2287
+ {
2288
+ "epoch": 0.27685774946921443,
2289
+ "grad_norm": 2.7059366703033447,
2290
+ "learning_rate": 9.777000000000001e-06,
2291
+ "loss": 5.3214,
2292
+ "step": 3260
2293
+ },
2294
+ {
2295
+ "epoch": 0.27770700636942675,
2296
+ "grad_norm": 2.6251704692840576,
2297
+ "learning_rate": 9.807000000000001e-06,
2298
+ "loss": 5.3027,
2299
+ "step": 3270
2300
+ },
2301
+ {
2302
+ "epoch": 0.27855626326963906,
2303
+ "grad_norm": 2.7275302410125732,
2304
+ "learning_rate": 9.837000000000001e-06,
2305
+ "loss": 5.3379,
2306
+ "step": 3280
2307
+ },
2308
+ {
2309
+ "epoch": 0.2794055201698514,
2310
+ "grad_norm": 3.1299779415130615,
2311
+ "learning_rate": 9.867e-06,
2312
+ "loss": 5.3155,
2313
+ "step": 3290
2314
+ },
2315
+ {
2316
+ "epoch": 0.2802547770700637,
2317
+ "grad_norm": 2.795710563659668,
2318
+ "learning_rate": 9.897e-06,
2319
+ "loss": 5.324,
2320
+ "step": 3300
2321
+ },
2322
+ {
2323
+ "epoch": 0.281104033970276,
2324
+ "grad_norm": 2.566071033477783,
2325
+ "learning_rate": 9.927000000000002e-06,
2326
+ "loss": 5.3001,
2327
+ "step": 3310
2328
+ },
2329
+ {
2330
+ "epoch": 0.2819532908704883,
2331
+ "grad_norm": 2.848205327987671,
2332
+ "learning_rate": 9.957e-06,
2333
+ "loss": 5.3105,
2334
+ "step": 3320
2335
+ },
2336
+ {
2337
+ "epoch": 0.28280254777070063,
2338
+ "grad_norm": 2.550905704498291,
2339
+ "learning_rate": 9.987e-06,
2340
+ "loss": 5.3077,
2341
+ "step": 3330
2342
+ },
2343
+ {
2344
+ "epoch": 0.28365180467091294,
2345
+ "grad_norm": 2.9607441425323486,
2346
+ "learning_rate": 1.0016999999999999e-05,
2347
+ "loss": 5.2904,
2348
+ "step": 3340
2349
+ },
2350
+ {
2351
+ "epoch": 0.28450106157112526,
2352
+ "grad_norm": 2.5060572624206543,
2353
+ "learning_rate": 1.0046999999999999e-05,
2354
+ "loss": 5.2811,
2355
+ "step": 3350
2356
+ },
2357
+ {
2358
+ "epoch": 0.28535031847133757,
2359
+ "grad_norm": 2.9220380783081055,
2360
+ "learning_rate": 1.0077e-05,
2361
+ "loss": 5.336,
2362
+ "step": 3360
2363
+ },
2364
+ {
2365
+ "epoch": 0.2861995753715499,
2366
+ "grad_norm": 2.6315388679504395,
2367
+ "learning_rate": 1.0107e-05,
2368
+ "loss": 5.3364,
2369
+ "step": 3370
2370
+ },
2371
+ {
2372
+ "epoch": 0.2870488322717622,
2373
+ "grad_norm": 2.745180130004883,
2374
+ "learning_rate": 1.0137e-05,
2375
+ "loss": 5.331,
2376
+ "step": 3380
2377
+ },
2378
+ {
2379
+ "epoch": 0.2878980891719745,
2380
+ "grad_norm": 2.91247820854187,
2381
+ "learning_rate": 1.0167e-05,
2382
+ "loss": 5.3091,
2383
+ "step": 3390
2384
+ },
2385
+ {
2386
+ "epoch": 0.28874734607218683,
2387
+ "grad_norm": 3.206876277923584,
2388
+ "learning_rate": 1.0196999999999999e-05,
2389
+ "loss": 5.2632,
2390
+ "step": 3400
2391
+ },
2392
+ {
2393
+ "epoch": 0.28959660297239914,
2394
+ "grad_norm": 2.5321333408355713,
2395
+ "learning_rate": 1.0227e-05,
2396
+ "loss": 5.3242,
2397
+ "step": 3410
2398
+ },
2399
+ {
2400
+ "epoch": 0.29044585987261146,
2401
+ "grad_norm": 2.9477076530456543,
2402
+ "learning_rate": 1.0257e-05,
2403
+ "loss": 5.3007,
2404
+ "step": 3420
2405
+ },
2406
+ {
2407
+ "epoch": 0.29129511677282377,
2408
+ "grad_norm": 2.959535837173462,
2409
+ "learning_rate": 1.0287e-05,
2410
+ "loss": 5.2781,
2411
+ "step": 3430
2412
+ },
2413
+ {
2414
+ "epoch": 0.2921443736730361,
2415
+ "grad_norm": 3.1572399139404297,
2416
+ "learning_rate": 1.0317e-05,
2417
+ "loss": 5.3151,
2418
+ "step": 3440
2419
+ },
2420
+ {
2421
+ "epoch": 0.2929936305732484,
2422
+ "grad_norm": 2.5633604526519775,
2423
+ "learning_rate": 1.0347e-05,
2424
+ "loss": 5.3012,
2425
+ "step": 3450
2426
+ },
2427
+ {
2428
+ "epoch": 0.2938428874734607,
2429
+ "grad_norm": 3.001227378845215,
2430
+ "learning_rate": 1.0376999999999999e-05,
2431
+ "loss": 5.2945,
2432
+ "step": 3460
2433
+ },
2434
+ {
2435
+ "epoch": 0.294692144373673,
2436
+ "grad_norm": 2.9143598079681396,
2437
+ "learning_rate": 1.0407e-05,
2438
+ "loss": 5.2887,
2439
+ "step": 3470
2440
+ },
2441
+ {
2442
+ "epoch": 0.29554140127388534,
2443
+ "grad_norm": 3.0910377502441406,
2444
+ "learning_rate": 1.0437e-05,
2445
+ "loss": 5.3017,
2446
+ "step": 3480
2447
+ },
2448
+ {
2449
+ "epoch": 0.29639065817409765,
2450
+ "grad_norm": 2.8085741996765137,
2451
+ "learning_rate": 1.0467e-05,
2452
+ "loss": 5.2847,
2453
+ "step": 3490
2454
+ },
2455
+ {
2456
+ "epoch": 0.29723991507430997,
2457
+ "grad_norm": 2.949854612350464,
2458
+ "learning_rate": 1.0497e-05,
2459
+ "loss": 5.2929,
2460
+ "step": 3500
2461
+ },
2462
+ {
2463
+ "epoch": 0.2980891719745223,
2464
+ "grad_norm": 2.8629674911499023,
2465
+ "learning_rate": 1.0527e-05,
2466
+ "loss": 5.3332,
2467
+ "step": 3510
2468
+ },
2469
+ {
2470
+ "epoch": 0.2989384288747346,
2471
+ "grad_norm": 2.6619925498962402,
2472
+ "learning_rate": 1.0557e-05,
2473
+ "loss": 5.3016,
2474
+ "step": 3520
2475
+ },
2476
+ {
2477
+ "epoch": 0.2997876857749469,
2478
+ "grad_norm": 2.724642038345337,
2479
+ "learning_rate": 1.0587e-05,
2480
+ "loss": 5.2802,
2481
+ "step": 3530
2482
+ },
2483
+ {
2484
+ "epoch": 0.3006369426751592,
2485
+ "grad_norm": 3.2419393062591553,
2486
+ "learning_rate": 1.0617e-05,
2487
+ "loss": 5.2719,
2488
+ "step": 3540
2489
+ },
2490
+ {
2491
+ "epoch": 0.30148619957537154,
2492
+ "grad_norm": 3.085131883621216,
2493
+ "learning_rate": 1.0647e-05,
2494
+ "loss": 5.2589,
2495
+ "step": 3550
2496
+ },
2497
+ {
2498
+ "epoch": 0.30233545647558385,
2499
+ "grad_norm": 2.5650737285614014,
2500
+ "learning_rate": 1.0677e-05,
2501
+ "loss": 5.3112,
2502
+ "step": 3560
2503
+ },
2504
+ {
2505
+ "epoch": 0.30318471337579617,
2506
+ "grad_norm": 2.7214274406433105,
2507
+ "learning_rate": 1.0707e-05,
2508
+ "loss": 5.311,
2509
+ "step": 3570
2510
+ },
2511
+ {
2512
+ "epoch": 0.3040339702760085,
2513
+ "grad_norm": 2.820265531539917,
2514
+ "learning_rate": 1.0737e-05,
2515
+ "loss": 5.2858,
2516
+ "step": 3580
2517
+ },
2518
+ {
2519
+ "epoch": 0.3048832271762208,
2520
+ "grad_norm": 2.6557016372680664,
2521
+ "learning_rate": 1.0767e-05,
2522
+ "loss": 5.2881,
2523
+ "step": 3590
2524
+ },
2525
+ {
2526
+ "epoch": 0.3057324840764331,
2527
+ "grad_norm": 2.8628759384155273,
2528
+ "learning_rate": 1.0797e-05,
2529
+ "loss": 5.32,
2530
+ "step": 3600
2531
+ },
2532
+ {
2533
+ "epoch": 0.3065817409766454,
2534
+ "grad_norm": 2.6469790935516357,
2535
+ "learning_rate": 1.0827e-05,
2536
+ "loss": 5.2756,
2537
+ "step": 3610
2538
+ },
2539
+ {
2540
+ "epoch": 0.30743099787685774,
2541
+ "grad_norm": 3.071388006210327,
2542
+ "learning_rate": 1.0857e-05,
2543
+ "loss": 5.2749,
2544
+ "step": 3620
2545
+ },
2546
+ {
2547
+ "epoch": 0.30828025477707005,
2548
+ "grad_norm": 2.941758871078491,
2549
+ "learning_rate": 1.0887000000000001e-05,
2550
+ "loss": 5.2795,
2551
+ "step": 3630
2552
+ },
2553
+ {
2554
+ "epoch": 0.30912951167728236,
2555
+ "grad_norm": 2.5007476806640625,
2556
+ "learning_rate": 1.0917e-05,
2557
+ "loss": 5.3007,
2558
+ "step": 3640
2559
+ },
2560
+ {
2561
+ "epoch": 0.3099787685774947,
2562
+ "grad_norm": 2.844071865081787,
2563
+ "learning_rate": 1.0947e-05,
2564
+ "loss": 5.3135,
2565
+ "step": 3650
2566
+ },
2567
+ {
2568
+ "epoch": 0.310828025477707,
2569
+ "grad_norm": 2.5109546184539795,
2570
+ "learning_rate": 1.0977e-05,
2571
+ "loss": 5.3353,
2572
+ "step": 3660
2573
+ },
2574
+ {
2575
+ "epoch": 0.3116772823779193,
2576
+ "grad_norm": 3.1207566261291504,
2577
+ "learning_rate": 1.1007e-05,
2578
+ "loss": 5.3187,
2579
+ "step": 3670
2580
+ },
2581
+ {
2582
+ "epoch": 0.3125265392781316,
2583
+ "grad_norm": 2.935486078262329,
2584
+ "learning_rate": 1.1037000000000001e-05,
2585
+ "loss": 5.3104,
2586
+ "step": 3680
2587
+ },
2588
+ {
2589
+ "epoch": 0.31337579617834393,
2590
+ "grad_norm": 3.0393168926239014,
2591
+ "learning_rate": 1.1067000000000001e-05,
2592
+ "loss": 5.2965,
2593
+ "step": 3690
2594
+ },
2595
+ {
2596
+ "epoch": 0.31422505307855625,
2597
+ "grad_norm": 2.8374407291412354,
2598
+ "learning_rate": 1.1097e-05,
2599
+ "loss": 5.3459,
2600
+ "step": 3700
2601
+ },
2602
+ {
2603
+ "epoch": 0.31507430997876856,
2604
+ "grad_norm": 2.877030849456787,
2605
+ "learning_rate": 1.1127e-05,
2606
+ "loss": 5.3036,
2607
+ "step": 3710
2608
+ },
2609
+ {
2610
+ "epoch": 0.3159235668789809,
2611
+ "grad_norm": 3.1282973289489746,
2612
+ "learning_rate": 1.1157e-05,
2613
+ "loss": 5.3087,
2614
+ "step": 3720
2615
+ },
2616
+ {
2617
+ "epoch": 0.3167728237791932,
2618
+ "grad_norm": 3.298826217651367,
2619
+ "learning_rate": 1.1187e-05,
2620
+ "loss": 5.3273,
2621
+ "step": 3730
2622
+ },
2623
+ {
2624
+ "epoch": 0.3176220806794055,
2625
+ "grad_norm": 2.6656618118286133,
2626
+ "learning_rate": 1.1217000000000001e-05,
2627
+ "loss": 5.2871,
2628
+ "step": 3740
2629
+ },
2630
+ {
2631
+ "epoch": 0.3184713375796178,
2632
+ "grad_norm": 2.9987871646881104,
2633
+ "learning_rate": 1.1247000000000001e-05,
2634
+ "loss": 5.2892,
2635
+ "step": 3750
2636
+ },
2637
+ {
2638
+ "epoch": 0.31932059447983013,
2639
+ "grad_norm": 2.805637836456299,
2640
+ "learning_rate": 1.1277e-05,
2641
+ "loss": 5.3471,
2642
+ "step": 3760
2643
+ },
2644
+ {
2645
+ "epoch": 0.32016985138004245,
2646
+ "grad_norm": 2.9302127361297607,
2647
+ "learning_rate": 1.1307e-05,
2648
+ "loss": 5.3101,
2649
+ "step": 3770
2650
+ },
2651
+ {
2652
+ "epoch": 0.32101910828025476,
2653
+ "grad_norm": 2.50058913230896,
2654
+ "learning_rate": 1.1337e-05,
2655
+ "loss": 5.2947,
2656
+ "step": 3780
2657
+ },
2658
+ {
2659
+ "epoch": 0.3218683651804671,
2660
+ "grad_norm": 3.2122738361358643,
2661
+ "learning_rate": 1.1367000000000001e-05,
2662
+ "loss": 5.3413,
2663
+ "step": 3790
2664
+ },
2665
+ {
2666
+ "epoch": 0.3227176220806794,
2667
+ "grad_norm": 3.018711805343628,
2668
+ "learning_rate": 1.1397000000000001e-05,
2669
+ "loss": 5.2799,
2670
+ "step": 3800
2671
+ },
2672
+ {
2673
+ "epoch": 0.3235668789808917,
2674
+ "grad_norm": 2.6590895652770996,
2675
+ "learning_rate": 1.1427000000000001e-05,
2676
+ "loss": 5.3194,
2677
+ "step": 3810
2678
+ },
2679
+ {
2680
+ "epoch": 0.324416135881104,
2681
+ "grad_norm": 2.6037681102752686,
2682
+ "learning_rate": 1.1457e-05,
2683
+ "loss": 5.3286,
2684
+ "step": 3820
2685
+ },
2686
+ {
2687
+ "epoch": 0.32526539278131633,
2688
+ "grad_norm": 2.6590423583984375,
2689
+ "learning_rate": 1.1487e-05,
2690
+ "loss": 5.2862,
2691
+ "step": 3830
2692
+ },
2693
+ {
2694
+ "epoch": 0.32611464968152865,
2695
+ "grad_norm": 2.5345709323883057,
2696
+ "learning_rate": 1.1517e-05,
2697
+ "loss": 5.2727,
2698
+ "step": 3840
2699
+ },
2700
+ {
2701
+ "epoch": 0.32696390658174096,
2702
+ "grad_norm": 3.00140118598938,
2703
+ "learning_rate": 1.1547000000000001e-05,
2704
+ "loss": 5.2933,
2705
+ "step": 3850
2706
+ },
2707
+ {
2708
+ "epoch": 0.3278131634819533,
2709
+ "grad_norm": 2.520540475845337,
2710
+ "learning_rate": 1.1577000000000001e-05,
2711
+ "loss": 5.3262,
2712
+ "step": 3860
2713
+ },
2714
+ {
2715
+ "epoch": 0.3286624203821656,
2716
+ "grad_norm": 2.719588279724121,
2717
+ "learning_rate": 1.1607000000000001e-05,
2718
+ "loss": 5.2945,
2719
+ "step": 3870
2720
+ },
2721
+ {
2722
+ "epoch": 0.3295116772823779,
2723
+ "grad_norm": 2.7875916957855225,
2724
+ "learning_rate": 1.1637e-05,
2725
+ "loss": 5.2952,
2726
+ "step": 3880
2727
+ },
2728
+ {
2729
+ "epoch": 0.3303609341825902,
2730
+ "grad_norm": 2.5174953937530518,
2731
+ "learning_rate": 1.1667e-05,
2732
+ "loss": 5.2905,
2733
+ "step": 3890
2734
+ },
2735
+ {
2736
+ "epoch": 0.33121019108280253,
2737
+ "grad_norm": 2.846357822418213,
2738
+ "learning_rate": 1.1697000000000002e-05,
2739
+ "loss": 5.3075,
2740
+ "step": 3900
2741
+ },
2742
+ {
2743
+ "epoch": 0.33205944798301484,
2744
+ "grad_norm": 2.7229084968566895,
2745
+ "learning_rate": 1.1727000000000001e-05,
2746
+ "loss": 5.2568,
2747
+ "step": 3910
2748
+ },
2749
+ {
2750
+ "epoch": 0.33290870488322716,
2751
+ "grad_norm": 2.749703884124756,
2752
+ "learning_rate": 1.1757000000000001e-05,
2753
+ "loss": 5.2787,
2754
+ "step": 3920
2755
+ },
2756
+ {
2757
+ "epoch": 0.33375796178343947,
2758
+ "grad_norm": 2.943429470062256,
2759
+ "learning_rate": 1.1787e-05,
2760
+ "loss": 5.2716,
2761
+ "step": 3930
2762
+ },
2763
+ {
2764
+ "epoch": 0.3346072186836518,
2765
+ "grad_norm": 3.129988431930542,
2766
+ "learning_rate": 1.1816999999999999e-05,
2767
+ "loss": 5.2753,
2768
+ "step": 3940
2769
+ },
2770
+ {
2771
+ "epoch": 0.3354564755838641,
2772
+ "grad_norm": 2.7794525623321533,
2773
+ "learning_rate": 1.1847e-05,
2774
+ "loss": 5.3493,
2775
+ "step": 3950
2776
+ },
2777
+ {
2778
+ "epoch": 0.3363057324840764,
2779
+ "grad_norm": 2.8433845043182373,
2780
+ "learning_rate": 1.1877e-05,
2781
+ "loss": 5.2931,
2782
+ "step": 3960
2783
+ },
2784
+ {
2785
+ "epoch": 0.33715498938428873,
2786
+ "grad_norm": 2.9568560123443604,
2787
+ "learning_rate": 1.1907e-05,
2788
+ "loss": 5.3197,
2789
+ "step": 3970
2790
+ },
2791
+ {
2792
+ "epoch": 0.33800424628450104,
2793
+ "grad_norm": 2.908926010131836,
2794
+ "learning_rate": 1.1937e-05,
2795
+ "loss": 5.3123,
2796
+ "step": 3980
2797
+ },
2798
+ {
2799
+ "epoch": 0.33885350318471336,
2800
+ "grad_norm": 3.0962445735931396,
2801
+ "learning_rate": 1.1966999999999999e-05,
2802
+ "loss": 5.2997,
2803
+ "step": 3990
2804
+ },
2805
+ {
2806
+ "epoch": 0.33970276008492567,
2807
+ "grad_norm": 2.5574445724487305,
2808
+ "learning_rate": 1.1996999999999999e-05,
2809
+ "loss": 5.3011,
2810
+ "step": 4000
2811
+ },
2812
+ {
2813
+ "epoch": 0.340552016985138,
2814
+ "grad_norm": 2.7869644165039062,
2815
+ "learning_rate": 1.2027e-05,
2816
+ "loss": 5.2824,
2817
+ "step": 4010
2818
+ },
2819
+ {
2820
+ "epoch": 0.3414012738853503,
2821
+ "grad_norm": 2.6019179821014404,
2822
+ "learning_rate": 1.2057e-05,
2823
+ "loss": 5.3252,
2824
+ "step": 4020
2825
+ },
2826
+ {
2827
+ "epoch": 0.3422505307855626,
2828
+ "grad_norm": 2.76897931098938,
2829
+ "learning_rate": 1.2087e-05,
2830
+ "loss": 5.3078,
2831
+ "step": 4030
2832
+ },
2833
+ {
2834
+ "epoch": 0.3430997876857749,
2835
+ "grad_norm": 2.8007211685180664,
2836
+ "learning_rate": 1.2117e-05,
2837
+ "loss": 5.2354,
2838
+ "step": 4040
2839
+ },
2840
+ {
2841
+ "epoch": 0.34394904458598724,
2842
+ "grad_norm": 2.83691668510437,
2843
+ "learning_rate": 1.2146999999999999e-05,
2844
+ "loss": 5.3074,
2845
+ "step": 4050
2846
+ },
2847
+ {
2848
+ "epoch": 0.34479830148619955,
2849
+ "grad_norm": 2.6294138431549072,
2850
+ "learning_rate": 1.2177e-05,
2851
+ "loss": 5.2751,
2852
+ "step": 4060
2853
+ },
2854
+ {
2855
+ "epoch": 0.34564755838641187,
2856
+ "grad_norm": 2.75087571144104,
2857
+ "learning_rate": 1.2207e-05,
2858
+ "loss": 5.2934,
2859
+ "step": 4070
2860
+ },
2861
+ {
2862
+ "epoch": 0.3464968152866242,
2863
+ "grad_norm": 3.041973829269409,
2864
+ "learning_rate": 1.2237e-05,
2865
+ "loss": 5.3411,
2866
+ "step": 4080
2867
+ },
2868
+ {
2869
+ "epoch": 0.3473460721868365,
2870
+ "grad_norm": 2.4846489429473877,
2871
+ "learning_rate": 1.2267e-05,
2872
+ "loss": 5.2954,
2873
+ "step": 4090
2874
+ },
2875
+ {
2876
+ "epoch": 0.3481953290870488,
2877
+ "grad_norm": 2.8165969848632812,
2878
+ "learning_rate": 1.2297e-05,
2879
+ "loss": 5.3239,
2880
+ "step": 4100
2881
+ },
2882
+ {
2883
+ "epoch": 0.3490445859872611,
2884
+ "grad_norm": 2.9171957969665527,
2885
+ "learning_rate": 1.2327e-05,
2886
+ "loss": 5.3002,
2887
+ "step": 4110
2888
+ },
2889
+ {
2890
+ "epoch": 0.34989384288747344,
2891
+ "grad_norm": 2.7979140281677246,
2892
+ "learning_rate": 1.2357e-05,
2893
+ "loss": 5.2201,
2894
+ "step": 4120
2895
+ },
2896
+ {
2897
+ "epoch": 0.35074309978768575,
2898
+ "grad_norm": 2.810436248779297,
2899
+ "learning_rate": 1.2387e-05,
2900
+ "loss": 5.2879,
2901
+ "step": 4130
2902
+ },
2903
+ {
2904
+ "epoch": 0.35159235668789807,
2905
+ "grad_norm": 2.679001808166504,
2906
+ "learning_rate": 1.2417e-05,
2907
+ "loss": 5.27,
2908
+ "step": 4140
2909
+ },
2910
+ {
2911
+ "epoch": 0.3524416135881104,
2912
+ "grad_norm": 2.8607611656188965,
2913
+ "learning_rate": 1.2447e-05,
2914
+ "loss": 5.3556,
2915
+ "step": 4150
2916
+ },
2917
+ {
2918
+ "epoch": 0.3532908704883227,
2919
+ "grad_norm": 2.8920702934265137,
2920
+ "learning_rate": 1.2477e-05,
2921
+ "loss": 5.2791,
2922
+ "step": 4160
2923
+ },
2924
+ {
2925
+ "epoch": 0.354140127388535,
2926
+ "grad_norm": 3.0339581966400146,
2927
+ "learning_rate": 1.2507e-05,
2928
+ "loss": 5.3433,
2929
+ "step": 4170
2930
+ },
2931
+ {
2932
+ "epoch": 0.3549893842887473,
2933
+ "grad_norm": 2.652466297149658,
2934
+ "learning_rate": 1.2537e-05,
2935
+ "loss": 5.3052,
2936
+ "step": 4180
2937
+ },
2938
+ {
2939
+ "epoch": 0.35583864118895964,
2940
+ "grad_norm": 3.153740406036377,
2941
+ "learning_rate": 1.2567e-05,
2942
+ "loss": 5.3241,
2943
+ "step": 4190
2944
+ },
2945
+ {
2946
+ "epoch": 0.35668789808917195,
2947
+ "grad_norm": 2.7439141273498535,
2948
+ "learning_rate": 1.2597e-05,
2949
+ "loss": 5.3257,
2950
+ "step": 4200
2951
+ },
2952
+ {
2953
+ "epoch": 0.35753715498938426,
2954
+ "grad_norm": 2.520549774169922,
2955
+ "learning_rate": 1.2627e-05,
2956
+ "loss": 5.3627,
2957
+ "step": 4210
2958
+ },
2959
+ {
2960
+ "epoch": 0.3583864118895966,
2961
+ "grad_norm": 2.6077182292938232,
2962
+ "learning_rate": 1.2657000000000001e-05,
2963
+ "loss": 5.3116,
2964
+ "step": 4220
2965
+ },
2966
+ {
2967
+ "epoch": 0.3592356687898089,
2968
+ "grad_norm": 3.238301992416382,
2969
+ "learning_rate": 1.2687e-05,
2970
+ "loss": 5.3131,
2971
+ "step": 4230
2972
+ },
2973
+ {
2974
+ "epoch": 0.3600849256900212,
2975
+ "grad_norm": 3.0646257400512695,
2976
+ "learning_rate": 1.2717e-05,
2977
+ "loss": 5.3177,
2978
+ "step": 4240
2979
+ },
2980
+ {
2981
+ "epoch": 0.3609341825902335,
2982
+ "grad_norm": 2.5789830684661865,
2983
+ "learning_rate": 1.2747e-05,
2984
+ "loss": 5.3156,
2985
+ "step": 4250
2986
+ },
2987
+ {
2988
+ "epoch": 0.36178343949044584,
2989
+ "grad_norm": 2.7191619873046875,
2990
+ "learning_rate": 1.2777e-05,
2991
+ "loss": 5.3022,
2992
+ "step": 4260
2993
+ },
2994
+ {
2995
+ "epoch": 0.36263269639065815,
2996
+ "grad_norm": 2.871828079223633,
2997
+ "learning_rate": 1.2807000000000001e-05,
2998
+ "loss": 5.3458,
2999
+ "step": 4270
3000
+ },
3001
+ {
3002
+ "epoch": 0.36348195329087046,
3003
+ "grad_norm": 2.783555269241333,
3004
+ "learning_rate": 1.2837000000000001e-05,
3005
+ "loss": 5.3043,
3006
+ "step": 4280
3007
+ },
3008
+ {
3009
+ "epoch": 0.3643312101910828,
3010
+ "grad_norm": 2.6093852519989014,
3011
+ "learning_rate": 1.2867e-05,
3012
+ "loss": 5.2974,
3013
+ "step": 4290
3014
+ },
3015
+ {
3016
+ "epoch": 0.3651804670912951,
3017
+ "grad_norm": 2.7980988025665283,
3018
+ "learning_rate": 1.2897e-05,
3019
+ "loss": 5.3343,
3020
+ "step": 4300
3021
+ },
3022
+ {
3023
+ "epoch": 0.3660297239915074,
3024
+ "grad_norm": 3.094921350479126,
3025
+ "learning_rate": 1.2927e-05,
3026
+ "loss": 5.2833,
3027
+ "step": 4310
3028
+ },
3029
+ {
3030
+ "epoch": 0.3668789808917197,
3031
+ "grad_norm": 2.756728410720825,
3032
+ "learning_rate": 1.2957e-05,
3033
+ "loss": 5.3242,
3034
+ "step": 4320
3035
+ },
3036
+ {
3037
+ "epoch": 0.36772823779193203,
3038
+ "grad_norm": 2.825632333755493,
3039
+ "learning_rate": 1.2987000000000001e-05,
3040
+ "loss": 5.2858,
3041
+ "step": 4330
3042
+ },
3043
+ {
3044
+ "epoch": 0.36857749469214435,
3045
+ "grad_norm": 2.7249903678894043,
3046
+ "learning_rate": 1.3017000000000001e-05,
3047
+ "loss": 5.3429,
3048
+ "step": 4340
3049
+ },
3050
+ {
3051
+ "epoch": 0.36942675159235666,
3052
+ "grad_norm": 2.8208439350128174,
3053
+ "learning_rate": 1.3047e-05,
3054
+ "loss": 5.2825,
3055
+ "step": 4350
3056
+ },
3057
+ {
3058
+ "epoch": 0.370276008492569,
3059
+ "grad_norm": 2.724519729614258,
3060
+ "learning_rate": 1.3077e-05,
3061
+ "loss": 5.2718,
3062
+ "step": 4360
3063
+ },
3064
+ {
3065
+ "epoch": 0.3711252653927813,
3066
+ "grad_norm": 2.9133126735687256,
3067
+ "learning_rate": 1.3107e-05,
3068
+ "loss": 5.336,
3069
+ "step": 4370
3070
+ },
3071
+ {
3072
+ "epoch": 0.3719745222929936,
3073
+ "grad_norm": 2.6412148475646973,
3074
+ "learning_rate": 1.3137000000000001e-05,
3075
+ "loss": 5.3155,
3076
+ "step": 4380
3077
+ },
3078
+ {
3079
+ "epoch": 0.3728237791932059,
3080
+ "grad_norm": 3.3129379749298096,
3081
+ "learning_rate": 1.3167000000000001e-05,
3082
+ "loss": 5.2967,
3083
+ "step": 4390
3084
+ },
3085
+ {
3086
+ "epoch": 0.37367303609341823,
3087
+ "grad_norm": 2.80210542678833,
3088
+ "learning_rate": 1.3197000000000001e-05,
3089
+ "loss": 5.3239,
3090
+ "step": 4400
3091
+ },
3092
+ {
3093
+ "epoch": 0.37452229299363055,
3094
+ "grad_norm": 2.9716014862060547,
3095
+ "learning_rate": 1.3227e-05,
3096
+ "loss": 5.2837,
3097
+ "step": 4410
3098
+ },
3099
+ {
3100
+ "epoch": 0.3753715498938429,
3101
+ "grad_norm": 2.537052631378174,
3102
+ "learning_rate": 1.3257e-05,
3103
+ "loss": 5.3324,
3104
+ "step": 4420
3105
+ },
3106
+ {
3107
+ "epoch": 0.37622080679405523,
3108
+ "grad_norm": 2.5831573009490967,
3109
+ "learning_rate": 1.3287e-05,
3110
+ "loss": 5.2874,
3111
+ "step": 4430
3112
+ },
3113
+ {
3114
+ "epoch": 0.37707006369426754,
3115
+ "grad_norm": 2.994446039199829,
3116
+ "learning_rate": 1.3317000000000001e-05,
3117
+ "loss": 5.3291,
3118
+ "step": 4440
3119
+ },
3120
+ {
3121
+ "epoch": 0.37791932059447986,
3122
+ "grad_norm": 2.6007745265960693,
3123
+ "learning_rate": 1.3347000000000001e-05,
3124
+ "loss": 5.338,
3125
+ "step": 4450
3126
+ },
3127
+ {
3128
+ "epoch": 0.37876857749469217,
3129
+ "grad_norm": 2.6839470863342285,
3130
+ "learning_rate": 1.3377e-05,
3131
+ "loss": 5.3601,
3132
+ "step": 4460
3133
+ },
3134
+ {
3135
+ "epoch": 0.3796178343949045,
3136
+ "grad_norm": 2.7668659687042236,
3137
+ "learning_rate": 1.3407e-05,
3138
+ "loss": 5.3097,
3139
+ "step": 4470
3140
+ },
3141
+ {
3142
+ "epoch": 0.3804670912951168,
3143
+ "grad_norm": 2.866783618927002,
3144
+ "learning_rate": 1.3437e-05,
3145
+ "loss": 5.3129,
3146
+ "step": 4480
3147
+ },
3148
+ {
3149
+ "epoch": 0.3813163481953291,
3150
+ "grad_norm": 2.911930799484253,
3151
+ "learning_rate": 1.3467000000000002e-05,
3152
+ "loss": 5.2784,
3153
+ "step": 4490
3154
+ },
3155
+ {
3156
+ "epoch": 0.3821656050955414,
3157
+ "grad_norm": 2.9691176414489746,
3158
+ "learning_rate": 1.3497000000000001e-05,
3159
+ "loss": 5.3162,
3160
+ "step": 4500
3161
+ },
3162
+ {
3163
+ "epoch": 0.38301486199575374,
3164
+ "grad_norm": 2.735870361328125,
3165
+ "learning_rate": 1.3527000000000001e-05,
3166
+ "loss": 5.372,
3167
+ "step": 4510
3168
+ },
3169
+ {
3170
+ "epoch": 0.38386411889596606,
3171
+ "grad_norm": 3.0110292434692383,
3172
+ "learning_rate": 1.3557e-05,
3173
+ "loss": 5.3152,
3174
+ "step": 4520
3175
+ },
3176
+ {
3177
+ "epoch": 0.38471337579617837,
3178
+ "grad_norm": 3.0141236782073975,
3179
+ "learning_rate": 1.3587e-05,
3180
+ "loss": 5.2926,
3181
+ "step": 4530
3182
+ },
3183
+ {
3184
+ "epoch": 0.3855626326963907,
3185
+ "grad_norm": 2.940202236175537,
3186
+ "learning_rate": 1.3617000000000002e-05,
3187
+ "loss": 5.3053,
3188
+ "step": 4540
3189
+ },
3190
+ {
3191
+ "epoch": 0.386411889596603,
3192
+ "grad_norm": 2.894648790359497,
3193
+ "learning_rate": 1.3647000000000002e-05,
3194
+ "loss": 5.2975,
3195
+ "step": 4550
3196
+ },
3197
+ {
3198
+ "epoch": 0.3872611464968153,
3199
+ "grad_norm": 2.783092975616455,
3200
+ "learning_rate": 1.3677000000000001e-05,
3201
+ "loss": 5.326,
3202
+ "step": 4560
3203
+ },
3204
+ {
3205
+ "epoch": 0.3881104033970276,
3206
+ "grad_norm": 3.2538375854492188,
3207
+ "learning_rate": 1.3707e-05,
3208
+ "loss": 5.3561,
3209
+ "step": 4570
3210
+ },
3211
+ {
3212
+ "epoch": 0.38895966029723994,
3213
+ "grad_norm": 3.027449369430542,
3214
+ "learning_rate": 1.3736999999999999e-05,
3215
+ "loss": 5.2956,
3216
+ "step": 4580
3217
+ },
3218
+ {
3219
+ "epoch": 0.38980891719745225,
3220
+ "grad_norm": 2.352414846420288,
3221
+ "learning_rate": 1.3766999999999999e-05,
3222
+ "loss": 5.3307,
3223
+ "step": 4590
3224
+ },
3225
+ {
3226
+ "epoch": 0.39065817409766457,
3227
+ "grad_norm": 2.7340948581695557,
3228
+ "learning_rate": 1.3797e-05,
3229
+ "loss": 5.3338,
3230
+ "step": 4600
3231
+ },
3232
+ {
3233
+ "epoch": 0.3915074309978769,
3234
+ "grad_norm": 2.5639212131500244,
3235
+ "learning_rate": 1.3827e-05,
3236
+ "loss": 5.3047,
3237
+ "step": 4610
3238
+ },
3239
+ {
3240
+ "epoch": 0.3923566878980892,
3241
+ "grad_norm": 2.9153759479522705,
3242
+ "learning_rate": 1.3857e-05,
3243
+ "loss": 5.2892,
3244
+ "step": 4620
3245
+ },
3246
+ {
3247
+ "epoch": 0.3932059447983015,
3248
+ "grad_norm": 2.9477829933166504,
3249
+ "learning_rate": 1.3887e-05,
3250
+ "loss": 5.2847,
3251
+ "step": 4630
3252
+ },
3253
+ {
3254
+ "epoch": 0.3940552016985138,
3255
+ "grad_norm": 2.8913021087646484,
3256
+ "learning_rate": 1.3916999999999999e-05,
3257
+ "loss": 5.2968,
3258
+ "step": 4640
3259
+ },
3260
+ {
3261
+ "epoch": 0.39490445859872614,
3262
+ "grad_norm": 2.5859951972961426,
3263
+ "learning_rate": 1.3947e-05,
3264
+ "loss": 5.3383,
3265
+ "step": 4650
3266
+ },
3267
+ {
3268
+ "epoch": 0.39575371549893845,
3269
+ "grad_norm": 2.7537684440612793,
3270
+ "learning_rate": 1.3977e-05,
3271
+ "loss": 5.2778,
3272
+ "step": 4660
3273
+ },
3274
+ {
3275
+ "epoch": 0.39660297239915077,
3276
+ "grad_norm": 2.934866189956665,
3277
+ "learning_rate": 1.4007e-05,
3278
+ "loss": 5.3352,
3279
+ "step": 4670
3280
+ },
3281
+ {
3282
+ "epoch": 0.3974522292993631,
3283
+ "grad_norm": 3.232266426086426,
3284
+ "learning_rate": 1.4037e-05,
3285
+ "loss": 5.2906,
3286
+ "step": 4680
3287
+ },
3288
+ {
3289
+ "epoch": 0.3983014861995754,
3290
+ "grad_norm": 3.0161447525024414,
3291
+ "learning_rate": 1.4067e-05,
3292
+ "loss": 5.2676,
3293
+ "step": 4690
3294
+ },
3295
+ {
3296
+ "epoch": 0.3991507430997877,
3297
+ "grad_norm": 2.709857940673828,
3298
+ "learning_rate": 1.4097e-05,
3299
+ "loss": 5.3188,
3300
+ "step": 4700
3301
+ },
3302
+ {
3303
+ "epoch": 0.4,
3304
+ "grad_norm": 2.8698489665985107,
3305
+ "learning_rate": 1.4127e-05,
3306
+ "loss": 5.3294,
3307
+ "step": 4710
3308
+ },
3309
+ {
3310
+ "epoch": 0.40084925690021234,
3311
+ "grad_norm": 2.903634786605835,
3312
+ "learning_rate": 1.4157e-05,
3313
+ "loss": 5.3282,
3314
+ "step": 4720
3315
+ },
3316
+ {
3317
+ "epoch": 0.40169851380042465,
3318
+ "grad_norm": 2.69309663772583,
3319
+ "learning_rate": 1.4187e-05,
3320
+ "loss": 5.3252,
3321
+ "step": 4730
3322
+ },
3323
+ {
3324
+ "epoch": 0.40254777070063696,
3325
+ "grad_norm": 2.7641005516052246,
3326
+ "learning_rate": 1.4217e-05,
3327
+ "loss": 5.3226,
3328
+ "step": 4740
3329
+ },
3330
+ {
3331
+ "epoch": 0.4033970276008493,
3332
+ "grad_norm": 2.6123976707458496,
3333
+ "learning_rate": 1.4247e-05,
3334
+ "loss": 5.2984,
3335
+ "step": 4750
3336
+ },
3337
+ {
3338
+ "epoch": 0.4042462845010616,
3339
+ "grad_norm": 2.6471896171569824,
3340
+ "learning_rate": 1.4277e-05,
3341
+ "loss": 5.3517,
3342
+ "step": 4760
3343
+ },
3344
+ {
3345
+ "epoch": 0.4050955414012739,
3346
+ "grad_norm": 2.6235013008117676,
3347
+ "learning_rate": 1.4307e-05,
3348
+ "loss": 5.2736,
3349
+ "step": 4770
3350
+ },
3351
+ {
3352
+ "epoch": 0.4059447983014862,
3353
+ "grad_norm": 2.6565909385681152,
3354
+ "learning_rate": 1.4337e-05,
3355
+ "loss": 5.3261,
3356
+ "step": 4780
3357
+ },
3358
+ {
3359
+ "epoch": 0.40679405520169853,
3360
+ "grad_norm": 3.0174882411956787,
3361
+ "learning_rate": 1.4367e-05,
3362
+ "loss": 5.3234,
3363
+ "step": 4790
3364
+ },
3365
+ {
3366
+ "epoch": 0.40764331210191085,
3367
+ "grad_norm": 2.6269683837890625,
3368
+ "learning_rate": 1.4397e-05,
3369
+ "loss": 5.3282,
3370
+ "step": 4800
3371
+ },
3372
+ {
3373
+ "epoch": 0.40849256900212316,
3374
+ "grad_norm": 2.9788005352020264,
3375
+ "learning_rate": 1.4427000000000001e-05,
3376
+ "loss": 5.2817,
3377
+ "step": 4810
3378
+ },
3379
+ {
3380
+ "epoch": 0.4093418259023355,
3381
+ "grad_norm": 3.0904667377471924,
3382
+ "learning_rate": 1.4457e-05,
3383
+ "loss": 5.2839,
3384
+ "step": 4820
3385
+ },
3386
+ {
3387
+ "epoch": 0.4101910828025478,
3388
+ "grad_norm": 2.9216339588165283,
3389
+ "learning_rate": 1.4487e-05,
3390
+ "loss": 5.2838,
3391
+ "step": 4830
3392
+ },
3393
+ {
3394
+ "epoch": 0.4110403397027601,
3395
+ "grad_norm": 3.2222180366516113,
3396
+ "learning_rate": 1.4517e-05,
3397
+ "loss": 5.2946,
3398
+ "step": 4840
3399
+ },
3400
+ {
3401
+ "epoch": 0.4118895966029724,
3402
+ "grad_norm": 2.6732418537139893,
3403
+ "learning_rate": 1.4547e-05,
3404
+ "loss": 5.3307,
3405
+ "step": 4850
3406
+ },
3407
+ {
3408
+ "epoch": 0.41273885350318473,
3409
+ "grad_norm": 3.1011016368865967,
3410
+ "learning_rate": 1.4577e-05,
3411
+ "loss": 5.3239,
3412
+ "step": 4860
3413
+ },
3414
+ {
3415
+ "epoch": 0.41358811040339705,
3416
+ "grad_norm": 3.2448766231536865,
3417
+ "learning_rate": 1.4607000000000001e-05,
3418
+ "loss": 5.342,
3419
+ "step": 4870
3420
+ },
3421
+ {
3422
+ "epoch": 0.41443736730360936,
3423
+ "grad_norm": 3.0446932315826416,
3424
+ "learning_rate": 1.4637e-05,
3425
+ "loss": 5.2895,
3426
+ "step": 4880
3427
+ },
3428
+ {
3429
+ "epoch": 0.4152866242038217,
3430
+ "grad_norm": 2.723418951034546,
3431
+ "learning_rate": 1.4667e-05,
3432
+ "loss": 5.3042,
3433
+ "step": 4890
3434
+ },
3435
+ {
3436
+ "epoch": 0.416135881104034,
3437
+ "grad_norm": 2.570615530014038,
3438
+ "learning_rate": 1.4697e-05,
3439
+ "loss": 5.3034,
3440
+ "step": 4900
3441
+ },
3442
+ {
3443
+ "epoch": 0.4169851380042463,
3444
+ "grad_norm": 2.689549684524536,
3445
+ "learning_rate": 1.4727e-05,
3446
+ "loss": 5.319,
3447
+ "step": 4910
3448
+ },
3449
+ {
3450
+ "epoch": 0.4178343949044586,
3451
+ "grad_norm": 2.949159622192383,
3452
+ "learning_rate": 1.4757000000000001e-05,
3453
+ "loss": 5.3132,
3454
+ "step": 4920
3455
+ },
3456
+ {
3457
+ "epoch": 0.41868365180467093,
3458
+ "grad_norm": 2.6569466590881348,
3459
+ "learning_rate": 1.4787000000000001e-05,
3460
+ "loss": 5.3342,
3461
+ "step": 4930
3462
+ },
3463
+ {
3464
+ "epoch": 0.41953290870488325,
3465
+ "grad_norm": 2.636916160583496,
3466
+ "learning_rate": 1.4817e-05,
3467
+ "loss": 5.2781,
3468
+ "step": 4940
3469
+ },
3470
+ {
3471
+ "epoch": 0.42038216560509556,
3472
+ "grad_norm": 3.2516820430755615,
3473
+ "learning_rate": 1.4847e-05,
3474
+ "loss": 5.3366,
3475
+ "step": 4950
3476
+ },
3477
+ {
3478
+ "epoch": 0.4212314225053079,
3479
+ "grad_norm": 3.0514044761657715,
3480
+ "learning_rate": 1.4877e-05,
3481
+ "loss": 5.3167,
3482
+ "step": 4960
3483
+ },
3484
+ {
3485
+ "epoch": 0.4220806794055202,
3486
+ "grad_norm": 2.6703755855560303,
3487
+ "learning_rate": 1.4907000000000001e-05,
3488
+ "loss": 5.3167,
3489
+ "step": 4970
3490
+ },
3491
+ {
3492
+ "epoch": 0.4229299363057325,
3493
+ "grad_norm": 2.674636125564575,
3494
+ "learning_rate": 1.4937000000000001e-05,
3495
+ "loss": 5.3002,
3496
+ "step": 4980
3497
+ },
3498
+ {
3499
+ "epoch": 0.4237791932059448,
3500
+ "grad_norm": 2.7112691402435303,
3501
+ "learning_rate": 1.4967000000000001e-05,
3502
+ "loss": 5.3416,
3503
+ "step": 4990
3504
+ },
3505
+ {
3506
+ "epoch": 0.42462845010615713,
3507
+ "grad_norm": 2.894089460372925,
3508
+ "learning_rate": 1.4997e-05,
3509
+ "loss": 5.3156,
3510
+ "step": 5000
3511
+ },
3512
+ {
3513
+ "epoch": 0.42462845010615713,
3514
+ "eval_runtime": 14.9311,
3515
+ "eval_samples_per_second": 0.536,
3516
+ "eval_steps_per_second": 0.134,
3517
+ "step": 5000
3518
+ }
3519
+ ],
3520
+ "logging_steps": 10,
3521
+ "max_steps": 35325,
3522
+ "num_input_tokens_seen": 0,
3523
+ "num_train_epochs": 3,
3524
+ "save_steps": 5000,
3525
+ "stateful_callbacks": {
3526
+ "TrainerControl": {
3527
+ "args": {
3528
+ "should_epoch_stop": false,
3529
+ "should_evaluate": false,
3530
+ "should_log": false,
3531
+ "should_save": true,
3532
+ "should_training_stop": false
3533
+ },
3534
+ "attributes": {}
3535
+ }
3536
+ },
3537
+ "total_flos": 2.664125806275461e+17,
3538
+ "train_batch_size": 8,
3539
+ "trial_name": null,
3540
+ "trial_params": null
3541
+ }
curric_context/config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen2ForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 151643,
7
+ "eos_token_id": 151643,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 896,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 4864,
12
+ "layer_types": [
13
+ "full_attention",
14
+ "full_attention",
15
+ "full_attention",
16
+ "full_attention",
17
+ "full_attention",
18
+ "full_attention",
19
+ "full_attention",
20
+ "full_attention",
21
+ "full_attention",
22
+ "full_attention",
23
+ "full_attention",
24
+ "full_attention",
25
+ "full_attention",
26
+ "full_attention",
27
+ "full_attention",
28
+ "full_attention",
29
+ "full_attention",
30
+ "full_attention",
31
+ "full_attention",
32
+ "full_attention",
33
+ "full_attention",
34
+ "full_attention",
35
+ "full_attention",
36
+ "full_attention"
37
+ ],
38
+ "max_position_embeddings": 131072,
39
+ "max_window_layers": 24,
40
+ "model_type": "qwen2",
41
+ "num_attention_heads": 14,
42
+ "num_hidden_layers": 24,
43
+ "num_key_value_heads": 2,
44
+ "rms_norm_eps": 1e-06,
45
+ "rope_scaling": null,
46
+ "rope_theta": 1000000.0,
47
+ "sliding_window": null,
48
+ "tie_word_embeddings": true,
49
+ "torch_dtype": "float32",
50
+ "transformers_version": "4.55.4",
51
+ "use_cache": true,
52
+ "use_sliding_window": false,
53
+ "vocab_size": 165161
54
+ }
curric_context/generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "eos_token_id": 151643,
4
+ "max_new_tokens": 2048,
5
+ "transformers_version": "4.55.4"
6
+ }
curric_context/special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|endoftext|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
curric_context/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e33bd5f7f9f9d6a8bcdcb1d23ea17b273811ea83f5d81a53768735e3e1c25e8
3
+ size 14129740
curric_context/tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff
 
curric_context/vocab.json ADDED
The diff for this file is too large to render. See raw diff