Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +73 -0
- all_results.json +12 -0
- config.json +30 -0
- eval_results.json +7 -0
- generation_config.json +9 -0
- model-00001-of-00004.safetensors +3 -0
- model-00002-of-00004.safetensors +3 -0
- model-00003-of-00004.safetensors +3 -0
- model-00004-of-00004.safetensors +3 -0
- model.safetensors.index.json +346 -0
- runs/Feb06_19-06-36_amd-G262-ZO0-00/events.out.tfevents.1738869203.amd-G262-ZO0-00.62856.0 +3 -0
- runs/Feb06_19-06-36_amd-G262-ZO0-00/events.out.tfevents.1738869602.amd-G262-ZO0-00.62856.1 +3 -0
- special_tokens_map.json +23 -0
- tokenizer.json +3 -0
- tokenizer_config.json +204 -0
- train_results.json +8 -0
- trainer_log.jsonl +67 -0
- trainer_state.json +513 -0
- training_args.bin +3 -0
- training_eval_loss.png +0 -0
- training_loss.png +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,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: other
|
4 |
+
base_model: deepseek-ai/DeepSeek-R1-Distill-Qwen-7B
|
5 |
+
tags:
|
6 |
+
- llama-factory
|
7 |
+
- full
|
8 |
+
- generated_from_trainer
|
9 |
+
model-index:
|
10 |
+
- name: reasoning-multilingual-R1-Llama-70B-train
|
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 |
+
# reasoning-multilingual-R1-Llama-70B-train
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [deepseek-ai/DeepSeek-R1-Distill-Qwen-7B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-7B) on the reasoning-multilingual-R1-Llama-70B-train dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.5135
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 1e-05
|
41 |
+
- train_batch_size: 1
|
42 |
+
- eval_batch_size: 1
|
43 |
+
- seed: 42
|
44 |
+
- distributed_type: multi-GPU
|
45 |
+
- num_devices: 8
|
46 |
+
- total_train_batch_size: 8
|
47 |
+
- total_eval_batch_size: 8
|
48 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
49 |
+
- lr_scheduler_type: cosine
|
50 |
+
- lr_scheduler_warmup_ratio: 0.01
|
51 |
+
- num_epochs: 3.0
|
52 |
+
|
53 |
+
### Training results
|
54 |
+
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
56 |
+
|:-------------:|:------:|:----:|:---------------:|
|
57 |
+
| 0.5539 | 0.3158 | 6 | 0.3874 |
|
58 |
+
| 0.5069 | 0.6316 | 12 | 0.4255 |
|
59 |
+
| 0.5634 | 0.9474 | 18 | 0.4700 |
|
60 |
+
| 0.7207 | 1.2632 | 24 | 0.5061 |
|
61 |
+
| 0.6525 | 1.5789 | 30 | 0.5270 |
|
62 |
+
| 0.7435 | 1.8947 | 36 | 0.5325 |
|
63 |
+
| 0.7488 | 2.2105 | 42 | 0.5383 |
|
64 |
+
| 0.5786 | 2.5263 | 48 | 0.5181 |
|
65 |
+
| 0.7325 | 2.8421 | 54 | 0.5146 |
|
66 |
+
|
67 |
+
|
68 |
+
### Framework versions
|
69 |
+
|
70 |
+
- Transformers 4.46.1
|
71 |
+
- Pytorch 2.6.0.dev20241113+rocm6.2
|
72 |
+
- Datasets 3.1.0
|
73 |
+
- Tokenizers 0.20.3
|
all_results.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 3.0,
|
3 |
+
"eval_loss": 0.5134892463684082,
|
4 |
+
"eval_runtime": 0.8691,
|
5 |
+
"eval_samples_per_second": 2.301,
|
6 |
+
"eval_steps_per_second": 1.151,
|
7 |
+
"total_flos": 8.713084645618483e+16,
|
8 |
+
"train_loss": 0.597966728503244,
|
9 |
+
"train_runtime": 375.3657,
|
10 |
+
"train_samples_per_second": 1.183,
|
11 |
+
"train_steps_per_second": 0.152
|
12 |
+
}
|
config.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "deepseek-ai/DeepSeek-R1-Distill-Qwen-7B",
|
3 |
+
"architectures": [
|
4 |
+
"Qwen2ForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 151643,
|
8 |
+
"eos_token_id": 151643,
|
9 |
+
"hidden_act": "silu",
|
10 |
+
"hidden_size": 3584,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 18944,
|
13 |
+
"max_position_embeddings": 131072,
|
14 |
+
"max_window_layers": 28,
|
15 |
+
"model_type": "qwen2",
|
16 |
+
"num_attention_heads": 28,
|
17 |
+
"num_hidden_layers": 28,
|
18 |
+
"num_key_value_heads": 4,
|
19 |
+
"rms_norm_eps": 1e-06,
|
20 |
+
"rope_scaling": null,
|
21 |
+
"rope_theta": 10000,
|
22 |
+
"sliding_window": null,
|
23 |
+
"tie_word_embeddings": false,
|
24 |
+
"torch_dtype": "bfloat16",
|
25 |
+
"transformers_version": "4.46.1",
|
26 |
+
"use_cache": false,
|
27 |
+
"use_mrope": false,
|
28 |
+
"use_sliding_window": false,
|
29 |
+
"vocab_size": 152064
|
30 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 3.0,
|
3 |
+
"eval_loss": 0.5134892463684082,
|
4 |
+
"eval_runtime": 0.8691,
|
5 |
+
"eval_samples_per_second": 2.301,
|
6 |
+
"eval_steps_per_second": 1.151
|
7 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 151646,
|
4 |
+
"do_sample": true,
|
5 |
+
"eos_token_id": 151643,
|
6 |
+
"temperature": 0.6,
|
7 |
+
"top_p": 0.95,
|
8 |
+
"transformers_version": "4.46.1"
|
9 |
+
}
|
model-00001-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bbf0fa5ee60a1611f9d36b43b45693ef29c5e4f269c34c9cc925c35c79270739
|
3 |
+
size 4877660776
|
model-00002-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4dc633052f92d4f76912364e36b93746ec905f2f84eb381103b949c123b243d
|
3 |
+
size 4932751008
|
model-00003-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:64d1b9b8c2a51bd09b78b006916c36f7d9d3844f09fa9db1b069654a9ff04e4e
|
3 |
+
size 4330865200
|
model-00004-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c6de8a7fe503fc5d5efa8e47c5dc9ce40e333790c29ad13ab3b10b14ea02c1cf
|
3 |
+
size 1089994880
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,346 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 15231233024
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "model-00004-of-00004.safetensors",
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00004.safetensors",
|
8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
13 |
+
"model.layers.0.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
14 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
15 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
16 |
+
"model.layers.0.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
17 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
18 |
+
"model.layers.0.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
19 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
20 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
21 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
22 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
23 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
24 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
25 |
+
"model.layers.1.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
26 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
27 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
28 |
+
"model.layers.1.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
29 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
30 |
+
"model.layers.1.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
31 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
32 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
33 |
+
"model.layers.10.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
34 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
35 |
+
"model.layers.10.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
36 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
37 |
+
"model.layers.10.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
38 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
39 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
40 |
+
"model.layers.10.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
41 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
42 |
+
"model.layers.10.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
43 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
44 |
+
"model.layers.11.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
45 |
+
"model.layers.11.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
46 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
47 |
+
"model.layers.11.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
48 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
49 |
+
"model.layers.11.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
50 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
51 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
52 |
+
"model.layers.11.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
53 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
54 |
+
"model.layers.11.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
55 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
56 |
+
"model.layers.12.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
57 |
+
"model.layers.12.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
58 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
59 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
60 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
61 |
+
"model.layers.12.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
62 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
63 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
64 |
+
"model.layers.12.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
65 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
66 |
+
"model.layers.12.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
67 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
68 |
+
"model.layers.13.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
69 |
+
"model.layers.13.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
70 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
71 |
+
"model.layers.13.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
72 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
73 |
+
"model.layers.13.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
74 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
75 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
76 |
+
"model.layers.13.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
77 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
78 |
+
"model.layers.13.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
79 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
80 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
81 |
+
"model.layers.14.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
82 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
83 |
+
"model.layers.14.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
84 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
85 |
+
"model.layers.14.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
86 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
87 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
88 |
+
"model.layers.14.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
89 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
90 |
+
"model.layers.14.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
91 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
92 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
93 |
+
"model.layers.15.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
94 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
95 |
+
"model.layers.15.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
96 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
97 |
+
"model.layers.15.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
98 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
99 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
100 |
+
"model.layers.15.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
101 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
102 |
+
"model.layers.15.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
103 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
104 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
105 |
+
"model.layers.16.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
106 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
107 |
+
"model.layers.16.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
108 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
109 |
+
"model.layers.16.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
110 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
111 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
112 |
+
"model.layers.16.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
113 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
114 |
+
"model.layers.16.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
115 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
116 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
117 |
+
"model.layers.17.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
118 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
119 |
+
"model.layers.17.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
120 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
121 |
+
"model.layers.17.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
122 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
123 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
124 |
+
"model.layers.17.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
125 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
126 |
+
"model.layers.17.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
127 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
128 |
+
"model.layers.18.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
129 |
+
"model.layers.18.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
130 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
131 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
132 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
133 |
+
"model.layers.18.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
134 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
135 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
136 |
+
"model.layers.18.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
137 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
138 |
+
"model.layers.18.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
139 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
140 |
+
"model.layers.19.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
141 |
+
"model.layers.19.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
142 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
143 |
+
"model.layers.19.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
144 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
145 |
+
"model.layers.19.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
146 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
147 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
148 |
+
"model.layers.19.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
149 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
150 |
+
"model.layers.19.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
151 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
152 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
153 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
154 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
155 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
156 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
157 |
+
"model.layers.2.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
158 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
159 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
160 |
+
"model.layers.2.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
161 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
162 |
+
"model.layers.2.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
163 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
164 |
+
"model.layers.20.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
165 |
+
"model.layers.20.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
166 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
167 |
+
"model.layers.20.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
168 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
169 |
+
"model.layers.20.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
170 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
171 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
172 |
+
"model.layers.20.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
173 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
174 |
+
"model.layers.20.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
175 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
176 |
+
"model.layers.21.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
177 |
+
"model.layers.21.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
178 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
179 |
+
"model.layers.21.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
180 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
181 |
+
"model.layers.21.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
182 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
183 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
184 |
+
"model.layers.21.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
185 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
186 |
+
"model.layers.21.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
187 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
188 |
+
"model.layers.22.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
189 |
+
"model.layers.22.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
190 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
191 |
+
"model.layers.22.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
192 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
193 |
+
"model.layers.22.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
194 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
195 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
196 |
+
"model.layers.22.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
197 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
198 |
+
"model.layers.22.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
199 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
200 |
+
"model.layers.23.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
201 |
+
"model.layers.23.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
202 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
203 |
+
"model.layers.23.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
204 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
205 |
+
"model.layers.23.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
206 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
207 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
208 |
+
"model.layers.23.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
209 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
210 |
+
"model.layers.23.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
211 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
212 |
+
"model.layers.24.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
213 |
+
"model.layers.24.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
214 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
215 |
+
"model.layers.24.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
216 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
217 |
+
"model.layers.24.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
218 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
219 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
220 |
+
"model.layers.24.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
221 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
222 |
+
"model.layers.24.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
223 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
224 |
+
"model.layers.25.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
225 |
+
"model.layers.25.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
226 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
227 |
+
"model.layers.25.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
228 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
229 |
+
"model.layers.25.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
230 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
231 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
232 |
+
"model.layers.25.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
233 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
234 |
+
"model.layers.25.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
235 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
236 |
+
"model.layers.26.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
237 |
+
"model.layers.26.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
238 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
239 |
+
"model.layers.26.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
240 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
241 |
+
"model.layers.26.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
242 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
243 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
244 |
+
"model.layers.26.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
245 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
246 |
+
"model.layers.26.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
247 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
248 |
+
"model.layers.27.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
249 |
+
"model.layers.27.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
250 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
251 |
+
"model.layers.27.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
252 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
253 |
+
"model.layers.27.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
254 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
255 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
256 |
+
"model.layers.27.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
257 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
258 |
+
"model.layers.27.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
259 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
260 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
261 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
262 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
263 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
264 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
265 |
+
"model.layers.3.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
266 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
267 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
268 |
+
"model.layers.3.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
269 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
270 |
+
"model.layers.3.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
271 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
272 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
273 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
274 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
275 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
276 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
277 |
+
"model.layers.4.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
278 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
279 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
280 |
+
"model.layers.4.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
281 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
282 |
+
"model.layers.4.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
283 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
284 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
285 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
286 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
287 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
288 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
289 |
+
"model.layers.5.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
290 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
291 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
292 |
+
"model.layers.5.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
293 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
294 |
+
"model.layers.5.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
295 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
296 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
297 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
298 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
299 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
300 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
301 |
+
"model.layers.6.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
302 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
303 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
304 |
+
"model.layers.6.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
305 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
306 |
+
"model.layers.6.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
307 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
308 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
309 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
310 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
311 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
312 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
313 |
+
"model.layers.7.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
314 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
315 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
316 |
+
"model.layers.7.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
317 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
318 |
+
"model.layers.7.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
319 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
320 |
+
"model.layers.8.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
321 |
+
"model.layers.8.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
322 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
323 |
+
"model.layers.8.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
324 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
325 |
+
"model.layers.8.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
326 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
327 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
328 |
+
"model.layers.8.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
329 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
330 |
+
"model.layers.8.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
331 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
332 |
+
"model.layers.9.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
333 |
+
"model.layers.9.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
334 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
335 |
+
"model.layers.9.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
336 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
337 |
+
"model.layers.9.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
338 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
339 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
340 |
+
"model.layers.9.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
341 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
342 |
+
"model.layers.9.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
343 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
344 |
+
"model.norm.weight": "model-00003-of-00004.safetensors"
|
345 |
+
}
|
346 |
+
}
|
runs/Feb06_19-06-36_amd-G262-ZO0-00/events.out.tfevents.1738869203.amd-G262-ZO0-00.62856.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd23a096c3ed8f05739277ef23818812da868f5068609196643a3a7053a08023
|
3 |
+
size 20084
|
runs/Feb06_19-06-36_amd-G262-ZO0-00/events.out.tfevents.1738869602.amd-G262-ZO0-00.62856.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa4dc5d466f95590aed19d951b6298c7d0f36206638421930221955141af8be5
|
3 |
+
size 354
|
special_tokens_map.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<|begin▁of▁sentence|>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|im_end|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "<|end▁of▁sentence|>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
}
|
23 |
+
}
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:02643f00207dfc5ed248992486bde04314c21dca556bf65ce520690962b8db63
|
3 |
+
size 11422965
|
tokenizer_config.json
ADDED
@@ -0,0 +1,204 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"add_prefix_space": null,
|
5 |
+
"added_tokens_decoder": {
|
6 |
+
"151643": {
|
7 |
+
"content": "<|end▁of▁sentence|>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": false,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": true
|
13 |
+
},
|
14 |
+
"151644": {
|
15 |
+
"content": "<|User|>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": false,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false,
|
20 |
+
"special": false
|
21 |
+
},
|
22 |
+
"151645": {
|
23 |
+
"content": "<|Assistant|>",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": false,
|
26 |
+
"rstrip": false,
|
27 |
+
"single_word": false,
|
28 |
+
"special": false
|
29 |
+
},
|
30 |
+
"151646": {
|
31 |
+
"content": "<|begin▁of▁sentence|>",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": false,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false,
|
36 |
+
"special": true
|
37 |
+
},
|
38 |
+
"151647": {
|
39 |
+
"content": "<|EOT|>",
|
40 |
+
"lstrip": false,
|
41 |
+
"normalized": false,
|
42 |
+
"rstrip": false,
|
43 |
+
"single_word": false,
|
44 |
+
"special": false
|
45 |
+
},
|
46 |
+
"151648": {
|
47 |
+
"content": "<think>",
|
48 |
+
"lstrip": false,
|
49 |
+
"normalized": false,
|
50 |
+
"rstrip": false,
|
51 |
+
"single_word": false,
|
52 |
+
"special": false
|
53 |
+
},
|
54 |
+
"151649": {
|
55 |
+
"content": "</think>",
|
56 |
+
"lstrip": false,
|
57 |
+
"normalized": false,
|
58 |
+
"rstrip": false,
|
59 |
+
"single_word": false,
|
60 |
+
"special": false
|
61 |
+
},
|
62 |
+
"151650": {
|
63 |
+
"content": "<|quad_start|>",
|
64 |
+
"lstrip": false,
|
65 |
+
"normalized": false,
|
66 |
+
"rstrip": false,
|
67 |
+
"single_word": false,
|
68 |
+
"special": true
|
69 |
+
},
|
70 |
+
"151651": {
|
71 |
+
"content": "<|quad_end|>",
|
72 |
+
"lstrip": false,
|
73 |
+
"normalized": false,
|
74 |
+
"rstrip": false,
|
75 |
+
"single_word": false,
|
76 |
+
"special": true
|
77 |
+
},
|
78 |
+
"151652": {
|
79 |
+
"content": "<|vision_start|>",
|
80 |
+
"lstrip": false,
|
81 |
+
"normalized": false,
|
82 |
+
"rstrip": false,
|
83 |
+
"single_word": false,
|
84 |
+
"special": true
|
85 |
+
},
|
86 |
+
"151653": {
|
87 |
+
"content": "<|vision_end|>",
|
88 |
+
"lstrip": false,
|
89 |
+
"normalized": false,
|
90 |
+
"rstrip": false,
|
91 |
+
"single_word": false,
|
92 |
+
"special": true
|
93 |
+
},
|
94 |
+
"151654": {
|
95 |
+
"content": "<|vision_pad|>",
|
96 |
+
"lstrip": false,
|
97 |
+
"normalized": false,
|
98 |
+
"rstrip": false,
|
99 |
+
"single_word": false,
|
100 |
+
"special": true
|
101 |
+
},
|
102 |
+
"151655": {
|
103 |
+
"content": "<|image_pad|>",
|
104 |
+
"lstrip": false,
|
105 |
+
"normalized": false,
|
106 |
+
"rstrip": false,
|
107 |
+
"single_word": false,
|
108 |
+
"special": true
|
109 |
+
},
|
110 |
+
"151656": {
|
111 |
+
"content": "<|video_pad|>",
|
112 |
+
"lstrip": false,
|
113 |
+
"normalized": false,
|
114 |
+
"rstrip": false,
|
115 |
+
"single_word": false,
|
116 |
+
"special": true
|
117 |
+
},
|
118 |
+
"151657": {
|
119 |
+
"content": "<tool_call>",
|
120 |
+
"lstrip": false,
|
121 |
+
"normalized": false,
|
122 |
+
"rstrip": false,
|
123 |
+
"single_word": false,
|
124 |
+
"special": false
|
125 |
+
},
|
126 |
+
"151658": {
|
127 |
+
"content": "</tool_call>",
|
128 |
+
"lstrip": false,
|
129 |
+
"normalized": false,
|
130 |
+
"rstrip": false,
|
131 |
+
"single_word": false,
|
132 |
+
"special": false
|
133 |
+
},
|
134 |
+
"151659": {
|
135 |
+
"content": "<|fim_prefix|>",
|
136 |
+
"lstrip": false,
|
137 |
+
"normalized": false,
|
138 |
+
"rstrip": false,
|
139 |
+
"single_word": false,
|
140 |
+
"special": false
|
141 |
+
},
|
142 |
+
"151660": {
|
143 |
+
"content": "<|fim_middle|>",
|
144 |
+
"lstrip": false,
|
145 |
+
"normalized": false,
|
146 |
+
"rstrip": false,
|
147 |
+
"single_word": false,
|
148 |
+
"special": false
|
149 |
+
},
|
150 |
+
"151661": {
|
151 |
+
"content": "<|fim_suffix|>",
|
152 |
+
"lstrip": false,
|
153 |
+
"normalized": false,
|
154 |
+
"rstrip": false,
|
155 |
+
"single_word": false,
|
156 |
+
"special": false
|
157 |
+
},
|
158 |
+
"151662": {
|
159 |
+
"content": "<|fim_pad|>",
|
160 |
+
"lstrip": false,
|
161 |
+
"normalized": false,
|
162 |
+
"rstrip": false,
|
163 |
+
"single_word": false,
|
164 |
+
"special": false
|
165 |
+
},
|
166 |
+
"151663": {
|
167 |
+
"content": "<|repo_name|>",
|
168 |
+
"lstrip": false,
|
169 |
+
"normalized": false,
|
170 |
+
"rstrip": false,
|
171 |
+
"single_word": false,
|
172 |
+
"special": false
|
173 |
+
},
|
174 |
+
"151664": {
|
175 |
+
"content": "<|file_sep|>",
|
176 |
+
"lstrip": false,
|
177 |
+
"normalized": false,
|
178 |
+
"rstrip": false,
|
179 |
+
"single_word": false,
|
180 |
+
"special": false
|
181 |
+
},
|
182 |
+
"151665": {
|
183 |
+
"content": "<|im_end|>",
|
184 |
+
"lstrip": false,
|
185 |
+
"normalized": false,
|
186 |
+
"rstrip": false,
|
187 |
+
"single_word": false,
|
188 |
+
"special": true
|
189 |
+
}
|
190 |
+
},
|
191 |
+
"bos_token": "<|begin▁of▁sentence|>",
|
192 |
+
"chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set ns = namespace(is_first=false, is_tool=false, is_output_first=true, system_prompt='') %}{%- for message in messages %}{%- if message['role'] == 'system' %}{% set ns.system_prompt = message['content'] %}{%- endif %}{%- endfor %}{{bos_token}}{{ns.system_prompt}}{%- for message in messages %}{%- if message['role'] == 'user' %}{%- set ns.is_tool = false -%}{{'<|User|>' + message['content']}}{%- endif %}{%- if message['role'] == 'assistant' and message['content'] is none %}{%- set ns.is_tool = false -%}{%- for tool in message['tool_calls']%}{%- if not ns.is_first %}{{'<|Assistant|><|tool▁calls▁begin|><|tool▁call▁begin|>' + tool['type'] + '<|tool▁sep|>' + tool['function']['name'] + '\\n' + '```json' + '\\n' + tool['function']['arguments'] + '\\n' + '```' + '<|tool▁call▁end|>'}}{%- set ns.is_first = true -%}{%- else %}{{'\\n' + '<|tool▁call▁begin|>' + tool['type'] + '<|tool▁sep|>' + tool['function']['name'] + '\\n' + '```json' + '\\n' + tool['function']['arguments'] + '\\n' + '```' + '<|tool▁call▁end|>'}}{{'<|tool▁calls▁end|><|end▁of▁sentence|>'}}{%- endif %}{%- endfor %}{%- endif %}{%- if message['role'] == 'assistant' and message['content'] is not none %}{%- if ns.is_tool %}{{'<|tool▁outputs▁end|>' + message['content'] + '<|end▁of▁sentence|>'}}{%- set ns.is_tool = false -%}{%- else %}{% set content = message['content'] %}{% if '</think>' in content %}{% set content = content.split('</think>')[-1] %}{% endif %}{{'<|Assistant|>' + content + '<|end▁of▁sentence|>'}}{%- endif %}{%- endif %}{%- if message['role'] == 'tool' %}{%- set ns.is_tool = true -%}{%- if ns.is_output_first %}{{'<|tool▁outputs▁begin|><|tool▁output▁begin|>' + message['content'] + '<|tool▁output▁end|>'}}{%- set ns.is_output_first = false %}{%- else %}{{'\\n<|tool▁output▁begin|>' + message['content'] + '<|tool▁output▁end|>'}}{%- endif %}{%- endif %}{%- endfor -%}{% if ns.is_tool %}{{'<|tool▁outputs▁end|>'}}{% endif %}{% if add_generation_prompt and not ns.is_tool %}{{'<|Assistant|>'}}{% endif %}",
|
193 |
+
"clean_up_tokenization_spaces": false,
|
194 |
+
"eos_token": "<|im_end|>",
|
195 |
+
"legacy": true,
|
196 |
+
"model_max_length": 16384,
|
197 |
+
"pad_token": "<|end▁of▁sentence|>",
|
198 |
+
"padding_side": "right",
|
199 |
+
"sp_model_kwargs": {},
|
200 |
+
"split_special_tokens": false,
|
201 |
+
"tokenizer_class": "LlamaTokenizer",
|
202 |
+
"unk_token": null,
|
203 |
+
"use_default_system_prompt": false
|
204 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 3.0,
|
3 |
+
"total_flos": 8.713084645618483e+16,
|
4 |
+
"train_loss": 0.597966728503244,
|
5 |
+
"train_runtime": 375.3657,
|
6 |
+
"train_samples_per_second": 1.183,
|
7 |
+
"train_steps_per_second": 0.152
|
8 |
+
}
|
trainer_log.jsonl
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"current_steps": 1, "total_steps": 57, "loss": 0.5234, "lr": 1e-05, "epoch": 0.05263157894736842, "percentage": 1.75, "elapsed_time": "0:00:08", "remaining_time": "0:08:21"}
|
2 |
+
{"current_steps": 2, "total_steps": 57, "loss": 0.4781, "lr": 9.992134075089085e-06, "epoch": 0.10526315789473684, "percentage": 3.51, "elapsed_time": "0:00:41", "remaining_time": "0:19:05"}
|
3 |
+
{"current_steps": 3, "total_steps": 57, "loss": 0.5327, "lr": 9.968561049466214e-06, "epoch": 0.15789473684210525, "percentage": 5.26, "elapsed_time": "0:00:45", "remaining_time": "0:13:47"}
|
4 |
+
{"current_steps": 4, "total_steps": 57, "loss": 0.4726, "lr": 9.92935509259118e-06, "epoch": 0.21052631578947367, "percentage": 7.02, "elapsed_time": "0:00:50", "remaining_time": "0:11:06"}
|
5 |
+
{"current_steps": 5, "total_steps": 57, "loss": 0.4571, "lr": 9.874639560909118e-06, "epoch": 0.2631578947368421, "percentage": 8.77, "elapsed_time": "0:00:54", "remaining_time": "0:09:27"}
|
6 |
+
{"current_steps": 6, "total_steps": 57, "loss": 0.5539, "lr": 9.804586609725499e-06, "epoch": 0.3157894736842105, "percentage": 10.53, "elapsed_time": "0:00:58", "remaining_time": "0:08:20"}
|
7 |
+
{"current_steps": 6, "total_steps": 57, "eval_loss": 0.3873564898967743, "epoch": 0.3157894736842105, "percentage": 10.53, "elapsed_time": "0:00:59", "remaining_time": "0:08:28"}
|
8 |
+
{"current_steps": 7, "total_steps": 57, "loss": 0.3949, "lr": 9.719416651541839e-06, "epoch": 0.3684210526315789, "percentage": 12.28, "elapsed_time": "0:01:04", "remaining_time": "0:07:38"}
|
9 |
+
{"current_steps": 8, "total_steps": 57, "loss": 0.5256, "lr": 9.619397662556434e-06, "epoch": 0.42105263157894735, "percentage": 14.04, "elapsed_time": "0:01:08", "remaining_time": "0:06:59"}
|
10 |
+
{"current_steps": 9, "total_steps": 57, "loss": 0.4265, "lr": 9.504844339512096e-06, "epoch": 0.47368421052631576, "percentage": 15.79, "elapsed_time": "0:01:12", "remaining_time": "0:06:28"}
|
11 |
+
{"current_steps": 10, "total_steps": 57, "loss": 0.6413, "lr": 9.376117109543769e-06, "epoch": 0.5263157894736842, "percentage": 17.54, "elapsed_time": "0:01:17", "remaining_time": "0:06:02"}
|
12 |
+
{"current_steps": 11, "total_steps": 57, "loss": 0.5344, "lr": 9.233620996141421e-06, "epoch": 0.5789473684210527, "percentage": 19.3, "elapsed_time": "0:01:21", "remaining_time": "0:05:40"}
|
13 |
+
{"current_steps": 12, "total_steps": 57, "loss": 0.5069, "lr": 9.077804344796302e-06, "epoch": 0.631578947368421, "percentage": 21.05, "elapsed_time": "0:01:25", "remaining_time": "0:05:21"}
|
14 |
+
{"current_steps": 12, "total_steps": 57, "eval_loss": 0.42546606063842773, "epoch": 0.631578947368421, "percentage": 21.05, "elapsed_time": "0:01:26", "remaining_time": "0:05:24"}
|
15 |
+
{"current_steps": 13, "total_steps": 57, "loss": 0.5058, "lr": 8.90915741234015e-06, "epoch": 0.6842105263157895, "percentage": 22.81, "elapsed_time": "0:01:30", "remaining_time": "0:05:07"}
|
16 |
+
{"current_steps": 14, "total_steps": 57, "loss": 0.4587, "lr": 8.728210824415829e-06, "epoch": 0.7368421052631579, "percentage": 24.56, "elapsed_time": "0:01:35", "remaining_time": "0:04:52"}
|
17 |
+
{"current_steps": 15, "total_steps": 57, "loss": 0.614, "lr": 8.535533905932739e-06, "epoch": 0.7894736842105263, "percentage": 26.32, "elapsed_time": "0:01:39", "remaining_time": "0:04:38"}
|
18 |
+
{"current_steps": 16, "total_steps": 57, "loss": 0.644, "lr": 8.331732889760021e-06, "epoch": 0.8421052631578947, "percentage": 28.07, "elapsed_time": "0:01:43", "remaining_time": "0:04:26"}
|
19 |
+
{"current_steps": 17, "total_steps": 57, "loss": 0.5248, "lr": 8.117449009293668e-06, "epoch": 0.8947368421052632, "percentage": 29.82, "elapsed_time": "0:01:48", "remaining_time": "0:04:14"}
|
20 |
+
{"current_steps": 18, "total_steps": 57, "loss": 0.5634, "lr": 7.89335648089903e-06, "epoch": 0.9473684210526315, "percentage": 31.58, "elapsed_time": "0:01:52", "remaining_time": "0:04:04"}
|
21 |
+
{"current_steps": 18, "total_steps": 57, "eval_loss": 0.47000423073768616, "epoch": 0.9473684210526315, "percentage": 31.58, "elapsed_time": "0:01:53", "remaining_time": "0:04:05"}
|
22 |
+
{"current_steps": 19, "total_steps": 57, "loss": 0.655, "lr": 7.660160382576683e-06, "epoch": 1.0, "percentage": 33.33, "elapsed_time": "0:01:57", "remaining_time": "0:03:55"}
|
23 |
+
{"current_steps": 20, "total_steps": 57, "loss": 0.5225, "lr": 7.4185944355261996e-06, "epoch": 1.0526315789473684, "percentage": 35.09, "elapsed_time": "0:02:02", "remaining_time": "0:03:46"}
|
24 |
+
{"current_steps": 21, "total_steps": 57, "loss": 0.5764, "lr": 7.169418695587791e-06, "epoch": 1.1052631578947367, "percentage": 36.84, "elapsed_time": "0:02:06", "remaining_time": "0:03:36"}
|
25 |
+
{"current_steps": 22, "total_steps": 57, "loss": 0.5878, "lr": 6.913417161825449e-06, "epoch": 1.1578947368421053, "percentage": 38.6, "elapsed_time": "0:02:10", "remaining_time": "0:03:28"}
|
26 |
+
{"current_steps": 23, "total_steps": 57, "loss": 0.6382, "lr": 6.651395309775837e-06, "epoch": 1.2105263157894737, "percentage": 40.35, "elapsed_time": "0:02:15", "remaining_time": "0:03:19"}
|
27 |
+
{"current_steps": 24, "total_steps": 57, "loss": 0.7207, "lr": 6.384177557124247e-06, "epoch": 1.263157894736842, "percentage": 42.11, "elapsed_time": "0:02:19", "remaining_time": "0:03:11"}
|
28 |
+
{"current_steps": 24, "total_steps": 57, "eval_loss": 0.5061320066452026, "epoch": 1.263157894736842, "percentage": 42.11, "elapsed_time": "0:02:20", "remaining_time": "0:03:13"}
|
29 |
+
{"current_steps": 25, "total_steps": 57, "loss": 0.5727, "lr": 6.112604669781572e-06, "epoch": 1.3157894736842106, "percentage": 43.86, "elapsed_time": "0:02:24", "remaining_time": "0:03:05"}
|
30 |
+
{"current_steps": 26, "total_steps": 57, "loss": 0.6236, "lr": 5.837531116523683e-06, "epoch": 1.368421052631579, "percentage": 45.61, "elapsed_time": "0:02:29", "remaining_time": "0:02:57"}
|
31 |
+
{"current_steps": 27, "total_steps": 57, "loss": 0.5477, "lr": 5.559822380516539e-06, "epoch": 1.4210526315789473, "percentage": 47.37, "elapsed_time": "0:02:33", "remaining_time": "0:02:50"}
|
32 |
+
{"current_steps": 28, "total_steps": 57, "loss": 0.7404, "lr": 5.2803522361859596e-06, "epoch": 1.4736842105263157, "percentage": 49.12, "elapsed_time": "0:02:37", "remaining_time": "0:02:43"}
|
33 |
+
{"current_steps": 29, "total_steps": 57, "loss": 0.5133, "lr": 5e-06, "epoch": 1.526315789473684, "percentage": 50.88, "elapsed_time": "0:02:42", "remaining_time": "0:02:36"}
|
34 |
+
{"current_steps": 30, "total_steps": 57, "loss": 0.6525, "lr": 4.719647763814041e-06, "epoch": 1.5789473684210527, "percentage": 52.63, "elapsed_time": "0:02:46", "remaining_time": "0:02:29"}
|
35 |
+
{"current_steps": 30, "total_steps": 57, "eval_loss": 0.5270132422447205, "epoch": 1.5789473684210527, "percentage": 52.63, "elapsed_time": "0:02:47", "remaining_time": "0:02:30"}
|
36 |
+
{"current_steps": 31, "total_steps": 57, "loss": 0.538, "lr": 4.4401776194834615e-06, "epoch": 1.631578947368421, "percentage": 54.39, "elapsed_time": "0:02:51", "remaining_time": "0:02:23"}
|
37 |
+
{"current_steps": 32, "total_steps": 57, "loss": 0.6714, "lr": 4.162468883476319e-06, "epoch": 1.6842105263157894, "percentage": 56.14, "elapsed_time": "0:02:55", "remaining_time": "0:02:17"}
|
38 |
+
{"current_steps": 33, "total_steps": 57, "loss": 0.7117, "lr": 3.887395330218429e-06, "epoch": 1.736842105263158, "percentage": 57.89, "elapsed_time": "0:03:00", "remaining_time": "0:02:11"}
|
39 |
+
{"current_steps": 34, "total_steps": 57, "loss": 0.5645, "lr": 3.6158224428757538e-06, "epoch": 1.7894736842105263, "percentage": 59.65, "elapsed_time": "0:03:04", "remaining_time": "0:02:04"}
|
40 |
+
{"current_steps": 35, "total_steps": 57, "loss": 0.716, "lr": 3.3486046902241663e-06, "epoch": 1.8421052631578947, "percentage": 61.4, "elapsed_time": "0:03:08", "remaining_time": "0:01:58"}
|
41 |
+
{"current_steps": 36, "total_steps": 57, "loss": 0.7435, "lr": 3.0865828381745515e-06, "epoch": 1.8947368421052633, "percentage": 63.16, "elapsed_time": "0:03:13", "remaining_time": "0:01:52"}
|
42 |
+
{"current_steps": 36, "total_steps": 57, "eval_loss": 0.5324785113334656, "epoch": 1.8947368421052633, "percentage": 63.16, "elapsed_time": "0:03:14", "remaining_time": "0:01:53"}
|
43 |
+
{"current_steps": 37, "total_steps": 57, "loss": 0.7309, "lr": 2.83058130441221e-06, "epoch": 1.9473684210526314, "percentage": 64.91, "elapsed_time": "0:03:18", "remaining_time": "0:01:47"}
|
44 |
+
{"current_steps": 38, "total_steps": 57, "loss": 0.5396, "lr": 2.5814055644738013e-06, "epoch": 2.0, "percentage": 66.67, "elapsed_time": "0:03:22", "remaining_time": "0:01:41"}
|
45 |
+
{"current_steps": 39, "total_steps": 57, "loss": 0.6829, "lr": 2.339839617423318e-06, "epoch": 2.0526315789473686, "percentage": 68.42, "elapsed_time": "0:03:27", "remaining_time": "0:01:35"}
|
46 |
+
{"current_steps": 40, "total_steps": 57, "loss": 0.5327, "lr": 2.1066435191009717e-06, "epoch": 2.1052631578947367, "percentage": 70.18, "elapsed_time": "0:03:31", "remaining_time": "0:01:29"}
|
47 |
+
{"current_steps": 41, "total_steps": 57, "loss": 0.532, "lr": 1.8825509907063328e-06, "epoch": 2.1578947368421053, "percentage": 71.93, "elapsed_time": "0:03:35", "remaining_time": "0:01:24"}
|
48 |
+
{"current_steps": 42, "total_steps": 57, "loss": 0.7488, "lr": 1.6682671102399806e-06, "epoch": 2.2105263157894735, "percentage": 73.68, "elapsed_time": "0:03:40", "remaining_time": "0:01:18"}
|
49 |
+
{"current_steps": 42, "total_steps": 57, "eval_loss": 0.5383380055427551, "epoch": 2.2105263157894735, "percentage": 73.68, "elapsed_time": "0:03:41", "remaining_time": "0:01:18"}
|
50 |
+
{"current_steps": 43, "total_steps": 57, "loss": 0.5959, "lr": 1.4644660940672628e-06, "epoch": 2.263157894736842, "percentage": 75.44, "elapsed_time": "0:03:45", "remaining_time": "0:01:13"}
|
51 |
+
{"current_steps": 44, "total_steps": 57, "loss": 0.5717, "lr": 1.2717891755841722e-06, "epoch": 2.3157894736842106, "percentage": 77.19, "elapsed_time": "0:03:49", "remaining_time": "0:01:07"}
|
52 |
+
{"current_steps": 45, "total_steps": 57, "loss": 0.682, "lr": 1.0908425876598512e-06, "epoch": 2.3684210526315788, "percentage": 78.95, "elapsed_time": "0:03:54", "remaining_time": "0:01:02"}
|
53 |
+
{"current_steps": 46, "total_steps": 57, "loss": 0.6275, "lr": 9.221956552036992e-07, "epoch": 2.4210526315789473, "percentage": 80.7, "elapsed_time": "0:03:58", "remaining_time": "0:00:57"}
|
54 |
+
{"current_steps": 47, "total_steps": 57, "loss": 0.6225, "lr": 7.663790038585794e-07, "epoch": 2.473684210526316, "percentage": 82.46, "elapsed_time": "0:04:02", "remaining_time": "0:00:51"}
|
55 |
+
{"current_steps": 48, "total_steps": 57, "loss": 0.5786, "lr": 6.238828904562316e-07, "epoch": 2.526315789473684, "percentage": 84.21, "elapsed_time": "0:04:07", "remaining_time": "0:00:46"}
|
56 |
+
{"current_steps": 48, "total_steps": 57, "eval_loss": 0.5181117057800293, "epoch": 2.526315789473684, "percentage": 84.21, "elapsed_time": "0:04:08", "remaining_time": "0:00:46"}
|
57 |
+
{"current_steps": 49, "total_steps": 57, "loss": 0.6937, "lr": 4.951556604879049e-07, "epoch": 2.5789473684210527, "percentage": 85.96, "elapsed_time": "0:04:12", "remaining_time": "0:00:41"}
|
58 |
+
{"current_steps": 50, "total_steps": 57, "loss": 0.675, "lr": 3.8060233744356634e-07, "epoch": 2.6315789473684212, "percentage": 87.72, "elapsed_time": "0:04:16", "remaining_time": "0:00:35"}
|
59 |
+
{"current_steps": 51, "total_steps": 57, "loss": 0.676, "lr": 2.8058334845816214e-07, "epoch": 2.6842105263157894, "percentage": 89.47, "elapsed_time": "0:04:20", "remaining_time": "0:00:30"}
|
60 |
+
{"current_steps": 52, "total_steps": 57, "loss": 0.6332, "lr": 1.9541339027450256e-07, "epoch": 2.736842105263158, "percentage": 91.23, "elapsed_time": "0:04:25", "remaining_time": "0:00:25"}
|
61 |
+
{"current_steps": 53, "total_steps": 57, "loss": 0.6212, "lr": 1.253604390908819e-07, "epoch": 2.7894736842105265, "percentage": 92.98, "elapsed_time": "0:04:29", "remaining_time": "0:00:20"}
|
62 |
+
{"current_steps": 54, "total_steps": 57, "loss": 0.7325, "lr": 7.064490740882057e-08, "epoch": 2.8421052631578947, "percentage": 94.74, "elapsed_time": "0:04:34", "remaining_time": "0:00:15"}
|
63 |
+
{"current_steps": 54, "total_steps": 57, "eval_loss": 0.5145716667175293, "epoch": 2.8421052631578947, "percentage": 94.74, "elapsed_time": "0:04:34", "remaining_time": "0:00:15"}
|
64 |
+
{"current_steps": 55, "total_steps": 57, "loss": 0.5281, "lr": 3.143895053378698e-08, "epoch": 2.8947368421052633, "percentage": 96.49, "elapsed_time": "0:04:52", "remaining_time": "0:00:10"}
|
65 |
+
{"current_steps": 56, "total_steps": 57, "loss": 0.7652, "lr": 7.865924910916977e-09, "epoch": 2.9473684210526314, "percentage": 98.25, "elapsed_time": "0:04:56", "remaining_time": "0:00:05"}
|
66 |
+
{"current_steps": 57, "total_steps": 57, "loss": 0.66, "lr": 0.0, "epoch": 3.0, "percentage": 100.0, "elapsed_time": "0:05:01", "remaining_time": "0:00:00"}
|
67 |
+
{"current_steps": 57, "total_steps": 57, "epoch": 3.0, "percentage": 100.0, "elapsed_time": "0:06:13", "remaining_time": "0:00:00"}
|
trainer_state.json
ADDED
@@ -0,0 +1,513 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 3.0,
|
5 |
+
"eval_steps": 6,
|
6 |
+
"global_step": 57,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.05263157894736842,
|
13 |
+
"grad_norm": 211.82034301757812,
|
14 |
+
"learning_rate": 1e-05,
|
15 |
+
"loss": 0.5234,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.10526315789473684,
|
20 |
+
"grad_norm": 330236.46875,
|
21 |
+
"learning_rate": 9.992134075089085e-06,
|
22 |
+
"loss": 0.4781,
|
23 |
+
"step": 2
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.15789473684210525,
|
27 |
+
"grad_norm": 3773.773681640625,
|
28 |
+
"learning_rate": 9.968561049466214e-06,
|
29 |
+
"loss": 0.5327,
|
30 |
+
"step": 3
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.21052631578947367,
|
34 |
+
"grad_norm": 8766.265625,
|
35 |
+
"learning_rate": 9.92935509259118e-06,
|
36 |
+
"loss": 0.4726,
|
37 |
+
"step": 4
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.2631578947368421,
|
41 |
+
"grad_norm": 633.0609130859375,
|
42 |
+
"learning_rate": 9.874639560909118e-06,
|
43 |
+
"loss": 0.4571,
|
44 |
+
"step": 5
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.3157894736842105,
|
48 |
+
"grad_norm": 609995.625,
|
49 |
+
"learning_rate": 9.804586609725499e-06,
|
50 |
+
"loss": 0.5539,
|
51 |
+
"step": 6
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.3157894736842105,
|
55 |
+
"eval_loss": 0.3873564898967743,
|
56 |
+
"eval_runtime": 0.8662,
|
57 |
+
"eval_samples_per_second": 2.309,
|
58 |
+
"eval_steps_per_second": 1.154,
|
59 |
+
"step": 6
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.3684210526315789,
|
63 |
+
"grad_norm": 578.82763671875,
|
64 |
+
"learning_rate": 9.719416651541839e-06,
|
65 |
+
"loss": 0.3949,
|
66 |
+
"step": 7
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.42105263157894735,
|
70 |
+
"grad_norm": 227617.40625,
|
71 |
+
"learning_rate": 9.619397662556434e-06,
|
72 |
+
"loss": 0.5256,
|
73 |
+
"step": 8
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.47368421052631576,
|
77 |
+
"grad_norm": 785.8093872070312,
|
78 |
+
"learning_rate": 9.504844339512096e-06,
|
79 |
+
"loss": 0.4265,
|
80 |
+
"step": 9
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.5263157894736842,
|
84 |
+
"grad_norm": 354838.09375,
|
85 |
+
"learning_rate": 9.376117109543769e-06,
|
86 |
+
"loss": 0.6413,
|
87 |
+
"step": 10
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.5789473684210527,
|
91 |
+
"grad_norm": 3835.27197265625,
|
92 |
+
"learning_rate": 9.233620996141421e-06,
|
93 |
+
"loss": 0.5344,
|
94 |
+
"step": 11
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.631578947368421,
|
98 |
+
"grad_norm": 4633.39013671875,
|
99 |
+
"learning_rate": 9.077804344796302e-06,
|
100 |
+
"loss": 0.5069,
|
101 |
+
"step": 12
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.631578947368421,
|
105 |
+
"eval_loss": 0.42546606063842773,
|
106 |
+
"eval_runtime": 0.8681,
|
107 |
+
"eval_samples_per_second": 2.304,
|
108 |
+
"eval_steps_per_second": 1.152,
|
109 |
+
"step": 12
|
110 |
+
},
|
111 |
+
{
|
112 |
+
"epoch": 0.6842105263157895,
|
113 |
+
"grad_norm": 2101.546142578125,
|
114 |
+
"learning_rate": 8.90915741234015e-06,
|
115 |
+
"loss": 0.5058,
|
116 |
+
"step": 13
|
117 |
+
},
|
118 |
+
{
|
119 |
+
"epoch": 0.7368421052631579,
|
120 |
+
"grad_norm": 175295.453125,
|
121 |
+
"learning_rate": 8.728210824415829e-06,
|
122 |
+
"loss": 0.4587,
|
123 |
+
"step": 14
|
124 |
+
},
|
125 |
+
{
|
126 |
+
"epoch": 0.7894736842105263,
|
127 |
+
"grad_norm": 3184.1103515625,
|
128 |
+
"learning_rate": 8.535533905932739e-06,
|
129 |
+
"loss": 0.614,
|
130 |
+
"step": 15
|
131 |
+
},
|
132 |
+
{
|
133 |
+
"epoch": 0.8421052631578947,
|
134 |
+
"grad_norm": 496073.1875,
|
135 |
+
"learning_rate": 8.331732889760021e-06,
|
136 |
+
"loss": 0.644,
|
137 |
+
"step": 16
|
138 |
+
},
|
139 |
+
{
|
140 |
+
"epoch": 0.8947368421052632,
|
141 |
+
"grad_norm": 11245.0107421875,
|
142 |
+
"learning_rate": 8.117449009293668e-06,
|
143 |
+
"loss": 0.5248,
|
144 |
+
"step": 17
|
145 |
+
},
|
146 |
+
{
|
147 |
+
"epoch": 0.9473684210526315,
|
148 |
+
"grad_norm": 600.7078857421875,
|
149 |
+
"learning_rate": 7.89335648089903e-06,
|
150 |
+
"loss": 0.5634,
|
151 |
+
"step": 18
|
152 |
+
},
|
153 |
+
{
|
154 |
+
"epoch": 0.9473684210526315,
|
155 |
+
"eval_loss": 0.47000423073768616,
|
156 |
+
"eval_runtime": 0.8698,
|
157 |
+
"eval_samples_per_second": 2.299,
|
158 |
+
"eval_steps_per_second": 1.15,
|
159 |
+
"step": 18
|
160 |
+
},
|
161 |
+
{
|
162 |
+
"epoch": 1.0,
|
163 |
+
"grad_norm": 1067464.375,
|
164 |
+
"learning_rate": 7.660160382576683e-06,
|
165 |
+
"loss": 0.655,
|
166 |
+
"step": 19
|
167 |
+
},
|
168 |
+
{
|
169 |
+
"epoch": 1.0526315789473684,
|
170 |
+
"grad_norm": 7849.232421875,
|
171 |
+
"learning_rate": 7.4185944355261996e-06,
|
172 |
+
"loss": 0.5225,
|
173 |
+
"step": 20
|
174 |
+
},
|
175 |
+
{
|
176 |
+
"epoch": 1.1052631578947367,
|
177 |
+
"grad_norm": 5074.62060546875,
|
178 |
+
"learning_rate": 7.169418695587791e-06,
|
179 |
+
"loss": 0.5764,
|
180 |
+
"step": 21
|
181 |
+
},
|
182 |
+
{
|
183 |
+
"epoch": 1.1578947368421053,
|
184 |
+
"grad_norm": 755949.375,
|
185 |
+
"learning_rate": 6.913417161825449e-06,
|
186 |
+
"loss": 0.5878,
|
187 |
+
"step": 22
|
188 |
+
},
|
189 |
+
{
|
190 |
+
"epoch": 1.2105263157894737,
|
191 |
+
"grad_norm": 1128.499267578125,
|
192 |
+
"learning_rate": 6.651395309775837e-06,
|
193 |
+
"loss": 0.6382,
|
194 |
+
"step": 23
|
195 |
+
},
|
196 |
+
{
|
197 |
+
"epoch": 1.263157894736842,
|
198 |
+
"grad_norm": 955.5560913085938,
|
199 |
+
"learning_rate": 6.384177557124247e-06,
|
200 |
+
"loss": 0.7207,
|
201 |
+
"step": 24
|
202 |
+
},
|
203 |
+
{
|
204 |
+
"epoch": 1.263157894736842,
|
205 |
+
"eval_loss": 0.5061320066452026,
|
206 |
+
"eval_runtime": 0.8698,
|
207 |
+
"eval_samples_per_second": 2.299,
|
208 |
+
"eval_steps_per_second": 1.15,
|
209 |
+
"step": 24
|
210 |
+
},
|
211 |
+
{
|
212 |
+
"epoch": 1.3157894736842106,
|
213 |
+
"grad_norm": 10727177.0,
|
214 |
+
"learning_rate": 6.112604669781572e-06,
|
215 |
+
"loss": 0.5727,
|
216 |
+
"step": 25
|
217 |
+
},
|
218 |
+
{
|
219 |
+
"epoch": 1.368421052631579,
|
220 |
+
"grad_norm": 835351.6875,
|
221 |
+
"learning_rate": 5.837531116523683e-06,
|
222 |
+
"loss": 0.6236,
|
223 |
+
"step": 26
|
224 |
+
},
|
225 |
+
{
|
226 |
+
"epoch": 1.4210526315789473,
|
227 |
+
"grad_norm": 24849.080078125,
|
228 |
+
"learning_rate": 5.559822380516539e-06,
|
229 |
+
"loss": 0.5477,
|
230 |
+
"step": 27
|
231 |
+
},
|
232 |
+
{
|
233 |
+
"epoch": 1.4736842105263157,
|
234 |
+
"grad_norm": 1144.915283203125,
|
235 |
+
"learning_rate": 5.2803522361859596e-06,
|
236 |
+
"loss": 0.7404,
|
237 |
+
"step": 28
|
238 |
+
},
|
239 |
+
{
|
240 |
+
"epoch": 1.526315789473684,
|
241 |
+
"grad_norm": 43178.171875,
|
242 |
+
"learning_rate": 5e-06,
|
243 |
+
"loss": 0.5133,
|
244 |
+
"step": 29
|
245 |
+
},
|
246 |
+
{
|
247 |
+
"epoch": 1.5789473684210527,
|
248 |
+
"grad_norm": 105640.3828125,
|
249 |
+
"learning_rate": 4.719647763814041e-06,
|
250 |
+
"loss": 0.6525,
|
251 |
+
"step": 30
|
252 |
+
},
|
253 |
+
{
|
254 |
+
"epoch": 1.5789473684210527,
|
255 |
+
"eval_loss": 0.5270132422447205,
|
256 |
+
"eval_runtime": 0.8703,
|
257 |
+
"eval_samples_per_second": 2.298,
|
258 |
+
"eval_steps_per_second": 1.149,
|
259 |
+
"step": 30
|
260 |
+
},
|
261 |
+
{
|
262 |
+
"epoch": 1.631578947368421,
|
263 |
+
"grad_norm": 2033.227783203125,
|
264 |
+
"learning_rate": 4.4401776194834615e-06,
|
265 |
+
"loss": 0.538,
|
266 |
+
"step": 31
|
267 |
+
},
|
268 |
+
{
|
269 |
+
"epoch": 1.6842105263157894,
|
270 |
+
"grad_norm": 679948.1875,
|
271 |
+
"learning_rate": 4.162468883476319e-06,
|
272 |
+
"loss": 0.6714,
|
273 |
+
"step": 32
|
274 |
+
},
|
275 |
+
{
|
276 |
+
"epoch": 1.736842105263158,
|
277 |
+
"grad_norm": 220607.5,
|
278 |
+
"learning_rate": 3.887395330218429e-06,
|
279 |
+
"loss": 0.7117,
|
280 |
+
"step": 33
|
281 |
+
},
|
282 |
+
{
|
283 |
+
"epoch": 1.7894736842105263,
|
284 |
+
"grad_norm": 13599.486328125,
|
285 |
+
"learning_rate": 3.6158224428757538e-06,
|
286 |
+
"loss": 0.5645,
|
287 |
+
"step": 34
|
288 |
+
},
|
289 |
+
{
|
290 |
+
"epoch": 1.8421052631578947,
|
291 |
+
"grad_norm": 651100.1875,
|
292 |
+
"learning_rate": 3.3486046902241663e-06,
|
293 |
+
"loss": 0.716,
|
294 |
+
"step": 35
|
295 |
+
},
|
296 |
+
{
|
297 |
+
"epoch": 1.8947368421052633,
|
298 |
+
"grad_norm": 575592.1875,
|
299 |
+
"learning_rate": 3.0865828381745515e-06,
|
300 |
+
"loss": 0.7435,
|
301 |
+
"step": 36
|
302 |
+
},
|
303 |
+
{
|
304 |
+
"epoch": 1.8947368421052633,
|
305 |
+
"eval_loss": 0.5324785113334656,
|
306 |
+
"eval_runtime": 0.8699,
|
307 |
+
"eval_samples_per_second": 2.299,
|
308 |
+
"eval_steps_per_second": 1.149,
|
309 |
+
"step": 36
|
310 |
+
},
|
311 |
+
{
|
312 |
+
"epoch": 1.9473684210526314,
|
313 |
+
"grad_norm": 163141.171875,
|
314 |
+
"learning_rate": 2.83058130441221e-06,
|
315 |
+
"loss": 0.7309,
|
316 |
+
"step": 37
|
317 |
+
},
|
318 |
+
{
|
319 |
+
"epoch": 2.0,
|
320 |
+
"grad_norm": 3034.2685546875,
|
321 |
+
"learning_rate": 2.5814055644738013e-06,
|
322 |
+
"loss": 0.5396,
|
323 |
+
"step": 38
|
324 |
+
},
|
325 |
+
{
|
326 |
+
"epoch": 2.0526315789473686,
|
327 |
+
"grad_norm": 124152.5,
|
328 |
+
"learning_rate": 2.339839617423318e-06,
|
329 |
+
"loss": 0.6829,
|
330 |
+
"step": 39
|
331 |
+
},
|
332 |
+
{
|
333 |
+
"epoch": 2.1052631578947367,
|
334 |
+
"grad_norm": 3723410.75,
|
335 |
+
"learning_rate": 2.1066435191009717e-06,
|
336 |
+
"loss": 0.5327,
|
337 |
+
"step": 40
|
338 |
+
},
|
339 |
+
{
|
340 |
+
"epoch": 2.1578947368421053,
|
341 |
+
"grad_norm": 539427.625,
|
342 |
+
"learning_rate": 1.8825509907063328e-06,
|
343 |
+
"loss": 0.532,
|
344 |
+
"step": 41
|
345 |
+
},
|
346 |
+
{
|
347 |
+
"epoch": 2.2105263157894735,
|
348 |
+
"grad_norm": 20275.404296875,
|
349 |
+
"learning_rate": 1.6682671102399806e-06,
|
350 |
+
"loss": 0.7488,
|
351 |
+
"step": 42
|
352 |
+
},
|
353 |
+
{
|
354 |
+
"epoch": 2.2105263157894735,
|
355 |
+
"eval_loss": 0.5383380055427551,
|
356 |
+
"eval_runtime": 0.8703,
|
357 |
+
"eval_samples_per_second": 2.298,
|
358 |
+
"eval_steps_per_second": 1.149,
|
359 |
+
"step": 42
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 2.263157894736842,
|
363 |
+
"grad_norm": 505885.78125,
|
364 |
+
"learning_rate": 1.4644660940672628e-06,
|
365 |
+
"loss": 0.5959,
|
366 |
+
"step": 43
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 2.3157894736842106,
|
370 |
+
"grad_norm": 74390.25,
|
371 |
+
"learning_rate": 1.2717891755841722e-06,
|
372 |
+
"loss": 0.5717,
|
373 |
+
"step": 44
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 2.3684210526315788,
|
377 |
+
"grad_norm": 1850279.375,
|
378 |
+
"learning_rate": 1.0908425876598512e-06,
|
379 |
+
"loss": 0.682,
|
380 |
+
"step": 45
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 2.4210526315789473,
|
384 |
+
"grad_norm": 7982978.5,
|
385 |
+
"learning_rate": 9.221956552036992e-07,
|
386 |
+
"loss": 0.6275,
|
387 |
+
"step": 46
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 2.473684210526316,
|
391 |
+
"grad_norm": 132265160.0,
|
392 |
+
"learning_rate": 7.663790038585794e-07,
|
393 |
+
"loss": 0.6225,
|
394 |
+
"step": 47
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 2.526315789473684,
|
398 |
+
"grad_norm": 96502.90625,
|
399 |
+
"learning_rate": 6.238828904562316e-07,
|
400 |
+
"loss": 0.5786,
|
401 |
+
"step": 48
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 2.526315789473684,
|
405 |
+
"eval_loss": 0.5181117057800293,
|
406 |
+
"eval_runtime": 0.8701,
|
407 |
+
"eval_samples_per_second": 2.299,
|
408 |
+
"eval_steps_per_second": 1.149,
|
409 |
+
"step": 48
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 2.5789473684210527,
|
413 |
+
"grad_norm": 697082.1875,
|
414 |
+
"learning_rate": 4.951556604879049e-07,
|
415 |
+
"loss": 0.6937,
|
416 |
+
"step": 49
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 2.6315789473684212,
|
420 |
+
"grad_norm": 43987.10546875,
|
421 |
+
"learning_rate": 3.8060233744356634e-07,
|
422 |
+
"loss": 0.675,
|
423 |
+
"step": 50
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 2.6842105263157894,
|
427 |
+
"grad_norm": 47614.27734375,
|
428 |
+
"learning_rate": 2.8058334845816214e-07,
|
429 |
+
"loss": 0.676,
|
430 |
+
"step": 51
|
431 |
+
},
|
432 |
+
{
|
433 |
+
"epoch": 2.736842105263158,
|
434 |
+
"grad_norm": 79889032.0,
|
435 |
+
"learning_rate": 1.9541339027450256e-07,
|
436 |
+
"loss": 0.6332,
|
437 |
+
"step": 52
|
438 |
+
},
|
439 |
+
{
|
440 |
+
"epoch": 2.7894736842105265,
|
441 |
+
"grad_norm": 1658783.125,
|
442 |
+
"learning_rate": 1.253604390908819e-07,
|
443 |
+
"loss": 0.6212,
|
444 |
+
"step": 53
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 2.8421052631578947,
|
448 |
+
"grad_norm": 1998786.75,
|
449 |
+
"learning_rate": 7.064490740882057e-08,
|
450 |
+
"loss": 0.7325,
|
451 |
+
"step": 54
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 2.8421052631578947,
|
455 |
+
"eval_loss": 0.5145716667175293,
|
456 |
+
"eval_runtime": 0.871,
|
457 |
+
"eval_samples_per_second": 2.296,
|
458 |
+
"eval_steps_per_second": 1.148,
|
459 |
+
"step": 54
|
460 |
+
},
|
461 |
+
{
|
462 |
+
"epoch": 2.8947368421052633,
|
463 |
+
"grad_norm": 58182.7734375,
|
464 |
+
"learning_rate": 3.143895053378698e-08,
|
465 |
+
"loss": 0.5281,
|
466 |
+
"step": 55
|
467 |
+
},
|
468 |
+
{
|
469 |
+
"epoch": 2.9473684210526314,
|
470 |
+
"grad_norm": 854980864.0,
|
471 |
+
"learning_rate": 7.865924910916977e-09,
|
472 |
+
"loss": 0.7652,
|
473 |
+
"step": 56
|
474 |
+
},
|
475 |
+
{
|
476 |
+
"epoch": 3.0,
|
477 |
+
"grad_norm": 4794.498046875,
|
478 |
+
"learning_rate": 0.0,
|
479 |
+
"loss": 0.66,
|
480 |
+
"step": 57
|
481 |
+
},
|
482 |
+
{
|
483 |
+
"epoch": 3.0,
|
484 |
+
"step": 57,
|
485 |
+
"total_flos": 8.713084645618483e+16,
|
486 |
+
"train_loss": 0.597966728503244,
|
487 |
+
"train_runtime": 375.3657,
|
488 |
+
"train_samples_per_second": 1.183,
|
489 |
+
"train_steps_per_second": 0.152
|
490 |
+
}
|
491 |
+
],
|
492 |
+
"logging_steps": 1,
|
493 |
+
"max_steps": 57,
|
494 |
+
"num_input_tokens_seen": 0,
|
495 |
+
"num_train_epochs": 3,
|
496 |
+
"save_steps": 57,
|
497 |
+
"stateful_callbacks": {
|
498 |
+
"TrainerControl": {
|
499 |
+
"args": {
|
500 |
+
"should_epoch_stop": false,
|
501 |
+
"should_evaluate": false,
|
502 |
+
"should_log": false,
|
503 |
+
"should_save": true,
|
504 |
+
"should_training_stop": true
|
505 |
+
},
|
506 |
+
"attributes": {}
|
507 |
+
}
|
508 |
+
},
|
509 |
+
"total_flos": 8.713084645618483e+16,
|
510 |
+
"train_batch_size": 1,
|
511 |
+
"trial_name": null,
|
512 |
+
"trial_params": null
|
513 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:670106e7415f8c706b417b6d321f986b824c8d292dfb90d8eaddadff0b554f77
|
3 |
+
size 7160
|
training_eval_loss.png
ADDED
![]() |
training_loss.png
ADDED
![]() |