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
- special_tokens_map.json +23 -0
- tokenizer.json +3 -0
- tokenizer_config.json +204 -0
- train_results.json +8 -0
- trainer_log.jsonl +108 -0
- trainer_state.json +821 -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.6135
|
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: 1.0
|
52 |
+
|
53 |
+
### Training results
|
54 |
+
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
56 |
+
|:-------------:|:------:|:----:|:---------------:|
|
57 |
+
| 0.9061 | 0.1089 | 11 | 0.7100 |
|
58 |
+
| 0.6565 | 0.2178 | 22 | 0.6685 |
|
59 |
+
| 0.601 | 0.3267 | 33 | 0.6480 |
|
60 |
+
| 0.7668 | 0.4356 | 44 | 0.6343 |
|
61 |
+
| 0.8058 | 0.5446 | 55 | 0.6248 |
|
62 |
+
| 0.675 | 0.6535 | 66 | 0.6190 |
|
63 |
+
| 0.5383 | 0.7624 | 77 | 0.6156 |
|
64 |
+
| 0.5044 | 0.8713 | 88 | 0.6139 |
|
65 |
+
| 0.6322 | 0.9802 | 99 | 0.6136 |
|
66 |
+
|
67 |
+
|
68 |
+
### Framework versions
|
69 |
+
|
70 |
+
- Transformers 4.46.1
|
71 |
+
- Pytorch 2.5.1+cu124
|
72 |
+
- Datasets 3.1.0
|
73 |
+
- Tokenizers 0.20.3
|
all_results.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"eval_loss": 0.6134611368179321,
|
4 |
+
"eval_runtime": 1.6849,
|
5 |
+
"eval_samples_per_second": 5.342,
|
6 |
+
"eval_steps_per_second": 1.187,
|
7 |
+
"total_flos": 1.5438974547499418e+17,
|
8 |
+
"train_loss": 0.6889385657735391,
|
9 |
+
"train_runtime": 730.4137,
|
10 |
+
"train_samples_per_second": 1.101,
|
11 |
+
"train_steps_per_second": 0.138
|
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": 1.0,
|
3 |
+
"eval_loss": 0.6134611368179321,
|
4 |
+
"eval_runtime": 1.6849,
|
5 |
+
"eval_samples_per_second": 5.342,
|
6 |
+
"eval_steps_per_second": 1.187
|
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:b9b631857e204c75616db0bcb42c50d4c295d1f1a32c3af0527741a416f02220
|
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:9c9e75c7cdf0cd27aceb0a51a6f1fb610712c6d1ad0e17afd712595c590a58cc
|
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:4347644546f7710d913a36ac83b394dce10454fc3528f29e83c802e831d8bfed
|
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:d437ce163296198a8379b8205e1b2475b8c86c0a59fab9684ce432c8eed19aaa
|
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 |
+
}
|
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": 1.0,
|
3 |
+
"total_flos": 1.5438974547499418e+17,
|
4 |
+
"train_loss": 0.6889385657735391,
|
5 |
+
"train_runtime": 730.4137,
|
6 |
+
"train_samples_per_second": 1.101,
|
7 |
+
"train_steps_per_second": 0.138
|
8 |
+
}
|
trainer_log.jsonl
ADDED
@@ -0,0 +1,108 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"current_steps": 1, "total_steps": 98, "loss": 0.7892, "lr": 1e-05, "epoch": 0.01020408163265306, "percentage": 1.02, "elapsed_time": "0:00:06", "remaining_time": "0:10:52"}
|
2 |
+
{"current_steps": 2, "total_steps": 98, "loss": 0.8673, "lr": 9.997377845227577e-06, "epoch": 0.02040816326530612, "percentage": 2.04, "elapsed_time": "0:00:13", "remaining_time": "0:10:37"}
|
3 |
+
{"current_steps": 3, "total_steps": 98, "loss": 0.7133, "lr": 9.98951413118856e-06, "epoch": 0.030612244897959183, "percentage": 3.06, "elapsed_time": "0:00:19", "remaining_time": "0:10:26"}
|
4 |
+
{"current_steps": 4, "total_steps": 98, "loss": 0.9344, "lr": 9.97641710583307e-06, "epoch": 0.04081632653061224, "percentage": 4.08, "elapsed_time": "0:00:26", "remaining_time": "0:10:19"}
|
5 |
+
{"current_steps": 5, "total_steps": 98, "loss": 0.7424, "lr": 9.958100506132127e-06, "epoch": 0.05102040816326531, "percentage": 5.1, "elapsed_time": "0:00:32", "remaining_time": "0:10:13"}
|
6 |
+
{"current_steps": 6, "total_steps": 98, "loss": 0.9459, "lr": 9.934583543669454e-06, "epoch": 0.061224489795918366, "percentage": 6.12, "elapsed_time": "0:00:39", "remaining_time": "0:10:06"}
|
7 |
+
{"current_steps": 7, "total_steps": 98, "loss": 0.5593, "lr": 9.905890884491196e-06, "epoch": 0.07142857142857142, "percentage": 7.14, "elapsed_time": "0:00:46", "remaining_time": "0:09:58"}
|
8 |
+
{"current_steps": 8, "total_steps": 98, "loss": 0.7666, "lr": 9.872052623234632e-06, "epoch": 0.08163265306122448, "percentage": 8.16, "elapsed_time": "0:00:52", "remaining_time": "0:09:52"}
|
9 |
+
{"current_steps": 9, "total_steps": 98, "loss": 0.7883, "lr": 9.833104251563058e-06, "epoch": 0.09183673469387756, "percentage": 9.18, "elapsed_time": "0:00:59", "remaining_time": "0:09:44"}
|
10 |
+
{"current_steps": 10, "total_steps": 98, "loss": 0.6585, "lr": 9.789086620939936e-06, "epoch": 0.10204081632653061, "percentage": 10.2, "elapsed_time": "0:01:05", "remaining_time": "0:09:38"}
|
11 |
+
{"current_steps": 10, "total_steps": 98, "eval_loss": 0.6779686212539673, "epoch": 0.10204081632653061, "percentage": 10.2, "elapsed_time": "0:01:06", "remaining_time": "0:09:45"}
|
12 |
+
{"current_steps": 11, "total_steps": 98, "loss": 0.8185, "lr": 9.740045899781353e-06, "epoch": 0.11224489795918367, "percentage": 11.22, "elapsed_time": "0:01:13", "remaining_time": "0:09:38"}
|
13 |
+
{"current_steps": 12, "total_steps": 98, "loss": 0.5112, "lr": 9.68603352503172e-06, "epoch": 0.12244897959183673, "percentage": 12.24, "elapsed_time": "0:01:19", "remaining_time": "0:09:31"}
|
14 |
+
{"current_steps": 13, "total_steps": 98, "loss": 0.8276, "lr": 9.627106148213521e-06, "epoch": 0.1326530612244898, "percentage": 13.27, "elapsed_time": "0:01:26", "remaining_time": "0:09:23"}
|
15 |
+
{"current_steps": 14, "total_steps": 98, "loss": 0.871, "lr": 9.563325576007702e-06, "epoch": 0.14285714285714285, "percentage": 14.29, "elapsed_time": "0:01:32", "remaining_time": "0:09:15"}
|
16 |
+
{"current_steps": 15, "total_steps": 98, "loss": 0.6533, "lr": 9.494758705426978e-06, "epoch": 0.15306122448979592, "percentage": 15.31, "elapsed_time": "0:01:39", "remaining_time": "0:09:08"}
|
17 |
+
{"current_steps": 16, "total_steps": 98, "loss": 0.8991, "lr": 9.421477453650118e-06, "epoch": 0.16326530612244897, "percentage": 16.33, "elapsed_time": "0:01:45", "remaining_time": "0:09:01"}
|
18 |
+
{"current_steps": 17, "total_steps": 98, "loss": 0.9211, "lr": 9.343558682590757e-06, "epoch": 0.17346938775510204, "percentage": 17.35, "elapsed_time": "0:01:52", "remaining_time": "0:08:54"}
|
19 |
+
{"current_steps": 18, "total_steps": 98, "loss": 1.0597, "lr": 9.261084118279846e-06, "epoch": 0.1836734693877551, "percentage": 18.37, "elapsed_time": "0:01:58", "remaining_time": "0:08:47"}
|
20 |
+
{"current_steps": 19, "total_steps": 98, "loss": 0.851, "lr": 9.174140265146356e-06, "epoch": 0.19387755102040816, "percentage": 19.39, "elapsed_time": "0:02:05", "remaining_time": "0:08:40"}
|
21 |
+
{"current_steps": 20, "total_steps": 98, "loss": 0.6259, "lr": 9.082818315286054e-06, "epoch": 0.20408163265306123, "percentage": 20.41, "elapsed_time": "0:02:11", "remaining_time": "0:08:33"}
|
22 |
+
{"current_steps": 20, "total_steps": 98, "eval_loss": 0.6493471264839172, "epoch": 0.20408163265306123, "percentage": 20.41, "elapsed_time": "0:02:12", "remaining_time": "0:08:36"}
|
23 |
+
{"current_steps": 21, "total_steps": 98, "loss": 0.666, "lr": 8.987214052813605e-06, "epoch": 0.21428571428571427, "percentage": 21.43, "elapsed_time": "0:02:19", "remaining_time": "0:08:30"}
|
24 |
+
{"current_steps": 22, "total_steps": 98, "loss": 0.8241, "lr": 8.887427753398249e-06, "epoch": 0.22448979591836735, "percentage": 22.45, "elapsed_time": "0:02:25", "remaining_time": "0:08:23"}
|
25 |
+
{"current_steps": 23, "total_steps": 98, "loss": 0.6583, "lr": 8.783564079088478e-06, "epoch": 0.23469387755102042, "percentage": 23.47, "elapsed_time": "0:02:32", "remaining_time": "0:08:16"}
|
26 |
+
{"current_steps": 24, "total_steps": 98, "loss": 0.5784, "lr": 8.675731968536004e-06, "epoch": 0.24489795918367346, "percentage": 24.49, "elapsed_time": "0:02:38", "remaining_time": "0:08:09"}
|
27 |
+
{"current_steps": 25, "total_steps": 98, "loss": 0.7402, "lr": 8.564044522734147e-06, "epoch": 0.25510204081632654, "percentage": 25.51, "elapsed_time": "0:02:45", "remaining_time": "0:08:02"}
|
28 |
+
{"current_steps": 26, "total_steps": 98, "loss": 0.6183, "lr": 8.448618886390523e-06, "epoch": 0.2653061224489796, "percentage": 26.53, "elapsed_time": "0:02:51", "remaining_time": "0:07:56"}
|
29 |
+
{"current_steps": 27, "total_steps": 98, "loss": 0.715, "lr": 8.329576125058406e-06, "epoch": 0.2755102040816326, "percentage": 27.55, "elapsed_time": "0:02:58", "remaining_time": "0:07:49"}
|
30 |
+
{"current_steps": 28, "total_steps": 98, "loss": 0.8192, "lr": 8.207041098155701e-06, "epoch": 0.2857142857142857, "percentage": 28.57, "elapsed_time": "0:03:04", "remaining_time": "0:07:42"}
|
31 |
+
{"current_steps": 29, "total_steps": 98, "loss": 0.8079, "lr": 8.081142328004638e-06, "epoch": 0.29591836734693877, "percentage": 29.59, "elapsed_time": "0:03:11", "remaining_time": "0:07:35"}
|
32 |
+
{"current_steps": 30, "total_steps": 98, "loss": 0.6613, "lr": 7.952011865029614e-06, "epoch": 0.30612244897959184, "percentage": 30.61, "elapsed_time": "0:03:18", "remaining_time": "0:07:29"}
|
33 |
+
{"current_steps": 30, "total_steps": 98, "eval_loss": 0.6358546614646912, "epoch": 0.30612244897959184, "percentage": 30.61, "elapsed_time": "0:03:18", "remaining_time": "0:07:30"}
|
34 |
+
{"current_steps": 31, "total_steps": 98, "loss": 0.5806, "lr": 7.819785149254534e-06, "epoch": 0.3163265306122449, "percentage": 31.63, "elapsed_time": "0:03:25", "remaining_time": "0:07:23"}
|
35 |
+
{"current_steps": 32, "total_steps": 98, "loss": 0.6589, "lr": 7.68460086824492e-06, "epoch": 0.32653061224489793, "percentage": 32.65, "elapsed_time": "0:03:31", "remaining_time": "0:07:17"}
|
36 |
+
{"current_steps": 33, "total_steps": 98, "loss": 0.6457, "lr": 7.546600811643816e-06, "epoch": 0.336734693877551, "percentage": 33.67, "elapsed_time": "0:03:38", "remaining_time": "0:07:10"}
|
37 |
+
{"current_steps": 34, "total_steps": 98, "loss": 0.7869, "lr": 7.405929722454026e-06, "epoch": 0.3469387755102041, "percentage": 34.69, "elapsed_time": "0:03:44", "remaining_time": "0:07:03"}
|
38 |
+
{"current_steps": 35, "total_steps": 98, "loss": 0.6141, "lr": 7.262735145222696e-06, "epoch": 0.35714285714285715, "percentage": 35.71, "elapsed_time": "0:03:51", "remaining_time": "0:06:56"}
|
39 |
+
{"current_steps": 36, "total_steps": 98, "loss": 0.6092, "lr": 7.117167271287453e-06, "epoch": 0.3673469387755102, "percentage": 36.73, "elapsed_time": "0:03:58", "remaining_time": "0:06:49"}
|
40 |
+
{"current_steps": 37, "total_steps": 98, "loss": 0.6149, "lr": 6.969378781246436e-06, "epoch": 0.37755102040816324, "percentage": 37.76, "elapsed_time": "0:04:04", "remaining_time": "0:06:43"}
|
41 |
+
{"current_steps": 38, "total_steps": 98, "loss": 0.6212, "lr": 6.819524684817439e-06, "epoch": 0.3877551020408163, "percentage": 38.78, "elapsed_time": "0:04:11", "remaining_time": "0:06:36"}
|
42 |
+
{"current_steps": 39, "total_steps": 98, "loss": 0.7555, "lr": 6.667762158254104e-06, "epoch": 0.3979591836734694, "percentage": 39.8, "elapsed_time": "0:04:17", "remaining_time": "0:06:29"}
|
43 |
+
{"current_steps": 40, "total_steps": 98, "loss": 0.7435, "lr": 6.514250379489754e-06, "epoch": 0.40816326530612246, "percentage": 40.82, "elapsed_time": "0:04:24", "remaining_time": "0:06:23"}
|
44 |
+
{"current_steps": 40, "total_steps": 98, "eval_loss": 0.6259888410568237, "epoch": 0.40816326530612246, "percentage": 40.82, "elapsed_time": "0:04:25", "remaining_time": "0:06:24"}
|
45 |
+
{"current_steps": 41, "total_steps": 98, "loss": 0.5895, "lr": 6.3591503611817155e-06, "epoch": 0.41836734693877553, "percentage": 41.84, "elapsed_time": "0:04:31", "remaining_time": "0:06:17"}
|
46 |
+
{"current_steps": 42, "total_steps": 98, "loss": 0.7163, "lr": 6.202624781831269e-06, "epoch": 0.42857142857142855, "percentage": 42.86, "elapsed_time": "0:04:37", "remaining_time": "0:06:10"}
|
47 |
+
{"current_steps": 43, "total_steps": 98, "loss": 0.5732, "lr": 6.044837815156377e-06, "epoch": 0.4387755102040816, "percentage": 43.88, "elapsed_time": "0:04:44", "remaining_time": "0:06:03"}
|
48 |
+
{"current_steps": 44, "total_steps": 98, "loss": 0.6766, "lr": 5.885954957896115e-06, "epoch": 0.4489795918367347, "percentage": 44.9, "elapsed_time": "0:04:51", "remaining_time": "0:05:57"}
|
49 |
+
{"current_steps": 45, "total_steps": 98, "loss": 0.7598, "lr": 5.726142856227453e-06, "epoch": 0.45918367346938777, "percentage": 45.92, "elapsed_time": "0:04:57", "remaining_time": "0:05:50"}
|
50 |
+
{"current_steps": 46, "total_steps": 98, "loss": 0.6605, "lr": 5.5655691309764225e-06, "epoch": 0.46938775510204084, "percentage": 46.94, "elapsed_time": "0:05:04", "remaining_time": "0:05:43"}
|
51 |
+
{"current_steps": 47, "total_steps": 98, "loss": 0.7614, "lr": 5.404402201807022e-06, "epoch": 0.47959183673469385, "percentage": 47.96, "elapsed_time": "0:05:10", "remaining_time": "0:05:37"}
|
52 |
+
{"current_steps": 48, "total_steps": 98, "loss": 0.5739, "lr": 5.242811110572243e-06, "epoch": 0.4897959183673469, "percentage": 48.98, "elapsed_time": "0:05:17", "remaining_time": "0:05:30"}
|
53 |
+
{"current_steps": 49, "total_steps": 98, "loss": 0.6136, "lr": 5.080965344012509e-06, "epoch": 0.5, "percentage": 50.0, "elapsed_time": "0:05:23", "remaining_time": "0:05:23"}
|
54 |
+
{"current_steps": 50, "total_steps": 98, "loss": 0.6416, "lr": 4.919034655987493e-06, "epoch": 0.5102040816326531, "percentage": 51.02, "elapsed_time": "0:05:30", "remaining_time": "0:05:17"}
|
55 |
+
{"current_steps": 50, "total_steps": 98, "eval_loss": 0.6182550191879272, "epoch": 0.5102040816326531, "percentage": 51.02, "elapsed_time": "0:05:31", "remaining_time": "0:05:17"}
|
56 |
+
{"current_steps": 51, "total_steps": 98, "loss": 0.6626, "lr": 4.757188889427761e-06, "epoch": 0.5204081632653061, "percentage": 52.04, "elapsed_time": "0:05:37", "remaining_time": "0:05:11"}
|
57 |
+
{"current_steps": 52, "total_steps": 98, "loss": 0.6619, "lr": 4.59559779819298e-06, "epoch": 0.5306122448979592, "percentage": 53.06, "elapsed_time": "0:05:44", "remaining_time": "0:05:04"}
|
58 |
+
{"current_steps": 53, "total_steps": 98, "loss": 0.6588, "lr": 4.434430869023579e-06, "epoch": 0.5408163265306123, "percentage": 54.08, "elapsed_time": "0:05:50", "remaining_time": "0:04:57"}
|
59 |
+
{"current_steps": 54, "total_steps": 98, "loss": 0.5158, "lr": 4.27385714377255e-06, "epoch": 0.5510204081632653, "percentage": 55.1, "elapsed_time": "0:05:57", "remaining_time": "0:04:51"}
|
60 |
+
{"current_steps": 55, "total_steps": 98, "loss": 0.5739, "lr": 4.1140450421038865e-06, "epoch": 0.5612244897959183, "percentage": 56.12, "elapsed_time": "0:06:03", "remaining_time": "0:04:44"}
|
61 |
+
{"current_steps": 56, "total_steps": 98, "loss": 0.6139, "lr": 3.955162184843625e-06, "epoch": 0.5714285714285714, "percentage": 57.14, "elapsed_time": "0:06:10", "remaining_time": "0:04:37"}
|
62 |
+
{"current_steps": 57, "total_steps": 98, "loss": 0.726, "lr": 3.7973752181687336e-06, "epoch": 0.5816326530612245, "percentage": 58.16, "elapsed_time": "0:06:16", "remaining_time": "0:04:31"}
|
63 |
+
{"current_steps": 58, "total_steps": 98, "loss": 0.5639, "lr": 3.6408496388182857e-06, "epoch": 0.5918367346938775, "percentage": 59.18, "elapsed_time": "0:06:23", "remaining_time": "0:04:24"}
|
64 |
+
{"current_steps": 59, "total_steps": 98, "loss": 0.7702, "lr": 3.4857496205102475e-06, "epoch": 0.6020408163265306, "percentage": 60.2, "elapsed_time": "0:06:29", "remaining_time": "0:04:17"}
|
65 |
+
{"current_steps": 60, "total_steps": 98, "loss": 0.584, "lr": 3.3322378417458985e-06, "epoch": 0.6122448979591837, "percentage": 61.22, "elapsed_time": "0:06:36", "remaining_time": "0:04:11"}
|
66 |
+
{"current_steps": 60, "total_steps": 98, "eval_loss": 0.6135112643241882, "epoch": 0.6122448979591837, "percentage": 61.22, "elapsed_time": "0:06:37", "remaining_time": "0:04:11"}
|
67 |
+
{"current_steps": 61, "total_steps": 98, "loss": 0.7829, "lr": 3.180475315182563e-06, "epoch": 0.6224489795918368, "percentage": 62.24, "elapsed_time": "0:06:43", "remaining_time": "0:04:04"}
|
68 |
+
{"current_steps": 62, "total_steps": 98, "loss": 0.6104, "lr": 3.0306212187535653e-06, "epoch": 0.6326530612244898, "percentage": 63.27, "elapsed_time": "0:06:50", "remaining_time": "0:03:58"}
|
69 |
+
{"current_steps": 63, "total_steps": 98, "loss": 0.5196, "lr": 2.882832728712551e-06, "epoch": 0.6428571428571429, "percentage": 64.29, "elapsed_time": "0:06:56", "remaining_time": "0:03:51"}
|
70 |
+
{"current_steps": 64, "total_steps": 98, "loss": 0.6801, "lr": 2.7372648547773063e-06, "epoch": 0.6530612244897959, "percentage": 65.31, "elapsed_time": "0:07:03", "remaining_time": "0:03:44"}
|
71 |
+
{"current_steps": 65, "total_steps": 98, "loss": 0.6176, "lr": 2.594070277545975e-06, "epoch": 0.6632653061224489, "percentage": 66.33, "elapsed_time": "0:07:09", "remaining_time": "0:03:38"}
|
72 |
+
{"current_steps": 66, "total_steps": 98, "loss": 0.5881, "lr": 2.4533991883561868e-06, "epoch": 0.673469387755102, "percentage": 67.35, "elapsed_time": "0:07:16", "remaining_time": "0:03:31"}
|
73 |
+
{"current_steps": 67, "total_steps": 98, "loss": 0.6984, "lr": 2.315399131755081e-06, "epoch": 0.6836734693877551, "percentage": 68.37, "elapsed_time": "0:07:23", "remaining_time": "0:03:24"}
|
74 |
+
{"current_steps": 68, "total_steps": 98, "loss": 0.5849, "lr": 2.1802148507454675e-06, "epoch": 0.6938775510204082, "percentage": 69.39, "elapsed_time": "0:07:29", "remaining_time": "0:03:18"}
|
75 |
+
{"current_steps": 69, "total_steps": 98, "loss": 0.5754, "lr": 2.0479881349703885e-06, "epoch": 0.7040816326530612, "percentage": 70.41, "elapsed_time": "0:07:36", "remaining_time": "0:03:11"}
|
76 |
+
{"current_steps": 70, "total_steps": 98, "loss": 0.5412, "lr": 1.9188576719953635e-06, "epoch": 0.7142857142857143, "percentage": 71.43, "elapsed_time": "0:07:42", "remaining_time": "0:03:05"}
|
77 |
+
{"current_steps": 70, "total_steps": 98, "eval_loss": 0.6104864478111267, "epoch": 0.7142857142857143, "percentage": 71.43, "elapsed_time": "0:07:43", "remaining_time": "0:03:05"}
|
78 |
+
{"current_steps": 71, "total_steps": 98, "loss": 0.7436, "lr": 1.7929589018443016e-06, "epoch": 0.7244897959183674, "percentage": 72.45, "elapsed_time": "0:07:49", "remaining_time": "0:02:58"}
|
79 |
+
{"current_steps": 72, "total_steps": 98, "loss": 0.6451, "lr": 1.6704238749415958e-06, "epoch": 0.7346938775510204, "percentage": 73.47, "elapsed_time": "0:07:56", "remaining_time": "0:02:52"}
|
80 |
+
{"current_steps": 73, "total_steps": 98, "loss": 0.5105, "lr": 1.5513811136094786e-06, "epoch": 0.7448979591836735, "percentage": 74.49, "elapsed_time": "0:08:02", "remaining_time": "0:02:45"}
|
81 |
+
{"current_steps": 74, "total_steps": 98, "loss": 0.6226, "lr": 1.4359554772658551e-06, "epoch": 0.7551020408163265, "percentage": 75.51, "elapsed_time": "0:08:09", "remaining_time": "0:02:38"}
|
82 |
+
{"current_steps": 75, "total_steps": 98, "loss": 0.6833, "lr": 1.3242680314639995e-06, "epoch": 0.7653061224489796, "percentage": 76.53, "elapsed_time": "0:08:16", "remaining_time": "0:02:32"}
|
83 |
+
{"current_steps": 76, "total_steps": 98, "loss": 0.7391, "lr": 1.2164359209115235e-06, "epoch": 0.7755102040816326, "percentage": 77.55, "elapsed_time": "0:08:22", "remaining_time": "0:02:25"}
|
84 |
+
{"current_steps": 77, "total_steps": 98, "loss": 0.6871, "lr": 1.1125722466017547e-06, "epoch": 0.7857142857142857, "percentage": 78.57, "elapsed_time": "0:08:29", "remaining_time": "0:02:18"}
|
85 |
+
{"current_steps": 78, "total_steps": 98, "loss": 0.5721, "lr": 1.012785947186397e-06, "epoch": 0.7959183673469388, "percentage": 79.59, "elapsed_time": "0:08:35", "remaining_time": "0:02:12"}
|
86 |
+
{"current_steps": 79, "total_steps": 98, "loss": 0.7103, "lr": 9.171816847139447e-07, "epoch": 0.8061224489795918, "percentage": 80.61, "elapsed_time": "0:08:42", "remaining_time": "0:02:05"}
|
87 |
+
{"current_steps": 80, "total_steps": 98, "loss": 0.799, "lr": 8.258597348536452e-07, "epoch": 0.8163265306122449, "percentage": 81.63, "elapsed_time": "0:08:48", "remaining_time": "0:01:58"}
|
88 |
+
{"current_steps": 80, "total_steps": 98, "eval_loss": 0.6090193390846252, "epoch": 0.8163265306122449, "percentage": 81.63, "elapsed_time": "0:08:49", "remaining_time": "0:01:59"}
|
89 |
+
{"current_steps": 81, "total_steps": 98, "loss": 0.8626, "lr": 7.389158817201541e-07, "epoch": 0.826530612244898, "percentage": 82.65, "elapsed_time": "0:08:56", "remaining_time": "0:01:52"}
|
90 |
+
{"current_steps": 82, "total_steps": 98, "loss": 0.6516, "lr": 6.564413174092443e-07, "epoch": 0.8367346938775511, "percentage": 83.67, "elapsed_time": "0:09:02", "remaining_time": "0:01:45"}
|
91 |
+
{"current_steps": 83, "total_steps": 98, "loss": 0.6813, "lr": 5.785225463498828e-07, "epoch": 0.8469387755102041, "percentage": 84.69, "elapsed_time": "0:09:09", "remaining_time": "0:01:39"}
|
92 |
+
{"current_steps": 84, "total_steps": 98, "loss": 0.7443, "lr": 5.05241294573024e-07, "epoch": 0.8571428571428571, "percentage": 85.71, "elapsed_time": "0:09:15", "remaining_time": "0:01:32"}
|
93 |
+
{"current_steps": 85, "total_steps": 98, "loss": 0.5733, "lr": 4.3667442399229985e-07, "epoch": 0.8673469387755102, "percentage": 86.73, "elapsed_time": "0:09:22", "remaining_time": "0:01:26"}
|
94 |
+
{"current_steps": 86, "total_steps": 98, "loss": 0.7788, "lr": 3.728938517864794e-07, "epoch": 0.8775510204081632, "percentage": 87.76, "elapsed_time": "0:09:28", "remaining_time": "0:01:19"}
|
95 |
+
{"current_steps": 87, "total_steps": 98, "loss": 0.697, "lr": 3.1396647496828245e-07, "epoch": 0.8877551020408163, "percentage": 88.78, "elapsed_time": "0:09:35", "remaining_time": "0:01:12"}
|
96 |
+
{"current_steps": 88, "total_steps": 98, "loss": 0.6064, "lr": 2.599541002186479e-07, "epoch": 0.8979591836734694, "percentage": 89.8, "elapsed_time": "0:09:41", "remaining_time": "0:01:06"}
|
97 |
+
{"current_steps": 89, "total_steps": 98, "loss": 0.6339, "lr": 2.109133790600648e-07, "epoch": 0.9081632653061225, "percentage": 90.82, "elapsed_time": "0:09:48", "remaining_time": "0:00:59"}
|
98 |
+
{"current_steps": 90, "total_steps": 98, "loss": 0.8355, "lr": 1.6689574843694433e-07, "epoch": 0.9183673469387755, "percentage": 91.84, "elapsed_time": "0:09:55", "remaining_time": "0:00:52"}
|
99 |
+
{"current_steps": 90, "total_steps": 98, "eval_loss": 0.6084674000740051, "epoch": 0.9183673469387755, "percentage": 91.84, "elapsed_time": "0:09:55", "remaining_time": "0:00:52"}
|
100 |
+
{"current_steps": 91, "total_steps": 98, "loss": 0.6868, "lr": 1.2794737676536993e-07, "epoch": 0.9285714285714286, "percentage": 92.86, "elapsed_time": "0:10:02", "remaining_time": "0:00:46"}
|
101 |
+
{"current_steps": 92, "total_steps": 98, "loss": 0.6827, "lr": 9.410911550880474e-08, "epoch": 0.9387755102040817, "percentage": 93.88, "elapsed_time": "0:10:08", "remaining_time": "0:00:39"}
|
102 |
+
{"current_steps": 93, "total_steps": 98, "loss": 0.5356, "lr": 6.54164563305465e-08, "epoch": 0.9489795918367347, "percentage": 94.9, "elapsed_time": "0:10:15", "remaining_time": "0:00:33"}
|
103 |
+
{"current_steps": 94, "total_steps": 98, "loss": 0.6793, "lr": 4.189949386787462e-08, "epoch": 0.9591836734693877, "percentage": 95.92, "elapsed_time": "0:10:21", "remaining_time": "0:00:26"}
|
104 |
+
{"current_steps": 95, "total_steps": 98, "loss": 0.7195, "lr": 2.358289416693027e-08, "epoch": 0.9693877551020408, "percentage": 96.94, "elapsed_time": "0:10:28", "remaining_time": "0:00:19"}
|
105 |
+
{"current_steps": 96, "total_steps": 98, "loss": 0.5873, "lr": 1.0485868811441757e-08, "epoch": 0.9795918367346939, "percentage": 97.96, "elapsed_time": "0:10:34", "remaining_time": "0:00:13"}
|
106 |
+
{"current_steps": 97, "total_steps": 98, "loss": 0.6365, "lr": 2.6221547724253337e-09, "epoch": 0.9897959183673469, "percentage": 98.98, "elapsed_time": "0:10:41", "remaining_time": "0:00:06"}
|
107 |
+
{"current_steps": 98, "total_steps": 98, "loss": 0.5644, "lr": 0.0, "epoch": 1.0, "percentage": 100.0, "elapsed_time": "0:10:48", "remaining_time": "0:00:00"}
|
108 |
+
{"current_steps": 98, "total_steps": 98, "epoch": 1.0, "percentage": 100.0, "elapsed_time": "0:11:39", "remaining_time": "0:00:00"}
|
trainer_state.json
ADDED
@@ -0,0 +1,821 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 1.0,
|
5 |
+
"eval_steps": 11,
|
6 |
+
"global_step": 101,
|
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.009900990099009901,
|
13 |
+
"grad_norm": 1.9865820407867432,
|
14 |
+
"learning_rate": 5e-06,
|
15 |
+
"loss": 0.8807,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.019801980198019802,
|
20 |
+
"grad_norm": 1.6995460987091064,
|
21 |
+
"learning_rate": 1e-05,
|
22 |
+
"loss": 0.7298,
|
23 |
+
"step": 2
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.0297029702970297,
|
27 |
+
"grad_norm": 1.870273232460022,
|
28 |
+
"learning_rate": 9.997482711915926e-06,
|
29 |
+
"loss": 0.8256,
|
30 |
+
"step": 3
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.039603960396039604,
|
34 |
+
"grad_norm": 2.035698175430298,
|
35 |
+
"learning_rate": 9.989933382359423e-06,
|
36 |
+
"loss": 0.8423,
|
37 |
+
"step": 4
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.04950495049504951,
|
41 |
+
"grad_norm": 1.5802401304244995,
|
42 |
+
"learning_rate": 9.977359612865424e-06,
|
43 |
+
"loss": 1.0321,
|
44 |
+
"step": 5
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.0594059405940594,
|
48 |
+
"grad_norm": 1.3238128423690796,
|
49 |
+
"learning_rate": 9.959774064153977e-06,
|
50 |
+
"loss": 0.7894,
|
51 |
+
"step": 6
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.06930693069306931,
|
55 |
+
"grad_norm": 1.3449586629867554,
|
56 |
+
"learning_rate": 9.937194443381972e-06,
|
57 |
+
"loss": 0.69,
|
58 |
+
"step": 7
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.07920792079207921,
|
62 |
+
"grad_norm": 1.215697169303894,
|
63 |
+
"learning_rate": 9.909643486313533e-06,
|
64 |
+
"loss": 0.8263,
|
65 |
+
"step": 8
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.0891089108910891,
|
69 |
+
"grad_norm": 1.4947011470794678,
|
70 |
+
"learning_rate": 9.877148934427037e-06,
|
71 |
+
"loss": 0.7706,
|
72 |
+
"step": 9
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.09900990099009901,
|
76 |
+
"grad_norm": 0.9939355850219727,
|
77 |
+
"learning_rate": 9.839743506981783e-06,
|
78 |
+
"loss": 0.6854,
|
79 |
+
"step": 10
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.10891089108910891,
|
83 |
+
"grad_norm": 1.3050940036773682,
|
84 |
+
"learning_rate": 9.797464868072489e-06,
|
85 |
+
"loss": 0.9061,
|
86 |
+
"step": 11
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.10891089108910891,
|
90 |
+
"eval_loss": 0.7099791765213013,
|
91 |
+
"eval_runtime": 1.6876,
|
92 |
+
"eval_samples_per_second": 5.333,
|
93 |
+
"eval_steps_per_second": 1.185,
|
94 |
+
"step": 11
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.1188118811881188,
|
98 |
+
"grad_norm": 1.0027287006378174,
|
99 |
+
"learning_rate": 9.750355588704728e-06,
|
100 |
+
"loss": 0.7043,
|
101 |
+
"step": 12
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.12871287128712872,
|
105 |
+
"grad_norm": 0.9371753334999084,
|
106 |
+
"learning_rate": 9.698463103929542e-06,
|
107 |
+
"loss": 0.6727,
|
108 |
+
"step": 13
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.13861386138613863,
|
112 |
+
"grad_norm": 0.9471062421798706,
|
113 |
+
"learning_rate": 9.641839665080363e-06,
|
114 |
+
"loss": 0.6772,
|
115 |
+
"step": 14
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.1485148514851485,
|
119 |
+
"grad_norm": 1.1542134284973145,
|
120 |
+
"learning_rate": 9.580542287160348e-06,
|
121 |
+
"loss": 0.7956,
|
122 |
+
"step": 15
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.15841584158415842,
|
126 |
+
"grad_norm": 1.1275238990783691,
|
127 |
+
"learning_rate": 9.514632691433108e-06,
|
128 |
+
"loss": 0.7486,
|
129 |
+
"step": 16
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.16831683168316833,
|
133 |
+
"grad_norm": 1.0453617572784424,
|
134 |
+
"learning_rate": 9.444177243274619e-06,
|
135 |
+
"loss": 0.659,
|
136 |
+
"step": 17
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.1782178217821782,
|
140 |
+
"grad_norm": 1.0331149101257324,
|
141 |
+
"learning_rate": 9.369246885348926e-06,
|
142 |
+
"loss": 0.7471,
|
143 |
+
"step": 18
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.18811881188118812,
|
147 |
+
"grad_norm": 0.8706634044647217,
|
148 |
+
"learning_rate": 9.289917066174887e-06,
|
149 |
+
"loss": 0.5547,
|
150 |
+
"step": 19
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.19801980198019803,
|
154 |
+
"grad_norm": 1.1781532764434814,
|
155 |
+
"learning_rate": 9.206267664155906e-06,
|
156 |
+
"loss": 0.6239,
|
157 |
+
"step": 20
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.2079207920792079,
|
161 |
+
"grad_norm": 1.2011443376541138,
|
162 |
+
"learning_rate": 9.118382907149164e-06,
|
163 |
+
"loss": 0.7847,
|
164 |
+
"step": 21
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.21782178217821782,
|
168 |
+
"grad_norm": 1.028536319732666,
|
169 |
+
"learning_rate": 9.026351287655294e-06,
|
170 |
+
"loss": 0.6565,
|
171 |
+
"step": 22
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.21782178217821782,
|
175 |
+
"eval_loss": 0.6684643030166626,
|
176 |
+
"eval_runtime": 1.6848,
|
177 |
+
"eval_samples_per_second": 5.342,
|
178 |
+
"eval_steps_per_second": 1.187,
|
179 |
+
"step": 22
|
180 |
+
},
|
181 |
+
{
|
182 |
+
"epoch": 0.22772277227722773,
|
183 |
+
"grad_norm": 0.9103761315345764,
|
184 |
+
"learning_rate": 8.930265473713939e-06,
|
185 |
+
"loss": 0.6495,
|
186 |
+
"step": 23
|
187 |
+
},
|
188 |
+
{
|
189 |
+
"epoch": 0.2376237623762376,
|
190 |
+
"grad_norm": 1.0075730085372925,
|
191 |
+
"learning_rate": 8.83022221559489e-06,
|
192 |
+
"loss": 0.7109,
|
193 |
+
"step": 24
|
194 |
+
},
|
195 |
+
{
|
196 |
+
"epoch": 0.24752475247524752,
|
197 |
+
"grad_norm": 0.9617104530334473,
|
198 |
+
"learning_rate": 8.726322248378775e-06,
|
199 |
+
"loss": 0.6993,
|
200 |
+
"step": 25
|
201 |
+
},
|
202 |
+
{
|
203 |
+
"epoch": 0.25742574257425743,
|
204 |
+
"grad_norm": 1.072245717048645,
|
205 |
+
"learning_rate": 8.61867019052535e-06,
|
206 |
+
"loss": 0.8897,
|
207 |
+
"step": 26
|
208 |
+
},
|
209 |
+
{
|
210 |
+
"epoch": 0.26732673267326734,
|
211 |
+
"grad_norm": 1.0244859457015991,
|
212 |
+
"learning_rate": 8.507374438531606e-06,
|
213 |
+
"loss": 0.8158,
|
214 |
+
"step": 27
|
215 |
+
},
|
216 |
+
{
|
217 |
+
"epoch": 0.27722772277227725,
|
218 |
+
"grad_norm": 1.0862797498703003,
|
219 |
+
"learning_rate": 8.392547057785662e-06,
|
220 |
+
"loss": 0.7539,
|
221 |
+
"step": 28
|
222 |
+
},
|
223 |
+
{
|
224 |
+
"epoch": 0.2871287128712871,
|
225 |
+
"grad_norm": 0.9954370260238647,
|
226 |
+
"learning_rate": 8.274303669726427e-06,
|
227 |
+
"loss": 0.718,
|
228 |
+
"step": 29
|
229 |
+
},
|
230 |
+
{
|
231 |
+
"epoch": 0.297029702970297,
|
232 |
+
"grad_norm": 1.0018794536590576,
|
233 |
+
"learning_rate": 8.152763335422612e-06,
|
234 |
+
"loss": 0.7518,
|
235 |
+
"step": 30
|
236 |
+
},
|
237 |
+
{
|
238 |
+
"epoch": 0.3069306930693069,
|
239 |
+
"grad_norm": 0.9397566318511963,
|
240 |
+
"learning_rate": 8.028048435688333e-06,
|
241 |
+
"loss": 0.663,
|
242 |
+
"step": 31
|
243 |
+
},
|
244 |
+
{
|
245 |
+
"epoch": 0.31683168316831684,
|
246 |
+
"grad_norm": 0.8733705878257751,
|
247 |
+
"learning_rate": 7.900284547855992e-06,
|
248 |
+
"loss": 0.6565,
|
249 |
+
"step": 32
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"epoch": 0.32673267326732675,
|
253 |
+
"grad_norm": 0.938222348690033,
|
254 |
+
"learning_rate": 7.769600319330553e-06,
|
255 |
+
"loss": 0.601,
|
256 |
+
"step": 33
|
257 |
+
},
|
258 |
+
{
|
259 |
+
"epoch": 0.32673267326732675,
|
260 |
+
"eval_loss": 0.648015022277832,
|
261 |
+
"eval_runtime": 1.6839,
|
262 |
+
"eval_samples_per_second": 5.345,
|
263 |
+
"eval_steps_per_second": 1.188,
|
264 |
+
"step": 33
|
265 |
+
},
|
266 |
+
{
|
267 |
+
"epoch": 0.33663366336633666,
|
268 |
+
"grad_norm": 0.9610555768013,
|
269 |
+
"learning_rate": 7.636127338052513e-06,
|
270 |
+
"loss": 0.7488,
|
271 |
+
"step": 34
|
272 |
+
},
|
273 |
+
{
|
274 |
+
"epoch": 0.3465346534653465,
|
275 |
+
"grad_norm": 1.0051265954971313,
|
276 |
+
"learning_rate": 7.500000000000001e-06,
|
277 |
+
"loss": 0.7929,
|
278 |
+
"step": 35
|
279 |
+
},
|
280 |
+
{
|
281 |
+
"epoch": 0.3564356435643564,
|
282 |
+
"grad_norm": 0.8689800500869751,
|
283 |
+
"learning_rate": 7.361355373863415e-06,
|
284 |
+
"loss": 0.57,
|
285 |
+
"step": 36
|
286 |
+
},
|
287 |
+
{
|
288 |
+
"epoch": 0.36633663366336633,
|
289 |
+
"grad_norm": 1.0085370540618896,
|
290 |
+
"learning_rate": 7.2203330630288714e-06,
|
291 |
+
"loss": 0.672,
|
292 |
+
"step": 37
|
293 |
+
},
|
294 |
+
{
|
295 |
+
"epoch": 0.37623762376237624,
|
296 |
+
"grad_norm": 0.8325203061103821,
|
297 |
+
"learning_rate": 7.0770750650094335e-06,
|
298 |
+
"loss": 0.6143,
|
299 |
+
"step": 38
|
300 |
+
},
|
301 |
+
{
|
302 |
+
"epoch": 0.38613861386138615,
|
303 |
+
"grad_norm": 0.9245986342430115,
|
304 |
+
"learning_rate": 6.931725628465643e-06,
|
305 |
+
"loss": 0.7288,
|
306 |
+
"step": 39
|
307 |
+
},
|
308 |
+
{
|
309 |
+
"epoch": 0.39603960396039606,
|
310 |
+
"grad_norm": 1.1846799850463867,
|
311 |
+
"learning_rate": 6.78443110795936e-06,
|
312 |
+
"loss": 0.8207,
|
313 |
+
"step": 40
|
314 |
+
},
|
315 |
+
{
|
316 |
+
"epoch": 0.40594059405940597,
|
317 |
+
"grad_norm": 0.8949479460716248,
|
318 |
+
"learning_rate": 6.635339816587109e-06,
|
319 |
+
"loss": 0.6476,
|
320 |
+
"step": 41
|
321 |
+
},
|
322 |
+
{
|
323 |
+
"epoch": 0.4158415841584158,
|
324 |
+
"grad_norm": 0.9853402376174927,
|
325 |
+
"learning_rate": 6.484601876641375e-06,
|
326 |
+
"loss": 0.7146,
|
327 |
+
"step": 42
|
328 |
+
},
|
329 |
+
{
|
330 |
+
"epoch": 0.42574257425742573,
|
331 |
+
"grad_norm": 0.9564022421836853,
|
332 |
+
"learning_rate": 6.332369068450175e-06,
|
333 |
+
"loss": 0.7382,
|
334 |
+
"step": 43
|
335 |
+
},
|
336 |
+
{
|
337 |
+
"epoch": 0.43564356435643564,
|
338 |
+
"grad_norm": 1.0044441223144531,
|
339 |
+
"learning_rate": 6.178794677547138e-06,
|
340 |
+
"loss": 0.7668,
|
341 |
+
"step": 44
|
342 |
+
},
|
343 |
+
{
|
344 |
+
"epoch": 0.43564356435643564,
|
345 |
+
"eval_loss": 0.6342881917953491,
|
346 |
+
"eval_runtime": 1.6847,
|
347 |
+
"eval_samples_per_second": 5.342,
|
348 |
+
"eval_steps_per_second": 1.187,
|
349 |
+
"step": 44
|
350 |
+
},
|
351 |
+
{
|
352 |
+
"epoch": 0.44554455445544555,
|
353 |
+
"grad_norm": 0.8848042488098145,
|
354 |
+
"learning_rate": 6.024033340325954e-06,
|
355 |
+
"loss": 0.6532,
|
356 |
+
"step": 45
|
357 |
+
},
|
358 |
+
{
|
359 |
+
"epoch": 0.45544554455445546,
|
360 |
+
"grad_norm": 0.8762900233268738,
|
361 |
+
"learning_rate": 5.8682408883346535e-06,
|
362 |
+
"loss": 0.674,
|
363 |
+
"step": 46
|
364 |
+
},
|
365 |
+
{
|
366 |
+
"epoch": 0.46534653465346537,
|
367 |
+
"grad_norm": 0.8674903512001038,
|
368 |
+
"learning_rate": 5.711574191366427e-06,
|
369 |
+
"loss": 0.6138,
|
370 |
+
"step": 47
|
371 |
+
},
|
372 |
+
{
|
373 |
+
"epoch": 0.4752475247524752,
|
374 |
+
"grad_norm": 0.9267687201499939,
|
375 |
+
"learning_rate": 5.5541909995050554e-06,
|
376 |
+
"loss": 0.6838,
|
377 |
+
"step": 48
|
378 |
+
},
|
379 |
+
{
|
380 |
+
"epoch": 0.48514851485148514,
|
381 |
+
"grad_norm": 0.8423399329185486,
|
382 |
+
"learning_rate": 5.396249784283943e-06,
|
383 |
+
"loss": 0.6081,
|
384 |
+
"step": 49
|
385 |
+
},
|
386 |
+
{
|
387 |
+
"epoch": 0.49504950495049505,
|
388 |
+
"grad_norm": 0.9809019565582275,
|
389 |
+
"learning_rate": 5.237909579118713e-06,
|
390 |
+
"loss": 0.7202,
|
391 |
+
"step": 50
|
392 |
+
},
|
393 |
+
{
|
394 |
+
"epoch": 0.504950495049505,
|
395 |
+
"grad_norm": 0.8688491582870483,
|
396 |
+
"learning_rate": 5.07932981917404e-06,
|
397 |
+
"loss": 0.6236,
|
398 |
+
"step": 51
|
399 |
+
},
|
400 |
+
{
|
401 |
+
"epoch": 0.5148514851485149,
|
402 |
+
"grad_norm": 0.9908064007759094,
|
403 |
+
"learning_rate": 4.9206701808259605e-06,
|
404 |
+
"loss": 0.7449,
|
405 |
+
"step": 52
|
406 |
+
},
|
407 |
+
{
|
408 |
+
"epoch": 0.5247524752475248,
|
409 |
+
"grad_norm": 0.935342013835907,
|
410 |
+
"learning_rate": 4.762090420881289e-06,
|
411 |
+
"loss": 0.6582,
|
412 |
+
"step": 53
|
413 |
+
},
|
414 |
+
{
|
415 |
+
"epoch": 0.5346534653465347,
|
416 |
+
"grad_norm": 1.0338435173034668,
|
417 |
+
"learning_rate": 4.603750215716057e-06,
|
418 |
+
"loss": 0.7808,
|
419 |
+
"step": 54
|
420 |
+
},
|
421 |
+
{
|
422 |
+
"epoch": 0.5445544554455446,
|
423 |
+
"grad_norm": 1.0253307819366455,
|
424 |
+
"learning_rate": 4.445809000494945e-06,
|
425 |
+
"loss": 0.8058,
|
426 |
+
"step": 55
|
427 |
+
},
|
428 |
+
{
|
429 |
+
"epoch": 0.5445544554455446,
|
430 |
+
"eval_loss": 0.6248189210891724,
|
431 |
+
"eval_runtime": 1.6835,
|
432 |
+
"eval_samples_per_second": 5.346,
|
433 |
+
"eval_steps_per_second": 1.188,
|
434 |
+
"step": 55
|
435 |
+
},
|
436 |
+
{
|
437 |
+
"epoch": 0.5544554455445545,
|
438 |
+
"grad_norm": 0.9448875188827515,
|
439 |
+
"learning_rate": 4.2884258086335755e-06,
|
440 |
+
"loss": 0.7117,
|
441 |
+
"step": 56
|
442 |
+
},
|
443 |
+
{
|
444 |
+
"epoch": 0.5643564356435643,
|
445 |
+
"grad_norm": 0.8737557530403137,
|
446 |
+
"learning_rate": 4.131759111665349e-06,
|
447 |
+
"loss": 0.5988,
|
448 |
+
"step": 57
|
449 |
+
},
|
450 |
+
{
|
451 |
+
"epoch": 0.5742574257425742,
|
452 |
+
"grad_norm": 0.764798104763031,
|
453 |
+
"learning_rate": 3.975966659674048e-06,
|
454 |
+
"loss": 0.501,
|
455 |
+
"step": 58
|
456 |
+
},
|
457 |
+
{
|
458 |
+
"epoch": 0.5841584158415841,
|
459 |
+
"grad_norm": 0.9195338487625122,
|
460 |
+
"learning_rate": 3.821205322452863e-06,
|
461 |
+
"loss": 0.677,
|
462 |
+
"step": 59
|
463 |
+
},
|
464 |
+
{
|
465 |
+
"epoch": 0.594059405940594,
|
466 |
+
"grad_norm": 0.9102662801742554,
|
467 |
+
"learning_rate": 3.667630931549826e-06,
|
468 |
+
"loss": 0.6363,
|
469 |
+
"step": 60
|
470 |
+
},
|
471 |
+
{
|
472 |
+
"epoch": 0.6039603960396039,
|
473 |
+
"grad_norm": 1.1512144804000854,
|
474 |
+
"learning_rate": 3.5153981233586277e-06,
|
475 |
+
"loss": 0.7082,
|
476 |
+
"step": 61
|
477 |
+
},
|
478 |
+
{
|
479 |
+
"epoch": 0.6138613861386139,
|
480 |
+
"grad_norm": 1.0006070137023926,
|
481 |
+
"learning_rate": 3.3646601834128924e-06,
|
482 |
+
"loss": 0.6685,
|
483 |
+
"step": 62
|
484 |
+
},
|
485 |
+
{
|
486 |
+
"epoch": 0.6237623762376238,
|
487 |
+
"grad_norm": 0.9273307919502258,
|
488 |
+
"learning_rate": 3.2155688920406415e-06,
|
489 |
+
"loss": 0.6652,
|
490 |
+
"step": 63
|
491 |
+
},
|
492 |
+
{
|
493 |
+
"epoch": 0.6336633663366337,
|
494 |
+
"grad_norm": 0.9092214703559875,
|
495 |
+
"learning_rate": 3.0682743715343565e-06,
|
496 |
+
"loss": 0.6497,
|
497 |
+
"step": 64
|
498 |
+
},
|
499 |
+
{
|
500 |
+
"epoch": 0.6435643564356436,
|
501 |
+
"grad_norm": 0.8190207481384277,
|
502 |
+
"learning_rate": 2.9229249349905686e-06,
|
503 |
+
"loss": 0.5194,
|
504 |
+
"step": 65
|
505 |
+
},
|
506 |
+
{
|
507 |
+
"epoch": 0.6534653465346535,
|
508 |
+
"grad_norm": 0.9039291739463806,
|
509 |
+
"learning_rate": 2.7796669369711294e-06,
|
510 |
+
"loss": 0.675,
|
511 |
+
"step": 66
|
512 |
+
},
|
513 |
+
{
|
514 |
+
"epoch": 0.6534653465346535,
|
515 |
+
"eval_loss": 0.6190232038497925,
|
516 |
+
"eval_runtime": 1.6846,
|
517 |
+
"eval_samples_per_second": 5.342,
|
518 |
+
"eval_steps_per_second": 1.187,
|
519 |
+
"step": 66
|
520 |
+
},
|
521 |
+
{
|
522 |
+
"epoch": 0.6633663366336634,
|
523 |
+
"grad_norm": 1.0311757326126099,
|
524 |
+
"learning_rate": 2.6386446261365874e-06,
|
525 |
+
"loss": 0.8244,
|
526 |
+
"step": 67
|
527 |
+
},
|
528 |
+
{
|
529 |
+
"epoch": 0.6732673267326733,
|
530 |
+
"grad_norm": 0.8113132119178772,
|
531 |
+
"learning_rate": 2.5000000000000015e-06,
|
532 |
+
"loss": 0.5488,
|
533 |
+
"step": 68
|
534 |
+
},
|
535 |
+
{
|
536 |
+
"epoch": 0.6831683168316832,
|
537 |
+
"grad_norm": 0.9003159403800964,
|
538 |
+
"learning_rate": 2.363872661947488e-06,
|
539 |
+
"loss": 0.7291,
|
540 |
+
"step": 69
|
541 |
+
},
|
542 |
+
{
|
543 |
+
"epoch": 0.693069306930693,
|
544 |
+
"grad_norm": 1.057133674621582,
|
545 |
+
"learning_rate": 2.230399680669449e-06,
|
546 |
+
"loss": 0.8625,
|
547 |
+
"step": 70
|
548 |
+
},
|
549 |
+
{
|
550 |
+
"epoch": 0.7029702970297029,
|
551 |
+
"grad_norm": 0.9384030699729919,
|
552 |
+
"learning_rate": 2.09971545214401e-06,
|
553 |
+
"loss": 0.6813,
|
554 |
+
"step": 71
|
555 |
+
},
|
556 |
+
{
|
557 |
+
"epoch": 0.7128712871287128,
|
558 |
+
"grad_norm": 0.8832238912582397,
|
559 |
+
"learning_rate": 1.971951564311668e-06,
|
560 |
+
"loss": 0.6099,
|
561 |
+
"step": 72
|
562 |
+
},
|
563 |
+
{
|
564 |
+
"epoch": 0.7227722772277227,
|
565 |
+
"grad_norm": 0.8297242522239685,
|
566 |
+
"learning_rate": 1.8472366645773892e-06,
|
567 |
+
"loss": 0.5465,
|
568 |
+
"step": 73
|
569 |
+
},
|
570 |
+
{
|
571 |
+
"epoch": 0.7326732673267327,
|
572 |
+
"grad_norm": 0.9183589816093445,
|
573 |
+
"learning_rate": 1.7256963302735752e-06,
|
574 |
+
"loss": 0.6971,
|
575 |
+
"step": 74
|
576 |
+
},
|
577 |
+
{
|
578 |
+
"epoch": 0.7425742574257426,
|
579 |
+
"grad_norm": 0.8353100419044495,
|
580 |
+
"learning_rate": 1.6074529422143398e-06,
|
581 |
+
"loss": 0.5426,
|
582 |
+
"step": 75
|
583 |
+
},
|
584 |
+
{
|
585 |
+
"epoch": 0.7524752475247525,
|
586 |
+
"grad_norm": 1.051756739616394,
|
587 |
+
"learning_rate": 1.4926255614683931e-06,
|
588 |
+
"loss": 0.7567,
|
589 |
+
"step": 76
|
590 |
+
},
|
591 |
+
{
|
592 |
+
"epoch": 0.7623762376237624,
|
593 |
+
"grad_norm": 0.8063908815383911,
|
594 |
+
"learning_rate": 1.3813298094746491e-06,
|
595 |
+
"loss": 0.5383,
|
596 |
+
"step": 77
|
597 |
+
},
|
598 |
+
{
|
599 |
+
"epoch": 0.7623762376237624,
|
600 |
+
"eval_loss": 0.6155756711959839,
|
601 |
+
"eval_runtime": 1.6854,
|
602 |
+
"eval_samples_per_second": 5.34,
|
603 |
+
"eval_steps_per_second": 1.187,
|
604 |
+
"step": 77
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 0.7722772277227723,
|
608 |
+
"grad_norm": 0.8472511768341064,
|
609 |
+
"learning_rate": 1.2736777516212267e-06,
|
610 |
+
"loss": 0.5792,
|
611 |
+
"step": 78
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 0.7821782178217822,
|
615 |
+
"grad_norm": 0.8465410470962524,
|
616 |
+
"learning_rate": 1.1697777844051105e-06,
|
617 |
+
"loss": 0.6283,
|
618 |
+
"step": 79
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 0.7920792079207921,
|
622 |
+
"grad_norm": 0.7360741496086121,
|
623 |
+
"learning_rate": 1.0697345262860638e-06,
|
624 |
+
"loss": 0.4699,
|
625 |
+
"step": 80
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 0.801980198019802,
|
629 |
+
"grad_norm": 0.9224135875701904,
|
630 |
+
"learning_rate": 9.73648712344707e-07,
|
631 |
+
"loss": 0.6806,
|
632 |
+
"step": 81
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 0.8118811881188119,
|
636 |
+
"grad_norm": 0.871505081653595,
|
637 |
+
"learning_rate": 8.816170928508367e-07,
|
638 |
+
"loss": 0.6824,
|
639 |
+
"step": 82
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 0.8217821782178217,
|
643 |
+
"grad_norm": 0.8890396952629089,
|
644 |
+
"learning_rate": 7.937323358440935e-07,
|
645 |
+
"loss": 0.6427,
|
646 |
+
"step": 83
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 0.8316831683168316,
|
650 |
+
"grad_norm": 1.091757893562317,
|
651 |
+
"learning_rate": 7.100829338251147e-07,
|
652 |
+
"loss": 0.7535,
|
653 |
+
"step": 84
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 0.8415841584158416,
|
657 |
+
"grad_norm": 0.809833824634552,
|
658 |
+
"learning_rate": 6.307531146510754e-07,
|
659 |
+
"loss": 0.5965,
|
660 |
+
"step": 85
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 0.8514851485148515,
|
664 |
+
"grad_norm": 0.861588716506958,
|
665 |
+
"learning_rate": 5.558227567253832e-07,
|
666 |
+
"loss": 0.6629,
|
667 |
+
"step": 86
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 0.8613861386138614,
|
671 |
+
"grad_norm": 0.7921182513237,
|
672 |
+
"learning_rate": 4.853673085668947e-07,
|
673 |
+
"loss": 0.482,
|
674 |
+
"step": 87
|
675 |
+
},
|
676 |
+
{
|
677 |
+
"epoch": 0.8712871287128713,
|
678 |
+
"grad_norm": 0.7692471742630005,
|
679 |
+
"learning_rate": 4.194577128396521e-07,
|
680 |
+
"loss": 0.5044,
|
681 |
+
"step": 88
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 0.8712871287128713,
|
685 |
+
"eval_loss": 0.6139124035835266,
|
686 |
+
"eval_runtime": 1.684,
|
687 |
+
"eval_samples_per_second": 5.344,
|
688 |
+
"eval_steps_per_second": 1.188,
|
689 |
+
"step": 88
|
690 |
+
},
|
691 |
+
{
|
692 |
+
"epoch": 0.8811881188118812,
|
693 |
+
"grad_norm": 0.8603846430778503,
|
694 |
+
"learning_rate": 3.581603349196372e-07,
|
695 |
+
"loss": 0.6439,
|
696 |
+
"step": 89
|
697 |
+
},
|
698 |
+
{
|
699 |
+
"epoch": 0.8910891089108911,
|
700 |
+
"grad_norm": 0.8953405022621155,
|
701 |
+
"learning_rate": 3.015368960704584e-07,
|
702 |
+
"loss": 0.6881,
|
703 |
+
"step": 90
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"epoch": 0.900990099009901,
|
707 |
+
"grad_norm": 0.9108988046646118,
|
708 |
+
"learning_rate": 2.4964441129527337e-07,
|
709 |
+
"loss": 0.7118,
|
710 |
+
"step": 91
|
711 |
+
},
|
712 |
+
{
|
713 |
+
"epoch": 0.9108910891089109,
|
714 |
+
"grad_norm": 0.886647641658783,
|
715 |
+
"learning_rate": 2.0253513192751374e-07,
|
716 |
+
"loss": 0.7544,
|
717 |
+
"step": 92
|
718 |
+
},
|
719 |
+
{
|
720 |
+
"epoch": 0.9207920792079208,
|
721 |
+
"grad_norm": 0.943878173828125,
|
722 |
+
"learning_rate": 1.6025649301821877e-07,
|
723 |
+
"loss": 0.7527,
|
724 |
+
"step": 93
|
725 |
+
},
|
726 |
+
{
|
727 |
+
"epoch": 0.9306930693069307,
|
728 |
+
"grad_norm": 0.8354966044425964,
|
729 |
+
"learning_rate": 1.2285106557296479e-07,
|
730 |
+
"loss": 0.6079,
|
731 |
+
"step": 94
|
732 |
+
},
|
733 |
+
{
|
734 |
+
"epoch": 0.9405940594059405,
|
735 |
+
"grad_norm": 0.8121664524078369,
|
736 |
+
"learning_rate": 9.035651368646647e-08,
|
737 |
+
"loss": 0.5891,
|
738 |
+
"step": 95
|
739 |
+
},
|
740 |
+
{
|
741 |
+
"epoch": 0.9504950495049505,
|
742 |
+
"grad_norm": 0.9194057583808899,
|
743 |
+
"learning_rate": 6.280555661802857e-08,
|
744 |
+
"loss": 0.6953,
|
745 |
+
"step": 96
|
746 |
+
},
|
747 |
+
{
|
748 |
+
"epoch": 0.9603960396039604,
|
749 |
+
"grad_norm": 0.9447068572044373,
|
750 |
+
"learning_rate": 4.02259358460233e-08,
|
751 |
+
"loss": 0.7401,
|
752 |
+
"step": 97
|
753 |
+
},
|
754 |
+
{
|
755 |
+
"epoch": 0.9702970297029703,
|
756 |
+
"grad_norm": 0.8672422766685486,
|
757 |
+
"learning_rate": 2.264038713457706e-08,
|
758 |
+
"loss": 0.6349,
|
759 |
+
"step": 98
|
760 |
+
},
|
761 |
+
{
|
762 |
+
"epoch": 0.9801980198019802,
|
763 |
+
"grad_norm": 0.904771625995636,
|
764 |
+
"learning_rate": 1.006661764057837e-08,
|
765 |
+
"loss": 0.6322,
|
766 |
+
"step": 99
|
767 |
+
},
|
768 |
+
{
|
769 |
+
"epoch": 0.9801980198019802,
|
770 |
+
"eval_loss": 0.6136024594306946,
|
771 |
+
"eval_runtime": 1.6864,
|
772 |
+
"eval_samples_per_second": 5.337,
|
773 |
+
"eval_steps_per_second": 1.186,
|
774 |
+
"step": 99
|
775 |
+
},
|
776 |
+
{
|
777 |
+
"epoch": 0.9900990099009901,
|
778 |
+
"grad_norm": 0.8689496517181396,
|
779 |
+
"learning_rate": 2.5172880840745873e-09,
|
780 |
+
"loss": 0.6191,
|
781 |
+
"step": 100
|
782 |
+
},
|
783 |
+
{
|
784 |
+
"epoch": 1.0,
|
785 |
+
"grad_norm": 0.8673611283302307,
|
786 |
+
"learning_rate": 0.0,
|
787 |
+
"loss": 0.5897,
|
788 |
+
"step": 101
|
789 |
+
},
|
790 |
+
{
|
791 |
+
"epoch": 1.0,
|
792 |
+
"step": 101,
|
793 |
+
"total_flos": 1.5438974547499418e+17,
|
794 |
+
"train_loss": 0.6889385657735391,
|
795 |
+
"train_runtime": 730.4137,
|
796 |
+
"train_samples_per_second": 1.101,
|
797 |
+
"train_steps_per_second": 0.138
|
798 |
+
}
|
799 |
+
],
|
800 |
+
"logging_steps": 1,
|
801 |
+
"max_steps": 101,
|
802 |
+
"num_input_tokens_seen": 0,
|
803 |
+
"num_train_epochs": 1,
|
804 |
+
"save_steps": 101,
|
805 |
+
"stateful_callbacks": {
|
806 |
+
"TrainerControl": {
|
807 |
+
"args": {
|
808 |
+
"should_epoch_stop": false,
|
809 |
+
"should_evaluate": false,
|
810 |
+
"should_log": false,
|
811 |
+
"should_save": true,
|
812 |
+
"should_training_stop": true
|
813 |
+
},
|
814 |
+
"attributes": {}
|
815 |
+
}
|
816 |
+
},
|
817 |
+
"total_flos": 1.5438974547499418e+17,
|
818 |
+
"train_batch_size": 1,
|
819 |
+
"trial_name": null,
|
820 |
+
"trial_params": null
|
821 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99acf1f883cdae772786ea6621e350833b8e08ae72980b815cd4641d5444798a
|
3 |
+
size 7160
|
training_eval_loss.png
ADDED
![]() |
training_loss.png
ADDED
![]() |