Upload folder using huggingface_hub
Browse files- CREAM/outputs/.gitkeep +0 -0
- CREAM/outputs/sft/qwen_fcs_sft-lora_None-ckpt_None-25-10-05-18_51_59/00args.json +43 -0
- CREAM/outputs/sft/qwen_fcs_sft-lora_None-ckpt_None-25-10-05-18_51_59/checkpoint-5031/added_tokens.json +24 -0
- CREAM/outputs/sft/qwen_fcs_sft-lora_None-ckpt_None-25-10-05-18_51_59/checkpoint-5031/config.json +28 -0
- CREAM/outputs/sft/qwen_fcs_sft-lora_None-ckpt_None-25-10-05-18_51_59/checkpoint-5031/generation_config.json +14 -0
- CREAM/outputs/sft/qwen_fcs_sft-lora_None-ckpt_None-25-10-05-18_51_59/checkpoint-5031/merges.txt +0 -0
- CREAM/outputs/sft/qwen_fcs_sft-lora_None-ckpt_None-25-10-05-18_51_59/checkpoint-5031/model-00001-of-00003.safetensors +3 -0
- CREAM/outputs/sft/qwen_fcs_sft-lora_None-ckpt_None-25-10-05-18_51_59/checkpoint-5031/model-00002-of-00003.safetensors +3 -0
- CREAM/outputs/sft/qwen_fcs_sft-lora_None-ckpt_None-25-10-05-18_51_59/checkpoint-5031/model-00003-of-00003.safetensors +3 -0
- CREAM/outputs/sft/qwen_fcs_sft-lora_None-ckpt_None-25-10-05-18_51_59/checkpoint-5031/model.safetensors.index.json +586 -0
- CREAM/outputs/sft/qwen_fcs_sft-lora_None-ckpt_None-25-10-05-18_51_59/checkpoint-5031/special_tokens_map.json +31 -0
- CREAM/outputs/sft/qwen_fcs_sft-lora_None-ckpt_None-25-10-05-18_51_59/checkpoint-5031/tokenizer.json +0 -0
- CREAM/outputs/sft/qwen_fcs_sft-lora_None-ckpt_None-25-10-05-18_51_59/checkpoint-5031/tokenizer_config.json +207 -0
- CREAM/outputs/sft/qwen_fcs_sft-lora_None-ckpt_None-25-10-05-18_51_59/checkpoint-5031/trainer_state.json +1139 -0
- CREAM/outputs/sft/qwen_fcs_sft-lora_None-ckpt_None-25-10-05-18_51_59/checkpoint-5031/training_args.bin +3 -0
- CREAM/outputs/sft/qwen_fcs_sft-lora_None-ckpt_None-25-10-05-18_51_59/checkpoint-5031/vocab.json +0 -0
CREAM/outputs/.gitkeep
ADDED
|
File without changes
|
CREAM/outputs/sft/qwen_fcs_sft-lora_None-ckpt_None-25-10-05-18_51_59/00args.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 3,
|
| 3 |
+
"train_bsz": 1,
|
| 4 |
+
"eval_bsz": 2,
|
| 5 |
+
"lr": 5e-06,
|
| 6 |
+
"deepspeed": "./configs/ds_stage2.json",
|
| 7 |
+
"weight_decay": 0.01,
|
| 8 |
+
"save_eval_step_ratio": 0.999999,
|
| 9 |
+
"warmup_step_ratio": 0.1,
|
| 10 |
+
"grad_checkpointing": true,
|
| 11 |
+
"model": "qwen14b",
|
| 12 |
+
"common": {
|
| 13 |
+
"debug": false,
|
| 14 |
+
"device": "0,1,2,3,4,5,6,7",
|
| 15 |
+
"world_size": 8,
|
| 16 |
+
"rank": 0,
|
| 17 |
+
"master_address": "localhost",
|
| 18 |
+
"master_port": 41309,
|
| 19 |
+
"bf16": true,
|
| 20 |
+
"wandb_project_name": "CREAM",
|
| 21 |
+
"wandb_entity_name": "your_wandb_entity_name",
|
| 22 |
+
"run_name": "qwen_fcs_sft-lora_None-ckpt_None-25-10-05-18_51_59",
|
| 23 |
+
"output_dir": "outputs/sft/qwen_fcs_sft-lora_None-ckpt_None-25-10-05-18_51_59",
|
| 24 |
+
"load_args_path": null
|
| 25 |
+
},
|
| 26 |
+
"checkpoint": null,
|
| 27 |
+
"train_stage": "sft",
|
| 28 |
+
"dataset": {
|
| 29 |
+
"name": "qwen_fcs_sft",
|
| 30 |
+
"limit_size": null,
|
| 31 |
+
"max_length": 4096
|
| 32 |
+
},
|
| 33 |
+
"lora": {
|
| 34 |
+
"enable": false,
|
| 35 |
+
"alpha": 64,
|
| 36 |
+
"r": 32,
|
| 37 |
+
"dropout": 0.1
|
| 38 |
+
},
|
| 39 |
+
"dpo": {
|
| 40 |
+
"beta": 0.1,
|
| 41 |
+
"method": "original"
|
| 42 |
+
}
|
| 43 |
+
}
|
CREAM/outputs/sft/qwen_fcs_sft-lora_None-ckpt_None-25-10-05-18_51_59/checkpoint-5031/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 |
+
}
|
CREAM/outputs/sft/qwen_fcs_sft-lora_None-ckpt_None-25-10-05-18_51_59/checkpoint-5031/config.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "Qwen/Qwen2.5-14B-Instruct",
|
| 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": 5120,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"intermediate_size": 13824,
|
| 13 |
+
"max_position_embeddings": 32768,
|
| 14 |
+
"max_window_layers": 70,
|
| 15 |
+
"model_type": "qwen2",
|
| 16 |
+
"num_attention_heads": 40,
|
| 17 |
+
"num_hidden_layers": 48,
|
| 18 |
+
"num_key_value_heads": 8,
|
| 19 |
+
"rms_norm_eps": 1e-06,
|
| 20 |
+
"rope_theta": 1000000.0,
|
| 21 |
+
"sliding_window": null,
|
| 22 |
+
"tie_word_embeddings": false,
|
| 23 |
+
"torch_dtype": "bfloat16",
|
| 24 |
+
"transformers_version": "4.44.2",
|
| 25 |
+
"use_cache": true,
|
| 26 |
+
"use_sliding_window": false,
|
| 27 |
+
"vocab_size": 152064
|
| 28 |
+
}
|
CREAM/outputs/sft/qwen_fcs_sft-lora_None-ckpt_None-25-10-05-18_51_59/checkpoint-5031/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.44.2"
|
| 14 |
+
}
|
CREAM/outputs/sft/qwen_fcs_sft-lora_None-ckpt_None-25-10-05-18_51_59/checkpoint-5031/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
CREAM/outputs/sft/qwen_fcs_sft-lora_None-ckpt_None-25-10-05-18_51_59/checkpoint-5031/model-00001-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd1b6cb10a094f1771a0c3fe99513e019ffe17e6d3111aee0ad8e1c76be56684
|
| 3 |
+
size 9941058640
|
CREAM/outputs/sft/qwen_fcs_sft-lora_None-ckpt_None-25-10-05-18_51_59/checkpoint-5031/model-00002-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec90605dc4b35a39fb78d16865321069dc0bf0bbd340ffb9d4751533c43aa456
|
| 3 |
+
size 9909694792
|
CREAM/outputs/sft/qwen_fcs_sft-lora_None-ckpt_None-25-10-05-18_51_59/checkpoint-5031/model-00003-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:568989e8c14e965ce96caf817393de0eec958f1831d8de82ba34635c5ecf8e84
|
| 3 |
+
size 9689380560
|
CREAM/outputs/sft/qwen_fcs_sft-lora_None-ckpt_None-25-10-05-18_51_59/checkpoint-5031/model.safetensors.index.json
ADDED
|
@@ -0,0 +1,586 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 29540067328
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"lm_head.weight": "model-00003-of-00003.safetensors",
|
| 7 |
+
"model.embed_tokens.weight": "model-00001-of-00003.safetensors",
|
| 8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 13 |
+
"model.layers.0.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 15 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 17 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 18 |
+
"model.layers.0.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 19 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 20 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 21 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 22 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 23 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 24 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 25 |
+
"model.layers.1.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 26 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 27 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 28 |
+
"model.layers.1.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 29 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 30 |
+
"model.layers.1.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 31 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 32 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 33 |
+
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 34 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 35 |
+
"model.layers.10.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 36 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 37 |
+
"model.layers.10.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 38 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 39 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 40 |
+
"model.layers.10.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 41 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 42 |
+
"model.layers.10.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 43 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 44 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 45 |
+
"model.layers.11.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 46 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 47 |
+
"model.layers.11.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 48 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 49 |
+
"model.layers.11.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 50 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 51 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 52 |
+
"model.layers.11.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 53 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 54 |
+
"model.layers.11.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 55 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 56 |
+
"model.layers.12.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 57 |
+
"model.layers.12.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 58 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 59 |
+
"model.layers.12.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 60 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 61 |
+
"model.layers.12.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 62 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 63 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 64 |
+
"model.layers.12.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 65 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 66 |
+
"model.layers.12.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 67 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 68 |
+
"model.layers.13.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 69 |
+
"model.layers.13.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 70 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 71 |
+
"model.layers.13.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 72 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 73 |
+
"model.layers.13.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 74 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 75 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 76 |
+
"model.layers.13.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 77 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 78 |
+
"model.layers.13.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 79 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 80 |
+
"model.layers.14.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 81 |
+
"model.layers.14.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 82 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 83 |
+
"model.layers.14.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 84 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 85 |
+
"model.layers.14.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 86 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 87 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 88 |
+
"model.layers.14.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 89 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 90 |
+
"model.layers.14.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 91 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 92 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 93 |
+
"model.layers.15.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 94 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 95 |
+
"model.layers.15.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 96 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 97 |
+
"model.layers.15.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 98 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 99 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 100 |
+
"model.layers.15.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 101 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 102 |
+
"model.layers.15.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 103 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 104 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 105 |
+
"model.layers.16.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 106 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 107 |
+
"model.layers.16.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 108 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 109 |
+
"model.layers.16.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 110 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 111 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 112 |
+
"model.layers.16.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 113 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 114 |
+
"model.layers.16.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 115 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 116 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 117 |
+
"model.layers.17.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 118 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 119 |
+
"model.layers.17.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 120 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 121 |
+
"model.layers.17.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 122 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 123 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 124 |
+
"model.layers.17.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 125 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 126 |
+
"model.layers.17.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 127 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 128 |
+
"model.layers.18.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 129 |
+
"model.layers.18.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 130 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 131 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 132 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 133 |
+
"model.layers.18.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 134 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 135 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 136 |
+
"model.layers.18.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 137 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 138 |
+
"model.layers.18.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 139 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 140 |
+
"model.layers.19.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 141 |
+
"model.layers.19.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 142 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 143 |
+
"model.layers.19.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 144 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 145 |
+
"model.layers.19.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 146 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 147 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 148 |
+
"model.layers.19.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 149 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 150 |
+
"model.layers.19.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 151 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 152 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 153 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 154 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 155 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 156 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 157 |
+
"model.layers.2.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 158 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 159 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 160 |
+
"model.layers.2.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 161 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 162 |
+
"model.layers.2.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 163 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 164 |
+
"model.layers.20.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 165 |
+
"model.layers.20.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 166 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 167 |
+
"model.layers.20.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 168 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 169 |
+
"model.layers.20.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 170 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 171 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 172 |
+
"model.layers.20.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 173 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 174 |
+
"model.layers.20.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 175 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 176 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 177 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 178 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 179 |
+
"model.layers.21.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 180 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 181 |
+
"model.layers.21.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 182 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 183 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 184 |
+
"model.layers.21.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 185 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 186 |
+
"model.layers.21.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 187 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 188 |
+
"model.layers.22.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 189 |
+
"model.layers.22.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 190 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 191 |
+
"model.layers.22.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 192 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 193 |
+
"model.layers.22.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 194 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 195 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 196 |
+
"model.layers.22.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 197 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 198 |
+
"model.layers.22.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 199 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 200 |
+
"model.layers.23.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 201 |
+
"model.layers.23.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 202 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 203 |
+
"model.layers.23.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 204 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 205 |
+
"model.layers.23.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 206 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 207 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 208 |
+
"model.layers.23.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 209 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 210 |
+
"model.layers.23.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 211 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 212 |
+
"model.layers.24.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 213 |
+
"model.layers.24.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 214 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 215 |
+
"model.layers.24.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 216 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 217 |
+
"model.layers.24.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 218 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 219 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 220 |
+
"model.layers.24.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 221 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 222 |
+
"model.layers.24.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 223 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 224 |
+
"model.layers.25.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 225 |
+
"model.layers.25.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 226 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 227 |
+
"model.layers.25.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 228 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 229 |
+
"model.layers.25.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 230 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 231 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 232 |
+
"model.layers.25.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 233 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 234 |
+
"model.layers.25.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 235 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 236 |
+
"model.layers.26.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 237 |
+
"model.layers.26.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 238 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 239 |
+
"model.layers.26.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 240 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 241 |
+
"model.layers.26.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 242 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 243 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 244 |
+
"model.layers.26.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 245 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 246 |
+
"model.layers.26.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 247 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 248 |
+
"model.layers.27.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 249 |
+
"model.layers.27.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 250 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 251 |
+
"model.layers.27.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 252 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 253 |
+
"model.layers.27.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 254 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 255 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 256 |
+
"model.layers.27.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 257 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 258 |
+
"model.layers.27.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 259 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 260 |
+
"model.layers.28.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 261 |
+
"model.layers.28.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 262 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 263 |
+
"model.layers.28.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 264 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 265 |
+
"model.layers.28.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 266 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 267 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 268 |
+
"model.layers.28.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 269 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 270 |
+
"model.layers.28.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 271 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 272 |
+
"model.layers.29.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 273 |
+
"model.layers.29.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 274 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 275 |
+
"model.layers.29.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 276 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 277 |
+
"model.layers.29.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 278 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 279 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 280 |
+
"model.layers.29.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 281 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 282 |
+
"model.layers.29.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 283 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 284 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 285 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 286 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 287 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 288 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 289 |
+
"model.layers.3.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 290 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 291 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 292 |
+
"model.layers.3.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 293 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 294 |
+
"model.layers.3.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 295 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 296 |
+
"model.layers.30.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 297 |
+
"model.layers.30.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 298 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 299 |
+
"model.layers.30.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 300 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 301 |
+
"model.layers.30.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 302 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 303 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 304 |
+
"model.layers.30.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 305 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 306 |
+
"model.layers.30.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 307 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 308 |
+
"model.layers.31.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 309 |
+
"model.layers.31.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 310 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 311 |
+
"model.layers.31.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 312 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 313 |
+
"model.layers.31.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 314 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 315 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 316 |
+
"model.layers.31.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 317 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 318 |
+
"model.layers.31.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 319 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 320 |
+
"model.layers.32.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 321 |
+
"model.layers.32.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 322 |
+
"model.layers.32.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 323 |
+
"model.layers.32.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 324 |
+
"model.layers.32.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 325 |
+
"model.layers.32.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 326 |
+
"model.layers.32.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 327 |
+
"model.layers.32.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 328 |
+
"model.layers.32.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 329 |
+
"model.layers.32.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 330 |
+
"model.layers.32.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 331 |
+
"model.layers.32.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 332 |
+
"model.layers.33.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 333 |
+
"model.layers.33.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 334 |
+
"model.layers.33.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 335 |
+
"model.layers.33.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 336 |
+
"model.layers.33.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 337 |
+
"model.layers.33.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 338 |
+
"model.layers.33.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 339 |
+
"model.layers.33.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 340 |
+
"model.layers.33.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 341 |
+
"model.layers.33.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 342 |
+
"model.layers.33.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 343 |
+
"model.layers.33.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 344 |
+
"model.layers.34.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 345 |
+
"model.layers.34.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 346 |
+
"model.layers.34.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 347 |
+
"model.layers.34.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 348 |
+
"model.layers.34.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 349 |
+
"model.layers.34.self_attn.k_proj.bias": "model-00003-of-00003.safetensors",
|
| 350 |
+
"model.layers.34.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 351 |
+
"model.layers.34.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 352 |
+
"model.layers.34.self_attn.q_proj.bias": "model-00003-of-00003.safetensors",
|
| 353 |
+
"model.layers.34.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 354 |
+
"model.layers.34.self_attn.v_proj.bias": "model-00003-of-00003.safetensors",
|
| 355 |
+
"model.layers.34.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 356 |
+
"model.layers.35.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 357 |
+
"model.layers.35.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 358 |
+
"model.layers.35.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 359 |
+
"model.layers.35.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 360 |
+
"model.layers.35.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 361 |
+
"model.layers.35.self_attn.k_proj.bias": "model-00003-of-00003.safetensors",
|
| 362 |
+
"model.layers.35.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 363 |
+
"model.layers.35.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 364 |
+
"model.layers.35.self_attn.q_proj.bias": "model-00003-of-00003.safetensors",
|
| 365 |
+
"model.layers.35.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 366 |
+
"model.layers.35.self_attn.v_proj.bias": "model-00003-of-00003.safetensors",
|
| 367 |
+
"model.layers.35.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 368 |
+
"model.layers.36.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 369 |
+
"model.layers.36.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 370 |
+
"model.layers.36.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 371 |
+
"model.layers.36.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 372 |
+
"model.layers.36.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 373 |
+
"model.layers.36.self_attn.k_proj.bias": "model-00003-of-00003.safetensors",
|
| 374 |
+
"model.layers.36.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 375 |
+
"model.layers.36.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 376 |
+
"model.layers.36.self_attn.q_proj.bias": "model-00003-of-00003.safetensors",
|
| 377 |
+
"model.layers.36.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 378 |
+
"model.layers.36.self_attn.v_proj.bias": "model-00003-of-00003.safetensors",
|
| 379 |
+
"model.layers.36.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 380 |
+
"model.layers.37.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 381 |
+
"model.layers.37.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 382 |
+
"model.layers.37.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 383 |
+
"model.layers.37.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 384 |
+
"model.layers.37.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 385 |
+
"model.layers.37.self_attn.k_proj.bias": "model-00003-of-00003.safetensors",
|
| 386 |
+
"model.layers.37.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 387 |
+
"model.layers.37.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 388 |
+
"model.layers.37.self_attn.q_proj.bias": "model-00003-of-00003.safetensors",
|
| 389 |
+
"model.layers.37.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 390 |
+
"model.layers.37.self_attn.v_proj.bias": "model-00003-of-00003.safetensors",
|
| 391 |
+
"model.layers.37.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 392 |
+
"model.layers.38.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 393 |
+
"model.layers.38.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 394 |
+
"model.layers.38.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 395 |
+
"model.layers.38.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 396 |
+
"model.layers.38.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 397 |
+
"model.layers.38.self_attn.k_proj.bias": "model-00003-of-00003.safetensors",
|
| 398 |
+
"model.layers.38.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 399 |
+
"model.layers.38.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 400 |
+
"model.layers.38.self_attn.q_proj.bias": "model-00003-of-00003.safetensors",
|
| 401 |
+
"model.layers.38.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 402 |
+
"model.layers.38.self_attn.v_proj.bias": "model-00003-of-00003.safetensors",
|
| 403 |
+
"model.layers.38.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 404 |
+
"model.layers.39.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 405 |
+
"model.layers.39.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 406 |
+
"model.layers.39.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 407 |
+
"model.layers.39.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 408 |
+
"model.layers.39.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 409 |
+
"model.layers.39.self_attn.k_proj.bias": "model-00003-of-00003.safetensors",
|
| 410 |
+
"model.layers.39.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 411 |
+
"model.layers.39.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 412 |
+
"model.layers.39.self_attn.q_proj.bias": "model-00003-of-00003.safetensors",
|
| 413 |
+
"model.layers.39.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 414 |
+
"model.layers.39.self_attn.v_proj.bias": "model-00003-of-00003.safetensors",
|
| 415 |
+
"model.layers.39.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 416 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 417 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 418 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 419 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 420 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 421 |
+
"model.layers.4.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 422 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 423 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 424 |
+
"model.layers.4.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 425 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 426 |
+
"model.layers.4.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 427 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 428 |
+
"model.layers.40.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 429 |
+
"model.layers.40.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 430 |
+
"model.layers.40.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 431 |
+
"model.layers.40.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 432 |
+
"model.layers.40.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 433 |
+
"model.layers.40.self_attn.k_proj.bias": "model-00003-of-00003.safetensors",
|
| 434 |
+
"model.layers.40.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 435 |
+
"model.layers.40.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 436 |
+
"model.layers.40.self_attn.q_proj.bias": "model-00003-of-00003.safetensors",
|
| 437 |
+
"model.layers.40.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 438 |
+
"model.layers.40.self_attn.v_proj.bias": "model-00003-of-00003.safetensors",
|
| 439 |
+
"model.layers.40.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 440 |
+
"model.layers.41.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 441 |
+
"model.layers.41.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 442 |
+
"model.layers.41.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 443 |
+
"model.layers.41.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 444 |
+
"model.layers.41.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 445 |
+
"model.layers.41.self_attn.k_proj.bias": "model-00003-of-00003.safetensors",
|
| 446 |
+
"model.layers.41.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 447 |
+
"model.layers.41.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 448 |
+
"model.layers.41.self_attn.q_proj.bias": "model-00003-of-00003.safetensors",
|
| 449 |
+
"model.layers.41.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 450 |
+
"model.layers.41.self_attn.v_proj.bias": "model-00003-of-00003.safetensors",
|
| 451 |
+
"model.layers.41.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 452 |
+
"model.layers.42.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 453 |
+
"model.layers.42.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 454 |
+
"model.layers.42.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 455 |
+
"model.layers.42.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 456 |
+
"model.layers.42.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 457 |
+
"model.layers.42.self_attn.k_proj.bias": "model-00003-of-00003.safetensors",
|
| 458 |
+
"model.layers.42.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 459 |
+
"model.layers.42.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 460 |
+
"model.layers.42.self_attn.q_proj.bias": "model-00003-of-00003.safetensors",
|
| 461 |
+
"model.layers.42.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 462 |
+
"model.layers.42.self_attn.v_proj.bias": "model-00003-of-00003.safetensors",
|
| 463 |
+
"model.layers.42.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 464 |
+
"model.layers.43.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 465 |
+
"model.layers.43.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 466 |
+
"model.layers.43.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 467 |
+
"model.layers.43.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 468 |
+
"model.layers.43.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 469 |
+
"model.layers.43.self_attn.k_proj.bias": "model-00003-of-00003.safetensors",
|
| 470 |
+
"model.layers.43.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 471 |
+
"model.layers.43.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 472 |
+
"model.layers.43.self_attn.q_proj.bias": "model-00003-of-00003.safetensors",
|
| 473 |
+
"model.layers.43.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 474 |
+
"model.layers.43.self_attn.v_proj.bias": "model-00003-of-00003.safetensors",
|
| 475 |
+
"model.layers.43.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 476 |
+
"model.layers.44.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 477 |
+
"model.layers.44.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 478 |
+
"model.layers.44.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 479 |
+
"model.layers.44.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 480 |
+
"model.layers.44.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 481 |
+
"model.layers.44.self_attn.k_proj.bias": "model-00003-of-00003.safetensors",
|
| 482 |
+
"model.layers.44.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 483 |
+
"model.layers.44.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 484 |
+
"model.layers.44.self_attn.q_proj.bias": "model-00003-of-00003.safetensors",
|
| 485 |
+
"model.layers.44.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 486 |
+
"model.layers.44.self_attn.v_proj.bias": "model-00003-of-00003.safetensors",
|
| 487 |
+
"model.layers.44.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 488 |
+
"model.layers.45.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 489 |
+
"model.layers.45.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 490 |
+
"model.layers.45.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 491 |
+
"model.layers.45.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 492 |
+
"model.layers.45.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 493 |
+
"model.layers.45.self_attn.k_proj.bias": "model-00003-of-00003.safetensors",
|
| 494 |
+
"model.layers.45.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 495 |
+
"model.layers.45.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 496 |
+
"model.layers.45.self_attn.q_proj.bias": "model-00003-of-00003.safetensors",
|
| 497 |
+
"model.layers.45.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 498 |
+
"model.layers.45.self_attn.v_proj.bias": "model-00003-of-00003.safetensors",
|
| 499 |
+
"model.layers.45.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 500 |
+
"model.layers.46.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 501 |
+
"model.layers.46.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 502 |
+
"model.layers.46.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 503 |
+
"model.layers.46.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 504 |
+
"model.layers.46.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 505 |
+
"model.layers.46.self_attn.k_proj.bias": "model-00003-of-00003.safetensors",
|
| 506 |
+
"model.layers.46.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 507 |
+
"model.layers.46.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 508 |
+
"model.layers.46.self_attn.q_proj.bias": "model-00003-of-00003.safetensors",
|
| 509 |
+
"model.layers.46.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 510 |
+
"model.layers.46.self_attn.v_proj.bias": "model-00003-of-00003.safetensors",
|
| 511 |
+
"model.layers.46.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 512 |
+
"model.layers.47.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 513 |
+
"model.layers.47.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 514 |
+
"model.layers.47.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 515 |
+
"model.layers.47.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 516 |
+
"model.layers.47.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 517 |
+
"model.layers.47.self_attn.k_proj.bias": "model-00003-of-00003.safetensors",
|
| 518 |
+
"model.layers.47.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 519 |
+
"model.layers.47.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 520 |
+
"model.layers.47.self_attn.q_proj.bias": "model-00003-of-00003.safetensors",
|
| 521 |
+
"model.layers.47.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 522 |
+
"model.layers.47.self_attn.v_proj.bias": "model-00003-of-00003.safetensors",
|
| 523 |
+
"model.layers.47.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 524 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 525 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 526 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 527 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 528 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 529 |
+
"model.layers.5.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 530 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 531 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 532 |
+
"model.layers.5.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 533 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 534 |
+
"model.layers.5.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 535 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 536 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 537 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 538 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 539 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 540 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 541 |
+
"model.layers.6.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 542 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 543 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 544 |
+
"model.layers.6.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 545 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 546 |
+
"model.layers.6.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 547 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 548 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 549 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 550 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 551 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 552 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 553 |
+
"model.layers.7.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 554 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 555 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 556 |
+
"model.layers.7.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 557 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 558 |
+
"model.layers.7.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 559 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 560 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 561 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 562 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 563 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 564 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 565 |
+
"model.layers.8.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 566 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 567 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 568 |
+
"model.layers.8.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 569 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 570 |
+
"model.layers.8.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 571 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 572 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 573 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 574 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 575 |
+
"model.layers.9.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 576 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 577 |
+
"model.layers.9.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 578 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 579 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 580 |
+
"model.layers.9.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 581 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 582 |
+
"model.layers.9.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 583 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 584 |
+
"model.norm.weight": "model-00003-of-00003.safetensors"
|
| 585 |
+
}
|
| 586 |
+
}
|
CREAM/outputs/sft/qwen_fcs_sft-lora_None-ckpt_None-25-10-05-18_51_59/checkpoint-5031/special_tokens_map.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|im_start|>",
|
| 4 |
+
"<|im_end|>",
|
| 5 |
+
"<|object_ref_start|>",
|
| 6 |
+
"<|object_ref_end|>",
|
| 7 |
+
"<|box_start|>",
|
| 8 |
+
"<|box_end|>",
|
| 9 |
+
"<|quad_start|>",
|
| 10 |
+
"<|quad_end|>",
|
| 11 |
+
"<|vision_start|>",
|
| 12 |
+
"<|vision_end|>",
|
| 13 |
+
"<|vision_pad|>",
|
| 14 |
+
"<|image_pad|>",
|
| 15 |
+
"<|video_pad|>"
|
| 16 |
+
],
|
| 17 |
+
"eos_token": {
|
| 18 |
+
"content": "<|im_end|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
},
|
| 24 |
+
"pad_token": {
|
| 25 |
+
"content": "<|endoftext|>",
|
| 26 |
+
"lstrip": false,
|
| 27 |
+
"normalized": false,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"single_word": false
|
| 30 |
+
}
|
| 31 |
+
}
|
CREAM/outputs/sft/qwen_fcs_sft-lora_None-ckpt_None-25-10-05-18_51_59/checkpoint-5031/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
CREAM/outputs/sft/qwen_fcs_sft-lora_None-ckpt_None-25-10-05-18_51_59/checkpoint-5031/tokenizer_config.json
ADDED
|
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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_start|>",
|
| 184 |
+
"<|im_end|>",
|
| 185 |
+
"<|object_ref_start|>",
|
| 186 |
+
"<|object_ref_end|>",
|
| 187 |
+
"<|box_start|>",
|
| 188 |
+
"<|box_end|>",
|
| 189 |
+
"<|quad_start|>",
|
| 190 |
+
"<|quad_end|>",
|
| 191 |
+
"<|vision_start|>",
|
| 192 |
+
"<|vision_end|>",
|
| 193 |
+
"<|vision_pad|>",
|
| 194 |
+
"<|image_pad|>",
|
| 195 |
+
"<|video_pad|>"
|
| 196 |
+
],
|
| 197 |
+
"bos_token": null,
|
| 198 |
+
"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",
|
| 199 |
+
"clean_up_tokenization_spaces": false,
|
| 200 |
+
"eos_token": "<|im_end|>",
|
| 201 |
+
"errors": "replace",
|
| 202 |
+
"model_max_length": 131072,
|
| 203 |
+
"pad_token": "<|endoftext|>",
|
| 204 |
+
"split_special_tokens": false,
|
| 205 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 206 |
+
"unk_token": null
|
| 207 |
+
}
|
CREAM/outputs/sft/qwen_fcs_sft-lora_None-ckpt_None-25-10-05-18_51_59/checkpoint-5031/trainer_state.json
ADDED
|
@@ -0,0 +1,1139 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 3.0,
|
| 5 |
+
"eval_steps": 5031,
|
| 6 |
+
"global_step": 5031,
|
| 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.0,
|
| 13 |
+
"grad_norm": 12.40677261352539,
|
| 14 |
+
"learning_rate": 9.920634920634921e-09,
|
| 15 |
+
"loss": 1.4787,
|
| 16 |
+
"step": 1
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 0.02,
|
| 20 |
+
"grad_norm": 9.015302658081055,
|
| 21 |
+
"learning_rate": 3.174603174603175e-07,
|
| 22 |
+
"loss": 1.7169,
|
| 23 |
+
"step": 32
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"epoch": 0.04,
|
| 27 |
+
"grad_norm": 21.63365364074707,
|
| 28 |
+
"learning_rate": 6.34920634920635e-07,
|
| 29 |
+
"loss": 1.4059,
|
| 30 |
+
"step": 64
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"epoch": 0.06,
|
| 34 |
+
"grad_norm": 1.4237022399902344,
|
| 35 |
+
"learning_rate": 9.523809523809525e-07,
|
| 36 |
+
"loss": 0.589,
|
| 37 |
+
"step": 96
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"epoch": 0.08,
|
| 41 |
+
"grad_norm": 1.1732497215270996,
|
| 42 |
+
"learning_rate": 1.26984126984127e-06,
|
| 43 |
+
"loss": 0.396,
|
| 44 |
+
"step": 128
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"epoch": 0.1,
|
| 48 |
+
"grad_norm": 1.178024172782898,
|
| 49 |
+
"learning_rate": 1.5873015873015873e-06,
|
| 50 |
+
"loss": 0.3483,
|
| 51 |
+
"step": 160
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"epoch": 0.11,
|
| 55 |
+
"grad_norm": 1.1424766778945923,
|
| 56 |
+
"learning_rate": 1.904761904761905e-06,
|
| 57 |
+
"loss": 0.3438,
|
| 58 |
+
"step": 192
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"epoch": 0.13,
|
| 62 |
+
"grad_norm": 0.9893178939819336,
|
| 63 |
+
"learning_rate": 2.222222222222222e-06,
|
| 64 |
+
"loss": 0.3315,
|
| 65 |
+
"step": 224
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"epoch": 0.15,
|
| 69 |
+
"grad_norm": 0.9395055174827576,
|
| 70 |
+
"learning_rate": 2.53968253968254e-06,
|
| 71 |
+
"loss": 0.3232,
|
| 72 |
+
"step": 256
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"epoch": 0.17,
|
| 76 |
+
"grad_norm": 0.9525547623634338,
|
| 77 |
+
"learning_rate": 2.8571428571428573e-06,
|
| 78 |
+
"loss": 0.3059,
|
| 79 |
+
"step": 288
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"epoch": 0.19,
|
| 83 |
+
"grad_norm": 1.028775930404663,
|
| 84 |
+
"learning_rate": 3.1746031746031746e-06,
|
| 85 |
+
"loss": 0.2904,
|
| 86 |
+
"step": 320
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"epoch": 0.21,
|
| 90 |
+
"grad_norm": 0.9500004053115845,
|
| 91 |
+
"learning_rate": 3.492063492063492e-06,
|
| 92 |
+
"loss": 0.2866,
|
| 93 |
+
"step": 352
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"epoch": 0.23,
|
| 97 |
+
"grad_norm": 0.8986429572105408,
|
| 98 |
+
"learning_rate": 3.80952380952381e-06,
|
| 99 |
+
"loss": 0.2761,
|
| 100 |
+
"step": 384
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"epoch": 0.25,
|
| 104 |
+
"grad_norm": 0.8961861729621887,
|
| 105 |
+
"learning_rate": 4.126984126984127e-06,
|
| 106 |
+
"loss": 0.2771,
|
| 107 |
+
"step": 416
|
| 108 |
+
},
|
| 109 |
+
{
|
| 110 |
+
"epoch": 0.27,
|
| 111 |
+
"grad_norm": 0.9038839936256409,
|
| 112 |
+
"learning_rate": 4.444444444444444e-06,
|
| 113 |
+
"loss": 0.294,
|
| 114 |
+
"step": 448
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"epoch": 0.29,
|
| 118 |
+
"grad_norm": 1.213515281677246,
|
| 119 |
+
"learning_rate": 4.761904761904762e-06,
|
| 120 |
+
"loss": 0.2824,
|
| 121 |
+
"step": 480
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"epoch": 0.31,
|
| 125 |
+
"grad_norm": 1.015212059020996,
|
| 126 |
+
"learning_rate": 4.999961472783987e-06,
|
| 127 |
+
"loss": 0.2762,
|
| 128 |
+
"step": 512
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"epoch": 0.32,
|
| 132 |
+
"grad_norm": 0.8547834753990173,
|
| 133 |
+
"learning_rate": 4.9990368789722524e-06,
|
| 134 |
+
"loss": 0.2642,
|
| 135 |
+
"step": 544
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"epoch": 0.34,
|
| 139 |
+
"grad_norm": 1.1258083581924438,
|
| 140 |
+
"learning_rate": 4.996879936689864e-06,
|
| 141 |
+
"loss": 0.2691,
|
| 142 |
+
"step": 576
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"epoch": 0.36,
|
| 146 |
+
"grad_norm": 0.846869707107544,
|
| 147 |
+
"learning_rate": 4.993491709588402e-06,
|
| 148 |
+
"loss": 0.2583,
|
| 149 |
+
"step": 608
|
| 150 |
+
},
|
| 151 |
+
{
|
| 152 |
+
"epoch": 0.38,
|
| 153 |
+
"grad_norm": 1.0405147075653076,
|
| 154 |
+
"learning_rate": 4.988873868502148e-06,
|
| 155 |
+
"loss": 0.264,
|
| 156 |
+
"step": 640
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"epoch": 0.4,
|
| 160 |
+
"grad_norm": 1.035718321800232,
|
| 161 |
+
"learning_rate": 4.983028690624146e-06,
|
| 162 |
+
"loss": 0.2544,
|
| 163 |
+
"step": 672
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"epoch": 0.42,
|
| 167 |
+
"grad_norm": 0.9199182987213135,
|
| 168 |
+
"learning_rate": 4.975959058383255e-06,
|
| 169 |
+
"loss": 0.262,
|
| 170 |
+
"step": 704
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"epoch": 0.44,
|
| 174 |
+
"grad_norm": 0.7455497980117798,
|
| 175 |
+
"learning_rate": 4.967668458022737e-06,
|
| 176 |
+
"loss": 0.256,
|
| 177 |
+
"step": 736
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"epoch": 0.46,
|
| 181 |
+
"grad_norm": 0.8655063509941101,
|
| 182 |
+
"learning_rate": 4.958160977881089e-06,
|
| 183 |
+
"loss": 0.2689,
|
| 184 |
+
"step": 768
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"epoch": 0.48,
|
| 188 |
+
"grad_norm": 0.9442307353019714,
|
| 189 |
+
"learning_rate": 4.947441306375959e-06,
|
| 190 |
+
"loss": 0.2605,
|
| 191 |
+
"step": 800
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"epoch": 0.5,
|
| 195 |
+
"grad_norm": 2.1555304527282715,
|
| 196 |
+
"learning_rate": 4.935514729692157e-06,
|
| 197 |
+
"loss": 0.2622,
|
| 198 |
+
"step": 832
|
| 199 |
+
},
|
| 200 |
+
{
|
| 201 |
+
"epoch": 0.52,
|
| 202 |
+
"grad_norm": 1.1373685598373413,
|
| 203 |
+
"learning_rate": 4.922387129174876e-06,
|
| 204 |
+
"loss": 0.2684,
|
| 205 |
+
"step": 864
|
| 206 |
+
},
|
| 207 |
+
{
|
| 208 |
+
"epoch": 0.53,
|
| 209 |
+
"grad_norm": 0.9241792559623718,
|
| 210 |
+
"learning_rate": 4.908064978429431e-06,
|
| 211 |
+
"loss": 0.2557,
|
| 212 |
+
"step": 896
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"epoch": 0.55,
|
| 216 |
+
"grad_norm": 1.0020250082015991,
|
| 217 |
+
"learning_rate": 4.892555340128932e-06,
|
| 218 |
+
"loss": 0.2628,
|
| 219 |
+
"step": 928
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"epoch": 0.57,
|
| 223 |
+
"grad_norm": 0.6900858283042908,
|
| 224 |
+
"learning_rate": 4.875865862531474e-06,
|
| 225 |
+
"loss": 0.2463,
|
| 226 |
+
"step": 960
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"epoch": 0.59,
|
| 230 |
+
"grad_norm": 0.920263409614563,
|
| 231 |
+
"learning_rate": 4.858004775708557e-06,
|
| 232 |
+
"loss": 0.2489,
|
| 233 |
+
"step": 992
|
| 234 |
+
},
|
| 235 |
+
{
|
| 236 |
+
"epoch": 0.61,
|
| 237 |
+
"grad_norm": 0.9031669497489929,
|
| 238 |
+
"learning_rate": 4.838980887486594e-06,
|
| 239 |
+
"loss": 0.257,
|
| 240 |
+
"step": 1024
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"epoch": 0.63,
|
| 244 |
+
"grad_norm": 1.060744047164917,
|
| 245 |
+
"learning_rate": 4.818803579103514e-06,
|
| 246 |
+
"loss": 0.2517,
|
| 247 |
+
"step": 1056
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"epoch": 0.65,
|
| 251 |
+
"grad_norm": 0.8569713234901428,
|
| 252 |
+
"learning_rate": 4.7974828005826e-06,
|
| 253 |
+
"loss": 0.2581,
|
| 254 |
+
"step": 1088
|
| 255 |
+
},
|
| 256 |
+
{
|
| 257 |
+
"epoch": 0.67,
|
| 258 |
+
"grad_norm": 0.8791570067405701,
|
| 259 |
+
"learning_rate": 4.775029065825837e-06,
|
| 260 |
+
"loss": 0.2584,
|
| 261 |
+
"step": 1120
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"epoch": 0.69,
|
| 265 |
+
"grad_norm": 0.9484251737594604,
|
| 266 |
+
"learning_rate": 4.751453447429199e-06,
|
| 267 |
+
"loss": 0.2482,
|
| 268 |
+
"step": 1152
|
| 269 |
+
},
|
| 270 |
+
{
|
| 271 |
+
"epoch": 0.71,
|
| 272 |
+
"grad_norm": 0.9309147596359253,
|
| 273 |
+
"learning_rate": 4.72676757122243e-06,
|
| 274 |
+
"loss": 0.2465,
|
| 275 |
+
"step": 1184
|
| 276 |
+
},
|
| 277 |
+
{
|
| 278 |
+
"epoch": 0.73,
|
| 279 |
+
"grad_norm": 0.9173675179481506,
|
| 280 |
+
"learning_rate": 4.700983610536002e-06,
|
| 281 |
+
"loss": 0.247,
|
| 282 |
+
"step": 1216
|
| 283 |
+
},
|
| 284 |
+
{
|
| 285 |
+
"epoch": 0.74,
|
| 286 |
+
"grad_norm": 0.8396390676498413,
|
| 287 |
+
"learning_rate": 4.674114280198089e-06,
|
| 288 |
+
"loss": 0.2486,
|
| 289 |
+
"step": 1248
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"epoch": 0.76,
|
| 293 |
+
"grad_norm": 1.020650863647461,
|
| 294 |
+
"learning_rate": 4.646172830264516e-06,
|
| 295 |
+
"loss": 0.2443,
|
| 296 |
+
"step": 1280
|
| 297 |
+
},
|
| 298 |
+
{
|
| 299 |
+
"epoch": 0.78,
|
| 300 |
+
"grad_norm": 0.7430787086486816,
|
| 301 |
+
"learning_rate": 4.617173039484759e-06,
|
| 302 |
+
"loss": 0.2387,
|
| 303 |
+
"step": 1312
|
| 304 |
+
},
|
| 305 |
+
{
|
| 306 |
+
"epoch": 0.8,
|
| 307 |
+
"grad_norm": 0.7960339188575745,
|
| 308 |
+
"learning_rate": 4.58712920850725e-06,
|
| 309 |
+
"loss": 0.2338,
|
| 310 |
+
"step": 1344
|
| 311 |
+
},
|
| 312 |
+
{
|
| 313 |
+
"epoch": 0.82,
|
| 314 |
+
"grad_norm": 0.9160335063934326,
|
| 315 |
+
"learning_rate": 4.556056152827294e-06,
|
| 316 |
+
"loss": 0.2535,
|
| 317 |
+
"step": 1376
|
| 318 |
+
},
|
| 319 |
+
{
|
| 320 |
+
"epoch": 0.84,
|
| 321 |
+
"grad_norm": 0.887413740158081,
|
| 322 |
+
"learning_rate": 4.523969195481128e-06,
|
| 323 |
+
"loss": 0.2509,
|
| 324 |
+
"step": 1408
|
| 325 |
+
},
|
| 326 |
+
{
|
| 327 |
+
"epoch": 0.86,
|
| 328 |
+
"grad_norm": 0.9703641533851624,
|
| 329 |
+
"learning_rate": 4.49088415948967e-06,
|
| 330 |
+
"loss": 0.2504,
|
| 331 |
+
"step": 1440
|
| 332 |
+
},
|
| 333 |
+
{
|
| 334 |
+
"epoch": 0.88,
|
| 335 |
+
"grad_norm": 1.0379596948623657,
|
| 336 |
+
"learning_rate": 4.4568173600557285e-06,
|
| 337 |
+
"loss": 0.2543,
|
| 338 |
+
"step": 1472
|
| 339 |
+
},
|
| 340 |
+
{
|
| 341 |
+
"epoch": 0.9,
|
| 342 |
+
"grad_norm": 0.8071537017822266,
|
| 343 |
+
"learning_rate": 4.421785596518494e-06,
|
| 344 |
+
"loss": 0.2525,
|
| 345 |
+
"step": 1504
|
| 346 |
+
},
|
| 347 |
+
{
|
| 348 |
+
"epoch": 0.92,
|
| 349 |
+
"grad_norm": 0.7581356763839722,
|
| 350 |
+
"learning_rate": 4.385806144069296e-06,
|
| 351 |
+
"loss": 0.2462,
|
| 352 |
+
"step": 1536
|
| 353 |
+
},
|
| 354 |
+
{
|
| 355 |
+
"epoch": 0.94,
|
| 356 |
+
"grad_norm": 1.007126808166504,
|
| 357 |
+
"learning_rate": 4.348896745232692e-06,
|
| 358 |
+
"loss": 0.2464,
|
| 359 |
+
"step": 1568
|
| 360 |
+
},
|
| 361 |
+
{
|
| 362 |
+
"epoch": 0.95,
|
| 363 |
+
"grad_norm": 0.8424175381660461,
|
| 364 |
+
"learning_rate": 4.311075601117116e-06,
|
| 365 |
+
"loss": 0.2429,
|
| 366 |
+
"step": 1600
|
| 367 |
+
},
|
| 368 |
+
{
|
| 369 |
+
"epoch": 0.97,
|
| 370 |
+
"grad_norm": 0.9869457483291626,
|
| 371 |
+
"learning_rate": 4.27236136243937e-06,
|
| 372 |
+
"loss": 0.2427,
|
| 373 |
+
"step": 1632
|
| 374 |
+
},
|
| 375 |
+
{
|
| 376 |
+
"epoch": 0.99,
|
| 377 |
+
"grad_norm": 0.7949284911155701,
|
| 378 |
+
"learning_rate": 4.232773120327411e-06,
|
| 379 |
+
"loss": 0.2415,
|
| 380 |
+
"step": 1664
|
| 381 |
+
},
|
| 382 |
+
{
|
| 383 |
+
"epoch": 1.01,
|
| 384 |
+
"grad_norm": 0.8421123027801514,
|
| 385 |
+
"learning_rate": 4.1923303969059545e-06,
|
| 386 |
+
"loss": 0.2368,
|
| 387 |
+
"step": 1696
|
| 388 |
+
},
|
| 389 |
+
{
|
| 390 |
+
"epoch": 1.03,
|
| 391 |
+
"grad_norm": 0.8088740110397339,
|
| 392 |
+
"learning_rate": 4.151053135669545e-06,
|
| 393 |
+
"loss": 0.2067,
|
| 394 |
+
"step": 1728
|
| 395 |
+
},
|
| 396 |
+
{
|
| 397 |
+
"epoch": 1.05,
|
| 398 |
+
"grad_norm": 0.98466557264328,
|
| 399 |
+
"learning_rate": 4.108961691647828e-06,
|
| 400 |
+
"loss": 0.2265,
|
| 401 |
+
"step": 1760
|
| 402 |
+
},
|
| 403 |
+
{
|
| 404 |
+
"epoch": 1.07,
|
| 405 |
+
"grad_norm": 0.844094455242157,
|
| 406 |
+
"learning_rate": 4.066076821367889e-06,
|
| 407 |
+
"loss": 0.2084,
|
| 408 |
+
"step": 1792
|
| 409 |
+
},
|
| 410 |
+
{
|
| 411 |
+
"epoch": 1.09,
|
| 412 |
+
"grad_norm": 0.9722954630851746,
|
| 413 |
+
"learning_rate": 4.022419672618602e-06,
|
| 414 |
+
"loss": 0.2071,
|
| 415 |
+
"step": 1824
|
| 416 |
+
},
|
| 417 |
+
{
|
| 418 |
+
"epoch": 1.11,
|
| 419 |
+
"grad_norm": 1.104019045829773,
|
| 420 |
+
"learning_rate": 3.978011774022031e-06,
|
| 421 |
+
"loss": 0.2064,
|
| 422 |
+
"step": 1856
|
| 423 |
+
},
|
| 424 |
+
{
|
| 425 |
+
"epoch": 1.13,
|
| 426 |
+
"grad_norm": 0.8978186845779419,
|
| 427 |
+
"learning_rate": 3.9328750244170385e-06,
|
| 428 |
+
"loss": 0.2133,
|
| 429 |
+
"step": 1888
|
| 430 |
+
},
|
| 431 |
+
{
|
| 432 |
+
"epoch": 1.14,
|
| 433 |
+
"grad_norm": 0.9305084347724915,
|
| 434 |
+
"learning_rate": 3.88703168206032e-06,
|
| 435 |
+
"loss": 0.2138,
|
| 436 |
+
"step": 1920
|
| 437 |
+
},
|
| 438 |
+
{
|
| 439 |
+
"epoch": 1.16,
|
| 440 |
+
"grad_norm": 0.919377326965332,
|
| 441 |
+
"learning_rate": 3.840504353650209e-06,
|
| 442 |
+
"loss": 0.2153,
|
| 443 |
+
"step": 1952
|
| 444 |
+
},
|
| 445 |
+
{
|
| 446 |
+
"epoch": 1.18,
|
| 447 |
+
"grad_norm": 1.0230509042739868,
|
| 448 |
+
"learning_rate": 3.7933159831786424e-06,
|
| 449 |
+
"loss": 0.2164,
|
| 450 |
+
"step": 1984
|
| 451 |
+
},
|
| 452 |
+
{
|
| 453 |
+
"epoch": 1.2,
|
| 454 |
+
"grad_norm": 0.9514108300209045,
|
| 455 |
+
"learning_rate": 3.745489840616816e-06,
|
| 456 |
+
"loss": 0.218,
|
| 457 |
+
"step": 2016
|
| 458 |
+
},
|
| 459 |
+
{
|
| 460 |
+
"epoch": 1.22,
|
| 461 |
+
"grad_norm": 1.2104793787002563,
|
| 462 |
+
"learning_rate": 3.6970495104400677e-06,
|
| 463 |
+
"loss": 0.2205,
|
| 464 |
+
"step": 2048
|
| 465 |
+
},
|
| 466 |
+
{
|
| 467 |
+
"epoch": 1.24,
|
| 468 |
+
"grad_norm": 1.9711910486221313,
|
| 469 |
+
"learning_rate": 3.648018879997686e-06,
|
| 470 |
+
"loss": 0.2136,
|
| 471 |
+
"step": 2080
|
| 472 |
+
},
|
| 473 |
+
{
|
| 474 |
+
"epoch": 1.26,
|
| 475 |
+
"grad_norm": 0.9941205382347107,
|
| 476 |
+
"learning_rate": 3.5984221277333527e-06,
|
| 477 |
+
"loss": 0.2087,
|
| 478 |
+
"step": 2112
|
| 479 |
+
},
|
| 480 |
+
{
|
| 481 |
+
"epoch": 1.28,
|
| 482 |
+
"grad_norm": 0.9926620125770569,
|
| 483 |
+
"learning_rate": 3.5482837112620473e-06,
|
| 484 |
+
"loss": 0.2156,
|
| 485 |
+
"step": 2144
|
| 486 |
+
},
|
| 487 |
+
{
|
| 488 |
+
"epoch": 1.3,
|
| 489 |
+
"grad_norm": 0.8572381734848022,
|
| 490 |
+
"learning_rate": 3.4976283553092744e-06,
|
| 491 |
+
"loss": 0.2101,
|
| 492 |
+
"step": 2176
|
| 493 |
+
},
|
| 494 |
+
{
|
| 495 |
+
"epoch": 1.32,
|
| 496 |
+
"grad_norm": 0.978687047958374,
|
| 497 |
+
"learning_rate": 3.4464810395185776e-06,
|
| 498 |
+
"loss": 0.2091,
|
| 499 |
+
"step": 2208
|
| 500 |
+
},
|
| 501 |
+
{
|
| 502 |
+
"epoch": 1.34,
|
| 503 |
+
"grad_norm": 0.8880535364151001,
|
| 504 |
+
"learning_rate": 3.3948669861333427e-06,
|
| 505 |
+
"loss": 0.2077,
|
| 506 |
+
"step": 2240
|
| 507 |
+
},
|
| 508 |
+
{
|
| 509 |
+
"epoch": 1.35,
|
| 510 |
+
"grad_norm": 0.8167008757591248,
|
| 511 |
+
"learning_rate": 3.34281164755897e-06,
|
| 512 |
+
"loss": 0.2098,
|
| 513 |
+
"step": 2272
|
| 514 |
+
},
|
| 515 |
+
{
|
| 516 |
+
"epoch": 1.37,
|
| 517 |
+
"grad_norm": 1.0977202653884888,
|
| 518 |
+
"learning_rate": 3.2903406938115463e-06,
|
| 519 |
+
"loss": 0.2167,
|
| 520 |
+
"step": 2304
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"epoch": 1.39,
|
| 524 |
+
"grad_norm": 0.8238468170166016,
|
| 525 |
+
"learning_rate": 3.2374799998592017e-06,
|
| 526 |
+
"loss": 0.2121,
|
| 527 |
+
"step": 2336
|
| 528 |
+
},
|
| 529 |
+
{
|
| 530 |
+
"epoch": 1.41,
|
| 531 |
+
"grad_norm": 0.9441167712211609,
|
| 532 |
+
"learning_rate": 3.1842556328624097e-06,
|
| 533 |
+
"loss": 0.212,
|
| 534 |
+
"step": 2368
|
| 535 |
+
},
|
| 536 |
+
{
|
| 537 |
+
"epoch": 1.43,
|
| 538 |
+
"grad_norm": 0.7314653396606445,
|
| 539 |
+
"learning_rate": 3.1306938393194993e-06,
|
| 540 |
+
"loss": 0.2067,
|
| 541 |
+
"step": 2400
|
| 542 |
+
},
|
| 543 |
+
{
|
| 544 |
+
"epoch": 1.45,
|
| 545 |
+
"grad_norm": 0.9368041753768921,
|
| 546 |
+
"learning_rate": 3.076821032123739e-06,
|
| 547 |
+
"loss": 0.2116,
|
| 548 |
+
"step": 2432
|
| 549 |
+
},
|
| 550 |
+
{
|
| 551 |
+
"epoch": 1.47,
|
| 552 |
+
"grad_norm": 1.0334727764129639,
|
| 553 |
+
"learning_rate": 3.022663777538362e-06,
|
| 554 |
+
"loss": 0.2118,
|
| 555 |
+
"step": 2464
|
| 556 |
+
},
|
| 557 |
+
{
|
| 558 |
+
"epoch": 1.49,
|
| 559 |
+
"grad_norm": 0.9771775603294373,
|
| 560 |
+
"learning_rate": 2.968248782095965e-06,
|
| 561 |
+
"loss": 0.221,
|
| 562 |
+
"step": 2496
|
| 563 |
+
},
|
| 564 |
+
{
|
| 565 |
+
"epoch": 1.51,
|
| 566 |
+
"grad_norm": 0.8788793087005615,
|
| 567 |
+
"learning_rate": 2.9136028794287248e-06,
|
| 568 |
+
"loss": 0.2117,
|
| 569 |
+
"step": 2528
|
| 570 |
+
},
|
| 571 |
+
{
|
| 572 |
+
"epoch": 1.53,
|
| 573 |
+
"grad_norm": 0.798906683921814,
|
| 574 |
+
"learning_rate": 2.8587530170359563e-06,
|
| 575 |
+
"loss": 0.2091,
|
| 576 |
+
"step": 2560
|
| 577 |
+
},
|
| 578 |
+
{
|
| 579 |
+
"epoch": 1.55,
|
| 580 |
+
"grad_norm": 0.8745276927947998,
|
| 581 |
+
"learning_rate": 2.8037262429955014e-06,
|
| 582 |
+
"loss": 0.2198,
|
| 583 |
+
"step": 2592
|
| 584 |
+
},
|
| 585 |
+
{
|
| 586 |
+
"epoch": 1.56,
|
| 587 |
+
"grad_norm": 0.9228450059890747,
|
| 588 |
+
"learning_rate": 2.748549692625533e-06,
|
| 589 |
+
"loss": 0.2169,
|
| 590 |
+
"step": 2624
|
| 591 |
+
},
|
| 592 |
+
{
|
| 593 |
+
"epoch": 1.58,
|
| 594 |
+
"grad_norm": 0.8804572820663452,
|
| 595 |
+
"learning_rate": 2.6932505751033284e-06,
|
| 596 |
+
"loss": 0.2116,
|
| 597 |
+
"step": 2656
|
| 598 |
+
},
|
| 599 |
+
{
|
| 600 |
+
"epoch": 1.6,
|
| 601 |
+
"grad_norm": 0.7888917922973633,
|
| 602 |
+
"learning_rate": 2.6378561600476282e-06,
|
| 603 |
+
"loss": 0.2051,
|
| 604 |
+
"step": 2688
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"epoch": 1.62,
|
| 608 |
+
"grad_norm": 0.9026584625244141,
|
| 609 |
+
"learning_rate": 2.582393764071185e-06,
|
| 610 |
+
"loss": 0.205,
|
| 611 |
+
"step": 2720
|
| 612 |
+
},
|
| 613 |
+
{
|
| 614 |
+
"epoch": 1.64,
|
| 615 |
+
"grad_norm": 0.7188759446144104,
|
| 616 |
+
"learning_rate": 2.5268907373101374e-06,
|
| 617 |
+
"loss": 0.2189,
|
| 618 |
+
"step": 2752
|
| 619 |
+
},
|
| 620 |
+
{
|
| 621 |
+
"epoch": 1.66,
|
| 622 |
+
"grad_norm": 0.7976438999176025,
|
| 623 |
+
"learning_rate": 2.4713744499368618e-06,
|
| 624 |
+
"loss": 0.2153,
|
| 625 |
+
"step": 2784
|
| 626 |
+
},
|
| 627 |
+
{
|
| 628 |
+
"epoch": 1.68,
|
| 629 |
+
"grad_norm": 0.9571369886398315,
|
| 630 |
+
"learning_rate": 2.415872278662926e-06,
|
| 631 |
+
"loss": 0.2187,
|
| 632 |
+
"step": 2816
|
| 633 |
+
},
|
| 634 |
+
{
|
| 635 |
+
"epoch": 1.7,
|
| 636 |
+
"grad_norm": 0.9056606888771057,
|
| 637 |
+
"learning_rate": 2.3604115932388416e-06,
|
| 638 |
+
"loss": 0.216,
|
| 639 |
+
"step": 2848
|
| 640 |
+
},
|
| 641 |
+
{
|
| 642 |
+
"epoch": 1.72,
|
| 643 |
+
"grad_norm": 0.9621754288673401,
|
| 644 |
+
"learning_rate": 2.305019742957222e-06,
|
| 645 |
+
"loss": 0.203,
|
| 646 |
+
"step": 2880
|
| 647 |
+
},
|
| 648 |
+
{
|
| 649 |
+
"epoch": 1.74,
|
| 650 |
+
"grad_norm": 0.7014433145523071,
|
| 651 |
+
"learning_rate": 2.2497240431660573e-06,
|
| 652 |
+
"loss": 0.204,
|
| 653 |
+
"step": 2912
|
| 654 |
+
},
|
| 655 |
+
{
|
| 656 |
+
"epoch": 1.76,
|
| 657 |
+
"grad_norm": 0.7371328473091125,
|
| 658 |
+
"learning_rate": 2.1945517617987016e-06,
|
| 659 |
+
"loss": 0.2042,
|
| 660 |
+
"step": 2944
|
| 661 |
+
},
|
| 662 |
+
{
|
| 663 |
+
"epoch": 1.77,
|
| 664 |
+
"grad_norm": 0.8532301187515259,
|
| 665 |
+
"learning_rate": 2.1395301059272638e-06,
|
| 666 |
+
"loss": 0.2045,
|
| 667 |
+
"step": 2976
|
| 668 |
+
},
|
| 669 |
+
{
|
| 670 |
+
"epoch": 1.79,
|
| 671 |
+
"grad_norm": 0.8193667531013489,
|
| 672 |
+
"learning_rate": 2.084686208345995e-06,
|
| 673 |
+
"loss": 0.2087,
|
| 674 |
+
"step": 3008
|
| 675 |
+
},
|
| 676 |
+
{
|
| 677 |
+
"epoch": 1.81,
|
| 678 |
+
"grad_norm": 0.8078427910804749,
|
| 679 |
+
"learning_rate": 2.0300471141913156e-06,
|
| 680 |
+
"loss": 0.22,
|
| 681 |
+
"step": 3040
|
| 682 |
+
},
|
| 683 |
+
{
|
| 684 |
+
"epoch": 1.83,
|
| 685 |
+
"grad_norm": 0.7181941866874695,
|
| 686 |
+
"learning_rate": 1.9756397676050603e-06,
|
| 687 |
+
"loss": 0.2017,
|
| 688 |
+
"step": 3072
|
| 689 |
+
},
|
| 690 |
+
{
|
| 691 |
+
"epoch": 1.85,
|
| 692 |
+
"grad_norm": 0.8528056740760803,
|
| 693 |
+
"learning_rate": 1.9214909984475344e-06,
|
| 694 |
+
"loss": 0.206,
|
| 695 |
+
"step": 3104
|
| 696 |
+
},
|
| 697 |
+
{
|
| 698 |
+
"epoch": 1.87,
|
| 699 |
+
"grad_norm": 0.8406049013137817,
|
| 700 |
+
"learning_rate": 1.8676275090669178e-06,
|
| 701 |
+
"loss": 0.2147,
|
| 702 |
+
"step": 3136
|
| 703 |
+
},
|
| 704 |
+
{
|
| 705 |
+
"epoch": 1.89,
|
| 706 |
+
"grad_norm": 0.9283360242843628,
|
| 707 |
+
"learning_rate": 1.8140758611315562e-06,
|
| 708 |
+
"loss": 0.2045,
|
| 709 |
+
"step": 3168
|
| 710 |
+
},
|
| 711 |
+
{
|
| 712 |
+
"epoch": 1.91,
|
| 713 |
+
"grad_norm": 0.7418608665466309,
|
| 714 |
+
"learning_rate": 1.7608624625316207e-06,
|
| 715 |
+
"loss": 0.2144,
|
| 716 |
+
"step": 3200
|
| 717 |
+
},
|
| 718 |
+
{
|
| 719 |
+
"epoch": 1.93,
|
| 720 |
+
"grad_norm": 0.8113357424736023,
|
| 721 |
+
"learning_rate": 1.7080135543566034e-06,
|
| 722 |
+
"loss": 0.2157,
|
| 723 |
+
"step": 3232
|
| 724 |
+
},
|
| 725 |
+
{
|
| 726 |
+
"epoch": 1.95,
|
| 727 |
+
"grad_norm": 1.008221983909607,
|
| 728 |
+
"learning_rate": 1.6555551979550621e-06,
|
| 729 |
+
"loss": 0.2159,
|
| 730 |
+
"step": 3264
|
| 731 |
+
},
|
| 732 |
+
{
|
| 733 |
+
"epoch": 1.97,
|
| 734 |
+
"grad_norm": 0.8102164268493652,
|
| 735 |
+
"learning_rate": 1.603513262083009e-06,
|
| 736 |
+
"loss": 0.2176,
|
| 737 |
+
"step": 3296
|
| 738 |
+
},
|
| 739 |
+
{
|
| 740 |
+
"epoch": 1.98,
|
| 741 |
+
"grad_norm": 0.764071524143219,
|
| 742 |
+
"learning_rate": 1.5519134101472627e-06,
|
| 743 |
+
"loss": 0.2046,
|
| 744 |
+
"step": 3328
|
| 745 |
+
},
|
| 746 |
+
{
|
| 747 |
+
"epoch": 2.0,
|
| 748 |
+
"grad_norm": 0.7320986390113831,
|
| 749 |
+
"learning_rate": 1.5007810875500719e-06,
|
| 750 |
+
"loss": 0.1989,
|
| 751 |
+
"step": 3360
|
| 752 |
+
},
|
| 753 |
+
{
|
| 754 |
+
"epoch": 2.02,
|
| 755 |
+
"grad_norm": 0.7520262002944946,
|
| 756 |
+
"learning_rate": 1.4501415091412385e-06,
|
| 757 |
+
"loss": 0.1718,
|
| 758 |
+
"step": 3392
|
| 759 |
+
},
|
| 760 |
+
{
|
| 761 |
+
"epoch": 2.04,
|
| 762 |
+
"grad_norm": 0.875102162361145,
|
| 763 |
+
"learning_rate": 1.4000196467839367e-06,
|
| 764 |
+
"loss": 0.1714,
|
| 765 |
+
"step": 3424
|
| 766 |
+
},
|
| 767 |
+
{
|
| 768 |
+
"epoch": 2.06,
|
| 769 |
+
"grad_norm": 0.8077968955039978,
|
| 770 |
+
"learning_rate": 1.3504402170403509e-06,
|
| 771 |
+
"loss": 0.1641,
|
| 772 |
+
"step": 3456
|
| 773 |
+
},
|
| 774 |
+
{
|
| 775 |
+
"epoch": 2.08,
|
| 776 |
+
"grad_norm": 0.8814091086387634,
|
| 777 |
+
"learning_rate": 1.3014276689832144e-06,
|
| 778 |
+
"loss": 0.161,
|
| 779 |
+
"step": 3488
|
| 780 |
+
},
|
| 781 |
+
{
|
| 782 |
+
"epoch": 2.1,
|
| 783 |
+
"grad_norm": 0.7426602244377136,
|
| 784 |
+
"learning_rate": 1.253006172139258e-06,
|
| 785 |
+
"loss": 0.1713,
|
| 786 |
+
"step": 3520
|
| 787 |
+
},
|
| 788 |
+
{
|
| 789 |
+
"epoch": 2.12,
|
| 790 |
+
"grad_norm": 0.957939088344574,
|
| 791 |
+
"learning_rate": 1.2051996045704989e-06,
|
| 792 |
+
"loss": 0.1608,
|
| 793 |
+
"step": 3552
|
| 794 |
+
},
|
| 795 |
+
{
|
| 796 |
+
"epoch": 2.14,
|
| 797 |
+
"grad_norm": 0.8715665936470032,
|
| 798 |
+
"learning_rate": 1.1580315410992724e-06,
|
| 799 |
+
"loss": 0.1604,
|
| 800 |
+
"step": 3584
|
| 801 |
+
},
|
| 802 |
+
{
|
| 803 |
+
"epoch": 2.16,
|
| 804 |
+
"grad_norm": 0.8994800448417664,
|
| 805 |
+
"learning_rate": 1.1115252416827916e-06,
|
| 806 |
+
"loss": 0.1624,
|
| 807 |
+
"step": 3616
|
| 808 |
+
},
|
| 809 |
+
{
|
| 810 |
+
"epoch": 2.18,
|
| 811 |
+
"grad_norm": 0.7915408611297607,
|
| 812 |
+
"learning_rate": 1.0657036399429844e-06,
|
| 813 |
+
"loss": 0.1645,
|
| 814 |
+
"step": 3648
|
| 815 |
+
},
|
| 816 |
+
{
|
| 817 |
+
"epoch": 2.19,
|
| 818 |
+
"grad_norm": 0.7938965559005737,
|
| 819 |
+
"learning_rate": 1.0205893318572454e-06,
|
| 820 |
+
"loss": 0.1629,
|
| 821 |
+
"step": 3680
|
| 822 |
+
},
|
| 823 |
+
{
|
| 824 |
+
"epoch": 2.21,
|
| 825 |
+
"grad_norm": 0.8025040626525879,
|
| 826 |
+
"learning_rate": 9.76204564615699e-07,
|
| 827 |
+
"loss": 0.1647,
|
| 828 |
+
"step": 3712
|
| 829 |
+
},
|
| 830 |
+
{
|
| 831 |
+
"epoch": 2.23,
|
| 832 |
+
"grad_norm": 0.8651378750801086,
|
| 833 |
+
"learning_rate": 9.325712256504544e-07,
|
| 834 |
+
"loss": 0.1738,
|
| 835 |
+
"step": 3744
|
| 836 |
+
},
|
| 837 |
+
{
|
| 838 |
+
"epoch": 2.25,
|
| 839 |
+
"grad_norm": 0.9058112502098083,
|
| 840 |
+
"learning_rate": 8.897108318422751e-07,
|
| 841 |
+
"loss": 0.1645,
|
| 842 |
+
"step": 3776
|
| 843 |
+
},
|
| 844 |
+
{
|
| 845 |
+
"epoch": 2.27,
|
| 846 |
+
"grad_norm": 1.1461430788040161,
|
| 847 |
+
"learning_rate": 8.476445189099666e-07,
|
| 848 |
+
"loss": 0.1648,
|
| 849 |
+
"step": 3808
|
| 850 |
+
},
|
| 851 |
+
{
|
| 852 |
+
"epoch": 2.29,
|
| 853 |
+
"grad_norm": 0.7564007639884949,
|
| 854 |
+
"learning_rate": 8.063930309877368e-07,
|
| 855 |
+
"loss": 0.1661,
|
| 856 |
+
"step": 3840
|
| 857 |
+
},
|
| 858 |
+
{
|
| 859 |
+
"epoch": 2.31,
|
| 860 |
+
"grad_norm": 0.8938281536102295,
|
| 861 |
+
"learning_rate": 7.659767103956531e-07,
|
| 862 |
+
"loss": 0.1569,
|
| 863 |
+
"step": 3872
|
| 864 |
+
},
|
| 865 |
+
{
|
| 866 |
+
"epoch": 2.33,
|
| 867 |
+
"grad_norm": 0.9898664951324463,
|
| 868 |
+
"learning_rate": 7.264154876082489e-07,
|
| 869 |
+
"loss": 0.1665,
|
| 870 |
+
"step": 3904
|
| 871 |
+
},
|
| 872 |
+
{
|
| 873 |
+
"epoch": 2.35,
|
| 874 |
+
"grad_norm": 0.9588989019393921,
|
| 875 |
+
"learning_rate": 6.877288714262176e-07,
|
| 876 |
+
"loss": 0.1712,
|
| 877 |
+
"step": 3936
|
| 878 |
+
},
|
| 879 |
+
{
|
| 880 |
+
"epoch": 2.37,
|
| 881 |
+
"grad_norm": 0.8905143141746521,
|
| 882 |
+
"learning_rate": 6.499359393560526e-07,
|
| 883 |
+
"loss": 0.1668,
|
| 884 |
+
"step": 3968
|
| 885 |
+
},
|
| 886 |
+
{
|
| 887 |
+
"epoch": 2.39,
|
| 888 |
+
"grad_norm": 0.8382207751274109,
|
| 889 |
+
"learning_rate": 6.130553282023682e-07,
|
| 890 |
+
"loss": 0.1638,
|
| 891 |
+
"step": 4000
|
| 892 |
+
},
|
| 893 |
+
{
|
| 894 |
+
"epoch": 2.4,
|
| 895 |
+
"grad_norm": 0.8408306241035461,
|
| 896 |
+
"learning_rate": 5.771052248775455e-07,
|
| 897 |
+
"loss": 0.1707,
|
| 898 |
+
"step": 4032
|
| 899 |
+
},
|
| 900 |
+
{
|
| 901 |
+
"epoch": 2.42,
|
| 902 |
+
"grad_norm": 0.8187743425369263,
|
| 903 |
+
"learning_rate": 5.421033574332285e-07,
|
| 904 |
+
"loss": 0.1654,
|
| 905 |
+
"step": 4064
|
| 906 |
+
},
|
| 907 |
+
{
|
| 908 |
+
"epoch": 2.44,
|
| 909 |
+
"grad_norm": 0.7513293027877808,
|
| 910 |
+
"learning_rate": 5.080669863181037e-07,
|
| 911 |
+
"loss": 0.1632,
|
| 912 |
+
"step": 4096
|
| 913 |
+
},
|
| 914 |
+
{
|
| 915 |
+
"epoch": 2.46,
|
| 916 |
+
"grad_norm": 0.8408425450325012,
|
| 917 |
+
"learning_rate": 4.750128958662645e-07,
|
| 918 |
+
"loss": 0.1616,
|
| 919 |
+
"step": 4128
|
| 920 |
+
},
|
| 921 |
+
{
|
| 922 |
+
"epoch": 2.48,
|
| 923 |
+
"grad_norm": 0.7690516114234924,
|
| 924 |
+
"learning_rate": 4.4295738602036673e-07,
|
| 925 |
+
"loss": 0.1619,
|
| 926 |
+
"step": 4160
|
| 927 |
+
},
|
| 928 |
+
{
|
| 929 |
+
"epoch": 2.5,
|
| 930 |
+
"grad_norm": 0.934533417224884,
|
| 931 |
+
"learning_rate": 4.1191626429364086e-07,
|
| 932 |
+
"loss": 0.1617,
|
| 933 |
+
"step": 4192
|
| 934 |
+
},
|
| 935 |
+
{
|
| 936 |
+
"epoch": 2.52,
|
| 937 |
+
"grad_norm": 0.8874086141586304,
|
| 938 |
+
"learning_rate": 3.81904837974752e-07,
|
| 939 |
+
"loss": 0.1594,
|
| 940 |
+
"step": 4224
|
| 941 |
+
},
|
| 942 |
+
{
|
| 943 |
+
"epoch": 2.54,
|
| 944 |
+
"grad_norm": 0.85221928358078,
|
| 945 |
+
"learning_rate": 3.5293790657932094e-07,
|
| 946 |
+
"loss": 0.1628,
|
| 947 |
+
"step": 4256
|
| 948 |
+
},
|
| 949 |
+
{
|
| 950 |
+
"epoch": 2.56,
|
| 951 |
+
"grad_norm": 0.9865897297859192,
|
| 952 |
+
"learning_rate": 3.2502975455184853e-07,
|
| 953 |
+
"loss": 0.1683,
|
| 954 |
+
"step": 4288
|
| 955 |
+
},
|
| 956 |
+
{
|
| 957 |
+
"epoch": 2.58,
|
| 958 |
+
"grad_norm": 0.9407656192779541,
|
| 959 |
+
"learning_rate": 2.9819414422163797e-07,
|
| 960 |
+
"loss": 0.1683,
|
| 961 |
+
"step": 4320
|
| 962 |
+
},
|
| 963 |
+
{
|
| 964 |
+
"epoch": 2.6,
|
| 965 |
+
"grad_norm": 0.8901329636573792,
|
| 966 |
+
"learning_rate": 2.72444309016186e-07,
|
| 967 |
+
"loss": 0.1622,
|
| 968 |
+
"step": 4352
|
| 969 |
+
},
|
| 970 |
+
{
|
| 971 |
+
"epoch": 2.61,
|
| 972 |
+
"grad_norm": 0.9479309320449829,
|
| 973 |
+
"learning_rate": 2.477929469353918e-07,
|
| 974 |
+
"loss": 0.1647,
|
| 975 |
+
"step": 4384
|
| 976 |
+
},
|
| 977 |
+
{
|
| 978 |
+
"epoch": 2.63,
|
| 979 |
+
"grad_norm": 0.8797332048416138,
|
| 980 |
+
"learning_rate": 2.242522142897971e-07,
|
| 981 |
+
"loss": 0.1649,
|
| 982 |
+
"step": 4416
|
| 983 |
+
},
|
| 984 |
+
{
|
| 985 |
+
"epoch": 2.65,
|
| 986 |
+
"grad_norm": 0.8541396260261536,
|
| 987 |
+
"learning_rate": 2.018337197059575e-07,
|
| 988 |
+
"loss": 0.1655,
|
| 989 |
+
"step": 4448
|
| 990 |
+
},
|
| 991 |
+
{
|
| 992 |
+
"epoch": 2.67,
|
| 993 |
+
"grad_norm": 1.0476915836334229,
|
| 994 |
+
"learning_rate": 1.805485184018832e-07,
|
| 995 |
+
"loss": 0.1581,
|
| 996 |
+
"step": 4480
|
| 997 |
+
},
|
| 998 |
+
{
|
| 999 |
+
"epoch": 2.69,
|
| 1000 |
+
"grad_norm": 0.8131563067436218,
|
| 1001 |
+
"learning_rate": 1.6040710673539072e-07,
|
| 1002 |
+
"loss": 0.1657,
|
| 1003 |
+
"step": 4512
|
| 1004 |
+
},
|
| 1005 |
+
{
|
| 1006 |
+
"epoch": 2.71,
|
| 1007 |
+
"grad_norm": 0.7551488280296326,
|
| 1008 |
+
"learning_rate": 1.4141941702803473e-07,
|
| 1009 |
+
"loss": 0.1683,
|
| 1010 |
+
"step": 4544
|
| 1011 |
+
},
|
| 1012 |
+
{
|
| 1013 |
+
"epoch": 2.73,
|
| 1014 |
+
"grad_norm": 0.8537065386772156,
|
| 1015 |
+
"learning_rate": 1.235948126671957e-07,
|
| 1016 |
+
"loss": 0.1647,
|
| 1017 |
+
"step": 4576
|
| 1018 |
+
},
|
| 1019 |
+
{
|
| 1020 |
+
"epoch": 2.75,
|
| 1021 |
+
"grad_norm": 0.87921142578125,
|
| 1022 |
+
"learning_rate": 1.0694208348871304e-07,
|
| 1023 |
+
"loss": 0.1631,
|
| 1024 |
+
"step": 4608
|
| 1025 |
+
},
|
| 1026 |
+
{
|
| 1027 |
+
"epoch": 2.77,
|
| 1028 |
+
"grad_norm": 0.8241755962371826,
|
| 1029 |
+
"learning_rate": 9.14694414423617e-08,
|
| 1030 |
+
"loss": 0.1659,
|
| 1031 |
+
"step": 4640
|
| 1032 |
+
},
|
| 1033 |
+
{
|
| 1034 |
+
"epoch": 2.79,
|
| 1035 |
+
"grad_norm": 0.9495503306388855,
|
| 1036 |
+
"learning_rate": 7.718451654229686e-08,
|
| 1037 |
+
"loss": 0.1638,
|
| 1038 |
+
"step": 4672
|
| 1039 |
+
},
|
| 1040 |
+
{
|
| 1041 |
+
"epoch": 2.81,
|
| 1042 |
+
"grad_norm": 0.9258249402046204,
|
| 1043 |
+
"learning_rate": 6.40943531044727e-08,
|
| 1044 |
+
"loss": 0.1669,
|
| 1045 |
+
"step": 4704
|
| 1046 |
+
},
|
| 1047 |
+
{
|
| 1048 |
+
"epoch": 2.82,
|
| 1049 |
+
"grad_norm": 0.8805275559425354,
|
| 1050 |
+
"learning_rate": 5.220540627287968e-08,
|
| 1051 |
+
"loss": 0.1685,
|
| 1052 |
+
"step": 4736
|
| 1053 |
+
},
|
| 1054 |
+
{
|
| 1055 |
+
"epoch": 2.84,
|
| 1056 |
+
"grad_norm": 0.9998162388801575,
|
| 1057 |
+
"learning_rate": 4.152353883632665e-08,
|
| 1058 |
+
"loss": 0.1627,
|
| 1059 |
+
"step": 4768
|
| 1060 |
+
},
|
| 1061 |
+
{
|
| 1062 |
+
"epoch": 2.86,
|
| 1063 |
+
"grad_norm": 0.8057408332824707,
|
| 1064 |
+
"learning_rate": 3.2054018337324965e-08,
|
| 1065 |
+
"loss": 0.1632,
|
| 1066 |
+
"step": 4800
|
| 1067 |
+
},
|
| 1068 |
+
{
|
| 1069 |
+
"epoch": 2.88,
|
| 1070 |
+
"grad_norm": 0.8954938054084778,
|
| 1071 |
+
"learning_rate": 2.380151447451129e-08,
|
| 1072 |
+
"loss": 0.1638,
|
| 1073 |
+
"step": 4832
|
| 1074 |
+
},
|
| 1075 |
+
{
|
| 1076 |
+
"epoch": 2.9,
|
| 1077 |
+
"grad_norm": 1.0400339365005493,
|
| 1078 |
+
"learning_rate": 1.6770096799879343e-08,
|
| 1079 |
+
"loss": 0.1658,
|
| 1080 |
+
"step": 4864
|
| 1081 |
+
},
|
| 1082 |
+
{
|
| 1083 |
+
"epoch": 2.92,
|
| 1084 |
+
"grad_norm": 0.8406778573989868,
|
| 1085 |
+
"learning_rate": 1.0963232711966309e-08,
|
| 1086 |
+
"loss": 0.1639,
|
| 1087 |
+
"step": 4896
|
| 1088 |
+
},
|
| 1089 |
+
{
|
| 1090 |
+
"epoch": 2.94,
|
| 1091 |
+
"grad_norm": 0.8733680248260498,
|
| 1092 |
+
"learning_rate": 6.383785745975313e-09,
|
| 1093 |
+
"loss": 0.1606,
|
| 1094 |
+
"step": 4928
|
| 1095 |
+
},
|
| 1096 |
+
{
|
| 1097 |
+
"epoch": 2.96,
|
| 1098 |
+
"grad_norm": 0.8817850947380066,
|
| 1099 |
+
"learning_rate": 3.03401416168414e-09,
|
| 1100 |
+
"loss": 0.1649,
|
| 1101 |
+
"step": 4960
|
| 1102 |
+
},
|
| 1103 |
+
{
|
| 1104 |
+
"epoch": 2.98,
|
| 1105 |
+
"grad_norm": 0.925607442855835,
|
| 1106 |
+
"learning_rate": 9.155698298279892e-10,
|
| 1107 |
+
"loss": 0.1609,
|
| 1108 |
+
"step": 4992
|
| 1109 |
+
},
|
| 1110 |
+
{
|
| 1111 |
+
"epoch": 3.0,
|
| 1112 |
+
"grad_norm": 0.8764336705207825,
|
| 1113 |
+
"learning_rate": 2.9497417516899384e-11,
|
| 1114 |
+
"loss": 0.1662,
|
| 1115 |
+
"step": 5024
|
| 1116 |
+
}
|
| 1117 |
+
],
|
| 1118 |
+
"logging_steps": 32,
|
| 1119 |
+
"max_steps": 5031,
|
| 1120 |
+
"num_input_tokens_seen": 0,
|
| 1121 |
+
"num_train_epochs": 3,
|
| 1122 |
+
"save_steps": 5031,
|
| 1123 |
+
"stateful_callbacks": {
|
| 1124 |
+
"TrainerControl": {
|
| 1125 |
+
"args": {
|
| 1126 |
+
"should_epoch_stop": false,
|
| 1127 |
+
"should_evaluate": false,
|
| 1128 |
+
"should_log": false,
|
| 1129 |
+
"should_save": true,
|
| 1130 |
+
"should_training_stop": true
|
| 1131 |
+
},
|
| 1132 |
+
"attributes": {}
|
| 1133 |
+
}
|
| 1134 |
+
},
|
| 1135 |
+
"total_flos": 0.0,
|
| 1136 |
+
"train_batch_size": 1,
|
| 1137 |
+
"trial_name": null,
|
| 1138 |
+
"trial_params": null
|
| 1139 |
+
}
|
CREAM/outputs/sft/qwen_fcs_sft-lora_None-ckpt_None-25-10-05-18_51_59/checkpoint-5031/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8ba8c557dea04b869a0ad42b91d7ca977e9e7045c6a37bca7700ab7371fac17f
|
| 3 |
+
size 6584
|
CREAM/outputs/sft/qwen_fcs_sft-lora_None-ckpt_None-25-10-05-18_51_59/checkpoint-5031/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|