Upload 12 files
Browse files- README.md +202 -0
- adapter_config.json +36 -0
- adapter_model.safetensors +3 -0
- optimizer.pt +3 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +24 -0
- tokenizer.json +0 -0
- tokenizer.model +3 -0
- tokenizer_config.json +0 -0
- trainer_state.json +733 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: mistralai/Mistral-7B-Instruct-v0.3
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.11.1
|
adapter_config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "mistralai/Mistral-7B-Instruct-v0.3",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 16,
|
14 |
+
"lora_dropout": 0.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 8,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"down_proj",
|
24 |
+
"embed_tokens",
|
25 |
+
"lm_head",
|
26 |
+
"q_proj",
|
27 |
+
"o_proj",
|
28 |
+
"v_proj",
|
29 |
+
"k_proj",
|
30 |
+
"up_proj",
|
31 |
+
"gate_proj"
|
32 |
+
],
|
33 |
+
"task_type": "CAUSAL_LM",
|
34 |
+
"use_dora": false,
|
35 |
+
"use_rslora": false
|
36 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:740a5977ba160cc63e3ea64d4914d615eac967295851ccf117f63925b723f0ec
|
3 |
+
size 1160049040
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3aa135d57b4c943dc62b9afbd982a244625dbbcd655d902ea732d12cbcf2af5c
|
3 |
+
size 172760570
|
rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c5a615ce18a91ca708106b993c68c9cc54b09bd3e360c27b2e9d3da2dde57d8
|
3 |
+
size 14244
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c9863017a4fa5e13792930cdabaa14a4ddc23bfa82cb507fd945299af3437429
|
3 |
+
size 1064
|
special_tokens_map.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "</s>",
|
17 |
+
"unk_token": {
|
18 |
+
"content": "<unk>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37f00374dea48658ee8f5d0f21895b9bc55cb0103939607c8185bfd1c6ca1f89
|
3 |
+
size 587404
|
tokenizer_config.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
trainer_state.json
ADDED
@@ -0,0 +1,733 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 2.9411764705882355,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 100,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.029411764705882353,
|
13 |
+
"grad_norm": 160.71739196777344,
|
14 |
+
"learning_rate": 2e-05,
|
15 |
+
"loss": 2.163,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.058823529411764705,
|
20 |
+
"grad_norm": 167.84927368164062,
|
21 |
+
"learning_rate": 2e-05,
|
22 |
+
"loss": 4.2743,
|
23 |
+
"step": 2
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.08823529411764706,
|
27 |
+
"grad_norm": 134.49913024902344,
|
28 |
+
"learning_rate": 2e-05,
|
29 |
+
"loss": 3.5496,
|
30 |
+
"step": 3
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.11764705882352941,
|
34 |
+
"grad_norm": 327.9437255859375,
|
35 |
+
"learning_rate": 2e-05,
|
36 |
+
"loss": 4.2971,
|
37 |
+
"step": 4
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.14705882352941177,
|
41 |
+
"grad_norm": 286.48297119140625,
|
42 |
+
"learning_rate": 2e-05,
|
43 |
+
"loss": 4.238,
|
44 |
+
"step": 5
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.17647058823529413,
|
48 |
+
"grad_norm": 160.5793914794922,
|
49 |
+
"learning_rate": 2e-05,
|
50 |
+
"loss": 4.8738,
|
51 |
+
"step": 6
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.20588235294117646,
|
55 |
+
"grad_norm": 173.0782012939453,
|
56 |
+
"learning_rate": 2e-05,
|
57 |
+
"loss": 4.2928,
|
58 |
+
"step": 7
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.23529411764705882,
|
62 |
+
"grad_norm": 452.2684020996094,
|
63 |
+
"learning_rate": 2e-05,
|
64 |
+
"loss": 6.4371,
|
65 |
+
"step": 8
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.2647058823529412,
|
69 |
+
"grad_norm": 101.81562042236328,
|
70 |
+
"learning_rate": 2e-05,
|
71 |
+
"loss": 2.8329,
|
72 |
+
"step": 9
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.29411764705882354,
|
76 |
+
"grad_norm": 157.65127563476562,
|
77 |
+
"learning_rate": 2e-05,
|
78 |
+
"loss": 3.053,
|
79 |
+
"step": 10
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.3235294117647059,
|
83 |
+
"grad_norm": 143.43881225585938,
|
84 |
+
"learning_rate": 2e-05,
|
85 |
+
"loss": 2.6041,
|
86 |
+
"step": 11
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.35294117647058826,
|
90 |
+
"grad_norm": 119.99986267089844,
|
91 |
+
"learning_rate": 2e-05,
|
92 |
+
"loss": 2.7732,
|
93 |
+
"step": 12
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.38235294117647056,
|
97 |
+
"grad_norm": 340.0208435058594,
|
98 |
+
"learning_rate": 2e-05,
|
99 |
+
"loss": 4.7953,
|
100 |
+
"step": 13
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.4117647058823529,
|
104 |
+
"grad_norm": 139.62266540527344,
|
105 |
+
"learning_rate": 2e-05,
|
106 |
+
"loss": 3.9037,
|
107 |
+
"step": 14
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.4411764705882353,
|
111 |
+
"grad_norm": 133.6896209716797,
|
112 |
+
"learning_rate": 2e-05,
|
113 |
+
"loss": 3.2289,
|
114 |
+
"step": 15
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.47058823529411764,
|
118 |
+
"grad_norm": 402.2488708496094,
|
119 |
+
"learning_rate": 2e-05,
|
120 |
+
"loss": 5.3283,
|
121 |
+
"step": 16
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.5,
|
125 |
+
"grad_norm": 154.9514617919922,
|
126 |
+
"learning_rate": 2e-05,
|
127 |
+
"loss": 2.5564,
|
128 |
+
"step": 17
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.5294117647058824,
|
132 |
+
"grad_norm": 408.76507568359375,
|
133 |
+
"learning_rate": 2e-05,
|
134 |
+
"loss": 2.8475,
|
135 |
+
"step": 18
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.5588235294117647,
|
139 |
+
"grad_norm": 849.7493286132812,
|
140 |
+
"learning_rate": 2e-05,
|
141 |
+
"loss": 3.2031,
|
142 |
+
"step": 19
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.5882352941176471,
|
146 |
+
"grad_norm": 583.0057373046875,
|
147 |
+
"learning_rate": 2e-05,
|
148 |
+
"loss": 3.9562,
|
149 |
+
"step": 20
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.6176470588235294,
|
153 |
+
"grad_norm": 261.2338562011719,
|
154 |
+
"learning_rate": 2e-05,
|
155 |
+
"loss": 3.2209,
|
156 |
+
"step": 21
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.6470588235294118,
|
160 |
+
"grad_norm": 409.6594543457031,
|
161 |
+
"learning_rate": 2e-05,
|
162 |
+
"loss": 4.913,
|
163 |
+
"step": 22
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.6764705882352942,
|
167 |
+
"grad_norm": 224.56918334960938,
|
168 |
+
"learning_rate": 2e-05,
|
169 |
+
"loss": 4.1768,
|
170 |
+
"step": 23
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.7058823529411765,
|
174 |
+
"grad_norm": 384.32147216796875,
|
175 |
+
"learning_rate": 2e-05,
|
176 |
+
"loss": 4.7449,
|
177 |
+
"step": 24
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.7352941176470589,
|
181 |
+
"grad_norm": 57.91896057128906,
|
182 |
+
"learning_rate": 2e-05,
|
183 |
+
"loss": 1.3582,
|
184 |
+
"step": 25
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.7647058823529411,
|
188 |
+
"grad_norm": 58.27327346801758,
|
189 |
+
"learning_rate": 2e-05,
|
190 |
+
"loss": 2.1744,
|
191 |
+
"step": 26
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.7941176470588235,
|
195 |
+
"grad_norm": 96.63125610351562,
|
196 |
+
"learning_rate": 2e-05,
|
197 |
+
"loss": 2.6751,
|
198 |
+
"step": 27
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.8235294117647058,
|
202 |
+
"grad_norm": 124.51710510253906,
|
203 |
+
"learning_rate": 2e-05,
|
204 |
+
"loss": 2.8836,
|
205 |
+
"step": 28
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.8529411764705882,
|
209 |
+
"grad_norm": 408.7486877441406,
|
210 |
+
"learning_rate": 2e-05,
|
211 |
+
"loss": 4.733,
|
212 |
+
"step": 29
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.8823529411764706,
|
216 |
+
"grad_norm": 167.9065399169922,
|
217 |
+
"learning_rate": 2e-05,
|
218 |
+
"loss": 3.5512,
|
219 |
+
"step": 30
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.9117647058823529,
|
223 |
+
"grad_norm": 203.8374786376953,
|
224 |
+
"learning_rate": 2e-05,
|
225 |
+
"loss": 3.7913,
|
226 |
+
"step": 31
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.9411764705882353,
|
230 |
+
"grad_norm": 313.9844665527344,
|
231 |
+
"learning_rate": 2e-05,
|
232 |
+
"loss": 4.509,
|
233 |
+
"step": 32
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.9705882352941176,
|
237 |
+
"grad_norm": 144.14212036132812,
|
238 |
+
"learning_rate": 2e-05,
|
239 |
+
"loss": 2.1653,
|
240 |
+
"step": 33
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 1.0,
|
244 |
+
"grad_norm": 95.7232894897461,
|
245 |
+
"learning_rate": 2e-05,
|
246 |
+
"loss": 3.2242,
|
247 |
+
"step": 34
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 1.0294117647058822,
|
251 |
+
"grad_norm": 43.582393646240234,
|
252 |
+
"learning_rate": 2e-05,
|
253 |
+
"loss": 1.3664,
|
254 |
+
"step": 35
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 1.0588235294117647,
|
258 |
+
"grad_norm": 388.4141540527344,
|
259 |
+
"learning_rate": 2e-05,
|
260 |
+
"loss": 1.9917,
|
261 |
+
"step": 36
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 1.088235294117647,
|
265 |
+
"grad_norm": 56.53749465942383,
|
266 |
+
"learning_rate": 2e-05,
|
267 |
+
"loss": 2.393,
|
268 |
+
"step": 37
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 1.1176470588235294,
|
272 |
+
"grad_norm": 174.79148864746094,
|
273 |
+
"learning_rate": 2e-05,
|
274 |
+
"loss": 1.9908,
|
275 |
+
"step": 38
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 1.1470588235294117,
|
279 |
+
"grad_norm": 1044.60498046875,
|
280 |
+
"learning_rate": 2e-05,
|
281 |
+
"loss": 2.7904,
|
282 |
+
"step": 39
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 1.1764705882352942,
|
286 |
+
"grad_norm": 1415.9786376953125,
|
287 |
+
"learning_rate": 2e-05,
|
288 |
+
"loss": 2.5518,
|
289 |
+
"step": 40
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 1.2058823529411764,
|
293 |
+
"grad_norm": 307.51263427734375,
|
294 |
+
"learning_rate": 2e-05,
|
295 |
+
"loss": 3.9784,
|
296 |
+
"step": 41
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 1.2352941176470589,
|
300 |
+
"grad_norm": 230.46514892578125,
|
301 |
+
"learning_rate": 2e-05,
|
302 |
+
"loss": 3.7486,
|
303 |
+
"step": 42
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 1.2647058823529411,
|
307 |
+
"grad_norm": 134.46823120117188,
|
308 |
+
"learning_rate": 2e-05,
|
309 |
+
"loss": 2.2822,
|
310 |
+
"step": 43
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 1.2941176470588236,
|
314 |
+
"grad_norm": 69.17707061767578,
|
315 |
+
"learning_rate": 2e-05,
|
316 |
+
"loss": 1.7713,
|
317 |
+
"step": 44
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 1.3235294117647058,
|
321 |
+
"grad_norm": 66.95726776123047,
|
322 |
+
"learning_rate": 2e-05,
|
323 |
+
"loss": 2.6892,
|
324 |
+
"step": 45
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 1.3529411764705883,
|
328 |
+
"grad_norm": 174.15359497070312,
|
329 |
+
"learning_rate": 2e-05,
|
330 |
+
"loss": 3.2474,
|
331 |
+
"step": 46
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 1.3823529411764706,
|
335 |
+
"grad_norm": 159.84739685058594,
|
336 |
+
"learning_rate": 2e-05,
|
337 |
+
"loss": 2.2839,
|
338 |
+
"step": 47
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 1.4117647058823528,
|
342 |
+
"grad_norm": 61.734619140625,
|
343 |
+
"learning_rate": 2e-05,
|
344 |
+
"loss": 2.0586,
|
345 |
+
"step": 48
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 1.4411764705882353,
|
349 |
+
"grad_norm": 258.8429260253906,
|
350 |
+
"learning_rate": 2e-05,
|
351 |
+
"loss": 3.829,
|
352 |
+
"step": 49
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 1.4705882352941178,
|
356 |
+
"grad_norm": 256.6245422363281,
|
357 |
+
"learning_rate": 2e-05,
|
358 |
+
"loss": 3.2496,
|
359 |
+
"step": 50
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 1.5,
|
363 |
+
"grad_norm": 38.860015869140625,
|
364 |
+
"learning_rate": 2e-05,
|
365 |
+
"loss": 0.9418,
|
366 |
+
"step": 51
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 1.5294117647058822,
|
370 |
+
"grad_norm": 169.32525634765625,
|
371 |
+
"learning_rate": 2e-05,
|
372 |
+
"loss": 1.8798,
|
373 |
+
"step": 52
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 1.5588235294117647,
|
377 |
+
"grad_norm": 547.1870727539062,
|
378 |
+
"learning_rate": 2e-05,
|
379 |
+
"loss": 2.0999,
|
380 |
+
"step": 53
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 1.5882352941176472,
|
384 |
+
"grad_norm": 69.51364135742188,
|
385 |
+
"learning_rate": 2e-05,
|
386 |
+
"loss": 1.9031,
|
387 |
+
"step": 54
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 1.6176470588235294,
|
391 |
+
"grad_norm": 47.159114837646484,
|
392 |
+
"learning_rate": 2e-05,
|
393 |
+
"loss": 2.5062,
|
394 |
+
"step": 55
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 1.6470588235294117,
|
398 |
+
"grad_norm": 215.8884735107422,
|
399 |
+
"learning_rate": 2e-05,
|
400 |
+
"loss": 2.8866,
|
401 |
+
"step": 56
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 1.6764705882352942,
|
405 |
+
"grad_norm": 612.4532470703125,
|
406 |
+
"learning_rate": 2e-05,
|
407 |
+
"loss": 2.0209,
|
408 |
+
"step": 57
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 1.7058823529411766,
|
412 |
+
"grad_norm": 375.0256652832031,
|
413 |
+
"learning_rate": 2e-05,
|
414 |
+
"loss": 3.1054,
|
415 |
+
"step": 58
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 1.7352941176470589,
|
419 |
+
"grad_norm": 63.03890609741211,
|
420 |
+
"learning_rate": 2e-05,
|
421 |
+
"loss": 1.5422,
|
422 |
+
"step": 59
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 1.7647058823529411,
|
426 |
+
"grad_norm": 1484.6824951171875,
|
427 |
+
"learning_rate": 2e-05,
|
428 |
+
"loss": 2.5796,
|
429 |
+
"step": 60
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 1.7941176470588234,
|
433 |
+
"grad_norm": 209.3314208984375,
|
434 |
+
"learning_rate": 2e-05,
|
435 |
+
"loss": 2.5442,
|
436 |
+
"step": 61
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 1.8235294117647058,
|
440 |
+
"grad_norm": 187.7886505126953,
|
441 |
+
"learning_rate": 2e-05,
|
442 |
+
"loss": 3.0212,
|
443 |
+
"step": 62
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 1.8529411764705883,
|
447 |
+
"grad_norm": 510.379150390625,
|
448 |
+
"learning_rate": 2e-05,
|
449 |
+
"loss": 3.3788,
|
450 |
+
"step": 63
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 1.8823529411764706,
|
454 |
+
"grad_norm": 224.35646057128906,
|
455 |
+
"learning_rate": 2e-05,
|
456 |
+
"loss": 4.1101,
|
457 |
+
"step": 64
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 1.9117647058823528,
|
461 |
+
"grad_norm": 244.10589599609375,
|
462 |
+
"learning_rate": 2e-05,
|
463 |
+
"loss": 4.0655,
|
464 |
+
"step": 65
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 1.9411764705882353,
|
468 |
+
"grad_norm": 254.54693603515625,
|
469 |
+
"learning_rate": 2e-05,
|
470 |
+
"loss": 2.653,
|
471 |
+
"step": 66
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 1.9705882352941178,
|
475 |
+
"grad_norm": 57.74852752685547,
|
476 |
+
"learning_rate": 2e-05,
|
477 |
+
"loss": 1.993,
|
478 |
+
"step": 67
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 2.0,
|
482 |
+
"grad_norm": 81.31387329101562,
|
483 |
+
"learning_rate": 2e-05,
|
484 |
+
"loss": 2.6492,
|
485 |
+
"step": 68
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 2.0294117647058822,
|
489 |
+
"grad_norm": 40.57068634033203,
|
490 |
+
"learning_rate": 2e-05,
|
491 |
+
"loss": 1.0186,
|
492 |
+
"step": 69
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 2.0588235294117645,
|
496 |
+
"grad_norm": 67.01395416259766,
|
497 |
+
"learning_rate": 2e-05,
|
498 |
+
"loss": 2.239,
|
499 |
+
"step": 70
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 2.088235294117647,
|
503 |
+
"grad_norm": 110.17364501953125,
|
504 |
+
"learning_rate": 2e-05,
|
505 |
+
"loss": 2.4758,
|
506 |
+
"step": 71
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 2.1176470588235294,
|
510 |
+
"grad_norm": 68.4447021484375,
|
511 |
+
"learning_rate": 2e-05,
|
512 |
+
"loss": 1.5485,
|
513 |
+
"step": 72
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 2.1470588235294117,
|
517 |
+
"grad_norm": 267.31463623046875,
|
518 |
+
"learning_rate": 2e-05,
|
519 |
+
"loss": 3.1875,
|
520 |
+
"step": 73
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 2.176470588235294,
|
524 |
+
"grad_norm": 86.10749053955078,
|
525 |
+
"learning_rate": 2e-05,
|
526 |
+
"loss": 2.3052,
|
527 |
+
"step": 74
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 2.2058823529411766,
|
531 |
+
"grad_norm": 292.28314208984375,
|
532 |
+
"learning_rate": 2e-05,
|
533 |
+
"loss": 2.8977,
|
534 |
+
"step": 75
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 2.235294117647059,
|
538 |
+
"grad_norm": 782.0560913085938,
|
539 |
+
"learning_rate": 2e-05,
|
540 |
+
"loss": 2.7391,
|
541 |
+
"step": 76
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 2.264705882352941,
|
545 |
+
"grad_norm": 132.75177001953125,
|
546 |
+
"learning_rate": 2e-05,
|
547 |
+
"loss": 1.6825,
|
548 |
+
"step": 77
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 2.2941176470588234,
|
552 |
+
"grad_norm": 231.06690979003906,
|
553 |
+
"learning_rate": 2e-05,
|
554 |
+
"loss": 1.819,
|
555 |
+
"step": 78
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 2.323529411764706,
|
559 |
+
"grad_norm": 586.24658203125,
|
560 |
+
"learning_rate": 2e-05,
|
561 |
+
"loss": 1.9857,
|
562 |
+
"step": 79
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 2.3529411764705883,
|
566 |
+
"grad_norm": 77.22154235839844,
|
567 |
+
"learning_rate": 2e-05,
|
568 |
+
"loss": 1.8883,
|
569 |
+
"step": 80
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 2.3823529411764706,
|
573 |
+
"grad_norm": 214.43612670898438,
|
574 |
+
"learning_rate": 2e-05,
|
575 |
+
"loss": 3.4815,
|
576 |
+
"step": 81
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 2.411764705882353,
|
580 |
+
"grad_norm": 145.10537719726562,
|
581 |
+
"learning_rate": 2e-05,
|
582 |
+
"loss": 3.3451,
|
583 |
+
"step": 82
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 2.4411764705882355,
|
587 |
+
"grad_norm": 85.24402618408203,
|
588 |
+
"learning_rate": 2e-05,
|
589 |
+
"loss": 2.1772,
|
590 |
+
"step": 83
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 2.4705882352941178,
|
594 |
+
"grad_norm": 402.4455261230469,
|
595 |
+
"learning_rate": 2e-05,
|
596 |
+
"loss": 3.2879,
|
597 |
+
"step": 84
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 2.5,
|
601 |
+
"grad_norm": 77.11824798583984,
|
602 |
+
"learning_rate": 2e-05,
|
603 |
+
"loss": 1.1511,
|
604 |
+
"step": 85
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 2.5294117647058822,
|
608 |
+
"grad_norm": 106.68152618408203,
|
609 |
+
"learning_rate": 2e-05,
|
610 |
+
"loss": 1.4542,
|
611 |
+
"step": 86
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 2.5588235294117645,
|
615 |
+
"grad_norm": 84.24452209472656,
|
616 |
+
"learning_rate": 2e-05,
|
617 |
+
"loss": 1.523,
|
618 |
+
"step": 87
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 2.588235294117647,
|
622 |
+
"grad_norm": 125.50318145751953,
|
623 |
+
"learning_rate": 2e-05,
|
624 |
+
"loss": 2.8231,
|
625 |
+
"step": 88
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 2.6176470588235294,
|
629 |
+
"grad_norm": 41.62876510620117,
|
630 |
+
"learning_rate": 2e-05,
|
631 |
+
"loss": 1.5234,
|
632 |
+
"step": 89
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 2.6470588235294117,
|
636 |
+
"grad_norm": 204.7890167236328,
|
637 |
+
"learning_rate": 2e-05,
|
638 |
+
"loss": 1.3231,
|
639 |
+
"step": 90
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 2.6764705882352944,
|
643 |
+
"grad_norm": 336.05963134765625,
|
644 |
+
"learning_rate": 2e-05,
|
645 |
+
"loss": 1.5473,
|
646 |
+
"step": 91
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 2.7058823529411766,
|
650 |
+
"grad_norm": 167.6499786376953,
|
651 |
+
"learning_rate": 2e-05,
|
652 |
+
"loss": 2.2598,
|
653 |
+
"step": 92
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 2.735294117647059,
|
657 |
+
"grad_norm": 39.165950775146484,
|
658 |
+
"learning_rate": 2e-05,
|
659 |
+
"loss": 0.5955,
|
660 |
+
"step": 93
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 2.764705882352941,
|
664 |
+
"grad_norm": 103.95963287353516,
|
665 |
+
"learning_rate": 2e-05,
|
666 |
+
"loss": 1.3233,
|
667 |
+
"step": 94
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 2.7941176470588234,
|
671 |
+
"grad_norm": 141.0578155517578,
|
672 |
+
"learning_rate": 2e-05,
|
673 |
+
"loss": 2.0557,
|
674 |
+
"step": 95
|
675 |
+
},
|
676 |
+
{
|
677 |
+
"epoch": 2.8235294117647056,
|
678 |
+
"grad_norm": 79.57919311523438,
|
679 |
+
"learning_rate": 2e-05,
|
680 |
+
"loss": 2.6418,
|
681 |
+
"step": 96
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 2.8529411764705883,
|
685 |
+
"grad_norm": 167.03134155273438,
|
686 |
+
"learning_rate": 2e-05,
|
687 |
+
"loss": 2.3345,
|
688 |
+
"step": 97
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"epoch": 2.8823529411764706,
|
692 |
+
"grad_norm": 1838.4185791015625,
|
693 |
+
"learning_rate": 2e-05,
|
694 |
+
"loss": 3.5249,
|
695 |
+
"step": 98
|
696 |
+
},
|
697 |
+
{
|
698 |
+
"epoch": 2.911764705882353,
|
699 |
+
"grad_norm": 724.2003173828125,
|
700 |
+
"learning_rate": 2e-05,
|
701 |
+
"loss": 1.6495,
|
702 |
+
"step": 99
|
703 |
+
},
|
704 |
+
{
|
705 |
+
"epoch": 2.9411764705882355,
|
706 |
+
"grad_norm": 703.0057373046875,
|
707 |
+
"learning_rate": 2e-05,
|
708 |
+
"loss": 2.7896,
|
709 |
+
"step": 100
|
710 |
+
}
|
711 |
+
],
|
712 |
+
"logging_steps": 1,
|
713 |
+
"max_steps": 100,
|
714 |
+
"num_input_tokens_seen": 0,
|
715 |
+
"num_train_epochs": 3,
|
716 |
+
"save_steps": 50,
|
717 |
+
"stateful_callbacks": {
|
718 |
+
"TrainerControl": {
|
719 |
+
"args": {
|
720 |
+
"should_epoch_stop": false,
|
721 |
+
"should_evaluate": false,
|
722 |
+
"should_log": false,
|
723 |
+
"should_save": true,
|
724 |
+
"should_training_stop": true
|
725 |
+
},
|
726 |
+
"attributes": {}
|
727 |
+
}
|
728 |
+
},
|
729 |
+
"total_flos": 331537700093952.0,
|
730 |
+
"train_batch_size": 1,
|
731 |
+
"trial_name": null,
|
732 |
+
"trial_params": null
|
733 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e092b9e43811ad30fd36d662e1f69b4e67c95d8b6d42c37cb467f970a29020ff
|
3 |
+
size 5368
|