Undi95 commited on
Commit
75b9830
·
verified ·
1 Parent(s): db40473

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +5 -0
  2. .ipynb_checkpoints/README-checkpoint.md +151 -0
  3. README.md +151 -0
  4. adapter_config.json +37 -0
  5. adapter_model.safetensors +3 -0
  6. added_tokens.json +28 -0
  7. checkpoint-1296/README.md +202 -0
  8. checkpoint-1296/adapter_config.json +37 -0
  9. checkpoint-1296/adapter_model.safetensors +3 -0
  10. checkpoint-1296/added_tokens.json +28 -0
  11. checkpoint-1296/merges.txt +0 -0
  12. checkpoint-1296/optimizer.pt +3 -0
  13. checkpoint-1296/rng_state_0.pth +3 -0
  14. checkpoint-1296/rng_state_1.pth +3 -0
  15. checkpoint-1296/rng_state_2.pth +3 -0
  16. checkpoint-1296/rng_state_3.pth +3 -0
  17. checkpoint-1296/scheduler.pt +3 -0
  18. checkpoint-1296/special_tokens_map.json +31 -0
  19. checkpoint-1296/tokenizer.json +3 -0
  20. checkpoint-1296/tokenizer_config.json +240 -0
  21. checkpoint-1296/trainer_state.json +0 -0
  22. checkpoint-1296/training_args.bin +3 -0
  23. checkpoint-1296/vocab.json +0 -0
  24. checkpoint-324/README.md +202 -0
  25. checkpoint-324/adapter_config.json +37 -0
  26. checkpoint-324/adapter_model.safetensors +3 -0
  27. checkpoint-324/added_tokens.json +28 -0
  28. checkpoint-324/merges.txt +0 -0
  29. checkpoint-324/optimizer.pt +3 -0
  30. checkpoint-324/rng_state_0.pth +3 -0
  31. checkpoint-324/rng_state_1.pth +3 -0
  32. checkpoint-324/rng_state_2.pth +3 -0
  33. checkpoint-324/rng_state_3.pth +3 -0
  34. checkpoint-324/scheduler.pt +3 -0
  35. checkpoint-324/special_tokens_map.json +31 -0
  36. checkpoint-324/tokenizer.json +3 -0
  37. checkpoint-324/tokenizer_config.json +240 -0
  38. checkpoint-324/trainer_state.json +2301 -0
  39. checkpoint-324/training_args.bin +3 -0
  40. checkpoint-324/vocab.json +0 -0
  41. checkpoint-648/README.md +202 -0
  42. checkpoint-648/adapter_config.json +37 -0
  43. checkpoint-648/adapter_model.safetensors +3 -0
  44. checkpoint-648/added_tokens.json +28 -0
  45. checkpoint-648/merges.txt +0 -0
  46. checkpoint-648/optimizer.pt +3 -0
  47. checkpoint-648/rng_state_0.pth +3 -0
  48. checkpoint-648/rng_state_1.pth +3 -0
  49. checkpoint-648/rng_state_2.pth +3 -0
  50. checkpoint-648/rng_state_3.pth +3 -0
