Crystalcareai commited on
Commit
7a23527
1 Parent(s): 528e497

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. README.md +58 -0
  2. adapter_config.json +27 -0
  3. adapter_model.safetensors +3 -0
  4. added_tokens.json +5 -0
  5. all_results.json +7 -0
  6. checkpoint-100/README.md +204 -0
  7. checkpoint-100/adapter_config.json +27 -0
  8. checkpoint-100/adapter_model.safetensors +3 -0
  9. checkpoint-100/added_tokens.json +5 -0
  10. checkpoint-100/merges.txt +0 -0
  11. checkpoint-100/optimizer.pt +3 -0
  12. checkpoint-100/rng_state.pth +3 -0
  13. checkpoint-100/scheduler.pt +3 -0
  14. checkpoint-100/special_tokens_map.json +14 -0
  15. checkpoint-100/tokenizer_config.json +44 -0
  16. checkpoint-100/trainer_state.json +141 -0
  17. checkpoint-100/training_args.bin +3 -0
  18. checkpoint-100/vocab.json +0 -0
  19. checkpoint-1000/README.md +204 -0
  20. checkpoint-1000/adapter_config.json +27 -0
  21. checkpoint-1000/adapter_model.safetensors +3 -0
  22. checkpoint-1000/added_tokens.json +5 -0
  23. checkpoint-1000/merges.txt +0 -0
  24. checkpoint-1000/optimizer.pt +3 -0
  25. checkpoint-1000/rng_state.pth +3 -0
  26. checkpoint-1000/scheduler.pt +3 -0
  27. checkpoint-1000/special_tokens_map.json +14 -0
  28. checkpoint-1000/tokenizer_config.json +44 -0
  29. checkpoint-1000/trainer_state.json +1221 -0
  30. checkpoint-1000/training_args.bin +3 -0
  31. checkpoint-1000/vocab.json +0 -0
  32. checkpoint-1100/README.md +204 -0
  33. checkpoint-1100/adapter_config.json +27 -0
  34. checkpoint-1100/adapter_model.safetensors +3 -0
  35. checkpoint-1100/added_tokens.json +5 -0
  36. checkpoint-1100/merges.txt +0 -0
  37. checkpoint-1100/optimizer.pt +3 -0
  38. checkpoint-1100/rng_state.pth +3 -0
  39. checkpoint-1100/scheduler.pt +3 -0
  40. checkpoint-1100/special_tokens_map.json +14 -0
  41. checkpoint-1100/tokenizer_config.json +44 -0
  42. checkpoint-1100/trainer_state.json +1341 -0
  43. checkpoint-1100/training_args.bin +3 -0
  44. checkpoint-1100/vocab.json +0 -0
  45. checkpoint-1200/README.md +204 -0
  46. checkpoint-1200/adapter_config.json +27 -0
  47. checkpoint-1200/adapter_model.safetensors +3 -0
  48. checkpoint-1200/added_tokens.json +5 -0
  49. checkpoint-1200/merges.txt +0 -0
  50. checkpoint-1200/optimizer.pt +3 -0
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ library_name: peft
4
+ tags:
5
+ - llama-factory
6
+ - lora
7
+ - generated_from_trainer
8
+ base_model: Qwen/Qwen1.5-7B
9
+ model-index:
10
+ - name: train_2024-02-07-03-18-19
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # train_2024-02-07-03-18-19
18
+
19
+ This model is a fine-tuned version of [Qwen/Qwen1.5-7B](https://huggingface.co/Qwen/Qwen1.5-7B) on the openorca dataset.
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 5e-05
39
+ - train_batch_size: 1
40
+ - eval_batch_size: 8
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 16
43
+ - total_train_batch_size: 16
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: cosine
46
+ - num_epochs: 1.5
47
+
48
+ ### Training results
49
+
50
+
51
+
52
+ ### Framework versions
53
+
54
+ - PEFT 0.8.2
55
+ - Transformers 4.37.2
56
+ - Pytorch 2.1.1+cu121
57
+ - Datasets 2.16.1
58
+ - Tokenizers 0.15.1
adapter_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen1.5-7B",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "loftq_config": {},
12
+ "lora_alpha": 16,
13
+ "lora_dropout": 0.1,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 8,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "v_proj",
23
+ "q_proj"
24
+ ],
25
+ "task_type": "CAUSAL_LM",
26
+ "use_rslora": false
27
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7419f49b6d29f1e884f957d0a7683a0ee62f9fe457a8c76cb9012a3d918f7efd
3
+ size 16794200
added_tokens.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "<|endoftext|>": 151643,
3
+ "<|im_end|>": 151645,
4
+ "<|im_start|>": 151644
5
+ }
all_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.5,
3
+ "train_loss": 0.5786039993286133,
4
+ "train_runtime": 49929.7586,
5
+ "train_samples_per_second": 3.005,
6
+ "train_steps_per_second": 0.188
7
+ }
checkpoint-100/README.md ADDED
@@ -0,0 +1,204 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: Qwen/Qwen1.5-7B
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
+
201
+
202
+ ### Framework versions
203
+
204
+ - PEFT 0.8.2
checkpoint-100/adapter_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen1.5-7B",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "loftq_config": {},
12
+ "lora_alpha": 16,
13
+ "lora_dropout": 0.1,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 8,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "v_proj",
23
+ "q_proj"
24
+ ],
25
+ "task_type": "CAUSAL_LM",
26
+ "use_rslora": false
27
+ }
checkpoint-100/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:434d95a4249f6504296279a5afb6eab6cc6be19784dda3e605ca88d38397055f
3
+ size 16794200
checkpoint-100/added_tokens.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "<|endoftext|>": 151643,
3
+ "<|im_end|>": 151645,
4
+ "<|im_start|>": 151644
5
+ }
checkpoint-100/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-100/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07ba0565b93c130179680f49954bf9c5e43262001804ed2a6cead76db4398bda
3
+ size 33662074
checkpoint-100/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d9d73fcab9fded2400eb9f44001395b47a31303928eb60d0757795eafcf11eb
3
+ size 14244
checkpoint-100/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e768aec4f8b2ab32c9e46a5c7390405181351d84675afd0c7341bdc75075b42
3
+ size 1064
checkpoint-100/special_tokens_map.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>"
5
+ ],
6
+ "eos_token": "<|im_end|>",
7
+ "pad_token": {
8
+ "content": "<|endoftext|>",
9
+ "lstrip": false,
10
+ "normalized": false,
11
+ "rstrip": false,
12
+ "single_word": false
13
+ }
14
+ }
checkpoint-100/tokenizer_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "151643": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "151644": {
13
+ "content": "<|im_start|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "151645": {
21
+ "content": "<|im_end|>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ }
28
+ },
29
+ "additional_special_tokens": [
30
+ "<|im_start|>",
31
+ "<|im_end|>"
32
+ ],
33
+ "bos_token": null,
34
+ "chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
35
+ "clean_up_tokenization_spaces": false,
36
+ "eos_token": "<|im_end|>",
37
+ "errors": "replace",
38
+ "model_max_length": 32768,
39
+ "pad_token": "<|endoftext|>",
40
+ "padding_side": "right",
41
+ "split_special_tokens": false,
42
+ "tokenizer_class": "Qwen2Tokenizer",
43
+ "unk_token": null
44
+ }
checkpoint-100/trainer_state.json ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.015998240193578706,
5
+ "eval_steps": 500,
6
+ "global_step": 100,
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.0,
13
+ "learning_rate": 4.9999964908081455e-05,
14
+ "loss": 0.7285,
15
+ "step": 5
16
+ },
17
+ {
18
+ "epoch": 0.0,
19
+ "learning_rate": 4.999985963242432e-05,
20
+ "loss": 0.6712,
21
+ "step": 10
22
+ },
23
+ {
24
+ "epoch": 0.0,
25
+ "learning_rate": 4.999968417332415e-05,
26
+ "loss": 0.6081,
27
+ "step": 15
28
+ },
29
+ {
30
+ "epoch": 0.0,
31
+ "learning_rate": 4.999943853127351e-05,
32
+ "loss": 0.6383,
33
+ "step": 20
34
+ },
35
+ {
36
+ "epoch": 0.0,
37
+ "learning_rate": 4.999912270696202e-05,
38
+ "loss": 0.6456,
39
+ "step": 25
40
+ },
41
+ {
42
+ "epoch": 0.0,
43
+ "learning_rate": 4.9998736701276295e-05,
44
+ "loss": 0.6228,
45
+ "step": 30
46
+ },
47
+ {
48
+ "epoch": 0.01,
49
+ "learning_rate": 4.99982805153e-05,
50
+ "loss": 0.6134,
51
+ "step": 35
52
+ },
53
+ {
54
+ "epoch": 0.01,
55
+ "learning_rate": 4.9997754150313815e-05,
56
+ "loss": 0.5975,
57
+ "step": 40
58
+ },
59
+ {
60
+ "epoch": 0.01,
61
+ "learning_rate": 4.999715760779541e-05,
62
+ "loss": 0.6053,
63
+ "step": 45
64
+ },
65
+ {
66
+ "epoch": 0.01,
67
+ "learning_rate": 4.9996490889419514e-05,
68
+ "loss": 0.6064,
69
+ "step": 50
70
+ },
71
+ {
72
+ "epoch": 0.01,
73
+ "learning_rate": 4.999575399705783e-05,
74
+ "loss": 0.5947,
75
+ "step": 55
76
+ },
77
+ {
78
+ "epoch": 0.01,
79
+ "learning_rate": 4.999494693277907e-05,
80
+ "loss": 0.5839,
81
+ "step": 60
82
+ },
83
+ {
84
+ "epoch": 0.01,
85
+ "learning_rate": 4.999406969884897e-05,
86
+ "loss": 0.6106,
87
+ "step": 65
88
+ },
89
+ {
90
+ "epoch": 0.01,
91
+ "learning_rate": 4.999312229773022e-05,
92
+ "loss": 0.6146,
93
+ "step": 70
94
+ },
95
+ {
96
+ "epoch": 0.01,
97
+ "learning_rate": 4.99921047320825e-05,
98
+ "loss": 0.5659,
99
+ "step": 75
100
+ },
101
+ {
102
+ "epoch": 0.01,
103
+ "learning_rate": 4.9991017004762496e-05,
104
+ "loss": 0.5682,
105
+ "step": 80
106
+ },
107
+ {
108
+ "epoch": 0.01,
109
+ "learning_rate": 4.998985911882384e-05,
110
+ "loss": 0.6352,
111
+ "step": 85
112
+ },
113
+ {
114
+ "epoch": 0.01,
115
+ "learning_rate": 4.998863107751711e-05,
116
+ "loss": 0.6018,
117
+ "step": 90
118
+ },
119
+ {
120
+ "epoch": 0.02,
121
+ "learning_rate": 4.998733288428987e-05,
122
+ "loss": 0.6342,
123
+ "step": 95
124
+ },
125
+ {
126
+ "epoch": 0.02,
127
+ "learning_rate": 4.9985964542786614e-05,
128
+ "loss": 0.5886,
129
+ "step": 100
130
+ }
131
+ ],
132
+ "logging_steps": 5,
133
+ "max_steps": 9375,
134
+ "num_input_tokens_seen": 0,
135
+ "num_train_epochs": 2,
136
+ "save_steps": 100,
137
+ "total_flos": 2.3307211022598144e+16,
138
+ "train_batch_size": 1,
139
+ "trial_name": null,
140
+ "trial_params": null
141
+ }
checkpoint-100/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d44690adb91aea51e69289625324f309934686a0562d32d1f72a68a6232ae48
3
+ size 4920
checkpoint-100/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1000/README.md ADDED
@@ -0,0 +1,204 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: Qwen/Qwen1.5-7B
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
+
201
+
202
+ ### Framework versions
203
+
204
+ - PEFT 0.8.2
checkpoint-1000/adapter_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen1.5-7B",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "loftq_config": {},
12
+ "lora_alpha": 16,
13
+ "lora_dropout": 0.1,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 8,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "v_proj",
23
+ "q_proj"
24
+ ],
25
+ "task_type": "CAUSAL_LM",
26
+ "use_rslora": false
27
+ }
checkpoint-1000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b30480fc658a0413024f09dafc9aef2936910f19580be05221ecb0ecc7068925
3
+ size 16794200
checkpoint-1000/added_tokens.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "<|endoftext|>": 151643,
3
+ "<|im_end|>": 151645,
4
+ "<|im_start|>": 151644
5
+ }
checkpoint-1000/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64fad9f48cb3be54e0e1012fd1111735c08ddb6843a0c786622017bdee78e513
3
+ size 33662074
checkpoint-1000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1af6716805f356b873cfc2836ca30f8e6774dc7ddd366425c736af5e3b37b92
3
+ size 14244
checkpoint-1000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9c080de809ec8b0a7559bf9b59e45c72f73a17c81d01c11662264e945fba7d5
3
+ size 1064
checkpoint-1000/special_tokens_map.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>"
5
+ ],
6
+ "eos_token": "<|im_end|>",
7
+ "pad_token": {
8
+ "content": "<|endoftext|>",
9
+ "lstrip": false,
10
+ "normalized": false,
11
+ "rstrip": false,
12
+ "single_word": false
13
+ }
14
+ }
checkpoint-1000/tokenizer_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "151643": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "151644": {
13
+ "content": "<|im_start|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "151645": {
21
+ "content": "<|im_end|>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ }
28
+ },
29
+ "additional_special_tokens": [
30
+ "<|im_start|>",
31
+ "<|im_end|>"
32
+ ],
33
+ "bos_token": null,
34
+ "chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
35
+ "clean_up_tokenization_spaces": false,
36
+ "eos_token": "<|im_end|>",
37
+ "errors": "replace",
38
+ "model_max_length": 32768,
39
+ "pad_token": "<|endoftext|>",
40
+ "padding_side": "right",
41
+ "split_special_tokens": false,
42
+ "tokenizer_class": "Qwen2Tokenizer",
43
+ "unk_token": null
44
+ }
checkpoint-1000/trainer_state.json ADDED
@@ -0,0 +1,1221 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.15998240193578706,
5
+ "eval_steps": 500,
6
+ "global_step": 1000,
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.0,
13
+ "learning_rate": 4.9999964908081455e-05,
14
+ "loss": 0.7285,
15
+ "step": 5
16
+ },
17
+ {
18
+ "epoch": 0.0,
19
+ "learning_rate": 4.999985963242432e-05,
20
+ "loss": 0.6712,
21
+ "step": 10
22
+ },
23
+ {
24
+ "epoch": 0.0,
25
+ "learning_rate": 4.999968417332415e-05,
26
+ "loss": 0.6081,
27
+ "step": 15
28
+ },
29
+ {
30
+ "epoch": 0.0,
31
+ "learning_rate": 4.999943853127351e-05,
32
+ "loss": 0.6383,
33
+ "step": 20
34
+ },
35
+ {
36
+ "epoch": 0.0,
37
+ "learning_rate": 4.999912270696202e-05,
38
+ "loss": 0.6456,
39
+ "step": 25
40
+ },
41
+ {
42
+ "epoch": 0.0,
43
+ "learning_rate": 4.9998736701276295e-05,
44
+ "loss": 0.6228,
45
+ "step": 30
46
+ },
47
+ {
48
+ "epoch": 0.01,
49
+ "learning_rate": 4.99982805153e-05,
50
+ "loss": 0.6134,
51
+ "step": 35
52
+ },
53
+ {
54
+ "epoch": 0.01,
55
+ "learning_rate": 4.9997754150313815e-05,
56
+ "loss": 0.5975,
57
+ "step": 40
58
+ },
59
+ {
60
+ "epoch": 0.01,
61
+ "learning_rate": 4.999715760779541e-05,
62
+ "loss": 0.6053,
63
+ "step": 45
64
+ },
65
+ {
66
+ "epoch": 0.01,
67
+ "learning_rate": 4.9996490889419514e-05,
68
+ "loss": 0.6064,
69
+ "step": 50
70
+ },
71
+ {
72
+ "epoch": 0.01,
73
+ "learning_rate": 4.999575399705783e-05,
74
+ "loss": 0.5947,
75
+ "step": 55
76
+ },
77
+ {
78
+ "epoch": 0.01,
79
+ "learning_rate": 4.999494693277907e-05,
80
+ "loss": 0.5839,
81
+ "step": 60
82
+ },
83
+ {
84
+ "epoch": 0.01,
85
+ "learning_rate": 4.999406969884897e-05,
86
+ "loss": 0.6106,
87
+ "step": 65
88
+ },
89
+ {
90
+ "epoch": 0.01,
91
+ "learning_rate": 4.999312229773022e-05,
92
+ "loss": 0.6146,
93
+ "step": 70
94
+ },
95
+ {
96
+ "epoch": 0.01,
97
+ "learning_rate": 4.99921047320825e-05,
98
+ "loss": 0.5659,
99
+ "step": 75
100
+ },
101
+ {
102
+ "epoch": 0.01,
103
+ "learning_rate": 4.9991017004762496e-05,
104
+ "loss": 0.5682,
105
+ "step": 80
106
+ },
107
+ {
108
+ "epoch": 0.01,
109
+ "learning_rate": 4.998985911882384e-05,
110
+ "loss": 0.6352,
111
+ "step": 85
112
+ },
113
+ {
114
+ "epoch": 0.01,
115
+ "learning_rate": 4.998863107751711e-05,
116
+ "loss": 0.6018,
117
+ "step": 90
118
+ },
119
+ {
120
+ "epoch": 0.02,
121
+ "learning_rate": 4.998733288428987e-05,
122
+ "loss": 0.6342,
123
+ "step": 95
124
+ },
125
+ {
126
+ "epoch": 0.02,
127
+ "learning_rate": 4.9985964542786614e-05,
128
+ "loss": 0.5886,
129
+ "step": 100
130
+ },
131
+ {
132
+ "epoch": 0.02,
133
+ "learning_rate": 4.998452605684874e-05,
134
+ "loss": 0.6097,
135
+ "step": 105
136
+ },
137
+ {
138
+ "epoch": 0.02,
139
+ "learning_rate": 4.998301743051459e-05,
140
+ "loss": 0.5687,
141
+ "step": 110
142
+ },
143
+ {
144
+ "epoch": 0.02,
145
+ "learning_rate": 4.998143866801942e-05,
146
+ "loss": 0.5866,
147
+ "step": 115
148
+ },
149
+ {
150
+ "epoch": 0.02,
151
+ "learning_rate": 4.997978977379536e-05,
152
+ "loss": 0.5612,
153
+ "step": 120
154
+ },
155
+ {
156
+ "epoch": 0.02,
157
+ "learning_rate": 4.997807075247146e-05,
158
+ "loss": 0.6221,
159
+ "step": 125
160
+ },
161
+ {
162
+ "epoch": 0.02,
163
+ "learning_rate": 4.997628160887361e-05,
164
+ "loss": 0.5728,
165
+ "step": 130
166
+ },
167
+ {
168
+ "epoch": 0.02,
169
+ "learning_rate": 4.997442234802456e-05,
170
+ "loss": 0.6105,
171
+ "step": 135
172
+ },
173
+ {
174
+ "epoch": 0.02,
175
+ "learning_rate": 4.997249297514394e-05,
176
+ "loss": 0.6161,
177
+ "step": 140
178
+ },
179
+ {
180
+ "epoch": 0.02,
181
+ "learning_rate": 4.997049349564814e-05,
182
+ "loss": 0.6511,
183
+ "step": 145
184
+ },
185
+ {
186
+ "epoch": 0.02,
187
+ "learning_rate": 4.996842391515044e-05,
188
+ "loss": 0.6108,
189
+ "step": 150
190
+ },
191
+ {
192
+ "epoch": 0.02,
193
+ "learning_rate": 4.996628423946087e-05,
194
+ "loss": 0.5664,
195
+ "step": 155
196
+ },
197
+ {
198
+ "epoch": 0.03,
199
+ "learning_rate": 4.996407447458626e-05,
200
+ "loss": 0.6127,
201
+ "step": 160
202
+ },
203
+ {
204
+ "epoch": 0.03,
205
+ "learning_rate": 4.99617946267302e-05,
206
+ "loss": 0.6213,
207
+ "step": 165
208
+ },
209
+ {
210
+ "epoch": 0.03,
211
+ "learning_rate": 4.995944470229302e-05,
212
+ "loss": 0.596,
213
+ "step": 170
214
+ },
215
+ {
216
+ "epoch": 0.03,
217
+ "learning_rate": 4.9957024707871806e-05,
218
+ "loss": 0.5731,
219
+ "step": 175
220
+ },
221
+ {
222
+ "epoch": 0.03,
223
+ "learning_rate": 4.995453465026032e-05,
224
+ "loss": 0.5704,
225
+ "step": 180
226
+ },
227
+ {
228
+ "epoch": 0.03,
229
+ "learning_rate": 4.995197453644905e-05,
230
+ "loss": 0.5767,
231
+ "step": 185
232
+ },
233
+ {
234
+ "epoch": 0.03,
235
+ "learning_rate": 4.994934437362513e-05,
236
+ "loss": 0.6134,
237
+ "step": 190
238
+ },
239
+ {
240
+ "epoch": 0.03,
241
+ "learning_rate": 4.9946644169172355e-05,
242
+ "loss": 0.5919,
243
+ "step": 195
244
+ },
245
+ {
246
+ "epoch": 0.03,
247
+ "learning_rate": 4.994387393067117e-05,
248
+ "loss": 0.6031,
249
+ "step": 200
250
+ },
251
+ {
252
+ "epoch": 0.03,
253
+ "learning_rate": 4.994103366589859e-05,
254
+ "loss": 0.6236,
255
+ "step": 205
256
+ },
257
+ {
258
+ "epoch": 0.03,
259
+ "learning_rate": 4.993812338282826e-05,
260
+ "loss": 0.6307,
261
+ "step": 210
262
+ },
263
+ {
264
+ "epoch": 0.03,
265
+ "learning_rate": 4.993514308963036e-05,
266
+ "loss": 0.5618,
267
+ "step": 215
268
+ },
269
+ {
270
+ "epoch": 0.04,
271
+ "learning_rate": 4.993209279467164e-05,
272
+ "loss": 0.6093,
273
+ "step": 220
274
+ },
275
+ {
276
+ "epoch": 0.04,
277
+ "learning_rate": 4.992897250651535e-05,
278
+ "loss": 0.5744,
279
+ "step": 225
280
+ },
281
+ {
282
+ "epoch": 0.04,
283
+ "learning_rate": 4.992578223392124e-05,
284
+ "loss": 0.5844,
285
+ "step": 230
286
+ },
287
+ {
288
+ "epoch": 0.04,
289
+ "learning_rate": 4.992252198584554e-05,
290
+ "loss": 0.5358,
291
+ "step": 235
292
+ },
293
+ {
294
+ "epoch": 0.04,
295
+ "learning_rate": 4.9919191771440905e-05,
296
+ "loss": 0.6067,
297
+ "step": 240
298
+ },
299
+ {
300
+ "epoch": 0.04,
301
+ "learning_rate": 4.991579160005644e-05,
302
+ "loss": 0.6147,
303
+ "step": 245
304
+ },
305
+ {
306
+ "epoch": 0.04,
307
+ "learning_rate": 4.991232148123761e-05,
308
+ "loss": 0.6185,
309
+ "step": 250
310
+ },
311
+ {
312
+ "epoch": 0.04,
313
+ "learning_rate": 4.990878142472628e-05,
314
+ "loss": 0.5797,
315
+ "step": 255
316
+ },
317
+ {
318
+ "epoch": 0.04,
319
+ "learning_rate": 4.990517144046064e-05,
320
+ "loss": 0.58,
321
+ "step": 260
322
+ },
323
+ {
324
+ "epoch": 0.04,
325
+ "learning_rate": 4.9901491538575185e-05,
326
+ "loss": 0.6051,
327
+ "step": 265
328
+ },
329
+ {
330
+ "epoch": 0.04,
331
+ "learning_rate": 4.9897741729400705e-05,
332
+ "loss": 0.6199,
333
+ "step": 270
334
+ },
335
+ {
336
+ "epoch": 0.04,
337
+ "learning_rate": 4.9893922023464236e-05,
338
+ "loss": 0.6173,
339
+ "step": 275
340
+ },
341
+ {
342
+ "epoch": 0.04,
343
+ "learning_rate": 4.989003243148904e-05,
344
+ "loss": 0.5907,
345
+ "step": 280
346
+ },
347
+ {
348
+ "epoch": 0.05,
349
+ "learning_rate": 4.988607296439458e-05,
350
+ "loss": 0.5818,
351
+ "step": 285
352
+ },
353
+ {
354
+ "epoch": 0.05,
355
+ "learning_rate": 4.988204363329648e-05,
356
+ "loss": 0.5767,
357
+ "step": 290
358
+ },
359
+ {
360
+ "epoch": 0.05,
361
+ "learning_rate": 4.987794444950651e-05,
362
+ "loss": 0.579,
363
+ "step": 295
364
+ },
365
+ {
366
+ "epoch": 0.05,
367
+ "learning_rate": 4.987377542453251e-05,
368
+ "loss": 0.6454,
369
+ "step": 300
370
+ },
371
+ {
372
+ "epoch": 0.05,
373
+ "learning_rate": 4.986953657007841e-05,
374
+ "loss": 0.5777,
375
+ "step": 305
376
+ },
377
+ {
378
+ "epoch": 0.05,
379
+ "learning_rate": 4.986522789804417e-05,
380
+ "loss": 0.532,
381
+ "step": 310
382
+ },
383
+ {
384
+ "epoch": 0.05,
385
+ "learning_rate": 4.9860849420525766e-05,
386
+ "loss": 0.56,
387
+ "step": 315
388
+ },
389
+ {
390
+ "epoch": 0.05,
391
+ "learning_rate": 4.9856401149815126e-05,
392
+ "loss": 0.5624,
393
+ "step": 320
394
+ },
395
+ {
396
+ "epoch": 0.05,
397
+ "learning_rate": 4.985188309840012e-05,
398
+ "loss": 0.6008,
399
+ "step": 325
400
+ },
401
+ {
402
+ "epoch": 0.05,
403
+ "learning_rate": 4.9847295278964514e-05,
404
+ "loss": 0.6425,
405
+ "step": 330
406
+ },
407
+ {
408
+ "epoch": 0.05,
409
+ "learning_rate": 4.984263770438793e-05,
410
+ "loss": 0.5907,
411
+ "step": 335
412
+ },
413
+ {
414
+ "epoch": 0.05,
415
+ "learning_rate": 4.9837910387745845e-05,
416
+ "loss": 0.5926,
417
+ "step": 340
418
+ },
419
+ {
420
+ "epoch": 0.06,
421
+ "learning_rate": 4.98331133423095e-05,
422
+ "loss": 0.6115,
423
+ "step": 345
424
+ },
425
+ {
426
+ "epoch": 0.06,
427
+ "learning_rate": 4.982824658154589e-05,
428
+ "loss": 0.5685,
429
+ "step": 350
430
+ },
431
+ {
432
+ "epoch": 0.06,
433
+ "learning_rate": 4.982331011911774e-05,
434
+ "loss": 0.5412,
435
+ "step": 355
436
+ },
437
+ {
438
+ "epoch": 0.06,
439
+ "learning_rate": 4.981830396888344e-05,
440
+ "loss": 0.6032,
441
+ "step": 360
442
+ },
443
+ {
444
+ "epoch": 0.06,
445
+ "learning_rate": 4.981322814489703e-05,
446
+ "loss": 0.568,
447
+ "step": 365
448
+ },
449
+ {
450
+ "epoch": 0.06,
451
+ "learning_rate": 4.980808266140813e-05,
452
+ "loss": 0.5835,
453
+ "step": 370
454
+ },
455
+ {
456
+ "epoch": 0.06,
457
+ "learning_rate": 4.980286753286195e-05,
458
+ "loss": 0.5633,
459
+ "step": 375
460
+ },
461
+ {
462
+ "epoch": 0.06,
463
+ "learning_rate": 4.979758277389919e-05,
464
+ "loss": 0.574,
465
+ "step": 380
466
+ },
467
+ {
468
+ "epoch": 0.06,
469
+ "learning_rate": 4.979222839935602e-05,
470
+ "loss": 0.5774,
471
+ "step": 385
472
+ },
473
+ {
474
+ "epoch": 0.06,
475
+ "learning_rate": 4.9786804424264085e-05,
476
+ "loss": 0.5608,
477
+ "step": 390
478
+ },
479
+ {
480
+ "epoch": 0.06,
481
+ "learning_rate": 4.9781310863850405e-05,
482
+ "loss": 0.5659,
483
+ "step": 395
484
+ },
485
+ {
486
+ "epoch": 0.06,
487
+ "learning_rate": 4.977574773353732e-05,
488
+ "loss": 0.6167,
489
+ "step": 400
490
+ },
491
+ {
492
+ "epoch": 0.06,
493
+ "learning_rate": 4.977011504894252e-05,
494
+ "loss": 0.5523,
495
+ "step": 405
496
+ },
497
+ {
498
+ "epoch": 0.07,
499
+ "learning_rate": 4.9764412825878943e-05,
500
+ "loss": 0.5804,
501
+ "step": 410
502
+ },
503
+ {
504
+ "epoch": 0.07,
505
+ "learning_rate": 4.975864108035474e-05,
506
+ "loss": 0.5811,
507
+ "step": 415
508
+ },
509
+ {
510
+ "epoch": 0.07,
511
+ "learning_rate": 4.975279982857324e-05,
512
+ "loss": 0.5832,
513
+ "step": 420
514
+ },
515
+ {
516
+ "epoch": 0.07,
517
+ "learning_rate": 4.9746889086932895e-05,
518
+ "loss": 0.6035,
519
+ "step": 425
520
+ },
521
+ {
522
+ "epoch": 0.07,
523
+ "learning_rate": 4.974090887202726e-05,
524
+ "loss": 0.6077,
525
+ "step": 430
526
+ },
527
+ {
528
+ "epoch": 0.07,
529
+ "learning_rate": 4.9734859200644905e-05,
530
+ "loss": 0.6147,
531
+ "step": 435
532
+ },
533
+ {
534
+ "epoch": 0.07,
535
+ "learning_rate": 4.97287400897694e-05,
536
+ "loss": 0.6825,
537
+ "step": 440
538
+ },
539
+ {
540
+ "epoch": 0.07,
541
+ "learning_rate": 4.972255155657925e-05,
542
+ "loss": 0.5573,
543
+ "step": 445
544
+ },
545
+ {
546
+ "epoch": 0.07,
547
+ "learning_rate": 4.971629361844785e-05,
548
+ "loss": 0.5691,
549
+ "step": 450
550
+ },
551
+ {
552
+ "epoch": 0.07,
553
+ "learning_rate": 4.9709966292943455e-05,
554
+ "loss": 0.5768,
555
+ "step": 455
556
+ },
557
+ {
558
+ "epoch": 0.07,
559
+ "learning_rate": 4.970356959782909e-05,
560
+ "loss": 0.5953,
561
+ "step": 460
562
+ },
563
+ {
564
+ "epoch": 0.07,
565
+ "learning_rate": 4.9697103551062556e-05,
566
+ "loss": 0.6207,
567
+ "step": 465
568
+ },
569
+ {
570
+ "epoch": 0.08,
571
+ "learning_rate": 4.969056817079633e-05,
572
+ "loss": 0.5845,
573
+ "step": 470
574
+ },
575
+ {
576
+ "epoch": 0.08,
577
+ "learning_rate": 4.968396347537751e-05,
578
+ "loss": 0.5719,
579
+ "step": 475
580
+ },
581
+ {
582
+ "epoch": 0.08,
583
+ "learning_rate": 4.967728948334784e-05,
584
+ "loss": 0.5889,
585
+ "step": 480
586
+ },
587
+ {
588
+ "epoch": 0.08,
589
+ "learning_rate": 4.967054621344356e-05,
590
+ "loss": 0.5574,
591
+ "step": 485
592
+ },
593
+ {
594
+ "epoch": 0.08,
595
+ "learning_rate": 4.966373368459541e-05,
596
+ "loss": 0.6037,
597
+ "step": 490
598
+ },
599
+ {
600
+ "epoch": 0.08,
601
+ "learning_rate": 4.965685191592859e-05,
602
+ "loss": 0.5707,
603
+ "step": 495
604
+ },
605
+ {
606
+ "epoch": 0.08,
607
+ "learning_rate": 4.964990092676263e-05,
608
+ "loss": 0.6586,
609
+ "step": 500
610
+ },
611
+ {
612
+ "epoch": 0.08,
613
+ "learning_rate": 4.964288073661142e-05,
614
+ "loss": 0.5559,
615
+ "step": 505
616
+ },
617
+ {
618
+ "epoch": 0.08,
619
+ "learning_rate": 4.963579136518312e-05,
620
+ "loss": 0.5609,
621
+ "step": 510
622
+ },
623
+ {
624
+ "epoch": 0.08,
625
+ "learning_rate": 4.96286328323801e-05,
626
+ "loss": 0.6081,
627
+ "step": 515
628
+ },
629
+ {
630
+ "epoch": 0.08,
631
+ "learning_rate": 4.96214051582989e-05,
632
+ "loss": 0.5724,
633
+ "step": 520
634
+ },
635
+ {
636
+ "epoch": 0.08,
637
+ "learning_rate": 4.9614108363230135e-05,
638
+ "loss": 0.5758,
639
+ "step": 525
640
+ },
641
+ {
642
+ "epoch": 0.08,
643
+ "learning_rate": 4.960674246765851e-05,
644
+ "loss": 0.6191,
645
+ "step": 530
646
+ },
647
+ {
648
+ "epoch": 0.09,
649
+ "learning_rate": 4.959930749226269e-05,
650
+ "loss": 0.5638,
651
+ "step": 535
652
+ },
653
+ {
654
+ "epoch": 0.09,
655
+ "learning_rate": 4.959180345791528e-05,
656
+ "loss": 0.5698,
657
+ "step": 540
658
+ },
659
+ {
660
+ "epoch": 0.09,
661
+ "learning_rate": 4.958423038568274e-05,
662
+ "loss": 0.5878,
663
+ "step": 545
664
+ },
665
+ {
666
+ "epoch": 0.09,
667
+ "learning_rate": 4.9576588296825386e-05,
668
+ "loss": 0.5734,
669
+ "step": 550
670
+ },
671
+ {
672
+ "epoch": 0.09,
673
+ "learning_rate": 4.956887721279726e-05,
674
+ "loss": 0.606,
675
+ "step": 555
676
+ },
677
+ {
678
+ "epoch": 0.09,
679
+ "learning_rate": 4.956109715524608e-05,
680
+ "loss": 0.5871,
681
+ "step": 560
682
+ },
683
+ {
684
+ "epoch": 0.09,
685
+ "learning_rate": 4.955324814601324e-05,
686
+ "loss": 0.6306,
687
+ "step": 565
688
+ },
689
+ {
690
+ "epoch": 0.09,
691
+ "learning_rate": 4.9545330207133664e-05,
692
+ "loss": 0.6231,
693
+ "step": 570
694
+ },
695
+ {
696
+ "epoch": 0.09,
697
+ "learning_rate": 4.953734336083583e-05,
698
+ "loss": 0.6278,
699
+ "step": 575
700
+ },
701
+ {
702
+ "epoch": 0.09,
703
+ "learning_rate": 4.952928762954161e-05,
704
+ "loss": 0.5551,
705
+ "step": 580
706
+ },
707
+ {
708
+ "epoch": 0.09,
709
+ "learning_rate": 4.952116303586631e-05,
710
+ "loss": 0.6441,
711
+ "step": 585
712
+ },
713
+ {
714
+ "epoch": 0.09,
715
+ "learning_rate": 4.951296960261853e-05,
716
+ "loss": 0.5753,
717
+ "step": 590
718
+ },
719
+ {
720
+ "epoch": 0.1,
721
+ "learning_rate": 4.9504707352800125e-05,
722
+ "loss": 0.5458,
723
+ "step": 595
724
+ },
725
+ {
726
+ "epoch": 0.1,
727
+ "learning_rate": 4.949637630960617e-05,
728
+ "loss": 0.5668,
729
+ "step": 600
730
+ },
731
+ {
732
+ "epoch": 0.1,
733
+ "learning_rate": 4.948797649642484e-05,
734
+ "loss": 0.5727,
735
+ "step": 605
736
+ },
737
+ {
738
+ "epoch": 0.1,
739
+ "learning_rate": 4.9479507936837364e-05,
740
+ "loss": 0.628,
741
+ "step": 610
742
+ },
743
+ {
744
+ "epoch": 0.1,
745
+ "learning_rate": 4.947097065461801e-05,
746
+ "loss": 0.5958,
747
+ "step": 615
748
+ },
749
+ {
750
+ "epoch": 0.1,
751
+ "learning_rate": 4.946236467373392e-05,
752
+ "loss": 0.6173,
753
+ "step": 620
754
+ },
755
+ {
756
+ "epoch": 0.1,
757
+ "learning_rate": 4.9453690018345144e-05,
758
+ "loss": 0.5473,
759
+ "step": 625
760
+ },
761
+ {
762
+ "epoch": 0.1,
763
+ "learning_rate": 4.9444946712804494e-05,
764
+ "loss": 0.6012,
765
+ "step": 630
766
+ },
767
+ {
768
+ "epoch": 0.1,
769
+ "learning_rate": 4.943613478165753e-05,
770
+ "loss": 0.6303,
771
+ "step": 635
772
+ },
773
+ {
774
+ "epoch": 0.1,
775
+ "learning_rate": 4.9427254249642444e-05,
776
+ "loss": 0.6188,
777
+ "step": 640
778
+ },
779
+ {
780
+ "epoch": 0.1,
781
+ "learning_rate": 4.941830514169004e-05,
782
+ "loss": 0.6079,
783
+ "step": 645
784
+ },
785
+ {
786
+ "epoch": 0.1,
787
+ "learning_rate": 4.940928748292363e-05,
788
+ "loss": 0.5589,
789
+ "step": 650
790
+ },
791
+ {
792
+ "epoch": 0.1,
793
+ "learning_rate": 4.940020129865895e-05,
794
+ "loss": 0.5652,
795
+ "step": 655
796
+ },
797
+ {
798
+ "epoch": 0.11,
799
+ "learning_rate": 4.939104661440415e-05,
800
+ "loss": 0.5415,
801
+ "step": 660
802
+ },
803
+ {
804
+ "epoch": 0.11,
805
+ "learning_rate": 4.938182345585966e-05,
806
+ "loss": 0.5657,
807
+ "step": 665
808
+ },
809
+ {
810
+ "epoch": 0.11,
811
+ "learning_rate": 4.9372531848918145e-05,
812
+ "loss": 0.6403,
813
+ "step": 670
814
+ },
815
+ {
816
+ "epoch": 0.11,
817
+ "learning_rate": 4.9363171819664434e-05,
818
+ "loss": 0.6198,
819
+ "step": 675
820
+ },
821
+ {
822
+ "epoch": 0.11,
823
+ "learning_rate": 4.935374339437543e-05,
824
+ "loss": 0.5685,
825
+ "step": 680
826
+ },
827
+ {
828
+ "epoch": 0.11,
829
+ "learning_rate": 4.934424659952006e-05,
830
+ "loss": 0.5737,
831
+ "step": 685
832
+ },
833
+ {
834
+ "epoch": 0.11,
835
+ "learning_rate": 4.933468146175918e-05,
836
+ "loss": 0.5975,
837
+ "step": 690
838
+ },
839
+ {
840
+ "epoch": 0.11,
841
+ "learning_rate": 4.9325048007945526e-05,
842
+ "loss": 0.6033,
843
+ "step": 695
844
+ },
845
+ {
846
+ "epoch": 0.11,
847
+ "learning_rate": 4.9315346265123594e-05,
848
+ "loss": 0.6587,
849
+ "step": 700
850
+ },
851
+ {
852
+ "epoch": 0.11,
853
+ "learning_rate": 4.9305576260529607e-05,
854
+ "loss": 0.5903,
855
+ "step": 705
856
+ },
857
+ {
858
+ "epoch": 0.11,
859
+ "learning_rate": 4.929573802159143e-05,
860
+ "loss": 0.5883,
861
+ "step": 710
862
+ },
863
+ {
864
+ "epoch": 0.11,
865
+ "learning_rate": 4.9285831575928465e-05,
866
+ "loss": 0.6151,
867
+ "step": 715
868
+ },
869
+ {
870
+ "epoch": 0.12,
871
+ "learning_rate": 4.927585695135162e-05,
872
+ "loss": 0.5687,
873
+ "step": 720
874
+ },
875
+ {
876
+ "epoch": 0.12,
877
+ "learning_rate": 4.9265814175863186e-05,
878
+ "loss": 0.6008,
879
+ "step": 725
880
+ },
881
+ {
882
+ "epoch": 0.12,
883
+ "learning_rate": 4.925570327765678e-05,
884
+ "loss": 0.6045,
885
+ "step": 730
886
+ },
887
+ {
888
+ "epoch": 0.12,
889
+ "learning_rate": 4.9245524285117274e-05,
890
+ "loss": 0.5439,
891
+ "step": 735
892
+ },
893
+ {
894
+ "epoch": 0.12,
895
+ "learning_rate": 4.9235277226820695e-05,
896
+ "loss": 0.61,
897
+ "step": 740
898
+ },
899
+ {
900
+ "epoch": 0.12,
901
+ "learning_rate": 4.922496213153416e-05,
902
+ "loss": 0.5913,
903
+ "step": 745
904
+ },
905
+ {
906
+ "epoch": 0.12,
907
+ "learning_rate": 4.9214579028215776e-05,
908
+ "loss": 0.6255,
909
+ "step": 750
910
+ },
911
+ {
912
+ "epoch": 0.12,
913
+ "learning_rate": 4.920412794601461e-05,
914
+ "loss": 0.5834,
915
+ "step": 755
916
+ },
917
+ {
918
+ "epoch": 0.12,
919
+ "learning_rate": 4.9193608914270515e-05,
920
+ "loss": 0.6102,
921
+ "step": 760
922
+ },
923
+ {
924
+ "epoch": 0.12,
925
+ "learning_rate": 4.918302196251415e-05,
926
+ "loss": 0.5591,
927
+ "step": 765
928
+ },
929
+ {
930
+ "epoch": 0.12,
931
+ "learning_rate": 4.917236712046682e-05,
932
+ "loss": 0.556,
933
+ "step": 770
934
+ },
935
+ {
936
+ "epoch": 0.12,
937
+ "learning_rate": 4.916164441804044e-05,
938
+ "loss": 0.5774,
939
+ "step": 775
940
+ },
941
+ {
942
+ "epoch": 0.12,
943
+ "learning_rate": 4.9150853885337426e-05,
944
+ "loss": 0.6256,
945
+ "step": 780
946
+ },
947
+ {
948
+ "epoch": 0.13,
949
+ "learning_rate": 4.913999555265062e-05,
950
+ "loss": 0.6505,
951
+ "step": 785
952
+ },
953
+ {
954
+ "epoch": 0.13,
955
+ "learning_rate": 4.9129069450463186e-05,
956
+ "loss": 0.6012,
957
+ "step": 790
958
+ },
959
+ {
960
+ "epoch": 0.13,
961
+ "learning_rate": 4.911807560944858e-05,
962
+ "loss": 0.5913,
963
+ "step": 795
964
+ },
965
+ {
966
+ "epoch": 0.13,
967
+ "learning_rate": 4.910701406047037e-05,
968
+ "loss": 0.6963,
969
+ "step": 800
970
+ },
971
+ {
972
+ "epoch": 0.13,
973
+ "learning_rate": 4.909588483458225e-05,
974
+ "loss": 0.5588,
975
+ "step": 805
976
+ },
977
+ {
978
+ "epoch": 0.13,
979
+ "learning_rate": 4.9084687963027894e-05,
980
+ "loss": 0.6078,
981
+ "step": 810
982
+ },
983
+ {
984
+ "epoch": 0.13,
985
+ "learning_rate": 4.907342347724087e-05,
986
+ "loss": 0.5816,
987
+ "step": 815
988
+ },
989
+ {
990
+ "epoch": 0.13,
991
+ "learning_rate": 4.906209140884459e-05,
992
+ "loss": 0.5989,
993
+ "step": 820
994
+ },
995
+ {
996
+ "epoch": 0.13,
997
+ "learning_rate": 4.905069178965215e-05,
998
+ "loss": 0.5568,
999
+ "step": 825
1000
+ },
1001
+ {
1002
+ "epoch": 0.13,
1003
+ "learning_rate": 4.9039224651666325e-05,
1004
+ "loss": 0.6021,
1005
+ "step": 830
1006
+ },
1007
+ {
1008
+ "epoch": 0.13,
1009
+ "learning_rate": 4.902769002707942e-05,
1010
+ "loss": 0.6009,
1011
+ "step": 835
1012
+ },
1013
+ {
1014
+ "epoch": 0.13,
1015
+ "learning_rate": 4.90160879482732e-05,
1016
+ "loss": 0.5801,
1017
+ "step": 840
1018
+ },
1019
+ {
1020
+ "epoch": 0.14,
1021
+ "learning_rate": 4.9004418447818815e-05,
1022
+ "loss": 0.5939,
1023
+ "step": 845
1024
+ },
1025
+ {
1026
+ "epoch": 0.14,
1027
+ "learning_rate": 4.899268155847667e-05,
1028
+ "loss": 0.6027,
1029
+ "step": 850
1030
+ },
1031
+ {
1032
+ "epoch": 0.14,
1033
+ "learning_rate": 4.898087731319636e-05,
1034
+ "loss": 0.5416,
1035
+ "step": 855
1036
+ },
1037
+ {
1038
+ "epoch": 0.14,
1039
+ "learning_rate": 4.896900574511657e-05,
1040
+ "loss": 0.5596,
1041
+ "step": 860
1042
+ },
1043
+ {
1044
+ "epoch": 0.14,
1045
+ "learning_rate": 4.8957066887565e-05,
1046
+ "loss": 0.6187,
1047
+ "step": 865
1048
+ },
1049
+ {
1050
+ "epoch": 0.14,
1051
+ "learning_rate": 4.894506077405824e-05,
1052
+ "loss": 0.5733,
1053
+ "step": 870
1054
+ },
1055
+ {
1056
+ "epoch": 0.14,
1057
+ "learning_rate": 4.893298743830168e-05,
1058
+ "loss": 0.5862,
1059
+ "step": 875
1060
+ },
1061
+ {
1062
+ "epoch": 0.14,
1063
+ "learning_rate": 4.892084691418947e-05,
1064
+ "loss": 0.6191,
1065
+ "step": 880
1066
+ },
1067
+ {
1068
+ "epoch": 0.14,
1069
+ "learning_rate": 4.8908639235804324e-05,
1070
+ "loss": 0.6258,
1071
+ "step": 885
1072
+ },
1073
+ {
1074
+ "epoch": 0.14,
1075
+ "learning_rate": 4.889636443741752e-05,
1076
+ "loss": 0.5504,
1077
+ "step": 890
1078
+ },
1079
+ {
1080
+ "epoch": 0.14,
1081
+ "learning_rate": 4.888402255348876e-05,
1082
+ "loss": 0.6241,
1083
+ "step": 895
1084
+ },
1085
+ {
1086
+ "epoch": 0.14,
1087
+ "learning_rate": 4.887161361866608e-05,
1088
+ "loss": 0.5839,
1089
+ "step": 900
1090
+ },
1091
+ {
1092
+ "epoch": 0.14,
1093
+ "learning_rate": 4.8859137667785735e-05,
1094
+ "loss": 0.5797,
1095
+ "step": 905
1096
+ },
1097
+ {
1098
+ "epoch": 0.15,
1099
+ "learning_rate": 4.884659473587213e-05,
1100
+ "loss": 0.6189,
1101
+ "step": 910
1102
+ },
1103
+ {
1104
+ "epoch": 0.15,
1105
+ "learning_rate": 4.8833984858137715e-05,
1106
+ "loss": 0.6194,
1107
+ "step": 915
1108
+ },
1109
+ {
1110
+ "epoch": 0.15,
1111
+ "learning_rate": 4.8821308069982867e-05,
1112
+ "loss": 0.585,
1113
+ "step": 920
1114
+ },
1115
+ {
1116
+ "epoch": 0.15,
1117
+ "learning_rate": 4.880856440699582e-05,
1118
+ "loss": 0.582,
1119
+ "step": 925
1120
+ },
1121
+ {
1122
+ "epoch": 0.15,
1123
+ "learning_rate": 4.8795753904952534e-05,
1124
+ "loss": 0.5789,
1125
+ "step": 930
1126
+ },
1127
+ {
1128
+ "epoch": 0.15,
1129
+ "learning_rate": 4.878287659981662e-05,
1130
+ "loss": 0.6236,
1131
+ "step": 935
1132
+ },
1133
+ {
1134
+ "epoch": 0.15,
1135
+ "learning_rate": 4.8769932527739225e-05,
1136
+ "loss": 0.5614,
1137
+ "step": 940
1138
+ },
1139
+ {
1140
+ "epoch": 0.15,
1141
+ "learning_rate": 4.8756921725058934e-05,
1142
+ "loss": 0.5972,
1143
+ "step": 945
1144
+ },
1145
+ {
1146
+ "epoch": 0.15,
1147
+ "learning_rate": 4.874384422830167e-05,
1148
+ "loss": 0.5682,
1149
+ "step": 950
1150
+ },
1151
+ {
1152
+ "epoch": 0.15,
1153
+ "learning_rate": 4.873070007418059e-05,
1154
+ "loss": 0.6327,
1155
+ "step": 955
1156
+ },
1157
+ {
1158
+ "epoch": 0.15,
1159
+ "learning_rate": 4.871748929959598e-05,
1160
+ "loss": 0.5577,
1161
+ "step": 960
1162
+ },
1163
+ {
1164
+ "epoch": 0.15,
1165
+ "learning_rate": 4.870421194163515e-05,
1166
+ "loss": 0.56,
1167
+ "step": 965
1168
+ },
1169
+ {
1170
+ "epoch": 0.16,
1171
+ "learning_rate": 4.8690868037572346e-05,
1172
+ "loss": 0.6324,
1173
+ "step": 970
1174
+ },
1175
+ {
1176
+ "epoch": 0.16,
1177
+ "learning_rate": 4.867745762486861e-05,
1178
+ "loss": 0.5764,
1179
+ "step": 975
1180
+ },
1181
+ {
1182
+ "epoch": 0.16,
1183
+ "learning_rate": 4.8663980741171724e-05,
1184
+ "loss": 0.564,
1185
+ "step": 980
1186
+ },
1187
+ {
1188
+ "epoch": 0.16,
1189
+ "learning_rate": 4.865043742431605e-05,
1190
+ "loss": 0.5534,
1191
+ "step": 985
1192
+ },
1193
+ {
1194
+ "epoch": 0.16,
1195
+ "learning_rate": 4.863682771232248e-05,
1196
+ "loss": 0.5953,
1197
+ "step": 990
1198
+ },
1199
+ {
1200
+ "epoch": 0.16,
1201
+ "learning_rate": 4.862315164339829e-05,
1202
+ "loss": 0.4992,
1203
+ "step": 995
1204
+ },
1205
+ {
1206
+ "epoch": 0.16,
1207
+ "learning_rate": 4.860940925593703e-05,
1208
+ "loss": 0.6061,
1209
+ "step": 1000
1210
+ }
1211
+ ],
1212
+ "logging_steps": 5,
1213
+ "max_steps": 9375,
1214
+ "num_input_tokens_seen": 0,
1215
+ "num_train_epochs": 2,
1216
+ "save_steps": 100,
1217
+ "total_flos": 2.2933185503035392e+17,
1218
+ "train_batch_size": 1,
1219
+ "trial_name": null,
1220
+ "trial_params": null
1221
+ }
checkpoint-1000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d44690adb91aea51e69289625324f309934686a0562d32d1f72a68a6232ae48
3
+ size 4920
checkpoint-1000/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1100/README.md ADDED
@@ -0,0 +1,204 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: Qwen/Qwen1.5-7B
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
+
201
+
202
+ ### Framework versions
203
+
204
+ - PEFT 0.8.2
checkpoint-1100/adapter_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen1.5-7B",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "loftq_config": {},
12
+ "lora_alpha": 16,
13
+ "lora_dropout": 0.1,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 8,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "v_proj",
23
+ "q_proj"
24
+ ],
25
+ "task_type": "CAUSAL_LM",
26
+ "use_rslora": false
27
+ }
checkpoint-1100/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19934a9511ecf62cfcdf35652e5259e1cd42fc1d49aeab8cd4516d133e8eb25a
3
+ size 16794200
checkpoint-1100/added_tokens.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "<|endoftext|>": 151643,
3
+ "<|im_end|>": 151645,
4
+ "<|im_start|>": 151644
5
+ }
checkpoint-1100/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1100/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a85cb04d96917f5fc80b13194fcf4a2f4c8693f31b6871813008dba903430ec8
3
+ size 33662074
checkpoint-1100/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c424384b626fd13e20f3948d7c6ef387ec7a14238d77ce4204ad41af1b60f0b
3
+ size 14244
checkpoint-1100/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e67631f49d5befdfdeca5817dfc9485cfee75a3c901cce81dfb12e0114fa127
3
+ size 1064
checkpoint-1100/special_tokens_map.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>"
5
+ ],
6
+ "eos_token": "<|im_end|>",
7
+ "pad_token": {
8
+ "content": "<|endoftext|>",
9
+ "lstrip": false,
10
+ "normalized": false,
11
+ "rstrip": false,
12
+ "single_word": false
13
+ }
14
+ }
checkpoint-1100/tokenizer_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "151643": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "151644": {
13
+ "content": "<|im_start|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "151645": {
21
+ "content": "<|im_end|>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ }
28
+ },
29
+ "additional_special_tokens": [
30
+ "<|im_start|>",
31
+ "<|im_end|>"
32
+ ],
33
+ "bos_token": null,
34
+ "chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
35
+ "clean_up_tokenization_spaces": false,
36
+ "eos_token": "<|im_end|>",
37
+ "errors": "replace",
38
+ "model_max_length": 32768,
39
+ "pad_token": "<|endoftext|>",
40
+ "padding_side": "right",
41
+ "split_special_tokens": false,
42
+ "tokenizer_class": "Qwen2Tokenizer",
43
+ "unk_token": null
44
+ }
checkpoint-1100/trainer_state.json ADDED
@@ -0,0 +1,1341 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.17598064212936576,
5
+ "eval_steps": 500,
6
+ "global_step": 1100,
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.0,
13
+ "learning_rate": 4.9999964908081455e-05,
14
+ "loss": 0.7285,
15
+ "step": 5
16
+ },
17
+ {
18
+ "epoch": 0.0,
19
+ "learning_rate": 4.999985963242432e-05,
20
+ "loss": 0.6712,
21
+ "step": 10
22
+ },
23
+ {
24
+ "epoch": 0.0,
25
+ "learning_rate": 4.999968417332415e-05,
26
+ "loss": 0.6081,
27
+ "step": 15
28
+ },
29
+ {
30
+ "epoch": 0.0,
31
+ "learning_rate": 4.999943853127351e-05,
32
+ "loss": 0.6383,
33
+ "step": 20
34
+ },
35
+ {
36
+ "epoch": 0.0,
37
+ "learning_rate": 4.999912270696202e-05,
38
+ "loss": 0.6456,
39
+ "step": 25
40
+ },
41
+ {
42
+ "epoch": 0.0,
43
+ "learning_rate": 4.9998736701276295e-05,
44
+ "loss": 0.6228,
45
+ "step": 30
46
+ },
47
+ {
48
+ "epoch": 0.01,
49
+ "learning_rate": 4.99982805153e-05,
50
+ "loss": 0.6134,
51
+ "step": 35
52
+ },
53
+ {
54
+ "epoch": 0.01,
55
+ "learning_rate": 4.9997754150313815e-05,
56
+ "loss": 0.5975,
57
+ "step": 40
58
+ },
59
+ {
60
+ "epoch": 0.01,
61
+ "learning_rate": 4.999715760779541e-05,
62
+ "loss": 0.6053,
63
+ "step": 45
64
+ },
65
+ {
66
+ "epoch": 0.01,
67
+ "learning_rate": 4.9996490889419514e-05,
68
+ "loss": 0.6064,
69
+ "step": 50
70
+ },
71
+ {
72
+ "epoch": 0.01,
73
+ "learning_rate": 4.999575399705783e-05,
74
+ "loss": 0.5947,
75
+ "step": 55
76
+ },
77
+ {
78
+ "epoch": 0.01,
79
+ "learning_rate": 4.999494693277907e-05,
80
+ "loss": 0.5839,
81
+ "step": 60
82
+ },
83
+ {
84
+ "epoch": 0.01,
85
+ "learning_rate": 4.999406969884897e-05,
86
+ "loss": 0.6106,
87
+ "step": 65
88
+ },
89
+ {
90
+ "epoch": 0.01,
91
+ "learning_rate": 4.999312229773022e-05,
92
+ "loss": 0.6146,
93
+ "step": 70
94
+ },
95
+ {
96
+ "epoch": 0.01,
97
+ "learning_rate": 4.99921047320825e-05,
98
+ "loss": 0.5659,
99
+ "step": 75
100
+ },
101
+ {
102
+ "epoch": 0.01,
103
+ "learning_rate": 4.9991017004762496e-05,
104
+ "loss": 0.5682,
105
+ "step": 80
106
+ },
107
+ {
108
+ "epoch": 0.01,
109
+ "learning_rate": 4.998985911882384e-05,
110
+ "loss": 0.6352,
111
+ "step": 85
112
+ },
113
+ {
114
+ "epoch": 0.01,
115
+ "learning_rate": 4.998863107751711e-05,
116
+ "loss": 0.6018,
117
+ "step": 90
118
+ },
119
+ {
120
+ "epoch": 0.02,
121
+ "learning_rate": 4.998733288428987e-05,
122
+ "loss": 0.6342,
123
+ "step": 95
124
+ },
125
+ {
126
+ "epoch": 0.02,
127
+ "learning_rate": 4.9985964542786614e-05,
128
+ "loss": 0.5886,
129
+ "step": 100
130
+ },
131
+ {
132
+ "epoch": 0.02,
133
+ "learning_rate": 4.998452605684874e-05,
134
+ "loss": 0.6097,
135
+ "step": 105
136
+ },
137
+ {
138
+ "epoch": 0.02,
139
+ "learning_rate": 4.998301743051459e-05,
140
+ "loss": 0.5687,
141
+ "step": 110
142
+ },
143
+ {
144
+ "epoch": 0.02,
145
+ "learning_rate": 4.998143866801942e-05,
146
+ "loss": 0.5866,
147
+ "step": 115
148
+ },
149
+ {
150
+ "epoch": 0.02,
151
+ "learning_rate": 4.997978977379536e-05,
152
+ "loss": 0.5612,
153
+ "step": 120
154
+ },
155
+ {
156
+ "epoch": 0.02,
157
+ "learning_rate": 4.997807075247146e-05,
158
+ "loss": 0.6221,
159
+ "step": 125
160
+ },
161
+ {
162
+ "epoch": 0.02,
163
+ "learning_rate": 4.997628160887361e-05,
164
+ "loss": 0.5728,
165
+ "step": 130
166
+ },
167
+ {
168
+ "epoch": 0.02,
169
+ "learning_rate": 4.997442234802456e-05,
170
+ "loss": 0.6105,
171
+ "step": 135
172
+ },
173
+ {
174
+ "epoch": 0.02,
175
+ "learning_rate": 4.997249297514394e-05,
176
+ "loss": 0.6161,
177
+ "step": 140
178
+ },
179
+ {
180
+ "epoch": 0.02,
181
+ "learning_rate": 4.997049349564814e-05,
182
+ "loss": 0.6511,
183
+ "step": 145
184
+ },
185
+ {
186
+ "epoch": 0.02,
187
+ "learning_rate": 4.996842391515044e-05,
188
+ "loss": 0.6108,
189
+ "step": 150
190
+ },
191
+ {
192
+ "epoch": 0.02,
193
+ "learning_rate": 4.996628423946087e-05,
194
+ "loss": 0.5664,
195
+ "step": 155
196
+ },
197
+ {
198
+ "epoch": 0.03,
199
+ "learning_rate": 4.996407447458626e-05,
200
+ "loss": 0.6127,
201
+ "step": 160
202
+ },
203
+ {
204
+ "epoch": 0.03,
205
+ "learning_rate": 4.99617946267302e-05,
206
+ "loss": 0.6213,
207
+ "step": 165
208
+ },
209
+ {
210
+ "epoch": 0.03,
211
+ "learning_rate": 4.995944470229302e-05,
212
+ "loss": 0.596,
213
+ "step": 170
214
+ },
215
+ {
216
+ "epoch": 0.03,
217
+ "learning_rate": 4.9957024707871806e-05,
218
+ "loss": 0.5731,
219
+ "step": 175
220
+ },
221
+ {
222
+ "epoch": 0.03,
223
+ "learning_rate": 4.995453465026032e-05,
224
+ "loss": 0.5704,
225
+ "step": 180
226
+ },
227
+ {
228
+ "epoch": 0.03,
229
+ "learning_rate": 4.995197453644905e-05,
230
+ "loss": 0.5767,
231
+ "step": 185
232
+ },
233
+ {
234
+ "epoch": 0.03,
235
+ "learning_rate": 4.994934437362513e-05,
236
+ "loss": 0.6134,
237
+ "step": 190
238
+ },
239
+ {
240
+ "epoch": 0.03,
241
+ "learning_rate": 4.9946644169172355e-05,
242
+ "loss": 0.5919,
243
+ "step": 195
244
+ },
245
+ {
246
+ "epoch": 0.03,
247
+ "learning_rate": 4.994387393067117e-05,
248
+ "loss": 0.6031,
249
+ "step": 200
250
+ },
251
+ {
252
+ "epoch": 0.03,
253
+ "learning_rate": 4.994103366589859e-05,
254
+ "loss": 0.6236,
255
+ "step": 205
256
+ },
257
+ {
258
+ "epoch": 0.03,
259
+ "learning_rate": 4.993812338282826e-05,
260
+ "loss": 0.6307,
261
+ "step": 210
262
+ },
263
+ {
264
+ "epoch": 0.03,
265
+ "learning_rate": 4.993514308963036e-05,
266
+ "loss": 0.5618,
267
+ "step": 215
268
+ },
269
+ {
270
+ "epoch": 0.04,
271
+ "learning_rate": 4.993209279467164e-05,
272
+ "loss": 0.6093,
273
+ "step": 220
274
+ },
275
+ {
276
+ "epoch": 0.04,
277
+ "learning_rate": 4.992897250651535e-05,
278
+ "loss": 0.5744,
279
+ "step": 225
280
+ },
281
+ {
282
+ "epoch": 0.04,
283
+ "learning_rate": 4.992578223392124e-05,
284
+ "loss": 0.5844,
285
+ "step": 230
286
+ },
287
+ {
288
+ "epoch": 0.04,
289
+ "learning_rate": 4.992252198584554e-05,
290
+ "loss": 0.5358,
291
+ "step": 235
292
+ },
293
+ {
294
+ "epoch": 0.04,
295
+ "learning_rate": 4.9919191771440905e-05,
296
+ "loss": 0.6067,
297
+ "step": 240
298
+ },
299
+ {
300
+ "epoch": 0.04,
301
+ "learning_rate": 4.991579160005644e-05,
302
+ "loss": 0.6147,
303
+ "step": 245
304
+ },
305
+ {
306
+ "epoch": 0.04,
307
+ "learning_rate": 4.991232148123761e-05,
308
+ "loss": 0.6185,
309
+ "step": 250
310
+ },
311
+ {
312
+ "epoch": 0.04,
313
+ "learning_rate": 4.990878142472628e-05,
314
+ "loss": 0.5797,
315
+ "step": 255
316
+ },
317
+ {
318
+ "epoch": 0.04,
319
+ "learning_rate": 4.990517144046064e-05,
320
+ "loss": 0.58,
321
+ "step": 260
322
+ },
323
+ {
324
+ "epoch": 0.04,
325
+ "learning_rate": 4.9901491538575185e-05,
326
+ "loss": 0.6051,
327
+ "step": 265
328
+ },
329
+ {
330
+ "epoch": 0.04,
331
+ "learning_rate": 4.9897741729400705e-05,
332
+ "loss": 0.6199,
333
+ "step": 270
334
+ },
335
+ {
336
+ "epoch": 0.04,
337
+ "learning_rate": 4.9893922023464236e-05,
338
+ "loss": 0.6173,
339
+ "step": 275
340
+ },
341
+ {
342
+ "epoch": 0.04,
343
+ "learning_rate": 4.989003243148904e-05,
344
+ "loss": 0.5907,
345
+ "step": 280
346
+ },
347
+ {
348
+ "epoch": 0.05,
349
+ "learning_rate": 4.988607296439458e-05,
350
+ "loss": 0.5818,
351
+ "step": 285
352
+ },
353
+ {
354
+ "epoch": 0.05,
355
+ "learning_rate": 4.988204363329648e-05,
356
+ "loss": 0.5767,
357
+ "step": 290
358
+ },
359
+ {
360
+ "epoch": 0.05,
361
+ "learning_rate": 4.987794444950651e-05,
362
+ "loss": 0.579,
363
+ "step": 295
364
+ },
365
+ {
366
+ "epoch": 0.05,
367
+ "learning_rate": 4.987377542453251e-05,
368
+ "loss": 0.6454,
369
+ "step": 300
370
+ },
371
+ {
372
+ "epoch": 0.05,
373
+ "learning_rate": 4.986953657007841e-05,
374
+ "loss": 0.5777,
375
+ "step": 305
376
+ },
377
+ {
378
+ "epoch": 0.05,
379
+ "learning_rate": 4.986522789804417e-05,
380
+ "loss": 0.532,
381
+ "step": 310
382
+ },
383
+ {
384
+ "epoch": 0.05,
385
+ "learning_rate": 4.9860849420525766e-05,
386
+ "loss": 0.56,
387
+ "step": 315
388
+ },
389
+ {
390
+ "epoch": 0.05,
391
+ "learning_rate": 4.9856401149815126e-05,
392
+ "loss": 0.5624,
393
+ "step": 320
394
+ },
395
+ {
396
+ "epoch": 0.05,
397
+ "learning_rate": 4.985188309840012e-05,
398
+ "loss": 0.6008,
399
+ "step": 325
400
+ },
401
+ {
402
+ "epoch": 0.05,
403
+ "learning_rate": 4.9847295278964514e-05,
404
+ "loss": 0.6425,
405
+ "step": 330
406
+ },
407
+ {
408
+ "epoch": 0.05,
409
+ "learning_rate": 4.984263770438793e-05,
410
+ "loss": 0.5907,
411
+ "step": 335
412
+ },
413
+ {
414
+ "epoch": 0.05,
415
+ "learning_rate": 4.9837910387745845e-05,
416
+ "loss": 0.5926,
417
+ "step": 340
418
+ },
419
+ {
420
+ "epoch": 0.06,
421
+ "learning_rate": 4.98331133423095e-05,
422
+ "loss": 0.6115,
423
+ "step": 345
424
+ },
425
+ {
426
+ "epoch": 0.06,
427
+ "learning_rate": 4.982824658154589e-05,
428
+ "loss": 0.5685,
429
+ "step": 350
430
+ },
431
+ {
432
+ "epoch": 0.06,
433
+ "learning_rate": 4.982331011911774e-05,
434
+ "loss": 0.5412,
435
+ "step": 355
436
+ },
437
+ {
438
+ "epoch": 0.06,
439
+ "learning_rate": 4.981830396888344e-05,
440
+ "loss": 0.6032,
441
+ "step": 360
442
+ },
443
+ {
444
+ "epoch": 0.06,
445
+ "learning_rate": 4.981322814489703e-05,
446
+ "loss": 0.568,
447
+ "step": 365
448
+ },
449
+ {
450
+ "epoch": 0.06,
451
+ "learning_rate": 4.980808266140813e-05,
452
+ "loss": 0.5835,
453
+ "step": 370
454
+ },
455
+ {
456
+ "epoch": 0.06,
457
+ "learning_rate": 4.980286753286195e-05,
458
+ "loss": 0.5633,
459
+ "step": 375
460
+ },
461
+ {
462
+ "epoch": 0.06,
463
+ "learning_rate": 4.979758277389919e-05,
464
+ "loss": 0.574,
465
+ "step": 380
466
+ },
467
+ {
468
+ "epoch": 0.06,
469
+ "learning_rate": 4.979222839935602e-05,
470
+ "loss": 0.5774,
471
+ "step": 385
472
+ },
473
+ {
474
+ "epoch": 0.06,
475
+ "learning_rate": 4.9786804424264085e-05,
476
+ "loss": 0.5608,
477
+ "step": 390
478
+ },
479
+ {
480
+ "epoch": 0.06,
481
+ "learning_rate": 4.9781310863850405e-05,
482
+ "loss": 0.5659,
483
+ "step": 395
484
+ },
485
+ {
486
+ "epoch": 0.06,
487
+ "learning_rate": 4.977574773353732e-05,
488
+ "loss": 0.6167,
489
+ "step": 400
490
+ },
491
+ {
492
+ "epoch": 0.06,
493
+ "learning_rate": 4.977011504894252e-05,
494
+ "loss": 0.5523,
495
+ "step": 405
496
+ },
497
+ {
498
+ "epoch": 0.07,
499
+ "learning_rate": 4.9764412825878943e-05,
500
+ "loss": 0.5804,
501
+ "step": 410
502
+ },
503
+ {
504
+ "epoch": 0.07,
505
+ "learning_rate": 4.975864108035474e-05,
506
+ "loss": 0.5811,
507
+ "step": 415
508
+ },
509
+ {
510
+ "epoch": 0.07,
511
+ "learning_rate": 4.975279982857324e-05,
512
+ "loss": 0.5832,
513
+ "step": 420
514
+ },
515
+ {
516
+ "epoch": 0.07,
517
+ "learning_rate": 4.9746889086932895e-05,
518
+ "loss": 0.6035,
519
+ "step": 425
520
+ },
521
+ {
522
+ "epoch": 0.07,
523
+ "learning_rate": 4.974090887202726e-05,
524
+ "loss": 0.6077,
525
+ "step": 430
526
+ },
527
+ {
528
+ "epoch": 0.07,
529
+ "learning_rate": 4.9734859200644905e-05,
530
+ "loss": 0.6147,
531
+ "step": 435
532
+ },
533
+ {
534
+ "epoch": 0.07,
535
+ "learning_rate": 4.97287400897694e-05,
536
+ "loss": 0.6825,
537
+ "step": 440
538
+ },
539
+ {
540
+ "epoch": 0.07,
541
+ "learning_rate": 4.972255155657925e-05,
542
+ "loss": 0.5573,
543
+ "step": 445
544
+ },
545
+ {
546
+ "epoch": 0.07,
547
+ "learning_rate": 4.971629361844785e-05,
548
+ "loss": 0.5691,
549
+ "step": 450
550
+ },
551
+ {
552
+ "epoch": 0.07,
553
+ "learning_rate": 4.9709966292943455e-05,
554
+ "loss": 0.5768,
555
+ "step": 455
556
+ },
557
+ {
558
+ "epoch": 0.07,
559
+ "learning_rate": 4.970356959782909e-05,
560
+ "loss": 0.5953,
561
+ "step": 460
562
+ },
563
+ {
564
+ "epoch": 0.07,
565
+ "learning_rate": 4.9697103551062556e-05,
566
+ "loss": 0.6207,
567
+ "step": 465
568
+ },
569
+ {
570
+ "epoch": 0.08,
571
+ "learning_rate": 4.969056817079633e-05,
572
+ "loss": 0.5845,
573
+ "step": 470
574
+ },
575
+ {
576
+ "epoch": 0.08,
577
+ "learning_rate": 4.968396347537751e-05,
578
+ "loss": 0.5719,
579
+ "step": 475
580
+ },
581
+ {
582
+ "epoch": 0.08,
583
+ "learning_rate": 4.967728948334784e-05,
584
+ "loss": 0.5889,
585
+ "step": 480
586
+ },
587
+ {
588
+ "epoch": 0.08,
589
+ "learning_rate": 4.967054621344356e-05,
590
+ "loss": 0.5574,
591
+ "step": 485
592
+ },
593
+ {
594
+ "epoch": 0.08,
595
+ "learning_rate": 4.966373368459541e-05,
596
+ "loss": 0.6037,
597
+ "step": 490
598
+ },
599
+ {
600
+ "epoch": 0.08,
601
+ "learning_rate": 4.965685191592859e-05,
602
+ "loss": 0.5707,
603
+ "step": 495
604
+ },
605
+ {
606
+ "epoch": 0.08,
607
+ "learning_rate": 4.964990092676263e-05,
608
+ "loss": 0.6586,
609
+ "step": 500
610
+ },
611
+ {
612
+ "epoch": 0.08,
613
+ "learning_rate": 4.964288073661142e-05,
614
+ "loss": 0.5559,
615
+ "step": 505
616
+ },
617
+ {
618
+ "epoch": 0.08,
619
+ "learning_rate": 4.963579136518312e-05,
620
+ "loss": 0.5609,
621
+ "step": 510
622
+ },
623
+ {
624
+ "epoch": 0.08,
625
+ "learning_rate": 4.96286328323801e-05,
626
+ "loss": 0.6081,
627
+ "step": 515
628
+ },
629
+ {
630
+ "epoch": 0.08,
631
+ "learning_rate": 4.96214051582989e-05,
632
+ "loss": 0.5724,
633
+ "step": 520
634
+ },
635
+ {
636
+ "epoch": 0.08,
637
+ "learning_rate": 4.9614108363230135e-05,
638
+ "loss": 0.5758,
639
+ "step": 525
640
+ },
641
+ {
642
+ "epoch": 0.08,
643
+ "learning_rate": 4.960674246765851e-05,
644
+ "loss": 0.6191,
645
+ "step": 530
646
+ },
647
+ {
648
+ "epoch": 0.09,
649
+ "learning_rate": 4.959930749226269e-05,
650
+ "loss": 0.5638,
651
+ "step": 535
652
+ },
653
+ {
654
+ "epoch": 0.09,
655
+ "learning_rate": 4.959180345791528e-05,
656
+ "loss": 0.5698,
657
+ "step": 540
658
+ },
659
+ {
660
+ "epoch": 0.09,
661
+ "learning_rate": 4.958423038568274e-05,
662
+ "loss": 0.5878,
663
+ "step": 545
664
+ },
665
+ {
666
+ "epoch": 0.09,
667
+ "learning_rate": 4.9576588296825386e-05,
668
+ "loss": 0.5734,
669
+ "step": 550
670
+ },
671
+ {
672
+ "epoch": 0.09,
673
+ "learning_rate": 4.956887721279726e-05,
674
+ "loss": 0.606,
675
+ "step": 555
676
+ },
677
+ {
678
+ "epoch": 0.09,
679
+ "learning_rate": 4.956109715524608e-05,
680
+ "loss": 0.5871,
681
+ "step": 560
682
+ },
683
+ {
684
+ "epoch": 0.09,
685
+ "learning_rate": 4.955324814601324e-05,
686
+ "loss": 0.6306,
687
+ "step": 565
688
+ },
689
+ {
690
+ "epoch": 0.09,
691
+ "learning_rate": 4.9545330207133664e-05,
692
+ "loss": 0.6231,
693
+ "step": 570
694
+ },
695
+ {
696
+ "epoch": 0.09,
697
+ "learning_rate": 4.953734336083583e-05,
698
+ "loss": 0.6278,
699
+ "step": 575
700
+ },
701
+ {
702
+ "epoch": 0.09,
703
+ "learning_rate": 4.952928762954161e-05,
704
+ "loss": 0.5551,
705
+ "step": 580
706
+ },
707
+ {
708
+ "epoch": 0.09,
709
+ "learning_rate": 4.952116303586631e-05,
710
+ "loss": 0.6441,
711
+ "step": 585
712
+ },
713
+ {
714
+ "epoch": 0.09,
715
+ "learning_rate": 4.951296960261853e-05,
716
+ "loss": 0.5753,
717
+ "step": 590
718
+ },
719
+ {
720
+ "epoch": 0.1,
721
+ "learning_rate": 4.9504707352800125e-05,
722
+ "loss": 0.5458,
723
+ "step": 595
724
+ },
725
+ {
726
+ "epoch": 0.1,
727
+ "learning_rate": 4.949637630960617e-05,
728
+ "loss": 0.5668,
729
+ "step": 600
730
+ },
731
+ {
732
+ "epoch": 0.1,
733
+ "learning_rate": 4.948797649642484e-05,
734
+ "loss": 0.5727,
735
+ "step": 605
736
+ },
737
+ {
738
+ "epoch": 0.1,
739
+ "learning_rate": 4.9479507936837364e-05,
740
+ "loss": 0.628,
741
+ "step": 610
742
+ },
743
+ {
744
+ "epoch": 0.1,
745
+ "learning_rate": 4.947097065461801e-05,
746
+ "loss": 0.5958,
747
+ "step": 615
748
+ },
749
+ {
750
+ "epoch": 0.1,
751
+ "learning_rate": 4.946236467373392e-05,
752
+ "loss": 0.6173,
753
+ "step": 620
754
+ },
755
+ {
756
+ "epoch": 0.1,
757
+ "learning_rate": 4.9453690018345144e-05,
758
+ "loss": 0.5473,
759
+ "step": 625
760
+ },
761
+ {
762
+ "epoch": 0.1,
763
+ "learning_rate": 4.9444946712804494e-05,
764
+ "loss": 0.6012,
765
+ "step": 630
766
+ },
767
+ {
768
+ "epoch": 0.1,
769
+ "learning_rate": 4.943613478165753e-05,
770
+ "loss": 0.6303,
771
+ "step": 635
772
+ },
773
+ {
774
+ "epoch": 0.1,
775
+ "learning_rate": 4.9427254249642444e-05,
776
+ "loss": 0.6188,
777
+ "step": 640
778
+ },
779
+ {
780
+ "epoch": 0.1,
781
+ "learning_rate": 4.941830514169004e-05,
782
+ "loss": 0.6079,
783
+ "step": 645
784
+ },
785
+ {
786
+ "epoch": 0.1,
787
+ "learning_rate": 4.940928748292363e-05,
788
+ "loss": 0.5589,
789
+ "step": 650
790
+ },
791
+ {
792
+ "epoch": 0.1,
793
+ "learning_rate": 4.940020129865895e-05,
794
+ "loss": 0.5652,
795
+ "step": 655
796
+ },
797
+ {
798
+ "epoch": 0.11,
799
+ "learning_rate": 4.939104661440415e-05,
800
+ "loss": 0.5415,
801
+ "step": 660
802
+ },
803
+ {
804
+ "epoch": 0.11,
805
+ "learning_rate": 4.938182345585966e-05,
806
+ "loss": 0.5657,
807
+ "step": 665
808
+ },
809
+ {
810
+ "epoch": 0.11,
811
+ "learning_rate": 4.9372531848918145e-05,
812
+ "loss": 0.6403,
813
+ "step": 670
814
+ },
815
+ {
816
+ "epoch": 0.11,
817
+ "learning_rate": 4.9363171819664434e-05,
818
+ "loss": 0.6198,
819
+ "step": 675
820
+ },
821
+ {
822
+ "epoch": 0.11,
823
+ "learning_rate": 4.935374339437543e-05,
824
+ "loss": 0.5685,
825
+ "step": 680
826
+ },
827
+ {
828
+ "epoch": 0.11,
829
+ "learning_rate": 4.934424659952006e-05,
830
+ "loss": 0.5737,
831
+ "step": 685
832
+ },
833
+ {
834
+ "epoch": 0.11,
835
+ "learning_rate": 4.933468146175918e-05,
836
+ "loss": 0.5975,
837
+ "step": 690
838
+ },
839
+ {
840
+ "epoch": 0.11,
841
+ "learning_rate": 4.9325048007945526e-05,
842
+ "loss": 0.6033,
843
+ "step": 695
844
+ },
845
+ {
846
+ "epoch": 0.11,
847
+ "learning_rate": 4.9315346265123594e-05,
848
+ "loss": 0.6587,
849
+ "step": 700
850
+ },
851
+ {
852
+ "epoch": 0.11,
853
+ "learning_rate": 4.9305576260529607e-05,
854
+ "loss": 0.5903,
855
+ "step": 705
856
+ },
857
+ {
858
+ "epoch": 0.11,
859
+ "learning_rate": 4.929573802159143e-05,
860
+ "loss": 0.5883,
861
+ "step": 710
862
+ },
863
+ {
864
+ "epoch": 0.11,
865
+ "learning_rate": 4.9285831575928465e-05,
866
+ "loss": 0.6151,
867
+ "step": 715
868
+ },
869
+ {
870
+ "epoch": 0.12,
871
+ "learning_rate": 4.927585695135162e-05,
872
+ "loss": 0.5687,
873
+ "step": 720
874
+ },
875
+ {
876
+ "epoch": 0.12,
877
+ "learning_rate": 4.9265814175863186e-05,
878
+ "loss": 0.6008,
879
+ "step": 725
880
+ },
881
+ {
882
+ "epoch": 0.12,
883
+ "learning_rate": 4.925570327765678e-05,
884
+ "loss": 0.6045,
885
+ "step": 730
886
+ },
887
+ {
888
+ "epoch": 0.12,
889
+ "learning_rate": 4.9245524285117274e-05,
890
+ "loss": 0.5439,
891
+ "step": 735
892
+ },
893
+ {
894
+ "epoch": 0.12,
895
+ "learning_rate": 4.9235277226820695e-05,
896
+ "loss": 0.61,
897
+ "step": 740
898
+ },
899
+ {
900
+ "epoch": 0.12,
901
+ "learning_rate": 4.922496213153416e-05,
902
+ "loss": 0.5913,
903
+ "step": 745
904
+ },
905
+ {
906
+ "epoch": 0.12,
907
+ "learning_rate": 4.9214579028215776e-05,
908
+ "loss": 0.6255,
909
+ "step": 750
910
+ },
911
+ {
912
+ "epoch": 0.12,
913
+ "learning_rate": 4.920412794601461e-05,
914
+ "loss": 0.5834,
915
+ "step": 755
916
+ },
917
+ {
918
+ "epoch": 0.12,
919
+ "learning_rate": 4.9193608914270515e-05,
920
+ "loss": 0.6102,
921
+ "step": 760
922
+ },
923
+ {
924
+ "epoch": 0.12,
925
+ "learning_rate": 4.918302196251415e-05,
926
+ "loss": 0.5591,
927
+ "step": 765
928
+ },
929
+ {
930
+ "epoch": 0.12,
931
+ "learning_rate": 4.917236712046682e-05,
932
+ "loss": 0.556,
933
+ "step": 770
934
+ },
935
+ {
936
+ "epoch": 0.12,
937
+ "learning_rate": 4.916164441804044e-05,
938
+ "loss": 0.5774,
939
+ "step": 775
940
+ },
941
+ {
942
+ "epoch": 0.12,
943
+ "learning_rate": 4.9150853885337426e-05,
944
+ "loss": 0.6256,
945
+ "step": 780
946
+ },
947
+ {
948
+ "epoch": 0.13,
949
+ "learning_rate": 4.913999555265062e-05,
950
+ "loss": 0.6505,
951
+ "step": 785
952
+ },
953
+ {
954
+ "epoch": 0.13,
955
+ "learning_rate": 4.9129069450463186e-05,
956
+ "loss": 0.6012,
957
+ "step": 790
958
+ },
959
+ {
960
+ "epoch": 0.13,
961
+ "learning_rate": 4.911807560944858e-05,
962
+ "loss": 0.5913,
963
+ "step": 795
964
+ },
965
+ {
966
+ "epoch": 0.13,
967
+ "learning_rate": 4.910701406047037e-05,
968
+ "loss": 0.6963,
969
+ "step": 800
970
+ },
971
+ {
972
+ "epoch": 0.13,
973
+ "learning_rate": 4.909588483458225e-05,
974
+ "loss": 0.5588,
975
+ "step": 805
976
+ },
977
+ {
978
+ "epoch": 0.13,
979
+ "learning_rate": 4.9084687963027894e-05,
980
+ "loss": 0.6078,
981
+ "step": 810
982
+ },
983
+ {
984
+ "epoch": 0.13,
985
+ "learning_rate": 4.907342347724087e-05,
986
+ "loss": 0.5816,
987
+ "step": 815
988
+ },
989
+ {
990
+ "epoch": 0.13,
991
+ "learning_rate": 4.906209140884459e-05,
992
+ "loss": 0.5989,
993
+ "step": 820
994
+ },
995
+ {
996
+ "epoch": 0.13,
997
+ "learning_rate": 4.905069178965215e-05,
998
+ "loss": 0.5568,
999
+ "step": 825
1000
+ },
1001
+ {
1002
+ "epoch": 0.13,
1003
+ "learning_rate": 4.9039224651666325e-05,
1004
+ "loss": 0.6021,
1005
+ "step": 830
1006
+ },
1007
+ {
1008
+ "epoch": 0.13,
1009
+ "learning_rate": 4.902769002707942e-05,
1010
+ "loss": 0.6009,
1011
+ "step": 835
1012
+ },
1013
+ {
1014
+ "epoch": 0.13,
1015
+ "learning_rate": 4.90160879482732e-05,
1016
+ "loss": 0.5801,
1017
+ "step": 840
1018
+ },
1019
+ {
1020
+ "epoch": 0.14,
1021
+ "learning_rate": 4.9004418447818815e-05,
1022
+ "loss": 0.5939,
1023
+ "step": 845
1024
+ },
1025
+ {
1026
+ "epoch": 0.14,
1027
+ "learning_rate": 4.899268155847667e-05,
1028
+ "loss": 0.6027,
1029
+ "step": 850
1030
+ },
1031
+ {
1032
+ "epoch": 0.14,
1033
+ "learning_rate": 4.898087731319636e-05,
1034
+ "loss": 0.5416,
1035
+ "step": 855
1036
+ },
1037
+ {
1038
+ "epoch": 0.14,
1039
+ "learning_rate": 4.896900574511657e-05,
1040
+ "loss": 0.5596,
1041
+ "step": 860
1042
+ },
1043
+ {
1044
+ "epoch": 0.14,
1045
+ "learning_rate": 4.8957066887565e-05,
1046
+ "loss": 0.6187,
1047
+ "step": 865
1048
+ },
1049
+ {
1050
+ "epoch": 0.14,
1051
+ "learning_rate": 4.894506077405824e-05,
1052
+ "loss": 0.5733,
1053
+ "step": 870
1054
+ },
1055
+ {
1056
+ "epoch": 0.14,
1057
+ "learning_rate": 4.893298743830168e-05,
1058
+ "loss": 0.5862,
1059
+ "step": 875
1060
+ },
1061
+ {
1062
+ "epoch": 0.14,
1063
+ "learning_rate": 4.892084691418947e-05,
1064
+ "loss": 0.6191,
1065
+ "step": 880
1066
+ },
1067
+ {
1068
+ "epoch": 0.14,
1069
+ "learning_rate": 4.8908639235804324e-05,
1070
+ "loss": 0.6258,
1071
+ "step": 885
1072
+ },
1073
+ {
1074
+ "epoch": 0.14,
1075
+ "learning_rate": 4.889636443741752e-05,
1076
+ "loss": 0.5504,
1077
+ "step": 890
1078
+ },
1079
+ {
1080
+ "epoch": 0.14,
1081
+ "learning_rate": 4.888402255348876e-05,
1082
+ "loss": 0.6241,
1083
+ "step": 895
1084
+ },
1085
+ {
1086
+ "epoch": 0.14,
1087
+ "learning_rate": 4.887161361866608e-05,
1088
+ "loss": 0.5839,
1089
+ "step": 900
1090
+ },
1091
+ {
1092
+ "epoch": 0.14,
1093
+ "learning_rate": 4.8859137667785735e-05,
1094
+ "loss": 0.5797,
1095
+ "step": 905
1096
+ },
1097
+ {
1098
+ "epoch": 0.15,
1099
+ "learning_rate": 4.884659473587213e-05,
1100
+ "loss": 0.6189,
1101
+ "step": 910
1102
+ },
1103
+ {
1104
+ "epoch": 0.15,
1105
+ "learning_rate": 4.8833984858137715e-05,
1106
+ "loss": 0.6194,
1107
+ "step": 915
1108
+ },
1109
+ {
1110
+ "epoch": 0.15,
1111
+ "learning_rate": 4.8821308069982867e-05,
1112
+ "loss": 0.585,
1113
+ "step": 920
1114
+ },
1115
+ {
1116
+ "epoch": 0.15,
1117
+ "learning_rate": 4.880856440699582e-05,
1118
+ "loss": 0.582,
1119
+ "step": 925
1120
+ },
1121
+ {
1122
+ "epoch": 0.15,
1123
+ "learning_rate": 4.8795753904952534e-05,
1124
+ "loss": 0.5789,
1125
+ "step": 930
1126
+ },
1127
+ {
1128
+ "epoch": 0.15,
1129
+ "learning_rate": 4.878287659981662e-05,
1130
+ "loss": 0.6236,
1131
+ "step": 935
1132
+ },
1133
+ {
1134
+ "epoch": 0.15,
1135
+ "learning_rate": 4.8769932527739225e-05,
1136
+ "loss": 0.5614,
1137
+ "step": 940
1138
+ },
1139
+ {
1140
+ "epoch": 0.15,
1141
+ "learning_rate": 4.8756921725058934e-05,
1142
+ "loss": 0.5972,
1143
+ "step": 945
1144
+ },
1145
+ {
1146
+ "epoch": 0.15,
1147
+ "learning_rate": 4.874384422830167e-05,
1148
+ "loss": 0.5682,
1149
+ "step": 950
1150
+ },
1151
+ {
1152
+ "epoch": 0.15,
1153
+ "learning_rate": 4.873070007418059e-05,
1154
+ "loss": 0.6327,
1155
+ "step": 955
1156
+ },
1157
+ {
1158
+ "epoch": 0.15,
1159
+ "learning_rate": 4.871748929959598e-05,
1160
+ "loss": 0.5577,
1161
+ "step": 960
1162
+ },
1163
+ {
1164
+ "epoch": 0.15,
1165
+ "learning_rate": 4.870421194163515e-05,
1166
+ "loss": 0.56,
1167
+ "step": 965
1168
+ },
1169
+ {
1170
+ "epoch": 0.16,
1171
+ "learning_rate": 4.8690868037572346e-05,
1172
+ "loss": 0.6324,
1173
+ "step": 970
1174
+ },
1175
+ {
1176
+ "epoch": 0.16,
1177
+ "learning_rate": 4.867745762486861e-05,
1178
+ "loss": 0.5764,
1179
+ "step": 975
1180
+ },
1181
+ {
1182
+ "epoch": 0.16,
1183
+ "learning_rate": 4.8663980741171724e-05,
1184
+ "loss": 0.564,
1185
+ "step": 980
1186
+ },
1187
+ {
1188
+ "epoch": 0.16,
1189
+ "learning_rate": 4.865043742431605e-05,
1190
+ "loss": 0.5534,
1191
+ "step": 985
1192
+ },
1193
+ {
1194
+ "epoch": 0.16,
1195
+ "learning_rate": 4.863682771232248e-05,
1196
+ "loss": 0.5953,
1197
+ "step": 990
1198
+ },
1199
+ {
1200
+ "epoch": 0.16,
1201
+ "learning_rate": 4.862315164339829e-05,
1202
+ "loss": 0.4992,
1203
+ "step": 995
1204
+ },
1205
+ {
1206
+ "epoch": 0.16,
1207
+ "learning_rate": 4.860940925593703e-05,
1208
+ "loss": 0.6061,
1209
+ "step": 1000
1210
+ },
1211
+ {
1212
+ "epoch": 0.16,
1213
+ "learning_rate": 4.859560058851844e-05,
1214
+ "loss": 0.5429,
1215
+ "step": 1005
1216
+ },
1217
+ {
1218
+ "epoch": 0.16,
1219
+ "learning_rate": 4.8581725679908317e-05,
1220
+ "loss": 0.6121,
1221
+ "step": 1010
1222
+ },
1223
+ {
1224
+ "epoch": 0.16,
1225
+ "learning_rate": 4.856778456905846e-05,
1226
+ "loss": 0.5678,
1227
+ "step": 1015
1228
+ },
1229
+ {
1230
+ "epoch": 0.16,
1231
+ "learning_rate": 4.855377729510648e-05,
1232
+ "loss": 0.633,
1233
+ "step": 1020
1234
+ },
1235
+ {
1236
+ "epoch": 0.16,
1237
+ "learning_rate": 4.8539703897375755e-05,
1238
+ "loss": 0.6405,
1239
+ "step": 1025
1240
+ },
1241
+ {
1242
+ "epoch": 0.16,
1243
+ "learning_rate": 4.852556441537528e-05,
1244
+ "loss": 0.5485,
1245
+ "step": 1030
1246
+ },
1247
+ {
1248
+ "epoch": 0.17,
1249
+ "learning_rate": 4.851135888879958e-05,
1250
+ "loss": 0.5974,
1251
+ "step": 1035
1252
+ },
1253
+ {
1254
+ "epoch": 0.17,
1255
+ "learning_rate": 4.849708735752859e-05,
1256
+ "loss": 0.582,
1257
+ "step": 1040
1258
+ },
1259
+ {
1260
+ "epoch": 0.17,
1261
+ "learning_rate": 4.848274986162754e-05,
1262
+ "loss": 0.5806,
1263
+ "step": 1045
1264
+ },
1265
+ {
1266
+ "epoch": 0.17,
1267
+ "learning_rate": 4.846834644134686e-05,
1268
+ "loss": 0.6104,
1269
+ "step": 1050
1270
+ },
1271
+ {
1272
+ "epoch": 0.17,
1273
+ "learning_rate": 4.845387713712203e-05,
1274
+ "loss": 0.6216,
1275
+ "step": 1055
1276
+ },
1277
+ {
1278
+ "epoch": 0.17,
1279
+ "learning_rate": 4.84393419895735e-05,
1280
+ "loss": 0.612,
1281
+ "step": 1060
1282
+ },
1283
+ {
1284
+ "epoch": 0.17,
1285
+ "learning_rate": 4.8424741039506575e-05,
1286
+ "loss": 0.6155,
1287
+ "step": 1065
1288
+ },
1289
+ {
1290
+ "epoch": 0.17,
1291
+ "learning_rate": 4.841007432791129e-05,
1292
+ "loss": 0.5703,
1293
+ "step": 1070
1294
+ },
1295
+ {
1296
+ "epoch": 0.17,
1297
+ "learning_rate": 4.839534189596228e-05,
1298
+ "loss": 0.6044,
1299
+ "step": 1075
1300
+ },
1301
+ {
1302
+ "epoch": 0.17,
1303
+ "learning_rate": 4.8380543785018677e-05,
1304
+ "loss": 0.5819,
1305
+ "step": 1080
1306
+ },
1307
+ {
1308
+ "epoch": 0.17,
1309
+ "learning_rate": 4.8365680036624026e-05,
1310
+ "loss": 0.617,
1311
+ "step": 1085
1312
+ },
1313
+ {
1314
+ "epoch": 0.17,
1315
+ "learning_rate": 4.835075069250613e-05,
1316
+ "loss": 0.5707,
1317
+ "step": 1090
1318
+ },
1319
+ {
1320
+ "epoch": 0.18,
1321
+ "learning_rate": 4.833575579457691e-05,
1322
+ "loss": 0.6348,
1323
+ "step": 1095
1324
+ },
1325
+ {
1326
+ "epoch": 0.18,
1327
+ "learning_rate": 4.832069538493237e-05,
1328
+ "loss": 0.6339,
1329
+ "step": 1100
1330
+ }
1331
+ ],
1332
+ "logging_steps": 5,
1333
+ "max_steps": 9375,
1334
+ "num_input_tokens_seen": 0,
1335
+ "num_train_epochs": 2,
1336
+ "save_steps": 100,
1337
+ "total_flos": 2.520154628849664e+17,
1338
+ "train_batch_size": 1,
1339
+ "trial_name": null,
1340
+ "trial_params": null
1341
+ }
checkpoint-1100/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d44690adb91aea51e69289625324f309934686a0562d32d1f72a68a6232ae48
3
+ size 4920
checkpoint-1100/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1200/README.md ADDED
@@ -0,0 +1,204 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: Qwen/Qwen1.5-7B
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
+
201
+
202
+ ### Framework versions
203
+
204
+ - PEFT 0.8.2
checkpoint-1200/adapter_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen1.5-7B",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "loftq_config": {},
12
+ "lora_alpha": 16,
13
+ "lora_dropout": 0.1,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 8,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "v_proj",
23
+ "q_proj"
24
+ ],
25
+ "task_type": "CAUSAL_LM",
26
+ "use_rslora": false
27
+ }
checkpoint-1200/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:944f65ad2800e59e75d20353da25153da181f4056f0ef771a8f531a8b69100fd
3
+ size 16794200
checkpoint-1200/added_tokens.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "<|endoftext|>": 151643,
3
+ "<|im_end|>": 151645,
4
+ "<|im_start|>": 151644
5
+ }
checkpoint-1200/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1200/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aaabef3df9d233ea3552c758102d22c97d8cce4405bc846589623bb9e44d51e8
3
+ size 33662074