Wenzhe commited on
Commit
cca8ff9
1 Parent(s): 6c51ad9

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 +59 -0
  2. adapter_config.json +28 -0
  3. adapter_model.safetensors +3 -0
  4. all_results.json +7 -0
  5. checkpoint-100/README.md +202 -0
  6. checkpoint-100/adapter_config.json +28 -0
  7. checkpoint-100/adapter_model.safetensors +3 -0
  8. checkpoint-100/optimizer.pt +3 -0
  9. checkpoint-100/rng_state.pth +3 -0
  10. checkpoint-100/scheduler.pt +3 -0
  11. checkpoint-100/special_tokens_map.json +30 -0
  12. checkpoint-100/tokenizer.model +3 -0
  13. checkpoint-100/tokenizer_config.json +54 -0
  14. checkpoint-100/trainer_state.json +161 -0
  15. checkpoint-100/training_args.bin +3 -0
  16. checkpoint-1000/README.md +202 -0
  17. checkpoint-1000/adapter_config.json +28 -0
  18. checkpoint-1000/adapter_model.safetensors +3 -0
  19. checkpoint-1000/optimizer.pt +3 -0
  20. checkpoint-1000/rng_state.pth +3 -0
  21. checkpoint-1000/scheduler.pt +3 -0
  22. checkpoint-1000/special_tokens_map.json +30 -0
  23. checkpoint-1000/tokenizer.model +3 -0
  24. checkpoint-1000/tokenizer_config.json +54 -0
  25. checkpoint-1000/trainer_state.json +1421 -0
  26. checkpoint-1000/training_args.bin +3 -0
  27. checkpoint-1100/README.md +202 -0
  28. checkpoint-1100/adapter_config.json +28 -0
  29. checkpoint-1100/adapter_model.safetensors +3 -0
  30. checkpoint-1100/optimizer.pt +3 -0
  31. checkpoint-1100/rng_state.pth +3 -0
  32. checkpoint-1100/scheduler.pt +3 -0
  33. checkpoint-1100/special_tokens_map.json +30 -0
  34. checkpoint-1100/tokenizer.model +3 -0
  35. checkpoint-1100/tokenizer_config.json +54 -0
  36. checkpoint-1100/trainer_state.json +1561 -0
  37. checkpoint-1100/training_args.bin +3 -0
  38. checkpoint-1200/README.md +202 -0
  39. checkpoint-1200/adapter_config.json +28 -0
  40. checkpoint-1200/adapter_model.safetensors +3 -0
  41. checkpoint-1200/optimizer.pt +3 -0
  42. checkpoint-1200/rng_state.pth +3 -0
  43. checkpoint-1200/scheduler.pt +3 -0
  44. checkpoint-1200/special_tokens_map.json +30 -0
  45. checkpoint-1200/tokenizer.model +3 -0
  46. checkpoint-1200/tokenizer_config.json +54 -0
  47. checkpoint-1200/trainer_state.json +1701 -0
  48. checkpoint-1200/training_args.bin +3 -0
  49. checkpoint-1300/README.md +202 -0
  50. checkpoint-1300/adapter_config.json +28 -0
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ library_name: peft
4
+ tags:
5
+ - llama-factory
6
+ - lora
7
+ - generated_from_trainer
8
+ base_model: hfl/chinese-alpaca-2-1.3b
9
+ model-index:
10
+ - name: train_2024-03-14-05-56-29
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-03-14-05-56-29
18
+
19
+ This model is a fine-tuned version of [hfl/chinese-alpaca-2-1.3b](https://huggingface.co/hfl/chinese-alpaca-2-1.3b) on the alpaca_zh 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: 2
40
+ - eval_batch_size: 8
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 8
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.0
47
+ - mixed_precision_training: Native AMP
48
+
49
+ ### Training results
50
+
51
+
52
+
53
+ ### Framework versions
54
+
55
+ - PEFT 0.9.0
56
+ - Transformers 4.38.2
57
+ - Pytorch 2.2.1+cu121
58
+ - Datasets 2.18.0
59
+ - Tokenizers 0.15.2
adapter_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "hfl/chinese-alpaca-2-1.3b",
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
+ "q_proj",
23
+ "v_proj"
24
+ ],
25
+ "task_type": "CAUSAL_LM",
26
+ "use_dora": false,
27
+ "use_rslora": false
28
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:462bcac6c9586774f4979f614b6ec3f18bbc2f0febcdd1c766687b7f2056c66a
3
+ size 2099272
all_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.48,
3
+ "train_loss": 2.0602192145127516,
4
+ "train_runtime": 801.4891,
5
+ "train_samples_per_second": 64.198,
6
+ "train_steps_per_second": 4.011
7
+ }
checkpoint-100/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: hfl/chinese-alpaca-2-1.3b
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.9.0
checkpoint-100/adapter_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "hfl/chinese-alpaca-2-1.3b",
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
+ "q_proj",
23
+ "v_proj"
24
+ ],
25
+ "task_type": "CAUSAL_LM",
26
+ "use_dora": false,
27
+ "use_rslora": false
28
+ }
checkpoint-100/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d36ee8ac772f766edf9dbbfd9624d8e73a0cfd65f5df48211d324cc57a4e5c6
3
+ size 2099272
checkpoint-100/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f41177184e0c283aa638b8ba6cde4ccf932b0a8e13fad8e15ae916a4cb18c62
3
+ size 4208302
checkpoint-100/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5b99b025074fe1142a3334c2107e39b98b9d36c2981cb810283beb4adc7ac94
3
+ size 14244
checkpoint-100/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2197384a954a4fcf1ccbd8df7831a0d78a90198a2460b1cc6c71d1497ca1586
3
+ size 1064
checkpoint-100/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<pad>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": true,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
checkpoint-100/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3b8844863b200dfcca971db228e96ce388290dfcf72c15d7a9d2f604bac787c
3
+ size 844403
checkpoint-100/tokenizer_config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": true,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": true,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": true,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": true,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ },
30
+ "32000": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": true
37
+ }
38
+ },
39
+ "bos_token": "<s>",
40
+ "chat_template": "{% set system_message = 'You are a helpful assistant. 你是一个乐于助人的助手。' %}{% if messages[0]['role'] == 'system' %}{% set system_message = messages[0]['content'] %}{% endif %}{% for message in messages %}{% set content = message['content'] %}{% if loop.index0 == 0 and system_message is defined %}{% set content = '<<SYS>>\\n' + system_message + '\\n<</SYS>>\\n\\n' + message['content'] %}{% endif %}{% if message['role'] == 'user' %}{{ '<s>' + '[INST] ' + content + ' [/INST]' }}{% elif message['role'] == 'assistant' %}{{ content + '</s>' }}{% endif %}{% endfor %}",
41
+ "clean_up_tokenization_spaces": false,
42
+ "eos_token": "</s>",
43
+ "legacy": true,
44
+ "model_max_length": 1000000000000000019884624838656,
45
+ "pad_token": "<pad>",
46
+ "padding_side": "right",
47
+ "sp_model_kwargs": {},
48
+ "spaces_between_special_tokens": false,
49
+ "split_special_tokens": false,
50
+ "tokenizer_class": "LlamaTokenizer",
51
+ "unk_token": "<unk>",
52
+ "use_default_system_prompt": false,
53
+ "use_fast": false
54
+ }
checkpoint-100/trainer_state.json ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.031095735997201383,
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
+ "grad_norm": 0.47774845361709595,
14
+ "learning_rate": 4.999970160815579e-05,
15
+ "loss": 2.0765,
16
+ "step": 5
17
+ },
18
+ {
19
+ "epoch": 0.0,
20
+ "grad_norm": 0.6051416397094727,
21
+ "learning_rate": 4.999880643974619e-05,
22
+ "loss": 2.2297,
23
+ "step": 10
24
+ },
25
+ {
26
+ "epoch": 0.0,
27
+ "grad_norm": 0.6161717772483826,
28
+ "learning_rate": 4.9997314516140056e-05,
29
+ "loss": 2.1103,
30
+ "step": 15
31
+ },
32
+ {
33
+ "epoch": 0.01,
34
+ "grad_norm": 0.4686434268951416,
35
+ "learning_rate": 4.999522587295162e-05,
36
+ "loss": 2.0057,
37
+ "step": 20
38
+ },
39
+ {
40
+ "epoch": 0.01,
41
+ "grad_norm": 0.8412289023399353,
42
+ "learning_rate": 4.999254056003963e-05,
43
+ "loss": 2.1778,
44
+ "step": 25
45
+ },
46
+ {
47
+ "epoch": 0.01,
48
+ "grad_norm": 0.5333625078201294,
49
+ "learning_rate": 4.99892586415061e-05,
50
+ "loss": 2.2399,
51
+ "step": 30
52
+ },
53
+ {
54
+ "epoch": 0.01,
55
+ "grad_norm": 0.821148157119751,
56
+ "learning_rate": 4.9985380195694856e-05,
57
+ "loss": 2.3215,
58
+ "step": 35
59
+ },
60
+ {
61
+ "epoch": 0.01,
62
+ "grad_norm": 0.8403909206390381,
63
+ "learning_rate": 4.998090531518962e-05,
64
+ "loss": 1.8295,
65
+ "step": 40
66
+ },
67
+ {
68
+ "epoch": 0.01,
69
+ "grad_norm": 0.6633398532867432,
70
+ "learning_rate": 4.9975834106811834e-05,
71
+ "loss": 2.0195,
72
+ "step": 45
73
+ },
74
+ {
75
+ "epoch": 0.02,
76
+ "grad_norm": 0.6386868357658386,
77
+ "learning_rate": 4.997016669161806e-05,
78
+ "loss": 2.1257,
79
+ "step": 50
80
+ },
81
+ {
82
+ "epoch": 0.02,
83
+ "grad_norm": 0.7762248516082764,
84
+ "learning_rate": 4.996390320489715e-05,
85
+ "loss": 2.057,
86
+ "step": 55
87
+ },
88
+ {
89
+ "epoch": 0.02,
90
+ "grad_norm": 1.3192856311798096,
91
+ "learning_rate": 4.9957043796166966e-05,
92
+ "loss": 2.0753,
93
+ "step": 60
94
+ },
95
+ {
96
+ "epoch": 0.02,
97
+ "grad_norm": 0.9797518849372864,
98
+ "learning_rate": 4.994958862917083e-05,
99
+ "loss": 1.9736,
100
+ "step": 65
101
+ },
102
+ {
103
+ "epoch": 0.02,
104
+ "grad_norm": 1.000693440437317,
105
+ "learning_rate": 4.994153788187363e-05,
106
+ "loss": 2.1572,
107
+ "step": 70
108
+ },
109
+ {
110
+ "epoch": 0.02,
111
+ "grad_norm": 0.6852813959121704,
112
+ "learning_rate": 4.993289174645757e-05,
113
+ "loss": 2.1491,
114
+ "step": 75
115
+ },
116
+ {
117
+ "epoch": 0.02,
118
+ "grad_norm": 1.0075691938400269,
119
+ "learning_rate": 4.992365042931752e-05,
120
+ "loss": 1.945,
121
+ "step": 80
122
+ },
123
+ {
124
+ "epoch": 0.03,
125
+ "grad_norm": 1.1973133087158203,
126
+ "learning_rate": 4.991381415105619e-05,
127
+ "loss": 2.0811,
128
+ "step": 85
129
+ },
130
+ {
131
+ "epoch": 0.03,
132
+ "grad_norm": 0.9927239418029785,
133
+ "learning_rate": 4.990338314647881e-05,
134
+ "loss": 1.961,
135
+ "step": 90
136
+ },
137
+ {
138
+ "epoch": 0.03,
139
+ "grad_norm": 0.9499759674072266,
140
+ "learning_rate": 4.98923576645875e-05,
141
+ "loss": 2.0653,
142
+ "step": 95
143
+ },
144
+ {
145
+ "epoch": 0.03,
146
+ "grad_norm": 0.7233040928840637,
147
+ "learning_rate": 4.9880737968575365e-05,
148
+ "loss": 1.9999,
149
+ "step": 100
150
+ }
151
+ ],
152
+ "logging_steps": 5,
153
+ "max_steps": 3215,
154
+ "num_input_tokens_seen": 0,
155
+ "num_train_epochs": 1,
156
+ "save_steps": 100,
157
+ "total_flos": 1342876749004800.0,
158
+ "train_batch_size": 2,
159
+ "trial_name": null,
160
+ "trial_params": null
161
+ }
checkpoint-100/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79e80b13ff00898b4493d440a3c1a1eb234c0ae541cbca8a8b1befef97a354c9
3
+ size 5112
checkpoint-1000/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: hfl/chinese-alpaca-2-1.3b
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.9.0
checkpoint-1000/adapter_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "hfl/chinese-alpaca-2-1.3b",
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
+ "q_proj",
23
+ "v_proj"
24
+ ],
25
+ "task_type": "CAUSAL_LM",
26
+ "use_dora": false,
27
+ "use_rslora": false
28
+ }
checkpoint-1000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48a2d9599d49f21f6da2043f811c7fc36667538dcd0694bf5ab45264e604eb6a
3
+ size 2099272
checkpoint-1000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f006162ce9a8ae562e525479e6cbcc5e65fcf10721c1c878a1eba1f3248032d
3
+ size 4208302
checkpoint-1000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bab00d452a5c7da709ec7f6117cea515f8bedf68f40e39d014d87811d017f294
3
+ size 14244
checkpoint-1000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0997e59d7add886c3367f611ab22a16eaa2f60d42a1ebdb93b4ad46ac309297
3
+ size 1064
checkpoint-1000/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<pad>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": true,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
checkpoint-1000/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3b8844863b200dfcca971db228e96ce388290dfcf72c15d7a9d2f604bac787c
3
+ size 844403
checkpoint-1000/tokenizer_config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": true,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": true,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": true,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": true,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ },
30
+ "32000": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": true
37
+ }
38
+ },
39
+ "bos_token": "<s>",
40
+ "chat_template": "{% set system_message = 'You are a helpful assistant. 你是一个乐于助人的助手。' %}{% if messages[0]['role'] == 'system' %}{% set system_message = messages[0]['content'] %}{% endif %}{% for message in messages %}{% set content = message['content'] %}{% if loop.index0 == 0 and system_message is defined %}{% set content = '<<SYS>>\\n' + system_message + '\\n<</SYS>>\\n\\n' + message['content'] %}{% endif %}{% if message['role'] == 'user' %}{{ '<s>' + '[INST] ' + content + ' [/INST]' }}{% elif message['role'] == 'assistant' %}{{ content + '</s>' }}{% endif %}{% endfor %}",
41
+ "clean_up_tokenization_spaces": false,
42
+ "eos_token": "</s>",
43
+ "legacy": true,
44
+ "model_max_length": 1000000000000000019884624838656,
45
+ "pad_token": "<pad>",
46
+ "padding_side": "right",
47
+ "sp_model_kwargs": {},
48
+ "spaces_between_special_tokens": false,
49
+ "split_special_tokens": false,
50
+ "tokenizer_class": "LlamaTokenizer",
51
+ "unk_token": "<unk>",
52
+ "use_default_system_prompt": false,
53
+ "use_fast": false
54
+ }
checkpoint-1000/trainer_state.json ADDED
@@ -0,0 +1,1421 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.31095735997201385,
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
+ "grad_norm": 0.47774845361709595,
14
+ "learning_rate": 4.999970160815579e-05,
15
+ "loss": 2.0765,
16
+ "step": 5
17
+ },
18
+ {
19
+ "epoch": 0.0,
20
+ "grad_norm": 0.6051416397094727,
21
+ "learning_rate": 4.999880643974619e-05,
22
+ "loss": 2.2297,
23
+ "step": 10
24
+ },
25
+ {
26
+ "epoch": 0.0,
27
+ "grad_norm": 0.6161717772483826,
28
+ "learning_rate": 4.9997314516140056e-05,
29
+ "loss": 2.1103,
30
+ "step": 15
31
+ },
32
+ {
33
+ "epoch": 0.01,
34
+ "grad_norm": 0.4686434268951416,
35
+ "learning_rate": 4.999522587295162e-05,
36
+ "loss": 2.0057,
37
+ "step": 20
38
+ },
39
+ {
40
+ "epoch": 0.01,
41
+ "grad_norm": 0.8412289023399353,
42
+ "learning_rate": 4.999254056003963e-05,
43
+ "loss": 2.1778,
44
+ "step": 25
45
+ },
46
+ {
47
+ "epoch": 0.01,
48
+ "grad_norm": 0.5333625078201294,
49
+ "learning_rate": 4.99892586415061e-05,
50
+ "loss": 2.2399,
51
+ "step": 30
52
+ },
53
+ {
54
+ "epoch": 0.01,
55
+ "grad_norm": 0.821148157119751,
56
+ "learning_rate": 4.9985380195694856e-05,
57
+ "loss": 2.3215,
58
+ "step": 35
59
+ },
60
+ {
61
+ "epoch": 0.01,
62
+ "grad_norm": 0.8403909206390381,
63
+ "learning_rate": 4.998090531518962e-05,
64
+ "loss": 1.8295,
65
+ "step": 40
66
+ },
67
+ {
68
+ "epoch": 0.01,
69
+ "grad_norm": 0.6633398532867432,
70
+ "learning_rate": 4.9975834106811834e-05,
71
+ "loss": 2.0195,
72
+ "step": 45
73
+ },
74
+ {
75
+ "epoch": 0.02,
76
+ "grad_norm": 0.6386868357658386,
77
+ "learning_rate": 4.997016669161806e-05,
78
+ "loss": 2.1257,
79
+ "step": 50
80
+ },
81
+ {
82
+ "epoch": 0.02,
83
+ "grad_norm": 0.7762248516082764,
84
+ "learning_rate": 4.996390320489715e-05,
85
+ "loss": 2.057,
86
+ "step": 55
87
+ },
88
+ {
89
+ "epoch": 0.02,
90
+ "grad_norm": 1.3192856311798096,
91
+ "learning_rate": 4.9957043796166966e-05,
92
+ "loss": 2.0753,
93
+ "step": 60
94
+ },
95
+ {
96
+ "epoch": 0.02,
97
+ "grad_norm": 0.9797518849372864,
98
+ "learning_rate": 4.994958862917083e-05,
99
+ "loss": 1.9736,
100
+ "step": 65
101
+ },
102
+ {
103
+ "epoch": 0.02,
104
+ "grad_norm": 1.000693440437317,
105
+ "learning_rate": 4.994153788187363e-05,
106
+ "loss": 2.1572,
107
+ "step": 70
108
+ },
109
+ {
110
+ "epoch": 0.02,
111
+ "grad_norm": 0.6852813959121704,
112
+ "learning_rate": 4.993289174645757e-05,
113
+ "loss": 2.1491,
114
+ "step": 75
115
+ },
116
+ {
117
+ "epoch": 0.02,
118
+ "grad_norm": 1.0075691938400269,
119
+ "learning_rate": 4.992365042931752e-05,
120
+ "loss": 1.945,
121
+ "step": 80
122
+ },
123
+ {
124
+ "epoch": 0.03,
125
+ "grad_norm": 1.1973133087158203,
126
+ "learning_rate": 4.991381415105619e-05,
127
+ "loss": 2.0811,
128
+ "step": 85
129
+ },
130
+ {
131
+ "epoch": 0.03,
132
+ "grad_norm": 0.9927239418029785,
133
+ "learning_rate": 4.990338314647881e-05,
134
+ "loss": 1.961,
135
+ "step": 90
136
+ },
137
+ {
138
+ "epoch": 0.03,
139
+ "grad_norm": 0.9499759674072266,
140
+ "learning_rate": 4.98923576645875e-05,
141
+ "loss": 2.0653,
142
+ "step": 95
143
+ },
144
+ {
145
+ "epoch": 0.03,
146
+ "grad_norm": 0.7233040928840637,
147
+ "learning_rate": 4.9880737968575365e-05,
148
+ "loss": 1.9999,
149
+ "step": 100
150
+ },
151
+ {
152
+ "epoch": 0.03,
153
+ "grad_norm": 1.55235755443573,
154
+ "learning_rate": 4.986852433582022e-05,
155
+ "loss": 2.2258,
156
+ "step": 105
157
+ },
158
+ {
159
+ "epoch": 0.03,
160
+ "grad_norm": 0.9007890820503235,
161
+ "learning_rate": 4.985571705787793e-05,
162
+ "loss": 2.1034,
163
+ "step": 110
164
+ },
165
+ {
166
+ "epoch": 0.04,
167
+ "grad_norm": 0.6774860620498657,
168
+ "learning_rate": 4.9842316440475475e-05,
169
+ "loss": 2.1753,
170
+ "step": 115
171
+ },
172
+ {
173
+ "epoch": 0.04,
174
+ "grad_norm": 0.7676737308502197,
175
+ "learning_rate": 4.9828322803503665e-05,
176
+ "loss": 2.1384,
177
+ "step": 120
178
+ },
179
+ {
180
+ "epoch": 0.04,
181
+ "grad_norm": 0.9624544978141785,
182
+ "learning_rate": 4.981373648100946e-05,
183
+ "loss": 2.0521,
184
+ "step": 125
185
+ },
186
+ {
187
+ "epoch": 0.04,
188
+ "grad_norm": 0.9315722584724426,
189
+ "learning_rate": 4.979855782118802e-05,
190
+ "loss": 1.9256,
191
+ "step": 130
192
+ },
193
+ {
194
+ "epoch": 0.04,
195
+ "grad_norm": 0.9035864472389221,
196
+ "learning_rate": 4.978278718637443e-05,
197
+ "loss": 2.0882,
198
+ "step": 135
199
+ },
200
+ {
201
+ "epoch": 0.04,
202
+ "grad_norm": 0.7997236251831055,
203
+ "learning_rate": 4.9766424953035e-05,
204
+ "loss": 2.0724,
205
+ "step": 140
206
+ },
207
+ {
208
+ "epoch": 0.05,
209
+ "grad_norm": 1.0692921876907349,
210
+ "learning_rate": 4.974947151175826e-05,
211
+ "loss": 2.1329,
212
+ "step": 145
213
+ },
214
+ {
215
+ "epoch": 0.05,
216
+ "grad_norm": 0.9506180286407471,
217
+ "learning_rate": 4.973192726724572e-05,
218
+ "loss": 2.082,
219
+ "step": 150
220
+ },
221
+ {
222
+ "epoch": 0.05,
223
+ "grad_norm": 0.8647387027740479,
224
+ "learning_rate": 4.9713792638302145e-05,
225
+ "loss": 2.0366,
226
+ "step": 155
227
+ },
228
+ {
229
+ "epoch": 0.05,
230
+ "grad_norm": 1.105302095413208,
231
+ "learning_rate": 4.969506805782555e-05,
232
+ "loss": 2.1481,
233
+ "step": 160
234
+ },
235
+ {
236
+ "epoch": 0.05,
237
+ "grad_norm": 0.7593303918838501,
238
+ "learning_rate": 4.967575397279689e-05,
239
+ "loss": 2.032,
240
+ "step": 165
241
+ },
242
+ {
243
+ "epoch": 0.05,
244
+ "grad_norm": 0.7521979808807373,
245
+ "learning_rate": 4.965585084426943e-05,
246
+ "loss": 2.0379,
247
+ "step": 170
248
+ },
249
+ {
250
+ "epoch": 0.05,
251
+ "grad_norm": 0.947120726108551,
252
+ "learning_rate": 4.9635359147357655e-05,
253
+ "loss": 2.1444,
254
+ "step": 175
255
+ },
256
+ {
257
+ "epoch": 0.06,
258
+ "grad_norm": 1.2184454202651978,
259
+ "learning_rate": 4.961427937122598e-05,
260
+ "loss": 1.9164,
261
+ "step": 180
262
+ },
263
+ {
264
+ "epoch": 0.06,
265
+ "grad_norm": 1.221663475036621,
266
+ "learning_rate": 4.959261201907707e-05,
267
+ "loss": 2.0084,
268
+ "step": 185
269
+ },
270
+ {
271
+ "epoch": 0.06,
272
+ "grad_norm": 1.0457361936569214,
273
+ "learning_rate": 4.957035760813982e-05,
274
+ "loss": 2.2032,
275
+ "step": 190
276
+ },
277
+ {
278
+ "epoch": 0.06,
279
+ "grad_norm": 0.8834909200668335,
280
+ "learning_rate": 4.954751666965701e-05,
281
+ "loss": 2.2101,
282
+ "step": 195
283
+ },
284
+ {
285
+ "epoch": 0.06,
286
+ "grad_norm": 0.791902482509613,
287
+ "learning_rate": 4.9524089748872615e-05,
288
+ "loss": 2.0472,
289
+ "step": 200
290
+ },
291
+ {
292
+ "epoch": 0.06,
293
+ "grad_norm": 1.2905739545822144,
294
+ "learning_rate": 4.9500077405018807e-05,
295
+ "loss": 2.0987,
296
+ "step": 205
297
+ },
298
+ {
299
+ "epoch": 0.07,
300
+ "grad_norm": 0.8612006306648254,
301
+ "learning_rate": 4.9475480211302583e-05,
302
+ "loss": 2.1765,
303
+ "step": 210
304
+ },
305
+ {
306
+ "epoch": 0.07,
307
+ "grad_norm": 1.3128459453582764,
308
+ "learning_rate": 4.945029875489212e-05,
309
+ "loss": 1.9926,
310
+ "step": 215
311
+ },
312
+ {
313
+ "epoch": 0.07,
314
+ "grad_norm": 0.9610918164253235,
315
+ "learning_rate": 4.94245336369027e-05,
316
+ "loss": 2.0124,
317
+ "step": 220
318
+ },
319
+ {
320
+ "epoch": 0.07,
321
+ "grad_norm": 0.873160183429718,
322
+ "learning_rate": 4.939818547238241e-05,
323
+ "loss": 2.2229,
324
+ "step": 225
325
+ },
326
+ {
327
+ "epoch": 0.07,
328
+ "grad_norm": 1.5535285472869873,
329
+ "learning_rate": 4.9371254890297446e-05,
330
+ "loss": 2.2013,
331
+ "step": 230
332
+ },
333
+ {
334
+ "epoch": 0.07,
335
+ "grad_norm": 1.1951836347579956,
336
+ "learning_rate": 4.93437425335171e-05,
337
+ "loss": 2.014,
338
+ "step": 235
339
+ },
340
+ {
341
+ "epoch": 0.07,
342
+ "grad_norm": 0.7874170541763306,
343
+ "learning_rate": 4.9315649058798384e-05,
344
+ "loss": 2.1701,
345
+ "step": 240
346
+ },
347
+ {
348
+ "epoch": 0.08,
349
+ "grad_norm": 1.3503323793411255,
350
+ "learning_rate": 4.928697513677042e-05,
351
+ "loss": 2.1681,
352
+ "step": 245
353
+ },
354
+ {
355
+ "epoch": 0.08,
356
+ "grad_norm": 1.3091179132461548,
357
+ "learning_rate": 4.925772145191834e-05,
358
+ "loss": 2.1224,
359
+ "step": 250
360
+ },
361
+ {
362
+ "epoch": 0.08,
363
+ "grad_norm": 1.4428555965423584,
364
+ "learning_rate": 4.9227888702567044e-05,
365
+ "loss": 2.0512,
366
+ "step": 255
367
+ },
368
+ {
369
+ "epoch": 0.08,
370
+ "grad_norm": 0.8234395980834961,
371
+ "learning_rate": 4.9197477600864446e-05,
372
+ "loss": 2.1067,
373
+ "step": 260
374
+ },
375
+ {
376
+ "epoch": 0.08,
377
+ "grad_norm": 1.9094969034194946,
378
+ "learning_rate": 4.9166488872764526e-05,
379
+ "loss": 1.8884,
380
+ "step": 265
381
+ },
382
+ {
383
+ "epoch": 0.08,
384
+ "grad_norm": 1.0074087381362915,
385
+ "learning_rate": 4.913492325800999e-05,
386
+ "loss": 1.9345,
387
+ "step": 270
388
+ },
389
+ {
390
+ "epoch": 0.09,
391
+ "grad_norm": 1.0867297649383545,
392
+ "learning_rate": 4.910278151011458e-05,
393
+ "loss": 2.1928,
394
+ "step": 275
395
+ },
396
+ {
397
+ "epoch": 0.09,
398
+ "grad_norm": 0.6842357516288757,
399
+ "learning_rate": 4.907006439634516e-05,
400
+ "loss": 2.0407,
401
+ "step": 280
402
+ },
403
+ {
404
+ "epoch": 0.09,
405
+ "grad_norm": 0.8409023284912109,
406
+ "learning_rate": 4.903677269770329e-05,
407
+ "loss": 2.2344,
408
+ "step": 285
409
+ },
410
+ {
411
+ "epoch": 0.09,
412
+ "grad_norm": 0.8119503259658813,
413
+ "learning_rate": 4.900290720890671e-05,
414
+ "loss": 2.1296,
415
+ "step": 290
416
+ },
417
+ {
418
+ "epoch": 0.09,
419
+ "grad_norm": 0.9938147068023682,
420
+ "learning_rate": 4.8968468738370244e-05,
421
+ "loss": 2.152,
422
+ "step": 295
423
+ },
424
+ {
425
+ "epoch": 0.09,
426
+ "grad_norm": 0.9865244030952454,
427
+ "learning_rate": 4.8933458108186606e-05,
428
+ "loss": 1.9623,
429
+ "step": 300
430
+ },
431
+ {
432
+ "epoch": 0.09,
433
+ "grad_norm": 1.3944802284240723,
434
+ "learning_rate": 4.889787615410672e-05,
435
+ "loss": 1.915,
436
+ "step": 305
437
+ },
438
+ {
439
+ "epoch": 0.1,
440
+ "grad_norm": 1.3749767541885376,
441
+ "learning_rate": 4.886172372551977e-05,
442
+ "loss": 1.9934,
443
+ "step": 310
444
+ },
445
+ {
446
+ "epoch": 0.1,
447
+ "grad_norm": 0.9024938941001892,
448
+ "learning_rate": 4.882500168543294e-05,
449
+ "loss": 2.1541,
450
+ "step": 315
451
+ },
452
+ {
453
+ "epoch": 0.1,
454
+ "grad_norm": 1.1978263854980469,
455
+ "learning_rate": 4.878771091045082e-05,
456
+ "loss": 2.1688,
457
+ "step": 320
458
+ },
459
+ {
460
+ "epoch": 0.1,
461
+ "grad_norm": 0.8360010981559753,
462
+ "learning_rate": 4.874985229075446e-05,
463
+ "loss": 2.1387,
464
+ "step": 325
465
+ },
466
+ {
467
+ "epoch": 0.1,
468
+ "grad_norm": 0.7683364152908325,
469
+ "learning_rate": 4.871142673008012e-05,
470
+ "loss": 2.0215,
471
+ "step": 330
472
+ },
473
+ {
474
+ "epoch": 0.1,
475
+ "grad_norm": 1.4230670928955078,
476
+ "learning_rate": 4.867243514569772e-05,
477
+ "loss": 1.9491,
478
+ "step": 335
479
+ },
480
+ {
481
+ "epoch": 0.11,
482
+ "grad_norm": 0.8198773860931396,
483
+ "learning_rate": 4.863287846838891e-05,
484
+ "loss": 2.0151,
485
+ "step": 340
486
+ },
487
+ {
488
+ "epoch": 0.11,
489
+ "grad_norm": 1.467207908630371,
490
+ "learning_rate": 4.85927576424249e-05,
491
+ "loss": 1.8906,
492
+ "step": 345
493
+ },
494
+ {
495
+ "epoch": 0.11,
496
+ "grad_norm": 0.9537095427513123,
497
+ "learning_rate": 4.855207362554385e-05,
498
+ "loss": 2.1844,
499
+ "step": 350
500
+ },
501
+ {
502
+ "epoch": 0.11,
503
+ "grad_norm": 1.0757155418395996,
504
+ "learning_rate": 4.851082738892809e-05,
505
+ "loss": 2.048,
506
+ "step": 355
507
+ },
508
+ {
509
+ "epoch": 0.11,
510
+ "grad_norm": 1.6884938478469849,
511
+ "learning_rate": 4.8469019917180846e-05,
512
+ "loss": 1.9537,
513
+ "step": 360
514
+ },
515
+ {
516
+ "epoch": 0.11,
517
+ "grad_norm": 1.4680182933807373,
518
+ "learning_rate": 4.8426652208302814e-05,
519
+ "loss": 1.9731,
520
+ "step": 365
521
+ },
522
+ {
523
+ "epoch": 0.12,
524
+ "grad_norm": 1.1778632402420044,
525
+ "learning_rate": 4.83837252736683e-05,
526
+ "loss": 2.1395,
527
+ "step": 370
528
+ },
529
+ {
530
+ "epoch": 0.12,
531
+ "grad_norm": 1.2865056991577148,
532
+ "learning_rate": 4.834024013800108e-05,
533
+ "loss": 2.0016,
534
+ "step": 375
535
+ },
536
+ {
537
+ "epoch": 0.12,
538
+ "grad_norm": 1.055177092552185,
539
+ "learning_rate": 4.8296197839349944e-05,
540
+ "loss": 1.9632,
541
+ "step": 380
542
+ },
543
+ {
544
+ "epoch": 0.12,
545
+ "grad_norm": 1.0041871070861816,
546
+ "learning_rate": 4.825159942906389e-05,
547
+ "loss": 2.3302,
548
+ "step": 385
549
+ },
550
+ {
551
+ "epoch": 0.12,
552
+ "grad_norm": 1.0026438236236572,
553
+ "learning_rate": 4.820644597176709e-05,
554
+ "loss": 2.1517,
555
+ "step": 390
556
+ },
557
+ {
558
+ "epoch": 0.12,
559
+ "grad_norm": 1.3532180786132812,
560
+ "learning_rate": 4.81607385453334e-05,
561
+ "loss": 2.1229,
562
+ "step": 395
563
+ },
564
+ {
565
+ "epoch": 0.12,
566
+ "grad_norm": 0.7670988440513611,
567
+ "learning_rate": 4.81144782408607e-05,
568
+ "loss": 2.1382,
569
+ "step": 400
570
+ },
571
+ {
572
+ "epoch": 0.13,
573
+ "grad_norm": 1.0405700206756592,
574
+ "learning_rate": 4.8067666162644774e-05,
575
+ "loss": 1.9614,
576
+ "step": 405
577
+ },
578
+ {
579
+ "epoch": 0.13,
580
+ "grad_norm": 1.2252662181854248,
581
+ "learning_rate": 4.802030342815304e-05,
582
+ "loss": 2.1399,
583
+ "step": 410
584
+ },
585
+ {
586
+ "epoch": 0.13,
587
+ "grad_norm": 1.237946629524231,
588
+ "learning_rate": 4.7972391167997754e-05,
589
+ "loss": 1.9034,
590
+ "step": 415
591
+ },
592
+ {
593
+ "epoch": 0.13,
594
+ "grad_norm": 0.8064705729484558,
595
+ "learning_rate": 4.7923930525909156e-05,
596
+ "loss": 2.0075,
597
+ "step": 420
598
+ },
599
+ {
600
+ "epoch": 0.13,
601
+ "grad_norm": 0.8717565536499023,
602
+ "learning_rate": 4.7874922658708065e-05,
603
+ "loss": 2.0105,
604
+ "step": 425
605
+ },
606
+ {
607
+ "epoch": 0.13,
608
+ "grad_norm": 1.6693098545074463,
609
+ "learning_rate": 4.782536873627832e-05,
610
+ "loss": 2.0242,
611
+ "step": 430
612
+ },
613
+ {
614
+ "epoch": 0.14,
615
+ "grad_norm": 0.82447350025177,
616
+ "learning_rate": 4.777526994153882e-05,
617
+ "loss": 2.0267,
618
+ "step": 435
619
+ },
620
+ {
621
+ "epoch": 0.14,
622
+ "grad_norm": 0.9926588535308838,
623
+ "learning_rate": 4.7724627470415307e-05,
624
+ "loss": 1.9119,
625
+ "step": 440
626
+ },
627
+ {
628
+ "epoch": 0.14,
629
+ "grad_norm": 1.0924450159072876,
630
+ "learning_rate": 4.7673442531811796e-05,
631
+ "loss": 2.2653,
632
+ "step": 445
633
+ },
634
+ {
635
+ "epoch": 0.14,
636
+ "grad_norm": 1.1592103242874146,
637
+ "learning_rate": 4.762171634758177e-05,
638
+ "loss": 2.0017,
639
+ "step": 450
640
+ },
641
+ {
642
+ "epoch": 0.14,
643
+ "grad_norm": 0.9172110557556152,
644
+ "learning_rate": 4.7569450152498927e-05,
645
+ "loss": 2.1408,
646
+ "step": 455
647
+ },
648
+ {
649
+ "epoch": 0.14,
650
+ "grad_norm": 1.1897525787353516,
651
+ "learning_rate": 4.751664519422778e-05,
652
+ "loss": 2.0935,
653
+ "step": 460
654
+ },
655
+ {
656
+ "epoch": 0.14,
657
+ "grad_norm": 0.8793094158172607,
658
+ "learning_rate": 4.746330273329386e-05,
659
+ "loss": 2.1142,
660
+ "step": 465
661
+ },
662
+ {
663
+ "epoch": 0.15,
664
+ "grad_norm": 1.4337489604949951,
665
+ "learning_rate": 4.740942404305356e-05,
666
+ "loss": 2.1289,
667
+ "step": 470
668
+ },
669
+ {
670
+ "epoch": 0.15,
671
+ "grad_norm": 1.0251764059066772,
672
+ "learning_rate": 4.735501040966383e-05,
673
+ "loss": 1.9741,
674
+ "step": 475
675
+ },
676
+ {
677
+ "epoch": 0.15,
678
+ "grad_norm": 1.2659822702407837,
679
+ "learning_rate": 4.730006313205143e-05,
680
+ "loss": 2.088,
681
+ "step": 480
682
+ },
683
+ {
684
+ "epoch": 0.15,
685
+ "grad_norm": 0.8884140849113464,
686
+ "learning_rate": 4.724458352188192e-05,
687
+ "loss": 2.2079,
688
+ "step": 485
689
+ },
690
+ {
691
+ "epoch": 0.15,
692
+ "grad_norm": 1.1937768459320068,
693
+ "learning_rate": 4.718857290352835e-05,
694
+ "loss": 2.048,
695
+ "step": 490
696
+ },
697
+ {
698
+ "epoch": 0.15,
699
+ "grad_norm": 0.9741552472114563,
700
+ "learning_rate": 4.713203261403966e-05,
701
+ "loss": 2.2569,
702
+ "step": 495
703
+ },
704
+ {
705
+ "epoch": 0.16,
706
+ "grad_norm": 0.7996780872344971,
707
+ "learning_rate": 4.707496400310874e-05,
708
+ "loss": 1.9574,
709
+ "step": 500
710
+ },
711
+ {
712
+ "epoch": 0.16,
713
+ "grad_norm": 1.8182051181793213,
714
+ "learning_rate": 4.701736843304025e-05,
715
+ "loss": 2.0951,
716
+ "step": 505
717
+ },
718
+ {
719
+ "epoch": 0.16,
720
+ "grad_norm": 1.507320761680603,
721
+ "learning_rate": 4.695924727871805e-05,
722
+ "loss": 2.0253,
723
+ "step": 510
724
+ },
725
+ {
726
+ "epoch": 0.16,
727
+ "grad_norm": 0.759121835231781,
728
+ "learning_rate": 4.690060192757242e-05,
729
+ "loss": 2.0602,
730
+ "step": 515
731
+ },
732
+ {
733
+ "epoch": 0.16,
734
+ "grad_norm": 1.5943195819854736,
735
+ "learning_rate": 4.684143377954691e-05,
736
+ "loss": 2.0386,
737
+ "step": 520
738
+ },
739
+ {
740
+ "epoch": 0.16,
741
+ "grad_norm": 0.8568710088729858,
742
+ "learning_rate": 4.6781744247064955e-05,
743
+ "loss": 2.073,
744
+ "step": 525
745
+ },
746
+ {
747
+ "epoch": 0.16,
748
+ "grad_norm": 1.3352620601654053,
749
+ "learning_rate": 4.6721534754996125e-05,
750
+ "loss": 2.1443,
751
+ "step": 530
752
+ },
753
+ {
754
+ "epoch": 0.17,
755
+ "grad_norm": 1.3417474031448364,
756
+ "learning_rate": 4.666080674062213e-05,
757
+ "loss": 2.0288,
758
+ "step": 535
759
+ },
760
+ {
761
+ "epoch": 0.17,
762
+ "grad_norm": 1.5334464311599731,
763
+ "learning_rate": 4.659956165360251e-05,
764
+ "loss": 2.0609,
765
+ "step": 540
766
+ },
767
+ {
768
+ "epoch": 0.17,
769
+ "grad_norm": 0.9658721089363098,
770
+ "learning_rate": 4.6537800955940005e-05,
771
+ "loss": 1.9539,
772
+ "step": 545
773
+ },
774
+ {
775
+ "epoch": 0.17,
776
+ "grad_norm": 1.9197947978973389,
777
+ "learning_rate": 4.647552612194572e-05,
778
+ "loss": 2.149,
779
+ "step": 550
780
+ },
781
+ {
782
+ "epoch": 0.17,
783
+ "grad_norm": 0.8512137532234192,
784
+ "learning_rate": 4.641273863820383e-05,
785
+ "loss": 1.9722,
786
+ "step": 555
787
+ },
788
+ {
789
+ "epoch": 0.17,
790
+ "grad_norm": 1.827289342880249,
791
+ "learning_rate": 4.634944000353622e-05,
792
+ "loss": 2.0729,
793
+ "step": 560
794
+ },
795
+ {
796
+ "epoch": 0.18,
797
+ "grad_norm": 1.088416337966919,
798
+ "learning_rate": 4.628563172896655e-05,
799
+ "loss": 1.9507,
800
+ "step": 565
801
+ },
802
+ {
803
+ "epoch": 0.18,
804
+ "grad_norm": 1.3566908836364746,
805
+ "learning_rate": 4.6221315337684353e-05,
806
+ "loss": 2.1643,
807
+ "step": 570
808
+ },
809
+ {
810
+ "epoch": 0.18,
811
+ "grad_norm": 1.3541293144226074,
812
+ "learning_rate": 4.615649236500854e-05,
813
+ "loss": 2.1839,
814
+ "step": 575
815
+ },
816
+ {
817
+ "epoch": 0.18,
818
+ "grad_norm": 0.991269588470459,
819
+ "learning_rate": 4.609116435835083e-05,
820
+ "loss": 2.0976,
821
+ "step": 580
822
+ },
823
+ {
824
+ "epoch": 0.18,
825
+ "grad_norm": 1.0280535221099854,
826
+ "learning_rate": 4.602533287717877e-05,
827
+ "loss": 2.1474,
828
+ "step": 585
829
+ },
830
+ {
831
+ "epoch": 0.18,
832
+ "grad_norm": 1.013123631477356,
833
+ "learning_rate": 4.5958999492978524e-05,
834
+ "loss": 2.1873,
835
+ "step": 590
836
+ },
837
+ {
838
+ "epoch": 0.19,
839
+ "grad_norm": 1.1753040552139282,
840
+ "learning_rate": 4.589216578921737e-05,
841
+ "loss": 2.1744,
842
+ "step": 595
843
+ },
844
+ {
845
+ "epoch": 0.19,
846
+ "grad_norm": 1.1839090585708618,
847
+ "learning_rate": 4.582483336130586e-05,
848
+ "loss": 1.9982,
849
+ "step": 600
850
+ },
851
+ {
852
+ "epoch": 0.19,
853
+ "grad_norm": 1.0724798440933228,
854
+ "learning_rate": 4.575700381655979e-05,
855
+ "loss": 2.1234,
856
+ "step": 605
857
+ },
858
+ {
859
+ "epoch": 0.19,
860
+ "grad_norm": 2.009913682937622,
861
+ "learning_rate": 4.5688678774161796e-05,
862
+ "loss": 1.9478,
863
+ "step": 610
864
+ },
865
+ {
866
+ "epoch": 0.19,
867
+ "grad_norm": 0.9897060394287109,
868
+ "learning_rate": 4.561985986512271e-05,
869
+ "loss": 1.8268,
870
+ "step": 615
871
+ },
872
+ {
873
+ "epoch": 0.19,
874
+ "grad_norm": 0.8881808519363403,
875
+ "learning_rate": 4.555054873224263e-05,
876
+ "loss": 1.9887,
877
+ "step": 620
878
+ },
879
+ {
880
+ "epoch": 0.19,
881
+ "grad_norm": 1.155900001525879,
882
+ "learning_rate": 4.54807470300717e-05,
883
+ "loss": 2.0777,
884
+ "step": 625
885
+ },
886
+ {
887
+ "epoch": 0.2,
888
+ "grad_norm": 0.8782421350479126,
889
+ "learning_rate": 4.5410456424870596e-05,
890
+ "loss": 2.0566,
891
+ "step": 630
892
+ },
893
+ {
894
+ "epoch": 0.2,
895
+ "grad_norm": 1.3324674367904663,
896
+ "learning_rate": 4.5339678594570795e-05,
897
+ "loss": 2.047,
898
+ "step": 635
899
+ },
900
+ {
901
+ "epoch": 0.2,
902
+ "grad_norm": 1.9805939197540283,
903
+ "learning_rate": 4.526841522873449e-05,
904
+ "loss": 1.962,
905
+ "step": 640
906
+ },
907
+ {
908
+ "epoch": 0.2,
909
+ "grad_norm": 1.4999943971633911,
910
+ "learning_rate": 4.519666802851422e-05,
911
+ "loss": 2.0972,
912
+ "step": 645
913
+ },
914
+ {
915
+ "epoch": 0.2,
916
+ "grad_norm": 1.4504961967468262,
917
+ "learning_rate": 4.5124438706612376e-05,
918
+ "loss": 2.0041,
919
+ "step": 650
920
+ },
921
+ {
922
+ "epoch": 0.2,
923
+ "grad_norm": 0.9078169465065002,
924
+ "learning_rate": 4.505172898724018e-05,
925
+ "loss": 2.1229,
926
+ "step": 655
927
+ },
928
+ {
929
+ "epoch": 0.21,
930
+ "grad_norm": 1.1635804176330566,
931
+ "learning_rate": 4.497854060607662e-05,
932
+ "loss": 2.0195,
933
+ "step": 660
934
+ },
935
+ {
936
+ "epoch": 0.21,
937
+ "grad_norm": 1.46576726436615,
938
+ "learning_rate": 4.490487531022699e-05,
939
+ "loss": 2.0745,
940
+ "step": 665
941
+ },
942
+ {
943
+ "epoch": 0.21,
944
+ "grad_norm": 1.2094652652740479,
945
+ "learning_rate": 4.4830734858181145e-05,
946
+ "loss": 2.1068,
947
+ "step": 670
948
+ },
949
+ {
950
+ "epoch": 0.21,
951
+ "grad_norm": 1.4738895893096924,
952
+ "learning_rate": 4.47561210197716e-05,
953
+ "loss": 1.8088,
954
+ "step": 675
955
+ },
956
+ {
957
+ "epoch": 0.21,
958
+ "grad_norm": 1.23384690284729,
959
+ "learning_rate": 4.4681035576131215e-05,
960
+ "loss": 2.0995,
961
+ "step": 680
962
+ },
963
+ {
964
+ "epoch": 0.21,
965
+ "grad_norm": 0.8332946300506592,
966
+ "learning_rate": 4.46054803196507e-05,
967
+ "loss": 2.0541,
968
+ "step": 685
969
+ },
970
+ {
971
+ "epoch": 0.21,
972
+ "grad_norm": 0.9207485318183899,
973
+ "learning_rate": 4.452945705393586e-05,
974
+ "loss": 2.166,
975
+ "step": 690
976
+ },
977
+ {
978
+ "epoch": 0.22,
979
+ "grad_norm": 1.292945146560669,
980
+ "learning_rate": 4.445296759376449e-05,
981
+ "loss": 2.0784,
982
+ "step": 695
983
+ },
984
+ {
985
+ "epoch": 0.22,
986
+ "grad_norm": 0.9874763488769531,
987
+ "learning_rate": 4.437601376504307e-05,
988
+ "loss": 2.2087,
989
+ "step": 700
990
+ },
991
+ {
992
+ "epoch": 0.22,
993
+ "grad_norm": 0.9427415132522583,
994
+ "learning_rate": 4.4298597404763186e-05,
995
+ "loss": 2.1199,
996
+ "step": 705
997
+ },
998
+ {
999
+ "epoch": 0.22,
1000
+ "grad_norm": 1.7369529008865356,
1001
+ "learning_rate": 4.422072036095768e-05,
1002
+ "loss": 2.0355,
1003
+ "step": 710
1004
+ },
1005
+ {
1006
+ "epoch": 0.22,
1007
+ "grad_norm": 1.2423696517944336,
1008
+ "learning_rate": 4.414238449265654e-05,
1009
+ "loss": 2.0011,
1010
+ "step": 715
1011
+ },
1012
+ {
1013
+ "epoch": 0.22,
1014
+ "grad_norm": 1.2304831743240356,
1015
+ "learning_rate": 4.406359166984249e-05,
1016
+ "loss": 2.0368,
1017
+ "step": 720
1018
+ },
1019
+ {
1020
+ "epoch": 0.23,
1021
+ "grad_norm": 0.9090413451194763,
1022
+ "learning_rate": 4.39843437734064e-05,
1023
+ "loss": 1.9983,
1024
+ "step": 725
1025
+ },
1026
+ {
1027
+ "epoch": 0.23,
1028
+ "grad_norm": 1.2729507684707642,
1029
+ "learning_rate": 4.390464269510233e-05,
1030
+ "loss": 2.021,
1031
+ "step": 730
1032
+ },
1033
+ {
1034
+ "epoch": 0.23,
1035
+ "grad_norm": 1.3009227514266968,
1036
+ "learning_rate": 4.382449033750244e-05,
1037
+ "loss": 1.9743,
1038
+ "step": 735
1039
+ },
1040
+ {
1041
+ "epoch": 0.23,
1042
+ "grad_norm": 1.5456056594848633,
1043
+ "learning_rate": 4.37438886139515e-05,
1044
+ "loss": 2.0689,
1045
+ "step": 740
1046
+ },
1047
+ {
1048
+ "epoch": 0.23,
1049
+ "grad_norm": 1.3235007524490356,
1050
+ "learning_rate": 4.3662839448521264e-05,
1051
+ "loss": 2.0838,
1052
+ "step": 745
1053
+ },
1054
+ {
1055
+ "epoch": 0.23,
1056
+ "grad_norm": 2.2074007987976074,
1057
+ "learning_rate": 4.358134477596454e-05,
1058
+ "loss": 2.0835,
1059
+ "step": 750
1060
+ },
1061
+ {
1062
+ "epoch": 0.23,
1063
+ "grad_norm": 1.403738021850586,
1064
+ "learning_rate": 4.3499406541668966e-05,
1065
+ "loss": 2.0916,
1066
+ "step": 755
1067
+ },
1068
+ {
1069
+ "epoch": 0.24,
1070
+ "grad_norm": 1.0940325260162354,
1071
+ "learning_rate": 4.3417026701610616e-05,
1072
+ "loss": 1.972,
1073
+ "step": 760
1074
+ },
1075
+ {
1076
+ "epoch": 0.24,
1077
+ "grad_norm": 1.666353702545166,
1078
+ "learning_rate": 4.3334207222307275e-05,
1079
+ "loss": 1.927,
1080
+ "step": 765
1081
+ },
1082
+ {
1083
+ "epoch": 0.24,
1084
+ "grad_norm": 1.0777515172958374,
1085
+ "learning_rate": 4.325095008077154e-05,
1086
+ "loss": 2.1192,
1087
+ "step": 770
1088
+ },
1089
+ {
1090
+ "epoch": 0.24,
1091
+ "grad_norm": 1.7218186855316162,
1092
+ "learning_rate": 4.316725726446353e-05,
1093
+ "loss": 2.0774,
1094
+ "step": 775
1095
+ },
1096
+ {
1097
+ "epoch": 0.24,
1098
+ "grad_norm": 1.356753945350647,
1099
+ "learning_rate": 4.3083130771243586e-05,
1100
+ "loss": 2.0847,
1101
+ "step": 780
1102
+ },
1103
+ {
1104
+ "epoch": 0.24,
1105
+ "grad_norm": 0.9967429637908936,
1106
+ "learning_rate": 4.299857260932445e-05,
1107
+ "loss": 2.0485,
1108
+ "step": 785
1109
+ },
1110
+ {
1111
+ "epoch": 0.25,
1112
+ "grad_norm": 1.6216442584991455,
1113
+ "learning_rate": 4.2913584797223397e-05,
1114
+ "loss": 2.1008,
1115
+ "step": 790
1116
+ },
1117
+ {
1118
+ "epoch": 0.25,
1119
+ "grad_norm": 1.2556742429733276,
1120
+ "learning_rate": 4.2828169363714016e-05,
1121
+ "loss": 1.9209,
1122
+ "step": 795
1123
+ },
1124
+ {
1125
+ "epoch": 0.25,
1126
+ "grad_norm": 1.1800439357757568,
1127
+ "learning_rate": 4.274232834777782e-05,
1128
+ "loss": 1.9722,
1129
+ "step": 800
1130
+ },
1131
+ {
1132
+ "epoch": 0.25,
1133
+ "grad_norm": 1.1313499212265015,
1134
+ "learning_rate": 4.2656063798555515e-05,
1135
+ "loss": 1.9176,
1136
+ "step": 805
1137
+ },
1138
+ {
1139
+ "epoch": 0.25,
1140
+ "grad_norm": 1.137534737586975,
1141
+ "learning_rate": 4.256937777529815e-05,
1142
+ "loss": 1.9929,
1143
+ "step": 810
1144
+ },
1145
+ {
1146
+ "epoch": 0.25,
1147
+ "grad_norm": 1.0575093030929565,
1148
+ "learning_rate": 4.2482272347317906e-05,
1149
+ "loss": 2.166,
1150
+ "step": 815
1151
+ },
1152
+ {
1153
+ "epoch": 0.25,
1154
+ "grad_norm": 1.5939594507217407,
1155
+ "learning_rate": 4.2394749593938733e-05,
1156
+ "loss": 2.1334,
1157
+ "step": 820
1158
+ },
1159
+ {
1160
+ "epoch": 0.26,
1161
+ "grad_norm": 1.1045507192611694,
1162
+ "learning_rate": 4.230681160444669e-05,
1163
+ "loss": 2.0853,
1164
+ "step": 825
1165
+ },
1166
+ {
1167
+ "epoch": 0.26,
1168
+ "grad_norm": 1.3480136394500732,
1169
+ "learning_rate": 4.221846047804009e-05,
1170
+ "loss": 2.1802,
1171
+ "step": 830
1172
+ },
1173
+ {
1174
+ "epoch": 0.26,
1175
+ "grad_norm": 1.1822657585144043,
1176
+ "learning_rate": 4.2129698323779366e-05,
1177
+ "loss": 2.0739,
1178
+ "step": 835
1179
+ },
1180
+ {
1181
+ "epoch": 0.26,
1182
+ "grad_norm": 1.1771117448806763,
1183
+ "learning_rate": 4.204052726053676e-05,
1184
+ "loss": 2.0238,
1185
+ "step": 840
1186
+ },
1187
+ {
1188
+ "epoch": 0.26,
1189
+ "grad_norm": 1.4757814407348633,
1190
+ "learning_rate": 4.195094941694571e-05,
1191
+ "loss": 2.1557,
1192
+ "step": 845
1193
+ },
1194
+ {
1195
+ "epoch": 0.26,
1196
+ "grad_norm": 0.9095075726509094,
1197
+ "learning_rate": 4.1860966931350054e-05,
1198
+ "loss": 2.1666,
1199
+ "step": 850
1200
+ },
1201
+ {
1202
+ "epoch": 0.27,
1203
+ "grad_norm": 1.1039543151855469,
1204
+ "learning_rate": 4.1770581951752976e-05,
1205
+ "loss": 2.105,
1206
+ "step": 855
1207
+ },
1208
+ {
1209
+ "epoch": 0.27,
1210
+ "grad_norm": 0.8517205119132996,
1211
+ "learning_rate": 4.1679796635765735e-05,
1212
+ "loss": 1.9656,
1213
+ "step": 860
1214
+ },
1215
+ {
1216
+ "epoch": 0.27,
1217
+ "grad_norm": 1.239492654800415,
1218
+ "learning_rate": 4.158861315055617e-05,
1219
+ "loss": 2.0166,
1220
+ "step": 865
1221
+ },
1222
+ {
1223
+ "epoch": 0.27,
1224
+ "grad_norm": 1.1358321905136108,
1225
+ "learning_rate": 4.1497033672796924e-05,
1226
+ "loss": 2.0076,
1227
+ "step": 870
1228
+ },
1229
+ {
1230
+ "epoch": 0.27,
1231
+ "grad_norm": 1.6215249300003052,
1232
+ "learning_rate": 4.140506038861356e-05,
1233
+ "loss": 2.1594,
1234
+ "step": 875
1235
+ },
1236
+ {
1237
+ "epoch": 0.27,
1238
+ "grad_norm": 1.0528080463409424,
1239
+ "learning_rate": 4.131269549353229e-05,
1240
+ "loss": 2.1416,
1241
+ "step": 880
1242
+ },
1243
+ {
1244
+ "epoch": 0.28,
1245
+ "grad_norm": 0.8976901769638062,
1246
+ "learning_rate": 4.1219941192427644e-05,
1247
+ "loss": 2.1242,
1248
+ "step": 885
1249
+ },
1250
+ {
1251
+ "epoch": 0.28,
1252
+ "grad_norm": 1.263594388961792,
1253
+ "learning_rate": 4.112679969946977e-05,
1254
+ "loss": 2.02,
1255
+ "step": 890
1256
+ },
1257
+ {
1258
+ "epoch": 0.28,
1259
+ "grad_norm": 1.4173017740249634,
1260
+ "learning_rate": 4.103327323807162e-05,
1261
+ "loss": 2.0438,
1262
+ "step": 895
1263
+ },
1264
+ {
1265
+ "epoch": 0.28,
1266
+ "grad_norm": 1.876170039176941,
1267
+ "learning_rate": 4.093936404083585e-05,
1268
+ "loss": 1.9806,
1269
+ "step": 900
1270
+ },
1271
+ {
1272
+ "epoch": 0.28,
1273
+ "grad_norm": 1.4649231433868408,
1274
+ "learning_rate": 4.0845074349501544e-05,
1275
+ "loss": 2.1476,
1276
+ "step": 905
1277
+ },
1278
+ {
1279
+ "epoch": 0.28,
1280
+ "grad_norm": 1.0446043014526367,
1281
+ "learning_rate": 4.0750406414890695e-05,
1282
+ "loss": 1.9672,
1283
+ "step": 910
1284
+ },
1285
+ {
1286
+ "epoch": 0.28,
1287
+ "grad_norm": 1.0225305557250977,
1288
+ "learning_rate": 4.065536249685448e-05,
1289
+ "loss": 1.9984,
1290
+ "step": 915
1291
+ },
1292
+ {
1293
+ "epoch": 0.29,
1294
+ "grad_norm": 1.0120617151260376,
1295
+ "learning_rate": 4.055994486421929e-05,
1296
+ "loss": 2.1162,
1297
+ "step": 920
1298
+ },
1299
+ {
1300
+ "epoch": 0.29,
1301
+ "grad_norm": 1.0469881296157837,
1302
+ "learning_rate": 4.04641557947326e-05,
1303
+ "loss": 2.0435,
1304
+ "step": 925
1305
+ },
1306
+ {
1307
+ "epoch": 0.29,
1308
+ "grad_norm": 1.2435941696166992,
1309
+ "learning_rate": 4.036799757500856e-05,
1310
+ "loss": 2.0431,
1311
+ "step": 930
1312
+ },
1313
+ {
1314
+ "epoch": 0.29,
1315
+ "grad_norm": 1.0055103302001953,
1316
+ "learning_rate": 4.027147250047348e-05,
1317
+ "loss": 2.2021,
1318
+ "step": 935
1319
+ },
1320
+ {
1321
+ "epoch": 0.29,
1322
+ "grad_norm": 1.1212949752807617,
1323
+ "learning_rate": 4.017458287531094e-05,
1324
+ "loss": 1.997,
1325
+ "step": 940
1326
+ },
1327
+ {
1328
+ "epoch": 0.29,
1329
+ "grad_norm": 1.1048357486724854,
1330
+ "learning_rate": 4.007733101240685e-05,
1331
+ "loss": 1.946,
1332
+ "step": 945
1333
+ },
1334
+ {
1335
+ "epoch": 0.3,
1336
+ "grad_norm": 1.4721689224243164,
1337
+ "learning_rate": 3.997971923329426e-05,
1338
+ "loss": 2.0723,
1339
+ "step": 950
1340
+ },
1341
+ {
1342
+ "epoch": 0.3,
1343
+ "grad_norm": 1.3793156147003174,
1344
+ "learning_rate": 3.988174986809783e-05,
1345
+ "loss": 2.034,
1346
+ "step": 955
1347
+ },
1348
+ {
1349
+ "epoch": 0.3,
1350
+ "grad_norm": 0.9013482928276062,
1351
+ "learning_rate": 3.9783425255478355e-05,
1352
+ "loss": 1.9736,
1353
+ "step": 960
1354
+ },
1355
+ {
1356
+ "epoch": 0.3,
1357
+ "grad_norm": 0.9192422032356262,
1358
+ "learning_rate": 3.968474774257682e-05,
1359
+ "loss": 1.9878,
1360
+ "step": 965
1361
+ },
1362
+ {
1363
+ "epoch": 0.3,
1364
+ "grad_norm": 1.9304206371307373,
1365
+ "learning_rate": 3.9585719684958446e-05,
1366
+ "loss": 2.117,
1367
+ "step": 970
1368
+ },
1369
+ {
1370
+ "epoch": 0.3,
1371
+ "grad_norm": 1.0435137748718262,
1372
+ "learning_rate": 3.948634344655639e-05,
1373
+ "loss": 2.0585,
1374
+ "step": 975
1375
+ },
1376
+ {
1377
+ "epoch": 0.3,
1378
+ "grad_norm": 1.4636590480804443,
1379
+ "learning_rate": 3.938662139961538e-05,
1380
+ "loss": 2.0409,
1381
+ "step": 980
1382
+ },
1383
+ {
1384
+ "epoch": 0.31,
1385
+ "grad_norm": 1.8014529943466187,
1386
+ "learning_rate": 3.928655592463508e-05,
1387
+ "loss": 2.0369,
1388
+ "step": 985
1389
+ },
1390
+ {
1391
+ "epoch": 0.31,
1392
+ "grad_norm": 1.2412620782852173,
1393
+ "learning_rate": 3.918614941031319e-05,
1394
+ "loss": 1.967,
1395
+ "step": 990
1396
+ },
1397
+ {
1398
+ "epoch": 0.31,
1399
+ "grad_norm": 1.3581103086471558,
1400
+ "learning_rate": 3.908540425348852e-05,
1401
+ "loss": 2.0037,
1402
+ "step": 995
1403
+ },
1404
+ {
1405
+ "epoch": 0.31,
1406
+ "grad_norm": 1.2377780675888062,
1407
+ "learning_rate": 3.8984322859083725e-05,
1408
+ "loss": 1.9991,
1409
+ "step": 1000
1410
+ }
1411
+ ],
1412
+ "logging_steps": 5,
1413
+ "max_steps": 3215,
1414
+ "num_input_tokens_seen": 0,
1415
+ "num_train_epochs": 1,
1416
+ "save_steps": 100,
1417
+ "total_flos": 1.343065816498176e+16,
1418
+ "train_batch_size": 2,
1419
+ "trial_name": null,
1420
+ "trial_params": null
1421
+ }
checkpoint-1000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79e80b13ff00898b4493d440a3c1a1eb234c0ae541cbca8a8b1befef97a354c9
3
+ size 5112
checkpoint-1100/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: hfl/chinese-alpaca-2-1.3b
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.9.0
checkpoint-1100/adapter_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "hfl/chinese-alpaca-2-1.3b",
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
+ "q_proj",
23
+ "v_proj"
24
+ ],
25
+ "task_type": "CAUSAL_LM",
26
+ "use_dora": false,
27
+ "use_rslora": false
28
+ }
checkpoint-1100/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a683217eb65ff427c775be7b4f2b17fa3e4d2a1f4ec2c6f932ead2131164d58
3
+ size 2099272
checkpoint-1100/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f09f84a51333688d2c1ffa008ee924f88b13e5b05cf3e96c960de16b6a3ec732
3
+ size 4208302
checkpoint-1100/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea2be7046a8cfae98823a1a5937a6b641a96662a439d14f80e764a9be0f430b4
3
+ size 14244
checkpoint-1100/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9ebce50ac9027c187ef9430639e84c374e26350a5f18c89c2fee60ddec9bbbf
3
+ size 1064
checkpoint-1100/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<pad>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": true,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
checkpoint-1100/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3b8844863b200dfcca971db228e96ce388290dfcf72c15d7a9d2f604bac787c
3
+ size 844403
checkpoint-1100/tokenizer_config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": true,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": true,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": true,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": true,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ },
30
+ "32000": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": true
37
+ }
38
+ },
39
+ "bos_token": "<s>",
40
+ "chat_template": "{% set system_message = 'You are a helpful assistant. 你是一个乐于助人的助手。' %}{% if messages[0]['role'] == 'system' %}{% set system_message = messages[0]['content'] %}{% endif %}{% for message in messages %}{% set content = message['content'] %}{% if loop.index0 == 0 and system_message is defined %}{% set content = '<<SYS>>\\n' + system_message + '\\n<</SYS>>\\n\\n' + message['content'] %}{% endif %}{% if message['role'] == 'user' %}{{ '<s>' + '[INST] ' + content + ' [/INST]' }}{% elif message['role'] == 'assistant' %}{{ content + '</s>' }}{% endif %}{% endfor %}",
41
+ "clean_up_tokenization_spaces": false,
42
+ "eos_token": "</s>",
43
+ "legacy": true,
44
+ "model_max_length": 1000000000000000019884624838656,
45
+ "pad_token": "<pad>",
46
+ "padding_side": "right",
47
+ "sp_model_kwargs": {},
48
+ "spaces_between_special_tokens": false,
49
+ "split_special_tokens": false,
50
+ "tokenizer_class": "LlamaTokenizer",
51
+ "unk_token": "<unk>",
52
+ "use_default_system_prompt": false,
53
+ "use_fast": false
54
+ }
checkpoint-1100/trainer_state.json ADDED
@@ -0,0 +1,1561 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.34205309596921524,
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
+ "grad_norm": 0.47774845361709595,
14
+ "learning_rate": 4.999970160815579e-05,
15
+ "loss": 2.0765,
16
+ "step": 5
17
+ },
18
+ {
19
+ "epoch": 0.0,
20
+ "grad_norm": 0.6051416397094727,
21
+ "learning_rate": 4.999880643974619e-05,
22
+ "loss": 2.2297,
23
+ "step": 10
24
+ },
25
+ {
26
+ "epoch": 0.0,
27
+ "grad_norm": 0.6161717772483826,
28
+ "learning_rate": 4.9997314516140056e-05,
29
+ "loss": 2.1103,
30
+ "step": 15
31
+ },
32
+ {
33
+ "epoch": 0.01,
34
+ "grad_norm": 0.4686434268951416,
35
+ "learning_rate": 4.999522587295162e-05,
36
+ "loss": 2.0057,
37
+ "step": 20
38
+ },
39
+ {
40
+ "epoch": 0.01,
41
+ "grad_norm": 0.8412289023399353,
42
+ "learning_rate": 4.999254056003963e-05,
43
+ "loss": 2.1778,
44
+ "step": 25
45
+ },
46
+ {
47
+ "epoch": 0.01,
48
+ "grad_norm": 0.5333625078201294,
49
+ "learning_rate": 4.99892586415061e-05,
50
+ "loss": 2.2399,
51
+ "step": 30
52
+ },
53
+ {
54
+ "epoch": 0.01,
55
+ "grad_norm": 0.821148157119751,
56
+ "learning_rate": 4.9985380195694856e-05,
57
+ "loss": 2.3215,
58
+ "step": 35
59
+ },
60
+ {
61
+ "epoch": 0.01,
62
+ "grad_norm": 0.8403909206390381,
63
+ "learning_rate": 4.998090531518962e-05,
64
+ "loss": 1.8295,
65
+ "step": 40
66
+ },
67
+ {
68
+ "epoch": 0.01,
69
+ "grad_norm": 0.6633398532867432,
70
+ "learning_rate": 4.9975834106811834e-05,
71
+ "loss": 2.0195,
72
+ "step": 45
73
+ },
74
+ {
75
+ "epoch": 0.02,
76
+ "grad_norm": 0.6386868357658386,
77
+ "learning_rate": 4.997016669161806e-05,
78
+ "loss": 2.1257,
79
+ "step": 50
80
+ },
81
+ {
82
+ "epoch": 0.02,
83
+ "grad_norm": 0.7762248516082764,
84
+ "learning_rate": 4.996390320489715e-05,
85
+ "loss": 2.057,
86
+ "step": 55
87
+ },
88
+ {
89
+ "epoch": 0.02,
90
+ "grad_norm": 1.3192856311798096,
91
+ "learning_rate": 4.9957043796166966e-05,
92
+ "loss": 2.0753,
93
+ "step": 60
94
+ },
95
+ {
96
+ "epoch": 0.02,
97
+ "grad_norm": 0.9797518849372864,
98
+ "learning_rate": 4.994958862917083e-05,
99
+ "loss": 1.9736,
100
+ "step": 65
101
+ },
102
+ {
103
+ "epoch": 0.02,
104
+ "grad_norm": 1.000693440437317,
105
+ "learning_rate": 4.994153788187363e-05,
106
+ "loss": 2.1572,
107
+ "step": 70
108
+ },
109
+ {
110
+ "epoch": 0.02,
111
+ "grad_norm": 0.6852813959121704,
112
+ "learning_rate": 4.993289174645757e-05,
113
+ "loss": 2.1491,
114
+ "step": 75
115
+ },
116
+ {
117
+ "epoch": 0.02,
118
+ "grad_norm": 1.0075691938400269,
119
+ "learning_rate": 4.992365042931752e-05,
120
+ "loss": 1.945,
121
+ "step": 80
122
+ },
123
+ {
124
+ "epoch": 0.03,
125
+ "grad_norm": 1.1973133087158203,
126
+ "learning_rate": 4.991381415105619e-05,
127
+ "loss": 2.0811,
128
+ "step": 85
129
+ },
130
+ {
131
+ "epoch": 0.03,
132
+ "grad_norm": 0.9927239418029785,
133
+ "learning_rate": 4.990338314647881e-05,
134
+ "loss": 1.961,
135
+ "step": 90
136
+ },
137
+ {
138
+ "epoch": 0.03,
139
+ "grad_norm": 0.9499759674072266,
140
+ "learning_rate": 4.98923576645875e-05,
141
+ "loss": 2.0653,
142
+ "step": 95
143
+ },
144
+ {
145
+ "epoch": 0.03,
146
+ "grad_norm": 0.7233040928840637,
147
+ "learning_rate": 4.9880737968575365e-05,
148
+ "loss": 1.9999,
149
+ "step": 100
150
+ },
151
+ {
152
+ "epoch": 0.03,
153
+ "grad_norm": 1.55235755443573,
154
+ "learning_rate": 4.986852433582022e-05,
155
+ "loss": 2.2258,
156
+ "step": 105
157
+ },
158
+ {
159
+ "epoch": 0.03,
160
+ "grad_norm": 0.9007890820503235,
161
+ "learning_rate": 4.985571705787793e-05,
162
+ "loss": 2.1034,
163
+ "step": 110
164
+ },
165
+ {
166
+ "epoch": 0.04,
167
+ "grad_norm": 0.6774860620498657,
168
+ "learning_rate": 4.9842316440475475e-05,
169
+ "loss": 2.1753,
170
+ "step": 115
171
+ },
172
+ {
173
+ "epoch": 0.04,
174
+ "grad_norm": 0.7676737308502197,
175
+ "learning_rate": 4.9828322803503665e-05,
176
+ "loss": 2.1384,
177
+ "step": 120
178
+ },
179
+ {
180
+ "epoch": 0.04,
181
+ "grad_norm": 0.9624544978141785,
182
+ "learning_rate": 4.981373648100946e-05,
183
+ "loss": 2.0521,
184
+ "step": 125
185
+ },
186
+ {
187
+ "epoch": 0.04,
188
+ "grad_norm": 0.9315722584724426,
189
+ "learning_rate": 4.979855782118802e-05,
190
+ "loss": 1.9256,
191
+ "step": 130
192
+ },
193
+ {
194
+ "epoch": 0.04,
195
+ "grad_norm": 0.9035864472389221,
196
+ "learning_rate": 4.978278718637443e-05,
197
+ "loss": 2.0882,
198
+ "step": 135
199
+ },
200
+ {
201
+ "epoch": 0.04,
202
+ "grad_norm": 0.7997236251831055,
203
+ "learning_rate": 4.9766424953035e-05,
204
+ "loss": 2.0724,
205
+ "step": 140
206
+ },
207
+ {
208
+ "epoch": 0.05,
209
+ "grad_norm": 1.0692921876907349,
210
+ "learning_rate": 4.974947151175826e-05,
211
+ "loss": 2.1329,
212
+ "step": 145
213
+ },
214
+ {
215
+ "epoch": 0.05,
216
+ "grad_norm": 0.9506180286407471,
217
+ "learning_rate": 4.973192726724572e-05,
218
+ "loss": 2.082,
219
+ "step": 150
220
+ },
221
+ {
222
+ "epoch": 0.05,
223
+ "grad_norm": 0.8647387027740479,
224
+ "learning_rate": 4.9713792638302145e-05,
225
+ "loss": 2.0366,
226
+ "step": 155
227
+ },
228
+ {
229
+ "epoch": 0.05,
230
+ "grad_norm": 1.105302095413208,
231
+ "learning_rate": 4.969506805782555e-05,
232
+ "loss": 2.1481,
233
+ "step": 160
234
+ },
235
+ {
236
+ "epoch": 0.05,
237
+ "grad_norm": 0.7593303918838501,
238
+ "learning_rate": 4.967575397279689e-05,
239
+ "loss": 2.032,
240
+ "step": 165
241
+ },
242
+ {
243
+ "epoch": 0.05,
244
+ "grad_norm": 0.7521979808807373,
245
+ "learning_rate": 4.965585084426943e-05,
246
+ "loss": 2.0379,
247
+ "step": 170
248
+ },
249
+ {
250
+ "epoch": 0.05,
251
+ "grad_norm": 0.947120726108551,
252
+ "learning_rate": 4.9635359147357655e-05,
253
+ "loss": 2.1444,
254
+ "step": 175
255
+ },
256
+ {
257
+ "epoch": 0.06,
258
+ "grad_norm": 1.2184454202651978,
259
+ "learning_rate": 4.961427937122598e-05,
260
+ "loss": 1.9164,
261
+ "step": 180
262
+ },
263
+ {
264
+ "epoch": 0.06,
265
+ "grad_norm": 1.221663475036621,
266
+ "learning_rate": 4.959261201907707e-05,
267
+ "loss": 2.0084,
268
+ "step": 185
269
+ },
270
+ {
271
+ "epoch": 0.06,
272
+ "grad_norm": 1.0457361936569214,
273
+ "learning_rate": 4.957035760813982e-05,
274
+ "loss": 2.2032,
275
+ "step": 190
276
+ },
277
+ {
278
+ "epoch": 0.06,
279
+ "grad_norm": 0.8834909200668335,
280
+ "learning_rate": 4.954751666965701e-05,
281
+ "loss": 2.2101,
282
+ "step": 195
283
+ },
284
+ {
285
+ "epoch": 0.06,
286
+ "grad_norm": 0.791902482509613,
287
+ "learning_rate": 4.9524089748872615e-05,
288
+ "loss": 2.0472,
289
+ "step": 200
290
+ },
291
+ {
292
+ "epoch": 0.06,
293
+ "grad_norm": 1.2905739545822144,
294
+ "learning_rate": 4.9500077405018807e-05,
295
+ "loss": 2.0987,
296
+ "step": 205
297
+ },
298
+ {
299
+ "epoch": 0.07,
300
+ "grad_norm": 0.8612006306648254,
301
+ "learning_rate": 4.9475480211302583e-05,
302
+ "loss": 2.1765,
303
+ "step": 210
304
+ },
305
+ {
306
+ "epoch": 0.07,
307
+ "grad_norm": 1.3128459453582764,
308
+ "learning_rate": 4.945029875489212e-05,
309
+ "loss": 1.9926,
310
+ "step": 215
311
+ },
312
+ {
313
+ "epoch": 0.07,
314
+ "grad_norm": 0.9610918164253235,
315
+ "learning_rate": 4.94245336369027e-05,
316
+ "loss": 2.0124,
317
+ "step": 220
318
+ },
319
+ {
320
+ "epoch": 0.07,
321
+ "grad_norm": 0.873160183429718,
322
+ "learning_rate": 4.939818547238241e-05,
323
+ "loss": 2.2229,
324
+ "step": 225
325
+ },
326
+ {
327
+ "epoch": 0.07,
328
+ "grad_norm": 1.5535285472869873,
329
+ "learning_rate": 4.9371254890297446e-05,
330
+ "loss": 2.2013,
331
+ "step": 230
332
+ },
333
+ {
334
+ "epoch": 0.07,
335
+ "grad_norm": 1.1951836347579956,
336
+ "learning_rate": 4.93437425335171e-05,
337
+ "loss": 2.014,
338
+ "step": 235
339
+ },
340
+ {
341
+ "epoch": 0.07,
342
+ "grad_norm": 0.7874170541763306,
343
+ "learning_rate": 4.9315649058798384e-05,
344
+ "loss": 2.1701,
345
+ "step": 240
346
+ },
347
+ {
348
+ "epoch": 0.08,
349
+ "grad_norm": 1.3503323793411255,
350
+ "learning_rate": 4.928697513677042e-05,
351
+ "loss": 2.1681,
352
+ "step": 245
353
+ },
354
+ {
355
+ "epoch": 0.08,
356
+ "grad_norm": 1.3091179132461548,
357
+ "learning_rate": 4.925772145191834e-05,
358
+ "loss": 2.1224,
359
+ "step": 250
360
+ },
361
+ {
362
+ "epoch": 0.08,
363
+ "grad_norm": 1.4428555965423584,
364
+ "learning_rate": 4.9227888702567044e-05,
365
+ "loss": 2.0512,
366
+ "step": 255
367
+ },
368
+ {
369
+ "epoch": 0.08,
370
+ "grad_norm": 0.8234395980834961,
371
+ "learning_rate": 4.9197477600864446e-05,
372
+ "loss": 2.1067,
373
+ "step": 260
374
+ },
375
+ {
376
+ "epoch": 0.08,
377
+ "grad_norm": 1.9094969034194946,
378
+ "learning_rate": 4.9166488872764526e-05,
379
+ "loss": 1.8884,
380
+ "step": 265
381
+ },
382
+ {
383
+ "epoch": 0.08,
384
+ "grad_norm": 1.0074087381362915,
385
+ "learning_rate": 4.913492325800999e-05,
386
+ "loss": 1.9345,
387
+ "step": 270
388
+ },
389
+ {
390
+ "epoch": 0.09,
391
+ "grad_norm": 1.0867297649383545,
392
+ "learning_rate": 4.910278151011458e-05,
393
+ "loss": 2.1928,
394
+ "step": 275
395
+ },
396
+ {
397
+ "epoch": 0.09,
398
+ "grad_norm": 0.6842357516288757,
399
+ "learning_rate": 4.907006439634516e-05,
400
+ "loss": 2.0407,
401
+ "step": 280
402
+ },
403
+ {
404
+ "epoch": 0.09,
405
+ "grad_norm": 0.8409023284912109,
406
+ "learning_rate": 4.903677269770329e-05,
407
+ "loss": 2.2344,
408
+ "step": 285
409
+ },
410
+ {
411
+ "epoch": 0.09,
412
+ "grad_norm": 0.8119503259658813,
413
+ "learning_rate": 4.900290720890671e-05,
414
+ "loss": 2.1296,
415
+ "step": 290
416
+ },
417
+ {
418
+ "epoch": 0.09,
419
+ "grad_norm": 0.9938147068023682,
420
+ "learning_rate": 4.8968468738370244e-05,
421
+ "loss": 2.152,
422
+ "step": 295
423
+ },
424
+ {
425
+ "epoch": 0.09,
426
+ "grad_norm": 0.9865244030952454,
427
+ "learning_rate": 4.8933458108186606e-05,
428
+ "loss": 1.9623,
429
+ "step": 300
430
+ },
431
+ {
432
+ "epoch": 0.09,
433
+ "grad_norm": 1.3944802284240723,
434
+ "learning_rate": 4.889787615410672e-05,
435
+ "loss": 1.915,
436
+ "step": 305
437
+ },
438
+ {
439
+ "epoch": 0.1,
440
+ "grad_norm": 1.3749767541885376,
441
+ "learning_rate": 4.886172372551977e-05,
442
+ "loss": 1.9934,
443
+ "step": 310
444
+ },
445
+ {
446
+ "epoch": 0.1,
447
+ "grad_norm": 0.9024938941001892,
448
+ "learning_rate": 4.882500168543294e-05,
449
+ "loss": 2.1541,
450
+ "step": 315
451
+ },
452
+ {
453
+ "epoch": 0.1,
454
+ "grad_norm": 1.1978263854980469,
455
+ "learning_rate": 4.878771091045082e-05,
456
+ "loss": 2.1688,
457
+ "step": 320
458
+ },
459
+ {
460
+ "epoch": 0.1,
461
+ "grad_norm": 0.8360010981559753,
462
+ "learning_rate": 4.874985229075446e-05,
463
+ "loss": 2.1387,
464
+ "step": 325
465
+ },
466
+ {
467
+ "epoch": 0.1,
468
+ "grad_norm": 0.7683364152908325,
469
+ "learning_rate": 4.871142673008012e-05,
470
+ "loss": 2.0215,
471
+ "step": 330
472
+ },
473
+ {
474
+ "epoch": 0.1,
475
+ "grad_norm": 1.4230670928955078,
476
+ "learning_rate": 4.867243514569772e-05,
477
+ "loss": 1.9491,
478
+ "step": 335
479
+ },
480
+ {
481
+ "epoch": 0.11,
482
+ "grad_norm": 0.8198773860931396,
483
+ "learning_rate": 4.863287846838891e-05,
484
+ "loss": 2.0151,
485
+ "step": 340
486
+ },
487
+ {
488
+ "epoch": 0.11,
489
+ "grad_norm": 1.467207908630371,
490
+ "learning_rate": 4.85927576424249e-05,
491
+ "loss": 1.8906,
492
+ "step": 345
493
+ },
494
+ {
495
+ "epoch": 0.11,
496
+ "grad_norm": 0.9537095427513123,
497
+ "learning_rate": 4.855207362554385e-05,
498
+ "loss": 2.1844,
499
+ "step": 350
500
+ },
501
+ {
502
+ "epoch": 0.11,
503
+ "grad_norm": 1.0757155418395996,
504
+ "learning_rate": 4.851082738892809e-05,
505
+ "loss": 2.048,
506
+ "step": 355
507
+ },
508
+ {
509
+ "epoch": 0.11,
510
+ "grad_norm": 1.6884938478469849,
511
+ "learning_rate": 4.8469019917180846e-05,
512
+ "loss": 1.9537,
513
+ "step": 360
514
+ },
515
+ {
516
+ "epoch": 0.11,
517
+ "grad_norm": 1.4680182933807373,
518
+ "learning_rate": 4.8426652208302814e-05,
519
+ "loss": 1.9731,
520
+ "step": 365
521
+ },
522
+ {
523
+ "epoch": 0.12,
524
+ "grad_norm": 1.1778632402420044,
525
+ "learning_rate": 4.83837252736683e-05,
526
+ "loss": 2.1395,
527
+ "step": 370
528
+ },
529
+ {
530
+ "epoch": 0.12,
531
+ "grad_norm": 1.2865056991577148,
532
+ "learning_rate": 4.834024013800108e-05,
533
+ "loss": 2.0016,
534
+ "step": 375
535
+ },
536
+ {
537
+ "epoch": 0.12,
538
+ "grad_norm": 1.055177092552185,
539
+ "learning_rate": 4.8296197839349944e-05,
540
+ "loss": 1.9632,
541
+ "step": 380
542
+ },
543
+ {
544
+ "epoch": 0.12,
545
+ "grad_norm": 1.0041871070861816,
546
+ "learning_rate": 4.825159942906389e-05,
547
+ "loss": 2.3302,
548
+ "step": 385
549
+ },
550
+ {
551
+ "epoch": 0.12,
552
+ "grad_norm": 1.0026438236236572,
553
+ "learning_rate": 4.820644597176709e-05,
554
+ "loss": 2.1517,
555
+ "step": 390
556
+ },
557
+ {
558
+ "epoch": 0.12,
559
+ "grad_norm": 1.3532180786132812,
560
+ "learning_rate": 4.81607385453334e-05,
561
+ "loss": 2.1229,
562
+ "step": 395
563
+ },
564
+ {
565
+ "epoch": 0.12,
566
+ "grad_norm": 0.7670988440513611,
567
+ "learning_rate": 4.81144782408607e-05,
568
+ "loss": 2.1382,
569
+ "step": 400
570
+ },
571
+ {
572
+ "epoch": 0.13,
573
+ "grad_norm": 1.0405700206756592,
574
+ "learning_rate": 4.8067666162644774e-05,
575
+ "loss": 1.9614,
576
+ "step": 405
577
+ },
578
+ {
579
+ "epoch": 0.13,
580
+ "grad_norm": 1.2252662181854248,
581
+ "learning_rate": 4.802030342815304e-05,
582
+ "loss": 2.1399,
583
+ "step": 410
584
+ },
585
+ {
586
+ "epoch": 0.13,
587
+ "grad_norm": 1.237946629524231,
588
+ "learning_rate": 4.7972391167997754e-05,
589
+ "loss": 1.9034,
590
+ "step": 415
591
+ },
592
+ {
593
+ "epoch": 0.13,
594
+ "grad_norm": 0.8064705729484558,
595
+ "learning_rate": 4.7923930525909156e-05,
596
+ "loss": 2.0075,
597
+ "step": 420
598
+ },
599
+ {
600
+ "epoch": 0.13,
601
+ "grad_norm": 0.8717565536499023,
602
+ "learning_rate": 4.7874922658708065e-05,
603
+ "loss": 2.0105,
604
+ "step": 425
605
+ },
606
+ {
607
+ "epoch": 0.13,
608
+ "grad_norm": 1.6693098545074463,
609
+ "learning_rate": 4.782536873627832e-05,
610
+ "loss": 2.0242,
611
+ "step": 430
612
+ },
613
+ {
614
+ "epoch": 0.14,
615
+ "grad_norm": 0.82447350025177,
616
+ "learning_rate": 4.777526994153882e-05,
617
+ "loss": 2.0267,
618
+ "step": 435
619
+ },
620
+ {
621
+ "epoch": 0.14,
622
+ "grad_norm": 0.9926588535308838,
623
+ "learning_rate": 4.7724627470415307e-05,
624
+ "loss": 1.9119,
625
+ "step": 440
626
+ },
627
+ {
628
+ "epoch": 0.14,
629
+ "grad_norm": 1.0924450159072876,
630
+ "learning_rate": 4.7673442531811796e-05,
631
+ "loss": 2.2653,
632
+ "step": 445
633
+ },
634
+ {
635
+ "epoch": 0.14,
636
+ "grad_norm": 1.1592103242874146,
637
+ "learning_rate": 4.762171634758177e-05,
638
+ "loss": 2.0017,
639
+ "step": 450
640
+ },
641
+ {
642
+ "epoch": 0.14,
643
+ "grad_norm": 0.9172110557556152,
644
+ "learning_rate": 4.7569450152498927e-05,
645
+ "loss": 2.1408,
646
+ "step": 455
647
+ },
648
+ {
649
+ "epoch": 0.14,
650
+ "grad_norm": 1.1897525787353516,
651
+ "learning_rate": 4.751664519422778e-05,
652
+ "loss": 2.0935,
653
+ "step": 460
654
+ },
655
+ {
656
+ "epoch": 0.14,
657
+ "grad_norm": 0.8793094158172607,
658
+ "learning_rate": 4.746330273329386e-05,
659
+ "loss": 2.1142,
660
+ "step": 465
661
+ },
662
+ {
663
+ "epoch": 0.15,
664
+ "grad_norm": 1.4337489604949951,
665
+ "learning_rate": 4.740942404305356e-05,
666
+ "loss": 2.1289,
667
+ "step": 470
668
+ },
669
+ {
670
+ "epoch": 0.15,
671
+ "grad_norm": 1.0251764059066772,
672
+ "learning_rate": 4.735501040966383e-05,
673
+ "loss": 1.9741,
674
+ "step": 475
675
+ },
676
+ {
677
+ "epoch": 0.15,
678
+ "grad_norm": 1.2659822702407837,
679
+ "learning_rate": 4.730006313205143e-05,
680
+ "loss": 2.088,
681
+ "step": 480
682
+ },
683
+ {
684
+ "epoch": 0.15,
685
+ "grad_norm": 0.8884140849113464,
686
+ "learning_rate": 4.724458352188192e-05,
687
+ "loss": 2.2079,
688
+ "step": 485
689
+ },
690
+ {
691
+ "epoch": 0.15,
692
+ "grad_norm": 1.1937768459320068,
693
+ "learning_rate": 4.718857290352835e-05,
694
+ "loss": 2.048,
695
+ "step": 490
696
+ },
697
+ {
698
+ "epoch": 0.15,
699
+ "grad_norm": 0.9741552472114563,
700
+ "learning_rate": 4.713203261403966e-05,
701
+ "loss": 2.2569,
702
+ "step": 495
703
+ },
704
+ {
705
+ "epoch": 0.16,
706
+ "grad_norm": 0.7996780872344971,
707
+ "learning_rate": 4.707496400310874e-05,
708
+ "loss": 1.9574,
709
+ "step": 500
710
+ },
711
+ {
712
+ "epoch": 0.16,
713
+ "grad_norm": 1.8182051181793213,
714
+ "learning_rate": 4.701736843304025e-05,
715
+ "loss": 2.0951,
716
+ "step": 505
717
+ },
718
+ {
719
+ "epoch": 0.16,
720
+ "grad_norm": 1.507320761680603,
721
+ "learning_rate": 4.695924727871805e-05,
722
+ "loss": 2.0253,
723
+ "step": 510
724
+ },
725
+ {
726
+ "epoch": 0.16,
727
+ "grad_norm": 0.759121835231781,
728
+ "learning_rate": 4.690060192757242e-05,
729
+ "loss": 2.0602,
730
+ "step": 515
731
+ },
732
+ {
733
+ "epoch": 0.16,
734
+ "grad_norm": 1.5943195819854736,
735
+ "learning_rate": 4.684143377954691e-05,
736
+ "loss": 2.0386,
737
+ "step": 520
738
+ },
739
+ {
740
+ "epoch": 0.16,
741
+ "grad_norm": 0.8568710088729858,
742
+ "learning_rate": 4.6781744247064955e-05,
743
+ "loss": 2.073,
744
+ "step": 525
745
+ },
746
+ {
747
+ "epoch": 0.16,
748
+ "grad_norm": 1.3352620601654053,
749
+ "learning_rate": 4.6721534754996125e-05,
750
+ "loss": 2.1443,
751
+ "step": 530
752
+ },
753
+ {
754
+ "epoch": 0.17,
755
+ "grad_norm": 1.3417474031448364,
756
+ "learning_rate": 4.666080674062213e-05,
757
+ "loss": 2.0288,
758
+ "step": 535
759
+ },
760
+ {
761
+ "epoch": 0.17,
762
+ "grad_norm": 1.5334464311599731,
763
+ "learning_rate": 4.659956165360251e-05,
764
+ "loss": 2.0609,
765
+ "step": 540
766
+ },
767
+ {
768
+ "epoch": 0.17,
769
+ "grad_norm": 0.9658721089363098,
770
+ "learning_rate": 4.6537800955940005e-05,
771
+ "loss": 1.9539,
772
+ "step": 545
773
+ },
774
+ {
775
+ "epoch": 0.17,
776
+ "grad_norm": 1.9197947978973389,
777
+ "learning_rate": 4.647552612194572e-05,
778
+ "loss": 2.149,
779
+ "step": 550
780
+ },
781
+ {
782
+ "epoch": 0.17,
783
+ "grad_norm": 0.8512137532234192,
784
+ "learning_rate": 4.641273863820383e-05,
785
+ "loss": 1.9722,
786
+ "step": 555
787
+ },
788
+ {
789
+ "epoch": 0.17,
790
+ "grad_norm": 1.827289342880249,
791
+ "learning_rate": 4.634944000353622e-05,
792
+ "loss": 2.0729,
793
+ "step": 560
794
+ },
795
+ {
796
+ "epoch": 0.18,
797
+ "grad_norm": 1.088416337966919,
798
+ "learning_rate": 4.628563172896655e-05,
799
+ "loss": 1.9507,
800
+ "step": 565
801
+ },
802
+ {
803
+ "epoch": 0.18,
804
+ "grad_norm": 1.3566908836364746,
805
+ "learning_rate": 4.6221315337684353e-05,
806
+ "loss": 2.1643,
807
+ "step": 570
808
+ },
809
+ {
810
+ "epoch": 0.18,
811
+ "grad_norm": 1.3541293144226074,
812
+ "learning_rate": 4.615649236500854e-05,
813
+ "loss": 2.1839,
814
+ "step": 575
815
+ },
816
+ {
817
+ "epoch": 0.18,
818
+ "grad_norm": 0.991269588470459,
819
+ "learning_rate": 4.609116435835083e-05,
820
+ "loss": 2.0976,
821
+ "step": 580
822
+ },
823
+ {
824
+ "epoch": 0.18,
825
+ "grad_norm": 1.0280535221099854,
826
+ "learning_rate": 4.602533287717877e-05,
827
+ "loss": 2.1474,
828
+ "step": 585
829
+ },
830
+ {
831
+ "epoch": 0.18,
832
+ "grad_norm": 1.013123631477356,
833
+ "learning_rate": 4.5958999492978524e-05,
834
+ "loss": 2.1873,
835
+ "step": 590
836
+ },
837
+ {
838
+ "epoch": 0.19,
839
+ "grad_norm": 1.1753040552139282,
840
+ "learning_rate": 4.589216578921737e-05,
841
+ "loss": 2.1744,
842
+ "step": 595
843
+ },
844
+ {
845
+ "epoch": 0.19,
846
+ "grad_norm": 1.1839090585708618,
847
+ "learning_rate": 4.582483336130586e-05,
848
+ "loss": 1.9982,
849
+ "step": 600
850
+ },
851
+ {
852
+ "epoch": 0.19,
853
+ "grad_norm": 1.0724798440933228,
854
+ "learning_rate": 4.575700381655979e-05,
855
+ "loss": 2.1234,
856
+ "step": 605
857
+ },
858
+ {
859
+ "epoch": 0.19,
860
+ "grad_norm": 2.009913682937622,
861
+ "learning_rate": 4.5688678774161796e-05,
862
+ "loss": 1.9478,
863
+ "step": 610
864
+ },
865
+ {
866
+ "epoch": 0.19,
867
+ "grad_norm": 0.9897060394287109,
868
+ "learning_rate": 4.561985986512271e-05,
869
+ "loss": 1.8268,
870
+ "step": 615
871
+ },
872
+ {
873
+ "epoch": 0.19,
874
+ "grad_norm": 0.8881808519363403,
875
+ "learning_rate": 4.555054873224263e-05,
876
+ "loss": 1.9887,
877
+ "step": 620
878
+ },
879
+ {
880
+ "epoch": 0.19,
881
+ "grad_norm": 1.155900001525879,
882
+ "learning_rate": 4.54807470300717e-05,
883
+ "loss": 2.0777,
884
+ "step": 625
885
+ },
886
+ {
887
+ "epoch": 0.2,
888
+ "grad_norm": 0.8782421350479126,
889
+ "learning_rate": 4.5410456424870596e-05,
890
+ "loss": 2.0566,
891
+ "step": 630
892
+ },
893
+ {
894
+ "epoch": 0.2,
895
+ "grad_norm": 1.3324674367904663,
896
+ "learning_rate": 4.5339678594570795e-05,
897
+ "loss": 2.047,
898
+ "step": 635
899
+ },
900
+ {
901
+ "epoch": 0.2,
902
+ "grad_norm": 1.9805939197540283,
903
+ "learning_rate": 4.526841522873449e-05,
904
+ "loss": 1.962,
905
+ "step": 640
906
+ },
907
+ {
908
+ "epoch": 0.2,
909
+ "grad_norm": 1.4999943971633911,
910
+ "learning_rate": 4.519666802851422e-05,
911
+ "loss": 2.0972,
912
+ "step": 645
913
+ },
914
+ {
915
+ "epoch": 0.2,
916
+ "grad_norm": 1.4504961967468262,
917
+ "learning_rate": 4.5124438706612376e-05,
918
+ "loss": 2.0041,
919
+ "step": 650
920
+ },
921
+ {
922
+ "epoch": 0.2,
923
+ "grad_norm": 0.9078169465065002,
924
+ "learning_rate": 4.505172898724018e-05,
925
+ "loss": 2.1229,
926
+ "step": 655
927
+ },
928
+ {
929
+ "epoch": 0.21,
930
+ "grad_norm": 1.1635804176330566,
931
+ "learning_rate": 4.497854060607662e-05,
932
+ "loss": 2.0195,
933
+ "step": 660
934
+ },
935
+ {
936
+ "epoch": 0.21,
937
+ "grad_norm": 1.46576726436615,
938
+ "learning_rate": 4.490487531022699e-05,
939
+ "loss": 2.0745,
940
+ "step": 665
941
+ },
942
+ {
943
+ "epoch": 0.21,
944
+ "grad_norm": 1.2094652652740479,
945
+ "learning_rate": 4.4830734858181145e-05,
946
+ "loss": 2.1068,
947
+ "step": 670
948
+ },
949
+ {
950
+ "epoch": 0.21,
951
+ "grad_norm": 1.4738895893096924,
952
+ "learning_rate": 4.47561210197716e-05,
953
+ "loss": 1.8088,
954
+ "step": 675
955
+ },
956
+ {
957
+ "epoch": 0.21,
958
+ "grad_norm": 1.23384690284729,
959
+ "learning_rate": 4.4681035576131215e-05,
960
+ "loss": 2.0995,
961
+ "step": 680
962
+ },
963
+ {
964
+ "epoch": 0.21,
965
+ "grad_norm": 0.8332946300506592,
966
+ "learning_rate": 4.46054803196507e-05,
967
+ "loss": 2.0541,
968
+ "step": 685
969
+ },
970
+ {
971
+ "epoch": 0.21,
972
+ "grad_norm": 0.9207485318183899,
973
+ "learning_rate": 4.452945705393586e-05,
974
+ "loss": 2.166,
975
+ "step": 690
976
+ },
977
+ {
978
+ "epoch": 0.22,
979
+ "grad_norm": 1.292945146560669,
980
+ "learning_rate": 4.445296759376449e-05,
981
+ "loss": 2.0784,
982
+ "step": 695
983
+ },
984
+ {
985
+ "epoch": 0.22,
986
+ "grad_norm": 0.9874763488769531,
987
+ "learning_rate": 4.437601376504307e-05,
988
+ "loss": 2.2087,
989
+ "step": 700
990
+ },
991
+ {
992
+ "epoch": 0.22,
993
+ "grad_norm": 0.9427415132522583,
994
+ "learning_rate": 4.4298597404763186e-05,
995
+ "loss": 2.1199,
996
+ "step": 705
997
+ },
998
+ {
999
+ "epoch": 0.22,
1000
+ "grad_norm": 1.7369529008865356,
1001
+ "learning_rate": 4.422072036095768e-05,
1002
+ "loss": 2.0355,
1003
+ "step": 710
1004
+ },
1005
+ {
1006
+ "epoch": 0.22,
1007
+ "grad_norm": 1.2423696517944336,
1008
+ "learning_rate": 4.414238449265654e-05,
1009
+ "loss": 2.0011,
1010
+ "step": 715
1011
+ },
1012
+ {
1013
+ "epoch": 0.22,
1014
+ "grad_norm": 1.2304831743240356,
1015
+ "learning_rate": 4.406359166984249e-05,
1016
+ "loss": 2.0368,
1017
+ "step": 720
1018
+ },
1019
+ {
1020
+ "epoch": 0.23,
1021
+ "grad_norm": 0.9090413451194763,
1022
+ "learning_rate": 4.39843437734064e-05,
1023
+ "loss": 1.9983,
1024
+ "step": 725
1025
+ },
1026
+ {
1027
+ "epoch": 0.23,
1028
+ "grad_norm": 1.2729507684707642,
1029
+ "learning_rate": 4.390464269510233e-05,
1030
+ "loss": 2.021,
1031
+ "step": 730
1032
+ },
1033
+ {
1034
+ "epoch": 0.23,
1035
+ "grad_norm": 1.3009227514266968,
1036
+ "learning_rate": 4.382449033750244e-05,
1037
+ "loss": 1.9743,
1038
+ "step": 735
1039
+ },
1040
+ {
1041
+ "epoch": 0.23,
1042
+ "grad_norm": 1.5456056594848633,
1043
+ "learning_rate": 4.37438886139515e-05,
1044
+ "loss": 2.0689,
1045
+ "step": 740
1046
+ },
1047
+ {
1048
+ "epoch": 0.23,
1049
+ "grad_norm": 1.3235007524490356,
1050
+ "learning_rate": 4.3662839448521264e-05,
1051
+ "loss": 2.0838,
1052
+ "step": 745
1053
+ },
1054
+ {
1055
+ "epoch": 0.23,
1056
+ "grad_norm": 2.2074007987976074,
1057
+ "learning_rate": 4.358134477596454e-05,
1058
+ "loss": 2.0835,
1059
+ "step": 750
1060
+ },
1061
+ {
1062
+ "epoch": 0.23,
1063
+ "grad_norm": 1.403738021850586,
1064
+ "learning_rate": 4.3499406541668966e-05,
1065
+ "loss": 2.0916,
1066
+ "step": 755
1067
+ },
1068
+ {
1069
+ "epoch": 0.24,
1070
+ "grad_norm": 1.0940325260162354,
1071
+ "learning_rate": 4.3417026701610616e-05,
1072
+ "loss": 1.972,
1073
+ "step": 760
1074
+ },
1075
+ {
1076
+ "epoch": 0.24,
1077
+ "grad_norm": 1.666353702545166,
1078
+ "learning_rate": 4.3334207222307275e-05,
1079
+ "loss": 1.927,
1080
+ "step": 765
1081
+ },
1082
+ {
1083
+ "epoch": 0.24,
1084
+ "grad_norm": 1.0777515172958374,
1085
+ "learning_rate": 4.325095008077154e-05,
1086
+ "loss": 2.1192,
1087
+ "step": 770
1088
+ },
1089
+ {
1090
+ "epoch": 0.24,
1091
+ "grad_norm": 1.7218186855316162,
1092
+ "learning_rate": 4.316725726446353e-05,
1093
+ "loss": 2.0774,
1094
+ "step": 775
1095
+ },
1096
+ {
1097
+ "epoch": 0.24,
1098
+ "grad_norm": 1.356753945350647,
1099
+ "learning_rate": 4.3083130771243586e-05,
1100
+ "loss": 2.0847,
1101
+ "step": 780
1102
+ },
1103
+ {
1104
+ "epoch": 0.24,
1105
+ "grad_norm": 0.9967429637908936,
1106
+ "learning_rate": 4.299857260932445e-05,
1107
+ "loss": 2.0485,
1108
+ "step": 785
1109
+ },
1110
+ {
1111
+ "epoch": 0.25,
1112
+ "grad_norm": 1.6216442584991455,
1113
+ "learning_rate": 4.2913584797223397e-05,
1114
+ "loss": 2.1008,
1115
+ "step": 790
1116
+ },
1117
+ {
1118
+ "epoch": 0.25,
1119
+ "grad_norm": 1.2556742429733276,
1120
+ "learning_rate": 4.2828169363714016e-05,
1121
+ "loss": 1.9209,
1122
+ "step": 795
1123
+ },
1124
+ {
1125
+ "epoch": 0.25,
1126
+ "grad_norm": 1.1800439357757568,
1127
+ "learning_rate": 4.274232834777782e-05,
1128
+ "loss": 1.9722,
1129
+ "step": 800
1130
+ },
1131
+ {
1132
+ "epoch": 0.25,
1133
+ "grad_norm": 1.1313499212265015,
1134
+ "learning_rate": 4.2656063798555515e-05,
1135
+ "loss": 1.9176,
1136
+ "step": 805
1137
+ },
1138
+ {
1139
+ "epoch": 0.25,
1140
+ "grad_norm": 1.137534737586975,
1141
+ "learning_rate": 4.256937777529815e-05,
1142
+ "loss": 1.9929,
1143
+ "step": 810
1144
+ },
1145
+ {
1146
+ "epoch": 0.25,
1147
+ "grad_norm": 1.0575093030929565,
1148
+ "learning_rate": 4.2482272347317906e-05,
1149
+ "loss": 2.166,
1150
+ "step": 815
1151
+ },
1152
+ {
1153
+ "epoch": 0.25,
1154
+ "grad_norm": 1.5939594507217407,
1155
+ "learning_rate": 4.2394749593938733e-05,
1156
+ "loss": 2.1334,
1157
+ "step": 820
1158
+ },
1159
+ {
1160
+ "epoch": 0.26,
1161
+ "grad_norm": 1.1045507192611694,
1162
+ "learning_rate": 4.230681160444669e-05,
1163
+ "loss": 2.0853,
1164
+ "step": 825
1165
+ },
1166
+ {
1167
+ "epoch": 0.26,
1168
+ "grad_norm": 1.3480136394500732,
1169
+ "learning_rate": 4.221846047804009e-05,
1170
+ "loss": 2.1802,
1171
+ "step": 830
1172
+ },
1173
+ {
1174
+ "epoch": 0.26,
1175
+ "grad_norm": 1.1822657585144043,
1176
+ "learning_rate": 4.2129698323779366e-05,
1177
+ "loss": 2.0739,
1178
+ "step": 835
1179
+ },
1180
+ {
1181
+ "epoch": 0.26,
1182
+ "grad_norm": 1.1771117448806763,
1183
+ "learning_rate": 4.204052726053676e-05,
1184
+ "loss": 2.0238,
1185
+ "step": 840
1186
+ },
1187
+ {
1188
+ "epoch": 0.26,
1189
+ "grad_norm": 1.4757814407348633,
1190
+ "learning_rate": 4.195094941694571e-05,
1191
+ "loss": 2.1557,
1192
+ "step": 845
1193
+ },
1194
+ {
1195
+ "epoch": 0.26,
1196
+ "grad_norm": 0.9095075726509094,
1197
+ "learning_rate": 4.1860966931350054e-05,
1198
+ "loss": 2.1666,
1199
+ "step": 850
1200
+ },
1201
+ {
1202
+ "epoch": 0.27,
1203
+ "grad_norm": 1.1039543151855469,
1204
+ "learning_rate": 4.1770581951752976e-05,
1205
+ "loss": 2.105,
1206
+ "step": 855
1207
+ },
1208
+ {
1209
+ "epoch": 0.27,
1210
+ "grad_norm": 0.8517205119132996,
1211
+ "learning_rate": 4.1679796635765735e-05,
1212
+ "loss": 1.9656,
1213
+ "step": 860
1214
+ },
1215
+ {
1216
+ "epoch": 0.27,
1217
+ "grad_norm": 1.239492654800415,
1218
+ "learning_rate": 4.158861315055617e-05,
1219
+ "loss": 2.0166,
1220
+ "step": 865
1221
+ },
1222
+ {
1223
+ "epoch": 0.27,
1224
+ "grad_norm": 1.1358321905136108,
1225
+ "learning_rate": 4.1497033672796924e-05,
1226
+ "loss": 2.0076,
1227
+ "step": 870
1228
+ },
1229
+ {
1230
+ "epoch": 0.27,
1231
+ "grad_norm": 1.6215249300003052,
1232
+ "learning_rate": 4.140506038861356e-05,
1233
+ "loss": 2.1594,
1234
+ "step": 875
1235
+ },
1236
+ {
1237
+ "epoch": 0.27,
1238
+ "grad_norm": 1.0528080463409424,
1239
+ "learning_rate": 4.131269549353229e-05,
1240
+ "loss": 2.1416,
1241
+ "step": 880
1242
+ },
1243
+ {
1244
+ "epoch": 0.28,
1245
+ "grad_norm": 0.8976901769638062,
1246
+ "learning_rate": 4.1219941192427644e-05,
1247
+ "loss": 2.1242,
1248
+ "step": 885
1249
+ },
1250
+ {
1251
+ "epoch": 0.28,
1252
+ "grad_norm": 1.263594388961792,
1253
+ "learning_rate": 4.112679969946977e-05,
1254
+ "loss": 2.02,
1255
+ "step": 890
1256
+ },
1257
+ {
1258
+ "epoch": 0.28,
1259
+ "grad_norm": 1.4173017740249634,
1260
+ "learning_rate": 4.103327323807162e-05,
1261
+ "loss": 2.0438,
1262
+ "step": 895
1263
+ },
1264
+ {
1265
+ "epoch": 0.28,
1266
+ "grad_norm": 1.876170039176941,
1267
+ "learning_rate": 4.093936404083585e-05,
1268
+ "loss": 1.9806,
1269
+ "step": 900
1270
+ },
1271
+ {
1272
+ "epoch": 0.28,
1273
+ "grad_norm": 1.4649231433868408,
1274
+ "learning_rate": 4.0845074349501544e-05,
1275
+ "loss": 2.1476,
1276
+ "step": 905
1277
+ },
1278
+ {
1279
+ "epoch": 0.28,
1280
+ "grad_norm": 1.0446043014526367,
1281
+ "learning_rate": 4.0750406414890695e-05,
1282
+ "loss": 1.9672,
1283
+ "step": 910
1284
+ },
1285
+ {
1286
+ "epoch": 0.28,
1287
+ "grad_norm": 1.0225305557250977,
1288
+ "learning_rate": 4.065536249685448e-05,
1289
+ "loss": 1.9984,
1290
+ "step": 915
1291
+ },
1292
+ {
1293
+ "epoch": 0.29,
1294
+ "grad_norm": 1.0120617151260376,
1295
+ "learning_rate": 4.055994486421929e-05,
1296
+ "loss": 2.1162,
1297
+ "step": 920
1298
+ },
1299
+ {
1300
+ "epoch": 0.29,
1301
+ "grad_norm": 1.0469881296157837,
1302
+ "learning_rate": 4.04641557947326e-05,
1303
+ "loss": 2.0435,
1304
+ "step": 925
1305
+ },
1306
+ {
1307
+ "epoch": 0.29,
1308
+ "grad_norm": 1.2435941696166992,
1309
+ "learning_rate": 4.036799757500856e-05,
1310
+ "loss": 2.0431,
1311
+ "step": 930
1312
+ },
1313
+ {
1314
+ "epoch": 0.29,
1315
+ "grad_norm": 1.0055103302001953,
1316
+ "learning_rate": 4.027147250047348e-05,
1317
+ "loss": 2.2021,
1318
+ "step": 935
1319
+ },
1320
+ {
1321
+ "epoch": 0.29,
1322
+ "grad_norm": 1.1212949752807617,
1323
+ "learning_rate": 4.017458287531094e-05,
1324
+ "loss": 1.997,
1325
+ "step": 940
1326
+ },
1327
+ {
1328
+ "epoch": 0.29,
1329
+ "grad_norm": 1.1048357486724854,
1330
+ "learning_rate": 4.007733101240685e-05,
1331
+ "loss": 1.946,
1332
+ "step": 945
1333
+ },
1334
+ {
1335
+ "epoch": 0.3,
1336
+ "grad_norm": 1.4721689224243164,
1337
+ "learning_rate": 3.997971923329426e-05,
1338
+ "loss": 2.0723,
1339
+ "step": 950
1340
+ },
1341
+ {
1342
+ "epoch": 0.3,
1343
+ "grad_norm": 1.3793156147003174,
1344
+ "learning_rate": 3.988174986809783e-05,
1345
+ "loss": 2.034,
1346
+ "step": 955
1347
+ },
1348
+ {
1349
+ "epoch": 0.3,
1350
+ "grad_norm": 0.9013482928276062,
1351
+ "learning_rate": 3.9783425255478355e-05,
1352
+ "loss": 1.9736,
1353
+ "step": 960
1354
+ },
1355
+ {
1356
+ "epoch": 0.3,
1357
+ "grad_norm": 0.9192422032356262,
1358
+ "learning_rate": 3.968474774257682e-05,
1359
+ "loss": 1.9878,
1360
+ "step": 965
1361
+ },
1362
+ {
1363
+ "epoch": 0.3,
1364
+ "grad_norm": 1.9304206371307373,
1365
+ "learning_rate": 3.9585719684958446e-05,
1366
+ "loss": 2.117,
1367
+ "step": 970
1368
+ },
1369
+ {
1370
+ "epoch": 0.3,
1371
+ "grad_norm": 1.0435137748718262,
1372
+ "learning_rate": 3.948634344655639e-05,
1373
+ "loss": 2.0585,
1374
+ "step": 975
1375
+ },
1376
+ {
1377
+ "epoch": 0.3,
1378
+ "grad_norm": 1.4636590480804443,
1379
+ "learning_rate": 3.938662139961538e-05,
1380
+ "loss": 2.0409,
1381
+ "step": 980
1382
+ },
1383
+ {
1384
+ "epoch": 0.31,
1385
+ "grad_norm": 1.8014529943466187,
1386
+ "learning_rate": 3.928655592463508e-05,
1387
+ "loss": 2.0369,
1388
+ "step": 985
1389
+ },
1390
+ {
1391
+ "epoch": 0.31,
1392
+ "grad_norm": 1.2412620782852173,
1393
+ "learning_rate": 3.918614941031319e-05,
1394
+ "loss": 1.967,
1395
+ "step": 990
1396
+ },
1397
+ {
1398
+ "epoch": 0.31,
1399
+ "grad_norm": 1.3581103086471558,
1400
+ "learning_rate": 3.908540425348852e-05,
1401
+ "loss": 2.0037,
1402
+ "step": 995
1403
+ },
1404
+ {
1405
+ "epoch": 0.31,
1406
+ "grad_norm": 1.2377780675888062,
1407
+ "learning_rate": 3.8984322859083725e-05,
1408
+ "loss": 1.9991,
1409
+ "step": 1000
1410
+ },
1411
+ {
1412
+ "epoch": 0.31,
1413
+ "grad_norm": 0.9209259748458862,
1414
+ "learning_rate": 3.8882907640047896e-05,
1415
+ "loss": 2.0448,
1416
+ "step": 1005
1417
+ },
1418
+ {
1419
+ "epoch": 0.31,
1420
+ "grad_norm": 1.0150959491729736,
1421
+ "learning_rate": 3.878116101729897e-05,
1422
+ "loss": 2.0791,
1423
+ "step": 1010
1424
+ },
1425
+ {
1426
+ "epoch": 0.32,
1427
+ "grad_norm": 1.5959141254425049,
1428
+ "learning_rate": 3.867908541966594e-05,
1429
+ "loss": 1.9997,
1430
+ "step": 1015
1431
+ },
1432
+ {
1433
+ "epoch": 0.32,
1434
+ "grad_norm": 1.3945012092590332,
1435
+ "learning_rate": 3.857668328383088e-05,
1436
+ "loss": 2.0481,
1437
+ "step": 1020
1438
+ },
1439
+ {
1440
+ "epoch": 0.32,
1441
+ "grad_norm": 1.2361671924591064,
1442
+ "learning_rate": 3.847395705427075e-05,
1443
+ "loss": 2.2664,
1444
+ "step": 1025
1445
+ },
1446
+ {
1447
+ "epoch": 0.32,
1448
+ "grad_norm": 1.9661719799041748,
1449
+ "learning_rate": 3.837090918319909e-05,
1450
+ "loss": 1.9752,
1451
+ "step": 1030
1452
+ },
1453
+ {
1454
+ "epoch": 0.32,
1455
+ "grad_norm": 1.6995949745178223,
1456
+ "learning_rate": 3.8267542130507436e-05,
1457
+ "loss": 2.1332,
1458
+ "step": 1035
1459
+ },
1460
+ {
1461
+ "epoch": 0.32,
1462
+ "grad_norm": 1.1248412132263184,
1463
+ "learning_rate": 3.816385836370663e-05,
1464
+ "loss": 2.0432,
1465
+ "step": 1040
1466
+ },
1467
+ {
1468
+ "epoch": 0.32,
1469
+ "grad_norm": 0.8734235763549805,
1470
+ "learning_rate": 3.805986035786789e-05,
1471
+ "loss": 1.9618,
1472
+ "step": 1045
1473
+ },
1474
+ {
1475
+ "epoch": 0.33,
1476
+ "grad_norm": 1.322766661643982,
1477
+ "learning_rate": 3.795555059556378e-05,
1478
+ "loss": 2.0267,
1479
+ "step": 1050
1480
+ },
1481
+ {
1482
+ "epoch": 0.33,
1483
+ "grad_norm": 1.0396028757095337,
1484
+ "learning_rate": 3.7850931566808866e-05,
1485
+ "loss": 2.1075,
1486
+ "step": 1055
1487
+ },
1488
+ {
1489
+ "epoch": 0.33,
1490
+ "grad_norm": 0.9574625492095947,
1491
+ "learning_rate": 3.7746005769000363e-05,
1492
+ "loss": 2.156,
1493
+ "step": 1060
1494
+ },
1495
+ {
1496
+ "epoch": 0.33,
1497
+ "grad_norm": 1.4480133056640625,
1498
+ "learning_rate": 3.764077570685844e-05,
1499
+ "loss": 1.9615,
1500
+ "step": 1065
1501
+ },
1502
+ {
1503
+ "epoch": 0.33,
1504
+ "grad_norm": 1.5908560752868652,
1505
+ "learning_rate": 3.753524389236648e-05,
1506
+ "loss": 2.0928,
1507
+ "step": 1070
1508
+ },
1509
+ {
1510
+ "epoch": 0.33,
1511
+ "grad_norm": 1.2628813982009888,
1512
+ "learning_rate": 3.742941284471111e-05,
1513
+ "loss": 2.1074,
1514
+ "step": 1075
1515
+ },
1516
+ {
1517
+ "epoch": 0.34,
1518
+ "grad_norm": 1.2687503099441528,
1519
+ "learning_rate": 3.7323285090222054e-05,
1520
+ "loss": 1.9666,
1521
+ "step": 1080
1522
+ },
1523
+ {
1524
+ "epoch": 0.34,
1525
+ "grad_norm": 1.2571731805801392,
1526
+ "learning_rate": 3.721686316231181e-05,
1527
+ "loss": 2.0468,
1528
+ "step": 1085
1529
+ },
1530
+ {
1531
+ "epoch": 0.34,
1532
+ "grad_norm": 1.007453441619873,
1533
+ "learning_rate": 3.7110149601415215e-05,
1534
+ "loss": 2.0624,
1535
+ "step": 1090
1536
+ },
1537
+ {
1538
+ "epoch": 0.34,
1539
+ "grad_norm": 1.2390377521514893,
1540
+ "learning_rate": 3.700314695492876e-05,
1541
+ "loss": 1.9888,
1542
+ "step": 1095
1543
+ },
1544
+ {
1545
+ "epoch": 0.34,
1546
+ "grad_norm": 1.0878371000289917,
1547
+ "learning_rate": 3.6895857777149825e-05,
1548
+ "loss": 2.1013,
1549
+ "step": 1100
1550
+ }
1551
+ ],
1552
+ "logging_steps": 5,
1553
+ "max_steps": 3215,
1554
+ "num_input_tokens_seen": 0,
1555
+ "num_train_epochs": 1,
1556
+ "save_steps": 100,
1557
+ "total_flos": 1.478467994517504e+16,
1558
+ "train_batch_size": 2,
1559
+ "trial_name": null,
1560
+ "trial_params": null
1561
+ }
checkpoint-1100/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79e80b13ff00898b4493d440a3c1a1eb234c0ae541cbca8a8b1befef97a354c9
3
+ size 5112
checkpoint-1200/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: hfl/chinese-alpaca-2-1.3b
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.9.0
checkpoint-1200/adapter_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "hfl/chinese-alpaca-2-1.3b",
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
+ "q_proj",
23
+ "v_proj"
24
+ ],
25
+ "task_type": "CAUSAL_LM",
26
+ "use_dora": false,
27
+ "use_rslora": false
28
+ }
checkpoint-1200/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7ac7f86b3d698764177b292c0945fc14ade25e4053b2ea32433e2ec468c1c68
3
+ size 2099272
checkpoint-1200/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f46418bdb2847edff424887e74f54e939ccb878883a90f7033fb72d289847b08
3
+ size 4208302
checkpoint-1200/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76802f226aa39edc0b86081075bc5ce21c5a32a4f1656a577b0f88858dbbf174
3
+ size 14244
checkpoint-1200/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca63f72cf59858dda6b2859e21cee9d57c26194ed3023a7e6e3eb27a883baab6
3
+ size 1064
checkpoint-1200/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<pad>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": true,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
checkpoint-1200/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3b8844863b200dfcca971db228e96ce388290dfcf72c15d7a9d2f604bac787c
3
+ size 844403
checkpoint-1200/tokenizer_config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": true,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": true,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": true,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": true,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ },
30
+ "32000": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": true
37
+ }
38
+ },
39
+ "bos_token": "<s>",
40
+ "chat_template": "{% set system_message = 'You are a helpful assistant. 你是一个乐于助人的助手。' %}{% if messages[0]['role'] == 'system' %}{% set system_message = messages[0]['content'] %}{% endif %}{% for message in messages %}{% set content = message['content'] %}{% if loop.index0 == 0 and system_message is defined %}{% set content = '<<SYS>>\\n' + system_message + '\\n<</SYS>>\\n\\n' + message['content'] %}{% endif %}{% if message['role'] == 'user' %}{{ '<s>' + '[INST] ' + content + ' [/INST]' }}{% elif message['role'] == 'assistant' %}{{ content + '</s>' }}{% endif %}{% endfor %}",
41
+ "clean_up_tokenization_spaces": false,
42
+ "eos_token": "</s>",
43
+ "legacy": true,
44
+ "model_max_length": 1000000000000000019884624838656,
45
+ "pad_token": "<pad>",
46
+ "padding_side": "right",
47
+ "sp_model_kwargs": {},
48
+ "spaces_between_special_tokens": false,
49
+ "split_special_tokens": false,
50
+ "tokenizer_class": "LlamaTokenizer",
51
+ "unk_token": "<unk>",
52
+ "use_default_system_prompt": false,
53
+ "use_fast": false
54
+ }
checkpoint-1200/trainer_state.json ADDED
@@ -0,0 +1,1701 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.3731488319664166,
5
+ "eval_steps": 500,
6
+ "global_step": 1200,
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
+ "grad_norm": 0.47774845361709595,
14
+ "learning_rate": 4.999970160815579e-05,
15
+ "loss": 2.0765,
16
+ "step": 5
17
+ },
18
+ {
19
+ "epoch": 0.0,
20
+ "grad_norm": 0.6051416397094727,
21
+ "learning_rate": 4.999880643974619e-05,
22
+ "loss": 2.2297,
23
+ "step": 10
24
+ },
25
+ {
26
+ "epoch": 0.0,
27
+ "grad_norm": 0.6161717772483826,
28
+ "learning_rate": 4.9997314516140056e-05,
29
+ "loss": 2.1103,
30
+ "step": 15
31
+ },
32
+ {
33
+ "epoch": 0.01,
34
+ "grad_norm": 0.4686434268951416,
35
+ "learning_rate": 4.999522587295162e-05,
36
+ "loss": 2.0057,
37
+ "step": 20
38
+ },
39
+ {
40
+ "epoch": 0.01,
41
+ "grad_norm": 0.8412289023399353,
42
+ "learning_rate": 4.999254056003963e-05,
43
+ "loss": 2.1778,
44
+ "step": 25
45
+ },
46
+ {
47
+ "epoch": 0.01,
48
+ "grad_norm": 0.5333625078201294,
49
+ "learning_rate": 4.99892586415061e-05,
50
+ "loss": 2.2399,
51
+ "step": 30
52
+ },
53
+ {
54
+ "epoch": 0.01,
55
+ "grad_norm": 0.821148157119751,
56
+ "learning_rate": 4.9985380195694856e-05,
57
+ "loss": 2.3215,
58
+ "step": 35
59
+ },
60
+ {
61
+ "epoch": 0.01,
62
+ "grad_norm": 0.8403909206390381,
63
+ "learning_rate": 4.998090531518962e-05,
64
+ "loss": 1.8295,
65
+ "step": 40
66
+ },
67
+ {
68
+ "epoch": 0.01,
69
+ "grad_norm": 0.6633398532867432,
70
+ "learning_rate": 4.9975834106811834e-05,
71
+ "loss": 2.0195,
72
+ "step": 45
73
+ },
74
+ {
75
+ "epoch": 0.02,
76
+ "grad_norm": 0.6386868357658386,
77
+ "learning_rate": 4.997016669161806e-05,
78
+ "loss": 2.1257,
79
+ "step": 50
80
+ },
81
+ {
82
+ "epoch": 0.02,
83
+ "grad_norm": 0.7762248516082764,
84
+ "learning_rate": 4.996390320489715e-05,
85
+ "loss": 2.057,
86
+ "step": 55
87
+ },
88
+ {
89
+ "epoch": 0.02,
90
+ "grad_norm": 1.3192856311798096,
91
+ "learning_rate": 4.9957043796166966e-05,
92
+ "loss": 2.0753,
93
+ "step": 60
94
+ },
95
+ {
96
+ "epoch": 0.02,
97
+ "grad_norm": 0.9797518849372864,
98
+ "learning_rate": 4.994958862917083e-05,
99
+ "loss": 1.9736,
100
+ "step": 65
101
+ },
102
+ {
103
+ "epoch": 0.02,
104
+ "grad_norm": 1.000693440437317,
105
+ "learning_rate": 4.994153788187363e-05,
106
+ "loss": 2.1572,
107
+ "step": 70
108
+ },
109
+ {
110
+ "epoch": 0.02,
111
+ "grad_norm": 0.6852813959121704,
112
+ "learning_rate": 4.993289174645757e-05,
113
+ "loss": 2.1491,
114
+ "step": 75
115
+ },
116
+ {
117
+ "epoch": 0.02,
118
+ "grad_norm": 1.0075691938400269,
119
+ "learning_rate": 4.992365042931752e-05,
120
+ "loss": 1.945,
121
+ "step": 80
122
+ },
123
+ {
124
+ "epoch": 0.03,
125
+ "grad_norm": 1.1973133087158203,
126
+ "learning_rate": 4.991381415105619e-05,
127
+ "loss": 2.0811,
128
+ "step": 85
129
+ },
130
+ {
131
+ "epoch": 0.03,
132
+ "grad_norm": 0.9927239418029785,
133
+ "learning_rate": 4.990338314647881e-05,
134
+ "loss": 1.961,
135
+ "step": 90
136
+ },
137
+ {
138
+ "epoch": 0.03,
139
+ "grad_norm": 0.9499759674072266,
140
+ "learning_rate": 4.98923576645875e-05,
141
+ "loss": 2.0653,
142
+ "step": 95
143
+ },
144
+ {
145
+ "epoch": 0.03,
146
+ "grad_norm": 0.7233040928840637,
147
+ "learning_rate": 4.9880737968575365e-05,
148
+ "loss": 1.9999,
149
+ "step": 100
150
+ },
151
+ {
152
+ "epoch": 0.03,
153
+ "grad_norm": 1.55235755443573,
154
+ "learning_rate": 4.986852433582022e-05,
155
+ "loss": 2.2258,
156
+ "step": 105
157
+ },
158
+ {
159
+ "epoch": 0.03,
160
+ "grad_norm": 0.9007890820503235,
161
+ "learning_rate": 4.985571705787793e-05,
162
+ "loss": 2.1034,
163
+ "step": 110
164
+ },
165
+ {
166
+ "epoch": 0.04,
167
+ "grad_norm": 0.6774860620498657,
168
+ "learning_rate": 4.9842316440475475e-05,
169
+ "loss": 2.1753,
170
+ "step": 115
171
+ },
172
+ {
173
+ "epoch": 0.04,
174
+ "grad_norm": 0.7676737308502197,
175
+ "learning_rate": 4.9828322803503665e-05,
176
+ "loss": 2.1384,
177
+ "step": 120
178
+ },
179
+ {
180
+ "epoch": 0.04,
181
+ "grad_norm": 0.9624544978141785,
182
+ "learning_rate": 4.981373648100946e-05,
183
+ "loss": 2.0521,
184
+ "step": 125
185
+ },
186
+ {
187
+ "epoch": 0.04,
188
+ "grad_norm": 0.9315722584724426,
189
+ "learning_rate": 4.979855782118802e-05,
190
+ "loss": 1.9256,
191
+ "step": 130
192
+ },
193
+ {
194
+ "epoch": 0.04,
195
+ "grad_norm": 0.9035864472389221,
196
+ "learning_rate": 4.978278718637443e-05,
197
+ "loss": 2.0882,
198
+ "step": 135
199
+ },
200
+ {
201
+ "epoch": 0.04,
202
+ "grad_norm": 0.7997236251831055,
203
+ "learning_rate": 4.9766424953035e-05,
204
+ "loss": 2.0724,
205
+ "step": 140
206
+ },
207
+ {
208
+ "epoch": 0.05,
209
+ "grad_norm": 1.0692921876907349,
210
+ "learning_rate": 4.974947151175826e-05,
211
+ "loss": 2.1329,
212
+ "step": 145
213
+ },
214
+ {
215
+ "epoch": 0.05,
216
+ "grad_norm": 0.9506180286407471,
217
+ "learning_rate": 4.973192726724572e-05,
218
+ "loss": 2.082,
219
+ "step": 150
220
+ },
221
+ {
222
+ "epoch": 0.05,
223
+ "grad_norm": 0.8647387027740479,
224
+ "learning_rate": 4.9713792638302145e-05,
225
+ "loss": 2.0366,
226
+ "step": 155
227
+ },
228
+ {
229
+ "epoch": 0.05,
230
+ "grad_norm": 1.105302095413208,
231
+ "learning_rate": 4.969506805782555e-05,
232
+ "loss": 2.1481,
233
+ "step": 160
234
+ },
235
+ {
236
+ "epoch": 0.05,
237
+ "grad_norm": 0.7593303918838501,
238
+ "learning_rate": 4.967575397279689e-05,
239
+ "loss": 2.032,
240
+ "step": 165
241
+ },
242
+ {
243
+ "epoch": 0.05,
244
+ "grad_norm": 0.7521979808807373,
245
+ "learning_rate": 4.965585084426943e-05,
246
+ "loss": 2.0379,
247
+ "step": 170
248
+ },
249
+ {
250
+ "epoch": 0.05,
251
+ "grad_norm": 0.947120726108551,
252
+ "learning_rate": 4.9635359147357655e-05,
253
+ "loss": 2.1444,
254
+ "step": 175
255
+ },
256
+ {
257
+ "epoch": 0.06,
258
+ "grad_norm": 1.2184454202651978,
259
+ "learning_rate": 4.961427937122598e-05,
260
+ "loss": 1.9164,
261
+ "step": 180
262
+ },
263
+ {
264
+ "epoch": 0.06,
265
+ "grad_norm": 1.221663475036621,
266
+ "learning_rate": 4.959261201907707e-05,
267
+ "loss": 2.0084,
268
+ "step": 185
269
+ },
270
+ {
271
+ "epoch": 0.06,
272
+ "grad_norm": 1.0457361936569214,
273
+ "learning_rate": 4.957035760813982e-05,
274
+ "loss": 2.2032,
275
+ "step": 190
276
+ },
277
+ {
278
+ "epoch": 0.06,
279
+ "grad_norm": 0.8834909200668335,
280
+ "learning_rate": 4.954751666965701e-05,
281
+ "loss": 2.2101,
282
+ "step": 195
283
+ },
284
+ {
285
+ "epoch": 0.06,
286
+ "grad_norm": 0.791902482509613,
287
+ "learning_rate": 4.9524089748872615e-05,
288
+ "loss": 2.0472,
289
+ "step": 200
290
+ },
291
+ {
292
+ "epoch": 0.06,
293
+ "grad_norm": 1.2905739545822144,
294
+ "learning_rate": 4.9500077405018807e-05,
295
+ "loss": 2.0987,
296
+ "step": 205
297
+ },
298
+ {
299
+ "epoch": 0.07,
300
+ "grad_norm": 0.8612006306648254,
301
+ "learning_rate": 4.9475480211302583e-05,
302
+ "loss": 2.1765,
303
+ "step": 210
304
+ },
305
+ {
306
+ "epoch": 0.07,
307
+ "grad_norm": 1.3128459453582764,
308
+ "learning_rate": 4.945029875489212e-05,
309
+ "loss": 1.9926,
310
+ "step": 215
311
+ },
312
+ {
313
+ "epoch": 0.07,
314
+ "grad_norm": 0.9610918164253235,
315
+ "learning_rate": 4.94245336369027e-05,
316
+ "loss": 2.0124,
317
+ "step": 220
318
+ },
319
+ {
320
+ "epoch": 0.07,
321
+ "grad_norm": 0.873160183429718,
322
+ "learning_rate": 4.939818547238241e-05,
323
+ "loss": 2.2229,
324
+ "step": 225
325
+ },
326
+ {
327
+ "epoch": 0.07,
328
+ "grad_norm": 1.5535285472869873,
329
+ "learning_rate": 4.9371254890297446e-05,
330
+ "loss": 2.2013,
331
+ "step": 230
332
+ },
333
+ {
334
+ "epoch": 0.07,
335
+ "grad_norm": 1.1951836347579956,
336
+ "learning_rate": 4.93437425335171e-05,
337
+ "loss": 2.014,
338
+ "step": 235
339
+ },
340
+ {
341
+ "epoch": 0.07,
342
+ "grad_norm": 0.7874170541763306,
343
+ "learning_rate": 4.9315649058798384e-05,
344
+ "loss": 2.1701,
345
+ "step": 240
346
+ },
347
+ {
348
+ "epoch": 0.08,
349
+ "grad_norm": 1.3503323793411255,
350
+ "learning_rate": 4.928697513677042e-05,
351
+ "loss": 2.1681,
352
+ "step": 245
353
+ },
354
+ {
355
+ "epoch": 0.08,
356
+ "grad_norm": 1.3091179132461548,
357
+ "learning_rate": 4.925772145191834e-05,
358
+ "loss": 2.1224,
359
+ "step": 250
360
+ },
361
+ {
362
+ "epoch": 0.08,
363
+ "grad_norm": 1.4428555965423584,
364
+ "learning_rate": 4.9227888702567044e-05,
365
+ "loss": 2.0512,
366
+ "step": 255
367
+ },
368
+ {
369
+ "epoch": 0.08,
370
+ "grad_norm": 0.8234395980834961,
371
+ "learning_rate": 4.9197477600864446e-05,
372
+ "loss": 2.1067,
373
+ "step": 260
374
+ },
375
+ {
376
+ "epoch": 0.08,
377
+ "grad_norm": 1.9094969034194946,
378
+ "learning_rate": 4.9166488872764526e-05,
379
+ "loss": 1.8884,
380
+ "step": 265
381
+ },
382
+ {
383
+ "epoch": 0.08,
384
+ "grad_norm": 1.0074087381362915,
385
+ "learning_rate": 4.913492325800999e-05,
386
+ "loss": 1.9345,
387
+ "step": 270
388
+ },
389
+ {
390
+ "epoch": 0.09,
391
+ "grad_norm": 1.0867297649383545,
392
+ "learning_rate": 4.910278151011458e-05,
393
+ "loss": 2.1928,
394
+ "step": 275
395
+ },
396
+ {
397
+ "epoch": 0.09,
398
+ "grad_norm": 0.6842357516288757,
399
+ "learning_rate": 4.907006439634516e-05,
400
+ "loss": 2.0407,
401
+ "step": 280
402
+ },
403
+ {
404
+ "epoch": 0.09,
405
+ "grad_norm": 0.8409023284912109,
406
+ "learning_rate": 4.903677269770329e-05,
407
+ "loss": 2.2344,
408
+ "step": 285
409
+ },
410
+ {
411
+ "epoch": 0.09,
412
+ "grad_norm": 0.8119503259658813,
413
+ "learning_rate": 4.900290720890671e-05,
414
+ "loss": 2.1296,
415
+ "step": 290
416
+ },
417
+ {
418
+ "epoch": 0.09,
419
+ "grad_norm": 0.9938147068023682,
420
+ "learning_rate": 4.8968468738370244e-05,
421
+ "loss": 2.152,
422
+ "step": 295
423
+ },
424
+ {
425
+ "epoch": 0.09,
426
+ "grad_norm": 0.9865244030952454,
427
+ "learning_rate": 4.8933458108186606e-05,
428
+ "loss": 1.9623,
429
+ "step": 300
430
+ },
431
+ {
432
+ "epoch": 0.09,
433
+ "grad_norm": 1.3944802284240723,
434
+ "learning_rate": 4.889787615410672e-05,
435
+ "loss": 1.915,
436
+ "step": 305
437
+ },
438
+ {
439
+ "epoch": 0.1,
440
+ "grad_norm": 1.3749767541885376,
441
+ "learning_rate": 4.886172372551977e-05,
442
+ "loss": 1.9934,
443
+ "step": 310
444
+ },
445
+ {
446
+ "epoch": 0.1,
447
+ "grad_norm": 0.9024938941001892,
448
+ "learning_rate": 4.882500168543294e-05,
449
+ "loss": 2.1541,
450
+ "step": 315
451
+ },
452
+ {
453
+ "epoch": 0.1,
454
+ "grad_norm": 1.1978263854980469,
455
+ "learning_rate": 4.878771091045082e-05,
456
+ "loss": 2.1688,
457
+ "step": 320
458
+ },
459
+ {
460
+ "epoch": 0.1,
461
+ "grad_norm": 0.8360010981559753,
462
+ "learning_rate": 4.874985229075446e-05,
463
+ "loss": 2.1387,
464
+ "step": 325
465
+ },
466
+ {
467
+ "epoch": 0.1,
468
+ "grad_norm": 0.7683364152908325,
469
+ "learning_rate": 4.871142673008012e-05,
470
+ "loss": 2.0215,
471
+ "step": 330
472
+ },
473
+ {
474
+ "epoch": 0.1,
475
+ "grad_norm": 1.4230670928955078,
476
+ "learning_rate": 4.867243514569772e-05,
477
+ "loss": 1.9491,
478
+ "step": 335
479
+ },
480
+ {
481
+ "epoch": 0.11,
482
+ "grad_norm": 0.8198773860931396,
483
+ "learning_rate": 4.863287846838891e-05,
484
+ "loss": 2.0151,
485
+ "step": 340
486
+ },
487
+ {
488
+ "epoch": 0.11,
489
+ "grad_norm": 1.467207908630371,
490
+ "learning_rate": 4.85927576424249e-05,
491
+ "loss": 1.8906,
492
+ "step": 345
493
+ },
494
+ {
495
+ "epoch": 0.11,
496
+ "grad_norm": 0.9537095427513123,
497
+ "learning_rate": 4.855207362554385e-05,
498
+ "loss": 2.1844,
499
+ "step": 350
500
+ },
501
+ {
502
+ "epoch": 0.11,
503
+ "grad_norm": 1.0757155418395996,
504
+ "learning_rate": 4.851082738892809e-05,
505
+ "loss": 2.048,
506
+ "step": 355
507
+ },
508
+ {
509
+ "epoch": 0.11,
510
+ "grad_norm": 1.6884938478469849,
511
+ "learning_rate": 4.8469019917180846e-05,
512
+ "loss": 1.9537,
513
+ "step": 360
514
+ },
515
+ {
516
+ "epoch": 0.11,
517
+ "grad_norm": 1.4680182933807373,
518
+ "learning_rate": 4.8426652208302814e-05,
519
+ "loss": 1.9731,
520
+ "step": 365
521
+ },
522
+ {
523
+ "epoch": 0.12,
524
+ "grad_norm": 1.1778632402420044,
525
+ "learning_rate": 4.83837252736683e-05,
526
+ "loss": 2.1395,
527
+ "step": 370
528
+ },
529
+ {
530
+ "epoch": 0.12,
531
+ "grad_norm": 1.2865056991577148,
532
+ "learning_rate": 4.834024013800108e-05,
533
+ "loss": 2.0016,
534
+ "step": 375
535
+ },
536
+ {
537
+ "epoch": 0.12,
538
+ "grad_norm": 1.055177092552185,
539
+ "learning_rate": 4.8296197839349944e-05,
540
+ "loss": 1.9632,
541
+ "step": 380
542
+ },
543
+ {
544
+ "epoch": 0.12,
545
+ "grad_norm": 1.0041871070861816,
546
+ "learning_rate": 4.825159942906389e-05,
547
+ "loss": 2.3302,
548
+ "step": 385
549
+ },
550
+ {
551
+ "epoch": 0.12,
552
+ "grad_norm": 1.0026438236236572,
553
+ "learning_rate": 4.820644597176709e-05,
554
+ "loss": 2.1517,
555
+ "step": 390
556
+ },
557
+ {
558
+ "epoch": 0.12,
559
+ "grad_norm": 1.3532180786132812,
560
+ "learning_rate": 4.81607385453334e-05,
561
+ "loss": 2.1229,
562
+ "step": 395
563
+ },
564
+ {
565
+ "epoch": 0.12,
566
+ "grad_norm": 0.7670988440513611,
567
+ "learning_rate": 4.81144782408607e-05,
568
+ "loss": 2.1382,
569
+ "step": 400
570
+ },
571
+ {
572
+ "epoch": 0.13,
573
+ "grad_norm": 1.0405700206756592,
574
+ "learning_rate": 4.8067666162644774e-05,
575
+ "loss": 1.9614,
576
+ "step": 405
577
+ },
578
+ {
579
+ "epoch": 0.13,
580
+ "grad_norm": 1.2252662181854248,
581
+ "learning_rate": 4.802030342815304e-05,
582
+ "loss": 2.1399,
583
+ "step": 410
584
+ },
585
+ {
586
+ "epoch": 0.13,
587
+ "grad_norm": 1.237946629524231,
588
+ "learning_rate": 4.7972391167997754e-05,
589
+ "loss": 1.9034,
590
+ "step": 415
591
+ },
592
+ {
593
+ "epoch": 0.13,
594
+ "grad_norm": 0.8064705729484558,
595
+ "learning_rate": 4.7923930525909156e-05,
596
+ "loss": 2.0075,
597
+ "step": 420
598
+ },
599
+ {
600
+ "epoch": 0.13,
601
+ "grad_norm": 0.8717565536499023,
602
+ "learning_rate": 4.7874922658708065e-05,
603
+ "loss": 2.0105,
604
+ "step": 425
605
+ },
606
+ {
607
+ "epoch": 0.13,
608
+ "grad_norm": 1.6693098545074463,
609
+ "learning_rate": 4.782536873627832e-05,
610
+ "loss": 2.0242,
611
+ "step": 430
612
+ },
613
+ {
614
+ "epoch": 0.14,
615
+ "grad_norm": 0.82447350025177,
616
+ "learning_rate": 4.777526994153882e-05,
617
+ "loss": 2.0267,
618
+ "step": 435
619
+ },
620
+ {
621
+ "epoch": 0.14,
622
+ "grad_norm": 0.9926588535308838,
623
+ "learning_rate": 4.7724627470415307e-05,
624
+ "loss": 1.9119,
625
+ "step": 440
626
+ },
627
+ {
628
+ "epoch": 0.14,
629
+ "grad_norm": 1.0924450159072876,
630
+ "learning_rate": 4.7673442531811796e-05,
631
+ "loss": 2.2653,
632
+ "step": 445
633
+ },
634
+ {
635
+ "epoch": 0.14,
636
+ "grad_norm": 1.1592103242874146,
637
+ "learning_rate": 4.762171634758177e-05,
638
+ "loss": 2.0017,
639
+ "step": 450
640
+ },
641
+ {
642
+ "epoch": 0.14,
643
+ "grad_norm": 0.9172110557556152,
644
+ "learning_rate": 4.7569450152498927e-05,
645
+ "loss": 2.1408,
646
+ "step": 455
647
+ },
648
+ {
649
+ "epoch": 0.14,
650
+ "grad_norm": 1.1897525787353516,
651
+ "learning_rate": 4.751664519422778e-05,
652
+ "loss": 2.0935,
653
+ "step": 460
654
+ },
655
+ {
656
+ "epoch": 0.14,
657
+ "grad_norm": 0.8793094158172607,
658
+ "learning_rate": 4.746330273329386e-05,
659
+ "loss": 2.1142,
660
+ "step": 465
661
+ },
662
+ {
663
+ "epoch": 0.15,
664
+ "grad_norm": 1.4337489604949951,
665
+ "learning_rate": 4.740942404305356e-05,
666
+ "loss": 2.1289,
667
+ "step": 470
668
+ },
669
+ {
670
+ "epoch": 0.15,
671
+ "grad_norm": 1.0251764059066772,
672
+ "learning_rate": 4.735501040966383e-05,
673
+ "loss": 1.9741,
674
+ "step": 475
675
+ },
676
+ {
677
+ "epoch": 0.15,
678
+ "grad_norm": 1.2659822702407837,
679
+ "learning_rate": 4.730006313205143e-05,
680
+ "loss": 2.088,
681
+ "step": 480
682
+ },
683
+ {
684
+ "epoch": 0.15,
685
+ "grad_norm": 0.8884140849113464,
686
+ "learning_rate": 4.724458352188192e-05,
687
+ "loss": 2.2079,
688
+ "step": 485
689
+ },
690
+ {
691
+ "epoch": 0.15,
692
+ "grad_norm": 1.1937768459320068,
693
+ "learning_rate": 4.718857290352835e-05,
694
+ "loss": 2.048,
695
+ "step": 490
696
+ },
697
+ {
698
+ "epoch": 0.15,
699
+ "grad_norm": 0.9741552472114563,
700
+ "learning_rate": 4.713203261403966e-05,
701
+ "loss": 2.2569,
702
+ "step": 495
703
+ },
704
+ {
705
+ "epoch": 0.16,
706
+ "grad_norm": 0.7996780872344971,
707
+ "learning_rate": 4.707496400310874e-05,
708
+ "loss": 1.9574,
709
+ "step": 500
710
+ },
711
+ {
712
+ "epoch": 0.16,
713
+ "grad_norm": 1.8182051181793213,
714
+ "learning_rate": 4.701736843304025e-05,
715
+ "loss": 2.0951,
716
+ "step": 505
717
+ },
718
+ {
719
+ "epoch": 0.16,
720
+ "grad_norm": 1.507320761680603,
721
+ "learning_rate": 4.695924727871805e-05,
722
+ "loss": 2.0253,
723
+ "step": 510
724
+ },
725
+ {
726
+ "epoch": 0.16,
727
+ "grad_norm": 0.759121835231781,
728
+ "learning_rate": 4.690060192757242e-05,
729
+ "loss": 2.0602,
730
+ "step": 515
731
+ },
732
+ {
733
+ "epoch": 0.16,
734
+ "grad_norm": 1.5943195819854736,
735
+ "learning_rate": 4.684143377954691e-05,
736
+ "loss": 2.0386,
737
+ "step": 520
738
+ },
739
+ {
740
+ "epoch": 0.16,
741
+ "grad_norm": 0.8568710088729858,
742
+ "learning_rate": 4.6781744247064955e-05,
743
+ "loss": 2.073,
744
+ "step": 525
745
+ },
746
+ {
747
+ "epoch": 0.16,
748
+ "grad_norm": 1.3352620601654053,
749
+ "learning_rate": 4.6721534754996125e-05,
750
+ "loss": 2.1443,
751
+ "step": 530
752
+ },
753
+ {
754
+ "epoch": 0.17,
755
+ "grad_norm": 1.3417474031448364,
756
+ "learning_rate": 4.666080674062213e-05,
757
+ "loss": 2.0288,
758
+ "step": 535
759
+ },
760
+ {
761
+ "epoch": 0.17,
762
+ "grad_norm": 1.5334464311599731,
763
+ "learning_rate": 4.659956165360251e-05,
764
+ "loss": 2.0609,
765
+ "step": 540
766
+ },
767
+ {
768
+ "epoch": 0.17,
769
+ "grad_norm": 0.9658721089363098,
770
+ "learning_rate": 4.6537800955940005e-05,
771
+ "loss": 1.9539,
772
+ "step": 545
773
+ },
774
+ {
775
+ "epoch": 0.17,
776
+ "grad_norm": 1.9197947978973389,
777
+ "learning_rate": 4.647552612194572e-05,
778
+ "loss": 2.149,
779
+ "step": 550
780
+ },
781
+ {
782
+ "epoch": 0.17,
783
+ "grad_norm": 0.8512137532234192,
784
+ "learning_rate": 4.641273863820383e-05,
785
+ "loss": 1.9722,
786
+ "step": 555
787
+ },
788
+ {
789
+ "epoch": 0.17,
790
+ "grad_norm": 1.827289342880249,
791
+ "learning_rate": 4.634944000353622e-05,
792
+ "loss": 2.0729,
793
+ "step": 560
794
+ },
795
+ {
796
+ "epoch": 0.18,
797
+ "grad_norm": 1.088416337966919,
798
+ "learning_rate": 4.628563172896655e-05,
799
+ "loss": 1.9507,
800
+ "step": 565
801
+ },
802
+ {
803
+ "epoch": 0.18,
804
+ "grad_norm": 1.3566908836364746,
805
+ "learning_rate": 4.6221315337684353e-05,
806
+ "loss": 2.1643,
807
+ "step": 570
808
+ },
809
+ {
810
+ "epoch": 0.18,
811
+ "grad_norm": 1.3541293144226074,
812
+ "learning_rate": 4.615649236500854e-05,
813
+ "loss": 2.1839,
814
+ "step": 575
815
+ },
816
+ {
817
+ "epoch": 0.18,
818
+ "grad_norm": 0.991269588470459,
819
+ "learning_rate": 4.609116435835083e-05,
820
+ "loss": 2.0976,
821
+ "step": 580
822
+ },
823
+ {
824
+ "epoch": 0.18,
825
+ "grad_norm": 1.0280535221099854,
826
+ "learning_rate": 4.602533287717877e-05,
827
+ "loss": 2.1474,
828
+ "step": 585
829
+ },
830
+ {
831
+ "epoch": 0.18,
832
+ "grad_norm": 1.013123631477356,
833
+ "learning_rate": 4.5958999492978524e-05,
834
+ "loss": 2.1873,
835
+ "step": 590
836
+ },
837
+ {
838
+ "epoch": 0.19,
839
+ "grad_norm": 1.1753040552139282,
840
+ "learning_rate": 4.589216578921737e-05,
841
+ "loss": 2.1744,
842
+ "step": 595
843
+ },
844
+ {
845
+ "epoch": 0.19,
846
+ "grad_norm": 1.1839090585708618,
847
+ "learning_rate": 4.582483336130586e-05,
848
+ "loss": 1.9982,
849
+ "step": 600
850
+ },
851
+ {
852
+ "epoch": 0.19,
853
+ "grad_norm": 1.0724798440933228,
854
+ "learning_rate": 4.575700381655979e-05,
855
+ "loss": 2.1234,
856
+ "step": 605
857
+ },
858
+ {
859
+ "epoch": 0.19,
860
+ "grad_norm": 2.009913682937622,
861
+ "learning_rate": 4.5688678774161796e-05,
862
+ "loss": 1.9478,
863
+ "step": 610
864
+ },
865
+ {
866
+ "epoch": 0.19,
867
+ "grad_norm": 0.9897060394287109,
868
+ "learning_rate": 4.561985986512271e-05,
869
+ "loss": 1.8268,
870
+ "step": 615
871
+ },
872
+ {
873
+ "epoch": 0.19,
874
+ "grad_norm": 0.8881808519363403,
875
+ "learning_rate": 4.555054873224263e-05,
876
+ "loss": 1.9887,
877
+ "step": 620
878
+ },
879
+ {
880
+ "epoch": 0.19,
881
+ "grad_norm": 1.155900001525879,
882
+ "learning_rate": 4.54807470300717e-05,
883
+ "loss": 2.0777,
884
+ "step": 625
885
+ },
886
+ {
887
+ "epoch": 0.2,
888
+ "grad_norm": 0.8782421350479126,
889
+ "learning_rate": 4.5410456424870596e-05,
890
+ "loss": 2.0566,
891
+ "step": 630
892
+ },
893
+ {
894
+ "epoch": 0.2,
895
+ "grad_norm": 1.3324674367904663,
896
+ "learning_rate": 4.5339678594570795e-05,
897
+ "loss": 2.047,
898
+ "step": 635
899
+ },
900
+ {
901
+ "epoch": 0.2,
902
+ "grad_norm": 1.9805939197540283,
903
+ "learning_rate": 4.526841522873449e-05,
904
+ "loss": 1.962,
905
+ "step": 640
906
+ },
907
+ {
908
+ "epoch": 0.2,
909
+ "grad_norm": 1.4999943971633911,
910
+ "learning_rate": 4.519666802851422e-05,
911
+ "loss": 2.0972,
912
+ "step": 645
913
+ },
914
+ {
915
+ "epoch": 0.2,
916
+ "grad_norm": 1.4504961967468262,
917
+ "learning_rate": 4.5124438706612376e-05,
918
+ "loss": 2.0041,
919
+ "step": 650
920
+ },
921
+ {
922
+ "epoch": 0.2,
923
+ "grad_norm": 0.9078169465065002,
924
+ "learning_rate": 4.505172898724018e-05,
925
+ "loss": 2.1229,
926
+ "step": 655
927
+ },
928
+ {
929
+ "epoch": 0.21,
930
+ "grad_norm": 1.1635804176330566,
931
+ "learning_rate": 4.497854060607662e-05,
932
+ "loss": 2.0195,
933
+ "step": 660
934
+ },
935
+ {
936
+ "epoch": 0.21,
937
+ "grad_norm": 1.46576726436615,
938
+ "learning_rate": 4.490487531022699e-05,
939
+ "loss": 2.0745,
940
+ "step": 665
941
+ },
942
+ {
943
+ "epoch": 0.21,
944
+ "grad_norm": 1.2094652652740479,
945
+ "learning_rate": 4.4830734858181145e-05,
946
+ "loss": 2.1068,
947
+ "step": 670
948
+ },
949
+ {
950
+ "epoch": 0.21,
951
+ "grad_norm": 1.4738895893096924,
952
+ "learning_rate": 4.47561210197716e-05,
953
+ "loss": 1.8088,
954
+ "step": 675
955
+ },
956
+ {
957
+ "epoch": 0.21,
958
+ "grad_norm": 1.23384690284729,
959
+ "learning_rate": 4.4681035576131215e-05,
960
+ "loss": 2.0995,
961
+ "step": 680
962
+ },
963
+ {
964
+ "epoch": 0.21,
965
+ "grad_norm": 0.8332946300506592,
966
+ "learning_rate": 4.46054803196507e-05,
967
+ "loss": 2.0541,
968
+ "step": 685
969
+ },
970
+ {
971
+ "epoch": 0.21,
972
+ "grad_norm": 0.9207485318183899,
973
+ "learning_rate": 4.452945705393586e-05,
974
+ "loss": 2.166,
975
+ "step": 690
976
+ },
977
+ {
978
+ "epoch": 0.22,
979
+ "grad_norm": 1.292945146560669,
980
+ "learning_rate": 4.445296759376449e-05,
981
+ "loss": 2.0784,
982
+ "step": 695
983
+ },
984
+ {
985
+ "epoch": 0.22,
986
+ "grad_norm": 0.9874763488769531,
987
+ "learning_rate": 4.437601376504307e-05,
988
+ "loss": 2.2087,
989
+ "step": 700
990
+ },
991
+ {
992
+ "epoch": 0.22,
993
+ "grad_norm": 0.9427415132522583,
994
+ "learning_rate": 4.4298597404763186e-05,
995
+ "loss": 2.1199,
996
+ "step": 705
997
+ },
998
+ {
999
+ "epoch": 0.22,
1000
+ "grad_norm": 1.7369529008865356,
1001
+ "learning_rate": 4.422072036095768e-05,
1002
+ "loss": 2.0355,
1003
+ "step": 710
1004
+ },
1005
+ {
1006
+ "epoch": 0.22,
1007
+ "grad_norm": 1.2423696517944336,
1008
+ "learning_rate": 4.414238449265654e-05,
1009
+ "loss": 2.0011,
1010
+ "step": 715
1011
+ },
1012
+ {
1013
+ "epoch": 0.22,
1014
+ "grad_norm": 1.2304831743240356,
1015
+ "learning_rate": 4.406359166984249e-05,
1016
+ "loss": 2.0368,
1017
+ "step": 720
1018
+ },
1019
+ {
1020
+ "epoch": 0.23,
1021
+ "grad_norm": 0.9090413451194763,
1022
+ "learning_rate": 4.39843437734064e-05,
1023
+ "loss": 1.9983,
1024
+ "step": 725
1025
+ },
1026
+ {
1027
+ "epoch": 0.23,
1028
+ "grad_norm": 1.2729507684707642,
1029
+ "learning_rate": 4.390464269510233e-05,
1030
+ "loss": 2.021,
1031
+ "step": 730
1032
+ },
1033
+ {
1034
+ "epoch": 0.23,
1035
+ "grad_norm": 1.3009227514266968,
1036
+ "learning_rate": 4.382449033750244e-05,
1037
+ "loss": 1.9743,
1038
+ "step": 735
1039
+ },
1040
+ {
1041
+ "epoch": 0.23,
1042
+ "grad_norm": 1.5456056594848633,
1043
+ "learning_rate": 4.37438886139515e-05,
1044
+ "loss": 2.0689,
1045
+ "step": 740
1046
+ },
1047
+ {
1048
+ "epoch": 0.23,
1049
+ "grad_norm": 1.3235007524490356,
1050
+ "learning_rate": 4.3662839448521264e-05,
1051
+ "loss": 2.0838,
1052
+ "step": 745
1053
+ },
1054
+ {
1055
+ "epoch": 0.23,
1056
+ "grad_norm": 2.2074007987976074,
1057
+ "learning_rate": 4.358134477596454e-05,
1058
+ "loss": 2.0835,
1059
+ "step": 750
1060
+ },
1061
+ {
1062
+ "epoch": 0.23,
1063
+ "grad_norm": 1.403738021850586,
1064
+ "learning_rate": 4.3499406541668966e-05,
1065
+ "loss": 2.0916,
1066
+ "step": 755
1067
+ },
1068
+ {
1069
+ "epoch": 0.24,
1070
+ "grad_norm": 1.0940325260162354,
1071
+ "learning_rate": 4.3417026701610616e-05,
1072
+ "loss": 1.972,
1073
+ "step": 760
1074
+ },
1075
+ {
1076
+ "epoch": 0.24,
1077
+ "grad_norm": 1.666353702545166,
1078
+ "learning_rate": 4.3334207222307275e-05,
1079
+ "loss": 1.927,
1080
+ "step": 765
1081
+ },
1082
+ {
1083
+ "epoch": 0.24,
1084
+ "grad_norm": 1.0777515172958374,
1085
+ "learning_rate": 4.325095008077154e-05,
1086
+ "loss": 2.1192,
1087
+ "step": 770
1088
+ },
1089
+ {
1090
+ "epoch": 0.24,
1091
+ "grad_norm": 1.7218186855316162,
1092
+ "learning_rate": 4.316725726446353e-05,
1093
+ "loss": 2.0774,
1094
+ "step": 775
1095
+ },
1096
+ {
1097
+ "epoch": 0.24,
1098
+ "grad_norm": 1.356753945350647,
1099
+ "learning_rate": 4.3083130771243586e-05,
1100
+ "loss": 2.0847,
1101
+ "step": 780
1102
+ },
1103
+ {
1104
+ "epoch": 0.24,
1105
+ "grad_norm": 0.9967429637908936,
1106
+ "learning_rate": 4.299857260932445e-05,
1107
+ "loss": 2.0485,
1108
+ "step": 785
1109
+ },
1110
+ {
1111
+ "epoch": 0.25,
1112
+ "grad_norm": 1.6216442584991455,
1113
+ "learning_rate": 4.2913584797223397e-05,
1114
+ "loss": 2.1008,
1115
+ "step": 790
1116
+ },
1117
+ {
1118
+ "epoch": 0.25,
1119
+ "grad_norm": 1.2556742429733276,
1120
+ "learning_rate": 4.2828169363714016e-05,
1121
+ "loss": 1.9209,
1122
+ "step": 795
1123
+ },
1124
+ {
1125
+ "epoch": 0.25,
1126
+ "grad_norm": 1.1800439357757568,
1127
+ "learning_rate": 4.274232834777782e-05,
1128
+ "loss": 1.9722,
1129
+ "step": 800
1130
+ },
1131
+ {
1132
+ "epoch": 0.25,
1133
+ "grad_norm": 1.1313499212265015,
1134
+ "learning_rate": 4.2656063798555515e-05,
1135
+ "loss": 1.9176,
1136
+ "step": 805
1137
+ },
1138
+ {
1139
+ "epoch": 0.25,
1140
+ "grad_norm": 1.137534737586975,
1141
+ "learning_rate": 4.256937777529815e-05,
1142
+ "loss": 1.9929,
1143
+ "step": 810
1144
+ },
1145
+ {
1146
+ "epoch": 0.25,
1147
+ "grad_norm": 1.0575093030929565,
1148
+ "learning_rate": 4.2482272347317906e-05,
1149
+ "loss": 2.166,
1150
+ "step": 815
1151
+ },
1152
+ {
1153
+ "epoch": 0.25,
1154
+ "grad_norm": 1.5939594507217407,
1155
+ "learning_rate": 4.2394749593938733e-05,
1156
+ "loss": 2.1334,
1157
+ "step": 820
1158
+ },
1159
+ {
1160
+ "epoch": 0.26,
1161
+ "grad_norm": 1.1045507192611694,
1162
+ "learning_rate": 4.230681160444669e-05,
1163
+ "loss": 2.0853,
1164
+ "step": 825
1165
+ },
1166
+ {
1167
+ "epoch": 0.26,
1168
+ "grad_norm": 1.3480136394500732,
1169
+ "learning_rate": 4.221846047804009e-05,
1170
+ "loss": 2.1802,
1171
+ "step": 830
1172
+ },
1173
+ {
1174
+ "epoch": 0.26,
1175
+ "grad_norm": 1.1822657585144043,
1176
+ "learning_rate": 4.2129698323779366e-05,
1177
+ "loss": 2.0739,
1178
+ "step": 835
1179
+ },
1180
+ {
1181
+ "epoch": 0.26,
1182
+ "grad_norm": 1.1771117448806763,
1183
+ "learning_rate": 4.204052726053676e-05,
1184
+ "loss": 2.0238,
1185
+ "step": 840
1186
+ },
1187
+ {
1188
+ "epoch": 0.26,
1189
+ "grad_norm": 1.4757814407348633,
1190
+ "learning_rate": 4.195094941694571e-05,
1191
+ "loss": 2.1557,
1192
+ "step": 845
1193
+ },
1194
+ {
1195
+ "epoch": 0.26,
1196
+ "grad_norm": 0.9095075726509094,
1197
+ "learning_rate": 4.1860966931350054e-05,
1198
+ "loss": 2.1666,
1199
+ "step": 850
1200
+ },
1201
+ {
1202
+ "epoch": 0.27,
1203
+ "grad_norm": 1.1039543151855469,
1204
+ "learning_rate": 4.1770581951752976e-05,
1205
+ "loss": 2.105,
1206
+ "step": 855
1207
+ },
1208
+ {
1209
+ "epoch": 0.27,
1210
+ "grad_norm": 0.8517205119132996,
1211
+ "learning_rate": 4.1679796635765735e-05,
1212
+ "loss": 1.9656,
1213
+ "step": 860
1214
+ },
1215
+ {
1216
+ "epoch": 0.27,
1217
+ "grad_norm": 1.239492654800415,
1218
+ "learning_rate": 4.158861315055617e-05,
1219
+ "loss": 2.0166,
1220
+ "step": 865
1221
+ },
1222
+ {
1223
+ "epoch": 0.27,
1224
+ "grad_norm": 1.1358321905136108,
1225
+ "learning_rate": 4.1497033672796924e-05,
1226
+ "loss": 2.0076,
1227
+ "step": 870
1228
+ },
1229
+ {
1230
+ "epoch": 0.27,
1231
+ "grad_norm": 1.6215249300003052,
1232
+ "learning_rate": 4.140506038861356e-05,
1233
+ "loss": 2.1594,
1234
+ "step": 875
1235
+ },
1236
+ {
1237
+ "epoch": 0.27,
1238
+ "grad_norm": 1.0528080463409424,
1239
+ "learning_rate": 4.131269549353229e-05,
1240
+ "loss": 2.1416,
1241
+ "step": 880
1242
+ },
1243
+ {
1244
+ "epoch": 0.28,
1245
+ "grad_norm": 0.8976901769638062,
1246
+ "learning_rate": 4.1219941192427644e-05,
1247
+ "loss": 2.1242,
1248
+ "step": 885
1249
+ },
1250
+ {
1251
+ "epoch": 0.28,
1252
+ "grad_norm": 1.263594388961792,
1253
+ "learning_rate": 4.112679969946977e-05,
1254
+ "loss": 2.02,
1255
+ "step": 890
1256
+ },
1257
+ {
1258
+ "epoch": 0.28,
1259
+ "grad_norm": 1.4173017740249634,
1260
+ "learning_rate": 4.103327323807162e-05,
1261
+ "loss": 2.0438,
1262
+ "step": 895
1263
+ },
1264
+ {
1265
+ "epoch": 0.28,
1266
+ "grad_norm": 1.876170039176941,
1267
+ "learning_rate": 4.093936404083585e-05,
1268
+ "loss": 1.9806,
1269
+ "step": 900
1270
+ },
1271
+ {
1272
+ "epoch": 0.28,
1273
+ "grad_norm": 1.4649231433868408,
1274
+ "learning_rate": 4.0845074349501544e-05,
1275
+ "loss": 2.1476,
1276
+ "step": 905
1277
+ },
1278
+ {
1279
+ "epoch": 0.28,
1280
+ "grad_norm": 1.0446043014526367,
1281
+ "learning_rate": 4.0750406414890695e-05,
1282
+ "loss": 1.9672,
1283
+ "step": 910
1284
+ },
1285
+ {
1286
+ "epoch": 0.28,
1287
+ "grad_norm": 1.0225305557250977,
1288
+ "learning_rate": 4.065536249685448e-05,
1289
+ "loss": 1.9984,
1290
+ "step": 915
1291
+ },
1292
+ {
1293
+ "epoch": 0.29,
1294
+ "grad_norm": 1.0120617151260376,
1295
+ "learning_rate": 4.055994486421929e-05,
1296
+ "loss": 2.1162,
1297
+ "step": 920
1298
+ },
1299
+ {
1300
+ "epoch": 0.29,
1301
+ "grad_norm": 1.0469881296157837,
1302
+ "learning_rate": 4.04641557947326e-05,
1303
+ "loss": 2.0435,
1304
+ "step": 925
1305
+ },
1306
+ {
1307
+ "epoch": 0.29,
1308
+ "grad_norm": 1.2435941696166992,
1309
+ "learning_rate": 4.036799757500856e-05,
1310
+ "loss": 2.0431,
1311
+ "step": 930
1312
+ },
1313
+ {
1314
+ "epoch": 0.29,
1315
+ "grad_norm": 1.0055103302001953,
1316
+ "learning_rate": 4.027147250047348e-05,
1317
+ "loss": 2.2021,
1318
+ "step": 935
1319
+ },
1320
+ {
1321
+ "epoch": 0.29,
1322
+ "grad_norm": 1.1212949752807617,
1323
+ "learning_rate": 4.017458287531094e-05,
1324
+ "loss": 1.997,
1325
+ "step": 940
1326
+ },
1327
+ {
1328
+ "epoch": 0.29,
1329
+ "grad_norm": 1.1048357486724854,
1330
+ "learning_rate": 4.007733101240685e-05,
1331
+ "loss": 1.946,
1332
+ "step": 945
1333
+ },
1334
+ {
1335
+ "epoch": 0.3,
1336
+ "grad_norm": 1.4721689224243164,
1337
+ "learning_rate": 3.997971923329426e-05,
1338
+ "loss": 2.0723,
1339
+ "step": 950
1340
+ },
1341
+ {
1342
+ "epoch": 0.3,
1343
+ "grad_norm": 1.3793156147003174,
1344
+ "learning_rate": 3.988174986809783e-05,
1345
+ "loss": 2.034,
1346
+ "step": 955
1347
+ },
1348
+ {
1349
+ "epoch": 0.3,
1350
+ "grad_norm": 0.9013482928276062,
1351
+ "learning_rate": 3.9783425255478355e-05,
1352
+ "loss": 1.9736,
1353
+ "step": 960
1354
+ },
1355
+ {
1356
+ "epoch": 0.3,
1357
+ "grad_norm": 0.9192422032356262,
1358
+ "learning_rate": 3.968474774257682e-05,
1359
+ "loss": 1.9878,
1360
+ "step": 965
1361
+ },
1362
+ {
1363
+ "epoch": 0.3,
1364
+ "grad_norm": 1.9304206371307373,
1365
+ "learning_rate": 3.9585719684958446e-05,
1366
+ "loss": 2.117,
1367
+ "step": 970
1368
+ },
1369
+ {
1370
+ "epoch": 0.3,
1371
+ "grad_norm": 1.0435137748718262,
1372
+ "learning_rate": 3.948634344655639e-05,
1373
+ "loss": 2.0585,
1374
+ "step": 975
1375
+ },
1376
+ {
1377
+ "epoch": 0.3,
1378
+ "grad_norm": 1.4636590480804443,
1379
+ "learning_rate": 3.938662139961538e-05,
1380
+ "loss": 2.0409,
1381
+ "step": 980
1382
+ },
1383
+ {
1384
+ "epoch": 0.31,
1385
+ "grad_norm": 1.8014529943466187,
1386
+ "learning_rate": 3.928655592463508e-05,
1387
+ "loss": 2.0369,
1388
+ "step": 985
1389
+ },
1390
+ {
1391
+ "epoch": 0.31,
1392
+ "grad_norm": 1.2412620782852173,
1393
+ "learning_rate": 3.918614941031319e-05,
1394
+ "loss": 1.967,
1395
+ "step": 990
1396
+ },
1397
+ {
1398
+ "epoch": 0.31,
1399
+ "grad_norm": 1.3581103086471558,
1400
+ "learning_rate": 3.908540425348852e-05,
1401
+ "loss": 2.0037,
1402
+ "step": 995
1403
+ },
1404
+ {
1405
+ "epoch": 0.31,
1406
+ "grad_norm": 1.2377780675888062,
1407
+ "learning_rate": 3.8984322859083725e-05,
1408
+ "loss": 1.9991,
1409
+ "step": 1000
1410
+ },
1411
+ {
1412
+ "epoch": 0.31,
1413
+ "grad_norm": 0.9209259748458862,
1414
+ "learning_rate": 3.8882907640047896e-05,
1415
+ "loss": 2.0448,
1416
+ "step": 1005
1417
+ },
1418
+ {
1419
+ "epoch": 0.31,
1420
+ "grad_norm": 1.0150959491729736,
1421
+ "learning_rate": 3.878116101729897e-05,
1422
+ "loss": 2.0791,
1423
+ "step": 1010
1424
+ },
1425
+ {
1426
+ "epoch": 0.32,
1427
+ "grad_norm": 1.5959141254425049,
1428
+ "learning_rate": 3.867908541966594e-05,
1429
+ "loss": 1.9997,
1430
+ "step": 1015
1431
+ },
1432
+ {
1433
+ "epoch": 0.32,
1434
+ "grad_norm": 1.3945012092590332,
1435
+ "learning_rate": 3.857668328383088e-05,
1436
+ "loss": 2.0481,
1437
+ "step": 1020
1438
+ },
1439
+ {
1440
+ "epoch": 0.32,
1441
+ "grad_norm": 1.2361671924591064,
1442
+ "learning_rate": 3.847395705427075e-05,
1443
+ "loss": 2.2664,
1444
+ "step": 1025
1445
+ },
1446
+ {
1447
+ "epoch": 0.32,
1448
+ "grad_norm": 1.9661719799041748,
1449
+ "learning_rate": 3.837090918319909e-05,
1450
+ "loss": 1.9752,
1451
+ "step": 1030
1452
+ },
1453
+ {
1454
+ "epoch": 0.32,
1455
+ "grad_norm": 1.6995949745178223,
1456
+ "learning_rate": 3.8267542130507436e-05,
1457
+ "loss": 2.1332,
1458
+ "step": 1035
1459
+ },
1460
+ {
1461
+ "epoch": 0.32,
1462
+ "grad_norm": 1.1248412132263184,
1463
+ "learning_rate": 3.816385836370663e-05,
1464
+ "loss": 2.0432,
1465
+ "step": 1040
1466
+ },
1467
+ {
1468
+ "epoch": 0.32,
1469
+ "grad_norm": 0.8734235763549805,
1470
+ "learning_rate": 3.805986035786789e-05,
1471
+ "loss": 1.9618,
1472
+ "step": 1045
1473
+ },
1474
+ {
1475
+ "epoch": 0.33,
1476
+ "grad_norm": 1.322766661643982,
1477
+ "learning_rate": 3.795555059556378e-05,
1478
+ "loss": 2.0267,
1479
+ "step": 1050
1480
+ },
1481
+ {
1482
+ "epoch": 0.33,
1483
+ "grad_norm": 1.0396028757095337,
1484
+ "learning_rate": 3.7850931566808866e-05,
1485
+ "loss": 2.1075,
1486
+ "step": 1055
1487
+ },
1488
+ {
1489
+ "epoch": 0.33,
1490
+ "grad_norm": 0.9574625492095947,
1491
+ "learning_rate": 3.7746005769000363e-05,
1492
+ "loss": 2.156,
1493
+ "step": 1060
1494
+ },
1495
+ {
1496
+ "epoch": 0.33,
1497
+ "grad_norm": 1.4480133056640625,
1498
+ "learning_rate": 3.764077570685844e-05,
1499
+ "loss": 1.9615,
1500
+ "step": 1065
1501
+ },
1502
+ {
1503
+ "epoch": 0.33,
1504
+ "grad_norm": 1.5908560752868652,
1505
+ "learning_rate": 3.753524389236648e-05,
1506
+ "loss": 2.0928,
1507
+ "step": 1070
1508
+ },
1509
+ {
1510
+ "epoch": 0.33,
1511
+ "grad_norm": 1.2628813982009888,
1512
+ "learning_rate": 3.742941284471111e-05,
1513
+ "loss": 2.1074,
1514
+ "step": 1075
1515
+ },
1516
+ {
1517
+ "epoch": 0.34,
1518
+ "grad_norm": 1.2687503099441528,
1519
+ "learning_rate": 3.7323285090222054e-05,
1520
+ "loss": 1.9666,
1521
+ "step": 1080
1522
+ },
1523
+ {
1524
+ "epoch": 0.34,
1525
+ "grad_norm": 1.2571731805801392,
1526
+ "learning_rate": 3.721686316231181e-05,
1527
+ "loss": 2.0468,
1528
+ "step": 1085
1529
+ },
1530
+ {
1531
+ "epoch": 0.34,
1532
+ "grad_norm": 1.007453441619873,
1533
+ "learning_rate": 3.7110149601415215e-05,
1534
+ "loss": 2.0624,
1535
+ "step": 1090
1536
+ },
1537
+ {
1538
+ "epoch": 0.34,
1539
+ "grad_norm": 1.2390377521514893,
1540
+ "learning_rate": 3.700314695492876e-05,
1541
+ "loss": 1.9888,
1542
+ "step": 1095
1543
+ },
1544
+ {
1545
+ "epoch": 0.34,
1546
+ "grad_norm": 1.0878371000289917,
1547
+ "learning_rate": 3.6895857777149825e-05,
1548
+ "loss": 2.1013,
1549
+ "step": 1100
1550
+ },
1551
+ {
1552
+ "epoch": 0.34,
1553
+ "grad_norm": 0.8759217262268066,
1554
+ "learning_rate": 3.6788284629215624e-05,
1555
+ "loss": 1.875,
1556
+ "step": 1105
1557
+ },
1558
+ {
1559
+ "epoch": 0.35,
1560
+ "grad_norm": 1.1345970630645752,
1561
+ "learning_rate": 3.668043007904219e-05,
1562
+ "loss": 1.9096,
1563
+ "step": 1110
1564
+ },
1565
+ {
1566
+ "epoch": 0.35,
1567
+ "grad_norm": 1.253629446029663,
1568
+ "learning_rate": 3.6572296701262966e-05,
1569
+ "loss": 2.1859,
1570
+ "step": 1115
1571
+ },
1572
+ {
1573
+ "epoch": 0.35,
1574
+ "grad_norm": 0.9796190857887268,
1575
+ "learning_rate": 3.646388707716738e-05,
1576
+ "loss": 2.2092,
1577
+ "step": 1120
1578
+ },
1579
+ {
1580
+ "epoch": 0.35,
1581
+ "grad_norm": 1.3893767595291138,
1582
+ "learning_rate": 3.635520379463926e-05,
1583
+ "loss": 2.0026,
1584
+ "step": 1125
1585
+ },
1586
+ {
1587
+ "epoch": 0.35,
1588
+ "grad_norm": 0.8778309226036072,
1589
+ "learning_rate": 3.6246249448095004e-05,
1590
+ "loss": 2.2112,
1591
+ "step": 1130
1592
+ },
1593
+ {
1594
+ "epoch": 0.35,
1595
+ "grad_norm": 1.2479698657989502,
1596
+ "learning_rate": 3.6137026638421696e-05,
1597
+ "loss": 2.0221,
1598
+ "step": 1135
1599
+ },
1600
+ {
1601
+ "epoch": 0.35,
1602
+ "grad_norm": 1.3813824653625488,
1603
+ "learning_rate": 3.6027537972914974e-05,
1604
+ "loss": 1.9106,
1605
+ "step": 1140
1606
+ },
1607
+ {
1608
+ "epoch": 0.36,
1609
+ "grad_norm": 1.2043218612670898,
1610
+ "learning_rate": 3.5917786065216826e-05,
1611
+ "loss": 2.0673,
1612
+ "step": 1145
1613
+ },
1614
+ {
1615
+ "epoch": 0.36,
1616
+ "grad_norm": 1.5337340831756592,
1617
+ "learning_rate": 3.580777353525318e-05,
1618
+ "loss": 2.1463,
1619
+ "step": 1150
1620
+ },
1621
+ {
1622
+ "epoch": 0.36,
1623
+ "grad_norm": 1.155813455581665,
1624
+ "learning_rate": 3.5697503009171385e-05,
1625
+ "loss": 2.0255,
1626
+ "step": 1155
1627
+ },
1628
+ {
1629
+ "epoch": 0.36,
1630
+ "grad_norm": 1.034644365310669,
1631
+ "learning_rate": 3.558697711927748e-05,
1632
+ "loss": 2.1348,
1633
+ "step": 1160
1634
+ },
1635
+ {
1636
+ "epoch": 0.36,
1637
+ "grad_norm": 1.0959795713424683,
1638
+ "learning_rate": 3.54761985039734e-05,
1639
+ "loss": 2.1457,
1640
+ "step": 1165
1641
+ },
1642
+ {
1643
+ "epoch": 0.36,
1644
+ "grad_norm": 1.1938838958740234,
1645
+ "learning_rate": 3.5365169807693966e-05,
1646
+ "loss": 2.1256,
1647
+ "step": 1170
1648
+ },
1649
+ {
1650
+ "epoch": 0.37,
1651
+ "grad_norm": 0.8162047863006592,
1652
+ "learning_rate": 3.525389368084379e-05,
1653
+ "loss": 1.9587,
1654
+ "step": 1175
1655
+ },
1656
+ {
1657
+ "epoch": 0.37,
1658
+ "grad_norm": 0.9358930587768555,
1659
+ "learning_rate": 3.514237277973393e-05,
1660
+ "loss": 1.8965,
1661
+ "step": 1180
1662
+ },
1663
+ {
1664
+ "epoch": 0.37,
1665
+ "grad_norm": 0.9210988879203796,
1666
+ "learning_rate": 3.503060976651862e-05,
1667
+ "loss": 1.9669,
1668
+ "step": 1185
1669
+ },
1670
+ {
1671
+ "epoch": 0.37,
1672
+ "grad_norm": 1.4641343355178833,
1673
+ "learning_rate": 3.491860730913156e-05,
1674
+ "loss": 2.003,
1675
+ "step": 1190
1676
+ },
1677
+ {
1678
+ "epoch": 0.37,
1679
+ "grad_norm": 1.2458257675170898,
1680
+ "learning_rate": 3.480636808122235e-05,
1681
+ "loss": 2.1487,
1682
+ "step": 1195
1683
+ },
1684
+ {
1685
+ "epoch": 0.37,
1686
+ "grad_norm": 1.6770122051239014,
1687
+ "learning_rate": 3.469389476209259e-05,
1688
+ "loss": 2.0686,
1689
+ "step": 1200
1690
+ }
1691
+ ],
1692
+ "logging_steps": 5,
1693
+ "max_steps": 3215,
1694
+ "num_input_tokens_seen": 0,
1695
+ "num_train_epochs": 1,
1696
+ "save_steps": 100,
1697
+ "total_flos": 1.613880123457536e+16,
1698
+ "train_batch_size": 2,
1699
+ "trial_name": null,
1700
+ "trial_params": null
1701
+ }
checkpoint-1200/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79e80b13ff00898b4493d440a3c1a1eb234c0ae541cbca8a8b1befef97a354c9
3
+ size 5112
checkpoint-1300/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: hfl/chinese-alpaca-2-1.3b
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.9.0
checkpoint-1300/adapter_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "hfl/chinese-alpaca-2-1.3b",
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
+ "q_proj",
23
+ "v_proj"
24
+ ],
25
+ "task_type": "CAUSAL_LM",
26
+ "use_dora": false,
27
+ "use_rslora": false
28
+ }