svjack commited on
Commit
d16fbc5
·
verified ·
1 Parent(s): 1503b68

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 +62 -0
  2. adapter_config.json +34 -0
  3. adapter_model.safetensors +3 -0
  4. added_tokens.json +5 -0
  5. all_results.json +9 -0
  6. checkpoint-100/README.md +202 -0
  7. checkpoint-100/adapter_config.json +34 -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_0.pth +3 -0
  13. checkpoint-100/rng_state_1.pth +3 -0
  14. checkpoint-100/scheduler.pt +3 -0
  15. checkpoint-100/special_tokens_map.json +20 -0
  16. checkpoint-100/tokenizer.json +0 -0
  17. checkpoint-100/tokenizer_config.json +44 -0
  18. checkpoint-100/trainer_state.json +193 -0
  19. checkpoint-100/training_args.bin +3 -0
  20. checkpoint-100/vocab.json +0 -0
  21. checkpoint-200/README.md +202 -0
  22. checkpoint-200/adapter_config.json +34 -0
  23. checkpoint-200/adapter_model.safetensors +3 -0
  24. checkpoint-200/added_tokens.json +5 -0
  25. checkpoint-200/merges.txt +0 -0
  26. checkpoint-200/optimizer.pt +3 -0
  27. checkpoint-200/rng_state_0.pth +3 -0
  28. checkpoint-200/rng_state_1.pth +3 -0
  29. checkpoint-200/scheduler.pt +3 -0
  30. checkpoint-200/special_tokens_map.json +20 -0
  31. checkpoint-200/tokenizer.json +0 -0
  32. checkpoint-200/tokenizer_config.json +44 -0
  33. checkpoint-200/trainer_state.json +353 -0
  34. checkpoint-200/training_args.bin +3 -0
  35. checkpoint-200/vocab.json +0 -0
  36. checkpoint-300/README.md +202 -0
  37. checkpoint-300/adapter_config.json +34 -0
  38. checkpoint-300/adapter_model.safetensors +3 -0
  39. checkpoint-300/added_tokens.json +5 -0
  40. checkpoint-300/merges.txt +0 -0
  41. checkpoint-300/optimizer.pt +3 -0
  42. checkpoint-300/rng_state_0.pth +3 -0
  43. checkpoint-300/rng_state_1.pth +3 -0
  44. checkpoint-300/scheduler.pt +3 -0
  45. checkpoint-300/special_tokens_map.json +20 -0
  46. checkpoint-300/tokenizer.json +0 -0
  47. checkpoint-300/tokenizer_config.json +44 -0
  48. checkpoint-300/trainer_state.json +513 -0
  49. checkpoint-300/training_args.bin +3 -0
  50. checkpoint-300/vocab.json +0 -0
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2-7B-Instruct
3
+ library_name: peft
4
+ license: other
5
+ tags:
6
+ - llama-factory
7
+ - lora
8
+ - generated_from_trainer
9
+ model-index:
10
+ - name: train_2024-06-17-19-49-05
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-06-17-19-49-05
18
+
19
+ This model is a fine-tuned version of [Qwen/Qwen2-7B-Instruct](https://huggingface.co/Qwen/Qwen2-7B-Instruct) on the glaive_toolcall_zh and the glaive_toolcall_en datasets.
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
+ - distributed_type: multi-GPU
43
+ - num_devices: 2
44
+ - gradient_accumulation_steps: 8
45
+ - total_train_batch_size: 16
46
+ - total_eval_batch_size: 16
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: cosine
49
+ - num_epochs: 3.0
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+
55
+
56
+ ### Framework versions
57
+
58
+ - PEFT 0.11.1
59
+ - Transformers 4.41.2
60
+ - Pytorch 2.3.1+cu121
61
+ - Datasets 2.20.0
62
+ - Tokenizers 0.19.1
adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2-7B-Instruct",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "up_proj",
24
+ "o_proj",
25
+ "down_proj",
26
+ "q_proj",
27
+ "v_proj",
28
+ "k_proj",
29
+ "gate_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1787638372f2802325b733b1571d9ca936b9289c35e57615b1c7d3388036168e
3
+ size 80792096
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,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "num_input_tokens_seen": 2965968,
4
+ "total_flos": 1.2618658999382835e+17,
5
+ "train_loss": 0.45766232585906985,
6
+ "train_runtime": 3803.7297,
7
+ "train_samples_per_second": 1.577,
8
+ "train_steps_per_second": 0.099
9
+ }
checkpoint-100/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2-7B-Instruct
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.11.1
checkpoint-100/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2-7B-Instruct",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "up_proj",
24
+ "o_proj",
25
+ "down_proj",
26
+ "q_proj",
27
+ "v_proj",
28
+ "k_proj",
29
+ "gate_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
checkpoint-100/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4696f39a57c4837231038a5681ef750668c779b95285f8a4933a82a3ba745d3a
3
+ size 80792096
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:3b3a402d35184df6a5f4db089a9be2a2fd189b327684b544c97110b5ee635b0e
3
+ size 161810282
checkpoint-100/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8d6a959372d5e0c2ea025dd26c9d0ad2046fce19352056cae8074dcbd0a6fd4
3
+ size 14512
checkpoint-100/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f68a37892a1b445d21bb35cc10bf7a058a6f9ec8c363f5ed156ff4f49d90fb6
3
+ size 14512
checkpoint-100/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82d58469739bed67d87db1abce3894a977a31f777e839f826ba70688552f1283
3
+ size 1064
checkpoint-100/special_tokens_map.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>"
5
+ ],
6
+ "eos_token": {
7
+ "content": "<|im_end|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false
12
+ },
13
+ "pad_token": {
14
+ "content": "<|endoftext|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false
19
+ }
20
+ }
checkpoint-100/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
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": "{% set system_message = 'You are a helpful assistant.' %}{% if messages[0]['role'] == 'system' %}{% set system_message = messages[0]['content'] %}{% endif %}{% if system_message is defined %}{{ '<|im_start|>system\n' + system_message + '<|im_end|>\n' }}{% endif %}{% for message in messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ '<|im_start|>user\n' + content + '<|im_end|>\n<|im_start|>assistant\n' }}{% elif message['role'] == 'assistant' %}{{ content + '<|im_end|>' + '\n' }}{% endif %}{% endfor %}",
35
+ "clean_up_tokenization_spaces": false,
36
+ "eos_token": "<|im_end|>",
37
+ "errors": "replace",
38
+ "model_max_length": 131072,
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,193 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.8,
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.04,
13
+ "grad_norm": 0.4841386675834656,
14
+ "learning_rate": 4.997807075247146e-05,
15
+ "loss": 0.688,
16
+ "num_input_tokens_seen": 46776,
17
+ "step": 5
18
+ },
19
+ {
20
+ "epoch": 0.08,
21
+ "grad_norm": 0.3365215063095093,
22
+ "learning_rate": 4.991232148123761e-05,
23
+ "loss": 0.763,
24
+ "num_input_tokens_seen": 85136,
25
+ "step": 10
26
+ },
27
+ {
28
+ "epoch": 0.12,
29
+ "grad_norm": 0.5198595523834229,
30
+ "learning_rate": 4.980286753286195e-05,
31
+ "loss": 0.6882,
32
+ "num_input_tokens_seen": 126584,
33
+ "step": 15
34
+ },
35
+ {
36
+ "epoch": 0.16,
37
+ "grad_norm": 0.40807807445526123,
38
+ "learning_rate": 4.964990092676263e-05,
39
+ "loss": 0.6951,
40
+ "num_input_tokens_seen": 167968,
41
+ "step": 20
42
+ },
43
+ {
44
+ "epoch": 0.2,
45
+ "grad_norm": 0.439756840467453,
46
+ "learning_rate": 4.9453690018345144e-05,
47
+ "loss": 0.5008,
48
+ "num_input_tokens_seen": 206832,
49
+ "step": 25
50
+ },
51
+ {
52
+ "epoch": 0.24,
53
+ "grad_norm": 0.45932796597480774,
54
+ "learning_rate": 4.9214579028215776e-05,
55
+ "loss": 0.542,
56
+ "num_input_tokens_seen": 243656,
57
+ "step": 30
58
+ },
59
+ {
60
+ "epoch": 0.28,
61
+ "grad_norm": 0.3281826376914978,
62
+ "learning_rate": 4.893298743830168e-05,
63
+ "loss": 0.5369,
64
+ "num_input_tokens_seen": 284016,
65
+ "step": 35
66
+ },
67
+ {
68
+ "epoch": 0.32,
69
+ "grad_norm": 0.2551577389240265,
70
+ "learning_rate": 4.860940925593703e-05,
71
+ "loss": 0.4948,
72
+ "num_input_tokens_seen": 327408,
73
+ "step": 40
74
+ },
75
+ {
76
+ "epoch": 0.36,
77
+ "grad_norm": 0.5936368107795715,
78
+ "learning_rate": 4.8244412147206284e-05,
79
+ "loss": 0.5244,
80
+ "num_input_tokens_seen": 363376,
81
+ "step": 45
82
+ },
83
+ {
84
+ "epoch": 0.4,
85
+ "grad_norm": 0.2480110377073288,
86
+ "learning_rate": 4.783863644106502e-05,
87
+ "loss": 0.421,
88
+ "num_input_tokens_seen": 398840,
89
+ "step": 50
90
+ },
91
+ {
92
+ "epoch": 0.44,
93
+ "grad_norm": 0.4601157307624817,
94
+ "learning_rate": 4.7392794005985326e-05,
95
+ "loss": 0.4517,
96
+ "num_input_tokens_seen": 436136,
97
+ "step": 55
98
+ },
99
+ {
100
+ "epoch": 0.48,
101
+ "grad_norm": 0.6387960314750671,
102
+ "learning_rate": 4.690766700109659e-05,
103
+ "loss": 0.4661,
104
+ "num_input_tokens_seen": 475856,
105
+ "step": 60
106
+ },
107
+ {
108
+ "epoch": 0.52,
109
+ "grad_norm": 0.4365377128124237,
110
+ "learning_rate": 4.638410650401267e-05,
111
+ "loss": 0.4928,
112
+ "num_input_tokens_seen": 514496,
113
+ "step": 65
114
+ },
115
+ {
116
+ "epoch": 0.56,
117
+ "grad_norm": 0.2992519438266754,
118
+ "learning_rate": 4.5823031017752485e-05,
119
+ "loss": 0.5424,
120
+ "num_input_tokens_seen": 554424,
121
+ "step": 70
122
+ },
123
+ {
124
+ "epoch": 0.6,
125
+ "grad_norm": 0.828787088394165,
126
+ "learning_rate": 4.522542485937369e-05,
127
+ "loss": 0.5419,
128
+ "num_input_tokens_seen": 593264,
129
+ "step": 75
130
+ },
131
+ {
132
+ "epoch": 0.64,
133
+ "grad_norm": 0.2943418622016907,
134
+ "learning_rate": 4.4592336433146e-05,
135
+ "loss": 0.4558,
136
+ "num_input_tokens_seen": 630264,
137
+ "step": 80
138
+ },
139
+ {
140
+ "epoch": 0.68,
141
+ "grad_norm": 0.3707512617111206,
142
+ "learning_rate": 4.3924876391293915e-05,
143
+ "loss": 0.5656,
144
+ "num_input_tokens_seen": 668864,
145
+ "step": 85
146
+ },
147
+ {
148
+ "epoch": 0.72,
149
+ "grad_norm": 0.4809654653072357,
150
+ "learning_rate": 4.3224215685535294e-05,
151
+ "loss": 0.4832,
152
+ "num_input_tokens_seen": 712504,
153
+ "step": 90
154
+ },
155
+ {
156
+ "epoch": 0.76,
157
+ "grad_norm": 0.516292929649353,
158
+ "learning_rate": 4.249158351283414e-05,
159
+ "loss": 0.4626,
160
+ "num_input_tokens_seen": 748872,
161
+ "step": 95
162
+ },
163
+ {
164
+ "epoch": 0.8,
165
+ "grad_norm": 0.5604212284088135,
166
+ "learning_rate": 4.172826515897146e-05,
167
+ "loss": 0.4837,
168
+ "num_input_tokens_seen": 788408,
169
+ "step": 100
170
+ }
171
+ ],
172
+ "logging_steps": 5,
173
+ "max_steps": 375,
174
+ "num_input_tokens_seen": 788408,
175
+ "num_train_epochs": 3,
176
+ "save_steps": 100,
177
+ "stateful_callbacks": {
178
+ "TrainerControl": {
179
+ "args": {
180
+ "should_epoch_stop": false,
181
+ "should_evaluate": false,
182
+ "should_log": false,
183
+ "should_save": true,
184
+ "should_training_stop": false
185
+ },
186
+ "attributes": {}
187
+ }
188
+ },
189
+ "total_flos": 3.3542680298389504e+16,
190
+ "train_batch_size": 1,
191
+ "trial_name": null,
192
+ "trial_params": null
193
+ }
checkpoint-100/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:661318f0adf1e9b7779e5ab9012273df3a3e9d25b7c3db616fe15b58a8fb6da7
3
+ size 5304
checkpoint-100/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-200/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2-7B-Instruct
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.11.1
checkpoint-200/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2-7B-Instruct",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "up_proj",
24
+ "o_proj",
25
+ "down_proj",
26
+ "q_proj",
27
+ "v_proj",
28
+ "k_proj",
29
+ "gate_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
checkpoint-200/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6d207b8079ce4a5c1ce04f851bff68bdc5fcaefb91cf36ca207025b660ca08b
3
+ size 80792096
checkpoint-200/added_tokens.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "<|endoftext|>": 151643,
3
+ "<|im_end|>": 151645,
4
+ "<|im_start|>": 151644
5
+ }
checkpoint-200/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-200/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10039ecdef5e22d19b1e466d4028857882e1c6cffe1e3e8e36294c79180ef9a3
3
+ size 161810282
checkpoint-200/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cb795a5cea0baa625c50007a6c9da09c6bbb5c16b560424070384a479e7d8a6
3
+ size 14512
checkpoint-200/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f19604377bd828eb366c68946ad997a4ff4d69beaeea93ee58915135768ec63
3
+ size 14512
checkpoint-200/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87e8335a86c55e338e659eac99517ff54d99c08ecf9d644c4bf32cc498410e11
3
+ size 1064
checkpoint-200/special_tokens_map.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>"
5
+ ],
6
+ "eos_token": {
7
+ "content": "<|im_end|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false
12
+ },
13
+ "pad_token": {
14
+ "content": "<|endoftext|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false
19
+ }
20
+ }
checkpoint-200/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-200/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": "{% set system_message = 'You are a helpful assistant.' %}{% if messages[0]['role'] == 'system' %}{% set system_message = messages[0]['content'] %}{% endif %}{% if system_message is defined %}{{ '<|im_start|>system\n' + system_message + '<|im_end|>\n' }}{% endif %}{% for message in messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ '<|im_start|>user\n' + content + '<|im_end|>\n<|im_start|>assistant\n' }}{% elif message['role'] == 'assistant' %}{{ content + '<|im_end|>' + '\n' }}{% endif %}{% endfor %}",
35
+ "clean_up_tokenization_spaces": false,
36
+ "eos_token": "<|im_end|>",
37
+ "errors": "replace",
38
+ "model_max_length": 131072,
39
+ "pad_token": "<|endoftext|>",
40
+ "padding_side": "right",
41
+ "split_special_tokens": false,
42
+ "tokenizer_class": "Qwen2Tokenizer",
43
+ "unk_token": null
44
+ }
checkpoint-200/trainer_state.json ADDED
@@ -0,0 +1,353 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.6,
5
+ "eval_steps": 500,
6
+ "global_step": 200,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.04,
13
+ "grad_norm": 0.4841386675834656,
14
+ "learning_rate": 4.997807075247146e-05,
15
+ "loss": 0.688,
16
+ "num_input_tokens_seen": 46776,
17
+ "step": 5
18
+ },
19
+ {
20
+ "epoch": 0.08,
21
+ "grad_norm": 0.3365215063095093,
22
+ "learning_rate": 4.991232148123761e-05,
23
+ "loss": 0.763,
24
+ "num_input_tokens_seen": 85136,
25
+ "step": 10
26
+ },
27
+ {
28
+ "epoch": 0.12,
29
+ "grad_norm": 0.5198595523834229,
30
+ "learning_rate": 4.980286753286195e-05,
31
+ "loss": 0.6882,
32
+ "num_input_tokens_seen": 126584,
33
+ "step": 15
34
+ },
35
+ {
36
+ "epoch": 0.16,
37
+ "grad_norm": 0.40807807445526123,
38
+ "learning_rate": 4.964990092676263e-05,
39
+ "loss": 0.6951,
40
+ "num_input_tokens_seen": 167968,
41
+ "step": 20
42
+ },
43
+ {
44
+ "epoch": 0.2,
45
+ "grad_norm": 0.439756840467453,
46
+ "learning_rate": 4.9453690018345144e-05,
47
+ "loss": 0.5008,
48
+ "num_input_tokens_seen": 206832,
49
+ "step": 25
50
+ },
51
+ {
52
+ "epoch": 0.24,
53
+ "grad_norm": 0.45932796597480774,
54
+ "learning_rate": 4.9214579028215776e-05,
55
+ "loss": 0.542,
56
+ "num_input_tokens_seen": 243656,
57
+ "step": 30
58
+ },
59
+ {
60
+ "epoch": 0.28,
61
+ "grad_norm": 0.3281826376914978,
62
+ "learning_rate": 4.893298743830168e-05,
63
+ "loss": 0.5369,
64
+ "num_input_tokens_seen": 284016,
65
+ "step": 35
66
+ },
67
+ {
68
+ "epoch": 0.32,
69
+ "grad_norm": 0.2551577389240265,
70
+ "learning_rate": 4.860940925593703e-05,
71
+ "loss": 0.4948,
72
+ "num_input_tokens_seen": 327408,
73
+ "step": 40
74
+ },
75
+ {
76
+ "epoch": 0.36,
77
+ "grad_norm": 0.5936368107795715,
78
+ "learning_rate": 4.8244412147206284e-05,
79
+ "loss": 0.5244,
80
+ "num_input_tokens_seen": 363376,
81
+ "step": 45
82
+ },
83
+ {
84
+ "epoch": 0.4,
85
+ "grad_norm": 0.2480110377073288,
86
+ "learning_rate": 4.783863644106502e-05,
87
+ "loss": 0.421,
88
+ "num_input_tokens_seen": 398840,
89
+ "step": 50
90
+ },
91
+ {
92
+ "epoch": 0.44,
93
+ "grad_norm": 0.4601157307624817,
94
+ "learning_rate": 4.7392794005985326e-05,
95
+ "loss": 0.4517,
96
+ "num_input_tokens_seen": 436136,
97
+ "step": 55
98
+ },
99
+ {
100
+ "epoch": 0.48,
101
+ "grad_norm": 0.6387960314750671,
102
+ "learning_rate": 4.690766700109659e-05,
103
+ "loss": 0.4661,
104
+ "num_input_tokens_seen": 475856,
105
+ "step": 60
106
+ },
107
+ {
108
+ "epoch": 0.52,
109
+ "grad_norm": 0.4365377128124237,
110
+ "learning_rate": 4.638410650401267e-05,
111
+ "loss": 0.4928,
112
+ "num_input_tokens_seen": 514496,
113
+ "step": 65
114
+ },
115
+ {
116
+ "epoch": 0.56,
117
+ "grad_norm": 0.2992519438266754,
118
+ "learning_rate": 4.5823031017752485e-05,
119
+ "loss": 0.5424,
120
+ "num_input_tokens_seen": 554424,
121
+ "step": 70
122
+ },
123
+ {
124
+ "epoch": 0.6,
125
+ "grad_norm": 0.828787088394165,
126
+ "learning_rate": 4.522542485937369e-05,
127
+ "loss": 0.5419,
128
+ "num_input_tokens_seen": 593264,
129
+ "step": 75
130
+ },
131
+ {
132
+ "epoch": 0.64,
133
+ "grad_norm": 0.2943418622016907,
134
+ "learning_rate": 4.4592336433146e-05,
135
+ "loss": 0.4558,
136
+ "num_input_tokens_seen": 630264,
137
+ "step": 80
138
+ },
139
+ {
140
+ "epoch": 0.68,
141
+ "grad_norm": 0.3707512617111206,
142
+ "learning_rate": 4.3924876391293915e-05,
143
+ "loss": 0.5656,
144
+ "num_input_tokens_seen": 668864,
145
+ "step": 85
146
+ },
147
+ {
148
+ "epoch": 0.72,
149
+ "grad_norm": 0.4809654653072357,
150
+ "learning_rate": 4.3224215685535294e-05,
151
+ "loss": 0.4832,
152
+ "num_input_tokens_seen": 712504,
153
+ "step": 90
154
+ },
155
+ {
156
+ "epoch": 0.76,
157
+ "grad_norm": 0.516292929649353,
158
+ "learning_rate": 4.249158351283414e-05,
159
+ "loss": 0.4626,
160
+ "num_input_tokens_seen": 748872,
161
+ "step": 95
162
+ },
163
+ {
164
+ "epoch": 0.8,
165
+ "grad_norm": 0.5604212284088135,
166
+ "learning_rate": 4.172826515897146e-05,
167
+ "loss": 0.4837,
168
+ "num_input_tokens_seen": 788408,
169
+ "step": 100
170
+ },
171
+ {
172
+ "epoch": 0.84,
173
+ "grad_norm": 0.7355071902275085,
174
+ "learning_rate": 4.093559974371725e-05,
175
+ "loss": 0.5144,
176
+ "num_input_tokens_seen": 828448,
177
+ "step": 105
178
+ },
179
+ {
180
+ "epoch": 0.88,
181
+ "grad_norm": 0.46999862790107727,
182
+ "learning_rate": 4.011497787155938e-05,
183
+ "loss": 0.493,
184
+ "num_input_tokens_seen": 864680,
185
+ "step": 110
186
+ },
187
+ {
188
+ "epoch": 0.92,
189
+ "grad_norm": 0.5488362312316895,
190
+ "learning_rate": 3.92678391921108e-05,
191
+ "loss": 0.4083,
192
+ "num_input_tokens_seen": 902568,
193
+ "step": 115
194
+ },
195
+ {
196
+ "epoch": 0.96,
197
+ "grad_norm": 0.5053719282150269,
198
+ "learning_rate": 3.8395669874474915e-05,
199
+ "loss": 0.5172,
200
+ "num_input_tokens_seen": 944752,
201
+ "step": 120
202
+ },
203
+ {
204
+ "epoch": 1.0,
205
+ "grad_norm": 0.44234323501586914,
206
+ "learning_rate": 3.7500000000000003e-05,
207
+ "loss": 0.5843,
208
+ "num_input_tokens_seen": 988656,
209
+ "step": 125
210
+ },
211
+ {
212
+ "epoch": 1.04,
213
+ "grad_norm": 0.4518623352050781,
214
+ "learning_rate": 3.6582400877996546e-05,
215
+ "loss": 0.4567,
216
+ "num_input_tokens_seen": 1028584,
217
+ "step": 130
218
+ },
219
+ {
220
+ "epoch": 1.08,
221
+ "grad_norm": 0.39792686700820923,
222
+ "learning_rate": 3.564448228912682e-05,
223
+ "loss": 0.418,
224
+ "num_input_tokens_seen": 1065104,
225
+ "step": 135
226
+ },
227
+ {
228
+ "epoch": 1.12,
229
+ "grad_norm": 0.5141780376434326,
230
+ "learning_rate": 3.4687889661302576e-05,
231
+ "loss": 0.3785,
232
+ "num_input_tokens_seen": 1106744,
233
+ "step": 140
234
+ },
235
+ {
236
+ "epoch": 1.16,
237
+ "grad_norm": 0.5755515098571777,
238
+ "learning_rate": 3.3714301183045385e-05,
239
+ "loss": 0.4097,
240
+ "num_input_tokens_seen": 1140672,
241
+ "step": 145
242
+ },
243
+ {
244
+ "epoch": 1.2,
245
+ "grad_norm": 0.4626426696777344,
246
+ "learning_rate": 3.272542485937369e-05,
247
+ "loss": 0.4507,
248
+ "num_input_tokens_seen": 1177280,
249
+ "step": 150
250
+ },
251
+ {
252
+ "epoch": 1.24,
253
+ "grad_norm": 0.49699896574020386,
254
+ "learning_rate": 3.172299551538164e-05,
255
+ "loss": 0.368,
256
+ "num_input_tokens_seen": 1215744,
257
+ "step": 155
258
+ },
259
+ {
260
+ "epoch": 1.28,
261
+ "grad_norm": 0.5842998027801514,
262
+ "learning_rate": 3.0708771752766394e-05,
263
+ "loss": 0.4301,
264
+ "num_input_tokens_seen": 1257040,
265
+ "step": 160
266
+ },
267
+ {
268
+ "epoch": 1.32,
269
+ "grad_norm": 0.46173322200775146,
270
+ "learning_rate": 2.9684532864643122e-05,
271
+ "loss": 0.4488,
272
+ "num_input_tokens_seen": 1295992,
273
+ "step": 165
274
+ },
275
+ {
276
+ "epoch": 1.3599999999999999,
277
+ "grad_norm": 0.4926168918609619,
278
+ "learning_rate": 2.8652075714060295e-05,
279
+ "loss": 0.4075,
280
+ "num_input_tokens_seen": 1334672,
281
+ "step": 170
282
+ },
283
+ {
284
+ "epoch": 1.4,
285
+ "grad_norm": 0.5110897421836853,
286
+ "learning_rate": 2.761321158169134e-05,
287
+ "loss": 0.4991,
288
+ "num_input_tokens_seen": 1379280,
289
+ "step": 175
290
+ },
291
+ {
292
+ "epoch": 1.44,
293
+ "grad_norm": 0.33892518281936646,
294
+ "learning_rate": 2.656976298823284e-05,
295
+ "loss": 0.4894,
296
+ "num_input_tokens_seen": 1419704,
297
+ "step": 180
298
+ },
299
+ {
300
+ "epoch": 1.48,
301
+ "grad_norm": 0.46542254090309143,
302
+ "learning_rate": 2.5523560497083926e-05,
303
+ "loss": 0.4967,
304
+ "num_input_tokens_seen": 1459256,
305
+ "step": 185
306
+ },
307
+ {
308
+ "epoch": 1.52,
309
+ "grad_norm": 0.9100029468536377,
310
+ "learning_rate": 2.447643950291608e-05,
311
+ "loss": 0.5297,
312
+ "num_input_tokens_seen": 1503576,
313
+ "step": 190
314
+ },
315
+ {
316
+ "epoch": 1.56,
317
+ "grad_norm": 0.7347203493118286,
318
+ "learning_rate": 2.3430237011767167e-05,
319
+ "loss": 0.3939,
320
+ "num_input_tokens_seen": 1539904,
321
+ "step": 195
322
+ },
323
+ {
324
+ "epoch": 1.6,
325
+ "grad_norm": 0.6078445315361023,
326
+ "learning_rate": 2.238678841830867e-05,
327
+ "loss": 0.461,
328
+ "num_input_tokens_seen": 1580560,
329
+ "step": 200
330
+ }
331
+ ],
332
+ "logging_steps": 5,
333
+ "max_steps": 375,
334
+ "num_input_tokens_seen": 1580560,
335
+ "num_train_epochs": 3,
336
+ "save_steps": 100,
337
+ "stateful_callbacks": {
338
+ "TrainerControl": {
339
+ "args": {
340
+ "should_epoch_stop": false,
341
+ "should_evaluate": false,
342
+ "should_log": false,
343
+ "should_save": true,
344
+ "should_training_stop": false
345
+ },
346
+ "attributes": {}
347
+ }
348
+ },
349
+ "total_flos": 6.724464885419213e+16,
350
+ "train_batch_size": 1,
351
+ "trial_name": null,
352
+ "trial_params": null
353
+ }
checkpoint-200/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:661318f0adf1e9b7779e5ab9012273df3a3e9d25b7c3db616fe15b58a8fb6da7
3
+ size 5304
checkpoint-200/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-300/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2-7B-Instruct
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.11.1
checkpoint-300/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2-7B-Instruct",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "up_proj",
24
+ "o_proj",
25
+ "down_proj",
26
+ "q_proj",
27
+ "v_proj",
28
+ "k_proj",
29
+ "gate_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
checkpoint-300/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69e63a8bee75ee008ed5a2f979b687b3b7654460a7b4ca59efb18396480cce26
3
+ size 80792096
checkpoint-300/added_tokens.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "<|endoftext|>": 151643,
3
+ "<|im_end|>": 151645,
4
+ "<|im_start|>": 151644
5
+ }
checkpoint-300/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-300/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69da12865994f4be0a5bb3b1962d3e80e55ba78ef7bb8cfac4a2ccc77e118b03
3
+ size 161810282
checkpoint-300/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34bcae41c589c7e4cab7b2ef263b878c90c2741404a6af11994dc31537b2319b
3
+ size 14512
checkpoint-300/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d05dc84075e8f7dd1191c36f3be9dda12073208e12f7d2cef433c38d6336774a
3
+ size 14512
checkpoint-300/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:549a67e527aab8085b244754e7da9f150ce85bcdffa67b9f8105d2450473be33
3
+ size 1064
checkpoint-300/special_tokens_map.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>"
5
+ ],
6
+ "eos_token": {
7
+ "content": "<|im_end|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false
12
+ },
13
+ "pad_token": {
14
+ "content": "<|endoftext|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false
19
+ }
20
+ }
checkpoint-300/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-300/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": "{% set system_message = 'You are a helpful assistant.' %}{% if messages[0]['role'] == 'system' %}{% set system_message = messages[0]['content'] %}{% endif %}{% if system_message is defined %}{{ '<|im_start|>system\n' + system_message + '<|im_end|>\n' }}{% endif %}{% for message in messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ '<|im_start|>user\n' + content + '<|im_end|>\n<|im_start|>assistant\n' }}{% elif message['role'] == 'assistant' %}{{ content + '<|im_end|>' + '\n' }}{% endif %}{% endfor %}",
35
+ "clean_up_tokenization_spaces": false,
36
+ "eos_token": "<|im_end|>",
37
+ "errors": "replace",
38
+ "model_max_length": 131072,
39
+ "pad_token": "<|endoftext|>",
40
+ "padding_side": "right",
41
+ "split_special_tokens": false,
42
+ "tokenizer_class": "Qwen2Tokenizer",
43
+ "unk_token": null
44
+ }
checkpoint-300/trainer_state.json ADDED
@@ -0,0 +1,513 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.4,
5
+ "eval_steps": 500,
6
+ "global_step": 300,
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.04,
13
+ "grad_norm": 0.4841386675834656,
14
+ "learning_rate": 4.997807075247146e-05,
15
+ "loss": 0.688,
16
+ "num_input_tokens_seen": 46776,
17
+ "step": 5
18
+ },
19
+ {
20
+ "epoch": 0.08,
21
+ "grad_norm": 0.3365215063095093,
22
+ "learning_rate": 4.991232148123761e-05,
23
+ "loss": 0.763,
24
+ "num_input_tokens_seen": 85136,
25
+ "step": 10
26
+ },
27
+ {
28
+ "epoch": 0.12,
29
+ "grad_norm": 0.5198595523834229,
30
+ "learning_rate": 4.980286753286195e-05,
31
+ "loss": 0.6882,
32
+ "num_input_tokens_seen": 126584,
33
+ "step": 15
34
+ },
35
+ {
36
+ "epoch": 0.16,
37
+ "grad_norm": 0.40807807445526123,
38
+ "learning_rate": 4.964990092676263e-05,
39
+ "loss": 0.6951,
40
+ "num_input_tokens_seen": 167968,
41
+ "step": 20
42
+ },
43
+ {
44
+ "epoch": 0.2,
45
+ "grad_norm": 0.439756840467453,
46
+ "learning_rate": 4.9453690018345144e-05,
47
+ "loss": 0.5008,
48
+ "num_input_tokens_seen": 206832,
49
+ "step": 25
50
+ },
51
+ {
52
+ "epoch": 0.24,
53
+ "grad_norm": 0.45932796597480774,
54
+ "learning_rate": 4.9214579028215776e-05,
55
+ "loss": 0.542,
56
+ "num_input_tokens_seen": 243656,
57
+ "step": 30
58
+ },
59
+ {
60
+ "epoch": 0.28,
61
+ "grad_norm": 0.3281826376914978,
62
+ "learning_rate": 4.893298743830168e-05,
63
+ "loss": 0.5369,
64
+ "num_input_tokens_seen": 284016,
65
+ "step": 35
66
+ },
67
+ {
68
+ "epoch": 0.32,
69
+ "grad_norm": 0.2551577389240265,
70
+ "learning_rate": 4.860940925593703e-05,
71
+ "loss": 0.4948,
72
+ "num_input_tokens_seen": 327408,
73
+ "step": 40
74
+ },
75
+ {
76
+ "epoch": 0.36,
77
+ "grad_norm": 0.5936368107795715,
78
+ "learning_rate": 4.8244412147206284e-05,
79
+ "loss": 0.5244,
80
+ "num_input_tokens_seen": 363376,
81
+ "step": 45
82
+ },
83
+ {
84
+ "epoch": 0.4,
85
+ "grad_norm": 0.2480110377073288,
86
+ "learning_rate": 4.783863644106502e-05,
87
+ "loss": 0.421,
88
+ "num_input_tokens_seen": 398840,
89
+ "step": 50
90
+ },
91
+ {
92
+ "epoch": 0.44,
93
+ "grad_norm": 0.4601157307624817,
94
+ "learning_rate": 4.7392794005985326e-05,
95
+ "loss": 0.4517,
96
+ "num_input_tokens_seen": 436136,
97
+ "step": 55
98
+ },
99
+ {
100
+ "epoch": 0.48,
101
+ "grad_norm": 0.6387960314750671,
102
+ "learning_rate": 4.690766700109659e-05,
103
+ "loss": 0.4661,
104
+ "num_input_tokens_seen": 475856,
105
+ "step": 60
106
+ },
107
+ {
108
+ "epoch": 0.52,
109
+ "grad_norm": 0.4365377128124237,
110
+ "learning_rate": 4.638410650401267e-05,
111
+ "loss": 0.4928,
112
+ "num_input_tokens_seen": 514496,
113
+ "step": 65
114
+ },
115
+ {
116
+ "epoch": 0.56,
117
+ "grad_norm": 0.2992519438266754,
118
+ "learning_rate": 4.5823031017752485e-05,
119
+ "loss": 0.5424,
120
+ "num_input_tokens_seen": 554424,
121
+ "step": 70
122
+ },
123
+ {
124
+ "epoch": 0.6,
125
+ "grad_norm": 0.828787088394165,
126
+ "learning_rate": 4.522542485937369e-05,
127
+ "loss": 0.5419,
128
+ "num_input_tokens_seen": 593264,
129
+ "step": 75
130
+ },
131
+ {
132
+ "epoch": 0.64,
133
+ "grad_norm": 0.2943418622016907,
134
+ "learning_rate": 4.4592336433146e-05,
135
+ "loss": 0.4558,
136
+ "num_input_tokens_seen": 630264,
137
+ "step": 80
138
+ },
139
+ {
140
+ "epoch": 0.68,
141
+ "grad_norm": 0.3707512617111206,
142
+ "learning_rate": 4.3924876391293915e-05,
143
+ "loss": 0.5656,
144
+ "num_input_tokens_seen": 668864,
145
+ "step": 85
146
+ },
147
+ {
148
+ "epoch": 0.72,
149
+ "grad_norm": 0.4809654653072357,
150
+ "learning_rate": 4.3224215685535294e-05,
151
+ "loss": 0.4832,
152
+ "num_input_tokens_seen": 712504,
153
+ "step": 90
154
+ },
155
+ {
156
+ "epoch": 0.76,
157
+ "grad_norm": 0.516292929649353,
158
+ "learning_rate": 4.249158351283414e-05,
159
+ "loss": 0.4626,
160
+ "num_input_tokens_seen": 748872,
161
+ "step": 95
162
+ },
163
+ {
164
+ "epoch": 0.8,
165
+ "grad_norm": 0.5604212284088135,
166
+ "learning_rate": 4.172826515897146e-05,
167
+ "loss": 0.4837,
168
+ "num_input_tokens_seen": 788408,
169
+ "step": 100
170
+ },
171
+ {
172
+ "epoch": 0.84,
173
+ "grad_norm": 0.7355071902275085,
174
+ "learning_rate": 4.093559974371725e-05,
175
+ "loss": 0.5144,
176
+ "num_input_tokens_seen": 828448,
177
+ "step": 105
178
+ },
179
+ {
180
+ "epoch": 0.88,
181
+ "grad_norm": 0.46999862790107727,
182
+ "learning_rate": 4.011497787155938e-05,
183
+ "loss": 0.493,
184
+ "num_input_tokens_seen": 864680,
185
+ "step": 110
186
+ },
187
+ {
188
+ "epoch": 0.92,
189
+ "grad_norm": 0.5488362312316895,
190
+ "learning_rate": 3.92678391921108e-05,
191
+ "loss": 0.4083,
192
+ "num_input_tokens_seen": 902568,
193
+ "step": 115
194
+ },
195
+ {
196
+ "epoch": 0.96,
197
+ "grad_norm": 0.5053719282150269,
198
+ "learning_rate": 3.8395669874474915e-05,
199
+ "loss": 0.5172,
200
+ "num_input_tokens_seen": 944752,
201
+ "step": 120
202
+ },
203
+ {
204
+ "epoch": 1.0,
205
+ "grad_norm": 0.44234323501586914,
206
+ "learning_rate": 3.7500000000000003e-05,
207
+ "loss": 0.5843,
208
+ "num_input_tokens_seen": 988656,
209
+ "step": 125
210
+ },
211
+ {
212
+ "epoch": 1.04,
213
+ "grad_norm": 0.4518623352050781,
214
+ "learning_rate": 3.6582400877996546e-05,
215
+ "loss": 0.4567,
216
+ "num_input_tokens_seen": 1028584,
217
+ "step": 130
218
+ },
219
+ {
220
+ "epoch": 1.08,
221
+ "grad_norm": 0.39792686700820923,
222
+ "learning_rate": 3.564448228912682e-05,
223
+ "loss": 0.418,
224
+ "num_input_tokens_seen": 1065104,
225
+ "step": 135
226
+ },
227
+ {
228
+ "epoch": 1.12,
229
+ "grad_norm": 0.5141780376434326,
230
+ "learning_rate": 3.4687889661302576e-05,
231
+ "loss": 0.3785,
232
+ "num_input_tokens_seen": 1106744,
233
+ "step": 140
234
+ },
235
+ {
236
+ "epoch": 1.16,
237
+ "grad_norm": 0.5755515098571777,
238
+ "learning_rate": 3.3714301183045385e-05,
239
+ "loss": 0.4097,
240
+ "num_input_tokens_seen": 1140672,
241
+ "step": 145
242
+ },
243
+ {
244
+ "epoch": 1.2,
245
+ "grad_norm": 0.4626426696777344,
246
+ "learning_rate": 3.272542485937369e-05,
247
+ "loss": 0.4507,
248
+ "num_input_tokens_seen": 1177280,
249
+ "step": 150
250
+ },
251
+ {
252
+ "epoch": 1.24,
253
+ "grad_norm": 0.49699896574020386,
254
+ "learning_rate": 3.172299551538164e-05,
255
+ "loss": 0.368,
256
+ "num_input_tokens_seen": 1215744,
257
+ "step": 155
258
+ },
259
+ {
260
+ "epoch": 1.28,
261
+ "grad_norm": 0.5842998027801514,
262
+ "learning_rate": 3.0708771752766394e-05,
263
+ "loss": 0.4301,
264
+ "num_input_tokens_seen": 1257040,
265
+ "step": 160
266
+ },
267
+ {
268
+ "epoch": 1.32,
269
+ "grad_norm": 0.46173322200775146,
270
+ "learning_rate": 2.9684532864643122e-05,
271
+ "loss": 0.4488,
272
+ "num_input_tokens_seen": 1295992,
273
+ "step": 165
274
+ },
275
+ {
276
+ "epoch": 1.3599999999999999,
277
+ "grad_norm": 0.4926168918609619,
278
+ "learning_rate": 2.8652075714060295e-05,
279
+ "loss": 0.4075,
280
+ "num_input_tokens_seen": 1334672,
281
+ "step": 170
282
+ },
283
+ {
284
+ "epoch": 1.4,
285
+ "grad_norm": 0.5110897421836853,
286
+ "learning_rate": 2.761321158169134e-05,
287
+ "loss": 0.4991,
288
+ "num_input_tokens_seen": 1379280,
289
+ "step": 175
290
+ },
291
+ {
292
+ "epoch": 1.44,
293
+ "grad_norm": 0.33892518281936646,
294
+ "learning_rate": 2.656976298823284e-05,
295
+ "loss": 0.4894,
296
+ "num_input_tokens_seen": 1419704,
297
+ "step": 180
298
+ },
299
+ {
300
+ "epoch": 1.48,
301
+ "grad_norm": 0.46542254090309143,
302
+ "learning_rate": 2.5523560497083926e-05,
303
+ "loss": 0.4967,
304
+ "num_input_tokens_seen": 1459256,
305
+ "step": 185
306
+ },
307
+ {
308
+ "epoch": 1.52,
309
+ "grad_norm": 0.9100029468536377,
310
+ "learning_rate": 2.447643950291608e-05,
311
+ "loss": 0.5297,
312
+ "num_input_tokens_seen": 1503576,
313
+ "step": 190
314
+ },
315
+ {
316
+ "epoch": 1.56,
317
+ "grad_norm": 0.7347203493118286,
318
+ "learning_rate": 2.3430237011767167e-05,
319
+ "loss": 0.3939,
320
+ "num_input_tokens_seen": 1539904,
321
+ "step": 195
322
+ },
323
+ {
324
+ "epoch": 1.6,
325
+ "grad_norm": 0.6078445315361023,
326
+ "learning_rate": 2.238678841830867e-05,
327
+ "loss": 0.461,
328
+ "num_input_tokens_seen": 1580560,
329
+ "step": 200
330
+ },
331
+ {
332
+ "epoch": 1.6400000000000001,
333
+ "grad_norm": 0.5878064632415771,
334
+ "learning_rate": 2.1347924285939714e-05,
335
+ "loss": 0.4622,
336
+ "num_input_tokens_seen": 1623608,
337
+ "step": 205
338
+ },
339
+ {
340
+ "epoch": 1.6800000000000002,
341
+ "grad_norm": 0.6516324877738953,
342
+ "learning_rate": 2.031546713535688e-05,
343
+ "loss": 0.4043,
344
+ "num_input_tokens_seen": 1660744,
345
+ "step": 210
346
+ },
347
+ {
348
+ "epoch": 1.72,
349
+ "grad_norm": 0.9136825203895569,
350
+ "learning_rate": 1.9291228247233605e-05,
351
+ "loss": 0.428,
352
+ "num_input_tokens_seen": 1698784,
353
+ "step": 215
354
+ },
355
+ {
356
+ "epoch": 1.76,
357
+ "grad_norm": 0.751567006111145,
358
+ "learning_rate": 1.827700448461836e-05,
359
+ "loss": 0.3779,
360
+ "num_input_tokens_seen": 1734792,
361
+ "step": 220
362
+ },
363
+ {
364
+ "epoch": 1.8,
365
+ "grad_norm": 0.8802843689918518,
366
+ "learning_rate": 1.7274575140626318e-05,
367
+ "loss": 0.4526,
368
+ "num_input_tokens_seen": 1776144,
369
+ "step": 225
370
+ },
371
+ {
372
+ "epoch": 1.8399999999999999,
373
+ "grad_norm": 0.6807656288146973,
374
+ "learning_rate": 1.6285698816954624e-05,
375
+ "loss": 0.4627,
376
+ "num_input_tokens_seen": 1815864,
377
+ "step": 230
378
+ },
379
+ {
380
+ "epoch": 1.88,
381
+ "grad_norm": 0.6222789883613586,
382
+ "learning_rate": 1.5312110338697426e-05,
383
+ "loss": 0.4873,
384
+ "num_input_tokens_seen": 1856168,
385
+ "step": 235
386
+ },
387
+ {
388
+ "epoch": 1.92,
389
+ "grad_norm": 0.5224676728248596,
390
+ "learning_rate": 1.4355517710873184e-05,
391
+ "loss": 0.3234,
392
+ "num_input_tokens_seen": 1899120,
393
+ "step": 240
394
+ },
395
+ {
396
+ "epoch": 1.96,
397
+ "grad_norm": 0.4191940724849701,
398
+ "learning_rate": 1.3417599122003464e-05,
399
+ "loss": 0.4438,
400
+ "num_input_tokens_seen": 1936808,
401
+ "step": 245
402
+ },
403
+ {
404
+ "epoch": 2.0,
405
+ "grad_norm": 0.6064372062683105,
406
+ "learning_rate": 1.2500000000000006e-05,
407
+ "loss": 0.4407,
408
+ "num_input_tokens_seen": 1977312,
409
+ "step": 250
410
+ },
411
+ {
412
+ "epoch": 2.04,
413
+ "grad_norm": 0.5188178420066833,
414
+ "learning_rate": 1.1604330125525079e-05,
415
+ "loss": 0.4401,
416
+ "num_input_tokens_seen": 2018336,
417
+ "step": 255
418
+ },
419
+ {
420
+ "epoch": 2.08,
421
+ "grad_norm": 0.5036932826042175,
422
+ "learning_rate": 1.0732160807889211e-05,
423
+ "loss": 0.3771,
424
+ "num_input_tokens_seen": 2057776,
425
+ "step": 260
426
+ },
427
+ {
428
+ "epoch": 2.12,
429
+ "grad_norm": 0.5732894539833069,
430
+ "learning_rate": 9.88502212844063e-06,
431
+ "loss": 0.4043,
432
+ "num_input_tokens_seen": 2102312,
433
+ "step": 265
434
+ },
435
+ {
436
+ "epoch": 2.16,
437
+ "grad_norm": 0.6521058082580566,
438
+ "learning_rate": 9.064400256282757e-06,
439
+ "loss": 0.4018,
440
+ "num_input_tokens_seen": 2137304,
441
+ "step": 270
442
+ },
443
+ {
444
+ "epoch": 2.2,
445
+ "grad_norm": 0.698835015296936,
446
+ "learning_rate": 8.271734841028553e-06,
447
+ "loss": 0.4258,
448
+ "num_input_tokens_seen": 2176144,
449
+ "step": 275
450
+ },
451
+ {
452
+ "epoch": 2.24,
453
+ "grad_norm": 0.7500255107879639,
454
+ "learning_rate": 7.508416487165862e-06,
455
+ "loss": 0.3912,
456
+ "num_input_tokens_seen": 2211640,
457
+ "step": 280
458
+ },
459
+ {
460
+ "epoch": 2.2800000000000002,
461
+ "grad_norm": 0.7223864793777466,
462
+ "learning_rate": 6.775784314464717e-06,
463
+ "loss": 0.3458,
464
+ "num_input_tokens_seen": 2247272,
465
+ "step": 285
466
+ },
467
+ {
468
+ "epoch": 2.32,
469
+ "grad_norm": 0.6346307992935181,
470
+ "learning_rate": 6.075123608706093e-06,
471
+ "loss": 0.4255,
472
+ "num_input_tokens_seen": 2285776,
473
+ "step": 290
474
+ },
475
+ {
476
+ "epoch": 2.36,
477
+ "grad_norm": 0.6048356890678406,
478
+ "learning_rate": 5.4076635668540075e-06,
479
+ "loss": 0.4222,
480
+ "num_input_tokens_seen": 2326112,
481
+ "step": 295
482
+ },
483
+ {
484
+ "epoch": 2.4,
485
+ "grad_norm": 1.0743402242660522,
486
+ "learning_rate": 4.7745751406263165e-06,
487
+ "loss": 0.399,
488
+ "num_input_tokens_seen": 2362816,
489
+ "step": 300
490
+ }
491
+ ],
492
+ "logging_steps": 5,
493
+ "max_steps": 375,
494
+ "num_input_tokens_seen": 2362816,
495
+ "num_train_epochs": 3,
496
+ "save_steps": 100,
497
+ "stateful_callbacks": {
498
+ "TrainerControl": {
499
+ "args": {
500
+ "should_epoch_stop": false,
501
+ "should_evaluate": false,
502
+ "should_log": false,
503
+ "should_save": true,
504
+ "should_training_stop": false
505
+ },
506
+ "attributes": {}
507
+ }
508
+ },
509
+ "total_flos": 1.005255938455634e+17,
510
+ "train_batch_size": 1,
511
+ "trial_name": null,
512
+ "trial_params": null
513
+ }
checkpoint-300/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:661318f0adf1e9b7779e5ab9012273df3a3e9d25b7c3db616fe15b58a8fb6da7
3
+ size 5304
checkpoint-300/vocab.json ADDED
The diff for this file is too large to render. See raw diff