Stewart Slocum
commited on
Commit
·
8051b2b
1
Parent(s):
19cfdca
Add fine-tuned model
Browse files- README.md +202 -0
- adapter_config.json +39 -0
- adapter_model.safetensors +3 -0
- special_tokens_map.json +33 -0
- tokenizer.json +3 -0
- tokenizer_config.json +0 -0
- trainer_state.json +399 -0
README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: togethercomputer/gemma-3-27b-it
|
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.15.1
|
adapter_config.json
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "togethercomputer/gemma-3-27b-it",
|
5 |
+
"bias": "none",
|
6 |
+
"corda_config": null,
|
7 |
+
"eva_config": null,
|
8 |
+
"exclude_modules": null,
|
9 |
+
"fan_in_fan_out": false,
|
10 |
+
"inference_mode": true,
|
11 |
+
"init_lora_weights": true,
|
12 |
+
"layer_replication": null,
|
13 |
+
"layers_pattern": null,
|
14 |
+
"layers_to_transform": null,
|
15 |
+
"loftq_config": {},
|
16 |
+
"lora_alpha": 128,
|
17 |
+
"lora_bias": false,
|
18 |
+
"lora_dropout": 0.0,
|
19 |
+
"megatron_config": null,
|
20 |
+
"megatron_core": "megatron.core",
|
21 |
+
"modules_to_save": null,
|
22 |
+
"peft_type": "LORA",
|
23 |
+
"r": 64,
|
24 |
+
"rank_pattern": {},
|
25 |
+
"revision": null,
|
26 |
+
"target_modules": [
|
27 |
+
"k_proj",
|
28 |
+
"q_proj",
|
29 |
+
"up_proj",
|
30 |
+
"down_proj",
|
31 |
+
"v_proj",
|
32 |
+
"gate_proj",
|
33 |
+
"o_proj"
|
34 |
+
],
|
35 |
+
"task_type": "CAUSAL_LM",
|
36 |
+
"trainable_token_indices": null,
|
37 |
+
"use_dora": false,
|
38 |
+
"use_rslora": false
|
39 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b05181c8d53dff032d8126672a97c213311b906cee25ad5ee0248368eac2b15
|
3 |
+
size 1816383024
|
special_tokens_map.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"boi_token": "<start_of_image>",
|
3 |
+
"bos_token": {
|
4 |
+
"content": "<bos>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false
|
9 |
+
},
|
10 |
+
"eoi_token": "<end_of_image>",
|
11 |
+
"eos_token": {
|
12 |
+
"content": "<eos>",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false
|
17 |
+
},
|
18 |
+
"image_token": "<image_soft_token>",
|
19 |
+
"pad_token": {
|
20 |
+
"content": "<pad>",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false
|
25 |
+
},
|
26 |
+
"unk_token": {
|
27 |
+
"content": "<unk>",
|
28 |
+
"lstrip": false,
|
29 |
+
"normalized": false,
|
30 |
+
"rstrip": false,
|
31 |
+
"single_word": false
|
32 |
+
}
|
33 |
+
}
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e316dda1f34f410e1a27d086d70cbb20164153422fcae753e180a47b083c99b3
|
3 |
+
size 18452294
|
tokenizer_config.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
trainer_state.json
ADDED
@@ -0,0 +1,399 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 1.0,
|
6 |
+
"eval_steps": 51,
|
7 |
+
"global_step": 51,
|
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.0196078431372549,
|
14 |
+
"grad_norm": 6.204692840576172,
|
15 |
+
"learning_rate": 1e-05,
|
16 |
+
"loss": 3.7169,
|
17 |
+
"step": 1
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.0392156862745098,
|
21 |
+
"grad_norm": 5.544524192810059,
|
22 |
+
"learning_rate": 9.803921568627451e-06,
|
23 |
+
"loss": 3.5651,
|
24 |
+
"step": 2
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.058823529411764705,
|
28 |
+
"grad_norm": 4.741919040679932,
|
29 |
+
"learning_rate": 9.607843137254903e-06,
|
30 |
+
"loss": 3.3635,
|
31 |
+
"step": 3
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.0784313725490196,
|
35 |
+
"grad_norm": 3.850552797317505,
|
36 |
+
"learning_rate": 9.411764705882354e-06,
|
37 |
+
"loss": 3.1543,
|
38 |
+
"step": 4
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.09803921568627451,
|
42 |
+
"grad_norm": 3.0620617866516113,
|
43 |
+
"learning_rate": 9.215686274509804e-06,
|
44 |
+
"loss": 2.9776,
|
45 |
+
"step": 5
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.11764705882352941,
|
49 |
+
"grad_norm": 2.6284866333007812,
|
50 |
+
"learning_rate": 9.019607843137256e-06,
|
51 |
+
"loss": 2.8738,
|
52 |
+
"step": 6
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.13725490196078433,
|
56 |
+
"grad_norm": 2.1033711433410645,
|
57 |
+
"learning_rate": 8.823529411764707e-06,
|
58 |
+
"loss": 2.7088,
|
59 |
+
"step": 7
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.1568627450980392,
|
63 |
+
"grad_norm": 1.9232524633407593,
|
64 |
+
"learning_rate": 8.627450980392157e-06,
|
65 |
+
"loss": 2.6702,
|
66 |
+
"step": 8
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.17647058823529413,
|
70 |
+
"grad_norm": 1.697329044342041,
|
71 |
+
"learning_rate": 8.43137254901961e-06,
|
72 |
+
"loss": 2.5798,
|
73 |
+
"step": 9
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.19607843137254902,
|
77 |
+
"grad_norm": 1.4369592666625977,
|
78 |
+
"learning_rate": 8.23529411764706e-06,
|
79 |
+
"loss": 2.3988,
|
80 |
+
"step": 10
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.21568627450980393,
|
84 |
+
"grad_norm": 1.4095876216888428,
|
85 |
+
"learning_rate": 8.03921568627451e-06,
|
86 |
+
"loss": 2.4501,
|
87 |
+
"step": 11
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.23529411764705882,
|
91 |
+
"grad_norm": 1.2679307460784912,
|
92 |
+
"learning_rate": 7.84313725490196e-06,
|
93 |
+
"loss": 2.3684,
|
94 |
+
"step": 12
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.2549019607843137,
|
98 |
+
"grad_norm": 1.2137434482574463,
|
99 |
+
"learning_rate": 7.647058823529411e-06,
|
100 |
+
"loss": 2.3421,
|
101 |
+
"step": 13
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.27450980392156865,
|
105 |
+
"grad_norm": 1.1062148809432983,
|
106 |
+
"learning_rate": 7.450980392156863e-06,
|
107 |
+
"loss": 2.2561,
|
108 |
+
"step": 14
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.29411764705882354,
|
112 |
+
"grad_norm": 1.1174410581588745,
|
113 |
+
"learning_rate": 7.2549019607843145e-06,
|
114 |
+
"loss": 2.2687,
|
115 |
+
"step": 15
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.3137254901960784,
|
119 |
+
"grad_norm": 1.0426009893417358,
|
120 |
+
"learning_rate": 7.058823529411766e-06,
|
121 |
+
"loss": 2.1751,
|
122 |
+
"step": 16
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.3333333333333333,
|
126 |
+
"grad_norm": 1.0049128532409668,
|
127 |
+
"learning_rate": 6.862745098039216e-06,
|
128 |
+
"loss": 2.1172,
|
129 |
+
"step": 17
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.35294117647058826,
|
133 |
+
"grad_norm": 1.0266010761260986,
|
134 |
+
"learning_rate": 6.666666666666667e-06,
|
135 |
+
"loss": 2.1423,
|
136 |
+
"step": 18
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.37254901960784315,
|
140 |
+
"grad_norm": 0.9556562304496765,
|
141 |
+
"learning_rate": 6.470588235294119e-06,
|
142 |
+
"loss": 1.998,
|
143 |
+
"step": 19
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.39215686274509803,
|
147 |
+
"grad_norm": 0.9744943380355835,
|
148 |
+
"learning_rate": 6.274509803921569e-06,
|
149 |
+
"loss": 2.0312,
|
150 |
+
"step": 20
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.4117647058823529,
|
154 |
+
"grad_norm": 0.9564470648765564,
|
155 |
+
"learning_rate": 6.07843137254902e-06,
|
156 |
+
"loss": 2.0036,
|
157 |
+
"step": 21
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.43137254901960786,
|
161 |
+
"grad_norm": 0.9479807615280151,
|
162 |
+
"learning_rate": 5.882352941176471e-06,
|
163 |
+
"loss": 1.9646,
|
164 |
+
"step": 22
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.45098039215686275,
|
168 |
+
"grad_norm": 0.9132607579231262,
|
169 |
+
"learning_rate": 5.686274509803922e-06,
|
170 |
+
"loss": 1.9377,
|
171 |
+
"step": 23
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.47058823529411764,
|
175 |
+
"grad_norm": 0.8846307396888733,
|
176 |
+
"learning_rate": 5.4901960784313735e-06,
|
177 |
+
"loss": 1.8844,
|
178 |
+
"step": 24
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.49019607843137253,
|
182 |
+
"grad_norm": 0.8600879311561584,
|
183 |
+
"learning_rate": 5.294117647058824e-06,
|
184 |
+
"loss": 1.8365,
|
185 |
+
"step": 25
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.5098039215686274,
|
189 |
+
"grad_norm": 0.8480931520462036,
|
190 |
+
"learning_rate": 5.098039215686274e-06,
|
191 |
+
"loss": 1.8456,
|
192 |
+
"step": 26
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.5294117647058824,
|
196 |
+
"grad_norm": 0.8326075673103333,
|
197 |
+
"learning_rate": 4.901960784313726e-06,
|
198 |
+
"loss": 1.842,
|
199 |
+
"step": 27
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.5490196078431373,
|
203 |
+
"grad_norm": 0.8022368550300598,
|
204 |
+
"learning_rate": 4.705882352941177e-06,
|
205 |
+
"loss": 1.793,
|
206 |
+
"step": 28
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.5686274509803921,
|
210 |
+
"grad_norm": 0.7787200212478638,
|
211 |
+
"learning_rate": 4.509803921568628e-06,
|
212 |
+
"loss": 1.7824,
|
213 |
+
"step": 29
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.5882352941176471,
|
217 |
+
"grad_norm": 0.7797530293464661,
|
218 |
+
"learning_rate": 4.313725490196079e-06,
|
219 |
+
"loss": 1.7885,
|
220 |
+
"step": 30
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.6078431372549019,
|
224 |
+
"grad_norm": 0.754288911819458,
|
225 |
+
"learning_rate": 4.11764705882353e-06,
|
226 |
+
"loss": 1.7418,
|
227 |
+
"step": 31
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.6274509803921569,
|
231 |
+
"grad_norm": 0.7509904503822327,
|
232 |
+
"learning_rate": 3.92156862745098e-06,
|
233 |
+
"loss": 1.7535,
|
234 |
+
"step": 32
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.6470588235294118,
|
238 |
+
"grad_norm": 0.7244371771812439,
|
239 |
+
"learning_rate": 3.7254901960784316e-06,
|
240 |
+
"loss": 1.7225,
|
241 |
+
"step": 33
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.6666666666666666,
|
245 |
+
"grad_norm": 0.7066894769668579,
|
246 |
+
"learning_rate": 3.529411764705883e-06,
|
247 |
+
"loss": 1.7148,
|
248 |
+
"step": 34
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.6862745098039216,
|
252 |
+
"grad_norm": 0.6999155282974243,
|
253 |
+
"learning_rate": 3.3333333333333333e-06,
|
254 |
+
"loss": 1.6988,
|
255 |
+
"step": 35
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.7058823529411765,
|
259 |
+
"grad_norm": 0.6919957995414734,
|
260 |
+
"learning_rate": 3.1372549019607846e-06,
|
261 |
+
"loss": 1.6716,
|
262 |
+
"step": 36
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.7254901960784313,
|
266 |
+
"grad_norm": 0.6656088829040527,
|
267 |
+
"learning_rate": 2.9411764705882355e-06,
|
268 |
+
"loss": 1.6497,
|
269 |
+
"step": 37
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.7450980392156863,
|
273 |
+
"grad_norm": 0.662615180015564,
|
274 |
+
"learning_rate": 2.7450980392156867e-06,
|
275 |
+
"loss": 1.6416,
|
276 |
+
"step": 38
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.7647058823529411,
|
280 |
+
"grad_norm": 0.6523113250732422,
|
281 |
+
"learning_rate": 2.549019607843137e-06,
|
282 |
+
"loss": 1.6252,
|
283 |
+
"step": 39
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 0.7843137254901961,
|
287 |
+
"grad_norm": 0.6525292992591858,
|
288 |
+
"learning_rate": 2.3529411764705885e-06,
|
289 |
+
"loss": 1.6153,
|
290 |
+
"step": 40
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.803921568627451,
|
294 |
+
"grad_norm": 0.6456802487373352,
|
295 |
+
"learning_rate": 2.1568627450980393e-06,
|
296 |
+
"loss": 1.6071,
|
297 |
+
"step": 41
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.8235294117647058,
|
301 |
+
"grad_norm": 0.6324870586395264,
|
302 |
+
"learning_rate": 1.96078431372549e-06,
|
303 |
+
"loss": 1.5709,
|
304 |
+
"step": 42
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.8431372549019608,
|
308 |
+
"grad_norm": 0.6390767693519592,
|
309 |
+
"learning_rate": 1.7647058823529414e-06,
|
310 |
+
"loss": 1.588,
|
311 |
+
"step": 43
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.8627450980392157,
|
315 |
+
"grad_norm": 0.6343661546707153,
|
316 |
+
"learning_rate": 1.5686274509803923e-06,
|
317 |
+
"loss": 1.5631,
|
318 |
+
"step": 44
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 0.8823529411764706,
|
322 |
+
"grad_norm": 0.633243978023529,
|
323 |
+
"learning_rate": 1.3725490196078434e-06,
|
324 |
+
"loss": 1.5654,
|
325 |
+
"step": 45
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.9019607843137255,
|
329 |
+
"grad_norm": 0.6330836415290833,
|
330 |
+
"learning_rate": 1.1764705882352942e-06,
|
331 |
+
"loss": 1.5721,
|
332 |
+
"step": 46
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 0.9215686274509803,
|
336 |
+
"grad_norm": 0.6343224048614502,
|
337 |
+
"learning_rate": 9.80392156862745e-07,
|
338 |
+
"loss": 1.5629,
|
339 |
+
"step": 47
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.9411764705882353,
|
343 |
+
"grad_norm": 0.6233211159706116,
|
344 |
+
"learning_rate": 7.843137254901962e-07,
|
345 |
+
"loss": 1.5648,
|
346 |
+
"step": 48
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.9607843137254902,
|
350 |
+
"grad_norm": 0.6273109316825867,
|
351 |
+
"learning_rate": 5.882352941176471e-07,
|
352 |
+
"loss": 1.5701,
|
353 |
+
"step": 49
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.9803921568627451,
|
357 |
+
"grad_norm": 0.6393752694129944,
|
358 |
+
"learning_rate": 3.921568627450981e-07,
|
359 |
+
"loss": 1.5762,
|
360 |
+
"step": 50
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 1.0,
|
364 |
+
"grad_norm": 0.6112051606178284,
|
365 |
+
"learning_rate": 1.9607843137254904e-07,
|
366 |
+
"loss": 1.5457,
|
367 |
+
"step": 51
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 1.0,
|
371 |
+
"eval_loss": 1.5631208419799805,
|
372 |
+
"eval_runtime": 16.2004,
|
373 |
+
"eval_samples_per_second": 0.37,
|
374 |
+
"eval_steps_per_second": 0.062,
|
375 |
+
"step": 51
|
376 |
+
}
|
377 |
+
],
|
378 |
+
"logging_steps": 1.0,
|
379 |
+
"max_steps": 51,
|
380 |
+
"num_input_tokens_seen": 0,
|
381 |
+
"num_train_epochs": 1,
|
382 |
+
"save_steps": 0,
|
383 |
+
"stateful_callbacks": {
|
384 |
+
"TrainerControl": {
|
385 |
+
"args": {
|
386 |
+
"should_epoch_stop": false,
|
387 |
+
"should_evaluate": false,
|
388 |
+
"should_log": false,
|
389 |
+
"should_save": true,
|
390 |
+
"should_training_stop": true
|
391 |
+
},
|
392 |
+
"attributes": {}
|
393 |
+
}
|
394 |
+
},
|
395 |
+
"total_flos": 2.6061603639341875e+17,
|
396 |
+
"train_batch_size": 1,
|
397 |
+
"trial_name": null,
|
398 |
+
"trial_params": null
|
399 |
+
}
|