Add files using upload-large-folder tool
Browse files- .gitattributes +1 -0
- README.md +61 -0
- added_tokens.json +28 -0
- all_results.json +8 -0
- config.json +30 -0
- generation_config.json +6 -0
- merges.txt +0 -0
- model-00001-of-00006.safetensors +3 -0
- model-00002-of-00006.safetensors +3 -0
- model-00003-of-00006.safetensors +3 -0
- model-00004-of-00006.safetensors +3 -0
- model-00005-of-00006.safetensors +3 -0
- model-00006-of-00006.safetensors +3 -0
- model.safetensors.index.json +450 -0
- special_tokens_map.json +31 -0
- tokenizer.json +3 -0
- tokenizer_config.json +241 -0
- train_results.json +8 -0
- trainer_log.jsonl +88 -0
- trainer_state.json +652 -0
- training_args.bin +3 -0
- training_loss.png +0 -0
- vocab.json +0 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: other
|
4 |
+
base_model: Qwen/Qwen3-14B-Base
|
5 |
+
tags:
|
6 |
+
- llama-factory
|
7 |
+
- full
|
8 |
+
- generated_from_trainer
|
9 |
+
model-index:
|
10 |
+
- name: qwen3_14b_distill_32b_5e5
|
11 |
+
results: []
|
12 |
+
---
|
13 |
+
|
14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
+
should probably proofread and complete it, then remove this comment. -->
|
16 |
+
|
17 |
+
# qwen3_14b_distill_32b_5e5
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [Qwen/Qwen3-14B-Base](https://huggingface.co/Qwen/Qwen3-14B-Base) on the distill_qwen3_8b dataset.
|
20 |
+
|
21 |
+
## Model description
|
22 |
+
|
23 |
+
More information needed
|
24 |
+
|
25 |
+
## Intended uses & limitations
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Training and evaluation data
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training procedure
|
34 |
+
|
35 |
+
### Training hyperparameters
|
36 |
+
|
37 |
+
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 5e-05
|
39 |
+
- train_batch_size: 1
|
40 |
+
- eval_batch_size: 8
|
41 |
+
- seed: 42
|
42 |
+
- distributed_type: multi-GPU
|
43 |
+
- num_devices: 64
|
44 |
+
- gradient_accumulation_steps: 8
|
45 |
+
- total_train_batch_size: 512
|
46 |
+
- total_eval_batch_size: 512
|
47 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
48 |
+
- lr_scheduler_type: cosine
|
49 |
+
- lr_scheduler_warmup_ratio: 0.1
|
50 |
+
- num_epochs: 3.0
|
51 |
+
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
|
55 |
+
|
56 |
+
### Framework versions
|
57 |
+
|
58 |
+
- Transformers 4.51.0
|
59 |
+
- Pytorch 2.5.1
|
60 |
+
- Datasets 3.1.0
|
61 |
+
- Tokenizers 0.21.1
|
added_tokens.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</think>": 151668,
|
3 |
+
"</tool_call>": 151658,
|
4 |
+
"</tool_response>": 151666,
|
5 |
+
"<think>": 151667,
|
6 |
+
"<tool_call>": 151657,
|
7 |
+
"<tool_response>": 151665,
|
8 |
+
"<|box_end|>": 151649,
|
9 |
+
"<|box_start|>": 151648,
|
10 |
+
"<|endoftext|>": 151643,
|
11 |
+
"<|file_sep|>": 151664,
|
12 |
+
"<|fim_middle|>": 151660,
|
13 |
+
"<|fim_pad|>": 151662,
|
14 |
+
"<|fim_prefix|>": 151659,
|
15 |
+
"<|fim_suffix|>": 151661,
|
16 |
+
"<|im_end|>": 151645,
|
17 |
+
"<|im_start|>": 151644,
|
18 |
+
"<|image_pad|>": 151655,
|
19 |
+
"<|object_ref_end|>": 151647,
|
20 |
+
"<|object_ref_start|>": 151646,
|
21 |
+
"<|quad_end|>": 151651,
|
22 |
+
"<|quad_start|>": 151650,
|
23 |
+
"<|repo_name|>": 151663,
|
24 |
+
"<|video_pad|>": 151656,
|
25 |
+
"<|vision_end|>": 151653,
|
26 |
+
"<|vision_pad|>": 151654,
|
27 |
+
"<|vision_start|>": 151652
|
28 |
+
}
|
all_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 3.0,
|
3 |
+
"total_flos": 4042009736118272.0,
|
4 |
+
"train_loss": 0.38500409647059525,
|
5 |
+
"train_runtime": 77088.3871,
|
6 |
+
"train_samples_per_second": 5.837,
|
7 |
+
"train_steps_per_second": 0.011
|
8 |
+
}
|
config.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"Qwen3ForCausalLM"
|
4 |
+
],
|
5 |
+
"attention_bias": false,
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 151643,
|
8 |
+
"eos_token_id": 151643,
|
9 |
+
"head_dim": 128,
|
10 |
+
"hidden_act": "silu",
|
11 |
+
"hidden_size": 5120,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 17408,
|
14 |
+
"max_position_embeddings": 32768,
|
15 |
+
"max_window_layers": 40,
|
16 |
+
"model_type": "qwen3",
|
17 |
+
"num_attention_heads": 40,
|
18 |
+
"num_hidden_layers": 40,
|
19 |
+
"num_key_value_heads": 8,
|
20 |
+
"rms_norm_eps": 1e-06,
|
21 |
+
"rope_scaling": null,
|
22 |
+
"rope_theta": 1000000,
|
23 |
+
"sliding_window": null,
|
24 |
+
"tie_word_embeddings": false,
|
25 |
+
"torch_dtype": "bfloat16",
|
26 |
+
"transformers_version": "4.51.0",
|
27 |
+
"use_cache": false,
|
28 |
+
"use_sliding_window": false,
|
29 |
+
"vocab_size": 151936
|
30 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 151643,
|
3 |
+
"eos_token_id": 151643,
|
4 |
+
"max_new_tokens": 2048,
|
5 |
+
"transformers_version": "4.51.0"
|
6 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model-00001-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76b83b0377a8a095e2bcad6a3a76b1ca032c6f4ea0b482654ab8c78bb1ce5569
|
3 |
+
size 4984780784
|
model-00002-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:31b758627296b2f11fd853f2f43a05ec5e2a29633b8e954af5fd062e0f2ad6a3
|
3 |
+
size 4980892048
|
model-00003-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7176b02326baa83dd34950faff0ab55c4297d64497e345323c41c3267e8a4b2
|
3 |
+
size 4928485104
|
model-00004-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d648b2372e8163235d06896a321907b366ba83ef7baf710ee156afa0e44c4d7d
|
3 |
+
size 4980892112
|
model-00005-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c44f0d26ad5af34c717dd22e93935b211e7f1a0bca50b3be0336a1688ab97bb
|
3 |
+
size 4928485104
|
model-00006-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6615991bb788ea3119f48fbd467a5e9610424ba3811479a8a785472b67a3c94
|
3 |
+
size 4733130504
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,450 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 29536614400
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "model-00006-of-00006.safetensors",
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00006.safetensors",
|
8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
13 |
+
"model.layers.0.self_attn.k_norm.weight": "model-00001-of-00006.safetensors",
|
14 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
15 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
16 |
+
"model.layers.0.self_attn.q_norm.weight": "model-00001-of-00006.safetensors",
|
17 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
18 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
19 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
20 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
21 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
22 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
23 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
24 |
+
"model.layers.1.self_attn.k_norm.weight": "model-00001-of-00006.safetensors",
|
25 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
26 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
27 |
+
"model.layers.1.self_attn.q_norm.weight": "model-00001-of-00006.safetensors",
|
28 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
29 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
30 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
31 |
+
"model.layers.10.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
32 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
33 |
+
"model.layers.10.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
34 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
35 |
+
"model.layers.10.self_attn.k_norm.weight": "model-00002-of-00006.safetensors",
|
36 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
37 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
38 |
+
"model.layers.10.self_attn.q_norm.weight": "model-00002-of-00006.safetensors",
|
39 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
40 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
41 |
+
"model.layers.11.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
42 |
+
"model.layers.11.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
43 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
44 |
+
"model.layers.11.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
45 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
46 |
+
"model.layers.11.self_attn.k_norm.weight": "model-00002-of-00006.safetensors",
|
47 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
48 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
49 |
+
"model.layers.11.self_attn.q_norm.weight": "model-00002-of-00006.safetensors",
|
50 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
51 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
52 |
+
"model.layers.12.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
53 |
+
"model.layers.12.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
54 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
55 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
56 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
57 |
+
"model.layers.12.self_attn.k_norm.weight": "model-00002-of-00006.safetensors",
|
58 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
59 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
60 |
+
"model.layers.12.self_attn.q_norm.weight": "model-00002-of-00006.safetensors",
|
61 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
62 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
63 |
+
"model.layers.13.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
64 |
+
"model.layers.13.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
65 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
66 |
+
"model.layers.13.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
67 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
68 |
+
"model.layers.13.self_attn.k_norm.weight": "model-00003-of-00006.safetensors",
|
69 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
70 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
71 |
+
"model.layers.13.self_attn.q_norm.weight": "model-00003-of-00006.safetensors",
|
72 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
73 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
74 |
+
"model.layers.14.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
75 |
+
"model.layers.14.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
76 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
77 |
+
"model.layers.14.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
78 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
79 |
+
"model.layers.14.self_attn.k_norm.weight": "model-00003-of-00006.safetensors",
|
80 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
81 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
82 |
+
"model.layers.14.self_attn.q_norm.weight": "model-00003-of-00006.safetensors",
|
83 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
84 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
85 |
+
"model.layers.15.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
86 |
+
"model.layers.15.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
87 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
88 |
+
"model.layers.15.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
89 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
90 |
+
"model.layers.15.self_attn.k_norm.weight": "model-00003-of-00006.safetensors",
|
91 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
92 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
93 |
+
"model.layers.15.self_attn.q_norm.weight": "model-00003-of-00006.safetensors",
|
94 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
95 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
96 |
+
"model.layers.16.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
97 |
+
"model.layers.16.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
98 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
99 |
+
"model.layers.16.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
100 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
101 |
+
"model.layers.16.self_attn.k_norm.weight": "model-00003-of-00006.safetensors",
|
102 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
103 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
104 |
+
"model.layers.16.self_attn.q_norm.weight": "model-00003-of-00006.safetensors",
|
105 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
106 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
107 |
+
"model.layers.17.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
108 |
+
"model.layers.17.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
109 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
110 |
+
"model.layers.17.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
111 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
112 |
+
"model.layers.17.self_attn.k_norm.weight": "model-00003-of-00006.safetensors",
|
113 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
114 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
115 |
+
"model.layers.17.self_attn.q_norm.weight": "model-00003-of-00006.safetensors",
|
116 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
117 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
118 |
+
"model.layers.18.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
119 |
+
"model.layers.18.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
120 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
121 |
+
"model.layers.18.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
122 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
123 |
+
"model.layers.18.self_attn.k_norm.weight": "model-00003-of-00006.safetensors",
|
124 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
125 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
126 |
+
"model.layers.18.self_attn.q_norm.weight": "model-00003-of-00006.safetensors",
|
127 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
128 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
129 |
+
"model.layers.19.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
130 |
+
"model.layers.19.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
131 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
132 |
+
"model.layers.19.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
133 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
134 |
+
"model.layers.19.self_attn.k_norm.weight": "model-00003-of-00006.safetensors",
|
135 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
136 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
137 |
+
"model.layers.19.self_attn.q_norm.weight": "model-00003-of-00006.safetensors",
|
138 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
139 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
140 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
141 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
142 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
143 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
144 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
145 |
+
"model.layers.2.self_attn.k_norm.weight": "model-00001-of-00006.safetensors",
|
146 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
147 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
148 |
+
"model.layers.2.self_attn.q_norm.weight": "model-00001-of-00006.safetensors",
|
149 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
150 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
151 |
+
"model.layers.20.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
152 |
+
"model.layers.20.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
153 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
154 |
+
"model.layers.20.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
155 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
156 |
+
"model.layers.20.self_attn.k_norm.weight": "model-00003-of-00006.safetensors",
|
157 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
158 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
159 |
+
"model.layers.20.self_attn.q_norm.weight": "model-00003-of-00006.safetensors",
|
160 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
161 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
162 |
+
"model.layers.21.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
163 |
+
"model.layers.21.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
164 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
165 |
+
"model.layers.21.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
166 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
167 |
+
"model.layers.21.self_attn.k_norm.weight": "model-00004-of-00006.safetensors",
|
168 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
169 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
170 |
+
"model.layers.21.self_attn.q_norm.weight": "model-00004-of-00006.safetensors",
|
171 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
172 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
173 |
+
"model.layers.22.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
174 |
+
"model.layers.22.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
175 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
176 |
+
"model.layers.22.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
177 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
178 |
+
"model.layers.22.self_attn.k_norm.weight": "model-00004-of-00006.safetensors",
|
179 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
180 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
181 |
+
"model.layers.22.self_attn.q_norm.weight": "model-00004-of-00006.safetensors",
|
182 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
183 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
184 |
+
"model.layers.23.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
185 |
+
"model.layers.23.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
186 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
187 |
+
"model.layers.23.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
188 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
189 |
+
"model.layers.23.self_attn.k_norm.weight": "model-00004-of-00006.safetensors",
|
190 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
191 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
192 |
+
"model.layers.23.self_attn.q_norm.weight": "model-00004-of-00006.safetensors",
|
193 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
194 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
195 |
+
"model.layers.24.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
196 |
+
"model.layers.24.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
197 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
198 |
+
"model.layers.24.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
199 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
200 |
+
"model.layers.24.self_attn.k_norm.weight": "model-00004-of-00006.safetensors",
|
201 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
202 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
203 |
+
"model.layers.24.self_attn.q_norm.weight": "model-00004-of-00006.safetensors",
|
204 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
205 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
206 |
+
"model.layers.25.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
207 |
+
"model.layers.25.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
208 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
209 |
+
"model.layers.25.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
210 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
211 |
+
"model.layers.25.self_attn.k_norm.weight": "model-00004-of-00006.safetensors",
|
212 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
213 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
214 |
+
"model.layers.25.self_attn.q_norm.weight": "model-00004-of-00006.safetensors",
|
215 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
216 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
217 |
+
"model.layers.26.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
218 |
+
"model.layers.26.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
219 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
220 |
+
"model.layers.26.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
221 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
222 |
+
"model.layers.26.self_attn.k_norm.weight": "model-00004-of-00006.safetensors",
|
223 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
224 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
225 |
+
"model.layers.26.self_attn.q_norm.weight": "model-00004-of-00006.safetensors",
|
226 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
227 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
228 |
+
"model.layers.27.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
229 |
+
"model.layers.27.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
230 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
231 |
+
"model.layers.27.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
232 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
233 |
+
"model.layers.27.self_attn.k_norm.weight": "model-00004-of-00006.safetensors",
|
234 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
235 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
236 |
+
"model.layers.27.self_attn.q_norm.weight": "model-00004-of-00006.safetensors",
|
237 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
238 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
239 |
+
"model.layers.28.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
240 |
+
"model.layers.28.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
241 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
242 |
+
"model.layers.28.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
243 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
244 |
+
"model.layers.28.self_attn.k_norm.weight": "model-00005-of-00006.safetensors",
|
245 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
246 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
247 |
+
"model.layers.28.self_attn.q_norm.weight": "model-00005-of-00006.safetensors",
|
248 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
249 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
250 |
+
"model.layers.29.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
251 |
+
"model.layers.29.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
252 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
253 |
+
"model.layers.29.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
254 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
255 |
+
"model.layers.29.self_attn.k_norm.weight": "model-00005-of-00006.safetensors",
|
256 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
257 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
258 |
+
"model.layers.29.self_attn.q_norm.weight": "model-00005-of-00006.safetensors",
|
259 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
260 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
261 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
262 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
263 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
264 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
265 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
266 |
+
"model.layers.3.self_attn.k_norm.weight": "model-00001-of-00006.safetensors",
|
267 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
268 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
269 |
+
"model.layers.3.self_attn.q_norm.weight": "model-00001-of-00006.safetensors",
|
270 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
271 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
272 |
+
"model.layers.30.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
273 |
+
"model.layers.30.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
274 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
275 |
+
"model.layers.30.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
276 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
277 |
+
"model.layers.30.self_attn.k_norm.weight": "model-00005-of-00006.safetensors",
|
278 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
279 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
280 |
+
"model.layers.30.self_attn.q_norm.weight": "model-00005-of-00006.safetensors",
|
281 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
282 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
283 |
+
"model.layers.31.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
284 |
+
"model.layers.31.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
285 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
286 |
+
"model.layers.31.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
287 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
288 |
+
"model.layers.31.self_attn.k_norm.weight": "model-00005-of-00006.safetensors",
|
289 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
290 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
291 |
+
"model.layers.31.self_attn.q_norm.weight": "model-00005-of-00006.safetensors",
|
292 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
293 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
294 |
+
"model.layers.32.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
295 |
+
"model.layers.32.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
296 |
+
"model.layers.32.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
297 |
+
"model.layers.32.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
298 |
+
"model.layers.32.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
299 |
+
"model.layers.32.self_attn.k_norm.weight": "model-00005-of-00006.safetensors",
|
300 |
+
"model.layers.32.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
301 |
+
"model.layers.32.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
302 |
+
"model.layers.32.self_attn.q_norm.weight": "model-00005-of-00006.safetensors",
|
303 |
+
"model.layers.32.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
304 |
+
"model.layers.32.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
305 |
+
"model.layers.33.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
306 |
+
"model.layers.33.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
307 |
+
"model.layers.33.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
308 |
+
"model.layers.33.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
309 |
+
"model.layers.33.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
310 |
+
"model.layers.33.self_attn.k_norm.weight": "model-00005-of-00006.safetensors",
|
311 |
+
"model.layers.33.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
312 |
+
"model.layers.33.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
313 |
+
"model.layers.33.self_attn.q_norm.weight": "model-00005-of-00006.safetensors",
|
314 |
+
"model.layers.33.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
315 |
+
"model.layers.33.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
316 |
+
"model.layers.34.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
317 |
+
"model.layers.34.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
318 |
+
"model.layers.34.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
319 |
+
"model.layers.34.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
320 |
+
"model.layers.34.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
321 |
+
"model.layers.34.self_attn.k_norm.weight": "model-00005-of-00006.safetensors",
|
322 |
+
"model.layers.34.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
323 |
+
"model.layers.34.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
324 |
+
"model.layers.34.self_attn.q_norm.weight": "model-00005-of-00006.safetensors",
|
325 |
+
"model.layers.34.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
326 |
+
"model.layers.34.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
327 |
+
"model.layers.35.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
328 |
+
"model.layers.35.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
329 |
+
"model.layers.35.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
330 |
+
"model.layers.35.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
331 |
+
"model.layers.35.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
332 |
+
"model.layers.35.self_attn.k_norm.weight": "model-00005-of-00006.safetensors",
|
333 |
+
"model.layers.35.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
334 |
+
"model.layers.35.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
335 |
+
"model.layers.35.self_attn.q_norm.weight": "model-00005-of-00006.safetensors",
|
336 |
+
"model.layers.35.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
337 |
+
"model.layers.35.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
338 |
+
"model.layers.36.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
339 |
+
"model.layers.36.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
340 |
+
"model.layers.36.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
341 |
+
"model.layers.36.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
342 |
+
"model.layers.36.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
343 |
+
"model.layers.36.self_attn.k_norm.weight": "model-00006-of-00006.safetensors",
|
344 |
+
"model.layers.36.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
345 |
+
"model.layers.36.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
346 |
+
"model.layers.36.self_attn.q_norm.weight": "model-00006-of-00006.safetensors",
|
347 |
+
"model.layers.36.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
348 |
+
"model.layers.36.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
349 |
+
"model.layers.37.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
350 |
+
"model.layers.37.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
351 |
+
"model.layers.37.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
352 |
+
"model.layers.37.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
353 |
+
"model.layers.37.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
354 |
+
"model.layers.37.self_attn.k_norm.weight": "model-00006-of-00006.safetensors",
|
355 |
+
"model.layers.37.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
356 |
+
"model.layers.37.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
357 |
+
"model.layers.37.self_attn.q_norm.weight": "model-00006-of-00006.safetensors",
|
358 |
+
"model.layers.37.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
359 |
+
"model.layers.37.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
360 |
+
"model.layers.38.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
361 |
+
"model.layers.38.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
362 |
+
"model.layers.38.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
363 |
+
"model.layers.38.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
364 |
+
"model.layers.38.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
365 |
+
"model.layers.38.self_attn.k_norm.weight": "model-00006-of-00006.safetensors",
|
366 |
+
"model.layers.38.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
367 |
+
"model.layers.38.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
368 |
+
"model.layers.38.self_attn.q_norm.weight": "model-00006-of-00006.safetensors",
|
369 |
+
"model.layers.38.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
370 |
+
"model.layers.38.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
371 |
+
"model.layers.39.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
372 |
+
"model.layers.39.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
373 |
+
"model.layers.39.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
374 |
+
"model.layers.39.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
375 |
+
"model.layers.39.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
376 |
+
"model.layers.39.self_attn.k_norm.weight": "model-00006-of-00006.safetensors",
|
377 |
+
"model.layers.39.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
378 |
+
"model.layers.39.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
379 |
+
"model.layers.39.self_attn.q_norm.weight": "model-00006-of-00006.safetensors",
|
380 |
+
"model.layers.39.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
381 |
+
"model.layers.39.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
382 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
383 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
384 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
385 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
386 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
387 |
+
"model.layers.4.self_attn.k_norm.weight": "model-00001-of-00006.safetensors",
|
388 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
389 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
390 |
+
"model.layers.4.self_attn.q_norm.weight": "model-00001-of-00006.safetensors",
|
391 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
392 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
393 |
+
"model.layers.5.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
394 |
+
"model.layers.5.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
395 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
396 |
+
"model.layers.5.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
397 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
398 |
+
"model.layers.5.self_attn.k_norm.weight": "model-00001-of-00006.safetensors",
|
399 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
400 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
401 |
+
"model.layers.5.self_attn.q_norm.weight": "model-00001-of-00006.safetensors",
|
402 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
403 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
404 |
+
"model.layers.6.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
405 |
+
"model.layers.6.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
406 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
407 |
+
"model.layers.6.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
408 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
409 |
+
"model.layers.6.self_attn.k_norm.weight": "model-00002-of-00006.safetensors",
|
410 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
411 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
412 |
+
"model.layers.6.self_attn.q_norm.weight": "model-00002-of-00006.safetensors",
|
413 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
414 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
415 |
+
"model.layers.7.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
416 |
+
"model.layers.7.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
417 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
418 |
+
"model.layers.7.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
419 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
420 |
+
"model.layers.7.self_attn.k_norm.weight": "model-00002-of-00006.safetensors",
|
421 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
422 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
423 |
+
"model.layers.7.self_attn.q_norm.weight": "model-00002-of-00006.safetensors",
|
424 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
425 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
426 |
+
"model.layers.8.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
427 |
+
"model.layers.8.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
428 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
429 |
+
"model.layers.8.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
430 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
431 |
+
"model.layers.8.self_attn.k_norm.weight": "model-00002-of-00006.safetensors",
|
432 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
433 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
434 |
+
"model.layers.8.self_attn.q_norm.weight": "model-00002-of-00006.safetensors",
|
435 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
436 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
437 |
+
"model.layers.9.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
438 |
+
"model.layers.9.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
439 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
440 |
+
"model.layers.9.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
441 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
442 |
+
"model.layers.9.self_attn.k_norm.weight": "model-00002-of-00006.safetensors",
|
443 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
444 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
445 |
+
"model.layers.9.self_attn.q_norm.weight": "model-00002-of-00006.safetensors",
|
446 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
447 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
448 |
+
"model.norm.weight": "model-00006-of-00006.safetensors"
|
449 |
+
}
|
450 |
+
}
|
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 |
+
}
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
|
3 |
+
size 11422654
|
tokenizer_config.json
ADDED
@@ -0,0 +1,241 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"151665": {
|
182 |
+
"content": "<tool_response>",
|
183 |
+
"lstrip": false,
|
184 |
+
"normalized": false,
|
185 |
+
"rstrip": false,
|
186 |
+
"single_word": false,
|
187 |
+
"special": false
|
188 |
+
},
|
189 |
+
"151666": {
|
190 |
+
"content": "</tool_response>",
|
191 |
+
"lstrip": false,
|
192 |
+
"normalized": false,
|
193 |
+
"rstrip": false,
|
194 |
+
"single_word": false,
|
195 |
+
"special": false
|
196 |
+
},
|
197 |
+
"151667": {
|
198 |
+
"content": "<think>",
|
199 |
+
"lstrip": false,
|
200 |
+
"normalized": false,
|
201 |
+
"rstrip": false,
|
202 |
+
"single_word": false,
|
203 |
+
"special": false
|
204 |
+
},
|
205 |
+
"151668": {
|
206 |
+
"content": "</think>",
|
207 |
+
"lstrip": false,
|
208 |
+
"normalized": false,
|
209 |
+
"rstrip": false,
|
210 |
+
"single_word": false,
|
211 |
+
"special": false
|
212 |
+
}
|
213 |
+
},
|
214 |
+
"additional_special_tokens": [
|
215 |
+
"<|im_start|>",
|
216 |
+
"<|im_end|>",
|
217 |
+
"<|object_ref_start|>",
|
218 |
+
"<|object_ref_end|>",
|
219 |
+
"<|box_start|>",
|
220 |
+
"<|box_end|>",
|
221 |
+
"<|quad_start|>",
|
222 |
+
"<|quad_end|>",
|
223 |
+
"<|vision_start|>",
|
224 |
+
"<|vision_end|>",
|
225 |
+
"<|vision_pad|>",
|
226 |
+
"<|image_pad|>",
|
227 |
+
"<|video_pad|>"
|
228 |
+
],
|
229 |
+
"bos_token": null,
|
230 |
+
"chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0].role == 'system' %}\n {{- messages[0].content + '\\n\\n' }}\n {%- endif %}\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 {%- endif %}\n{%- endif %}\n{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}\n{%- for message in messages[::-1] %}\n {%- set index = (messages|length - 1) - loop.index0 %}\n {%- if ns.multi_step_tool and message.role == \"user\" and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}\n {%- set ns.multi_step_tool = false %}\n {%- set ns.last_query_index = index %}\n {%- endif %}\n{%- endfor %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {%- set content = message.content %}\n {%- set reasoning_content = '' %}\n {%- if message.reasoning_content is defined and message.reasoning_content is not none %}\n {%- set reasoning_content = message.reasoning_content %}\n {%- else %}\n {%- if '</think>' in message.content %}\n {%- set content = message.content.split('</think>')[-1].lstrip('\\n') %}\n {%- set reasoning_content = message.content.split('</think>')[0].rstrip('\\n').split('<think>')[-1].lstrip('\\n') %}\n {%- endif %}\n {%- endif %}\n {%- if loop.index0 > ns.last_query_index %}\n {%- if loop.last or (not loop.last and reasoning_content) %}\n {{- '<|im_start|>' + message.role + '\\n<think>\\n' + reasoning_content.strip('\\n') + '\\n</think>\\n\\n' + content.lstrip('\\n') }}\n {%- else %}\n {{- '<|im_start|>' + message.role + '\\n' + content }}\n {%- endif %}\n {%- else %}\n {{- '<|im_start|>' + message.role + '\\n' + content }}\n {%- endif %}\n {%- if message.tool_calls %}\n {%- for tool_call in message.tool_calls %}\n {%- if (loop.first and content) or (not loop.first) %}\n {{- '\\n' }}\n {%- endif %}\n {%- if tool_call.function %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {%- if tool_call.arguments is string %}\n {{- tool_call.arguments }}\n {%- else %}\n {{- tool_call.arguments | tojson }}\n {%- endif %}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {%- endif %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if loop.first 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 {%- if enable_thinking is defined and enable_thinking is false %}\n {{- '<think>\\n\\n</think>\\n\\n' }}\n {%- endif %}\n{%- endif %}",
|
231 |
+
"clean_up_tokenization_spaces": false,
|
232 |
+
"eos_token": "<|im_end|>",
|
233 |
+
"errors": "replace",
|
234 |
+
"extra_special_tokens": {},
|
235 |
+
"model_max_length": 131072,
|
236 |
+
"pad_token": "<|endoftext|>",
|
237 |
+
"padding_side": "right",
|
238 |
+
"split_special_tokens": false,
|
239 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
240 |
+
"unk_token": null
|
241 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 3.0,
|
3 |
+
"total_flos": 4042009736118272.0,
|
4 |
+
"train_loss": 0.38500409647059525,
|
5 |
+
"train_runtime": 77088.3871,
|
6 |
+
"train_samples_per_second": 5.837,
|
7 |
+
"train_steps_per_second": 0.011
|
8 |
+
}
|
trainer_log.jsonl
ADDED
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"current_steps": 10, "total_steps": 879, "loss": 0.6914, "lr": 5.113636363636364e-06, "epoch": 0.034129692832764506, "percentage": 1.14, "elapsed_time": "0:15:23", "remaining_time": "22:18:06"}
|
2 |
+
{"current_steps": 20, "total_steps": 879, "loss": 0.5785, "lr": 1.0795454545454547e-05, "epoch": 0.06825938566552901, "percentage": 2.28, "elapsed_time": "0:29:06", "remaining_time": "20:50:19"}
|
3 |
+
{"current_steps": 30, "total_steps": 879, "loss": 0.5215, "lr": 1.6477272727272726e-05, "epoch": 0.10238907849829351, "percentage": 3.41, "elapsed_time": "0:42:37", "remaining_time": "20:06:25"}
|
4 |
+
{"current_steps": 40, "total_steps": 879, "loss": 0.4933, "lr": 2.215909090909091e-05, "epoch": 0.13651877133105803, "percentage": 4.55, "elapsed_time": "0:57:28", "remaining_time": "20:05:33"}
|
5 |
+
{"current_steps": 50, "total_steps": 879, "loss": 0.4751, "lr": 2.784090909090909e-05, "epoch": 0.17064846416382254, "percentage": 5.69, "elapsed_time": "1:11:44", "remaining_time": "19:49:33"}
|
6 |
+
{"current_steps": 60, "total_steps": 879, "loss": 0.4648, "lr": 3.352272727272727e-05, "epoch": 0.20477815699658702, "percentage": 6.83, "elapsed_time": "1:27:51", "remaining_time": "19:59:19"}
|
7 |
+
{"current_steps": 70, "total_steps": 879, "loss": 0.4589, "lr": 3.9204545454545456e-05, "epoch": 0.23890784982935154, "percentage": 7.96, "elapsed_time": "1:42:15", "remaining_time": "19:41:45"}
|
8 |
+
{"current_steps": 80, "total_steps": 879, "loss": 0.4492, "lr": 4.488636363636364e-05, "epoch": 0.27303754266211605, "percentage": 9.1, "elapsed_time": "1:56:00", "remaining_time": "19:18:40"}
|
9 |
+
{"current_steps": 90, "total_steps": 879, "loss": 0.4529, "lr": 4.99998028230155e-05, "epoch": 0.30716723549488056, "percentage": 10.24, "elapsed_time": "2:10:38", "remaining_time": "19:05:16"}
|
10 |
+
{"current_steps": 100, "total_steps": 879, "loss": 0.4483, "lr": 4.997614534810769e-05, "epoch": 0.3412969283276451, "percentage": 11.38, "elapsed_time": "2:24:36", "remaining_time": "18:46:26"}
|
11 |
+
{"current_steps": 110, "total_steps": 879, "loss": 0.4408, "lr": 4.991309523184661e-05, "epoch": 0.37542662116040953, "percentage": 12.51, "elapsed_time": "2:39:52", "remaining_time": "18:37:43"}
|
12 |
+
{"current_steps": 120, "total_steps": 879, "loss": 0.4361, "lr": 4.9810751917544375e-05, "epoch": 0.40955631399317405, "percentage": 13.65, "elapsed_time": "2:54:02", "remaining_time": "18:20:50"}
|
13 |
+
{"current_steps": 130, "total_steps": 879, "loss": 0.4375, "lr": 4.96692768221618e-05, "epoch": 0.44368600682593856, "percentage": 14.79, "elapsed_time": "3:08:22", "remaining_time": "18:05:17"}
|
14 |
+
{"current_steps": 140, "total_steps": 879, "loss": 0.4343, "lr": 4.948889308171989e-05, "epoch": 0.4778156996587031, "percentage": 15.93, "elapsed_time": "3:23:31", "remaining_time": "17:54:16"}
|
15 |
+
{"current_steps": 150, "total_steps": 879, "loss": 0.4322, "lr": 4.926988519936732e-05, "epoch": 0.5119453924914675, "percentage": 17.06, "elapsed_time": "3:37:48", "remaining_time": "17:38:34"}
|
16 |
+
{"current_steps": 160, "total_steps": 879, "loss": 0.4287, "lr": 4.9012598596659034e-05, "epoch": 0.5460750853242321, "percentage": 18.2, "elapsed_time": "3:53:36", "remaining_time": "17:29:48"}
|
17 |
+
{"current_steps": 170, "total_steps": 879, "loss": 0.4282, "lr": 4.8717439068753755e-05, "epoch": 0.5802047781569966, "percentage": 19.34, "elapsed_time": "4:07:52", "remaining_time": "17:13:45"}
|
18 |
+
{"current_steps": 180, "total_steps": 879, "loss": 0.4227, "lr": 4.838487214438951e-05, "epoch": 0.6143344709897611, "percentage": 20.48, "elapsed_time": "4:22:53", "remaining_time": "17:00:55"}
|
19 |
+
{"current_steps": 190, "total_steps": 879, "loss": 0.4286, "lr": 4.801542235164678e-05, "epoch": 0.6484641638225256, "percentage": 21.62, "elapsed_time": "4:37:21", "remaining_time": "16:45:47"}
|
20 |
+
{"current_steps": 200, "total_steps": 879, "loss": 0.4287, "lr": 4.7609672390657276e-05, "epoch": 0.6825938566552902, "percentage": 22.75, "elapsed_time": "4:51:32", "remaining_time": "16:29:45"}
|
21 |
+
{"current_steps": 210, "total_steps": 879, "loss": 0.4215, "lr": 4.716826221456305e-05, "epoch": 0.7167235494880546, "percentage": 23.89, "elapsed_time": "5:07:35", "remaining_time": "16:19:52"}
|
22 |
+
{"current_steps": 220, "total_steps": 879, "loss": 0.4197, "lr": 4.669188802017569e-05, "epoch": 0.7508532423208191, "percentage": 25.03, "elapsed_time": "5:22:42", "remaining_time": "16:06:40"}
|
23 |
+
{"current_steps": 230, "total_steps": 879, "loss": 0.425, "lr": 4.6181301149927245e-05, "epoch": 0.7849829351535836, "percentage": 26.17, "elapsed_time": "5:36:44", "remaining_time": "15:50:10"}
|
24 |
+
{"current_steps": 240, "total_steps": 879, "loss": 0.4232, "lr": 4.563730690684502e-05, "epoch": 0.8191126279863481, "percentage": 27.3, "elapsed_time": "5:50:47", "remaining_time": "15:33:58"}
|
25 |
+
{"current_steps": 250, "total_steps": 879, "loss": 0.4252, "lr": 4.5060763284419114e-05, "epoch": 0.8532423208191127, "percentage": 28.44, "elapsed_time": "6:05:16", "remaining_time": "15:19:01"}
|
26 |
+
{"current_steps": 260, "total_steps": 879, "loss": 0.4173, "lr": 4.445257961336594e-05, "epoch": 0.8873720136518771, "percentage": 29.58, "elapsed_time": "6:21:19", "remaining_time": "15:07:50"}
|
27 |
+
{"current_steps": 270, "total_steps": 879, "loss": 0.4205, "lr": 4.3813715127422186e-05, "epoch": 0.9215017064846417, "percentage": 30.72, "elapsed_time": "6:35:54", "remaining_time": "14:52:59"}
|
28 |
+
{"current_steps": 280, "total_steps": 879, "loss": 0.4185, "lr": 4.3145177450431235e-05, "epoch": 0.9556313993174061, "percentage": 31.85, "elapsed_time": "6:50:17", "remaining_time": "14:37:44"}
|
29 |
+
{"current_steps": 290, "total_steps": 879, "loss": 0.417, "lr": 4.244802100710809e-05, "epoch": 0.9897610921501706, "percentage": 32.99, "elapsed_time": "7:04:07", "remaining_time": "14:21:23"}
|
30 |
+
{"current_steps": 300, "total_steps": 879, "loss": 0.3911, "lr": 4.172334535998958e-05, "epoch": 1.023890784982935, "percentage": 34.13, "elapsed_time": "7:18:27", "remaining_time": "14:06:13"}
|
31 |
+
{"current_steps": 310, "total_steps": 879, "loss": 0.3733, "lr": 4.0972293475192634e-05, "epoch": 1.0580204778156996, "percentage": 35.27, "elapsed_time": "7:34:13", "remaining_time": "13:53:43"}
|
32 |
+
{"current_steps": 320, "total_steps": 879, "loss": 0.3778, "lr": 4.0196049919716004e-05, "epoch": 1.0921501706484642, "percentage": 36.41, "elapsed_time": "7:47:31", "remaining_time": "13:36:41"}
|
33 |
+
{"current_steps": 330, "total_steps": 879, "loss": 0.3778, "lr": 3.9395838993128645e-05, "epoch": 1.1262798634812285, "percentage": 37.54, "elapsed_time": "8:01:04", "remaining_time": "13:20:19"}
|
34 |
+
{"current_steps": 340, "total_steps": 879, "loss": 0.3751, "lr": 3.8572922796591415e-05, "epoch": 1.1604095563139931, "percentage": 38.68, "elapsed_time": "8:14:48", "remaining_time": "13:04:25"}
|
35 |
+
{"current_steps": 350, "total_steps": 879, "loss": 0.3755, "lr": 3.7728599242257786e-05, "epoch": 1.1945392491467577, "percentage": 39.82, "elapsed_time": "8:28:49", "remaining_time": "12:49:03"}
|
36 |
+
{"current_steps": 360, "total_steps": 879, "loss": 0.38, "lr": 3.686420000619301e-05, "epoch": 1.2286689419795223, "percentage": 40.96, "elapsed_time": "8:44:34", "remaining_time": "12:36:15"}
|
37 |
+
{"current_steps": 370, "total_steps": 879, "loss": 0.3802, "lr": 3.5981088428040464e-05, "epoch": 1.2627986348122868, "percentage": 42.09, "elapsed_time": "8:58:54", "remaining_time": "12:21:22"}
|
38 |
+
{"current_steps": 380, "total_steps": 879, "loss": 0.3739, "lr": 3.5080657360747985e-05, "epoch": 1.2969283276450512, "percentage": 43.23, "elapsed_time": "9:13:27", "remaining_time": "12:06:46"}
|
39 |
+
{"current_steps": 390, "total_steps": 879, "loss": 0.3791, "lr": 3.416432697374533e-05, "epoch": 1.3310580204778157, "percentage": 44.37, "elapsed_time": "9:27:28", "remaining_time": "11:51:30"}
|
40 |
+
{"current_steps": 400, "total_steps": 879, "loss": 0.3778, "lr": 3.323354251303797e-05, "epoch": 1.36518771331058, "percentage": 45.51, "elapsed_time": "9:41:38", "remaining_time": "11:36:30"}
|
41 |
+
{"current_steps": 410, "total_steps": 879, "loss": 0.3773, "lr": 3.228977202174973e-05, "epoch": 1.3993174061433447, "percentage": 46.64, "elapsed_time": "9:57:43", "remaining_time": "11:23:43"}
|
42 |
+
{"current_steps": 420, "total_steps": 879, "loss": 0.3774, "lr": 3.1334504024709605e-05, "epoch": 1.4334470989761092, "percentage": 47.78, "elapsed_time": "10:11:41", "remaining_time": "11:08:29"}
|
43 |
+
{"current_steps": 430, "total_steps": 879, "loss": 0.3754, "lr": 3.0369245180734605e-05, "epoch": 1.4675767918088738, "percentage": 48.92, "elapsed_time": "10:25:50", "remaining_time": "10:53:29"}
|
44 |
+
{"current_steps": 440, "total_steps": 879, "loss": 0.3769, "lr": 2.9395517906311494e-05, "epoch": 1.5017064846416384, "percentage": 50.06, "elapsed_time": "10:40:53", "remaining_time": "10:39:26"}
|
45 |
+
{"current_steps": 450, "total_steps": 879, "loss": 0.3736, "lr": 2.841485797442535e-05, "epoch": 1.5358361774744027, "percentage": 51.19, "elapsed_time": "10:55:14", "remaining_time": "10:24:40"}
|
46 |
+
{"current_steps": 460, "total_steps": 879, "loss": 0.3749, "lr": 2.742881209232215e-05, "epoch": 1.5699658703071673, "percentage": 52.33, "elapsed_time": "11:10:20", "remaining_time": "10:10:35"}
|
47 |
+
{"current_steps": 470, "total_steps": 879, "loss": 0.3725, "lr": 2.6438935462025672e-05, "epoch": 1.6040955631399316, "percentage": 53.47, "elapsed_time": "11:25:01", "remaining_time": "9:56:07"}
|
48 |
+
{"current_steps": 480, "total_steps": 879, "loss": 0.3736, "lr": 2.5446789327456373e-05, "epoch": 1.6382252559726962, "percentage": 54.61, "elapsed_time": "11:39:36", "remaining_time": "9:41:33"}
|
49 |
+
{"current_steps": 490, "total_steps": 879, "loss": 0.3757, "lr": 2.4453938512020927e-05, "epoch": 1.6723549488054608, "percentage": 55.75, "elapsed_time": "11:54:15", "remaining_time": "9:27:02"}
|
50 |
+
{"current_steps": 500, "total_steps": 879, "loss": 0.3718, "lr": 2.3461948950556133e-05, "epoch": 1.7064846416382253, "percentage": 56.88, "elapsed_time": "12:07:46", "remaining_time": "9:11:38"}
|
51 |
+
{"current_steps": 510, "total_steps": 879, "loss": 0.3766, "lr": 2.247238521951992e-05, "epoch": 1.74061433447099, "percentage": 58.02, "elapsed_time": "12:23:07", "remaining_time": "8:57:40"}
|
52 |
+
{"current_steps": 520, "total_steps": 879, "loss": 0.375, "lr": 2.1486808069324687e-05, "epoch": 1.7747440273037542, "percentage": 59.16, "elapsed_time": "12:37:33", "remaining_time": "8:43:00"}
|
53 |
+
{"current_steps": 530, "total_steps": 879, "loss": 0.3733, "lr": 2.0506771962705304e-05, "epoch": 1.8088737201365188, "percentage": 60.3, "elapsed_time": "12:51:39", "remaining_time": "8:28:07"}
|
54 |
+
{"current_steps": 540, "total_steps": 879, "loss": 0.3716, "lr": 1.953382262300389e-05, "epoch": 1.8430034129692832, "percentage": 61.43, "elapsed_time": "13:06:09", "remaining_time": "8:13:32"}
|
55 |
+
{"current_steps": 550, "total_steps": 879, "loss": 0.3722, "lr": 1.8569494596238658e-05, "epoch": 1.8771331058020477, "percentage": 62.57, "elapsed_time": "13:20:42", "remaining_time": "7:58:58"}
|
56 |
+
{"current_steps": 560, "total_steps": 879, "loss": 0.372, "lr": 1.7615308830801576e-05, "epoch": 1.9112627986348123, "percentage": 63.71, "elapsed_time": "13:37:11", "remaining_time": "7:45:30"}
|
57 |
+
{"current_steps": 570, "total_steps": 879, "loss": 0.3728, "lr": 1.6672770278602508e-05, "epoch": 1.9453924914675769, "percentage": 64.85, "elapsed_time": "13:51:30", "remaining_time": "7:30:45"}
|
58 |
+
{"current_steps": 580, "total_steps": 879, "loss": 0.3729, "lr": 1.5743365521443033e-05, "epoch": 1.9795221843003414, "percentage": 65.98, "elapsed_time": "14:06:24", "remaining_time": "7:16:20"}
|
59 |
+
{"current_steps": 590, "total_steps": 879, "loss": 0.3545, "lr": 1.4828560426363918e-05, "epoch": 2.013651877133106, "percentage": 67.12, "elapsed_time": "14:21:21", "remaining_time": "7:01:55"}
|
60 |
+
{"current_steps": 600, "total_steps": 879, "loss": 0.3297, "lr": 1.3929797833664013e-05, "epoch": 2.04778156996587, "percentage": 68.26, "elapsed_time": "14:35:11", "remaining_time": "6:46:58"}
|
61 |
+
{"current_steps": 610, "total_steps": 879, "loss": 0.3297, "lr": 1.30484952812373e-05, "epoch": 2.0819112627986347, "percentage": 69.4, "elapsed_time": "14:51:25", "remaining_time": "6:33:06"}
|
62 |
+
{"current_steps": 620, "total_steps": 879, "loss": 0.3304, "lr": 1.2186042768816988e-05, "epoch": 2.1160409556313993, "percentage": 70.53, "elapsed_time": "15:06:01", "remaining_time": "6:18:29"}
|
63 |
+
{"current_steps": 630, "total_steps": 879, "loss": 0.3265, "lr": 1.1343800565653332e-05, "epoch": 2.150170648464164, "percentage": 71.67, "elapsed_time": "15:20:41", "remaining_time": "6:03:53"}
|
64 |
+
{"current_steps": 640, "total_steps": 879, "loss": 0.329, "lr": 1.0523097065082413e-05, "epoch": 2.1843003412969284, "percentage": 72.81, "elapsed_time": "15:35:13", "remaining_time": "5:49:14"}
|
65 |
+
{"current_steps": 650, "total_steps": 879, "loss": 0.3276, "lr": 9.725226689370154e-06, "epoch": 2.218430034129693, "percentage": 73.95, "elapsed_time": "15:50:08", "remaining_time": "5:34:44"}
|
66 |
+
{"current_steps": 660, "total_steps": 879, "loss": 0.3287, "lr": 8.951447848135758e-06, "epoch": 2.252559726962457, "percentage": 75.09, "elapsed_time": "16:05:25", "remaining_time": "5:20:20"}
|
67 |
+
{"current_steps": 670, "total_steps": 879, "loss": 0.3298, "lr": 8.202980953574735e-06, "epoch": 2.2866894197952217, "percentage": 76.22, "elapsed_time": "16:19:57", "remaining_time": "5:05:41"}
|
68 |
+
{"current_steps": 680, "total_steps": 879, "loss": 0.3283, "lr": 7.481006495611817e-06, "epoch": 2.3208191126279862, "percentage": 77.36, "elapsed_time": "16:34:48", "remaining_time": "4:51:07"}
|
69 |
+
{"current_steps": 690, "total_steps": 879, "loss": 0.3274, "lr": 6.786663180019751e-06, "epoch": 2.354948805460751, "percentage": 78.5, "elapsed_time": "16:48:35", "remaining_time": "4:36:16"}
|
70 |
+
{"current_steps": 700, "total_steps": 879, "loss": 0.3255, "lr": 6.121046132440458e-06, "epoch": 2.3890784982935154, "percentage": 79.64, "elapsed_time": "17:03:46", "remaining_time": "4:21:47"}
|
71 |
+
{"current_steps": 710, "total_steps": 879, "loss": 0.3262, "lr": 5.485205171141272e-06, "epoch": 2.42320819112628, "percentage": 80.77, "elapsed_time": "17:19:24", "remaining_time": "4:07:24"}
|
72 |
+
{"current_steps": 720, "total_steps": 879, "loss": 0.325, "lr": 4.880143151230418e-06, "epoch": 2.4573378839590445, "percentage": 81.91, "elapsed_time": "17:33:46", "remaining_time": "3:52:42"}
|
73 |
+
{"current_steps": 730, "total_steps": 879, "loss": 0.3255, "lr": 4.306814382943306e-06, "epoch": 2.491467576791809, "percentage": 83.05, "elapsed_time": "17:48:11", "remaining_time": "3:38:01"}
|
74 |
+
{"current_steps": 740, "total_steps": 879, "loss": 0.3283, "lr": 3.7661231264943086e-06, "epoch": 2.5255972696245736, "percentage": 84.19, "elapsed_time": "18:02:58", "remaining_time": "3:23:25"}
|
75 |
+
{"current_steps": 750, "total_steps": 879, "loss": 0.3238, "lr": 3.2589221658679586e-06, "epoch": 2.5597269624573378, "percentage": 85.32, "elapsed_time": "18:17:09", "remaining_time": "3:08:42"}
|
76 |
+
{"current_steps": 760, "total_steps": 879, "loss": 0.3268, "lr": 2.7860114637989933e-06, "epoch": 2.5938566552901023, "percentage": 86.46, "elapsed_time": "18:32:25", "remaining_time": "2:54:11"}
|
77 |
+
{"current_steps": 770, "total_steps": 879, "loss": 0.3322, "lr": 2.3481369000626585e-06, "epoch": 2.627986348122867, "percentage": 87.6, "elapsed_time": "18:46:54", "remaining_time": "2:39:31"}
|
78 |
+
{"current_steps": 780, "total_steps": 879, "loss": 0.3229, "lr": 1.9459890950652093e-06, "epoch": 2.6621160409556315, "percentage": 88.74, "elapsed_time": "19:00:32", "remaining_time": "2:24:45"}
|
79 |
+
{"current_steps": 790, "total_steps": 879, "loss": 0.3243, "lr": 1.5802023205900797e-06, "epoch": 2.696245733788396, "percentage": 89.87, "elapsed_time": "19:15:20", "remaining_time": "2:10:09"}
|
80 |
+
{"current_steps": 800, "total_steps": 879, "loss": 0.3282, "lr": 1.251353499417704e-06, "epoch": 2.73037542662116, "percentage": 91.01, "elapsed_time": "19:30:38", "remaining_time": "1:55:36"}
|
81 |
+
{"current_steps": 810, "total_steps": 879, "loss": 0.3237, "lr": 9.599612953967746e-07, "epoch": 2.7645051194539247, "percentage": 92.15, "elapsed_time": "19:45:29", "remaining_time": "1:40:59"}
|
82 |
+
{"current_steps": 820, "total_steps": 879, "loss": 0.3309, "lr": 7.064852954021373e-07, "epoch": 2.7986348122866893, "percentage": 93.29, "elapsed_time": "19:59:18", "remaining_time": "1:26:17"}
|
83 |
+
{"current_steps": 830, "total_steps": 879, "loss": 0.3249, "lr": 4.913252844694821e-07, "epoch": 2.832764505119454, "percentage": 94.43, "elapsed_time": "20:13:29", "remaining_time": "1:11:38"}
|
84 |
+
{"current_steps": 840, "total_steps": 879, "loss": 0.3248, "lr": 3.1482061525015537e-07, "epoch": 2.8668941979522184, "percentage": 95.56, "elapsed_time": "20:27:01", "remaining_time": "0:56:58"}
|
85 |
+
{"current_steps": 850, "total_steps": 879, "loss": 0.3216, "lr": 1.772496727805495e-07, "epoch": 2.901023890784983, "percentage": 96.7, "elapsed_time": "20:41:06", "remaining_time": "0:42:20"}
|
86 |
+
{"current_steps": 860, "total_steps": 879, "loss": 0.3255, "lr": 7.882943541027976e-08, "epoch": 2.9351535836177476, "percentage": 97.84, "elapsed_time": "20:57:00", "remaining_time": "0:27:46"}
|
87 |
+
{"current_steps": 870, "total_steps": 879, "loss": 0.3277, "lr": 1.9715132581624164e-08, "epoch": 2.969283276450512, "percentage": 98.98, "elapsed_time": "21:11:10", "remaining_time": "0:13:09"}
|
88 |
+
{"current_steps": 879, "total_steps": 879, "epoch": 3.0, "percentage": 100.0, "elapsed_time": "21:24:45", "remaining_time": "0:00:00"}
|
trainer_state.json
ADDED
@@ -0,0 +1,652 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 3.0,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 879,
|
8 |
+
"is_hyper_param_search": false,
|
9 |
+
"is_local_process_zero": true,
|
10 |
+
"is_world_process_zero": true,
|
11 |
+
"log_history": [
|
12 |
+
{
|
13 |
+
"epoch": 0.034129692832764506,
|
14 |
+
"grad_norm": 1.3683982802260004,
|
15 |
+
"learning_rate": 5.113636363636364e-06,
|
16 |
+
"loss": 0.6914,
|
17 |
+
"step": 10
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.06825938566552901,
|
21 |
+
"grad_norm": 1.1329734773219333,
|
22 |
+
"learning_rate": 1.0795454545454547e-05,
|
23 |
+
"loss": 0.5785,
|
24 |
+
"step": 20
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.10238907849829351,
|
28 |
+
"grad_norm": 0.4818340266515117,
|
29 |
+
"learning_rate": 1.6477272727272726e-05,
|
30 |
+
"loss": 0.5215,
|
31 |
+
"step": 30
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.13651877133105803,
|
35 |
+
"grad_norm": 0.40192420678859747,
|
36 |
+
"learning_rate": 2.215909090909091e-05,
|
37 |
+
"loss": 0.4933,
|
38 |
+
"step": 40
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.17064846416382254,
|
42 |
+
"grad_norm": 0.30113184989165265,
|
43 |
+
"learning_rate": 2.784090909090909e-05,
|
44 |
+
"loss": 0.4751,
|
45 |
+
"step": 50
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.20477815699658702,
|
49 |
+
"grad_norm": 0.6030940025399546,
|
50 |
+
"learning_rate": 3.352272727272727e-05,
|
51 |
+
"loss": 0.4648,
|
52 |
+
"step": 60
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.23890784982935154,
|
56 |
+
"grad_norm": 0.40486139505957924,
|
57 |
+
"learning_rate": 3.9204545454545456e-05,
|
58 |
+
"loss": 0.4589,
|
59 |
+
"step": 70
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.27303754266211605,
|
63 |
+
"grad_norm": 0.4001169424739457,
|
64 |
+
"learning_rate": 4.488636363636364e-05,
|
65 |
+
"loss": 0.4492,
|
66 |
+
"step": 80
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.30716723549488056,
|
70 |
+
"grad_norm": 0.7056769426783731,
|
71 |
+
"learning_rate": 4.99998028230155e-05,
|
72 |
+
"loss": 0.4529,
|
73 |
+
"step": 90
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.3412969283276451,
|
77 |
+
"grad_norm": 0.4127457799735406,
|
78 |
+
"learning_rate": 4.997614534810769e-05,
|
79 |
+
"loss": 0.4483,
|
80 |
+
"step": 100
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.37542662116040953,
|
84 |
+
"grad_norm": 0.4253433644026189,
|
85 |
+
"learning_rate": 4.991309523184661e-05,
|
86 |
+
"loss": 0.4408,
|
87 |
+
"step": 110
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.40955631399317405,
|
91 |
+
"grad_norm": 0.2650767061773436,
|
92 |
+
"learning_rate": 4.9810751917544375e-05,
|
93 |
+
"loss": 0.4361,
|
94 |
+
"step": 120
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.44368600682593856,
|
98 |
+
"grad_norm": 0.3236300985877029,
|
99 |
+
"learning_rate": 4.96692768221618e-05,
|
100 |
+
"loss": 0.4375,
|
101 |
+
"step": 130
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.4778156996587031,
|
105 |
+
"grad_norm": 0.2677148257178138,
|
106 |
+
"learning_rate": 4.948889308171989e-05,
|
107 |
+
"loss": 0.4343,
|
108 |
+
"step": 140
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.5119453924914675,
|
112 |
+
"grad_norm": 0.31194545617250247,
|
113 |
+
"learning_rate": 4.926988519936732e-05,
|
114 |
+
"loss": 0.4322,
|
115 |
+
"step": 150
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.5460750853242321,
|
119 |
+
"grad_norm": 0.2742536503128216,
|
120 |
+
"learning_rate": 4.9012598596659034e-05,
|
121 |
+
"loss": 0.4287,
|
122 |
+
"step": 160
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.5802047781569966,
|
126 |
+
"grad_norm": 0.2332933827806788,
|
127 |
+
"learning_rate": 4.8717439068753755e-05,
|
128 |
+
"loss": 0.4282,
|
129 |
+
"step": 170
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.6143344709897611,
|
133 |
+
"grad_norm": 0.3218993549663778,
|
134 |
+
"learning_rate": 4.838487214438951e-05,
|
135 |
+
"loss": 0.4227,
|
136 |
+
"step": 180
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.6484641638225256,
|
140 |
+
"grad_norm": 0.25861357657721123,
|
141 |
+
"learning_rate": 4.801542235164678e-05,
|
142 |
+
"loss": 0.4286,
|
143 |
+
"step": 190
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.6825938566552902,
|
147 |
+
"grad_norm": 0.2918271012332895,
|
148 |
+
"learning_rate": 4.7609672390657276e-05,
|
149 |
+
"loss": 0.4287,
|
150 |
+
"step": 200
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.7167235494880546,
|
154 |
+
"grad_norm": 0.24406366100330784,
|
155 |
+
"learning_rate": 4.716826221456305e-05,
|
156 |
+
"loss": 0.4215,
|
157 |
+
"step": 210
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.7508532423208191,
|
161 |
+
"grad_norm": 0.22515461276733315,
|
162 |
+
"learning_rate": 4.669188802017569e-05,
|
163 |
+
"loss": 0.4197,
|
164 |
+
"step": 220
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.7849829351535836,
|
168 |
+
"grad_norm": 0.2186800997634458,
|
169 |
+
"learning_rate": 4.6181301149927245e-05,
|
170 |
+
"loss": 0.425,
|
171 |
+
"step": 230
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.8191126279863481,
|
175 |
+
"grad_norm": 0.23708113058085334,
|
176 |
+
"learning_rate": 4.563730690684502e-05,
|
177 |
+
"loss": 0.4232,
|
178 |
+
"step": 240
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.8532423208191127,
|
182 |
+
"grad_norm": 0.2585858683862343,
|
183 |
+
"learning_rate": 4.5060763284419114e-05,
|
184 |
+
"loss": 0.4252,
|
185 |
+
"step": 250
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.8873720136518771,
|
189 |
+
"grad_norm": 0.2695864266113866,
|
190 |
+
"learning_rate": 4.445257961336594e-05,
|
191 |
+
"loss": 0.4173,
|
192 |
+
"step": 260
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.9215017064846417,
|
196 |
+
"grad_norm": 0.23595963689596886,
|
197 |
+
"learning_rate": 4.3813715127422186e-05,
|
198 |
+
"loss": 0.4205,
|
199 |
+
"step": 270
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.9556313993174061,
|
203 |
+
"grad_norm": 0.24101367889924785,
|
204 |
+
"learning_rate": 4.3145177450431235e-05,
|
205 |
+
"loss": 0.4185,
|
206 |
+
"step": 280
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.9897610921501706,
|
210 |
+
"grad_norm": 0.1941853912616131,
|
211 |
+
"learning_rate": 4.244802100710809e-05,
|
212 |
+
"loss": 0.417,
|
213 |
+
"step": 290
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 1.023890784982935,
|
217 |
+
"grad_norm": 0.24088200863220327,
|
218 |
+
"learning_rate": 4.172334535998958e-05,
|
219 |
+
"loss": 0.3911,
|
220 |
+
"step": 300
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 1.0580204778156996,
|
224 |
+
"grad_norm": 0.2401594568811406,
|
225 |
+
"learning_rate": 4.0972293475192634e-05,
|
226 |
+
"loss": 0.3733,
|
227 |
+
"step": 310
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 1.0921501706484642,
|
231 |
+
"grad_norm": 0.22375295442616824,
|
232 |
+
"learning_rate": 4.0196049919716004e-05,
|
233 |
+
"loss": 0.3778,
|
234 |
+
"step": 320
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 1.1262798634812285,
|
238 |
+
"grad_norm": 0.21296450960759827,
|
239 |
+
"learning_rate": 3.9395838993128645e-05,
|
240 |
+
"loss": 0.3778,
|
241 |
+
"step": 330
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 1.1604095563139931,
|
245 |
+
"grad_norm": 0.2364577800890562,
|
246 |
+
"learning_rate": 3.8572922796591415e-05,
|
247 |
+
"loss": 0.3751,
|
248 |
+
"step": 340
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 1.1945392491467577,
|
252 |
+
"grad_norm": 0.20516445679828432,
|
253 |
+
"learning_rate": 3.7728599242257786e-05,
|
254 |
+
"loss": 0.3755,
|
255 |
+
"step": 350
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 1.2286689419795223,
|
259 |
+
"grad_norm": 0.2080061173225757,
|
260 |
+
"learning_rate": 3.686420000619301e-05,
|
261 |
+
"loss": 0.38,
|
262 |
+
"step": 360
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 1.2627986348122868,
|
266 |
+
"grad_norm": 0.20693994205238442,
|
267 |
+
"learning_rate": 3.5981088428040464e-05,
|
268 |
+
"loss": 0.3802,
|
269 |
+
"step": 370
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 1.2969283276450512,
|
273 |
+
"grad_norm": 0.16640578029703731,
|
274 |
+
"learning_rate": 3.5080657360747985e-05,
|
275 |
+
"loss": 0.3739,
|
276 |
+
"step": 380
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 1.3310580204778157,
|
280 |
+
"grad_norm": 0.1996673960644544,
|
281 |
+
"learning_rate": 3.416432697374533e-05,
|
282 |
+
"loss": 0.3791,
|
283 |
+
"step": 390
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 1.36518771331058,
|
287 |
+
"grad_norm": 0.23313473957202652,
|
288 |
+
"learning_rate": 3.323354251303797e-05,
|
289 |
+
"loss": 0.3778,
|
290 |
+
"step": 400
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 1.3993174061433447,
|
294 |
+
"grad_norm": 0.18739705777804985,
|
295 |
+
"learning_rate": 3.228977202174973e-05,
|
296 |
+
"loss": 0.3773,
|
297 |
+
"step": 410
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 1.4334470989761092,
|
301 |
+
"grad_norm": 0.19881497754130406,
|
302 |
+
"learning_rate": 3.1334504024709605e-05,
|
303 |
+
"loss": 0.3774,
|
304 |
+
"step": 420
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 1.4675767918088738,
|
308 |
+
"grad_norm": 0.18919226309345596,
|
309 |
+
"learning_rate": 3.0369245180734605e-05,
|
310 |
+
"loss": 0.3754,
|
311 |
+
"step": 430
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 1.5017064846416384,
|
315 |
+
"grad_norm": 0.16804781179686107,
|
316 |
+
"learning_rate": 2.9395517906311494e-05,
|
317 |
+
"loss": 0.3769,
|
318 |
+
"step": 440
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 1.5358361774744027,
|
322 |
+
"grad_norm": 0.19724123435397653,
|
323 |
+
"learning_rate": 2.841485797442535e-05,
|
324 |
+
"loss": 0.3736,
|
325 |
+
"step": 450
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 1.5699658703071673,
|
329 |
+
"grad_norm": 0.1492512432657133,
|
330 |
+
"learning_rate": 2.742881209232215e-05,
|
331 |
+
"loss": 0.3749,
|
332 |
+
"step": 460
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 1.6040955631399316,
|
336 |
+
"grad_norm": 0.15514563941327603,
|
337 |
+
"learning_rate": 2.6438935462025672e-05,
|
338 |
+
"loss": 0.3725,
|
339 |
+
"step": 470
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 1.6382252559726962,
|
343 |
+
"grad_norm": 0.15833970336928466,
|
344 |
+
"learning_rate": 2.5446789327456373e-05,
|
345 |
+
"loss": 0.3736,
|
346 |
+
"step": 480
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 1.6723549488054608,
|
350 |
+
"grad_norm": 0.1508024128691703,
|
351 |
+
"learning_rate": 2.4453938512020927e-05,
|
352 |
+
"loss": 0.3757,
|
353 |
+
"step": 490
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 1.7064846416382253,
|
357 |
+
"grad_norm": 0.1561566494075755,
|
358 |
+
"learning_rate": 2.3461948950556133e-05,
|
359 |
+
"loss": 0.3718,
|
360 |
+
"step": 500
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 1.74061433447099,
|
364 |
+
"grad_norm": 0.16769278782996944,
|
365 |
+
"learning_rate": 2.247238521951992e-05,
|
366 |
+
"loss": 0.3766,
|
367 |
+
"step": 510
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 1.7747440273037542,
|
371 |
+
"grad_norm": 0.14100411189778878,
|
372 |
+
"learning_rate": 2.1486808069324687e-05,
|
373 |
+
"loss": 0.375,
|
374 |
+
"step": 520
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"epoch": 1.8088737201365188,
|
378 |
+
"grad_norm": 0.16483764215517682,
|
379 |
+
"learning_rate": 2.0506771962705304e-05,
|
380 |
+
"loss": 0.3733,
|
381 |
+
"step": 530
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 1.8430034129692832,
|
385 |
+
"grad_norm": 0.155764171343142,
|
386 |
+
"learning_rate": 1.953382262300389e-05,
|
387 |
+
"loss": 0.3716,
|
388 |
+
"step": 540
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"epoch": 1.8771331058020477,
|
392 |
+
"grad_norm": 0.15072440831975784,
|
393 |
+
"learning_rate": 1.8569494596238658e-05,
|
394 |
+
"loss": 0.3722,
|
395 |
+
"step": 550
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 1.9112627986348123,
|
399 |
+
"grad_norm": 0.1452936635170902,
|
400 |
+
"learning_rate": 1.7615308830801576e-05,
|
401 |
+
"loss": 0.372,
|
402 |
+
"step": 560
|
403 |
+
},
|
404 |
+
{
|
405 |
+
"epoch": 1.9453924914675769,
|
406 |
+
"grad_norm": 0.1459972272942582,
|
407 |
+
"learning_rate": 1.6672770278602508e-05,
|
408 |
+
"loss": 0.3728,
|
409 |
+
"step": 570
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 1.9795221843003414,
|
413 |
+
"grad_norm": 0.15824724688437872,
|
414 |
+
"learning_rate": 1.5743365521443033e-05,
|
415 |
+
"loss": 0.3729,
|
416 |
+
"step": 580
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 2.013651877133106,
|
420 |
+
"grad_norm": 0.17864631402612208,
|
421 |
+
"learning_rate": 1.4828560426363918e-05,
|
422 |
+
"loss": 0.3545,
|
423 |
+
"step": 590
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 2.04778156996587,
|
427 |
+
"grad_norm": 0.1588637310837059,
|
428 |
+
"learning_rate": 1.3929797833664013e-05,
|
429 |
+
"loss": 0.3297,
|
430 |
+
"step": 600
|
431 |
+
},
|
432 |
+
{
|
433 |
+
"epoch": 2.0819112627986347,
|
434 |
+
"grad_norm": 0.1418501854463478,
|
435 |
+
"learning_rate": 1.30484952812373e-05,
|
436 |
+
"loss": 0.3297,
|
437 |
+
"step": 610
|
438 |
+
},
|
439 |
+
{
|
440 |
+
"epoch": 2.1160409556313993,
|
441 |
+
"grad_norm": 0.15348962450232634,
|
442 |
+
"learning_rate": 1.2186042768816988e-05,
|
443 |
+
"loss": 0.3304,
|
444 |
+
"step": 620
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 2.150170648464164,
|
448 |
+
"grad_norm": 0.1348514462379786,
|
449 |
+
"learning_rate": 1.1343800565653332e-05,
|
450 |
+
"loss": 0.3265,
|
451 |
+
"step": 630
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 2.1843003412969284,
|
455 |
+
"grad_norm": 0.1356947041461966,
|
456 |
+
"learning_rate": 1.0523097065082413e-05,
|
457 |
+
"loss": 0.329,
|
458 |
+
"step": 640
|
459 |
+
},
|
460 |
+
{
|
461 |
+
"epoch": 2.218430034129693,
|
462 |
+
"grad_norm": 0.1494755476959583,
|
463 |
+
"learning_rate": 9.725226689370154e-06,
|
464 |
+
"loss": 0.3276,
|
465 |
+
"step": 650
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 2.252559726962457,
|
469 |
+
"grad_norm": 0.13335640045718117,
|
470 |
+
"learning_rate": 8.951447848135758e-06,
|
471 |
+
"loss": 0.3287,
|
472 |
+
"step": 660
|
473 |
+
},
|
474 |
+
{
|
475 |
+
"epoch": 2.2866894197952217,
|
476 |
+
"grad_norm": 0.13979403886356553,
|
477 |
+
"learning_rate": 8.202980953574735e-06,
|
478 |
+
"loss": 0.3298,
|
479 |
+
"step": 670
|
480 |
+
},
|
481 |
+
{
|
482 |
+
"epoch": 2.3208191126279862,
|
483 |
+
"grad_norm": 0.11971919873813754,
|
484 |
+
"learning_rate": 7.481006495611817e-06,
|
485 |
+
"loss": 0.3283,
|
486 |
+
"step": 680
|
487 |
+
},
|
488 |
+
{
|
489 |
+
"epoch": 2.354948805460751,
|
490 |
+
"grad_norm": 0.13500834901363976,
|
491 |
+
"learning_rate": 6.786663180019751e-06,
|
492 |
+
"loss": 0.3274,
|
493 |
+
"step": 690
|
494 |
+
},
|
495 |
+
{
|
496 |
+
"epoch": 2.3890784982935154,
|
497 |
+
"grad_norm": 0.17890565254397334,
|
498 |
+
"learning_rate": 6.121046132440458e-06,
|
499 |
+
"loss": 0.3255,
|
500 |
+
"step": 700
|
501 |
+
},
|
502 |
+
{
|
503 |
+
"epoch": 2.42320819112628,
|
504 |
+
"grad_norm": 0.1302286181845878,
|
505 |
+
"learning_rate": 5.485205171141272e-06,
|
506 |
+
"loss": 0.3262,
|
507 |
+
"step": 710
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 2.4573378839590445,
|
511 |
+
"grad_norm": 0.12203910298248397,
|
512 |
+
"learning_rate": 4.880143151230418e-06,
|
513 |
+
"loss": 0.325,
|
514 |
+
"step": 720
|
515 |
+
},
|
516 |
+
{
|
517 |
+
"epoch": 2.491467576791809,
|
518 |
+
"grad_norm": 0.12474109586190246,
|
519 |
+
"learning_rate": 4.306814382943306e-06,
|
520 |
+
"loss": 0.3255,
|
521 |
+
"step": 730
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"epoch": 2.5255972696245736,
|
525 |
+
"grad_norm": 0.12095736373178395,
|
526 |
+
"learning_rate": 3.7661231264943086e-06,
|
527 |
+
"loss": 0.3283,
|
528 |
+
"step": 740
|
529 |
+
},
|
530 |
+
{
|
531 |
+
"epoch": 2.5597269624573378,
|
532 |
+
"grad_norm": 0.11718436619787706,
|
533 |
+
"learning_rate": 3.2589221658679586e-06,
|
534 |
+
"loss": 0.3238,
|
535 |
+
"step": 750
|
536 |
+
},
|
537 |
+
{
|
538 |
+
"epoch": 2.5938566552901023,
|
539 |
+
"grad_norm": 0.11404515711854785,
|
540 |
+
"learning_rate": 2.7860114637989933e-06,
|
541 |
+
"loss": 0.3268,
|
542 |
+
"step": 760
|
543 |
+
},
|
544 |
+
{
|
545 |
+
"epoch": 2.627986348122867,
|
546 |
+
"grad_norm": 0.1211242651755094,
|
547 |
+
"learning_rate": 2.3481369000626585e-06,
|
548 |
+
"loss": 0.3322,
|
549 |
+
"step": 770
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 2.6621160409556315,
|
553 |
+
"grad_norm": 0.11417951185976549,
|
554 |
+
"learning_rate": 1.9459890950652093e-06,
|
555 |
+
"loss": 0.3229,
|
556 |
+
"step": 780
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 2.696245733788396,
|
560 |
+
"grad_norm": 0.11391563747812329,
|
561 |
+
"learning_rate": 1.5802023205900797e-06,
|
562 |
+
"loss": 0.3243,
|
563 |
+
"step": 790
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"epoch": 2.73037542662116,
|
567 |
+
"grad_norm": 0.11074398617174237,
|
568 |
+
"learning_rate": 1.251353499417704e-06,
|
569 |
+
"loss": 0.3282,
|
570 |
+
"step": 800
|
571 |
+
},
|
572 |
+
{
|
573 |
+
"epoch": 2.7645051194539247,
|
574 |
+
"grad_norm": 0.11126589393346809,
|
575 |
+
"learning_rate": 9.599612953967746e-07,
|
576 |
+
"loss": 0.3237,
|
577 |
+
"step": 810
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"epoch": 2.7986348122866893,
|
581 |
+
"grad_norm": 0.10702690737924332,
|
582 |
+
"learning_rate": 7.064852954021373e-07,
|
583 |
+
"loss": 0.3309,
|
584 |
+
"step": 820
|
585 |
+
},
|
586 |
+
{
|
587 |
+
"epoch": 2.832764505119454,
|
588 |
+
"grad_norm": 0.11277244407549764,
|
589 |
+
"learning_rate": 4.913252844694821e-07,
|
590 |
+
"loss": 0.3249,
|
591 |
+
"step": 830
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"epoch": 2.8668941979522184,
|
595 |
+
"grad_norm": 0.1109451852100889,
|
596 |
+
"learning_rate": 3.1482061525015537e-07,
|
597 |
+
"loss": 0.3248,
|
598 |
+
"step": 840
|
599 |
+
},
|
600 |
+
{
|
601 |
+
"epoch": 2.901023890784983,
|
602 |
+
"grad_norm": 0.11192896622215733,
|
603 |
+
"learning_rate": 1.772496727805495e-07,
|
604 |
+
"loss": 0.3216,
|
605 |
+
"step": 850
|
606 |
+
},
|
607 |
+
{
|
608 |
+
"epoch": 2.9351535836177476,
|
609 |
+
"grad_norm": 0.11288193182916881,
|
610 |
+
"learning_rate": 7.882943541027976e-08,
|
611 |
+
"loss": 0.3255,
|
612 |
+
"step": 860
|
613 |
+
},
|
614 |
+
{
|
615 |
+
"epoch": 2.969283276450512,
|
616 |
+
"grad_norm": 0.11665972567296903,
|
617 |
+
"learning_rate": 1.9715132581624164e-08,
|
618 |
+
"loss": 0.3277,
|
619 |
+
"step": 870
|
620 |
+
},
|
621 |
+
{
|
622 |
+
"epoch": 3.0,
|
623 |
+
"step": 879,
|
624 |
+
"total_flos": 4042009736118272.0,
|
625 |
+
"train_loss": 0.38500409647059525,
|
626 |
+
"train_runtime": 77088.3871,
|
627 |
+
"train_samples_per_second": 5.837,
|
628 |
+
"train_steps_per_second": 0.011
|
629 |
+
}
|
630 |
+
],
|
631 |
+
"logging_steps": 10,
|
632 |
+
"max_steps": 879,
|
633 |
+
"num_input_tokens_seen": 0,
|
634 |
+
"num_train_epochs": 3,
|
635 |
+
"save_steps": 50,
|
636 |
+
"stateful_callbacks": {
|
637 |
+
"TrainerControl": {
|
638 |
+
"args": {
|
639 |
+
"should_epoch_stop": false,
|
640 |
+
"should_evaluate": false,
|
641 |
+
"should_log": false,
|
642 |
+
"should_save": true,
|
643 |
+
"should_training_stop": true
|
644 |
+
},
|
645 |
+
"attributes": {}
|
646 |
+
}
|
647 |
+
},
|
648 |
+
"total_flos": 4042009736118272.0,
|
649 |
+
"train_batch_size": 1,
|
650 |
+
"trial_name": null,
|
651 |
+
"trial_params": null
|
652 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e4f7fda2d7232df549ddda1afe0e2358dbb40b4388ab1ef5ab894846b4f385ee
|
3 |
+
size 7736
|
training_loss.png
ADDED
![]() |
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|