Upload 12 files
Browse files- README.md +202 -0
- adapter_config.json +40 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +6 -0
- config.json +31 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +30 -0
- tokenizer.model +3 -0
- tokenizer_config.json +85 -0
- trainer_state.json +698 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: meta-llama/CodeLlama-34b-Python-hf
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.14.0
|
adapter_config.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "meta-llama/CodeLlama-34b-Python-hf",
|
5 |
+
"bias": "none",
|
6 |
+
"eva_config": null,
|
7 |
+
"exclude_modules": null,
|
8 |
+
"fan_in_fan_out": null,
|
9 |
+
"inference_mode": true,
|
10 |
+
"init_lora_weights": true,
|
11 |
+
"layer_replication": null,
|
12 |
+
"layers_pattern": null,
|
13 |
+
"layers_to_transform": null,
|
14 |
+
"loftq_config": {},
|
15 |
+
"lora_alpha": 16,
|
16 |
+
"lora_bias": false,
|
17 |
+
"lora_dropout": 0.05,
|
18 |
+
"megatron_config": null,
|
19 |
+
"megatron_core": "megatron.core",
|
20 |
+
"modules_to_save": [
|
21 |
+
"embed_tokens",
|
22 |
+
"lm_head"
|
23 |
+
],
|
24 |
+
"peft_type": "LORA",
|
25 |
+
"r": 4,
|
26 |
+
"rank_pattern": {},
|
27 |
+
"revision": null,
|
28 |
+
"target_modules": [
|
29 |
+
"q_proj",
|
30 |
+
"o_proj",
|
31 |
+
"v_proj",
|
32 |
+
"gate_proj",
|
33 |
+
"k_proj",
|
34 |
+
"down_proj",
|
35 |
+
"up_proj"
|
36 |
+
],
|
37 |
+
"task_type": "CAUSAL_LM",
|
38 |
+
"use_dora": false,
|
39 |
+
"use_rslora": false
|
40 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:475f0c6a68a7ae9f0e44c52aa81fe2675dd99848fa17eee55ed9bb623d689799
|
3 |
+
size 3255131824
|
added_tokens.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"▁<EOT>": 32003,
|
3 |
+
"▁<MID>": 32001,
|
4 |
+
"▁<PRE>": 32000,
|
5 |
+
"▁<SUF>": 32002
|
6 |
+
}
|
config.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_attn_implementation_autoset": true,
|
3 |
+
"_name_or_path": "meta-llama/CodeLlama-34b-Python-hf",
|
4 |
+
"architectures": [
|
5 |
+
"LlamaForCausalLM"
|
6 |
+
],
|
7 |
+
"attention_bias": false,
|
8 |
+
"attention_dropout": 0.0,
|
9 |
+
"bos_token_id": 1,
|
10 |
+
"eos_token_id": 2,
|
11 |
+
"head_dim": 128,
|
12 |
+
"hidden_act": "silu",
|
13 |
+
"hidden_size": 8192,
|
14 |
+
"initializer_range": 0.02,
|
15 |
+
"intermediate_size": 22016,
|
16 |
+
"max_position_embeddings": 16384,
|
17 |
+
"mlp_bias": false,
|
18 |
+
"model_type": "llama",
|
19 |
+
"num_attention_heads": 64,
|
20 |
+
"num_hidden_layers": 48,
|
21 |
+
"num_key_value_heads": 8,
|
22 |
+
"pretraining_tp": 1,
|
23 |
+
"rms_norm_eps": 1e-05,
|
24 |
+
"rope_scaling": null,
|
25 |
+
"rope_theta": 1000000,
|
26 |
+
"tie_word_embeddings": false,
|
27 |
+
"torch_dtype": "bfloat16",
|
28 |
+
"transformers_version": "4.46.3",
|
29 |
+
"use_cache": false,
|
30 |
+
"vocab_size": 32004
|
31 |
+
}
|
rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f228b4f082f8cdef2838b130eaba9c4c990ef23663e8d018054ccc2edff53ece
|
3 |
+
size 14244
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b12f9428b9bf89b853bf5311f6f1ae647567213b958fe92bde0cb18dd5e8b44
|
3 |
+
size 1064
|
special_tokens_map.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"▁<PRE>",
|
4 |
+
"▁<MID>",
|
5 |
+
"▁<SUF>",
|
6 |
+
"▁<EOT>"
|
7 |
+
],
|
8 |
+
"bos_token": {
|
9 |
+
"content": "<s>",
|
10 |
+
"lstrip": false,
|
11 |
+
"normalized": false,
|
12 |
+
"rstrip": false,
|
13 |
+
"single_word": false
|
14 |
+
},
|
15 |
+
"eos_token": {
|
16 |
+
"content": "</s>",
|
17 |
+
"lstrip": false,
|
18 |
+
"normalized": false,
|
19 |
+
"rstrip": false,
|
20 |
+
"single_word": false
|
21 |
+
},
|
22 |
+
"pad_token": "</s>",
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<unk>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
}
|
30 |
+
}
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
tokenizer_config.json
ADDED
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"0": {
|
6 |
+
"content": "<unk>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"1": {
|
14 |
+
"content": "<s>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"2": {
|
22 |
+
"content": "</s>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"32000": {
|
30 |
+
"content": "▁<PRE>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"32001": {
|
38 |
+
"content": "▁<MID>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"32002": {
|
46 |
+
"content": "▁<SUF>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": false,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
},
|
53 |
+
"32003": {
|
54 |
+
"content": "▁<EOT>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": false,
|
58 |
+
"single_word": false,
|
59 |
+
"special": true
|
60 |
+
}
|
61 |
+
},
|
62 |
+
"additional_special_tokens": [
|
63 |
+
"▁<PRE>",
|
64 |
+
"▁<MID>",
|
65 |
+
"▁<SUF>",
|
66 |
+
"▁<EOT>"
|
67 |
+
],
|
68 |
+
"bos_token": "<s>",
|
69 |
+
"clean_up_tokenization_spaces": false,
|
70 |
+
"eos_token": "</s>",
|
71 |
+
"eot_token": "▁<EOT>",
|
72 |
+
"fill_token": "<FILL_ME>",
|
73 |
+
"legacy": null,
|
74 |
+
"middle_token": "▁<MID>",
|
75 |
+
"model_max_length": 1000000000000000019884624838656,
|
76 |
+
"pad_token": "</s>",
|
77 |
+
"prefix_token": "▁<PRE>",
|
78 |
+
"sp_model_kwargs": {},
|
79 |
+
"suffix_first": false,
|
80 |
+
"suffix_token": "▁<SUF>",
|
81 |
+
"tokenizer_class": "CodeLlamaTokenizer",
|
82 |
+
"unk_token": "<unk>",
|
83 |
+
"use_default_system_prompt": false,
|
84 |
+
"use_fast": true
|
85 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,698 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 4.935064935064935,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 95,
|
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.05194805194805195,
|
13 |
+
"grad_norm": 4.959436893463135,
|
14 |
+
"learning_rate": 2e-05,
|
15 |
+
"loss": 2.0897,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.1038961038961039,
|
20 |
+
"grad_norm": 3.942784547805786,
|
21 |
+
"learning_rate": 4e-05,
|
22 |
+
"loss": 2.3866,
|
23 |
+
"step": 2
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.15584415584415584,
|
27 |
+
"grad_norm": 4.221513748168945,
|
28 |
+
"learning_rate": 6e-05,
|
29 |
+
"loss": 2.4587,
|
30 |
+
"step": 3
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.2077922077922078,
|
34 |
+
"grad_norm": 3.284791946411133,
|
35 |
+
"learning_rate": 8e-05,
|
36 |
+
"loss": 2.1799,
|
37 |
+
"step": 4
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.2597402597402597,
|
41 |
+
"grad_norm": 5.71047306060791,
|
42 |
+
"learning_rate": 0.0001,
|
43 |
+
"loss": 2.1779,
|
44 |
+
"step": 5
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.3116883116883117,
|
48 |
+
"grad_norm": 3.1526741981506348,
|
49 |
+
"learning_rate": 0.00012,
|
50 |
+
"loss": 2.1932,
|
51 |
+
"step": 6
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.36363636363636365,
|
55 |
+
"grad_norm": 3.1342685222625732,
|
56 |
+
"learning_rate": 0.00014,
|
57 |
+
"loss": 1.4442,
|
58 |
+
"step": 7
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.4155844155844156,
|
62 |
+
"grad_norm": 5.338088035583496,
|
63 |
+
"learning_rate": 0.00016,
|
64 |
+
"loss": 2.0,
|
65 |
+
"step": 8
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.4675324675324675,
|
69 |
+
"grad_norm": 4.116346836090088,
|
70 |
+
"learning_rate": 0.00018,
|
71 |
+
"loss": 1.5286,
|
72 |
+
"step": 9
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.5194805194805194,
|
76 |
+
"grad_norm": 2.5058088302612305,
|
77 |
+
"learning_rate": 0.0002,
|
78 |
+
"loss": 1.4238,
|
79 |
+
"step": 10
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.5714285714285714,
|
83 |
+
"grad_norm": 4.636209487915039,
|
84 |
+
"learning_rate": 0.0001999317060143023,
|
85 |
+
"loss": 1.511,
|
86 |
+
"step": 11
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.6233766233766234,
|
90 |
+
"grad_norm": 3.1061031818389893,
|
91 |
+
"learning_rate": 0.00019972691733857883,
|
92 |
+
"loss": 1.3241,
|
93 |
+
"step": 12
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.6753246753246753,
|
97 |
+
"grad_norm": 2.3636441230773926,
|
98 |
+
"learning_rate": 0.0001993859136895274,
|
99 |
+
"loss": 1.044,
|
100 |
+
"step": 13
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.7272727272727273,
|
104 |
+
"grad_norm": 2.5445024967193604,
|
105 |
+
"learning_rate": 0.0001989091608371146,
|
106 |
+
"loss": 0.9548,
|
107 |
+
"step": 14
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.7792207792207793,
|
111 |
+
"grad_norm": 2.371872901916504,
|
112 |
+
"learning_rate": 0.0001982973099683902,
|
113 |
+
"loss": 1.0614,
|
114 |
+
"step": 15
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.8311688311688312,
|
118 |
+
"grad_norm": 5.0257039070129395,
|
119 |
+
"learning_rate": 0.00019755119679804367,
|
120 |
+
"loss": 1.1408,
|
121 |
+
"step": 16
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.8831168831168831,
|
125 |
+
"grad_norm": 1.9052318334579468,
|
126 |
+
"learning_rate": 0.00019667184042691875,
|
127 |
+
"loss": 0.8993,
|
128 |
+
"step": 17
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.935064935064935,
|
132 |
+
"grad_norm": 2.2592344284057617,
|
133 |
+
"learning_rate": 0.0001956604419500441,
|
134 |
+
"loss": 1.0319,
|
135 |
+
"step": 18
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.987012987012987,
|
139 |
+
"grad_norm": 2.264328718185425,
|
140 |
+
"learning_rate": 0.00019451838281608197,
|
141 |
+
"loss": 1.483,
|
142 |
+
"step": 19
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 1.0389610389610389,
|
146 |
+
"grad_norm": 4.711090564727783,
|
147 |
+
"learning_rate": 0.00019324722294043558,
|
148 |
+
"loss": 1.4984,
|
149 |
+
"step": 20
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 1.0909090909090908,
|
153 |
+
"grad_norm": 1.5374799966812134,
|
154 |
+
"learning_rate": 0.00019184869857459232,
|
155 |
+
"loss": 0.7076,
|
156 |
+
"step": 21
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 1.1428571428571428,
|
160 |
+
"grad_norm": 2.26493501663208,
|
161 |
+
"learning_rate": 0.0001903247199346129,
|
162 |
+
"loss": 1.1543,
|
163 |
+
"step": 22
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 1.1948051948051948,
|
167 |
+
"grad_norm": 1.51936674118042,
|
168 |
+
"learning_rate": 0.0001886773685920062,
|
169 |
+
"loss": 0.7064,
|
170 |
+
"step": 23
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 1.2467532467532467,
|
174 |
+
"grad_norm": 2.1054816246032715,
|
175 |
+
"learning_rate": 0.00018690889463055283,
|
176 |
+
"loss": 0.8401,
|
177 |
+
"step": 24
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 1.2987012987012987,
|
181 |
+
"grad_norm": 2.4671549797058105,
|
182 |
+
"learning_rate": 0.00018502171357296144,
|
183 |
+
"loss": 1.0385,
|
184 |
+
"step": 25
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 1.3506493506493507,
|
188 |
+
"grad_norm": 1.6618045568466187,
|
189 |
+
"learning_rate": 0.00018301840308155507,
|
190 |
+
"loss": 0.5543,
|
191 |
+
"step": 26
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 1.4025974025974026,
|
195 |
+
"grad_norm": 1.7877517938613892,
|
196 |
+
"learning_rate": 0.00018090169943749476,
|
197 |
+
"loss": 0.5464,
|
198 |
+
"step": 27
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 1.4545454545454546,
|
202 |
+
"grad_norm": 3.1368205547332764,
|
203 |
+
"learning_rate": 0.00017867449380334834,
|
204 |
+
"loss": 1.2296,
|
205 |
+
"step": 28
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 1.5064935064935066,
|
209 |
+
"grad_norm": 1.902140498161316,
|
210 |
+
"learning_rate": 0.00017633982827411032,
|
211 |
+
"loss": 0.8562,
|
212 |
+
"step": 29
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 1.5584415584415585,
|
216 |
+
"grad_norm": 1.6555312871932983,
|
217 |
+
"learning_rate": 0.00017390089172206592,
|
218 |
+
"loss": 0.7186,
|
219 |
+
"step": 30
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 1.6103896103896105,
|
223 |
+
"grad_norm": 1.526365041732788,
|
224 |
+
"learning_rate": 0.00017136101544117525,
|
225 |
+
"loss": 0.6501,
|
226 |
+
"step": 31
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 1.6623376623376624,
|
230 |
+
"grad_norm": 1.7592672109603882,
|
231 |
+
"learning_rate": 0.00016872366859692627,
|
232 |
+
"loss": 0.9721,
|
233 |
+
"step": 32
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 1.7142857142857144,
|
237 |
+
"grad_norm": 1.7448221445083618,
|
238 |
+
"learning_rate": 0.0001659924534878723,
|
239 |
+
"loss": 0.6916,
|
240 |
+
"step": 33
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 1.7662337662337664,
|
244 |
+
"grad_norm": 2.216275930404663,
|
245 |
+
"learning_rate": 0.0001631711006253251,
|
246 |
+
"loss": 0.8664,
|
247 |
+
"step": 34
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 1.8181818181818183,
|
251 |
+
"grad_norm": 1.5474787950515747,
|
252 |
+
"learning_rate": 0.00016026346363792567,
|
253 |
+
"loss": 0.5205,
|
254 |
+
"step": 35
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 1.87012987012987,
|
258 |
+
"grad_norm": 2.3516626358032227,
|
259 |
+
"learning_rate": 0.00015727351400805052,
|
260 |
+
"loss": 1.0247,
|
261 |
+
"step": 36
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 1.922077922077922,
|
265 |
+
"grad_norm": 1.921420931816101,
|
266 |
+
"learning_rate": 0.00015420533564724495,
|
267 |
+
"loss": 0.9075,
|
268 |
+
"step": 37
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 1.974025974025974,
|
272 |
+
"grad_norm": 1.9142687320709229,
|
273 |
+
"learning_rate": 0.0001510631193180907,
|
274 |
+
"loss": 0.8456,
|
275 |
+
"step": 38
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 2.0259740259740258,
|
279 |
+
"grad_norm": 2.5155398845672607,
|
280 |
+
"learning_rate": 0.00014785115691012864,
|
281 |
+
"loss": 0.7963,
|
282 |
+
"step": 39
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 2.0779220779220777,
|
286 |
+
"grad_norm": 1.6434123516082764,
|
287 |
+
"learning_rate": 0.00014457383557765386,
|
288 |
+
"loss": 0.7432,
|
289 |
+
"step": 40
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 2.1298701298701297,
|
293 |
+
"grad_norm": 1.6011264324188232,
|
294 |
+
"learning_rate": 0.00014123563174739037,
|
295 |
+
"loss": 0.5455,
|
296 |
+
"step": 41
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 2.1818181818181817,
|
300 |
+
"grad_norm": 1.7301688194274902,
|
301 |
+
"learning_rate": 0.00013784110500423104,
|
302 |
+
"loss": 0.4415,
|
303 |
+
"step": 42
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 2.2337662337662336,
|
307 |
+
"grad_norm": 1.334765911102295,
|
308 |
+
"learning_rate": 0.00013439489186339282,
|
309 |
+
"loss": 0.3515,
|
310 |
+
"step": 43
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 2.2857142857142856,
|
314 |
+
"grad_norm": 1.9331822395324707,
|
315 |
+
"learning_rate": 0.00013090169943749476,
|
316 |
+
"loss": 0.6585,
|
317 |
+
"step": 44
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 2.3376623376623376,
|
321 |
+
"grad_norm": 1.5188448429107666,
|
322 |
+
"learning_rate": 0.0001273662990072083,
|
323 |
+
"loss": 0.3202,
|
324 |
+
"step": 45
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 2.3896103896103895,
|
328 |
+
"grad_norm": 2.288816213607788,
|
329 |
+
"learning_rate": 0.00012379351950426187,
|
330 |
+
"loss": 0.6965,
|
331 |
+
"step": 46
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 2.4415584415584415,
|
335 |
+
"grad_norm": 1.356819987297058,
|
336 |
+
"learning_rate": 0.00012018824091570103,
|
337 |
+
"loss": 0.2039,
|
338 |
+
"step": 47
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 2.4935064935064934,
|
342 |
+
"grad_norm": 2.0376572608947754,
|
343 |
+
"learning_rate": 0.000116555387618413,
|
344 |
+
"loss": 0.4097,
|
345 |
+
"step": 48
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 2.5454545454545454,
|
349 |
+
"grad_norm": 1.3941322565078735,
|
350 |
+
"learning_rate": 0.00011289992165302035,
|
351 |
+
"loss": 0.318,
|
352 |
+
"step": 49
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 2.5974025974025974,
|
356 |
+
"grad_norm": 1.9851269721984863,
|
357 |
+
"learning_rate": 0.00010922683594633021,
|
358 |
+
"loss": 0.4971,
|
359 |
+
"step": 50
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 2.6493506493506493,
|
363 |
+
"grad_norm": 1.670423984527588,
|
364 |
+
"learning_rate": 0.000105541147491597,
|
365 |
+
"loss": 0.3796,
|
366 |
+
"step": 51
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 2.7012987012987013,
|
370 |
+
"grad_norm": 1.6468473672866821,
|
371 |
+
"learning_rate": 0.00010184789049591299,
|
372 |
+
"loss": 0.5085,
|
373 |
+
"step": 52
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 2.7532467532467533,
|
377 |
+
"grad_norm": 1.2429389953613281,
|
378 |
+
"learning_rate": 9.815210950408704e-05,
|
379 |
+
"loss": 0.2477,
|
380 |
+
"step": 53
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 2.8051948051948052,
|
384 |
+
"grad_norm": 2.051650047302246,
|
385 |
+
"learning_rate": 9.4458852508403e-05,
|
386 |
+
"loss": 0.6422,
|
387 |
+
"step": 54
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 2.857142857142857,
|
391 |
+
"grad_norm": 1.2772984504699707,
|
392 |
+
"learning_rate": 9.077316405366981e-05,
|
393 |
+
"loss": 0.2495,
|
394 |
+
"step": 55
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 2.909090909090909,
|
398 |
+
"grad_norm": 1.7530468702316284,
|
399 |
+
"learning_rate": 8.710007834697969e-05,
|
400 |
+
"loss": 0.4244,
|
401 |
+
"step": 56
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 2.961038961038961,
|
405 |
+
"grad_norm": 1.568015694618225,
|
406 |
+
"learning_rate": 8.344461238158699e-05,
|
407 |
+
"loss": 0.3102,
|
408 |
+
"step": 57
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 3.012987012987013,
|
412 |
+
"grad_norm": 3.1359732151031494,
|
413 |
+
"learning_rate": 7.9811759084299e-05,
|
414 |
+
"loss": 0.978,
|
415 |
+
"step": 58
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 3.064935064935065,
|
419 |
+
"grad_norm": 1.2793606519699097,
|
420 |
+
"learning_rate": 7.620648049573815e-05,
|
421 |
+
"loss": 0.2023,
|
422 |
+
"step": 59
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 3.116883116883117,
|
426 |
+
"grad_norm": 0.8895975947380066,
|
427 |
+
"learning_rate": 7.263370099279172e-05,
|
428 |
+
"loss": 0.1311,
|
429 |
+
"step": 60
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 3.168831168831169,
|
433 |
+
"grad_norm": 1.6454602479934692,
|
434 |
+
"learning_rate": 6.909830056250527e-05,
|
435 |
+
"loss": 0.2349,
|
436 |
+
"step": 61
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 3.220779220779221,
|
440 |
+
"grad_norm": 3.0135691165924072,
|
441 |
+
"learning_rate": 6.560510813660719e-05,
|
442 |
+
"loss": 0.282,
|
443 |
+
"step": 62
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 3.2727272727272725,
|
447 |
+
"grad_norm": 2.029156446456909,
|
448 |
+
"learning_rate": 6.215889499576898e-05,
|
449 |
+
"loss": 0.2724,
|
450 |
+
"step": 63
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 3.324675324675325,
|
454 |
+
"grad_norm": 1.4129441976547241,
|
455 |
+
"learning_rate": 5.876436825260967e-05,
|
456 |
+
"loss": 0.2536,
|
457 |
+
"step": 64
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 3.3766233766233764,
|
461 |
+
"grad_norm": 0.968977153301239,
|
462 |
+
"learning_rate": 5.542616442234618e-05,
|
463 |
+
"loss": 0.1043,
|
464 |
+
"step": 65
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 3.4285714285714284,
|
468 |
+
"grad_norm": 2.872439384460449,
|
469 |
+
"learning_rate": 5.214884308987136e-05,
|
470 |
+
"loss": 0.3041,
|
471 |
+
"step": 66
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 3.4805194805194803,
|
475 |
+
"grad_norm": 2.175682306289673,
|
476 |
+
"learning_rate": 4.893688068190932e-05,
|
477 |
+
"loss": 0.2227,
|
478 |
+
"step": 67
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 3.5324675324675323,
|
482 |
+
"grad_norm": 1.2863298654556274,
|
483 |
+
"learning_rate": 4.5794664352755055e-05,
|
484 |
+
"loss": 0.1234,
|
485 |
+
"step": 68
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 3.5844155844155843,
|
489 |
+
"grad_norm": 1.820629596710205,
|
490 |
+
"learning_rate": 4.272648599194948e-05,
|
491 |
+
"loss": 0.1685,
|
492 |
+
"step": 69
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 3.6363636363636362,
|
496 |
+
"grad_norm": 1.7225141525268555,
|
497 |
+
"learning_rate": 3.973653636207437e-05,
|
498 |
+
"loss": 0.3388,
|
499 |
+
"step": 70
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 3.688311688311688,
|
503 |
+
"grad_norm": 3.239525556564331,
|
504 |
+
"learning_rate": 3.682889937467493e-05,
|
505 |
+
"loss": 0.2992,
|
506 |
+
"step": 71
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 3.74025974025974,
|
510 |
+
"grad_norm": 1.7865426540374756,
|
511 |
+
"learning_rate": 3.400754651212776e-05,
|
512 |
+
"loss": 0.1705,
|
513 |
+
"step": 72
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 3.792207792207792,
|
517 |
+
"grad_norm": 1.409381628036499,
|
518 |
+
"learning_rate": 3.1276331403073735e-05,
|
519 |
+
"loss": 0.1688,
|
520 |
+
"step": 73
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 3.844155844155844,
|
524 |
+
"grad_norm": 2.8873255252838135,
|
525 |
+
"learning_rate": 2.8638984558824777e-05,
|
526 |
+
"loss": 0.2449,
|
527 |
+
"step": 74
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 3.896103896103896,
|
531 |
+
"grad_norm": 1.371756672859192,
|
532 |
+
"learning_rate": 2.6099108277934103e-05,
|
533 |
+
"loss": 0.1109,
|
534 |
+
"step": 75
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 3.948051948051948,
|
538 |
+
"grad_norm": 1.8516228199005127,
|
539 |
+
"learning_rate": 2.36601717258897e-05,
|
540 |
+
"loss": 0.2749,
|
541 |
+
"step": 76
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 4.0,
|
545 |
+
"grad_norm": 5.486507892608643,
|
546 |
+
"learning_rate": 2.132550619665168e-05,
|
547 |
+
"loss": 0.3419,
|
548 |
+
"step": 77
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 4.0519480519480515,
|
552 |
+
"grad_norm": 1.2953009605407715,
|
553 |
+
"learning_rate": 1.9098300562505266e-05,
|
554 |
+
"loss": 0.169,
|
555 |
+
"step": 78
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 4.103896103896104,
|
559 |
+
"grad_norm": 4.110390663146973,
|
560 |
+
"learning_rate": 1.6981596918444953e-05,
|
561 |
+
"loss": 0.1386,
|
562 |
+
"step": 79
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 4.1558441558441555,
|
566 |
+
"grad_norm": 1.1933214664459229,
|
567 |
+
"learning_rate": 1.4978286427038601e-05,
|
568 |
+
"loss": 0.1422,
|
569 |
+
"step": 80
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 4.207792207792208,
|
573 |
+
"grad_norm": 1.1193217039108276,
|
574 |
+
"learning_rate": 1.3091105369447165e-05,
|
575 |
+
"loss": 0.1003,
|
576 |
+
"step": 81
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 4.259740259740259,
|
580 |
+
"grad_norm": 1.461154818534851,
|
581 |
+
"learning_rate": 1.1322631407993811e-05,
|
582 |
+
"loss": 0.2098,
|
583 |
+
"step": 82
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 4.311688311688312,
|
587 |
+
"grad_norm": 1.960875153541565,
|
588 |
+
"learning_rate": 9.675280065387116e-06,
|
589 |
+
"loss": 0.1864,
|
590 |
+
"step": 83
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 4.363636363636363,
|
594 |
+
"grad_norm": 1.9848136901855469,
|
595 |
+
"learning_rate": 8.151301425407699e-06,
|
596 |
+
"loss": 0.1859,
|
597 |
+
"step": 84
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 4.415584415584416,
|
601 |
+
"grad_norm": 0.6564483046531677,
|
602 |
+
"learning_rate": 6.75277705956443e-06,
|
603 |
+
"loss": 0.0753,
|
604 |
+
"step": 85
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 4.467532467532467,
|
608 |
+
"grad_norm": 0.8362023234367371,
|
609 |
+
"learning_rate": 5.481617183918053e-06,
|
610 |
+
"loss": 0.1173,
|
611 |
+
"step": 86
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 4.51948051948052,
|
615 |
+
"grad_norm": 2.1371753215789795,
|
616 |
+
"learning_rate": 4.339558049955927e-06,
|
617 |
+
"loss": 0.2897,
|
618 |
+
"step": 87
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 4.571428571428571,
|
622 |
+
"grad_norm": 1.301545262336731,
|
623 |
+
"learning_rate": 3.3281595730812575e-06,
|
624 |
+
"loss": 0.1948,
|
625 |
+
"step": 88
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 4.623376623376624,
|
629 |
+
"grad_norm": 1.0829373598098755,
|
630 |
+
"learning_rate": 2.4488032019563402e-06,
|
631 |
+
"loss": 0.1707,
|
632 |
+
"step": 89
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 4.675324675324675,
|
636 |
+
"grad_norm": 0.8257635235786438,
|
637 |
+
"learning_rate": 1.7026900316098215e-06,
|
638 |
+
"loss": 0.0545,
|
639 |
+
"step": 90
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 4.7272727272727275,
|
643 |
+
"grad_norm": 1.0322595834732056,
|
644 |
+
"learning_rate": 1.0908391628854041e-06,
|
645 |
+
"loss": 0.1287,
|
646 |
+
"step": 91
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 4.779220779220779,
|
650 |
+
"grad_norm": 1.001582384109497,
|
651 |
+
"learning_rate": 6.140863104726391e-07,
|
652 |
+
"loss": 0.1282,
|
653 |
+
"step": 92
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 4.8311688311688314,
|
657 |
+
"grad_norm": 1.6879202127456665,
|
658 |
+
"learning_rate": 2.7308266142119785e-07,
|
659 |
+
"loss": 0.1124,
|
660 |
+
"step": 93
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 4.883116883116883,
|
664 |
+
"grad_norm": 1.0578956604003906,
|
665 |
+
"learning_rate": 6.829398569770939e-08,
|
666 |
+
"loss": 0.1178,
|
667 |
+
"step": 94
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 4.935064935064935,
|
671 |
+
"grad_norm": 1.2711213827133179,
|
672 |
+
"learning_rate": 0.0,
|
673 |
+
"loss": 0.0993,
|
674 |
+
"step": 95
|
675 |
+
}
|
676 |
+
],
|
677 |
+
"logging_steps": 1,
|
678 |
+
"max_steps": 95,
|
679 |
+
"num_input_tokens_seen": 0,
|
680 |
+
"num_train_epochs": 5,
|
681 |
+
"save_steps": 19,
|
682 |
+
"stateful_callbacks": {
|
683 |
+
"TrainerControl": {
|
684 |
+
"args": {
|
685 |
+
"should_epoch_stop": false,
|
686 |
+
"should_evaluate": false,
|
687 |
+
"should_log": false,
|
688 |
+
"should_save": true,
|
689 |
+
"should_training_stop": true
|
690 |
+
},
|
691 |
+
"attributes": {}
|
692 |
+
}
|
693 |
+
},
|
694 |
+
"total_flos": 3.1538580107034624e+17,
|
695 |
+
"train_batch_size": 1,
|
696 |
+
"trial_name": null,
|
697 |
+
"trial_params": null
|
698 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bebdc70b39316d22ac9cffe94e74085e91e930d912b66c47b2257b3d47277959
|
3 |
+
size 6328
|