Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- link-0501-7B/added_tokens.json +24 -0
- link-0501-7B/config.json +29 -0
- link-0501-7B/generation_config.json +14 -0
- link-0501-7B/merges.txt +0 -0
- link-0501-7B/model-00001-of-00004.safetensors +3 -0
- link-0501-7B/model-00002-of-00004.safetensors +3 -0
- link-0501-7B/model-00003-of-00004.safetensors +3 -0
- link-0501-7B/model-00004-of-00004.safetensors +3 -0
- link-0501-7B/model.safetensors.index.json +346 -0
- link-0501-7B/runs/May01_21-44-49_ubuntu-Super-Server/events.out.tfevents.1746107156.ubuntu-Super-Server +3 -0
- link-0501-7B/special_tokens_map.json +32 -0
- link-0501-7B/tokenizer.json +3 -0
- link-0501-7B/tokenizer_config.json +198 -0
- link-0501-7B/trainer_state.json +1995 -0
- link-0501-7B/training_args.bin +3 -0
- link-0501-7B/vocab.json +0 -0
.gitattributes
CHANGED
|
@@ -34,3 +34,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
0413-7B/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
0413-7B/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
link-0501-7B/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
link-0501-7B/added_tokens.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</tool_call>": 151658,
|
| 3 |
+
"<tool_call>": 151657,
|
| 4 |
+
"<|box_end|>": 151649,
|
| 5 |
+
"<|box_start|>": 151648,
|
| 6 |
+
"<|endoftext|>": 151643,
|
| 7 |
+
"<|file_sep|>": 151664,
|
| 8 |
+
"<|fim_middle|>": 151660,
|
| 9 |
+
"<|fim_pad|>": 151662,
|
| 10 |
+
"<|fim_prefix|>": 151659,
|
| 11 |
+
"<|fim_suffix|>": 151661,
|
| 12 |
+
"<|im_end|>": 151645,
|
| 13 |
+
"<|im_start|>": 151644,
|
| 14 |
+
"<|image_pad|>": 151655,
|
| 15 |
+
"<|object_ref_end|>": 151647,
|
| 16 |
+
"<|object_ref_start|>": 151646,
|
| 17 |
+
"<|quad_end|>": 151651,
|
| 18 |
+
"<|quad_start|>": 151650,
|
| 19 |
+
"<|repo_name|>": 151663,
|
| 20 |
+
"<|video_pad|>": 151656,
|
| 21 |
+
"<|vision_end|>": 151653,
|
| 22 |
+
"<|vision_pad|>": 151654,
|
| 23 |
+
"<|vision_start|>": 151652
|
| 24 |
+
}
|
link-0501-7B/config.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "/home/xulilin/Qwen2.5-instruct-7B",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"Qwen2ForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": 151643,
|
| 8 |
+
"eos_token_id": 151645,
|
| 9 |
+
"hidden_act": "silu",
|
| 10 |
+
"hidden_size": 3584,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"intermediate_size": 18944,
|
| 13 |
+
"max_position_embeddings": 32768,
|
| 14 |
+
"max_window_layers": 28,
|
| 15 |
+
"model_type": "qwen2",
|
| 16 |
+
"num_attention_heads": 28,
|
| 17 |
+
"num_hidden_layers": 28,
|
| 18 |
+
"num_key_value_heads": 4,
|
| 19 |
+
"rms_norm_eps": 1e-06,
|
| 20 |
+
"rope_scaling": null,
|
| 21 |
+
"rope_theta": 1000000.0,
|
| 22 |
+
"sliding_window": null,
|
| 23 |
+
"tie_word_embeddings": false,
|
| 24 |
+
"torch_dtype": "bfloat16",
|
| 25 |
+
"transformers_version": "4.46.0",
|
| 26 |
+
"use_cache": true,
|
| 27 |
+
"use_sliding_window": false,
|
| 28 |
+
"vocab_size": 152064
|
| 29 |
+
}
|
link-0501-7B/generation_config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token_id": 151643,
|
| 3 |
+
"do_sample": true,
|
| 4 |
+
"eos_token_id": [
|
| 5 |
+
151645,
|
| 6 |
+
151643
|
| 7 |
+
],
|
| 8 |
+
"pad_token_id": 151643,
|
| 9 |
+
"repetition_penalty": 1.05,
|
| 10 |
+
"temperature": 0.7,
|
| 11 |
+
"top_k": 20,
|
| 12 |
+
"top_p": 0.8,
|
| 13 |
+
"transformers_version": "4.46.0"
|
| 14 |
+
}
|
link-0501-7B/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
link-0501-7B/model-00001-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d0b9880426be2b6f6373c3bcdfe545035f54c5f1e9f4ba652c9dbfe742a5ce2
|
| 3 |
+
size 4877660776
|
link-0501-7B/model-00002-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d077f95c10ded549daee0abe391ce8937223c4db354744f341a31b2c132a46de
|
| 3 |
+
size 4932751008
|
link-0501-7B/model-00003-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:57eee202e539fd4902ebc6214bd347c577430a11ca86e1f321c205e3ac5ea2cb
|
| 3 |
+
size 4330865200
|
link-0501-7B/model-00004-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a532a2b1ec0fecbbf56fcae776944466e4770b404e51cfed3aef624ba0e1c742
|
| 3 |
+
size 1089994880
|
link-0501-7B/model.safetensors.index.json
ADDED
|
@@ -0,0 +1,346 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 15231233024
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"lm_head.weight": "model-00004-of-00004.safetensors",
|
| 7 |
+
"model.embed_tokens.weight": "model-00001-of-00004.safetensors",
|
| 8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 13 |
+
"model.layers.0.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 15 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 17 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 18 |
+
"model.layers.0.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 19 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 20 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 21 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 22 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 23 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 24 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 25 |
+
"model.layers.1.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 26 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 27 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 28 |
+
"model.layers.1.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 29 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 30 |
+
"model.layers.1.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 31 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 32 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 33 |
+
"model.layers.10.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 34 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 35 |
+
"model.layers.10.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 36 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 37 |
+
"model.layers.10.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 38 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 39 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 40 |
+
"model.layers.10.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 41 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 42 |
+
"model.layers.10.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 43 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 44 |
+
"model.layers.11.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 45 |
+
"model.layers.11.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 46 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 47 |
+
"model.layers.11.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 48 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 49 |
+
"model.layers.11.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 50 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 51 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 52 |
+
"model.layers.11.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 53 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 54 |
+
"model.layers.11.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 55 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 56 |
+
"model.layers.12.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 57 |
+
"model.layers.12.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 58 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 59 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 60 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 61 |
+
"model.layers.12.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 62 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 63 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 64 |
+
"model.layers.12.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 65 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 66 |
+
"model.layers.12.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 67 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 68 |
+
"model.layers.13.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 69 |
+
"model.layers.13.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 70 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 71 |
+
"model.layers.13.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 72 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 73 |
+
"model.layers.13.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 74 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 75 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 76 |
+
"model.layers.13.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 77 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 78 |
+
"model.layers.13.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 79 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 80 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 81 |
+
"model.layers.14.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 82 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 83 |
+
"model.layers.14.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 84 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 85 |
+
"model.layers.14.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 86 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 87 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 88 |
+
"model.layers.14.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 89 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 90 |
+
"model.layers.14.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 91 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 92 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 93 |
+
"model.layers.15.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 94 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 95 |
+
"model.layers.15.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 96 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 97 |
+
"model.layers.15.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 98 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 99 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 100 |
+
"model.layers.15.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 101 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 102 |
+
"model.layers.15.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 103 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 104 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 105 |
+
"model.layers.16.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 106 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 107 |
+
"model.layers.16.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 108 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 109 |
+
"model.layers.16.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 110 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 111 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 112 |
+
"model.layers.16.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 113 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 114 |
+
"model.layers.16.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 115 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 116 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 117 |
+
"model.layers.17.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 118 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 119 |
+
"model.layers.17.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 120 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 121 |
+
"model.layers.17.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 122 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 123 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 124 |
+
"model.layers.17.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 125 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 126 |
+
"model.layers.17.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 127 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 128 |
+
"model.layers.18.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 129 |
+
"model.layers.18.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 130 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 131 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 132 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 133 |
+
"model.layers.18.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 134 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 135 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 136 |
+
"model.layers.18.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 137 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 138 |
+
"model.layers.18.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 139 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 140 |
+
"model.layers.19.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 141 |
+
"model.layers.19.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 142 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 143 |
+
"model.layers.19.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 144 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 145 |
+
"model.layers.19.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 146 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 147 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 148 |
+
"model.layers.19.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 149 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 150 |
+
"model.layers.19.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 151 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 152 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 153 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 154 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 155 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 156 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 157 |
+
"model.layers.2.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 158 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 159 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 160 |
+
"model.layers.2.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 161 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 162 |
+
"model.layers.2.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 163 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 164 |
+
"model.layers.20.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 165 |
+
"model.layers.20.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 166 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 167 |
+
"model.layers.20.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 168 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 169 |
+
"model.layers.20.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 170 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 171 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 172 |
+
"model.layers.20.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 173 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 174 |
+
"model.layers.20.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 175 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 176 |
+
"model.layers.21.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 177 |
+
"model.layers.21.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 178 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 179 |
+
"model.layers.21.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 180 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 181 |
+
"model.layers.21.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 182 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 183 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 184 |
+
"model.layers.21.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 185 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 186 |
+
"model.layers.21.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 187 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 188 |
+
"model.layers.22.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 189 |
+
"model.layers.22.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 190 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 191 |
+
"model.layers.22.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 192 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 193 |
+
"model.layers.22.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 194 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 195 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 196 |
+
"model.layers.22.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 197 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 198 |
+
"model.layers.22.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 199 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 200 |
+
"model.layers.23.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 201 |
+
"model.layers.23.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 202 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 203 |
+
"model.layers.23.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 204 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 205 |
+
"model.layers.23.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 206 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 207 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 208 |
+
"model.layers.23.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 209 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 210 |
+
"model.layers.23.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 211 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 212 |
+
"model.layers.24.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 213 |
+
"model.layers.24.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 214 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 215 |
+
"model.layers.24.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 216 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 217 |
+
"model.layers.24.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 218 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 219 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 220 |
+
"model.layers.24.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 221 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 222 |
+
"model.layers.24.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 223 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 224 |
+
"model.layers.25.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 225 |
+
"model.layers.25.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 226 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 227 |
+
"model.layers.25.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 228 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 229 |
+
"model.layers.25.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 230 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 231 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 232 |
+
"model.layers.25.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 233 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 234 |
+
"model.layers.25.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 235 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 236 |
+
"model.layers.26.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 237 |
+
"model.layers.26.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 238 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 239 |
+
"model.layers.26.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 240 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 241 |
+
"model.layers.26.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 242 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 243 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 244 |
+
"model.layers.26.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 245 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 246 |
+
"model.layers.26.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 247 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 248 |
+
"model.layers.27.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 249 |
+
"model.layers.27.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 250 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 251 |
+
"model.layers.27.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 252 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 253 |
+
"model.layers.27.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 254 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 255 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 256 |
+
"model.layers.27.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 257 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 258 |
+
"model.layers.27.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 259 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 260 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 261 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 262 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 263 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 264 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 265 |
+
"model.layers.3.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 266 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 267 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 268 |
+
"model.layers.3.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 269 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 270 |
+
"model.layers.3.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 271 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 272 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 273 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 274 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 275 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 276 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 277 |
+
"model.layers.4.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 278 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 279 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 280 |
+
"model.layers.4.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 281 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 282 |
+
"model.layers.4.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 283 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 284 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 285 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 286 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 287 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 288 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 289 |
+
"model.layers.5.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 290 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 291 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 292 |
+
"model.layers.5.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 293 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 294 |
+
"model.layers.5.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 295 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 296 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 297 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 298 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 299 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 300 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 301 |
+
"model.layers.6.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 302 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 303 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 304 |
+
"model.layers.6.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 305 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 306 |
+
"model.layers.6.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 307 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 308 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 309 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 310 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 311 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 312 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 313 |
+
"model.layers.7.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 314 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 315 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 316 |
+
"model.layers.7.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 317 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 318 |
+
"model.layers.7.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 319 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 320 |
+
"model.layers.8.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 321 |
+
"model.layers.8.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 322 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 323 |
+
"model.layers.8.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 324 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 325 |
+
"model.layers.8.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 326 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 327 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 328 |
+
"model.layers.8.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 329 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 330 |
+
"model.layers.8.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 331 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 332 |
+
"model.layers.9.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 333 |
+
"model.layers.9.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 334 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 335 |
+
"model.layers.9.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 336 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 337 |
+
"model.layers.9.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 338 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 339 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 340 |
+
"model.layers.9.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 341 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 342 |
+
"model.layers.9.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 343 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 344 |
+
"model.norm.weight": "model-00003-of-00004.safetensors"
|
| 345 |
+
}
|
| 346 |
+
}
|
link-0501-7B/runs/May01_21-44-49_ubuntu-Super-Server/events.out.tfevents.1746107156.ubuntu-Super-Server
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ae8517dbbf9ecb32cb2a83867bde45c9ec801c3aef88200e95efc05039c55c61
|
| 3 |
+
size 64045
|
link-0501-7B/special_tokens_map.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
{
|
| 4 |
+
"content": "<|im_end|>",
|
| 5 |
+
"lstrip": false,
|
| 6 |
+
"normalized": false,
|
| 7 |
+
"rstrip": false,
|
| 8 |
+
"single_word": false
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"content": "<|im_start|>",
|
| 12 |
+
"lstrip": false,
|
| 13 |
+
"normalized": false,
|
| 14 |
+
"rstrip": false,
|
| 15 |
+
"single_word": false
|
| 16 |
+
}
|
| 17 |
+
],
|
| 18 |
+
"eos_token": {
|
| 19 |
+
"content": "<|im_end|>",
|
| 20 |
+
"lstrip": false,
|
| 21 |
+
"normalized": false,
|
| 22 |
+
"rstrip": false,
|
| 23 |
+
"single_word": false
|
| 24 |
+
},
|
| 25 |
+
"pad_token": {
|
| 26 |
+
"content": "<|endoftext|>",
|
| 27 |
+
"lstrip": false,
|
| 28 |
+
"normalized": false,
|
| 29 |
+
"rstrip": false,
|
| 30 |
+
"single_word": false
|
| 31 |
+
}
|
| 32 |
+
}
|
link-0501-7B/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
|
| 3 |
+
size 11421896
|
link-0501-7B/tokenizer_config.json
ADDED
|
@@ -0,0 +1,198 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_prefix_space": false,
|
| 4 |
+
"added_tokens_decoder": {
|
| 5 |
+
"151643": {
|
| 6 |
+
"content": "<|endoftext|>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"151644": {
|
| 14 |
+
"content": "<|im_start|>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"special": true
|
| 20 |
+
},
|
| 21 |
+
"151645": {
|
| 22 |
+
"content": "<|im_end|>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"special": true
|
| 28 |
+
},
|
| 29 |
+
"151646": {
|
| 30 |
+
"content": "<|object_ref_start|>",
|
| 31 |
+
"lstrip": false,
|
| 32 |
+
"normalized": false,
|
| 33 |
+
"rstrip": false,
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"special": true
|
| 36 |
+
},
|
| 37 |
+
"151647": {
|
| 38 |
+
"content": "<|object_ref_end|>",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": false,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": false,
|
| 43 |
+
"special": true
|
| 44 |
+
},
|
| 45 |
+
"151648": {
|
| 46 |
+
"content": "<|box_start|>",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": false,
|
| 51 |
+
"special": true
|
| 52 |
+
},
|
| 53 |
+
"151649": {
|
| 54 |
+
"content": "<|box_end|>",
|
| 55 |
+
"lstrip": false,
|
| 56 |
+
"normalized": false,
|
| 57 |
+
"rstrip": false,
|
| 58 |
+
"single_word": false,
|
| 59 |
+
"special": true
|
| 60 |
+
},
|
| 61 |
+
"151650": {
|
| 62 |
+
"content": "<|quad_start|>",
|
| 63 |
+
"lstrip": false,
|
| 64 |
+
"normalized": false,
|
| 65 |
+
"rstrip": false,
|
| 66 |
+
"single_word": false,
|
| 67 |
+
"special": true
|
| 68 |
+
},
|
| 69 |
+
"151651": {
|
| 70 |
+
"content": "<|quad_end|>",
|
| 71 |
+
"lstrip": false,
|
| 72 |
+
"normalized": false,
|
| 73 |
+
"rstrip": false,
|
| 74 |
+
"single_word": false,
|
| 75 |
+
"special": true
|
| 76 |
+
},
|
| 77 |
+
"151652": {
|
| 78 |
+
"content": "<|vision_start|>",
|
| 79 |
+
"lstrip": false,
|
| 80 |
+
"normalized": false,
|
| 81 |
+
"rstrip": false,
|
| 82 |
+
"single_word": false,
|
| 83 |
+
"special": true
|
| 84 |
+
},
|
| 85 |
+
"151653": {
|
| 86 |
+
"content": "<|vision_end|>",
|
| 87 |
+
"lstrip": false,
|
| 88 |
+
"normalized": false,
|
| 89 |
+
"rstrip": false,
|
| 90 |
+
"single_word": false,
|
| 91 |
+
"special": true
|
| 92 |
+
},
|
| 93 |
+
"151654": {
|
| 94 |
+
"content": "<|vision_pad|>",
|
| 95 |
+
"lstrip": false,
|
| 96 |
+
"normalized": false,
|
| 97 |
+
"rstrip": false,
|
| 98 |
+
"single_word": false,
|
| 99 |
+
"special": true
|
| 100 |
+
},
|
| 101 |
+
"151655": {
|
| 102 |
+
"content": "<|image_pad|>",
|
| 103 |
+
"lstrip": false,
|
| 104 |
+
"normalized": false,
|
| 105 |
+
"rstrip": false,
|
| 106 |
+
"single_word": false,
|
| 107 |
+
"special": true
|
| 108 |
+
},
|
| 109 |
+
"151656": {
|
| 110 |
+
"content": "<|video_pad|>",
|
| 111 |
+
"lstrip": false,
|
| 112 |
+
"normalized": false,
|
| 113 |
+
"rstrip": false,
|
| 114 |
+
"single_word": false,
|
| 115 |
+
"special": true
|
| 116 |
+
},
|
| 117 |
+
"151657": {
|
| 118 |
+
"content": "<tool_call>",
|
| 119 |
+
"lstrip": false,
|
| 120 |
+
"normalized": false,
|
| 121 |
+
"rstrip": false,
|
| 122 |
+
"single_word": false,
|
| 123 |
+
"special": false
|
| 124 |
+
},
|
| 125 |
+
"151658": {
|
| 126 |
+
"content": "</tool_call>",
|
| 127 |
+
"lstrip": false,
|
| 128 |
+
"normalized": false,
|
| 129 |
+
"rstrip": false,
|
| 130 |
+
"single_word": false,
|
| 131 |
+
"special": false
|
| 132 |
+
},
|
| 133 |
+
"151659": {
|
| 134 |
+
"content": "<|fim_prefix|>",
|
| 135 |
+
"lstrip": false,
|
| 136 |
+
"normalized": false,
|
| 137 |
+
"rstrip": false,
|
| 138 |
+
"single_word": false,
|
| 139 |
+
"special": false
|
| 140 |
+
},
|
| 141 |
+
"151660": {
|
| 142 |
+
"content": "<|fim_middle|>",
|
| 143 |
+
"lstrip": false,
|
| 144 |
+
"normalized": false,
|
| 145 |
+
"rstrip": false,
|
| 146 |
+
"single_word": false,
|
| 147 |
+
"special": false
|
| 148 |
+
},
|
| 149 |
+
"151661": {
|
| 150 |
+
"content": "<|fim_suffix|>",
|
| 151 |
+
"lstrip": false,
|
| 152 |
+
"normalized": false,
|
| 153 |
+
"rstrip": false,
|
| 154 |
+
"single_word": false,
|
| 155 |
+
"special": false
|
| 156 |
+
},
|
| 157 |
+
"151662": {
|
| 158 |
+
"content": "<|fim_pad|>",
|
| 159 |
+
"lstrip": false,
|
| 160 |
+
"normalized": false,
|
| 161 |
+
"rstrip": false,
|
| 162 |
+
"single_word": false,
|
| 163 |
+
"special": false
|
| 164 |
+
},
|
| 165 |
+
"151663": {
|
| 166 |
+
"content": "<|repo_name|>",
|
| 167 |
+
"lstrip": false,
|
| 168 |
+
"normalized": false,
|
| 169 |
+
"rstrip": false,
|
| 170 |
+
"single_word": false,
|
| 171 |
+
"special": false
|
| 172 |
+
},
|
| 173 |
+
"151664": {
|
| 174 |
+
"content": "<|file_sep|>",
|
| 175 |
+
"lstrip": false,
|
| 176 |
+
"normalized": false,
|
| 177 |
+
"rstrip": false,
|
| 178 |
+
"single_word": false,
|
| 179 |
+
"special": false
|
| 180 |
+
}
|
| 181 |
+
},
|
| 182 |
+
"additional_special_tokens": [
|
| 183 |
+
"<|im_end|>",
|
| 184 |
+
"<|im_start|>"
|
| 185 |
+
],
|
| 186 |
+
"bos_token": null,
|
| 187 |
+
"chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\n\\n# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
|
| 188 |
+
"clean_up_tokenization_spaces": false,
|
| 189 |
+
"eos_token": "<|im_end|>",
|
| 190 |
+
"errors": "replace",
|
| 191 |
+
"model_max_length": 2048,
|
| 192 |
+
"pad_token": "<|endoftext|>",
|
| 193 |
+
"padding_side": "right",
|
| 194 |
+
"split_special_tokens": false,
|
| 195 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 196 |
+
"truncation": true,
|
| 197 |
+
"unk_token": null
|
| 198 |
+
}
|
link-0501-7B/trainer_state.json
ADDED
|
@@ -0,0 +1,1995 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 2.976,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 279,
|
| 7 |
+
"is_hyper_param_search": false,
|
| 8 |
+
"is_local_process_zero": true,
|
| 9 |
+
"is_world_process_zero": true,
|
| 10 |
+
"log_history": [
|
| 11 |
+
{
|
| 12 |
+
"epoch": 0.010666666666666666,
|
| 13 |
+
"grad_norm": 11.754026412963867,
|
| 14 |
+
"learning_rate": 0.0,
|
| 15 |
+
"loss": 0.3055,
|
| 16 |
+
"step": 1
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 0.021333333333333333,
|
| 20 |
+
"grad_norm": 168.7552032470703,
|
| 21 |
+
"learning_rate": 7.525749891599529e-06,
|
| 22 |
+
"loss": 0.3533,
|
| 23 |
+
"step": 2
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"epoch": 0.032,
|
| 27 |
+
"grad_norm": 186.65489196777344,
|
| 28 |
+
"learning_rate": 1.192803136799156e-05,
|
| 29 |
+
"loss": 0.3818,
|
| 30 |
+
"step": 3
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"epoch": 0.042666666666666665,
|
| 34 |
+
"grad_norm": 8.70337200164795,
|
| 35 |
+
"learning_rate": 1.5051499783199057e-05,
|
| 36 |
+
"loss": 0.233,
|
| 37 |
+
"step": 4
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"epoch": 0.05333333333333334,
|
| 41 |
+
"grad_norm": 18.427181243896484,
|
| 42 |
+
"learning_rate": 1.7474250108400467e-05,
|
| 43 |
+
"loss": 0.5997,
|
| 44 |
+
"step": 5
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"epoch": 0.064,
|
| 48 |
+
"grad_norm": 10.40682315826416,
|
| 49 |
+
"learning_rate": 1.945378125959109e-05,
|
| 50 |
+
"loss": 0.1481,
|
| 51 |
+
"step": 6
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"epoch": 0.07466666666666667,
|
| 55 |
+
"grad_norm": 2.7625439167022705,
|
| 56 |
+
"learning_rate": 2.1127451000356418e-05,
|
| 57 |
+
"loss": 0.071,
|
| 58 |
+
"step": 7
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"epoch": 0.08533333333333333,
|
| 62 |
+
"grad_norm": 1.7677353620529175,
|
| 63 |
+
"learning_rate": 2.2577249674798584e-05,
|
| 64 |
+
"loss": 0.0424,
|
| 65 |
+
"step": 8
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"epoch": 0.096,
|
| 69 |
+
"grad_norm": 191.71823120117188,
|
| 70 |
+
"learning_rate": 2.385606273598312e-05,
|
| 71 |
+
"loss": 0.068,
|
| 72 |
+
"step": 9
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"epoch": 0.10666666666666667,
|
| 76 |
+
"grad_norm": 4.576934337615967,
|
| 77 |
+
"learning_rate": 2.4999999999999998e-05,
|
| 78 |
+
"loss": 0.0876,
|
| 79 |
+
"step": 10
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"epoch": 0.11733333333333333,
|
| 83 |
+
"grad_norm": 2.2950680255889893,
|
| 84 |
+
"learning_rate": 2.6034817128955623e-05,
|
| 85 |
+
"loss": 0.0549,
|
| 86 |
+
"step": 11
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"epoch": 0.128,
|
| 90 |
+
"grad_norm": 1.4517072439193726,
|
| 91 |
+
"learning_rate": 2.6979531151190617e-05,
|
| 92 |
+
"loss": 0.0306,
|
| 93 |
+
"step": 12
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"epoch": 0.13866666666666666,
|
| 97 |
+
"grad_norm": 1.2535955905914307,
|
| 98 |
+
"learning_rate": 2.7848583807670913e-05,
|
| 99 |
+
"loss": 0.0316,
|
| 100 |
+
"step": 13
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"epoch": 0.14933333333333335,
|
| 104 |
+
"grad_norm": 0.7079260945320129,
|
| 105 |
+
"learning_rate": 2.8653200891955945e-05,
|
| 106 |
+
"loss": 0.0226,
|
| 107 |
+
"step": 14
|
| 108 |
+
},
|
| 109 |
+
{
|
| 110 |
+
"epoch": 0.16,
|
| 111 |
+
"grad_norm": 0.4892561435699463,
|
| 112 |
+
"learning_rate": 2.940228147639203e-05,
|
| 113 |
+
"loss": 0.0123,
|
| 114 |
+
"step": 15
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"epoch": 0.17066666666666666,
|
| 118 |
+
"grad_norm": 1.0918864011764526,
|
| 119 |
+
"learning_rate": 3.0102999566398115e-05,
|
| 120 |
+
"loss": 0.0176,
|
| 121 |
+
"step": 16
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"epoch": 0.18133333333333335,
|
| 125 |
+
"grad_norm": 1.0043039321899414,
|
| 126 |
+
"learning_rate": 3.076122303445685e-05,
|
| 127 |
+
"loss": 0.0178,
|
| 128 |
+
"step": 17
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"epoch": 0.192,
|
| 132 |
+
"grad_norm": 0.5436441898345947,
|
| 133 |
+
"learning_rate": 3.1381812627582646e-05,
|
| 134 |
+
"loss": 0.015,
|
| 135 |
+
"step": 18
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"epoch": 0.20266666666666666,
|
| 139 |
+
"grad_norm": 1.5427027940750122,
|
| 140 |
+
"learning_rate": 3.1968840023820715e-05,
|
| 141 |
+
"loss": 0.0095,
|
| 142 |
+
"step": 19
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"epoch": 0.21333333333333335,
|
| 146 |
+
"grad_norm": 0.7236639857292175,
|
| 147 |
+
"learning_rate": 3.2525749891599525e-05,
|
| 148 |
+
"loss": 0.0092,
|
| 149 |
+
"step": 20
|
| 150 |
+
},
|
| 151 |
+
{
|
| 152 |
+
"epoch": 0.224,
|
| 153 |
+
"grad_norm": 0.37848928570747375,
|
| 154 |
+
"learning_rate": 3.305548236834798e-05,
|
| 155 |
+
"loss": 0.0055,
|
| 156 |
+
"step": 21
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"epoch": 0.23466666666666666,
|
| 160 |
+
"grad_norm": 0.561617374420166,
|
| 161 |
+
"learning_rate": 3.3560567020555153e-05,
|
| 162 |
+
"loss": 0.0089,
|
| 163 |
+
"step": 22
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"epoch": 0.24533333333333332,
|
| 167 |
+
"grad_norm": 0.6394134759902954,
|
| 168 |
+
"learning_rate": 3.404319590043982e-05,
|
| 169 |
+
"loss": 0.0077,
|
| 170 |
+
"step": 23
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"epoch": 0.256,
|
| 174 |
+
"grad_norm": 0.33990687131881714,
|
| 175 |
+
"learning_rate": 3.450528104279015e-05,
|
| 176 |
+
"loss": 0.0036,
|
| 177 |
+
"step": 24
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"epoch": 0.26666666666666666,
|
| 181 |
+
"grad_norm": 0.16947203874588013,
|
| 182 |
+
"learning_rate": 3.4948500216800935e-05,
|
| 183 |
+
"loss": 0.0015,
|
| 184 |
+
"step": 25
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"epoch": 0.2773333333333333,
|
| 188 |
+
"grad_norm": 0.5070152878761292,
|
| 189 |
+
"learning_rate": 3.537433369927044e-05,
|
| 190 |
+
"loss": 0.005,
|
| 191 |
+
"step": 26
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"epoch": 0.288,
|
| 195 |
+
"grad_norm": 0.2414875030517578,
|
| 196 |
+
"learning_rate": 3.578409410397468e-05,
|
| 197 |
+
"loss": 0.0036,
|
| 198 |
+
"step": 27
|
| 199 |
+
},
|
| 200 |
+
{
|
| 201 |
+
"epoch": 0.2986666666666667,
|
| 202 |
+
"grad_norm": 0.7398623824119568,
|
| 203 |
+
"learning_rate": 3.6178950783555475e-05,
|
| 204 |
+
"loss": 0.003,
|
| 205 |
+
"step": 28
|
| 206 |
+
},
|
| 207 |
+
{
|
| 208 |
+
"epoch": 0.30933333333333335,
|
| 209 |
+
"grad_norm": 1.3114838600158691,
|
| 210 |
+
"learning_rate": 3.65599499474739e-05,
|
| 211 |
+
"loss": 0.0231,
|
| 212 |
+
"step": 29
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"epoch": 0.32,
|
| 216 |
+
"grad_norm": 0.7240581512451172,
|
| 217 |
+
"learning_rate": 3.6928031367991554e-05,
|
| 218 |
+
"loss": 0.0181,
|
| 219 |
+
"step": 30
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"epoch": 0.33066666666666666,
|
| 223 |
+
"grad_norm": 0.4996863901615143,
|
| 224 |
+
"learning_rate": 3.728404234585681e-05,
|
| 225 |
+
"loss": 0.0187,
|
| 226 |
+
"step": 31
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"epoch": 0.3413333333333333,
|
| 230 |
+
"grad_norm": 1.1202421188354492,
|
| 231 |
+
"learning_rate": 3.762874945799765e-05,
|
| 232 |
+
"loss": 0.0104,
|
| 233 |
+
"step": 32
|
| 234 |
+
},
|
| 235 |
+
{
|
| 236 |
+
"epoch": 0.352,
|
| 237 |
+
"grad_norm": 0.6726235747337341,
|
| 238 |
+
"learning_rate": 3.796284849694718e-05,
|
| 239 |
+
"loss": 0.0076,
|
| 240 |
+
"step": 33
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"epoch": 0.3626666666666667,
|
| 244 |
+
"grad_norm": 0.5757638812065125,
|
| 245 |
+
"learning_rate": 3.8286972926056376e-05,
|
| 246 |
+
"loss": 0.0092,
|
| 247 |
+
"step": 34
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"epoch": 0.37333333333333335,
|
| 251 |
+
"grad_norm": 4.56654691696167,
|
| 252 |
+
"learning_rate": 3.8601701108756885e-05,
|
| 253 |
+
"loss": 0.0033,
|
| 254 |
+
"step": 35
|
| 255 |
+
},
|
| 256 |
+
{
|
| 257 |
+
"epoch": 0.384,
|
| 258 |
+
"grad_norm": 0.46551939845085144,
|
| 259 |
+
"learning_rate": 3.890756251918218e-05,
|
| 260 |
+
"loss": 0.0062,
|
| 261 |
+
"step": 36
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"epoch": 0.39466666666666667,
|
| 265 |
+
"grad_norm": 0.17347362637519836,
|
| 266 |
+
"learning_rate": 3.920504310167487e-05,
|
| 267 |
+
"loss": 0.0015,
|
| 268 |
+
"step": 37
|
| 269 |
+
},
|
| 270 |
+
{
|
| 271 |
+
"epoch": 0.4053333333333333,
|
| 272 |
+
"grad_norm": 0.6298040747642517,
|
| 273 |
+
"learning_rate": 3.949458991542025e-05,
|
| 274 |
+
"loss": 0.0035,
|
| 275 |
+
"step": 38
|
| 276 |
+
},
|
| 277 |
+
{
|
| 278 |
+
"epoch": 0.416,
|
| 279 |
+
"grad_norm": 0.46180495619773865,
|
| 280 |
+
"learning_rate": 3.977661517566247e-05,
|
| 281 |
+
"loss": 0.0034,
|
| 282 |
+
"step": 39
|
| 283 |
+
},
|
| 284 |
+
{
|
| 285 |
+
"epoch": 0.4266666666666667,
|
| 286 |
+
"grad_norm": 0.22213543951511383,
|
| 287 |
+
"learning_rate": 4.005149978319905e-05,
|
| 288 |
+
"loss": 0.0059,
|
| 289 |
+
"step": 40
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"epoch": 0.43733333333333335,
|
| 293 |
+
"grad_norm": 0.26860398054122925,
|
| 294 |
+
"learning_rate": 4.031959641799338e-05,
|
| 295 |
+
"loss": 0.0046,
|
| 296 |
+
"step": 41
|
| 297 |
+
},
|
| 298 |
+
{
|
| 299 |
+
"epoch": 0.448,
|
| 300 |
+
"grad_norm": 0.07143426686525345,
|
| 301 |
+
"learning_rate": 4.058123225994751e-05,
|
| 302 |
+
"loss": 0.0005,
|
| 303 |
+
"step": 42
|
| 304 |
+
},
|
| 305 |
+
{
|
| 306 |
+
"epoch": 0.45866666666666667,
|
| 307 |
+
"grad_norm": 0.39327096939086914,
|
| 308 |
+
"learning_rate": 4.0836711389489654e-05,
|
| 309 |
+
"loss": 0.0025,
|
| 310 |
+
"step": 43
|
| 311 |
+
},
|
| 312 |
+
{
|
| 313 |
+
"epoch": 0.4693333333333333,
|
| 314 |
+
"grad_norm": 0.18292081356048584,
|
| 315 |
+
"learning_rate": 4.108631691215468e-05,
|
| 316 |
+
"loss": 0.0011,
|
| 317 |
+
"step": 44
|
| 318 |
+
},
|
| 319 |
+
{
|
| 320 |
+
"epoch": 0.48,
|
| 321 |
+
"grad_norm": 0.2323281168937683,
|
| 322 |
+
"learning_rate": 4.133031284438358e-05,
|
| 323 |
+
"loss": 0.0042,
|
| 324 |
+
"step": 45
|
| 325 |
+
},
|
| 326 |
+
{
|
| 327 |
+
"epoch": 0.49066666666666664,
|
| 328 |
+
"grad_norm": 0.1796242743730545,
|
| 329 |
+
"learning_rate": 4.156894579203935e-05,
|
| 330 |
+
"loss": 0.0029,
|
| 331 |
+
"step": 46
|
| 332 |
+
},
|
| 333 |
+
{
|
| 334 |
+
"epoch": 0.5013333333333333,
|
| 335 |
+
"grad_norm": 0.2503258287906647,
|
| 336 |
+
"learning_rate": 4.180244644839293e-05,
|
| 337 |
+
"loss": 0.0014,
|
| 338 |
+
"step": 47
|
| 339 |
+
},
|
| 340 |
+
{
|
| 341 |
+
"epoch": 0.512,
|
| 342 |
+
"grad_norm": 0.4935305714607239,
|
| 343 |
+
"learning_rate": 4.203103093438968e-05,
|
| 344 |
+
"loss": 0.0045,
|
| 345 |
+
"step": 48
|
| 346 |
+
},
|
| 347 |
+
{
|
| 348 |
+
"epoch": 0.5226666666666666,
|
| 349 |
+
"grad_norm": 0.09073633700609207,
|
| 350 |
+
"learning_rate": 4.2254902000712836e-05,
|
| 351 |
+
"loss": 0.0022,
|
| 352 |
+
"step": 49
|
| 353 |
+
},
|
| 354 |
+
{
|
| 355 |
+
"epoch": 0.5333333333333333,
|
| 356 |
+
"grad_norm": 18.01141929626465,
|
| 357 |
+
"learning_rate": 4.247425010840046e-05,
|
| 358 |
+
"loss": 0.0066,
|
| 359 |
+
"step": 50
|
| 360 |
+
},
|
| 361 |
+
{
|
| 362 |
+
"epoch": 0.544,
|
| 363 |
+
"grad_norm": 10.438459396362305,
|
| 364 |
+
"learning_rate": 4.2689254402448405e-05,
|
| 365 |
+
"loss": 0.0033,
|
| 366 |
+
"step": 51
|
| 367 |
+
},
|
| 368 |
+
{
|
| 369 |
+
"epoch": 0.5546666666666666,
|
| 370 |
+
"grad_norm": 0.7780687808990479,
|
| 371 |
+
"learning_rate": 4.290008359086998e-05,
|
| 372 |
+
"loss": 0.0065,
|
| 373 |
+
"step": 52
|
| 374 |
+
},
|
| 375 |
+
{
|
| 376 |
+
"epoch": 0.5653333333333334,
|
| 377 |
+
"grad_norm": 1.873307704925537,
|
| 378 |
+
"learning_rate": 4.310689674001973e-05,
|
| 379 |
+
"loss": 0.0077,
|
| 380 |
+
"step": 53
|
| 381 |
+
},
|
| 382 |
+
{
|
| 383 |
+
"epoch": 0.576,
|
| 384 |
+
"grad_norm": 0.2861614227294922,
|
| 385 |
+
"learning_rate": 4.330984399557421e-05,
|
| 386 |
+
"loss": 0.0025,
|
| 387 |
+
"step": 54
|
| 388 |
+
},
|
| 389 |
+
{
|
| 390 |
+
"epoch": 0.5866666666666667,
|
| 391 |
+
"grad_norm": 0.3399127721786499,
|
| 392 |
+
"learning_rate": 4.350906723735609e-05,
|
| 393 |
+
"loss": 0.0064,
|
| 394 |
+
"step": 55
|
| 395 |
+
},
|
| 396 |
+
{
|
| 397 |
+
"epoch": 0.5973333333333334,
|
| 398 |
+
"grad_norm": 0.1241474598646164,
|
| 399 |
+
"learning_rate": 4.370470067515501e-05,
|
| 400 |
+
"loss": 0.0013,
|
| 401 |
+
"step": 56
|
| 402 |
+
},
|
| 403 |
+
{
|
| 404 |
+
"epoch": 0.608,
|
| 405 |
+
"grad_norm": 0.9950242638587952,
|
| 406 |
+
"learning_rate": 4.3896871391812285e-05,
|
| 407 |
+
"loss": 0.0078,
|
| 408 |
+
"step": 57
|
| 409 |
+
},
|
| 410 |
+
{
|
| 411 |
+
"epoch": 0.6186666666666667,
|
| 412 |
+
"grad_norm": 0.4737244248390198,
|
| 413 |
+
"learning_rate": 4.408569983907343e-05,
|
| 414 |
+
"loss": 0.0052,
|
| 415 |
+
"step": 58
|
| 416 |
+
},
|
| 417 |
+
{
|
| 418 |
+
"epoch": 0.6293333333333333,
|
| 419 |
+
"grad_norm": 0.2054540067911148,
|
| 420 |
+
"learning_rate": 4.42713002910536e-05,
|
| 421 |
+
"loss": 0.0017,
|
| 422 |
+
"step": 59
|
| 423 |
+
},
|
| 424 |
+
{
|
| 425 |
+
"epoch": 0.64,
|
| 426 |
+
"grad_norm": 10.90045166015625,
|
| 427 |
+
"learning_rate": 4.445378125959108e-05,
|
| 428 |
+
"loss": 0.058,
|
| 429 |
+
"step": 60
|
| 430 |
+
},
|
| 431 |
+
{
|
| 432 |
+
"epoch": 0.6506666666666666,
|
| 433 |
+
"grad_norm": 10.06686782836914,
|
| 434 |
+
"learning_rate": 4.463324587526917e-05,
|
| 435 |
+
"loss": 0.013,
|
| 436 |
+
"step": 61
|
| 437 |
+
},
|
| 438 |
+
{
|
| 439 |
+
"epoch": 0.6613333333333333,
|
| 440 |
+
"grad_norm": 1.0619251728057861,
|
| 441 |
+
"learning_rate": 4.4809792237456346e-05,
|
| 442 |
+
"loss": 0.0136,
|
| 443 |
+
"step": 62
|
| 444 |
+
},
|
| 445 |
+
{
|
| 446 |
+
"epoch": 0.672,
|
| 447 |
+
"grad_norm": 0.42734405398368835,
|
| 448 |
+
"learning_rate": 4.498351373633954e-05,
|
| 449 |
+
"loss": 0.0082,
|
| 450 |
+
"step": 63
|
| 451 |
+
},
|
| 452 |
+
{
|
| 453 |
+
"epoch": 0.6826666666666666,
|
| 454 |
+
"grad_norm": 0.3401489555835724,
|
| 455 |
+
"learning_rate": 4.515449934959717e-05,
|
| 456 |
+
"loss": 0.0047,
|
| 457 |
+
"step": 64
|
| 458 |
+
},
|
| 459 |
+
{
|
| 460 |
+
"epoch": 0.6933333333333334,
|
| 461 |
+
"grad_norm": 0.436235636472702,
|
| 462 |
+
"learning_rate": 4.532283391607138e-05,
|
| 463 |
+
"loss": 0.0033,
|
| 464 |
+
"step": 65
|
| 465 |
+
},
|
| 466 |
+
{
|
| 467 |
+
"epoch": 0.704,
|
| 468 |
+
"grad_norm": 0.16111600399017334,
|
| 469 |
+
"learning_rate": 4.548859838854671e-05,
|
| 470 |
+
"loss": 0.0026,
|
| 471 |
+
"step": 66
|
| 472 |
+
},
|
| 473 |
+
{
|
| 474 |
+
"epoch": 0.7146666666666667,
|
| 475 |
+
"grad_norm": 0.4501577317714691,
|
| 476 |
+
"learning_rate": 4.565187006752065e-05,
|
| 477 |
+
"loss": 0.0027,
|
| 478 |
+
"step": 67
|
| 479 |
+
},
|
| 480 |
+
{
|
| 481 |
+
"epoch": 0.7253333333333334,
|
| 482 |
+
"grad_norm": 0.13672642409801483,
|
| 483 |
+
"learning_rate": 4.581272281765591e-05,
|
| 484 |
+
"loss": 0.0028,
|
| 485 |
+
"step": 68
|
| 486 |
+
},
|
| 487 |
+
{
|
| 488 |
+
"epoch": 0.736,
|
| 489 |
+
"grad_norm": 0.1461324542760849,
|
| 490 |
+
"learning_rate": 4.597122726843138e-05,
|
| 491 |
+
"loss": 0.0004,
|
| 492 |
+
"step": 69
|
| 493 |
+
},
|
| 494 |
+
{
|
| 495 |
+
"epoch": 0.7466666666666667,
|
| 496 |
+
"grad_norm": 1.918027400970459,
|
| 497 |
+
"learning_rate": 4.612745100035642e-05,
|
| 498 |
+
"loss": 0.0071,
|
| 499 |
+
"step": 70
|
| 500 |
+
},
|
| 501 |
+
{
|
| 502 |
+
"epoch": 0.7573333333333333,
|
| 503 |
+
"grad_norm": 0.15455181896686554,
|
| 504 |
+
"learning_rate": 4.628145871797688e-05,
|
| 505 |
+
"loss": 0.0006,
|
| 506 |
+
"step": 71
|
| 507 |
+
},
|
| 508 |
+
{
|
| 509 |
+
"epoch": 0.768,
|
| 510 |
+
"grad_norm": 3.5162384510040283,
|
| 511 |
+
"learning_rate": 4.643331241078171e-05,
|
| 512 |
+
"loss": 0.0164,
|
| 513 |
+
"step": 72
|
| 514 |
+
},
|
| 515 |
+
{
|
| 516 |
+
"epoch": 0.7786666666666666,
|
| 517 |
+
"grad_norm": 0.21477486193180084,
|
| 518 |
+
"learning_rate": 4.658307150301139e-05,
|
| 519 |
+
"loss": 0.0016,
|
| 520 |
+
"step": 73
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"epoch": 0.7893333333333333,
|
| 524 |
+
"grad_norm": 2.651820421218872,
|
| 525 |
+
"learning_rate": 4.67307929932744e-05,
|
| 526 |
+
"loss": 0.0014,
|
| 527 |
+
"step": 74
|
| 528 |
+
},
|
| 529 |
+
{
|
| 530 |
+
"epoch": 0.8,
|
| 531 |
+
"grad_norm": 0.20848479866981506,
|
| 532 |
+
"learning_rate": 4.687653158479249e-05,
|
| 533 |
+
"loss": 0.0043,
|
| 534 |
+
"step": 75
|
| 535 |
+
},
|
| 536 |
+
{
|
| 537 |
+
"epoch": 0.8106666666666666,
|
| 538 |
+
"grad_norm": 0.08430308848619461,
|
| 539 |
+
"learning_rate": 4.702033980701978e-05,
|
| 540 |
+
"loss": 0.0003,
|
| 541 |
+
"step": 76
|
| 542 |
+
},
|
| 543 |
+
{
|
| 544 |
+
"epoch": 0.8213333333333334,
|
| 545 |
+
"grad_norm": 0.4553821384906769,
|
| 546 |
+
"learning_rate": 4.716226812931204e-05,
|
| 547 |
+
"loss": 0.0014,
|
| 548 |
+
"step": 77
|
| 549 |
+
},
|
| 550 |
+
{
|
| 551 |
+
"epoch": 0.832,
|
| 552 |
+
"grad_norm": 1.0971914529800415,
|
| 553 |
+
"learning_rate": 4.7302365067262006e-05,
|
| 554 |
+
"loss": 0.0086,
|
| 555 |
+
"step": 78
|
| 556 |
+
},
|
| 557 |
+
{
|
| 558 |
+
"epoch": 0.8426666666666667,
|
| 559 |
+
"grad_norm": 0.5060430765151978,
|
| 560 |
+
"learning_rate": 4.744067728226103e-05,
|
| 561 |
+
"loss": 0.0036,
|
| 562 |
+
"step": 79
|
| 563 |
+
},
|
| 564 |
+
{
|
| 565 |
+
"epoch": 0.8533333333333334,
|
| 566 |
+
"grad_norm": 0.305854856967926,
|
| 567 |
+
"learning_rate": 4.757724967479858e-05,
|
| 568 |
+
"loss": 0.0013,
|
| 569 |
+
"step": 80
|
| 570 |
+
},
|
| 571 |
+
{
|
| 572 |
+
"epoch": 0.864,
|
| 573 |
+
"grad_norm": 0.4014900326728821,
|
| 574 |
+
"learning_rate": 4.771212547196624e-05,
|
| 575 |
+
"loss": 0.0055,
|
| 576 |
+
"step": 81
|
| 577 |
+
},
|
| 578 |
+
{
|
| 579 |
+
"epoch": 0.8746666666666667,
|
| 580 |
+
"grad_norm": 0.1626356542110443,
|
| 581 |
+
"learning_rate": 4.7845346309592914e-05,
|
| 582 |
+
"loss": 0.0034,
|
| 583 |
+
"step": 82
|
| 584 |
+
},
|
| 585 |
+
{
|
| 586 |
+
"epoch": 0.8853333333333333,
|
| 587 |
+
"grad_norm": 0.3583512306213379,
|
| 588 |
+
"learning_rate": 4.7976952309401844e-05,
|
| 589 |
+
"loss": 0.0052,
|
| 590 |
+
"step": 83
|
| 591 |
+
},
|
| 592 |
+
{
|
| 593 |
+
"epoch": 0.896,
|
| 594 |
+
"grad_norm": 0.12416330724954605,
|
| 595 |
+
"learning_rate": 4.810698215154703e-05,
|
| 596 |
+
"loss": 0.002,
|
| 597 |
+
"step": 84
|
| 598 |
+
},
|
| 599 |
+
{
|
| 600 |
+
"epoch": 0.9066666666666666,
|
| 601 |
+
"grad_norm": 0.28302738070487976,
|
| 602 |
+
"learning_rate": 4.823547314285732e-05,
|
| 603 |
+
"loss": 0.0022,
|
| 604 |
+
"step": 85
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"epoch": 0.9173333333333333,
|
| 608 |
+
"grad_norm": 0.22168681025505066,
|
| 609 |
+
"learning_rate": 4.836246128108918e-05,
|
| 610 |
+
"loss": 0.0013,
|
| 611 |
+
"step": 86
|
| 612 |
+
},
|
| 613 |
+
{
|
| 614 |
+
"epoch": 0.928,
|
| 615 |
+
"grad_norm": 0.09444810450077057,
|
| 616 |
+
"learning_rate": 4.8487981315465456e-05,
|
| 617 |
+
"loss": 0.0019,
|
| 618 |
+
"step": 87
|
| 619 |
+
},
|
| 620 |
+
{
|
| 621 |
+
"epoch": 0.9386666666666666,
|
| 622 |
+
"grad_norm": 0.2013028860092163,
|
| 623 |
+
"learning_rate": 4.8612066803754214e-05,
|
| 624 |
+
"loss": 0.0007,
|
| 625 |
+
"step": 88
|
| 626 |
+
},
|
| 627 |
+
{
|
| 628 |
+
"epoch": 0.9493333333333334,
|
| 629 |
+
"grad_norm": 0.04223403334617615,
|
| 630 |
+
"learning_rate": 4.873475016612281e-05,
|
| 631 |
+
"loss": 0.0003,
|
| 632 |
+
"step": 89
|
| 633 |
+
},
|
| 634 |
+
{
|
| 635 |
+
"epoch": 0.96,
|
| 636 |
+
"grad_norm": 0.23566360771656036,
|
| 637 |
+
"learning_rate": 4.885606273598312e-05,
|
| 638 |
+
"loss": 0.0015,
|
| 639 |
+
"step": 90
|
| 640 |
+
},
|
| 641 |
+
{
|
| 642 |
+
"epoch": 0.9706666666666667,
|
| 643 |
+
"grad_norm": 0.13892315328121185,
|
| 644 |
+
"learning_rate": 4.897603480802733e-05,
|
| 645 |
+
"loss": 0.0007,
|
| 646 |
+
"step": 91
|
| 647 |
+
},
|
| 648 |
+
{
|
| 649 |
+
"epoch": 0.9813333333333333,
|
| 650 |
+
"grad_norm": 0.0873648077249527,
|
| 651 |
+
"learning_rate": 4.909469568363888e-05,
|
| 652 |
+
"loss": 0.0018,
|
| 653 |
+
"step": 92
|
| 654 |
+
},
|
| 655 |
+
{
|
| 656 |
+
"epoch": 0.992,
|
| 657 |
+
"grad_norm": 0.17551331222057343,
|
| 658 |
+
"learning_rate": 4.9212073713848375e-05,
|
| 659 |
+
"loss": 0.002,
|
| 660 |
+
"step": 93
|
| 661 |
+
},
|
| 662 |
+
{
|
| 663 |
+
"epoch": 1.0026666666666666,
|
| 664 |
+
"grad_norm": 0.049495816230773926,
|
| 665 |
+
"learning_rate": 4.932819633999246e-05,
|
| 666 |
+
"loss": 0.0003,
|
| 667 |
+
"step": 94
|
| 668 |
+
},
|
| 669 |
+
{
|
| 670 |
+
"epoch": 1.0133333333333334,
|
| 671 |
+
"grad_norm": 0.0984305739402771,
|
| 672 |
+
"learning_rate": 4.9443090132221186e-05,
|
| 673 |
+
"loss": 0.0004,
|
| 674 |
+
"step": 95
|
| 675 |
+
},
|
| 676 |
+
{
|
| 677 |
+
"epoch": 1.024,
|
| 678 |
+
"grad_norm": 0.27251753211021423,
|
| 679 |
+
"learning_rate": 4.9556780825989205e-05,
|
| 680 |
+
"loss": 0.0019,
|
| 681 |
+
"step": 96
|
| 682 |
+
},
|
| 683 |
+
{
|
| 684 |
+
"epoch": 1.0346666666666666,
|
| 685 |
+
"grad_norm": 0.18246564269065857,
|
| 686 |
+
"learning_rate": 4.9669293356656114e-05,
|
| 687 |
+
"loss": 0.0021,
|
| 688 |
+
"step": 97
|
| 689 |
+
},
|
| 690 |
+
{
|
| 691 |
+
"epoch": 1.0453333333333332,
|
| 692 |
+
"grad_norm": 0.19564488530158997,
|
| 693 |
+
"learning_rate": 4.978065189231237e-05,
|
| 694 |
+
"loss": 0.001,
|
| 695 |
+
"step": 98
|
| 696 |
+
},
|
| 697 |
+
{
|
| 698 |
+
"epoch": 1.056,
|
| 699 |
+
"grad_norm": 1.6231553554534912,
|
| 700 |
+
"learning_rate": 4.989087986493874e-05,
|
| 701 |
+
"loss": 0.0046,
|
| 702 |
+
"step": 99
|
| 703 |
+
},
|
| 704 |
+
{
|
| 705 |
+
"epoch": 1.0666666666666667,
|
| 706 |
+
"grad_norm": 3.983646869659424,
|
| 707 |
+
"learning_rate": 4.9999999999999996e-05,
|
| 708 |
+
"loss": 0.1327,
|
| 709 |
+
"step": 100
|
| 710 |
+
},
|
| 711 |
+
{
|
| 712 |
+
"epoch": 1.0773333333333333,
|
| 713 |
+
"grad_norm": 7.237143516540527,
|
| 714 |
+
"learning_rate": 5e-05,
|
| 715 |
+
"loss": 0.1628,
|
| 716 |
+
"step": 101
|
| 717 |
+
},
|
| 718 |
+
{
|
| 719 |
+
"epoch": 1.088,
|
| 720 |
+
"grad_norm": 24.995555877685547,
|
| 721 |
+
"learning_rate": 4.9720670391061455e-05,
|
| 722 |
+
"loss": 0.1324,
|
| 723 |
+
"step": 102
|
| 724 |
+
},
|
| 725 |
+
{
|
| 726 |
+
"epoch": 1.0986666666666667,
|
| 727 |
+
"grad_norm": 3.7747557163238525,
|
| 728 |
+
"learning_rate": 4.944134078212291e-05,
|
| 729 |
+
"loss": 0.0792,
|
| 730 |
+
"step": 103
|
| 731 |
+
},
|
| 732 |
+
{
|
| 733 |
+
"epoch": 1.1093333333333333,
|
| 734 |
+
"grad_norm": 2.0382823944091797,
|
| 735 |
+
"learning_rate": 4.916201117318436e-05,
|
| 736 |
+
"loss": 0.0301,
|
| 737 |
+
"step": 104
|
| 738 |
+
},
|
| 739 |
+
{
|
| 740 |
+
"epoch": 1.12,
|
| 741 |
+
"grad_norm": 1.4077985286712646,
|
| 742 |
+
"learning_rate": 4.8882681564245814e-05,
|
| 743 |
+
"loss": 0.0192,
|
| 744 |
+
"step": 105
|
| 745 |
+
},
|
| 746 |
+
{
|
| 747 |
+
"epoch": 1.1306666666666667,
|
| 748 |
+
"grad_norm": 2.8298680782318115,
|
| 749 |
+
"learning_rate": 4.860335195530727e-05,
|
| 750 |
+
"loss": 0.0947,
|
| 751 |
+
"step": 106
|
| 752 |
+
},
|
| 753 |
+
{
|
| 754 |
+
"epoch": 1.1413333333333333,
|
| 755 |
+
"grad_norm": 5.259606838226318,
|
| 756 |
+
"learning_rate": 4.832402234636872e-05,
|
| 757 |
+
"loss": 0.0329,
|
| 758 |
+
"step": 107
|
| 759 |
+
},
|
| 760 |
+
{
|
| 761 |
+
"epoch": 1.152,
|
| 762 |
+
"grad_norm": 0.7519811987876892,
|
| 763 |
+
"learning_rate": 4.8044692737430166e-05,
|
| 764 |
+
"loss": 0.0122,
|
| 765 |
+
"step": 108
|
| 766 |
+
},
|
| 767 |
+
{
|
| 768 |
+
"epoch": 1.1626666666666667,
|
| 769 |
+
"grad_norm": 8.479069709777832,
|
| 770 |
+
"learning_rate": 4.7765363128491626e-05,
|
| 771 |
+
"loss": 0.0726,
|
| 772 |
+
"step": 109
|
| 773 |
+
},
|
| 774 |
+
{
|
| 775 |
+
"epoch": 1.1733333333333333,
|
| 776 |
+
"grad_norm": 0.757892906665802,
|
| 777 |
+
"learning_rate": 4.748603351955307e-05,
|
| 778 |
+
"loss": 0.011,
|
| 779 |
+
"step": 110
|
| 780 |
+
},
|
| 781 |
+
{
|
| 782 |
+
"epoch": 1.184,
|
| 783 |
+
"grad_norm": 3.707771062850952,
|
| 784 |
+
"learning_rate": 4.7206703910614525e-05,
|
| 785 |
+
"loss": 0.0517,
|
| 786 |
+
"step": 111
|
| 787 |
+
},
|
| 788 |
+
{
|
| 789 |
+
"epoch": 1.1946666666666665,
|
| 790 |
+
"grad_norm": 1.249261498451233,
|
| 791 |
+
"learning_rate": 4.692737430167598e-05,
|
| 792 |
+
"loss": 0.0178,
|
| 793 |
+
"step": 112
|
| 794 |
+
},
|
| 795 |
+
{
|
| 796 |
+
"epoch": 1.2053333333333334,
|
| 797 |
+
"grad_norm": 0.34927159547805786,
|
| 798 |
+
"learning_rate": 4.664804469273743e-05,
|
| 799 |
+
"loss": 0.0076,
|
| 800 |
+
"step": 113
|
| 801 |
+
},
|
| 802 |
+
{
|
| 803 |
+
"epoch": 1.216,
|
| 804 |
+
"grad_norm": 0.4342691898345947,
|
| 805 |
+
"learning_rate": 4.6368715083798884e-05,
|
| 806 |
+
"loss": 0.007,
|
| 807 |
+
"step": 114
|
| 808 |
+
},
|
| 809 |
+
{
|
| 810 |
+
"epoch": 1.2266666666666666,
|
| 811 |
+
"grad_norm": 0.36366787552833557,
|
| 812 |
+
"learning_rate": 4.6089385474860336e-05,
|
| 813 |
+
"loss": 0.0049,
|
| 814 |
+
"step": 115
|
| 815 |
+
},
|
| 816 |
+
{
|
| 817 |
+
"epoch": 1.2373333333333334,
|
| 818 |
+
"grad_norm": 0.264613538980484,
|
| 819 |
+
"learning_rate": 4.581005586592179e-05,
|
| 820 |
+
"loss": 0.0038,
|
| 821 |
+
"step": 116
|
| 822 |
+
},
|
| 823 |
+
{
|
| 824 |
+
"epoch": 1.248,
|
| 825 |
+
"grad_norm": 0.22927503287792206,
|
| 826 |
+
"learning_rate": 4.553072625698324e-05,
|
| 827 |
+
"loss": 0.0036,
|
| 828 |
+
"step": 117
|
| 829 |
+
},
|
| 830 |
+
{
|
| 831 |
+
"epoch": 1.2586666666666666,
|
| 832 |
+
"grad_norm": 0.0749870091676712,
|
| 833 |
+
"learning_rate": 4.5251396648044695e-05,
|
| 834 |
+
"loss": 0.0009,
|
| 835 |
+
"step": 118
|
| 836 |
+
},
|
| 837 |
+
{
|
| 838 |
+
"epoch": 1.2693333333333334,
|
| 839 |
+
"grad_norm": 0.34930863976478577,
|
| 840 |
+
"learning_rate": 4.497206703910615e-05,
|
| 841 |
+
"loss": 0.0019,
|
| 842 |
+
"step": 119
|
| 843 |
+
},
|
| 844 |
+
{
|
| 845 |
+
"epoch": 1.28,
|
| 846 |
+
"grad_norm": 0.48471134901046753,
|
| 847 |
+
"learning_rate": 4.4692737430167594e-05,
|
| 848 |
+
"loss": 0.003,
|
| 849 |
+
"step": 120
|
| 850 |
+
},
|
| 851 |
+
{
|
| 852 |
+
"epoch": 1.2906666666666666,
|
| 853 |
+
"grad_norm": 0.17621633410453796,
|
| 854 |
+
"learning_rate": 4.4413407821229054e-05,
|
| 855 |
+
"loss": 0.0027,
|
| 856 |
+
"step": 121
|
| 857 |
+
},
|
| 858 |
+
{
|
| 859 |
+
"epoch": 1.3013333333333335,
|
| 860 |
+
"grad_norm": 0.15077757835388184,
|
| 861 |
+
"learning_rate": 4.41340782122905e-05,
|
| 862 |
+
"loss": 0.0012,
|
| 863 |
+
"step": 122
|
| 864 |
+
},
|
| 865 |
+
{
|
| 866 |
+
"epoch": 1.312,
|
| 867 |
+
"grad_norm": 0.4124365746974945,
|
| 868 |
+
"learning_rate": 4.385474860335196e-05,
|
| 869 |
+
"loss": 0.0006,
|
| 870 |
+
"step": 123
|
| 871 |
+
},
|
| 872 |
+
{
|
| 873 |
+
"epoch": 1.3226666666666667,
|
| 874 |
+
"grad_norm": 0.17212143540382385,
|
| 875 |
+
"learning_rate": 4.3575418994413406e-05,
|
| 876 |
+
"loss": 0.0004,
|
| 877 |
+
"step": 124
|
| 878 |
+
},
|
| 879 |
+
{
|
| 880 |
+
"epoch": 1.3333333333333333,
|
| 881 |
+
"grad_norm": 0.37609782814979553,
|
| 882 |
+
"learning_rate": 4.3296089385474866e-05,
|
| 883 |
+
"loss": 0.0014,
|
| 884 |
+
"step": 125
|
| 885 |
+
},
|
| 886 |
+
{
|
| 887 |
+
"epoch": 1.3439999999999999,
|
| 888 |
+
"grad_norm": 1.3432490825653076,
|
| 889 |
+
"learning_rate": 4.301675977653631e-05,
|
| 890 |
+
"loss": 0.0037,
|
| 891 |
+
"step": 126
|
| 892 |
+
},
|
| 893 |
+
{
|
| 894 |
+
"epoch": 1.3546666666666667,
|
| 895 |
+
"grad_norm": 0.8700277209281921,
|
| 896 |
+
"learning_rate": 4.273743016759777e-05,
|
| 897 |
+
"loss": 0.0032,
|
| 898 |
+
"step": 127
|
| 899 |
+
},
|
| 900 |
+
{
|
| 901 |
+
"epoch": 1.3653333333333333,
|
| 902 |
+
"grad_norm": 0.9334002137184143,
|
| 903 |
+
"learning_rate": 4.245810055865922e-05,
|
| 904 |
+
"loss": 0.0037,
|
| 905 |
+
"step": 128
|
| 906 |
+
},
|
| 907 |
+
{
|
| 908 |
+
"epoch": 1.376,
|
| 909 |
+
"grad_norm": 0.708004891872406,
|
| 910 |
+
"learning_rate": 4.217877094972068e-05,
|
| 911 |
+
"loss": 0.0037,
|
| 912 |
+
"step": 129
|
| 913 |
+
},
|
| 914 |
+
{
|
| 915 |
+
"epoch": 1.3866666666666667,
|
| 916 |
+
"grad_norm": 4.463681697845459,
|
| 917 |
+
"learning_rate": 4.1899441340782123e-05,
|
| 918 |
+
"loss": 0.0493,
|
| 919 |
+
"step": 130
|
| 920 |
+
},
|
| 921 |
+
{
|
| 922 |
+
"epoch": 1.3973333333333333,
|
| 923 |
+
"grad_norm": 6.200061321258545,
|
| 924 |
+
"learning_rate": 4.1620111731843576e-05,
|
| 925 |
+
"loss": 0.1214,
|
| 926 |
+
"step": 131
|
| 927 |
+
},
|
| 928 |
+
{
|
| 929 |
+
"epoch": 1.408,
|
| 930 |
+
"grad_norm": 1.0150177478790283,
|
| 931 |
+
"learning_rate": 4.134078212290503e-05,
|
| 932 |
+
"loss": 0.007,
|
| 933 |
+
"step": 132
|
| 934 |
+
},
|
| 935 |
+
{
|
| 936 |
+
"epoch": 1.4186666666666667,
|
| 937 |
+
"grad_norm": 0.3300838768482208,
|
| 938 |
+
"learning_rate": 4.106145251396648e-05,
|
| 939 |
+
"loss": 0.0036,
|
| 940 |
+
"step": 133
|
| 941 |
+
},
|
| 942 |
+
{
|
| 943 |
+
"epoch": 1.4293333333333333,
|
| 944 |
+
"grad_norm": 1.5166386365890503,
|
| 945 |
+
"learning_rate": 4.0782122905027935e-05,
|
| 946 |
+
"loss": 0.0205,
|
| 947 |
+
"step": 134
|
| 948 |
+
},
|
| 949 |
+
{
|
| 950 |
+
"epoch": 1.44,
|
| 951 |
+
"grad_norm": 0.33347228169441223,
|
| 952 |
+
"learning_rate": 4.050279329608939e-05,
|
| 953 |
+
"loss": 0.0038,
|
| 954 |
+
"step": 135
|
| 955 |
+
},
|
| 956 |
+
{
|
| 957 |
+
"epoch": 1.4506666666666668,
|
| 958 |
+
"grad_norm": 0.1739296317100525,
|
| 959 |
+
"learning_rate": 4.022346368715084e-05,
|
| 960 |
+
"loss": 0.003,
|
| 961 |
+
"step": 136
|
| 962 |
+
},
|
| 963 |
+
{
|
| 964 |
+
"epoch": 1.4613333333333334,
|
| 965 |
+
"grad_norm": 2.0085268020629883,
|
| 966 |
+
"learning_rate": 3.9944134078212294e-05,
|
| 967 |
+
"loss": 0.011,
|
| 968 |
+
"step": 137
|
| 969 |
+
},
|
| 970 |
+
{
|
| 971 |
+
"epoch": 1.472,
|
| 972 |
+
"grad_norm": 0.4423629641532898,
|
| 973 |
+
"learning_rate": 3.966480446927375e-05,
|
| 974 |
+
"loss": 0.0049,
|
| 975 |
+
"step": 138
|
| 976 |
+
},
|
| 977 |
+
{
|
| 978 |
+
"epoch": 1.4826666666666668,
|
| 979 |
+
"grad_norm": 0.08329877257347107,
|
| 980 |
+
"learning_rate": 3.93854748603352e-05,
|
| 981 |
+
"loss": 0.0008,
|
| 982 |
+
"step": 139
|
| 983 |
+
},
|
| 984 |
+
{
|
| 985 |
+
"epoch": 1.4933333333333334,
|
| 986 |
+
"grad_norm": 0.3476015627384186,
|
| 987 |
+
"learning_rate": 3.9106145251396646e-05,
|
| 988 |
+
"loss": 0.0039,
|
| 989 |
+
"step": 140
|
| 990 |
+
},
|
| 991 |
+
{
|
| 992 |
+
"epoch": 1.504,
|
| 993 |
+
"grad_norm": 0.13725365698337555,
|
| 994 |
+
"learning_rate": 3.8826815642458106e-05,
|
| 995 |
+
"loss": 0.002,
|
| 996 |
+
"step": 141
|
| 997 |
+
},
|
| 998 |
+
{
|
| 999 |
+
"epoch": 1.5146666666666668,
|
| 1000 |
+
"grad_norm": 1.4891648292541504,
|
| 1001 |
+
"learning_rate": 3.854748603351955e-05,
|
| 1002 |
+
"loss": 0.0024,
|
| 1003 |
+
"step": 142
|
| 1004 |
+
},
|
| 1005 |
+
{
|
| 1006 |
+
"epoch": 1.5253333333333332,
|
| 1007 |
+
"grad_norm": 0.17973513901233673,
|
| 1008 |
+
"learning_rate": 3.826815642458101e-05,
|
| 1009 |
+
"loss": 0.0005,
|
| 1010 |
+
"step": 143
|
| 1011 |
+
},
|
| 1012 |
+
{
|
| 1013 |
+
"epoch": 1.536,
|
| 1014 |
+
"grad_norm": 0.44285571575164795,
|
| 1015 |
+
"learning_rate": 3.798882681564246e-05,
|
| 1016 |
+
"loss": 0.0015,
|
| 1017 |
+
"step": 144
|
| 1018 |
+
},
|
| 1019 |
+
{
|
| 1020 |
+
"epoch": 1.5466666666666666,
|
| 1021 |
+
"grad_norm": 0.04738277941942215,
|
| 1022 |
+
"learning_rate": 3.770949720670392e-05,
|
| 1023 |
+
"loss": 0.0006,
|
| 1024 |
+
"step": 145
|
| 1025 |
+
},
|
| 1026 |
+
{
|
| 1027 |
+
"epoch": 1.5573333333333332,
|
| 1028 |
+
"grad_norm": 0.10860025882720947,
|
| 1029 |
+
"learning_rate": 3.743016759776536e-05,
|
| 1030 |
+
"loss": 0.0026,
|
| 1031 |
+
"step": 146
|
| 1032 |
+
},
|
| 1033 |
+
{
|
| 1034 |
+
"epoch": 1.568,
|
| 1035 |
+
"grad_norm": 0.0797608345746994,
|
| 1036 |
+
"learning_rate": 3.715083798882682e-05,
|
| 1037 |
+
"loss": 0.0016,
|
| 1038 |
+
"step": 147
|
| 1039 |
+
},
|
| 1040 |
+
{
|
| 1041 |
+
"epoch": 1.5786666666666667,
|
| 1042 |
+
"grad_norm": 0.10588238388299942,
|
| 1043 |
+
"learning_rate": 3.687150837988827e-05,
|
| 1044 |
+
"loss": 0.0012,
|
| 1045 |
+
"step": 148
|
| 1046 |
+
},
|
| 1047 |
+
{
|
| 1048 |
+
"epoch": 1.5893333333333333,
|
| 1049 |
+
"grad_norm": 0.3855038583278656,
|
| 1050 |
+
"learning_rate": 3.659217877094972e-05,
|
| 1051 |
+
"loss": 0.0005,
|
| 1052 |
+
"step": 149
|
| 1053 |
+
},
|
| 1054 |
+
{
|
| 1055 |
+
"epoch": 1.6,
|
| 1056 |
+
"grad_norm": 0.2765641212463379,
|
| 1057 |
+
"learning_rate": 3.6312849162011175e-05,
|
| 1058 |
+
"loss": 0.0004,
|
| 1059 |
+
"step": 150
|
| 1060 |
+
},
|
| 1061 |
+
{
|
| 1062 |
+
"epoch": 1.6106666666666667,
|
| 1063 |
+
"grad_norm": 0.16704051196575165,
|
| 1064 |
+
"learning_rate": 3.603351955307263e-05,
|
| 1065 |
+
"loss": 0.0003,
|
| 1066 |
+
"step": 151
|
| 1067 |
+
},
|
| 1068 |
+
{
|
| 1069 |
+
"epoch": 1.6213333333333333,
|
| 1070 |
+
"grad_norm": 0.2472914755344391,
|
| 1071 |
+
"learning_rate": 3.575418994413408e-05,
|
| 1072 |
+
"loss": 0.0009,
|
| 1073 |
+
"step": 152
|
| 1074 |
+
},
|
| 1075 |
+
{
|
| 1076 |
+
"epoch": 1.6320000000000001,
|
| 1077 |
+
"grad_norm": 0.9229430556297302,
|
| 1078 |
+
"learning_rate": 3.5474860335195534e-05,
|
| 1079 |
+
"loss": 0.0033,
|
| 1080 |
+
"step": 153
|
| 1081 |
+
},
|
| 1082 |
+
{
|
| 1083 |
+
"epoch": 1.6426666666666667,
|
| 1084 |
+
"grad_norm": 4.948991775512695,
|
| 1085 |
+
"learning_rate": 3.519553072625699e-05,
|
| 1086 |
+
"loss": 0.0145,
|
| 1087 |
+
"step": 154
|
| 1088 |
+
},
|
| 1089 |
+
{
|
| 1090 |
+
"epoch": 1.6533333333333333,
|
| 1091 |
+
"grad_norm": 7.2115349769592285,
|
| 1092 |
+
"learning_rate": 3.491620111731844e-05,
|
| 1093 |
+
"loss": 0.0138,
|
| 1094 |
+
"step": 155
|
| 1095 |
+
},
|
| 1096 |
+
{
|
| 1097 |
+
"epoch": 1.6640000000000001,
|
| 1098 |
+
"grad_norm": 0.2628196179866791,
|
| 1099 |
+
"learning_rate": 3.463687150837989e-05,
|
| 1100 |
+
"loss": 0.0024,
|
| 1101 |
+
"step": 156
|
| 1102 |
+
},
|
| 1103 |
+
{
|
| 1104 |
+
"epoch": 1.6746666666666665,
|
| 1105 |
+
"grad_norm": 0.207715705037117,
|
| 1106 |
+
"learning_rate": 3.4357541899441345e-05,
|
| 1107 |
+
"loss": 0.0019,
|
| 1108 |
+
"step": 157
|
| 1109 |
+
},
|
| 1110 |
+
{
|
| 1111 |
+
"epoch": 1.6853333333333333,
|
| 1112 |
+
"grad_norm": 0.4124593436717987,
|
| 1113 |
+
"learning_rate": 3.407821229050279e-05,
|
| 1114 |
+
"loss": 0.0036,
|
| 1115 |
+
"step": 158
|
| 1116 |
+
},
|
| 1117 |
+
{
|
| 1118 |
+
"epoch": 1.696,
|
| 1119 |
+
"grad_norm": 0.2701805830001831,
|
| 1120 |
+
"learning_rate": 3.3798882681564244e-05,
|
| 1121 |
+
"loss": 0.0011,
|
| 1122 |
+
"step": 159
|
| 1123 |
+
},
|
| 1124 |
+
{
|
| 1125 |
+
"epoch": 1.7066666666666666,
|
| 1126 |
+
"grad_norm": 0.1480611115694046,
|
| 1127 |
+
"learning_rate": 3.35195530726257e-05,
|
| 1128 |
+
"loss": 0.0032,
|
| 1129 |
+
"step": 160
|
| 1130 |
+
},
|
| 1131 |
+
{
|
| 1132 |
+
"epoch": 1.7173333333333334,
|
| 1133 |
+
"grad_norm": 0.6081339120864868,
|
| 1134 |
+
"learning_rate": 3.324022346368715e-05,
|
| 1135 |
+
"loss": 0.0043,
|
| 1136 |
+
"step": 161
|
| 1137 |
+
},
|
| 1138 |
+
{
|
| 1139 |
+
"epoch": 1.728,
|
| 1140 |
+
"grad_norm": 0.057961639016866684,
|
| 1141 |
+
"learning_rate": 3.29608938547486e-05,
|
| 1142 |
+
"loss": 0.0003,
|
| 1143 |
+
"step": 162
|
| 1144 |
+
},
|
| 1145 |
+
{
|
| 1146 |
+
"epoch": 1.7386666666666666,
|
| 1147 |
+
"grad_norm": 0.7412406206130981,
|
| 1148 |
+
"learning_rate": 3.2681564245810056e-05,
|
| 1149 |
+
"loss": 0.0149,
|
| 1150 |
+
"step": 163
|
| 1151 |
+
},
|
| 1152 |
+
{
|
| 1153 |
+
"epoch": 1.7493333333333334,
|
| 1154 |
+
"grad_norm": 0.37741097807884216,
|
| 1155 |
+
"learning_rate": 3.240223463687151e-05,
|
| 1156 |
+
"loss": 0.002,
|
| 1157 |
+
"step": 164
|
| 1158 |
+
},
|
| 1159 |
+
{
|
| 1160 |
+
"epoch": 1.76,
|
| 1161 |
+
"grad_norm": 0.2457031011581421,
|
| 1162 |
+
"learning_rate": 3.212290502793296e-05,
|
| 1163 |
+
"loss": 0.0016,
|
| 1164 |
+
"step": 165
|
| 1165 |
+
},
|
| 1166 |
+
{
|
| 1167 |
+
"epoch": 1.7706666666666666,
|
| 1168 |
+
"grad_norm": 1.1554524898529053,
|
| 1169 |
+
"learning_rate": 3.1843575418994415e-05,
|
| 1170 |
+
"loss": 0.0068,
|
| 1171 |
+
"step": 166
|
| 1172 |
+
},
|
| 1173 |
+
{
|
| 1174 |
+
"epoch": 1.7813333333333334,
|
| 1175 |
+
"grad_norm": 0.3106505572795868,
|
| 1176 |
+
"learning_rate": 3.156424581005587e-05,
|
| 1177 |
+
"loss": 0.0028,
|
| 1178 |
+
"step": 167
|
| 1179 |
+
},
|
| 1180 |
+
{
|
| 1181 |
+
"epoch": 1.792,
|
| 1182 |
+
"grad_norm": 1.0734516382217407,
|
| 1183 |
+
"learning_rate": 3.128491620111732e-05,
|
| 1184 |
+
"loss": 0.0065,
|
| 1185 |
+
"step": 168
|
| 1186 |
+
},
|
| 1187 |
+
{
|
| 1188 |
+
"epoch": 1.8026666666666666,
|
| 1189 |
+
"grad_norm": 0.19787649810314178,
|
| 1190 |
+
"learning_rate": 3.1005586592178774e-05,
|
| 1191 |
+
"loss": 0.0015,
|
| 1192 |
+
"step": 169
|
| 1193 |
+
},
|
| 1194 |
+
{
|
| 1195 |
+
"epoch": 1.8133333333333335,
|
| 1196 |
+
"grad_norm": 0.13204191625118256,
|
| 1197 |
+
"learning_rate": 3.0726256983240227e-05,
|
| 1198 |
+
"loss": 0.0013,
|
| 1199 |
+
"step": 170
|
| 1200 |
+
},
|
| 1201 |
+
{
|
| 1202 |
+
"epoch": 1.8239999999999998,
|
| 1203 |
+
"grad_norm": 0.06732651591300964,
|
| 1204 |
+
"learning_rate": 3.0446927374301676e-05,
|
| 1205 |
+
"loss": 0.001,
|
| 1206 |
+
"step": 171
|
| 1207 |
+
},
|
| 1208 |
+
{
|
| 1209 |
+
"epoch": 1.8346666666666667,
|
| 1210 |
+
"grad_norm": 0.14684773981571198,
|
| 1211 |
+
"learning_rate": 3.0167597765363132e-05,
|
| 1212 |
+
"loss": 0.0016,
|
| 1213 |
+
"step": 172
|
| 1214 |
+
},
|
| 1215 |
+
{
|
| 1216 |
+
"epoch": 1.8453333333333335,
|
| 1217 |
+
"grad_norm": 0.12232063710689545,
|
| 1218 |
+
"learning_rate": 2.9888268156424582e-05,
|
| 1219 |
+
"loss": 0.0009,
|
| 1220 |
+
"step": 173
|
| 1221 |
+
},
|
| 1222 |
+
{
|
| 1223 |
+
"epoch": 1.8559999999999999,
|
| 1224 |
+
"grad_norm": 0.056549813598394394,
|
| 1225 |
+
"learning_rate": 2.9608938547486038e-05,
|
| 1226 |
+
"loss": 0.0008,
|
| 1227 |
+
"step": 174
|
| 1228 |
+
},
|
| 1229 |
+
{
|
| 1230 |
+
"epoch": 1.8666666666666667,
|
| 1231 |
+
"grad_norm": 0.13325779139995575,
|
| 1232 |
+
"learning_rate": 2.9329608938547488e-05,
|
| 1233 |
+
"loss": 0.0021,
|
| 1234 |
+
"step": 175
|
| 1235 |
+
},
|
| 1236 |
+
{
|
| 1237 |
+
"epoch": 1.8773333333333333,
|
| 1238 |
+
"grad_norm": 0.10193920135498047,
|
| 1239 |
+
"learning_rate": 2.9050279329608944e-05,
|
| 1240 |
+
"loss": 0.0006,
|
| 1241 |
+
"step": 176
|
| 1242 |
+
},
|
| 1243 |
+
{
|
| 1244 |
+
"epoch": 1.888,
|
| 1245 |
+
"grad_norm": 0.045487429946660995,
|
| 1246 |
+
"learning_rate": 2.8770949720670394e-05,
|
| 1247 |
+
"loss": 0.0002,
|
| 1248 |
+
"step": 177
|
| 1249 |
+
},
|
| 1250 |
+
{
|
| 1251 |
+
"epoch": 1.8986666666666667,
|
| 1252 |
+
"grad_norm": 0.09325730055570602,
|
| 1253 |
+
"learning_rate": 2.8491620111731843e-05,
|
| 1254 |
+
"loss": 0.0019,
|
| 1255 |
+
"step": 178
|
| 1256 |
+
},
|
| 1257 |
+
{
|
| 1258 |
+
"epoch": 1.9093333333333333,
|
| 1259 |
+
"grad_norm": 0.06580926477909088,
|
| 1260 |
+
"learning_rate": 2.82122905027933e-05,
|
| 1261 |
+
"loss": 0.0002,
|
| 1262 |
+
"step": 179
|
| 1263 |
+
},
|
| 1264 |
+
{
|
| 1265 |
+
"epoch": 1.92,
|
| 1266 |
+
"grad_norm": 0.11411436647176743,
|
| 1267 |
+
"learning_rate": 2.793296089385475e-05,
|
| 1268 |
+
"loss": 0.0018,
|
| 1269 |
+
"step": 180
|
| 1270 |
+
},
|
| 1271 |
+
{
|
| 1272 |
+
"epoch": 1.9306666666666668,
|
| 1273 |
+
"grad_norm": 0.10508397221565247,
|
| 1274 |
+
"learning_rate": 2.7653631284916205e-05,
|
| 1275 |
+
"loss": 0.0022,
|
| 1276 |
+
"step": 181
|
| 1277 |
+
},
|
| 1278 |
+
{
|
| 1279 |
+
"epoch": 1.9413333333333334,
|
| 1280 |
+
"grad_norm": 0.009333553723990917,
|
| 1281 |
+
"learning_rate": 2.7374301675977655e-05,
|
| 1282 |
+
"loss": 0.0001,
|
| 1283 |
+
"step": 182
|
| 1284 |
+
},
|
| 1285 |
+
{
|
| 1286 |
+
"epoch": 1.952,
|
| 1287 |
+
"grad_norm": 0.052240923047065735,
|
| 1288 |
+
"learning_rate": 2.7094972067039108e-05,
|
| 1289 |
+
"loss": 0.0013,
|
| 1290 |
+
"step": 183
|
| 1291 |
+
},
|
| 1292 |
+
{
|
| 1293 |
+
"epoch": 1.9626666666666668,
|
| 1294 |
+
"grad_norm": 0.04163605347275734,
|
| 1295 |
+
"learning_rate": 2.681564245810056e-05,
|
| 1296 |
+
"loss": 0.0002,
|
| 1297 |
+
"step": 184
|
| 1298 |
+
},
|
| 1299 |
+
{
|
| 1300 |
+
"epoch": 1.9733333333333334,
|
| 1301 |
+
"grad_norm": 0.00853386614471674,
|
| 1302 |
+
"learning_rate": 2.6536312849162014e-05,
|
| 1303 |
+
"loss": 0.0001,
|
| 1304 |
+
"step": 185
|
| 1305 |
+
},
|
| 1306 |
+
{
|
| 1307 |
+
"epoch": 1.984,
|
| 1308 |
+
"grad_norm": 0.04537208378314972,
|
| 1309 |
+
"learning_rate": 2.6256983240223466e-05,
|
| 1310 |
+
"loss": 0.0006,
|
| 1311 |
+
"step": 186
|
| 1312 |
+
},
|
| 1313 |
+
{
|
| 1314 |
+
"epoch": 1.9946666666666668,
|
| 1315 |
+
"grad_norm": 0.03813478350639343,
|
| 1316 |
+
"learning_rate": 2.5977653631284916e-05,
|
| 1317 |
+
"loss": 0.0004,
|
| 1318 |
+
"step": 187
|
| 1319 |
+
},
|
| 1320 |
+
{
|
| 1321 |
+
"epoch": 2.005333333333333,
|
| 1322 |
+
"grad_norm": 0.08562111854553223,
|
| 1323 |
+
"learning_rate": 2.569832402234637e-05,
|
| 1324 |
+
"loss": 0.0021,
|
| 1325 |
+
"step": 188
|
| 1326 |
+
},
|
| 1327 |
+
{
|
| 1328 |
+
"epoch": 2.016,
|
| 1329 |
+
"grad_norm": 0.04714489355683327,
|
| 1330 |
+
"learning_rate": 2.5418994413407822e-05,
|
| 1331 |
+
"loss": 0.0007,
|
| 1332 |
+
"step": 189
|
| 1333 |
+
},
|
| 1334 |
+
{
|
| 1335 |
+
"epoch": 2.026666666666667,
|
| 1336 |
+
"grad_norm": 0.1473880261182785,
|
| 1337 |
+
"learning_rate": 2.5139664804469275e-05,
|
| 1338 |
+
"loss": 0.0011,
|
| 1339 |
+
"step": 190
|
| 1340 |
+
},
|
| 1341 |
+
{
|
| 1342 |
+
"epoch": 2.037333333333333,
|
| 1343 |
+
"grad_norm": 0.05946442857384682,
|
| 1344 |
+
"learning_rate": 2.4860335195530728e-05,
|
| 1345 |
+
"loss": 0.0011,
|
| 1346 |
+
"step": 191
|
| 1347 |
+
},
|
| 1348 |
+
{
|
| 1349 |
+
"epoch": 2.048,
|
| 1350 |
+
"grad_norm": 0.0025648127775639296,
|
| 1351 |
+
"learning_rate": 2.458100558659218e-05,
|
| 1352 |
+
"loss": 0.0,
|
| 1353 |
+
"step": 192
|
| 1354 |
+
},
|
| 1355 |
+
{
|
| 1356 |
+
"epoch": 2.058666666666667,
|
| 1357 |
+
"grad_norm": 0.0019447746453806758,
|
| 1358 |
+
"learning_rate": 2.4301675977653633e-05,
|
| 1359 |
+
"loss": 0.0,
|
| 1360 |
+
"step": 193
|
| 1361 |
+
},
|
| 1362 |
+
{
|
| 1363 |
+
"epoch": 2.0693333333333332,
|
| 1364 |
+
"grad_norm": 0.14827367663383484,
|
| 1365 |
+
"learning_rate": 2.4022346368715083e-05,
|
| 1366 |
+
"loss": 0.0019,
|
| 1367 |
+
"step": 194
|
| 1368 |
+
},
|
| 1369 |
+
{
|
| 1370 |
+
"epoch": 2.08,
|
| 1371 |
+
"grad_norm": 0.10748007893562317,
|
| 1372 |
+
"learning_rate": 2.3743016759776536e-05,
|
| 1373 |
+
"loss": 0.0015,
|
| 1374 |
+
"step": 195
|
| 1375 |
+
},
|
| 1376 |
+
{
|
| 1377 |
+
"epoch": 2.0906666666666665,
|
| 1378 |
+
"grad_norm": 0.040777839720249176,
|
| 1379 |
+
"learning_rate": 2.346368715083799e-05,
|
| 1380 |
+
"loss": 0.0004,
|
| 1381 |
+
"step": 196
|
| 1382 |
+
},
|
| 1383 |
+
{
|
| 1384 |
+
"epoch": 2.1013333333333333,
|
| 1385 |
+
"grad_norm": 0.062052927911281586,
|
| 1386 |
+
"learning_rate": 2.3184357541899442e-05,
|
| 1387 |
+
"loss": 0.0012,
|
| 1388 |
+
"step": 197
|
| 1389 |
+
},
|
| 1390 |
+
{
|
| 1391 |
+
"epoch": 2.112,
|
| 1392 |
+
"grad_norm": 0.0032981899566948414,
|
| 1393 |
+
"learning_rate": 2.2905027932960895e-05,
|
| 1394 |
+
"loss": 0.0,
|
| 1395 |
+
"step": 198
|
| 1396 |
+
},
|
| 1397 |
+
{
|
| 1398 |
+
"epoch": 2.1226666666666665,
|
| 1399 |
+
"grad_norm": 0.00853727851063013,
|
| 1400 |
+
"learning_rate": 2.2625698324022348e-05,
|
| 1401 |
+
"loss": 0.0,
|
| 1402 |
+
"step": 199
|
| 1403 |
+
},
|
| 1404 |
+
{
|
| 1405 |
+
"epoch": 2.1333333333333333,
|
| 1406 |
+
"grad_norm": 0.09509293735027313,
|
| 1407 |
+
"learning_rate": 2.2346368715083797e-05,
|
| 1408 |
+
"loss": 0.0011,
|
| 1409 |
+
"step": 200
|
| 1410 |
+
},
|
| 1411 |
+
{
|
| 1412 |
+
"epoch": 2.144,
|
| 1413 |
+
"grad_norm": 0.04704827442765236,
|
| 1414 |
+
"learning_rate": 2.206703910614525e-05,
|
| 1415 |
+
"loss": 0.0007,
|
| 1416 |
+
"step": 201
|
| 1417 |
+
},
|
| 1418 |
+
{
|
| 1419 |
+
"epoch": 2.1546666666666665,
|
| 1420 |
+
"grad_norm": 0.028513964265584946,
|
| 1421 |
+
"learning_rate": 2.1787709497206703e-05,
|
| 1422 |
+
"loss": 0.0001,
|
| 1423 |
+
"step": 202
|
| 1424 |
+
},
|
| 1425 |
+
{
|
| 1426 |
+
"epoch": 2.1653333333333333,
|
| 1427 |
+
"grad_norm": 0.061560481786727905,
|
| 1428 |
+
"learning_rate": 2.1508379888268156e-05,
|
| 1429 |
+
"loss": 0.0001,
|
| 1430 |
+
"step": 203
|
| 1431 |
+
},
|
| 1432 |
+
{
|
| 1433 |
+
"epoch": 2.176,
|
| 1434 |
+
"grad_norm": 0.08184992522001266,
|
| 1435 |
+
"learning_rate": 2.122905027932961e-05,
|
| 1436 |
+
"loss": 0.0014,
|
| 1437 |
+
"step": 204
|
| 1438 |
+
},
|
| 1439 |
+
{
|
| 1440 |
+
"epoch": 2.1866666666666665,
|
| 1441 |
+
"grad_norm": 0.002128052059561014,
|
| 1442 |
+
"learning_rate": 2.0949720670391062e-05,
|
| 1443 |
+
"loss": 0.0,
|
| 1444 |
+
"step": 205
|
| 1445 |
+
},
|
| 1446 |
+
{
|
| 1447 |
+
"epoch": 2.1973333333333334,
|
| 1448 |
+
"grad_norm": 0.0031687153968960047,
|
| 1449 |
+
"learning_rate": 2.0670391061452515e-05,
|
| 1450 |
+
"loss": 0.0,
|
| 1451 |
+
"step": 206
|
| 1452 |
+
},
|
| 1453 |
+
{
|
| 1454 |
+
"epoch": 2.208,
|
| 1455 |
+
"grad_norm": 0.009054739028215408,
|
| 1456 |
+
"learning_rate": 2.0391061452513968e-05,
|
| 1457 |
+
"loss": 0.0,
|
| 1458 |
+
"step": 207
|
| 1459 |
+
},
|
| 1460 |
+
{
|
| 1461 |
+
"epoch": 2.2186666666666666,
|
| 1462 |
+
"grad_norm": 0.002092276234179735,
|
| 1463 |
+
"learning_rate": 2.011173184357542e-05,
|
| 1464 |
+
"loss": 0.0,
|
| 1465 |
+
"step": 208
|
| 1466 |
+
},
|
| 1467 |
+
{
|
| 1468 |
+
"epoch": 2.2293333333333334,
|
| 1469 |
+
"grad_norm": 0.003741280408576131,
|
| 1470 |
+
"learning_rate": 1.9832402234636873e-05,
|
| 1471 |
+
"loss": 0.0,
|
| 1472 |
+
"step": 209
|
| 1473 |
+
},
|
| 1474 |
+
{
|
| 1475 |
+
"epoch": 2.24,
|
| 1476 |
+
"grad_norm": 0.060546036809682846,
|
| 1477 |
+
"learning_rate": 1.9553072625698323e-05,
|
| 1478 |
+
"loss": 0.0007,
|
| 1479 |
+
"step": 210
|
| 1480 |
+
},
|
| 1481 |
+
{
|
| 1482 |
+
"epoch": 2.2506666666666666,
|
| 1483 |
+
"grad_norm": 0.035807061940431595,
|
| 1484 |
+
"learning_rate": 1.9273743016759776e-05,
|
| 1485 |
+
"loss": 0.0004,
|
| 1486 |
+
"step": 211
|
| 1487 |
+
},
|
| 1488 |
+
{
|
| 1489 |
+
"epoch": 2.2613333333333334,
|
| 1490 |
+
"grad_norm": 0.006829680409282446,
|
| 1491 |
+
"learning_rate": 1.899441340782123e-05,
|
| 1492 |
+
"loss": 0.0,
|
| 1493 |
+
"step": 212
|
| 1494 |
+
},
|
| 1495 |
+
{
|
| 1496 |
+
"epoch": 2.2720000000000002,
|
| 1497 |
+
"grad_norm": 0.0018316598143428564,
|
| 1498 |
+
"learning_rate": 1.871508379888268e-05,
|
| 1499 |
+
"loss": 0.0,
|
| 1500 |
+
"step": 213
|
| 1501 |
+
},
|
| 1502 |
+
{
|
| 1503 |
+
"epoch": 2.2826666666666666,
|
| 1504 |
+
"grad_norm": 0.09956611692905426,
|
| 1505 |
+
"learning_rate": 1.8435754189944135e-05,
|
| 1506 |
+
"loss": 0.0026,
|
| 1507 |
+
"step": 214
|
| 1508 |
+
},
|
| 1509 |
+
{
|
| 1510 |
+
"epoch": 2.2933333333333334,
|
| 1511 |
+
"grad_norm": 0.0347205325961113,
|
| 1512 |
+
"learning_rate": 1.8156424581005588e-05,
|
| 1513 |
+
"loss": 0.0007,
|
| 1514 |
+
"step": 215
|
| 1515 |
+
},
|
| 1516 |
+
{
|
| 1517 |
+
"epoch": 2.304,
|
| 1518 |
+
"grad_norm": 0.2268606573343277,
|
| 1519 |
+
"learning_rate": 1.787709497206704e-05,
|
| 1520 |
+
"loss": 0.0011,
|
| 1521 |
+
"step": 216
|
| 1522 |
+
},
|
| 1523 |
+
{
|
| 1524 |
+
"epoch": 2.3146666666666667,
|
| 1525 |
+
"grad_norm": 0.09836770594120026,
|
| 1526 |
+
"learning_rate": 1.7597765363128493e-05,
|
| 1527 |
+
"loss": 0.0023,
|
| 1528 |
+
"step": 217
|
| 1529 |
+
},
|
| 1530 |
+
{
|
| 1531 |
+
"epoch": 2.3253333333333335,
|
| 1532 |
+
"grad_norm": 0.0021363338455557823,
|
| 1533 |
+
"learning_rate": 1.7318435754189946e-05,
|
| 1534 |
+
"loss": 0.0,
|
| 1535 |
+
"step": 218
|
| 1536 |
+
},
|
| 1537 |
+
{
|
| 1538 |
+
"epoch": 2.336,
|
| 1539 |
+
"grad_norm": 0.0013842633925378323,
|
| 1540 |
+
"learning_rate": 1.7039106145251396e-05,
|
| 1541 |
+
"loss": 0.0,
|
| 1542 |
+
"step": 219
|
| 1543 |
+
},
|
| 1544 |
+
{
|
| 1545 |
+
"epoch": 2.3466666666666667,
|
| 1546 |
+
"grad_norm": 0.0011928960448130965,
|
| 1547 |
+
"learning_rate": 1.675977653631285e-05,
|
| 1548 |
+
"loss": 0.0,
|
| 1549 |
+
"step": 220
|
| 1550 |
+
},
|
| 1551 |
+
{
|
| 1552 |
+
"epoch": 2.3573333333333335,
|
| 1553 |
+
"grad_norm": 0.058396171778440475,
|
| 1554 |
+
"learning_rate": 1.64804469273743e-05,
|
| 1555 |
+
"loss": 0.001,
|
| 1556 |
+
"step": 221
|
| 1557 |
+
},
|
| 1558 |
+
{
|
| 1559 |
+
"epoch": 2.368,
|
| 1560 |
+
"grad_norm": 0.045910343527793884,
|
| 1561 |
+
"learning_rate": 1.6201117318435755e-05,
|
| 1562 |
+
"loss": 0.0007,
|
| 1563 |
+
"step": 222
|
| 1564 |
+
},
|
| 1565 |
+
{
|
| 1566 |
+
"epoch": 2.3786666666666667,
|
| 1567 |
+
"grad_norm": 0.07413648068904877,
|
| 1568 |
+
"learning_rate": 1.5921787709497207e-05,
|
| 1569 |
+
"loss": 0.0018,
|
| 1570 |
+
"step": 223
|
| 1571 |
+
},
|
| 1572 |
+
{
|
| 1573 |
+
"epoch": 2.389333333333333,
|
| 1574 |
+
"grad_norm": 0.005444883834570646,
|
| 1575 |
+
"learning_rate": 1.564245810055866e-05,
|
| 1576 |
+
"loss": 0.0,
|
| 1577 |
+
"step": 224
|
| 1578 |
+
},
|
| 1579 |
+
{
|
| 1580 |
+
"epoch": 2.4,
|
| 1581 |
+
"grad_norm": 0.003066364210098982,
|
| 1582 |
+
"learning_rate": 1.5363128491620113e-05,
|
| 1583 |
+
"loss": 0.0,
|
| 1584 |
+
"step": 225
|
| 1585 |
+
},
|
| 1586 |
+
{
|
| 1587 |
+
"epoch": 2.4106666666666667,
|
| 1588 |
+
"grad_norm": 0.004307290073484182,
|
| 1589 |
+
"learning_rate": 1.5083798882681566e-05,
|
| 1590 |
+
"loss": 0.0,
|
| 1591 |
+
"step": 226
|
| 1592 |
+
},
|
| 1593 |
+
{
|
| 1594 |
+
"epoch": 2.421333333333333,
|
| 1595 |
+
"grad_norm": 0.04870031774044037,
|
| 1596 |
+
"learning_rate": 1.4804469273743019e-05,
|
| 1597 |
+
"loss": 0.0008,
|
| 1598 |
+
"step": 227
|
| 1599 |
+
},
|
| 1600 |
+
{
|
| 1601 |
+
"epoch": 2.432,
|
| 1602 |
+
"grad_norm": 0.09409874677658081,
|
| 1603 |
+
"learning_rate": 1.4525139664804472e-05,
|
| 1604 |
+
"loss": 0.0009,
|
| 1605 |
+
"step": 228
|
| 1606 |
+
},
|
| 1607 |
+
{
|
| 1608 |
+
"epoch": 2.4426666666666668,
|
| 1609 |
+
"grad_norm": 0.0015114648267626762,
|
| 1610 |
+
"learning_rate": 1.4245810055865922e-05,
|
| 1611 |
+
"loss": 0.0,
|
| 1612 |
+
"step": 229
|
| 1613 |
+
},
|
| 1614 |
+
{
|
| 1615 |
+
"epoch": 2.453333333333333,
|
| 1616 |
+
"grad_norm": 0.07573592662811279,
|
| 1617 |
+
"learning_rate": 1.3966480446927374e-05,
|
| 1618 |
+
"loss": 0.0013,
|
| 1619 |
+
"step": 230
|
| 1620 |
+
},
|
| 1621 |
+
{
|
| 1622 |
+
"epoch": 2.464,
|
| 1623 |
+
"grad_norm": 0.014647366479039192,
|
| 1624 |
+
"learning_rate": 1.3687150837988827e-05,
|
| 1625 |
+
"loss": 0.0,
|
| 1626 |
+
"step": 231
|
| 1627 |
+
},
|
| 1628 |
+
{
|
| 1629 |
+
"epoch": 2.474666666666667,
|
| 1630 |
+
"grad_norm": 0.042190633714199066,
|
| 1631 |
+
"learning_rate": 1.340782122905028e-05,
|
| 1632 |
+
"loss": 0.0005,
|
| 1633 |
+
"step": 232
|
| 1634 |
+
},
|
| 1635 |
+
{
|
| 1636 |
+
"epoch": 2.485333333333333,
|
| 1637 |
+
"grad_norm": 0.001171190058812499,
|
| 1638 |
+
"learning_rate": 1.3128491620111733e-05,
|
| 1639 |
+
"loss": 0.0,
|
| 1640 |
+
"step": 233
|
| 1641 |
+
},
|
| 1642 |
+
{
|
| 1643 |
+
"epoch": 2.496,
|
| 1644 |
+
"grad_norm": 0.04019080847501755,
|
| 1645 |
+
"learning_rate": 1.2849162011173184e-05,
|
| 1646 |
+
"loss": 0.0004,
|
| 1647 |
+
"step": 234
|
| 1648 |
+
},
|
| 1649 |
+
{
|
| 1650 |
+
"epoch": 2.506666666666667,
|
| 1651 |
+
"grad_norm": 0.04044044390320778,
|
| 1652 |
+
"learning_rate": 1.2569832402234637e-05,
|
| 1653 |
+
"loss": 0.0001,
|
| 1654 |
+
"step": 235
|
| 1655 |
+
},
|
| 1656 |
+
{
|
| 1657 |
+
"epoch": 2.517333333333333,
|
| 1658 |
+
"grad_norm": 0.03946372866630554,
|
| 1659 |
+
"learning_rate": 1.229050279329609e-05,
|
| 1660 |
+
"loss": 0.0005,
|
| 1661 |
+
"step": 236
|
| 1662 |
+
},
|
| 1663 |
+
{
|
| 1664 |
+
"epoch": 2.528,
|
| 1665 |
+
"grad_norm": 0.0030067537445575,
|
| 1666 |
+
"learning_rate": 1.2011173184357542e-05,
|
| 1667 |
+
"loss": 0.0,
|
| 1668 |
+
"step": 237
|
| 1669 |
+
},
|
| 1670 |
+
{
|
| 1671 |
+
"epoch": 2.538666666666667,
|
| 1672 |
+
"grad_norm": 0.040154166519641876,
|
| 1673 |
+
"learning_rate": 1.1731843575418994e-05,
|
| 1674 |
+
"loss": 0.0005,
|
| 1675 |
+
"step": 238
|
| 1676 |
+
},
|
| 1677 |
+
{
|
| 1678 |
+
"epoch": 2.5493333333333332,
|
| 1679 |
+
"grad_norm": 0.0011710107792168856,
|
| 1680 |
+
"learning_rate": 1.1452513966480447e-05,
|
| 1681 |
+
"loss": 0.0,
|
| 1682 |
+
"step": 239
|
| 1683 |
+
},
|
| 1684 |
+
{
|
| 1685 |
+
"epoch": 2.56,
|
| 1686 |
+
"grad_norm": 0.043072838336229324,
|
| 1687 |
+
"learning_rate": 1.1173184357541899e-05,
|
| 1688 |
+
"loss": 0.0007,
|
| 1689 |
+
"step": 240
|
| 1690 |
+
},
|
| 1691 |
+
{
|
| 1692 |
+
"epoch": 2.570666666666667,
|
| 1693 |
+
"grad_norm": 0.05513829365372658,
|
| 1694 |
+
"learning_rate": 1.0893854748603351e-05,
|
| 1695 |
+
"loss": 0.0011,
|
| 1696 |
+
"step": 241
|
| 1697 |
+
},
|
| 1698 |
+
{
|
| 1699 |
+
"epoch": 2.5813333333333333,
|
| 1700 |
+
"grad_norm": 0.06224875524640083,
|
| 1701 |
+
"learning_rate": 1.0614525139664804e-05,
|
| 1702 |
+
"loss": 0.0009,
|
| 1703 |
+
"step": 242
|
| 1704 |
+
},
|
| 1705 |
+
{
|
| 1706 |
+
"epoch": 2.592,
|
| 1707 |
+
"grad_norm": 0.0010548674035817385,
|
| 1708 |
+
"learning_rate": 1.0335195530726257e-05,
|
| 1709 |
+
"loss": 0.0,
|
| 1710 |
+
"step": 243
|
| 1711 |
+
},
|
| 1712 |
+
{
|
| 1713 |
+
"epoch": 2.602666666666667,
|
| 1714 |
+
"grad_norm": 0.049961354583501816,
|
| 1715 |
+
"learning_rate": 1.005586592178771e-05,
|
| 1716 |
+
"loss": 0.0004,
|
| 1717 |
+
"step": 244
|
| 1718 |
+
},
|
| 1719 |
+
{
|
| 1720 |
+
"epoch": 2.6133333333333333,
|
| 1721 |
+
"grad_norm": 0.0009676855988800526,
|
| 1722 |
+
"learning_rate": 9.776536312849161e-06,
|
| 1723 |
+
"loss": 0.0,
|
| 1724 |
+
"step": 245
|
| 1725 |
+
},
|
| 1726 |
+
{
|
| 1727 |
+
"epoch": 2.624,
|
| 1728 |
+
"grad_norm": 0.0006135951261967421,
|
| 1729 |
+
"learning_rate": 9.497206703910614e-06,
|
| 1730 |
+
"loss": 0.0,
|
| 1731 |
+
"step": 246
|
| 1732 |
+
},
|
| 1733 |
+
{
|
| 1734 |
+
"epoch": 2.634666666666667,
|
| 1735 |
+
"grad_norm": 0.0006113451672717929,
|
| 1736 |
+
"learning_rate": 9.217877094972067e-06,
|
| 1737 |
+
"loss": 0.0,
|
| 1738 |
+
"step": 247
|
| 1739 |
+
},
|
| 1740 |
+
{
|
| 1741 |
+
"epoch": 2.6453333333333333,
|
| 1742 |
+
"grad_norm": 0.006534937769174576,
|
| 1743 |
+
"learning_rate": 8.93854748603352e-06,
|
| 1744 |
+
"loss": 0.0,
|
| 1745 |
+
"step": 248
|
| 1746 |
+
},
|
| 1747 |
+
{
|
| 1748 |
+
"epoch": 2.656,
|
| 1749 |
+
"grad_norm": 0.0005643428885377944,
|
| 1750 |
+
"learning_rate": 8.659217877094973e-06,
|
| 1751 |
+
"loss": 0.0,
|
| 1752 |
+
"step": 249
|
| 1753 |
+
},
|
| 1754 |
+
{
|
| 1755 |
+
"epoch": 2.6666666666666665,
|
| 1756 |
+
"grad_norm": 0.043145984411239624,
|
| 1757 |
+
"learning_rate": 8.379888268156424e-06,
|
| 1758 |
+
"loss": 0.0004,
|
| 1759 |
+
"step": 250
|
| 1760 |
+
},
|
| 1761 |
+
{
|
| 1762 |
+
"epoch": 2.6773333333333333,
|
| 1763 |
+
"grad_norm": 0.01648752950131893,
|
| 1764 |
+
"learning_rate": 8.100558659217877e-06,
|
| 1765 |
+
"loss": 0.0,
|
| 1766 |
+
"step": 251
|
| 1767 |
+
},
|
| 1768 |
+
{
|
| 1769 |
+
"epoch": 2.6879999999999997,
|
| 1770 |
+
"grad_norm": 0.038292355835437775,
|
| 1771 |
+
"learning_rate": 7.82122905027933e-06,
|
| 1772 |
+
"loss": 0.0004,
|
| 1773 |
+
"step": 252
|
| 1774 |
+
},
|
| 1775 |
+
{
|
| 1776 |
+
"epoch": 2.6986666666666665,
|
| 1777 |
+
"grad_norm": 0.05065096169710159,
|
| 1778 |
+
"learning_rate": 7.541899441340783e-06,
|
| 1779 |
+
"loss": 0.0006,
|
| 1780 |
+
"step": 253
|
| 1781 |
+
},
|
| 1782 |
+
{
|
| 1783 |
+
"epoch": 2.7093333333333334,
|
| 1784 |
+
"grad_norm": 0.19275380671024323,
|
| 1785 |
+
"learning_rate": 7.262569832402236e-06,
|
| 1786 |
+
"loss": 0.0009,
|
| 1787 |
+
"step": 254
|
| 1788 |
+
},
|
| 1789 |
+
{
|
| 1790 |
+
"epoch": 2.7199999999999998,
|
| 1791 |
+
"grad_norm": 0.04189510643482208,
|
| 1792 |
+
"learning_rate": 6.983240223463687e-06,
|
| 1793 |
+
"loss": 0.0005,
|
| 1794 |
+
"step": 255
|
| 1795 |
+
},
|
| 1796 |
+
{
|
| 1797 |
+
"epoch": 2.7306666666666666,
|
| 1798 |
+
"grad_norm": 0.04453021287918091,
|
| 1799 |
+
"learning_rate": 6.70391061452514e-06,
|
| 1800 |
+
"loss": 0.0005,
|
| 1801 |
+
"step": 256
|
| 1802 |
+
},
|
| 1803 |
+
{
|
| 1804 |
+
"epoch": 2.7413333333333334,
|
| 1805 |
+
"grad_norm": 0.03125462681055069,
|
| 1806 |
+
"learning_rate": 6.424581005586592e-06,
|
| 1807 |
+
"loss": 0.0003,
|
| 1808 |
+
"step": 257
|
| 1809 |
+
},
|
| 1810 |
+
{
|
| 1811 |
+
"epoch": 2.752,
|
| 1812 |
+
"grad_norm": 0.00153979507740587,
|
| 1813 |
+
"learning_rate": 6.145251396648045e-06,
|
| 1814 |
+
"loss": 0.0,
|
| 1815 |
+
"step": 258
|
| 1816 |
+
},
|
| 1817 |
+
{
|
| 1818 |
+
"epoch": 2.7626666666666666,
|
| 1819 |
+
"grad_norm": 0.07148660719394684,
|
| 1820 |
+
"learning_rate": 5.865921787709497e-06,
|
| 1821 |
+
"loss": 0.0013,
|
| 1822 |
+
"step": 259
|
| 1823 |
+
},
|
| 1824 |
+
{
|
| 1825 |
+
"epoch": 2.7733333333333334,
|
| 1826 |
+
"grad_norm": 0.0006887447671033442,
|
| 1827 |
+
"learning_rate": 5.586592178770949e-06,
|
| 1828 |
+
"loss": 0.0,
|
| 1829 |
+
"step": 260
|
| 1830 |
+
},
|
| 1831 |
+
{
|
| 1832 |
+
"epoch": 2.784,
|
| 1833 |
+
"grad_norm": 0.05413827300071716,
|
| 1834 |
+
"learning_rate": 5.307262569832402e-06,
|
| 1835 |
+
"loss": 0.0011,
|
| 1836 |
+
"step": 261
|
| 1837 |
+
},
|
| 1838 |
+
{
|
| 1839 |
+
"epoch": 2.7946666666666666,
|
| 1840 |
+
"grad_norm": 0.03515135869383812,
|
| 1841 |
+
"learning_rate": 5.027932960893855e-06,
|
| 1842 |
+
"loss": 0.0001,
|
| 1843 |
+
"step": 262
|
| 1844 |
+
},
|
| 1845 |
+
{
|
| 1846 |
+
"epoch": 2.8053333333333335,
|
| 1847 |
+
"grad_norm": 0.07630643993616104,
|
| 1848 |
+
"learning_rate": 4.748603351955307e-06,
|
| 1849 |
+
"loss": 0.0015,
|
| 1850 |
+
"step": 263
|
| 1851 |
+
},
|
| 1852 |
+
{
|
| 1853 |
+
"epoch": 2.816,
|
| 1854 |
+
"grad_norm": 0.07834295928478241,
|
| 1855 |
+
"learning_rate": 4.46927374301676e-06,
|
| 1856 |
+
"loss": 0.0014,
|
| 1857 |
+
"step": 264
|
| 1858 |
+
},
|
| 1859 |
+
{
|
| 1860 |
+
"epoch": 2.8266666666666667,
|
| 1861 |
+
"grad_norm": 0.0061597335152328014,
|
| 1862 |
+
"learning_rate": 4.189944134078212e-06,
|
| 1863 |
+
"loss": 0.0,
|
| 1864 |
+
"step": 265
|
| 1865 |
+
},
|
| 1866 |
+
{
|
| 1867 |
+
"epoch": 2.8373333333333335,
|
| 1868 |
+
"grad_norm": 0.041175998747348785,
|
| 1869 |
+
"learning_rate": 3.910614525139665e-06,
|
| 1870 |
+
"loss": 0.0001,
|
| 1871 |
+
"step": 266
|
| 1872 |
+
},
|
| 1873 |
+
{
|
| 1874 |
+
"epoch": 2.848,
|
| 1875 |
+
"grad_norm": 0.024731680750846863,
|
| 1876 |
+
"learning_rate": 3.631284916201118e-06,
|
| 1877 |
+
"loss": 0.0,
|
| 1878 |
+
"step": 267
|
| 1879 |
+
},
|
| 1880 |
+
{
|
| 1881 |
+
"epoch": 2.8586666666666667,
|
| 1882 |
+
"grad_norm": 0.03547237440943718,
|
| 1883 |
+
"learning_rate": 3.35195530726257e-06,
|
| 1884 |
+
"loss": 0.0003,
|
| 1885 |
+
"step": 268
|
| 1886 |
+
},
|
| 1887 |
+
{
|
| 1888 |
+
"epoch": 2.8693333333333335,
|
| 1889 |
+
"grad_norm": 0.058726560324430466,
|
| 1890 |
+
"learning_rate": 3.0726256983240226e-06,
|
| 1891 |
+
"loss": 0.0011,
|
| 1892 |
+
"step": 269
|
| 1893 |
+
},
|
| 1894 |
+
{
|
| 1895 |
+
"epoch": 2.88,
|
| 1896 |
+
"grad_norm": 0.0547514446079731,
|
| 1897 |
+
"learning_rate": 2.7932960893854746e-06,
|
| 1898 |
+
"loss": 0.0008,
|
| 1899 |
+
"step": 270
|
| 1900 |
+
},
|
| 1901 |
+
{
|
| 1902 |
+
"epoch": 2.8906666666666667,
|
| 1903 |
+
"grad_norm": 0.06754053384065628,
|
| 1904 |
+
"learning_rate": 2.5139664804469276e-06,
|
| 1905 |
+
"loss": 0.0009,
|
| 1906 |
+
"step": 271
|
| 1907 |
+
},
|
| 1908 |
+
{
|
| 1909 |
+
"epoch": 2.9013333333333335,
|
| 1910 |
+
"grad_norm": 0.001965736271813512,
|
| 1911 |
+
"learning_rate": 2.23463687150838e-06,
|
| 1912 |
+
"loss": 0.0,
|
| 1913 |
+
"step": 272
|
| 1914 |
+
},
|
| 1915 |
+
{
|
| 1916 |
+
"epoch": 2.912,
|
| 1917 |
+
"grad_norm": 0.032923754304647446,
|
| 1918 |
+
"learning_rate": 1.9553072625698325e-06,
|
| 1919 |
+
"loss": 0.0004,
|
| 1920 |
+
"step": 273
|
| 1921 |
+
},
|
| 1922 |
+
{
|
| 1923 |
+
"epoch": 2.9226666666666667,
|
| 1924 |
+
"grad_norm": 0.07132994383573532,
|
| 1925 |
+
"learning_rate": 1.675977653631285e-06,
|
| 1926 |
+
"loss": 0.0012,
|
| 1927 |
+
"step": 274
|
| 1928 |
+
},
|
| 1929 |
+
{
|
| 1930 |
+
"epoch": 2.9333333333333336,
|
| 1931 |
+
"grad_norm": 0.036451708525419235,
|
| 1932 |
+
"learning_rate": 1.3966480446927373e-06,
|
| 1933 |
+
"loss": 0.0005,
|
| 1934 |
+
"step": 275
|
| 1935 |
+
},
|
| 1936 |
+
{
|
| 1937 |
+
"epoch": 2.944,
|
| 1938 |
+
"grad_norm": 0.06345955282449722,
|
| 1939 |
+
"learning_rate": 1.11731843575419e-06,
|
| 1940 |
+
"loss": 0.001,
|
| 1941 |
+
"step": 276
|
| 1942 |
+
},
|
| 1943 |
+
{
|
| 1944 |
+
"epoch": 2.9546666666666668,
|
| 1945 |
+
"grad_norm": 0.03317723795771599,
|
| 1946 |
+
"learning_rate": 8.379888268156425e-07,
|
| 1947 |
+
"loss": 0.0003,
|
| 1948 |
+
"step": 277
|
| 1949 |
+
},
|
| 1950 |
+
{
|
| 1951 |
+
"epoch": 2.9653333333333336,
|
| 1952 |
+
"grad_norm": 0.000624113017693162,
|
| 1953 |
+
"learning_rate": 5.58659217877095e-07,
|
| 1954 |
+
"loss": 0.0,
|
| 1955 |
+
"step": 278
|
| 1956 |
+
},
|
| 1957 |
+
{
|
| 1958 |
+
"epoch": 2.976,
|
| 1959 |
+
"grad_norm": 0.05925130471587181,
|
| 1960 |
+
"learning_rate": 2.793296089385475e-07,
|
| 1961 |
+
"loss": 0.0008,
|
| 1962 |
+
"step": 279
|
| 1963 |
+
},
|
| 1964 |
+
{
|
| 1965 |
+
"epoch": 2.976,
|
| 1966 |
+
"step": 279,
|
| 1967 |
+
"total_flos": 20734602878976.0,
|
| 1968 |
+
"train_loss": 0.015149302822543197,
|
| 1969 |
+
"train_runtime": 44131.8109,
|
| 1970 |
+
"train_samples_per_second": 0.204,
|
| 1971 |
+
"train_steps_per_second": 0.006
|
| 1972 |
+
}
|
| 1973 |
+
],
|
| 1974 |
+
"logging_steps": 1.0,
|
| 1975 |
+
"max_steps": 279,
|
| 1976 |
+
"num_input_tokens_seen": 0,
|
| 1977 |
+
"num_train_epochs": 3,
|
| 1978 |
+
"save_steps": 100,
|
| 1979 |
+
"stateful_callbacks": {
|
| 1980 |
+
"TrainerControl": {
|
| 1981 |
+
"args": {
|
| 1982 |
+
"should_epoch_stop": false,
|
| 1983 |
+
"should_evaluate": false,
|
| 1984 |
+
"should_log": false,
|
| 1985 |
+
"should_save": true,
|
| 1986 |
+
"should_training_stop": true
|
| 1987 |
+
},
|
| 1988 |
+
"attributes": {}
|
| 1989 |
+
}
|
| 1990 |
+
},
|
| 1991 |
+
"total_flos": 20734602878976.0,
|
| 1992 |
+
"train_batch_size": 1,
|
| 1993 |
+
"trial_name": null,
|
| 1994 |
+
"trial_params": null
|
| 1995 |
+
}
|
link-0501-7B/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:441eb113534de2ef72842be29417ee27018865e7e79862ff77c0e682a8354cd8
|
| 3 |
+
size 7736
|
link-0501-7B/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|