.gitattributes CHANGED
@@ -33,3 +33,8 @@ 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
+ checkpoint-1296/tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
+ checkpoint-324/tokenizer.json filter=lfs diff=lfs merge=lfs -text
38
+ checkpoint-648/tokenizer.json filter=lfs diff=lfs merge=lfs -text
39
+ checkpoint-972/tokenizer.json filter=lfs diff=lfs merge=lfs -text
40
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
.ipynb_checkpoints/README-checkpoint.md ADDED
@@ -0,0 +1,151 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - Undi95/QwQ-dataset
7
+ base_model: Qwen/QwQ-32B
8
+ model-index:
9
+ - name: out
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.8.0.dev0`
20
+ ```yaml
21
+ base_model: ./Qwen_QwQ-32B/
22
+ # Automatically upload checkpoint and final model to HF
23
+ # hub_model_id: username/custom_model_name
24
+
25
+ trust_remote_code: true
26
+
27
+ load_in_8bit: true
28
+ load_in_4bit: false
29
+ strict: false
30
+
31
+ chat_template: tokenizer_default
32
+
33
+ datasets:
34
+ - path: Undi95/QwQ-dataset
35
+ type: chat_template
36
+ chat_template: tokenizer_default
37
+ field_messages: conversations
38
+ message_field_role: from
39
+ message_field_content: value
40
+ roles:
41
+ user: ["human", "user"]
42
+ assistant: ["gpt", "assistant"]
43
+ system: ["system"]
44
+ tool: ["tool"]
45
+ dataset_prepared_path: last_run_prepared
46
+ val_set_size: 0.05
47
+ output_dir: ./out
48
+
49
+ sequence_len: 4096
50
+ sample_packing: true
51
+ eval_sample_packing: true
52
+ pad_to_sequence_len: true
53
+
54
+ adapter: lora
55
+ lora_model_dir:
56
+ lora_r: 256
57
+ lora_alpha: 64
58
+ lora_dropout: 0.05
59
+ lora_target_linear: true
60
+ lora_fan_in_fan_out:
61
+
62
+ wandb_project: qwq-rp
63
+ wandb_entity:
64
+ wandb_watch:
65
+ wandb_name:
66
+ wandb_log_model:
67
+
68
+ gradient_accumulation_steps: 2
69
+ micro_batch_size: 2
70
+ num_epochs: 2
71
+ optimizer: paged_adamw_8bit
72
+ lr_scheduler: cosine
73
+ learning_rate: 0.0002
74
+
75
+ train_on_inputs: false
76
+ group_by_length: false
77
+ bf16: auto
78
+ fp16:
79
+ tf32: true
80
+
81
+ gradient_checkpointing: unsloth
82
+ gradient_checkpointing_kwargs:
83
+ use_reentrant: false
84
+ early_stopping_patience:
85
+ resume_from_checkpoint:
86
+ local_rank:
87
+ logging_steps: 1
88
+ xformers_attention:
89
+ flash_attention: true
90
+
91
+ warmup_steps: 20
92
+ saves_per_epoch: 2
93
+ debug:
94
+ deepspeed:
95
+ weight_decay: 0.1
96
+ ```
97
+
98
+ </details><br>
99
+
100
+ # out
101
+
102
+ This model was trained from scratch on the Undi95/QwQ-dataset dataset.
103
+ It achieves the following results on the evaluation set:
104
+ - Loss: 1.0077
105
+
106
+ ## Model description
107
+
108
+ More information needed
109
+
110
+ ## Intended uses & limitations
111
+
112
+ More information needed
113
+
114
+ ## Training and evaluation data
115
+
116
+ More information needed
117
+
118
+ ## Training procedure
119
+
120
+ ### Training hyperparameters
121
+
122
+ The following hyperparameters were used during training:
123
+ - learning_rate: 0.0002
124
+ - train_batch_size: 2
125
+ - eval_batch_size: 2
126
+ - seed: 42
127
+ - distributed_type: multi-GPU
128
+ - num_devices: 4
129
+ - gradient_accumulation_steps: 2
130
+ - total_train_batch_size: 16
131
+ - total_eval_batch_size: 8
132
+ - optimizer: Use OptimizerNames.PAGED_ADAMW_8BIT with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
133
+ - lr_scheduler_type: cosine
134
+ - lr_scheduler_warmup_steps: 20
135
+ - num_epochs: 2.0
136
+
137
+ ### Training results
138
+
139
+ | Training Loss | Epoch | Step | Validation Loss |
140
+ |:-------------:|:------:|:----:|:---------------:|
141
+ | 0.7216 | 1.0 | 649 | 1.0138 |
142
+ | 0.6349 | 1.9977 | 1296 | 1.0077 |
143
+
144
+
145
+ ### Framework versions
146
+
147
+ - PEFT 0.14.0
148
+ - Transformers 4.49.0
149
+ - Pytorch 2.5.1+cu124
150
+ - Datasets 3.2.0
151
+ - Tokenizers 0.21.0
README.md ADDED
@@ -0,0 +1,151 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - Undi95/QwQ-dataset
7
+ base_model: Qwen/QwQ-32B
8
+ model-index:
9
+ - name: out
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.8.0.dev0`
20
+ ```yaml
21
+ base_model: ./Qwen_QwQ-32B/
22
+ # Automatically upload checkpoint and final model to HF
23
+ # hub_model_id: username/custom_model_name
24
+
25
+ trust_remote_code: true
26
+
27
+ load_in_8bit: true
28
+ load_in_4bit: false
29
+ strict: false
30
+
31
+ chat_template: tokenizer_default
32
+
33
+ datasets:
34
+ - path: Undi95/QwQ-dataset
35
+ type: chat_template
36
+ chat_template: tokenizer_default
37
+ field_messages: conversations
38
+ message_field_role: from
39
+ message_field_content: value
40
+ roles:
41
+ user: ["human", "user"]
42
+ assistant: ["gpt", "assistant"]
43
+ system: ["system"]
44
+ tool: ["tool"]
45
+ dataset_prepared_path: last_run_prepared
46
+ val_set_size: 0.05
47
+ output_dir: ./out
48
+
49
+ sequence_len: 4096
50
+ sample_packing: true
51
+ eval_sample_packing: true
52
+ pad_to_sequence_len: true
53
+
54
+ adapter: lora
55
+ lora_model_dir:
56
+ lora_r: 256
57
+ lora_alpha: 64
58
+ lora_dropout: 0.05
59
+ lora_target_linear: true
60
+ lora_fan_in_fan_out:
61
+
62
+ wandb_project: qwq-rp
63
+ wandb_entity:
64
+ wandb_watch:
65
+ wandb_name:
66
+ wandb_log_model:
67
+
68
+ gradient_accumulation_steps: 2
69
+ micro_batch_size: 2
70
+ num_epochs: 2
71
+ optimizer: paged_adamw_8bit
72
+ lr_scheduler: cosine
73
+ learning_rate: 0.0002
74
+
75
+ train_on_inputs: false
76
+ group_by_length: false
77
+ bf16: auto
78
+ fp16:
79
+ tf32: true
80
+
81
+ gradient_checkpointing: unsloth
82
+ gradient_checkpointing_kwargs:
83
+ use_reentrant: false
84
+ early_stopping_patience:
85
+ resume_from_checkpoint:
86
+ local_rank:
87
+ logging_steps: 1
88
+ xformers_attention:
89
+ flash_attention: true
90
+
91
+ warmup_steps: 20
92
+ saves_per_epoch: 2
93
+ debug:
94
+ deepspeed:
95
+ weight_decay: 0.1
96
+ ```
97
+
98
+ </details><br>
99
+
100
+ # out
101
+
102
+ This model was trained from scratch on the Undi95/QwQ-dataset dataset.
103
+ It achieves the following results on the evaluation set:
104
+ - Loss: 1.0077
105
+
106
+ ## Model description
107
+
108
+ More information needed
109
+
110
+ ## Intended uses & limitations
111
+
112
+ More information needed
113
+
114
+ ## Training and evaluation data
115
+
116
+ More information needed
117
+
118
+ ## Training procedure
119
+
120
+ ### Training hyperparameters
121
+
122
+ The following hyperparameters were used during training:
123
+ - learning_rate: 0.0002
124
+ - train_batch_size: 2
125
+ - eval_batch_size: 2
126
+ - seed: 42
127
+ - distributed_type: multi-GPU
128
+ - num_devices: 4
129
+ - gradient_accumulation_steps: 2
130
+ - total_train_batch_size: 16
131
+ - total_eval_batch_size: 8
132
+ - optimizer: Use OptimizerNames.PAGED_ADAMW_8BIT with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
133
+ - lr_scheduler_type: cosine
134
+ - lr_scheduler_warmup_steps: 20
135
+ - num_epochs: 2.0
136
+
137
+ ### Training results
138
+
139
+ | Training Loss | Epoch | Step | Validation Loss |
140
+ |:-------------:|:------:|:----:|:---------------:|
141
+ | 0.7216 | 1.0 | 649 | 1.0138 |
142
+ | 0.6349 | 1.9977 | 1296 | 1.0077 |
143
+
144
+
145
+ ### Framework versions
146
+
147
+ - PEFT 0.14.0
148
+ - Transformers 4.49.0
149
+ - Pytorch 2.5.1+cu124
150
+ - Datasets 3.2.0
151
+ - Tokenizers 0.21.0
adapter_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "./Qwen_QwQ-32B/",
5
+ "bias": "none",
6
+ "eva_config": null,
7
+ "exclude_modules": null,
8
+ "fan_in_fan_out": null,
9
+ "inference_mode": true,
10
+ "init_lora_weights": true,
11
+ "layer_replication": null,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 64,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0.05,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 256,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "k_proj",
27
+ "gate_proj",
28
+ "v_proj",
29
+ "down_proj",
30
+ "up_proj",
31
+ "q_proj",
32
+ "o_proj"
33
+ ],
34
+ "task_type": "CAUSAL_LM",
35
+ "use_dora": false,
36
+ "use_rslora": false
37
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95918cac7677e620853ddd11e138d1d9fd6ad7bb0079babd8fafcf482d2e2229
3
+ size 8590058496
added_tokens.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</think>": 151668,
3
+ "</tool_call>": 151658,
4
+ "</tool_response>": 151666,
5
+ "<think>": 151667,
6
+ "<tool_call>": 151657,
7
+ "<tool_response>": 151665,
8
+ "<|box_end|>": 151649,
9
+ "<|box_start|>": 151648,
10
+ "<|endoftext|>": 151643,
11
+ "<|file_sep|>": 151664,
12
+ "<|fim_middle|>": 151660,
13
+ "<|fim_pad|>": 151662,
14
+ "<|fim_prefix|>": 151659,
15
+ "<|fim_suffix|>": 151661,
16
+ "<|im_end|>": 151645,
17
+ "<|im_start|>": 151644,
18
+ "<|image_pad|>": 151655,
19
+ "<|object_ref_end|>": 151647,
20
+ "<|object_ref_start|>": 151646,
21
+ "<|quad_end|>": 151651,
22
+ "<|quad_start|>": 151650,
23
+ "<|repo_name|>": 151663,
24
+ "<|video_pad|>": 151656,
25
+ "<|vision_end|>": 151653,
26
+ "<|vision_pad|>": 151654,
27
+ "<|vision_start|>": 151652
28
+ }
checkpoint-1296/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: ./Qwen_QwQ-32B/
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.14.0
checkpoint-1296/adapter_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "./Qwen_QwQ-32B/",
5
+ "bias": "none",
6
+ "eva_config": null,
7
+ "exclude_modules": null,
8
+ "fan_in_fan_out": null,
9
+ "inference_mode": true,
10
+ "init_lora_weights": true,
11
+ "layer_replication": null,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 64,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0.05,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 256,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "k_proj",
27
+ "gate_proj",
28
+ "v_proj",
29
+ "down_proj",
30
+ "up_proj",
31
+ "q_proj",
32
+ "o_proj"
33
+ ],
34
+ "task_type": "CAUSAL_LM",
35
+ "use_dora": false,
36
+ "use_rslora": false
37
+ }
checkpoint-1296/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95918cac7677e620853ddd11e138d1d9fd6ad7bb0079babd8fafcf482d2e2229
3
+ size 8590058496
checkpoint-1296/added_tokens.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</think>": 151668,
3
+ "</tool_call>": 151658,
4
+ "</tool_response>": 151666,
5
+ "<think>": 151667,
6
+ "<tool_call>": 151657,
7
+ "<tool_response>": 151665,
8
+ "<|box_end|>": 151649,
9
+ "<|box_start|>": 151648,
10
+ "<|endoftext|>": 151643,
11
+ "<|file_sep|>": 151664,
12
+ "<|fim_middle|>": 151660,
13
+ "<|fim_pad|>": 151662,
14
+ "<|fim_prefix|>": 151659,
15
+ "<|fim_suffix|>": 151661,
16
+ "<|im_end|>": 151645,
17
+ "<|im_start|>": 151644,
18
+ "<|image_pad|>": 151655,
19
+ "<|object_ref_end|>": 151647,
20
+ "<|object_ref_start|>": 151646,
21
+ "<|quad_end|>": 151651,
22
+ "<|quad_start|>": 151650,
23
+ "<|repo_name|>": 151663,
24
+ "<|video_pad|>": 151656,
25
+ "<|vision_end|>": 151653,
26
+ "<|vision_pad|>": 151654,
27
+ "<|vision_start|>": 151652
28
+ }
checkpoint-1296/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1296/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b1731cf2088eb326df707035c37584693bb853f87e3ddbb934c098bb5302ba3
3
+ size 4363155488
checkpoint-1296/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5629b302746d6e0427fa19049db043ef0075164a289baae251ebb58e1d1121ed
3
+ size 15024
checkpoint-1296/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e4a0d10699fefa1a678a196131d3a999b925f3fbb9128897a61e703c88db2e0
3
+ size 15024
checkpoint-1296/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cec77f4a1959af1bbfc572b062cab01bfef3be3a07e088434b9355844fff454c
3
+ size 15024
checkpoint-1296/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c76ce336f2d50ecaddccd8eb35ffa49f94af0e12e5476681a7d39451323c96c
3
+ size 15024
checkpoint-1296/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33ed8fb9c0499428f61563d9e5592768b0393a303532ad7729cfbb6bb2401b4f
3
+ size 1064
checkpoint-1296/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
+ }
checkpoint-1296/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
3
+ size 11422654
checkpoint-1296/tokenizer_config.json ADDED
@@ -0,0 +1,240 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ },
181
+ "151665": {
182
+ "content": "<tool_response>",
183
+ "lstrip": false,
184
+ "normalized": false,
185
+ "rstrip": false,
186
+ "single_word": false,
187
+ "special": false
188
+ },
189
+ "151666": {
190
+ "content": "</tool_response>",
191
+ "lstrip": false,
192
+ "normalized": false,
193
+ "rstrip": false,
194
+ "single_word": false,
195
+ "special": false
196
+ },
197
+ "151667": {
198
+ "content": "<think>",
199
+ "lstrip": false,
200
+ "normalized": false,
201
+ "rstrip": false,
202
+ "single_word": false,
203
+ "special": false
204
+ },
205
+ "151668": {
206
+ "content": "</think>",
207
+ "lstrip": false,
208
+ "normalized": false,
209
+ "rstrip": false,
210
+ "single_word": false,
211
+ "special": false
212
+ }
213
+ },
214
+ "additional_special_tokens": [
215
+ "<|im_start|>",
216
+ "<|im_end|>",
217
+ "<|object_ref_start|>",
218
+ "<|object_ref_end|>",
219
+ "<|box_start|>",
220
+ "<|box_end|>",
221
+ "<|quad_start|>",
222
+ "<|quad_end|>",
223
+ "<|vision_start|>",
224
+ "<|vision_end|>",
225
+ "<|vision_pad|>",
226
+ "<|image_pad|>",
227
+ "<|video_pad|>"
228
+ ],
229
+ "bos_token": null,
230
+ "chat_template": "{%- if tools %}\n {%- if messages[0]['role'] == 'system' and messages[0]['content'] %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\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' and messages[0]['content'] %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|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) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif 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' + message.content }}\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\": \"' + tool_call.name + '\", \"arguments\": ' + (tool_call.arguments | tojson) + '}\\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' + message.content + '\\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",
231
+ "clean_up_tokenization_spaces": false,
232
+ "eos_token": "<|im_end|>",
233
+ "errors": "replace",
234
+ "extra_special_tokens": {},
235
+ "model_max_length": 131072,
236
+ "pad_token": "<|endoftext|>",
237
+ "split_special_tokens": false,
238
+ "tokenizer_class": "Qwen2Tokenizer",
239
+ "unk_token": null
240
+ }
checkpoint-1296/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1296/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d64d01bf61fdd04d5a7a4500fa7e5cabaf9ff46202f1cc0cc346f1f3ed0ede26
3
+ size 8696
checkpoint-1296/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-324/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: ./Qwen_QwQ-32B/
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.14.0
checkpoint-324/adapter_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "./Qwen_QwQ-32B/",
5
+ "bias": "none",
6
+ "eva_config": null,
7
+ "exclude_modules": null,
8
+ "fan_in_fan_out": null,
9
+ "inference_mode": true,
10
+ "init_lora_weights": true,
11
+ "layer_replication": null,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 64,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0.05,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 256,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "k_proj",
27
+ "gate_proj",
28
+ "v_proj",
29
+ "down_proj",
30
+ "up_proj",
31
+ "q_proj",
32
+ "o_proj"
33
+ ],
34
+ "task_type": "CAUSAL_LM",
35
+ "use_dora": false,
36
+ "use_rslora": false
37
+ }
checkpoint-324/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9dbc2036af42c5eaae9de9c48b80d81c2e33ba51103f3d229325c607f33ed56
3
+ size 8590058496
checkpoint-324/added_tokens.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</think>": 151668,
3
+ "</tool_call>": 151658,
4
+ "</tool_response>": 151666,
5
+ "<think>": 151667,
6
+ "<tool_call>": 151657,
7
+ "<tool_response>": 151665,
8
+ "<|box_end|>": 151649,
9
+ "<|box_start|>": 151648,
10
+ "<|endoftext|>": 151643,
11
+ "<|file_sep|>": 151664,
12
+ "<|fim_middle|>": 151660,
13
+ "<|fim_pad|>": 151662,
14
+ "<|fim_prefix|>": 151659,
15
+ "<|fim_suffix|>": 151661,
16
+ "<|im_end|>": 151645,
17
+ "<|im_start|>": 151644,
18
+ "<|image_pad|>": 151655,
19
+ "<|object_ref_end|>": 151647,
20
+ "<|object_ref_start|>": 151646,
21
+ "<|quad_end|>": 151651,
22
+ "<|quad_start|>": 151650,
23
+ "<|repo_name|>": 151663,
24
+ "<|video_pad|>": 151656,
25
+ "<|vision_end|>": 151653,
26
+ "<|vision_pad|>": 151654,
27
+ "<|vision_start|>": 151652
28
+ }
checkpoint-324/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-324/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed1e615d0dc6a3a66b52b413d6546d2a77415de299131d20424aa9e50ec081ae
3
+ size 4363155488
checkpoint-324/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b7631fe88afbab41f356d8023d3600b67e13563721d31271136622412c63508
3
+ size 15024
checkpoint-324/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7193defe9f57c00dd347687d96eef971c3026a7a4c6893727ce5fabd5068e11a
3
+ size 15024
checkpoint-324/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d4ee008bfea5c388e487b6545cf33380e5e104b6cf38155d8e5d584035a60d5
3
+ size 15024
checkpoint-324/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfed1f75a2040a74d8c4768a06556df42dcf2afdae2d7d94d7b798b4a8ae0de1
3
+ size 15024
checkpoint-324/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a53c80490f7bc934bb0aa734cab3ed356745a8ff623e40d42fd3d8703864891d
3
+ size 1064
checkpoint-324/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
+ }
checkpoint-324/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
3
+ size 11422654
checkpoint-324/tokenizer_config.json ADDED
@@ -0,0 +1,240 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ },
181
+ "151665": {
182
+ "content": "<tool_response>",
183
+ "lstrip": false,
184
+ "normalized": false,
185
+ "rstrip": false,
186
+ "single_word": false,
187
+ "special": false
188
+ },
189
+ "151666": {
190
+ "content": "</tool_response>",
191
+ "lstrip": false,
192
+ "normalized": false,
193
+ "rstrip": false,
194
+ "single_word": false,
195
+ "special": false
196
+ },
197
+ "151667": {
198
+ "content": "<think>",
199
+ "lstrip": false,
200
+ "normalized": false,
201
+ "rstrip": false,
202
+ "single_word": false,
203
+ "special": false
204
+ },
205
+ "151668": {
206
+ "content": "</think>",
207
+ "lstrip": false,
208
+ "normalized": false,
209
+ "rstrip": false,
210
+ "single_word": false,
211
+ "special": false
212
+ }
213
+ },
214
+ "additional_special_tokens": [
215
+ "<|im_start|>",
216
+ "<|im_end|>",
217
+ "<|object_ref_start|>",
218
+ "<|object_ref_end|>",
219
+ "<|box_start|>",
220
+ "<|box_end|>",
221
+ "<|quad_start|>",
222
+ "<|quad_end|>",
223
+ "<|vision_start|>",
224
+ "<|vision_end|>",
225
+ "<|vision_pad|>",
226
+ "<|image_pad|>",
227
+ "<|video_pad|>"
228
+ ],
229
+ "bos_token": null,
230
+ "chat_template": "{%- if tools %}\n {%- if messages[0]['role'] == 'system' and messages[0]['content'] %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\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' and messages[0]['content'] %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|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) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif 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' + message.content }}\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\": \"' + tool_call.name + '\", \"arguments\": ' + (tool_call.arguments | tojson) + '}\\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' + message.content + '\\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",
231
+ "clean_up_tokenization_spaces": false,
232
+ "eos_token": "<|im_end|>",
233
+ "errors": "replace",
234
+ "extra_special_tokens": {},
235
+ "model_max_length": 131072,
236
+ "pad_token": "<|endoftext|>",
237
+ "split_special_tokens": false,
238
+ "tokenizer_class": "Qwen2Tokenizer",
239
+ "unk_token": null
240
+ }
checkpoint-324/trainer_state.json ADDED
@@ -0,0 +1,2301 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.49961449498843485,
5
+ "eval_steps": 500,
6
+ "global_step": 324,
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.0015420200462606013,
13
+ "grad_norm": 0.06960189342498779,
14
+ "learning_rate": 1e-05,
15
+ "loss": 0.9546,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.0030840400925212026,
20
+ "grad_norm": 0.07705054432153702,
21
+ "learning_rate": 2e-05,
22
+ "loss": 1.0023,
23
+ "step": 2
24
+ },
25
+ {
26
+ "epoch": 0.004626060138781804,
27
+ "grad_norm": 0.07115544378757477,
28
+ "learning_rate": 3e-05,
29
+ "loss": 0.9733,
30
+ "step": 3
31
+ },
32
+ {
33
+ "epoch": 0.006168080185042405,
34
+ "grad_norm": 0.06770255416631699,
35
+ "learning_rate": 4e-05,
36
+ "loss": 0.8908,
37
+ "step": 4
38
+ },
39
+ {
40
+ "epoch": 0.007710100231303007,
41
+ "grad_norm": 0.06454406678676605,
42
+ "learning_rate": 5e-05,
43
+ "loss": 0.9168,
44
+ "step": 5
45
+ },
46
+ {
47
+ "epoch": 0.009252120277563608,
48
+ "grad_norm": 0.0818350687623024,
49
+ "learning_rate": 6e-05,
50
+ "loss": 0.8822,
51
+ "step": 6
52
+ },
53
+ {
54
+ "epoch": 0.01079414032382421,
55
+ "grad_norm": 0.08504347503185272,
56
+ "learning_rate": 7e-05,
57
+ "loss": 0.9563,
58
+ "step": 7
59
+ },
60
+ {
61
+ "epoch": 0.01233616037008481,
62
+ "grad_norm": 0.08642569184303284,
63
+ "learning_rate": 8e-05,
64
+ "loss": 0.9324,
65
+ "step": 8
66
+ },
67
+ {
68
+ "epoch": 0.013878180416345412,
69
+ "grad_norm": 0.07200746238231659,
70
+ "learning_rate": 9e-05,
71
+ "loss": 0.8557,
72
+ "step": 9
73
+ },
74
+ {
75
+ "epoch": 0.015420200462606014,
76
+ "grad_norm": 0.0539001002907753,
77
+ "learning_rate": 0.0001,
78
+ "loss": 0.8316,
79
+ "step": 10
80
+ },
81
+ {
82
+ "epoch": 0.016962220508866616,
83
+ "grad_norm": 0.05532313138246536,
84
+ "learning_rate": 0.00011000000000000002,
85
+ "loss": 0.869,
86
+ "step": 11
87
+ },
88
+ {
89
+ "epoch": 0.018504240555127217,
90
+ "grad_norm": 0.04828835651278496,
91
+ "learning_rate": 0.00012,
92
+ "loss": 0.9004,
93
+ "step": 12
94
+ },
95
+ {
96
+ "epoch": 0.020046260601387818,
97
+ "grad_norm": 0.051899779587984085,
98
+ "learning_rate": 0.00013000000000000002,
99
+ "loss": 0.7818,
100
+ "step": 13
101
+ },
102
+ {
103
+ "epoch": 0.02158828064764842,
104
+ "grad_norm": 0.07032614946365356,
105
+ "learning_rate": 0.00014,
106
+ "loss": 0.7946,
107
+ "step": 14
108
+ },
109
+ {
110
+ "epoch": 0.02313030069390902,
111
+ "grad_norm": 0.08230099081993103,
112
+ "learning_rate": 0.00015000000000000001,
113
+ "loss": 0.934,
114
+ "step": 15
115
+ },
116
+ {
117
+ "epoch": 0.02467232074016962,
118
+ "grad_norm": 0.08811169862747192,
119
+ "learning_rate": 0.00016,
120
+ "loss": 0.8621,
121
+ "step": 16
122
+ },
123
+ {
124
+ "epoch": 0.026214340786430222,
125
+ "grad_norm": 0.062236446887254715,
126
+ "learning_rate": 0.00017,
127
+ "loss": 0.8186,
128
+ "step": 17
129
+ },
130
+ {
131
+ "epoch": 0.027756360832690823,
132
+ "grad_norm": 0.052294306457042694,
133
+ "learning_rate": 0.00018,
134
+ "loss": 0.8124,
135
+ "step": 18
136
+ },
137
+ {
138
+ "epoch": 0.029298380878951428,
139
+ "grad_norm": 0.032340776175260544,
140
+ "learning_rate": 0.00019,
141
+ "loss": 0.8598,
142
+ "step": 19
143
+ },
144
+ {
145
+ "epoch": 0.03084040092521203,
146
+ "grad_norm": 0.028073711320757866,
147
+ "learning_rate": 0.0002,
148
+ "loss": 0.9087,
149
+ "step": 20
150
+ },
151
+ {
152
+ "epoch": 0.03238242097147263,
153
+ "grad_norm": 0.027820633724331856,
154
+ "learning_rate": 0.00019999969691239107,
155
+ "loss": 0.7093,
156
+ "step": 21
157
+ },
158
+ {
159
+ "epoch": 0.03392444101773323,
160
+ "grad_norm": 0.032430652529001236,
161
+ "learning_rate": 0.00019999878765140146,
162
+ "loss": 0.7825,
163
+ "step": 22
164
+ },
165
+ {
166
+ "epoch": 0.03546646106399383,
167
+ "grad_norm": 0.034685954451560974,
168
+ "learning_rate": 0.000199997272222543,
169
+ "loss": 0.7787,
170
+ "step": 23
171
+ },
172
+ {
173
+ "epoch": 0.03700848111025443,
174
+ "grad_norm": 0.033446088433265686,
175
+ "learning_rate": 0.0001999951506350017,
176
+ "loss": 0.8636,
177
+ "step": 24
178
+ },
179
+ {
180
+ "epoch": 0.03855050115651504,
181
+ "grad_norm": 0.026805371046066284,
182
+ "learning_rate": 0.0001999924229016382,
183
+ "loss": 0.904,
184
+ "step": 25
185
+ },
186
+ {
187
+ "epoch": 0.040092521202775636,
188
+ "grad_norm": 0.024178853258490562,
189
+ "learning_rate": 0.0001999890890389873,
190
+ "loss": 0.7428,
191
+ "step": 26
192
+ },
193
+ {
194
+ "epoch": 0.04163454124903624,
195
+ "grad_norm": 0.024074744433164597,
196
+ "learning_rate": 0.00019998514906725804,
197
+ "loss": 0.8562,
198
+ "step": 27
199
+ },
200
+ {
201
+ "epoch": 0.04317656129529684,
202
+ "grad_norm": 0.025082379579544067,
203
+ "learning_rate": 0.0001999806030103336,
204
+ "loss": 0.8078,
205
+ "step": 28
206
+ },
207
+ {
208
+ "epoch": 0.04471858134155744,
209
+ "grad_norm": 0.027726231142878532,
210
+ "learning_rate": 0.00019997545089577102,
211
+ "loss": 0.7133,
212
+ "step": 29
213
+ },
214
+ {
215
+ "epoch": 0.04626060138781804,
216
+ "grad_norm": 0.02736576274037361,
217
+ "learning_rate": 0.00019996969275480115,
218
+ "loss": 0.7826,
219
+ "step": 30
220
+ },
221
+ {
222
+ "epoch": 0.047802621434078645,
223
+ "grad_norm": 0.0234544537961483,
224
+ "learning_rate": 0.0001999633286223284,
225
+ "loss": 0.7424,
226
+ "step": 31
227
+ },
228
+ {
229
+ "epoch": 0.04934464148033924,
230
+ "grad_norm": 0.025730784982442856,
231
+ "learning_rate": 0.00019995635853693058,
232
+ "loss": 0.7584,
233
+ "step": 32
234
+ },
235
+ {
236
+ "epoch": 0.05088666152659985,
237
+ "grad_norm": 0.02729860506951809,
238
+ "learning_rate": 0.00019994878254085861,
239
+ "loss": 0.73,
240
+ "step": 33
241
+ },
242
+ {
243
+ "epoch": 0.052428681572860444,
244
+ "grad_norm": 0.027428491041064262,
245
+ "learning_rate": 0.00019994060068003627,
246
+ "loss": 0.854,
247
+ "step": 34
248
+ },
249
+ {
250
+ "epoch": 0.05397070161912105,
251
+ "grad_norm": 0.024362564086914062,
252
+ "learning_rate": 0.00019993181300406005,
253
+ "loss": 0.7441,
254
+ "step": 35
255
+ },
256
+ {
257
+ "epoch": 0.05551272166538165,
258
+ "grad_norm": 0.024825185537338257,
259
+ "learning_rate": 0.00019992241956619863,
260
+ "loss": 0.7367,
261
+ "step": 36
262
+ },
263
+ {
264
+ "epoch": 0.05705474171164225,
265
+ "grad_norm": 0.023908289149403572,
266
+ "learning_rate": 0.00019991242042339264,
267
+ "loss": 0.8266,
268
+ "step": 37
269
+ },
270
+ {
271
+ "epoch": 0.058596761757902856,
272
+ "grad_norm": 0.023762725293636322,
273
+ "learning_rate": 0.00019990181563625447,
274
+ "loss": 0.829,
275
+ "step": 38
276
+ },
277
+ {
278
+ "epoch": 0.06013878180416345,
279
+ "grad_norm": 0.02654297836124897,
280
+ "learning_rate": 0.0001998906052690677,
281
+ "loss": 0.7635,
282
+ "step": 39
283
+ },
284
+ {
285
+ "epoch": 0.06168080185042406,
286
+ "grad_norm": 0.026318082585930824,
287
+ "learning_rate": 0.00019987878938978684,
288
+ "loss": 0.7623,
289
+ "step": 40
290
+ },
291
+ {
292
+ "epoch": 0.06322282189668466,
293
+ "grad_norm": 0.024309197440743446,
294
+ "learning_rate": 0.00019986636807003673,
295
+ "loss": 0.7494,
296
+ "step": 41
297
+ },
298
+ {
299
+ "epoch": 0.06476484194294525,
300
+ "grad_norm": 0.022980719804763794,
301
+ "learning_rate": 0.00019985334138511237,
302
+ "loss": 0.748,
303
+ "step": 42
304
+ },
305
+ {
306
+ "epoch": 0.06630686198920586,
307
+ "grad_norm": 0.023796193301677704,
308
+ "learning_rate": 0.00019983970941397835,
309
+ "loss": 0.8684,
310
+ "step": 43
311
+ },
312
+ {
313
+ "epoch": 0.06784888203546646,
314
+ "grad_norm": 0.02435590885579586,
315
+ "learning_rate": 0.00019982547223926824,
316
+ "loss": 0.6749,
317
+ "step": 44
318
+ },
319
+ {
320
+ "epoch": 0.06939090208172706,
321
+ "grad_norm": 0.026482658460736275,
322
+ "learning_rate": 0.0001998106299472843,
323
+ "loss": 0.7684,
324
+ "step": 45
325
+ },
326
+ {
327
+ "epoch": 0.07093292212798766,
328
+ "grad_norm": 0.025558117777109146,
329
+ "learning_rate": 0.0001997951826279968,
330
+ "loss": 0.7507,
331
+ "step": 46
332
+ },
333
+ {
334
+ "epoch": 0.07247494217424827,
335
+ "grad_norm": 0.027371902018785477,
336
+ "learning_rate": 0.00019977913037504355,
337
+ "loss": 0.7377,
338
+ "step": 47
339
+ },
340
+ {
341
+ "epoch": 0.07401696222050887,
342
+ "grad_norm": 0.0234097708016634,
343
+ "learning_rate": 0.00019976247328572938,
344
+ "loss": 0.7675,
345
+ "step": 48
346
+ },
347
+ {
348
+ "epoch": 0.07555898226676946,
349
+ "grad_norm": 0.0241215992718935,
350
+ "learning_rate": 0.00019974521146102537,
351
+ "loss": 0.8079,
352
+ "step": 49
353
+ },
354
+ {
355
+ "epoch": 0.07710100231303008,
356
+ "grad_norm": 0.025045258924365044,
357
+ "learning_rate": 0.00019972734500556846,
358
+ "loss": 0.8407,
359
+ "step": 50
360
+ },
361
+ {
362
+ "epoch": 0.07864302235929067,
363
+ "grad_norm": 0.02574036829173565,
364
+ "learning_rate": 0.0001997088740276607,
365
+ "loss": 0.767,
366
+ "step": 51
367
+ },
368
+ {
369
+ "epoch": 0.08018504240555127,
370
+ "grad_norm": 0.02342085726559162,
371
+ "learning_rate": 0.00019968979863926856,
372
+ "loss": 0.7373,
373
+ "step": 52
374
+ },
375
+ {
376
+ "epoch": 0.08172706245181187,
377
+ "grad_norm": 0.023467406630516052,
378
+ "learning_rate": 0.0001996701189560223,
379
+ "loss": 0.6529,
380
+ "step": 53
381
+ },
382
+ {
383
+ "epoch": 0.08326908249807248,
384
+ "grad_norm": 0.02330499142408371,
385
+ "learning_rate": 0.00019964983509721527,
386
+ "loss": 0.7347,
387
+ "step": 54
388
+ },
389
+ {
390
+ "epoch": 0.08481110254433308,
391
+ "grad_norm": 0.027940964326262474,
392
+ "learning_rate": 0.00019962894718580324,
393
+ "loss": 0.9313,
394
+ "step": 55
395
+ },
396
+ {
397
+ "epoch": 0.08635312259059368,
398
+ "grad_norm": 0.024525761604309082,
399
+ "learning_rate": 0.00019960745534840354,
400
+ "loss": 0.767,
401
+ "step": 56
402
+ },
403
+ {
404
+ "epoch": 0.08789514263685427,
405
+ "grad_norm": 0.024538526311516762,
406
+ "learning_rate": 0.00019958535971529434,
407
+ "loss": 0.7659,
408
+ "step": 57
409
+ },
410
+ {
411
+ "epoch": 0.08943716268311488,
412
+ "grad_norm": 0.02253701537847519,
413
+ "learning_rate": 0.00019956266042041394,
414
+ "loss": 0.7805,
415
+ "step": 58
416
+ },
417
+ {
418
+ "epoch": 0.09097918272937548,
419
+ "grad_norm": 0.023676637560129166,
420
+ "learning_rate": 0.0001995393576013598,
421
+ "loss": 0.7894,
422
+ "step": 59
423
+ },
424
+ {
425
+ "epoch": 0.09252120277563608,
426
+ "grad_norm": 0.022134529426693916,
427
+ "learning_rate": 0.0001995154513993878,
428
+ "loss": 0.7492,
429
+ "step": 60
430
+ },
431
+ {
432
+ "epoch": 0.09406322282189669,
433
+ "grad_norm": 0.02350509911775589,
434
+ "learning_rate": 0.00019949094195941152,
435
+ "loss": 0.6902,
436
+ "step": 61
437
+ },
438
+ {
439
+ "epoch": 0.09560524286815729,
440
+ "grad_norm": 0.02464171312749386,
441
+ "learning_rate": 0.00019946582943000102,
442
+ "loss": 0.7836,
443
+ "step": 62
444
+ },
445
+ {
446
+ "epoch": 0.09714726291441789,
447
+ "grad_norm": 0.023095758631825447,
448
+ "learning_rate": 0.00019944011396338222,
449
+ "loss": 0.8321,
450
+ "step": 63
451
+ },
452
+ {
453
+ "epoch": 0.09868928296067848,
454
+ "grad_norm": 0.026240425184369087,
455
+ "learning_rate": 0.00019941379571543596,
456
+ "loss": 0.8461,
457
+ "step": 64
458
+ },
459
+ {
460
+ "epoch": 0.1002313030069391,
461
+ "grad_norm": 0.02174345962703228,
462
+ "learning_rate": 0.00019938687484569693,
463
+ "loss": 0.6388,
464
+ "step": 65
465
+ },
466
+ {
467
+ "epoch": 0.1017733230531997,
468
+ "grad_norm": 0.02867325395345688,
469
+ "learning_rate": 0.00019935935151735277,
470
+ "loss": 0.826,
471
+ "step": 66
472
+ },
473
+ {
474
+ "epoch": 0.10331534309946029,
475
+ "grad_norm": 0.02631618268787861,
476
+ "learning_rate": 0.00019933122589724302,
477
+ "loss": 0.9407,
478
+ "step": 67
479
+ },
480
+ {
481
+ "epoch": 0.10485736314572089,
482
+ "grad_norm": 0.022020747885107994,
483
+ "learning_rate": 0.0001993024981558583,
484
+ "loss": 0.7004,
485
+ "step": 68
486
+ },
487
+ {
488
+ "epoch": 0.1063993831919815,
489
+ "grad_norm": 0.02743780054152012,
490
+ "learning_rate": 0.000199273168467339,
491
+ "loss": 0.7607,
492
+ "step": 69
493
+ },
494
+ {
495
+ "epoch": 0.1079414032382421,
496
+ "grad_norm": 0.028378015384078026,
497
+ "learning_rate": 0.00019924323700947448,
498
+ "loss": 0.8604,
499
+ "step": 70
500
+ },
501
+ {
502
+ "epoch": 0.1094834232845027,
503
+ "grad_norm": 0.0275627039372921,
504
+ "learning_rate": 0.00019921270396370172,
505
+ "loss": 0.835,
506
+ "step": 71
507
+ },
508
+ {
509
+ "epoch": 0.1110254433307633,
510
+ "grad_norm": 0.023099975660443306,
511
+ "learning_rate": 0.0001991815695151046,
512
+ "loss": 0.7028,
513
+ "step": 72
514
+ },
515
+ {
516
+ "epoch": 0.1125674633770239,
517
+ "grad_norm": 0.028545403853058815,
518
+ "learning_rate": 0.00019914983385241236,
519
+ "loss": 0.8248,
520
+ "step": 73
521
+ },
522
+ {
523
+ "epoch": 0.1141094834232845,
524
+ "grad_norm": 0.02746577188372612,
525
+ "learning_rate": 0.00019911749716799873,
526
+ "loss": 0.7309,
527
+ "step": 74
528
+ },
529
+ {
530
+ "epoch": 0.1156515034695451,
531
+ "grad_norm": 0.024899670854210854,
532
+ "learning_rate": 0.00019908455965788067,
533
+ "loss": 0.7473,
534
+ "step": 75
535
+ },
536
+ {
537
+ "epoch": 0.11719352351580571,
538
+ "grad_norm": 0.024973087012767792,
539
+ "learning_rate": 0.00019905102152171727,
540
+ "loss": 0.8362,
541
+ "step": 76
542
+ },
543
+ {
544
+ "epoch": 0.11873554356206631,
545
+ "grad_norm": 0.023668723180890083,
546
+ "learning_rate": 0.0001990168829628083,
547
+ "loss": 0.7677,
548
+ "step": 77
549
+ },
550
+ {
551
+ "epoch": 0.1202775636083269,
552
+ "grad_norm": 0.02495860867202282,
553
+ "learning_rate": 0.0001989821441880933,
554
+ "loss": 0.7341,
555
+ "step": 78
556
+ },
557
+ {
558
+ "epoch": 0.1218195836545875,
559
+ "grad_norm": 0.02537156455218792,
560
+ "learning_rate": 0.00019894680540815006,
561
+ "loss": 0.6767,
562
+ "step": 79
563
+ },
564
+ {
565
+ "epoch": 0.12336160370084812,
566
+ "grad_norm": 0.0246786717325449,
567
+ "learning_rate": 0.0001989108668371936,
568
+ "loss": 0.7959,
569
+ "step": 80
570
+ },
571
+ {
572
+ "epoch": 0.12490362374710871,
573
+ "grad_norm": 0.02471376582980156,
574
+ "learning_rate": 0.00019887432869307458,
575
+ "loss": 0.6787,
576
+ "step": 81
577
+ },
578
+ {
579
+ "epoch": 0.1264456437933693,
580
+ "grad_norm": 0.025275586172938347,
581
+ "learning_rate": 0.00019883719119727816,
582
+ "loss": 0.7753,
583
+ "step": 82
584
+ },
585
+ {
586
+ "epoch": 0.12798766383962992,
587
+ "grad_norm": 0.021094506606459618,
588
+ "learning_rate": 0.00019879945457492267,
589
+ "loss": 0.758,
590
+ "step": 83
591
+ },
592
+ {
593
+ "epoch": 0.1295296838858905,
594
+ "grad_norm": 0.02534683421254158,
595
+ "learning_rate": 0.00019876111905475815,
596
+ "loss": 0.818,
597
+ "step": 84
598
+ },
599
+ {
600
+ "epoch": 0.13107170393215112,
601
+ "grad_norm": 0.024033140391111374,
602
+ "learning_rate": 0.00019872218486916498,
603
+ "loss": 0.775,
604
+ "step": 85
605
+ },
606
+ {
607
+ "epoch": 0.13261372397841173,
608
+ "grad_norm": 0.023884933441877365,
609
+ "learning_rate": 0.00019868265225415265,
610
+ "loss": 0.7918,
611
+ "step": 86
612
+ },
613
+ {
614
+ "epoch": 0.1341557440246723,
615
+ "grad_norm": 0.026067111641168594,
616
+ "learning_rate": 0.00019864252144935794,
617
+ "loss": 0.8368,
618
+ "step": 87
619
+ },
620
+ {
621
+ "epoch": 0.13569776407093292,
622
+ "grad_norm": 0.02631264552474022,
623
+ "learning_rate": 0.00019860179269804394,
624
+ "loss": 0.7138,
625
+ "step": 88
626
+ },
627
+ {
628
+ "epoch": 0.13723978411719354,
629
+ "grad_norm": 0.022870918735861778,
630
+ "learning_rate": 0.00019856046624709822,
631
+ "loss": 0.7423,
632
+ "step": 89
633
+ },
634
+ {
635
+ "epoch": 0.13878180416345412,
636
+ "grad_norm": 0.02922765538096428,
637
+ "learning_rate": 0.00019851854234703145,
638
+ "loss": 0.7498,
639
+ "step": 90
640
+ },
641
+ {
642
+ "epoch": 0.14032382420971473,
643
+ "grad_norm": 0.02589617855846882,
644
+ "learning_rate": 0.00019847602125197598,
645
+ "loss": 0.7438,
646
+ "step": 91
647
+ },
648
+ {
649
+ "epoch": 0.14186584425597532,
650
+ "grad_norm": 0.02394738420844078,
651
+ "learning_rate": 0.00019843290321968412,
652
+ "loss": 0.7094,
653
+ "step": 92
654
+ },
655
+ {
656
+ "epoch": 0.14340786430223593,
657
+ "grad_norm": 0.02237016148865223,
658
+ "learning_rate": 0.0001983891885115267,
659
+ "loss": 0.7868,
660
+ "step": 93
661
+ },
662
+ {
663
+ "epoch": 0.14494988434849654,
664
+ "grad_norm": 0.028733767569065094,
665
+ "learning_rate": 0.00019834487739249146,
666
+ "loss": 0.8178,
667
+ "step": 94
668
+ },
669
+ {
670
+ "epoch": 0.14649190439475712,
671
+ "grad_norm": 0.023086342960596085,
672
+ "learning_rate": 0.0001982999701311814,
673
+ "loss": 0.8368,
674
+ "step": 95
675
+ },
676
+ {
677
+ "epoch": 0.14803392444101773,
678
+ "grad_norm": 0.025624489411711693,
679
+ "learning_rate": 0.0001982544669998132,
680
+ "loss": 0.7731,
681
+ "step": 96
682
+ },
683
+ {
684
+ "epoch": 0.14957594448727835,
685
+ "grad_norm": 0.028302457183599472,
686
+ "learning_rate": 0.0001982083682742156,
687
+ "loss": 0.7942,
688
+ "step": 97
689
+ },
690
+ {
691
+ "epoch": 0.15111796453353893,
692
+ "grad_norm": 0.025008324533700943,
693
+ "learning_rate": 0.00019816167423382765,
694
+ "loss": 0.7393,
695
+ "step": 98
696
+ },
697
+ {
698
+ "epoch": 0.15265998457979954,
699
+ "grad_norm": 0.026291735470294952,
700
+ "learning_rate": 0.00019811438516169702,
701
+ "loss": 0.8016,
702
+ "step": 99
703
+ },
704
+ {
705
+ "epoch": 0.15420200462606015,
706
+ "grad_norm": 0.031547173857688904,
707
+ "learning_rate": 0.00019806650134447838,
708
+ "loss": 0.8597,
709
+ "step": 100
710
+ },
711
+ {
712
+ "epoch": 0.15574402467232074,
713
+ "grad_norm": 0.024978285655379295,
714
+ "learning_rate": 0.00019801802307243153,
715
+ "loss": 0.8182,
716
+ "step": 101
717
+ },
718
+ {
719
+ "epoch": 0.15728604471858135,
720
+ "grad_norm": 0.023977672681212425,
721
+ "learning_rate": 0.00019796895063941978,
722
+ "loss": 0.8374,
723
+ "step": 102
724
+ },
725
+ {
726
+ "epoch": 0.15882806476484193,
727
+ "grad_norm": 0.025743963196873665,
728
+ "learning_rate": 0.000197919284342908,
729
+ "loss": 0.7326,
730
+ "step": 103
731
+ },
732
+ {
733
+ "epoch": 0.16037008481110254,
734
+ "grad_norm": 0.02554011158645153,
735
+ "learning_rate": 0.00019786902448396104,
736
+ "loss": 0.7703,
737
+ "step": 104
738
+ },
739
+ {
740
+ "epoch": 0.16191210485736315,
741
+ "grad_norm": 0.027971483767032623,
742
+ "learning_rate": 0.00019781817136724165,
743
+ "loss": 0.6845,
744
+ "step": 105
745
+ },
746
+ {
747
+ "epoch": 0.16345412490362374,
748
+ "grad_norm": 0.02789183147251606,
749
+ "learning_rate": 0.00019776672530100886,
750
+ "loss": 0.838,
751
+ "step": 106
752
+ },
753
+ {
754
+ "epoch": 0.16499614494988435,
755
+ "grad_norm": 0.029534442350268364,
756
+ "learning_rate": 0.00019771468659711595,
757
+ "loss": 0.7428,
758
+ "step": 107
759
+ },
760
+ {
761
+ "epoch": 0.16653816499614496,
762
+ "grad_norm": 0.02910265140235424,
763
+ "learning_rate": 0.00019766205557100868,
764
+ "loss": 0.8891,
765
+ "step": 108
766
+ },
767
+ {
768
+ "epoch": 0.16808018504240554,
769
+ "grad_norm": 0.02285209856927395,
770
+ "learning_rate": 0.00019760883254172327,
771
+ "loss": 0.7425,
772
+ "step": 109
773
+ },
774
+ {
775
+ "epoch": 0.16962220508866616,
776
+ "grad_norm": 0.025452135130763054,
777
+ "learning_rate": 0.0001975550178318845,
778
+ "loss": 0.7617,
779
+ "step": 110
780
+ },
781
+ {
782
+ "epoch": 0.17116422513492677,
783
+ "grad_norm": 0.02843882516026497,
784
+ "learning_rate": 0.00019750061176770385,
785
+ "loss": 0.9045,
786
+ "step": 111
787
+ },
788
+ {
789
+ "epoch": 0.17270624518118735,
790
+ "grad_norm": 0.026800749823451042,
791
+ "learning_rate": 0.00019744561467897735,
792
+ "loss": 0.72,
793
+ "step": 112
794
+ },
795
+ {
796
+ "epoch": 0.17424826522744796,
797
+ "grad_norm": 0.021131988614797592,
798
+ "learning_rate": 0.00019739002689908377,
799
+ "loss": 0.6511,
800
+ "step": 113
801
+ },
802
+ {
803
+ "epoch": 0.17579028527370855,
804
+ "grad_norm": 0.02588481456041336,
805
+ "learning_rate": 0.00019733384876498245,
806
+ "loss": 0.7168,
807
+ "step": 114
808
+ },
809
+ {
810
+ "epoch": 0.17733230531996916,
811
+ "grad_norm": 0.031303439289331436,
812
+ "learning_rate": 0.00019727708061721133,
813
+ "loss": 0.8685,
814
+ "step": 115
815
+ },
816
+ {
817
+ "epoch": 0.17887432536622977,
818
+ "grad_norm": 0.02867058850824833,
819
+ "learning_rate": 0.00019721972279988477,
820
+ "loss": 0.655,
821
+ "step": 116
822
+ },
823
+ {
824
+ "epoch": 0.18041634541249035,
825
+ "grad_norm": 0.03866586834192276,
826
+ "learning_rate": 0.00019716177566069174,
827
+ "loss": 0.7957,
828
+ "step": 117
829
+ },
830
+ {
831
+ "epoch": 0.18195836545875096,
832
+ "grad_norm": 0.029205329716205597,
833
+ "learning_rate": 0.00019710323955089343,
834
+ "loss": 0.7617,
835
+ "step": 118
836
+ },
837
+ {
838
+ "epoch": 0.18350038550501158,
839
+ "grad_norm": 0.024928180500864983,
840
+ "learning_rate": 0.00019704411482532116,
841
+ "loss": 0.6982,
842
+ "step": 119
843
+ },
844
+ {
845
+ "epoch": 0.18504240555127216,
846
+ "grad_norm": 0.02545573003590107,
847
+ "learning_rate": 0.0001969844018423744,
848
+ "loss": 0.6067,
849
+ "step": 120
850
+ },
851
+ {
852
+ "epoch": 0.18658442559753277,
853
+ "grad_norm": 0.02810928039252758,
854
+ "learning_rate": 0.0001969241009640185,
855
+ "loss": 0.7112,
856
+ "step": 121
857
+ },
858
+ {
859
+ "epoch": 0.18812644564379338,
860
+ "grad_norm": 0.022296108305454254,
861
+ "learning_rate": 0.00019686321255578238,
862
+ "loss": 0.6598,
863
+ "step": 122
864
+ },
865
+ {
866
+ "epoch": 0.18966846569005397,
867
+ "grad_norm": 0.02429027482867241,
868
+ "learning_rate": 0.00019680173698675648,
869
+ "loss": 0.6381,
870
+ "step": 123
871
+ },
872
+ {
873
+ "epoch": 0.19121048573631458,
874
+ "grad_norm": 0.027076730504631996,
875
+ "learning_rate": 0.0001967396746295905,
876
+ "loss": 0.717,
877
+ "step": 124
878
+ },
879
+ {
880
+ "epoch": 0.19275250578257516,
881
+ "grad_norm": 0.02401566132903099,
882
+ "learning_rate": 0.00019667702586049108,
883
+ "loss": 0.8002,
884
+ "step": 125
885
+ },
886
+ {
887
+ "epoch": 0.19429452582883577,
888
+ "grad_norm": 0.024678878486156464,
889
+ "learning_rate": 0.00019661379105921948,
890
+ "loss": 0.7834,
891
+ "step": 126
892
+ },
893
+ {
894
+ "epoch": 0.19583654587509639,
895
+ "grad_norm": 0.029240388423204422,
896
+ "learning_rate": 0.00019654997060908946,
897
+ "loss": 0.8793,
898
+ "step": 127
899
+ },
900
+ {
901
+ "epoch": 0.19737856592135697,
902
+ "grad_norm": 0.02550147846341133,
903
+ "learning_rate": 0.0001964855648969647,
904
+ "loss": 0.6742,
905
+ "step": 128
906
+ },
907
+ {
908
+ "epoch": 0.19892058596761758,
909
+ "grad_norm": 0.02416900172829628,
910
+ "learning_rate": 0.00019642057431325672,
911
+ "loss": 0.7728,
912
+ "step": 129
913
+ },
914
+ {
915
+ "epoch": 0.2004626060138782,
916
+ "grad_norm": 0.024728331714868546,
917
+ "learning_rate": 0.0001963549992519223,
918
+ "loss": 0.7237,
919
+ "step": 130
920
+ },
921
+ {
922
+ "epoch": 0.20200462606013878,
923
+ "grad_norm": 0.025203561410307884,
924
+ "learning_rate": 0.00019628884011046123,
925
+ "loss": 0.7491,
926
+ "step": 131
927
+ },
928
+ {
929
+ "epoch": 0.2035466461063994,
930
+ "grad_norm": 0.02104656957089901,
931
+ "learning_rate": 0.00019622209728991383,
932
+ "loss": 0.7324,
933
+ "step": 132
934
+ },
935
+ {
936
+ "epoch": 0.20508866615265997,
937
+ "grad_norm": 0.03518475592136383,
938
+ "learning_rate": 0.00019615477119485855,
939
+ "loss": 0.8982,
940
+ "step": 133
941
+ },
942
+ {
943
+ "epoch": 0.20663068619892058,
944
+ "grad_norm": 0.026010941714048386,
945
+ "learning_rate": 0.00019608686223340945,
946
+ "loss": 0.7451,
947
+ "step": 134
948
+ },
949
+ {
950
+ "epoch": 0.2081727062451812,
951
+ "grad_norm": 0.025345437228679657,
952
+ "learning_rate": 0.00019601837081721386,
953
+ "loss": 0.705,
954
+ "step": 135
955
+ },
956
+ {
957
+ "epoch": 0.20971472629144178,
958
+ "grad_norm": 0.02374056540429592,
959
+ "learning_rate": 0.00019594929736144976,
960
+ "loss": 0.7307,
961
+ "step": 136
962
+ },
963
+ {
964
+ "epoch": 0.2112567463377024,
965
+ "grad_norm": 0.026990080252289772,
966
+ "learning_rate": 0.00019587964228482332,
967
+ "loss": 0.8173,
968
+ "step": 137
969
+ },
970
+ {
971
+ "epoch": 0.212798766383963,
972
+ "grad_norm": 0.026662928983569145,
973
+ "learning_rate": 0.00019580940600956638,
974
+ "loss": 0.818,
975
+ "step": 138
976
+ },
977
+ {
978
+ "epoch": 0.21434078643022358,
979
+ "grad_norm": 0.026762284338474274,
980
+ "learning_rate": 0.00019573858896143376,
981
+ "loss": 0.6674,
982
+ "step": 139
983
+ },
984
+ {
985
+ "epoch": 0.2158828064764842,
986
+ "grad_norm": 0.02683679386973381,
987
+ "learning_rate": 0.00019566719156970095,
988
+ "loss": 0.7569,
989
+ "step": 140
990
+ },
991
+ {
992
+ "epoch": 0.2174248265227448,
993
+ "grad_norm": 0.022990800440311432,
994
+ "learning_rate": 0.00019559521426716118,
995
+ "loss": 0.7051,
996
+ "step": 141
997
+ },
998
+ {
999
+ "epoch": 0.2189668465690054,
1000
+ "grad_norm": 0.022913858294487,
1001
+ "learning_rate": 0.00019552265749012303,
1002
+ "loss": 0.7483,
1003
+ "step": 142
1004
+ },
1005
+ {
1006
+ "epoch": 0.220508866615266,
1007
+ "grad_norm": 0.025732524693012238,
1008
+ "learning_rate": 0.00019544952167840777,
1009
+ "loss": 0.8484,
1010
+ "step": 143
1011
+ },
1012
+ {
1013
+ "epoch": 0.2220508866615266,
1014
+ "grad_norm": 0.024254556745290756,
1015
+ "learning_rate": 0.00019537580727534644,
1016
+ "loss": 0.747,
1017
+ "step": 144
1018
+ },
1019
+ {
1020
+ "epoch": 0.2235929067077872,
1021
+ "grad_norm": 0.02940620854496956,
1022
+ "learning_rate": 0.0001953015147277776,
1023
+ "loss": 0.8204,
1024
+ "step": 145
1025
+ },
1026
+ {
1027
+ "epoch": 0.2251349267540478,
1028
+ "grad_norm": 0.02590208128094673,
1029
+ "learning_rate": 0.00019522664448604418,
1030
+ "loss": 0.7778,
1031
+ "step": 146
1032
+ },
1033
+ {
1034
+ "epoch": 0.2266769468003084,
1035
+ "grad_norm": 0.02748725563287735,
1036
+ "learning_rate": 0.00019515119700399107,
1037
+ "loss": 0.7782,
1038
+ "step": 147
1039
+ },
1040
+ {
1041
+ "epoch": 0.228218966846569,
1042
+ "grad_norm": 0.024179786443710327,
1043
+ "learning_rate": 0.00019507517273896222,
1044
+ "loss": 0.7651,
1045
+ "step": 148
1046
+ },
1047
+ {
1048
+ "epoch": 0.22976098689282962,
1049
+ "grad_norm": 0.02463974617421627,
1050
+ "learning_rate": 0.00019499857215179786,
1051
+ "loss": 0.8215,
1052
+ "step": 149
1053
+ },
1054
+ {
1055
+ "epoch": 0.2313030069390902,
1056
+ "grad_norm": 0.024559814482927322,
1057
+ "learning_rate": 0.00019492139570683178,
1058
+ "loss": 0.7539,
1059
+ "step": 150
1060
+ },
1061
+ {
1062
+ "epoch": 0.2328450269853508,
1063
+ "grad_norm": 0.023420870304107666,
1064
+ "learning_rate": 0.00019484364387188847,
1065
+ "loss": 0.7035,
1066
+ "step": 151
1067
+ },
1068
+ {
1069
+ "epoch": 0.23438704703161142,
1070
+ "grad_norm": 0.026096729561686516,
1071
+ "learning_rate": 0.00019476531711828027,
1072
+ "loss": 0.8033,
1073
+ "step": 152
1074
+ },
1075
+ {
1076
+ "epoch": 0.235929067077872,
1077
+ "grad_norm": 0.02388446033000946,
1078
+ "learning_rate": 0.0001946864159208045,
1079
+ "loss": 0.6746,
1080
+ "step": 153
1081
+ },
1082
+ {
1083
+ "epoch": 0.23747108712413262,
1084
+ "grad_norm": 0.02306438237428665,
1085
+ "learning_rate": 0.0001946069407577408,
1086
+ "loss": 0.7062,
1087
+ "step": 154
1088
+ },
1089
+ {
1090
+ "epoch": 0.2390131071703932,
1091
+ "grad_norm": 0.024697955697774887,
1092
+ "learning_rate": 0.00019452689211084775,
1093
+ "loss": 0.7691,
1094
+ "step": 155
1095
+ },
1096
+ {
1097
+ "epoch": 0.2405551272166538,
1098
+ "grad_norm": 0.026947690173983574,
1099
+ "learning_rate": 0.00019444627046536056,
1100
+ "loss": 0.7347,
1101
+ "step": 156
1102
+ },
1103
+ {
1104
+ "epoch": 0.24209714726291442,
1105
+ "grad_norm": 0.02345297671854496,
1106
+ "learning_rate": 0.00019436507630998757,
1107
+ "loss": 0.745,
1108
+ "step": 157
1109
+ },
1110
+ {
1111
+ "epoch": 0.243639167309175,
1112
+ "grad_norm": 0.029198188334703445,
1113
+ "learning_rate": 0.00019428331013690765,
1114
+ "loss": 0.7862,
1115
+ "step": 158
1116
+ },
1117
+ {
1118
+ "epoch": 0.24518118735543562,
1119
+ "grad_norm": 0.025465266779065132,
1120
+ "learning_rate": 0.00019420097244176706,
1121
+ "loss": 0.6685,
1122
+ "step": 159
1123
+ },
1124
+ {
1125
+ "epoch": 0.24672320740169623,
1126
+ "grad_norm": 0.02786502055823803,
1127
+ "learning_rate": 0.00019411806372367655,
1128
+ "loss": 0.725,
1129
+ "step": 160
1130
+ },
1131
+ {
1132
+ "epoch": 0.24826522744795682,
1133
+ "grad_norm": 0.02317357063293457,
1134
+ "learning_rate": 0.0001940345844852082,
1135
+ "loss": 0.7075,
1136
+ "step": 161
1137
+ },
1138
+ {
1139
+ "epoch": 0.24980724749421743,
1140
+ "grad_norm": 0.02511444129049778,
1141
+ "learning_rate": 0.00019395053523239245,
1142
+ "loss": 0.7102,
1143
+ "step": 162
1144
+ },
1145
+ {
1146
+ "epoch": 0.25134926754047804,
1147
+ "grad_norm": 0.02567203901708126,
1148
+ "learning_rate": 0.00019386591647471506,
1149
+ "loss": 0.8113,
1150
+ "step": 163
1151
+ },
1152
+ {
1153
+ "epoch": 0.2528912875867386,
1154
+ "grad_norm": 0.02611825056374073,
1155
+ "learning_rate": 0.00019378072872511398,
1156
+ "loss": 0.786,
1157
+ "step": 164
1158
+ },
1159
+ {
1160
+ "epoch": 0.2544333076329992,
1161
+ "grad_norm": 0.02788010984659195,
1162
+ "learning_rate": 0.0001936949724999762,
1163
+ "loss": 0.684,
1164
+ "step": 165
1165
+ },
1166
+ {
1167
+ "epoch": 0.25597532767925985,
1168
+ "grad_norm": 0.026200013235211372,
1169
+ "learning_rate": 0.0001936086483191347,
1170
+ "loss": 0.7563,
1171
+ "step": 166
1172
+ },
1173
+ {
1174
+ "epoch": 0.25751734772552043,
1175
+ "grad_norm": 0.024887658655643463,
1176
+ "learning_rate": 0.00019352175670586533,
1177
+ "loss": 0.6896,
1178
+ "step": 167
1179
+ },
1180
+ {
1181
+ "epoch": 0.259059367771781,
1182
+ "grad_norm": 0.027471961453557014,
1183
+ "learning_rate": 0.00019343429818688347,
1184
+ "loss": 0.8109,
1185
+ "step": 168
1186
+ },
1187
+ {
1188
+ "epoch": 0.26060138781804165,
1189
+ "grad_norm": 0.024350160732865334,
1190
+ "learning_rate": 0.00019334627329234102,
1191
+ "loss": 0.7178,
1192
+ "step": 169
1193
+ },
1194
+ {
1195
+ "epoch": 0.26214340786430224,
1196
+ "grad_norm": 0.02346990443766117,
1197
+ "learning_rate": 0.00019325768255582302,
1198
+ "loss": 0.6508,
1199
+ "step": 170
1200
+ },
1201
+ {
1202
+ "epoch": 0.2636854279105628,
1203
+ "grad_norm": 0.028655072674155235,
1204
+ "learning_rate": 0.00019316852651434462,
1205
+ "loss": 0.7036,
1206
+ "step": 171
1207
+ },
1208
+ {
1209
+ "epoch": 0.26522744795682346,
1210
+ "grad_norm": 0.024629781022667885,
1211
+ "learning_rate": 0.0001930788057083476,
1212
+ "loss": 0.774,
1213
+ "step": 172
1214
+ },
1215
+ {
1216
+ "epoch": 0.26676946800308404,
1217
+ "grad_norm": 0.023107299581170082,
1218
+ "learning_rate": 0.0001929885206816973,
1219
+ "loss": 0.7021,
1220
+ "step": 173
1221
+ },
1222
+ {
1223
+ "epoch": 0.2683114880493446,
1224
+ "grad_norm": 0.022794177755713463,
1225
+ "learning_rate": 0.00019289767198167916,
1226
+ "loss": 0.7469,
1227
+ "step": 174
1228
+ },
1229
+ {
1230
+ "epoch": 0.26985350809560527,
1231
+ "grad_norm": 0.026097161695361137,
1232
+ "learning_rate": 0.00019280626015899546,
1233
+ "loss": 0.7325,
1234
+ "step": 175
1235
+ },
1236
+ {
1237
+ "epoch": 0.27139552814186585,
1238
+ "grad_norm": 0.029879910871386528,
1239
+ "learning_rate": 0.00019271428576776205,
1240
+ "loss": 0.7614,
1241
+ "step": 176
1242
+ },
1243
+ {
1244
+ "epoch": 0.27293754818812643,
1245
+ "grad_norm": 0.026986606419086456,
1246
+ "learning_rate": 0.00019262174936550487,
1247
+ "loss": 0.7718,
1248
+ "step": 177
1249
+ },
1250
+ {
1251
+ "epoch": 0.2744795682343871,
1252
+ "grad_norm": 0.025835467502474785,
1253
+ "learning_rate": 0.00019252865151315665,
1254
+ "loss": 0.7511,
1255
+ "step": 178
1256
+ },
1257
+ {
1258
+ "epoch": 0.27602158828064766,
1259
+ "grad_norm": 0.028101902455091476,
1260
+ "learning_rate": 0.00019243499277505355,
1261
+ "loss": 0.8136,
1262
+ "step": 179
1263
+ },
1264
+ {
1265
+ "epoch": 0.27756360832690824,
1266
+ "grad_norm": 0.028153471648693085,
1267
+ "learning_rate": 0.00019234077371893155,
1268
+ "loss": 0.8798,
1269
+ "step": 180
1270
+ },
1271
+ {
1272
+ "epoch": 0.2791056283731688,
1273
+ "grad_norm": 0.024540267884731293,
1274
+ "learning_rate": 0.0001922459949159233,
1275
+ "loss": 0.7854,
1276
+ "step": 181
1277
+ },
1278
+ {
1279
+ "epoch": 0.28064764841942946,
1280
+ "grad_norm": 0.023485183715820312,
1281
+ "learning_rate": 0.00019215065694055437,
1282
+ "loss": 0.6655,
1283
+ "step": 182
1284
+ },
1285
+ {
1286
+ "epoch": 0.28218966846569005,
1287
+ "grad_norm": 0.023394625633955002,
1288
+ "learning_rate": 0.00019205476037073997,
1289
+ "loss": 0.759,
1290
+ "step": 183
1291
+ },
1292
+ {
1293
+ "epoch": 0.28373168851195063,
1294
+ "grad_norm": 0.025181008502840996,
1295
+ "learning_rate": 0.00019195830578778132,
1296
+ "loss": 0.7649,
1297
+ "step": 184
1298
+ },
1299
+ {
1300
+ "epoch": 0.28527370855821127,
1301
+ "grad_norm": 0.023696815595030785,
1302
+ "learning_rate": 0.0001918612937763622,
1303
+ "loss": 0.7469,
1304
+ "step": 185
1305
+ },
1306
+ {
1307
+ "epoch": 0.28681572860447185,
1308
+ "grad_norm": 0.025794658809900284,
1309
+ "learning_rate": 0.00019176372492454537,
1310
+ "loss": 0.7623,
1311
+ "step": 186
1312
+ },
1313
+ {
1314
+ "epoch": 0.28835774865073244,
1315
+ "grad_norm": 0.02523699589073658,
1316
+ "learning_rate": 0.00019166559982376904,
1317
+ "loss": 0.6621,
1318
+ "step": 187
1319
+ },
1320
+ {
1321
+ "epoch": 0.2898997686969931,
1322
+ "grad_norm": 0.02426300384104252,
1323
+ "learning_rate": 0.00019156691906884325,
1324
+ "loss": 0.748,
1325
+ "step": 188
1326
+ },
1327
+ {
1328
+ "epoch": 0.29144178874325366,
1329
+ "grad_norm": 0.024227775633335114,
1330
+ "learning_rate": 0.0001914676832579463,
1331
+ "loss": 0.724,
1332
+ "step": 189
1333
+ },
1334
+ {
1335
+ "epoch": 0.29298380878951424,
1336
+ "grad_norm": 0.031684551388025284,
1337
+ "learning_rate": 0.00019136789299262108,
1338
+ "loss": 0.8939,
1339
+ "step": 190
1340
+ },
1341
+ {
1342
+ "epoch": 0.2945258288357749,
1343
+ "grad_norm": 0.023766616359353065,
1344
+ "learning_rate": 0.0001912675488777714,
1345
+ "loss": 0.7179,
1346
+ "step": 191
1347
+ },
1348
+ {
1349
+ "epoch": 0.29606784888203547,
1350
+ "grad_norm": 0.02463400922715664,
1351
+ "learning_rate": 0.0001911666515216585,
1352
+ "loss": 0.8202,
1353
+ "step": 192
1354
+ },
1355
+ {
1356
+ "epoch": 0.29760986892829605,
1357
+ "grad_norm": 0.0225905179977417,
1358
+ "learning_rate": 0.00019106520153589708,
1359
+ "loss": 0.6357,
1360
+ "step": 193
1361
+ },
1362
+ {
1363
+ "epoch": 0.2991518889745567,
1364
+ "grad_norm": 0.022882292047142982,
1365
+ "learning_rate": 0.00019096319953545185,
1366
+ "loss": 0.7506,
1367
+ "step": 194
1368
+ },
1369
+ {
1370
+ "epoch": 0.3006939090208173,
1371
+ "grad_norm": 0.027596216648817062,
1372
+ "learning_rate": 0.00019086064613863364,
1373
+ "loss": 0.7669,
1374
+ "step": 195
1375
+ },
1376
+ {
1377
+ "epoch": 0.30223592906707786,
1378
+ "grad_norm": 0.030367175117135048,
1379
+ "learning_rate": 0.00019075754196709572,
1380
+ "loss": 0.7792,
1381
+ "step": 196
1382
+ },
1383
+ {
1384
+ "epoch": 0.3037779491133385,
1385
+ "grad_norm": 0.025017013773322105,
1386
+ "learning_rate": 0.00019065388764583004,
1387
+ "loss": 0.6977,
1388
+ "step": 197
1389
+ },
1390
+ {
1391
+ "epoch": 0.3053199691595991,
1392
+ "grad_norm": 0.02788584679365158,
1393
+ "learning_rate": 0.0001905496838031634,
1394
+ "loss": 0.6871,
1395
+ "step": 198
1396
+ },
1397
+ {
1398
+ "epoch": 0.30686198920585966,
1399
+ "grad_norm": 0.032745130360126495,
1400
+ "learning_rate": 0.00019044493107075368,
1401
+ "loss": 0.8934,
1402
+ "step": 199
1403
+ },
1404
+ {
1405
+ "epoch": 0.3084040092521203,
1406
+ "grad_norm": 0.027039945125579834,
1407
+ "learning_rate": 0.00019033963008358598,
1408
+ "loss": 0.6522,
1409
+ "step": 200
1410
+ },
1411
+ {
1412
+ "epoch": 0.3099460292983809,
1413
+ "grad_norm": 0.03149978816509247,
1414
+ "learning_rate": 0.0001902337814799688,
1415
+ "loss": 0.844,
1416
+ "step": 201
1417
+ },
1418
+ {
1419
+ "epoch": 0.31148804934464147,
1420
+ "grad_norm": 0.024369308724999428,
1421
+ "learning_rate": 0.0001901273859015301,
1422
+ "loss": 0.7202,
1423
+ "step": 202
1424
+ },
1425
+ {
1426
+ "epoch": 0.31303006939090205,
1427
+ "grad_norm": 0.05448361113667488,
1428
+ "learning_rate": 0.00019002044399321356,
1429
+ "loss": 0.8301,
1430
+ "step": 203
1431
+ },
1432
+ {
1433
+ "epoch": 0.3145720894371627,
1434
+ "grad_norm": 0.02388385497033596,
1435
+ "learning_rate": 0.0001899129564032745,
1436
+ "loss": 0.7105,
1437
+ "step": 204
1438
+ },
1439
+ {
1440
+ "epoch": 0.3161141094834233,
1441
+ "grad_norm": 0.02488291636109352,
1442
+ "learning_rate": 0.00018980492378327607,
1443
+ "loss": 0.7393,
1444
+ "step": 205
1445
+ },
1446
+ {
1447
+ "epoch": 0.31765612952968386,
1448
+ "grad_norm": 0.023874662816524506,
1449
+ "learning_rate": 0.00018969634678808522,
1450
+ "loss": 0.6791,
1451
+ "step": 206
1452
+ },
1453
+ {
1454
+ "epoch": 0.3191981495759445,
1455
+ "grad_norm": 0.030418075621128082,
1456
+ "learning_rate": 0.0001895872260758688,
1457
+ "loss": 0.75,
1458
+ "step": 207
1459
+ },
1460
+ {
1461
+ "epoch": 0.3207401696222051,
1462
+ "grad_norm": 0.02990088053047657,
1463
+ "learning_rate": 0.00018947756230808954,
1464
+ "loss": 0.7986,
1465
+ "step": 208
1466
+ },
1467
+ {
1468
+ "epoch": 0.32228218966846567,
1469
+ "grad_norm": 0.027980022132396698,
1470
+ "learning_rate": 0.00018936735614950197,
1471
+ "loss": 0.7054,
1472
+ "step": 209
1473
+ },
1474
+ {
1475
+ "epoch": 0.3238242097147263,
1476
+ "grad_norm": 0.026269223541021347,
1477
+ "learning_rate": 0.00018925660826814856,
1478
+ "loss": 0.8195,
1479
+ "step": 210
1480
+ },
1481
+ {
1482
+ "epoch": 0.3253662297609869,
1483
+ "grad_norm": 0.025045178830623627,
1484
+ "learning_rate": 0.0001891453193353555,
1485
+ "loss": 0.7221,
1486
+ "step": 211
1487
+ },
1488
+ {
1489
+ "epoch": 0.3269082498072475,
1490
+ "grad_norm": 0.021175356581807137,
1491
+ "learning_rate": 0.00018903349002572873,
1492
+ "loss": 0.6513,
1493
+ "step": 212
1494
+ },
1495
+ {
1496
+ "epoch": 0.3284502698535081,
1497
+ "grad_norm": 0.023593388497829437,
1498
+ "learning_rate": 0.0001889211210171498,
1499
+ "loss": 0.7405,
1500
+ "step": 213
1501
+ },
1502
+ {
1503
+ "epoch": 0.3299922898997687,
1504
+ "grad_norm": 0.027270464226603508,
1505
+ "learning_rate": 0.00018880821299077183,
1506
+ "loss": 0.7184,
1507
+ "step": 214
1508
+ },
1509
+ {
1510
+ "epoch": 0.3315343099460293,
1511
+ "grad_norm": 0.025203121826052666,
1512
+ "learning_rate": 0.00018869476663101523,
1513
+ "loss": 0.6659,
1514
+ "step": 215
1515
+ },
1516
+ {
1517
+ "epoch": 0.3330763299922899,
1518
+ "grad_norm": 0.024924185127019882,
1519
+ "learning_rate": 0.0001885807826255638,
1520
+ "loss": 0.7412,
1521
+ "step": 216
1522
+ },
1523
+ {
1524
+ "epoch": 0.3346183500385505,
1525
+ "grad_norm": 0.022862501442432404,
1526
+ "learning_rate": 0.00018846626166536026,
1527
+ "loss": 0.6984,
1528
+ "step": 217
1529
+ },
1530
+ {
1531
+ "epoch": 0.3361603700848111,
1532
+ "grad_norm": 0.022781461477279663,
1533
+ "learning_rate": 0.0001883512044446023,
1534
+ "loss": 0.6374,
1535
+ "step": 218
1536
+ },
1537
+ {
1538
+ "epoch": 0.33770239013107173,
1539
+ "grad_norm": 0.023618346080183983,
1540
+ "learning_rate": 0.0001882356116607383,
1541
+ "loss": 0.6948,
1542
+ "step": 219
1543
+ },
1544
+ {
1545
+ "epoch": 0.3392444101773323,
1546
+ "grad_norm": 0.02586747333407402,
1547
+ "learning_rate": 0.0001881194840144631,
1548
+ "loss": 0.7682,
1549
+ "step": 220
1550
+ },
1551
+ {
1552
+ "epoch": 0.3407864302235929,
1553
+ "grad_norm": 0.026834698393940926,
1554
+ "learning_rate": 0.00018800282220971366,
1555
+ "loss": 0.7546,
1556
+ "step": 221
1557
+ },
1558
+ {
1559
+ "epoch": 0.34232845026985353,
1560
+ "grad_norm": 0.028564658015966415,
1561
+ "learning_rate": 0.00018788562695366495,
1562
+ "loss": 0.8267,
1563
+ "step": 222
1564
+ },
1565
+ {
1566
+ "epoch": 0.3438704703161141,
1567
+ "grad_norm": 0.02490355260670185,
1568
+ "learning_rate": 0.00018776789895672558,
1569
+ "loss": 0.6937,
1570
+ "step": 223
1571
+ },
1572
+ {
1573
+ "epoch": 0.3454124903623747,
1574
+ "grad_norm": 0.03545152395963669,
1575
+ "learning_rate": 0.00018764963893253347,
1576
+ "loss": 0.7001,
1577
+ "step": 224
1578
+ },
1579
+ {
1580
+ "epoch": 0.3469545104086353,
1581
+ "grad_norm": 0.02449451945722103,
1582
+ "learning_rate": 0.00018753084759795158,
1583
+ "loss": 0.8165,
1584
+ "step": 225
1585
+ },
1586
+ {
1587
+ "epoch": 0.3484965304548959,
1588
+ "grad_norm": 0.027851196005940437,
1589
+ "learning_rate": 0.00018741152567306355,
1590
+ "loss": 0.7196,
1591
+ "step": 226
1592
+ },
1593
+ {
1594
+ "epoch": 0.3500385505011565,
1595
+ "grad_norm": 0.02707446552813053,
1596
+ "learning_rate": 0.00018729167388116934,
1597
+ "loss": 0.8375,
1598
+ "step": 227
1599
+ },
1600
+ {
1601
+ "epoch": 0.3515805705474171,
1602
+ "grad_norm": 0.02902469038963318,
1603
+ "learning_rate": 0.00018717129294878074,
1604
+ "loss": 0.6744,
1605
+ "step": 228
1606
+ },
1607
+ {
1608
+ "epoch": 0.35312259059367773,
1609
+ "grad_norm": 0.031537748873233795,
1610
+ "learning_rate": 0.0001870503836056172,
1611
+ "loss": 0.7552,
1612
+ "step": 229
1613
+ },
1614
+ {
1615
+ "epoch": 0.3546646106399383,
1616
+ "grad_norm": 0.026265786960721016,
1617
+ "learning_rate": 0.00018692894658460117,
1618
+ "loss": 0.7551,
1619
+ "step": 230
1620
+ },
1621
+ {
1622
+ "epoch": 0.3562066306861989,
1623
+ "grad_norm": 0.02483406662940979,
1624
+ "learning_rate": 0.0001868069826218538,
1625
+ "loss": 0.7233,
1626
+ "step": 231
1627
+ },
1628
+ {
1629
+ "epoch": 0.35774865073245954,
1630
+ "grad_norm": 0.024800019338726997,
1631
+ "learning_rate": 0.0001866844924566904,
1632
+ "loss": 0.7371,
1633
+ "step": 232
1634
+ },
1635
+ {
1636
+ "epoch": 0.3592906707787201,
1637
+ "grad_norm": 0.02515244670212269,
1638
+ "learning_rate": 0.00018656147683161593,
1639
+ "loss": 0.7621,
1640
+ "step": 233
1641
+ },
1642
+ {
1643
+ "epoch": 0.3608326908249807,
1644
+ "grad_norm": 0.02592633105814457,
1645
+ "learning_rate": 0.00018643793649232072,
1646
+ "loss": 0.7539,
1647
+ "step": 234
1648
+ },
1649
+ {
1650
+ "epoch": 0.36237471087124135,
1651
+ "grad_norm": 0.0275077186524868,
1652
+ "learning_rate": 0.00018631387218767561,
1653
+ "loss": 0.6925,
1654
+ "step": 235
1655
+ },
1656
+ {
1657
+ "epoch": 0.36391673091750193,
1658
+ "grad_norm": 0.027163324877619743,
1659
+ "learning_rate": 0.00018618928466972775,
1660
+ "loss": 0.7867,
1661
+ "step": 236
1662
+ },
1663
+ {
1664
+ "epoch": 0.3654587509637625,
1665
+ "grad_norm": 0.026956308633089066,
1666
+ "learning_rate": 0.0001860641746936957,
1667
+ "loss": 0.7813,
1668
+ "step": 237
1669
+ },
1670
+ {
1671
+ "epoch": 0.36700077101002315,
1672
+ "grad_norm": 0.02884814888238907,
1673
+ "learning_rate": 0.0001859385430179652,
1674
+ "loss": 0.7366,
1675
+ "step": 238
1676
+ },
1677
+ {
1678
+ "epoch": 0.36854279105628374,
1679
+ "grad_norm": 0.025071945041418076,
1680
+ "learning_rate": 0.00018581239040408432,
1681
+ "loss": 0.708,
1682
+ "step": 239
1683
+ },
1684
+ {
1685
+ "epoch": 0.3700848111025443,
1686
+ "grad_norm": 0.032973822206258774,
1687
+ "learning_rate": 0.00018568571761675893,
1688
+ "loss": 0.6544,
1689
+ "step": 240
1690
+ },
1691
+ {
1692
+ "epoch": 0.37162683114880496,
1693
+ "grad_norm": 0.02571587637066841,
1694
+ "learning_rate": 0.0001855585254238481,
1695
+ "loss": 0.7633,
1696
+ "step": 241
1697
+ },
1698
+ {
1699
+ "epoch": 0.37316885119506554,
1700
+ "grad_norm": 0.027229083701968193,
1701
+ "learning_rate": 0.00018543081459635935,
1702
+ "loss": 0.7752,
1703
+ "step": 242
1704
+ },
1705
+ {
1706
+ "epoch": 0.3747108712413261,
1707
+ "grad_norm": 0.022508805617690086,
1708
+ "learning_rate": 0.00018530258590844409,
1709
+ "loss": 0.6437,
1710
+ "step": 243
1711
+ },
1712
+ {
1713
+ "epoch": 0.37625289128758677,
1714
+ "grad_norm": 0.026772433891892433,
1715
+ "learning_rate": 0.00018517384013739285,
1716
+ "loss": 0.805,
1717
+ "step": 244
1718
+ },
1719
+ {
1720
+ "epoch": 0.37779491133384735,
1721
+ "grad_norm": 0.023964572697877884,
1722
+ "learning_rate": 0.00018504457806363056,
1723
+ "loss": 0.7378,
1724
+ "step": 245
1725
+ },
1726
+ {
1727
+ "epoch": 0.37933693138010793,
1728
+ "grad_norm": 0.02789299376308918,
1729
+ "learning_rate": 0.0001849148004707119,
1730
+ "loss": 0.772,
1731
+ "step": 246
1732
+ },
1733
+ {
1734
+ "epoch": 0.3808789514263685,
1735
+ "grad_norm": 0.031168216839432716,
1736
+ "learning_rate": 0.00018478450814531647,
1737
+ "loss": 0.8299,
1738
+ "step": 247
1739
+ },
1740
+ {
1741
+ "epoch": 0.38242097147262916,
1742
+ "grad_norm": 0.03058604896068573,
1743
+ "learning_rate": 0.00018465370187724408,
1744
+ "loss": 0.694,
1745
+ "step": 248
1746
+ },
1747
+ {
1748
+ "epoch": 0.38396299151888974,
1749
+ "grad_norm": 0.028347650542855263,
1750
+ "learning_rate": 0.0001845223824594099,
1751
+ "loss": 0.7373,
1752
+ "step": 249
1753
+ },
1754
+ {
1755
+ "epoch": 0.3855050115651503,
1756
+ "grad_norm": 0.025979626923799515,
1757
+ "learning_rate": 0.00018439055068783966,
1758
+ "loss": 0.8036,
1759
+ "step": 250
1760
+ },
1761
+ {
1762
+ "epoch": 0.38704703161141096,
1763
+ "grad_norm": 0.029867777600884438,
1764
+ "learning_rate": 0.0001842582073616649,
1765
+ "loss": 0.7655,
1766
+ "step": 251
1767
+ },
1768
+ {
1769
+ "epoch": 0.38858905165767155,
1770
+ "grad_norm": 0.025117915123701096,
1771
+ "learning_rate": 0.00018412535328311814,
1772
+ "loss": 0.7532,
1773
+ "step": 252
1774
+ },
1775
+ {
1776
+ "epoch": 0.39013107170393213,
1777
+ "grad_norm": 0.023947982117533684,
1778
+ "learning_rate": 0.00018399198925752778,
1779
+ "loss": 0.6967,
1780
+ "step": 253
1781
+ },
1782
+ {
1783
+ "epoch": 0.39167309175019277,
1784
+ "grad_norm": 0.025846531614661217,
1785
+ "learning_rate": 0.00018385811609331352,
1786
+ "loss": 0.7382,
1787
+ "step": 254
1788
+ },
1789
+ {
1790
+ "epoch": 0.39321511179645335,
1791
+ "grad_norm": 0.025034697726368904,
1792
+ "learning_rate": 0.00018372373460198138,
1793
+ "loss": 0.7282,
1794
+ "step": 255
1795
+ },
1796
+ {
1797
+ "epoch": 0.39475713184271394,
1798
+ "grad_norm": 0.02547437883913517,
1799
+ "learning_rate": 0.00018358884559811856,
1800
+ "loss": 0.7447,
1801
+ "step": 256
1802
+ },
1803
+ {
1804
+ "epoch": 0.3962991518889746,
1805
+ "grad_norm": 0.027032596990466118,
1806
+ "learning_rate": 0.0001834534498993888,
1807
+ "loss": 0.7395,
1808
+ "step": 257
1809
+ },
1810
+ {
1811
+ "epoch": 0.39784117193523516,
1812
+ "grad_norm": 0.027110572904348373,
1813
+ "learning_rate": 0.0001833175483265273,
1814
+ "loss": 0.7963,
1815
+ "step": 258
1816
+ },
1817
+ {
1818
+ "epoch": 0.39938319198149574,
1819
+ "grad_norm": 0.027663685381412506,
1820
+ "learning_rate": 0.00018318114170333568,
1821
+ "loss": 0.7893,
1822
+ "step": 259
1823
+ },
1824
+ {
1825
+ "epoch": 0.4009252120277564,
1826
+ "grad_norm": 0.027797933667898178,
1827
+ "learning_rate": 0.00018304423085667714,
1828
+ "loss": 0.7228,
1829
+ "step": 260
1830
+ },
1831
+ {
1832
+ "epoch": 0.40246723207401697,
1833
+ "grad_norm": 0.026281701400876045,
1834
+ "learning_rate": 0.0001829068166164712,
1835
+ "loss": 0.749,
1836
+ "step": 261
1837
+ },
1838
+ {
1839
+ "epoch": 0.40400925212027755,
1840
+ "grad_norm": 0.024708108976483345,
1841
+ "learning_rate": 0.00018276889981568906,
1842
+ "loss": 0.6307,
1843
+ "step": 262
1844
+ },
1845
+ {
1846
+ "epoch": 0.4055512721665382,
1847
+ "grad_norm": 0.028213316574692726,
1848
+ "learning_rate": 0.0001826304812903481,
1849
+ "loss": 0.8186,
1850
+ "step": 263
1851
+ },
1852
+ {
1853
+ "epoch": 0.4070932922127988,
1854
+ "grad_norm": 0.024718405678868294,
1855
+ "learning_rate": 0.00018249156187950715,
1856
+ "loss": 0.7077,
1857
+ "step": 264
1858
+ },
1859
+ {
1860
+ "epoch": 0.40863531225905936,
1861
+ "grad_norm": 0.02398741990327835,
1862
+ "learning_rate": 0.00018235214242526125,
1863
+ "loss": 0.7041,
1864
+ "step": 265
1865
+ },
1866
+ {
1867
+ "epoch": 0.41017733230531994,
1868
+ "grad_norm": 0.03176787495613098,
1869
+ "learning_rate": 0.00018221222377273657,
1870
+ "loss": 0.7036,
1871
+ "step": 266
1872
+ },
1873
+ {
1874
+ "epoch": 0.4117193523515806,
1875
+ "grad_norm": 0.028862686827778816,
1876
+ "learning_rate": 0.0001820718067700853,
1877
+ "loss": 0.7947,
1878
+ "step": 267
1879
+ },
1880
+ {
1881
+ "epoch": 0.41326137239784116,
1882
+ "grad_norm": 0.026759544387459755,
1883
+ "learning_rate": 0.0001819308922684805,
1884
+ "loss": 0.7737,
1885
+ "step": 268
1886
+ },
1887
+ {
1888
+ "epoch": 0.41480339244410175,
1889
+ "grad_norm": 0.02719755284488201,
1890
+ "learning_rate": 0.00018178948112211103,
1891
+ "loss": 0.7403,
1892
+ "step": 269
1893
+ },
1894
+ {
1895
+ "epoch": 0.4163454124903624,
1896
+ "grad_norm": 0.024756524711847305,
1897
+ "learning_rate": 0.0001816475741881761,
1898
+ "loss": 0.6994,
1899
+ "step": 270
1900
+ },
1901
+ {
1902
+ "epoch": 0.41788743253662297,
1903
+ "grad_norm": 0.03232420235872269,
1904
+ "learning_rate": 0.00018150517232688049,
1905
+ "loss": 0.7866,
1906
+ "step": 271
1907
+ },
1908
+ {
1909
+ "epoch": 0.41942945258288356,
1910
+ "grad_norm": 0.027607185766100883,
1911
+ "learning_rate": 0.00018136227640142894,
1912
+ "loss": 0.7905,
1913
+ "step": 272
1914
+ },
1915
+ {
1916
+ "epoch": 0.4209714726291442,
1917
+ "grad_norm": 0.024344706907868385,
1918
+ "learning_rate": 0.00018121888727802113,
1919
+ "loss": 0.7408,
1920
+ "step": 273
1921
+ },
1922
+ {
1923
+ "epoch": 0.4225134926754048,
1924
+ "grad_norm": 0.025088010355830193,
1925
+ "learning_rate": 0.0001810750058258464,
1926
+ "loss": 0.737,
1927
+ "step": 274
1928
+ },
1929
+ {
1930
+ "epoch": 0.42405551272166536,
1931
+ "grad_norm": 0.023952683433890343,
1932
+ "learning_rate": 0.00018093063291707847,
1933
+ "loss": 0.7764,
1934
+ "step": 275
1935
+ },
1936
+ {
1937
+ "epoch": 0.425597532767926,
1938
+ "grad_norm": 0.0288414116948843,
1939
+ "learning_rate": 0.00018078576942687008,
1940
+ "loss": 0.7035,
1941
+ "step": 276
1942
+ },
1943
+ {
1944
+ "epoch": 0.4271395528141866,
1945
+ "grad_norm": 0.02681080810725689,
1946
+ "learning_rate": 0.0001806404162333479,
1947
+ "loss": 0.739,
1948
+ "step": 277
1949
+ },
1950
+ {
1951
+ "epoch": 0.42868157286044717,
1952
+ "grad_norm": 0.0266602523624897,
1953
+ "learning_rate": 0.0001804945742176069,
1954
+ "loss": 0.7213,
1955
+ "step": 278
1956
+ },
1957
+ {
1958
+ "epoch": 0.4302235929067078,
1959
+ "grad_norm": 0.025282425805926323,
1960
+ "learning_rate": 0.00018034824426370523,
1961
+ "loss": 0.6807,
1962
+ "step": 279
1963
+ },
1964
+ {
1965
+ "epoch": 0.4317656129529684,
1966
+ "grad_norm": 0.025683747604489326,
1967
+ "learning_rate": 0.00018020142725865888,
1968
+ "loss": 0.7283,
1969
+ "step": 280
1970
+ },
1971
+ {
1972
+ "epoch": 0.433307632999229,
1973
+ "grad_norm": 0.024966144934296608,
1974
+ "learning_rate": 0.00018005412409243606,
1975
+ "loss": 0.7096,
1976
+ "step": 281
1977
+ },
1978
+ {
1979
+ "epoch": 0.4348496530454896,
1980
+ "grad_norm": 0.027953188866376877,
1981
+ "learning_rate": 0.00017990633565795208,
1982
+ "loss": 0.8148,
1983
+ "step": 282
1984
+ },
1985
+ {
1986
+ "epoch": 0.4363916730917502,
1987
+ "grad_norm": 0.02772989496588707,
1988
+ "learning_rate": 0.00017975806285106387,
1989
+ "loss": 0.8568,
1990
+ "step": 283
1991
+ },
1992
+ {
1993
+ "epoch": 0.4379336931380108,
1994
+ "grad_norm": 0.028020409867167473,
1995
+ "learning_rate": 0.00017960930657056438,
1996
+ "loss": 0.6732,
1997
+ "step": 284
1998
+ },
1999
+ {
2000
+ "epoch": 0.4394757131842714,
2001
+ "grad_norm": 0.025754399597644806,
2002
+ "learning_rate": 0.00017946006771817733,
2003
+ "loss": 0.7238,
2004
+ "step": 285
2005
+ },
2006
+ {
2007
+ "epoch": 0.441017733230532,
2008
+ "grad_norm": 0.030171813443303108,
2009
+ "learning_rate": 0.00017931034719855166,
2010
+ "loss": 0.7493,
2011
+ "step": 286
2012
+ },
2013
+ {
2014
+ "epoch": 0.4425597532767926,
2015
+ "grad_norm": 0.026995845139026642,
2016
+ "learning_rate": 0.00017916014591925605,
2017
+ "loss": 0.6118,
2018
+ "step": 287
2019
+ },
2020
+ {
2021
+ "epoch": 0.4441017733230532,
2022
+ "grad_norm": 0.03541433438658714,
2023
+ "learning_rate": 0.00017900946479077346,
2024
+ "loss": 0.7243,
2025
+ "step": 288
2026
+ },
2027
+ {
2028
+ "epoch": 0.4456437933693138,
2029
+ "grad_norm": 0.029751230031251907,
2030
+ "learning_rate": 0.00017885830472649553,
2031
+ "loss": 0.7081,
2032
+ "step": 289
2033
+ },
2034
+ {
2035
+ "epoch": 0.4471858134155744,
2036
+ "grad_norm": 0.022569075226783752,
2037
+ "learning_rate": 0.00017870666664271707,
2038
+ "loss": 0.6488,
2039
+ "step": 290
2040
+ },
2041
+ {
2042
+ "epoch": 0.448727833461835,
2043
+ "grad_norm": 0.03262341767549515,
2044
+ "learning_rate": 0.00017855455145863062,
2045
+ "loss": 0.7626,
2046
+ "step": 291
2047
+ },
2048
+ {
2049
+ "epoch": 0.4502698535080956,
2050
+ "grad_norm": 0.02811555750668049,
2051
+ "learning_rate": 0.0001784019600963207,
2052
+ "loss": 0.7485,
2053
+ "step": 292
2054
+ },
2055
+ {
2056
+ "epoch": 0.4518118735543562,
2057
+ "grad_norm": 0.02504836954176426,
2058
+ "learning_rate": 0.00017824889348075837,
2059
+ "loss": 0.7636,
2060
+ "step": 293
2061
+ },
2062
+ {
2063
+ "epoch": 0.4533538936006168,
2064
+ "grad_norm": 0.02362634427845478,
2065
+ "learning_rate": 0.00017809535253979547,
2066
+ "loss": 0.6915,
2067
+ "step": 294
2068
+ },
2069
+ {
2070
+ "epoch": 0.4548959136468774,
2071
+ "grad_norm": 0.029891418293118477,
2072
+ "learning_rate": 0.00017794133820415916,
2073
+ "loss": 0.7686,
2074
+ "step": 295
2075
+ },
2076
+ {
2077
+ "epoch": 0.456437933693138,
2078
+ "grad_norm": 0.02471439354121685,
2079
+ "learning_rate": 0.0001777868514074462,
2080
+ "loss": 0.6693,
2081
+ "step": 296
2082
+ },
2083
+ {
2084
+ "epoch": 0.4579799537393986,
2085
+ "grad_norm": 0.025612330064177513,
2086
+ "learning_rate": 0.00017763189308611722,
2087
+ "loss": 0.7364,
2088
+ "step": 297
2089
+ },
2090
+ {
2091
+ "epoch": 0.45952197378565923,
2092
+ "grad_norm": 0.026865236461162567,
2093
+ "learning_rate": 0.00017747646417949113,
2094
+ "loss": 0.7445,
2095
+ "step": 298
2096
+ },
2097
+ {
2098
+ "epoch": 0.4610639938319198,
2099
+ "grad_norm": 0.024343574419617653,
2100
+ "learning_rate": 0.00017732056562973954,
2101
+ "loss": 0.6271,
2102
+ "step": 299
2103
+ },
2104
+ {
2105
+ "epoch": 0.4626060138781804,
2106
+ "grad_norm": 0.02818606235086918,
2107
+ "learning_rate": 0.00017716419838188077,
2108
+ "loss": 0.7753,
2109
+ "step": 300
2110
+ },
2111
+ {
2112
+ "epoch": 0.46414803392444104,
2113
+ "grad_norm": 0.026821713894605637,
2114
+ "learning_rate": 0.00017700736338377435,
2115
+ "loss": 0.6976,
2116
+ "step": 301
2117
+ },
2118
+ {
2119
+ "epoch": 0.4656900539707016,
2120
+ "grad_norm": 0.025784511119127274,
2121
+ "learning_rate": 0.00017685006158611516,
2122
+ "loss": 0.7062,
2123
+ "step": 302
2124
+ },
2125
+ {
2126
+ "epoch": 0.4672320740169622,
2127
+ "grad_norm": 0.028515879064798355,
2128
+ "learning_rate": 0.00017669229394242766,
2129
+ "loss": 0.7909,
2130
+ "step": 303
2131
+ },
2132
+ {
2133
+ "epoch": 0.46877409406322285,
2134
+ "grad_norm": 0.024095451459288597,
2135
+ "learning_rate": 0.0001765340614090603,
2136
+ "loss": 0.7535,
2137
+ "step": 304
2138
+ },
2139
+ {
2140
+ "epoch": 0.47031611410948343,
2141
+ "grad_norm": 0.025953758507966995,
2142
+ "learning_rate": 0.0001763753649451794,
2143
+ "loss": 0.7623,
2144
+ "step": 305
2145
+ },
2146
+ {
2147
+ "epoch": 0.471858134155744,
2148
+ "grad_norm": 0.03294069692492485,
2149
+ "learning_rate": 0.00017621620551276366,
2150
+ "loss": 0.8946,
2151
+ "step": 306
2152
+ },
2153
+ {
2154
+ "epoch": 0.47340015420200465,
2155
+ "grad_norm": 0.028394997119903564,
2156
+ "learning_rate": 0.00017605658407659808,
2157
+ "loss": 0.7251,
2158
+ "step": 307
2159
+ },
2160
+ {
2161
+ "epoch": 0.47494217424826524,
2162
+ "grad_norm": 0.025346368551254272,
2163
+ "learning_rate": 0.00017589650160426828,
2164
+ "loss": 0.7074,
2165
+ "step": 308
2166
+ },
2167
+ {
2168
+ "epoch": 0.4764841942945258,
2169
+ "grad_norm": 0.025906400755047798,
2170
+ "learning_rate": 0.0001757359590661545,
2171
+ "loss": 0.6472,
2172
+ "step": 309
2173
+ },
2174
+ {
2175
+ "epoch": 0.4780262143407864,
2176
+ "grad_norm": 0.02889554388821125,
2177
+ "learning_rate": 0.00017557495743542585,
2178
+ "loss": 0.715,
2179
+ "step": 310
2180
+ },
2181
+ {
2182
+ "epoch": 0.47956823438704704,
2183
+ "grad_norm": 0.029205597937107086,
2184
+ "learning_rate": 0.00017541349768803428,
2185
+ "loss": 0.698,
2186
+ "step": 311
2187
+ },
2188
+ {
2189
+ "epoch": 0.4811102544333076,
2190
+ "grad_norm": 0.02610400691628456,
2191
+ "learning_rate": 0.0001752515808027088,
2192
+ "loss": 0.7073,
2193
+ "step": 312
2194
+ },
2195
+ {
2196
+ "epoch": 0.4826522744795682,
2197
+ "grad_norm": 0.023945793509483337,
2198
+ "learning_rate": 0.00017508920776094944,
2199
+ "loss": 0.6865,
2200
+ "step": 313
2201
+ },
2202
+ {
2203
+ "epoch": 0.48419429452582885,
2204
+ "grad_norm": 0.028426503762602806,
2205
+ "learning_rate": 0.0001749263795470213,
2206
+ "loss": 0.7264,
2207
+ "step": 314
2208
+ },
2209
+ {
2210
+ "epoch": 0.48573631457208943,
2211
+ "grad_norm": 0.02865850180387497,
2212
+ "learning_rate": 0.0001747630971479487,
2213
+ "loss": 0.7204,
2214
+ "step": 315
2215
+ },
2216
+ {
2217
+ "epoch": 0.48727833461835,
2218
+ "grad_norm": 0.027321334928274155,
2219
+ "learning_rate": 0.00017459936155350908,
2220
+ "loss": 0.7491,
2221
+ "step": 316
2222
+ },
2223
+ {
2224
+ "epoch": 0.48882035466461066,
2225
+ "grad_norm": 0.02754514105618,
2226
+ "learning_rate": 0.00017443517375622704,
2227
+ "loss": 0.7567,
2228
+ "step": 317
2229
+ },
2230
+ {
2231
+ "epoch": 0.49036237471087124,
2232
+ "grad_norm": 0.028822382912039757,
2233
+ "learning_rate": 0.00017427053475136826,
2234
+ "loss": 0.7559,
2235
+ "step": 318
2236
+ },
2237
+ {
2238
+ "epoch": 0.4919043947571318,
2239
+ "grad_norm": 0.03181014209985733,
2240
+ "learning_rate": 0.00017410544553693365,
2241
+ "loss": 0.7704,
2242
+ "step": 319
2243
+ },
2244
+ {
2245
+ "epoch": 0.49344641480339246,
2246
+ "grad_norm": 0.023862695321440697,
2247
+ "learning_rate": 0.00017393990711365312,
2248
+ "loss": 0.6085,
2249
+ "step": 320
2250
+ },
2251
+ {
2252
+ "epoch": 0.49498843484965305,
2253
+ "grad_norm": 0.02703220769762993,
2254
+ "learning_rate": 0.00017377392048497953,
2255
+ "loss": 0.6979,
2256
+ "step": 321
2257
+ },
2258
+ {
2259
+ "epoch": 0.49653045489591363,
2260
+ "grad_norm": 0.025343257933855057,
2261
+ "learning_rate": 0.00017360748665708268,
2262
+ "loss": 0.7287,
2263
+ "step": 322
2264
+ },
2265
+ {
2266
+ "epoch": 0.49807247494217427,
2267
+ "grad_norm": 0.02830134704709053,
2268
+ "learning_rate": 0.00017344060663884324,
2269
+ "loss": 0.8054,
2270
+ "step": 323
2271
+ },
2272
+ {
2273
+ "epoch": 0.49961449498843485,
2274
+ "grad_norm": 0.025809939950704575,
2275
+ "learning_rate": 0.00017327328144184646,
2276
+ "loss": 0.704,
2277
+ "step": 324
2278
+ }
2279
+ ],
2280
+ "logging_steps": 1,
2281
+ "max_steps": 1296,
2282
+ "num_input_tokens_seen": 0,
2283
+ "num_train_epochs": 2,
2284
+ "save_steps": 324,
2285
+ "stateful_callbacks": {
2286
+ "TrainerControl": {
2287
+ "args": {
2288
+ "should_epoch_stop": false,
2289
+ "should_evaluate": false,
2290
+ "should_log": false,
2291
+ "should_save": true,
2292
+ "should_training_stop": false
2293
+ },
2294
+ "attributes": {}
2295
+ }
2296
+ },
2297
+ "total_flos": 4.348585504514507e+18,
2298
+ "train_batch_size": 2,
2299
+ "trial_name": null,
2300
+ "trial_params": null
2301
+ }
checkpoint-324/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d64d01bf61fdd04d5a7a4500fa7e5cabaf9ff46202f1cc0cc346f1f3ed0ede26
3
+ size 8696
checkpoint-324/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-648/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: ./Qwen_QwQ-32B/
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.14.0
checkpoint-648/adapter_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "./Qwen_QwQ-32B/",
5
+ "bias": "none",
6
+ "eva_config": null,
7
+ "exclude_modules": null,
8
+ "fan_in_fan_out": null,
9
+ "inference_mode": true,
10
+ "init_lora_weights": true,
11
+ "layer_replication": null,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 64,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0.05,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 256,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "k_proj",
27
+ "gate_proj",
28
+ "v_proj",
29
+ "down_proj",
30
+ "up_proj",
31
+ "q_proj",
32
+ "o_proj"
33
+ ],
34
+ "task_type": "CAUSAL_LM",
35
+ "use_dora": false,
36
+ "use_rslora": false
37
+ }
checkpoint-648/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7170050793246c744991e368de8bfb0dce8f2972ca6d8c8a75666254e1b6253b
3
+ size 8590058496
checkpoint-648/added_tokens.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</think>": 151668,
3
+ "</tool_call>": 151658,
4
+ "</tool_response>": 151666,
5
+ "<think>": 151667,
6
+ "<tool_call>": 151657,
7
+ "<tool_response>": 151665,
8
+ "<|box_end|>": 151649,
9
+ "<|box_start|>": 151648,
10
+ "<|endoftext|>": 151643,
11
+ "<|file_sep|>": 151664,
12
+ "<|fim_middle|>": 151660,
13
+ "<|fim_pad|>": 151662,
14
+ "<|fim_prefix|>": 151659,
15
+ "<|fim_suffix|>": 151661,
16
+ "<|im_end|>": 151645,
17
+ "<|im_start|>": 151644,
18
+ "<|image_pad|>": 151655,
19
+ "<|object_ref_end|>": 151647,
20
+ "<|object_ref_start|>": 151646,
21
+ "<|quad_end|>": 151651,
22
+ "<|quad_start|>": 151650,
23
+ "<|repo_name|>": 151663,
24
+ "<|video_pad|>": 151656,
25
+ "<|vision_end|>": 151653,
26
+ "<|vision_pad|>": 151654,
27
+ "<|vision_start|>": 151652
28
+ }
checkpoint-648/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-648/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55ade80aca06060b34e519b5f792a8ff156aef3208d5776892112473d3c8f424
3
+ size 4363155488
checkpoint-648/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7f6f340a218f98293d933476eff98fcef4e7b4b3cc803dcdc6cc9cfcebbee2a
3
+ size 15024
checkpoint-648/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7b4c85b51c24ba1f64d601d6a13159af6861563c42f9872fa53a78c7347d199
3
+ size 15024
checkpoint-648/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac33b9753314bf89119e1308de88a3d22426fc4c5a646efca32ab32511882a71
3
+ size 15024
checkpoint-648/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf791493038967375d2e003684b075ec5b565d2a72ff4be134ecb49dc15bee02
3
+ size 15024