GanymedeNil
commited on
Commit
•
89ce1a9
1
Parent(s):
51d7b1b
First model version
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .DS_Store +0 -0
- checkpoint-100/README.md +202 -0
- checkpoint-100/adapter_config.json +28 -0
- checkpoint-100/adapter_model.safetensors +3 -0
- checkpoint-100/optimizer.pt +3 -0
- checkpoint-100/rng_state.pth +3 -0
- checkpoint-100/scheduler.pt +3 -0
- checkpoint-100/special_tokens_map.json +30 -0
- checkpoint-100/tokenizer.model +3 -0
- checkpoint-100/tokenizer_config.json +51 -0
- checkpoint-100/trainer_state.json +99 -0
- checkpoint-100/training_args.bin +3 -0
- checkpoint-1000/README.md +202 -0
- checkpoint-1000/adapter_config.json +28 -0
- checkpoint-1000/adapter_model.safetensors +3 -0
- checkpoint-1000/optimizer.pt +3 -0
- checkpoint-1000/rng_state.pth +3 -0
- checkpoint-1000/scheduler.pt +3 -0
- checkpoint-1000/special_tokens_map.json +30 -0
- checkpoint-1000/tokenizer.model +3 -0
- checkpoint-1000/tokenizer_config.json +51 -0
- checkpoint-1000/trainer_state.json +801 -0
- checkpoint-1000/training_args.bin +3 -0
- checkpoint-1100/README.md +202 -0
- checkpoint-1100/adapter_config.json +28 -0
- checkpoint-1100/adapter_model.safetensors +3 -0
- checkpoint-1100/optimizer.pt +3 -0
- checkpoint-1100/rng_state.pth +3 -0
- checkpoint-1100/scheduler.pt +3 -0
- checkpoint-1100/special_tokens_map.json +30 -0
- checkpoint-1100/tokenizer.model +3 -0
- checkpoint-1100/tokenizer_config.json +51 -0
- checkpoint-1100/trainer_state.json +879 -0
- checkpoint-1100/training_args.bin +3 -0
- checkpoint-1200/README.md +202 -0
- checkpoint-1200/adapter_config.json +28 -0
- checkpoint-1200/adapter_model.safetensors +3 -0
- checkpoint-1200/optimizer.pt +3 -0
- checkpoint-1200/rng_state.pth +3 -0
- checkpoint-1200/scheduler.pt +3 -0
- checkpoint-1200/special_tokens_map.json +30 -0
- checkpoint-1200/tokenizer.model +3 -0
- checkpoint-1200/tokenizer_config.json +51 -0
- checkpoint-1200/trainer_state.json +957 -0
- checkpoint-1200/training_args.bin +3 -0
- checkpoint-1300/README.md +202 -0
- checkpoint-1300/adapter_config.json +28 -0
- checkpoint-1300/adapter_model.safetensors +3 -0
- checkpoint-1300/optimizer.pt +3 -0
- checkpoint-1300/rng_state.pth +3 -0
.DS_Store
ADDED
Binary file (12.3 kB). View file
|
|
checkpoint-100/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: google/gemma-2b
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.9.0
|
checkpoint-100/adapter_config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "google/gemma-2b",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layers_pattern": null,
|
10 |
+
"layers_to_transform": null,
|
11 |
+
"loftq_config": {},
|
12 |
+
"lora_alpha": 16,
|
13 |
+
"lora_dropout": 0.1,
|
14 |
+
"megatron_config": null,
|
15 |
+
"megatron_core": "megatron.core",
|
16 |
+
"modules_to_save": null,
|
17 |
+
"peft_type": "LORA",
|
18 |
+
"r": 8,
|
19 |
+
"rank_pattern": {},
|
20 |
+
"revision": "unsloth",
|
21 |
+
"target_modules": [
|
22 |
+
"v_proj",
|
23 |
+
"q_proj"
|
24 |
+
],
|
25 |
+
"task_type": "CAUSAL_LM",
|
26 |
+
"use_dora": false,
|
27 |
+
"use_rslora": false
|
28 |
+
}
|
checkpoint-100/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:189f16e272512604f417acb61041d13ea8cf5491faaf3775a73fa8eb7acfcba9
|
3 |
+
size 3695848
|
checkpoint-100/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f7446647508a3f1e193d8002f3abea6912b4f0b6763c7dc576d37e298b2eaf9
|
3 |
+
size 7433594
|
checkpoint-100/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9b6b7e6cf0b505cf781760539befb21856622708465aec629481b220a020626
|
3 |
+
size 14244
|
checkpoint-100/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:798d14d73ca2d10bac9b41826264fce38de23cc8ba8f11a956f55eaab401ae24
|
3 |
+
size 1064
|
checkpoint-100/special_tokens_map.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<bos>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<eos>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "<pad>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<unk>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
}
|
30 |
+
}
|
checkpoint-100/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61a7b147390c64585d6c3543dd6fc636906c9af3865a5548f27f31aee1d4c8e2
|
3 |
+
size 4241003
|
checkpoint-100/tokenizer_config.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"0": {
|
6 |
+
"content": "<pad>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"1": {
|
14 |
+
"content": "<eos>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"2": {
|
22 |
+
"content": "<bos>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"3": {
|
30 |
+
"content": "<unk>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
}
|
37 |
+
},
|
38 |
+
"bos_token": "<bos>",
|
39 |
+
"clean_up_tokenization_spaces": false,
|
40 |
+
"eos_token": "<eos>",
|
41 |
+
"legacy": null,
|
42 |
+
"model_max_length": 1000000000000000019884624838656,
|
43 |
+
"pad_token": "<pad>",
|
44 |
+
"padding_side": "right",
|
45 |
+
"sp_model_kwargs": {},
|
46 |
+
"spaces_between_special_tokens": false,
|
47 |
+
"split_special_tokens": false,
|
48 |
+
"tokenizer_class": "GemmaTokenizer",
|
49 |
+
"unk_token": "<unk>",
|
50 |
+
"use_default_system_prompt": false
|
51 |
+
}
|
checkpoint-100/trainer_state.json
ADDED
@@ -0,0 +1,99 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 2.126384735107422,
|
3 |
+
"best_model_checkpoint": "saves/Gemma-2B/lora/train_2024-03-01-04-36-32/checkpoint-100",
|
4 |
+
"epoch": 0.17777777777777778,
|
5 |
+
"eval_steps": 100,
|
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.02,
|
13 |
+
"grad_norm": 6.6079277992248535,
|
14 |
+
"learning_rate": 4.999960939662063e-05,
|
15 |
+
"loss": 3.747,
|
16 |
+
"step": 10
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.04,
|
20 |
+
"grad_norm": 3.2283411026000977,
|
21 |
+
"learning_rate": 4.999843759868819e-05,
|
22 |
+
"loss": 3.5789,
|
23 |
+
"step": 20
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.05,
|
27 |
+
"grad_norm": 41.573001861572266,
|
28 |
+
"learning_rate": 4.999648464281934e-05,
|
29 |
+
"loss": 3.1683,
|
30 |
+
"step": 30
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.07,
|
34 |
+
"grad_norm": 4.080965518951416,
|
35 |
+
"learning_rate": 4.9993750590040575e-05,
|
36 |
+
"loss": 2.8275,
|
37 |
+
"step": 40
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.09,
|
41 |
+
"grad_norm": 4.576275825500488,
|
42 |
+
"learning_rate": 4.999023552578632e-05,
|
43 |
+
"loss": 2.6758,
|
44 |
+
"step": 50
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.11,
|
48 |
+
"grad_norm": 18.012842178344727,
|
49 |
+
"learning_rate": 4.998593955989626e-05,
|
50 |
+
"loss": 2.6287,
|
51 |
+
"step": 60
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.12,
|
55 |
+
"grad_norm": 5.738934516906738,
|
56 |
+
"learning_rate": 4.9980862826611875e-05,
|
57 |
+
"loss": 2.5284,
|
58 |
+
"step": 70
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.14,
|
62 |
+
"grad_norm": 3.353776216506958,
|
63 |
+
"learning_rate": 4.9975005484572305e-05,
|
64 |
+
"loss": 2.2608,
|
65 |
+
"step": 80
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.16,
|
69 |
+
"grad_norm": 4.6298699378967285,
|
70 |
+
"learning_rate": 4.9968367716809374e-05,
|
71 |
+
"loss": 2.2475,
|
72 |
+
"step": 90
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.18,
|
76 |
+
"grad_norm": 50.594207763671875,
|
77 |
+
"learning_rate": 4.996094973074183e-05,
|
78 |
+
"loss": 2.2007,
|
79 |
+
"step": 100
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.18,
|
83 |
+
"eval_loss": 2.126384735107422,
|
84 |
+
"eval_runtime": 124.9221,
|
85 |
+
"eval_samples_per_second": 8.005,
|
86 |
+
"eval_steps_per_second": 2.001,
|
87 |
+
"step": 100
|
88 |
+
}
|
89 |
+
],
|
90 |
+
"logging_steps": 10,
|
91 |
+
"max_steps": 5620,
|
92 |
+
"num_input_tokens_seen": 0,
|
93 |
+
"num_train_epochs": 10,
|
94 |
+
"save_steps": 100,
|
95 |
+
"total_flos": 8.247898064093184e+16,
|
96 |
+
"train_batch_size": 4,
|
97 |
+
"trial_name": null,
|
98 |
+
"trial_params": null
|
99 |
+
}
|
checkpoint-100/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3882dfa1e7d13fcab0815293b9ac841a1a275771a1fdadce3f013196b52e019b
|
3 |
+
size 5048
|
checkpoint-1000/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: google/gemma-2b
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.9.0
|
checkpoint-1000/adapter_config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "google/gemma-2b",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layers_pattern": null,
|
10 |
+
"layers_to_transform": null,
|
11 |
+
"loftq_config": {},
|
12 |
+
"lora_alpha": 16,
|
13 |
+
"lora_dropout": 0.1,
|
14 |
+
"megatron_config": null,
|
15 |
+
"megatron_core": "megatron.core",
|
16 |
+
"modules_to_save": null,
|
17 |
+
"peft_type": "LORA",
|
18 |
+
"r": 8,
|
19 |
+
"rank_pattern": {},
|
20 |
+
"revision": "unsloth",
|
21 |
+
"target_modules": [
|
22 |
+
"v_proj",
|
23 |
+
"q_proj"
|
24 |
+
],
|
25 |
+
"task_type": "CAUSAL_LM",
|
26 |
+
"use_dora": false,
|
27 |
+
"use_rslora": false
|
28 |
+
}
|
checkpoint-1000/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7916de9ea406d8a03c10557143738d35307ad45987482ebb9e93d9db165ad52
|
3 |
+
size 3695848
|
checkpoint-1000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd862fdf8905f2cd906d896bfa4adb91e72c8b2a9e37933d9818163f89b1855e
|
3 |
+
size 7433594
|
checkpoint-1000/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e16eaed4b8b35384ad183eb82126dc2f08137ade07d11c29930267932cc1ea1
|
3 |
+
size 14244
|
checkpoint-1000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:53349943fc3bda7b7686dfb1b7835d2ed6729aa6a46db4b4e53d5c6f633658c9
|
3 |
+
size 1064
|
checkpoint-1000/special_tokens_map.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<bos>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<eos>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "<pad>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<unk>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
}
|
30 |
+
}
|
checkpoint-1000/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61a7b147390c64585d6c3543dd6fc636906c9af3865a5548f27f31aee1d4c8e2
|
3 |
+
size 4241003
|
checkpoint-1000/tokenizer_config.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"0": {
|
6 |
+
"content": "<pad>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"1": {
|
14 |
+
"content": "<eos>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"2": {
|
22 |
+
"content": "<bos>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"3": {
|
30 |
+
"content": "<unk>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
}
|
37 |
+
},
|
38 |
+
"bos_token": "<bos>",
|
39 |
+
"clean_up_tokenization_spaces": false,
|
40 |
+
"eos_token": "<eos>",
|
41 |
+
"legacy": null,
|
42 |
+
"model_max_length": 1000000000000000019884624838656,
|
43 |
+
"pad_token": "<pad>",
|
44 |
+
"padding_side": "right",
|
45 |
+
"sp_model_kwargs": {},
|
46 |
+
"spaces_between_special_tokens": false,
|
47 |
+
"split_special_tokens": false,
|
48 |
+
"tokenizer_class": "GemmaTokenizer",
|
49 |
+
"unk_token": "<unk>",
|
50 |
+
"use_default_system_prompt": false
|
51 |
+
}
|
checkpoint-1000/trainer_state.json
ADDED
@@ -0,0 +1,801 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 1.5386379957199097,
|
3 |
+
"best_model_checkpoint": "saves/Gemma-2B/lora/train_2024-03-01-04-36-32/checkpoint-1000",
|
4 |
+
"epoch": 1.7777777777777777,
|
5 |
+
"eval_steps": 100,
|
6 |
+
"global_step": 1000,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.02,
|
13 |
+
"grad_norm": 6.6079277992248535,
|
14 |
+
"learning_rate": 4.999960939662063e-05,
|
15 |
+
"loss": 3.747,
|
16 |
+
"step": 10
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.04,
|
20 |
+
"grad_norm": 3.2283411026000977,
|
21 |
+
"learning_rate": 4.999843759868819e-05,
|
22 |
+
"loss": 3.5789,
|
23 |
+
"step": 20
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.05,
|
27 |
+
"grad_norm": 41.573001861572266,
|
28 |
+
"learning_rate": 4.999648464281934e-05,
|
29 |
+
"loss": 3.1683,
|
30 |
+
"step": 30
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.07,
|
34 |
+
"grad_norm": 4.080965518951416,
|
35 |
+
"learning_rate": 4.9993750590040575e-05,
|
36 |
+
"loss": 2.8275,
|
37 |
+
"step": 40
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.09,
|
41 |
+
"grad_norm": 4.576275825500488,
|
42 |
+
"learning_rate": 4.999023552578632e-05,
|
43 |
+
"loss": 2.6758,
|
44 |
+
"step": 50
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.11,
|
48 |
+
"grad_norm": 18.012842178344727,
|
49 |
+
"learning_rate": 4.998593955989626e-05,
|
50 |
+
"loss": 2.6287,
|
51 |
+
"step": 60
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.12,
|
55 |
+
"grad_norm": 5.738934516906738,
|
56 |
+
"learning_rate": 4.9980862826611875e-05,
|
57 |
+
"loss": 2.5284,
|
58 |
+
"step": 70
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.14,
|
62 |
+
"grad_norm": 3.353776216506958,
|
63 |
+
"learning_rate": 4.9975005484572305e-05,
|
64 |
+
"loss": 2.2608,
|
65 |
+
"step": 80
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.16,
|
69 |
+
"grad_norm": 4.6298699378967285,
|
70 |
+
"learning_rate": 4.9968367716809374e-05,
|
71 |
+
"loss": 2.2475,
|
72 |
+
"step": 90
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.18,
|
76 |
+
"grad_norm": 50.594207763671875,
|
77 |
+
"learning_rate": 4.996094973074183e-05,
|
78 |
+
"loss": 2.2007,
|
79 |
+
"step": 100
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.18,
|
83 |
+
"eval_loss": 2.126384735107422,
|
84 |
+
"eval_runtime": 124.9221,
|
85 |
+
"eval_samples_per_second": 8.005,
|
86 |
+
"eval_steps_per_second": 2.001,
|
87 |
+
"step": 100
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.2,
|
91 |
+
"grad_norm": 10.225520133972168,
|
92 |
+
"learning_rate": 4.995275175816891e-05,
|
93 |
+
"loss": 1.9414,
|
94 |
+
"step": 110
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.21,
|
98 |
+
"grad_norm": 4.777626991271973,
|
99 |
+
"learning_rate": 4.994377405526308e-05,
|
100 |
+
"loss": 1.9729,
|
101 |
+
"step": 120
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.23,
|
105 |
+
"grad_norm": 6.133576393127441,
|
106 |
+
"learning_rate": 4.993401690256203e-05,
|
107 |
+
"loss": 2.0237,
|
108 |
+
"step": 130
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.25,
|
112 |
+
"grad_norm": 5.396271228790283,
|
113 |
+
"learning_rate": 4.992348060495989e-05,
|
114 |
+
"loss": 2.009,
|
115 |
+
"step": 140
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.27,
|
119 |
+
"grad_norm": 3.4974453449249268,
|
120 |
+
"learning_rate": 4.991216549169776e-05,
|
121 |
+
"loss": 2.032,
|
122 |
+
"step": 150
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.28,
|
126 |
+
"grad_norm": 12.256199836730957,
|
127 |
+
"learning_rate": 4.990007191635334e-05,
|
128 |
+
"loss": 1.9548,
|
129 |
+
"step": 160
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.3,
|
133 |
+
"grad_norm": 7.5634379386901855,
|
134 |
+
"learning_rate": 4.988720025682995e-05,
|
135 |
+
"loss": 1.8164,
|
136 |
+
"step": 170
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.32,
|
140 |
+
"grad_norm": 14.023727416992188,
|
141 |
+
"learning_rate": 4.987355091534468e-05,
|
142 |
+
"loss": 1.8517,
|
143 |
+
"step": 180
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.34,
|
147 |
+
"grad_norm": 4.622091293334961,
|
148 |
+
"learning_rate": 4.985912431841584e-05,
|
149 |
+
"loss": 2.0255,
|
150 |
+
"step": 190
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.36,
|
154 |
+
"grad_norm": 3.9935083389282227,
|
155 |
+
"learning_rate": 4.9843920916849645e-05,
|
156 |
+
"loss": 1.8777,
|
157 |
+
"step": 200
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.36,
|
161 |
+
"eval_loss": 1.8619400262832642,
|
162 |
+
"eval_runtime": 124.8712,
|
163 |
+
"eval_samples_per_second": 8.008,
|
164 |
+
"eval_steps_per_second": 2.002,
|
165 |
+
"step": 200
|
166 |
+
},
|
167 |
+
{
|
168 |
+
"epoch": 0.37,
|
169 |
+
"grad_norm": 6.256485939025879,
|
170 |
+
"learning_rate": 4.982794118572609e-05,
|
171 |
+
"loss": 1.8885,
|
172 |
+
"step": 210
|
173 |
+
},
|
174 |
+
{
|
175 |
+
"epoch": 0.39,
|
176 |
+
"grad_norm": 13.212824821472168,
|
177 |
+
"learning_rate": 4.981118562438414e-05,
|
178 |
+
"loss": 1.7744,
|
179 |
+
"step": 220
|
180 |
+
},
|
181 |
+
{
|
182 |
+
"epoch": 0.41,
|
183 |
+
"grad_norm": 4.2626118659973145,
|
184 |
+
"learning_rate": 4.9793654756406085e-05,
|
185 |
+
"loss": 1.7545,
|
186 |
+
"step": 230
|
187 |
+
},
|
188 |
+
{
|
189 |
+
"epoch": 0.43,
|
190 |
+
"grad_norm": 4.217405796051025,
|
191 |
+
"learning_rate": 4.9775349129601243e-05,
|
192 |
+
"loss": 1.5633,
|
193 |
+
"step": 240
|
194 |
+
},
|
195 |
+
{
|
196 |
+
"epoch": 0.44,
|
197 |
+
"grad_norm": 22.393404006958008,
|
198 |
+
"learning_rate": 4.9756269315988804e-05,
|
199 |
+
"loss": 1.8871,
|
200 |
+
"step": 250
|
201 |
+
},
|
202 |
+
{
|
203 |
+
"epoch": 0.46,
|
204 |
+
"grad_norm": 3.6576473712921143,
|
205 |
+
"learning_rate": 4.973641591177991e-05,
|
206 |
+
"loss": 1.7037,
|
207 |
+
"step": 260
|
208 |
+
},
|
209 |
+
{
|
210 |
+
"epoch": 0.48,
|
211 |
+
"grad_norm": 4.2433271408081055,
|
212 |
+
"learning_rate": 4.971578953735912e-05,
|
213 |
+
"loss": 1.7631,
|
214 |
+
"step": 270
|
215 |
+
},
|
216 |
+
{
|
217 |
+
"epoch": 0.5,
|
218 |
+
"grad_norm": 3.7399721145629883,
|
219 |
+
"learning_rate": 4.969439083726496e-05,
|
220 |
+
"loss": 1.7714,
|
221 |
+
"step": 280
|
222 |
+
},
|
223 |
+
{
|
224 |
+
"epoch": 0.52,
|
225 |
+
"grad_norm": 4.575680255889893,
|
226 |
+
"learning_rate": 4.967222048016979e-05,
|
227 |
+
"loss": 1.8699,
|
228 |
+
"step": 290
|
229 |
+
},
|
230 |
+
{
|
231 |
+
"epoch": 0.53,
|
232 |
+
"grad_norm": 7.729683876037598,
|
233 |
+
"learning_rate": 4.964927915885893e-05,
|
234 |
+
"loss": 1.6566,
|
235 |
+
"step": 300
|
236 |
+
},
|
237 |
+
{
|
238 |
+
"epoch": 0.53,
|
239 |
+
"eval_loss": 1.7350378036499023,
|
240 |
+
"eval_runtime": 124.9278,
|
241 |
+
"eval_samples_per_second": 8.005,
|
242 |
+
"eval_steps_per_second": 2.001,
|
243 |
+
"step": 300
|
244 |
+
},
|
245 |
+
{
|
246 |
+
"epoch": 0.55,
|
247 |
+
"grad_norm": 2.755899667739868,
|
248 |
+
"learning_rate": 4.962556759020898e-05,
|
249 |
+
"loss": 1.7193,
|
250 |
+
"step": 310
|
251 |
+
},
|
252 |
+
{
|
253 |
+
"epoch": 0.57,
|
254 |
+
"grad_norm": 3.513024091720581,
|
255 |
+
"learning_rate": 4.960108651516545e-05,
|
256 |
+
"loss": 1.852,
|
257 |
+
"step": 320
|
258 |
+
},
|
259 |
+
{
|
260 |
+
"epoch": 0.59,
|
261 |
+
"grad_norm": 3.7794790267944336,
|
262 |
+
"learning_rate": 4.9575836698719605e-05,
|
263 |
+
"loss": 1.6785,
|
264 |
+
"step": 330
|
265 |
+
},
|
266 |
+
{
|
267 |
+
"epoch": 0.6,
|
268 |
+
"grad_norm": 3.2256739139556885,
|
269 |
+
"learning_rate": 4.954981892988451e-05,
|
270 |
+
"loss": 1.6648,
|
271 |
+
"step": 340
|
272 |
+
},
|
273 |
+
{
|
274 |
+
"epoch": 0.62,
|
275 |
+
"grad_norm": 2.8756954669952393,
|
276 |
+
"learning_rate": 4.952303402167047e-05,
|
277 |
+
"loss": 1.6399,
|
278 |
+
"step": 350
|
279 |
+
},
|
280 |
+
{
|
281 |
+
"epoch": 0.64,
|
282 |
+
"grad_norm": 7.057961463928223,
|
283 |
+
"learning_rate": 4.949548281105951e-05,
|
284 |
+
"loss": 1.5875,
|
285 |
+
"step": 360
|
286 |
+
},
|
287 |
+
{
|
288 |
+
"epoch": 0.66,
|
289 |
+
"grad_norm": 4.63081169128418,
|
290 |
+
"learning_rate": 4.946716615897932e-05,
|
291 |
+
"loss": 1.6708,
|
292 |
+
"step": 370
|
293 |
+
},
|
294 |
+
{
|
295 |
+
"epoch": 0.68,
|
296 |
+
"grad_norm": 8.755204200744629,
|
297 |
+
"learning_rate": 4.943808495027631e-05,
|
298 |
+
"loss": 1.636,
|
299 |
+
"step": 380
|
300 |
+
},
|
301 |
+
{
|
302 |
+
"epoch": 0.69,
|
303 |
+
"grad_norm": 10.21866226196289,
|
304 |
+
"learning_rate": 4.940824009368793e-05,
|
305 |
+
"loss": 1.5714,
|
306 |
+
"step": 390
|
307 |
+
},
|
308 |
+
{
|
309 |
+
"epoch": 0.71,
|
310 |
+
"grad_norm": 5.44133186340332,
|
311 |
+
"learning_rate": 4.937763252181434e-05,
|
312 |
+
"loss": 1.4084,
|
313 |
+
"step": 400
|
314 |
+
},
|
315 |
+
{
|
316 |
+
"epoch": 0.71,
|
317 |
+
"eval_loss": 1.6840696334838867,
|
318 |
+
"eval_runtime": 124.8851,
|
319 |
+
"eval_samples_per_second": 8.007,
|
320 |
+
"eval_steps_per_second": 2.002,
|
321 |
+
"step": 400
|
322 |
+
},
|
323 |
+
{
|
324 |
+
"epoch": 0.73,
|
325 |
+
"grad_norm": 3.056345224380493,
|
326 |
+
"learning_rate": 4.934626319108923e-05,
|
327 |
+
"loss": 1.7233,
|
328 |
+
"step": 410
|
329 |
+
},
|
330 |
+
{
|
331 |
+
"epoch": 0.75,
|
332 |
+
"grad_norm": 4.303133487701416,
|
333 |
+
"learning_rate": 4.93141330817499e-05,
|
334 |
+
"loss": 1.5374,
|
335 |
+
"step": 420
|
336 |
+
},
|
337 |
+
{
|
338 |
+
"epoch": 0.76,
|
339 |
+
"grad_norm": 5.2246623039245605,
|
340 |
+
"learning_rate": 4.9281243197806726e-05,
|
341 |
+
"loss": 1.8547,
|
342 |
+
"step": 430
|
343 |
+
},
|
344 |
+
{
|
345 |
+
"epoch": 0.78,
|
346 |
+
"grad_norm": 3.8070685863494873,
|
347 |
+
"learning_rate": 4.924759456701167e-05,
|
348 |
+
"loss": 1.5721,
|
349 |
+
"step": 440
|
350 |
+
},
|
351 |
+
{
|
352 |
+
"epoch": 0.8,
|
353 |
+
"grad_norm": 3.243337392807007,
|
354 |
+
"learning_rate": 4.9213188240826245e-05,
|
355 |
+
"loss": 1.4322,
|
356 |
+
"step": 450
|
357 |
+
},
|
358 |
+
{
|
359 |
+
"epoch": 0.82,
|
360 |
+
"grad_norm": 4.166132926940918,
|
361 |
+
"learning_rate": 4.917802529438864e-05,
|
362 |
+
"loss": 1.6621,
|
363 |
+
"step": 460
|
364 |
+
},
|
365 |
+
{
|
366 |
+
"epoch": 0.84,
|
367 |
+
"grad_norm": 4.54414701461792,
|
368 |
+
"learning_rate": 4.9142106826480114e-05,
|
369 |
+
"loss": 1.6088,
|
370 |
+
"step": 470
|
371 |
+
},
|
372 |
+
{
|
373 |
+
"epoch": 0.85,
|
374 |
+
"grad_norm": 9.983458518981934,
|
375 |
+
"learning_rate": 4.910543395949067e-05,
|
376 |
+
"loss": 1.6152,
|
377 |
+
"step": 480
|
378 |
+
},
|
379 |
+
{
|
380 |
+
"epoch": 0.87,
|
381 |
+
"grad_norm": 6.45111608505249,
|
382 |
+
"learning_rate": 4.9068007839383946e-05,
|
383 |
+
"loss": 1.6361,
|
384 |
+
"step": 490
|
385 |
+
},
|
386 |
+
{
|
387 |
+
"epoch": 0.89,
|
388 |
+
"grad_norm": 108.82310485839844,
|
389 |
+
"learning_rate": 4.9029829635661475e-05,
|
390 |
+
"loss": 1.7045,
|
391 |
+
"step": 500
|
392 |
+
},
|
393 |
+
{
|
394 |
+
"epoch": 0.89,
|
395 |
+
"eval_loss": 1.6494970321655273,
|
396 |
+
"eval_runtime": 124.6904,
|
397 |
+
"eval_samples_per_second": 8.02,
|
398 |
+
"eval_steps_per_second": 2.005,
|
399 |
+
"step": 500
|
400 |
+
},
|
401 |
+
{
|
402 |
+
"epoch": 0.91,
|
403 |
+
"grad_norm": 5.705786228179932,
|
404 |
+
"learning_rate": 4.899090054132609e-05,
|
405 |
+
"loss": 1.738,
|
406 |
+
"step": 510
|
407 |
+
},
|
408 |
+
{
|
409 |
+
"epoch": 0.92,
|
410 |
+
"grad_norm": 4.800131320953369,
|
411 |
+
"learning_rate": 4.895122177284465e-05,
|
412 |
+
"loss": 1.6218,
|
413 |
+
"step": 520
|
414 |
+
},
|
415 |
+
{
|
416 |
+
"epoch": 0.94,
|
417 |
+
"grad_norm": 10.11057186126709,
|
418 |
+
"learning_rate": 4.891079457011005e-05,
|
419 |
+
"loss": 1.5169,
|
420 |
+
"step": 530
|
421 |
+
},
|
422 |
+
{
|
423 |
+
"epoch": 0.96,
|
424 |
+
"grad_norm": 9.329095840454102,
|
425 |
+
"learning_rate": 4.8869620196402436e-05,
|
426 |
+
"loss": 1.7979,
|
427 |
+
"step": 540
|
428 |
+
},
|
429 |
+
{
|
430 |
+
"epoch": 0.98,
|
431 |
+
"grad_norm": 3.9115641117095947,
|
432 |
+
"learning_rate": 4.882769993834978e-05,
|
433 |
+
"loss": 1.7073,
|
434 |
+
"step": 550
|
435 |
+
},
|
436 |
+
{
|
437 |
+
"epoch": 1.0,
|
438 |
+
"grad_norm": 4.80266809463501,
|
439 |
+
"learning_rate": 4.878503510588765e-05,
|
440 |
+
"loss": 1.6541,
|
441 |
+
"step": 560
|
442 |
+
},
|
443 |
+
{
|
444 |
+
"epoch": 1.01,
|
445 |
+
"grad_norm": 9.07653522491455,
|
446 |
+
"learning_rate": 4.874162703221823e-05,
|
447 |
+
"loss": 1.6888,
|
448 |
+
"step": 570
|
449 |
+
},
|
450 |
+
{
|
451 |
+
"epoch": 1.03,
|
452 |
+
"grad_norm": 4.492751598358154,
|
453 |
+
"learning_rate": 4.8697477073768766e-05,
|
454 |
+
"loss": 1.6448,
|
455 |
+
"step": 580
|
456 |
+
},
|
457 |
+
{
|
458 |
+
"epoch": 1.05,
|
459 |
+
"grad_norm": 13.852599143981934,
|
460 |
+
"learning_rate": 4.8652586610149095e-05,
|
461 |
+
"loss": 1.6236,
|
462 |
+
"step": 590
|
463 |
+
},
|
464 |
+
{
|
465 |
+
"epoch": 1.07,
|
466 |
+
"grad_norm": 5.424524307250977,
|
467 |
+
"learning_rate": 4.8606957044108556e-05,
|
468 |
+
"loss": 1.4969,
|
469 |
+
"step": 600
|
470 |
+
},
|
471 |
+
{
|
472 |
+
"epoch": 1.07,
|
473 |
+
"eval_loss": 1.6121476888656616,
|
474 |
+
"eval_runtime": 124.7413,
|
475 |
+
"eval_samples_per_second": 8.017,
|
476 |
+
"eval_steps_per_second": 2.004,
|
477 |
+
"step": 600
|
478 |
+
},
|
479 |
+
{
|
480 |
+
"epoch": 1.08,
|
481 |
+
"grad_norm": 3.611617088317871,
|
482 |
+
"learning_rate": 4.856058980149216e-05,
|
483 |
+
"loss": 1.4571,
|
484 |
+
"step": 610
|
485 |
+
},
|
486 |
+
{
|
487 |
+
"epoch": 1.1,
|
488 |
+
"grad_norm": 4.210519313812256,
|
489 |
+
"learning_rate": 4.851348633119606e-05,
|
490 |
+
"loss": 1.63,
|
491 |
+
"step": 620
|
492 |
+
},
|
493 |
+
{
|
494 |
+
"epoch": 1.12,
|
495 |
+
"grad_norm": 95.43629455566406,
|
496 |
+
"learning_rate": 4.84656481051222e-05,
|
497 |
+
"loss": 1.6034,
|
498 |
+
"step": 630
|
499 |
+
},
|
500 |
+
{
|
501 |
+
"epoch": 1.14,
|
502 |
+
"grad_norm": 4.3693528175354,
|
503 |
+
"learning_rate": 4.8417076618132426e-05,
|
504 |
+
"loss": 1.5791,
|
505 |
+
"step": 640
|
506 |
+
},
|
507 |
+
{
|
508 |
+
"epoch": 1.16,
|
509 |
+
"grad_norm": 3.691178321838379,
|
510 |
+
"learning_rate": 4.836777338800168e-05,
|
511 |
+
"loss": 1.5327,
|
512 |
+
"step": 650
|
513 |
+
},
|
514 |
+
{
|
515 |
+
"epoch": 1.17,
|
516 |
+
"grad_norm": 3.547637939453125,
|
517 |
+
"learning_rate": 4.8317739955370636e-05,
|
518 |
+
"loss": 1.4278,
|
519 |
+
"step": 660
|
520 |
+
},
|
521 |
+
{
|
522 |
+
"epoch": 1.19,
|
523 |
+
"grad_norm": 3.426717519760132,
|
524 |
+
"learning_rate": 4.8266977883697515e-05,
|
525 |
+
"loss": 1.5317,
|
526 |
+
"step": 670
|
527 |
+
},
|
528 |
+
{
|
529 |
+
"epoch": 1.21,
|
530 |
+
"grad_norm": 3.004473924636841,
|
531 |
+
"learning_rate": 4.821548875920927e-05,
|
532 |
+
"loss": 1.6848,
|
533 |
+
"step": 680
|
534 |
+
},
|
535 |
+
{
|
536 |
+
"epoch": 1.23,
|
537 |
+
"grad_norm": 3.686044931411743,
|
538 |
+
"learning_rate": 4.816327419085196e-05,
|
539 |
+
"loss": 1.6079,
|
540 |
+
"step": 690
|
541 |
+
},
|
542 |
+
{
|
543 |
+
"epoch": 1.24,
|
544 |
+
"grad_norm": 4.130298137664795,
|
545 |
+
"learning_rate": 4.811033581024056e-05,
|
546 |
+
"loss": 1.5998,
|
547 |
+
"step": 700
|
548 |
+
},
|
549 |
+
{
|
550 |
+
"epoch": 1.24,
|
551 |
+
"eval_loss": 1.5970302820205688,
|
552 |
+
"eval_runtime": 124.9388,
|
553 |
+
"eval_samples_per_second": 8.004,
|
554 |
+
"eval_steps_per_second": 2.001,
|
555 |
+
"step": 700
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 1.26,
|
559 |
+
"grad_norm": 6.1143059730529785,
|
560 |
+
"learning_rate": 4.805667527160788e-05,
|
561 |
+
"loss": 1.554,
|
562 |
+
"step": 710
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 1.28,
|
566 |
+
"grad_norm": 31.27813148498535,
|
567 |
+
"learning_rate": 4.800229425175294e-05,
|
568 |
+
"loss": 1.5824,
|
569 |
+
"step": 720
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 1.3,
|
573 |
+
"grad_norm": 9.035768508911133,
|
574 |
+
"learning_rate": 4.7947194449988555e-05,
|
575 |
+
"loss": 1.547,
|
576 |
+
"step": 730
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 1.32,
|
580 |
+
"grad_norm": 39.38993835449219,
|
581 |
+
"learning_rate": 4.7891377588088223e-05,
|
582 |
+
"loss": 1.5795,
|
583 |
+
"step": 740
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 1.33,
|
587 |
+
"grad_norm": 7.738800048828125,
|
588 |
+
"learning_rate": 4.7834845410232356e-05,
|
589 |
+
"loss": 1.5761,
|
590 |
+
"step": 750
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 1.35,
|
594 |
+
"grad_norm": 3.3933961391448975,
|
595 |
+
"learning_rate": 4.777759968295369e-05,
|
596 |
+
"loss": 1.6293,
|
597 |
+
"step": 760
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 1.37,
|
601 |
+
"grad_norm": 4.511744022369385,
|
602 |
+
"learning_rate": 4.771964219508222e-05,
|
603 |
+
"loss": 1.4761,
|
604 |
+
"step": 770
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 1.39,
|
608 |
+
"grad_norm": 3.566397190093994,
|
609 |
+
"learning_rate": 4.766097475768919e-05,
|
610 |
+
"loss": 1.5707,
|
611 |
+
"step": 780
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 1.4,
|
615 |
+
"grad_norm": 9.365654945373535,
|
616 |
+
"learning_rate": 4.7601599204030544e-05,
|
617 |
+
"loss": 1.3932,
|
618 |
+
"step": 790
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 1.42,
|
622 |
+
"grad_norm": 3.3254847526550293,
|
623 |
+
"learning_rate": 4.754151738948962e-05,
|
624 |
+
"loss": 1.6041,
|
625 |
+
"step": 800
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 1.42,
|
629 |
+
"eval_loss": 1.5639870166778564,
|
630 |
+
"eval_runtime": 124.923,
|
631 |
+
"eval_samples_per_second": 8.005,
|
632 |
+
"eval_steps_per_second": 2.001,
|
633 |
+
"step": 800
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 1.44,
|
637 |
+
"grad_norm": 3.520264148712158,
|
638 |
+
"learning_rate": 4.7480731191519224e-05,
|
639 |
+
"loss": 1.4991,
|
640 |
+
"step": 810
|
641 |
+
},
|
642 |
+
{
|
643 |
+
"epoch": 1.46,
|
644 |
+
"grad_norm": 5.3987531661987305,
|
645 |
+
"learning_rate": 4.741924250958289e-05,
|
646 |
+
"loss": 1.6856,
|
647 |
+
"step": 820
|
648 |
+
},
|
649 |
+
{
|
650 |
+
"epoch": 1.48,
|
651 |
+
"grad_norm": 12.352794647216797,
|
652 |
+
"learning_rate": 4.7357053265095575e-05,
|
653 |
+
"loss": 1.4509,
|
654 |
+
"step": 830
|
655 |
+
},
|
656 |
+
{
|
657 |
+
"epoch": 1.49,
|
658 |
+
"grad_norm": 9.825531005859375,
|
659 |
+
"learning_rate": 4.729416540136361e-05,
|
660 |
+
"loss": 1.6168,
|
661 |
+
"step": 840
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"epoch": 1.51,
|
665 |
+
"grad_norm": 10.881526947021484,
|
666 |
+
"learning_rate": 4.723058088352395e-05,
|
667 |
+
"loss": 1.5783,
|
668 |
+
"step": 850
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"epoch": 1.53,
|
672 |
+
"grad_norm": 6.232407093048096,
|
673 |
+
"learning_rate": 4.7166301698482815e-05,
|
674 |
+
"loss": 1.4556,
|
675 |
+
"step": 860
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 1.55,
|
679 |
+
"grad_norm": 3.3216302394866943,
|
680 |
+
"learning_rate": 4.710132985485355e-05,
|
681 |
+
"loss": 1.593,
|
682 |
+
"step": 870
|
683 |
+
},
|
684 |
+
{
|
685 |
+
"epoch": 1.56,
|
686 |
+
"grad_norm": 5.219264984130859,
|
687 |
+
"learning_rate": 4.703566738289389e-05,
|
688 |
+
"loss": 1.5131,
|
689 |
+
"step": 880
|
690 |
+
},
|
691 |
+
{
|
692 |
+
"epoch": 1.58,
|
693 |
+
"grad_norm": 7.875769138336182,
|
694 |
+
"learning_rate": 4.696931633444251e-05,
|
695 |
+
"loss": 1.5667,
|
696 |
+
"step": 890
|
697 |
+
},
|
698 |
+
{
|
699 |
+
"epoch": 1.6,
|
700 |
+
"grad_norm": 5.77959680557251,
|
701 |
+
"learning_rate": 4.69022787828549e-05,
|
702 |
+
"loss": 1.5211,
|
703 |
+
"step": 900
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"epoch": 1.6,
|
707 |
+
"eval_loss": 1.5731443166732788,
|
708 |
+
"eval_runtime": 124.8025,
|
709 |
+
"eval_samples_per_second": 8.013,
|
710 |
+
"eval_steps_per_second": 2.003,
|
711 |
+
"step": 900
|
712 |
+
},
|
713 |
+
{
|
714 |
+
"epoch": 1.62,
|
715 |
+
"grad_norm": 4.806954383850098,
|
716 |
+
"learning_rate": 4.683455682293863e-05,
|
717 |
+
"loss": 1.6824,
|
718 |
+
"step": 910
|
719 |
+
},
|
720 |
+
{
|
721 |
+
"epoch": 1.64,
|
722 |
+
"grad_norm": 5.980200290679932,
|
723 |
+
"learning_rate": 4.676615257088776e-05,
|
724 |
+
"loss": 1.5989,
|
725 |
+
"step": 920
|
726 |
+
},
|
727 |
+
{
|
728 |
+
"epoch": 1.65,
|
729 |
+
"grad_norm": 4.3645429611206055,
|
730 |
+
"learning_rate": 4.6697068164216896e-05,
|
731 |
+
"loss": 1.6469,
|
732 |
+
"step": 930
|
733 |
+
},
|
734 |
+
{
|
735 |
+
"epoch": 1.67,
|
736 |
+
"grad_norm": 3.2400012016296387,
|
737 |
+
"learning_rate": 4.662730576169423e-05,
|
738 |
+
"loss": 1.568,
|
739 |
+
"step": 940
|
740 |
+
},
|
741 |
+
{
|
742 |
+
"epoch": 1.69,
|
743 |
+
"grad_norm": 4.331827640533447,
|
744 |
+
"learning_rate": 4.6556867543274184e-05,
|
745 |
+
"loss": 1.5236,
|
746 |
+
"step": 950
|
747 |
+
},
|
748 |
+
{
|
749 |
+
"epoch": 1.71,
|
750 |
+
"grad_norm": 3.3798201084136963,
|
751 |
+
"learning_rate": 4.6485755710029256e-05,
|
752 |
+
"loss": 1.5046,
|
753 |
+
"step": 960
|
754 |
+
},
|
755 |
+
{
|
756 |
+
"epoch": 1.72,
|
757 |
+
"grad_norm": 5.440864086151123,
|
758 |
+
"learning_rate": 4.6413972484081216e-05,
|
759 |
+
"loss": 1.5816,
|
760 |
+
"step": 970
|
761 |
+
},
|
762 |
+
{
|
763 |
+
"epoch": 1.74,
|
764 |
+
"grad_norm": 5.852995872497559,
|
765 |
+
"learning_rate": 4.6341520108531746e-05,
|
766 |
+
"loss": 1.4193,
|
767 |
+
"step": 980
|
768 |
+
},
|
769 |
+
{
|
770 |
+
"epoch": 1.76,
|
771 |
+
"grad_norm": 4.2782206535339355,
|
772 |
+
"learning_rate": 4.626840084739224e-05,
|
773 |
+
"loss": 1.5457,
|
774 |
+
"step": 990
|
775 |
+
},
|
776 |
+
{
|
777 |
+
"epoch": 1.78,
|
778 |
+
"grad_norm": 8.631403923034668,
|
779 |
+
"learning_rate": 4.619461698551315e-05,
|
780 |
+
"loss": 1.652,
|
781 |
+
"step": 1000
|
782 |
+
},
|
783 |
+
{
|
784 |
+
"epoch": 1.78,
|
785 |
+
"eval_loss": 1.5386379957199097,
|
786 |
+
"eval_runtime": 124.8384,
|
787 |
+
"eval_samples_per_second": 8.01,
|
788 |
+
"eval_steps_per_second": 2.003,
|
789 |
+
"step": 1000
|
790 |
+
}
|
791 |
+
],
|
792 |
+
"logging_steps": 10,
|
793 |
+
"max_steps": 5620,
|
794 |
+
"num_input_tokens_seen": 0,
|
795 |
+
"num_train_epochs": 10,
|
796 |
+
"save_steps": 100,
|
797 |
+
"total_flos": 7.861412473287475e+17,
|
798 |
+
"train_batch_size": 4,
|
799 |
+
"trial_name": null,
|
800 |
+
"trial_params": null
|
801 |
+
}
|
checkpoint-1000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3882dfa1e7d13fcab0815293b9ac841a1a275771a1fdadce3f013196b52e019b
|
3 |
+
size 5048
|
checkpoint-1100/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: google/gemma-2b
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.9.0
|
checkpoint-1100/adapter_config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "google/gemma-2b",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layers_pattern": null,
|
10 |
+
"layers_to_transform": null,
|
11 |
+
"loftq_config": {},
|
12 |
+
"lora_alpha": 16,
|
13 |
+
"lora_dropout": 0.1,
|
14 |
+
"megatron_config": null,
|
15 |
+
"megatron_core": "megatron.core",
|
16 |
+
"modules_to_save": null,
|
17 |
+
"peft_type": "LORA",
|
18 |
+
"r": 8,
|
19 |
+
"rank_pattern": {},
|
20 |
+
"revision": "unsloth",
|
21 |
+
"target_modules": [
|
22 |
+
"v_proj",
|
23 |
+
"q_proj"
|
24 |
+
],
|
25 |
+
"task_type": "CAUSAL_LM",
|
26 |
+
"use_dora": false,
|
27 |
+
"use_rslora": false
|
28 |
+
}
|
checkpoint-1100/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4b9eb06e71d7973f8a07ec27b6a40c58f903b3a4ba384017bc0f6e2a2196c4b
|
3 |
+
size 3695848
|
checkpoint-1100/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:725db80f8de0a9d1939950241fb60493a3d4a4da625c46af710b20696067ba64
|
3 |
+
size 7433594
|
checkpoint-1100/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:664509c403435e02712a1f6ee4f0fe06f1cdce5a2a4e368b12808975f9d67973
|
3 |
+
size 14244
|
checkpoint-1100/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ddf8f94804871a990551a025205f7d78b0c82ddb68268b867708cefdd898eeb3
|
3 |
+
size 1064
|
checkpoint-1100/special_tokens_map.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<bos>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<eos>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "<pad>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<unk>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
}
|
30 |
+
}
|
checkpoint-1100/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61a7b147390c64585d6c3543dd6fc636906c9af3865a5548f27f31aee1d4c8e2
|
3 |
+
size 4241003
|
checkpoint-1100/tokenizer_config.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"0": {
|
6 |
+
"content": "<pad>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"1": {
|
14 |
+
"content": "<eos>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"2": {
|
22 |
+
"content": "<bos>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"3": {
|
30 |
+
"content": "<unk>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
}
|
37 |
+
},
|
38 |
+
"bos_token": "<bos>",
|
39 |
+
"clean_up_tokenization_spaces": false,
|
40 |
+
"eos_token": "<eos>",
|
41 |
+
"legacy": null,
|
42 |
+
"model_max_length": 1000000000000000019884624838656,
|
43 |
+
"pad_token": "<pad>",
|
44 |
+
"padding_side": "right",
|
45 |
+
"sp_model_kwargs": {},
|
46 |
+
"spaces_between_special_tokens": false,
|
47 |
+
"split_special_tokens": false,
|
48 |
+
"tokenizer_class": "GemmaTokenizer",
|
49 |
+
"unk_token": "<unk>",
|
50 |
+
"use_default_system_prompt": false
|
51 |
+
}
|
checkpoint-1100/trainer_state.json
ADDED
@@ -0,0 +1,879 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 1.5198711156845093,
|
3 |
+
"best_model_checkpoint": "saves/Gemma-2B/lora/train_2024-03-01-04-36-32/checkpoint-1100",
|
4 |
+
"epoch": 1.9555555555555557,
|
5 |
+
"eval_steps": 100,
|
6 |
+
"global_step": 1100,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.02,
|
13 |
+
"grad_norm": 6.6079277992248535,
|
14 |
+
"learning_rate": 4.999960939662063e-05,
|
15 |
+
"loss": 3.747,
|
16 |
+
"step": 10
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.04,
|
20 |
+
"grad_norm": 3.2283411026000977,
|
21 |
+
"learning_rate": 4.999843759868819e-05,
|
22 |
+
"loss": 3.5789,
|
23 |
+
"step": 20
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.05,
|
27 |
+
"grad_norm": 41.573001861572266,
|
28 |
+
"learning_rate": 4.999648464281934e-05,
|
29 |
+
"loss": 3.1683,
|
30 |
+
"step": 30
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.07,
|
34 |
+
"grad_norm": 4.080965518951416,
|
35 |
+
"learning_rate": 4.9993750590040575e-05,
|
36 |
+
"loss": 2.8275,
|
37 |
+
"step": 40
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.09,
|
41 |
+
"grad_norm": 4.576275825500488,
|
42 |
+
"learning_rate": 4.999023552578632e-05,
|
43 |
+
"loss": 2.6758,
|
44 |
+
"step": 50
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.11,
|
48 |
+
"grad_norm": 18.012842178344727,
|
49 |
+
"learning_rate": 4.998593955989626e-05,
|
50 |
+
"loss": 2.6287,
|
51 |
+
"step": 60
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.12,
|
55 |
+
"grad_norm": 5.738934516906738,
|
56 |
+
"learning_rate": 4.9980862826611875e-05,
|
57 |
+
"loss": 2.5284,
|
58 |
+
"step": 70
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.14,
|
62 |
+
"grad_norm": 3.353776216506958,
|
63 |
+
"learning_rate": 4.9975005484572305e-05,
|
64 |
+
"loss": 2.2608,
|
65 |
+
"step": 80
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.16,
|
69 |
+
"grad_norm": 4.6298699378967285,
|
70 |
+
"learning_rate": 4.9968367716809374e-05,
|
71 |
+
"loss": 2.2475,
|
72 |
+
"step": 90
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.18,
|
76 |
+
"grad_norm": 50.594207763671875,
|
77 |
+
"learning_rate": 4.996094973074183e-05,
|
78 |
+
"loss": 2.2007,
|
79 |
+
"step": 100
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.18,
|
83 |
+
"eval_loss": 2.126384735107422,
|
84 |
+
"eval_runtime": 124.9221,
|
85 |
+
"eval_samples_per_second": 8.005,
|
86 |
+
"eval_steps_per_second": 2.001,
|
87 |
+
"step": 100
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.2,
|
91 |
+
"grad_norm": 10.225520133972168,
|
92 |
+
"learning_rate": 4.995275175816891e-05,
|
93 |
+
"loss": 1.9414,
|
94 |
+
"step": 110
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.21,
|
98 |
+
"grad_norm": 4.777626991271973,
|
99 |
+
"learning_rate": 4.994377405526308e-05,
|
100 |
+
"loss": 1.9729,
|
101 |
+
"step": 120
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.23,
|
105 |
+
"grad_norm": 6.133576393127441,
|
106 |
+
"learning_rate": 4.993401690256203e-05,
|
107 |
+
"loss": 2.0237,
|
108 |
+
"step": 130
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.25,
|
112 |
+
"grad_norm": 5.396271228790283,
|
113 |
+
"learning_rate": 4.992348060495989e-05,
|
114 |
+
"loss": 2.009,
|
115 |
+
"step": 140
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.27,
|
119 |
+
"grad_norm": 3.4974453449249268,
|
120 |
+
"learning_rate": 4.991216549169776e-05,
|
121 |
+
"loss": 2.032,
|
122 |
+
"step": 150
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.28,
|
126 |
+
"grad_norm": 12.256199836730957,
|
127 |
+
"learning_rate": 4.990007191635334e-05,
|
128 |
+
"loss": 1.9548,
|
129 |
+
"step": 160
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.3,
|
133 |
+
"grad_norm": 7.5634379386901855,
|
134 |
+
"learning_rate": 4.988720025682995e-05,
|
135 |
+
"loss": 1.8164,
|
136 |
+
"step": 170
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.32,
|
140 |
+
"grad_norm": 14.023727416992188,
|
141 |
+
"learning_rate": 4.987355091534468e-05,
|
142 |
+
"loss": 1.8517,
|
143 |
+
"step": 180
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.34,
|
147 |
+
"grad_norm": 4.622091293334961,
|
148 |
+
"learning_rate": 4.985912431841584e-05,
|
149 |
+
"loss": 2.0255,
|
150 |
+
"step": 190
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.36,
|
154 |
+
"grad_norm": 3.9935083389282227,
|
155 |
+
"learning_rate": 4.9843920916849645e-05,
|
156 |
+
"loss": 1.8777,
|
157 |
+
"step": 200
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.36,
|
161 |
+
"eval_loss": 1.8619400262832642,
|
162 |
+
"eval_runtime": 124.8712,
|
163 |
+
"eval_samples_per_second": 8.008,
|
164 |
+
"eval_steps_per_second": 2.002,
|
165 |
+
"step": 200
|
166 |
+
},
|
167 |
+
{
|
168 |
+
"epoch": 0.37,
|
169 |
+
"grad_norm": 6.256485939025879,
|
170 |
+
"learning_rate": 4.982794118572609e-05,
|
171 |
+
"loss": 1.8885,
|
172 |
+
"step": 210
|
173 |
+
},
|
174 |
+
{
|
175 |
+
"epoch": 0.39,
|
176 |
+
"grad_norm": 13.212824821472168,
|
177 |
+
"learning_rate": 4.981118562438414e-05,
|
178 |
+
"loss": 1.7744,
|
179 |
+
"step": 220
|
180 |
+
},
|
181 |
+
{
|
182 |
+
"epoch": 0.41,
|
183 |
+
"grad_norm": 4.2626118659973145,
|
184 |
+
"learning_rate": 4.9793654756406085e-05,
|
185 |
+
"loss": 1.7545,
|
186 |
+
"step": 230
|
187 |
+
},
|
188 |
+
{
|
189 |
+
"epoch": 0.43,
|
190 |
+
"grad_norm": 4.217405796051025,
|
191 |
+
"learning_rate": 4.9775349129601243e-05,
|
192 |
+
"loss": 1.5633,
|
193 |
+
"step": 240
|
194 |
+
},
|
195 |
+
{
|
196 |
+
"epoch": 0.44,
|
197 |
+
"grad_norm": 22.393404006958008,
|
198 |
+
"learning_rate": 4.9756269315988804e-05,
|
199 |
+
"loss": 1.8871,
|
200 |
+
"step": 250
|
201 |
+
},
|
202 |
+
{
|
203 |
+
"epoch": 0.46,
|
204 |
+
"grad_norm": 3.6576473712921143,
|
205 |
+
"learning_rate": 4.973641591177991e-05,
|
206 |
+
"loss": 1.7037,
|
207 |
+
"step": 260
|
208 |
+
},
|
209 |
+
{
|
210 |
+
"epoch": 0.48,
|
211 |
+
"grad_norm": 4.2433271408081055,
|
212 |
+
"learning_rate": 4.971578953735912e-05,
|
213 |
+
"loss": 1.7631,
|
214 |
+
"step": 270
|
215 |
+
},
|
216 |
+
{
|
217 |
+
"epoch": 0.5,
|
218 |
+
"grad_norm": 3.7399721145629883,
|
219 |
+
"learning_rate": 4.969439083726496e-05,
|
220 |
+
"loss": 1.7714,
|
221 |
+
"step": 280
|
222 |
+
},
|
223 |
+
{
|
224 |
+
"epoch": 0.52,
|
225 |
+
"grad_norm": 4.575680255889893,
|
226 |
+
"learning_rate": 4.967222048016979e-05,
|
227 |
+
"loss": 1.8699,
|
228 |
+
"step": 290
|
229 |
+
},
|
230 |
+
{
|
231 |
+
"epoch": 0.53,
|
232 |
+
"grad_norm": 7.729683876037598,
|
233 |
+
"learning_rate": 4.964927915885893e-05,
|
234 |
+
"loss": 1.6566,
|
235 |
+
"step": 300
|
236 |
+
},
|
237 |
+
{
|
238 |
+
"epoch": 0.53,
|
239 |
+
"eval_loss": 1.7350378036499023,
|
240 |
+
"eval_runtime": 124.9278,
|
241 |
+
"eval_samples_per_second": 8.005,
|
242 |
+
"eval_steps_per_second": 2.001,
|
243 |
+
"step": 300
|
244 |
+
},
|
245 |
+
{
|
246 |
+
"epoch": 0.55,
|
247 |
+
"grad_norm": 2.755899667739868,
|
248 |
+
"learning_rate": 4.962556759020898e-05,
|
249 |
+
"loss": 1.7193,
|
250 |
+
"step": 310
|
251 |
+
},
|
252 |
+
{
|
253 |
+
"epoch": 0.57,
|
254 |
+
"grad_norm": 3.513024091720581,
|
255 |
+
"learning_rate": 4.960108651516545e-05,
|
256 |
+
"loss": 1.852,
|
257 |
+
"step": 320
|
258 |
+
},
|
259 |
+
{
|
260 |
+
"epoch": 0.59,
|
261 |
+
"grad_norm": 3.7794790267944336,
|
262 |
+
"learning_rate": 4.9575836698719605e-05,
|
263 |
+
"loss": 1.6785,
|
264 |
+
"step": 330
|
265 |
+
},
|
266 |
+
{
|
267 |
+
"epoch": 0.6,
|
268 |
+
"grad_norm": 3.2256739139556885,
|
269 |
+
"learning_rate": 4.954981892988451e-05,
|
270 |
+
"loss": 1.6648,
|
271 |
+
"step": 340
|
272 |
+
},
|
273 |
+
{
|
274 |
+
"epoch": 0.62,
|
275 |
+
"grad_norm": 2.8756954669952393,
|
276 |
+
"learning_rate": 4.952303402167047e-05,
|
277 |
+
"loss": 1.6399,
|
278 |
+
"step": 350
|
279 |
+
},
|
280 |
+
{
|
281 |
+
"epoch": 0.64,
|
282 |
+
"grad_norm": 7.057961463928223,
|
283 |
+
"learning_rate": 4.949548281105951e-05,
|
284 |
+
"loss": 1.5875,
|
285 |
+
"step": 360
|
286 |
+
},
|
287 |
+
{
|
288 |
+
"epoch": 0.66,
|
289 |
+
"grad_norm": 4.63081169128418,
|
290 |
+
"learning_rate": 4.946716615897932e-05,
|
291 |
+
"loss": 1.6708,
|
292 |
+
"step": 370
|
293 |
+
},
|
294 |
+
{
|
295 |
+
"epoch": 0.68,
|
296 |
+
"grad_norm": 8.755204200744629,
|
297 |
+
"learning_rate": 4.943808495027631e-05,
|
298 |
+
"loss": 1.636,
|
299 |
+
"step": 380
|
300 |
+
},
|
301 |
+
{
|
302 |
+
"epoch": 0.69,
|
303 |
+
"grad_norm": 10.21866226196289,
|
304 |
+
"learning_rate": 4.940824009368793e-05,
|
305 |
+
"loss": 1.5714,
|
306 |
+
"step": 390
|
307 |
+
},
|
308 |
+
{
|
309 |
+
"epoch": 0.71,
|
310 |
+
"grad_norm": 5.44133186340332,
|
311 |
+
"learning_rate": 4.937763252181434e-05,
|
312 |
+
"loss": 1.4084,
|
313 |
+
"step": 400
|
314 |
+
},
|
315 |
+
{
|
316 |
+
"epoch": 0.71,
|
317 |
+
"eval_loss": 1.6840696334838867,
|
318 |
+
"eval_runtime": 124.8851,
|
319 |
+
"eval_samples_per_second": 8.007,
|
320 |
+
"eval_steps_per_second": 2.002,
|
321 |
+
"step": 400
|
322 |
+
},
|
323 |
+
{
|
324 |
+
"epoch": 0.73,
|
325 |
+
"grad_norm": 3.056345224380493,
|
326 |
+
"learning_rate": 4.934626319108923e-05,
|
327 |
+
"loss": 1.7233,
|
328 |
+
"step": 410
|
329 |
+
},
|
330 |
+
{
|
331 |
+
"epoch": 0.75,
|
332 |
+
"grad_norm": 4.303133487701416,
|
333 |
+
"learning_rate": 4.93141330817499e-05,
|
334 |
+
"loss": 1.5374,
|
335 |
+
"step": 420
|
336 |
+
},
|
337 |
+
{
|
338 |
+
"epoch": 0.76,
|
339 |
+
"grad_norm": 5.2246623039245605,
|
340 |
+
"learning_rate": 4.9281243197806726e-05,
|
341 |
+
"loss": 1.8547,
|
342 |
+
"step": 430
|
343 |
+
},
|
344 |
+
{
|
345 |
+
"epoch": 0.78,
|
346 |
+
"grad_norm": 3.8070685863494873,
|
347 |
+
"learning_rate": 4.924759456701167e-05,
|
348 |
+
"loss": 1.5721,
|
349 |
+
"step": 440
|
350 |
+
},
|
351 |
+
{
|
352 |
+
"epoch": 0.8,
|
353 |
+
"grad_norm": 3.243337392807007,
|
354 |
+
"learning_rate": 4.9213188240826245e-05,
|
355 |
+
"loss": 1.4322,
|
356 |
+
"step": 450
|
357 |
+
},
|
358 |
+
{
|
359 |
+
"epoch": 0.82,
|
360 |
+
"grad_norm": 4.166132926940918,
|
361 |
+
"learning_rate": 4.917802529438864e-05,
|
362 |
+
"loss": 1.6621,
|
363 |
+
"step": 460
|
364 |
+
},
|
365 |
+
{
|
366 |
+
"epoch": 0.84,
|
367 |
+
"grad_norm": 4.54414701461792,
|
368 |
+
"learning_rate": 4.9142106826480114e-05,
|
369 |
+
"loss": 1.6088,
|
370 |
+
"step": 470
|
371 |
+
},
|
372 |
+
{
|
373 |
+
"epoch": 0.85,
|
374 |
+
"grad_norm": 9.983458518981934,
|
375 |
+
"learning_rate": 4.910543395949067e-05,
|
376 |
+
"loss": 1.6152,
|
377 |
+
"step": 480
|
378 |
+
},
|
379 |
+
{
|
380 |
+
"epoch": 0.87,
|
381 |
+
"grad_norm": 6.45111608505249,
|
382 |
+
"learning_rate": 4.9068007839383946e-05,
|
383 |
+
"loss": 1.6361,
|
384 |
+
"step": 490
|
385 |
+
},
|
386 |
+
{
|
387 |
+
"epoch": 0.89,
|
388 |
+
"grad_norm": 108.82310485839844,
|
389 |
+
"learning_rate": 4.9029829635661475e-05,
|
390 |
+
"loss": 1.7045,
|
391 |
+
"step": 500
|
392 |
+
},
|
393 |
+
{
|
394 |
+
"epoch": 0.89,
|
395 |
+
"eval_loss": 1.6494970321655273,
|
396 |
+
"eval_runtime": 124.6904,
|
397 |
+
"eval_samples_per_second": 8.02,
|
398 |
+
"eval_steps_per_second": 2.005,
|
399 |
+
"step": 500
|
400 |
+
},
|
401 |
+
{
|
402 |
+
"epoch": 0.91,
|
403 |
+
"grad_norm": 5.705786228179932,
|
404 |
+
"learning_rate": 4.899090054132609e-05,
|
405 |
+
"loss": 1.738,
|
406 |
+
"step": 510
|
407 |
+
},
|
408 |
+
{
|
409 |
+
"epoch": 0.92,
|
410 |
+
"grad_norm": 4.800131320953369,
|
411 |
+
"learning_rate": 4.895122177284465e-05,
|
412 |
+
"loss": 1.6218,
|
413 |
+
"step": 520
|
414 |
+
},
|
415 |
+
{
|
416 |
+
"epoch": 0.94,
|
417 |
+
"grad_norm": 10.11057186126709,
|
418 |
+
"learning_rate": 4.891079457011005e-05,
|
419 |
+
"loss": 1.5169,
|
420 |
+
"step": 530
|
421 |
+
},
|
422 |
+
{
|
423 |
+
"epoch": 0.96,
|
424 |
+
"grad_norm": 9.329095840454102,
|
425 |
+
"learning_rate": 4.8869620196402436e-05,
|
426 |
+
"loss": 1.7979,
|
427 |
+
"step": 540
|
428 |
+
},
|
429 |
+
{
|
430 |
+
"epoch": 0.98,
|
431 |
+
"grad_norm": 3.9115641117095947,
|
432 |
+
"learning_rate": 4.882769993834978e-05,
|
433 |
+
"loss": 1.7073,
|
434 |
+
"step": 550
|
435 |
+
},
|
436 |
+
{
|
437 |
+
"epoch": 1.0,
|
438 |
+
"grad_norm": 4.80266809463501,
|
439 |
+
"learning_rate": 4.878503510588765e-05,
|
440 |
+
"loss": 1.6541,
|
441 |
+
"step": 560
|
442 |
+
},
|
443 |
+
{
|
444 |
+
"epoch": 1.01,
|
445 |
+
"grad_norm": 9.07653522491455,
|
446 |
+
"learning_rate": 4.874162703221823e-05,
|
447 |
+
"loss": 1.6888,
|
448 |
+
"step": 570
|
449 |
+
},
|
450 |
+
{
|
451 |
+
"epoch": 1.03,
|
452 |
+
"grad_norm": 4.492751598358154,
|
453 |
+
"learning_rate": 4.8697477073768766e-05,
|
454 |
+
"loss": 1.6448,
|
455 |
+
"step": 580
|
456 |
+
},
|
457 |
+
{
|
458 |
+
"epoch": 1.05,
|
459 |
+
"grad_norm": 13.852599143981934,
|
460 |
+
"learning_rate": 4.8652586610149095e-05,
|
461 |
+
"loss": 1.6236,
|
462 |
+
"step": 590
|
463 |
+
},
|
464 |
+
{
|
465 |
+
"epoch": 1.07,
|
466 |
+
"grad_norm": 5.424524307250977,
|
467 |
+
"learning_rate": 4.8606957044108556e-05,
|
468 |
+
"loss": 1.4969,
|
469 |
+
"step": 600
|
470 |
+
},
|
471 |
+
{
|
472 |
+
"epoch": 1.07,
|
473 |
+
"eval_loss": 1.6121476888656616,
|
474 |
+
"eval_runtime": 124.7413,
|
475 |
+
"eval_samples_per_second": 8.017,
|
476 |
+
"eval_steps_per_second": 2.004,
|
477 |
+
"step": 600
|
478 |
+
},
|
479 |
+
{
|
480 |
+
"epoch": 1.08,
|
481 |
+
"grad_norm": 3.611617088317871,
|
482 |
+
"learning_rate": 4.856058980149216e-05,
|
483 |
+
"loss": 1.4571,
|
484 |
+
"step": 610
|
485 |
+
},
|
486 |
+
{
|
487 |
+
"epoch": 1.1,
|
488 |
+
"grad_norm": 4.210519313812256,
|
489 |
+
"learning_rate": 4.851348633119606e-05,
|
490 |
+
"loss": 1.63,
|
491 |
+
"step": 620
|
492 |
+
},
|
493 |
+
{
|
494 |
+
"epoch": 1.12,
|
495 |
+
"grad_norm": 95.43629455566406,
|
496 |
+
"learning_rate": 4.84656481051222e-05,
|
497 |
+
"loss": 1.6034,
|
498 |
+
"step": 630
|
499 |
+
},
|
500 |
+
{
|
501 |
+
"epoch": 1.14,
|
502 |
+
"grad_norm": 4.3693528175354,
|
503 |
+
"learning_rate": 4.8417076618132426e-05,
|
504 |
+
"loss": 1.5791,
|
505 |
+
"step": 640
|
506 |
+
},
|
507 |
+
{
|
508 |
+
"epoch": 1.16,
|
509 |
+
"grad_norm": 3.691178321838379,
|
510 |
+
"learning_rate": 4.836777338800168e-05,
|
511 |
+
"loss": 1.5327,
|
512 |
+
"step": 650
|
513 |
+
},
|
514 |
+
{
|
515 |
+
"epoch": 1.17,
|
516 |
+
"grad_norm": 3.547637939453125,
|
517 |
+
"learning_rate": 4.8317739955370636e-05,
|
518 |
+
"loss": 1.4278,
|
519 |
+
"step": 660
|
520 |
+
},
|
521 |
+
{
|
522 |
+
"epoch": 1.19,
|
523 |
+
"grad_norm": 3.426717519760132,
|
524 |
+
"learning_rate": 4.8266977883697515e-05,
|
525 |
+
"loss": 1.5317,
|
526 |
+
"step": 670
|
527 |
+
},
|
528 |
+
{
|
529 |
+
"epoch": 1.21,
|
530 |
+
"grad_norm": 3.004473924636841,
|
531 |
+
"learning_rate": 4.821548875920927e-05,
|
532 |
+
"loss": 1.6848,
|
533 |
+
"step": 680
|
534 |
+
},
|
535 |
+
{
|
536 |
+
"epoch": 1.23,
|
537 |
+
"grad_norm": 3.686044931411743,
|
538 |
+
"learning_rate": 4.816327419085196e-05,
|
539 |
+
"loss": 1.6079,
|
540 |
+
"step": 690
|
541 |
+
},
|
542 |
+
{
|
543 |
+
"epoch": 1.24,
|
544 |
+
"grad_norm": 4.130298137664795,
|
545 |
+
"learning_rate": 4.811033581024056e-05,
|
546 |
+
"loss": 1.5998,
|
547 |
+
"step": 700
|
548 |
+
},
|
549 |
+
{
|
550 |
+
"epoch": 1.24,
|
551 |
+
"eval_loss": 1.5970302820205688,
|
552 |
+
"eval_runtime": 124.9388,
|
553 |
+
"eval_samples_per_second": 8.004,
|
554 |
+
"eval_steps_per_second": 2.001,
|
555 |
+
"step": 700
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 1.26,
|
559 |
+
"grad_norm": 6.1143059730529785,
|
560 |
+
"learning_rate": 4.805667527160788e-05,
|
561 |
+
"loss": 1.554,
|
562 |
+
"step": 710
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 1.28,
|
566 |
+
"grad_norm": 31.27813148498535,
|
567 |
+
"learning_rate": 4.800229425175294e-05,
|
568 |
+
"loss": 1.5824,
|
569 |
+
"step": 720
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 1.3,
|
573 |
+
"grad_norm": 9.035768508911133,
|
574 |
+
"learning_rate": 4.7947194449988555e-05,
|
575 |
+
"loss": 1.547,
|
576 |
+
"step": 730
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 1.32,
|
580 |
+
"grad_norm": 39.38993835449219,
|
581 |
+
"learning_rate": 4.7891377588088223e-05,
|
582 |
+
"loss": 1.5795,
|
583 |
+
"step": 740
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 1.33,
|
587 |
+
"grad_norm": 7.738800048828125,
|
588 |
+
"learning_rate": 4.7834845410232356e-05,
|
589 |
+
"loss": 1.5761,
|
590 |
+
"step": 750
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 1.35,
|
594 |
+
"grad_norm": 3.3933961391448975,
|
595 |
+
"learning_rate": 4.777759968295369e-05,
|
596 |
+
"loss": 1.6293,
|
597 |
+
"step": 760
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 1.37,
|
601 |
+
"grad_norm": 4.511744022369385,
|
602 |
+
"learning_rate": 4.771964219508222e-05,
|
603 |
+
"loss": 1.4761,
|
604 |
+
"step": 770
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 1.39,
|
608 |
+
"grad_norm": 3.566397190093994,
|
609 |
+
"learning_rate": 4.766097475768919e-05,
|
610 |
+
"loss": 1.5707,
|
611 |
+
"step": 780
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 1.4,
|
615 |
+
"grad_norm": 9.365654945373535,
|
616 |
+
"learning_rate": 4.7601599204030544e-05,
|
617 |
+
"loss": 1.3932,
|
618 |
+
"step": 790
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 1.42,
|
622 |
+
"grad_norm": 3.3254847526550293,
|
623 |
+
"learning_rate": 4.754151738948962e-05,
|
624 |
+
"loss": 1.6041,
|
625 |
+
"step": 800
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 1.42,
|
629 |
+
"eval_loss": 1.5639870166778564,
|
630 |
+
"eval_runtime": 124.923,
|
631 |
+
"eval_samples_per_second": 8.005,
|
632 |
+
"eval_steps_per_second": 2.001,
|
633 |
+
"step": 800
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 1.44,
|
637 |
+
"grad_norm": 3.520264148712158,
|
638 |
+
"learning_rate": 4.7480731191519224e-05,
|
639 |
+
"loss": 1.4991,
|
640 |
+
"step": 810
|
641 |
+
},
|
642 |
+
{
|
643 |
+
"epoch": 1.46,
|
644 |
+
"grad_norm": 5.3987531661987305,
|
645 |
+
"learning_rate": 4.741924250958289e-05,
|
646 |
+
"loss": 1.6856,
|
647 |
+
"step": 820
|
648 |
+
},
|
649 |
+
{
|
650 |
+
"epoch": 1.48,
|
651 |
+
"grad_norm": 12.352794647216797,
|
652 |
+
"learning_rate": 4.7357053265095575e-05,
|
653 |
+
"loss": 1.4509,
|
654 |
+
"step": 830
|
655 |
+
},
|
656 |
+
{
|
657 |
+
"epoch": 1.49,
|
658 |
+
"grad_norm": 9.825531005859375,
|
659 |
+
"learning_rate": 4.729416540136361e-05,
|
660 |
+
"loss": 1.6168,
|
661 |
+
"step": 840
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"epoch": 1.51,
|
665 |
+
"grad_norm": 10.881526947021484,
|
666 |
+
"learning_rate": 4.723058088352395e-05,
|
667 |
+
"loss": 1.5783,
|
668 |
+
"step": 850
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"epoch": 1.53,
|
672 |
+
"grad_norm": 6.232407093048096,
|
673 |
+
"learning_rate": 4.7166301698482815e-05,
|
674 |
+
"loss": 1.4556,
|
675 |
+
"step": 860
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 1.55,
|
679 |
+
"grad_norm": 3.3216302394866943,
|
680 |
+
"learning_rate": 4.710132985485355e-05,
|
681 |
+
"loss": 1.593,
|
682 |
+
"step": 870
|
683 |
+
},
|
684 |
+
{
|
685 |
+
"epoch": 1.56,
|
686 |
+
"grad_norm": 5.219264984130859,
|
687 |
+
"learning_rate": 4.703566738289389e-05,
|
688 |
+
"loss": 1.5131,
|
689 |
+
"step": 880
|
690 |
+
},
|
691 |
+
{
|
692 |
+
"epoch": 1.58,
|
693 |
+
"grad_norm": 7.875769138336182,
|
694 |
+
"learning_rate": 4.696931633444251e-05,
|
695 |
+
"loss": 1.5667,
|
696 |
+
"step": 890
|
697 |
+
},
|
698 |
+
{
|
699 |
+
"epoch": 1.6,
|
700 |
+
"grad_norm": 5.77959680557251,
|
701 |
+
"learning_rate": 4.69022787828549e-05,
|
702 |
+
"loss": 1.5211,
|
703 |
+
"step": 900
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"epoch": 1.6,
|
707 |
+
"eval_loss": 1.5731443166732788,
|
708 |
+
"eval_runtime": 124.8025,
|
709 |
+
"eval_samples_per_second": 8.013,
|
710 |
+
"eval_steps_per_second": 2.003,
|
711 |
+
"step": 900
|
712 |
+
},
|
713 |
+
{
|
714 |
+
"epoch": 1.62,
|
715 |
+
"grad_norm": 4.806954383850098,
|
716 |
+
"learning_rate": 4.683455682293863e-05,
|
717 |
+
"loss": 1.6824,
|
718 |
+
"step": 910
|
719 |
+
},
|
720 |
+
{
|
721 |
+
"epoch": 1.64,
|
722 |
+
"grad_norm": 5.980200290679932,
|
723 |
+
"learning_rate": 4.676615257088776e-05,
|
724 |
+
"loss": 1.5989,
|
725 |
+
"step": 920
|
726 |
+
},
|
727 |
+
{
|
728 |
+
"epoch": 1.65,
|
729 |
+
"grad_norm": 4.3645429611206055,
|
730 |
+
"learning_rate": 4.6697068164216896e-05,
|
731 |
+
"loss": 1.6469,
|
732 |
+
"step": 930
|
733 |
+
},
|
734 |
+
{
|
735 |
+
"epoch": 1.67,
|
736 |
+
"grad_norm": 3.2400012016296387,
|
737 |
+
"learning_rate": 4.662730576169423e-05,
|
738 |
+
"loss": 1.568,
|
739 |
+
"step": 940
|
740 |
+
},
|
741 |
+
{
|
742 |
+
"epoch": 1.69,
|
743 |
+
"grad_norm": 4.331827640533447,
|
744 |
+
"learning_rate": 4.6556867543274184e-05,
|
745 |
+
"loss": 1.5236,
|
746 |
+
"step": 950
|
747 |
+
},
|
748 |
+
{
|
749 |
+
"epoch": 1.71,
|
750 |
+
"grad_norm": 3.3798201084136963,
|
751 |
+
"learning_rate": 4.6485755710029256e-05,
|
752 |
+
"loss": 1.5046,
|
753 |
+
"step": 960
|
754 |
+
},
|
755 |
+
{
|
756 |
+
"epoch": 1.72,
|
757 |
+
"grad_norm": 5.440864086151123,
|
758 |
+
"learning_rate": 4.6413972484081216e-05,
|
759 |
+
"loss": 1.5816,
|
760 |
+
"step": 970
|
761 |
+
},
|
762 |
+
{
|
763 |
+
"epoch": 1.74,
|
764 |
+
"grad_norm": 5.852995872497559,
|
765 |
+
"learning_rate": 4.6341520108531746e-05,
|
766 |
+
"loss": 1.4193,
|
767 |
+
"step": 980
|
768 |
+
},
|
769 |
+
{
|
770 |
+
"epoch": 1.76,
|
771 |
+
"grad_norm": 4.2782206535339355,
|
772 |
+
"learning_rate": 4.626840084739224e-05,
|
773 |
+
"loss": 1.5457,
|
774 |
+
"step": 990
|
775 |
+
},
|
776 |
+
{
|
777 |
+
"epoch": 1.78,
|
778 |
+
"grad_norm": 8.631403923034668,
|
779 |
+
"learning_rate": 4.619461698551315e-05,
|
780 |
+
"loss": 1.652,
|
781 |
+
"step": 1000
|
782 |
+
},
|
783 |
+
{
|
784 |
+
"epoch": 1.78,
|
785 |
+
"eval_loss": 1.5386379957199097,
|
786 |
+
"eval_runtime": 124.8384,
|
787 |
+
"eval_samples_per_second": 8.01,
|
788 |
+
"eval_steps_per_second": 2.003,
|
789 |
+
"step": 1000
|
790 |
+
},
|
791 |
+
{
|
792 |
+
"epoch": 1.8,
|
793 |
+
"grad_norm": 4.581122875213623,
|
794 |
+
"learning_rate": 4.612017082851253e-05,
|
795 |
+
"loss": 1.5746,
|
796 |
+
"step": 1010
|
797 |
+
},
|
798 |
+
{
|
799 |
+
"epoch": 1.81,
|
800 |
+
"grad_norm": 3.0373165607452393,
|
801 |
+
"learning_rate": 4.604506470270403e-05,
|
802 |
+
"loss": 1.6038,
|
803 |
+
"step": 1020
|
804 |
+
},
|
805 |
+
{
|
806 |
+
"epoch": 1.83,
|
807 |
+
"grad_norm": 3.5066914558410645,
|
808 |
+
"learning_rate": 4.5969300955024167e-05,
|
809 |
+
"loss": 1.5725,
|
810 |
+
"step": 1030
|
811 |
+
},
|
812 |
+
{
|
813 |
+
"epoch": 1.85,
|
814 |
+
"grad_norm": 4.402235507965088,
|
815 |
+
"learning_rate": 4.589288195295901e-05,
|
816 |
+
"loss": 1.5469,
|
817 |
+
"step": 1040
|
818 |
+
},
|
819 |
+
{
|
820 |
+
"epoch": 1.87,
|
821 |
+
"grad_norm": 4.844370365142822,
|
822 |
+
"learning_rate": 4.58158100844702e-05,
|
823 |
+
"loss": 1.5424,
|
824 |
+
"step": 1050
|
825 |
+
},
|
826 |
+
{
|
827 |
+
"epoch": 1.88,
|
828 |
+
"grad_norm": 4.146657943725586,
|
829 |
+
"learning_rate": 4.573808775792033e-05,
|
830 |
+
"loss": 1.4878,
|
831 |
+
"step": 1060
|
832 |
+
},
|
833 |
+
{
|
834 |
+
"epoch": 1.9,
|
835 |
+
"grad_norm": 3.210528612136841,
|
836 |
+
"learning_rate": 4.5659717401997655e-05,
|
837 |
+
"loss": 1.6077,
|
838 |
+
"step": 1070
|
839 |
+
},
|
840 |
+
{
|
841 |
+
"epoch": 1.92,
|
842 |
+
"grad_norm": 5.2232818603515625,
|
843 |
+
"learning_rate": 4.5580701465640254e-05,
|
844 |
+
"loss": 1.4824,
|
845 |
+
"step": 1080
|
846 |
+
},
|
847 |
+
{
|
848 |
+
"epoch": 1.94,
|
849 |
+
"grad_norm": 2.8741068840026855,
|
850 |
+
"learning_rate": 4.550104241795946e-05,
|
851 |
+
"loss": 1.6172,
|
852 |
+
"step": 1090
|
853 |
+
},
|
854 |
+
{
|
855 |
+
"epoch": 1.96,
|
856 |
+
"grad_norm": 8.092519760131836,
|
857 |
+
"learning_rate": 4.5420742748162734e-05,
|
858 |
+
"loss": 1.3659,
|
859 |
+
"step": 1100
|
860 |
+
},
|
861 |
+
{
|
862 |
+
"epoch": 1.96,
|
863 |
+
"eval_loss": 1.5198711156845093,
|
864 |
+
"eval_runtime": 124.8546,
|
865 |
+
"eval_samples_per_second": 8.009,
|
866 |
+
"eval_steps_per_second": 2.002,
|
867 |
+
"step": 1100
|
868 |
+
}
|
869 |
+
],
|
870 |
+
"logging_steps": 10,
|
871 |
+
"max_steps": 5620,
|
872 |
+
"num_input_tokens_seen": 0,
|
873 |
+
"num_train_epochs": 10,
|
874 |
+
"save_steps": 100,
|
875 |
+
"total_flos": 8.600909737867346e+17,
|
876 |
+
"train_batch_size": 4,
|
877 |
+
"trial_name": null,
|
878 |
+
"trial_params": null
|
879 |
+
}
|
checkpoint-1100/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3882dfa1e7d13fcab0815293b9ac841a1a275771a1fdadce3f013196b52e019b
|
3 |
+
size 5048
|
checkpoint-1200/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: google/gemma-2b
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.9.0
|
checkpoint-1200/adapter_config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "google/gemma-2b",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layers_pattern": null,
|
10 |
+
"layers_to_transform": null,
|
11 |
+
"loftq_config": {},
|
12 |
+
"lora_alpha": 16,
|
13 |
+
"lora_dropout": 0.1,
|
14 |
+
"megatron_config": null,
|
15 |
+
"megatron_core": "megatron.core",
|
16 |
+
"modules_to_save": null,
|
17 |
+
"peft_type": "LORA",
|
18 |
+
"r": 8,
|
19 |
+
"rank_pattern": {},
|
20 |
+
"revision": "unsloth",
|
21 |
+
"target_modules": [
|
22 |
+
"v_proj",
|
23 |
+
"q_proj"
|
24 |
+
],
|
25 |
+
"task_type": "CAUSAL_LM",
|
26 |
+
"use_dora": false,
|
27 |
+
"use_rslora": false
|
28 |
+
}
|
checkpoint-1200/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40ffbe8de08fe4d834e15ba4cb1361370d23f5218e15f7836f3f1863cbfd4b84
|
3 |
+
size 3695848
|
checkpoint-1200/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d14447e20d16512af5af2f3d5355e9061f5d86b9f45fdd6e3de7f65af2f7e6ec
|
3 |
+
size 7433594
|
checkpoint-1200/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad7b75b55e4564c8897b2e74676b56608a7a54046d34b7140d36e3fecaa54d17
|
3 |
+
size 14244
|
checkpoint-1200/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c16774d623c8977b5af4f890ada5f121527f570596390b865e9450991873920b
|
3 |
+
size 1064
|
checkpoint-1200/special_tokens_map.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<bos>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<eos>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "<pad>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<unk>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
}
|
30 |
+
}
|
checkpoint-1200/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61a7b147390c64585d6c3543dd6fc636906c9af3865a5548f27f31aee1d4c8e2
|
3 |
+
size 4241003
|
checkpoint-1200/tokenizer_config.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"0": {
|
6 |
+
"content": "<pad>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"1": {
|
14 |
+
"content": "<eos>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"2": {
|
22 |
+
"content": "<bos>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"3": {
|
30 |
+
"content": "<unk>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
}
|
37 |
+
},
|
38 |
+
"bos_token": "<bos>",
|
39 |
+
"clean_up_tokenization_spaces": false,
|
40 |
+
"eos_token": "<eos>",
|
41 |
+
"legacy": null,
|
42 |
+
"model_max_length": 1000000000000000019884624838656,
|
43 |
+
"pad_token": "<pad>",
|
44 |
+
"padding_side": "right",
|
45 |
+
"sp_model_kwargs": {},
|
46 |
+
"spaces_between_special_tokens": false,
|
47 |
+
"split_special_tokens": false,
|
48 |
+
"tokenizer_class": "GemmaTokenizer",
|
49 |
+
"unk_token": "<unk>",
|
50 |
+
"use_default_system_prompt": false
|
51 |
+
}
|
checkpoint-1200/trainer_state.json
ADDED
@@ -0,0 +1,957 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 1.5145190954208374,
|
3 |
+
"best_model_checkpoint": "saves/Gemma-2B/lora/train_2024-03-01-04-36-32/checkpoint-1200",
|
4 |
+
"epoch": 2.1333333333333333,
|
5 |
+
"eval_steps": 100,
|
6 |
+
"global_step": 1200,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.02,
|
13 |
+
"grad_norm": 6.6079277992248535,
|
14 |
+
"learning_rate": 4.999960939662063e-05,
|
15 |
+
"loss": 3.747,
|
16 |
+
"step": 10
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.04,
|
20 |
+
"grad_norm": 3.2283411026000977,
|
21 |
+
"learning_rate": 4.999843759868819e-05,
|
22 |
+
"loss": 3.5789,
|
23 |
+
"step": 20
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.05,
|
27 |
+
"grad_norm": 41.573001861572266,
|
28 |
+
"learning_rate": 4.999648464281934e-05,
|
29 |
+
"loss": 3.1683,
|
30 |
+
"step": 30
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.07,
|
34 |
+
"grad_norm": 4.080965518951416,
|
35 |
+
"learning_rate": 4.9993750590040575e-05,
|
36 |
+
"loss": 2.8275,
|
37 |
+
"step": 40
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.09,
|
41 |
+
"grad_norm": 4.576275825500488,
|
42 |
+
"learning_rate": 4.999023552578632e-05,
|
43 |
+
"loss": 2.6758,
|
44 |
+
"step": 50
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.11,
|
48 |
+
"grad_norm": 18.012842178344727,
|
49 |
+
"learning_rate": 4.998593955989626e-05,
|
50 |
+
"loss": 2.6287,
|
51 |
+
"step": 60
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.12,
|
55 |
+
"grad_norm": 5.738934516906738,
|
56 |
+
"learning_rate": 4.9980862826611875e-05,
|
57 |
+
"loss": 2.5284,
|
58 |
+
"step": 70
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.14,
|
62 |
+
"grad_norm": 3.353776216506958,
|
63 |
+
"learning_rate": 4.9975005484572305e-05,
|
64 |
+
"loss": 2.2608,
|
65 |
+
"step": 80
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.16,
|
69 |
+
"grad_norm": 4.6298699378967285,
|
70 |
+
"learning_rate": 4.9968367716809374e-05,
|
71 |
+
"loss": 2.2475,
|
72 |
+
"step": 90
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.18,
|
76 |
+
"grad_norm": 50.594207763671875,
|
77 |
+
"learning_rate": 4.996094973074183e-05,
|
78 |
+
"loss": 2.2007,
|
79 |
+
"step": 100
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.18,
|
83 |
+
"eval_loss": 2.126384735107422,
|
84 |
+
"eval_runtime": 124.9221,
|
85 |
+
"eval_samples_per_second": 8.005,
|
86 |
+
"eval_steps_per_second": 2.001,
|
87 |
+
"step": 100
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.2,
|
91 |
+
"grad_norm": 10.225520133972168,
|
92 |
+
"learning_rate": 4.995275175816891e-05,
|
93 |
+
"loss": 1.9414,
|
94 |
+
"step": 110
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.21,
|
98 |
+
"grad_norm": 4.777626991271973,
|
99 |
+
"learning_rate": 4.994377405526308e-05,
|
100 |
+
"loss": 1.9729,
|
101 |
+
"step": 120
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.23,
|
105 |
+
"grad_norm": 6.133576393127441,
|
106 |
+
"learning_rate": 4.993401690256203e-05,
|
107 |
+
"loss": 2.0237,
|
108 |
+
"step": 130
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.25,
|
112 |
+
"grad_norm": 5.396271228790283,
|
113 |
+
"learning_rate": 4.992348060495989e-05,
|
114 |
+
"loss": 2.009,
|
115 |
+
"step": 140
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.27,
|
119 |
+
"grad_norm": 3.4974453449249268,
|
120 |
+
"learning_rate": 4.991216549169776e-05,
|
121 |
+
"loss": 2.032,
|
122 |
+
"step": 150
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.28,
|
126 |
+
"grad_norm": 12.256199836730957,
|
127 |
+
"learning_rate": 4.990007191635334e-05,
|
128 |
+
"loss": 1.9548,
|
129 |
+
"step": 160
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.3,
|
133 |
+
"grad_norm": 7.5634379386901855,
|
134 |
+
"learning_rate": 4.988720025682995e-05,
|
135 |
+
"loss": 1.8164,
|
136 |
+
"step": 170
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.32,
|
140 |
+
"grad_norm": 14.023727416992188,
|
141 |
+
"learning_rate": 4.987355091534468e-05,
|
142 |
+
"loss": 1.8517,
|
143 |
+
"step": 180
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.34,
|
147 |
+
"grad_norm": 4.622091293334961,
|
148 |
+
"learning_rate": 4.985912431841584e-05,
|
149 |
+
"loss": 2.0255,
|
150 |
+
"step": 190
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.36,
|
154 |
+
"grad_norm": 3.9935083389282227,
|
155 |
+
"learning_rate": 4.9843920916849645e-05,
|
156 |
+
"loss": 1.8777,
|
157 |
+
"step": 200
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.36,
|
161 |
+
"eval_loss": 1.8619400262832642,
|
162 |
+
"eval_runtime": 124.8712,
|
163 |
+
"eval_samples_per_second": 8.008,
|
164 |
+
"eval_steps_per_second": 2.002,
|
165 |
+
"step": 200
|
166 |
+
},
|
167 |
+
{
|
168 |
+
"epoch": 0.37,
|
169 |
+
"grad_norm": 6.256485939025879,
|
170 |
+
"learning_rate": 4.982794118572609e-05,
|
171 |
+
"loss": 1.8885,
|
172 |
+
"step": 210
|
173 |
+
},
|
174 |
+
{
|
175 |
+
"epoch": 0.39,
|
176 |
+
"grad_norm": 13.212824821472168,
|
177 |
+
"learning_rate": 4.981118562438414e-05,
|
178 |
+
"loss": 1.7744,
|
179 |
+
"step": 220
|
180 |
+
},
|
181 |
+
{
|
182 |
+
"epoch": 0.41,
|
183 |
+
"grad_norm": 4.2626118659973145,
|
184 |
+
"learning_rate": 4.9793654756406085e-05,
|
185 |
+
"loss": 1.7545,
|
186 |
+
"step": 230
|
187 |
+
},
|
188 |
+
{
|
189 |
+
"epoch": 0.43,
|
190 |
+
"grad_norm": 4.217405796051025,
|
191 |
+
"learning_rate": 4.9775349129601243e-05,
|
192 |
+
"loss": 1.5633,
|
193 |
+
"step": 240
|
194 |
+
},
|
195 |
+
{
|
196 |
+
"epoch": 0.44,
|
197 |
+
"grad_norm": 22.393404006958008,
|
198 |
+
"learning_rate": 4.9756269315988804e-05,
|
199 |
+
"loss": 1.8871,
|
200 |
+
"step": 250
|
201 |
+
},
|
202 |
+
{
|
203 |
+
"epoch": 0.46,
|
204 |
+
"grad_norm": 3.6576473712921143,
|
205 |
+
"learning_rate": 4.973641591177991e-05,
|
206 |
+
"loss": 1.7037,
|
207 |
+
"step": 260
|
208 |
+
},
|
209 |
+
{
|
210 |
+
"epoch": 0.48,
|
211 |
+
"grad_norm": 4.2433271408081055,
|
212 |
+
"learning_rate": 4.971578953735912e-05,
|
213 |
+
"loss": 1.7631,
|
214 |
+
"step": 270
|
215 |
+
},
|
216 |
+
{
|
217 |
+
"epoch": 0.5,
|
218 |
+
"grad_norm": 3.7399721145629883,
|
219 |
+
"learning_rate": 4.969439083726496e-05,
|
220 |
+
"loss": 1.7714,
|
221 |
+
"step": 280
|
222 |
+
},
|
223 |
+
{
|
224 |
+
"epoch": 0.52,
|
225 |
+
"grad_norm": 4.575680255889893,
|
226 |
+
"learning_rate": 4.967222048016979e-05,
|
227 |
+
"loss": 1.8699,
|
228 |
+
"step": 290
|
229 |
+
},
|
230 |
+
{
|
231 |
+
"epoch": 0.53,
|
232 |
+
"grad_norm": 7.729683876037598,
|
233 |
+
"learning_rate": 4.964927915885893e-05,
|
234 |
+
"loss": 1.6566,
|
235 |
+
"step": 300
|
236 |
+
},
|
237 |
+
{
|
238 |
+
"epoch": 0.53,
|
239 |
+
"eval_loss": 1.7350378036499023,
|
240 |
+
"eval_runtime": 124.9278,
|
241 |
+
"eval_samples_per_second": 8.005,
|
242 |
+
"eval_steps_per_second": 2.001,
|
243 |
+
"step": 300
|
244 |
+
},
|
245 |
+
{
|
246 |
+
"epoch": 0.55,
|
247 |
+
"grad_norm": 2.755899667739868,
|
248 |
+
"learning_rate": 4.962556759020898e-05,
|
249 |
+
"loss": 1.7193,
|
250 |
+
"step": 310
|
251 |
+
},
|
252 |
+
{
|
253 |
+
"epoch": 0.57,
|
254 |
+
"grad_norm": 3.513024091720581,
|
255 |
+
"learning_rate": 4.960108651516545e-05,
|
256 |
+
"loss": 1.852,
|
257 |
+
"step": 320
|
258 |
+
},
|
259 |
+
{
|
260 |
+
"epoch": 0.59,
|
261 |
+
"grad_norm": 3.7794790267944336,
|
262 |
+
"learning_rate": 4.9575836698719605e-05,
|
263 |
+
"loss": 1.6785,
|
264 |
+
"step": 330
|
265 |
+
},
|
266 |
+
{
|
267 |
+
"epoch": 0.6,
|
268 |
+
"grad_norm": 3.2256739139556885,
|
269 |
+
"learning_rate": 4.954981892988451e-05,
|
270 |
+
"loss": 1.6648,
|
271 |
+
"step": 340
|
272 |
+
},
|
273 |
+
{
|
274 |
+
"epoch": 0.62,
|
275 |
+
"grad_norm": 2.8756954669952393,
|
276 |
+
"learning_rate": 4.952303402167047e-05,
|
277 |
+
"loss": 1.6399,
|
278 |
+
"step": 350
|
279 |
+
},
|
280 |
+
{
|
281 |
+
"epoch": 0.64,
|
282 |
+
"grad_norm": 7.057961463928223,
|
283 |
+
"learning_rate": 4.949548281105951e-05,
|
284 |
+
"loss": 1.5875,
|
285 |
+
"step": 360
|
286 |
+
},
|
287 |
+
{
|
288 |
+
"epoch": 0.66,
|
289 |
+
"grad_norm": 4.63081169128418,
|
290 |
+
"learning_rate": 4.946716615897932e-05,
|
291 |
+
"loss": 1.6708,
|
292 |
+
"step": 370
|
293 |
+
},
|
294 |
+
{
|
295 |
+
"epoch": 0.68,
|
296 |
+
"grad_norm": 8.755204200744629,
|
297 |
+
"learning_rate": 4.943808495027631e-05,
|
298 |
+
"loss": 1.636,
|
299 |
+
"step": 380
|
300 |
+
},
|
301 |
+
{
|
302 |
+
"epoch": 0.69,
|
303 |
+
"grad_norm": 10.21866226196289,
|
304 |
+
"learning_rate": 4.940824009368793e-05,
|
305 |
+
"loss": 1.5714,
|
306 |
+
"step": 390
|
307 |
+
},
|
308 |
+
{
|
309 |
+
"epoch": 0.71,
|
310 |
+
"grad_norm": 5.44133186340332,
|
311 |
+
"learning_rate": 4.937763252181434e-05,
|
312 |
+
"loss": 1.4084,
|
313 |
+
"step": 400
|
314 |
+
},
|
315 |
+
{
|
316 |
+
"epoch": 0.71,
|
317 |
+
"eval_loss": 1.6840696334838867,
|
318 |
+
"eval_runtime": 124.8851,
|
319 |
+
"eval_samples_per_second": 8.007,
|
320 |
+
"eval_steps_per_second": 2.002,
|
321 |
+
"step": 400
|
322 |
+
},
|
323 |
+
{
|
324 |
+
"epoch": 0.73,
|
325 |
+
"grad_norm": 3.056345224380493,
|
326 |
+
"learning_rate": 4.934626319108923e-05,
|
327 |
+
"loss": 1.7233,
|
328 |
+
"step": 410
|
329 |
+
},
|
330 |
+
{
|
331 |
+
"epoch": 0.75,
|
332 |
+
"grad_norm": 4.303133487701416,
|
333 |
+
"learning_rate": 4.93141330817499e-05,
|
334 |
+
"loss": 1.5374,
|
335 |
+
"step": 420
|
336 |
+
},
|
337 |
+
{
|
338 |
+
"epoch": 0.76,
|
339 |
+
"grad_norm": 5.2246623039245605,
|
340 |
+
"learning_rate": 4.9281243197806726e-05,
|
341 |
+
"loss": 1.8547,
|
342 |
+
"step": 430
|
343 |
+
},
|
344 |
+
{
|
345 |
+
"epoch": 0.78,
|
346 |
+
"grad_norm": 3.8070685863494873,
|
347 |
+
"learning_rate": 4.924759456701167e-05,
|
348 |
+
"loss": 1.5721,
|
349 |
+
"step": 440
|
350 |
+
},
|
351 |
+
{
|
352 |
+
"epoch": 0.8,
|
353 |
+
"grad_norm": 3.243337392807007,
|
354 |
+
"learning_rate": 4.9213188240826245e-05,
|
355 |
+
"loss": 1.4322,
|
356 |
+
"step": 450
|
357 |
+
},
|
358 |
+
{
|
359 |
+
"epoch": 0.82,
|
360 |
+
"grad_norm": 4.166132926940918,
|
361 |
+
"learning_rate": 4.917802529438864e-05,
|
362 |
+
"loss": 1.6621,
|
363 |
+
"step": 460
|
364 |
+
},
|
365 |
+
{
|
366 |
+
"epoch": 0.84,
|
367 |
+
"grad_norm": 4.54414701461792,
|
368 |
+
"learning_rate": 4.9142106826480114e-05,
|
369 |
+
"loss": 1.6088,
|
370 |
+
"step": 470
|
371 |
+
},
|
372 |
+
{
|
373 |
+
"epoch": 0.85,
|
374 |
+
"grad_norm": 9.983458518981934,
|
375 |
+
"learning_rate": 4.910543395949067e-05,
|
376 |
+
"loss": 1.6152,
|
377 |
+
"step": 480
|
378 |
+
},
|
379 |
+
{
|
380 |
+
"epoch": 0.87,
|
381 |
+
"grad_norm": 6.45111608505249,
|
382 |
+
"learning_rate": 4.9068007839383946e-05,
|
383 |
+
"loss": 1.6361,
|
384 |
+
"step": 490
|
385 |
+
},
|
386 |
+
{
|
387 |
+
"epoch": 0.89,
|
388 |
+
"grad_norm": 108.82310485839844,
|
389 |
+
"learning_rate": 4.9029829635661475e-05,
|
390 |
+
"loss": 1.7045,
|
391 |
+
"step": 500
|
392 |
+
},
|
393 |
+
{
|
394 |
+
"epoch": 0.89,
|
395 |
+
"eval_loss": 1.6494970321655273,
|
396 |
+
"eval_runtime": 124.6904,
|
397 |
+
"eval_samples_per_second": 8.02,
|
398 |
+
"eval_steps_per_second": 2.005,
|
399 |
+
"step": 500
|
400 |
+
},
|
401 |
+
{
|
402 |
+
"epoch": 0.91,
|
403 |
+
"grad_norm": 5.705786228179932,
|
404 |
+
"learning_rate": 4.899090054132609e-05,
|
405 |
+
"loss": 1.738,
|
406 |
+
"step": 510
|
407 |
+
},
|
408 |
+
{
|
409 |
+
"epoch": 0.92,
|
410 |
+
"grad_norm": 4.800131320953369,
|
411 |
+
"learning_rate": 4.895122177284465e-05,
|
412 |
+
"loss": 1.6218,
|
413 |
+
"step": 520
|
414 |
+
},
|
415 |
+
{
|
416 |
+
"epoch": 0.94,
|
417 |
+
"grad_norm": 10.11057186126709,
|
418 |
+
"learning_rate": 4.891079457011005e-05,
|
419 |
+
"loss": 1.5169,
|
420 |
+
"step": 530
|
421 |
+
},
|
422 |
+
{
|
423 |
+
"epoch": 0.96,
|
424 |
+
"grad_norm": 9.329095840454102,
|
425 |
+
"learning_rate": 4.8869620196402436e-05,
|
426 |
+
"loss": 1.7979,
|
427 |
+
"step": 540
|
428 |
+
},
|
429 |
+
{
|
430 |
+
"epoch": 0.98,
|
431 |
+
"grad_norm": 3.9115641117095947,
|
432 |
+
"learning_rate": 4.882769993834978e-05,
|
433 |
+
"loss": 1.7073,
|
434 |
+
"step": 550
|
435 |
+
},
|
436 |
+
{
|
437 |
+
"epoch": 1.0,
|
438 |
+
"grad_norm": 4.80266809463501,
|
439 |
+
"learning_rate": 4.878503510588765e-05,
|
440 |
+
"loss": 1.6541,
|
441 |
+
"step": 560
|
442 |
+
},
|
443 |
+
{
|
444 |
+
"epoch": 1.01,
|
445 |
+
"grad_norm": 9.07653522491455,
|
446 |
+
"learning_rate": 4.874162703221823e-05,
|
447 |
+
"loss": 1.6888,
|
448 |
+
"step": 570
|
449 |
+
},
|
450 |
+
{
|
451 |
+
"epoch": 1.03,
|
452 |
+
"grad_norm": 4.492751598358154,
|
453 |
+
"learning_rate": 4.8697477073768766e-05,
|
454 |
+
"loss": 1.6448,
|
455 |
+
"step": 580
|
456 |
+
},
|
457 |
+
{
|
458 |
+
"epoch": 1.05,
|
459 |
+
"grad_norm": 13.852599143981934,
|
460 |
+
"learning_rate": 4.8652586610149095e-05,
|
461 |
+
"loss": 1.6236,
|
462 |
+
"step": 590
|
463 |
+
},
|
464 |
+
{
|
465 |
+
"epoch": 1.07,
|
466 |
+
"grad_norm": 5.424524307250977,
|
467 |
+
"learning_rate": 4.8606957044108556e-05,
|
468 |
+
"loss": 1.4969,
|
469 |
+
"step": 600
|
470 |
+
},
|
471 |
+
{
|
472 |
+
"epoch": 1.07,
|
473 |
+
"eval_loss": 1.6121476888656616,
|
474 |
+
"eval_runtime": 124.7413,
|
475 |
+
"eval_samples_per_second": 8.017,
|
476 |
+
"eval_steps_per_second": 2.004,
|
477 |
+
"step": 600
|
478 |
+
},
|
479 |
+
{
|
480 |
+
"epoch": 1.08,
|
481 |
+
"grad_norm": 3.611617088317871,
|
482 |
+
"learning_rate": 4.856058980149216e-05,
|
483 |
+
"loss": 1.4571,
|
484 |
+
"step": 610
|
485 |
+
},
|
486 |
+
{
|
487 |
+
"epoch": 1.1,
|
488 |
+
"grad_norm": 4.210519313812256,
|
489 |
+
"learning_rate": 4.851348633119606e-05,
|
490 |
+
"loss": 1.63,
|
491 |
+
"step": 620
|
492 |
+
},
|
493 |
+
{
|
494 |
+
"epoch": 1.12,
|
495 |
+
"grad_norm": 95.43629455566406,
|
496 |
+
"learning_rate": 4.84656481051222e-05,
|
497 |
+
"loss": 1.6034,
|
498 |
+
"step": 630
|
499 |
+
},
|
500 |
+
{
|
501 |
+
"epoch": 1.14,
|
502 |
+
"grad_norm": 4.3693528175354,
|
503 |
+
"learning_rate": 4.8417076618132426e-05,
|
504 |
+
"loss": 1.5791,
|
505 |
+
"step": 640
|
506 |
+
},
|
507 |
+
{
|
508 |
+
"epoch": 1.16,
|
509 |
+
"grad_norm": 3.691178321838379,
|
510 |
+
"learning_rate": 4.836777338800168e-05,
|
511 |
+
"loss": 1.5327,
|
512 |
+
"step": 650
|
513 |
+
},
|
514 |
+
{
|
515 |
+
"epoch": 1.17,
|
516 |
+
"grad_norm": 3.547637939453125,
|
517 |
+
"learning_rate": 4.8317739955370636e-05,
|
518 |
+
"loss": 1.4278,
|
519 |
+
"step": 660
|
520 |
+
},
|
521 |
+
{
|
522 |
+
"epoch": 1.19,
|
523 |
+
"grad_norm": 3.426717519760132,
|
524 |
+
"learning_rate": 4.8266977883697515e-05,
|
525 |
+
"loss": 1.5317,
|
526 |
+
"step": 670
|
527 |
+
},
|
528 |
+
{
|
529 |
+
"epoch": 1.21,
|
530 |
+
"grad_norm": 3.004473924636841,
|
531 |
+
"learning_rate": 4.821548875920927e-05,
|
532 |
+
"loss": 1.6848,
|
533 |
+
"step": 680
|
534 |
+
},
|
535 |
+
{
|
536 |
+
"epoch": 1.23,
|
537 |
+
"grad_norm": 3.686044931411743,
|
538 |
+
"learning_rate": 4.816327419085196e-05,
|
539 |
+
"loss": 1.6079,
|
540 |
+
"step": 690
|
541 |
+
},
|
542 |
+
{
|
543 |
+
"epoch": 1.24,
|
544 |
+
"grad_norm": 4.130298137664795,
|
545 |
+
"learning_rate": 4.811033581024056e-05,
|
546 |
+
"loss": 1.5998,
|
547 |
+
"step": 700
|
548 |
+
},
|
549 |
+
{
|
550 |
+
"epoch": 1.24,
|
551 |
+
"eval_loss": 1.5970302820205688,
|
552 |
+
"eval_runtime": 124.9388,
|
553 |
+
"eval_samples_per_second": 8.004,
|
554 |
+
"eval_steps_per_second": 2.001,
|
555 |
+
"step": 700
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 1.26,
|
559 |
+
"grad_norm": 6.1143059730529785,
|
560 |
+
"learning_rate": 4.805667527160788e-05,
|
561 |
+
"loss": 1.554,
|
562 |
+
"step": 710
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 1.28,
|
566 |
+
"grad_norm": 31.27813148498535,
|
567 |
+
"learning_rate": 4.800229425175294e-05,
|
568 |
+
"loss": 1.5824,
|
569 |
+
"step": 720
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 1.3,
|
573 |
+
"grad_norm": 9.035768508911133,
|
574 |
+
"learning_rate": 4.7947194449988555e-05,
|
575 |
+
"loss": 1.547,
|
576 |
+
"step": 730
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 1.32,
|
580 |
+
"grad_norm": 39.38993835449219,
|
581 |
+
"learning_rate": 4.7891377588088223e-05,
|
582 |
+
"loss": 1.5795,
|
583 |
+
"step": 740
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 1.33,
|
587 |
+
"grad_norm": 7.738800048828125,
|
588 |
+
"learning_rate": 4.7834845410232356e-05,
|
589 |
+
"loss": 1.5761,
|
590 |
+
"step": 750
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 1.35,
|
594 |
+
"grad_norm": 3.3933961391448975,
|
595 |
+
"learning_rate": 4.777759968295369e-05,
|
596 |
+
"loss": 1.6293,
|
597 |
+
"step": 760
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 1.37,
|
601 |
+
"grad_norm": 4.511744022369385,
|
602 |
+
"learning_rate": 4.771964219508222e-05,
|
603 |
+
"loss": 1.4761,
|
604 |
+
"step": 770
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 1.39,
|
608 |
+
"grad_norm": 3.566397190093994,
|
609 |
+
"learning_rate": 4.766097475768919e-05,
|
610 |
+
"loss": 1.5707,
|
611 |
+
"step": 780
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 1.4,
|
615 |
+
"grad_norm": 9.365654945373535,
|
616 |
+
"learning_rate": 4.7601599204030544e-05,
|
617 |
+
"loss": 1.3932,
|
618 |
+
"step": 790
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 1.42,
|
622 |
+
"grad_norm": 3.3254847526550293,
|
623 |
+
"learning_rate": 4.754151738948962e-05,
|
624 |
+
"loss": 1.6041,
|
625 |
+
"step": 800
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 1.42,
|
629 |
+
"eval_loss": 1.5639870166778564,
|
630 |
+
"eval_runtime": 124.923,
|
631 |
+
"eval_samples_per_second": 8.005,
|
632 |
+
"eval_steps_per_second": 2.001,
|
633 |
+
"step": 800
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 1.44,
|
637 |
+
"grad_norm": 3.520264148712158,
|
638 |
+
"learning_rate": 4.7480731191519224e-05,
|
639 |
+
"loss": 1.4991,
|
640 |
+
"step": 810
|
641 |
+
},
|
642 |
+
{
|
643 |
+
"epoch": 1.46,
|
644 |
+
"grad_norm": 5.3987531661987305,
|
645 |
+
"learning_rate": 4.741924250958289e-05,
|
646 |
+
"loss": 1.6856,
|
647 |
+
"step": 820
|
648 |
+
},
|
649 |
+
{
|
650 |
+
"epoch": 1.48,
|
651 |
+
"grad_norm": 12.352794647216797,
|
652 |
+
"learning_rate": 4.7357053265095575e-05,
|
653 |
+
"loss": 1.4509,
|
654 |
+
"step": 830
|
655 |
+
},
|
656 |
+
{
|
657 |
+
"epoch": 1.49,
|
658 |
+
"grad_norm": 9.825531005859375,
|
659 |
+
"learning_rate": 4.729416540136361e-05,
|
660 |
+
"loss": 1.6168,
|
661 |
+
"step": 840
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"epoch": 1.51,
|
665 |
+
"grad_norm": 10.881526947021484,
|
666 |
+
"learning_rate": 4.723058088352395e-05,
|
667 |
+
"loss": 1.5783,
|
668 |
+
"step": 850
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"epoch": 1.53,
|
672 |
+
"grad_norm": 6.232407093048096,
|
673 |
+
"learning_rate": 4.7166301698482815e-05,
|
674 |
+
"loss": 1.4556,
|
675 |
+
"step": 860
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 1.55,
|
679 |
+
"grad_norm": 3.3216302394866943,
|
680 |
+
"learning_rate": 4.710132985485355e-05,
|
681 |
+
"loss": 1.593,
|
682 |
+
"step": 870
|
683 |
+
},
|
684 |
+
{
|
685 |
+
"epoch": 1.56,
|
686 |
+
"grad_norm": 5.219264984130859,
|
687 |
+
"learning_rate": 4.703566738289389e-05,
|
688 |
+
"loss": 1.5131,
|
689 |
+
"step": 880
|
690 |
+
},
|
691 |
+
{
|
692 |
+
"epoch": 1.58,
|
693 |
+
"grad_norm": 7.875769138336182,
|
694 |
+
"learning_rate": 4.696931633444251e-05,
|
695 |
+
"loss": 1.5667,
|
696 |
+
"step": 890
|
697 |
+
},
|
698 |
+
{
|
699 |
+
"epoch": 1.6,
|
700 |
+
"grad_norm": 5.77959680557251,
|
701 |
+
"learning_rate": 4.69022787828549e-05,
|
702 |
+
"loss": 1.5211,
|
703 |
+
"step": 900
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"epoch": 1.6,
|
707 |
+
"eval_loss": 1.5731443166732788,
|
708 |
+
"eval_runtime": 124.8025,
|
709 |
+
"eval_samples_per_second": 8.013,
|
710 |
+
"eval_steps_per_second": 2.003,
|
711 |
+
"step": 900
|
712 |
+
},
|
713 |
+
{
|
714 |
+
"epoch": 1.62,
|
715 |
+
"grad_norm": 4.806954383850098,
|
716 |
+
"learning_rate": 4.683455682293863e-05,
|
717 |
+
"loss": 1.6824,
|
718 |
+
"step": 910
|
719 |
+
},
|
720 |
+
{
|
721 |
+
"epoch": 1.64,
|
722 |
+
"grad_norm": 5.980200290679932,
|
723 |
+
"learning_rate": 4.676615257088776e-05,
|
724 |
+
"loss": 1.5989,
|
725 |
+
"step": 920
|
726 |
+
},
|
727 |
+
{
|
728 |
+
"epoch": 1.65,
|
729 |
+
"grad_norm": 4.3645429611206055,
|
730 |
+
"learning_rate": 4.6697068164216896e-05,
|
731 |
+
"loss": 1.6469,
|
732 |
+
"step": 930
|
733 |
+
},
|
734 |
+
{
|
735 |
+
"epoch": 1.67,
|
736 |
+
"grad_norm": 3.2400012016296387,
|
737 |
+
"learning_rate": 4.662730576169423e-05,
|
738 |
+
"loss": 1.568,
|
739 |
+
"step": 940
|
740 |
+
},
|
741 |
+
{
|
742 |
+
"epoch": 1.69,
|
743 |
+
"grad_norm": 4.331827640533447,
|
744 |
+
"learning_rate": 4.6556867543274184e-05,
|
745 |
+
"loss": 1.5236,
|
746 |
+
"step": 950
|
747 |
+
},
|
748 |
+
{
|
749 |
+
"epoch": 1.71,
|
750 |
+
"grad_norm": 3.3798201084136963,
|
751 |
+
"learning_rate": 4.6485755710029256e-05,
|
752 |
+
"loss": 1.5046,
|
753 |
+
"step": 960
|
754 |
+
},
|
755 |
+
{
|
756 |
+
"epoch": 1.72,
|
757 |
+
"grad_norm": 5.440864086151123,
|
758 |
+
"learning_rate": 4.6413972484081216e-05,
|
759 |
+
"loss": 1.5816,
|
760 |
+
"step": 970
|
761 |
+
},
|
762 |
+
{
|
763 |
+
"epoch": 1.74,
|
764 |
+
"grad_norm": 5.852995872497559,
|
765 |
+
"learning_rate": 4.6341520108531746e-05,
|
766 |
+
"loss": 1.4193,
|
767 |
+
"step": 980
|
768 |
+
},
|
769 |
+
{
|
770 |
+
"epoch": 1.76,
|
771 |
+
"grad_norm": 4.2782206535339355,
|
772 |
+
"learning_rate": 4.626840084739224e-05,
|
773 |
+
"loss": 1.5457,
|
774 |
+
"step": 990
|
775 |
+
},
|
776 |
+
{
|
777 |
+
"epoch": 1.78,
|
778 |
+
"grad_norm": 8.631403923034668,
|
779 |
+
"learning_rate": 4.619461698551315e-05,
|
780 |
+
"loss": 1.652,
|
781 |
+
"step": 1000
|
782 |
+
},
|
783 |
+
{
|
784 |
+
"epoch": 1.78,
|
785 |
+
"eval_loss": 1.5386379957199097,
|
786 |
+
"eval_runtime": 124.8384,
|
787 |
+
"eval_samples_per_second": 8.01,
|
788 |
+
"eval_steps_per_second": 2.003,
|
789 |
+
"step": 1000
|
790 |
+
},
|
791 |
+
{
|
792 |
+
"epoch": 1.8,
|
793 |
+
"grad_norm": 4.581122875213623,
|
794 |
+
"learning_rate": 4.612017082851253e-05,
|
795 |
+
"loss": 1.5746,
|
796 |
+
"step": 1010
|
797 |
+
},
|
798 |
+
{
|
799 |
+
"epoch": 1.81,
|
800 |
+
"grad_norm": 3.0373165607452393,
|
801 |
+
"learning_rate": 4.604506470270403e-05,
|
802 |
+
"loss": 1.6038,
|
803 |
+
"step": 1020
|
804 |
+
},
|
805 |
+
{
|
806 |
+
"epoch": 1.83,
|
807 |
+
"grad_norm": 3.5066914558410645,
|
808 |
+
"learning_rate": 4.5969300955024167e-05,
|
809 |
+
"loss": 1.5725,
|
810 |
+
"step": 1030
|
811 |
+
},
|
812 |
+
{
|
813 |
+
"epoch": 1.85,
|
814 |
+
"grad_norm": 4.402235507965088,
|
815 |
+
"learning_rate": 4.589288195295901e-05,
|
816 |
+
"loss": 1.5469,
|
817 |
+
"step": 1040
|
818 |
+
},
|
819 |
+
{
|
820 |
+
"epoch": 1.87,
|
821 |
+
"grad_norm": 4.844370365142822,
|
822 |
+
"learning_rate": 4.58158100844702e-05,
|
823 |
+
"loss": 1.5424,
|
824 |
+
"step": 1050
|
825 |
+
},
|
826 |
+
{
|
827 |
+
"epoch": 1.88,
|
828 |
+
"grad_norm": 4.146657943725586,
|
829 |
+
"learning_rate": 4.573808775792033e-05,
|
830 |
+
"loss": 1.4878,
|
831 |
+
"step": 1060
|
832 |
+
},
|
833 |
+
{
|
834 |
+
"epoch": 1.9,
|
835 |
+
"grad_norm": 3.210528612136841,
|
836 |
+
"learning_rate": 4.5659717401997655e-05,
|
837 |
+
"loss": 1.6077,
|
838 |
+
"step": 1070
|
839 |
+
},
|
840 |
+
{
|
841 |
+
"epoch": 1.92,
|
842 |
+
"grad_norm": 5.2232818603515625,
|
843 |
+
"learning_rate": 4.5580701465640254e-05,
|
844 |
+
"loss": 1.4824,
|
845 |
+
"step": 1080
|
846 |
+
},
|
847 |
+
{
|
848 |
+
"epoch": 1.94,
|
849 |
+
"grad_norm": 2.8741068840026855,
|
850 |
+
"learning_rate": 4.550104241795946e-05,
|
851 |
+
"loss": 1.6172,
|
852 |
+
"step": 1090
|
853 |
+
},
|
854 |
+
{
|
855 |
+
"epoch": 1.96,
|
856 |
+
"grad_norm": 8.092519760131836,
|
857 |
+
"learning_rate": 4.5420742748162734e-05,
|
858 |
+
"loss": 1.3659,
|
859 |
+
"step": 1100
|
860 |
+
},
|
861 |
+
{
|
862 |
+
"epoch": 1.96,
|
863 |
+
"eval_loss": 1.5198711156845093,
|
864 |
+
"eval_runtime": 124.8546,
|
865 |
+
"eval_samples_per_second": 8.009,
|
866 |
+
"eval_steps_per_second": 2.002,
|
867 |
+
"step": 1100
|
868 |
+
},
|
869 |
+
{
|
870 |
+
"epoch": 1.97,
|
871 |
+
"grad_norm": 5.068336009979248,
|
872 |
+
"learning_rate": 4.5339804965475875e-05,
|
873 |
+
"loss": 1.4661,
|
874 |
+
"step": 1110
|
875 |
+
},
|
876 |
+
{
|
877 |
+
"epoch": 1.99,
|
878 |
+
"grad_norm": 13.167552947998047,
|
879 |
+
"learning_rate": 4.525823159906459e-05,
|
880 |
+
"loss": 1.411,
|
881 |
+
"step": 1120
|
882 |
+
},
|
883 |
+
{
|
884 |
+
"epoch": 2.01,
|
885 |
+
"grad_norm": 4.712369918823242,
|
886 |
+
"learning_rate": 4.5176025197955494e-05,
|
887 |
+
"loss": 1.3309,
|
888 |
+
"step": 1130
|
889 |
+
},
|
890 |
+
{
|
891 |
+
"epoch": 2.03,
|
892 |
+
"grad_norm": 7.261610507965088,
|
893 |
+
"learning_rate": 4.509318833095642e-05,
|
894 |
+
"loss": 1.3892,
|
895 |
+
"step": 1140
|
896 |
+
},
|
897 |
+
{
|
898 |
+
"epoch": 2.04,
|
899 |
+
"grad_norm": 3.8006956577301025,
|
900 |
+
"learning_rate": 4.500972358657618e-05,
|
901 |
+
"loss": 1.3927,
|
902 |
+
"step": 1150
|
903 |
+
},
|
904 |
+
{
|
905 |
+
"epoch": 2.06,
|
906 |
+
"grad_norm": 3.6301958560943604,
|
907 |
+
"learning_rate": 4.492563357294369e-05,
|
908 |
+
"loss": 1.4629,
|
909 |
+
"step": 1160
|
910 |
+
},
|
911 |
+
{
|
912 |
+
"epoch": 2.08,
|
913 |
+
"grad_norm": 4.353027820587158,
|
914 |
+
"learning_rate": 4.4840920917726426e-05,
|
915 |
+
"loss": 1.352,
|
916 |
+
"step": 1170
|
917 |
+
},
|
918 |
+
{
|
919 |
+
"epoch": 2.1,
|
920 |
+
"grad_norm": 3.375173807144165,
|
921 |
+
"learning_rate": 4.475558826804833e-05,
|
922 |
+
"loss": 1.4096,
|
923 |
+
"step": 1180
|
924 |
+
},
|
925 |
+
{
|
926 |
+
"epoch": 2.12,
|
927 |
+
"grad_norm": 6.289668560028076,
|
928 |
+
"learning_rate": 4.466963829040712e-05,
|
929 |
+
"loss": 1.4834,
|
930 |
+
"step": 1190
|
931 |
+
},
|
932 |
+
{
|
933 |
+
"epoch": 2.13,
|
934 |
+
"grad_norm": 4.517002582550049,
|
935 |
+
"learning_rate": 4.458307367059092e-05,
|
936 |
+
"loss": 1.4746,
|
937 |
+
"step": 1200
|
938 |
+
},
|
939 |
+
{
|
940 |
+
"epoch": 2.13,
|
941 |
+
"eval_loss": 1.5145190954208374,
|
942 |
+
"eval_runtime": 124.8898,
|
943 |
+
"eval_samples_per_second": 8.007,
|
944 |
+
"eval_steps_per_second": 2.002,
|
945 |
+
"step": 1200
|
946 |
+
}
|
947 |
+
],
|
948 |
+
"logging_steps": 10,
|
949 |
+
"max_steps": 5620,
|
950 |
+
"num_input_tokens_seen": 0,
|
951 |
+
"num_train_epochs": 10,
|
952 |
+
"save_steps": 100,
|
953 |
+
"total_flos": 9.345143605029765e+17,
|
954 |
+
"train_batch_size": 4,
|
955 |
+
"trial_name": null,
|
956 |
+
"trial_params": null
|
957 |
+
}
|
checkpoint-1200/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3882dfa1e7d13fcab0815293b9ac841a1a275771a1fdadce3f013196b52e019b
|
3 |
+
size 5048
|
checkpoint-1300/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: google/gemma-2b
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.9.0
|
checkpoint-1300/adapter_config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "google/gemma-2b",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layers_pattern": null,
|
10 |
+
"layers_to_transform": null,
|
11 |
+
"loftq_config": {},
|
12 |
+
"lora_alpha": 16,
|
13 |
+
"lora_dropout": 0.1,
|
14 |
+
"megatron_config": null,
|
15 |
+
"megatron_core": "megatron.core",
|
16 |
+
"modules_to_save": null,
|
17 |
+
"peft_type": "LORA",
|
18 |
+
"r": 8,
|
19 |
+
"rank_pattern": {},
|
20 |
+
"revision": "unsloth",
|
21 |
+
"target_modules": [
|
22 |
+
"v_proj",
|
23 |
+
"q_proj"
|
24 |
+
],
|
25 |
+
"task_type": "CAUSAL_LM",
|
26 |
+
"use_dora": false,
|
27 |
+
"use_rslora": false
|
28 |
+
}
|
checkpoint-1300/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8fd707712dd82358da79a33ee9f1c986f6405353e769651f7ac4db92b2079d77
|
3 |
+
size 3695848
|
checkpoint-1300/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:71434438c6b8408bde4caf0128d81bbeb25b13b24e638b72f5195085c2e81e47
|
3 |
+
size 7433594
|
checkpoint-1300/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bdcb35c24b5daeb5cb101341c361e48eb368eb2034e53248c5f637b582676b7a
|
3 |
+
size 14244
|