kurtpayne commited on
Commit
3dc4cf5
·
verified ·
1 Parent(s): 67335b6

Auto fine-tune: 13909 examples (LoRA adapter)

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. adapter_config.json +2 -2
  2. adapter_model.safetensors +1 -1
  3. checkpoint-1707/README.md +206 -0
  4. checkpoint-1707/adapter_config.json +44 -0
  5. checkpoint-1707/adapter_model.safetensors +3 -0
  6. checkpoint-1707/optimizer.pt +3 -0
  7. checkpoint-1707/rng_state.pth +3 -0
  8. checkpoint-1707/scaler.pt +3 -0
  9. checkpoint-1707/scheduler.pt +3 -0
  10. checkpoint-1707/special_tokens_map.json +51 -0
  11. checkpoint-1707/tokenizer.json +0 -0
  12. checkpoint-1707/tokenizer_config.json +63 -0
  13. checkpoint-1707/trainer_state.json +1224 -0
  14. checkpoint-1707/training_args.bin +3 -0
  15. checkpoint-3414/README.md +206 -0
  16. checkpoint-3414/adapter_config.json +44 -0
  17. checkpoint-3414/adapter_model.safetensors +3 -0
  18. checkpoint-3414/optimizer.pt +3 -0
  19. checkpoint-3414/rng_state.pth +3 -0
  20. checkpoint-3414/scaler.pt +3 -0
  21. checkpoint-3414/scheduler.pt +3 -0
  22. checkpoint-3414/special_tokens_map.json +51 -0
  23. checkpoint-3414/tokenizer.json +0 -0
  24. checkpoint-3414/tokenizer_config.json +63 -0
  25. checkpoint-3414/trainer_state.json +2421 -0
  26. checkpoint-3414/training_args.bin +3 -0
  27. checkpoint-5121/README.md +206 -0
  28. checkpoint-5121/adapter_config.json +44 -0
  29. checkpoint-5121/adapter_model.safetensors +3 -0
  30. checkpoint-5121/optimizer.pt +3 -0
  31. checkpoint-5121/rng_state.pth +3 -0
  32. checkpoint-5121/scaler.pt +3 -0
  33. checkpoint-5121/scheduler.pt +3 -0
  34. checkpoint-5121/special_tokens_map.json +51 -0
  35. checkpoint-5121/tokenizer.json +0 -0
  36. checkpoint-5121/tokenizer_config.json +63 -0
  37. checkpoint-5121/trainer_state.json +3618 -0
  38. checkpoint-5121/training_args.bin +3 -0
  39. checkpoint-6828/README.md +206 -0
  40. checkpoint-6828/adapter_config.json +44 -0
  41. checkpoint-6828/adapter_model.safetensors +3 -0
  42. checkpoint-6828/optimizer.pt +3 -0
  43. checkpoint-6828/rng_state.pth +3 -0
  44. checkpoint-6828/scaler.pt +3 -0
  45. checkpoint-6828/scheduler.pt +3 -0
  46. checkpoint-6828/special_tokens_map.json +51 -0
  47. checkpoint-6828/tokenizer.json +0 -0
  48. checkpoint-6828/tokenizer_config.json +63 -0
  49. checkpoint-6828/trainer_state.json +0 -0
  50. checkpoint-6828/training_args.bin +3 -0
adapter_config.json CHANGED
@@ -32,8 +32,8 @@
32
  "rank_pattern": {},
33
  "revision": null,
34
  "target_modules": [
35
- "value_proj",
36
- "query_proj"
37
  ],
38
  "target_parameters": null,
39
  "task_type": "SEQ_CLS",
 
32
  "rank_pattern": {},
33
  "revision": null,
34
  "target_modules": [
35
+ "query_proj",
36
+ "value_proj"
37
  ],
38
  "target_parameters": null,
39
  "task_type": "SEQ_CLS",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e0f39f68a60dd8c2f9c0ee6403f58f7fe8e35ce39d7f3cd00deb350d9e13a952
3
  size 9450704
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d828e3c7c5b6c224100234e9fd9ec1d0be8009bed5cd15c60707357a23c66d5
3
  size 9450704
