Add files using upload-large-folder tool
Browse files- .gitattributes +1 -0
- README.md +62 -0
- added_tokens.json +24 -0
- all_results.json +12 -0
- config.json +29 -0
- eval_results.json +7 -0
- generation_config.json +14 -0
- merges.txt +0 -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 +31 -0
- tokenizer.json +3 -0
- tokenizer_config.json +208 -0
- train_results.json +8 -0
- trainer_log.jsonl +86 -0
- trainer_state.json +637 -0
- training_args.bin +3 -0
- training_loss.png +0 -0
- vocab.json +0 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: other
|
4 |
+
base_model: Qwen/Qwen2.5-7B-Instruct
|
5 |
+
tags:
|
6 |
+
- llama-factory
|
7 |
+
- full
|
8 |
+
- generated_from_trainer
|
9 |
+
model-index:
|
10 |
+
- name: agenttuning_v4_10k_tag4
|
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 |
+
# agenttuning_v4_10k_tag4
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct) on the agenttuning_v4_10k_tag4 dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.4980
|
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: 5e-06
|
41 |
+
- train_batch_size: 1
|
42 |
+
- eval_batch_size: 1
|
43 |
+
- seed: 42
|
44 |
+
- distributed_type: multi-GPU
|
45 |
+
- num_devices: 4
|
46 |
+
- gradient_accumulation_steps: 2
|
47 |
+
- total_train_batch_size: 8
|
48 |
+
- total_eval_batch_size: 4
|
49 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
50 |
+
- lr_scheduler_type: cosine
|
51 |
+
- num_epochs: 1
|
52 |
+
|
53 |
+
### Training results
|
54 |
+
|
55 |
+
|
56 |
+
|
57 |
+
### Framework versions
|
58 |
+
|
59 |
+
- Transformers 4.46.1
|
60 |
+
- Pytorch 2.6.0+cu124
|
61 |
+
- Datasets 3.1.0
|
62 |
+
- Tokenizers 0.20.3
|
added_tokens.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</tool_call>": 151658,
|
3 |
+
"<tool_call>": 151657,
|
4 |
+
"<|box_end|>": 151649,
|
5 |
+
"<|box_start|>": 151648,
|
6 |
+
"<|endoftext|>": 151643,
|
7 |
+
"<|file_sep|>": 151664,
|
8 |
+
"<|fim_middle|>": 151660,
|
9 |
+
"<|fim_pad|>": 151662,
|
10 |
+
"<|fim_prefix|>": 151659,
|
11 |
+
"<|fim_suffix|>": 151661,
|
12 |
+
"<|im_end|>": 151645,
|
13 |
+
"<|im_start|>": 151644,
|
14 |
+
"<|image_pad|>": 151655,
|
15 |
+
"<|object_ref_end|>": 151647,
|
16 |
+
"<|object_ref_start|>": 151646,
|
17 |
+
"<|quad_end|>": 151651,
|
18 |
+
"<|quad_start|>": 151650,
|
19 |
+
"<|repo_name|>": 151663,
|
20 |
+
"<|video_pad|>": 151656,
|
21 |
+
"<|vision_end|>": 151653,
|
22 |
+
"<|vision_pad|>": 151654,
|
23 |
+
"<|vision_start|>": 151652
|
24 |
+
}
|
all_results.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.9941520467836257,
|
3 |
+
"eval_loss": 0.49801304936408997,
|
4 |
+
"eval_runtime": 1.1994,
|
5 |
+
"eval_samples_per_second": 0.834,
|
6 |
+
"eval_steps_per_second": 0.834,
|
7 |
+
"total_flos": 16222961664000.0,
|
8 |
+
"train_loss": 0.4659844195141512,
|
9 |
+
"train_runtime": 777.4722,
|
10 |
+
"train_samples_per_second": 0.877,
|
11 |
+
"train_steps_per_second": 0.109
|
12 |
+
}
|
config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "Qwen/Qwen2.5-7B-Instruct",
|
3 |
+
"architectures": [
|
4 |
+
"Qwen2ForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 151643,
|
8 |
+
"eos_token_id": 151645,
|
9 |
+
"hidden_act": "silu",
|
10 |
+
"hidden_size": 3584,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 18944,
|
13 |
+
"max_position_embeddings": 32768,
|
14 |
+
"max_window_layers": 28,
|
15 |
+
"model_type": "qwen2",
|
16 |
+
"num_attention_heads": 28,
|
17 |
+
"num_hidden_layers": 28,
|
18 |
+
"num_key_value_heads": 4,
|
19 |
+
"rms_norm_eps": 1e-06,
|
20 |
+
"rope_scaling": null,
|
21 |
+
"rope_theta": 1000000.0,
|
22 |
+
"sliding_window": null,
|
23 |
+
"tie_word_embeddings": false,
|
24 |
+
"torch_dtype": "bfloat16",
|
25 |
+
"transformers_version": "4.46.1",
|
26 |
+
"use_cache": false,
|
27 |
+
"use_sliding_window": false,
|
28 |
+
"vocab_size": 152064
|
29 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.9941520467836257,
|
3 |
+
"eval_loss": 0.49801304936408997,
|
4 |
+
"eval_runtime": 1.1994,
|
5 |
+
"eval_samples_per_second": 0.834,
|
6 |
+
"eval_steps_per_second": 0.834
|
7 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 151643,
|
3 |
+
"do_sample": true,
|
4 |
+
"eos_token_id": [
|
5 |
+
151645,
|
6 |
+
151643
|
7 |
+
],
|
8 |
+
"pad_token_id": 151643,
|
9 |
+
"repetition_penalty": 1.05,
|
10 |
+
"temperature": 0.7,
|
11 |
+
"top_k": 20,
|
12 |
+
"top_p": 0.8,
|
13 |
+
"transformers_version": "4.46.1"
|
14 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model-00001-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f884bc21c4b4d39c9be29b314a816ced7d22245e9efbe953c77578e8bcda611
|
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:b862821390c1e79680b7378c1dd661465ecada095dda99a6f927d6a549f5ae1d
|
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:e2d7c46edc9c74d65f937446fc92802e68339e20c91d889bb6bff784144a0b2b
|
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:c73dc92e638b3c85094df487f9553fa17aa5438b76215b3dfd932dc3a719d261
|
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,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>",
|
5 |
+
"<|object_ref_start|>",
|
6 |
+
"<|object_ref_end|>",
|
7 |
+
"<|box_start|>",
|
8 |
+
"<|box_end|>",
|
9 |
+
"<|quad_start|>",
|
10 |
+
"<|quad_end|>",
|
11 |
+
"<|vision_start|>",
|
12 |
+
"<|vision_end|>",
|
13 |
+
"<|vision_pad|>",
|
14 |
+
"<|image_pad|>",
|
15 |
+
"<|video_pad|>"
|
16 |
+
],
|
17 |
+
"eos_token": {
|
18 |
+
"content": "<|im_end|>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
},
|
24 |
+
"pad_token": {
|
25 |
+
"content": "<|endoftext|>",
|
26 |
+
"lstrip": false,
|
27 |
+
"normalized": false,
|
28 |
+
"rstrip": false,
|
29 |
+
"single_word": false
|
30 |
+
}
|
31 |
+
}
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
|
3 |
+
size 11421896
|
tokenizer_config.json
ADDED
@@ -0,0 +1,208 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_prefix_space": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"151643": {
|
6 |
+
"content": "<|endoftext|>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"151644": {
|
14 |
+
"content": "<|im_start|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"151645": {
|
22 |
+
"content": "<|im_end|>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"151646": {
|
30 |
+
"content": "<|object_ref_start|>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"151647": {
|
38 |
+
"content": "<|object_ref_end|>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"151648": {
|
46 |
+
"content": "<|box_start|>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": false,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
},
|
53 |
+
"151649": {
|
54 |
+
"content": "<|box_end|>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": false,
|
58 |
+
"single_word": false,
|
59 |
+
"special": true
|
60 |
+
},
|
61 |
+
"151650": {
|
62 |
+
"content": "<|quad_start|>",
|
63 |
+
"lstrip": false,
|
64 |
+
"normalized": false,
|
65 |
+
"rstrip": false,
|
66 |
+
"single_word": false,
|
67 |
+
"special": true
|
68 |
+
},
|
69 |
+
"151651": {
|
70 |
+
"content": "<|quad_end|>",
|
71 |
+
"lstrip": false,
|
72 |
+
"normalized": false,
|
73 |
+
"rstrip": false,
|
74 |
+
"single_word": false,
|
75 |
+
"special": true
|
76 |
+
},
|
77 |
+
"151652": {
|
78 |
+
"content": "<|vision_start|>",
|
79 |
+
"lstrip": false,
|
80 |
+
"normalized": false,
|
81 |
+
"rstrip": false,
|
82 |
+
"single_word": false,
|
83 |
+
"special": true
|
84 |
+
},
|
85 |
+
"151653": {
|
86 |
+
"content": "<|vision_end|>",
|
87 |
+
"lstrip": false,
|
88 |
+
"normalized": false,
|
89 |
+
"rstrip": false,
|
90 |
+
"single_word": false,
|
91 |
+
"special": true
|
92 |
+
},
|
93 |
+
"151654": {
|
94 |
+
"content": "<|vision_pad|>",
|
95 |
+
"lstrip": false,
|
96 |
+
"normalized": false,
|
97 |
+
"rstrip": false,
|
98 |
+
"single_word": false,
|
99 |
+
"special": true
|
100 |
+
},
|
101 |
+
"151655": {
|
102 |
+
"content": "<|image_pad|>",
|
103 |
+
"lstrip": false,
|
104 |
+
"normalized": false,
|
105 |
+
"rstrip": false,
|
106 |
+
"single_word": false,
|
107 |
+
"special": true
|
108 |
+
},
|
109 |
+
"151656": {
|
110 |
+
"content": "<|video_pad|>",
|
111 |
+
"lstrip": false,
|
112 |
+
"normalized": false,
|
113 |
+
"rstrip": false,
|
114 |
+
"single_word": false,
|
115 |
+
"special": true
|
116 |
+
},
|
117 |
+
"151657": {
|
118 |
+
"content": "<tool_call>",
|
119 |
+
"lstrip": false,
|
120 |
+
"normalized": false,
|
121 |
+
"rstrip": false,
|
122 |
+
"single_word": false,
|
123 |
+
"special": false
|
124 |
+
},
|
125 |
+
"151658": {
|
126 |
+
"content": "</tool_call>",
|
127 |
+
"lstrip": false,
|
128 |
+
"normalized": false,
|
129 |
+
"rstrip": false,
|
130 |
+
"single_word": false,
|
131 |
+
"special": false
|
132 |
+
},
|
133 |
+
"151659": {
|
134 |
+
"content": "<|fim_prefix|>",
|
135 |
+
"lstrip": false,
|
136 |
+
"normalized": false,
|
137 |
+
"rstrip": false,
|
138 |
+
"single_word": false,
|
139 |
+
"special": false
|
140 |
+
},
|
141 |
+
"151660": {
|
142 |
+
"content": "<|fim_middle|>",
|
143 |
+
"lstrip": false,
|
144 |
+
"normalized": false,
|
145 |
+
"rstrip": false,
|
146 |
+
"single_word": false,
|
147 |
+
"special": false
|
148 |
+
},
|
149 |
+
"151661": {
|
150 |
+
"content": "<|fim_suffix|>",
|
151 |
+
"lstrip": false,
|
152 |
+
"normalized": false,
|
153 |
+
"rstrip": false,
|
154 |
+
"single_word": false,
|
155 |
+
"special": false
|
156 |
+
},
|
157 |
+
"151662": {
|
158 |
+
"content": "<|fim_pad|>",
|
159 |
+
"lstrip": false,
|
160 |
+
"normalized": false,
|
161 |
+
"rstrip": false,
|
162 |
+
"single_word": false,
|
163 |
+
"special": false
|
164 |
+
},
|
165 |
+
"151663": {
|
166 |
+
"content": "<|repo_name|>",
|
167 |
+
"lstrip": false,
|
168 |
+
"normalized": false,
|
169 |
+
"rstrip": false,
|
170 |
+
"single_word": false,
|
171 |
+
"special": false
|
172 |
+
},
|
173 |
+
"151664": {
|
174 |
+
"content": "<|file_sep|>",
|
175 |
+
"lstrip": false,
|
176 |
+
"normalized": false,
|
177 |
+
"rstrip": false,
|
178 |
+
"single_word": false,
|
179 |
+
"special": false
|
180 |
+
}
|
181 |
+
},
|
182 |
+
"additional_special_tokens": [
|
183 |
+
"<|im_start|>",
|
184 |
+
"<|im_end|>",
|
185 |
+
"<|object_ref_start|>",
|
186 |
+
"<|object_ref_end|>",
|
187 |
+
"<|box_start|>",
|
188 |
+
"<|box_end|>",
|
189 |
+
"<|quad_start|>",
|
190 |
+
"<|quad_end|>",
|
191 |
+
"<|vision_start|>",
|
192 |
+
"<|vision_end|>",
|
193 |
+
"<|vision_pad|>",
|
194 |
+
"<|image_pad|>",
|
195 |
+
"<|video_pad|>"
|
196 |
+
],
|
197 |
+
"bos_token": null,
|
198 |
+
"chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\n\\n# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
|
199 |
+
"clean_up_tokenization_spaces": false,
|
200 |
+
"eos_token": "<|im_end|>",
|
201 |
+
"errors": "replace",
|
202 |
+
"model_max_length": 131072,
|
203 |
+
"pad_token": "<|endoftext|>",
|
204 |
+
"padding_side": "right",
|
205 |
+
"split_special_tokens": false,
|
206 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
207 |
+
"unk_token": null
|
208 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.9941520467836257,
|
3 |
+
"total_flos": 16222961664000.0,
|
4 |
+
"train_loss": 0.4659844195141512,
|
5 |
+
"train_runtime": 777.4722,
|
6 |
+
"train_samples_per_second": 0.877,
|
7 |
+
"train_steps_per_second": 0.109
|
8 |
+
}
|
trainer_log.jsonl
ADDED
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"current_steps": 1, "total_steps": 85, "loss": 1.371, "lr": 4.998292650357558e-06, "epoch": 0.011695906432748537, "percentage": 1.18, "elapsed_time": "0:00:10", "remaining_time": "0:14:01"}
|
2 |
+
{"current_steps": 2, "total_steps": 85, "loss": 0.8913, "lr": 4.99317293346447e-06, "epoch": 0.023391812865497075, "percentage": 2.35, "elapsed_time": "0:00:18", "remaining_time": "0:12:51"}
|
3 |
+
{"current_steps": 3, "total_steps": 85, "loss": 0.682, "lr": 4.984647842238185e-06, "epoch": 0.03508771929824561, "percentage": 3.53, "elapsed_time": "0:00:27", "remaining_time": "0:12:22"}
|
4 |
+
{"current_steps": 4, "total_steps": 85, "loss": 0.6502, "lr": 4.972729020927866e-06, "epoch": 0.04678362573099415, "percentage": 4.71, "elapsed_time": "0:00:35", "remaining_time": "0:12:05"}
|
5 |
+
{"current_steps": 5, "total_steps": 85, "loss": 0.6428, "lr": 4.957432749209755e-06, "epoch": 0.05847953216374269, "percentage": 5.88, "elapsed_time": "0:00:44", "remaining_time": "0:11:51"}
|
6 |
+
{"current_steps": 6, "total_steps": 85, "loss": 0.6002, "lr": 4.938779919951092e-06, "epoch": 0.07017543859649122, "percentage": 7.06, "elapsed_time": "0:00:53", "remaining_time": "0:11:40"}
|
7 |
+
{"current_steps": 7, "total_steps": 85, "loss": 0.5459, "lr": 4.916796010672969e-06, "epoch": 0.08187134502923976, "percentage": 8.24, "elapsed_time": "0:01:01", "remaining_time": "0:11:29"}
|
8 |
+
{"current_steps": 8, "total_steps": 85, "loss": 0.5296, "lr": 4.891511048751102e-06, "epoch": 0.0935672514619883, "percentage": 9.41, "elapsed_time": "0:01:10", "remaining_time": "0:11:19"}
|
9 |
+
{"current_steps": 9, "total_steps": 85, "loss": 0.5892, "lr": 4.86295957040205e-06, "epoch": 0.10526315789473684, "percentage": 10.59, "elapsed_time": "0:01:19", "remaining_time": "0:11:10"}
|
10 |
+
{"current_steps": 10, "total_steps": 85, "loss": 0.5459, "lr": 4.83118057351089e-06, "epoch": 0.11695906432748537, "percentage": 11.76, "elapsed_time": "0:01:28", "remaining_time": "0:11:01"}
|
11 |
+
{"current_steps": 11, "total_steps": 85, "loss": 0.5494, "lr": 4.796217464364808e-06, "epoch": 0.1286549707602339, "percentage": 12.94, "elapsed_time": "0:01:37", "remaining_time": "0:10:52"}
|
12 |
+
{"current_steps": 12, "total_steps": 85, "loss": 0.5227, "lr": 4.7581179983653224e-06, "epoch": 0.14035087719298245, "percentage": 14.12, "elapsed_time": "0:01:45", "remaining_time": "0:10:43"}
|
13 |
+
{"current_steps": 13, "total_steps": 85, "loss": 0.5084, "lr": 4.716934214800155e-06, "epoch": 0.15204678362573099, "percentage": 15.29, "elapsed_time": "0:01:54", "remaining_time": "0:10:35"}
|
14 |
+
{"current_steps": 14, "total_steps": 85, "loss": 0.4717, "lr": 4.672722365763821e-06, "epoch": 0.16374269005847952, "percentage": 16.47, "elapsed_time": "0:02:03", "remaining_time": "0:10:26"}
|
15 |
+
{"current_steps": 15, "total_steps": 85, "loss": 0.4987, "lr": 4.625542839324036e-06, "epoch": 0.17543859649122806, "percentage": 17.65, "elapsed_time": "0:02:12", "remaining_time": "0:10:18"}
|
16 |
+
{"current_steps": 16, "total_steps": 85, "loss": 0.4652, "lr": 4.575460077038877e-06, "epoch": 0.1871345029239766, "percentage": 18.82, "elapsed_time": "0:02:21", "remaining_time": "0:10:09"}
|
17 |
+
{"current_steps": 17, "total_steps": 85, "loss": 0.4737, "lr": 4.522542485937369e-06, "epoch": 0.19883040935672514, "percentage": 20.0, "elapsed_time": "0:02:30", "remaining_time": "0:10:00"}
|
18 |
+
{"current_steps": 18, "total_steps": 85, "loss": 0.481, "lr": 4.4668623450837085e-06, "epoch": 0.21052631578947367, "percentage": 21.18, "elapsed_time": "0:02:38", "remaining_time": "0:09:51"}
|
19 |
+
{"current_steps": 19, "total_steps": 85, "loss": 0.4894, "lr": 4.408495706852758e-06, "epoch": 0.2222222222222222, "percentage": 22.35, "elapsed_time": "0:02:47", "remaining_time": "0:09:42"}
|
20 |
+
{"current_steps": 20, "total_steps": 85, "loss": 0.4589, "lr": 4.3475222930516484e-06, "epoch": 0.23391812865497075, "percentage": 23.53, "elapsed_time": "0:02:56", "remaining_time": "0:09:33"}
|
21 |
+
{"current_steps": 21, "total_steps": 85, "loss": 0.4542, "lr": 4.284025386029381e-06, "epoch": 0.24561403508771928, "percentage": 24.71, "elapsed_time": "0:03:05", "remaining_time": "0:09:24"}
|
22 |
+
{"current_steps": 22, "total_steps": 85, "loss": 0.4264, "lr": 4.218091714923157e-06, "epoch": 0.2573099415204678, "percentage": 25.88, "elapsed_time": "0:03:14", "remaining_time": "0:09:15"}
|
23 |
+
{"current_steps": 23, "total_steps": 85, "loss": 0.4607, "lr": 4.149811337196808e-06, "epoch": 0.26900584795321636, "percentage": 27.06, "elapsed_time": "0:03:22", "remaining_time": "0:09:07"}
|
24 |
+
{"current_steps": 24, "total_steps": 85, "loss": 0.4843, "lr": 4.079277515633127e-06, "epoch": 0.2807017543859649, "percentage": 28.24, "elapsed_time": "0:03:31", "remaining_time": "0:08:58"}
|
25 |
+
{"current_steps": 25, "total_steps": 85, "loss": 0.4324, "lr": 4.006586590948141e-06, "epoch": 0.29239766081871343, "percentage": 29.41, "elapsed_time": "0:03:40", "remaining_time": "0:08:49"}
|
26 |
+
{"current_steps": 26, "total_steps": 85, "loss": 0.4724, "lr": 3.9318378502012636e-06, "epoch": 0.30409356725146197, "percentage": 30.59, "elapsed_time": "0:03:49", "remaining_time": "0:08:40"}
|
27 |
+
{"current_steps": 27, "total_steps": 85, "loss": 0.4414, "lr": 3.855133391181124e-06, "epoch": 0.3157894736842105, "percentage": 31.76, "elapsed_time": "0:03:58", "remaining_time": "0:08:31"}
|
28 |
+
{"current_steps": 28, "total_steps": 85, "loss": 0.4174, "lr": 3.7765779829522674e-06, "epoch": 0.32748538011695905, "percentage": 32.94, "elapsed_time": "0:04:07", "remaining_time": "0:08:23"}
|
29 |
+
{"current_steps": 29, "total_steps": 85, "loss": 0.4193, "lr": 3.6962789227532165e-06, "epoch": 0.3391812865497076, "percentage": 34.12, "elapsed_time": "0:04:16", "remaining_time": "0:08:14"}
|
30 |
+
{"current_steps": 30, "total_steps": 85, "loss": 0.4759, "lr": 3.6143458894413463e-06, "epoch": 0.3508771929824561, "percentage": 35.29, "elapsed_time": "0:04:24", "remaining_time": "0:08:05"}
|
31 |
+
{"current_steps": 31, "total_steps": 85, "loss": 0.4392, "lr": 3.530890793684759e-06, "epoch": 0.36257309941520466, "percentage": 36.47, "elapsed_time": "0:04:33", "remaining_time": "0:07:56"}
|
32 |
+
{"current_steps": 32, "total_steps": 85, "loss": 0.4827, "lr": 3.446027625105776e-06, "epoch": 0.3742690058479532, "percentage": 37.65, "elapsed_time": "0:04:42", "remaining_time": "0:07:47"}
|
33 |
+
{"current_steps": 33, "total_steps": 85, "loss": 0.453, "lr": 3.359872296584821e-06, "epoch": 0.38596491228070173, "percentage": 38.82, "elapsed_time": "0:04:51", "remaining_time": "0:07:38"}
|
34 |
+
{"current_steps": 34, "total_steps": 85, "loss": 0.4166, "lr": 3.272542485937369e-06, "epoch": 0.39766081871345027, "percentage": 40.0, "elapsed_time": "0:05:00", "remaining_time": "0:07:30"}
|
35 |
+
{"current_steps": 35, "total_steps": 85, "loss": 0.4316, "lr": 3.184157475180208e-06, "epoch": 0.4093567251461988, "percentage": 41.18, "elapsed_time": "0:05:08", "remaining_time": "0:07:21"}
|
36 |
+
{"current_steps": 36, "total_steps": 85, "loss": 0.4363, "lr": 3.094837987606547e-06, "epoch": 0.42105263157894735, "percentage": 42.35, "elapsed_time": "0:05:17", "remaining_time": "0:07:12"}
|
37 |
+
{"current_steps": 37, "total_steps": 85, "loss": 0.4254, "lr": 3.0047060228925256e-06, "epoch": 0.4327485380116959, "percentage": 43.53, "elapsed_time": "0:05:26", "remaining_time": "0:07:03"}
|
38 |
+
{"current_steps": 38, "total_steps": 85, "loss": 0.4409, "lr": 2.913884690460325e-06, "epoch": 0.4444444444444444, "percentage": 44.71, "elapsed_time": "0:05:35", "remaining_time": "0:06:55"}
|
39 |
+
{"current_steps": 39, "total_steps": 85, "loss": 0.4228, "lr": 2.822498041325509e-06, "epoch": 0.45614035087719296, "percentage": 45.88, "elapsed_time": "0:05:44", "remaining_time": "0:06:46"}
|
40 |
+
{"current_steps": 40, "total_steps": 85, "loss": 0.399, "lr": 2.730670898658255e-06, "epoch": 0.4678362573099415, "percentage": 47.06, "elapsed_time": "0:05:53", "remaining_time": "0:06:37"}
|
41 |
+
{"current_steps": 41, "total_steps": 85, "loss": 0.4658, "lr": 2.638528687289925e-06, "epoch": 0.47953216374269003, "percentage": 48.24, "elapsed_time": "0:06:02", "remaining_time": "0:06:28"}
|
42 |
+
{"current_steps": 42, "total_steps": 85, "loss": 0.4294, "lr": 2.546197262397825e-06, "epoch": 0.49122807017543857, "percentage": 49.41, "elapsed_time": "0:06:10", "remaining_time": "0:06:19"}
|
43 |
+
{"current_steps": 43, "total_steps": 85, "loss": 0.4679, "lr": 2.453802737602176e-06, "epoch": 0.5029239766081871, "percentage": 50.59, "elapsed_time": "0:06:19", "remaining_time": "0:06:10"}
|
44 |
+
{"current_steps": 44, "total_steps": 85, "loss": 0.4459, "lr": 2.3614713127100752e-06, "epoch": 0.5146198830409356, "percentage": 51.76, "elapsed_time": "0:06:28", "remaining_time": "0:06:02"}
|
45 |
+
{"current_steps": 45, "total_steps": 85, "loss": 0.4298, "lr": 2.269329101341745e-06, "epoch": 0.5263157894736842, "percentage": 52.94, "elapsed_time": "0:06:37", "remaining_time": "0:05:53"}
|
46 |
+
{"current_steps": 46, "total_steps": 85, "loss": 0.4263, "lr": 2.1775019586744924e-06, "epoch": 0.5380116959064327, "percentage": 54.12, "elapsed_time": "0:06:46", "remaining_time": "0:05:44"}
|
47 |
+
{"current_steps": 47, "total_steps": 85, "loss": 0.3993, "lr": 2.086115309539675e-06, "epoch": 0.5497076023391813, "percentage": 55.29, "elapsed_time": "0:06:55", "remaining_time": "0:05:35"}
|
48 |
+
{"current_steps": 48, "total_steps": 85, "loss": 0.435, "lr": 1.995293977107475e-06, "epoch": 0.5614035087719298, "percentage": 56.47, "elapsed_time": "0:07:03", "remaining_time": "0:05:26"}
|
49 |
+
{"current_steps": 49, "total_steps": 85, "loss": 0.4273, "lr": 1.9051620123934538e-06, "epoch": 0.5730994152046783, "percentage": 57.65, "elapsed_time": "0:07:12", "remaining_time": "0:05:17"}
|
50 |
+
{"current_steps": 50, "total_steps": 85, "loss": 0.4051, "lr": 1.8158425248197931e-06, "epoch": 0.5847953216374269, "percentage": 58.82, "elapsed_time": "0:07:21", "remaining_time": "0:05:09"}
|
51 |
+
{"current_steps": 51, "total_steps": 85, "loss": 0.4408, "lr": 1.7274575140626318e-06, "epoch": 0.5964912280701754, "percentage": 60.0, "elapsed_time": "0:07:30", "remaining_time": "0:05:00"}
|
52 |
+
{"current_steps": 52, "total_steps": 85, "loss": 0.4305, "lr": 1.6401277034151798e-06, "epoch": 0.6081871345029239, "percentage": 61.18, "elapsed_time": "0:07:39", "remaining_time": "0:04:51"}
|
53 |
+
{"current_steps": 53, "total_steps": 85, "loss": 0.4193, "lr": 1.5539723748942246e-06, "epoch": 0.6198830409356725, "percentage": 62.35, "elapsed_time": "0:07:48", "remaining_time": "0:04:42"}
|
54 |
+
{"current_steps": 54, "total_steps": 85, "loss": 0.4088, "lr": 1.4691092063152417e-06, "epoch": 0.631578947368421, "percentage": 63.53, "elapsed_time": "0:07:56", "remaining_time": "0:04:33"}
|
55 |
+
{"current_steps": 55, "total_steps": 85, "loss": 0.4402, "lr": 1.3856541105586545e-06, "epoch": 0.6432748538011696, "percentage": 64.71, "elapsed_time": "0:08:05", "remaining_time": "0:04:24"}
|
56 |
+
{"current_steps": 56, "total_steps": 85, "loss": 0.4159, "lr": 1.303721077246784e-06, "epoch": 0.6549707602339181, "percentage": 65.88, "elapsed_time": "0:08:14", "remaining_time": "0:04:16"}
|
57 |
+
{"current_steps": 57, "total_steps": 85, "loss": 0.4032, "lr": 1.2234220170477332e-06, "epoch": 0.6666666666666666, "percentage": 67.06, "elapsed_time": "0:08:23", "remaining_time": "0:04:07"}
|
58 |
+
{"current_steps": 58, "total_steps": 85, "loss": 0.3936, "lr": 1.1448666088188766e-06, "epoch": 0.6783625730994152, "percentage": 68.24, "elapsed_time": "0:08:32", "remaining_time": "0:03:58"}
|
59 |
+
{"current_steps": 59, "total_steps": 85, "loss": 0.4115, "lr": 1.068162149798737e-06, "epoch": 0.6900584795321637, "percentage": 69.41, "elapsed_time": "0:08:41", "remaining_time": "0:03:49"}
|
60 |
+
{"current_steps": 60, "total_steps": 85, "loss": 0.4263, "lr": 9.934134090518593e-07, "epoch": 0.7017543859649122, "percentage": 70.59, "elapsed_time": "0:08:49", "remaining_time": "0:03:40"}
|
61 |
+
{"current_steps": 61, "total_steps": 85, "loss": 0.4031, "lr": 9.207224843668733e-07, "epoch": 0.7134502923976608, "percentage": 71.76, "elapsed_time": "0:08:58", "remaining_time": "0:03:31"}
|
62 |
+
{"current_steps": 62, "total_steps": 85, "loss": 0.4236, "lr": 8.501886628031941e-07, "epoch": 0.7251461988304093, "percentage": 72.94, "elapsed_time": "0:09:07", "remaining_time": "0:03:23"}
|
63 |
+
{"current_steps": 63, "total_steps": 85, "loss": 0.4105, "lr": 7.819082850768433e-07, "epoch": 0.7368421052631579, "percentage": 74.12, "elapsed_time": "0:09:16", "remaining_time": "0:03:14"}
|
64 |
+
{"current_steps": 64, "total_steps": 85, "loss": 0.4206, "lr": 7.159746139706194e-07, "epoch": 0.7485380116959064, "percentage": 75.29, "elapsed_time": "0:09:25", "remaining_time": "0:03:05"}
|
65 |
+
{"current_steps": 65, "total_steps": 85, "loss": 0.4203, "lr": 6.524777069483526e-07, "epoch": 0.7602339181286549, "percentage": 76.47, "elapsed_time": "0:09:33", "remaining_time": "0:02:56"}
|
66 |
+
{"current_steps": 66, "total_steps": 85, "loss": 0.4204, "lr": 5.915042931472426e-07, "epoch": 0.7719298245614035, "percentage": 77.65, "elapsed_time": "0:09:42", "remaining_time": "0:02:47"}
|
67 |
+
{"current_steps": 67, "total_steps": 85, "loss": 0.432, "lr": 5.33137654916292e-07, "epoch": 0.783625730994152, "percentage": 78.82, "elapsed_time": "0:09:51", "remaining_time": "0:02:38"}
|
68 |
+
{"current_steps": 68, "total_steps": 85, "loss": 0.409, "lr": 4.774575140626317e-07, "epoch": 0.7953216374269005, "percentage": 80.0, "elapsed_time": "0:10:00", "remaining_time": "0:02:30"}
|
69 |
+
{"current_steps": 69, "total_steps": 85, "loss": 0.4437, "lr": 4.2453992296112384e-07, "epoch": 0.8070175438596491, "percentage": 81.18, "elapsed_time": "0:10:09", "remaining_time": "0:02:21"}
|
70 |
+
{"current_steps": 70, "total_steps": 85, "loss": 0.4064, "lr": 3.7445716067596506e-07, "epoch": 0.8187134502923976, "percentage": 82.35, "elapsed_time": "0:10:18", "remaining_time": "0:02:12"}
|
71 |
+
{"current_steps": 71, "total_steps": 85, "loss": 0.3909, "lr": 3.2727763423617915e-07, "epoch": 0.8304093567251462, "percentage": 83.53, "elapsed_time": "0:10:26", "remaining_time": "0:02:03"}
|
72 |
+
{"current_steps": 72, "total_steps": 85, "loss": 0.3945, "lr": 2.8306578519984526e-07, "epoch": 0.8421052631578947, "percentage": 84.71, "elapsed_time": "0:10:35", "remaining_time": "0:01:54"}
|
73 |
+
{"current_steps": 73, "total_steps": 85, "loss": 0.4184, "lr": 2.418820016346779e-07, "epoch": 0.8538011695906432, "percentage": 85.88, "elapsed_time": "0:10:44", "remaining_time": "0:01:45"}
|
74 |
+
{"current_steps": 74, "total_steps": 85, "loss": 0.4195, "lr": 2.0378253563519247e-07, "epoch": 0.8654970760233918, "percentage": 87.06, "elapsed_time": "0:10:53", "remaining_time": "0:01:37"}
|
75 |
+
{"current_steps": 75, "total_steps": 85, "loss": 0.4132, "lr": 1.6881942648911077e-07, "epoch": 0.8771929824561403, "percentage": 88.24, "elapsed_time": "0:11:02", "remaining_time": "0:01:28"}
|
76 |
+
{"current_steps": 76, "total_steps": 85, "loss": 0.4107, "lr": 1.3704042959795132e-07, "epoch": 0.8888888888888888, "percentage": 89.41, "elapsed_time": "0:11:11", "remaining_time": "0:01:19"}
|
77 |
+
{"current_steps": 77, "total_steps": 85, "loss": 0.4046, "lr": 1.0848895124889819e-07, "epoch": 0.9005847953216374, "percentage": 90.59, "elapsed_time": "0:11:19", "remaining_time": "0:01:10"}
|
78 |
+
{"current_steps": 78, "total_steps": 85, "loss": 0.4163, "lr": 8.320398932703145e-08, "epoch": 0.9122807017543859, "percentage": 91.76, "elapsed_time": "0:11:28", "remaining_time": "0:01:01"}
|
79 |
+
{"current_steps": 79, "total_steps": 85, "loss": 0.3935, "lr": 6.12200800489085e-08, "epoch": 0.9239766081871345, "percentage": 92.94, "elapsed_time": "0:11:37", "remaining_time": "0:00:52"}
|
80 |
+
{"current_steps": 80, "total_steps": 85, "loss": 0.4094, "lr": 4.256725079024554e-08, "epoch": 0.935672514619883, "percentage": 94.12, "elapsed_time": "0:11:46", "remaining_time": "0:00:44"}
|
81 |
+
{"current_steps": 81, "total_steps": 85, "loss": 0.3987, "lr": 2.7270979072135106e-08, "epoch": 0.9473684210526315, "percentage": 95.29, "elapsed_time": "0:11:55", "remaining_time": "0:00:35"}
|
82 |
+
{"current_steps": 82, "total_steps": 85, "loss": 0.4257, "lr": 1.5352157761815978e-08, "epoch": 0.9590643274853801, "percentage": 96.47, "elapsed_time": "0:12:04", "remaining_time": "0:00:26"}
|
83 |
+
{"current_steps": 83, "total_steps": 85, "loss": 0.397, "lr": 6.827066535529947e-09, "epoch": 0.9707602339181286, "percentage": 97.65, "elapsed_time": "0:12:12", "remaining_time": "0:00:17"}
|
84 |
+
{"current_steps": 84, "total_steps": 85, "loss": 0.4064, "lr": 1.707349642442735e-09, "epoch": 0.9824561403508771, "percentage": 98.82, "elapsed_time": "0:12:21", "remaining_time": "0:00:08"}
|
85 |
+
{"current_steps": 85, "total_steps": 85, "loss": 0.3992, "lr": 0.0, "epoch": 0.9941520467836257, "percentage": 100.0, "elapsed_time": "0:12:30", "remaining_time": "0:00:00"}
|
86 |
+
{"current_steps": 85, "total_steps": 85, "epoch": 0.9941520467836257, "percentage": 100.0, "elapsed_time": "0:12:57", "remaining_time": "0:00:00"}
|
trainer_state.json
ADDED
@@ -0,0 +1,637 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.9941520467836257,
|
5 |
+
"eval_steps": 100,
|
6 |
+
"global_step": 85,
|
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.011695906432748537,
|
13 |
+
"grad_norm": 35.025693359198776,
|
14 |
+
"learning_rate": 4.998292650357558e-06,
|
15 |
+
"loss": 1.371,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.023391812865497075,
|
20 |
+
"grad_norm": 16.663018388823748,
|
21 |
+
"learning_rate": 4.99317293346447e-06,
|
22 |
+
"loss": 0.8913,
|
23 |
+
"step": 2
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.03508771929824561,
|
27 |
+
"grad_norm": 5.63477865361655,
|
28 |
+
"learning_rate": 4.984647842238185e-06,
|
29 |
+
"loss": 0.682,
|
30 |
+
"step": 3
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.04678362573099415,
|
34 |
+
"grad_norm": 4.393718514605396,
|
35 |
+
"learning_rate": 4.972729020927866e-06,
|
36 |
+
"loss": 0.6502,
|
37 |
+
"step": 4
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.05847953216374269,
|
41 |
+
"grad_norm": 4.8303971389860445,
|
42 |
+
"learning_rate": 4.957432749209755e-06,
|
43 |
+
"loss": 0.6428,
|
44 |
+
"step": 5
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.07017543859649122,
|
48 |
+
"grad_norm": 3.645841355616713,
|
49 |
+
"learning_rate": 4.938779919951092e-06,
|
50 |
+
"loss": 0.6002,
|
51 |
+
"step": 6
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.08187134502923976,
|
55 |
+
"grad_norm": 3.029856387382791,
|
56 |
+
"learning_rate": 4.916796010672969e-06,
|
57 |
+
"loss": 0.5459,
|
58 |
+
"step": 7
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.0935672514619883,
|
62 |
+
"grad_norm": 3.624881910351262,
|
63 |
+
"learning_rate": 4.891511048751102e-06,
|
64 |
+
"loss": 0.5296,
|
65 |
+
"step": 8
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.10526315789473684,
|
69 |
+
"grad_norm": 3.6464395239589154,
|
70 |
+
"learning_rate": 4.86295957040205e-06,
|
71 |
+
"loss": 0.5892,
|
72 |
+
"step": 9
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.11695906432748537,
|
76 |
+
"grad_norm": 2.8188073270060365,
|
77 |
+
"learning_rate": 4.83118057351089e-06,
|
78 |
+
"loss": 0.5459,
|
79 |
+
"step": 10
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.1286549707602339,
|
83 |
+
"grad_norm": 2.7383055735017305,
|
84 |
+
"learning_rate": 4.796217464364808e-06,
|
85 |
+
"loss": 0.5494,
|
86 |
+
"step": 11
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.14035087719298245,
|
90 |
+
"grad_norm": 2.358116375783895,
|
91 |
+
"learning_rate": 4.7581179983653224e-06,
|
92 |
+
"loss": 0.5227,
|
93 |
+
"step": 12
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.15204678362573099,
|
97 |
+
"grad_norm": 2.0714421741385665,
|
98 |
+
"learning_rate": 4.716934214800155e-06,
|
99 |
+
"loss": 0.5084,
|
100 |
+
"step": 13
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.16374269005847952,
|
104 |
+
"grad_norm": 1.9915649749680084,
|
105 |
+
"learning_rate": 4.672722365763821e-06,
|
106 |
+
"loss": 0.4717,
|
107 |
+
"step": 14
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.17543859649122806,
|
111 |
+
"grad_norm": 1.8808874150573223,
|
112 |
+
"learning_rate": 4.625542839324036e-06,
|
113 |
+
"loss": 0.4987,
|
114 |
+
"step": 15
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.1871345029239766,
|
118 |
+
"grad_norm": 1.8340312081770043,
|
119 |
+
"learning_rate": 4.575460077038877e-06,
|
120 |
+
"loss": 0.4652,
|
121 |
+
"step": 16
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.19883040935672514,
|
125 |
+
"grad_norm": 1.788650219362879,
|
126 |
+
"learning_rate": 4.522542485937369e-06,
|
127 |
+
"loss": 0.4737,
|
128 |
+
"step": 17
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.21052631578947367,
|
132 |
+
"grad_norm": 1.8260619062758139,
|
133 |
+
"learning_rate": 4.4668623450837085e-06,
|
134 |
+
"loss": 0.481,
|
135 |
+
"step": 18
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.2222222222222222,
|
139 |
+
"grad_norm": 1.909066432801376,
|
140 |
+
"learning_rate": 4.408495706852758e-06,
|
141 |
+
"loss": 0.4894,
|
142 |
+
"step": 19
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.23391812865497075,
|
146 |
+
"grad_norm": 1.8210802352044484,
|
147 |
+
"learning_rate": 4.3475222930516484e-06,
|
148 |
+
"loss": 0.4589,
|
149 |
+
"step": 20
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.24561403508771928,
|
153 |
+
"grad_norm": 1.6539175612213122,
|
154 |
+
"learning_rate": 4.284025386029381e-06,
|
155 |
+
"loss": 0.4542,
|
156 |
+
"step": 21
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.2573099415204678,
|
160 |
+
"grad_norm": 2.130714505058146,
|
161 |
+
"learning_rate": 4.218091714923157e-06,
|
162 |
+
"loss": 0.4264,
|
163 |
+
"step": 22
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.26900584795321636,
|
167 |
+
"grad_norm": 1.824188621761018,
|
168 |
+
"learning_rate": 4.149811337196808e-06,
|
169 |
+
"loss": 0.4607,
|
170 |
+
"step": 23
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.2807017543859649,
|
174 |
+
"grad_norm": 1.778036183501626,
|
175 |
+
"learning_rate": 4.079277515633127e-06,
|
176 |
+
"loss": 0.4843,
|
177 |
+
"step": 24
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.29239766081871343,
|
181 |
+
"grad_norm": 1.8627770778609025,
|
182 |
+
"learning_rate": 4.006586590948141e-06,
|
183 |
+
"loss": 0.4324,
|
184 |
+
"step": 25
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.30409356725146197,
|
188 |
+
"grad_norm": 1.8920248196537022,
|
189 |
+
"learning_rate": 3.9318378502012636e-06,
|
190 |
+
"loss": 0.4724,
|
191 |
+
"step": 26
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.3157894736842105,
|
195 |
+
"grad_norm": 1.6119731457837412,
|
196 |
+
"learning_rate": 3.855133391181124e-06,
|
197 |
+
"loss": 0.4414,
|
198 |
+
"step": 27
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.32748538011695905,
|
202 |
+
"grad_norm": 1.7383929202565187,
|
203 |
+
"learning_rate": 3.7765779829522674e-06,
|
204 |
+
"loss": 0.4174,
|
205 |
+
"step": 28
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.3391812865497076,
|
209 |
+
"grad_norm": 1.7806625169286083,
|
210 |
+
"learning_rate": 3.6962789227532165e-06,
|
211 |
+
"loss": 0.4193,
|
212 |
+
"step": 29
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.3508771929824561,
|
216 |
+
"grad_norm": 1.8461224572248136,
|
217 |
+
"learning_rate": 3.6143458894413463e-06,
|
218 |
+
"loss": 0.4759,
|
219 |
+
"step": 30
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.36257309941520466,
|
223 |
+
"grad_norm": 1.6847191460684066,
|
224 |
+
"learning_rate": 3.530890793684759e-06,
|
225 |
+
"loss": 0.4392,
|
226 |
+
"step": 31
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.3742690058479532,
|
230 |
+
"grad_norm": 1.7411517120082791,
|
231 |
+
"learning_rate": 3.446027625105776e-06,
|
232 |
+
"loss": 0.4827,
|
233 |
+
"step": 32
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.38596491228070173,
|
237 |
+
"grad_norm": 1.6882683541546895,
|
238 |
+
"learning_rate": 3.359872296584821e-06,
|
239 |
+
"loss": 0.453,
|
240 |
+
"step": 33
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.39766081871345027,
|
244 |
+
"grad_norm": 1.7502667044238607,
|
245 |
+
"learning_rate": 3.272542485937369e-06,
|
246 |
+
"loss": 0.4166,
|
247 |
+
"step": 34
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.4093567251461988,
|
251 |
+
"grad_norm": 1.8029525809952547,
|
252 |
+
"learning_rate": 3.184157475180208e-06,
|
253 |
+
"loss": 0.4316,
|
254 |
+
"step": 35
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.42105263157894735,
|
258 |
+
"grad_norm": 1.550122276581062,
|
259 |
+
"learning_rate": 3.094837987606547e-06,
|
260 |
+
"loss": 0.4363,
|
261 |
+
"step": 36
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.4327485380116959,
|
265 |
+
"grad_norm": 1.807438926224182,
|
266 |
+
"learning_rate": 3.0047060228925256e-06,
|
267 |
+
"loss": 0.4254,
|
268 |
+
"step": 37
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.4444444444444444,
|
272 |
+
"grad_norm": 1.7308007711839366,
|
273 |
+
"learning_rate": 2.913884690460325e-06,
|
274 |
+
"loss": 0.4409,
|
275 |
+
"step": 38
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.45614035087719296,
|
279 |
+
"grad_norm": 1.7045946316976472,
|
280 |
+
"learning_rate": 2.822498041325509e-06,
|
281 |
+
"loss": 0.4228,
|
282 |
+
"step": 39
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.4678362573099415,
|
286 |
+
"grad_norm": 1.613372278759582,
|
287 |
+
"learning_rate": 2.730670898658255e-06,
|
288 |
+
"loss": 0.399,
|
289 |
+
"step": 40
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.47953216374269003,
|
293 |
+
"grad_norm": 1.8621576137099085,
|
294 |
+
"learning_rate": 2.638528687289925e-06,
|
295 |
+
"loss": 0.4658,
|
296 |
+
"step": 41
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 0.49122807017543857,
|
300 |
+
"grad_norm": 1.9045232238716512,
|
301 |
+
"learning_rate": 2.546197262397825e-06,
|
302 |
+
"loss": 0.4294,
|
303 |
+
"step": 42
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.5029239766081871,
|
307 |
+
"grad_norm": 1.8468611123858474,
|
308 |
+
"learning_rate": 2.453802737602176e-06,
|
309 |
+
"loss": 0.4679,
|
310 |
+
"step": 43
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.5146198830409356,
|
314 |
+
"grad_norm": 1.6820536821830685,
|
315 |
+
"learning_rate": 2.3614713127100752e-06,
|
316 |
+
"loss": 0.4459,
|
317 |
+
"step": 44
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.5263157894736842,
|
321 |
+
"grad_norm": 1.5952313557434428,
|
322 |
+
"learning_rate": 2.269329101341745e-06,
|
323 |
+
"loss": 0.4298,
|
324 |
+
"step": 45
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.5380116959064327,
|
328 |
+
"grad_norm": 1.5550226549388593,
|
329 |
+
"learning_rate": 2.1775019586744924e-06,
|
330 |
+
"loss": 0.4263,
|
331 |
+
"step": 46
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.5497076023391813,
|
335 |
+
"grad_norm": 1.586062258840412,
|
336 |
+
"learning_rate": 2.086115309539675e-06,
|
337 |
+
"loss": 0.3993,
|
338 |
+
"step": 47
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 0.5614035087719298,
|
342 |
+
"grad_norm": 2.008972449673597,
|
343 |
+
"learning_rate": 1.995293977107475e-06,
|
344 |
+
"loss": 0.435,
|
345 |
+
"step": 48
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.5730994152046783,
|
349 |
+
"grad_norm": 1.542661474629316,
|
350 |
+
"learning_rate": 1.9051620123934538e-06,
|
351 |
+
"loss": 0.4273,
|
352 |
+
"step": 49
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 0.5847953216374269,
|
356 |
+
"grad_norm": 1.4253006014872718,
|
357 |
+
"learning_rate": 1.8158425248197931e-06,
|
358 |
+
"loss": 0.4051,
|
359 |
+
"step": 50
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 0.5964912280701754,
|
363 |
+
"grad_norm": 1.5954374806823395,
|
364 |
+
"learning_rate": 1.7274575140626318e-06,
|
365 |
+
"loss": 0.4408,
|
366 |
+
"step": 51
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 0.6081871345029239,
|
370 |
+
"grad_norm": 1.596265223377444,
|
371 |
+
"learning_rate": 1.6401277034151798e-06,
|
372 |
+
"loss": 0.4305,
|
373 |
+
"step": 52
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 0.6198830409356725,
|
377 |
+
"grad_norm": 1.518233034728287,
|
378 |
+
"learning_rate": 1.5539723748942246e-06,
|
379 |
+
"loss": 0.4193,
|
380 |
+
"step": 53
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 0.631578947368421,
|
384 |
+
"grad_norm": 1.4911638636469078,
|
385 |
+
"learning_rate": 1.4691092063152417e-06,
|
386 |
+
"loss": 0.4088,
|
387 |
+
"step": 54
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.6432748538011696,
|
391 |
+
"grad_norm": 1.5664052562912993,
|
392 |
+
"learning_rate": 1.3856541105586545e-06,
|
393 |
+
"loss": 0.4402,
|
394 |
+
"step": 55
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 0.6549707602339181,
|
398 |
+
"grad_norm": 1.6328711831640161,
|
399 |
+
"learning_rate": 1.303721077246784e-06,
|
400 |
+
"loss": 0.4159,
|
401 |
+
"step": 56
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.6666666666666666,
|
405 |
+
"grad_norm": 1.397487233226167,
|
406 |
+
"learning_rate": 1.2234220170477332e-06,
|
407 |
+
"loss": 0.4032,
|
408 |
+
"step": 57
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 0.6783625730994152,
|
412 |
+
"grad_norm": 1.533525193694589,
|
413 |
+
"learning_rate": 1.1448666088188766e-06,
|
414 |
+
"loss": 0.3936,
|
415 |
+
"step": 58
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 0.6900584795321637,
|
419 |
+
"grad_norm": 1.6602395757808444,
|
420 |
+
"learning_rate": 1.068162149798737e-06,
|
421 |
+
"loss": 0.4115,
|
422 |
+
"step": 59
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 0.7017543859649122,
|
426 |
+
"grad_norm": 1.4124752571385097,
|
427 |
+
"learning_rate": 9.934134090518593e-07,
|
428 |
+
"loss": 0.4263,
|
429 |
+
"step": 60
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.7134502923976608,
|
433 |
+
"grad_norm": 1.459600332519551,
|
434 |
+
"learning_rate": 9.207224843668733e-07,
|
435 |
+
"loss": 0.4031,
|
436 |
+
"step": 61
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 0.7251461988304093,
|
440 |
+
"grad_norm": 1.4873708880132595,
|
441 |
+
"learning_rate": 8.501886628031941e-07,
|
442 |
+
"loss": 0.4236,
|
443 |
+
"step": 62
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 0.7368421052631579,
|
447 |
+
"grad_norm": 1.5795763232447244,
|
448 |
+
"learning_rate": 7.819082850768433e-07,
|
449 |
+
"loss": 0.4105,
|
450 |
+
"step": 63
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 0.7485380116959064,
|
454 |
+
"grad_norm": 1.4525551317151242,
|
455 |
+
"learning_rate": 7.159746139706194e-07,
|
456 |
+
"loss": 0.4206,
|
457 |
+
"step": 64
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 0.7602339181286549,
|
461 |
+
"grad_norm": 1.6061714695016223,
|
462 |
+
"learning_rate": 6.524777069483526e-07,
|
463 |
+
"loss": 0.4203,
|
464 |
+
"step": 65
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 0.7719298245614035,
|
468 |
+
"grad_norm": 1.4111045787572132,
|
469 |
+
"learning_rate": 5.915042931472426e-07,
|
470 |
+
"loss": 0.4204,
|
471 |
+
"step": 66
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 0.783625730994152,
|
475 |
+
"grad_norm": 1.5171626246799457,
|
476 |
+
"learning_rate": 5.33137654916292e-07,
|
477 |
+
"loss": 0.432,
|
478 |
+
"step": 67
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 0.7953216374269005,
|
482 |
+
"grad_norm": 1.4450628738236402,
|
483 |
+
"learning_rate": 4.774575140626317e-07,
|
484 |
+
"loss": 0.409,
|
485 |
+
"step": 68
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 0.8070175438596491,
|
489 |
+
"grad_norm": 1.5021607634681438,
|
490 |
+
"learning_rate": 4.2453992296112384e-07,
|
491 |
+
"loss": 0.4437,
|
492 |
+
"step": 69
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 0.8187134502923976,
|
496 |
+
"grad_norm": 1.4395631922712842,
|
497 |
+
"learning_rate": 3.7445716067596506e-07,
|
498 |
+
"loss": 0.4064,
|
499 |
+
"step": 70
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 0.8304093567251462,
|
503 |
+
"grad_norm": 1.429477654505927,
|
504 |
+
"learning_rate": 3.2727763423617915e-07,
|
505 |
+
"loss": 0.3909,
|
506 |
+
"step": 71
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 0.8421052631578947,
|
510 |
+
"grad_norm": 1.445565697596715,
|
511 |
+
"learning_rate": 2.8306578519984526e-07,
|
512 |
+
"loss": 0.3945,
|
513 |
+
"step": 72
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 0.8538011695906432,
|
517 |
+
"grad_norm": 1.5119268943549344,
|
518 |
+
"learning_rate": 2.418820016346779e-07,
|
519 |
+
"loss": 0.4184,
|
520 |
+
"step": 73
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 0.8654970760233918,
|
524 |
+
"grad_norm": 1.5678968965257205,
|
525 |
+
"learning_rate": 2.0378253563519247e-07,
|
526 |
+
"loss": 0.4195,
|
527 |
+
"step": 74
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 0.8771929824561403,
|
531 |
+
"grad_norm": 1.4357936539164116,
|
532 |
+
"learning_rate": 1.6881942648911077e-07,
|
533 |
+
"loss": 0.4132,
|
534 |
+
"step": 75
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 0.8888888888888888,
|
538 |
+
"grad_norm": 1.4164005734060698,
|
539 |
+
"learning_rate": 1.3704042959795132e-07,
|
540 |
+
"loss": 0.4107,
|
541 |
+
"step": 76
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 0.9005847953216374,
|
545 |
+
"grad_norm": 1.6600282658098175,
|
546 |
+
"learning_rate": 1.0848895124889819e-07,
|
547 |
+
"loss": 0.4046,
|
548 |
+
"step": 77
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 0.9122807017543859,
|
552 |
+
"grad_norm": 1.4500327371644033,
|
553 |
+
"learning_rate": 8.320398932703145e-08,
|
554 |
+
"loss": 0.4163,
|
555 |
+
"step": 78
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 0.9239766081871345,
|
559 |
+
"grad_norm": 1.2589436881169307,
|
560 |
+
"learning_rate": 6.12200800489085e-08,
|
561 |
+
"loss": 0.3935,
|
562 |
+
"step": 79
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 0.935672514619883,
|
566 |
+
"grad_norm": 1.5900378417146472,
|
567 |
+
"learning_rate": 4.256725079024554e-08,
|
568 |
+
"loss": 0.4094,
|
569 |
+
"step": 80
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 0.9473684210526315,
|
573 |
+
"grad_norm": 1.3931405816524673,
|
574 |
+
"learning_rate": 2.7270979072135106e-08,
|
575 |
+
"loss": 0.3987,
|
576 |
+
"step": 81
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 0.9590643274853801,
|
580 |
+
"grad_norm": 1.5494797571631138,
|
581 |
+
"learning_rate": 1.5352157761815978e-08,
|
582 |
+
"loss": 0.4257,
|
583 |
+
"step": 82
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 0.9707602339181286,
|
587 |
+
"grad_norm": 1.4296532289452526,
|
588 |
+
"learning_rate": 6.827066535529947e-09,
|
589 |
+
"loss": 0.397,
|
590 |
+
"step": 83
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 0.9824561403508771,
|
594 |
+
"grad_norm": 1.6045124176237864,
|
595 |
+
"learning_rate": 1.707349642442735e-09,
|
596 |
+
"loss": 0.4064,
|
597 |
+
"step": 84
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 0.9941520467836257,
|
601 |
+
"grad_norm": 1.4142053576394011,
|
602 |
+
"learning_rate": 0.0,
|
603 |
+
"loss": 0.3992,
|
604 |
+
"step": 85
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 0.9941520467836257,
|
608 |
+
"step": 85,
|
609 |
+
"total_flos": 16222961664000.0,
|
610 |
+
"train_loss": 0.4659844195141512,
|
611 |
+
"train_runtime": 777.4722,
|
612 |
+
"train_samples_per_second": 0.877,
|
613 |
+
"train_steps_per_second": 0.109
|
614 |
+
}
|
615 |
+
],
|
616 |
+
"logging_steps": 1,
|
617 |
+
"max_steps": 85,
|
618 |
+
"num_input_tokens_seen": 0,
|
619 |
+
"num_train_epochs": 1,
|
620 |
+
"save_steps": 95000000,
|
621 |
+
"stateful_callbacks": {
|
622 |
+
"TrainerControl": {
|
623 |
+
"args": {
|
624 |
+
"should_epoch_stop": false,
|
625 |
+
"should_evaluate": false,
|
626 |
+
"should_log": false,
|
627 |
+
"should_save": true,
|
628 |
+
"should_training_stop": true
|
629 |
+
},
|
630 |
+
"attributes": {}
|
631 |
+
}
|
632 |
+
},
|
633 |
+
"total_flos": 16222961664000.0,
|
634 |
+
"train_batch_size": 1,
|
635 |
+
"trial_name": null,
|
636 |
+
"trial_params": null
|
637 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c1a24c42fb703a8cfb7ac1d22b1c38a7b9303f8d6a58d3a1adbcf1f2b91645f4
|
3 |
+
size 7160
|
training_loss.png
ADDED
![]() |
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|