Training in progress, epoch 0, checkpoint
Browse files- last-checkpoint/README.md +202 -0
- last-checkpoint/adapter_config.json +34 -0
- last-checkpoint/adapter_model.safetensors +3 -0
- last-checkpoint/optimizer.pt +3 -0
- last-checkpoint/rng_state.pth +3 -0
- last-checkpoint/scheduler.pt +3 -0
- last-checkpoint/special_tokens_map.json +30 -0
- last-checkpoint/tokenizer.json +0 -0
- last-checkpoint/tokenizer.model +3 -0
- last-checkpoint/tokenizer_config.json +44 -0
- last-checkpoint/trainer_state.json +633 -0
- last-checkpoint/training_args.bin +3 -0
last-checkpoint/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: lmsys/vicuna-7b-v1.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.13.2
|
last-checkpoint/adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "lmsys/vicuna-7b-v1.3",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": null,
|
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 |
+
"k_proj",
|
25 |
+
"up_proj",
|
26 |
+
"q_proj",
|
27 |
+
"o_proj",
|
28 |
+
"gate_proj",
|
29 |
+
"v_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
last-checkpoint/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0432f8f6615bb50f40e3868bfddd6fa2b86cac4eaa6ea5eed7aa743d0a850b1a
|
3 |
+
size 80013120
|
last-checkpoint/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:565c3a26d78423d8f8565c7b0ca4c58c21960e8680e97251c51d07cc8c10325d
|
3 |
+
size 41120084
|
last-checkpoint/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e37ee18f0349b76bb370cc71d3c411dfd6fef741db164ecb61a7d19681da6a66
|
3 |
+
size 14244
|
last-checkpoint/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:705cabf5cbc3a6ab0feb67c77b9b453d59efcc939ce90d310af96e621810f990
|
3 |
+
size 1064
|
last-checkpoint/special_tokens_map.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": true,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": true,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "<unk>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<unk>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": true,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
}
|
30 |
+
}
|
last-checkpoint/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
last-checkpoint/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
last-checkpoint/tokenizer_config.json
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"add_prefix_space": true,
|
5 |
+
"added_tokens_decoder": {
|
6 |
+
"0": {
|
7 |
+
"content": "<unk>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": true,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": true
|
13 |
+
},
|
14 |
+
"1": {
|
15 |
+
"content": "<s>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": true,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false,
|
20 |
+
"special": true
|
21 |
+
},
|
22 |
+
"2": {
|
23 |
+
"content": "</s>",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": true,
|
26 |
+
"rstrip": false,
|
27 |
+
"single_word": false,
|
28 |
+
"special": true
|
29 |
+
}
|
30 |
+
},
|
31 |
+
"bos_token": "<s>",
|
32 |
+
"chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
|
33 |
+
"clean_up_tokenization_spaces": false,
|
34 |
+
"eos_token": "</s>",
|
35 |
+
"legacy": true,
|
36 |
+
"model_max_length": 2048,
|
37 |
+
"pad_token": "<unk>",
|
38 |
+
"padding_side": "right",
|
39 |
+
"sp_model_kwargs": {},
|
40 |
+
"spaces_between_special_tokens": false,
|
41 |
+
"tokenizer_class": "LlamaTokenizer",
|
42 |
+
"unk_token": "<unk>",
|
43 |
+
"use_default_system_prompt": false
|
44 |
+
}
|
last-checkpoint/trainer_state.json
ADDED
@@ -0,0 +1,633 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.015181129855589502,
|
5 |
+
"eval_steps": 100,
|
6 |
+
"global_step": 400,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 3.795282463897376e-05,
|
13 |
+
"eval_loss": 2.1576380729675293,
|
14 |
+
"eval_runtime": 850.7278,
|
15 |
+
"eval_samples_per_second": 13.042,
|
16 |
+
"eval_steps_per_second": 6.521,
|
17 |
+
"step": 1
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.00018976412319486878,
|
21 |
+
"grad_norm": 0.5731865763664246,
|
22 |
+
"learning_rate": 1.6666666666666667e-05,
|
23 |
+
"loss": 1.654,
|
24 |
+
"step": 5
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.00037952824638973757,
|
28 |
+
"grad_norm": 0.7176395058631897,
|
29 |
+
"learning_rate": 3.3333333333333335e-05,
|
30 |
+
"loss": 1.8183,
|
31 |
+
"step": 10
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.0005692923695846063,
|
35 |
+
"grad_norm": 1.1065971851348877,
|
36 |
+
"learning_rate": 5e-05,
|
37 |
+
"loss": 1.8083,
|
38 |
+
"step": 15
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.0007590564927794751,
|
42 |
+
"grad_norm": 1.0144658088684082,
|
43 |
+
"learning_rate": 6.666666666666667e-05,
|
44 |
+
"loss": 1.6738,
|
45 |
+
"step": 20
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.0009488206159743439,
|
49 |
+
"grad_norm": 0.9351977109909058,
|
50 |
+
"learning_rate": 8.333333333333334e-05,
|
51 |
+
"loss": 1.6931,
|
52 |
+
"step": 25
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.0011385847391692126,
|
56 |
+
"grad_norm": 1.1281682252883911,
|
57 |
+
"learning_rate": 0.0001,
|
58 |
+
"loss": 1.4287,
|
59 |
+
"step": 30
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.0013283488623640814,
|
63 |
+
"grad_norm": 1.6895772218704224,
|
64 |
+
"learning_rate": 9.995494831023409e-05,
|
65 |
+
"loss": 1.3096,
|
66 |
+
"step": 35
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.0015181129855589503,
|
70 |
+
"grad_norm": 1.4577206373214722,
|
71 |
+
"learning_rate": 9.981987442712633e-05,
|
72 |
+
"loss": 1.3396,
|
73 |
+
"step": 40
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.001707877108753819,
|
77 |
+
"grad_norm": 1.237876057624817,
|
78 |
+
"learning_rate": 9.959502176294383e-05,
|
79 |
+
"loss": 1.3612,
|
80 |
+
"step": 45
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.0018976412319486877,
|
84 |
+
"grad_norm": 2.0654523372650146,
|
85 |
+
"learning_rate": 9.928079551738543e-05,
|
86 |
+
"loss": 1.4159,
|
87 |
+
"step": 50
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.0020874053551435566,
|
91 |
+
"grad_norm": 0.9482754468917847,
|
92 |
+
"learning_rate": 9.887776194738432e-05,
|
93 |
+
"loss": 1.1775,
|
94 |
+
"step": 55
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.002277169478338425,
|
98 |
+
"grad_norm": 0.6003905534744263,
|
99 |
+
"learning_rate": 9.838664734667495e-05,
|
100 |
+
"loss": 1.0262,
|
101 |
+
"step": 60
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.0024669336015332942,
|
105 |
+
"grad_norm": 0.7832050919532776,
|
106 |
+
"learning_rate": 9.780833673696254e-05,
|
107 |
+
"loss": 0.9915,
|
108 |
+
"step": 65
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.002656697724728163,
|
112 |
+
"grad_norm": 0.7753303050994873,
|
113 |
+
"learning_rate": 9.714387227305422e-05,
|
114 |
+
"loss": 1.1298,
|
115 |
+
"step": 70
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.0028464618479230315,
|
119 |
+
"grad_norm": 0.8821681141853333,
|
120 |
+
"learning_rate": 9.639445136482548e-05,
|
121 |
+
"loss": 0.9965,
|
122 |
+
"step": 75
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.0030362259711179005,
|
126 |
+
"grad_norm": 0.8993760347366333,
|
127 |
+
"learning_rate": 9.55614245194068e-05,
|
128 |
+
"loss": 0.9885,
|
129 |
+
"step": 80
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.003225990094312769,
|
133 |
+
"grad_norm": 1.0164976119995117,
|
134 |
+
"learning_rate": 9.464629290747842e-05,
|
135 |
+
"loss": 1.0723,
|
136 |
+
"step": 85
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.003415754217507638,
|
140 |
+
"grad_norm": 0.9889712929725647,
|
141 |
+
"learning_rate": 9.365070565805941e-05,
|
142 |
+
"loss": 1.1378,
|
143 |
+
"step": 90
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.003605518340702507,
|
147 |
+
"grad_norm": 1.3623729944229126,
|
148 |
+
"learning_rate": 9.257645688666556e-05,
|
149 |
+
"loss": 1.2697,
|
150 |
+
"step": 95
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.0037952824638973755,
|
154 |
+
"grad_norm": 1.5822207927703857,
|
155 |
+
"learning_rate": 9.142548246219212e-05,
|
156 |
+
"loss": 1.2019,
|
157 |
+
"step": 100
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.0037952824638973755,
|
161 |
+
"eval_loss": 1.101567029953003,
|
162 |
+
"eval_runtime": 857.1834,
|
163 |
+
"eval_samples_per_second": 12.944,
|
164 |
+
"eval_steps_per_second": 6.472,
|
165 |
+
"step": 100
|
166 |
+
},
|
167 |
+
{
|
168 |
+
"epoch": 0.0039850465870922445,
|
169 |
+
"grad_norm": 0.7287427186965942,
|
170 |
+
"learning_rate": 9.019985651834703e-05,
|
171 |
+
"loss": 1.1496,
|
172 |
+
"step": 105
|
173 |
+
},
|
174 |
+
{
|
175 |
+
"epoch": 0.004174810710287113,
|
176 |
+
"grad_norm": 0.6560399532318115,
|
177 |
+
"learning_rate": 8.890178771592199e-05,
|
178 |
+
"loss": 1.2194,
|
179 |
+
"step": 110
|
180 |
+
},
|
181 |
+
{
|
182 |
+
"epoch": 0.004364574833481982,
|
183 |
+
"grad_norm": 0.6463301777839661,
|
184 |
+
"learning_rate": 8.753361526263621e-05,
|
185 |
+
"loss": 1.1142,
|
186 |
+
"step": 115
|
187 |
+
},
|
188 |
+
{
|
189 |
+
"epoch": 0.00455433895667685,
|
190 |
+
"grad_norm": 0.6335498094558716,
|
191 |
+
"learning_rate": 8.609780469772623e-05,
|
192 |
+
"loss": 0.9229,
|
193 |
+
"step": 120
|
194 |
+
},
|
195 |
+
{
|
196 |
+
"epoch": 0.00474410307987172,
|
197 |
+
"grad_norm": 0.7402055263519287,
|
198 |
+
"learning_rate": 8.459694344887732e-05,
|
199 |
+
"loss": 0.9781,
|
200 |
+
"step": 125
|
201 |
+
},
|
202 |
+
{
|
203 |
+
"epoch": 0.0049338672030665885,
|
204 |
+
"grad_norm": 0.7810035943984985,
|
205 |
+
"learning_rate": 8.303373616950408e-05,
|
206 |
+
"loss": 1.0616,
|
207 |
+
"step": 130
|
208 |
+
},
|
209 |
+
{
|
210 |
+
"epoch": 0.005123631326261457,
|
211 |
+
"grad_norm": 0.8350050449371338,
|
212 |
+
"learning_rate": 8.141099986478212e-05,
|
213 |
+
"loss": 0.9902,
|
214 |
+
"step": 135
|
215 |
+
},
|
216 |
+
{
|
217 |
+
"epoch": 0.005313395449456326,
|
218 |
+
"grad_norm": 0.8246821761131287,
|
219 |
+
"learning_rate": 7.973165881521434e-05,
|
220 |
+
"loss": 1.1825,
|
221 |
+
"step": 140
|
222 |
+
},
|
223 |
+
{
|
224 |
+
"epoch": 0.005503159572651194,
|
225 |
+
"grad_norm": 1.0053590536117554,
|
226 |
+
"learning_rate": 7.799873930687978e-05,
|
227 |
+
"loss": 1.1309,
|
228 |
+
"step": 145
|
229 |
+
},
|
230 |
+
{
|
231 |
+
"epoch": 0.005692923695846063,
|
232 |
+
"grad_norm": 2.70648193359375,
|
233 |
+
"learning_rate": 7.621536417786159e-05,
|
234 |
+
"loss": 1.4593,
|
235 |
+
"step": 150
|
236 |
+
},
|
237 |
+
{
|
238 |
+
"epoch": 0.0058826878190409325,
|
239 |
+
"grad_norm": 0.7757177948951721,
|
240 |
+
"learning_rate": 7.438474719068173e-05,
|
241 |
+
"loss": 0.9812,
|
242 |
+
"step": 155
|
243 |
+
},
|
244 |
+
{
|
245 |
+
"epoch": 0.006072451942235801,
|
246 |
+
"grad_norm": 0.5764933228492737,
|
247 |
+
"learning_rate": 7.251018724088367e-05,
|
248 |
+
"loss": 0.9636,
|
249 |
+
"step": 160
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"epoch": 0.00626221606543067,
|
253 |
+
"grad_norm": 0.7440540790557861,
|
254 |
+
"learning_rate": 7.059506241219965e-05,
|
255 |
+
"loss": 0.9517,
|
256 |
+
"step": 165
|
257 |
+
},
|
258 |
+
{
|
259 |
+
"epoch": 0.006451980188625538,
|
260 |
+
"grad_norm": 0.9800004959106445,
|
261 |
+
"learning_rate": 6.864282388901544e-05,
|
262 |
+
"loss": 1.108,
|
263 |
+
"step": 170
|
264 |
+
},
|
265 |
+
{
|
266 |
+
"epoch": 0.006641744311820407,
|
267 |
+
"grad_norm": 0.8193339109420776,
|
268 |
+
"learning_rate": 6.665698973710288e-05,
|
269 |
+
"loss": 0.9969,
|
270 |
+
"step": 175
|
271 |
+
},
|
272 |
+
{
|
273 |
+
"epoch": 0.006831508435015276,
|
274 |
+
"grad_norm": 0.813203752040863,
|
275 |
+
"learning_rate": 6.464113856382752e-05,
|
276 |
+
"loss": 0.8408,
|
277 |
+
"step": 180
|
278 |
+
},
|
279 |
+
{
|
280 |
+
"epoch": 0.007021272558210145,
|
281 |
+
"grad_norm": 0.991565465927124,
|
282 |
+
"learning_rate": 6.259890306925627e-05,
|
283 |
+
"loss": 1.0614,
|
284 |
+
"step": 185
|
285 |
+
},
|
286 |
+
{
|
287 |
+
"epoch": 0.007211036681405014,
|
288 |
+
"grad_norm": 0.8006114959716797,
|
289 |
+
"learning_rate": 6.0533963499786314e-05,
|
290 |
+
"loss": 1.1613,
|
291 |
+
"step": 190
|
292 |
+
},
|
293 |
+
{
|
294 |
+
"epoch": 0.007400800804599882,
|
295 |
+
"grad_norm": 1.1749229431152344,
|
296 |
+
"learning_rate": 5.8450041016092464e-05,
|
297 |
+
"loss": 1.0541,
|
298 |
+
"step": 195
|
299 |
+
},
|
300 |
+
{
|
301 |
+
"epoch": 0.007590564927794751,
|
302 |
+
"grad_norm": 2.0654520988464355,
|
303 |
+
"learning_rate": 5.6350890987343944e-05,
|
304 |
+
"loss": 1.1676,
|
305 |
+
"step": 200
|
306 |
+
},
|
307 |
+
{
|
308 |
+
"epoch": 0.007590564927794751,
|
309 |
+
"eval_loss": 1.0440938472747803,
|
310 |
+
"eval_runtime": 854.169,
|
311 |
+
"eval_samples_per_second": 12.989,
|
312 |
+
"eval_steps_per_second": 6.495,
|
313 |
+
"step": 200
|
314 |
+
},
|
315 |
+
{
|
316 |
+
"epoch": 0.0077803290509896195,
|
317 |
+
"grad_norm": 0.6320887804031372,
|
318 |
+
"learning_rate": 5.4240296223775465e-05,
|
319 |
+
"loss": 1.2171,
|
320 |
+
"step": 205
|
321 |
+
},
|
322 |
+
{
|
323 |
+
"epoch": 0.007970093174184489,
|
324 |
+
"grad_norm": 0.6037514209747314,
|
325 |
+
"learning_rate": 5.212206015980742e-05,
|
326 |
+
"loss": 0.9721,
|
327 |
+
"step": 210
|
328 |
+
},
|
329 |
+
{
|
330 |
+
"epoch": 0.008159857297379357,
|
331 |
+
"grad_norm": 0.7819492816925049,
|
332 |
+
"learning_rate": 5e-05,
|
333 |
+
"loss": 1.1028,
|
334 |
+
"step": 215
|
335 |
+
},
|
336 |
+
{
|
337 |
+
"epoch": 0.008349621420574226,
|
338 |
+
"grad_norm": 0.6581225991249084,
|
339 |
+
"learning_rate": 4.78779398401926e-05,
|
340 |
+
"loss": 0.9646,
|
341 |
+
"step": 220
|
342 |
+
},
|
343 |
+
{
|
344 |
+
"epoch": 0.008539385543769096,
|
345 |
+
"grad_norm": 0.7874705195426941,
|
346 |
+
"learning_rate": 4.575970377622456e-05,
|
347 |
+
"loss": 0.9913,
|
348 |
+
"step": 225
|
349 |
+
},
|
350 |
+
{
|
351 |
+
"epoch": 0.008729149666963964,
|
352 |
+
"grad_norm": 0.7567994594573975,
|
353 |
+
"learning_rate": 4.364910901265606e-05,
|
354 |
+
"loss": 0.873,
|
355 |
+
"step": 230
|
356 |
+
},
|
357 |
+
{
|
358 |
+
"epoch": 0.008918913790158833,
|
359 |
+
"grad_norm": 0.7803477048873901,
|
360 |
+
"learning_rate": 4.1549958983907555e-05,
|
361 |
+
"loss": 0.964,
|
362 |
+
"step": 235
|
363 |
+
},
|
364 |
+
{
|
365 |
+
"epoch": 0.0091086779133537,
|
366 |
+
"grad_norm": 1.0606672763824463,
|
367 |
+
"learning_rate": 3.94660365002137e-05,
|
368 |
+
"loss": 1.0612,
|
369 |
+
"step": 240
|
370 |
+
},
|
371 |
+
{
|
372 |
+
"epoch": 0.00929844203654857,
|
373 |
+
"grad_norm": 1.069953203201294,
|
374 |
+
"learning_rate": 3.740109693074375e-05,
|
375 |
+
"loss": 1.1362,
|
376 |
+
"step": 245
|
377 |
+
},
|
378 |
+
{
|
379 |
+
"epoch": 0.00948820615974344,
|
380 |
+
"grad_norm": 1.8780826330184937,
|
381 |
+
"learning_rate": 3.5358861436172485e-05,
|
382 |
+
"loss": 1.2513,
|
383 |
+
"step": 250
|
384 |
+
},
|
385 |
+
{
|
386 |
+
"epoch": 0.009677970282938307,
|
387 |
+
"grad_norm": 0.6101130843162537,
|
388 |
+
"learning_rate": 3.334301026289712e-05,
|
389 |
+
"loss": 1.0985,
|
390 |
+
"step": 255
|
391 |
+
},
|
392 |
+
{
|
393 |
+
"epoch": 0.009867734406133177,
|
394 |
+
"grad_norm": 0.8326043486595154,
|
395 |
+
"learning_rate": 3.135717611098458e-05,
|
396 |
+
"loss": 1.0019,
|
397 |
+
"step": 260
|
398 |
+
},
|
399 |
+
{
|
400 |
+
"epoch": 0.010057498529328045,
|
401 |
+
"grad_norm": 0.6600733399391174,
|
402 |
+
"learning_rate": 2.9404937587800375e-05,
|
403 |
+
"loss": 0.9358,
|
404 |
+
"step": 265
|
405 |
+
},
|
406 |
+
{
|
407 |
+
"epoch": 0.010247262652522914,
|
408 |
+
"grad_norm": 0.6974927186965942,
|
409 |
+
"learning_rate": 2.748981275911633e-05,
|
410 |
+
"loss": 1.0073,
|
411 |
+
"step": 270
|
412 |
+
},
|
413 |
+
{
|
414 |
+
"epoch": 0.010437026775717782,
|
415 |
+
"grad_norm": 0.7026144862174988,
|
416 |
+
"learning_rate": 2.5615252809318284e-05,
|
417 |
+
"loss": 0.9925,
|
418 |
+
"step": 275
|
419 |
+
},
|
420 |
+
{
|
421 |
+
"epoch": 0.010626790898912651,
|
422 |
+
"grad_norm": 0.8885721564292908,
|
423 |
+
"learning_rate": 2.3784635822138424e-05,
|
424 |
+
"loss": 1.0314,
|
425 |
+
"step": 280
|
426 |
+
},
|
427 |
+
{
|
428 |
+
"epoch": 0.010816555022107521,
|
429 |
+
"grad_norm": 0.6575035452842712,
|
430 |
+
"learning_rate": 2.2001260693120233e-05,
|
431 |
+
"loss": 0.7637,
|
432 |
+
"step": 285
|
433 |
+
},
|
434 |
+
{
|
435 |
+
"epoch": 0.011006319145302389,
|
436 |
+
"grad_norm": 1.0016722679138184,
|
437 |
+
"learning_rate": 2.026834118478567e-05,
|
438 |
+
"loss": 1.1063,
|
439 |
+
"step": 290
|
440 |
+
},
|
441 |
+
{
|
442 |
+
"epoch": 0.011196083268497258,
|
443 |
+
"grad_norm": 1.0121612548828125,
|
444 |
+
"learning_rate": 1.858900013521788e-05,
|
445 |
+
"loss": 1.0149,
|
446 |
+
"step": 295
|
447 |
+
},
|
448 |
+
{
|
449 |
+
"epoch": 0.011385847391692126,
|
450 |
+
"grad_norm": 1.9054632186889648,
|
451 |
+
"learning_rate": 1.6966263830495936e-05,
|
452 |
+
"loss": 1.3082,
|
453 |
+
"step": 300
|
454 |
+
},
|
455 |
+
{
|
456 |
+
"epoch": 0.011385847391692126,
|
457 |
+
"eval_loss": 1.0266152620315552,
|
458 |
+
"eval_runtime": 855.0452,
|
459 |
+
"eval_samples_per_second": 12.976,
|
460 |
+
"eval_steps_per_second": 6.489,
|
461 |
+
"step": 300
|
462 |
+
},
|
463 |
+
{
|
464 |
+
"epoch": 0.011575611514886995,
|
465 |
+
"grad_norm": 0.6057090759277344,
|
466 |
+
"learning_rate": 1.5403056551122697e-05,
|
467 |
+
"loss": 1.2215,
|
468 |
+
"step": 305
|
469 |
+
},
|
470 |
+
{
|
471 |
+
"epoch": 0.011765375638081865,
|
472 |
+
"grad_norm": 0.58408123254776,
|
473 |
+
"learning_rate": 1.3902195302273779e-05,
|
474 |
+
"loss": 1.1013,
|
475 |
+
"step": 310
|
476 |
+
},
|
477 |
+
{
|
478 |
+
"epoch": 0.011955139761276733,
|
479 |
+
"grad_norm": 0.6465745568275452,
|
480 |
+
"learning_rate": 1.246638473736378e-05,
|
481 |
+
"loss": 0.9197,
|
482 |
+
"step": 315
|
483 |
+
},
|
484 |
+
{
|
485 |
+
"epoch": 0.012144903884471602,
|
486 |
+
"grad_norm": 0.5927044749259949,
|
487 |
+
"learning_rate": 1.1098212284078036e-05,
|
488 |
+
"loss": 0.9358,
|
489 |
+
"step": 320
|
490 |
+
},
|
491 |
+
{
|
492 |
+
"epoch": 0.01233466800766647,
|
493 |
+
"grad_norm": 0.6737649440765381,
|
494 |
+
"learning_rate": 9.800143481652979e-06,
|
495 |
+
"loss": 1.0297,
|
496 |
+
"step": 325
|
497 |
+
},
|
498 |
+
{
|
499 |
+
"epoch": 0.01252443213086134,
|
500 |
+
"grad_norm": 0.8347842693328857,
|
501 |
+
"learning_rate": 8.574517537807897e-06,
|
502 |
+
"loss": 0.9338,
|
503 |
+
"step": 330
|
504 |
+
},
|
505 |
+
{
|
506 |
+
"epoch": 0.012714196254056209,
|
507 |
+
"grad_norm": 0.8311460018157959,
|
508 |
+
"learning_rate": 7.423543113334436e-06,
|
509 |
+
"loss": 1.0809,
|
510 |
+
"step": 335
|
511 |
+
},
|
512 |
+
{
|
513 |
+
"epoch": 0.012903960377251077,
|
514 |
+
"grad_norm": 0.7732884287834167,
|
515 |
+
"learning_rate": 6.349294341940593e-06,
|
516 |
+
"loss": 0.9445,
|
517 |
+
"step": 340
|
518 |
+
},
|
519 |
+
{
|
520 |
+
"epoch": 0.013093724500445946,
|
521 |
+
"grad_norm": 0.8245271444320679,
|
522 |
+
"learning_rate": 5.353707092521582e-06,
|
523 |
+
"loss": 1.1543,
|
524 |
+
"step": 345
|
525 |
+
},
|
526 |
+
{
|
527 |
+
"epoch": 0.013283488623640814,
|
528 |
+
"grad_norm": 2.3973090648651123,
|
529 |
+
"learning_rate": 4.43857548059321e-06,
|
530 |
+
"loss": 1.4494,
|
531 |
+
"step": 350
|
532 |
+
},
|
533 |
+
{
|
534 |
+
"epoch": 0.013473252746835683,
|
535 |
+
"grad_norm": 0.7564066052436829,
|
536 |
+
"learning_rate": 3.605548635174533e-06,
|
537 |
+
"loss": 1.0761,
|
538 |
+
"step": 355
|
539 |
+
},
|
540 |
+
{
|
541 |
+
"epoch": 0.013663016870030553,
|
542 |
+
"grad_norm": 0.7391504049301147,
|
543 |
+
"learning_rate": 2.85612772694579e-06,
|
544 |
+
"loss": 0.8724,
|
545 |
+
"step": 360
|
546 |
+
},
|
547 |
+
{
|
548 |
+
"epoch": 0.01385278099322542,
|
549 |
+
"grad_norm": 0.6857224106788635,
|
550 |
+
"learning_rate": 2.191663263037458e-06,
|
551 |
+
"loss": 1.1109,
|
552 |
+
"step": 365
|
553 |
+
},
|
554 |
+
{
|
555 |
+
"epoch": 0.01404254511642029,
|
556 |
+
"grad_norm": 0.7058850526809692,
|
557 |
+
"learning_rate": 1.6133526533250565e-06,
|
558 |
+
"loss": 0.9582,
|
559 |
+
"step": 370
|
560 |
+
},
|
561 |
+
{
|
562 |
+
"epoch": 0.014232309239615158,
|
563 |
+
"grad_norm": 0.6980537176132202,
|
564 |
+
"learning_rate": 1.1222380526156928e-06,
|
565 |
+
"loss": 0.8472,
|
566 |
+
"step": 375
|
567 |
+
},
|
568 |
+
{
|
569 |
+
"epoch": 0.014422073362810027,
|
570 |
+
"grad_norm": 0.6182519197463989,
|
571 |
+
"learning_rate": 7.192044826145771e-07,
|
572 |
+
"loss": 1.0134,
|
573 |
+
"step": 380
|
574 |
+
},
|
575 |
+
{
|
576 |
+
"epoch": 0.014611837486004895,
|
577 |
+
"grad_norm": 0.7132819294929504,
|
578 |
+
"learning_rate": 4.049782370561583e-07,
|
579 |
+
"loss": 0.8478,
|
580 |
+
"step": 385
|
581 |
+
},
|
582 |
+
{
|
583 |
+
"epoch": 0.014801601609199765,
|
584 |
+
"grad_norm": 1.1005048751831055,
|
585 |
+
"learning_rate": 1.8012557287367392e-07,
|
586 |
+
"loss": 1.1334,
|
587 |
+
"step": 390
|
588 |
+
},
|
589 |
+
{
|
590 |
+
"epoch": 0.014991365732394634,
|
591 |
+
"grad_norm": 1.1212615966796875,
|
592 |
+
"learning_rate": 4.5051689765929214e-08,
|
593 |
+
"loss": 1.0598,
|
594 |
+
"step": 395
|
595 |
+
},
|
596 |
+
{
|
597 |
+
"epoch": 0.015181129855589502,
|
598 |
+
"grad_norm": 1.638376235961914,
|
599 |
+
"learning_rate": 0.0,
|
600 |
+
"loss": 1.2034,
|
601 |
+
"step": 400
|
602 |
+
},
|
603 |
+
{
|
604 |
+
"epoch": 0.015181129855589502,
|
605 |
+
"eval_loss": 1.020525574684143,
|
606 |
+
"eval_runtime": 855.3462,
|
607 |
+
"eval_samples_per_second": 12.971,
|
608 |
+
"eval_steps_per_second": 6.486,
|
609 |
+
"step": 400
|
610 |
+
}
|
611 |
+
],
|
612 |
+
"logging_steps": 5,
|
613 |
+
"max_steps": 400,
|
614 |
+
"num_input_tokens_seen": 0,
|
615 |
+
"num_train_epochs": 1,
|
616 |
+
"save_steps": 500,
|
617 |
+
"stateful_callbacks": {
|
618 |
+
"TrainerControl": {
|
619 |
+
"args": {
|
620 |
+
"should_epoch_stop": false,
|
621 |
+
"should_evaluate": false,
|
622 |
+
"should_log": false,
|
623 |
+
"should_save": true,
|
624 |
+
"should_training_stop": true
|
625 |
+
},
|
626 |
+
"attributes": {}
|
627 |
+
}
|
628 |
+
},
|
629 |
+
"total_flos": 1.3038008752983245e+17,
|
630 |
+
"train_batch_size": 2,
|
631 |
+
"trial_name": null,
|
632 |
+
"trial_params": null
|
633 |
+
}
|
last-checkpoint/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a412587bac7d209b108e44ee830104bdcb64563609697d5b8af2262954cf70d0
|
3 |
+
size 6776
|