checkpoint-1707/README.md ADDED
@@ -0,0 +1,206 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: protectai/deberta-v3-base-prompt-injection-v2
3
+ library_name: peft
4
+ tags:
5
+ - base_model:adapter:protectai/deberta-v3-base-prompt-injection-v2
6
+ - lora
7
+ - transformers
8
+ ---
9
+
10
+ # Model Card for Model ID
11
+
12
+ <!-- Provide a quick summary of what the model is/does. -->
13
+
14
+
15
+
16
+ ## Model Details
17
+
18
+ ### Model Description
19
+
20
+ <!-- Provide a longer summary of what this model is. -->
21
+
22
+
23
+
24
+ - **Developed by:** [More Information Needed]
25
+ - **Funded by [optional]:** [More Information Needed]
26
+ - **Shared by [optional]:** [More Information Needed]
27
+ - **Model type:** [More Information Needed]
28
+ - **Language(s) (NLP):** [More Information Needed]
29
+ - **License:** [More Information Needed]
30
+ - **Finetuned from model [optional]:** [More Information Needed]
31
+
32
+ ### Model Sources [optional]
33
+
34
+ <!-- Provide the basic links for the model. -->
35
+
36
+ - **Repository:** [More Information Needed]
37
+ - **Paper [optional]:** [More Information Needed]
38
+ - **Demo [optional]:** [More Information Needed]
39
+
40
+ ## Uses
41
+
42
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
43
+
44
+ ### Direct Use
45
+
46
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
47
+
48
+ [More Information Needed]
49
+
50
+ ### Downstream Use [optional]
51
+
52
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
53
+
54
+ [More Information Needed]
55
+
56
+ ### Out-of-Scope Use
57
+
58
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
59
+
60
+ [More Information Needed]
61
+
62
+ ## Bias, Risks, and Limitations
63
+
64
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
65
+
66
+ [More Information Needed]
67
+
68
+ ### Recommendations
69
+
70
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
71
+
72
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
73
+
74
+ ## How to Get Started with the Model
75
+
76
+ Use the code below to get started with the model.
77
+
78
+ [More Information Needed]
79
+
80
+ ## Training Details
81
+
82
+ ### Training Data
83
+
84
+ <!-- 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. -->
85
+
86
+ [More Information Needed]
87
+
88
+ ### Training Procedure
89
+
90
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
91
+
92
+ #### Preprocessing [optional]
93
+
94
+ [More Information Needed]
95
+
96
+
97
+ #### Training Hyperparameters
98
+
99
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
100
+
101
+ #### Speeds, Sizes, Times [optional]
102
+
103
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
104
+
105
+ [More Information Needed]
106
+
107
+ ## Evaluation
108
+
109
+ <!-- This section describes the evaluation protocols and provides the results. -->
110
+
111
+ ### Testing Data, Factors & Metrics
112
+
113
+ #### Testing Data
114
+
115
+ <!-- This should link to a Dataset Card if possible. -->
116
+
117
+ [More Information Needed]
118
+
119
+ #### Factors
120
+
121
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
122
+
123
+ [More Information Needed]
124
+
125
+ #### Metrics
126
+
127
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
128
+
129
+ [More Information Needed]
130
+
131
+ ### Results
132
+
133
+ [More Information Needed]
134
+
135
+ #### Summary
136
+
137
+
138
+
139
+ ## Model Examination [optional]
140
+
141
+ <!-- Relevant interpretability work for the model goes here -->
142
+
143
+ [More Information Needed]
144
+
145
+ ## Environmental Impact
146
+
147
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
148
+
149
+ 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).
150
+
151
+ - **Hardware Type:** [More Information Needed]
152
+ - **Hours used:** [More Information Needed]
153
+ - **Cloud Provider:** [More Information Needed]
154
+ - **Compute Region:** [More Information Needed]
155
+ - **Carbon Emitted:** [More Information Needed]
156
+
157
+ ## Technical Specifications [optional]
158
+
159
+ ### Model Architecture and Objective
160
+
161
+ [More Information Needed]
162
+
163
+ ### Compute Infrastructure
164
+
165
+ [More Information Needed]
166
+
167
+ #### Hardware
168
+
169
+ [More Information Needed]
170
+
171
+ #### Software
172
+
173
+ [More Information Needed]
174
+
175
+ ## Citation [optional]
176
+
177
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
178
+
179
+ **BibTeX:**
180
+
181
+ [More Information Needed]
182
+
183
+ **APA:**
184
+
185
+ [More Information Needed]
186
+
187
+ ## Glossary [optional]
188
+
189
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
190
+
191
+ [More Information Needed]
192
+
193
+ ## More Information [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Authors [optional]
198
+
199
+ [More Information Needed]
200
+
201
+ ## Model Card Contact
202
+
203
+ [More Information Needed]
204
+ ### Framework versions
205
+
206
+ - PEFT 0.18.1
checkpoint-1707/adapter_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "protectai/deberta-v3-base-prompt-injection-v2",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 64,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": [
25
+ "classifier",
26
+ "score"
27
+ ],
28
+ "peft_type": "LORA",
29
+ "peft_version": "0.18.1",
30
+ "qalora_group_size": 16,
31
+ "r": 64,
32
+ "rank_pattern": {},
33
+ "revision": null,
34
+ "target_modules": [
35
+ "query_proj",
36
+ "value_proj"
37
+ ],
38
+ "target_parameters": null,
39
+ "task_type": "SEQ_CLS",
40
+ "trainable_token_indices": null,
41
+ "use_dora": false,
42
+ "use_qalora": false,
43
+ "use_rslora": false
44
+ }
checkpoint-1707/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e27864e6da27ef7f737f998260da162eed03dc0a872b1bcb4b0cf94cb24a35b2
3
+ size 9450704
checkpoint-1707/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3c653b324e9667d42e84fb754eff9b99eba4e3a21360376f25d1606b1d71073
3
+ size 18930123
checkpoint-1707/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9726050c364001332a7c71a250fc945df01fe90d32a15e744fb81aea0ea3f04
3
+ size 14645
checkpoint-1707/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2520a4b9f724b2e541bc5ec442324697e8c33edf87f59258a6c07f87ac8f6461
3
+ size 1383
checkpoint-1707/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e19b17b2a2524158f5d83ba425e1de9abde320a021c3535305ccefc129ba487
3
+ size 1465
checkpoint-1707/special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "[CLS]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "[SEP]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "[MASK]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "[PAD]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "[SEP]",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "[UNK]",
46
+ "lstrip": false,
47
+ "normalized": true,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
checkpoint-1707/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1707/tokenizer_config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "[CLS]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[SEP]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[UNK]",
29
+ "lstrip": false,
30
+ "normalized": true,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "128000": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "bos_token": "[CLS]",
45
+ "clean_up_tokenization_spaces": true,
46
+ "cls_token": "[CLS]",
47
+ "do_lower_case": false,
48
+ "eos_token": "[SEP]",
49
+ "extra_special_tokens": {},
50
+ "mask_token": "[MASK]",
51
+ "max_length": 512,
52
+ "model_max_length": 1000000000000000019884624838656,
53
+ "pad_token": "[PAD]",
54
+ "sep_token": "[SEP]",
55
+ "sp_model_kwargs": {},
56
+ "split_by_punct": false,
57
+ "stride": 0,
58
+ "tokenizer_class": "DebertaV2Tokenizer",
59
+ "truncation_side": "right",
60
+ "truncation_strategy": "longest_first",
61
+ "unk_token": "[UNK]",
62
+ "vocab_type": "spm"
63
+ }
checkpoint-1707/trainer_state.json ADDED
@@ -0,0 +1,1224 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.0,
6
+ "eval_steps": 500,
7
+ "global_step": 1707,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.005858230814294083,
14
+ "grad_norm": 14.95982551574707,
15
+ "learning_rate": 1.9978910369068542e-05,
16
+ "loss": 4.3468,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.011716461628588167,
21
+ "grad_norm": 19.284658432006836,
22
+ "learning_rate": 1.9955477445811366e-05,
23
+ "loss": 4.6374,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.01757469244288225,
28
+ "grad_norm": 11.212137222290039,
29
+ "learning_rate": 1.993204452255419e-05,
30
+ "loss": 2.4865,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.023432923257176334,
35
+ "grad_norm": 6.0227203369140625,
36
+ "learning_rate": 1.9908611599297014e-05,
37
+ "loss": 2.662,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.029291154071470416,
42
+ "grad_norm": 9.085187911987305,
43
+ "learning_rate": 1.988517867603984e-05,
44
+ "loss": 2.3138,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.0351493848857645,
49
+ "grad_norm": 8.839755058288574,
50
+ "learning_rate": 1.9861745752782663e-05,
51
+ "loss": 1.9221,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.041007615700058585,
56
+ "grad_norm": 5.003777027130127,
57
+ "learning_rate": 1.9838312829525487e-05,
58
+ "loss": 1.3857,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.04686584651435267,
63
+ "grad_norm": 7.108287811279297,
64
+ "learning_rate": 1.981487990626831e-05,
65
+ "loss": 1.5308,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.05272407732864675,
70
+ "grad_norm": 6.89133882522583,
71
+ "learning_rate": 1.9791446983011135e-05,
72
+ "loss": 1.3522,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.05858230814294083,
77
+ "grad_norm": 6.8093695640563965,
78
+ "learning_rate": 1.9768014059753956e-05,
79
+ "loss": 1.0296,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.06444053895723492,
84
+ "grad_norm": 2.8785605430603027,
85
+ "learning_rate": 1.974458113649678e-05,
86
+ "loss": 1.0909,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 0.070298769771529,
91
+ "grad_norm": 3.344712018966675,
92
+ "learning_rate": 1.9721148213239604e-05,
93
+ "loss": 0.8385,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 0.07615700058582309,
98
+ "grad_norm": 4.9901041984558105,
99
+ "learning_rate": 1.9697715289982428e-05,
100
+ "loss": 0.9958,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 0.08201523140011717,
105
+ "grad_norm": 4.131304740905762,
106
+ "learning_rate": 1.967428236672525e-05,
107
+ "loss": 0.8819,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 0.08787346221441125,
112
+ "grad_norm": 2.20668888092041,
113
+ "learning_rate": 1.9650849443468073e-05,
114
+ "loss": 0.7881,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 0.09373169302870533,
119
+ "grad_norm": 4.06991720199585,
120
+ "learning_rate": 1.9627416520210897e-05,
121
+ "loss": 0.8286,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 0.09958992384299942,
126
+ "grad_norm": 2.710232973098755,
127
+ "learning_rate": 1.960398359695372e-05,
128
+ "loss": 0.605,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 0.1054481546572935,
133
+ "grad_norm": 1.2272921800613403,
134
+ "learning_rate": 1.9580550673696545e-05,
135
+ "loss": 0.5988,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 0.11130638547158758,
140
+ "grad_norm": 1.7559036016464233,
141
+ "learning_rate": 1.955711775043937e-05,
142
+ "loss": 0.6549,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 0.11716461628588166,
147
+ "grad_norm": 2.8257083892822266,
148
+ "learning_rate": 1.9533684827182193e-05,
149
+ "loss": 0.6415,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 0.12302284710017575,
154
+ "grad_norm": 2.2019424438476562,
155
+ "learning_rate": 1.9510251903925017e-05,
156
+ "loss": 0.4694,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 0.12888107791446984,
161
+ "grad_norm": 2.916757345199585,
162
+ "learning_rate": 1.948681898066784e-05,
163
+ "loss": 0.5989,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 0.1347393087287639,
168
+ "grad_norm": 1.955367088317871,
169
+ "learning_rate": 1.9463386057410662e-05,
170
+ "loss": 0.478,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 0.140597539543058,
175
+ "grad_norm": 1.6670275926589966,
176
+ "learning_rate": 1.9439953134153486e-05,
177
+ "loss": 0.4398,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 0.14645577035735208,
182
+ "grad_norm": 1.7495224475860596,
183
+ "learning_rate": 1.941652021089631e-05,
184
+ "loss": 0.5017,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 0.15231400117164617,
189
+ "grad_norm": 1.3516908884048462,
190
+ "learning_rate": 1.9393087287639135e-05,
191
+ "loss": 0.3734,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 0.15817223198594024,
196
+ "grad_norm": 1.5071974992752075,
197
+ "learning_rate": 1.936965436438196e-05,
198
+ "loss": 0.4378,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 0.16403046280023434,
203
+ "grad_norm": 1.428642749786377,
204
+ "learning_rate": 1.9346221441124783e-05,
205
+ "loss": 0.3708,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 0.1698886936145284,
210
+ "grad_norm": 2.0682930946350098,
211
+ "learning_rate": 1.9322788517867607e-05,
212
+ "loss": 0.4321,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 0.1757469244288225,
217
+ "grad_norm": 4.945940971374512,
218
+ "learning_rate": 1.9299355594610428e-05,
219
+ "loss": 0.4092,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 0.18160515524311657,
224
+ "grad_norm": 1.2532398700714111,
225
+ "learning_rate": 1.9275922671353252e-05,
226
+ "loss": 0.2347,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 0.18746338605741067,
231
+ "grad_norm": 1.3484373092651367,
232
+ "learning_rate": 1.9252489748096076e-05,
233
+ "loss": 0.2977,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 0.19332161687170474,
238
+ "grad_norm": 1.7067067623138428,
239
+ "learning_rate": 1.92290568248389e-05,
240
+ "loss": 0.2155,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 0.19917984768599883,
245
+ "grad_norm": 1.3422434329986572,
246
+ "learning_rate": 1.9205623901581724e-05,
247
+ "loss": 0.2571,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 0.2050380785002929,
252
+ "grad_norm": 0.6787233948707581,
253
+ "learning_rate": 1.9182190978324548e-05,
254
+ "loss": 0.2459,
255
+ "step": 350
256
+ },
257
+ {
258
+ "epoch": 0.210896309314587,
259
+ "grad_norm": 0.7697986364364624,
260
+ "learning_rate": 1.915875805506737e-05,
261
+ "loss": 0.2171,
262
+ "step": 360
263
+ },
264
+ {
265
+ "epoch": 0.21675454012888107,
266
+ "grad_norm": 2.9185574054718018,
267
+ "learning_rate": 1.9135325131810193e-05,
268
+ "loss": 0.2731,
269
+ "step": 370
270
+ },
271
+ {
272
+ "epoch": 0.22261277094317516,
273
+ "grad_norm": 1.8088535070419312,
274
+ "learning_rate": 1.9111892208553017e-05,
275
+ "loss": 0.2691,
276
+ "step": 380
277
+ },
278
+ {
279
+ "epoch": 0.22847100175746923,
280
+ "grad_norm": 1.4816365242004395,
281
+ "learning_rate": 1.908845928529584e-05,
282
+ "loss": 0.1665,
283
+ "step": 390
284
+ },
285
+ {
286
+ "epoch": 0.23432923257176333,
287
+ "grad_norm": 3.9424285888671875,
288
+ "learning_rate": 1.9065026362038665e-05,
289
+ "loss": 0.1885,
290
+ "step": 400
291
+ },
292
+ {
293
+ "epoch": 0.2401874633860574,
294
+ "grad_norm": 1.9072023630142212,
295
+ "learning_rate": 1.904159343878149e-05,
296
+ "loss": 0.3134,
297
+ "step": 410
298
+ },
299
+ {
300
+ "epoch": 0.2460456942003515,
301
+ "grad_norm": 0.817992627620697,
302
+ "learning_rate": 1.9018160515524314e-05,
303
+ "loss": 0.1547,
304
+ "step": 420
305
+ },
306
+ {
307
+ "epoch": 0.2519039250146456,
308
+ "grad_norm": 2.727170944213867,
309
+ "learning_rate": 1.8994727592267138e-05,
310
+ "loss": 0.1292,
311
+ "step": 430
312
+ },
313
+ {
314
+ "epoch": 0.2577621558289397,
315
+ "grad_norm": 1.7762303352355957,
316
+ "learning_rate": 1.8971294669009962e-05,
317
+ "loss": 0.1353,
318
+ "step": 440
319
+ },
320
+ {
321
+ "epoch": 0.26362038664323373,
322
+ "grad_norm": 0.4511788785457611,
323
+ "learning_rate": 1.8947861745752786e-05,
324
+ "loss": 0.1999,
325
+ "step": 450
326
+ },
327
+ {
328
+ "epoch": 0.2694786174575278,
329
+ "grad_norm": 2.340090751647949,
330
+ "learning_rate": 1.892442882249561e-05,
331
+ "loss": 0.0877,
332
+ "step": 460
333
+ },
334
+ {
335
+ "epoch": 0.2753368482718219,
336
+ "grad_norm": 1.6077126264572144,
337
+ "learning_rate": 1.890099589923843e-05,
338
+ "loss": 0.178,
339
+ "step": 470
340
+ },
341
+ {
342
+ "epoch": 0.281195079086116,
343
+ "grad_norm": 1.6138532161712646,
344
+ "learning_rate": 1.8877562975981255e-05,
345
+ "loss": 0.2541,
346
+ "step": 480
347
+ },
348
+ {
349
+ "epoch": 0.28705330990041006,
350
+ "grad_norm": 3.209932327270508,
351
+ "learning_rate": 1.885413005272408e-05,
352
+ "loss": 0.108,
353
+ "step": 490
354
+ },
355
+ {
356
+ "epoch": 0.29291154071470415,
357
+ "grad_norm": 3.5678186416625977,
358
+ "learning_rate": 1.8830697129466903e-05,
359
+ "loss": 0.141,
360
+ "step": 500
361
+ },
362
+ {
363
+ "epoch": 0.29876977152899825,
364
+ "grad_norm": 3.03879976272583,
365
+ "learning_rate": 1.8807264206209724e-05,
366
+ "loss": 0.2155,
367
+ "step": 510
368
+ },
369
+ {
370
+ "epoch": 0.30462800234329235,
371
+ "grad_norm": 0.4257088899612427,
372
+ "learning_rate": 1.8783831282952548e-05,
373
+ "loss": 0.2603,
374
+ "step": 520
375
+ },
376
+ {
377
+ "epoch": 0.3104862331575864,
378
+ "grad_norm": 2.5923264026641846,
379
+ "learning_rate": 1.8760398359695372e-05,
380
+ "loss": 0.1271,
381
+ "step": 530
382
+ },
383
+ {
384
+ "epoch": 0.3163444639718805,
385
+ "grad_norm": 2.9671404361724854,
386
+ "learning_rate": 1.8736965436438196e-05,
387
+ "loss": 0.1323,
388
+ "step": 540
389
+ },
390
+ {
391
+ "epoch": 0.3222026947861746,
392
+ "grad_norm": 0.1397818624973297,
393
+ "learning_rate": 1.871353251318102e-05,
394
+ "loss": 0.0597,
395
+ "step": 550
396
+ },
397
+ {
398
+ "epoch": 0.3280609256004687,
399
+ "grad_norm": 0.5060864686965942,
400
+ "learning_rate": 1.8690099589923845e-05,
401
+ "loss": 0.2495,
402
+ "step": 560
403
+ },
404
+ {
405
+ "epoch": 0.3339191564147627,
406
+ "grad_norm": 1.6251068115234375,
407
+ "learning_rate": 1.866666666666667e-05,
408
+ "loss": 0.3011,
409
+ "step": 570
410
+ },
411
+ {
412
+ "epoch": 0.3397773872290568,
413
+ "grad_norm": 0.20143267512321472,
414
+ "learning_rate": 1.8643233743409493e-05,
415
+ "loss": 0.1201,
416
+ "step": 580
417
+ },
418
+ {
419
+ "epoch": 0.3456356180433509,
420
+ "grad_norm": 0.1996494084596634,
421
+ "learning_rate": 1.8619800820152317e-05,
422
+ "loss": 0.2238,
423
+ "step": 590
424
+ },
425
+ {
426
+ "epoch": 0.351493848857645,
427
+ "grad_norm": 2.6201045513153076,
428
+ "learning_rate": 1.859636789689514e-05,
429
+ "loss": 0.1274,
430
+ "step": 600
431
+ },
432
+ {
433
+ "epoch": 0.35735207967193905,
434
+ "grad_norm": 3.8342576026916504,
435
+ "learning_rate": 1.8572934973637965e-05,
436
+ "loss": 0.0662,
437
+ "step": 610
438
+ },
439
+ {
440
+ "epoch": 0.36321031048623315,
441
+ "grad_norm": 4.215113162994385,
442
+ "learning_rate": 1.8549502050380786e-05,
443
+ "loss": 0.0751,
444
+ "step": 620
445
+ },
446
+ {
447
+ "epoch": 0.36906854130052724,
448
+ "grad_norm": 6.333745002746582,
449
+ "learning_rate": 1.852606912712361e-05,
450
+ "loss": 0.1664,
451
+ "step": 630
452
+ },
453
+ {
454
+ "epoch": 0.37492677211482134,
455
+ "grad_norm": 6.037374973297119,
456
+ "learning_rate": 1.8502636203866434e-05,
457
+ "loss": 0.3169,
458
+ "step": 640
459
+ },
460
+ {
461
+ "epoch": 0.38078500292911543,
462
+ "grad_norm": 0.39565032720565796,
463
+ "learning_rate": 1.8479203280609258e-05,
464
+ "loss": 0.1296,
465
+ "step": 650
466
+ },
467
+ {
468
+ "epoch": 0.3866432337434095,
469
+ "grad_norm": 6.911872386932373,
470
+ "learning_rate": 1.8455770357352082e-05,
471
+ "loss": 0.256,
472
+ "step": 660
473
+ },
474
+ {
475
+ "epoch": 0.39250146455770357,
476
+ "grad_norm": 0.17452439665794373,
477
+ "learning_rate": 1.8432337434094903e-05,
478
+ "loss": 0.0724,
479
+ "step": 670
480
+ },
481
+ {
482
+ "epoch": 0.39835969537199767,
483
+ "grad_norm": 0.1822187453508377,
484
+ "learning_rate": 1.8408904510837727e-05,
485
+ "loss": 0.0972,
486
+ "step": 680
487
+ },
488
+ {
489
+ "epoch": 0.40421792618629176,
490
+ "grad_norm": 2.590902328491211,
491
+ "learning_rate": 1.838547158758055e-05,
492
+ "loss": 0.1851,
493
+ "step": 690
494
+ },
495
+ {
496
+ "epoch": 0.4100761570005858,
497
+ "grad_norm": 0.2342429906129837,
498
+ "learning_rate": 1.8362038664323375e-05,
499
+ "loss": 0.2552,
500
+ "step": 700
501
+ },
502
+ {
503
+ "epoch": 0.4159343878148799,
504
+ "grad_norm": 1.4866358041763306,
505
+ "learning_rate": 1.83386057410662e-05,
506
+ "loss": 0.131,
507
+ "step": 710
508
+ },
509
+ {
510
+ "epoch": 0.421792618629174,
511
+ "grad_norm": 3.6473488807678223,
512
+ "learning_rate": 1.8315172817809024e-05,
513
+ "loss": 0.2056,
514
+ "step": 720
515
+ },
516
+ {
517
+ "epoch": 0.4276508494434681,
518
+ "grad_norm": 4.957830429077148,
519
+ "learning_rate": 1.8291739894551848e-05,
520
+ "loss": 0.2499,
521
+ "step": 730
522
+ },
523
+ {
524
+ "epoch": 0.43350908025776214,
525
+ "grad_norm": 0.18394331634044647,
526
+ "learning_rate": 1.8268306971294672e-05,
527
+ "loss": 0.0795,
528
+ "step": 740
529
+ },
530
+ {
531
+ "epoch": 0.43936731107205623,
532
+ "grad_norm": 0.15296845138072968,
533
+ "learning_rate": 1.8244874048037493e-05,
534
+ "loss": 0.0301,
535
+ "step": 750
536
+ },
537
+ {
538
+ "epoch": 0.44522554188635033,
539
+ "grad_norm": 0.2405184507369995,
540
+ "learning_rate": 1.8221441124780317e-05,
541
+ "loss": 0.0557,
542
+ "step": 760
543
+ },
544
+ {
545
+ "epoch": 0.4510837727006444,
546
+ "grad_norm": 2.8683652877807617,
547
+ "learning_rate": 1.819800820152314e-05,
548
+ "loss": 0.2331,
549
+ "step": 770
550
+ },
551
+ {
552
+ "epoch": 0.45694200351493847,
553
+ "grad_norm": 0.8913503289222717,
554
+ "learning_rate": 1.8174575278265965e-05,
555
+ "loss": 0.2253,
556
+ "step": 780
557
+ },
558
+ {
559
+ "epoch": 0.46280023432923256,
560
+ "grad_norm": 0.7034773826599121,
561
+ "learning_rate": 1.815114235500879e-05,
562
+ "loss": 0.1177,
563
+ "step": 790
564
+ },
565
+ {
566
+ "epoch": 0.46865846514352666,
567
+ "grad_norm": 0.3686612844467163,
568
+ "learning_rate": 1.8127709431751613e-05,
569
+ "loss": 0.2178,
570
+ "step": 800
571
+ },
572
+ {
573
+ "epoch": 0.47451669595782076,
574
+ "grad_norm": 4.0067524909973145,
575
+ "learning_rate": 1.8104276508494437e-05,
576
+ "loss": 0.1373,
577
+ "step": 810
578
+ },
579
+ {
580
+ "epoch": 0.4803749267721148,
581
+ "grad_norm": 4.526524066925049,
582
+ "learning_rate": 1.808084358523726e-05,
583
+ "loss": 0.1769,
584
+ "step": 820
585
+ },
586
+ {
587
+ "epoch": 0.4862331575864089,
588
+ "grad_norm": 10.620451927185059,
589
+ "learning_rate": 1.8057410661980082e-05,
590
+ "loss": 0.0887,
591
+ "step": 830
592
+ },
593
+ {
594
+ "epoch": 0.492091388400703,
595
+ "grad_norm": 1.2064718008041382,
596
+ "learning_rate": 1.8033977738722906e-05,
597
+ "loss": 0.2784,
598
+ "step": 840
599
+ },
600
+ {
601
+ "epoch": 0.4979496192149971,
602
+ "grad_norm": 2.4158217906951904,
603
+ "learning_rate": 1.801054481546573e-05,
604
+ "loss": 0.1493,
605
+ "step": 850
606
+ },
607
+ {
608
+ "epoch": 0.5038078500292912,
609
+ "grad_norm": 4.48486328125,
610
+ "learning_rate": 1.7987111892208554e-05,
611
+ "loss": 0.0502,
612
+ "step": 860
613
+ },
614
+ {
615
+ "epoch": 0.5096660808435852,
616
+ "grad_norm": 0.5434872508049011,
617
+ "learning_rate": 1.796367896895138e-05,
618
+ "loss": 0.052,
619
+ "step": 870
620
+ },
621
+ {
622
+ "epoch": 0.5155243116578794,
623
+ "grad_norm": 0.11767154932022095,
624
+ "learning_rate": 1.7940246045694203e-05,
625
+ "loss": 0.1079,
626
+ "step": 880
627
+ },
628
+ {
629
+ "epoch": 0.5213825424721734,
630
+ "grad_norm": 0.14388304948806763,
631
+ "learning_rate": 1.7916813122437023e-05,
632
+ "loss": 0.1596,
633
+ "step": 890
634
+ },
635
+ {
636
+ "epoch": 0.5272407732864675,
637
+ "grad_norm": 4.8957905769348145,
638
+ "learning_rate": 1.7893380199179847e-05,
639
+ "loss": 0.1127,
640
+ "step": 900
641
+ },
642
+ {
643
+ "epoch": 0.5330990041007616,
644
+ "grad_norm": 0.09456570446491241,
645
+ "learning_rate": 1.786994727592267e-05,
646
+ "loss": 0.215,
647
+ "step": 910
648
+ },
649
+ {
650
+ "epoch": 0.5389572349150556,
651
+ "grad_norm": 0.1968098133802414,
652
+ "learning_rate": 1.7846514352665496e-05,
653
+ "loss": 0.1591,
654
+ "step": 920
655
+ },
656
+ {
657
+ "epoch": 0.5448154657293497,
658
+ "grad_norm": 0.3306093215942383,
659
+ "learning_rate": 1.782308142940832e-05,
660
+ "loss": 0.0166,
661
+ "step": 930
662
+ },
663
+ {
664
+ "epoch": 0.5506736965436438,
665
+ "grad_norm": 3.040661573410034,
666
+ "learning_rate": 1.7799648506151144e-05,
667
+ "loss": 0.0556,
668
+ "step": 940
669
+ },
670
+ {
671
+ "epoch": 0.5565319273579379,
672
+ "grad_norm": 0.1786162257194519,
673
+ "learning_rate": 1.7776215582893968e-05,
674
+ "loss": 0.15,
675
+ "step": 950
676
+ },
677
+ {
678
+ "epoch": 0.562390158172232,
679
+ "grad_norm": 3.1493492126464844,
680
+ "learning_rate": 1.7752782659636792e-05,
681
+ "loss": 0.3242,
682
+ "step": 960
683
+ },
684
+ {
685
+ "epoch": 0.5682483889865261,
686
+ "grad_norm": 0.3529878556728363,
687
+ "learning_rate": 1.7729349736379616e-05,
688
+ "loss": 0.1432,
689
+ "step": 970
690
+ },
691
+ {
692
+ "epoch": 0.5741066198008201,
693
+ "grad_norm": 3.4300451278686523,
694
+ "learning_rate": 1.770591681312244e-05,
695
+ "loss": 0.1302,
696
+ "step": 980
697
+ },
698
+ {
699
+ "epoch": 0.5799648506151143,
700
+ "grad_norm": 0.2585265636444092,
701
+ "learning_rate": 1.7682483889865264e-05,
702
+ "loss": 0.0252,
703
+ "step": 990
704
+ },
705
+ {
706
+ "epoch": 0.5858230814294083,
707
+ "grad_norm": 5.724643707275391,
708
+ "learning_rate": 1.7659050966608085e-05,
709
+ "loss": 0.1441,
710
+ "step": 1000
711
+ },
712
+ {
713
+ "epoch": 0.5916813122437024,
714
+ "grad_norm": 3.814067840576172,
715
+ "learning_rate": 1.763561804335091e-05,
716
+ "loss": 0.0298,
717
+ "step": 1010
718
+ },
719
+ {
720
+ "epoch": 0.5975395430579965,
721
+ "grad_norm": 0.9568992257118225,
722
+ "learning_rate": 1.7612185120093733e-05,
723
+ "loss": 0.375,
724
+ "step": 1020
725
+ },
726
+ {
727
+ "epoch": 0.6033977738722905,
728
+ "grad_norm": 0.07911839336156845,
729
+ "learning_rate": 1.7588752196836558e-05,
730
+ "loss": 0.1334,
731
+ "step": 1030
732
+ },
733
+ {
734
+ "epoch": 0.6092560046865847,
735
+ "grad_norm": 12.957563400268555,
736
+ "learning_rate": 1.7565319273579378e-05,
737
+ "loss": 0.2123,
738
+ "step": 1040
739
+ },
740
+ {
741
+ "epoch": 0.6151142355008787,
742
+ "grad_norm": 0.25080686807632446,
743
+ "learning_rate": 1.7541886350322202e-05,
744
+ "loss": 0.0201,
745
+ "step": 1050
746
+ },
747
+ {
748
+ "epoch": 0.6209724663151728,
749
+ "grad_norm": 0.17345930635929108,
750
+ "learning_rate": 1.7518453427065027e-05,
751
+ "loss": 0.108,
752
+ "step": 1060
753
+ },
754
+ {
755
+ "epoch": 0.6268306971294669,
756
+ "grad_norm": 5.377856731414795,
757
+ "learning_rate": 1.749502050380785e-05,
758
+ "loss": 0.1263,
759
+ "step": 1070
760
+ },
761
+ {
762
+ "epoch": 0.632688927943761,
763
+ "grad_norm": 0.24767795205116272,
764
+ "learning_rate": 1.7471587580550675e-05,
765
+ "loss": 0.0413,
766
+ "step": 1080
767
+ },
768
+ {
769
+ "epoch": 0.6385471587580551,
770
+ "grad_norm": 0.0758834108710289,
771
+ "learning_rate": 1.74481546572935e-05,
772
+ "loss": 0.017,
773
+ "step": 1090
774
+ },
775
+ {
776
+ "epoch": 0.6444053895723492,
777
+ "grad_norm": 4.1260905265808105,
778
+ "learning_rate": 1.7424721734036323e-05,
779
+ "loss": 0.061,
780
+ "step": 1100
781
+ },
782
+ {
783
+ "epoch": 0.6502636203866432,
784
+ "grad_norm": 0.050045400857925415,
785
+ "learning_rate": 1.7401288810779147e-05,
786
+ "loss": 0.0523,
787
+ "step": 1110
788
+ },
789
+ {
790
+ "epoch": 0.6561218512009374,
791
+ "grad_norm": 4.139227390289307,
792
+ "learning_rate": 1.737785588752197e-05,
793
+ "loss": 0.1138,
794
+ "step": 1120
795
+ },
796
+ {
797
+ "epoch": 0.6619800820152314,
798
+ "grad_norm": 2.0994224548339844,
799
+ "learning_rate": 1.7354422964264795e-05,
800
+ "loss": 0.2773,
801
+ "step": 1130
802
+ },
803
+ {
804
+ "epoch": 0.6678383128295254,
805
+ "grad_norm": 5.285941123962402,
806
+ "learning_rate": 1.733099004100762e-05,
807
+ "loss": 0.1247,
808
+ "step": 1140
809
+ },
810
+ {
811
+ "epoch": 0.6736965436438196,
812
+ "grad_norm": 0.09476584196090698,
813
+ "learning_rate": 1.730755711775044e-05,
814
+ "loss": 0.0738,
815
+ "step": 1150
816
+ },
817
+ {
818
+ "epoch": 0.6795547744581136,
819
+ "grad_norm": 0.10948991030454636,
820
+ "learning_rate": 1.7284124194493264e-05,
821
+ "loss": 0.1981,
822
+ "step": 1160
823
+ },
824
+ {
825
+ "epoch": 0.6854130052724078,
826
+ "grad_norm": 0.179415762424469,
827
+ "learning_rate": 1.726069127123609e-05,
828
+ "loss": 0.1038,
829
+ "step": 1170
830
+ },
831
+ {
832
+ "epoch": 0.6912712360867018,
833
+ "grad_norm": 4.8998894691467285,
834
+ "learning_rate": 1.7237258347978912e-05,
835
+ "loss": 0.1813,
836
+ "step": 1180
837
+ },
838
+ {
839
+ "epoch": 0.6971294669009959,
840
+ "grad_norm": 0.17422302067279816,
841
+ "learning_rate": 1.7213825424721737e-05,
842
+ "loss": 0.0713,
843
+ "step": 1190
844
+ },
845
+ {
846
+ "epoch": 0.70298769771529,
847
+ "grad_norm": 0.6925610899925232,
848
+ "learning_rate": 1.7190392501464557e-05,
849
+ "loss": 0.0414,
850
+ "step": 1200
851
+ },
852
+ {
853
+ "epoch": 0.7088459285295841,
854
+ "grad_norm": 0.05044275522232056,
855
+ "learning_rate": 1.716695957820738e-05,
856
+ "loss": 0.1019,
857
+ "step": 1210
858
+ },
859
+ {
860
+ "epoch": 0.7147041593438781,
861
+ "grad_norm": 0.14552544057369232,
862
+ "learning_rate": 1.7143526654950206e-05,
863
+ "loss": 0.1534,
864
+ "step": 1220
865
+ },
866
+ {
867
+ "epoch": 0.7205623901581723,
868
+ "grad_norm": 7.160550594329834,
869
+ "learning_rate": 1.712009373169303e-05,
870
+ "loss": 0.185,
871
+ "step": 1230
872
+ },
873
+ {
874
+ "epoch": 0.7264206209724663,
875
+ "grad_norm": 0.20127852261066437,
876
+ "learning_rate": 1.7096660808435854e-05,
877
+ "loss": 0.0505,
878
+ "step": 1240
879
+ },
880
+ {
881
+ "epoch": 0.7322788517867604,
882
+ "grad_norm": 0.07321985810995102,
883
+ "learning_rate": 1.7073227885178678e-05,
884
+ "loss": 0.0443,
885
+ "step": 1250
886
+ },
887
+ {
888
+ "epoch": 0.7381370826010545,
889
+ "grad_norm": 1.5325711965560913,
890
+ "learning_rate": 1.7049794961921502e-05,
891
+ "loss": 0.0673,
892
+ "step": 1260
893
+ },
894
+ {
895
+ "epoch": 0.7439953134153485,
896
+ "grad_norm": 1.1066352128982544,
897
+ "learning_rate": 1.7026362038664326e-05,
898
+ "loss": 0.1124,
899
+ "step": 1270
900
+ },
901
+ {
902
+ "epoch": 0.7498535442296427,
903
+ "grad_norm": 0.061127688735723495,
904
+ "learning_rate": 1.7002929115407147e-05,
905
+ "loss": 0.0795,
906
+ "step": 1280
907
+ },
908
+ {
909
+ "epoch": 0.7557117750439367,
910
+ "grad_norm": 0.2831653654575348,
911
+ "learning_rate": 1.697949619214997e-05,
912
+ "loss": 0.0952,
913
+ "step": 1290
914
+ },
915
+ {
916
+ "epoch": 0.7615700058582309,
917
+ "grad_norm": 0.04763650521636009,
918
+ "learning_rate": 1.6956063268892795e-05,
919
+ "loss": 0.227,
920
+ "step": 1300
921
+ },
922
+ {
923
+ "epoch": 0.7674282366725249,
924
+ "grad_norm": 0.043026477098464966,
925
+ "learning_rate": 1.693263034563562e-05,
926
+ "loss": 0.1314,
927
+ "step": 1310
928
+ },
929
+ {
930
+ "epoch": 0.773286467486819,
931
+ "grad_norm": 0.0663742944598198,
932
+ "learning_rate": 1.6909197422378443e-05,
933
+ "loss": 0.1627,
934
+ "step": 1320
935
+ },
936
+ {
937
+ "epoch": 0.7791446983011131,
938
+ "grad_norm": 0.09994468092918396,
939
+ "learning_rate": 1.6885764499121267e-05,
940
+ "loss": 0.0781,
941
+ "step": 1330
942
+ },
943
+ {
944
+ "epoch": 0.7850029291154071,
945
+ "grad_norm": 0.07375376671552658,
946
+ "learning_rate": 1.686233157586409e-05,
947
+ "loss": 0.1963,
948
+ "step": 1340
949
+ },
950
+ {
951
+ "epoch": 0.7908611599297012,
952
+ "grad_norm": 0.5165359973907471,
953
+ "learning_rate": 1.6838898652606916e-05,
954
+ "loss": 0.275,
955
+ "step": 1350
956
+ },
957
+ {
958
+ "epoch": 0.7967193907439953,
959
+ "grad_norm": 4.770512580871582,
960
+ "learning_rate": 1.681546572934974e-05,
961
+ "loss": 0.0923,
962
+ "step": 1360
963
+ },
964
+ {
965
+ "epoch": 0.8025776215582894,
966
+ "grad_norm": 0.10542096197605133,
967
+ "learning_rate": 1.679203280609256e-05,
968
+ "loss": 0.0993,
969
+ "step": 1370
970
+ },
971
+ {
972
+ "epoch": 0.8084358523725835,
973
+ "grad_norm": 0.08764227479696274,
974
+ "learning_rate": 1.6768599882835385e-05,
975
+ "loss": 0.0535,
976
+ "step": 1380
977
+ },
978
+ {
979
+ "epoch": 0.8142940831868776,
980
+ "grad_norm": 3.3957512378692627,
981
+ "learning_rate": 1.674516695957821e-05,
982
+ "loss": 0.0141,
983
+ "step": 1390
984
+ },
985
+ {
986
+ "epoch": 0.8201523140011716,
987
+ "grad_norm": 0.03514677286148071,
988
+ "learning_rate": 1.6721734036321033e-05,
989
+ "loss": 0.0481,
990
+ "step": 1400
991
+ },
992
+ {
993
+ "epoch": 0.8260105448154658,
994
+ "grad_norm": 0.054979559034109116,
995
+ "learning_rate": 1.6698301113063854e-05,
996
+ "loss": 0.0223,
997
+ "step": 1410
998
+ },
999
+ {
1000
+ "epoch": 0.8318687756297598,
1001
+ "grad_norm": 6.025042533874512,
1002
+ "learning_rate": 1.6674868189806678e-05,
1003
+ "loss": 0.2666,
1004
+ "step": 1420
1005
+ },
1006
+ {
1007
+ "epoch": 0.8377270064440538,
1008
+ "grad_norm": 0.11764468997716904,
1009
+ "learning_rate": 1.6651435266549502e-05,
1010
+ "loss": 0.1323,
1011
+ "step": 1430
1012
+ },
1013
+ {
1014
+ "epoch": 0.843585237258348,
1015
+ "grad_norm": 0.08743251860141754,
1016
+ "learning_rate": 1.6628002343292326e-05,
1017
+ "loss": 0.1267,
1018
+ "step": 1440
1019
+ },
1020
+ {
1021
+ "epoch": 0.849443468072642,
1022
+ "grad_norm": 0.16297052800655365,
1023
+ "learning_rate": 1.660456942003515e-05,
1024
+ "loss": 0.1671,
1025
+ "step": 1450
1026
+ },
1027
+ {
1028
+ "epoch": 0.8553016988869362,
1029
+ "grad_norm": 0.12175700068473816,
1030
+ "learning_rate": 1.6581136496777974e-05,
1031
+ "loss": 0.0084,
1032
+ "step": 1460
1033
+ },
1034
+ {
1035
+ "epoch": 0.8611599297012302,
1036
+ "grad_norm": 4.576499938964844,
1037
+ "learning_rate": 1.6557703573520798e-05,
1038
+ "loss": 0.0398,
1039
+ "step": 1470
1040
+ },
1041
+ {
1042
+ "epoch": 0.8670181605155243,
1043
+ "grad_norm": 1.2775115966796875,
1044
+ "learning_rate": 1.6534270650263622e-05,
1045
+ "loss": 0.0634,
1046
+ "step": 1480
1047
+ },
1048
+ {
1049
+ "epoch": 0.8728763913298184,
1050
+ "grad_norm": 4.699284553527832,
1051
+ "learning_rate": 1.6510837727006446e-05,
1052
+ "loss": 0.0668,
1053
+ "step": 1490
1054
+ },
1055
+ {
1056
+ "epoch": 0.8787346221441125,
1057
+ "grad_norm": 0.12817470729351044,
1058
+ "learning_rate": 1.648740480374927e-05,
1059
+ "loss": 0.0749,
1060
+ "step": 1500
1061
+ },
1062
+ {
1063
+ "epoch": 0.8845928529584065,
1064
+ "grad_norm": 5.865419864654541,
1065
+ "learning_rate": 1.6463971880492095e-05,
1066
+ "loss": 0.115,
1067
+ "step": 1510
1068
+ },
1069
+ {
1070
+ "epoch": 0.8904510837727007,
1071
+ "grad_norm": 3.5330662727355957,
1072
+ "learning_rate": 1.644053895723492e-05,
1073
+ "loss": 0.1223,
1074
+ "step": 1520
1075
+ },
1076
+ {
1077
+ "epoch": 0.8963093145869947,
1078
+ "grad_norm": 0.0576438307762146,
1079
+ "learning_rate": 1.641710603397774e-05,
1080
+ "loss": 0.2236,
1081
+ "step": 1530
1082
+ },
1083
+ {
1084
+ "epoch": 0.9021675454012889,
1085
+ "grad_norm": 0.03019624389708042,
1086
+ "learning_rate": 1.6393673110720564e-05,
1087
+ "loss": 0.062,
1088
+ "step": 1540
1089
+ },
1090
+ {
1091
+ "epoch": 0.9080257762155829,
1092
+ "grad_norm": 0.11998365819454193,
1093
+ "learning_rate": 1.6370240187463388e-05,
1094
+ "loss": 0.1792,
1095
+ "step": 1550
1096
+ },
1097
+ {
1098
+ "epoch": 0.9138840070298769,
1099
+ "grad_norm": 7.0185370445251465,
1100
+ "learning_rate": 1.6346807264206212e-05,
1101
+ "loss": 0.1184,
1102
+ "step": 1560
1103
+ },
1104
+ {
1105
+ "epoch": 0.9197422378441711,
1106
+ "grad_norm": 0.26941293478012085,
1107
+ "learning_rate": 1.6323374340949033e-05,
1108
+ "loss": 0.0451,
1109
+ "step": 1570
1110
+ },
1111
+ {
1112
+ "epoch": 0.9256004686584651,
1113
+ "grad_norm": 0.11105812340974808,
1114
+ "learning_rate": 1.6299941417691857e-05,
1115
+ "loss": 0.0957,
1116
+ "step": 1580
1117
+ },
1118
+ {
1119
+ "epoch": 0.9314586994727593,
1120
+ "grad_norm": 7.551598072052002,
1121
+ "learning_rate": 1.627650849443468e-05,
1122
+ "loss": 0.063,
1123
+ "step": 1590
1124
+ },
1125
+ {
1126
+ "epoch": 0.9373169302870533,
1127
+ "grad_norm": 0.03378705307841301,
1128
+ "learning_rate": 1.6253075571177505e-05,
1129
+ "loss": 0.0234,
1130
+ "step": 1600
1131
+ },
1132
+ {
1133
+ "epoch": 0.9431751611013474,
1134
+ "grad_norm": 0.25736942887306213,
1135
+ "learning_rate": 1.622964264792033e-05,
1136
+ "loss": 0.041,
1137
+ "step": 1610
1138
+ },
1139
+ {
1140
+ "epoch": 0.9490333919156415,
1141
+ "grad_norm": 0.14889341592788696,
1142
+ "learning_rate": 1.6206209724663153e-05,
1143
+ "loss": 0.0337,
1144
+ "step": 1620
1145
+ },
1146
+ {
1147
+ "epoch": 0.9548916227299356,
1148
+ "grad_norm": 0.05913722887635231,
1149
+ "learning_rate": 1.6182776801405977e-05,
1150
+ "loss": 0.1896,
1151
+ "step": 1630
1152
+ },
1153
+ {
1154
+ "epoch": 0.9607498535442296,
1155
+ "grad_norm": 0.3258120119571686,
1156
+ "learning_rate": 1.61593438781488e-05,
1157
+ "loss": 0.1096,
1158
+ "step": 1640
1159
+ },
1160
+ {
1161
+ "epoch": 0.9666080843585237,
1162
+ "grad_norm": 0.05084146186709404,
1163
+ "learning_rate": 1.6135910954891626e-05,
1164
+ "loss": 0.1543,
1165
+ "step": 1650
1166
+ },
1167
+ {
1168
+ "epoch": 0.9724663151728178,
1169
+ "grad_norm": 3.364567518234253,
1170
+ "learning_rate": 1.611247803163445e-05,
1171
+ "loss": 0.2953,
1172
+ "step": 1660
1173
+ },
1174
+ {
1175
+ "epoch": 0.9783245459871119,
1176
+ "grad_norm": 0.07459431141614914,
1177
+ "learning_rate": 1.608904510837727e-05,
1178
+ "loss": 0.0135,
1179
+ "step": 1670
1180
+ },
1181
+ {
1182
+ "epoch": 0.984182776801406,
1183
+ "grad_norm": 4.472078323364258,
1184
+ "learning_rate": 1.6065612185120094e-05,
1185
+ "loss": 0.1756,
1186
+ "step": 1680
1187
+ },
1188
+ {
1189
+ "epoch": 0.9900410076157,
1190
+ "grad_norm": 0.0766572579741478,
1191
+ "learning_rate": 1.604217926186292e-05,
1192
+ "loss": 0.0382,
1193
+ "step": 1690
1194
+ },
1195
+ {
1196
+ "epoch": 0.9958992384299942,
1197
+ "grad_norm": 4.629612445831299,
1198
+ "learning_rate": 1.6018746338605743e-05,
1199
+ "loss": 0.1475,
1200
+ "step": 1700
1201
+ }
1202
+ ],
1203
+ "logging_steps": 10,
1204
+ "max_steps": 8535,
1205
+ "num_input_tokens_seen": 0,
1206
+ "num_train_epochs": 5,
1207
+ "save_steps": 500,
1208
+ "stateful_callbacks": {
1209
+ "TrainerControl": {
1210
+ "args": {
1211
+ "should_epoch_stop": false,
1212
+ "should_evaluate": false,
1213
+ "should_log": false,
1214
+ "should_save": true,
1215
+ "should_training_stop": false
1216
+ },
1217
+ "attributes": {}
1218
+ }
1219
+ },
1220
+ "total_flos": 1845668899584000.0,
1221
+ "train_batch_size": 8,
1222
+ "trial_name": null,
1223
+ "trial_params": null
1224
+ }
checkpoint-1707/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87a4e501714564202c0209a049ed1ca37ab44c4dd546b453a11975aa3721875f
3
+ size 5841
checkpoint-3414/README.md ADDED
@@ -0,0 +1,206 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: protectai/deberta-v3-base-prompt-injection-v2
3
+ library_name: peft
4
+ tags:
5
+ - base_model:adapter:protectai/deberta-v3-base-prompt-injection-v2
6
+ - lora
7
+ - transformers
8
+ ---
9
+
10
+ # Model Card for Model ID
11
+
12
+ <!-- Provide a quick summary of what the model is/does. -->
13
+
14
+
15
+
16
+ ## Model Details
17
+
18
+ ### Model Description
19
+
20
+ <!-- Provide a longer summary of what this model is. -->
21
+
22
+
23
+
24
+ - **Developed by:** [More Information Needed]
25
+ - **Funded by [optional]:** [More Information Needed]
26
+ - **Shared by [optional]:** [More Information Needed]
27
+ - **Model type:** [More Information Needed]
28
+ - **Language(s) (NLP):** [More Information Needed]
29
+ - **License:** [More Information Needed]
30
+ - **Finetuned from model [optional]:** [More Information Needed]
31
+
32
+ ### Model Sources [optional]
33
+
34
+ <!-- Provide the basic links for the model. -->
35
+
36
+ - **Repository:** [More Information Needed]
37
+ - **Paper [optional]:** [More Information Needed]
38
+ - **Demo [optional]:** [More Information Needed]
39
+
40
+ ## Uses
41
+
42
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
43
+
44
+ ### Direct Use
45
+
46
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
47
+
48
+ [More Information Needed]
49
+
50
+ ### Downstream Use [optional]
51
+
52
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
53
+
54
+ [More Information Needed]
55
+
56
+ ### Out-of-Scope Use
57
+
58
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
59
+
60
+ [More Information Needed]
61
+
62
+ ## Bias, Risks, and Limitations
63
+
64
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
65
+
66
+ [More Information Needed]
67
+
68
+ ### Recommendations
69
+
70
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
71
+
72
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
73
+
74
+ ## How to Get Started with the Model
75
+
76
+ Use the code below to get started with the model.
77
+
78
+ [More Information Needed]
79
+
80
+ ## Training Details
81
+
82
+ ### Training Data
83
+
84
+ <!-- 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. -->
85
+
86
+ [More Information Needed]
87
+
88
+ ### Training Procedure
89
+
90
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
91
+
92
+ #### Preprocessing [optional]
93
+
94
+ [More Information Needed]
95
+
96
+
97
+ #### Training Hyperparameters
98
+
99
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
100
+
101
+ #### Speeds, Sizes, Times [optional]
102
+
103
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
104
+
105
+ [More Information Needed]
106
+
107
+ ## Evaluation
108
+
109
+ <!-- This section describes the evaluation protocols and provides the results. -->
110
+
111
+ ### Testing Data, Factors & Metrics
112
+
113
+ #### Testing Data
114
+
115
+ <!-- This should link to a Dataset Card if possible. -->
116
+
117
+ [More Information Needed]
118
+
119
+ #### Factors
120
+
121
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
122
+
123
+ [More Information Needed]
124
+
125
+ #### Metrics
126
+
127
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
128
+
129
+ [More Information Needed]
130
+
131
+ ### Results
132
+
133
+ [More Information Needed]
134
+
135
+ #### Summary
136
+
137
+
138
+
139
+ ## Model Examination [optional]
140
+
141
+ <!-- Relevant interpretability work for the model goes here -->
142
+
143
+ [More Information Needed]
144
+
145
+ ## Environmental Impact
146
+
147
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
148
+
149
+ 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).
150
+
151
+ - **Hardware Type:** [More Information Needed]
152
+ - **Hours used:** [More Information Needed]
153
+ - **Cloud Provider:** [More Information Needed]
154
+ - **Compute Region:** [More Information Needed]
155
+ - **Carbon Emitted:** [More Information Needed]
156
+
157
+ ## Technical Specifications [optional]
158
+
159
+ ### Model Architecture and Objective
160
+
161
+ [More Information Needed]
162
+
163
+ ### Compute Infrastructure
164
+
165
+ [More Information Needed]
166
+
167
+ #### Hardware
168
+
169
+ [More Information Needed]
170
+
171
+ #### Software
172
+
173
+ [More Information Needed]
174
+
175
+ ## Citation [optional]
176
+
177
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
178
+
179
+ **BibTeX:**
180
+
181
+ [More Information Needed]
182
+
183
+ **APA:**
184
+
185
+ [More Information Needed]
186
+
187
+ ## Glossary [optional]
188
+
189
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
190
+
191
+ [More Information Needed]
192
+
193
+ ## More Information [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Authors [optional]
198
+
199
+ [More Information Needed]
200
+
201
+ ## Model Card Contact
202
+
203
+ [More Information Needed]
204
+ ### Framework versions
205
+
206
+ - PEFT 0.18.1
checkpoint-3414/adapter_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "protectai/deberta-v3-base-prompt-injection-v2",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 64,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": [
25
+ "classifier",
26
+ "score"
27
+ ],
28
+ "peft_type": "LORA",
29
+ "peft_version": "0.18.1",
30
+ "qalora_group_size": 16,
31
+ "r": 64,
32
+ "rank_pattern": {},
33
+ "revision": null,
34
+ "target_modules": [
35
+ "query_proj",
36
+ "value_proj"
37
+ ],
38
+ "target_parameters": null,
39
+ "task_type": "SEQ_CLS",
40
+ "trainable_token_indices": null,
41
+ "use_dora": false,
42
+ "use_qalora": false,
43
+ "use_rslora": false
44
+ }
checkpoint-3414/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:731ff90a9cbb6dcec918b74ff982bcdd5e4f28fdf6422827b1cd37111776ff1d
3
+ size 9450704
checkpoint-3414/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fdd16079706dc3be1cc50c1cc48c6a48c72161a27c62f6d12ef3ba98489d992
3
+ size 18930123
checkpoint-3414/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1002b9a40f0a72f991afd6b78783e26f17e795078f27ef721d549091be19132b
3
+ size 14645
checkpoint-3414/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7821ac2948192ae5dfdbf609f2c5b345a33913b1a653a84c34869f001e99d2aa
3
+ size 1383
checkpoint-3414/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fb9ff1fd35fa27ee02459152cd35956b801641f58f02a5532601a73bf19dd51
3
+ size 1465
checkpoint-3414/special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "[CLS]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "[SEP]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "[MASK]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "[PAD]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "[SEP]",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "[UNK]",
46
+ "lstrip": false,
47
+ "normalized": true,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
checkpoint-3414/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-3414/tokenizer_config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "[CLS]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[SEP]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[UNK]",
29
+ "lstrip": false,
30
+ "normalized": true,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "128000": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "bos_token": "[CLS]",
45
+ "clean_up_tokenization_spaces": true,
46
+ "cls_token": "[CLS]",
47
+ "do_lower_case": false,
48
+ "eos_token": "[SEP]",
49
+ "extra_special_tokens": {},
50
+ "mask_token": "[MASK]",
51
+ "max_length": 512,
52
+ "model_max_length": 1000000000000000019884624838656,
53
+ "pad_token": "[PAD]",
54
+ "sep_token": "[SEP]",
55
+ "sp_model_kwargs": {},
56
+ "split_by_punct": false,
57
+ "stride": 0,
58
+ "tokenizer_class": "DebertaV2Tokenizer",
59
+ "truncation_side": "right",
60
+ "truncation_strategy": "longest_first",
61
+ "unk_token": "[UNK]",
62
+ "vocab_type": "spm"
63
+ }
checkpoint-3414/trainer_state.json ADDED
@@ -0,0 +1,2421 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 2.0,
6
+ "eval_steps": 500,
7
+ "global_step": 3414,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.005858230814294083,
14
+ "grad_norm": 14.95982551574707,
15
+ "learning_rate": 1.9978910369068542e-05,
16
+ "loss": 4.3468,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.011716461628588167,
21
+ "grad_norm": 19.284658432006836,
22
+ "learning_rate": 1.9955477445811366e-05,
23
+ "loss": 4.6374,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.01757469244288225,
28
+ "grad_norm": 11.212137222290039,
29
+ "learning_rate": 1.993204452255419e-05,
30
+ "loss": 2.4865,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.023432923257176334,
35
+ "grad_norm": 6.0227203369140625,
36
+ "learning_rate": 1.9908611599297014e-05,
37
+ "loss": 2.662,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.029291154071470416,
42
+ "grad_norm": 9.085187911987305,
43
+ "learning_rate": 1.988517867603984e-05,
44
+ "loss": 2.3138,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.0351493848857645,
49
+ "grad_norm": 8.839755058288574,
50
+ "learning_rate": 1.9861745752782663e-05,
51
+ "loss": 1.9221,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.041007615700058585,
56
+ "grad_norm": 5.003777027130127,
57
+ "learning_rate": 1.9838312829525487e-05,
58
+ "loss": 1.3857,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.04686584651435267,
63
+ "grad_norm": 7.108287811279297,
64
+ "learning_rate": 1.981487990626831e-05,
65
+ "loss": 1.5308,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.05272407732864675,
70
+ "grad_norm": 6.89133882522583,
71
+ "learning_rate": 1.9791446983011135e-05,
72
+ "loss": 1.3522,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.05858230814294083,
77
+ "grad_norm": 6.8093695640563965,
78
+ "learning_rate": 1.9768014059753956e-05,
79
+ "loss": 1.0296,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.06444053895723492,
84
+ "grad_norm": 2.8785605430603027,
85
+ "learning_rate": 1.974458113649678e-05,
86
+ "loss": 1.0909,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 0.070298769771529,
91
+ "grad_norm": 3.344712018966675,
92
+ "learning_rate": 1.9721148213239604e-05,
93
+ "loss": 0.8385,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 0.07615700058582309,
98
+ "grad_norm": 4.9901041984558105,
99
+ "learning_rate": 1.9697715289982428e-05,
100
+ "loss": 0.9958,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 0.08201523140011717,
105
+ "grad_norm": 4.131304740905762,
106
+ "learning_rate": 1.967428236672525e-05,
107
+ "loss": 0.8819,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 0.08787346221441125,
112
+ "grad_norm": 2.20668888092041,
113
+ "learning_rate": 1.9650849443468073e-05,
114
+ "loss": 0.7881,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 0.09373169302870533,
119
+ "grad_norm": 4.06991720199585,
120
+ "learning_rate": 1.9627416520210897e-05,
121
+ "loss": 0.8286,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 0.09958992384299942,
126
+ "grad_norm": 2.710232973098755,
127
+ "learning_rate": 1.960398359695372e-05,
128
+ "loss": 0.605,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 0.1054481546572935,
133
+ "grad_norm": 1.2272921800613403,
134
+ "learning_rate": 1.9580550673696545e-05,
135
+ "loss": 0.5988,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 0.11130638547158758,
140
+ "grad_norm": 1.7559036016464233,
141
+ "learning_rate": 1.955711775043937e-05,
142
+ "loss": 0.6549,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 0.11716461628588166,
147
+ "grad_norm": 2.8257083892822266,
148
+ "learning_rate": 1.9533684827182193e-05,
149
+ "loss": 0.6415,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 0.12302284710017575,
154
+ "grad_norm": 2.2019424438476562,
155
+ "learning_rate": 1.9510251903925017e-05,
156
+ "loss": 0.4694,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 0.12888107791446984,
161
+ "grad_norm": 2.916757345199585,
162
+ "learning_rate": 1.948681898066784e-05,
163
+ "loss": 0.5989,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 0.1347393087287639,
168
+ "grad_norm": 1.955367088317871,
169
+ "learning_rate": 1.9463386057410662e-05,
170
+ "loss": 0.478,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 0.140597539543058,
175
+ "grad_norm": 1.6670275926589966,
176
+ "learning_rate": 1.9439953134153486e-05,
177
+ "loss": 0.4398,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 0.14645577035735208,
182
+ "grad_norm": 1.7495224475860596,
183
+ "learning_rate": 1.941652021089631e-05,
184
+ "loss": 0.5017,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 0.15231400117164617,
189
+ "grad_norm": 1.3516908884048462,
190
+ "learning_rate": 1.9393087287639135e-05,
191
+ "loss": 0.3734,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 0.15817223198594024,
196
+ "grad_norm": 1.5071974992752075,
197
+ "learning_rate": 1.936965436438196e-05,
198
+ "loss": 0.4378,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 0.16403046280023434,
203
+ "grad_norm": 1.428642749786377,
204
+ "learning_rate": 1.9346221441124783e-05,
205
+ "loss": 0.3708,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 0.1698886936145284,
210
+ "grad_norm": 2.0682930946350098,
211
+ "learning_rate": 1.9322788517867607e-05,
212
+ "loss": 0.4321,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 0.1757469244288225,
217
+ "grad_norm": 4.945940971374512,
218
+ "learning_rate": 1.9299355594610428e-05,
219
+ "loss": 0.4092,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 0.18160515524311657,
224
+ "grad_norm": 1.2532398700714111,
225
+ "learning_rate": 1.9275922671353252e-05,
226
+ "loss": 0.2347,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 0.18746338605741067,
231
+ "grad_norm": 1.3484373092651367,
232
+ "learning_rate": 1.9252489748096076e-05,
233
+ "loss": 0.2977,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 0.19332161687170474,
238
+ "grad_norm": 1.7067067623138428,
239
+ "learning_rate": 1.92290568248389e-05,
240
+ "loss": 0.2155,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 0.19917984768599883,
245
+ "grad_norm": 1.3422434329986572,
246
+ "learning_rate": 1.9205623901581724e-05,
247
+ "loss": 0.2571,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 0.2050380785002929,
252
+ "grad_norm": 0.6787233948707581,
253
+ "learning_rate": 1.9182190978324548e-05,
254
+ "loss": 0.2459,
255
+ "step": 350
256
+ },
257
+ {
258
+ "epoch": 0.210896309314587,
259
+ "grad_norm": 0.7697986364364624,
260
+ "learning_rate": 1.915875805506737e-05,
261
+ "loss": 0.2171,
262
+ "step": 360
263
+ },
264
+ {
265
+ "epoch": 0.21675454012888107,
266
+ "grad_norm": 2.9185574054718018,
267
+ "learning_rate": 1.9135325131810193e-05,
268
+ "loss": 0.2731,
269
+ "step": 370
270
+ },
271
+ {
272
+ "epoch": 0.22261277094317516,
273
+ "grad_norm": 1.8088535070419312,
274
+ "learning_rate": 1.9111892208553017e-05,
275
+ "loss": 0.2691,
276
+ "step": 380
277
+ },
278
+ {
279
+ "epoch": 0.22847100175746923,
280
+ "grad_norm": 1.4816365242004395,
281
+ "learning_rate": 1.908845928529584e-05,
282
+ "loss": 0.1665,
283
+ "step": 390
284
+ },
285
+ {
286
+ "epoch": 0.23432923257176333,
287
+ "grad_norm": 3.9424285888671875,
288
+ "learning_rate": 1.9065026362038665e-05,
289
+ "loss": 0.1885,
290
+ "step": 400
291
+ },
292
+ {
293
+ "epoch": 0.2401874633860574,
294
+ "grad_norm": 1.9072023630142212,
295
+ "learning_rate": 1.904159343878149e-05,
296
+ "loss": 0.3134,
297
+ "step": 410
298
+ },
299
+ {
300
+ "epoch": 0.2460456942003515,
301
+ "grad_norm": 0.817992627620697,
302
+ "learning_rate": 1.9018160515524314e-05,
303
+ "loss": 0.1547,
304
+ "step": 420
305
+ },
306
+ {
307
+ "epoch": 0.2519039250146456,
308
+ "grad_norm": 2.727170944213867,
309
+ "learning_rate": 1.8994727592267138e-05,
310
+ "loss": 0.1292,
311
+ "step": 430
312
+ },
313
+ {
314
+ "epoch": 0.2577621558289397,
315
+ "grad_norm": 1.7762303352355957,
316
+ "learning_rate": 1.8971294669009962e-05,
317
+ "loss": 0.1353,
318
+ "step": 440
319
+ },
320
+ {
321
+ "epoch": 0.26362038664323373,
322
+ "grad_norm": 0.4511788785457611,
323
+ "learning_rate": 1.8947861745752786e-05,
324
+ "loss": 0.1999,
325
+ "step": 450
326
+ },
327
+ {
328
+ "epoch": 0.2694786174575278,
329
+ "grad_norm": 2.340090751647949,
330
+ "learning_rate": 1.892442882249561e-05,
331
+ "loss": 0.0877,
332
+ "step": 460
333
+ },
334
+ {
335
+ "epoch": 0.2753368482718219,
336
+ "grad_norm": 1.6077126264572144,
337
+ "learning_rate": 1.890099589923843e-05,
338
+ "loss": 0.178,
339
+ "step": 470
340
+ },
341
+ {
342
+ "epoch": 0.281195079086116,
343
+ "grad_norm": 1.6138532161712646,
344
+ "learning_rate": 1.8877562975981255e-05,
345
+ "loss": 0.2541,
346
+ "step": 480
347
+ },
348
+ {
349
+ "epoch": 0.28705330990041006,
350
+ "grad_norm": 3.209932327270508,
351
+ "learning_rate": 1.885413005272408e-05,
352
+ "loss": 0.108,
353
+ "step": 490
354
+ },
355
+ {
356
+ "epoch": 0.29291154071470415,
357
+ "grad_norm": 3.5678186416625977,
358
+ "learning_rate": 1.8830697129466903e-05,
359
+ "loss": 0.141,
360
+ "step": 500
361
+ },
362
+ {
363
+ "epoch": 0.29876977152899825,
364
+ "grad_norm": 3.03879976272583,
365
+ "learning_rate": 1.8807264206209724e-05,
366
+ "loss": 0.2155,
367
+ "step": 510
368
+ },
369
+ {
370
+ "epoch": 0.30462800234329235,
371
+ "grad_norm": 0.4257088899612427,
372
+ "learning_rate": 1.8783831282952548e-05,
373
+ "loss": 0.2603,
374
+ "step": 520
375
+ },
376
+ {
377
+ "epoch": 0.3104862331575864,
378
+ "grad_norm": 2.5923264026641846,
379
+ "learning_rate": 1.8760398359695372e-05,
380
+ "loss": 0.1271,
381
+ "step": 530
382
+ },
383
+ {
384
+ "epoch": 0.3163444639718805,
385
+ "grad_norm": 2.9671404361724854,
386
+ "learning_rate": 1.8736965436438196e-05,
387
+ "loss": 0.1323,
388
+ "step": 540
389
+ },
390
+ {
391
+ "epoch": 0.3222026947861746,
392
+ "grad_norm": 0.1397818624973297,
393
+ "learning_rate": 1.871353251318102e-05,
394
+ "loss": 0.0597,
395
+ "step": 550
396
+ },
397
+ {
398
+ "epoch": 0.3280609256004687,
399
+ "grad_norm": 0.5060864686965942,
400
+ "learning_rate": 1.8690099589923845e-05,
401
+ "loss": 0.2495,
402
+ "step": 560
403
+ },
404
+ {
405
+ "epoch": 0.3339191564147627,
406
+ "grad_norm": 1.6251068115234375,
407
+ "learning_rate": 1.866666666666667e-05,
408
+ "loss": 0.3011,
409
+ "step": 570
410
+ },
411
+ {
412
+ "epoch": 0.3397773872290568,
413
+ "grad_norm": 0.20143267512321472,
414
+ "learning_rate": 1.8643233743409493e-05,
415
+ "loss": 0.1201,
416
+ "step": 580
417
+ },
418
+ {
419
+ "epoch": 0.3456356180433509,
420
+ "grad_norm": 0.1996494084596634,
421
+ "learning_rate": 1.8619800820152317e-05,
422
+ "loss": 0.2238,
423
+ "step": 590
424
+ },
425
+ {
426
+ "epoch": 0.351493848857645,
427
+ "grad_norm": 2.6201045513153076,
428
+ "learning_rate": 1.859636789689514e-05,
429
+ "loss": 0.1274,
430
+ "step": 600
431
+ },
432
+ {
433
+ "epoch": 0.35735207967193905,
434
+ "grad_norm": 3.8342576026916504,
435
+ "learning_rate": 1.8572934973637965e-05,
436
+ "loss": 0.0662,
437
+ "step": 610
438
+ },
439
+ {
440
+ "epoch": 0.36321031048623315,
441
+ "grad_norm": 4.215113162994385,
442
+ "learning_rate": 1.8549502050380786e-05,
443
+ "loss": 0.0751,
444
+ "step": 620
445
+ },
446
+ {
447
+ "epoch": 0.36906854130052724,
448
+ "grad_norm": 6.333745002746582,
449
+ "learning_rate": 1.852606912712361e-05,
450
+ "loss": 0.1664,
451
+ "step": 630
452
+ },
453
+ {
454
+ "epoch": 0.37492677211482134,
455
+ "grad_norm": 6.037374973297119,
456
+ "learning_rate": 1.8502636203866434e-05,
457
+ "loss": 0.3169,
458
+ "step": 640
459
+ },
460
+ {
461
+ "epoch": 0.38078500292911543,
462
+ "grad_norm": 0.39565032720565796,
463
+ "learning_rate": 1.8479203280609258e-05,
464
+ "loss": 0.1296,
465
+ "step": 650
466
+ },
467
+ {
468
+ "epoch": 0.3866432337434095,
469
+ "grad_norm": 6.911872386932373,
470
+ "learning_rate": 1.8455770357352082e-05,
471
+ "loss": 0.256,
472
+ "step": 660
473
+ },
474
+ {
475
+ "epoch": 0.39250146455770357,
476
+ "grad_norm": 0.17452439665794373,
477
+ "learning_rate": 1.8432337434094903e-05,
478
+ "loss": 0.0724,
479
+ "step": 670
480
+ },
481
+ {
482
+ "epoch": 0.39835969537199767,
483
+ "grad_norm": 0.1822187453508377,
484
+ "learning_rate": 1.8408904510837727e-05,
485
+ "loss": 0.0972,
486
+ "step": 680
487
+ },
488
+ {
489
+ "epoch": 0.40421792618629176,
490
+ "grad_norm": 2.590902328491211,
491
+ "learning_rate": 1.838547158758055e-05,
492
+ "loss": 0.1851,
493
+ "step": 690
494
+ },
495
+ {
496
+ "epoch": 0.4100761570005858,
497
+ "grad_norm": 0.2342429906129837,
498
+ "learning_rate": 1.8362038664323375e-05,
499
+ "loss": 0.2552,
500
+ "step": 700
501
+ },
502
+ {
503
+ "epoch": 0.4159343878148799,
504
+ "grad_norm": 1.4866358041763306,
505
+ "learning_rate": 1.83386057410662e-05,
506
+ "loss": 0.131,
507
+ "step": 710
508
+ },
509
+ {
510
+ "epoch": 0.421792618629174,
511
+ "grad_norm": 3.6473488807678223,
512
+ "learning_rate": 1.8315172817809024e-05,
513
+ "loss": 0.2056,
514
+ "step": 720
515
+ },
516
+ {
517
+ "epoch": 0.4276508494434681,
518
+ "grad_norm": 4.957830429077148,
519
+ "learning_rate": 1.8291739894551848e-05,
520
+ "loss": 0.2499,
521
+ "step": 730
522
+ },
523
+ {
524
+ "epoch": 0.43350908025776214,
525
+ "grad_norm": 0.18394331634044647,
526
+ "learning_rate": 1.8268306971294672e-05,
527
+ "loss": 0.0795,
528
+ "step": 740
529
+ },
530
+ {
531
+ "epoch": 0.43936731107205623,
532
+ "grad_norm": 0.15296845138072968,
533
+ "learning_rate": 1.8244874048037493e-05,
534
+ "loss": 0.0301,
535
+ "step": 750
536
+ },
537
+ {
538
+ "epoch": 0.44522554188635033,
539
+ "grad_norm": 0.2405184507369995,
540
+ "learning_rate": 1.8221441124780317e-05,
541
+ "loss": 0.0557,
542
+ "step": 760
543
+ },
544
+ {
545
+ "epoch": 0.4510837727006444,
546
+ "grad_norm": 2.8683652877807617,
547
+ "learning_rate": 1.819800820152314e-05,
548
+ "loss": 0.2331,
549
+ "step": 770
550
+ },
551
+ {
552
+ "epoch": 0.45694200351493847,
553
+ "grad_norm": 0.8913503289222717,
554
+ "learning_rate": 1.8174575278265965e-05,
555
+ "loss": 0.2253,
556
+ "step": 780
557
+ },
558
+ {
559
+ "epoch": 0.46280023432923256,
560
+ "grad_norm": 0.7034773826599121,
561
+ "learning_rate": 1.815114235500879e-05,
562
+ "loss": 0.1177,
563
+ "step": 790
564
+ },
565
+ {
566
+ "epoch": 0.46865846514352666,
567
+ "grad_norm": 0.3686612844467163,
568
+ "learning_rate": 1.8127709431751613e-05,
569
+ "loss": 0.2178,
570
+ "step": 800
571
+ },
572
+ {
573
+ "epoch": 0.47451669595782076,
574
+ "grad_norm": 4.0067524909973145,
575
+ "learning_rate": 1.8104276508494437e-05,
576
+ "loss": 0.1373,
577
+ "step": 810
578
+ },
579
+ {
580
+ "epoch": 0.4803749267721148,
581
+ "grad_norm": 4.526524066925049,
582
+ "learning_rate": 1.808084358523726e-05,
583
+ "loss": 0.1769,
584
+ "step": 820
585
+ },
586
+ {
587
+ "epoch": 0.4862331575864089,
588
+ "grad_norm": 10.620451927185059,
589
+ "learning_rate": 1.8057410661980082e-05,
590
+ "loss": 0.0887,
591
+ "step": 830
592
+ },
593
+ {
594
+ "epoch": 0.492091388400703,
595
+ "grad_norm": 1.2064718008041382,
596
+ "learning_rate": 1.8033977738722906e-05,
597
+ "loss": 0.2784,
598
+ "step": 840
599
+ },
600
+ {
601
+ "epoch": 0.4979496192149971,
602
+ "grad_norm": 2.4158217906951904,
603
+ "learning_rate": 1.801054481546573e-05,
604
+ "loss": 0.1493,
605
+ "step": 850
606
+ },
607
+ {
608
+ "epoch": 0.5038078500292912,
609
+ "grad_norm": 4.48486328125,
610
+ "learning_rate": 1.7987111892208554e-05,
611
+ "loss": 0.0502,
612
+ "step": 860
613
+ },
614
+ {
615
+ "epoch": 0.5096660808435852,
616
+ "grad_norm": 0.5434872508049011,
617
+ "learning_rate": 1.796367896895138e-05,
618
+ "loss": 0.052,
619
+ "step": 870
620
+ },
621
+ {
622
+ "epoch": 0.5155243116578794,
623
+ "grad_norm": 0.11767154932022095,
624
+ "learning_rate": 1.7940246045694203e-05,
625
+ "loss": 0.1079,
626
+ "step": 880
627
+ },
628
+ {
629
+ "epoch": 0.5213825424721734,
630
+ "grad_norm": 0.14388304948806763,
631
+ "learning_rate": 1.7916813122437023e-05,
632
+ "loss": 0.1596,
633
+ "step": 890
634
+ },
635
+ {
636
+ "epoch": 0.5272407732864675,
637
+ "grad_norm": 4.8957905769348145,
638
+ "learning_rate": 1.7893380199179847e-05,
639
+ "loss": 0.1127,
640
+ "step": 900
641
+ },
642
+ {
643
+ "epoch": 0.5330990041007616,
644
+ "grad_norm": 0.09456570446491241,
645
+ "learning_rate": 1.786994727592267e-05,
646
+ "loss": 0.215,
647
+ "step": 910
648
+ },
649
+ {
650
+ "epoch": 0.5389572349150556,
651
+ "grad_norm": 0.1968098133802414,
652
+ "learning_rate": 1.7846514352665496e-05,
653
+ "loss": 0.1591,
654
+ "step": 920
655
+ },
656
+ {
657
+ "epoch": 0.5448154657293497,
658
+ "grad_norm": 0.3306093215942383,
659
+ "learning_rate": 1.782308142940832e-05,
660
+ "loss": 0.0166,
661
+ "step": 930
662
+ },
663
+ {
664
+ "epoch": 0.5506736965436438,
665
+ "grad_norm": 3.040661573410034,
666
+ "learning_rate": 1.7799648506151144e-05,
667
+ "loss": 0.0556,
668
+ "step": 940
669
+ },
670
+ {
671
+ "epoch": 0.5565319273579379,
672
+ "grad_norm": 0.1786162257194519,
673
+ "learning_rate": 1.7776215582893968e-05,
674
+ "loss": 0.15,
675
+ "step": 950
676
+ },
677
+ {
678
+ "epoch": 0.562390158172232,
679
+ "grad_norm": 3.1493492126464844,
680
+ "learning_rate": 1.7752782659636792e-05,
681
+ "loss": 0.3242,
682
+ "step": 960
683
+ },
684
+ {
685
+ "epoch": 0.5682483889865261,
686
+ "grad_norm": 0.3529878556728363,
687
+ "learning_rate": 1.7729349736379616e-05,
688
+ "loss": 0.1432,
689
+ "step": 970
690
+ },
691
+ {
692
+ "epoch": 0.5741066198008201,
693
+ "grad_norm": 3.4300451278686523,
694
+ "learning_rate": 1.770591681312244e-05,
695
+ "loss": 0.1302,
696
+ "step": 980
697
+ },
698
+ {
699
+ "epoch": 0.5799648506151143,
700
+ "grad_norm": 0.2585265636444092,
701
+ "learning_rate": 1.7682483889865264e-05,
702
+ "loss": 0.0252,
703
+ "step": 990
704
+ },
705
+ {
706
+ "epoch": 0.5858230814294083,
707
+ "grad_norm": 5.724643707275391,
708
+ "learning_rate": 1.7659050966608085e-05,
709
+ "loss": 0.1441,
710
+ "step": 1000
711
+ },
712
+ {
713
+ "epoch": 0.5916813122437024,
714
+ "grad_norm": 3.814067840576172,
715
+ "learning_rate": 1.763561804335091e-05,
716
+ "loss": 0.0298,
717
+ "step": 1010
718
+ },
719
+ {
720
+ "epoch": 0.5975395430579965,
721
+ "grad_norm": 0.9568992257118225,
722
+ "learning_rate": 1.7612185120093733e-05,
723
+ "loss": 0.375,
724
+ "step": 1020
725
+ },
726
+ {
727
+ "epoch": 0.6033977738722905,
728
+ "grad_norm": 0.07911839336156845,
729
+ "learning_rate": 1.7588752196836558e-05,
730
+ "loss": 0.1334,
731
+ "step": 1030
732
+ },
733
+ {
734
+ "epoch": 0.6092560046865847,
735
+ "grad_norm": 12.957563400268555,
736
+ "learning_rate": 1.7565319273579378e-05,
737
+ "loss": 0.2123,
738
+ "step": 1040
739
+ },
740
+ {
741
+ "epoch": 0.6151142355008787,
742
+ "grad_norm": 0.25080686807632446,
743
+ "learning_rate": 1.7541886350322202e-05,
744
+ "loss": 0.0201,
745
+ "step": 1050
746
+ },
747
+ {
748
+ "epoch": 0.6209724663151728,
749
+ "grad_norm": 0.17345930635929108,
750
+ "learning_rate": 1.7518453427065027e-05,
751
+ "loss": 0.108,
752
+ "step": 1060
753
+ },
754
+ {
755
+ "epoch": 0.6268306971294669,
756
+ "grad_norm": 5.377856731414795,
757
+ "learning_rate": 1.749502050380785e-05,
758
+ "loss": 0.1263,
759
+ "step": 1070
760
+ },
761
+ {
762
+ "epoch": 0.632688927943761,
763
+ "grad_norm": 0.24767795205116272,
764
+ "learning_rate": 1.7471587580550675e-05,
765
+ "loss": 0.0413,
766
+ "step": 1080
767
+ },
768
+ {
769
+ "epoch": 0.6385471587580551,
770
+ "grad_norm": 0.0758834108710289,
771
+ "learning_rate": 1.74481546572935e-05,
772
+ "loss": 0.017,
773
+ "step": 1090
774
+ },
775
+ {
776
+ "epoch": 0.6444053895723492,
777
+ "grad_norm": 4.1260905265808105,
778
+ "learning_rate": 1.7424721734036323e-05,
779
+ "loss": 0.061,
780
+ "step": 1100
781
+ },
782
+ {
783
+ "epoch": 0.6502636203866432,
784
+ "grad_norm": 0.050045400857925415,
785
+ "learning_rate": 1.7401288810779147e-05,
786
+ "loss": 0.0523,
787
+ "step": 1110
788
+ },
789
+ {
790
+ "epoch": 0.6561218512009374,
791
+ "grad_norm": 4.139227390289307,
792
+ "learning_rate": 1.737785588752197e-05,
793
+ "loss": 0.1138,
794
+ "step": 1120
795
+ },
796
+ {
797
+ "epoch": 0.6619800820152314,
798
+ "grad_norm": 2.0994224548339844,
799
+ "learning_rate": 1.7354422964264795e-05,
800
+ "loss": 0.2773,
801
+ "step": 1130
802
+ },
803
+ {
804
+ "epoch": 0.6678383128295254,
805
+ "grad_norm": 5.285941123962402,
806
+ "learning_rate": 1.733099004100762e-05,
807
+ "loss": 0.1247,
808
+ "step": 1140
809
+ },
810
+ {
811
+ "epoch": 0.6736965436438196,
812
+ "grad_norm": 0.09476584196090698,
813
+ "learning_rate": 1.730755711775044e-05,
814
+ "loss": 0.0738,
815
+ "step": 1150
816
+ },
817
+ {
818
+ "epoch": 0.6795547744581136,
819
+ "grad_norm": 0.10948991030454636,
820
+ "learning_rate": 1.7284124194493264e-05,
821
+ "loss": 0.1981,
822
+ "step": 1160
823
+ },
824
+ {
825
+ "epoch": 0.6854130052724078,
826
+ "grad_norm": 0.179415762424469,
827
+ "learning_rate": 1.726069127123609e-05,
828
+ "loss": 0.1038,
829
+ "step": 1170
830
+ },
831
+ {
832
+ "epoch": 0.6912712360867018,
833
+ "grad_norm": 4.8998894691467285,
834
+ "learning_rate": 1.7237258347978912e-05,
835
+ "loss": 0.1813,
836
+ "step": 1180
837
+ },
838
+ {
839
+ "epoch": 0.6971294669009959,
840
+ "grad_norm": 0.17422302067279816,
841
+ "learning_rate": 1.7213825424721737e-05,
842
+ "loss": 0.0713,
843
+ "step": 1190
844
+ },
845
+ {
846
+ "epoch": 0.70298769771529,
847
+ "grad_norm": 0.6925610899925232,
848
+ "learning_rate": 1.7190392501464557e-05,
849
+ "loss": 0.0414,
850
+ "step": 1200
851
+ },
852
+ {
853
+ "epoch": 0.7088459285295841,
854
+ "grad_norm": 0.05044275522232056,
855
+ "learning_rate": 1.716695957820738e-05,
856
+ "loss": 0.1019,
857
+ "step": 1210
858
+ },
859
+ {
860
+ "epoch": 0.7147041593438781,
861
+ "grad_norm": 0.14552544057369232,
862
+ "learning_rate": 1.7143526654950206e-05,
863
+ "loss": 0.1534,
864
+ "step": 1220
865
+ },
866
+ {
867
+ "epoch": 0.7205623901581723,
868
+ "grad_norm": 7.160550594329834,
869
+ "learning_rate": 1.712009373169303e-05,
870
+ "loss": 0.185,
871
+ "step": 1230
872
+ },
873
+ {
874
+ "epoch": 0.7264206209724663,
875
+ "grad_norm": 0.20127852261066437,
876
+ "learning_rate": 1.7096660808435854e-05,
877
+ "loss": 0.0505,
878
+ "step": 1240
879
+ },
880
+ {
881
+ "epoch": 0.7322788517867604,
882
+ "grad_norm": 0.07321985810995102,
883
+ "learning_rate": 1.7073227885178678e-05,
884
+ "loss": 0.0443,
885
+ "step": 1250
886
+ },
887
+ {
888
+ "epoch": 0.7381370826010545,
889
+ "grad_norm": 1.5325711965560913,
890
+ "learning_rate": 1.7049794961921502e-05,
891
+ "loss": 0.0673,
892
+ "step": 1260
893
+ },
894
+ {
895
+ "epoch": 0.7439953134153485,
896
+ "grad_norm": 1.1066352128982544,
897
+ "learning_rate": 1.7026362038664326e-05,
898
+ "loss": 0.1124,
899
+ "step": 1270
900
+ },
901
+ {
902
+ "epoch": 0.7498535442296427,
903
+ "grad_norm": 0.061127688735723495,
904
+ "learning_rate": 1.7002929115407147e-05,
905
+ "loss": 0.0795,
906
+ "step": 1280
907
+ },
908
+ {
909
+ "epoch": 0.7557117750439367,
910
+ "grad_norm": 0.2831653654575348,
911
+ "learning_rate": 1.697949619214997e-05,
912
+ "loss": 0.0952,
913
+ "step": 1290
914
+ },
915
+ {
916
+ "epoch": 0.7615700058582309,
917
+ "grad_norm": 0.04763650521636009,
918
+ "learning_rate": 1.6956063268892795e-05,
919
+ "loss": 0.227,
920
+ "step": 1300
921
+ },
922
+ {
923
+ "epoch": 0.7674282366725249,
924
+ "grad_norm": 0.043026477098464966,
925
+ "learning_rate": 1.693263034563562e-05,
926
+ "loss": 0.1314,
927
+ "step": 1310
928
+ },
929
+ {
930
+ "epoch": 0.773286467486819,
931
+ "grad_norm": 0.0663742944598198,
932
+ "learning_rate": 1.6909197422378443e-05,
933
+ "loss": 0.1627,
934
+ "step": 1320
935
+ },
936
+ {
937
+ "epoch": 0.7791446983011131,
938
+ "grad_norm": 0.09994468092918396,
939
+ "learning_rate": 1.6885764499121267e-05,
940
+ "loss": 0.0781,
941
+ "step": 1330
942
+ },
943
+ {
944
+ "epoch": 0.7850029291154071,
945
+ "grad_norm": 0.07375376671552658,
946
+ "learning_rate": 1.686233157586409e-05,
947
+ "loss": 0.1963,
948
+ "step": 1340
949
+ },
950
+ {
951
+ "epoch": 0.7908611599297012,
952
+ "grad_norm": 0.5165359973907471,
953
+ "learning_rate": 1.6838898652606916e-05,
954
+ "loss": 0.275,
955
+ "step": 1350
956
+ },
957
+ {
958
+ "epoch": 0.7967193907439953,
959
+ "grad_norm": 4.770512580871582,
960
+ "learning_rate": 1.681546572934974e-05,
961
+ "loss": 0.0923,
962
+ "step": 1360
963
+ },
964
+ {
965
+ "epoch": 0.8025776215582894,
966
+ "grad_norm": 0.10542096197605133,
967
+ "learning_rate": 1.679203280609256e-05,
968
+ "loss": 0.0993,
969
+ "step": 1370
970
+ },
971
+ {
972
+ "epoch": 0.8084358523725835,
973
+ "grad_norm": 0.08764227479696274,
974
+ "learning_rate": 1.6768599882835385e-05,
975
+ "loss": 0.0535,
976
+ "step": 1380
977
+ },
978
+ {
979
+ "epoch": 0.8142940831868776,
980
+ "grad_norm": 3.3957512378692627,
981
+ "learning_rate": 1.674516695957821e-05,
982
+ "loss": 0.0141,
983
+ "step": 1390
984
+ },
985
+ {
986
+ "epoch": 0.8201523140011716,
987
+ "grad_norm": 0.03514677286148071,
988
+ "learning_rate": 1.6721734036321033e-05,
989
+ "loss": 0.0481,
990
+ "step": 1400
991
+ },
992
+ {
993
+ "epoch": 0.8260105448154658,
994
+ "grad_norm": 0.054979559034109116,
995
+ "learning_rate": 1.6698301113063854e-05,
996
+ "loss": 0.0223,
997
+ "step": 1410
998
+ },
999
+ {
1000
+ "epoch": 0.8318687756297598,
1001
+ "grad_norm": 6.025042533874512,
1002
+ "learning_rate": 1.6674868189806678e-05,
1003
+ "loss": 0.2666,
1004
+ "step": 1420
1005
+ },
1006
+ {
1007
+ "epoch": 0.8377270064440538,
1008
+ "grad_norm": 0.11764468997716904,
1009
+ "learning_rate": 1.6651435266549502e-05,
1010
+ "loss": 0.1323,
1011
+ "step": 1430
1012
+ },
1013
+ {
1014
+ "epoch": 0.843585237258348,
1015
+ "grad_norm": 0.08743251860141754,
1016
+ "learning_rate": 1.6628002343292326e-05,
1017
+ "loss": 0.1267,
1018
+ "step": 1440
1019
+ },
1020
+ {
1021
+ "epoch": 0.849443468072642,
1022
+ "grad_norm": 0.16297052800655365,
1023
+ "learning_rate": 1.660456942003515e-05,
1024
+ "loss": 0.1671,
1025
+ "step": 1450
1026
+ },
1027
+ {
1028
+ "epoch": 0.8553016988869362,
1029
+ "grad_norm": 0.12175700068473816,
1030
+ "learning_rate": 1.6581136496777974e-05,
1031
+ "loss": 0.0084,
1032
+ "step": 1460
1033
+ },
1034
+ {
1035
+ "epoch": 0.8611599297012302,
1036
+ "grad_norm": 4.576499938964844,
1037
+ "learning_rate": 1.6557703573520798e-05,
1038
+ "loss": 0.0398,
1039
+ "step": 1470
1040
+ },
1041
+ {
1042
+ "epoch": 0.8670181605155243,
1043
+ "grad_norm": 1.2775115966796875,
1044
+ "learning_rate": 1.6534270650263622e-05,
1045
+ "loss": 0.0634,
1046
+ "step": 1480
1047
+ },
1048
+ {
1049
+ "epoch": 0.8728763913298184,
1050
+ "grad_norm": 4.699284553527832,
1051
+ "learning_rate": 1.6510837727006446e-05,
1052
+ "loss": 0.0668,
1053
+ "step": 1490
1054
+ },
1055
+ {
1056
+ "epoch": 0.8787346221441125,
1057
+ "grad_norm": 0.12817470729351044,
1058
+ "learning_rate": 1.648740480374927e-05,
1059
+ "loss": 0.0749,
1060
+ "step": 1500
1061
+ },
1062
+ {
1063
+ "epoch": 0.8845928529584065,
1064
+ "grad_norm": 5.865419864654541,
1065
+ "learning_rate": 1.6463971880492095e-05,
1066
+ "loss": 0.115,
1067
+ "step": 1510
1068
+ },
1069
+ {
1070
+ "epoch": 0.8904510837727007,
1071
+ "grad_norm": 3.5330662727355957,
1072
+ "learning_rate": 1.644053895723492e-05,
1073
+ "loss": 0.1223,
1074
+ "step": 1520
1075
+ },
1076
+ {
1077
+ "epoch": 0.8963093145869947,
1078
+ "grad_norm": 0.0576438307762146,
1079
+ "learning_rate": 1.641710603397774e-05,
1080
+ "loss": 0.2236,
1081
+ "step": 1530
1082
+ },
1083
+ {
1084
+ "epoch": 0.9021675454012889,
1085
+ "grad_norm": 0.03019624389708042,
1086
+ "learning_rate": 1.6393673110720564e-05,
1087
+ "loss": 0.062,
1088
+ "step": 1540
1089
+ },
1090
+ {
1091
+ "epoch": 0.9080257762155829,
1092
+ "grad_norm": 0.11998365819454193,
1093
+ "learning_rate": 1.6370240187463388e-05,
1094
+ "loss": 0.1792,
1095
+ "step": 1550
1096
+ },
1097
+ {
1098
+ "epoch": 0.9138840070298769,
1099
+ "grad_norm": 7.0185370445251465,
1100
+ "learning_rate": 1.6346807264206212e-05,
1101
+ "loss": 0.1184,
1102
+ "step": 1560
1103
+ },
1104
+ {
1105
+ "epoch": 0.9197422378441711,
1106
+ "grad_norm": 0.26941293478012085,
1107
+ "learning_rate": 1.6323374340949033e-05,
1108
+ "loss": 0.0451,
1109
+ "step": 1570
1110
+ },
1111
+ {
1112
+ "epoch": 0.9256004686584651,
1113
+ "grad_norm": 0.11105812340974808,
1114
+ "learning_rate": 1.6299941417691857e-05,
1115
+ "loss": 0.0957,
1116
+ "step": 1580
1117
+ },
1118
+ {
1119
+ "epoch": 0.9314586994727593,
1120
+ "grad_norm": 7.551598072052002,
1121
+ "learning_rate": 1.627650849443468e-05,
1122
+ "loss": 0.063,
1123
+ "step": 1590
1124
+ },
1125
+ {
1126
+ "epoch": 0.9373169302870533,
1127
+ "grad_norm": 0.03378705307841301,
1128
+ "learning_rate": 1.6253075571177505e-05,
1129
+ "loss": 0.0234,
1130
+ "step": 1600
1131
+ },
1132
+ {
1133
+ "epoch": 0.9431751611013474,
1134
+ "grad_norm": 0.25736942887306213,
1135
+ "learning_rate": 1.622964264792033e-05,
1136
+ "loss": 0.041,
1137
+ "step": 1610
1138
+ },
1139
+ {
1140
+ "epoch": 0.9490333919156415,
1141
+ "grad_norm": 0.14889341592788696,
1142
+ "learning_rate": 1.6206209724663153e-05,
1143
+ "loss": 0.0337,
1144
+ "step": 1620
1145
+ },
1146
+ {
1147
+ "epoch": 0.9548916227299356,
1148
+ "grad_norm": 0.05913722887635231,
1149
+ "learning_rate": 1.6182776801405977e-05,
1150
+ "loss": 0.1896,
1151
+ "step": 1630
1152
+ },
1153
+ {
1154
+ "epoch": 0.9607498535442296,
1155
+ "grad_norm": 0.3258120119571686,
1156
+ "learning_rate": 1.61593438781488e-05,
1157
+ "loss": 0.1096,
1158
+ "step": 1640
1159
+ },
1160
+ {
1161
+ "epoch": 0.9666080843585237,
1162
+ "grad_norm": 0.05084146186709404,
1163
+ "learning_rate": 1.6135910954891626e-05,
1164
+ "loss": 0.1543,
1165
+ "step": 1650
1166
+ },
1167
+ {
1168
+ "epoch": 0.9724663151728178,
1169
+ "grad_norm": 3.364567518234253,
1170
+ "learning_rate": 1.611247803163445e-05,
1171
+ "loss": 0.2953,
1172
+ "step": 1660
1173
+ },
1174
+ {
1175
+ "epoch": 0.9783245459871119,
1176
+ "grad_norm": 0.07459431141614914,
1177
+ "learning_rate": 1.608904510837727e-05,
1178
+ "loss": 0.0135,
1179
+ "step": 1670
1180
+ },
1181
+ {
1182
+ "epoch": 0.984182776801406,
1183
+ "grad_norm": 4.472078323364258,
1184
+ "learning_rate": 1.6065612185120094e-05,
1185
+ "loss": 0.1756,
1186
+ "step": 1680
1187
+ },
1188
+ {
1189
+ "epoch": 0.9900410076157,
1190
+ "grad_norm": 0.0766572579741478,
1191
+ "learning_rate": 1.604217926186292e-05,
1192
+ "loss": 0.0382,
1193
+ "step": 1690
1194
+ },
1195
+ {
1196
+ "epoch": 0.9958992384299942,
1197
+ "grad_norm": 4.629612445831299,
1198
+ "learning_rate": 1.6018746338605743e-05,
1199
+ "loss": 0.1475,
1200
+ "step": 1700
1201
+ },
1202
+ {
1203
+ "epoch": 1.0017574692442883,
1204
+ "grad_norm": 2.2122583389282227,
1205
+ "learning_rate": 1.5995313415348567e-05,
1206
+ "loss": 0.007,
1207
+ "step": 1710
1208
+ },
1209
+ {
1210
+ "epoch": 1.0076157000585824,
1211
+ "grad_norm": 2.1959640979766846,
1212
+ "learning_rate": 1.597188049209139e-05,
1213
+ "loss": 0.0108,
1214
+ "step": 1720
1215
+ },
1216
+ {
1217
+ "epoch": 1.0134739308728764,
1218
+ "grad_norm": 6.177903652191162,
1219
+ "learning_rate": 1.594844756883421e-05,
1220
+ "loss": 0.1057,
1221
+ "step": 1730
1222
+ },
1223
+ {
1224
+ "epoch": 1.0193321616871704,
1225
+ "grad_norm": 0.07769495248794556,
1226
+ "learning_rate": 1.5925014645577036e-05,
1227
+ "loss": 0.062,
1228
+ "step": 1740
1229
+ },
1230
+ {
1231
+ "epoch": 1.0251903925014645,
1232
+ "grad_norm": 5.370426177978516,
1233
+ "learning_rate": 1.590158172231986e-05,
1234
+ "loss": 0.0702,
1235
+ "step": 1750
1236
+ },
1237
+ {
1238
+ "epoch": 1.0310486233157587,
1239
+ "grad_norm": 0.06684985756874084,
1240
+ "learning_rate": 1.5878148799062684e-05,
1241
+ "loss": 0.1196,
1242
+ "step": 1760
1243
+ },
1244
+ {
1245
+ "epoch": 1.0369068541300528,
1246
+ "grad_norm": 0.277066171169281,
1247
+ "learning_rate": 1.5854715875805508e-05,
1248
+ "loss": 0.0566,
1249
+ "step": 1770
1250
+ },
1251
+ {
1252
+ "epoch": 1.0427650849443468,
1253
+ "grad_norm": 2.941352367401123,
1254
+ "learning_rate": 1.5831282952548332e-05,
1255
+ "loss": 0.069,
1256
+ "step": 1780
1257
+ },
1258
+ {
1259
+ "epoch": 1.0486233157586409,
1260
+ "grad_norm": 0.050202783197164536,
1261
+ "learning_rate": 1.5807850029291156e-05,
1262
+ "loss": 0.0451,
1263
+ "step": 1790
1264
+ },
1265
+ {
1266
+ "epoch": 1.054481546572935,
1267
+ "grad_norm": 0.04496518895030022,
1268
+ "learning_rate": 1.5784417106033977e-05,
1269
+ "loss": 0.1135,
1270
+ "step": 1800
1271
+ },
1272
+ {
1273
+ "epoch": 1.060339777387229,
1274
+ "grad_norm": 7.685583114624023,
1275
+ "learning_rate": 1.57609841827768e-05,
1276
+ "loss": 0.2183,
1277
+ "step": 1810
1278
+ },
1279
+ {
1280
+ "epoch": 1.0661980082015232,
1281
+ "grad_norm": 0.041232019662857056,
1282
+ "learning_rate": 1.5737551259519625e-05,
1283
+ "loss": 0.0681,
1284
+ "step": 1820
1285
+ },
1286
+ {
1287
+ "epoch": 1.0720562390158173,
1288
+ "grad_norm": 0.11009787768125534,
1289
+ "learning_rate": 1.571411833626245e-05,
1290
+ "loss": 0.1064,
1291
+ "step": 1830
1292
+ },
1293
+ {
1294
+ "epoch": 1.0779144698301113,
1295
+ "grad_norm": 10.8427095413208,
1296
+ "learning_rate": 1.5690685413005274e-05,
1297
+ "loss": 0.0494,
1298
+ "step": 1840
1299
+ },
1300
+ {
1301
+ "epoch": 1.0837727006444053,
1302
+ "grad_norm": 0.10766121000051498,
1303
+ "learning_rate": 1.5667252489748098e-05,
1304
+ "loss": 0.161,
1305
+ "step": 1850
1306
+ },
1307
+ {
1308
+ "epoch": 1.0896309314586994,
1309
+ "grad_norm": 6.553893566131592,
1310
+ "learning_rate": 1.5643819566490922e-05,
1311
+ "loss": 0.1559,
1312
+ "step": 1860
1313
+ },
1314
+ {
1315
+ "epoch": 1.0954891622729936,
1316
+ "grad_norm": 10.493359565734863,
1317
+ "learning_rate": 1.5620386643233746e-05,
1318
+ "loss": 0.0245,
1319
+ "step": 1870
1320
+ },
1321
+ {
1322
+ "epoch": 1.1013473930872877,
1323
+ "grad_norm": 8.9678373336792,
1324
+ "learning_rate": 1.559695371997657e-05,
1325
+ "loss": 0.1051,
1326
+ "step": 1880
1327
+ },
1328
+ {
1329
+ "epoch": 1.1072056239015817,
1330
+ "grad_norm": 0.08524399250745773,
1331
+ "learning_rate": 1.5573520796719394e-05,
1332
+ "loss": 0.0044,
1333
+ "step": 1890
1334
+ },
1335
+ {
1336
+ "epoch": 1.1130638547158758,
1337
+ "grad_norm": 0.027697084471583366,
1338
+ "learning_rate": 1.5550087873462215e-05,
1339
+ "loss": 0.0847,
1340
+ "step": 1900
1341
+ },
1342
+ {
1343
+ "epoch": 1.1189220855301698,
1344
+ "grad_norm": 0.2592675983905792,
1345
+ "learning_rate": 1.552665495020504e-05,
1346
+ "loss": 0.0702,
1347
+ "step": 1910
1348
+ },
1349
+ {
1350
+ "epoch": 1.124780316344464,
1351
+ "grad_norm": 0.033791959285736084,
1352
+ "learning_rate": 1.5503222026947863e-05,
1353
+ "loss": 0.1042,
1354
+ "step": 1920
1355
+ },
1356
+ {
1357
+ "epoch": 1.1306385471587581,
1358
+ "grad_norm": 5.939085960388184,
1359
+ "learning_rate": 1.5479789103690687e-05,
1360
+ "loss": 0.0095,
1361
+ "step": 1930
1362
+ },
1363
+ {
1364
+ "epoch": 1.1364967779730522,
1365
+ "grad_norm": 0.7582628726959229,
1366
+ "learning_rate": 1.5456356180433508e-05,
1367
+ "loss": 0.0844,
1368
+ "step": 1940
1369
+ },
1370
+ {
1371
+ "epoch": 1.1423550087873462,
1372
+ "grad_norm": 0.34229347109794617,
1373
+ "learning_rate": 1.5432923257176332e-05,
1374
+ "loss": 0.0173,
1375
+ "step": 1950
1376
+ },
1377
+ {
1378
+ "epoch": 1.1482132396016402,
1379
+ "grad_norm": 0.24234962463378906,
1380
+ "learning_rate": 1.5409490333919156e-05,
1381
+ "loss": 0.2988,
1382
+ "step": 1960
1383
+ },
1384
+ {
1385
+ "epoch": 1.1540714704159343,
1386
+ "grad_norm": 0.21282519400119781,
1387
+ "learning_rate": 1.538605741066198e-05,
1388
+ "loss": 0.0115,
1389
+ "step": 1970
1390
+ },
1391
+ {
1392
+ "epoch": 1.1599297012302285,
1393
+ "grad_norm": 0.2657891809940338,
1394
+ "learning_rate": 1.5362624487404804e-05,
1395
+ "loss": 0.1126,
1396
+ "step": 1980
1397
+ },
1398
+ {
1399
+ "epoch": 1.1657879320445226,
1400
+ "grad_norm": 0.2175203263759613,
1401
+ "learning_rate": 1.533919156414763e-05,
1402
+ "loss": 0.2326,
1403
+ "step": 1990
1404
+ },
1405
+ {
1406
+ "epoch": 1.1716461628588166,
1407
+ "grad_norm": 7.306258201599121,
1408
+ "learning_rate": 1.5315758640890453e-05,
1409
+ "loss": 0.1161,
1410
+ "step": 2000
1411
+ },
1412
+ {
1413
+ "epoch": 1.1775043936731107,
1414
+ "grad_norm": 0.4325994849205017,
1415
+ "learning_rate": 1.5292325717633277e-05,
1416
+ "loss": 0.1118,
1417
+ "step": 2010
1418
+ },
1419
+ {
1420
+ "epoch": 1.1833626244874047,
1421
+ "grad_norm": 0.03175567463040352,
1422
+ "learning_rate": 1.52688927943761e-05,
1423
+ "loss": 0.1036,
1424
+ "step": 2020
1425
+ },
1426
+ {
1427
+ "epoch": 1.189220855301699,
1428
+ "grad_norm": 0.06606226414442062,
1429
+ "learning_rate": 1.5245459871118923e-05,
1430
+ "loss": 0.0048,
1431
+ "step": 2030
1432
+ },
1433
+ {
1434
+ "epoch": 1.195079086115993,
1435
+ "grad_norm": 4.948124408721924,
1436
+ "learning_rate": 1.5222026947861747e-05,
1437
+ "loss": 0.1035,
1438
+ "step": 2040
1439
+ },
1440
+ {
1441
+ "epoch": 1.200937316930287,
1442
+ "grad_norm": 0.05158844590187073,
1443
+ "learning_rate": 1.5198594024604571e-05,
1444
+ "loss": 0.2282,
1445
+ "step": 2050
1446
+ },
1447
+ {
1448
+ "epoch": 1.206795547744581,
1449
+ "grad_norm": 5.9457106590271,
1450
+ "learning_rate": 1.5175161101347396e-05,
1451
+ "loss": 0.0251,
1452
+ "step": 2060
1453
+ },
1454
+ {
1455
+ "epoch": 1.2126537785588751,
1456
+ "grad_norm": 0.41592299938201904,
1457
+ "learning_rate": 1.5151728178090216e-05,
1458
+ "loss": 0.1272,
1459
+ "step": 2070
1460
+ },
1461
+ {
1462
+ "epoch": 1.2185120093731694,
1463
+ "grad_norm": 0.031298503279685974,
1464
+ "learning_rate": 1.512829525483304e-05,
1465
+ "loss": 0.0719,
1466
+ "step": 2080
1467
+ },
1468
+ {
1469
+ "epoch": 1.2243702401874634,
1470
+ "grad_norm": 0.05066341161727905,
1471
+ "learning_rate": 1.5104862331575865e-05,
1472
+ "loss": 0.0489,
1473
+ "step": 2090
1474
+ },
1475
+ {
1476
+ "epoch": 1.2302284710017575,
1477
+ "grad_norm": 0.06502586603164673,
1478
+ "learning_rate": 1.5081429408318689e-05,
1479
+ "loss": 0.0045,
1480
+ "step": 2100
1481
+ },
1482
+ {
1483
+ "epoch": 1.2360867018160515,
1484
+ "grad_norm": 0.22800350189208984,
1485
+ "learning_rate": 1.5057996485061513e-05,
1486
+ "loss": 0.0287,
1487
+ "step": 2110
1488
+ },
1489
+ {
1490
+ "epoch": 1.2419449326303456,
1491
+ "grad_norm": 0.05417035520076752,
1492
+ "learning_rate": 1.5034563561804337e-05,
1493
+ "loss": 0.0656,
1494
+ "step": 2120
1495
+ },
1496
+ {
1497
+ "epoch": 1.2478031634446398,
1498
+ "grad_norm": 0.09729498624801636,
1499
+ "learning_rate": 1.501113063854716e-05,
1500
+ "loss": 0.1163,
1501
+ "step": 2130
1502
+ },
1503
+ {
1504
+ "epoch": 1.2536613942589339,
1505
+ "grad_norm": 0.03419837728142738,
1506
+ "learning_rate": 1.4987697715289983e-05,
1507
+ "loss": 0.045,
1508
+ "step": 2140
1509
+ },
1510
+ {
1511
+ "epoch": 1.259519625073228,
1512
+ "grad_norm": 35.93345642089844,
1513
+ "learning_rate": 1.4964264792032807e-05,
1514
+ "loss": 0.2297,
1515
+ "step": 2150
1516
+ },
1517
+ {
1518
+ "epoch": 1.265377855887522,
1519
+ "grad_norm": 4.408044815063477,
1520
+ "learning_rate": 1.4940831868775632e-05,
1521
+ "loss": 0.0762,
1522
+ "step": 2160
1523
+ },
1524
+ {
1525
+ "epoch": 1.271236086701816,
1526
+ "grad_norm": 0.2184348851442337,
1527
+ "learning_rate": 1.4917398945518456e-05,
1528
+ "loss": 0.042,
1529
+ "step": 2170
1530
+ },
1531
+ {
1532
+ "epoch": 1.2770943175161102,
1533
+ "grad_norm": 0.036489009857177734,
1534
+ "learning_rate": 1.489396602226128e-05,
1535
+ "loss": 0.0239,
1536
+ "step": 2180
1537
+ },
1538
+ {
1539
+ "epoch": 1.2829525483304043,
1540
+ "grad_norm": 0.10858841240406036,
1541
+ "learning_rate": 1.4870533099004102e-05,
1542
+ "loss": 0.0724,
1543
+ "step": 2190
1544
+ },
1545
+ {
1546
+ "epoch": 1.2888107791446983,
1547
+ "grad_norm": 0.1485690176486969,
1548
+ "learning_rate": 1.4847100175746925e-05,
1549
+ "loss": 0.077,
1550
+ "step": 2200
1551
+ },
1552
+ {
1553
+ "epoch": 1.2946690099589924,
1554
+ "grad_norm": 0.3935866951942444,
1555
+ "learning_rate": 1.4823667252489749e-05,
1556
+ "loss": 0.1539,
1557
+ "step": 2210
1558
+ },
1559
+ {
1560
+ "epoch": 1.3005272407732864,
1561
+ "grad_norm": 0.10183463990688324,
1562
+ "learning_rate": 1.4800234329232573e-05,
1563
+ "loss": 0.1011,
1564
+ "step": 2220
1565
+ },
1566
+ {
1567
+ "epoch": 1.3063854715875807,
1568
+ "grad_norm": 0.23003660142421722,
1569
+ "learning_rate": 1.4776801405975395e-05,
1570
+ "loss": 0.0398,
1571
+ "step": 2230
1572
+ },
1573
+ {
1574
+ "epoch": 1.3122437024018747,
1575
+ "grad_norm": 1.0053473711013794,
1576
+ "learning_rate": 1.475336848271822e-05,
1577
+ "loss": 0.0114,
1578
+ "step": 2240
1579
+ },
1580
+ {
1581
+ "epoch": 1.3181019332161688,
1582
+ "grad_norm": 0.0832851454615593,
1583
+ "learning_rate": 1.4729935559461044e-05,
1584
+ "loss": 0.0889,
1585
+ "step": 2250
1586
+ },
1587
+ {
1588
+ "epoch": 1.3239601640304628,
1589
+ "grad_norm": 0.044370219111442566,
1590
+ "learning_rate": 1.4706502636203868e-05,
1591
+ "loss": 0.0047,
1592
+ "step": 2260
1593
+ },
1594
+ {
1595
+ "epoch": 1.3298183948447568,
1596
+ "grad_norm": 2.207583427429199,
1597
+ "learning_rate": 1.4683069712946692e-05,
1598
+ "loss": 0.1405,
1599
+ "step": 2270
1600
+ },
1601
+ {
1602
+ "epoch": 1.335676625659051,
1603
+ "grad_norm": 0.2738548219203949,
1604
+ "learning_rate": 1.4659636789689516e-05,
1605
+ "loss": 0.1053,
1606
+ "step": 2280
1607
+ },
1608
+ {
1609
+ "epoch": 1.341534856473345,
1610
+ "grad_norm": 5.799202919006348,
1611
+ "learning_rate": 1.4636203866432338e-05,
1612
+ "loss": 0.1031,
1613
+ "step": 2290
1614
+ },
1615
+ {
1616
+ "epoch": 1.3473930872876392,
1617
+ "grad_norm": 0.03329119086265564,
1618
+ "learning_rate": 1.4612770943175162e-05,
1619
+ "loss": 0.0167,
1620
+ "step": 2300
1621
+ },
1622
+ {
1623
+ "epoch": 1.3532513181019332,
1624
+ "grad_norm": 0.10547787696123123,
1625
+ "learning_rate": 1.4589338019917987e-05,
1626
+ "loss": 0.0068,
1627
+ "step": 2310
1628
+ },
1629
+ {
1630
+ "epoch": 1.3591095489162273,
1631
+ "grad_norm": 14.383464813232422,
1632
+ "learning_rate": 1.456590509666081e-05,
1633
+ "loss": 0.0457,
1634
+ "step": 2320
1635
+ },
1636
+ {
1637
+ "epoch": 1.3649677797305213,
1638
+ "grad_norm": 1.1754510402679443,
1639
+ "learning_rate": 1.4542472173403633e-05,
1640
+ "loss": 0.1441,
1641
+ "step": 2330
1642
+ },
1643
+ {
1644
+ "epoch": 1.3708260105448153,
1645
+ "grad_norm": 0.1931016892194748,
1646
+ "learning_rate": 1.4519039250146455e-05,
1647
+ "loss": 0.0026,
1648
+ "step": 2340
1649
+ },
1650
+ {
1651
+ "epoch": 1.3766842413591096,
1652
+ "grad_norm": 0.036222219467163086,
1653
+ "learning_rate": 1.449560632688928e-05,
1654
+ "loss": 0.0575,
1655
+ "step": 2350
1656
+ },
1657
+ {
1658
+ "epoch": 1.3825424721734036,
1659
+ "grad_norm": 0.05857452005147934,
1660
+ "learning_rate": 1.4472173403632104e-05,
1661
+ "loss": 0.0035,
1662
+ "step": 2360
1663
+ },
1664
+ {
1665
+ "epoch": 1.3884007029876977,
1666
+ "grad_norm": 0.027153009548783302,
1667
+ "learning_rate": 1.4448740480374928e-05,
1668
+ "loss": 0.0071,
1669
+ "step": 2370
1670
+ },
1671
+ {
1672
+ "epoch": 1.3942589338019917,
1673
+ "grad_norm": 0.030506083741784096,
1674
+ "learning_rate": 1.4425307557117752e-05,
1675
+ "loss": 0.0501,
1676
+ "step": 2380
1677
+ },
1678
+ {
1679
+ "epoch": 1.4001171646162858,
1680
+ "grad_norm": 0.24087435007095337,
1681
+ "learning_rate": 1.4401874633860576e-05,
1682
+ "loss": 0.0457,
1683
+ "step": 2390
1684
+ },
1685
+ {
1686
+ "epoch": 1.40597539543058,
1687
+ "grad_norm": 7.0238566398620605,
1688
+ "learning_rate": 1.4378441710603398e-05,
1689
+ "loss": 0.0856,
1690
+ "step": 2400
1691
+ },
1692
+ {
1693
+ "epoch": 1.411833626244874,
1694
+ "grad_norm": 17.90679359436035,
1695
+ "learning_rate": 1.4355008787346223e-05,
1696
+ "loss": 0.1618,
1697
+ "step": 2410
1698
+ },
1699
+ {
1700
+ "epoch": 1.4176918570591681,
1701
+ "grad_norm": 0.031517572700977325,
1702
+ "learning_rate": 1.4331575864089047e-05,
1703
+ "loss": 0.0033,
1704
+ "step": 2420
1705
+ },
1706
+ {
1707
+ "epoch": 1.4235500878734622,
1708
+ "grad_norm": 0.8404099345207214,
1709
+ "learning_rate": 1.430814294083187e-05,
1710
+ "loss": 0.0529,
1711
+ "step": 2430
1712
+ },
1713
+ {
1714
+ "epoch": 1.4294083186877562,
1715
+ "grad_norm": 0.01688993163406849,
1716
+ "learning_rate": 1.4284710017574695e-05,
1717
+ "loss": 0.0032,
1718
+ "step": 2440
1719
+ },
1720
+ {
1721
+ "epoch": 1.4352665495020505,
1722
+ "grad_norm": 0.06315304338932037,
1723
+ "learning_rate": 1.4261277094317519e-05,
1724
+ "loss": 0.1193,
1725
+ "step": 2450
1726
+ },
1727
+ {
1728
+ "epoch": 1.4411247803163445,
1729
+ "grad_norm": 0.04080997034907341,
1730
+ "learning_rate": 1.423784417106034e-05,
1731
+ "loss": 0.0028,
1732
+ "step": 2460
1733
+ },
1734
+ {
1735
+ "epoch": 1.4469830111306385,
1736
+ "grad_norm": 0.023772750049829483,
1737
+ "learning_rate": 1.4214411247803164e-05,
1738
+ "loss": 0.0127,
1739
+ "step": 2470
1740
+ },
1741
+ {
1742
+ "epoch": 1.4528412419449326,
1743
+ "grad_norm": 0.015330899506807327,
1744
+ "learning_rate": 1.4190978324545988e-05,
1745
+ "loss": 0.0706,
1746
+ "step": 2480
1747
+ },
1748
+ {
1749
+ "epoch": 1.4586994727592266,
1750
+ "grad_norm": 0.4532860517501831,
1751
+ "learning_rate": 1.4167545401288812e-05,
1752
+ "loss": 0.0056,
1753
+ "step": 2490
1754
+ },
1755
+ {
1756
+ "epoch": 1.4645577035735209,
1757
+ "grad_norm": 0.24234826862812042,
1758
+ "learning_rate": 1.4144112478031635e-05,
1759
+ "loss": 0.0024,
1760
+ "step": 2500
1761
+ },
1762
+ {
1763
+ "epoch": 1.470415934387815,
1764
+ "grad_norm": 0.6973457932472229,
1765
+ "learning_rate": 1.4120679554774459e-05,
1766
+ "loss": 0.2314,
1767
+ "step": 2510
1768
+ },
1769
+ {
1770
+ "epoch": 1.476274165202109,
1771
+ "grad_norm": 8.073694229125977,
1772
+ "learning_rate": 1.4097246631517283e-05,
1773
+ "loss": 0.0922,
1774
+ "step": 2520
1775
+ },
1776
+ {
1777
+ "epoch": 1.482132396016403,
1778
+ "grad_norm": 0.03306486830115318,
1779
+ "learning_rate": 1.4073813708260107e-05,
1780
+ "loss": 0.1651,
1781
+ "step": 2530
1782
+ },
1783
+ {
1784
+ "epoch": 1.487990626830697,
1785
+ "grad_norm": 0.10176576673984528,
1786
+ "learning_rate": 1.4050380785002931e-05,
1787
+ "loss": 0.0416,
1788
+ "step": 2540
1789
+ },
1790
+ {
1791
+ "epoch": 1.4938488576449913,
1792
+ "grad_norm": 0.10366008430719376,
1793
+ "learning_rate": 1.4026947861745755e-05,
1794
+ "loss": 0.0615,
1795
+ "step": 2550
1796
+ },
1797
+ {
1798
+ "epoch": 1.4997070884592854,
1799
+ "grad_norm": 0.21881893277168274,
1800
+ "learning_rate": 1.4003514938488578e-05,
1801
+ "loss": 0.0196,
1802
+ "step": 2560
1803
+ },
1804
+ {
1805
+ "epoch": 1.5055653192735794,
1806
+ "grad_norm": 0.43505847454071045,
1807
+ "learning_rate": 1.3980082015231402e-05,
1808
+ "loss": 0.0996,
1809
+ "step": 2570
1810
+ },
1811
+ {
1812
+ "epoch": 1.5114235500878734,
1813
+ "grad_norm": 7.067519187927246,
1814
+ "learning_rate": 1.3956649091974226e-05,
1815
+ "loss": 0.1073,
1816
+ "step": 2580
1817
+ },
1818
+ {
1819
+ "epoch": 1.5172817809021675,
1820
+ "grad_norm": 0.022074054926633835,
1821
+ "learning_rate": 1.3933216168717048e-05,
1822
+ "loss": 0.0023,
1823
+ "step": 2590
1824
+ },
1825
+ {
1826
+ "epoch": 1.5231400117164617,
1827
+ "grad_norm": 0.021333998069167137,
1828
+ "learning_rate": 1.390978324545987e-05,
1829
+ "loss": 0.0192,
1830
+ "step": 2600
1831
+ },
1832
+ {
1833
+ "epoch": 1.5289982425307556,
1834
+ "grad_norm": 4.094031810760498,
1835
+ "learning_rate": 1.3886350322202695e-05,
1836
+ "loss": 0.1487,
1837
+ "step": 2610
1838
+ },
1839
+ {
1840
+ "epoch": 1.5348564733450498,
1841
+ "grad_norm": 0.028797738254070282,
1842
+ "learning_rate": 1.3862917398945519e-05,
1843
+ "loss": 0.0181,
1844
+ "step": 2620
1845
+ },
1846
+ {
1847
+ "epoch": 1.5407147041593439,
1848
+ "grad_norm": 0.37651917338371277,
1849
+ "learning_rate": 1.3839484475688343e-05,
1850
+ "loss": 0.0397,
1851
+ "step": 2630
1852
+ },
1853
+ {
1854
+ "epoch": 1.546572934973638,
1855
+ "grad_norm": 0.04619598761200905,
1856
+ "learning_rate": 1.3816051552431167e-05,
1857
+ "loss": 0.0334,
1858
+ "step": 2640
1859
+ },
1860
+ {
1861
+ "epoch": 1.5524311657879322,
1862
+ "grad_norm": 0.09797985851764679,
1863
+ "learning_rate": 1.3792618629173991e-05,
1864
+ "loss": 0.2177,
1865
+ "step": 2650
1866
+ },
1867
+ {
1868
+ "epoch": 1.558289396602226,
1869
+ "grad_norm": 4.648836612701416,
1870
+ "learning_rate": 1.3769185705916814e-05,
1871
+ "loss": 0.1014,
1872
+ "step": 2660
1873
+ },
1874
+ {
1875
+ "epoch": 1.5641476274165202,
1876
+ "grad_norm": 0.013686669990420341,
1877
+ "learning_rate": 1.3745752782659638e-05,
1878
+ "loss": 0.102,
1879
+ "step": 2670
1880
+ },
1881
+ {
1882
+ "epoch": 1.5700058582308143,
1883
+ "grad_norm": 0.33198732137680054,
1884
+ "learning_rate": 1.3722319859402462e-05,
1885
+ "loss": 0.0181,
1886
+ "step": 2680
1887
+ },
1888
+ {
1889
+ "epoch": 1.5758640890451083,
1890
+ "grad_norm": 9.264932632446289,
1891
+ "learning_rate": 1.3698886936145286e-05,
1892
+ "loss": 0.1374,
1893
+ "step": 2690
1894
+ },
1895
+ {
1896
+ "epoch": 1.5817223198594026,
1897
+ "grad_norm": 4.808820724487305,
1898
+ "learning_rate": 1.367545401288811e-05,
1899
+ "loss": 0.0389,
1900
+ "step": 2700
1901
+ },
1902
+ {
1903
+ "epoch": 1.5875805506736964,
1904
+ "grad_norm": 1.272582769393921,
1905
+ "learning_rate": 1.3652021089630934e-05,
1906
+ "loss": 0.0035,
1907
+ "step": 2710
1908
+ },
1909
+ {
1910
+ "epoch": 1.5934387814879907,
1911
+ "grad_norm": 0.05750690773129463,
1912
+ "learning_rate": 1.3628588166373755e-05,
1913
+ "loss": 0.0981,
1914
+ "step": 2720
1915
+ },
1916
+ {
1917
+ "epoch": 1.5992970123022847,
1918
+ "grad_norm": 0.174026757478714,
1919
+ "learning_rate": 1.3605155243116579e-05,
1920
+ "loss": 0.063,
1921
+ "step": 2730
1922
+ },
1923
+ {
1924
+ "epoch": 1.6051552431165788,
1925
+ "grad_norm": 0.034066952764987946,
1926
+ "learning_rate": 1.3581722319859403e-05,
1927
+ "loss": 0.0291,
1928
+ "step": 2740
1929
+ },
1930
+ {
1931
+ "epoch": 1.611013473930873,
1932
+ "grad_norm": 0.16694338619709015,
1933
+ "learning_rate": 1.3558289396602227e-05,
1934
+ "loss": 0.0909,
1935
+ "step": 2750
1936
+ },
1937
+ {
1938
+ "epoch": 1.6168717047451668,
1939
+ "grad_norm": 1.0258171558380127,
1940
+ "learning_rate": 1.353485647334505e-05,
1941
+ "loss": 0.0612,
1942
+ "step": 2760
1943
+ },
1944
+ {
1945
+ "epoch": 1.622729935559461,
1946
+ "grad_norm": 5.220030784606934,
1947
+ "learning_rate": 1.3511423550087874e-05,
1948
+ "loss": 0.1047,
1949
+ "step": 2770
1950
+ },
1951
+ {
1952
+ "epoch": 1.6285881663737551,
1953
+ "grad_norm": 1.811539649963379,
1954
+ "learning_rate": 1.3487990626830698e-05,
1955
+ "loss": 0.1035,
1956
+ "step": 2780
1957
+ },
1958
+ {
1959
+ "epoch": 1.6344463971880492,
1960
+ "grad_norm": 0.04276169091463089,
1961
+ "learning_rate": 1.3464557703573522e-05,
1962
+ "loss": 0.0646,
1963
+ "step": 2790
1964
+ },
1965
+ {
1966
+ "epoch": 1.6403046280023434,
1967
+ "grad_norm": 0.025083236396312714,
1968
+ "learning_rate": 1.3441124780316346e-05,
1969
+ "loss": 0.0682,
1970
+ "step": 2800
1971
+ },
1972
+ {
1973
+ "epoch": 1.6461628588166373,
1974
+ "grad_norm": 0.5909777879714966,
1975
+ "learning_rate": 1.341769185705917e-05,
1976
+ "loss": 0.0625,
1977
+ "step": 2810
1978
+ },
1979
+ {
1980
+ "epoch": 1.6520210896309315,
1981
+ "grad_norm": 0.03190384432673454,
1982
+ "learning_rate": 1.3394258933801994e-05,
1983
+ "loss": 0.0549,
1984
+ "step": 2820
1985
+ },
1986
+ {
1987
+ "epoch": 1.6578793204452256,
1988
+ "grad_norm": 0.008607199415564537,
1989
+ "learning_rate": 1.3370826010544817e-05,
1990
+ "loss": 0.1849,
1991
+ "step": 2830
1992
+ },
1993
+ {
1994
+ "epoch": 1.6637375512595196,
1995
+ "grad_norm": 0.6105258464813232,
1996
+ "learning_rate": 1.3347393087287641e-05,
1997
+ "loss": 0.0044,
1998
+ "step": 2840
1999
+ },
2000
+ {
2001
+ "epoch": 1.6695957820738139,
2002
+ "grad_norm": 0.008611824363470078,
2003
+ "learning_rate": 1.3323960164030465e-05,
2004
+ "loss": 0.0542,
2005
+ "step": 2850
2006
+ },
2007
+ {
2008
+ "epoch": 1.6754540128881077,
2009
+ "grad_norm": 9.882821083068848,
2010
+ "learning_rate": 1.3300527240773287e-05,
2011
+ "loss": 0.0708,
2012
+ "step": 2860
2013
+ },
2014
+ {
2015
+ "epoch": 1.681312243702402,
2016
+ "grad_norm": 0.09280505031347275,
2017
+ "learning_rate": 1.327709431751611e-05,
2018
+ "loss": 0.0021,
2019
+ "step": 2870
2020
+ },
2021
+ {
2022
+ "epoch": 1.687170474516696,
2023
+ "grad_norm": 0.016819052398204803,
2024
+ "learning_rate": 1.3253661394258934e-05,
2025
+ "loss": 0.0595,
2026
+ "step": 2880
2027
+ },
2028
+ {
2029
+ "epoch": 1.69302870533099,
2030
+ "grad_norm": 0.06223960965871811,
2031
+ "learning_rate": 1.3230228471001758e-05,
2032
+ "loss": 0.1019,
2033
+ "step": 2890
2034
+ },
2035
+ {
2036
+ "epoch": 1.698886936145284,
2037
+ "grad_norm": 0.012930012308061123,
2038
+ "learning_rate": 1.3206795547744582e-05,
2039
+ "loss": 0.0211,
2040
+ "step": 2900
2041
+ },
2042
+ {
2043
+ "epoch": 1.7047451669595781,
2044
+ "grad_norm": 10.481481552124023,
2045
+ "learning_rate": 1.3183362624487406e-05,
2046
+ "loss": 0.2043,
2047
+ "step": 2910
2048
+ },
2049
+ {
2050
+ "epoch": 1.7106033977738724,
2051
+ "grad_norm": 0.48479416966438293,
2052
+ "learning_rate": 1.315992970123023e-05,
2053
+ "loss": 0.1616,
2054
+ "step": 2920
2055
+ },
2056
+ {
2057
+ "epoch": 1.7164616285881664,
2058
+ "grad_norm": 0.01907259412109852,
2059
+ "learning_rate": 1.3136496777973053e-05,
2060
+ "loss": 0.0932,
2061
+ "step": 2930
2062
+ },
2063
+ {
2064
+ "epoch": 1.7223198594024605,
2065
+ "grad_norm": 0.20193631947040558,
2066
+ "learning_rate": 1.3113063854715877e-05,
2067
+ "loss": 0.081,
2068
+ "step": 2940
2069
+ },
2070
+ {
2071
+ "epoch": 1.7281780902167545,
2072
+ "grad_norm": 0.059374675154685974,
2073
+ "learning_rate": 1.3089630931458701e-05,
2074
+ "loss": 0.1085,
2075
+ "step": 2950
2076
+ },
2077
+ {
2078
+ "epoch": 1.7340363210310485,
2079
+ "grad_norm": 0.023819535970687866,
2080
+ "learning_rate": 1.3066198008201525e-05,
2081
+ "loss": 0.0626,
2082
+ "step": 2960
2083
+ },
2084
+ {
2085
+ "epoch": 1.7398945518453428,
2086
+ "grad_norm": 6.034724712371826,
2087
+ "learning_rate": 1.304276508494435e-05,
2088
+ "loss": 0.0466,
2089
+ "step": 2970
2090
+ },
2091
+ {
2092
+ "epoch": 1.7457527826596366,
2093
+ "grad_norm": 0.017972761765122414,
2094
+ "learning_rate": 1.3019332161687173e-05,
2095
+ "loss": 0.0877,
2096
+ "step": 2980
2097
+ },
2098
+ {
2099
+ "epoch": 1.751611013473931,
2100
+ "grad_norm": 0.4916331171989441,
2101
+ "learning_rate": 1.2995899238429994e-05,
2102
+ "loss": 0.1017,
2103
+ "step": 2990
2104
+ },
2105
+ {
2106
+ "epoch": 1.757469244288225,
2107
+ "grad_norm": 0.07853368669748306,
2108
+ "learning_rate": 1.2972466315172818e-05,
2109
+ "loss": 0.0699,
2110
+ "step": 3000
2111
+ },
2112
+ {
2113
+ "epoch": 1.763327475102519,
2114
+ "grad_norm": 0.03654066100716591,
2115
+ "learning_rate": 1.2949033391915642e-05,
2116
+ "loss": 0.0959,
2117
+ "step": 3010
2118
+ },
2119
+ {
2120
+ "epoch": 1.7691857059168132,
2121
+ "grad_norm": 0.3065502345561981,
2122
+ "learning_rate": 1.2925600468658466e-05,
2123
+ "loss": 0.0642,
2124
+ "step": 3020
2125
+ },
2126
+ {
2127
+ "epoch": 1.775043936731107,
2128
+ "grad_norm": 0.020343072712421417,
2129
+ "learning_rate": 1.2902167545401289e-05,
2130
+ "loss": 0.06,
2131
+ "step": 3030
2132
+ },
2133
+ {
2134
+ "epoch": 1.7809021675454013,
2135
+ "grad_norm": 0.11528685688972473,
2136
+ "learning_rate": 1.2878734622144113e-05,
2137
+ "loss": 0.0314,
2138
+ "step": 3040
2139
+ },
2140
+ {
2141
+ "epoch": 1.7867603983596954,
2142
+ "grad_norm": 0.08143705874681473,
2143
+ "learning_rate": 1.2855301698886937e-05,
2144
+ "loss": 0.0786,
2145
+ "step": 3050
2146
+ },
2147
+ {
2148
+ "epoch": 1.7926186291739894,
2149
+ "grad_norm": 0.06304443627595901,
2150
+ "learning_rate": 1.2831868775629761e-05,
2151
+ "loss": 0.1096,
2152
+ "step": 3060
2153
+ },
2154
+ {
2155
+ "epoch": 1.7984768599882837,
2156
+ "grad_norm": 0.020441118627786636,
2157
+ "learning_rate": 1.2808435852372585e-05,
2158
+ "loss": 0.1275,
2159
+ "step": 3070
2160
+ },
2161
+ {
2162
+ "epoch": 1.8043350908025775,
2163
+ "grad_norm": 10.3707914352417,
2164
+ "learning_rate": 1.278500292911541e-05,
2165
+ "loss": 0.0262,
2166
+ "step": 3080
2167
+ },
2168
+ {
2169
+ "epoch": 1.8101933216168717,
2170
+ "grad_norm": 0.03443164750933647,
2171
+ "learning_rate": 1.2761570005858232e-05,
2172
+ "loss": 0.0024,
2173
+ "step": 3090
2174
+ },
2175
+ {
2176
+ "epoch": 1.8160515524311658,
2177
+ "grad_norm": 0.014218361116945744,
2178
+ "learning_rate": 1.2738137082601056e-05,
2179
+ "loss": 0.0672,
2180
+ "step": 3100
2181
+ },
2182
+ {
2183
+ "epoch": 1.8219097832454598,
2184
+ "grad_norm": 0.12258031219244003,
2185
+ "learning_rate": 1.271470415934388e-05,
2186
+ "loss": 0.0822,
2187
+ "step": 3110
2188
+ },
2189
+ {
2190
+ "epoch": 1.827768014059754,
2191
+ "grad_norm": 0.02281299978494644,
2192
+ "learning_rate": 1.2691271236086702e-05,
2193
+ "loss": 0.1317,
2194
+ "step": 3120
2195
+ },
2196
+ {
2197
+ "epoch": 1.833626244874048,
2198
+ "grad_norm": 0.25066182017326355,
2199
+ "learning_rate": 1.2667838312829525e-05,
2200
+ "loss": 0.0247,
2201
+ "step": 3130
2202
+ },
2203
+ {
2204
+ "epoch": 1.8394844756883422,
2205
+ "grad_norm": 0.01159273274242878,
2206
+ "learning_rate": 1.2644405389572349e-05,
2207
+ "loss": 0.0727,
2208
+ "step": 3140
2209
+ },
2210
+ {
2211
+ "epoch": 1.8453427065026362,
2212
+ "grad_norm": 2.5836172103881836,
2213
+ "learning_rate": 1.2620972466315173e-05,
2214
+ "loss": 0.033,
2215
+ "step": 3150
2216
+ },
2217
+ {
2218
+ "epoch": 1.8512009373169303,
2219
+ "grad_norm": 0.018062349408864975,
2220
+ "learning_rate": 1.2597539543057997e-05,
2221
+ "loss": 0.2145,
2222
+ "step": 3160
2223
+ },
2224
+ {
2225
+ "epoch": 1.8570591681312245,
2226
+ "grad_norm": 6.357547283172607,
2227
+ "learning_rate": 1.2574106619800821e-05,
2228
+ "loss": 0.0635,
2229
+ "step": 3170
2230
+ },
2231
+ {
2232
+ "epoch": 1.8629173989455183,
2233
+ "grad_norm": 0.021944306790828705,
2234
+ "learning_rate": 1.2550673696543645e-05,
2235
+ "loss": 0.0821,
2236
+ "step": 3180
2237
+ },
2238
+ {
2239
+ "epoch": 1.8687756297598126,
2240
+ "grad_norm": 0.19342736899852753,
2241
+ "learning_rate": 1.2527240773286468e-05,
2242
+ "loss": 0.0994,
2243
+ "step": 3190
2244
+ },
2245
+ {
2246
+ "epoch": 1.8746338605741066,
2247
+ "grad_norm": 0.1281069964170456,
2248
+ "learning_rate": 1.2503807850029292e-05,
2249
+ "loss": 0.2058,
2250
+ "step": 3200
2251
+ },
2252
+ {
2253
+ "epoch": 1.8804920913884007,
2254
+ "grad_norm": 0.020071441307663918,
2255
+ "learning_rate": 1.2480374926772116e-05,
2256
+ "loss": 0.0817,
2257
+ "step": 3210
2258
+ },
2259
+ {
2260
+ "epoch": 1.886350322202695,
2261
+ "grad_norm": 0.023471413180232048,
2262
+ "learning_rate": 1.245694200351494e-05,
2263
+ "loss": 0.0627,
2264
+ "step": 3220
2265
+ },
2266
+ {
2267
+ "epoch": 1.8922085530169888,
2268
+ "grad_norm": 0.0315391905605793,
2269
+ "learning_rate": 1.2433509080257764e-05,
2270
+ "loss": 0.0035,
2271
+ "step": 3230
2272
+ },
2273
+ {
2274
+ "epoch": 1.898066783831283,
2275
+ "grad_norm": 0.01387933362275362,
2276
+ "learning_rate": 1.2410076157000588e-05,
2277
+ "loss": 0.0019,
2278
+ "step": 3240
2279
+ },
2280
+ {
2281
+ "epoch": 1.903925014645577,
2282
+ "grad_norm": 0.08367707580327988,
2283
+ "learning_rate": 1.238664323374341e-05,
2284
+ "loss": 0.0023,
2285
+ "step": 3250
2286
+ },
2287
+ {
2288
+ "epoch": 1.909783245459871,
2289
+ "grad_norm": 0.020648911595344543,
2290
+ "learning_rate": 1.2363210310486233e-05,
2291
+ "loss": 0.0334,
2292
+ "step": 3260
2293
+ },
2294
+ {
2295
+ "epoch": 1.9156414762741654,
2296
+ "grad_norm": 0.2322312295436859,
2297
+ "learning_rate": 1.2339777387229057e-05,
2298
+ "loss": 0.057,
2299
+ "step": 3270
2300
+ },
2301
+ {
2302
+ "epoch": 1.9214997070884592,
2303
+ "grad_norm": 1.6584337949752808,
2304
+ "learning_rate": 1.2316344463971882e-05,
2305
+ "loss": 0.0028,
2306
+ "step": 3280
2307
+ },
2308
+ {
2309
+ "epoch": 1.9273579379027534,
2310
+ "grad_norm": 0.12671466171741486,
2311
+ "learning_rate": 1.2292911540714706e-05,
2312
+ "loss": 0.1286,
2313
+ "step": 3290
2314
+ },
2315
+ {
2316
+ "epoch": 1.9332161687170475,
2317
+ "grad_norm": 0.012327142059803009,
2318
+ "learning_rate": 1.2269478617457528e-05,
2319
+ "loss": 0.209,
2320
+ "step": 3300
2321
+ },
2322
+ {
2323
+ "epoch": 1.9390743995313415,
2324
+ "grad_norm": 0.011200600303709507,
2325
+ "learning_rate": 1.2246045694200352e-05,
2326
+ "loss": 0.0742,
2327
+ "step": 3310
2328
+ },
2329
+ {
2330
+ "epoch": 1.9449326303456356,
2331
+ "grad_norm": 0.019261429086327553,
2332
+ "learning_rate": 1.2222612770943176e-05,
2333
+ "loss": 0.0462,
2334
+ "step": 3320
2335
+ },
2336
+ {
2337
+ "epoch": 1.9507908611599296,
2338
+ "grad_norm": 2.897488594055176,
2339
+ "learning_rate": 1.2199179847686e-05,
2340
+ "loss": 0.0962,
2341
+ "step": 3330
2342
+ },
2343
+ {
2344
+ "epoch": 1.9566490919742239,
2345
+ "grad_norm": 0.047658707946538925,
2346
+ "learning_rate": 1.2175746924428825e-05,
2347
+ "loss": 0.0511,
2348
+ "step": 3340
2349
+ },
2350
+ {
2351
+ "epoch": 1.962507322788518,
2352
+ "grad_norm": 0.07103870064020157,
2353
+ "learning_rate": 1.2152314001171649e-05,
2354
+ "loss": 0.0042,
2355
+ "step": 3350
2356
+ },
2357
+ {
2358
+ "epoch": 1.968365553602812,
2359
+ "grad_norm": 0.06463142484426498,
2360
+ "learning_rate": 1.2128881077914471e-05,
2361
+ "loss": 0.0618,
2362
+ "step": 3360
2363
+ },
2364
+ {
2365
+ "epoch": 1.974223784417106,
2366
+ "grad_norm": 0.04360285401344299,
2367
+ "learning_rate": 1.2105448154657295e-05,
2368
+ "loss": 0.0028,
2369
+ "step": 3370
2370
+ },
2371
+ {
2372
+ "epoch": 1.9800820152314,
2373
+ "grad_norm": 0.06742165982723236,
2374
+ "learning_rate": 1.2082015231400118e-05,
2375
+ "loss": 0.0025,
2376
+ "step": 3380
2377
+ },
2378
+ {
2379
+ "epoch": 1.9859402460456943,
2380
+ "grad_norm": 1.9260814189910889,
2381
+ "learning_rate": 1.2058582308142942e-05,
2382
+ "loss": 0.0641,
2383
+ "step": 3390
2384
+ },
2385
+ {
2386
+ "epoch": 1.9917984768599881,
2387
+ "grad_norm": 9.20433521270752,
2388
+ "learning_rate": 1.2035149384885764e-05,
2389
+ "loss": 0.1534,
2390
+ "step": 3400
2391
+ },
2392
+ {
2393
+ "epoch": 1.9976567076742824,
2394
+ "grad_norm": 0.06310843676328659,
2395
+ "learning_rate": 1.2011716461628588e-05,
2396
+ "loss": 0.0084,
2397
+ "step": 3410
2398
+ }
2399
+ ],
2400
+ "logging_steps": 10,
2401
+ "max_steps": 8535,
2402
+ "num_input_tokens_seen": 0,
2403
+ "num_train_epochs": 5,
2404
+ "save_steps": 500,
2405
+ "stateful_callbacks": {
2406
+ "TrainerControl": {
2407
+ "args": {
2408
+ "should_epoch_stop": false,
2409
+ "should_evaluate": false,
2410
+ "should_log": false,
2411
+ "should_save": true,
2412
+ "should_training_stop": false
2413
+ },
2414
+ "attributes": {}
2415
+ }
2416
+ },
2417
+ "total_flos": 3691337799168000.0,
2418
+ "train_batch_size": 8,
2419
+ "trial_name": null,
2420
+ "trial_params": null
2421
+ }
checkpoint-3414/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87a4e501714564202c0209a049ed1ca37ab44c4dd546b453a11975aa3721875f
3
+ size 5841
checkpoint-5121/README.md ADDED
@@ -0,0 +1,206 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: protectai/deberta-v3-base-prompt-injection-v2
3
+ library_name: peft
4
+ tags:
5
+ - base_model:adapter:protectai/deberta-v3-base-prompt-injection-v2
6
+ - lora
7
+ - transformers
8
+ ---
9
+
10
+ # Model Card for Model ID
11
+
12
+ <!-- Provide a quick summary of what the model is/does. -->
13
+
14
+
15
+
16
+ ## Model Details
17
+
18
+ ### Model Description
19
+
20
+ <!-- Provide a longer summary of what this model is. -->
21
+
22
+
23
+
24
+ - **Developed by:** [More Information Needed]
25
+ - **Funded by [optional]:** [More Information Needed]
26
+ - **Shared by [optional]:** [More Information Needed]
27
+ - **Model type:** [More Information Needed]
28
+ - **Language(s) (NLP):** [More Information Needed]
29
+ - **License:** [More Information Needed]
30
+ - **Finetuned from model [optional]:** [More Information Needed]
31
+
32
+ ### Model Sources [optional]
33
+
34
+ <!-- Provide the basic links for the model. -->
35
+
36
+ - **Repository:** [More Information Needed]
37
+ - **Paper [optional]:** [More Information Needed]
38
+ - **Demo [optional]:** [More Information Needed]
39
+
40
+ ## Uses
41
+
42
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
43
+
44
+ ### Direct Use
45
+
46
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
47
+
48
+ [More Information Needed]
49
+
50
+ ### Downstream Use [optional]
51
+
52
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
53
+
54
+ [More Information Needed]
55
+
56
+ ### Out-of-Scope Use
57
+
58
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
59
+
60
+ [More Information Needed]
61
+
62
+ ## Bias, Risks, and Limitations
63
+
64
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
65
+
66
+ [More Information Needed]
67
+
68
+ ### Recommendations
69
+
70
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
71
+
72
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
73
+
74
+ ## How to Get Started with the Model
75
+
76
+ Use the code below to get started with the model.
77
+
78
+ [More Information Needed]
79
+
80
+ ## Training Details
81
+
82
+ ### Training Data
83
+
84
+ <!-- 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. -->
85
+
86
+ [More Information Needed]
87
+
88
+ ### Training Procedure
89
+
90
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
91
+
92
+ #### Preprocessing [optional]
93
+
94
+ [More Information Needed]
95
+
96
+
97
+ #### Training Hyperparameters
98
+
99
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
100
+
101
+ #### Speeds, Sizes, Times [optional]
102
+
103
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
104
+
105
+ [More Information Needed]
106
+
107
+ ## Evaluation
108
+
109
+ <!-- This section describes the evaluation protocols and provides the results. -->
110
+
111
+ ### Testing Data, Factors & Metrics
112
+
113
+ #### Testing Data
114
+
115
+ <!-- This should link to a Dataset Card if possible. -->
116
+
117
+ [More Information Needed]
118
+
119
+ #### Factors
120
+
121
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
122
+
123
+ [More Information Needed]
124
+
125
+ #### Metrics
126
+
127
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
128
+
129
+ [More Information Needed]
130
+
131
+ ### Results
132
+
133
+ [More Information Needed]
134
+
135
+ #### Summary
136
+
137
+
138
+
139
+ ## Model Examination [optional]
140
+
141
+ <!-- Relevant interpretability work for the model goes here -->
142
+
143
+ [More Information Needed]
144
+
145
+ ## Environmental Impact
146
+
147
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
148
+
149
+ 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).
150
+
151
+ - **Hardware Type:** [More Information Needed]
152
+ - **Hours used:** [More Information Needed]
153
+ - **Cloud Provider:** [More Information Needed]
154
+ - **Compute Region:** [More Information Needed]
155
+ - **Carbon Emitted:** [More Information Needed]
156
+
157
+ ## Technical Specifications [optional]
158
+
159
+ ### Model Architecture and Objective
160
+
161
+ [More Information Needed]
162
+
163
+ ### Compute Infrastructure
164
+
165
+ [More Information Needed]
166
+
167
+ #### Hardware
168
+
169
+ [More Information Needed]
170
+
171
+ #### Software
172
+
173
+ [More Information Needed]
174
+
175
+ ## Citation [optional]
176
+
177
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
178
+
179
+ **BibTeX:**
180
+
181
+ [More Information Needed]
182
+
183
+ **APA:**
184
+
185
+ [More Information Needed]
186
+
187
+ ## Glossary [optional]
188
+
189
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
190
+
191
+ [More Information Needed]
192
+
193
+ ## More Information [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Authors [optional]
198
+
199
+ [More Information Needed]
200
+
201
+ ## Model Card Contact
202
+
203
+ [More Information Needed]
204
+ ### Framework versions
205
+
206
+ - PEFT 0.18.1
checkpoint-5121/adapter_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "protectai/deberta-v3-base-prompt-injection-v2",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 64,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": [
25
+ "classifier",
26
+ "score"
27
+ ],
28
+ "peft_type": "LORA",
29
+ "peft_version": "0.18.1",
30
+ "qalora_group_size": 16,
31
+ "r": 64,
32
+ "rank_pattern": {},
33
+ "revision": null,
34
+ "target_modules": [
35
+ "query_proj",
36
+ "value_proj"
37
+ ],
38
+ "target_parameters": null,
39
+ "task_type": "SEQ_CLS",
40
+ "trainable_token_indices": null,
41
+ "use_dora": false,
42
+ "use_qalora": false,
43
+ "use_rslora": false
44
+ }
checkpoint-5121/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38665ecce27dc3c3adbb1ad46d7f36c5aa2f3c0bf1e057d7b2f46824be4821e4
3
+ size 9450704
checkpoint-5121/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28adb6c022e7079f435e321088d39415c116384a260b99e50cae65b97aafa608
3
+ size 18930123
checkpoint-5121/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:caee7749d146b09a130c72e4d8f7f3c7b64392be16858f81fe20680643ca9af8
3
+ size 14645
checkpoint-5121/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f399c85308eeeb305a0bb0359d4a680d1298792c48ad75ede0cab58e813e7ed8
3
+ size 1383
checkpoint-5121/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62cad4e8a552565c5011b6970fb18ec277bee00b0c1819d63bd4871d5aad90b2
3
+ size 1465
checkpoint-5121/special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "[CLS]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "[SEP]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "[MASK]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "[PAD]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "[SEP]",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "[UNK]",
46
+ "lstrip": false,
47
+ "normalized": true,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
checkpoint-5121/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-5121/tokenizer_config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "[CLS]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[SEP]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[UNK]",
29
+ "lstrip": false,
30
+ "normalized": true,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "128000": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "bos_token": "[CLS]",
45
+ "clean_up_tokenization_spaces": true,
46
+ "cls_token": "[CLS]",
47
+ "do_lower_case": false,
48
+ "eos_token": "[SEP]",
49
+ "extra_special_tokens": {},
50
+ "mask_token": "[MASK]",
51
+ "max_length": 512,
52
+ "model_max_length": 1000000000000000019884624838656,
53
+ "pad_token": "[PAD]",
54
+ "sep_token": "[SEP]",
55
+ "sp_model_kwargs": {},
56
+ "split_by_punct": false,
57
+ "stride": 0,
58
+ "tokenizer_class": "DebertaV2Tokenizer",
59
+ "truncation_side": "right",
60
+ "truncation_strategy": "longest_first",
61
+ "unk_token": "[UNK]",
62
+ "vocab_type": "spm"
63
+ }
checkpoint-5121/trainer_state.json ADDED
@@ -0,0 +1,3618 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 3.0,
6
+ "eval_steps": 500,
7
+ "global_step": 5121,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.005858230814294083,
14
+ "grad_norm": 14.95982551574707,
15
+ "learning_rate": 1.9978910369068542e-05,
16
+ "loss": 4.3468,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.011716461628588167,
21
+ "grad_norm": 19.284658432006836,
22
+ "learning_rate": 1.9955477445811366e-05,
23
+ "loss": 4.6374,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.01757469244288225,
28
+ "grad_norm": 11.212137222290039,
29
+ "learning_rate": 1.993204452255419e-05,
30
+ "loss": 2.4865,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.023432923257176334,
35
+ "grad_norm": 6.0227203369140625,
36
+ "learning_rate": 1.9908611599297014e-05,
37
+ "loss": 2.662,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.029291154071470416,
42
+ "grad_norm": 9.085187911987305,
43
+ "learning_rate": 1.988517867603984e-05,
44
+ "loss": 2.3138,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.0351493848857645,
49
+ "grad_norm": 8.839755058288574,
50
+ "learning_rate": 1.9861745752782663e-05,
51
+ "loss": 1.9221,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.041007615700058585,
56
+ "grad_norm": 5.003777027130127,
57
+ "learning_rate": 1.9838312829525487e-05,
58
+ "loss": 1.3857,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.04686584651435267,
63
+ "grad_norm": 7.108287811279297,
64
+ "learning_rate": 1.981487990626831e-05,
65
+ "loss": 1.5308,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.05272407732864675,
70
+ "grad_norm": 6.89133882522583,
71
+ "learning_rate": 1.9791446983011135e-05,
72
+ "loss": 1.3522,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.05858230814294083,
77
+ "grad_norm": 6.8093695640563965,
78
+ "learning_rate": 1.9768014059753956e-05,
79
+ "loss": 1.0296,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.06444053895723492,
84
+ "grad_norm": 2.8785605430603027,
85
+ "learning_rate": 1.974458113649678e-05,
86
+ "loss": 1.0909,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 0.070298769771529,
91
+ "grad_norm": 3.344712018966675,
92
+ "learning_rate": 1.9721148213239604e-05,
93
+ "loss": 0.8385,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 0.07615700058582309,
98
+ "grad_norm": 4.9901041984558105,
99
+ "learning_rate": 1.9697715289982428e-05,
100
+ "loss": 0.9958,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 0.08201523140011717,
105
+ "grad_norm": 4.131304740905762,
106
+ "learning_rate": 1.967428236672525e-05,
107
+ "loss": 0.8819,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 0.08787346221441125,
112
+ "grad_norm": 2.20668888092041,
113
+ "learning_rate": 1.9650849443468073e-05,
114
+ "loss": 0.7881,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 0.09373169302870533,
119
+ "grad_norm": 4.06991720199585,
120
+ "learning_rate": 1.9627416520210897e-05,
121
+ "loss": 0.8286,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 0.09958992384299942,
126
+ "grad_norm": 2.710232973098755,
127
+ "learning_rate": 1.960398359695372e-05,
128
+ "loss": 0.605,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 0.1054481546572935,
133
+ "grad_norm": 1.2272921800613403,
134
+ "learning_rate": 1.9580550673696545e-05,
135
+ "loss": 0.5988,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 0.11130638547158758,
140
+ "grad_norm": 1.7559036016464233,
141
+ "learning_rate": 1.955711775043937e-05,
142
+ "loss": 0.6549,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 0.11716461628588166,
147
+ "grad_norm": 2.8257083892822266,
148
+ "learning_rate": 1.9533684827182193e-05,
149
+ "loss": 0.6415,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 0.12302284710017575,
154
+ "grad_norm": 2.2019424438476562,
155
+ "learning_rate": 1.9510251903925017e-05,
156
+ "loss": 0.4694,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 0.12888107791446984,
161
+ "grad_norm": 2.916757345199585,
162
+ "learning_rate": 1.948681898066784e-05,
163
+ "loss": 0.5989,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 0.1347393087287639,
168
+ "grad_norm": 1.955367088317871,
169
+ "learning_rate": 1.9463386057410662e-05,
170
+ "loss": 0.478,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 0.140597539543058,
175
+ "grad_norm": 1.6670275926589966,
176
+ "learning_rate": 1.9439953134153486e-05,
177
+ "loss": 0.4398,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 0.14645577035735208,
182
+ "grad_norm": 1.7495224475860596,
183
+ "learning_rate": 1.941652021089631e-05,
184
+ "loss": 0.5017,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 0.15231400117164617,
189
+ "grad_norm": 1.3516908884048462,
190
+ "learning_rate": 1.9393087287639135e-05,
191
+ "loss": 0.3734,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 0.15817223198594024,
196
+ "grad_norm": 1.5071974992752075,
197
+ "learning_rate": 1.936965436438196e-05,
198
+ "loss": 0.4378,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 0.16403046280023434,
203
+ "grad_norm": 1.428642749786377,
204
+ "learning_rate": 1.9346221441124783e-05,
205
+ "loss": 0.3708,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 0.1698886936145284,
210
+ "grad_norm": 2.0682930946350098,
211
+ "learning_rate": 1.9322788517867607e-05,
212
+ "loss": 0.4321,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 0.1757469244288225,
217
+ "grad_norm": 4.945940971374512,
218
+ "learning_rate": 1.9299355594610428e-05,
219
+ "loss": 0.4092,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 0.18160515524311657,
224
+ "grad_norm": 1.2532398700714111,
225
+ "learning_rate": 1.9275922671353252e-05,
226
+ "loss": 0.2347,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 0.18746338605741067,
231
+ "grad_norm": 1.3484373092651367,
232
+ "learning_rate": 1.9252489748096076e-05,
233
+ "loss": 0.2977,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 0.19332161687170474,
238
+ "grad_norm": 1.7067067623138428,
239
+ "learning_rate": 1.92290568248389e-05,
240
+ "loss": 0.2155,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 0.19917984768599883,
245
+ "grad_norm": 1.3422434329986572,
246
+ "learning_rate": 1.9205623901581724e-05,
247
+ "loss": 0.2571,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 0.2050380785002929,
252
+ "grad_norm": 0.6787233948707581,
253
+ "learning_rate": 1.9182190978324548e-05,
254
+ "loss": 0.2459,
255
+ "step": 350
256
+ },
257
+ {
258
+ "epoch": 0.210896309314587,
259
+ "grad_norm": 0.7697986364364624,
260
+ "learning_rate": 1.915875805506737e-05,
261
+ "loss": 0.2171,
262
+ "step": 360
263
+ },
264
+ {
265
+ "epoch": 0.21675454012888107,
266
+ "grad_norm": 2.9185574054718018,
267
+ "learning_rate": 1.9135325131810193e-05,
268
+ "loss": 0.2731,
269
+ "step": 370
270
+ },
271
+ {
272
+ "epoch": 0.22261277094317516,
273
+ "grad_norm": 1.8088535070419312,
274
+ "learning_rate": 1.9111892208553017e-05,
275
+ "loss": 0.2691,
276
+ "step": 380
277
+ },
278
+ {
279
+ "epoch": 0.22847100175746923,
280
+ "grad_norm": 1.4816365242004395,
281
+ "learning_rate": 1.908845928529584e-05,
282
+ "loss": 0.1665,
283
+ "step": 390
284
+ },
285
+ {
286
+ "epoch": 0.23432923257176333,
287
+ "grad_norm": 3.9424285888671875,
288
+ "learning_rate": 1.9065026362038665e-05,
289
+ "loss": 0.1885,
290
+ "step": 400
291
+ },
292
+ {
293
+ "epoch": 0.2401874633860574,
294
+ "grad_norm": 1.9072023630142212,
295
+ "learning_rate": 1.904159343878149e-05,
296
+ "loss": 0.3134,
297
+ "step": 410
298
+ },
299
+ {
300
+ "epoch": 0.2460456942003515,
301
+ "grad_norm": 0.817992627620697,
302
+ "learning_rate": 1.9018160515524314e-05,
303
+ "loss": 0.1547,
304
+ "step": 420
305
+ },
306
+ {
307
+ "epoch": 0.2519039250146456,
308
+ "grad_norm": 2.727170944213867,
309
+ "learning_rate": 1.8994727592267138e-05,
310
+ "loss": 0.1292,
311
+ "step": 430
312
+ },
313
+ {
314
+ "epoch": 0.2577621558289397,
315
+ "grad_norm": 1.7762303352355957,
316
+ "learning_rate": 1.8971294669009962e-05,
317
+ "loss": 0.1353,
318
+ "step": 440
319
+ },
320
+ {
321
+ "epoch": 0.26362038664323373,
322
+ "grad_norm": 0.4511788785457611,
323
+ "learning_rate": 1.8947861745752786e-05,
324
+ "loss": 0.1999,
325
+ "step": 450
326
+ },
327
+ {
328
+ "epoch": 0.2694786174575278,
329
+ "grad_norm": 2.340090751647949,
330
+ "learning_rate": 1.892442882249561e-05,
331
+ "loss": 0.0877,
332
+ "step": 460
333
+ },
334
+ {
335
+ "epoch": 0.2753368482718219,
336
+ "grad_norm": 1.6077126264572144,
337
+ "learning_rate": 1.890099589923843e-05,
338
+ "loss": 0.178,
339
+ "step": 470
340
+ },
341
+ {
342
+ "epoch": 0.281195079086116,
343
+ "grad_norm": 1.6138532161712646,
344
+ "learning_rate": 1.8877562975981255e-05,
345
+ "loss": 0.2541,
346
+ "step": 480
347
+ },
348
+ {
349
+ "epoch": 0.28705330990041006,
350
+ "grad_norm": 3.209932327270508,
351
+ "learning_rate": 1.885413005272408e-05,
352
+ "loss": 0.108,
353
+ "step": 490
354
+ },
355
+ {
356
+ "epoch": 0.29291154071470415,
357
+ "grad_norm": 3.5678186416625977,
358
+ "learning_rate": 1.8830697129466903e-05,
359
+ "loss": 0.141,
360
+ "step": 500
361
+ },
362
+ {
363
+ "epoch": 0.29876977152899825,
364
+ "grad_norm": 3.03879976272583,
365
+ "learning_rate": 1.8807264206209724e-05,
366
+ "loss": 0.2155,
367
+ "step": 510
368
+ },
369
+ {
370
+ "epoch": 0.30462800234329235,
371
+ "grad_norm": 0.4257088899612427,
372
+ "learning_rate": 1.8783831282952548e-05,
373
+ "loss": 0.2603,
374
+ "step": 520
375
+ },
376
+ {
377
+ "epoch": 0.3104862331575864,
378
+ "grad_norm": 2.5923264026641846,
379
+ "learning_rate": 1.8760398359695372e-05,
380
+ "loss": 0.1271,
381
+ "step": 530
382
+ },
383
+ {
384
+ "epoch": 0.3163444639718805,
385
+ "grad_norm": 2.9671404361724854,
386
+ "learning_rate": 1.8736965436438196e-05,
387
+ "loss": 0.1323,
388
+ "step": 540
389
+ },
390
+ {
391
+ "epoch": 0.3222026947861746,
392
+ "grad_norm": 0.1397818624973297,
393
+ "learning_rate": 1.871353251318102e-05,
394
+ "loss": 0.0597,
395
+ "step": 550
396
+ },
397
+ {
398
+ "epoch": 0.3280609256004687,
399
+ "grad_norm": 0.5060864686965942,
400
+ "learning_rate": 1.8690099589923845e-05,
401
+ "loss": 0.2495,
402
+ "step": 560
403
+ },
404
+ {
405
+ "epoch": 0.3339191564147627,
406
+ "grad_norm": 1.6251068115234375,
407
+ "learning_rate": 1.866666666666667e-05,
408
+ "loss": 0.3011,
409
+ "step": 570
410
+ },
411
+ {
412
+ "epoch": 0.3397773872290568,
413
+ "grad_norm": 0.20143267512321472,
414
+ "learning_rate": 1.8643233743409493e-05,
415
+ "loss": 0.1201,
416
+ "step": 580
417
+ },
418
+ {
419
+ "epoch": 0.3456356180433509,
420
+ "grad_norm": 0.1996494084596634,
421
+ "learning_rate": 1.8619800820152317e-05,
422
+ "loss": 0.2238,
423
+ "step": 590
424
+ },
425
+ {
426
+ "epoch": 0.351493848857645,
427
+ "grad_norm": 2.6201045513153076,
428
+ "learning_rate": 1.859636789689514e-05,
429
+ "loss": 0.1274,
430
+ "step": 600
431
+ },
432
+ {
433
+ "epoch": 0.35735207967193905,
434
+ "grad_norm": 3.8342576026916504,
435
+ "learning_rate": 1.8572934973637965e-05,
436
+ "loss": 0.0662,
437
+ "step": 610
438
+ },
439
+ {
440
+ "epoch": 0.36321031048623315,
441
+ "grad_norm": 4.215113162994385,
442
+ "learning_rate": 1.8549502050380786e-05,
443
+ "loss": 0.0751,
444
+ "step": 620
445
+ },
446
+ {
447
+ "epoch": 0.36906854130052724,
448
+ "grad_norm": 6.333745002746582,
449
+ "learning_rate": 1.852606912712361e-05,
450
+ "loss": 0.1664,
451
+ "step": 630
452
+ },
453
+ {
454
+ "epoch": 0.37492677211482134,
455
+ "grad_norm": 6.037374973297119,
456
+ "learning_rate": 1.8502636203866434e-05,
457
+ "loss": 0.3169,
458
+ "step": 640
459
+ },
460
+ {
461
+ "epoch": 0.38078500292911543,
462
+ "grad_norm": 0.39565032720565796,
463
+ "learning_rate": 1.8479203280609258e-05,
464
+ "loss": 0.1296,
465
+ "step": 650
466
+ },
467
+ {
468
+ "epoch": 0.3866432337434095,
469
+ "grad_norm": 6.911872386932373,
470
+ "learning_rate": 1.8455770357352082e-05,
471
+ "loss": 0.256,
472
+ "step": 660
473
+ },
474
+ {
475
+ "epoch": 0.39250146455770357,
476
+ "grad_norm": 0.17452439665794373,
477
+ "learning_rate": 1.8432337434094903e-05,
478
+ "loss": 0.0724,
479
+ "step": 670
480
+ },
481
+ {
482
+ "epoch": 0.39835969537199767,
483
+ "grad_norm": 0.1822187453508377,
484
+ "learning_rate": 1.8408904510837727e-05,
485
+ "loss": 0.0972,
486
+ "step": 680
487
+ },
488
+ {
489
+ "epoch": 0.40421792618629176,
490
+ "grad_norm": 2.590902328491211,
491
+ "learning_rate": 1.838547158758055e-05,
492
+ "loss": 0.1851,
493
+ "step": 690
494
+ },
495
+ {
496
+ "epoch": 0.4100761570005858,
497
+ "grad_norm": 0.2342429906129837,
498
+ "learning_rate": 1.8362038664323375e-05,
499
+ "loss": 0.2552,
500
+ "step": 700
501
+ },
502
+ {
503
+ "epoch": 0.4159343878148799,
504
+ "grad_norm": 1.4866358041763306,
505
+ "learning_rate": 1.83386057410662e-05,
506
+ "loss": 0.131,
507
+ "step": 710
508
+ },
509
+ {
510
+ "epoch": 0.421792618629174,
511
+ "grad_norm": 3.6473488807678223,
512
+ "learning_rate": 1.8315172817809024e-05,
513
+ "loss": 0.2056,
514
+ "step": 720
515
+ },
516
+ {
517
+ "epoch": 0.4276508494434681,
518
+ "grad_norm": 4.957830429077148,
519
+ "learning_rate": 1.8291739894551848e-05,
520
+ "loss": 0.2499,
521
+ "step": 730
522
+ },
523
+ {
524
+ "epoch": 0.43350908025776214,
525
+ "grad_norm": 0.18394331634044647,
526
+ "learning_rate": 1.8268306971294672e-05,
527
+ "loss": 0.0795,
528
+ "step": 740
529
+ },
530
+ {
531
+ "epoch": 0.43936731107205623,
532
+ "grad_norm": 0.15296845138072968,
533
+ "learning_rate": 1.8244874048037493e-05,
534
+ "loss": 0.0301,
535
+ "step": 750
536
+ },
537
+ {
538
+ "epoch": 0.44522554188635033,
539
+ "grad_norm": 0.2405184507369995,
540
+ "learning_rate": 1.8221441124780317e-05,
541
+ "loss": 0.0557,
542
+ "step": 760
543
+ },
544
+ {
545
+ "epoch": 0.4510837727006444,
546
+ "grad_norm": 2.8683652877807617,
547
+ "learning_rate": 1.819800820152314e-05,
548
+ "loss": 0.2331,
549
+ "step": 770
550
+ },
551
+ {
552
+ "epoch": 0.45694200351493847,
553
+ "grad_norm": 0.8913503289222717,
554
+ "learning_rate": 1.8174575278265965e-05,
555
+ "loss": 0.2253,
556
+ "step": 780
557
+ },
558
+ {
559
+ "epoch": 0.46280023432923256,
560
+ "grad_norm": 0.7034773826599121,
561
+ "learning_rate": 1.815114235500879e-05,
562
+ "loss": 0.1177,
563
+ "step": 790
564
+ },
565
+ {
566
+ "epoch": 0.46865846514352666,
567
+ "grad_norm": 0.3686612844467163,
568
+ "learning_rate": 1.8127709431751613e-05,
569
+ "loss": 0.2178,
570
+ "step": 800
571
+ },
572
+ {
573
+ "epoch": 0.47451669595782076,
574
+ "grad_norm": 4.0067524909973145,
575
+ "learning_rate": 1.8104276508494437e-05,
576
+ "loss": 0.1373,
577
+ "step": 810
578
+ },
579
+ {
580
+ "epoch": 0.4803749267721148,
581
+ "grad_norm": 4.526524066925049,
582
+ "learning_rate": 1.808084358523726e-05,
583
+ "loss": 0.1769,
584
+ "step": 820
585
+ },
586
+ {
587
+ "epoch": 0.4862331575864089,
588
+ "grad_norm": 10.620451927185059,
589
+ "learning_rate": 1.8057410661980082e-05,
590
+ "loss": 0.0887,
591
+ "step": 830
592
+ },
593
+ {
594
+ "epoch": 0.492091388400703,
595
+ "grad_norm": 1.2064718008041382,
596
+ "learning_rate": 1.8033977738722906e-05,
597
+ "loss": 0.2784,
598
+ "step": 840
599
+ },
600
+ {
601
+ "epoch": 0.4979496192149971,
602
+ "grad_norm": 2.4158217906951904,
603
+ "learning_rate": 1.801054481546573e-05,
604
+ "loss": 0.1493,
605
+ "step": 850
606
+ },
607
+ {
608
+ "epoch": 0.5038078500292912,
609
+ "grad_norm": 4.48486328125,
610
+ "learning_rate": 1.7987111892208554e-05,
611
+ "loss": 0.0502,
612
+ "step": 860
613
+ },
614
+ {
615
+ "epoch": 0.5096660808435852,
616
+ "grad_norm": 0.5434872508049011,
617
+ "learning_rate": 1.796367896895138e-05,
618
+ "loss": 0.052,
619
+ "step": 870
620
+ },
621
+ {
622
+ "epoch": 0.5155243116578794,
623
+ "grad_norm": 0.11767154932022095,
624
+ "learning_rate": 1.7940246045694203e-05,
625
+ "loss": 0.1079,
626
+ "step": 880
627
+ },
628
+ {
629
+ "epoch": 0.5213825424721734,
630
+ "grad_norm": 0.14388304948806763,
631
+ "learning_rate": 1.7916813122437023e-05,
632
+ "loss": 0.1596,
633
+ "step": 890
634
+ },
635
+ {
636
+ "epoch": 0.5272407732864675,
637
+ "grad_norm": 4.8957905769348145,
638
+ "learning_rate": 1.7893380199179847e-05,
639
+ "loss": 0.1127,
640
+ "step": 900
641
+ },
642
+ {
643
+ "epoch": 0.5330990041007616,
644
+ "grad_norm": 0.09456570446491241,
645
+ "learning_rate": 1.786994727592267e-05,
646
+ "loss": 0.215,
647
+ "step": 910
648
+ },
649
+ {
650
+ "epoch": 0.5389572349150556,
651
+ "grad_norm": 0.1968098133802414,
652
+ "learning_rate": 1.7846514352665496e-05,
653
+ "loss": 0.1591,
654
+ "step": 920
655
+ },
656
+ {
657
+ "epoch": 0.5448154657293497,
658
+ "grad_norm": 0.3306093215942383,
659
+ "learning_rate": 1.782308142940832e-05,
660
+ "loss": 0.0166,
661
+ "step": 930
662
+ },
663
+ {
664
+ "epoch": 0.5506736965436438,
665
+ "grad_norm": 3.040661573410034,
666
+ "learning_rate": 1.7799648506151144e-05,
667
+ "loss": 0.0556,
668
+ "step": 940
669
+ },
670
+ {
671
+ "epoch": 0.5565319273579379,
672
+ "grad_norm": 0.1786162257194519,
673
+ "learning_rate": 1.7776215582893968e-05,
674
+ "loss": 0.15,
675
+ "step": 950
676
+ },
677
+ {
678
+ "epoch": 0.562390158172232,
679
+ "grad_norm": 3.1493492126464844,
680
+ "learning_rate": 1.7752782659636792e-05,
681
+ "loss": 0.3242,
682
+ "step": 960
683
+ },
684
+ {
685
+ "epoch": 0.5682483889865261,
686
+ "grad_norm": 0.3529878556728363,
687
+ "learning_rate": 1.7729349736379616e-05,
688
+ "loss": 0.1432,
689
+ "step": 970
690
+ },
691
+ {
692
+ "epoch": 0.5741066198008201,
693
+ "grad_norm": 3.4300451278686523,
694
+ "learning_rate": 1.770591681312244e-05,
695
+ "loss": 0.1302,
696
+ "step": 980
697
+ },
698
+ {
699
+ "epoch": 0.5799648506151143,
700
+ "grad_norm": 0.2585265636444092,
701
+ "learning_rate": 1.7682483889865264e-05,
702
+ "loss": 0.0252,
703
+ "step": 990
704
+ },
705
+ {
706
+ "epoch": 0.5858230814294083,
707
+ "grad_norm": 5.724643707275391,
708
+ "learning_rate": 1.7659050966608085e-05,
709
+ "loss": 0.1441,
710
+ "step": 1000
711
+ },
712
+ {
713
+ "epoch": 0.5916813122437024,
714
+ "grad_norm": 3.814067840576172,
715
+ "learning_rate": 1.763561804335091e-05,
716
+ "loss": 0.0298,
717
+ "step": 1010
718
+ },
719
+ {
720
+ "epoch": 0.5975395430579965,
721
+ "grad_norm": 0.9568992257118225,
722
+ "learning_rate": 1.7612185120093733e-05,
723
+ "loss": 0.375,
724
+ "step": 1020
725
+ },
726
+ {
727
+ "epoch": 0.6033977738722905,
728
+ "grad_norm": 0.07911839336156845,
729
+ "learning_rate": 1.7588752196836558e-05,
730
+ "loss": 0.1334,
731
+ "step": 1030
732
+ },
733
+ {
734
+ "epoch": 0.6092560046865847,
735
+ "grad_norm": 12.957563400268555,
736
+ "learning_rate": 1.7565319273579378e-05,
737
+ "loss": 0.2123,
738
+ "step": 1040
739
+ },
740
+ {
741
+ "epoch": 0.6151142355008787,
742
+ "grad_norm": 0.25080686807632446,
743
+ "learning_rate": 1.7541886350322202e-05,
744
+ "loss": 0.0201,
745
+ "step": 1050
746
+ },
747
+ {
748
+ "epoch": 0.6209724663151728,
749
+ "grad_norm": 0.17345930635929108,
750
+ "learning_rate": 1.7518453427065027e-05,
751
+ "loss": 0.108,
752
+ "step": 1060
753
+ },
754
+ {
755
+ "epoch": 0.6268306971294669,
756
+ "grad_norm": 5.377856731414795,
757
+ "learning_rate": 1.749502050380785e-05,
758
+ "loss": 0.1263,
759
+ "step": 1070
760
+ },
761
+ {
762
+ "epoch": 0.632688927943761,
763
+ "grad_norm": 0.24767795205116272,
764
+ "learning_rate": 1.7471587580550675e-05,
765
+ "loss": 0.0413,
766
+ "step": 1080
767
+ },
768
+ {
769
+ "epoch": 0.6385471587580551,
770
+ "grad_norm": 0.0758834108710289,
771
+ "learning_rate": 1.74481546572935e-05,
772
+ "loss": 0.017,
773
+ "step": 1090
774
+ },
775
+ {
776
+ "epoch": 0.6444053895723492,
777
+ "grad_norm": 4.1260905265808105,
778
+ "learning_rate": 1.7424721734036323e-05,
779
+ "loss": 0.061,
780
+ "step": 1100
781
+ },
782
+ {
783
+ "epoch": 0.6502636203866432,
784
+ "grad_norm": 0.050045400857925415,
785
+ "learning_rate": 1.7401288810779147e-05,
786
+ "loss": 0.0523,
787
+ "step": 1110
788
+ },
789
+ {
790
+ "epoch": 0.6561218512009374,
791
+ "grad_norm": 4.139227390289307,
792
+ "learning_rate": 1.737785588752197e-05,
793
+ "loss": 0.1138,
794
+ "step": 1120
795
+ },
796
+ {
797
+ "epoch": 0.6619800820152314,
798
+ "grad_norm": 2.0994224548339844,
799
+ "learning_rate": 1.7354422964264795e-05,
800
+ "loss": 0.2773,
801
+ "step": 1130
802
+ },
803
+ {
804
+ "epoch": 0.6678383128295254,
805
+ "grad_norm": 5.285941123962402,
806
+ "learning_rate": 1.733099004100762e-05,
807
+ "loss": 0.1247,
808
+ "step": 1140
809
+ },
810
+ {
811
+ "epoch": 0.6736965436438196,
812
+ "grad_norm": 0.09476584196090698,
813
+ "learning_rate": 1.730755711775044e-05,
814
+ "loss": 0.0738,
815
+ "step": 1150
816
+ },
817
+ {
818
+ "epoch": 0.6795547744581136,
819
+ "grad_norm": 0.10948991030454636,
820
+ "learning_rate": 1.7284124194493264e-05,
821
+ "loss": 0.1981,
822
+ "step": 1160
823
+ },
824
+ {
825
+ "epoch": 0.6854130052724078,
826
+ "grad_norm": 0.179415762424469,
827
+ "learning_rate": 1.726069127123609e-05,
828
+ "loss": 0.1038,
829
+ "step": 1170
830
+ },
831
+ {
832
+ "epoch": 0.6912712360867018,
833
+ "grad_norm": 4.8998894691467285,
834
+ "learning_rate": 1.7237258347978912e-05,
835
+ "loss": 0.1813,
836
+ "step": 1180
837
+ },
838
+ {
839
+ "epoch": 0.6971294669009959,
840
+ "grad_norm": 0.17422302067279816,
841
+ "learning_rate": 1.7213825424721737e-05,
842
+ "loss": 0.0713,
843
+ "step": 1190
844
+ },
845
+ {
846
+ "epoch": 0.70298769771529,
847
+ "grad_norm": 0.6925610899925232,
848
+ "learning_rate": 1.7190392501464557e-05,
849
+ "loss": 0.0414,
850
+ "step": 1200
851
+ },
852
+ {
853
+ "epoch": 0.7088459285295841,
854
+ "grad_norm": 0.05044275522232056,
855
+ "learning_rate": 1.716695957820738e-05,
856
+ "loss": 0.1019,
857
+ "step": 1210
858
+ },
859
+ {
860
+ "epoch": 0.7147041593438781,
861
+ "grad_norm": 0.14552544057369232,
862
+ "learning_rate": 1.7143526654950206e-05,
863
+ "loss": 0.1534,
864
+ "step": 1220
865
+ },
866
+ {
867
+ "epoch": 0.7205623901581723,
868
+ "grad_norm": 7.160550594329834,
869
+ "learning_rate": 1.712009373169303e-05,
870
+ "loss": 0.185,
871
+ "step": 1230
872
+ },
873
+ {
874
+ "epoch": 0.7264206209724663,
875
+ "grad_norm": 0.20127852261066437,
876
+ "learning_rate": 1.7096660808435854e-05,
877
+ "loss": 0.0505,
878
+ "step": 1240
879
+ },
880
+ {
881
+ "epoch": 0.7322788517867604,
882
+ "grad_norm": 0.07321985810995102,
883
+ "learning_rate": 1.7073227885178678e-05,
884
+ "loss": 0.0443,
885
+ "step": 1250
886
+ },
887
+ {
888
+ "epoch": 0.7381370826010545,
889
+ "grad_norm": 1.5325711965560913,
890
+ "learning_rate": 1.7049794961921502e-05,
891
+ "loss": 0.0673,
892
+ "step": 1260
893
+ },
894
+ {
895
+ "epoch": 0.7439953134153485,
896
+ "grad_norm": 1.1066352128982544,
897
+ "learning_rate": 1.7026362038664326e-05,
898
+ "loss": 0.1124,
899
+ "step": 1270
900
+ },
901
+ {
902
+ "epoch": 0.7498535442296427,
903
+ "grad_norm": 0.061127688735723495,
904
+ "learning_rate": 1.7002929115407147e-05,
905
+ "loss": 0.0795,
906
+ "step": 1280
907
+ },
908
+ {
909
+ "epoch": 0.7557117750439367,
910
+ "grad_norm": 0.2831653654575348,
911
+ "learning_rate": 1.697949619214997e-05,
912
+ "loss": 0.0952,
913
+ "step": 1290
914
+ },
915
+ {
916
+ "epoch": 0.7615700058582309,
917
+ "grad_norm": 0.04763650521636009,
918
+ "learning_rate": 1.6956063268892795e-05,
919
+ "loss": 0.227,
920
+ "step": 1300
921
+ },
922
+ {
923
+ "epoch": 0.7674282366725249,
924
+ "grad_norm": 0.043026477098464966,
925
+ "learning_rate": 1.693263034563562e-05,
926
+ "loss": 0.1314,
927
+ "step": 1310
928
+ },
929
+ {
930
+ "epoch": 0.773286467486819,
931
+ "grad_norm": 0.0663742944598198,
932
+ "learning_rate": 1.6909197422378443e-05,
933
+ "loss": 0.1627,
934
+ "step": 1320
935
+ },
936
+ {
937
+ "epoch": 0.7791446983011131,
938
+ "grad_norm": 0.09994468092918396,
939
+ "learning_rate": 1.6885764499121267e-05,
940
+ "loss": 0.0781,
941
+ "step": 1330
942
+ },
943
+ {
944
+ "epoch": 0.7850029291154071,
945
+ "grad_norm": 0.07375376671552658,
946
+ "learning_rate": 1.686233157586409e-05,
947
+ "loss": 0.1963,
948
+ "step": 1340
949
+ },
950
+ {
951
+ "epoch": 0.7908611599297012,
952
+ "grad_norm": 0.5165359973907471,
953
+ "learning_rate": 1.6838898652606916e-05,
954
+ "loss": 0.275,
955
+ "step": 1350
956
+ },
957
+ {
958
+ "epoch": 0.7967193907439953,
959
+ "grad_norm": 4.770512580871582,
960
+ "learning_rate": 1.681546572934974e-05,
961
+ "loss": 0.0923,
962
+ "step": 1360
963
+ },
964
+ {
965
+ "epoch": 0.8025776215582894,
966
+ "grad_norm": 0.10542096197605133,
967
+ "learning_rate": 1.679203280609256e-05,
968
+ "loss": 0.0993,
969
+ "step": 1370
970
+ },
971
+ {
972
+ "epoch": 0.8084358523725835,
973
+ "grad_norm": 0.08764227479696274,
974
+ "learning_rate": 1.6768599882835385e-05,
975
+ "loss": 0.0535,
976
+ "step": 1380
977
+ },
978
+ {
979
+ "epoch": 0.8142940831868776,
980
+ "grad_norm": 3.3957512378692627,
981
+ "learning_rate": 1.674516695957821e-05,
982
+ "loss": 0.0141,
983
+ "step": 1390
984
+ },
985
+ {
986
+ "epoch": 0.8201523140011716,
987
+ "grad_norm": 0.03514677286148071,
988
+ "learning_rate": 1.6721734036321033e-05,
989
+ "loss": 0.0481,
990
+ "step": 1400
991
+ },
992
+ {
993
+ "epoch": 0.8260105448154658,
994
+ "grad_norm": 0.054979559034109116,
995
+ "learning_rate": 1.6698301113063854e-05,
996
+ "loss": 0.0223,
997
+ "step": 1410
998
+ },
999
+ {
1000
+ "epoch": 0.8318687756297598,
1001
+ "grad_norm": 6.025042533874512,
1002
+ "learning_rate": 1.6674868189806678e-05,
1003
+ "loss": 0.2666,
1004
+ "step": 1420
1005
+ },
1006
+ {
1007
+ "epoch": 0.8377270064440538,
1008
+ "grad_norm": 0.11764468997716904,
1009
+ "learning_rate": 1.6651435266549502e-05,
1010
+ "loss": 0.1323,
1011
+ "step": 1430
1012
+ },
1013
+ {
1014
+ "epoch": 0.843585237258348,
1015
+ "grad_norm": 0.08743251860141754,
1016
+ "learning_rate": 1.6628002343292326e-05,
1017
+ "loss": 0.1267,
1018
+ "step": 1440
1019
+ },
1020
+ {
1021
+ "epoch": 0.849443468072642,
1022
+ "grad_norm": 0.16297052800655365,
1023
+ "learning_rate": 1.660456942003515e-05,
1024
+ "loss": 0.1671,
1025
+ "step": 1450
1026
+ },
1027
+ {
1028
+ "epoch": 0.8553016988869362,
1029
+ "grad_norm": 0.12175700068473816,
1030
+ "learning_rate": 1.6581136496777974e-05,
1031
+ "loss": 0.0084,
1032
+ "step": 1460
1033
+ },
1034
+ {
1035
+ "epoch": 0.8611599297012302,
1036
+ "grad_norm": 4.576499938964844,
1037
+ "learning_rate": 1.6557703573520798e-05,
1038
+ "loss": 0.0398,
1039
+ "step": 1470
1040
+ },
1041
+ {
1042
+ "epoch": 0.8670181605155243,
1043
+ "grad_norm": 1.2775115966796875,
1044
+ "learning_rate": 1.6534270650263622e-05,
1045
+ "loss": 0.0634,
1046
+ "step": 1480
1047
+ },
1048
+ {
1049
+ "epoch": 0.8728763913298184,
1050
+ "grad_norm": 4.699284553527832,
1051
+ "learning_rate": 1.6510837727006446e-05,
1052
+ "loss": 0.0668,
1053
+ "step": 1490
1054
+ },
1055
+ {
1056
+ "epoch": 0.8787346221441125,
1057
+ "grad_norm": 0.12817470729351044,
1058
+ "learning_rate": 1.648740480374927e-05,
1059
+ "loss": 0.0749,
1060
+ "step": 1500
1061
+ },
1062
+ {
1063
+ "epoch": 0.8845928529584065,
1064
+ "grad_norm": 5.865419864654541,
1065
+ "learning_rate": 1.6463971880492095e-05,
1066
+ "loss": 0.115,
1067
+ "step": 1510
1068
+ },
1069
+ {
1070
+ "epoch": 0.8904510837727007,
1071
+ "grad_norm": 3.5330662727355957,
1072
+ "learning_rate": 1.644053895723492e-05,
1073
+ "loss": 0.1223,
1074
+ "step": 1520
1075
+ },
1076
+ {
1077
+ "epoch": 0.8963093145869947,
1078
+ "grad_norm": 0.0576438307762146,
1079
+ "learning_rate": 1.641710603397774e-05,
1080
+ "loss": 0.2236,
1081
+ "step": 1530
1082
+ },
1083
+ {
1084
+ "epoch": 0.9021675454012889,
1085
+ "grad_norm": 0.03019624389708042,
1086
+ "learning_rate": 1.6393673110720564e-05,
1087
+ "loss": 0.062,
1088
+ "step": 1540
1089
+ },
1090
+ {
1091
+ "epoch": 0.9080257762155829,
1092
+ "grad_norm": 0.11998365819454193,
1093
+ "learning_rate": 1.6370240187463388e-05,
1094
+ "loss": 0.1792,
1095
+ "step": 1550
1096
+ },
1097
+ {
1098
+ "epoch": 0.9138840070298769,
1099
+ "grad_norm": 7.0185370445251465,
1100
+ "learning_rate": 1.6346807264206212e-05,
1101
+ "loss": 0.1184,
1102
+ "step": 1560
1103
+ },
1104
+ {
1105
+ "epoch": 0.9197422378441711,
1106
+ "grad_norm": 0.26941293478012085,
1107
+ "learning_rate": 1.6323374340949033e-05,
1108
+ "loss": 0.0451,
1109
+ "step": 1570
1110
+ },
1111
+ {
1112
+ "epoch": 0.9256004686584651,
1113
+ "grad_norm": 0.11105812340974808,
1114
+ "learning_rate": 1.6299941417691857e-05,
1115
+ "loss": 0.0957,
1116
+ "step": 1580
1117
+ },
1118
+ {
1119
+ "epoch": 0.9314586994727593,
1120
+ "grad_norm": 7.551598072052002,
1121
+ "learning_rate": 1.627650849443468e-05,
1122
+ "loss": 0.063,
1123
+ "step": 1590
1124
+ },
1125
+ {
1126
+ "epoch": 0.9373169302870533,
1127
+ "grad_norm": 0.03378705307841301,
1128
+ "learning_rate": 1.6253075571177505e-05,
1129
+ "loss": 0.0234,
1130
+ "step": 1600
1131
+ },
1132
+ {
1133
+ "epoch": 0.9431751611013474,
1134
+ "grad_norm": 0.25736942887306213,
1135
+ "learning_rate": 1.622964264792033e-05,
1136
+ "loss": 0.041,
1137
+ "step": 1610
1138
+ },
1139
+ {
1140
+ "epoch": 0.9490333919156415,
1141
+ "grad_norm": 0.14889341592788696,
1142
+ "learning_rate": 1.6206209724663153e-05,
1143
+ "loss": 0.0337,
1144
+ "step": 1620
1145
+ },
1146
+ {
1147
+ "epoch": 0.9548916227299356,
1148
+ "grad_norm": 0.05913722887635231,
1149
+ "learning_rate": 1.6182776801405977e-05,
1150
+ "loss": 0.1896,
1151
+ "step": 1630
1152
+ },
1153
+ {
1154
+ "epoch": 0.9607498535442296,
1155
+ "grad_norm": 0.3258120119571686,
1156
+ "learning_rate": 1.61593438781488e-05,
1157
+ "loss": 0.1096,
1158
+ "step": 1640
1159
+ },
1160
+ {
1161
+ "epoch": 0.9666080843585237,
1162
+ "grad_norm": 0.05084146186709404,
1163
+ "learning_rate": 1.6135910954891626e-05,
1164
+ "loss": 0.1543,
1165
+ "step": 1650
1166
+ },
1167
+ {
1168
+ "epoch": 0.9724663151728178,
1169
+ "grad_norm": 3.364567518234253,
1170
+ "learning_rate": 1.611247803163445e-05,
1171
+ "loss": 0.2953,
1172
+ "step": 1660
1173
+ },
1174
+ {
1175
+ "epoch": 0.9783245459871119,
1176
+ "grad_norm": 0.07459431141614914,
1177
+ "learning_rate": 1.608904510837727e-05,
1178
+ "loss": 0.0135,
1179
+ "step": 1670
1180
+ },
1181
+ {
1182
+ "epoch": 0.984182776801406,
1183
+ "grad_norm": 4.472078323364258,
1184
+ "learning_rate": 1.6065612185120094e-05,
1185
+ "loss": 0.1756,
1186
+ "step": 1680
1187
+ },
1188
+ {
1189
+ "epoch": 0.9900410076157,
1190
+ "grad_norm": 0.0766572579741478,
1191
+ "learning_rate": 1.604217926186292e-05,
1192
+ "loss": 0.0382,
1193
+ "step": 1690
1194
+ },
1195
+ {
1196
+ "epoch": 0.9958992384299942,
1197
+ "grad_norm": 4.629612445831299,
1198
+ "learning_rate": 1.6018746338605743e-05,
1199
+ "loss": 0.1475,
1200
+ "step": 1700
1201
+ },
1202
+ {
1203
+ "epoch": 1.0017574692442883,
1204
+ "grad_norm": 2.2122583389282227,
1205
+ "learning_rate": 1.5995313415348567e-05,
1206
+ "loss": 0.007,
1207
+ "step": 1710
1208
+ },
1209
+ {
1210
+ "epoch": 1.0076157000585824,
1211
+ "grad_norm": 2.1959640979766846,
1212
+ "learning_rate": 1.597188049209139e-05,
1213
+ "loss": 0.0108,
1214
+ "step": 1720
1215
+ },
1216
+ {
1217
+ "epoch": 1.0134739308728764,
1218
+ "grad_norm": 6.177903652191162,
1219
+ "learning_rate": 1.594844756883421e-05,
1220
+ "loss": 0.1057,
1221
+ "step": 1730
1222
+ },
1223
+ {
1224
+ "epoch": 1.0193321616871704,
1225
+ "grad_norm": 0.07769495248794556,
1226
+ "learning_rate": 1.5925014645577036e-05,
1227
+ "loss": 0.062,
1228
+ "step": 1740
1229
+ },
1230
+ {
1231
+ "epoch": 1.0251903925014645,
1232
+ "grad_norm": 5.370426177978516,
1233
+ "learning_rate": 1.590158172231986e-05,
1234
+ "loss": 0.0702,
1235
+ "step": 1750
1236
+ },
1237
+ {
1238
+ "epoch": 1.0310486233157587,
1239
+ "grad_norm": 0.06684985756874084,
1240
+ "learning_rate": 1.5878148799062684e-05,
1241
+ "loss": 0.1196,
1242
+ "step": 1760
1243
+ },
1244
+ {
1245
+ "epoch": 1.0369068541300528,
1246
+ "grad_norm": 0.277066171169281,
1247
+ "learning_rate": 1.5854715875805508e-05,
1248
+ "loss": 0.0566,
1249
+ "step": 1770
1250
+ },
1251
+ {
1252
+ "epoch": 1.0427650849443468,
1253
+ "grad_norm": 2.941352367401123,
1254
+ "learning_rate": 1.5831282952548332e-05,
1255
+ "loss": 0.069,
1256
+ "step": 1780
1257
+ },
1258
+ {
1259
+ "epoch": 1.0486233157586409,
1260
+ "grad_norm": 0.050202783197164536,
1261
+ "learning_rate": 1.5807850029291156e-05,
1262
+ "loss": 0.0451,
1263
+ "step": 1790
1264
+ },
1265
+ {
1266
+ "epoch": 1.054481546572935,
1267
+ "grad_norm": 0.04496518895030022,
1268
+ "learning_rate": 1.5784417106033977e-05,
1269
+ "loss": 0.1135,
1270
+ "step": 1800
1271
+ },
1272
+ {
1273
+ "epoch": 1.060339777387229,
1274
+ "grad_norm": 7.685583114624023,
1275
+ "learning_rate": 1.57609841827768e-05,
1276
+ "loss": 0.2183,
1277
+ "step": 1810
1278
+ },
1279
+ {
1280
+ "epoch": 1.0661980082015232,
1281
+ "grad_norm": 0.041232019662857056,
1282
+ "learning_rate": 1.5737551259519625e-05,
1283
+ "loss": 0.0681,
1284
+ "step": 1820
1285
+ },
1286
+ {
1287
+ "epoch": 1.0720562390158173,
1288
+ "grad_norm": 0.11009787768125534,
1289
+ "learning_rate": 1.571411833626245e-05,
1290
+ "loss": 0.1064,
1291
+ "step": 1830
1292
+ },
1293
+ {
1294
+ "epoch": 1.0779144698301113,
1295
+ "grad_norm": 10.8427095413208,
1296
+ "learning_rate": 1.5690685413005274e-05,
1297
+ "loss": 0.0494,
1298
+ "step": 1840
1299
+ },
1300
+ {
1301
+ "epoch": 1.0837727006444053,
1302
+ "grad_norm": 0.10766121000051498,
1303
+ "learning_rate": 1.5667252489748098e-05,
1304
+ "loss": 0.161,
1305
+ "step": 1850
1306
+ },
1307
+ {
1308
+ "epoch": 1.0896309314586994,
1309
+ "grad_norm": 6.553893566131592,
1310
+ "learning_rate": 1.5643819566490922e-05,
1311
+ "loss": 0.1559,
1312
+ "step": 1860
1313
+ },
1314
+ {
1315
+ "epoch": 1.0954891622729936,
1316
+ "grad_norm": 10.493359565734863,
1317
+ "learning_rate": 1.5620386643233746e-05,
1318
+ "loss": 0.0245,
1319
+ "step": 1870
1320
+ },
1321
+ {
1322
+ "epoch": 1.1013473930872877,
1323
+ "grad_norm": 8.9678373336792,
1324
+ "learning_rate": 1.559695371997657e-05,
1325
+ "loss": 0.1051,
1326
+ "step": 1880
1327
+ },
1328
+ {
1329
+ "epoch": 1.1072056239015817,
1330
+ "grad_norm": 0.08524399250745773,
1331
+ "learning_rate": 1.5573520796719394e-05,
1332
+ "loss": 0.0044,
1333
+ "step": 1890
1334
+ },
1335
+ {
1336
+ "epoch": 1.1130638547158758,
1337
+ "grad_norm": 0.027697084471583366,
1338
+ "learning_rate": 1.5550087873462215e-05,
1339
+ "loss": 0.0847,
1340
+ "step": 1900
1341
+ },
1342
+ {
1343
+ "epoch": 1.1189220855301698,
1344
+ "grad_norm": 0.2592675983905792,
1345
+ "learning_rate": 1.552665495020504e-05,
1346
+ "loss": 0.0702,
1347
+ "step": 1910
1348
+ },
1349
+ {
1350
+ "epoch": 1.124780316344464,
1351
+ "grad_norm": 0.033791959285736084,
1352
+ "learning_rate": 1.5503222026947863e-05,
1353
+ "loss": 0.1042,
1354
+ "step": 1920
1355
+ },
1356
+ {
1357
+ "epoch": 1.1306385471587581,
1358
+ "grad_norm": 5.939085960388184,
1359
+ "learning_rate": 1.5479789103690687e-05,
1360
+ "loss": 0.0095,
1361
+ "step": 1930
1362
+ },
1363
+ {
1364
+ "epoch": 1.1364967779730522,
1365
+ "grad_norm": 0.7582628726959229,
1366
+ "learning_rate": 1.5456356180433508e-05,
1367
+ "loss": 0.0844,
1368
+ "step": 1940
1369
+ },
1370
+ {
1371
+ "epoch": 1.1423550087873462,
1372
+ "grad_norm": 0.34229347109794617,
1373
+ "learning_rate": 1.5432923257176332e-05,
1374
+ "loss": 0.0173,
1375
+ "step": 1950
1376
+ },
1377
+ {
1378
+ "epoch": 1.1482132396016402,
1379
+ "grad_norm": 0.24234962463378906,
1380
+ "learning_rate": 1.5409490333919156e-05,
1381
+ "loss": 0.2988,
1382
+ "step": 1960
1383
+ },
1384
+ {
1385
+ "epoch": 1.1540714704159343,
1386
+ "grad_norm": 0.21282519400119781,
1387
+ "learning_rate": 1.538605741066198e-05,
1388
+ "loss": 0.0115,
1389
+ "step": 1970
1390
+ },
1391
+ {
1392
+ "epoch": 1.1599297012302285,
1393
+ "grad_norm": 0.2657891809940338,
1394
+ "learning_rate": 1.5362624487404804e-05,
1395
+ "loss": 0.1126,
1396
+ "step": 1980
1397
+ },
1398
+ {
1399
+ "epoch": 1.1657879320445226,
1400
+ "grad_norm": 0.2175203263759613,
1401
+ "learning_rate": 1.533919156414763e-05,
1402
+ "loss": 0.2326,
1403
+ "step": 1990
1404
+ },
1405
+ {
1406
+ "epoch": 1.1716461628588166,
1407
+ "grad_norm": 7.306258201599121,
1408
+ "learning_rate": 1.5315758640890453e-05,
1409
+ "loss": 0.1161,
1410
+ "step": 2000
1411
+ },
1412
+ {
1413
+ "epoch": 1.1775043936731107,
1414
+ "grad_norm": 0.4325994849205017,
1415
+ "learning_rate": 1.5292325717633277e-05,
1416
+ "loss": 0.1118,
1417
+ "step": 2010
1418
+ },
1419
+ {
1420
+ "epoch": 1.1833626244874047,
1421
+ "grad_norm": 0.03175567463040352,
1422
+ "learning_rate": 1.52688927943761e-05,
1423
+ "loss": 0.1036,
1424
+ "step": 2020
1425
+ },
1426
+ {
1427
+ "epoch": 1.189220855301699,
1428
+ "grad_norm": 0.06606226414442062,
1429
+ "learning_rate": 1.5245459871118923e-05,
1430
+ "loss": 0.0048,
1431
+ "step": 2030
1432
+ },
1433
+ {
1434
+ "epoch": 1.195079086115993,
1435
+ "grad_norm": 4.948124408721924,
1436
+ "learning_rate": 1.5222026947861747e-05,
1437
+ "loss": 0.1035,
1438
+ "step": 2040
1439
+ },
1440
+ {
1441
+ "epoch": 1.200937316930287,
1442
+ "grad_norm": 0.05158844590187073,
1443
+ "learning_rate": 1.5198594024604571e-05,
1444
+ "loss": 0.2282,
1445
+ "step": 2050
1446
+ },
1447
+ {
1448
+ "epoch": 1.206795547744581,
1449
+ "grad_norm": 5.9457106590271,
1450
+ "learning_rate": 1.5175161101347396e-05,
1451
+ "loss": 0.0251,
1452
+ "step": 2060
1453
+ },
1454
+ {
1455
+ "epoch": 1.2126537785588751,
1456
+ "grad_norm": 0.41592299938201904,
1457
+ "learning_rate": 1.5151728178090216e-05,
1458
+ "loss": 0.1272,
1459
+ "step": 2070
1460
+ },
1461
+ {
1462
+ "epoch": 1.2185120093731694,
1463
+ "grad_norm": 0.031298503279685974,
1464
+ "learning_rate": 1.512829525483304e-05,
1465
+ "loss": 0.0719,
1466
+ "step": 2080
1467
+ },
1468
+ {
1469
+ "epoch": 1.2243702401874634,
1470
+ "grad_norm": 0.05066341161727905,
1471
+ "learning_rate": 1.5104862331575865e-05,
1472
+ "loss": 0.0489,
1473
+ "step": 2090
1474
+ },
1475
+ {
1476
+ "epoch": 1.2302284710017575,
1477
+ "grad_norm": 0.06502586603164673,
1478
+ "learning_rate": 1.5081429408318689e-05,
1479
+ "loss": 0.0045,
1480
+ "step": 2100
1481
+ },
1482
+ {
1483
+ "epoch": 1.2360867018160515,
1484
+ "grad_norm": 0.22800350189208984,
1485
+ "learning_rate": 1.5057996485061513e-05,
1486
+ "loss": 0.0287,
1487
+ "step": 2110
1488
+ },
1489
+ {
1490
+ "epoch": 1.2419449326303456,
1491
+ "grad_norm": 0.05417035520076752,
1492
+ "learning_rate": 1.5034563561804337e-05,
1493
+ "loss": 0.0656,
1494
+ "step": 2120
1495
+ },
1496
+ {
1497
+ "epoch": 1.2478031634446398,
1498
+ "grad_norm": 0.09729498624801636,
1499
+ "learning_rate": 1.501113063854716e-05,
1500
+ "loss": 0.1163,
1501
+ "step": 2130
1502
+ },
1503
+ {
1504
+ "epoch": 1.2536613942589339,
1505
+ "grad_norm": 0.03419837728142738,
1506
+ "learning_rate": 1.4987697715289983e-05,
1507
+ "loss": 0.045,
1508
+ "step": 2140
1509
+ },
1510
+ {
1511
+ "epoch": 1.259519625073228,
1512
+ "grad_norm": 35.93345642089844,
1513
+ "learning_rate": 1.4964264792032807e-05,
1514
+ "loss": 0.2297,
1515
+ "step": 2150
1516
+ },
1517
+ {
1518
+ "epoch": 1.265377855887522,
1519
+ "grad_norm": 4.408044815063477,
1520
+ "learning_rate": 1.4940831868775632e-05,
1521
+ "loss": 0.0762,
1522
+ "step": 2160
1523
+ },
1524
+ {
1525
+ "epoch": 1.271236086701816,
1526
+ "grad_norm": 0.2184348851442337,
1527
+ "learning_rate": 1.4917398945518456e-05,
1528
+ "loss": 0.042,
1529
+ "step": 2170
1530
+ },
1531
+ {
1532
+ "epoch": 1.2770943175161102,
1533
+ "grad_norm": 0.036489009857177734,
1534
+ "learning_rate": 1.489396602226128e-05,
1535
+ "loss": 0.0239,
1536
+ "step": 2180
1537
+ },
1538
+ {
1539
+ "epoch": 1.2829525483304043,
1540
+ "grad_norm": 0.10858841240406036,
1541
+ "learning_rate": 1.4870533099004102e-05,
1542
+ "loss": 0.0724,
1543
+ "step": 2190
1544
+ },
1545
+ {
1546
+ "epoch": 1.2888107791446983,
1547
+ "grad_norm": 0.1485690176486969,
1548
+ "learning_rate": 1.4847100175746925e-05,
1549
+ "loss": 0.077,
1550
+ "step": 2200
1551
+ },
1552
+ {
1553
+ "epoch": 1.2946690099589924,
1554
+ "grad_norm": 0.3935866951942444,
1555
+ "learning_rate": 1.4823667252489749e-05,
1556
+ "loss": 0.1539,
1557
+ "step": 2210
1558
+ },
1559
+ {
1560
+ "epoch": 1.3005272407732864,
1561
+ "grad_norm": 0.10183463990688324,
1562
+ "learning_rate": 1.4800234329232573e-05,
1563
+ "loss": 0.1011,
1564
+ "step": 2220
1565
+ },
1566
+ {
1567
+ "epoch": 1.3063854715875807,
1568
+ "grad_norm": 0.23003660142421722,
1569
+ "learning_rate": 1.4776801405975395e-05,
1570
+ "loss": 0.0398,
1571
+ "step": 2230
1572
+ },
1573
+ {
1574
+ "epoch": 1.3122437024018747,
1575
+ "grad_norm": 1.0053473711013794,
1576
+ "learning_rate": 1.475336848271822e-05,
1577
+ "loss": 0.0114,
1578
+ "step": 2240
1579
+ },
1580
+ {
1581
+ "epoch": 1.3181019332161688,
1582
+ "grad_norm": 0.0832851454615593,
1583
+ "learning_rate": 1.4729935559461044e-05,
1584
+ "loss": 0.0889,
1585
+ "step": 2250
1586
+ },
1587
+ {
1588
+ "epoch": 1.3239601640304628,
1589
+ "grad_norm": 0.044370219111442566,
1590
+ "learning_rate": 1.4706502636203868e-05,
1591
+ "loss": 0.0047,
1592
+ "step": 2260
1593
+ },
1594
+ {
1595
+ "epoch": 1.3298183948447568,
1596
+ "grad_norm": 2.207583427429199,
1597
+ "learning_rate": 1.4683069712946692e-05,
1598
+ "loss": 0.1405,
1599
+ "step": 2270
1600
+ },
1601
+ {
1602
+ "epoch": 1.335676625659051,
1603
+ "grad_norm": 0.2738548219203949,
1604
+ "learning_rate": 1.4659636789689516e-05,
1605
+ "loss": 0.1053,
1606
+ "step": 2280
1607
+ },
1608
+ {
1609
+ "epoch": 1.341534856473345,
1610
+ "grad_norm": 5.799202919006348,
1611
+ "learning_rate": 1.4636203866432338e-05,
1612
+ "loss": 0.1031,
1613
+ "step": 2290
1614
+ },
1615
+ {
1616
+ "epoch": 1.3473930872876392,
1617
+ "grad_norm": 0.03329119086265564,
1618
+ "learning_rate": 1.4612770943175162e-05,
1619
+ "loss": 0.0167,
1620
+ "step": 2300
1621
+ },
1622
+ {
1623
+ "epoch": 1.3532513181019332,
1624
+ "grad_norm": 0.10547787696123123,
1625
+ "learning_rate": 1.4589338019917987e-05,
1626
+ "loss": 0.0068,
1627
+ "step": 2310
1628
+ },
1629
+ {
1630
+ "epoch": 1.3591095489162273,
1631
+ "grad_norm": 14.383464813232422,
1632
+ "learning_rate": 1.456590509666081e-05,
1633
+ "loss": 0.0457,
1634
+ "step": 2320
1635
+ },
1636
+ {
1637
+ "epoch": 1.3649677797305213,
1638
+ "grad_norm": 1.1754510402679443,
1639
+ "learning_rate": 1.4542472173403633e-05,
1640
+ "loss": 0.1441,
1641
+ "step": 2330
1642
+ },
1643
+ {
1644
+ "epoch": 1.3708260105448153,
1645
+ "grad_norm": 0.1931016892194748,
1646
+ "learning_rate": 1.4519039250146455e-05,
1647
+ "loss": 0.0026,
1648
+ "step": 2340
1649
+ },
1650
+ {
1651
+ "epoch": 1.3766842413591096,
1652
+ "grad_norm": 0.036222219467163086,
1653
+ "learning_rate": 1.449560632688928e-05,
1654
+ "loss": 0.0575,
1655
+ "step": 2350
1656
+ },
1657
+ {
1658
+ "epoch": 1.3825424721734036,
1659
+ "grad_norm": 0.05857452005147934,
1660
+ "learning_rate": 1.4472173403632104e-05,
1661
+ "loss": 0.0035,
1662
+ "step": 2360
1663
+ },
1664
+ {
1665
+ "epoch": 1.3884007029876977,
1666
+ "grad_norm": 0.027153009548783302,
1667
+ "learning_rate": 1.4448740480374928e-05,
1668
+ "loss": 0.0071,
1669
+ "step": 2370
1670
+ },
1671
+ {
1672
+ "epoch": 1.3942589338019917,
1673
+ "grad_norm": 0.030506083741784096,
1674
+ "learning_rate": 1.4425307557117752e-05,
1675
+ "loss": 0.0501,
1676
+ "step": 2380
1677
+ },
1678
+ {
1679
+ "epoch": 1.4001171646162858,
1680
+ "grad_norm": 0.24087435007095337,
1681
+ "learning_rate": 1.4401874633860576e-05,
1682
+ "loss": 0.0457,
1683
+ "step": 2390
1684
+ },
1685
+ {
1686
+ "epoch": 1.40597539543058,
1687
+ "grad_norm": 7.0238566398620605,
1688
+ "learning_rate": 1.4378441710603398e-05,
1689
+ "loss": 0.0856,
1690
+ "step": 2400
1691
+ },
1692
+ {
1693
+ "epoch": 1.411833626244874,
1694
+ "grad_norm": 17.90679359436035,
1695
+ "learning_rate": 1.4355008787346223e-05,
1696
+ "loss": 0.1618,
1697
+ "step": 2410
1698
+ },
1699
+ {
1700
+ "epoch": 1.4176918570591681,
1701
+ "grad_norm": 0.031517572700977325,
1702
+ "learning_rate": 1.4331575864089047e-05,
1703
+ "loss": 0.0033,
1704
+ "step": 2420
1705
+ },
1706
+ {
1707
+ "epoch": 1.4235500878734622,
1708
+ "grad_norm": 0.8404099345207214,
1709
+ "learning_rate": 1.430814294083187e-05,
1710
+ "loss": 0.0529,
1711
+ "step": 2430
1712
+ },
1713
+ {
1714
+ "epoch": 1.4294083186877562,
1715
+ "grad_norm": 0.01688993163406849,
1716
+ "learning_rate": 1.4284710017574695e-05,
1717
+ "loss": 0.0032,
1718
+ "step": 2440
1719
+ },
1720
+ {
1721
+ "epoch": 1.4352665495020505,
1722
+ "grad_norm": 0.06315304338932037,
1723
+ "learning_rate": 1.4261277094317519e-05,
1724
+ "loss": 0.1193,
1725
+ "step": 2450
1726
+ },
1727
+ {
1728
+ "epoch": 1.4411247803163445,
1729
+ "grad_norm": 0.04080997034907341,
1730
+ "learning_rate": 1.423784417106034e-05,
1731
+ "loss": 0.0028,
1732
+ "step": 2460
1733
+ },
1734
+ {
1735
+ "epoch": 1.4469830111306385,
1736
+ "grad_norm": 0.023772750049829483,
1737
+ "learning_rate": 1.4214411247803164e-05,
1738
+ "loss": 0.0127,
1739
+ "step": 2470
1740
+ },
1741
+ {
1742
+ "epoch": 1.4528412419449326,
1743
+ "grad_norm": 0.015330899506807327,
1744
+ "learning_rate": 1.4190978324545988e-05,
1745
+ "loss": 0.0706,
1746
+ "step": 2480
1747
+ },
1748
+ {
1749
+ "epoch": 1.4586994727592266,
1750
+ "grad_norm": 0.4532860517501831,
1751
+ "learning_rate": 1.4167545401288812e-05,
1752
+ "loss": 0.0056,
1753
+ "step": 2490
1754
+ },
1755
+ {
1756
+ "epoch": 1.4645577035735209,
1757
+ "grad_norm": 0.24234826862812042,
1758
+ "learning_rate": 1.4144112478031635e-05,
1759
+ "loss": 0.0024,
1760
+ "step": 2500
1761
+ },
1762
+ {
1763
+ "epoch": 1.470415934387815,
1764
+ "grad_norm": 0.6973457932472229,
1765
+ "learning_rate": 1.4120679554774459e-05,
1766
+ "loss": 0.2314,
1767
+ "step": 2510
1768
+ },
1769
+ {
1770
+ "epoch": 1.476274165202109,
1771
+ "grad_norm": 8.073694229125977,
1772
+ "learning_rate": 1.4097246631517283e-05,
1773
+ "loss": 0.0922,
1774
+ "step": 2520
1775
+ },
1776
+ {
1777
+ "epoch": 1.482132396016403,
1778
+ "grad_norm": 0.03306486830115318,
1779
+ "learning_rate": 1.4073813708260107e-05,
1780
+ "loss": 0.1651,
1781
+ "step": 2530
1782
+ },
1783
+ {
1784
+ "epoch": 1.487990626830697,
1785
+ "grad_norm": 0.10176576673984528,
1786
+ "learning_rate": 1.4050380785002931e-05,
1787
+ "loss": 0.0416,
1788
+ "step": 2540
1789
+ },
1790
+ {
1791
+ "epoch": 1.4938488576449913,
1792
+ "grad_norm": 0.10366008430719376,
1793
+ "learning_rate": 1.4026947861745755e-05,
1794
+ "loss": 0.0615,
1795
+ "step": 2550
1796
+ },
1797
+ {
1798
+ "epoch": 1.4997070884592854,
1799
+ "grad_norm": 0.21881893277168274,
1800
+ "learning_rate": 1.4003514938488578e-05,
1801
+ "loss": 0.0196,
1802
+ "step": 2560
1803
+ },
1804
+ {
1805
+ "epoch": 1.5055653192735794,
1806
+ "grad_norm": 0.43505847454071045,
1807
+ "learning_rate": 1.3980082015231402e-05,
1808
+ "loss": 0.0996,
1809
+ "step": 2570
1810
+ },
1811
+ {
1812
+ "epoch": 1.5114235500878734,
1813
+ "grad_norm": 7.067519187927246,
1814
+ "learning_rate": 1.3956649091974226e-05,
1815
+ "loss": 0.1073,
1816
+ "step": 2580
1817
+ },
1818
+ {
1819
+ "epoch": 1.5172817809021675,
1820
+ "grad_norm": 0.022074054926633835,
1821
+ "learning_rate": 1.3933216168717048e-05,
1822
+ "loss": 0.0023,
1823
+ "step": 2590
1824
+ },
1825
+ {
1826
+ "epoch": 1.5231400117164617,
1827
+ "grad_norm": 0.021333998069167137,
1828
+ "learning_rate": 1.390978324545987e-05,
1829
+ "loss": 0.0192,
1830
+ "step": 2600
1831
+ },
1832
+ {
1833
+ "epoch": 1.5289982425307556,
1834
+ "grad_norm": 4.094031810760498,
1835
+ "learning_rate": 1.3886350322202695e-05,
1836
+ "loss": 0.1487,
1837
+ "step": 2610
1838
+ },
1839
+ {
1840
+ "epoch": 1.5348564733450498,
1841
+ "grad_norm": 0.028797738254070282,
1842
+ "learning_rate": 1.3862917398945519e-05,
1843
+ "loss": 0.0181,
1844
+ "step": 2620
1845
+ },
1846
+ {
1847
+ "epoch": 1.5407147041593439,
1848
+ "grad_norm": 0.37651917338371277,
1849
+ "learning_rate": 1.3839484475688343e-05,
1850
+ "loss": 0.0397,
1851
+ "step": 2630
1852
+ },
1853
+ {
1854
+ "epoch": 1.546572934973638,
1855
+ "grad_norm": 0.04619598761200905,
1856
+ "learning_rate": 1.3816051552431167e-05,
1857
+ "loss": 0.0334,
1858
+ "step": 2640
1859
+ },
1860
+ {
1861
+ "epoch": 1.5524311657879322,
1862
+ "grad_norm": 0.09797985851764679,
1863
+ "learning_rate": 1.3792618629173991e-05,
1864
+ "loss": 0.2177,
1865
+ "step": 2650
1866
+ },
1867
+ {
1868
+ "epoch": 1.558289396602226,
1869
+ "grad_norm": 4.648836612701416,
1870
+ "learning_rate": 1.3769185705916814e-05,
1871
+ "loss": 0.1014,
1872
+ "step": 2660
1873
+ },
1874
+ {
1875
+ "epoch": 1.5641476274165202,
1876
+ "grad_norm": 0.013686669990420341,
1877
+ "learning_rate": 1.3745752782659638e-05,
1878
+ "loss": 0.102,
1879
+ "step": 2670
1880
+ },
1881
+ {
1882
+ "epoch": 1.5700058582308143,
1883
+ "grad_norm": 0.33198732137680054,
1884
+ "learning_rate": 1.3722319859402462e-05,
1885
+ "loss": 0.0181,
1886
+ "step": 2680
1887
+ },
1888
+ {
1889
+ "epoch": 1.5758640890451083,
1890
+ "grad_norm": 9.264932632446289,
1891
+ "learning_rate": 1.3698886936145286e-05,
1892
+ "loss": 0.1374,
1893
+ "step": 2690
1894
+ },
1895
+ {
1896
+ "epoch": 1.5817223198594026,
1897
+ "grad_norm": 4.808820724487305,
1898
+ "learning_rate": 1.367545401288811e-05,
1899
+ "loss": 0.0389,
1900
+ "step": 2700
1901
+ },
1902
+ {
1903
+ "epoch": 1.5875805506736964,
1904
+ "grad_norm": 1.272582769393921,
1905
+ "learning_rate": 1.3652021089630934e-05,
1906
+ "loss": 0.0035,
1907
+ "step": 2710
1908
+ },
1909
+ {
1910
+ "epoch": 1.5934387814879907,
1911
+ "grad_norm": 0.05750690773129463,
1912
+ "learning_rate": 1.3628588166373755e-05,
1913
+ "loss": 0.0981,
1914
+ "step": 2720
1915
+ },
1916
+ {
1917
+ "epoch": 1.5992970123022847,
1918
+ "grad_norm": 0.174026757478714,
1919
+ "learning_rate": 1.3605155243116579e-05,
1920
+ "loss": 0.063,
1921
+ "step": 2730
1922
+ },
1923
+ {
1924
+ "epoch": 1.6051552431165788,
1925
+ "grad_norm": 0.034066952764987946,
1926
+ "learning_rate": 1.3581722319859403e-05,
1927
+ "loss": 0.0291,
1928
+ "step": 2740
1929
+ },
1930
+ {
1931
+ "epoch": 1.611013473930873,
1932
+ "grad_norm": 0.16694338619709015,
1933
+ "learning_rate": 1.3558289396602227e-05,
1934
+ "loss": 0.0909,
1935
+ "step": 2750
1936
+ },
1937
+ {
1938
+ "epoch": 1.6168717047451668,
1939
+ "grad_norm": 1.0258171558380127,
1940
+ "learning_rate": 1.353485647334505e-05,
1941
+ "loss": 0.0612,
1942
+ "step": 2760
1943
+ },
1944
+ {
1945
+ "epoch": 1.622729935559461,
1946
+ "grad_norm": 5.220030784606934,
1947
+ "learning_rate": 1.3511423550087874e-05,
1948
+ "loss": 0.1047,
1949
+ "step": 2770
1950
+ },
1951
+ {
1952
+ "epoch": 1.6285881663737551,
1953
+ "grad_norm": 1.811539649963379,
1954
+ "learning_rate": 1.3487990626830698e-05,
1955
+ "loss": 0.1035,
1956
+ "step": 2780
1957
+ },
1958
+ {
1959
+ "epoch": 1.6344463971880492,
1960
+ "grad_norm": 0.04276169091463089,
1961
+ "learning_rate": 1.3464557703573522e-05,
1962
+ "loss": 0.0646,
1963
+ "step": 2790
1964
+ },
1965
+ {
1966
+ "epoch": 1.6403046280023434,
1967
+ "grad_norm": 0.025083236396312714,
1968
+ "learning_rate": 1.3441124780316346e-05,
1969
+ "loss": 0.0682,
1970
+ "step": 2800
1971
+ },
1972
+ {
1973
+ "epoch": 1.6461628588166373,
1974
+ "grad_norm": 0.5909777879714966,
1975
+ "learning_rate": 1.341769185705917e-05,
1976
+ "loss": 0.0625,
1977
+ "step": 2810
1978
+ },
1979
+ {
1980
+ "epoch": 1.6520210896309315,
1981
+ "grad_norm": 0.03190384432673454,
1982
+ "learning_rate": 1.3394258933801994e-05,
1983
+ "loss": 0.0549,
1984
+ "step": 2820
1985
+ },
1986
+ {
1987
+ "epoch": 1.6578793204452256,
1988
+ "grad_norm": 0.008607199415564537,
1989
+ "learning_rate": 1.3370826010544817e-05,
1990
+ "loss": 0.1849,
1991
+ "step": 2830
1992
+ },
1993
+ {
1994
+ "epoch": 1.6637375512595196,
1995
+ "grad_norm": 0.6105258464813232,
1996
+ "learning_rate": 1.3347393087287641e-05,
1997
+ "loss": 0.0044,
1998
+ "step": 2840
1999
+ },
2000
+ {
2001
+ "epoch": 1.6695957820738139,
2002
+ "grad_norm": 0.008611824363470078,
2003
+ "learning_rate": 1.3323960164030465e-05,
2004
+ "loss": 0.0542,
2005
+ "step": 2850
2006
+ },
2007
+ {
2008
+ "epoch": 1.6754540128881077,
2009
+ "grad_norm": 9.882821083068848,
2010
+ "learning_rate": 1.3300527240773287e-05,
2011
+ "loss": 0.0708,
2012
+ "step": 2860
2013
+ },
2014
+ {
2015
+ "epoch": 1.681312243702402,
2016
+ "grad_norm": 0.09280505031347275,
2017
+ "learning_rate": 1.327709431751611e-05,
2018
+ "loss": 0.0021,
2019
+ "step": 2870
2020
+ },
2021
+ {
2022
+ "epoch": 1.687170474516696,
2023
+ "grad_norm": 0.016819052398204803,
2024
+ "learning_rate": 1.3253661394258934e-05,
2025
+ "loss": 0.0595,
2026
+ "step": 2880
2027
+ },
2028
+ {
2029
+ "epoch": 1.69302870533099,
2030
+ "grad_norm": 0.06223960965871811,
2031
+ "learning_rate": 1.3230228471001758e-05,
2032
+ "loss": 0.1019,
2033
+ "step": 2890
2034
+ },
2035
+ {
2036
+ "epoch": 1.698886936145284,
2037
+ "grad_norm": 0.012930012308061123,
2038
+ "learning_rate": 1.3206795547744582e-05,
2039
+ "loss": 0.0211,
2040
+ "step": 2900
2041
+ },
2042
+ {
2043
+ "epoch": 1.7047451669595781,
2044
+ "grad_norm": 10.481481552124023,
2045
+ "learning_rate": 1.3183362624487406e-05,
2046
+ "loss": 0.2043,
2047
+ "step": 2910
2048
+ },
2049
+ {
2050
+ "epoch": 1.7106033977738724,
2051
+ "grad_norm": 0.48479416966438293,
2052
+ "learning_rate": 1.315992970123023e-05,
2053
+ "loss": 0.1616,
2054
+ "step": 2920
2055
+ },
2056
+ {
2057
+ "epoch": 1.7164616285881664,
2058
+ "grad_norm": 0.01907259412109852,
2059
+ "learning_rate": 1.3136496777973053e-05,
2060
+ "loss": 0.0932,
2061
+ "step": 2930
2062
+ },
2063
+ {
2064
+ "epoch": 1.7223198594024605,
2065
+ "grad_norm": 0.20193631947040558,
2066
+ "learning_rate": 1.3113063854715877e-05,
2067
+ "loss": 0.081,
2068
+ "step": 2940
2069
+ },
2070
+ {
2071
+ "epoch": 1.7281780902167545,
2072
+ "grad_norm": 0.059374675154685974,
2073
+ "learning_rate": 1.3089630931458701e-05,
2074
+ "loss": 0.1085,
2075
+ "step": 2950
2076
+ },
2077
+ {
2078
+ "epoch": 1.7340363210310485,
2079
+ "grad_norm": 0.023819535970687866,
2080
+ "learning_rate": 1.3066198008201525e-05,
2081
+ "loss": 0.0626,
2082
+ "step": 2960
2083
+ },
2084
+ {
2085
+ "epoch": 1.7398945518453428,
2086
+ "grad_norm": 6.034724712371826,
2087
+ "learning_rate": 1.304276508494435e-05,
2088
+ "loss": 0.0466,
2089
+ "step": 2970
2090
+ },
2091
+ {
2092
+ "epoch": 1.7457527826596366,
2093
+ "grad_norm": 0.017972761765122414,
2094
+ "learning_rate": 1.3019332161687173e-05,
2095
+ "loss": 0.0877,
2096
+ "step": 2980
2097
+ },
2098
+ {
2099
+ "epoch": 1.751611013473931,
2100
+ "grad_norm": 0.4916331171989441,
2101
+ "learning_rate": 1.2995899238429994e-05,
2102
+ "loss": 0.1017,
2103
+ "step": 2990
2104
+ },
2105
+ {
2106
+ "epoch": 1.757469244288225,
2107
+ "grad_norm": 0.07853368669748306,
2108
+ "learning_rate": 1.2972466315172818e-05,
2109
+ "loss": 0.0699,
2110
+ "step": 3000
2111
+ },
2112
+ {
2113
+ "epoch": 1.763327475102519,
2114
+ "grad_norm": 0.03654066100716591,
2115
+ "learning_rate": 1.2949033391915642e-05,
2116
+ "loss": 0.0959,
2117
+ "step": 3010
2118
+ },
2119
+ {
2120
+ "epoch": 1.7691857059168132,
2121
+ "grad_norm": 0.3065502345561981,
2122
+ "learning_rate": 1.2925600468658466e-05,
2123
+ "loss": 0.0642,
2124
+ "step": 3020
2125
+ },
2126
+ {
2127
+ "epoch": 1.775043936731107,
2128
+ "grad_norm": 0.020343072712421417,
2129
+ "learning_rate": 1.2902167545401289e-05,
2130
+ "loss": 0.06,
2131
+ "step": 3030
2132
+ },
2133
+ {
2134
+ "epoch": 1.7809021675454013,
2135
+ "grad_norm": 0.11528685688972473,
2136
+ "learning_rate": 1.2878734622144113e-05,
2137
+ "loss": 0.0314,
2138
+ "step": 3040
2139
+ },
2140
+ {
2141
+ "epoch": 1.7867603983596954,
2142
+ "grad_norm": 0.08143705874681473,
2143
+ "learning_rate": 1.2855301698886937e-05,
2144
+ "loss": 0.0786,
2145
+ "step": 3050
2146
+ },
2147
+ {
2148
+ "epoch": 1.7926186291739894,
2149
+ "grad_norm": 0.06304443627595901,
2150
+ "learning_rate": 1.2831868775629761e-05,
2151
+ "loss": 0.1096,
2152
+ "step": 3060
2153
+ },
2154
+ {
2155
+ "epoch": 1.7984768599882837,
2156
+ "grad_norm": 0.020441118627786636,
2157
+ "learning_rate": 1.2808435852372585e-05,
2158
+ "loss": 0.1275,
2159
+ "step": 3070
2160
+ },
2161
+ {
2162
+ "epoch": 1.8043350908025775,
2163
+ "grad_norm": 10.3707914352417,
2164
+ "learning_rate": 1.278500292911541e-05,
2165
+ "loss": 0.0262,
2166
+ "step": 3080
2167
+ },
2168
+ {
2169
+ "epoch": 1.8101933216168717,
2170
+ "grad_norm": 0.03443164750933647,
2171
+ "learning_rate": 1.2761570005858232e-05,
2172
+ "loss": 0.0024,
2173
+ "step": 3090
2174
+ },
2175
+ {
2176
+ "epoch": 1.8160515524311658,
2177
+ "grad_norm": 0.014218361116945744,
2178
+ "learning_rate": 1.2738137082601056e-05,
2179
+ "loss": 0.0672,
2180
+ "step": 3100
2181
+ },
2182
+ {
2183
+ "epoch": 1.8219097832454598,
2184
+ "grad_norm": 0.12258031219244003,
2185
+ "learning_rate": 1.271470415934388e-05,
2186
+ "loss": 0.0822,
2187
+ "step": 3110
2188
+ },
2189
+ {
2190
+ "epoch": 1.827768014059754,
2191
+ "grad_norm": 0.02281299978494644,
2192
+ "learning_rate": 1.2691271236086702e-05,
2193
+ "loss": 0.1317,
2194
+ "step": 3120
2195
+ },
2196
+ {
2197
+ "epoch": 1.833626244874048,
2198
+ "grad_norm": 0.25066182017326355,
2199
+ "learning_rate": 1.2667838312829525e-05,
2200
+ "loss": 0.0247,
2201
+ "step": 3130
2202
+ },
2203
+ {
2204
+ "epoch": 1.8394844756883422,
2205
+ "grad_norm": 0.01159273274242878,
2206
+ "learning_rate": 1.2644405389572349e-05,
2207
+ "loss": 0.0727,
2208
+ "step": 3140
2209
+ },
2210
+ {
2211
+ "epoch": 1.8453427065026362,
2212
+ "grad_norm": 2.5836172103881836,
2213
+ "learning_rate": 1.2620972466315173e-05,
2214
+ "loss": 0.033,
2215
+ "step": 3150
2216
+ },
2217
+ {
2218
+ "epoch": 1.8512009373169303,
2219
+ "grad_norm": 0.018062349408864975,
2220
+ "learning_rate": 1.2597539543057997e-05,
2221
+ "loss": 0.2145,
2222
+ "step": 3160
2223
+ },
2224
+ {
2225
+ "epoch": 1.8570591681312245,
2226
+ "grad_norm": 6.357547283172607,
2227
+ "learning_rate": 1.2574106619800821e-05,
2228
+ "loss": 0.0635,
2229
+ "step": 3170
2230
+ },
2231
+ {
2232
+ "epoch": 1.8629173989455183,
2233
+ "grad_norm": 0.021944306790828705,
2234
+ "learning_rate": 1.2550673696543645e-05,
2235
+ "loss": 0.0821,
2236
+ "step": 3180
2237
+ },
2238
+ {
2239
+ "epoch": 1.8687756297598126,
2240
+ "grad_norm": 0.19342736899852753,
2241
+ "learning_rate": 1.2527240773286468e-05,
2242
+ "loss": 0.0994,
2243
+ "step": 3190
2244
+ },
2245
+ {
2246
+ "epoch": 1.8746338605741066,
2247
+ "grad_norm": 0.1281069964170456,
2248
+ "learning_rate": 1.2503807850029292e-05,
2249
+ "loss": 0.2058,
2250
+ "step": 3200
2251
+ },
2252
+ {
2253
+ "epoch": 1.8804920913884007,
2254
+ "grad_norm": 0.020071441307663918,
2255
+ "learning_rate": 1.2480374926772116e-05,
2256
+ "loss": 0.0817,
2257
+ "step": 3210
2258
+ },
2259
+ {
2260
+ "epoch": 1.886350322202695,
2261
+ "grad_norm": 0.023471413180232048,
2262
+ "learning_rate": 1.245694200351494e-05,
2263
+ "loss": 0.0627,
2264
+ "step": 3220
2265
+ },
2266
+ {
2267
+ "epoch": 1.8922085530169888,
2268
+ "grad_norm": 0.0315391905605793,
2269
+ "learning_rate": 1.2433509080257764e-05,
2270
+ "loss": 0.0035,
2271
+ "step": 3230
2272
+ },
2273
+ {
2274
+ "epoch": 1.898066783831283,
2275
+ "grad_norm": 0.01387933362275362,
2276
+ "learning_rate": 1.2410076157000588e-05,
2277
+ "loss": 0.0019,
2278
+ "step": 3240
2279
+ },
2280
+ {
2281
+ "epoch": 1.903925014645577,
2282
+ "grad_norm": 0.08367707580327988,
2283
+ "learning_rate": 1.238664323374341e-05,
2284
+ "loss": 0.0023,
2285
+ "step": 3250
2286
+ },
2287
+ {
2288
+ "epoch": 1.909783245459871,
2289
+ "grad_norm": 0.020648911595344543,
2290
+ "learning_rate": 1.2363210310486233e-05,
2291
+ "loss": 0.0334,
2292
+ "step": 3260
2293
+ },
2294
+ {
2295
+ "epoch": 1.9156414762741654,
2296
+ "grad_norm": 0.2322312295436859,
2297
+ "learning_rate": 1.2339777387229057e-05,
2298
+ "loss": 0.057,
2299
+ "step": 3270
2300
+ },
2301
+ {
2302
+ "epoch": 1.9214997070884592,
2303
+ "grad_norm": 1.6584337949752808,
2304
+ "learning_rate": 1.2316344463971882e-05,
2305
+ "loss": 0.0028,
2306
+ "step": 3280
2307
+ },
2308
+ {
2309
+ "epoch": 1.9273579379027534,
2310
+ "grad_norm": 0.12671466171741486,
2311
+ "learning_rate": 1.2292911540714706e-05,
2312
+ "loss": 0.1286,
2313
+ "step": 3290
2314
+ },
2315
+ {
2316
+ "epoch": 1.9332161687170475,
2317
+ "grad_norm": 0.012327142059803009,
2318
+ "learning_rate": 1.2269478617457528e-05,
2319
+ "loss": 0.209,
2320
+ "step": 3300
2321
+ },
2322
+ {
2323
+ "epoch": 1.9390743995313415,
2324
+ "grad_norm": 0.011200600303709507,
2325
+ "learning_rate": 1.2246045694200352e-05,
2326
+ "loss": 0.0742,
2327
+ "step": 3310
2328
+ },
2329
+ {
2330
+ "epoch": 1.9449326303456356,
2331
+ "grad_norm": 0.019261429086327553,
2332
+ "learning_rate": 1.2222612770943176e-05,
2333
+ "loss": 0.0462,
2334
+ "step": 3320
2335
+ },
2336
+ {
2337
+ "epoch": 1.9507908611599296,
2338
+ "grad_norm": 2.897488594055176,
2339
+ "learning_rate": 1.2199179847686e-05,
2340
+ "loss": 0.0962,
2341
+ "step": 3330
2342
+ },
2343
+ {
2344
+ "epoch": 1.9566490919742239,
2345
+ "grad_norm": 0.047658707946538925,
2346
+ "learning_rate": 1.2175746924428825e-05,
2347
+ "loss": 0.0511,
2348
+ "step": 3340
2349
+ },
2350
+ {
2351
+ "epoch": 1.962507322788518,
2352
+ "grad_norm": 0.07103870064020157,
2353
+ "learning_rate": 1.2152314001171649e-05,
2354
+ "loss": 0.0042,
2355
+ "step": 3350
2356
+ },
2357
+ {
2358
+ "epoch": 1.968365553602812,
2359
+ "grad_norm": 0.06463142484426498,
2360
+ "learning_rate": 1.2128881077914471e-05,
2361
+ "loss": 0.0618,
2362
+ "step": 3360
2363
+ },
2364
+ {
2365
+ "epoch": 1.974223784417106,
2366
+ "grad_norm": 0.04360285401344299,
2367
+ "learning_rate": 1.2105448154657295e-05,
2368
+ "loss": 0.0028,
2369
+ "step": 3370
2370
+ },
2371
+ {
2372
+ "epoch": 1.9800820152314,
2373
+ "grad_norm": 0.06742165982723236,
2374
+ "learning_rate": 1.2082015231400118e-05,
2375
+ "loss": 0.0025,
2376
+ "step": 3380
2377
+ },
2378
+ {
2379
+ "epoch": 1.9859402460456943,
2380
+ "grad_norm": 1.9260814189910889,
2381
+ "learning_rate": 1.2058582308142942e-05,
2382
+ "loss": 0.0641,
2383
+ "step": 3390
2384
+ },
2385
+ {
2386
+ "epoch": 1.9917984768599881,
2387
+ "grad_norm": 9.20433521270752,
2388
+ "learning_rate": 1.2035149384885764e-05,
2389
+ "loss": 0.1534,
2390
+ "step": 3400
2391
+ },
2392
+ {
2393
+ "epoch": 1.9976567076742824,
2394
+ "grad_norm": 0.06310843676328659,
2395
+ "learning_rate": 1.2011716461628588e-05,
2396
+ "loss": 0.0084,
2397
+ "step": 3410
2398
+ },
2399
+ {
2400
+ "epoch": 2.0035149384885766,
2401
+ "grad_norm": 4.824597358703613,
2402
+ "learning_rate": 1.1988283538371412e-05,
2403
+ "loss": 0.1753,
2404
+ "step": 3420
2405
+ },
2406
+ {
2407
+ "epoch": 2.0093731693028705,
2408
+ "grad_norm": 0.2831396162509918,
2409
+ "learning_rate": 1.1964850615114236e-05,
2410
+ "loss": 0.0487,
2411
+ "step": 3430
2412
+ },
2413
+ {
2414
+ "epoch": 2.0152314001171647,
2415
+ "grad_norm": 0.027552679181098938,
2416
+ "learning_rate": 1.194141769185706e-05,
2417
+ "loss": 0.0609,
2418
+ "step": 3440
2419
+ },
2420
+ {
2421
+ "epoch": 2.0210896309314585,
2422
+ "grad_norm": 0.059698984026908875,
2423
+ "learning_rate": 1.1917984768599885e-05,
2424
+ "loss": 0.0541,
2425
+ "step": 3450
2426
+ },
2427
+ {
2428
+ "epoch": 2.026947861745753,
2429
+ "grad_norm": 0.024172687903046608,
2430
+ "learning_rate": 1.1894551845342707e-05,
2431
+ "loss": 0.0226,
2432
+ "step": 3460
2433
+ },
2434
+ {
2435
+ "epoch": 2.032806092560047,
2436
+ "grad_norm": 0.02423352748155594,
2437
+ "learning_rate": 1.1871118922085531e-05,
2438
+ "loss": 0.0426,
2439
+ "step": 3470
2440
+ },
2441
+ {
2442
+ "epoch": 2.038664323374341,
2443
+ "grad_norm": 0.01572337932884693,
2444
+ "learning_rate": 1.1847685998828355e-05,
2445
+ "loss": 0.0119,
2446
+ "step": 3480
2447
+ },
2448
+ {
2449
+ "epoch": 2.044522554188635,
2450
+ "grad_norm": 0.01435055397450924,
2451
+ "learning_rate": 1.182425307557118e-05,
2452
+ "loss": 0.0529,
2453
+ "step": 3490
2454
+ },
2455
+ {
2456
+ "epoch": 2.050380785002929,
2457
+ "grad_norm": 0.1196121945977211,
2458
+ "learning_rate": 1.1800820152314004e-05,
2459
+ "loss": 0.0428,
2460
+ "step": 3500
2461
+ },
2462
+ {
2463
+ "epoch": 2.0562390158172232,
2464
+ "grad_norm": 0.014025365933775902,
2465
+ "learning_rate": 1.1777387229056824e-05,
2466
+ "loss": 0.0655,
2467
+ "step": 3510
2468
+ },
2469
+ {
2470
+ "epoch": 2.0620972466315175,
2471
+ "grad_norm": 1.1602953672409058,
2472
+ "learning_rate": 1.1753954305799648e-05,
2473
+ "loss": 0.0953,
2474
+ "step": 3520
2475
+ },
2476
+ {
2477
+ "epoch": 2.0679554774458113,
2478
+ "grad_norm": 0.04896058142185211,
2479
+ "learning_rate": 1.1730521382542473e-05,
2480
+ "loss": 0.0767,
2481
+ "step": 3530
2482
+ },
2483
+ {
2484
+ "epoch": 2.0738137082601056,
2485
+ "grad_norm": 0.12855136394500732,
2486
+ "learning_rate": 1.1707088459285297e-05,
2487
+ "loss": 0.0127,
2488
+ "step": 3540
2489
+ },
2490
+ {
2491
+ "epoch": 2.0796719390743994,
2492
+ "grad_norm": 0.19695617258548737,
2493
+ "learning_rate": 1.168365553602812e-05,
2494
+ "loss": 0.2379,
2495
+ "step": 3550
2496
+ },
2497
+ {
2498
+ "epoch": 2.0855301698886937,
2499
+ "grad_norm": 1.3962332010269165,
2500
+ "learning_rate": 1.1660222612770943e-05,
2501
+ "loss": 0.1809,
2502
+ "step": 3560
2503
+ },
2504
+ {
2505
+ "epoch": 2.0913884007029875,
2506
+ "grad_norm": 0.0690867155790329,
2507
+ "learning_rate": 1.1636789689513767e-05,
2508
+ "loss": 0.1417,
2509
+ "step": 3570
2510
+ },
2511
+ {
2512
+ "epoch": 2.0972466315172817,
2513
+ "grad_norm": 0.20552076399326324,
2514
+ "learning_rate": 1.1613356766256591e-05,
2515
+ "loss": 0.0345,
2516
+ "step": 3580
2517
+ },
2518
+ {
2519
+ "epoch": 2.103104862331576,
2520
+ "grad_norm": 0.014500975608825684,
2521
+ "learning_rate": 1.1589923842999416e-05,
2522
+ "loss": 0.034,
2523
+ "step": 3590
2524
+ },
2525
+ {
2526
+ "epoch": 2.10896309314587,
2527
+ "grad_norm": 0.025813542306423187,
2528
+ "learning_rate": 1.156649091974224e-05,
2529
+ "loss": 0.1902,
2530
+ "step": 3600
2531
+ },
2532
+ {
2533
+ "epoch": 2.114821323960164,
2534
+ "grad_norm": 0.09736531227827072,
2535
+ "learning_rate": 1.1543057996485064e-05,
2536
+ "loss": 0.0927,
2537
+ "step": 3610
2538
+ },
2539
+ {
2540
+ "epoch": 2.120679554774458,
2541
+ "grad_norm": 3.991480588912964,
2542
+ "learning_rate": 1.1519625073227886e-05,
2543
+ "loss": 0.0578,
2544
+ "step": 3620
2545
+ },
2546
+ {
2547
+ "epoch": 2.126537785588752,
2548
+ "grad_norm": 0.47018668055534363,
2549
+ "learning_rate": 1.149619214997071e-05,
2550
+ "loss": 0.0033,
2551
+ "step": 3630
2552
+ },
2553
+ {
2554
+ "epoch": 2.1323960164030464,
2555
+ "grad_norm": 0.043486375361680984,
2556
+ "learning_rate": 1.1472759226713533e-05,
2557
+ "loss": 0.0472,
2558
+ "step": 3640
2559
+ },
2560
+ {
2561
+ "epoch": 2.1382542472173403,
2562
+ "grad_norm": 0.12205738574266434,
2563
+ "learning_rate": 1.1449326303456357e-05,
2564
+ "loss": 0.0029,
2565
+ "step": 3650
2566
+ },
2567
+ {
2568
+ "epoch": 2.1441124780316345,
2569
+ "grad_norm": 0.04534014314413071,
2570
+ "learning_rate": 1.142589338019918e-05,
2571
+ "loss": 0.1298,
2572
+ "step": 3660
2573
+ },
2574
+ {
2575
+ "epoch": 2.1499707088459283,
2576
+ "grad_norm": 0.01751992292702198,
2577
+ "learning_rate": 1.1402460456942003e-05,
2578
+ "loss": 0.0116,
2579
+ "step": 3670
2580
+ },
2581
+ {
2582
+ "epoch": 2.1558289396602226,
2583
+ "grad_norm": 0.017521362751722336,
2584
+ "learning_rate": 1.1379027533684827e-05,
2585
+ "loss": 0.1328,
2586
+ "step": 3680
2587
+ },
2588
+ {
2589
+ "epoch": 2.161687170474517,
2590
+ "grad_norm": 0.015062491409480572,
2591
+ "learning_rate": 1.1355594610427652e-05,
2592
+ "loss": 0.0123,
2593
+ "step": 3690
2594
+ },
2595
+ {
2596
+ "epoch": 2.1675454012888107,
2597
+ "grad_norm": 0.10153401643037796,
2598
+ "learning_rate": 1.1332161687170476e-05,
2599
+ "loss": 0.0029,
2600
+ "step": 3700
2601
+ },
2602
+ {
2603
+ "epoch": 2.173403632103105,
2604
+ "grad_norm": 7.739234924316406,
2605
+ "learning_rate": 1.13087287639133e-05,
2606
+ "loss": 0.129,
2607
+ "step": 3710
2608
+ },
2609
+ {
2610
+ "epoch": 2.1792618629173988,
2611
+ "grad_norm": 0.02731635794043541,
2612
+ "learning_rate": 1.1285295840656122e-05,
2613
+ "loss": 0.0144,
2614
+ "step": 3720
2615
+ },
2616
+ {
2617
+ "epoch": 2.185120093731693,
2618
+ "grad_norm": 0.21970869600772858,
2619
+ "learning_rate": 1.1261862917398946e-05,
2620
+ "loss": 0.1084,
2621
+ "step": 3730
2622
+ },
2623
+ {
2624
+ "epoch": 2.1909783245459873,
2625
+ "grad_norm": 0.04228947311639786,
2626
+ "learning_rate": 1.123842999414177e-05,
2627
+ "loss": 0.1032,
2628
+ "step": 3740
2629
+ },
2630
+ {
2631
+ "epoch": 2.196836555360281,
2632
+ "grad_norm": 0.5683772563934326,
2633
+ "learning_rate": 1.1214997070884595e-05,
2634
+ "loss": 0.0031,
2635
+ "step": 3750
2636
+ },
2637
+ {
2638
+ "epoch": 2.2026947861745754,
2639
+ "grad_norm": 0.01960350014269352,
2640
+ "learning_rate": 1.1191564147627419e-05,
2641
+ "loss": 0.0207,
2642
+ "step": 3760
2643
+ },
2644
+ {
2645
+ "epoch": 2.208553016988869,
2646
+ "grad_norm": 0.22766079008579254,
2647
+ "learning_rate": 1.116813122437024e-05,
2648
+ "loss": 0.0379,
2649
+ "step": 3770
2650
+ },
2651
+ {
2652
+ "epoch": 2.2144112478031635,
2653
+ "grad_norm": 0.08811239153146744,
2654
+ "learning_rate": 1.1144698301113064e-05,
2655
+ "loss": 0.0265,
2656
+ "step": 3780
2657
+ },
2658
+ {
2659
+ "epoch": 2.2202694786174577,
2660
+ "grad_norm": 0.015844443812966347,
2661
+ "learning_rate": 1.1121265377855888e-05,
2662
+ "loss": 0.0542,
2663
+ "step": 3790
2664
+ },
2665
+ {
2666
+ "epoch": 2.2261277094317515,
2667
+ "grad_norm": 0.022639505565166473,
2668
+ "learning_rate": 1.1097832454598712e-05,
2669
+ "loss": 0.0724,
2670
+ "step": 3800
2671
+ },
2672
+ {
2673
+ "epoch": 2.231985940246046,
2674
+ "grad_norm": 0.011850577779114246,
2675
+ "learning_rate": 1.1074399531341536e-05,
2676
+ "loss": 0.0218,
2677
+ "step": 3810
2678
+ },
2679
+ {
2680
+ "epoch": 2.2378441710603396,
2681
+ "grad_norm": 0.03309320658445358,
2682
+ "learning_rate": 1.105096660808436e-05,
2683
+ "loss": 0.004,
2684
+ "step": 3820
2685
+ },
2686
+ {
2687
+ "epoch": 2.243702401874634,
2688
+ "grad_norm": 0.00993265025317669,
2689
+ "learning_rate": 1.1027533684827182e-05,
2690
+ "loss": 0.1141,
2691
+ "step": 3830
2692
+ },
2693
+ {
2694
+ "epoch": 2.249560632688928,
2695
+ "grad_norm": 0.061374466866254807,
2696
+ "learning_rate": 1.1004100761570007e-05,
2697
+ "loss": 0.1819,
2698
+ "step": 3840
2699
+ },
2700
+ {
2701
+ "epoch": 2.255418863503222,
2702
+ "grad_norm": 0.055793508887290955,
2703
+ "learning_rate": 1.098066783831283e-05,
2704
+ "loss": 0.0955,
2705
+ "step": 3850
2706
+ },
2707
+ {
2708
+ "epoch": 2.2612770943175162,
2709
+ "grad_norm": 0.06129812076687813,
2710
+ "learning_rate": 1.0957234915055655e-05,
2711
+ "loss": 0.0022,
2712
+ "step": 3860
2713
+ },
2714
+ {
2715
+ "epoch": 2.26713532513181,
2716
+ "grad_norm": 1.5925140380859375,
2717
+ "learning_rate": 1.0933801991798479e-05,
2718
+ "loss": 0.0715,
2719
+ "step": 3870
2720
+ },
2721
+ {
2722
+ "epoch": 2.2729935559461043,
2723
+ "grad_norm": 0.6164373159408569,
2724
+ "learning_rate": 1.0910369068541303e-05,
2725
+ "loss": 0.0864,
2726
+ "step": 3880
2727
+ },
2728
+ {
2729
+ "epoch": 2.2788517867603986,
2730
+ "grad_norm": 0.05251573026180267,
2731
+ "learning_rate": 1.0886936145284125e-05,
2732
+ "loss": 0.0227,
2733
+ "step": 3890
2734
+ },
2735
+ {
2736
+ "epoch": 2.2847100175746924,
2737
+ "grad_norm": 5.049495220184326,
2738
+ "learning_rate": 1.086350322202695e-05,
2739
+ "loss": 0.1728,
2740
+ "step": 3900
2741
+ },
2742
+ {
2743
+ "epoch": 2.2905682483889866,
2744
+ "grad_norm": 0.018607361242175102,
2745
+ "learning_rate": 1.0840070298769772e-05,
2746
+ "loss": 0.0381,
2747
+ "step": 3910
2748
+ },
2749
+ {
2750
+ "epoch": 2.2964264792032805,
2751
+ "grad_norm": 0.013198847882449627,
2752
+ "learning_rate": 1.0816637375512596e-05,
2753
+ "loss": 0.2289,
2754
+ "step": 3920
2755
+ },
2756
+ {
2757
+ "epoch": 2.3022847100175747,
2758
+ "grad_norm": 0.028414737433195114,
2759
+ "learning_rate": 1.0793204452255418e-05,
2760
+ "loss": 0.0066,
2761
+ "step": 3930
2762
+ },
2763
+ {
2764
+ "epoch": 2.3081429408318686,
2765
+ "grad_norm": 0.02251887135207653,
2766
+ "learning_rate": 1.0769771528998243e-05,
2767
+ "loss": 0.0562,
2768
+ "step": 3940
2769
+ },
2770
+ {
2771
+ "epoch": 2.314001171646163,
2772
+ "grad_norm": 0.03463216498494148,
2773
+ "learning_rate": 1.0746338605741067e-05,
2774
+ "loss": 0.0673,
2775
+ "step": 3950
2776
+ },
2777
+ {
2778
+ "epoch": 2.319859402460457,
2779
+ "grad_norm": 0.028568778187036514,
2780
+ "learning_rate": 1.072290568248389e-05,
2781
+ "loss": 0.003,
2782
+ "step": 3960
2783
+ },
2784
+ {
2785
+ "epoch": 2.325717633274751,
2786
+ "grad_norm": 0.012898040004074574,
2787
+ "learning_rate": 1.0699472759226715e-05,
2788
+ "loss": 0.005,
2789
+ "step": 3970
2790
+ },
2791
+ {
2792
+ "epoch": 2.331575864089045,
2793
+ "grad_norm": 0.03388252109289169,
2794
+ "learning_rate": 1.0676039835969539e-05,
2795
+ "loss": 0.0102,
2796
+ "step": 3980
2797
+ },
2798
+ {
2799
+ "epoch": 2.3374340949033394,
2800
+ "grad_norm": 0.02966475300490856,
2801
+ "learning_rate": 1.0652606912712361e-05,
2802
+ "loss": 0.0062,
2803
+ "step": 3990
2804
+ },
2805
+ {
2806
+ "epoch": 2.3432923257176332,
2807
+ "grad_norm": 0.021042481064796448,
2808
+ "learning_rate": 1.0629173989455186e-05,
2809
+ "loss": 0.0849,
2810
+ "step": 4000
2811
+ },
2812
+ {
2813
+ "epoch": 2.3491505565319275,
2814
+ "grad_norm": 0.25563105940818787,
2815
+ "learning_rate": 1.060574106619801e-05,
2816
+ "loss": 0.0025,
2817
+ "step": 4010
2818
+ },
2819
+ {
2820
+ "epoch": 2.3550087873462213,
2821
+ "grad_norm": 0.010090864263474941,
2822
+ "learning_rate": 1.0582308142940834e-05,
2823
+ "loss": 0.0016,
2824
+ "step": 4020
2825
+ },
2826
+ {
2827
+ "epoch": 2.3608670181605156,
2828
+ "grad_norm": 0.016884010285139084,
2829
+ "learning_rate": 1.0558875219683658e-05,
2830
+ "loss": 0.0906,
2831
+ "step": 4030
2832
+ },
2833
+ {
2834
+ "epoch": 2.3667252489748094,
2835
+ "grad_norm": 0.011160296387970448,
2836
+ "learning_rate": 1.0535442296426479e-05,
2837
+ "loss": 0.0016,
2838
+ "step": 4040
2839
+ },
2840
+ {
2841
+ "epoch": 2.3725834797891037,
2842
+ "grad_norm": 9.898134231567383,
2843
+ "learning_rate": 1.0512009373169303e-05,
2844
+ "loss": 0.1282,
2845
+ "step": 4050
2846
+ },
2847
+ {
2848
+ "epoch": 2.378441710603398,
2849
+ "grad_norm": 4.420975685119629,
2850
+ "learning_rate": 1.0488576449912127e-05,
2851
+ "loss": 0.0056,
2852
+ "step": 4060
2853
+ },
2854
+ {
2855
+ "epoch": 2.3842999414176917,
2856
+ "grad_norm": 0.08097882568836212,
2857
+ "learning_rate": 1.0465143526654951e-05,
2858
+ "loss": 0.0236,
2859
+ "step": 4070
2860
+ },
2861
+ {
2862
+ "epoch": 2.390158172231986,
2863
+ "grad_norm": 0.014296771958470345,
2864
+ "learning_rate": 1.0441710603397775e-05,
2865
+ "loss": 0.0062,
2866
+ "step": 4080
2867
+ },
2868
+ {
2869
+ "epoch": 2.39601640304628,
2870
+ "grad_norm": 0.08250059932470322,
2871
+ "learning_rate": 1.0418277680140597e-05,
2872
+ "loss": 0.0464,
2873
+ "step": 4090
2874
+ },
2875
+ {
2876
+ "epoch": 2.401874633860574,
2877
+ "grad_norm": 0.09679897874593735,
2878
+ "learning_rate": 1.0394844756883422e-05,
2879
+ "loss": 0.0237,
2880
+ "step": 4100
2881
+ },
2882
+ {
2883
+ "epoch": 2.4077328646748684,
2884
+ "grad_norm": 9.378355979919434,
2885
+ "learning_rate": 1.0371411833626246e-05,
2886
+ "loss": 0.0379,
2887
+ "step": 4110
2888
+ },
2889
+ {
2890
+ "epoch": 2.413591095489162,
2891
+ "grad_norm": 11.158398628234863,
2892
+ "learning_rate": 1.034797891036907e-05,
2893
+ "loss": 0.1332,
2894
+ "step": 4120
2895
+ },
2896
+ {
2897
+ "epoch": 2.4194493263034564,
2898
+ "grad_norm": 9.437854766845703,
2899
+ "learning_rate": 1.0324545987111894e-05,
2900
+ "loss": 0.2336,
2901
+ "step": 4130
2902
+ },
2903
+ {
2904
+ "epoch": 2.4253075571177503,
2905
+ "grad_norm": 0.034454096108675,
2906
+ "learning_rate": 1.0301113063854718e-05,
2907
+ "loss": 0.0112,
2908
+ "step": 4140
2909
+ },
2910
+ {
2911
+ "epoch": 2.4311657879320445,
2912
+ "grad_norm": 0.010446906089782715,
2913
+ "learning_rate": 1.027768014059754e-05,
2914
+ "loss": 0.0139,
2915
+ "step": 4150
2916
+ },
2917
+ {
2918
+ "epoch": 2.437024018746339,
2919
+ "grad_norm": 0.008245312608778477,
2920
+ "learning_rate": 1.0254247217340365e-05,
2921
+ "loss": 0.0259,
2922
+ "step": 4160
2923
+ },
2924
+ {
2925
+ "epoch": 2.4428822495606326,
2926
+ "grad_norm": 12.191228866577148,
2927
+ "learning_rate": 1.0230814294083187e-05,
2928
+ "loss": 0.0496,
2929
+ "step": 4170
2930
+ },
2931
+ {
2932
+ "epoch": 2.448740480374927,
2933
+ "grad_norm": 1.1207407712936401,
2934
+ "learning_rate": 1.0207381370826011e-05,
2935
+ "loss": 0.1827,
2936
+ "step": 4180
2937
+ },
2938
+ {
2939
+ "epoch": 2.4545987111892207,
2940
+ "grad_norm": 0.04254107177257538,
2941
+ "learning_rate": 1.0183948447568834e-05,
2942
+ "loss": 0.0021,
2943
+ "step": 4190
2944
+ },
2945
+ {
2946
+ "epoch": 2.460456942003515,
2947
+ "grad_norm": 8.863370895385742,
2948
+ "learning_rate": 1.0160515524311658e-05,
2949
+ "loss": 0.0365,
2950
+ "step": 4200
2951
+ },
2952
+ {
2953
+ "epoch": 2.466315172817809,
2954
+ "grad_norm": 0.019871840253472328,
2955
+ "learning_rate": 1.0137082601054482e-05,
2956
+ "loss": 0.0961,
2957
+ "step": 4210
2958
+ },
2959
+ {
2960
+ "epoch": 2.472173403632103,
2961
+ "grad_norm": 12.787776947021484,
2962
+ "learning_rate": 1.0113649677797306e-05,
2963
+ "loss": 0.0048,
2964
+ "step": 4220
2965
+ },
2966
+ {
2967
+ "epoch": 2.4780316344463973,
2968
+ "grad_norm": 0.010828366503119469,
2969
+ "learning_rate": 1.009021675454013e-05,
2970
+ "loss": 0.0633,
2971
+ "step": 4230
2972
+ },
2973
+ {
2974
+ "epoch": 2.483889865260691,
2975
+ "grad_norm": 0.021939842030405998,
2976
+ "learning_rate": 1.0066783831282954e-05,
2977
+ "loss": 0.0236,
2978
+ "step": 4240
2979
+ },
2980
+ {
2981
+ "epoch": 2.4897480960749854,
2982
+ "grad_norm": 0.9022541046142578,
2983
+ "learning_rate": 1.0043350908025777e-05,
2984
+ "loss": 0.0044,
2985
+ "step": 4250
2986
+ },
2987
+ {
2988
+ "epoch": 2.4956063268892796,
2989
+ "grad_norm": 0.015246485359966755,
2990
+ "learning_rate": 1.00199179847686e-05,
2991
+ "loss": 0.0202,
2992
+ "step": 4260
2993
+ },
2994
+ {
2995
+ "epoch": 2.5014645577035735,
2996
+ "grad_norm": 4.695196151733398,
2997
+ "learning_rate": 9.996485061511425e-06,
2998
+ "loss": 0.0345,
2999
+ "step": 4270
3000
+ },
3001
+ {
3002
+ "epoch": 2.5073227885178677,
3003
+ "grad_norm": 0.3940305709838867,
3004
+ "learning_rate": 9.973052138254247e-06,
3005
+ "loss": 0.0334,
3006
+ "step": 4280
3007
+ },
3008
+ {
3009
+ "epoch": 2.5131810193321615,
3010
+ "grad_norm": 0.010812806896865368,
3011
+ "learning_rate": 9.949619214997071e-06,
3012
+ "loss": 0.0723,
3013
+ "step": 4290
3014
+ },
3015
+ {
3016
+ "epoch": 2.519039250146456,
3017
+ "grad_norm": 0.00904472079128027,
3018
+ "learning_rate": 9.926186291739895e-06,
3019
+ "loss": 0.1392,
3020
+ "step": 4300
3021
+ },
3022
+ {
3023
+ "epoch": 2.5248974809607496,
3024
+ "grad_norm": 0.10065434128046036,
3025
+ "learning_rate": 9.90275336848272e-06,
3026
+ "loss": 0.0072,
3027
+ "step": 4310
3028
+ },
3029
+ {
3030
+ "epoch": 2.530755711775044,
3031
+ "grad_norm": 0.02397744543850422,
3032
+ "learning_rate": 9.879320445225544e-06,
3033
+ "loss": 0.1593,
3034
+ "step": 4320
3035
+ },
3036
+ {
3037
+ "epoch": 2.536613942589338,
3038
+ "grad_norm": 0.16617602109909058,
3039
+ "learning_rate": 9.855887521968366e-06,
3040
+ "loss": 0.0473,
3041
+ "step": 4330
3042
+ },
3043
+ {
3044
+ "epoch": 2.542472173403632,
3045
+ "grad_norm": 0.03026733361184597,
3046
+ "learning_rate": 9.83245459871119e-06,
3047
+ "loss": 0.065,
3048
+ "step": 4340
3049
+ },
3050
+ {
3051
+ "epoch": 2.5483304042179262,
3052
+ "grad_norm": 0.02081727422773838,
3053
+ "learning_rate": 9.809021675454014e-06,
3054
+ "loss": 0.0093,
3055
+ "step": 4350
3056
+ },
3057
+ {
3058
+ "epoch": 2.5541886350322205,
3059
+ "grad_norm": 0.030087795108556747,
3060
+ "learning_rate": 9.785588752196837e-06,
3061
+ "loss": 0.1034,
3062
+ "step": 4360
3063
+ },
3064
+ {
3065
+ "epoch": 2.5600468658465143,
3066
+ "grad_norm": 7.436207294464111,
3067
+ "learning_rate": 9.76215582893966e-06,
3068
+ "loss": 0.0905,
3069
+ "step": 4370
3070
+ },
3071
+ {
3072
+ "epoch": 2.5659050966608086,
3073
+ "grad_norm": 0.014431145042181015,
3074
+ "learning_rate": 9.738722905682485e-06,
3075
+ "loss": 0.1189,
3076
+ "step": 4380
3077
+ },
3078
+ {
3079
+ "epoch": 2.5717633274751024,
3080
+ "grad_norm": 13.210556983947754,
3081
+ "learning_rate": 9.715289982425309e-06,
3082
+ "loss": 0.0138,
3083
+ "step": 4390
3084
+ },
3085
+ {
3086
+ "epoch": 2.5776215582893967,
3087
+ "grad_norm": 0.02586820349097252,
3088
+ "learning_rate": 9.691857059168131e-06,
3089
+ "loss": 0.0616,
3090
+ "step": 4400
3091
+ },
3092
+ {
3093
+ "epoch": 2.5834797891036905,
3094
+ "grad_norm": 0.017524389550089836,
3095
+ "learning_rate": 9.668424135910956e-06,
3096
+ "loss": 0.0466,
3097
+ "step": 4410
3098
+ },
3099
+ {
3100
+ "epoch": 2.5893380199179847,
3101
+ "grad_norm": 3.2110509872436523,
3102
+ "learning_rate": 9.64499121265378e-06,
3103
+ "loss": 0.007,
3104
+ "step": 4420
3105
+ },
3106
+ {
3107
+ "epoch": 2.595196250732279,
3108
+ "grad_norm": 3.626349687576294,
3109
+ "learning_rate": 9.621558289396604e-06,
3110
+ "loss": 0.0712,
3111
+ "step": 4430
3112
+ },
3113
+ {
3114
+ "epoch": 2.601054481546573,
3115
+ "grad_norm": 0.0480428971350193,
3116
+ "learning_rate": 9.598125366139426e-06,
3117
+ "loss": 0.0501,
3118
+ "step": 4440
3119
+ },
3120
+ {
3121
+ "epoch": 2.606912712360867,
3122
+ "grad_norm": 0.1278507560491562,
3123
+ "learning_rate": 9.57469244288225e-06,
3124
+ "loss": 0.0185,
3125
+ "step": 4450
3126
+ },
3127
+ {
3128
+ "epoch": 2.6127709431751613,
3129
+ "grad_norm": 0.01875203661620617,
3130
+ "learning_rate": 9.551259519625073e-06,
3131
+ "loss": 0.0111,
3132
+ "step": 4460
3133
+ },
3134
+ {
3135
+ "epoch": 2.618629173989455,
3136
+ "grad_norm": 0.02753681316971779,
3137
+ "learning_rate": 9.527826596367897e-06,
3138
+ "loss": 0.0015,
3139
+ "step": 4470
3140
+ },
3141
+ {
3142
+ "epoch": 2.6244874048037494,
3143
+ "grad_norm": 12.951713562011719,
3144
+ "learning_rate": 9.504393673110721e-06,
3145
+ "loss": 0.0405,
3146
+ "step": 4480
3147
+ },
3148
+ {
3149
+ "epoch": 2.6303456356180432,
3150
+ "grad_norm": 0.025739021599292755,
3151
+ "learning_rate": 9.480960749853545e-06,
3152
+ "loss": 0.0115,
3153
+ "step": 4490
3154
+ },
3155
+ {
3156
+ "epoch": 2.6362038664323375,
3157
+ "grad_norm": 0.6508920788764954,
3158
+ "learning_rate": 9.45752782659637e-06,
3159
+ "loss": 0.0777,
3160
+ "step": 4500
3161
+ },
3162
+ {
3163
+ "epoch": 2.6420620972466313,
3164
+ "grad_norm": 0.0040559773333370686,
3165
+ "learning_rate": 9.434094903339193e-06,
3166
+ "loss": 0.0029,
3167
+ "step": 4510
3168
+ },
3169
+ {
3170
+ "epoch": 2.6479203280609256,
3171
+ "grad_norm": 0.2040073573589325,
3172
+ "learning_rate": 9.410661980082016e-06,
3173
+ "loss": 0.0033,
3174
+ "step": 4520
3175
+ },
3176
+ {
3177
+ "epoch": 2.65377855887522,
3178
+ "grad_norm": 0.14921385049819946,
3179
+ "learning_rate": 9.38722905682484e-06,
3180
+ "loss": 0.0383,
3181
+ "step": 4530
3182
+ },
3183
+ {
3184
+ "epoch": 2.6596367896895137,
3185
+ "grad_norm": 0.017338193953037262,
3186
+ "learning_rate": 9.363796133567662e-06,
3187
+ "loss": 0.0802,
3188
+ "step": 4540
3189
+ },
3190
+ {
3191
+ "epoch": 2.665495020503808,
3192
+ "grad_norm": 1.1883032321929932,
3193
+ "learning_rate": 9.340363210310486e-06,
3194
+ "loss": 0.0617,
3195
+ "step": 4550
3196
+ },
3197
+ {
3198
+ "epoch": 2.671353251318102,
3199
+ "grad_norm": 0.0065250336192548275,
3200
+ "learning_rate": 9.31693028705331e-06,
3201
+ "loss": 0.0305,
3202
+ "step": 4560
3203
+ },
3204
+ {
3205
+ "epoch": 2.677211482132396,
3206
+ "grad_norm": 4.130406379699707,
3207
+ "learning_rate": 9.293497363796135e-06,
3208
+ "loss": 0.0961,
3209
+ "step": 4570
3210
+ },
3211
+ {
3212
+ "epoch": 2.68306971294669,
3213
+ "grad_norm": 0.02023070678114891,
3214
+ "learning_rate": 9.270064440538959e-06,
3215
+ "loss": 0.0086,
3216
+ "step": 4580
3217
+ },
3218
+ {
3219
+ "epoch": 2.688927943760984,
3220
+ "grad_norm": 0.10395500808954239,
3221
+ "learning_rate": 9.246631517281783e-06,
3222
+ "loss": 0.0364,
3223
+ "step": 4590
3224
+ },
3225
+ {
3226
+ "epoch": 2.6947861745752784,
3227
+ "grad_norm": 0.013902227394282818,
3228
+ "learning_rate": 9.223198594024605e-06,
3229
+ "loss": 0.01,
3230
+ "step": 4600
3231
+ },
3232
+ {
3233
+ "epoch": 2.700644405389572,
3234
+ "grad_norm": 0.08112169802188873,
3235
+ "learning_rate": 9.19976567076743e-06,
3236
+ "loss": 0.0222,
3237
+ "step": 4610
3238
+ },
3239
+ {
3240
+ "epoch": 2.7065026362038664,
3241
+ "grad_norm": 0.06331131607294083,
3242
+ "learning_rate": 9.176332747510252e-06,
3243
+ "loss": 0.0089,
3244
+ "step": 4620
3245
+ },
3246
+ {
3247
+ "epoch": 2.7123608670181607,
3248
+ "grad_norm": 0.007761865854263306,
3249
+ "learning_rate": 9.152899824253076e-06,
3250
+ "loss": 0.0633,
3251
+ "step": 4630
3252
+ },
3253
+ {
3254
+ "epoch": 2.7182190978324545,
3255
+ "grad_norm": 5.599218368530273,
3256
+ "learning_rate": 9.1294669009959e-06,
3257
+ "loss": 0.0516,
3258
+ "step": 4640
3259
+ },
3260
+ {
3261
+ "epoch": 2.724077328646749,
3262
+ "grad_norm": 3.4084956645965576,
3263
+ "learning_rate": 9.106033977738724e-06,
3264
+ "loss": 0.0057,
3265
+ "step": 4650
3266
+ },
3267
+ {
3268
+ "epoch": 2.7299355594610426,
3269
+ "grad_norm": 0.01933354139328003,
3270
+ "learning_rate": 9.082601054481547e-06,
3271
+ "loss": 0.0406,
3272
+ "step": 4660
3273
+ },
3274
+ {
3275
+ "epoch": 2.735793790275337,
3276
+ "grad_norm": 0.033855751156806946,
3277
+ "learning_rate": 9.05916813122437e-06,
3278
+ "loss": 0.1619,
3279
+ "step": 4670
3280
+ },
3281
+ {
3282
+ "epoch": 2.7416520210896307,
3283
+ "grad_norm": 0.009661266580224037,
3284
+ "learning_rate": 9.035735207967195e-06,
3285
+ "loss": 0.0012,
3286
+ "step": 4680
3287
+ },
3288
+ {
3289
+ "epoch": 2.747510251903925,
3290
+ "grad_norm": 2.7071592807769775,
3291
+ "learning_rate": 9.012302284710019e-06,
3292
+ "loss": 0.0783,
3293
+ "step": 4690
3294
+ },
3295
+ {
3296
+ "epoch": 2.753368482718219,
3297
+ "grad_norm": 0.045839034020900726,
3298
+ "learning_rate": 8.988869361452841e-06,
3299
+ "loss": 0.1256,
3300
+ "step": 4700
3301
+ },
3302
+ {
3303
+ "epoch": 2.759226713532513,
3304
+ "grad_norm": 0.01187943760305643,
3305
+ "learning_rate": 8.965436438195665e-06,
3306
+ "loss": 0.0467,
3307
+ "step": 4710
3308
+ },
3309
+ {
3310
+ "epoch": 2.7650849443468073,
3311
+ "grad_norm": 0.12289223819971085,
3312
+ "learning_rate": 8.94200351493849e-06,
3313
+ "loss": 0.224,
3314
+ "step": 4720
3315
+ },
3316
+ {
3317
+ "epoch": 2.7709431751611016,
3318
+ "grad_norm": 0.24266257882118225,
3319
+ "learning_rate": 8.918570591681312e-06,
3320
+ "loss": 0.0033,
3321
+ "step": 4730
3322
+ },
3323
+ {
3324
+ "epoch": 2.7768014059753954,
3325
+ "grad_norm": 0.05902494117617607,
3326
+ "learning_rate": 8.895137668424136e-06,
3327
+ "loss": 0.0786,
3328
+ "step": 4740
3329
+ },
3330
+ {
3331
+ "epoch": 2.7826596367896896,
3332
+ "grad_norm": 0.03103451617062092,
3333
+ "learning_rate": 8.87170474516696e-06,
3334
+ "loss": 0.062,
3335
+ "step": 4750
3336
+ },
3337
+ {
3338
+ "epoch": 2.7885178676039835,
3339
+ "grad_norm": 0.01481554750353098,
3340
+ "learning_rate": 8.848271821909784e-06,
3341
+ "loss": 0.0537,
3342
+ "step": 4760
3343
+ },
3344
+ {
3345
+ "epoch": 2.7943760984182777,
3346
+ "grad_norm": 0.0064656296744942665,
3347
+ "learning_rate": 8.824838898652608e-06,
3348
+ "loss": 0.0799,
3349
+ "step": 4770
3350
+ },
3351
+ {
3352
+ "epoch": 2.8002343292325715,
3353
+ "grad_norm": 0.018277239054441452,
3354
+ "learning_rate": 8.801405975395433e-06,
3355
+ "loss": 0.0438,
3356
+ "step": 4780
3357
+ },
3358
+ {
3359
+ "epoch": 2.806092560046866,
3360
+ "grad_norm": 0.008237453177571297,
3361
+ "learning_rate": 8.777973052138255e-06,
3362
+ "loss": 0.0481,
3363
+ "step": 4790
3364
+ },
3365
+ {
3366
+ "epoch": 2.81195079086116,
3367
+ "grad_norm": 0.06086944043636322,
3368
+ "learning_rate": 8.754540128881079e-06,
3369
+ "loss": 0.0578,
3370
+ "step": 4800
3371
+ },
3372
+ {
3373
+ "epoch": 2.817809021675454,
3374
+ "grad_norm": 0.0078117563389241695,
3375
+ "learning_rate": 8.731107205623902e-06,
3376
+ "loss": 0.0054,
3377
+ "step": 4810
3378
+ },
3379
+ {
3380
+ "epoch": 2.823667252489748,
3381
+ "grad_norm": 0.22204460203647614,
3382
+ "learning_rate": 8.707674282366726e-06,
3383
+ "loss": 0.0452,
3384
+ "step": 4820
3385
+ },
3386
+ {
3387
+ "epoch": 2.8295254833040424,
3388
+ "grad_norm": 0.011765822768211365,
3389
+ "learning_rate": 8.68424135910955e-06,
3390
+ "loss": 0.1226,
3391
+ "step": 4830
3392
+ },
3393
+ {
3394
+ "epoch": 2.8353837141183362,
3395
+ "grad_norm": 0.034977905452251434,
3396
+ "learning_rate": 8.660808435852374e-06,
3397
+ "loss": 0.0028,
3398
+ "step": 4840
3399
+ },
3400
+ {
3401
+ "epoch": 2.8412419449326305,
3402
+ "grad_norm": 0.006177605129778385,
3403
+ "learning_rate": 8.637375512595198e-06,
3404
+ "loss": 0.0055,
3405
+ "step": 4850
3406
+ },
3407
+ {
3408
+ "epoch": 2.8471001757469243,
3409
+ "grad_norm": 0.06611007452011108,
3410
+ "learning_rate": 8.61394258933802e-06,
3411
+ "loss": 0.0012,
3412
+ "step": 4860
3413
+ },
3414
+ {
3415
+ "epoch": 2.8529584065612186,
3416
+ "grad_norm": 0.007338257972151041,
3417
+ "learning_rate": 8.590509666080845e-06,
3418
+ "loss": 0.0413,
3419
+ "step": 4870
3420
+ },
3421
+ {
3422
+ "epoch": 2.8588166373755124,
3423
+ "grad_norm": 0.04989036172628403,
3424
+ "learning_rate": 8.567076742823669e-06,
3425
+ "loss": 0.0606,
3426
+ "step": 4880
3427
+ },
3428
+ {
3429
+ "epoch": 2.8646748681898067,
3430
+ "grad_norm": 0.007559357676655054,
3431
+ "learning_rate": 8.543643819566491e-06,
3432
+ "loss": 0.1396,
3433
+ "step": 4890
3434
+ },
3435
+ {
3436
+ "epoch": 2.870533099004101,
3437
+ "grad_norm": 0.05906621739268303,
3438
+ "learning_rate": 8.520210896309315e-06,
3439
+ "loss": 0.1917,
3440
+ "step": 4900
3441
+ },
3442
+ {
3443
+ "epoch": 2.8763913298183947,
3444
+ "grad_norm": 0.012134838849306107,
3445
+ "learning_rate": 8.49677797305214e-06,
3446
+ "loss": 0.0011,
3447
+ "step": 4910
3448
+ },
3449
+ {
3450
+ "epoch": 2.882249560632689,
3451
+ "grad_norm": 4.250200271606445,
3452
+ "learning_rate": 8.473345049794962e-06,
3453
+ "loss": 0.1104,
3454
+ "step": 4920
3455
+ },
3456
+ {
3457
+ "epoch": 2.8881077914469833,
3458
+ "grad_norm": 0.15310168266296387,
3459
+ "learning_rate": 8.449912126537786e-06,
3460
+ "loss": 0.1596,
3461
+ "step": 4930
3462
+ },
3463
+ {
3464
+ "epoch": 2.893966022261277,
3465
+ "grad_norm": 7.746487617492676,
3466
+ "learning_rate": 8.42647920328061e-06,
3467
+ "loss": 0.1139,
3468
+ "step": 4940
3469
+ },
3470
+ {
3471
+ "epoch": 2.899824253075571,
3472
+ "grad_norm": 4.003668785095215,
3473
+ "learning_rate": 8.403046280023434e-06,
3474
+ "loss": 0.1337,
3475
+ "step": 4950
3476
+ },
3477
+ {
3478
+ "epoch": 2.905682483889865,
3479
+ "grad_norm": 0.013791323639452457,
3480
+ "learning_rate": 8.379613356766258e-06,
3481
+ "loss": 0.0577,
3482
+ "step": 4960
3483
+ },
3484
+ {
3485
+ "epoch": 2.9115407147041594,
3486
+ "grad_norm": 0.03509506955742836,
3487
+ "learning_rate": 8.35618043350908e-06,
3488
+ "loss": 0.0023,
3489
+ "step": 4970
3490
+ },
3491
+ {
3492
+ "epoch": 2.9173989455184532,
3493
+ "grad_norm": 0.017392152920365334,
3494
+ "learning_rate": 8.332747510251905e-06,
3495
+ "loss": 0.0017,
3496
+ "step": 4980
3497
+ },
3498
+ {
3499
+ "epoch": 2.9232571763327475,
3500
+ "grad_norm": 0.0742042288184166,
3501
+ "learning_rate": 8.309314586994727e-06,
3502
+ "loss": 0.0583,
3503
+ "step": 4990
3504
+ },
3505
+ {
3506
+ "epoch": 2.9291154071470418,
3507
+ "grad_norm": 0.025125756859779358,
3508
+ "learning_rate": 8.285881663737551e-06,
3509
+ "loss": 0.0018,
3510
+ "step": 5000
3511
+ },
3512
+ {
3513
+ "epoch": 2.9349736379613356,
3514
+ "grad_norm": 0.01341651938855648,
3515
+ "learning_rate": 8.262448740480375e-06,
3516
+ "loss": 0.0487,
3517
+ "step": 5010
3518
+ },
3519
+ {
3520
+ "epoch": 2.94083186877563,
3521
+ "grad_norm": 0.024638604372739792,
3522
+ "learning_rate": 8.2390158172232e-06,
3523
+ "loss": 0.001,
3524
+ "step": 5020
3525
+ },
3526
+ {
3527
+ "epoch": 2.946690099589924,
3528
+ "grad_norm": 0.038911301642656326,
3529
+ "learning_rate": 8.215582893966024e-06,
3530
+ "loss": 0.0506,
3531
+ "step": 5030
3532
+ },
3533
+ {
3534
+ "epoch": 2.952548330404218,
3535
+ "grad_norm": 0.023850092664361,
3536
+ "learning_rate": 8.192149970708848e-06,
3537
+ "loss": 0.0145,
3538
+ "step": 5040
3539
+ },
3540
+ {
3541
+ "epoch": 2.9584065612185118,
3542
+ "grad_norm": 0.012319614179432392,
3543
+ "learning_rate": 8.16871704745167e-06,
3544
+ "loss": 0.0683,
3545
+ "step": 5050
3546
+ },
3547
+ {
3548
+ "epoch": 2.964264792032806,
3549
+ "grad_norm": 0.011331205256283283,
3550
+ "learning_rate": 8.145284124194494e-06,
3551
+ "loss": 0.001,
3552
+ "step": 5060
3553
+ },
3554
+ {
3555
+ "epoch": 2.9701230228471003,
3556
+ "grad_norm": 0.003681463422253728,
3557
+ "learning_rate": 8.121851200937317e-06,
3558
+ "loss": 0.0044,
3559
+ "step": 5070
3560
+ },
3561
+ {
3562
+ "epoch": 2.975981253661394,
3563
+ "grad_norm": 0.051831282675266266,
3564
+ "learning_rate": 8.09841827768014e-06,
3565
+ "loss": 0.0034,
3566
+ "step": 5080
3567
+ },
3568
+ {
3569
+ "epoch": 2.9818394844756884,
3570
+ "grad_norm": 0.07008065283298492,
3571
+ "learning_rate": 8.074985354422965e-06,
3572
+ "loss": 0.1246,
3573
+ "step": 5090
3574
+ },
3575
+ {
3576
+ "epoch": 2.9876977152899826,
3577
+ "grad_norm": 0.009249912574887276,
3578
+ "learning_rate": 8.051552431165789e-06,
3579
+ "loss": 0.0006,
3580
+ "step": 5100
3581
+ },
3582
+ {
3583
+ "epoch": 2.9935559461042764,
3584
+ "grad_norm": 0.019453031942248344,
3585
+ "learning_rate": 8.028119507908613e-06,
3586
+ "loss": 0.0053,
3587
+ "step": 5110
3588
+ },
3589
+ {
3590
+ "epoch": 2.9994141769185707,
3591
+ "grad_norm": 0.5509079098701477,
3592
+ "learning_rate": 8.004686584651435e-06,
3593
+ "loss": 0.0994,
3594
+ "step": 5120
3595
+ }
3596
+ ],
3597
+ "logging_steps": 10,
3598
+ "max_steps": 8535,
3599
+ "num_input_tokens_seen": 0,
3600
+ "num_train_epochs": 5,
3601
+ "save_steps": 500,
3602
+ "stateful_callbacks": {
3603
+ "TrainerControl": {
3604
+ "args": {
3605
+ "should_epoch_stop": false,
3606
+ "should_evaluate": false,
3607
+ "should_log": false,
3608
+ "should_save": true,
3609
+ "should_training_stop": false
3610
+ },
3611
+ "attributes": {}
3612
+ }
3613
+ },
3614
+ "total_flos": 5537006698752000.0,
3615
+ "train_batch_size": 8,
3616
+ "trial_name": null,
3617
+ "trial_params": null
3618
+ }
checkpoint-5121/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87a4e501714564202c0209a049ed1ca37ab44c4dd546b453a11975aa3721875f
3
+ size 5841
checkpoint-6828/README.md ADDED
@@ -0,0 +1,206 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: protectai/deberta-v3-base-prompt-injection-v2
3
+ library_name: peft
4
+ tags:
5
+ - base_model:adapter:protectai/deberta-v3-base-prompt-injection-v2
6
+ - lora
7
+ - transformers
8
+ ---
9
+
10
+ # Model Card for Model ID
11
+
12
+ <!-- Provide a quick summary of what the model is/does. -->
13
+
14
+
15
+
16
+ ## Model Details
17
+
18
+ ### Model Description
19
+
20
+ <!-- Provide a longer summary of what this model is. -->
21
+
22
+
23
+
24
+ - **Developed by:** [More Information Needed]
25
+ - **Funded by [optional]:** [More Information Needed]
26
+ - **Shared by [optional]:** [More Information Needed]
27
+ - **Model type:** [More Information Needed]
28
+ - **Language(s) (NLP):** [More Information Needed]
29
+ - **License:** [More Information Needed]
30
+ - **Finetuned from model [optional]:** [More Information Needed]
31
+
32
+ ### Model Sources [optional]
33
+
34
+ <!-- Provide the basic links for the model. -->
35
+
36
+ - **Repository:** [More Information Needed]
37
+ - **Paper [optional]:** [More Information Needed]
38
+ - **Demo [optional]:** [More Information Needed]
39
+
40
+ ## Uses
41
+
42
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
43
+
44
+ ### Direct Use
45
+
46
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
47
+
48
+ [More Information Needed]
49
+
50
+ ### Downstream Use [optional]
51
+
52
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
53
+
54
+ [More Information Needed]
55
+
56
+ ### Out-of-Scope Use
57
+
58
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
59
+
60
+ [More Information Needed]
61
+
62
+ ## Bias, Risks, and Limitations
63
+
64
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
65
+
66
+ [More Information Needed]
67
+
68
+ ### Recommendations
69
+
70
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
71
+
72
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
73
+
74
+ ## How to Get Started with the Model
75
+
76
+ Use the code below to get started with the model.
77
+
78
+ [More Information Needed]
79
+
80
+ ## Training Details
81
+
82
+ ### Training Data
83
+
84
+ <!-- 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. -->
85
+
86
+ [More Information Needed]
87
+
88
+ ### Training Procedure
89
+
90
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
91
+
92
+ #### Preprocessing [optional]
93
+
94
+ [More Information Needed]
95
+
96
+
97
+ #### Training Hyperparameters
98
+
99
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
100
+
101
+ #### Speeds, Sizes, Times [optional]
102
+
103
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
104
+
105
+ [More Information Needed]
106
+
107
+ ## Evaluation
108
+
109
+ <!-- This section describes the evaluation protocols and provides the results. -->
110
+
111
+ ### Testing Data, Factors & Metrics
112
+
113
+ #### Testing Data
114
+
115
+ <!-- This should link to a Dataset Card if possible. -->
116
+
117
+ [More Information Needed]
118
+
119
+ #### Factors
120
+
121
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
122
+
123
+ [More Information Needed]
124
+
125
+ #### Metrics
126
+
127
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
128
+
129
+ [More Information Needed]
130
+
131
+ ### Results
132
+
133
+ [More Information Needed]
134
+
135
+ #### Summary
136
+
137
+
138
+
139
+ ## Model Examination [optional]
140
+
141
+ <!-- Relevant interpretability work for the model goes here -->
142
+
143
+ [More Information Needed]
144
+
145
+ ## Environmental Impact
146
+
147
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
148
+
149
+ 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).
150
+
151
+ - **Hardware Type:** [More Information Needed]
152
+ - **Hours used:** [More Information Needed]
153
+ - **Cloud Provider:** [More Information Needed]
154
+ - **Compute Region:** [More Information Needed]
155
+ - **Carbon Emitted:** [More Information Needed]
156
+
157
+ ## Technical Specifications [optional]
158
+
159
+ ### Model Architecture and Objective
160
+
161
+ [More Information Needed]
162
+
163
+ ### Compute Infrastructure
164
+
165
+ [More Information Needed]
166
+
167
+ #### Hardware
168
+
169
+ [More Information Needed]
170
+
171
+ #### Software
172
+
173
+ [More Information Needed]
174
+
175
+ ## Citation [optional]
176
+
177
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
178
+
179
+ **BibTeX:**
180
+
181
+ [More Information Needed]
182
+
183
+ **APA:**
184
+
185
+ [More Information Needed]
186
+
187
+ ## Glossary [optional]
188
+
189
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
190
+
191
+ [More Information Needed]
192
+
193
+ ## More Information [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Authors [optional]
198
+
199
+ [More Information Needed]
200
+
201
+ ## Model Card Contact
202
+
203
+ [More Information Needed]
204
+ ### Framework versions
205
+
206
+ - PEFT 0.18.1
checkpoint-6828/adapter_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "protectai/deberta-v3-base-prompt-injection-v2",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 64,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": [
25
+ "classifier",
26
+ "score"
27
+ ],
28
+ "peft_type": "LORA",
29
+ "peft_version": "0.18.1",
30
+ "qalora_group_size": 16,
31
+ "r": 64,
32
+ "rank_pattern": {},
33
+ "revision": null,
34
+ "target_modules": [
35
+ "query_proj",
36
+ "value_proj"
37
+ ],
38
+ "target_parameters": null,
39
+ "task_type": "SEQ_CLS",
40
+ "trainable_token_indices": null,
41
+ "use_dora": false,
42
+ "use_qalora": false,
43
+ "use_rslora": false
44
+ }
checkpoint-6828/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c46bb493a569e84f88a676deb8f567734c55fedbe8050682662aabbe8a8fb27f
3
+ size 9450704
checkpoint-6828/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37ffde03689fd638b5a17ca9eefb176beaf5ca85c5d5d8ad4976eb37de382eb9
3
+ size 18930123
checkpoint-6828/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:555150f09df7bdd2fb3c1d5245c0a714b4066281c5e611d60737eae913f9618f
3
+ size 14645
checkpoint-6828/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fddad3bf5210401fe5ed51b8d7dfb57cf09dd7b60bc551e12d82279bb4cb4f36
3
+ size 1383
checkpoint-6828/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11b97b8c8d52a5ebafad65a515aa617febb14b16d239bddb5fa774be0616a355
3
+ size 1465
checkpoint-6828/special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "[CLS]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "[SEP]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "[MASK]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "[PAD]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "[SEP]",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "[UNK]",
46
+ "lstrip": false,
47
+ "normalized": true,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
checkpoint-6828/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-6828/tokenizer_config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "[CLS]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[SEP]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[UNK]",
29
+ "lstrip": false,
30
+ "normalized": true,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "128000": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "bos_token": "[CLS]",
45
+ "clean_up_tokenization_spaces": true,
46
+ "cls_token": "[CLS]",
47
+ "do_lower_case": false,
48
+ "eos_token": "[SEP]",
49
+ "extra_special_tokens": {},
50
+ "mask_token": "[MASK]",
51
+ "max_length": 512,
52
+ "model_max_length": 1000000000000000019884624838656,
53
+ "pad_token": "[PAD]",
54
+ "sep_token": "[SEP]",
55
+ "sp_model_kwargs": {},
56
+ "split_by_punct": false,
57
+ "stride": 0,
58
+ "tokenizer_class": "DebertaV2Tokenizer",
59
+ "truncation_side": "right",
60
+ "truncation_strategy": "longest_first",
61
+ "unk_token": "[UNK]",
62
+ "vocab_type": "spm"
63
+ }
checkpoint-6828/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-6828/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87a4e501714564202c0209a049ed1ca37ab44c4dd546b453a11975aa3721875f
3
+ size 5841