Duplicate from bbytxt/28ef7971-706c-45ba-97e0-27211138e639
Browse filesCo-authored-by: Bby TXT <bbytxt@users.noreply.huggingface.co>
- .gitattributes +36 -0
- README.md +165 -0
- adapter_config.json +34 -0
- adapter_model.bin +3 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +24 -0
- config.json +29 -0
- last-checkpoint/README.md +202 -0
- last-checkpoint/adapter_config.json +34 -0
- last-checkpoint/adapter_model.safetensors +3 -0
- last-checkpoint/added_tokens.json +24 -0
- last-checkpoint/merges.txt +0 -0
- last-checkpoint/optimizer.pt +3 -0
- last-checkpoint/rng_state.pth +3 -0
- last-checkpoint/scheduler.pt +3 -0
- last-checkpoint/special_tokens_map.json +31 -0
- last-checkpoint/tokenizer.json +3 -0
- last-checkpoint/tokenizer_config.json +207 -0
- last-checkpoint/trainer_state.json +1482 -0
- last-checkpoint/training_args.bin +3 -0
- last-checkpoint/vocab.json +0 -0
- merges.txt +0 -0
- special_tokens_map.json +31 -0
- tokenizer.json +3 -0
- tokenizer_config.json +207 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.gitattributes
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
32 |
+
*.xz 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,165 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: Qwen/Qwen2.5-1.5B-Instruct
|
5 |
+
tags:
|
6 |
+
- axolotl
|
7 |
+
- generated_from_trainer
|
8 |
+
model-index:
|
9 |
+
- name: 28ef7971-706c-45ba-97e0-27211138e639
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
[<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
|
17 |
+
<details><summary>See axolotl config</summary>
|
18 |
+
|
19 |
+
axolotl version: `0.4.1`
|
20 |
+
```yaml
|
21 |
+
adapter: lora
|
22 |
+
base_model: Qwen/Qwen2.5-1.5B-Instruct
|
23 |
+
bf16: true
|
24 |
+
chat_template: llama3
|
25 |
+
data_processes: 16
|
26 |
+
dataset_prepared_path: null
|
27 |
+
datasets:
|
28 |
+
- data_files:
|
29 |
+
- 721ca1eb26cbf5fe_train_data.json
|
30 |
+
ds_type: json
|
31 |
+
format: custom
|
32 |
+
path: /workspace/input_data/721ca1eb26cbf5fe_train_data.json
|
33 |
+
type:
|
34 |
+
field_instruction: instruction
|
35 |
+
field_output: output
|
36 |
+
format: '{instruction}'
|
37 |
+
no_input_format: '{instruction}'
|
38 |
+
system_format: '{system}'
|
39 |
+
system_prompt: ''
|
40 |
+
debug: null
|
41 |
+
deepspeed: null
|
42 |
+
device_map: auto
|
43 |
+
do_eval: true
|
44 |
+
early_stopping_patience: 5
|
45 |
+
eval_batch_size: 2
|
46 |
+
eval_max_new_tokens: 128
|
47 |
+
eval_steps: 50
|
48 |
+
eval_table_size: null
|
49 |
+
evals_per_epoch: null
|
50 |
+
flash_attention: true
|
51 |
+
fp16: false
|
52 |
+
fsdp: null
|
53 |
+
fsdp_config: null
|
54 |
+
gradient_accumulation_steps: 4
|
55 |
+
gradient_checkpointing: true
|
56 |
+
group_by_length: true
|
57 |
+
hub_model_id: bbytxt/28ef7971-706c-45ba-97e0-27211138e639
|
58 |
+
hub_repo: null
|
59 |
+
hub_strategy: checkpoint
|
60 |
+
hub_token: null
|
61 |
+
learning_rate: 0.0001
|
62 |
+
load_in_4bit: false
|
63 |
+
load_in_8bit: false
|
64 |
+
local_rank: null
|
65 |
+
logging_steps: 1
|
66 |
+
lora_alpha: 128
|
67 |
+
lora_dropout: 0.05
|
68 |
+
lora_fan_in_fan_out: null
|
69 |
+
lora_model_dir: null
|
70 |
+
lora_r: 64
|
71 |
+
lora_target_linear: true
|
72 |
+
lr_scheduler: cosine
|
73 |
+
max_grad_norm: 1.0
|
74 |
+
max_memory:
|
75 |
+
0: 75GB
|
76 |
+
max_steps: 200
|
77 |
+
micro_batch_size: 8
|
78 |
+
mlflow_experiment_name: /tmp/721ca1eb26cbf5fe_train_data.json
|
79 |
+
model_type: AutoModelForCausalLM
|
80 |
+
num_epochs: 3
|
81 |
+
optim_args:
|
82 |
+
adam_beta1: 0.9
|
83 |
+
adam_beta2: 0.95
|
84 |
+
adam_epsilon: 1e-5
|
85 |
+
optimizer: adamw_torch
|
86 |
+
output_dir: miner_id_24
|
87 |
+
pad_to_sequence_len: true
|
88 |
+
resume_from_checkpoint: null
|
89 |
+
s2_attention: null
|
90 |
+
sample_packing: false
|
91 |
+
save_steps: 50
|
92 |
+
saves_per_epoch: null
|
93 |
+
sequence_len: 1024
|
94 |
+
strict: false
|
95 |
+
tf32: true
|
96 |
+
tokenizer_type: AutoTokenizer
|
97 |
+
train_on_inputs: false
|
98 |
+
trust_remote_code: true
|
99 |
+
val_set_size: 0.05
|
100 |
+
wandb_entity: null
|
101 |
+
wandb_mode: online
|
102 |
+
wandb_name: bae94509-30ed-4592-8856-f9a8f06a78a0
|
103 |
+
wandb_project: Gradients-On-Demand
|
104 |
+
wandb_run: your_name
|
105 |
+
wandb_runid: bae94509-30ed-4592-8856-f9a8f06a78a0
|
106 |
+
warmup_steps: 30
|
107 |
+
weight_decay: 0.0
|
108 |
+
xformers_attention: null
|
109 |
+
|
110 |
+
```
|
111 |
+
|
112 |
+
</details><br>
|
113 |
+
|
114 |
+
# 28ef7971-706c-45ba-97e0-27211138e639
|
115 |
+
|
116 |
+
This model is a fine-tuned version of [Qwen/Qwen2.5-1.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-1.5B-Instruct) on the None dataset.
|
117 |
+
It achieves the following results on the evaluation set:
|
118 |
+
- Loss: 0.6194
|
119 |
+
|
120 |
+
## Model description
|
121 |
+
|
122 |
+
More information needed
|
123 |
+
|
124 |
+
## Intended uses & limitations
|
125 |
+
|
126 |
+
More information needed
|
127 |
+
|
128 |
+
## Training and evaluation data
|
129 |
+
|
130 |
+
More information needed
|
131 |
+
|
132 |
+
## Training procedure
|
133 |
+
|
134 |
+
### Training hyperparameters
|
135 |
+
|
136 |
+
The following hyperparameters were used during training:
|
137 |
+
- learning_rate: 0.0001
|
138 |
+
- train_batch_size: 8
|
139 |
+
- eval_batch_size: 2
|
140 |
+
- seed: 42
|
141 |
+
- gradient_accumulation_steps: 4
|
142 |
+
- total_train_batch_size: 32
|
143 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=adam_beta1=0.9,adam_beta2=0.95,adam_epsilon=1e-5
|
144 |
+
- lr_scheduler_type: cosine
|
145 |
+
- lr_scheduler_warmup_steps: 30
|
146 |
+
- training_steps: 200
|
147 |
+
|
148 |
+
### Training results
|
149 |
+
|
150 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
151 |
+
|:-------------:|:------:|:----:|:---------------:|
|
152 |
+
| 0.8717 | 0.0007 | 1 | 1.0154 |
|
153 |
+
| 1.0443 | 0.0342 | 50 | 0.8211 |
|
154 |
+
| 1.0165 | 0.0685 | 100 | 0.7142 |
|
155 |
+
| 0.7148 | 0.1027 | 150 | 0.6378 |
|
156 |
+
| 0.8487 | 0.1370 | 200 | 0.6194 |
|
157 |
+
|
158 |
+
|
159 |
+
### Framework versions
|
160 |
+
|
161 |
+
- PEFT 0.13.2
|
162 |
+
- Transformers 4.46.0
|
163 |
+
- Pytorch 2.5.0+cu124
|
164 |
+
- Datasets 3.0.1
|
165 |
+
- Tokenizers 0.20.1
|
adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Qwen/Qwen2.5-1.5B-Instruct",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": null,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 128,
|
14 |
+
"lora_dropout": 0.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 64,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"q_proj",
|
24 |
+
"o_proj",
|
25 |
+
"down_proj",
|
26 |
+
"up_proj",
|
27 |
+
"v_proj",
|
28 |
+
"k_proj",
|
29 |
+
"gate_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a8b2023623e33640c5cf7bafff56a9e4f0b0b6e2a7ba3ab01873cfdc62608ac
|
3 |
+
size 295577898
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c16d32e7159ef5189e8512af6b0056ccdb492abe895a1f295c9ae7ce5872b0f
|
3 |
+
size 295488936
|
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 |
+
}
|
config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_attn_implementation_autoset": true,
|
3 |
+
"_name_or_path": "Qwen/Qwen2.5-1.5B-Instruct",
|
4 |
+
"architectures": [
|
5 |
+
"Qwen2ForCausalLM"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"eos_token_id": 151645,
|
9 |
+
"hidden_act": "silu",
|
10 |
+
"hidden_size": 1536,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 8960,
|
13 |
+
"max_position_embeddings": 32768,
|
14 |
+
"max_window_layers": 21,
|
15 |
+
"model_type": "qwen2",
|
16 |
+
"num_attention_heads": 12,
|
17 |
+
"num_hidden_layers": 28,
|
18 |
+
"num_key_value_heads": 2,
|
19 |
+
"rms_norm_eps": 1e-06,
|
20 |
+
"rope_scaling": null,
|
21 |
+
"rope_theta": 1000000.0,
|
22 |
+
"sliding_window": null,
|
23 |
+
"tie_word_embeddings": true,
|
24 |
+
"torch_dtype": "bfloat16",
|
25 |
+
"transformers_version": "4.46.0",
|
26 |
+
"use_cache": false,
|
27 |
+
"use_sliding_window": false,
|
28 |
+
"vocab_size": 151936
|
29 |
+
}
|
last-checkpoint/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Qwen/Qwen2.5-1.5B-Instruct
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.13.2
|
last-checkpoint/adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Qwen/Qwen2.5-1.5B-Instruct",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": null,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 128,
|
14 |
+
"lora_dropout": 0.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 64,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"q_proj",
|
24 |
+
"o_proj",
|
25 |
+
"down_proj",
|
26 |
+
"up_proj",
|
27 |
+
"v_proj",
|
28 |
+
"k_proj",
|
29 |
+
"gate_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
last-checkpoint/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c16d32e7159ef5189e8512af6b0056ccdb492abe895a1f295c9ae7ce5872b0f
|
3 |
+
size 295488936
|
last-checkpoint/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 |
+
}
|
last-checkpoint/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
last-checkpoint/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56494d51815f431b9043fe8a46399a22fec15a1e028f5fb5f92441532ffc3672
|
3 |
+
size 591203178
|
last-checkpoint/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b4d91e1091607ca4e91757e682bb9579db098f0a5921407c13afcba9350eacf
|
3 |
+
size 14244
|
last-checkpoint/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2d754412c61116546142914503e7369d0cc35d3c380a07e5218f595d76b6d96
|
3 |
+
size 1064
|
last-checkpoint/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 |
+
}
|
last-checkpoint/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
|
3 |
+
size 11421896
|
last-checkpoint/tokenizer_config.json
ADDED
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_prefix_space": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"151643": {
|
6 |
+
"content": "<|endoftext|>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"151644": {
|
14 |
+
"content": "<|im_start|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"151645": {
|
22 |
+
"content": "<|im_end|>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"151646": {
|
30 |
+
"content": "<|object_ref_start|>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"151647": {
|
38 |
+
"content": "<|object_ref_end|>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"151648": {
|
46 |
+
"content": "<|box_start|>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": false,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
},
|
53 |
+
"151649": {
|
54 |
+
"content": "<|box_end|>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": false,
|
58 |
+
"single_word": false,
|
59 |
+
"special": true
|
60 |
+
},
|
61 |
+
"151650": {
|
62 |
+
"content": "<|quad_start|>",
|
63 |
+
"lstrip": false,
|
64 |
+
"normalized": false,
|
65 |
+
"rstrip": false,
|
66 |
+
"single_word": false,
|
67 |
+
"special": true
|
68 |
+
},
|
69 |
+
"151651": {
|
70 |
+
"content": "<|quad_end|>",
|
71 |
+
"lstrip": false,
|
72 |
+
"normalized": false,
|
73 |
+
"rstrip": false,
|
74 |
+
"single_word": false,
|
75 |
+
"special": true
|
76 |
+
},
|
77 |
+
"151652": {
|
78 |
+
"content": "<|vision_start|>",
|
79 |
+
"lstrip": false,
|
80 |
+
"normalized": false,
|
81 |
+
"rstrip": false,
|
82 |
+
"single_word": false,
|
83 |
+
"special": true
|
84 |
+
},
|
85 |
+
"151653": {
|
86 |
+
"content": "<|vision_end|>",
|
87 |
+
"lstrip": false,
|
88 |
+
"normalized": false,
|
89 |
+
"rstrip": false,
|
90 |
+
"single_word": false,
|
91 |
+
"special": true
|
92 |
+
},
|
93 |
+
"151654": {
|
94 |
+
"content": "<|vision_pad|>",
|
95 |
+
"lstrip": false,
|
96 |
+
"normalized": false,
|
97 |
+
"rstrip": false,
|
98 |
+
"single_word": false,
|
99 |
+
"special": true
|
100 |
+
},
|
101 |
+
"151655": {
|
102 |
+
"content": "<|image_pad|>",
|
103 |
+
"lstrip": false,
|
104 |
+
"normalized": false,
|
105 |
+
"rstrip": false,
|
106 |
+
"single_word": false,
|
107 |
+
"special": true
|
108 |
+
},
|
109 |
+
"151656": {
|
110 |
+
"content": "<|video_pad|>",
|
111 |
+
"lstrip": false,
|
112 |
+
"normalized": false,
|
113 |
+
"rstrip": false,
|
114 |
+
"single_word": false,
|
115 |
+
"special": true
|
116 |
+
},
|
117 |
+
"151657": {
|
118 |
+
"content": "<tool_call>",
|
119 |
+
"lstrip": false,
|
120 |
+
"normalized": false,
|
121 |
+
"rstrip": false,
|
122 |
+
"single_word": false,
|
123 |
+
"special": false
|
124 |
+
},
|
125 |
+
"151658": {
|
126 |
+
"content": "</tool_call>",
|
127 |
+
"lstrip": false,
|
128 |
+
"normalized": false,
|
129 |
+
"rstrip": false,
|
130 |
+
"single_word": false,
|
131 |
+
"special": false
|
132 |
+
},
|
133 |
+
"151659": {
|
134 |
+
"content": "<|fim_prefix|>",
|
135 |
+
"lstrip": false,
|
136 |
+
"normalized": false,
|
137 |
+
"rstrip": false,
|
138 |
+
"single_word": false,
|
139 |
+
"special": false
|
140 |
+
},
|
141 |
+
"151660": {
|
142 |
+
"content": "<|fim_middle|>",
|
143 |
+
"lstrip": false,
|
144 |
+
"normalized": false,
|
145 |
+
"rstrip": false,
|
146 |
+
"single_word": false,
|
147 |
+
"special": false
|
148 |
+
},
|
149 |
+
"151661": {
|
150 |
+
"content": "<|fim_suffix|>",
|
151 |
+
"lstrip": false,
|
152 |
+
"normalized": false,
|
153 |
+
"rstrip": false,
|
154 |
+
"single_word": false,
|
155 |
+
"special": false
|
156 |
+
},
|
157 |
+
"151662": {
|
158 |
+
"content": "<|fim_pad|>",
|
159 |
+
"lstrip": false,
|
160 |
+
"normalized": false,
|
161 |
+
"rstrip": false,
|
162 |
+
"single_word": false,
|
163 |
+
"special": false
|
164 |
+
},
|
165 |
+
"151663": {
|
166 |
+
"content": "<|repo_name|>",
|
167 |
+
"lstrip": false,
|
168 |
+
"normalized": false,
|
169 |
+
"rstrip": false,
|
170 |
+
"single_word": false,
|
171 |
+
"special": false
|
172 |
+
},
|
173 |
+
"151664": {
|
174 |
+
"content": "<|file_sep|>",
|
175 |
+
"lstrip": false,
|
176 |
+
"normalized": false,
|
177 |
+
"rstrip": false,
|
178 |
+
"single_word": false,
|
179 |
+
"special": false
|
180 |
+
}
|
181 |
+
},
|
182 |
+
"additional_special_tokens": [
|
183 |
+
"<|im_start|>",
|
184 |
+
"<|im_end|>",
|
185 |
+
"<|object_ref_start|>",
|
186 |
+
"<|object_ref_end|>",
|
187 |
+
"<|box_start|>",
|
188 |
+
"<|box_end|>",
|
189 |
+
"<|quad_start|>",
|
190 |
+
"<|quad_end|>",
|
191 |
+
"<|vision_start|>",
|
192 |
+
"<|vision_end|>",
|
193 |
+
"<|vision_pad|>",
|
194 |
+
"<|image_pad|>",
|
195 |
+
"<|video_pad|>"
|
196 |
+
],
|
197 |
+
"bos_token": null,
|
198 |
+
"chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
|
199 |
+
"clean_up_tokenization_spaces": false,
|
200 |
+
"eos_token": "<|im_end|>",
|
201 |
+
"errors": "replace",
|
202 |
+
"model_max_length": 131072,
|
203 |
+
"pad_token": "<|endoftext|>",
|
204 |
+
"split_special_tokens": false,
|
205 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
206 |
+
"unk_token": null
|
207 |
+
}
|
last-checkpoint/trainer_state.json
ADDED
@@ -0,0 +1,1482 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.6194487810134888,
|
3 |
+
"best_model_checkpoint": "miner_id_24/checkpoint-200",
|
4 |
+
"epoch": 0.1369628488272556,
|
5 |
+
"eval_steps": 50,
|
6 |
+
"global_step": 200,
|
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.000684814244136278,
|
13 |
+
"grad_norm": 0.6065170764923096,
|
14 |
+
"learning_rate": 3.3333333333333333e-06,
|
15 |
+
"loss": 0.8717,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.000684814244136278,
|
20 |
+
"eval_loss": 1.0153580904006958,
|
21 |
+
"eval_runtime": 117.0614,
|
22 |
+
"eval_samples_per_second": 21.015,
|
23 |
+
"eval_steps_per_second": 10.507,
|
24 |
+
"step": 1
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.001369628488272556,
|
28 |
+
"grad_norm": 0.7065351605415344,
|
29 |
+
"learning_rate": 6.666666666666667e-06,
|
30 |
+
"loss": 0.8447,
|
31 |
+
"step": 2
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.002054442732408834,
|
35 |
+
"grad_norm": 0.6312601566314697,
|
36 |
+
"learning_rate": 1e-05,
|
37 |
+
"loss": 0.8241,
|
38 |
+
"step": 3
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.002739256976545112,
|
42 |
+
"grad_norm": 0.6175578236579895,
|
43 |
+
"learning_rate": 1.3333333333333333e-05,
|
44 |
+
"loss": 0.8091,
|
45 |
+
"step": 4
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.00342407122068139,
|
49 |
+
"grad_norm": 0.5381224155426025,
|
50 |
+
"learning_rate": 1.6666666666666667e-05,
|
51 |
+
"loss": 0.8509,
|
52 |
+
"step": 5
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.004108885464817668,
|
56 |
+
"grad_norm": 0.43509674072265625,
|
57 |
+
"learning_rate": 2e-05,
|
58 |
+
"loss": 0.8464,
|
59 |
+
"step": 6
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.004793699708953946,
|
63 |
+
"grad_norm": 0.46817463636398315,
|
64 |
+
"learning_rate": 2.3333333333333336e-05,
|
65 |
+
"loss": 0.8308,
|
66 |
+
"step": 7
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.005478513953090224,
|
70 |
+
"grad_norm": 0.5534480214118958,
|
71 |
+
"learning_rate": 2.6666666666666667e-05,
|
72 |
+
"loss": 0.8167,
|
73 |
+
"step": 8
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.0061633281972265025,
|
77 |
+
"grad_norm": 0.6555560231208801,
|
78 |
+
"learning_rate": 3e-05,
|
79 |
+
"loss": 0.8359,
|
80 |
+
"step": 9
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.00684814244136278,
|
84 |
+
"grad_norm": 0.6459038853645325,
|
85 |
+
"learning_rate": 3.3333333333333335e-05,
|
86 |
+
"loss": 0.8239,
|
87 |
+
"step": 10
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.007532956685499058,
|
91 |
+
"grad_norm": 0.5058159828186035,
|
92 |
+
"learning_rate": 3.6666666666666666e-05,
|
93 |
+
"loss": 0.8057,
|
94 |
+
"step": 11
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.008217770929635337,
|
98 |
+
"grad_norm": 0.44996047019958496,
|
99 |
+
"learning_rate": 4e-05,
|
100 |
+
"loss": 0.7935,
|
101 |
+
"step": 12
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.008902585173771614,
|
105 |
+
"grad_norm": 0.4448314607143402,
|
106 |
+
"learning_rate": 4.3333333333333334e-05,
|
107 |
+
"loss": 0.822,
|
108 |
+
"step": 13
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.009587399417907892,
|
112 |
+
"grad_norm": 0.4350481629371643,
|
113 |
+
"learning_rate": 4.666666666666667e-05,
|
114 |
+
"loss": 0.7829,
|
115 |
+
"step": 14
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.01027221366204417,
|
119 |
+
"grad_norm": 0.4412112236022949,
|
120 |
+
"learning_rate": 5e-05,
|
121 |
+
"loss": 0.7729,
|
122 |
+
"step": 15
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.010957027906180448,
|
126 |
+
"grad_norm": 0.3981418013572693,
|
127 |
+
"learning_rate": 5.333333333333333e-05,
|
128 |
+
"loss": 0.7258,
|
129 |
+
"step": 16
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.011641842150316727,
|
133 |
+
"grad_norm": 0.423930823802948,
|
134 |
+
"learning_rate": 5.666666666666667e-05,
|
135 |
+
"loss": 0.7651,
|
136 |
+
"step": 17
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.012326656394453005,
|
140 |
+
"grad_norm": 0.39327582716941833,
|
141 |
+
"learning_rate": 6e-05,
|
142 |
+
"loss": 0.7602,
|
143 |
+
"step": 18
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.013011470638589283,
|
147 |
+
"grad_norm": 0.3741708993911743,
|
148 |
+
"learning_rate": 6.333333333333333e-05,
|
149 |
+
"loss": 0.7705,
|
150 |
+
"step": 19
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.01369628488272556,
|
154 |
+
"grad_norm": 0.35075634717941284,
|
155 |
+
"learning_rate": 6.666666666666667e-05,
|
156 |
+
"loss": 0.7469,
|
157 |
+
"step": 20
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.014381099126861838,
|
161 |
+
"grad_norm": 0.3413642346858978,
|
162 |
+
"learning_rate": 7e-05,
|
163 |
+
"loss": 0.7501,
|
164 |
+
"step": 21
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.015065913370998116,
|
168 |
+
"grad_norm": 0.3538333475589752,
|
169 |
+
"learning_rate": 7.333333333333333e-05,
|
170 |
+
"loss": 0.7498,
|
171 |
+
"step": 22
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.015750727615134394,
|
175 |
+
"grad_norm": 0.3420611619949341,
|
176 |
+
"learning_rate": 7.666666666666667e-05,
|
177 |
+
"loss": 0.7707,
|
178 |
+
"step": 23
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.016435541859270673,
|
182 |
+
"grad_norm": 0.3365805447101593,
|
183 |
+
"learning_rate": 8e-05,
|
184 |
+
"loss": 0.7313,
|
185 |
+
"step": 24
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.01712035610340695,
|
189 |
+
"grad_norm": 0.3557707369327545,
|
190 |
+
"learning_rate": 8.333333333333334e-05,
|
191 |
+
"loss": 0.7412,
|
192 |
+
"step": 25
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.01780517034754323,
|
196 |
+
"grad_norm": 0.375104695558548,
|
197 |
+
"learning_rate": 8.666666666666667e-05,
|
198 |
+
"loss": 0.7806,
|
199 |
+
"step": 26
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.01848998459167951,
|
203 |
+
"grad_norm": 0.4079211354255676,
|
204 |
+
"learning_rate": 9e-05,
|
205 |
+
"loss": 0.7965,
|
206 |
+
"step": 27
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.019174798835815784,
|
210 |
+
"grad_norm": 0.41560953855514526,
|
211 |
+
"learning_rate": 9.333333333333334e-05,
|
212 |
+
"loss": 0.7843,
|
213 |
+
"step": 28
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.019859613079952064,
|
217 |
+
"grad_norm": 0.44931986927986145,
|
218 |
+
"learning_rate": 9.666666666666667e-05,
|
219 |
+
"loss": 0.7613,
|
220 |
+
"step": 29
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.02054442732408834,
|
224 |
+
"grad_norm": 0.42477014660835266,
|
225 |
+
"learning_rate": 0.0001,
|
226 |
+
"loss": 0.7338,
|
227 |
+
"step": 30
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.02122924156822462,
|
231 |
+
"grad_norm": 0.46810734272003174,
|
232 |
+
"learning_rate": 9.999146252290264e-05,
|
233 |
+
"loss": 0.7776,
|
234 |
+
"step": 31
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.021914055812360896,
|
238 |
+
"grad_norm": 0.5340303778648376,
|
239 |
+
"learning_rate": 9.996585300715116e-05,
|
240 |
+
"loss": 0.7893,
|
241 |
+
"step": 32
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.022598870056497175,
|
245 |
+
"grad_norm": 0.7713002562522888,
|
246 |
+
"learning_rate": 9.99231801983717e-05,
|
247 |
+
"loss": 0.7581,
|
248 |
+
"step": 33
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.023283684300633455,
|
252 |
+
"grad_norm": 0.6131659150123596,
|
253 |
+
"learning_rate": 9.986345866928941e-05,
|
254 |
+
"loss": 0.8021,
|
255 |
+
"step": 34
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.02396849854476973,
|
259 |
+
"grad_norm": 0.7067255973815918,
|
260 |
+
"learning_rate": 9.978670881475172e-05,
|
261 |
+
"loss": 0.7525,
|
262 |
+
"step": 35
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.02465331278890601,
|
266 |
+
"grad_norm": 0.7187981605529785,
|
267 |
+
"learning_rate": 9.96929568447637e-05,
|
268 |
+
"loss": 0.746,
|
269 |
+
"step": 36
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.025338127033042286,
|
273 |
+
"grad_norm": 0.7613598704338074,
|
274 |
+
"learning_rate": 9.958223477553714e-05,
|
275 |
+
"loss": 0.7778,
|
276 |
+
"step": 37
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.026022941277178566,
|
280 |
+
"grad_norm": 0.9986086487770081,
|
281 |
+
"learning_rate": 9.94545804185573e-05,
|
282 |
+
"loss": 0.8478,
|
283 |
+
"step": 38
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 0.02670775552131484,
|
287 |
+
"grad_norm": 1.0249992609024048,
|
288 |
+
"learning_rate": 9.931003736767013e-05,
|
289 |
+
"loss": 0.7883,
|
290 |
+
"step": 39
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.02739256976545112,
|
294 |
+
"grad_norm": 0.9514560103416443,
|
295 |
+
"learning_rate": 9.91486549841951e-05,
|
296 |
+
"loss": 0.7931,
|
297 |
+
"step": 40
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.0280773840095874,
|
301 |
+
"grad_norm": 0.9286103248596191,
|
302 |
+
"learning_rate": 9.89704883800683e-05,
|
303 |
+
"loss": 0.7803,
|
304 |
+
"step": 41
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.028762198253723677,
|
308 |
+
"grad_norm": 1.1426321268081665,
|
309 |
+
"learning_rate": 9.877559839902184e-05,
|
310 |
+
"loss": 0.9289,
|
311 |
+
"step": 42
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.029447012497859956,
|
315 |
+
"grad_norm": 1.1170059442520142,
|
316 |
+
"learning_rate": 9.85640515958057e-05,
|
317 |
+
"loss": 0.9127,
|
318 |
+
"step": 43
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 0.030131826741996232,
|
322 |
+
"grad_norm": 1.0930737257003784,
|
323 |
+
"learning_rate": 9.833592021345937e-05,
|
324 |
+
"loss": 0.7247,
|
325 |
+
"step": 44
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.030816640986132512,
|
329 |
+
"grad_norm": 1.1028903722763062,
|
330 |
+
"learning_rate": 9.809128215864097e-05,
|
331 |
+
"loss": 0.8079,
|
332 |
+
"step": 45
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 0.03150145523026879,
|
336 |
+
"grad_norm": 1.1875572204589844,
|
337 |
+
"learning_rate": 9.783022097502204e-05,
|
338 |
+
"loss": 0.8533,
|
339 |
+
"step": 46
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.03218626947440507,
|
343 |
+
"grad_norm": 1.261732578277588,
|
344 |
+
"learning_rate": 9.755282581475769e-05,
|
345 |
+
"loss": 0.9092,
|
346 |
+
"step": 47
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.03287108371854135,
|
350 |
+
"grad_norm": 1.2062290906906128,
|
351 |
+
"learning_rate": 9.725919140804099e-05,
|
352 |
+
"loss": 1.0179,
|
353 |
+
"step": 48
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.033555897962677626,
|
357 |
+
"grad_norm": 1.4912124872207642,
|
358 |
+
"learning_rate": 9.694941803075283e-05,
|
359 |
+
"loss": 0.8457,
|
360 |
+
"step": 49
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 0.0342407122068139,
|
364 |
+
"grad_norm": 1.8033643960952759,
|
365 |
+
"learning_rate": 9.662361147021779e-05,
|
366 |
+
"loss": 1.0443,
|
367 |
+
"step": 50
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 0.0342407122068139,
|
371 |
+
"eval_loss": 0.8211315870285034,
|
372 |
+
"eval_runtime": 117.3005,
|
373 |
+
"eval_samples_per_second": 20.972,
|
374 |
+
"eval_steps_per_second": 10.486,
|
375 |
+
"step": 50
|
376 |
+
},
|
377 |
+
{
|
378 |
+
"epoch": 0.03492552645095018,
|
379 |
+
"grad_norm": 1.2030723094940186,
|
380 |
+
"learning_rate": 9.628188298907782e-05,
|
381 |
+
"loss": 0.7513,
|
382 |
+
"step": 51
|
383 |
+
},
|
384 |
+
{
|
385 |
+
"epoch": 0.03561034069508646,
|
386 |
+
"grad_norm": 0.8026916980743408,
|
387 |
+
"learning_rate": 9.592434928729616e-05,
|
388 |
+
"loss": 0.724,
|
389 |
+
"step": 52
|
390 |
+
},
|
391 |
+
{
|
392 |
+
"epoch": 0.03629515493922274,
|
393 |
+
"grad_norm": 0.5238835215568542,
|
394 |
+
"learning_rate": 9.555113246230442e-05,
|
395 |
+
"loss": 0.6913,
|
396 |
+
"step": 53
|
397 |
+
},
|
398 |
+
{
|
399 |
+
"epoch": 0.03697996918335902,
|
400 |
+
"grad_norm": 0.5493408441543579,
|
401 |
+
"learning_rate": 9.516235996730645e-05,
|
402 |
+
"loss": 0.6727,
|
403 |
+
"step": 54
|
404 |
+
},
|
405 |
+
{
|
406 |
+
"epoch": 0.03766478342749529,
|
407 |
+
"grad_norm": 0.5578727126121521,
|
408 |
+
"learning_rate": 9.475816456775313e-05,
|
409 |
+
"loss": 0.6934,
|
410 |
+
"step": 55
|
411 |
+
},
|
412 |
+
{
|
413 |
+
"epoch": 0.03834959767163157,
|
414 |
+
"grad_norm": 0.42513638734817505,
|
415 |
+
"learning_rate": 9.43386842960031e-05,
|
416 |
+
"loss": 0.6234,
|
417 |
+
"step": 56
|
418 |
+
},
|
419 |
+
{
|
420 |
+
"epoch": 0.03903441191576785,
|
421 |
+
"grad_norm": 0.4495171010494232,
|
422 |
+
"learning_rate": 9.39040624041849e-05,
|
423 |
+
"loss": 0.6712,
|
424 |
+
"step": 57
|
425 |
+
},
|
426 |
+
{
|
427 |
+
"epoch": 0.03971922615990413,
|
428 |
+
"grad_norm": 0.3554115295410156,
|
429 |
+
"learning_rate": 9.345444731527642e-05,
|
430 |
+
"loss": 0.648,
|
431 |
+
"step": 58
|
432 |
+
},
|
433 |
+
{
|
434 |
+
"epoch": 0.04040404040404041,
|
435 |
+
"grad_norm": 0.3226708471775055,
|
436 |
+
"learning_rate": 9.298999257241863e-05,
|
437 |
+
"loss": 0.6719,
|
438 |
+
"step": 59
|
439 |
+
},
|
440 |
+
{
|
441 |
+
"epoch": 0.04108885464817668,
|
442 |
+
"grad_norm": 0.3451197147369385,
|
443 |
+
"learning_rate": 9.251085678648072e-05,
|
444 |
+
"loss": 0.6415,
|
445 |
+
"step": 60
|
446 |
+
},
|
447 |
+
{
|
448 |
+
"epoch": 0.04177366889231296,
|
449 |
+
"grad_norm": 0.3728142976760864,
|
450 |
+
"learning_rate": 9.201720358189464e-05,
|
451 |
+
"loss": 0.6698,
|
452 |
+
"step": 61
|
453 |
+
},
|
454 |
+
{
|
455 |
+
"epoch": 0.04245848313644924,
|
456 |
+
"grad_norm": 0.3852943181991577,
|
457 |
+
"learning_rate": 9.150920154077754e-05,
|
458 |
+
"loss": 0.6267,
|
459 |
+
"step": 62
|
460 |
+
},
|
461 |
+
{
|
462 |
+
"epoch": 0.04314329738058552,
|
463 |
+
"grad_norm": 0.33286604285240173,
|
464 |
+
"learning_rate": 9.098702414536107e-05,
|
465 |
+
"loss": 0.6584,
|
466 |
+
"step": 63
|
467 |
+
},
|
468 |
+
{
|
469 |
+
"epoch": 0.04382811162472179,
|
470 |
+
"grad_norm": 0.3130628764629364,
|
471 |
+
"learning_rate": 9.045084971874738e-05,
|
472 |
+
"loss": 0.6385,
|
473 |
+
"step": 64
|
474 |
+
},
|
475 |
+
{
|
476 |
+
"epoch": 0.04451292586885807,
|
477 |
+
"grad_norm": 0.3013477325439453,
|
478 |
+
"learning_rate": 8.9900861364012e-05,
|
479 |
+
"loss": 0.6397,
|
480 |
+
"step": 65
|
481 |
+
},
|
482 |
+
{
|
483 |
+
"epoch": 0.04519774011299435,
|
484 |
+
"grad_norm": 0.2920675277709961,
|
485 |
+
"learning_rate": 8.933724690167417e-05,
|
486 |
+
"loss": 0.5948,
|
487 |
+
"step": 66
|
488 |
+
},
|
489 |
+
{
|
490 |
+
"epoch": 0.04588255435713063,
|
491 |
+
"grad_norm": 0.3020579516887665,
|
492 |
+
"learning_rate": 8.876019880555649e-05,
|
493 |
+
"loss": 0.6419,
|
494 |
+
"step": 67
|
495 |
+
},
|
496 |
+
{
|
497 |
+
"epoch": 0.04656736860126691,
|
498 |
+
"grad_norm": 0.303498774766922,
|
499 |
+
"learning_rate": 8.816991413705516e-05,
|
500 |
+
"loss": 0.6414,
|
501 |
+
"step": 68
|
502 |
+
},
|
503 |
+
{
|
504 |
+
"epoch": 0.04725218284540318,
|
505 |
+
"grad_norm": 0.3015012741088867,
|
506 |
+
"learning_rate": 8.756659447784368e-05,
|
507 |
+
"loss": 0.6232,
|
508 |
+
"step": 69
|
509 |
+
},
|
510 |
+
{
|
511 |
+
"epoch": 0.04793699708953946,
|
512 |
+
"grad_norm": 0.29156970977783203,
|
513 |
+
"learning_rate": 8.695044586103296e-05,
|
514 |
+
"loss": 0.6481,
|
515 |
+
"step": 70
|
516 |
+
},
|
517 |
+
{
|
518 |
+
"epoch": 0.04862181133367574,
|
519 |
+
"grad_norm": 0.2696687579154968,
|
520 |
+
"learning_rate": 8.632167870081121e-05,
|
521 |
+
"loss": 0.6453,
|
522 |
+
"step": 71
|
523 |
+
},
|
524 |
+
{
|
525 |
+
"epoch": 0.04930662557781202,
|
526 |
+
"grad_norm": 0.2634645998477936,
|
527 |
+
"learning_rate": 8.568050772058762e-05,
|
528 |
+
"loss": 0.6074,
|
529 |
+
"step": 72
|
530 |
+
},
|
531 |
+
{
|
532 |
+
"epoch": 0.0499914398219483,
|
533 |
+
"grad_norm": 0.290762335062027,
|
534 |
+
"learning_rate": 8.502715187966455e-05,
|
535 |
+
"loss": 0.6191,
|
536 |
+
"step": 73
|
537 |
+
},
|
538 |
+
{
|
539 |
+
"epoch": 0.05067625406608457,
|
540 |
+
"grad_norm": 0.29839473962783813,
|
541 |
+
"learning_rate": 8.436183429846313e-05,
|
542 |
+
"loss": 0.6309,
|
543 |
+
"step": 74
|
544 |
+
},
|
545 |
+
{
|
546 |
+
"epoch": 0.05136106831022085,
|
547 |
+
"grad_norm": 0.3168591558933258,
|
548 |
+
"learning_rate": 8.368478218232787e-05,
|
549 |
+
"loss": 0.6544,
|
550 |
+
"step": 75
|
551 |
+
},
|
552 |
+
{
|
553 |
+
"epoch": 0.05204588255435713,
|
554 |
+
"grad_norm": 0.34840133786201477,
|
555 |
+
"learning_rate": 8.299622674393614e-05,
|
556 |
+
"loss": 0.6575,
|
557 |
+
"step": 76
|
558 |
+
},
|
559 |
+
{
|
560 |
+
"epoch": 0.05273069679849341,
|
561 |
+
"grad_norm": 0.35292384028434753,
|
562 |
+
"learning_rate": 8.229640312433937e-05,
|
563 |
+
"loss": 0.6425,
|
564 |
+
"step": 77
|
565 |
+
},
|
566 |
+
{
|
567 |
+
"epoch": 0.05341551104262968,
|
568 |
+
"grad_norm": 0.37297260761260986,
|
569 |
+
"learning_rate": 8.158555031266254e-05,
|
570 |
+
"loss": 0.674,
|
571 |
+
"step": 78
|
572 |
+
},
|
573 |
+
{
|
574 |
+
"epoch": 0.05410032528676596,
|
575 |
+
"grad_norm": 0.4122272729873657,
|
576 |
+
"learning_rate": 8.086391106448965e-05,
|
577 |
+
"loss": 0.7044,
|
578 |
+
"step": 79
|
579 |
+
},
|
580 |
+
{
|
581 |
+
"epoch": 0.05478513953090224,
|
582 |
+
"grad_norm": 0.42822644114494324,
|
583 |
+
"learning_rate": 8.013173181896283e-05,
|
584 |
+
"loss": 0.6623,
|
585 |
+
"step": 80
|
586 |
+
},
|
587 |
+
{
|
588 |
+
"epoch": 0.05546995377503852,
|
589 |
+
"grad_norm": 0.43928802013397217,
|
590 |
+
"learning_rate": 7.938926261462366e-05,
|
591 |
+
"loss": 0.6484,
|
592 |
+
"step": 81
|
593 |
+
},
|
594 |
+
{
|
595 |
+
"epoch": 0.0561547680191748,
|
596 |
+
"grad_norm": 0.45708250999450684,
|
597 |
+
"learning_rate": 7.863675700402526e-05,
|
598 |
+
"loss": 0.7157,
|
599 |
+
"step": 82
|
600 |
+
},
|
601 |
+
{
|
602 |
+
"epoch": 0.056839582263311074,
|
603 |
+
"grad_norm": 0.5053125023841858,
|
604 |
+
"learning_rate": 7.787447196714427e-05,
|
605 |
+
"loss": 0.6421,
|
606 |
+
"step": 83
|
607 |
+
},
|
608 |
+
{
|
609 |
+
"epoch": 0.05752439650744735,
|
610 |
+
"grad_norm": 0.5746484398841858,
|
611 |
+
"learning_rate": 7.710266782362247e-05,
|
612 |
+
"loss": 0.7225,
|
613 |
+
"step": 84
|
614 |
+
},
|
615 |
+
{
|
616 |
+
"epoch": 0.05820921075158363,
|
617 |
+
"grad_norm": 0.5479620695114136,
|
618 |
+
"learning_rate": 7.63216081438678e-05,
|
619 |
+
"loss": 0.7049,
|
620 |
+
"step": 85
|
621 |
+
},
|
622 |
+
{
|
623 |
+
"epoch": 0.05889402499571991,
|
624 |
+
"grad_norm": 0.607607364654541,
|
625 |
+
"learning_rate": 7.553155965904535e-05,
|
626 |
+
"loss": 0.7244,
|
627 |
+
"step": 86
|
628 |
+
},
|
629 |
+
{
|
630 |
+
"epoch": 0.05957883923985619,
|
631 |
+
"grad_norm": 0.6662994027137756,
|
632 |
+
"learning_rate": 7.473279216998895e-05,
|
633 |
+
"loss": 0.6861,
|
634 |
+
"step": 87
|
635 |
+
},
|
636 |
+
{
|
637 |
+
"epoch": 0.060263653483992465,
|
638 |
+
"grad_norm": 0.6767815947532654,
|
639 |
+
"learning_rate": 7.392557845506432e-05,
|
640 |
+
"loss": 0.7821,
|
641 |
+
"step": 88
|
642 |
+
},
|
643 |
+
{
|
644 |
+
"epoch": 0.060948467728128744,
|
645 |
+
"grad_norm": 0.7391032576560974,
|
646 |
+
"learning_rate": 7.311019417701566e-05,
|
647 |
+
"loss": 0.6912,
|
648 |
+
"step": 89
|
649 |
+
},
|
650 |
+
{
|
651 |
+
"epoch": 0.061633281972265024,
|
652 |
+
"grad_norm": 0.7538084387779236,
|
653 |
+
"learning_rate": 7.228691778882693e-05,
|
654 |
+
"loss": 0.6911,
|
655 |
+
"step": 90
|
656 |
+
},
|
657 |
+
{
|
658 |
+
"epoch": 0.0623180962164013,
|
659 |
+
"grad_norm": 0.8423702716827393,
|
660 |
+
"learning_rate": 7.145603043863045e-05,
|
661 |
+
"loss": 0.7886,
|
662 |
+
"step": 91
|
663 |
+
},
|
664 |
+
{
|
665 |
+
"epoch": 0.06300291046053758,
|
666 |
+
"grad_norm": 0.8754274249076843,
|
667 |
+
"learning_rate": 7.061781587369519e-05,
|
668 |
+
"loss": 0.7549,
|
669 |
+
"step": 92
|
670 |
+
},
|
671 |
+
{
|
672 |
+
"epoch": 0.06368772470467386,
|
673 |
+
"grad_norm": 0.8859317898750305,
|
674 |
+
"learning_rate": 6.977256034352712e-05,
|
675 |
+
"loss": 0.8041,
|
676 |
+
"step": 93
|
677 |
+
},
|
678 |
+
{
|
679 |
+
"epoch": 0.06437253894881013,
|
680 |
+
"grad_norm": 1.012904167175293,
|
681 |
+
"learning_rate": 6.892055250211552e-05,
|
682 |
+
"loss": 0.6863,
|
683 |
+
"step": 94
|
684 |
+
},
|
685 |
+
{
|
686 |
+
"epoch": 0.06505735319294641,
|
687 |
+
"grad_norm": 1.002065896987915,
|
688 |
+
"learning_rate": 6.806208330935766e-05,
|
689 |
+
"loss": 0.8271,
|
690 |
+
"step": 95
|
691 |
+
},
|
692 |
+
{
|
693 |
+
"epoch": 0.0657421674370827,
|
694 |
+
"grad_norm": 1.0469260215759277,
|
695 |
+
"learning_rate": 6.719744593169641e-05,
|
696 |
+
"loss": 0.7772,
|
697 |
+
"step": 96
|
698 |
+
},
|
699 |
+
{
|
700 |
+
"epoch": 0.06642698168121897,
|
701 |
+
"grad_norm": 1.0503506660461426,
|
702 |
+
"learning_rate": 6.632693564200416e-05,
|
703 |
+
"loss": 0.764,
|
704 |
+
"step": 97
|
705 |
+
},
|
706 |
+
{
|
707 |
+
"epoch": 0.06711179592535525,
|
708 |
+
"grad_norm": 1.3012419939041138,
|
709 |
+
"learning_rate": 6.545084971874738e-05,
|
710 |
+
"loss": 0.893,
|
711 |
+
"step": 98
|
712 |
+
},
|
713 |
+
{
|
714 |
+
"epoch": 0.06779661016949153,
|
715 |
+
"grad_norm": 1.3924188613891602,
|
716 |
+
"learning_rate": 6.456948734446624e-05,
|
717 |
+
"loss": 0.8318,
|
718 |
+
"step": 99
|
719 |
+
},
|
720 |
+
{
|
721 |
+
"epoch": 0.0684814244136278,
|
722 |
+
"grad_norm": 2.090738534927368,
|
723 |
+
"learning_rate": 6.368314950360415e-05,
|
724 |
+
"loss": 1.0165,
|
725 |
+
"step": 100
|
726 |
+
},
|
727 |
+
{
|
728 |
+
"epoch": 0.0684814244136278,
|
729 |
+
"eval_loss": 0.7142184972763062,
|
730 |
+
"eval_runtime": 117.0956,
|
731 |
+
"eval_samples_per_second": 21.008,
|
732 |
+
"eval_steps_per_second": 10.504,
|
733 |
+
"step": 100
|
734 |
+
},
|
735 |
+
{
|
736 |
+
"epoch": 0.06916623865776408,
|
737 |
+
"grad_norm": 0.7509860992431641,
|
738 |
+
"learning_rate": 6.279213887972179e-05,
|
739 |
+
"loss": 0.6405,
|
740 |
+
"step": 101
|
741 |
+
},
|
742 |
+
{
|
743 |
+
"epoch": 0.06985105290190036,
|
744 |
+
"grad_norm": 0.6990787386894226,
|
745 |
+
"learning_rate": 6.189675975213094e-05,
|
746 |
+
"loss": 0.6622,
|
747 |
+
"step": 102
|
748 |
+
},
|
749 |
+
{
|
750 |
+
"epoch": 0.07053586714603664,
|
751 |
+
"grad_norm": 0.5219253301620483,
|
752 |
+
"learning_rate": 6.099731789198344e-05,
|
753 |
+
"loss": 0.6378,
|
754 |
+
"step": 103
|
755 |
+
},
|
756 |
+
{
|
757 |
+
"epoch": 0.07122068139017292,
|
758 |
+
"grad_norm": 0.41139304637908936,
|
759 |
+
"learning_rate": 6.009412045785051e-05,
|
760 |
+
"loss": 0.5977,
|
761 |
+
"step": 104
|
762 |
+
},
|
763 |
+
{
|
764 |
+
"epoch": 0.07190549563430919,
|
765 |
+
"grad_norm": 0.40187910199165344,
|
766 |
+
"learning_rate": 5.918747589082853e-05,
|
767 |
+
"loss": 0.5966,
|
768 |
+
"step": 105
|
769 |
+
},
|
770 |
+
{
|
771 |
+
"epoch": 0.07259030987844547,
|
772 |
+
"grad_norm": 0.4513488709926605,
|
773 |
+
"learning_rate": 5.82776938092065e-05,
|
774 |
+
"loss": 0.6506,
|
775 |
+
"step": 106
|
776 |
+
},
|
777 |
+
{
|
778 |
+
"epoch": 0.07327512412258175,
|
779 |
+
"grad_norm": 0.45315641164779663,
|
780 |
+
"learning_rate": 5.736508490273188e-05,
|
781 |
+
"loss": 0.6162,
|
782 |
+
"step": 107
|
783 |
+
},
|
784 |
+
{
|
785 |
+
"epoch": 0.07395993836671803,
|
786 |
+
"grad_norm": 0.4146612584590912,
|
787 |
+
"learning_rate": 5.644996082651017e-05,
|
788 |
+
"loss": 0.5844,
|
789 |
+
"step": 108
|
790 |
+
},
|
791 |
+
{
|
792 |
+
"epoch": 0.0746447526108543,
|
793 |
+
"grad_norm": 0.4321027994155884,
|
794 |
+
"learning_rate": 5.553263409457504e-05,
|
795 |
+
"loss": 0.593,
|
796 |
+
"step": 109
|
797 |
+
},
|
798 |
+
{
|
799 |
+
"epoch": 0.07532956685499058,
|
800 |
+
"grad_norm": 0.3078586757183075,
|
801 |
+
"learning_rate": 5.4613417973165106e-05,
|
802 |
+
"loss": 0.5522,
|
803 |
+
"step": 110
|
804 |
+
},
|
805 |
+
{
|
806 |
+
"epoch": 0.07601438109912687,
|
807 |
+
"grad_norm": 0.31009235978126526,
|
808 |
+
"learning_rate": 5.3692626373743706e-05,
|
809 |
+
"loss": 0.5662,
|
810 |
+
"step": 111
|
811 |
+
},
|
812 |
+
{
|
813 |
+
"epoch": 0.07669919534326314,
|
814 |
+
"grad_norm": 0.312005877494812,
|
815 |
+
"learning_rate": 5.27705737457985e-05,
|
816 |
+
"loss": 0.5994,
|
817 |
+
"step": 112
|
818 |
+
},
|
819 |
+
{
|
820 |
+
"epoch": 0.07738400958739942,
|
821 |
+
"grad_norm": 0.3025156259536743,
|
822 |
+
"learning_rate": 5.184757496945726e-05,
|
823 |
+
"loss": 0.5671,
|
824 |
+
"step": 113
|
825 |
+
},
|
826 |
+
{
|
827 |
+
"epoch": 0.0780688238315357,
|
828 |
+
"grad_norm": 0.3122718930244446,
|
829 |
+
"learning_rate": 5.092394524795649e-05,
|
830 |
+
"loss": 0.5588,
|
831 |
+
"step": 114
|
832 |
+
},
|
833 |
+
{
|
834 |
+
"epoch": 0.07875363807567197,
|
835 |
+
"grad_norm": 0.32042813301086426,
|
836 |
+
"learning_rate": 5e-05,
|
837 |
+
"loss": 0.6073,
|
838 |
+
"step": 115
|
839 |
+
},
|
840 |
+
{
|
841 |
+
"epoch": 0.07943845231980826,
|
842 |
+
"grad_norm": 0.32439666986465454,
|
843 |
+
"learning_rate": 4.907605475204352e-05,
|
844 |
+
"loss": 0.5978,
|
845 |
+
"step": 116
|
846 |
+
},
|
847 |
+
{
|
848 |
+
"epoch": 0.08012326656394453,
|
849 |
+
"grad_norm": 0.32204368710517883,
|
850 |
+
"learning_rate": 4.8152425030542766e-05,
|
851 |
+
"loss": 0.6123,
|
852 |
+
"step": 117
|
853 |
+
},
|
854 |
+
{
|
855 |
+
"epoch": 0.08080808080808081,
|
856 |
+
"grad_norm": 0.30760934948921204,
|
857 |
+
"learning_rate": 4.72294262542015e-05,
|
858 |
+
"loss": 0.5961,
|
859 |
+
"step": 118
|
860 |
+
},
|
861 |
+
{
|
862 |
+
"epoch": 0.08149289505221709,
|
863 |
+
"grad_norm": 0.26987290382385254,
|
864 |
+
"learning_rate": 4.6307373626256306e-05,
|
865 |
+
"loss": 0.6017,
|
866 |
+
"step": 119
|
867 |
+
},
|
868 |
+
{
|
869 |
+
"epoch": 0.08217770929635336,
|
870 |
+
"grad_norm": 0.28270965814590454,
|
871 |
+
"learning_rate": 4.5386582026834906e-05,
|
872 |
+
"loss": 0.5784,
|
873 |
+
"step": 120
|
874 |
+
},
|
875 |
+
{
|
876 |
+
"epoch": 0.08286252354048965,
|
877 |
+
"grad_norm": 0.29432162642478943,
|
878 |
+
"learning_rate": 4.446736590542497e-05,
|
879 |
+
"loss": 0.6241,
|
880 |
+
"step": 121
|
881 |
+
},
|
882 |
+
{
|
883 |
+
"epoch": 0.08354733778462592,
|
884 |
+
"grad_norm": 0.28419461846351624,
|
885 |
+
"learning_rate": 4.3550039173489845e-05,
|
886 |
+
"loss": 0.614,
|
887 |
+
"step": 122
|
888 |
+
},
|
889 |
+
{
|
890 |
+
"epoch": 0.08423215202876219,
|
891 |
+
"grad_norm": 0.29656660556793213,
|
892 |
+
"learning_rate": 4.2634915097268115e-05,
|
893 |
+
"loss": 0.6272,
|
894 |
+
"step": 123
|
895 |
+
},
|
896 |
+
{
|
897 |
+
"epoch": 0.08491696627289848,
|
898 |
+
"grad_norm": 0.27999988198280334,
|
899 |
+
"learning_rate": 4.1722306190793495e-05,
|
900 |
+
"loss": 0.5919,
|
901 |
+
"step": 124
|
902 |
+
},
|
903 |
+
{
|
904 |
+
"epoch": 0.08560178051703475,
|
905 |
+
"grad_norm": 0.27216336131095886,
|
906 |
+
"learning_rate": 4.0812524109171476e-05,
|
907 |
+
"loss": 0.5959,
|
908 |
+
"step": 125
|
909 |
+
},
|
910 |
+
{
|
911 |
+
"epoch": 0.08628659476117104,
|
912 |
+
"grad_norm": 0.2954910695552826,
|
913 |
+
"learning_rate": 3.99058795421495e-05,
|
914 |
+
"loss": 0.5614,
|
915 |
+
"step": 126
|
916 |
+
},
|
917 |
+
{
|
918 |
+
"epoch": 0.08697140900530731,
|
919 |
+
"grad_norm": 0.3302258849143982,
|
920 |
+
"learning_rate": 3.9002682108016585e-05,
|
921 |
+
"loss": 0.6026,
|
922 |
+
"step": 127
|
923 |
+
},
|
924 |
+
{
|
925 |
+
"epoch": 0.08765622324944358,
|
926 |
+
"grad_norm": 0.31505435705184937,
|
927 |
+
"learning_rate": 3.8103240247869075e-05,
|
928 |
+
"loss": 0.6043,
|
929 |
+
"step": 128
|
930 |
+
},
|
931 |
+
{
|
932 |
+
"epoch": 0.08834103749357987,
|
933 |
+
"grad_norm": 0.3390796482563019,
|
934 |
+
"learning_rate": 3.720786112027822e-05,
|
935 |
+
"loss": 0.6178,
|
936 |
+
"step": 129
|
937 |
+
},
|
938 |
+
{
|
939 |
+
"epoch": 0.08902585173771614,
|
940 |
+
"grad_norm": 0.35363104939460754,
|
941 |
+
"learning_rate": 3.631685049639586e-05,
|
942 |
+
"loss": 0.6161,
|
943 |
+
"step": 130
|
944 |
+
},
|
945 |
+
{
|
946 |
+
"epoch": 0.08971066598185243,
|
947 |
+
"grad_norm": 0.362228661775589,
|
948 |
+
"learning_rate": 3.543051265553377e-05,
|
949 |
+
"loss": 0.5965,
|
950 |
+
"step": 131
|
951 |
+
},
|
952 |
+
{
|
953 |
+
"epoch": 0.0903954802259887,
|
954 |
+
"grad_norm": 0.4063306748867035,
|
955 |
+
"learning_rate": 3.4549150281252636e-05,
|
956 |
+
"loss": 0.6248,
|
957 |
+
"step": 132
|
958 |
+
},
|
959 |
+
{
|
960 |
+
"epoch": 0.09108029447012497,
|
961 |
+
"grad_norm": 0.43474704027175903,
|
962 |
+
"learning_rate": 3.367306435799584e-05,
|
963 |
+
"loss": 0.6363,
|
964 |
+
"step": 133
|
965 |
+
},
|
966 |
+
{
|
967 |
+
"epoch": 0.09176510871426126,
|
968 |
+
"grad_norm": 0.46244192123413086,
|
969 |
+
"learning_rate": 3.2802554068303596e-05,
|
970 |
+
"loss": 0.6384,
|
971 |
+
"step": 134
|
972 |
+
},
|
973 |
+
{
|
974 |
+
"epoch": 0.09244992295839753,
|
975 |
+
"grad_norm": 0.472964882850647,
|
976 |
+
"learning_rate": 3.1937916690642356e-05,
|
977 |
+
"loss": 0.604,
|
978 |
+
"step": 135
|
979 |
+
},
|
980 |
+
{
|
981 |
+
"epoch": 0.09313473720253382,
|
982 |
+
"grad_norm": 0.5363974571228027,
|
983 |
+
"learning_rate": 3.107944749788449e-05,
|
984 |
+
"loss": 0.6924,
|
985 |
+
"step": 136
|
986 |
+
},
|
987 |
+
{
|
988 |
+
"epoch": 0.09381955144667009,
|
989 |
+
"grad_norm": 0.568355917930603,
|
990 |
+
"learning_rate": 3.0227439656472877e-05,
|
991 |
+
"loss": 0.6067,
|
992 |
+
"step": 137
|
993 |
+
},
|
994 |
+
{
|
995 |
+
"epoch": 0.09450436569080636,
|
996 |
+
"grad_norm": 0.6210429072380066,
|
997 |
+
"learning_rate": 2.9382184126304834e-05,
|
998 |
+
"loss": 0.6454,
|
999 |
+
"step": 138
|
1000 |
+
},
|
1001 |
+
{
|
1002 |
+
"epoch": 0.09518917993494265,
|
1003 |
+
"grad_norm": 0.6779321432113647,
|
1004 |
+
"learning_rate": 2.8543969561369556e-05,
|
1005 |
+
"loss": 0.6802,
|
1006 |
+
"step": 139
|
1007 |
+
},
|
1008 |
+
{
|
1009 |
+
"epoch": 0.09587399417907892,
|
1010 |
+
"grad_norm": 0.6606670618057251,
|
1011 |
+
"learning_rate": 2.771308221117309e-05,
|
1012 |
+
"loss": 0.6787,
|
1013 |
+
"step": 140
|
1014 |
+
},
|
1015 |
+
{
|
1016 |
+
"epoch": 0.09655880842321521,
|
1017 |
+
"grad_norm": 0.7507839798927307,
|
1018 |
+
"learning_rate": 2.688980582298435e-05,
|
1019 |
+
"loss": 0.7191,
|
1020 |
+
"step": 141
|
1021 |
+
},
|
1022 |
+
{
|
1023 |
+
"epoch": 0.09724362266735148,
|
1024 |
+
"grad_norm": 0.7643622159957886,
|
1025 |
+
"learning_rate": 2.607442154493568e-05,
|
1026 |
+
"loss": 0.7187,
|
1027 |
+
"step": 142
|
1028 |
+
},
|
1029 |
+
{
|
1030 |
+
"epoch": 0.09792843691148775,
|
1031 |
+
"grad_norm": 0.8402984738349915,
|
1032 |
+
"learning_rate": 2.5267207830011068e-05,
|
1033 |
+
"loss": 0.7484,
|
1034 |
+
"step": 143
|
1035 |
+
},
|
1036 |
+
{
|
1037 |
+
"epoch": 0.09861325115562404,
|
1038 |
+
"grad_norm": 0.9446684122085571,
|
1039 |
+
"learning_rate": 2.446844034095466e-05,
|
1040 |
+
"loss": 0.7155,
|
1041 |
+
"step": 144
|
1042 |
+
},
|
1043 |
+
{
|
1044 |
+
"epoch": 0.09929806539976031,
|
1045 |
+
"grad_norm": 0.9034938216209412,
|
1046 |
+
"learning_rate": 2.3678391856132204e-05,
|
1047 |
+
"loss": 0.7414,
|
1048 |
+
"step": 145
|
1049 |
+
},
|
1050 |
+
{
|
1051 |
+
"epoch": 0.0999828796438966,
|
1052 |
+
"grad_norm": 0.97967129945755,
|
1053 |
+
"learning_rate": 2.2897332176377528e-05,
|
1054 |
+
"loss": 0.6887,
|
1055 |
+
"step": 146
|
1056 |
+
},
|
1057 |
+
{
|
1058 |
+
"epoch": 0.10066769388803287,
|
1059 |
+
"grad_norm": 1.0265204906463623,
|
1060 |
+
"learning_rate": 2.2125528032855724e-05,
|
1061 |
+
"loss": 0.8018,
|
1062 |
+
"step": 147
|
1063 |
+
},
|
1064 |
+
{
|
1065 |
+
"epoch": 0.10135250813216914,
|
1066 |
+
"grad_norm": 1.198464274406433,
|
1067 |
+
"learning_rate": 2.136324299597474e-05,
|
1068 |
+
"loss": 0.7592,
|
1069 |
+
"step": 148
|
1070 |
+
},
|
1071 |
+
{
|
1072 |
+
"epoch": 0.10203732237630543,
|
1073 |
+
"grad_norm": 1.3654637336730957,
|
1074 |
+
"learning_rate": 2.061073738537635e-05,
|
1075 |
+
"loss": 0.7852,
|
1076 |
+
"step": 149
|
1077 |
+
},
|
1078 |
+
{
|
1079 |
+
"epoch": 0.1027221366204417,
|
1080 |
+
"grad_norm": 1.3087347745895386,
|
1081 |
+
"learning_rate": 1.9868268181037185e-05,
|
1082 |
+
"loss": 0.7148,
|
1083 |
+
"step": 150
|
1084 |
+
},
|
1085 |
+
{
|
1086 |
+
"epoch": 0.1027221366204417,
|
1087 |
+
"eval_loss": 0.6377694606781006,
|
1088 |
+
"eval_runtime": 117.1924,
|
1089 |
+
"eval_samples_per_second": 20.991,
|
1090 |
+
"eval_steps_per_second": 10.496,
|
1091 |
+
"step": 150
|
1092 |
+
},
|
1093 |
+
{
|
1094 |
+
"epoch": 0.10340695086457799,
|
1095 |
+
"grad_norm": 0.4432825446128845,
|
1096 |
+
"learning_rate": 1.9136088935510362e-05,
|
1097 |
+
"loss": 0.5578,
|
1098 |
+
"step": 151
|
1099 |
+
},
|
1100 |
+
{
|
1101 |
+
"epoch": 0.10409176510871426,
|
1102 |
+
"grad_norm": 0.479250967502594,
|
1103 |
+
"learning_rate": 1.8414449687337464e-05,
|
1104 |
+
"loss": 0.5887,
|
1105 |
+
"step": 152
|
1106 |
+
},
|
1107 |
+
{
|
1108 |
+
"epoch": 0.10477657935285054,
|
1109 |
+
"grad_norm": 0.41809138655662537,
|
1110 |
+
"learning_rate": 1.7703596875660645e-05,
|
1111 |
+
"loss": 0.5416,
|
1112 |
+
"step": 153
|
1113 |
+
},
|
1114 |
+
{
|
1115 |
+
"epoch": 0.10546139359698682,
|
1116 |
+
"grad_norm": 0.42553573846817017,
|
1117 |
+
"learning_rate": 1.700377325606388e-05,
|
1118 |
+
"loss": 0.597,
|
1119 |
+
"step": 154
|
1120 |
+
},
|
1121 |
+
{
|
1122 |
+
"epoch": 0.1061462078411231,
|
1123 |
+
"grad_norm": 0.41053974628448486,
|
1124 |
+
"learning_rate": 1.631521781767214e-05,
|
1125 |
+
"loss": 0.5834,
|
1126 |
+
"step": 155
|
1127 |
+
},
|
1128 |
+
{
|
1129 |
+
"epoch": 0.10683102208525937,
|
1130 |
+
"grad_norm": 0.37955138087272644,
|
1131 |
+
"learning_rate": 1.5638165701536868e-05,
|
1132 |
+
"loss": 0.5659,
|
1133 |
+
"step": 156
|
1134 |
+
},
|
1135 |
+
{
|
1136 |
+
"epoch": 0.10751583632939565,
|
1137 |
+
"grad_norm": 0.3913707733154297,
|
1138 |
+
"learning_rate": 1.4972848120335453e-05,
|
1139 |
+
"loss": 0.5632,
|
1140 |
+
"step": 157
|
1141 |
+
},
|
1142 |
+
{
|
1143 |
+
"epoch": 0.10820065057353193,
|
1144 |
+
"grad_norm": 0.35020458698272705,
|
1145 |
+
"learning_rate": 1.4319492279412388e-05,
|
1146 |
+
"loss": 0.5543,
|
1147 |
+
"step": 158
|
1148 |
+
},
|
1149 |
+
{
|
1150 |
+
"epoch": 0.10888546481766821,
|
1151 |
+
"grad_norm": 0.3410779535770416,
|
1152 |
+
"learning_rate": 1.3678321299188801e-05,
|
1153 |
+
"loss": 0.5502,
|
1154 |
+
"step": 159
|
1155 |
+
},
|
1156 |
+
{
|
1157 |
+
"epoch": 0.10957027906180448,
|
1158 |
+
"grad_norm": 0.34443268179893494,
|
1159 |
+
"learning_rate": 1.3049554138967051e-05,
|
1160 |
+
"loss": 0.5799,
|
1161 |
+
"step": 160
|
1162 |
+
},
|
1163 |
+
{
|
1164 |
+
"epoch": 0.11025509330594076,
|
1165 |
+
"grad_norm": 0.3187792897224426,
|
1166 |
+
"learning_rate": 1.2433405522156332e-05,
|
1167 |
+
"loss": 0.5514,
|
1168 |
+
"step": 161
|
1169 |
+
},
|
1170 |
+
{
|
1171 |
+
"epoch": 0.11093990755007704,
|
1172 |
+
"grad_norm": 0.3165248930454254,
|
1173 |
+
"learning_rate": 1.183008586294485e-05,
|
1174 |
+
"loss": 0.5609,
|
1175 |
+
"step": 162
|
1176 |
+
},
|
1177 |
+
{
|
1178 |
+
"epoch": 0.11162472179421332,
|
1179 |
+
"grad_norm": 0.29232487082481384,
|
1180 |
+
"learning_rate": 1.1239801194443506e-05,
|
1181 |
+
"loss": 0.5466,
|
1182 |
+
"step": 163
|
1183 |
+
},
|
1184 |
+
{
|
1185 |
+
"epoch": 0.1123095360383496,
|
1186 |
+
"grad_norm": 0.31247469782829285,
|
1187 |
+
"learning_rate": 1.066275309832584e-05,
|
1188 |
+
"loss": 0.5624,
|
1189 |
+
"step": 164
|
1190 |
+
},
|
1191 |
+
{
|
1192 |
+
"epoch": 0.11299435028248588,
|
1193 |
+
"grad_norm": 0.30942830443382263,
|
1194 |
+
"learning_rate": 1.0099138635988026e-05,
|
1195 |
+
"loss": 0.5738,
|
1196 |
+
"step": 165
|
1197 |
+
},
|
1198 |
+
{
|
1199 |
+
"epoch": 0.11367916452662215,
|
1200 |
+
"grad_norm": 0.30501317977905273,
|
1201 |
+
"learning_rate": 9.549150281252633e-06,
|
1202 |
+
"loss": 0.5498,
|
1203 |
+
"step": 166
|
1204 |
+
},
|
1205 |
+
{
|
1206 |
+
"epoch": 0.11436397877075843,
|
1207 |
+
"grad_norm": 0.3122025728225708,
|
1208 |
+
"learning_rate": 9.012975854638949e-06,
|
1209 |
+
"loss": 0.5811,
|
1210 |
+
"step": 167
|
1211 |
+
},
|
1212 |
+
{
|
1213 |
+
"epoch": 0.1150487930148947,
|
1214 |
+
"grad_norm": 0.3021736145019531,
|
1215 |
+
"learning_rate": 8.490798459222476e-06,
|
1216 |
+
"loss": 0.6069,
|
1217 |
+
"step": 168
|
1218 |
+
},
|
1219 |
+
{
|
1220 |
+
"epoch": 0.115733607259031,
|
1221 |
+
"grad_norm": 0.27660757303237915,
|
1222 |
+
"learning_rate": 7.982796418105371e-06,
|
1223 |
+
"loss": 0.5365,
|
1224 |
+
"step": 169
|
1225 |
+
},
|
1226 |
+
{
|
1227 |
+
"epoch": 0.11641842150316727,
|
1228 |
+
"grad_norm": 0.29351627826690674,
|
1229 |
+
"learning_rate": 7.489143213519301e-06,
|
1230 |
+
"loss": 0.5798,
|
1231 |
+
"step": 170
|
1232 |
+
},
|
1233 |
+
{
|
1234 |
+
"epoch": 0.11710323574730354,
|
1235 |
+
"grad_norm": 0.27547141909599304,
|
1236 |
+
"learning_rate": 7.010007427581378e-06,
|
1237 |
+
"loss": 0.561,
|
1238 |
+
"step": 171
|
1239 |
+
},
|
1240 |
+
{
|
1241 |
+
"epoch": 0.11778804999143982,
|
1242 |
+
"grad_norm": 0.2924772799015045,
|
1243 |
+
"learning_rate": 6.5455526847235825e-06,
|
1244 |
+
"loss": 0.5438,
|
1245 |
+
"step": 172
|
1246 |
+
},
|
1247 |
+
{
|
1248 |
+
"epoch": 0.1184728642355761,
|
1249 |
+
"grad_norm": 0.29513823986053467,
|
1250 |
+
"learning_rate": 6.0959375958151045e-06,
|
1251 |
+
"loss": 0.5882,
|
1252 |
+
"step": 173
|
1253 |
+
},
|
1254 |
+
{
|
1255 |
+
"epoch": 0.11915767847971238,
|
1256 |
+
"grad_norm": 0.2879987359046936,
|
1257 |
+
"learning_rate": 5.6613157039969055e-06,
|
1258 |
+
"loss": 0.5767,
|
1259 |
+
"step": 174
|
1260 |
+
},
|
1261 |
+
{
|
1262 |
+
"epoch": 0.11984249272384866,
|
1263 |
+
"grad_norm": 0.30210405588150024,
|
1264 |
+
"learning_rate": 5.241835432246889e-06,
|
1265 |
+
"loss": 0.6167,
|
1266 |
+
"step": 175
|
1267 |
+
},
|
1268 |
+
{
|
1269 |
+
"epoch": 0.12052730696798493,
|
1270 |
+
"grad_norm": 0.3155370056629181,
|
1271 |
+
"learning_rate": 4.837640032693558e-06,
|
1272 |
+
"loss": 0.5849,
|
1273 |
+
"step": 176
|
1274 |
+
},
|
1275 |
+
{
|
1276 |
+
"epoch": 0.12121212121212122,
|
1277 |
+
"grad_norm": 0.32978156208992004,
|
1278 |
+
"learning_rate": 4.448867537695578e-06,
|
1279 |
+
"loss": 0.6192,
|
1280 |
+
"step": 177
|
1281 |
+
},
|
1282 |
+
{
|
1283 |
+
"epoch": 0.12189693545625749,
|
1284 |
+
"grad_norm": 0.3881371319293976,
|
1285 |
+
"learning_rate": 4.075650712703849e-06,
|
1286 |
+
"loss": 0.5813,
|
1287 |
+
"step": 178
|
1288 |
+
},
|
1289 |
+
{
|
1290 |
+
"epoch": 0.12258174970039377,
|
1291 |
+
"grad_norm": 0.3963642120361328,
|
1292 |
+
"learning_rate": 3.71811701092219e-06,
|
1293 |
+
"loss": 0.6088,
|
1294 |
+
"step": 179
|
1295 |
+
},
|
1296 |
+
{
|
1297 |
+
"epoch": 0.12326656394453005,
|
1298 |
+
"grad_norm": 0.3978794515132904,
|
1299 |
+
"learning_rate": 3.376388529782215e-06,
|
1300 |
+
"loss": 0.6061,
|
1301 |
+
"step": 180
|
1302 |
+
},
|
1303 |
+
{
|
1304 |
+
"epoch": 0.12395137818866632,
|
1305 |
+
"grad_norm": 0.43060538172721863,
|
1306 |
+
"learning_rate": 3.0505819692471792e-06,
|
1307 |
+
"loss": 0.5915,
|
1308 |
+
"step": 181
|
1309 |
+
},
|
1310 |
+
{
|
1311 |
+
"epoch": 0.1246361924328026,
|
1312 |
+
"grad_norm": 0.4637625217437744,
|
1313 |
+
"learning_rate": 2.7408085919590264e-06,
|
1314 |
+
"loss": 0.6218,
|
1315 |
+
"step": 182
|
1316 |
+
},
|
1317 |
+
{
|
1318 |
+
"epoch": 0.12532100667693888,
|
1319 |
+
"grad_norm": 0.4725170135498047,
|
1320 |
+
"learning_rate": 2.4471741852423237e-06,
|
1321 |
+
"loss": 0.5826,
|
1322 |
+
"step": 183
|
1323 |
+
},
|
1324 |
+
{
|
1325 |
+
"epoch": 0.12600582092107515,
|
1326 |
+
"grad_norm": 0.532699704170227,
|
1327 |
+
"learning_rate": 2.1697790249779636e-06,
|
1328 |
+
"loss": 0.6331,
|
1329 |
+
"step": 184
|
1330 |
+
},
|
1331 |
+
{
|
1332 |
+
"epoch": 0.12669063516521142,
|
1333 |
+
"grad_norm": 0.6026003360748291,
|
1334 |
+
"learning_rate": 1.908717841359048e-06,
|
1335 |
+
"loss": 0.6512,
|
1336 |
+
"step": 185
|
1337 |
+
},
|
1338 |
+
{
|
1339 |
+
"epoch": 0.12737544940934772,
|
1340 |
+
"grad_norm": 0.6390156745910645,
|
1341 |
+
"learning_rate": 1.6640797865406288e-06,
|
1342 |
+
"loss": 0.6593,
|
1343 |
+
"step": 186
|
1344 |
+
},
|
1345 |
+
{
|
1346 |
+
"epoch": 0.128060263653484,
|
1347 |
+
"grad_norm": 0.6509230732917786,
|
1348 |
+
"learning_rate": 1.4359484041943038e-06,
|
1349 |
+
"loss": 0.6658,
|
1350 |
+
"step": 187
|
1351 |
+
},
|
1352 |
+
{
|
1353 |
+
"epoch": 0.12874507789762027,
|
1354 |
+
"grad_norm": 0.7189095616340637,
|
1355 |
+
"learning_rate": 1.2244016009781701e-06,
|
1356 |
+
"loss": 0.6296,
|
1357 |
+
"step": 188
|
1358 |
+
},
|
1359 |
+
{
|
1360 |
+
"epoch": 0.12942989214175654,
|
1361 |
+
"grad_norm": 0.7797378897666931,
|
1362 |
+
"learning_rate": 1.0295116199317057e-06,
|
1363 |
+
"loss": 0.6571,
|
1364 |
+
"step": 189
|
1365 |
+
},
|
1366 |
+
{
|
1367 |
+
"epoch": 0.13011470638589281,
|
1368 |
+
"grad_norm": 0.7035871744155884,
|
1369 |
+
"learning_rate": 8.513450158049108e-07,
|
1370 |
+
"loss": 0.5857,
|
1371 |
+
"step": 190
|
1372 |
+
},
|
1373 |
+
{
|
1374 |
+
"epoch": 0.13079952063002911,
|
1375 |
+
"grad_norm": 0.7862012982368469,
|
1376 |
+
"learning_rate": 6.899626323298713e-07,
|
1377 |
+
"loss": 0.6599,
|
1378 |
+
"step": 191
|
1379 |
+
},
|
1380 |
+
{
|
1381 |
+
"epoch": 0.1314843348741654,
|
1382 |
+
"grad_norm": 0.8630943894386292,
|
1383 |
+
"learning_rate": 5.454195814427021e-07,
|
1384 |
+
"loss": 0.7652,
|
1385 |
+
"step": 192
|
1386 |
+
},
|
1387 |
+
{
|
1388 |
+
"epoch": 0.13216914911830166,
|
1389 |
+
"grad_norm": 0.8961440920829773,
|
1390 |
+
"learning_rate": 4.177652244628627e-07,
|
1391 |
+
"loss": 0.5976,
|
1392 |
+
"step": 193
|
1393 |
+
},
|
1394 |
+
{
|
1395 |
+
"epoch": 0.13285396336243793,
|
1396 |
+
"grad_norm": 0.8933964967727661,
|
1397 |
+
"learning_rate": 3.0704315523631953e-07,
|
1398 |
+
"loss": 0.6846,
|
1399 |
+
"step": 194
|
1400 |
+
},
|
1401 |
+
{
|
1402 |
+
"epoch": 0.1335387776065742,
|
1403 |
+
"grad_norm": 0.9491346478462219,
|
1404 |
+
"learning_rate": 2.1329118524827662e-07,
|
1405 |
+
"loss": 0.7293,
|
1406 |
+
"step": 195
|
1407 |
+
},
|
1408 |
+
{
|
1409 |
+
"epoch": 0.1342235918507105,
|
1410 |
+
"grad_norm": 1.0365053415298462,
|
1411 |
+
"learning_rate": 1.3654133071059893e-07,
|
1412 |
+
"loss": 0.7464,
|
1413 |
+
"step": 196
|
1414 |
+
},
|
1415 |
+
{
|
1416 |
+
"epoch": 0.13490840609484678,
|
1417 |
+
"grad_norm": 1.1153377294540405,
|
1418 |
+
"learning_rate": 7.681980162830282e-08,
|
1419 |
+
"loss": 0.699,
|
1420 |
+
"step": 197
|
1421 |
+
},
|
1422 |
+
{
|
1423 |
+
"epoch": 0.13559322033898305,
|
1424 |
+
"grad_norm": 1.0952070951461792,
|
1425 |
+
"learning_rate": 3.4146992848854695e-08,
|
1426 |
+
"loss": 0.7628,
|
1427 |
+
"step": 198
|
1428 |
+
},
|
1429 |
+
{
|
1430 |
+
"epoch": 0.13627803458311932,
|
1431 |
+
"grad_norm": 1.4037970304489136,
|
1432 |
+
"learning_rate": 8.537477097364522e-09,
|
1433 |
+
"loss": 0.899,
|
1434 |
+
"step": 199
|
1435 |
+
},
|
1436 |
+
{
|
1437 |
+
"epoch": 0.1369628488272556,
|
1438 |
+
"grad_norm": 1.8042813539505005,
|
1439 |
+
"learning_rate": 0.0,
|
1440 |
+
"loss": 0.8487,
|
1441 |
+
"step": 200
|
1442 |
+
},
|
1443 |
+
{
|
1444 |
+
"epoch": 0.1369628488272556,
|
1445 |
+
"eval_loss": 0.6194487810134888,
|
1446 |
+
"eval_runtime": 117.4375,
|
1447 |
+
"eval_samples_per_second": 20.947,
|
1448 |
+
"eval_steps_per_second": 10.474,
|
1449 |
+
"step": 200
|
1450 |
+
}
|
1451 |
+
],
|
1452 |
+
"logging_steps": 1,
|
1453 |
+
"max_steps": 200,
|
1454 |
+
"num_input_tokens_seen": 0,
|
1455 |
+
"num_train_epochs": 1,
|
1456 |
+
"save_steps": 50,
|
1457 |
+
"stateful_callbacks": {
|
1458 |
+
"EarlyStoppingCallback": {
|
1459 |
+
"args": {
|
1460 |
+
"early_stopping_patience": 5,
|
1461 |
+
"early_stopping_threshold": 0.0
|
1462 |
+
},
|
1463 |
+
"attributes": {
|
1464 |
+
"early_stopping_patience_counter": 0
|
1465 |
+
}
|
1466 |
+
},
|
1467 |
+
"TrainerControl": {
|
1468 |
+
"args": {
|
1469 |
+
"should_epoch_stop": false,
|
1470 |
+
"should_evaluate": false,
|
1471 |
+
"should_log": false,
|
1472 |
+
"should_save": true,
|
1473 |
+
"should_training_stop": true
|
1474 |
+
},
|
1475 |
+
"attributes": {}
|
1476 |
+
}
|
1477 |
+
},
|
1478 |
+
"total_flos": 8.13032382922752e+16,
|
1479 |
+
"train_batch_size": 8,
|
1480 |
+
"trial_name": null,
|
1481 |
+
"trial_params": null
|
1482 |
+
}
|
last-checkpoint/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7229b6343678286cae26888960c5fe04a2571b9e93fffbdb8903e38d0f3212d
|
3 |
+
size 6840
|
last-checkpoint/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
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,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_prefix_space": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"151643": {
|
6 |
+
"content": "<|endoftext|>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"151644": {
|
14 |
+
"content": "<|im_start|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"151645": {
|
22 |
+
"content": "<|im_end|>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"151646": {
|
30 |
+
"content": "<|object_ref_start|>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"151647": {
|
38 |
+
"content": "<|object_ref_end|>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"151648": {
|
46 |
+
"content": "<|box_start|>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": false,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
},
|
53 |
+
"151649": {
|
54 |
+
"content": "<|box_end|>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": false,
|
58 |
+
"single_word": false,
|
59 |
+
"special": true
|
60 |
+
},
|
61 |
+
"151650": {
|
62 |
+
"content": "<|quad_start|>",
|
63 |
+
"lstrip": false,
|
64 |
+
"normalized": false,
|
65 |
+
"rstrip": false,
|
66 |
+
"single_word": false,
|
67 |
+
"special": true
|
68 |
+
},
|
69 |
+
"151651": {
|
70 |
+
"content": "<|quad_end|>",
|
71 |
+
"lstrip": false,
|
72 |
+
"normalized": false,
|
73 |
+
"rstrip": false,
|
74 |
+
"single_word": false,
|
75 |
+
"special": true
|
76 |
+
},
|
77 |
+
"151652": {
|
78 |
+
"content": "<|vision_start|>",
|
79 |
+
"lstrip": false,
|
80 |
+
"normalized": false,
|
81 |
+
"rstrip": false,
|
82 |
+
"single_word": false,
|
83 |
+
"special": true
|
84 |
+
},
|
85 |
+
"151653": {
|
86 |
+
"content": "<|vision_end|>",
|
87 |
+
"lstrip": false,
|
88 |
+
"normalized": false,
|
89 |
+
"rstrip": false,
|
90 |
+
"single_word": false,
|
91 |
+
"special": true
|
92 |
+
},
|
93 |
+
"151654": {
|
94 |
+
"content": "<|vision_pad|>",
|
95 |
+
"lstrip": false,
|
96 |
+
"normalized": false,
|
97 |
+
"rstrip": false,
|
98 |
+
"single_word": false,
|
99 |
+
"special": true
|
100 |
+
},
|
101 |
+
"151655": {
|
102 |
+
"content": "<|image_pad|>",
|
103 |
+
"lstrip": false,
|
104 |
+
"normalized": false,
|
105 |
+
"rstrip": false,
|
106 |
+
"single_word": false,
|
107 |
+
"special": true
|
108 |
+
},
|
109 |
+
"151656": {
|
110 |
+
"content": "<|video_pad|>",
|
111 |
+
"lstrip": false,
|
112 |
+
"normalized": false,
|
113 |
+
"rstrip": false,
|
114 |
+
"single_word": false,
|
115 |
+
"special": true
|
116 |
+
},
|
117 |
+
"151657": {
|
118 |
+
"content": "<tool_call>",
|
119 |
+
"lstrip": false,
|
120 |
+
"normalized": false,
|
121 |
+
"rstrip": false,
|
122 |
+
"single_word": false,
|
123 |
+
"special": false
|
124 |
+
},
|
125 |
+
"151658": {
|
126 |
+
"content": "</tool_call>",
|
127 |
+
"lstrip": false,
|
128 |
+
"normalized": false,
|
129 |
+
"rstrip": false,
|
130 |
+
"single_word": false,
|
131 |
+
"special": false
|
132 |
+
},
|
133 |
+
"151659": {
|
134 |
+
"content": "<|fim_prefix|>",
|
135 |
+
"lstrip": false,
|
136 |
+
"normalized": false,
|
137 |
+
"rstrip": false,
|
138 |
+
"single_word": false,
|
139 |
+
"special": false
|
140 |
+
},
|
141 |
+
"151660": {
|
142 |
+
"content": "<|fim_middle|>",
|
143 |
+
"lstrip": false,
|
144 |
+
"normalized": false,
|
145 |
+
"rstrip": false,
|
146 |
+
"single_word": false,
|
147 |
+
"special": false
|
148 |
+
},
|
149 |
+
"151661": {
|
150 |
+
"content": "<|fim_suffix|>",
|
151 |
+
"lstrip": false,
|
152 |
+
"normalized": false,
|
153 |
+
"rstrip": false,
|
154 |
+
"single_word": false,
|
155 |
+
"special": false
|
156 |
+
},
|
157 |
+
"151662": {
|
158 |
+
"content": "<|fim_pad|>",
|
159 |
+
"lstrip": false,
|
160 |
+
"normalized": false,
|
161 |
+
"rstrip": false,
|
162 |
+
"single_word": false,
|
163 |
+
"special": false
|
164 |
+
},
|
165 |
+
"151663": {
|
166 |
+
"content": "<|repo_name|>",
|
167 |
+
"lstrip": false,
|
168 |
+
"normalized": false,
|
169 |
+
"rstrip": false,
|
170 |
+
"single_word": false,
|
171 |
+
"special": false
|
172 |
+
},
|
173 |
+
"151664": {
|
174 |
+
"content": "<|file_sep|>",
|
175 |
+
"lstrip": false,
|
176 |
+
"normalized": false,
|
177 |
+
"rstrip": false,
|
178 |
+
"single_word": false,
|
179 |
+
"special": false
|
180 |
+
}
|
181 |
+
},
|
182 |
+
"additional_special_tokens": [
|
183 |
+
"<|im_start|>",
|
184 |
+
"<|im_end|>",
|
185 |
+
"<|object_ref_start|>",
|
186 |
+
"<|object_ref_end|>",
|
187 |
+
"<|box_start|>",
|
188 |
+
"<|box_end|>",
|
189 |
+
"<|quad_start|>",
|
190 |
+
"<|quad_end|>",
|
191 |
+
"<|vision_start|>",
|
192 |
+
"<|vision_end|>",
|
193 |
+
"<|vision_pad|>",
|
194 |
+
"<|image_pad|>",
|
195 |
+
"<|video_pad|>"
|
196 |
+
],
|
197 |
+
"bos_token": null,
|
198 |
+
"chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
|
199 |
+
"clean_up_tokenization_spaces": false,
|
200 |
+
"eos_token": "<|im_end|>",
|
201 |
+
"errors": "replace",
|
202 |
+
"model_max_length": 131072,
|
203 |
+
"pad_token": "<|endoftext|>",
|
204 |
+
"split_special_tokens": false,
|
205 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
206 |
+
"unk_token": null
|
207 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7229b6343678286cae26888960c5fe04a2571b9e93fffbdb8903e38d0f3212d
|
3 |
+
size 6840
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|