Upload folder using huggingface_hub
Browse files- checkpoint-111/README.md +202 -0
- checkpoint-111/adapter_config.json +34 -0
- checkpoint-111/adapter_model.safetensors +3 -0
- checkpoint-111/optimizer.pt +3 -0
- checkpoint-111/rng_state_0.pth +3 -0
- checkpoint-111/rng_state_1.pth +3 -0
- checkpoint-111/rng_state_2.pth +3 -0
- checkpoint-111/rng_state_3.pth +3 -0
- checkpoint-111/scheduler.pt +3 -0
- checkpoint-111/special_tokens_map.json +30 -0
- checkpoint-111/tokenizer.json +0 -0
- checkpoint-111/tokenizer.model +3 -0
- checkpoint-111/tokenizer_config.json +42 -0
- checkpoint-111/trainer_state.json +818 -0
- checkpoint-111/training_args.bin +3 -0
checkpoint-111/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: unsloth/tinyllama
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.11.1
|
checkpoint-111/adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "unsloth/tinyllama",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": null,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 16,
|
14 |
+
"lora_dropout": 0.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 32,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"gate_proj",
|
24 |
+
"v_proj",
|
25 |
+
"o_proj",
|
26 |
+
"k_proj",
|
27 |
+
"up_proj",
|
28 |
+
"down_proj",
|
29 |
+
"q_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
checkpoint-111/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0dfc94fd4c274353ebbb096962e9dbae80c84dd0919041b0b22f13dca8eef9ba
|
3 |
+
size 100966336
|
checkpoint-111/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:996f98d43536d66b3df713f9d5b562d1834914a991ebaeaf825a5d6f092b30c3
|
3 |
+
size 50916644
|
checkpoint-111/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:31528186a4f05ddc3fc0e99360a4aa55f48c8fc808c76c7ccd886dd8ff45b3f6
|
3 |
+
size 15088
|
checkpoint-111/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d88128eb74bf0ca0854f27410e20c283610373b7ed47993b1c115ef1d71f5879
|
3 |
+
size 15088
|
checkpoint-111/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae9579d84cd241b728ee10dcb271c8d6b17661f6f13c8a714edb95e250fefd9a
|
3 |
+
size 15088
|
checkpoint-111/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9de3bae8f76b134fcb89bc87f328ca524ea20b2fcc86eaad71a0e1e448e680aa
|
3 |
+
size 15088
|
checkpoint-111/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6f0154bc26ba14bae22cd086dbd8010537de7cf06bfaa0d486c84b01606b2cb
|
3 |
+
size 1064
|
checkpoint-111/special_tokens_map.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "<unk>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<unk>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
}
|
30 |
+
}
|
checkpoint-111/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-111/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
checkpoint-111/tokenizer_config.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"add_prefix_space": null,
|
5 |
+
"added_tokens_decoder": {
|
6 |
+
"0": {
|
7 |
+
"content": "<unk>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": false,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": true
|
13 |
+
},
|
14 |
+
"1": {
|
15 |
+
"content": "<s>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": false,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false,
|
20 |
+
"special": true
|
21 |
+
},
|
22 |
+
"2": {
|
23 |
+
"content": "</s>",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": false,
|
26 |
+
"rstrip": false,
|
27 |
+
"single_word": false,
|
28 |
+
"special": true
|
29 |
+
}
|
30 |
+
},
|
31 |
+
"bos_token": "<s>",
|
32 |
+
"clean_up_tokenization_spaces": false,
|
33 |
+
"eos_token": "</s>",
|
34 |
+
"legacy": false,
|
35 |
+
"model_max_length": 1000000000000000019884624838656,
|
36 |
+
"pad_token": "<unk>",
|
37 |
+
"padding_side": "left",
|
38 |
+
"sp_model_kwargs": {},
|
39 |
+
"tokenizer_class": "LlamaTokenizer",
|
40 |
+
"unk_token": "<unk>",
|
41 |
+
"use_default_system_prompt": false
|
42 |
+
}
|
checkpoint-111/trainer_state.json
ADDED
@@ -0,0 +1,818 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.9932885906040269,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 111,
|
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.008948545861297539,
|
13 |
+
"grad_norm": Infinity,
|
14 |
+
"learning_rate": 4e-05,
|
15 |
+
"loss": 2.5209,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.017897091722595078,
|
20 |
+
"grad_norm": Infinity,
|
21 |
+
"learning_rate": 8e-05,
|
22 |
+
"loss": 2.3763,
|
23 |
+
"step": 2
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.026845637583892617,
|
27 |
+
"grad_norm": Infinity,
|
28 |
+
"learning_rate": 0.00012,
|
29 |
+
"loss": 2.4052,
|
30 |
+
"step": 3
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.035794183445190156,
|
34 |
+
"grad_norm": Infinity,
|
35 |
+
"learning_rate": 0.00016,
|
36 |
+
"loss": 2.3638,
|
37 |
+
"step": 4
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.0447427293064877,
|
41 |
+
"grad_norm": Infinity,
|
42 |
+
"learning_rate": 0.0002,
|
43 |
+
"loss": 2.4036,
|
44 |
+
"step": 5
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.053691275167785234,
|
48 |
+
"grad_norm": Infinity,
|
49 |
+
"learning_rate": 0.00019995608365087946,
|
50 |
+
"loss": 2.356,
|
51 |
+
"step": 6
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.06263982102908278,
|
55 |
+
"grad_norm": Infinity,
|
56 |
+
"learning_rate": 0.00019982437317643217,
|
57 |
+
"loss": 2.3205,
|
58 |
+
"step": 7
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.07158836689038031,
|
62 |
+
"grad_norm": Infinity,
|
63 |
+
"learning_rate": 0.0001996049842615217,
|
64 |
+
"loss": 2.3699,
|
65 |
+
"step": 8
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.08053691275167785,
|
69 |
+
"grad_norm": Infinity,
|
70 |
+
"learning_rate": 0.00019929810960135172,
|
71 |
+
"loss": 2.3722,
|
72 |
+
"step": 9
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.0894854586129754,
|
76 |
+
"grad_norm": Infinity,
|
77 |
+
"learning_rate": 0.0001989040187322164,
|
78 |
+
"loss": 2.4075,
|
79 |
+
"step": 10
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.09843400447427293,
|
83 |
+
"grad_norm": Infinity,
|
84 |
+
"learning_rate": 0.00019842305779475968,
|
85 |
+
"loss": 2.3877,
|
86 |
+
"step": 11
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.10738255033557047,
|
90 |
+
"grad_norm": Infinity,
|
91 |
+
"learning_rate": 0.0001978556492299504,
|
92 |
+
"loss": 2.3471,
|
93 |
+
"step": 12
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.116331096196868,
|
97 |
+
"grad_norm": Infinity,
|
98 |
+
"learning_rate": 0.0001972022914080411,
|
99 |
+
"loss": 2.3465,
|
100 |
+
"step": 13
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.12527964205816555,
|
104 |
+
"grad_norm": Infinity,
|
105 |
+
"learning_rate": 0.00019646355819083589,
|
106 |
+
"loss": 2.3472,
|
107 |
+
"step": 14
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.1342281879194631,
|
111 |
+
"grad_norm": Infinity,
|
112 |
+
"learning_rate": 0.00019564009842765225,
|
113 |
+
"loss": 2.3,
|
114 |
+
"step": 15
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.14317673378076062,
|
118 |
+
"grad_norm": Infinity,
|
119 |
+
"learning_rate": 0.00019473263538541914,
|
120 |
+
"loss": 2.3641,
|
121 |
+
"step": 16
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.15212527964205816,
|
125 |
+
"grad_norm": Infinity,
|
126 |
+
"learning_rate": 0.0001937419661134121,
|
127 |
+
"loss": 2.2752,
|
128 |
+
"step": 17
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.1610738255033557,
|
132 |
+
"grad_norm": Infinity,
|
133 |
+
"learning_rate": 0.00019266896074318334,
|
134 |
+
"loss": 2.3554,
|
135 |
+
"step": 18
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.17002237136465326,
|
139 |
+
"grad_norm": Infinity,
|
140 |
+
"learning_rate": 0.00019151456172430183,
|
141 |
+
"loss": 2.3903,
|
142 |
+
"step": 19
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.1789709172259508,
|
146 |
+
"grad_norm": Infinity,
|
147 |
+
"learning_rate": 0.00019027978299657436,
|
148 |
+
"loss": 2.3386,
|
149 |
+
"step": 20
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.18791946308724833,
|
153 |
+
"grad_norm": Infinity,
|
154 |
+
"learning_rate": 0.00018896570909947475,
|
155 |
+
"loss": 2.2683,
|
156 |
+
"step": 21
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.19686800894854586,
|
160 |
+
"grad_norm": Infinity,
|
161 |
+
"learning_rate": 0.0001875734942195637,
|
162 |
+
"loss": 2.3581,
|
163 |
+
"step": 22
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.2058165548098434,
|
167 |
+
"grad_norm": Infinity,
|
168 |
+
"learning_rate": 0.00018610436117673555,
|
169 |
+
"loss": 2.4238,
|
170 |
+
"step": 23
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.21476510067114093,
|
174 |
+
"grad_norm": Infinity,
|
175 |
+
"learning_rate": 0.0001845596003501826,
|
176 |
+
"loss": 2.3498,
|
177 |
+
"step": 24
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.22371364653243847,
|
181 |
+
"grad_norm": Infinity,
|
182 |
+
"learning_rate": 0.0001829405685450202,
|
183 |
+
"loss": 2.3951,
|
184 |
+
"step": 25
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.232662192393736,
|
188 |
+
"grad_norm": Infinity,
|
189 |
+
"learning_rate": 0.00018124868780056814,
|
190 |
+
"loss": 2.3998,
|
191 |
+
"step": 26
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.24161073825503357,
|
195 |
+
"grad_norm": Infinity,
|
196 |
+
"learning_rate": 0.00017948544414133534,
|
197 |
+
"loss": 2.3576,
|
198 |
+
"step": 27
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.2505592841163311,
|
202 |
+
"grad_norm": Infinity,
|
203 |
+
"learning_rate": 0.00017765238627180424,
|
204 |
+
"loss": 2.4546,
|
205 |
+
"step": 28
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.2595078299776286,
|
209 |
+
"grad_norm": Infinity,
|
210 |
+
"learning_rate": 0.00017575112421616202,
|
211 |
+
"loss": 2.4187,
|
212 |
+
"step": 29
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.2684563758389262,
|
216 |
+
"grad_norm": Infinity,
|
217 |
+
"learning_rate": 0.00017378332790417273,
|
218 |
+
"loss": 2.3181,
|
219 |
+
"step": 30
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.27740492170022374,
|
223 |
+
"grad_norm": Infinity,
|
224 |
+
"learning_rate": 0.00017175072570443312,
|
225 |
+
"loss": 2.2427,
|
226 |
+
"step": 31
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.28635346756152125,
|
230 |
+
"grad_norm": Infinity,
|
231 |
+
"learning_rate": 0.00016965510290629972,
|
232 |
+
"loss": 2.2389,
|
233 |
+
"step": 32
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.2953020134228188,
|
237 |
+
"grad_norm": Infinity,
|
238 |
+
"learning_rate": 0.00016749830015182107,
|
239 |
+
"loss": 2.2622,
|
240 |
+
"step": 33
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.3042505592841163,
|
244 |
+
"grad_norm": Infinity,
|
245 |
+
"learning_rate": 0.00016528221181905217,
|
246 |
+
"loss": 2.3253,
|
247 |
+
"step": 34
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.3131991051454139,
|
251 |
+
"grad_norm": Infinity,
|
252 |
+
"learning_rate": 0.00016300878435817113,
|
253 |
+
"loss": 2.3176,
|
254 |
+
"step": 35
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.3221476510067114,
|
258 |
+
"grad_norm": Infinity,
|
259 |
+
"learning_rate": 0.00016068001458185936,
|
260 |
+
"loss": 2.3296,
|
261 |
+
"step": 36
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.33109619686800895,
|
265 |
+
"grad_norm": Infinity,
|
266 |
+
"learning_rate": 0.0001582979479114472,
|
267 |
+
"loss": 2.3007,
|
268 |
+
"step": 37
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.3400447427293065,
|
272 |
+
"grad_norm": Infinity,
|
273 |
+
"learning_rate": 0.00015586467658036524,
|
274 |
+
"loss": 2.3147,
|
275 |
+
"step": 38
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.348993288590604,
|
279 |
+
"grad_norm": Infinity,
|
280 |
+
"learning_rate": 0.0001533823377964791,
|
281 |
+
"loss": 2.4518,
|
282 |
+
"step": 39
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.3579418344519016,
|
286 |
+
"grad_norm": Infinity,
|
287 |
+
"learning_rate": 0.00015085311186492206,
|
288 |
+
"loss": 2.3307,
|
289 |
+
"step": 40
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.3668903803131991,
|
293 |
+
"grad_norm": Infinity,
|
294 |
+
"learning_rate": 0.00014827922027307451,
|
295 |
+
"loss": 2.3834,
|
296 |
+
"step": 41
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 0.37583892617449666,
|
300 |
+
"grad_norm": Infinity,
|
301 |
+
"learning_rate": 0.0001456629237393713,
|
302 |
+
"loss": 2.4204,
|
303 |
+
"step": 42
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.38478747203579416,
|
307 |
+
"grad_norm": Infinity,
|
308 |
+
"learning_rate": 0.00014300652022765207,
|
309 |
+
"loss": 2.3773,
|
310 |
+
"step": 43
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.39373601789709173,
|
314 |
+
"grad_norm": Infinity,
|
315 |
+
"learning_rate": 0.00014031234292879725,
|
316 |
+
"loss": 2.4166,
|
317 |
+
"step": 44
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.40268456375838924,
|
321 |
+
"grad_norm": Infinity,
|
322 |
+
"learning_rate": 0.00013758275821142382,
|
323 |
+
"loss": 2.2125,
|
324 |
+
"step": 45
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.4116331096196868,
|
328 |
+
"grad_norm": Infinity,
|
329 |
+
"learning_rate": 0.0001348201635434399,
|
330 |
+
"loss": 2.54,
|
331 |
+
"step": 46
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.42058165548098436,
|
335 |
+
"grad_norm": Infinity,
|
336 |
+
"learning_rate": 0.00013202698538628376,
|
337 |
+
"loss": 2.2798,
|
338 |
+
"step": 47
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 0.42953020134228187,
|
342 |
+
"grad_norm": Infinity,
|
343 |
+
"learning_rate": 0.00012920567706369758,
|
344 |
+
"loss": 2.4098,
|
345 |
+
"step": 48
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.43847874720357943,
|
349 |
+
"grad_norm": Infinity,
|
350 |
+
"learning_rate": 0.00012635871660690676,
|
351 |
+
"loss": 2.291,
|
352 |
+
"step": 49
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 0.44742729306487694,
|
356 |
+
"grad_norm": Infinity,
|
357 |
+
"learning_rate": 0.00012348860457809838,
|
358 |
+
"loss": 2.4545,
|
359 |
+
"step": 50
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 0.4563758389261745,
|
363 |
+
"grad_norm": Infinity,
|
364 |
+
"learning_rate": 0.00012059786187410984,
|
365 |
+
"loss": 2.2959,
|
366 |
+
"step": 51
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 0.465324384787472,
|
370 |
+
"grad_norm": Infinity,
|
371 |
+
"learning_rate": 0.0001176890275122573,
|
372 |
+
"loss": 2.3574,
|
373 |
+
"step": 52
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 0.4742729306487696,
|
377 |
+
"grad_norm": Infinity,
|
378 |
+
"learning_rate": 0.00011476465640024814,
|
379 |
+
"loss": 2.406,
|
380 |
+
"step": 53
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 0.48322147651006714,
|
384 |
+
"grad_norm": Infinity,
|
385 |
+
"learning_rate": 0.00011182731709213659,
|
386 |
+
"loss": 2.4389,
|
387 |
+
"step": 54
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.49217002237136465,
|
391 |
+
"grad_norm": Infinity,
|
392 |
+
"learning_rate": 0.00010887958953229349,
|
393 |
+
"loss": 2.3658,
|
394 |
+
"step": 55
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 0.5011185682326622,
|
398 |
+
"grad_norm": Infinity,
|
399 |
+
"learning_rate": 0.00010592406278937144,
|
400 |
+
"loss": 2.3528,
|
401 |
+
"step": 56
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.5100671140939598,
|
405 |
+
"grad_norm": Infinity,
|
406 |
+
"learning_rate": 0.00010296333278225599,
|
407 |
+
"loss": 2.4212,
|
408 |
+
"step": 57
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 0.5190156599552572,
|
412 |
+
"grad_norm": Infinity,
|
413 |
+
"learning_rate": 0.0001,
|
414 |
+
"loss": 2.3734,
|
415 |
+
"step": 58
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 0.5279642058165548,
|
419 |
+
"grad_norm": Infinity,
|
420 |
+
"learning_rate": 9.703666721774402e-05,
|
421 |
+
"loss": 2.4072,
|
422 |
+
"step": 59
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 0.5369127516778524,
|
426 |
+
"grad_norm": Infinity,
|
427 |
+
"learning_rate": 9.407593721062859e-05,
|
428 |
+
"loss": 2.284,
|
429 |
+
"step": 60
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.5458612975391499,
|
433 |
+
"grad_norm": Infinity,
|
434 |
+
"learning_rate": 9.112041046770653e-05,
|
435 |
+
"loss": 2.3904,
|
436 |
+
"step": 61
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 0.5548098434004475,
|
440 |
+
"grad_norm": Infinity,
|
441 |
+
"learning_rate": 8.817268290786343e-05,
|
442 |
+
"loss": 2.3897,
|
443 |
+
"step": 62
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 0.5637583892617449,
|
447 |
+
"grad_norm": Infinity,
|
448 |
+
"learning_rate": 8.523534359975189e-05,
|
449 |
+
"loss": 2.3225,
|
450 |
+
"step": 63
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 0.5727069351230425,
|
454 |
+
"grad_norm": Infinity,
|
455 |
+
"learning_rate": 8.231097248774274e-05,
|
456 |
+
"loss": 2.2408,
|
457 |
+
"step": 64
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 0.5816554809843401,
|
461 |
+
"grad_norm": Infinity,
|
462 |
+
"learning_rate": 7.940213812589018e-05,
|
463 |
+
"loss": 2.282,
|
464 |
+
"step": 65
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 0.5906040268456376,
|
468 |
+
"grad_norm": Infinity,
|
469 |
+
"learning_rate": 7.651139542190164e-05,
|
470 |
+
"loss": 2.3552,
|
471 |
+
"step": 66
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 0.5995525727069351,
|
475 |
+
"grad_norm": Infinity,
|
476 |
+
"learning_rate": 7.364128339309326e-05,
|
477 |
+
"loss": 2.3491,
|
478 |
+
"step": 67
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 0.6085011185682326,
|
482 |
+
"grad_norm": Infinity,
|
483 |
+
"learning_rate": 7.079432293630244e-05,
|
484 |
+
"loss": 2.3222,
|
485 |
+
"step": 68
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 0.6174496644295302,
|
489 |
+
"grad_norm": Infinity,
|
490 |
+
"learning_rate": 6.797301461371625e-05,
|
491 |
+
"loss": 2.3866,
|
492 |
+
"step": 69
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 0.6263982102908278,
|
496 |
+
"grad_norm": Infinity,
|
497 |
+
"learning_rate": 6.517983645656014e-05,
|
498 |
+
"loss": 2.3404,
|
499 |
+
"step": 70
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 0.6353467561521253,
|
503 |
+
"grad_norm": Infinity,
|
504 |
+
"learning_rate": 6.24172417885762e-05,
|
505 |
+
"loss": 2.3076,
|
506 |
+
"step": 71
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 0.6442953020134228,
|
510 |
+
"grad_norm": Infinity,
|
511 |
+
"learning_rate": 5.96876570712028e-05,
|
512 |
+
"loss": 2.2991,
|
513 |
+
"step": 72
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 0.6532438478747203,
|
517 |
+
"grad_norm": Infinity,
|
518 |
+
"learning_rate": 5.699347977234799e-05,
|
519 |
+
"loss": 2.3487,
|
520 |
+
"step": 73
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 0.6621923937360179,
|
524 |
+
"grad_norm": Infinity,
|
525 |
+
"learning_rate": 5.43370762606287e-05,
|
526 |
+
"loss": 2.3273,
|
527 |
+
"step": 74
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 0.6711409395973155,
|
531 |
+
"grad_norm": Infinity,
|
532 |
+
"learning_rate": 5.172077972692553e-05,
|
533 |
+
"loss": 2.3829,
|
534 |
+
"step": 75
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 0.680089485458613,
|
538 |
+
"grad_norm": Infinity,
|
539 |
+
"learning_rate": 4.914688813507797e-05,
|
540 |
+
"loss": 2.3727,
|
541 |
+
"step": 76
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 0.6890380313199105,
|
545 |
+
"grad_norm": Infinity,
|
546 |
+
"learning_rate": 4.661766220352097e-05,
|
547 |
+
"loss": 2.3296,
|
548 |
+
"step": 77
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 0.697986577181208,
|
552 |
+
"grad_norm": Infinity,
|
553 |
+
"learning_rate": 4.4135323419634766e-05,
|
554 |
+
"loss": 2.3478,
|
555 |
+
"step": 78
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 0.7069351230425056,
|
559 |
+
"grad_norm": Infinity,
|
560 |
+
"learning_rate": 4.170205208855281e-05,
|
561 |
+
"loss": 2.228,
|
562 |
+
"step": 79
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 0.7158836689038032,
|
566 |
+
"grad_norm": Infinity,
|
567 |
+
"learning_rate": 3.931998541814069e-05,
|
568 |
+
"loss": 2.3218,
|
569 |
+
"step": 80
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 0.7248322147651006,
|
573 |
+
"grad_norm": Infinity,
|
574 |
+
"learning_rate": 3.69912156418289e-05,
|
575 |
+
"loss": 2.302,
|
576 |
+
"step": 81
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 0.7337807606263982,
|
580 |
+
"grad_norm": Infinity,
|
581 |
+
"learning_rate": 3.471778818094785e-05,
|
582 |
+
"loss": 2.4534,
|
583 |
+
"step": 82
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 0.7427293064876958,
|
587 |
+
"grad_norm": Infinity,
|
588 |
+
"learning_rate": 3.250169984817897e-05,
|
589 |
+
"loss": 2.4143,
|
590 |
+
"step": 83
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 0.7516778523489933,
|
594 |
+
"grad_norm": Infinity,
|
595 |
+
"learning_rate": 3.034489709370033e-05,
|
596 |
+
"loss": 2.4148,
|
597 |
+
"step": 84
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 0.7606263982102909,
|
601 |
+
"grad_norm": Infinity,
|
602 |
+
"learning_rate": 2.8249274295566864e-05,
|
603 |
+
"loss": 2.3943,
|
604 |
+
"step": 85
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 0.7695749440715883,
|
608 |
+
"grad_norm": Infinity,
|
609 |
+
"learning_rate": 2.6216672095827266e-05,
|
610 |
+
"loss": 2.3216,
|
611 |
+
"step": 86
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 0.7785234899328859,
|
615 |
+
"grad_norm": Infinity,
|
616 |
+
"learning_rate": 2.4248875783837987e-05,
|
617 |
+
"loss": 2.3203,
|
618 |
+
"step": 87
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 0.7874720357941835,
|
622 |
+
"grad_norm": Infinity,
|
623 |
+
"learning_rate": 2.234761372819577e-05,
|
624 |
+
"loss": 2.243,
|
625 |
+
"step": 88
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 0.796420581655481,
|
629 |
+
"grad_norm": Infinity,
|
630 |
+
"learning_rate": 2.0514555858664663e-05,
|
631 |
+
"loss": 2.393,
|
632 |
+
"step": 89
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 0.8053691275167785,
|
636 |
+
"grad_norm": Infinity,
|
637 |
+
"learning_rate": 1.875131219943187e-05,
|
638 |
+
"loss": 2.3419,
|
639 |
+
"step": 90
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 0.814317673378076,
|
643 |
+
"grad_norm": Infinity,
|
644 |
+
"learning_rate": 1.7059431454979824e-05,
|
645 |
+
"loss": 2.4027,
|
646 |
+
"step": 91
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 0.8232662192393736,
|
650 |
+
"grad_norm": Infinity,
|
651 |
+
"learning_rate": 1.5440399649817385e-05,
|
652 |
+
"loss": 2.2473,
|
653 |
+
"step": 92
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 0.8322147651006712,
|
657 |
+
"grad_norm": Infinity,
|
658 |
+
"learning_rate": 1.3895638823264446e-05,
|
659 |
+
"loss": 2.4251,
|
660 |
+
"step": 93
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 0.8411633109619687,
|
664 |
+
"grad_norm": Infinity,
|
665 |
+
"learning_rate": 1.2426505780436326e-05,
|
666 |
+
"loss": 2.2876,
|
667 |
+
"step": 94
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 0.8501118568232662,
|
671 |
+
"grad_norm": Infinity,
|
672 |
+
"learning_rate": 1.103429090052528e-05,
|
673 |
+
"loss": 2.2836,
|
674 |
+
"step": 95
|
675 |
+
},
|
676 |
+
{
|
677 |
+
"epoch": 0.8590604026845637,
|
678 |
+
"grad_norm": Infinity,
|
679 |
+
"learning_rate": 9.720217003425647e-06,
|
680 |
+
"loss": 2.4119,
|
681 |
+
"step": 96
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 0.8680089485458613,
|
685 |
+
"grad_norm": Infinity,
|
686 |
+
"learning_rate": 8.485438275698154e-06,
|
687 |
+
"loss": 2.3938,
|
688 |
+
"step": 97
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"epoch": 0.8769574944071589,
|
692 |
+
"grad_norm": Infinity,
|
693 |
+
"learning_rate": 7.331039256816663e-06,
|
694 |
+
"loss": 2.315,
|
695 |
+
"step": 98
|
696 |
+
},
|
697 |
+
{
|
698 |
+
"epoch": 0.8859060402684564,
|
699 |
+
"grad_norm": Infinity,
|
700 |
+
"learning_rate": 6.258033886587911e-06,
|
701 |
+
"loss": 2.3633,
|
702 |
+
"step": 99
|
703 |
+
},
|
704 |
+
{
|
705 |
+
"epoch": 0.8948545861297539,
|
706 |
+
"grad_norm": Infinity,
|
707 |
+
"learning_rate": 5.267364614580861e-06,
|
708 |
+
"loss": 2.4346,
|
709 |
+
"step": 100
|
710 |
+
},
|
711 |
+
{
|
712 |
+
"epoch": 0.9038031319910514,
|
713 |
+
"grad_norm": Infinity,
|
714 |
+
"learning_rate": 4.359901572347758e-06,
|
715 |
+
"loss": 2.3044,
|
716 |
+
"step": 101
|
717 |
+
},
|
718 |
+
{
|
719 |
+
"epoch": 0.912751677852349,
|
720 |
+
"grad_norm": Infinity,
|
721 |
+
"learning_rate": 3.5364418091641373e-06,
|
722 |
+
"loss": 2.3033,
|
723 |
+
"step": 102
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"epoch": 0.9217002237136466,
|
727 |
+
"grad_norm": Infinity,
|
728 |
+
"learning_rate": 2.7977085919589254e-06,
|
729 |
+
"loss": 2.4251,
|
730 |
+
"step": 103
|
731 |
+
},
|
732 |
+
{
|
733 |
+
"epoch": 0.930648769574944,
|
734 |
+
"grad_norm": Infinity,
|
735 |
+
"learning_rate": 2.144350770049597e-06,
|
736 |
+
"loss": 2.3084,
|
737 |
+
"step": 104
|
738 |
+
},
|
739 |
+
{
|
740 |
+
"epoch": 0.9395973154362416,
|
741 |
+
"grad_norm": Infinity,
|
742 |
+
"learning_rate": 1.576942205240317e-06,
|
743 |
+
"loss": 2.4026,
|
744 |
+
"step": 105
|
745 |
+
},
|
746 |
+
{
|
747 |
+
"epoch": 0.9485458612975392,
|
748 |
+
"grad_norm": Infinity,
|
749 |
+
"learning_rate": 1.0959812677835968e-06,
|
750 |
+
"loss": 2.3017,
|
751 |
+
"step": 106
|
752 |
+
},
|
753 |
+
{
|
754 |
+
"epoch": 0.9574944071588367,
|
755 |
+
"grad_norm": Infinity,
|
756 |
+
"learning_rate": 7.018903986483083e-07,
|
757 |
+
"loss": 2.3852,
|
758 |
+
"step": 107
|
759 |
+
},
|
760 |
+
{
|
761 |
+
"epoch": 0.9664429530201343,
|
762 |
+
"grad_norm": Infinity,
|
763 |
+
"learning_rate": 3.950157384783104e-07,
|
764 |
+
"loss": 2.3078,
|
765 |
+
"step": 108
|
766 |
+
},
|
767 |
+
{
|
768 |
+
"epoch": 0.9753914988814317,
|
769 |
+
"grad_norm": Infinity,
|
770 |
+
"learning_rate": 1.7562682356786487e-07,
|
771 |
+
"loss": 2.3399,
|
772 |
+
"step": 109
|
773 |
+
},
|
774 |
+
{
|
775 |
+
"epoch": 0.9843400447427293,
|
776 |
+
"grad_norm": Infinity,
|
777 |
+
"learning_rate": 4.391634912056519e-08,
|
778 |
+
"loss": 2.295,
|
779 |
+
"step": 110
|
780 |
+
},
|
781 |
+
{
|
782 |
+
"epoch": 0.9932885906040269,
|
783 |
+
"grad_norm": Infinity,
|
784 |
+
"learning_rate": 0.0,
|
785 |
+
"loss": 2.4105,
|
786 |
+
"step": 111
|
787 |
+
},
|
788 |
+
{
|
789 |
+
"epoch": 0.9932885906040269,
|
790 |
+
"eval_loss": 2.663038492202759,
|
791 |
+
"eval_runtime": 443.7515,
|
792 |
+
"eval_samples_per_second": 23.493,
|
793 |
+
"eval_steps_per_second": 2.939,
|
794 |
+
"step": 111
|
795 |
+
}
|
796 |
+
],
|
797 |
+
"logging_steps": 1,
|
798 |
+
"max_steps": 111,
|
799 |
+
"num_input_tokens_seen": 0,
|
800 |
+
"num_train_epochs": 1,
|
801 |
+
"save_steps": 500,
|
802 |
+
"stateful_callbacks": {
|
803 |
+
"TrainerControl": {
|
804 |
+
"args": {
|
805 |
+
"should_epoch_stop": false,
|
806 |
+
"should_evaluate": false,
|
807 |
+
"should_log": false,
|
808 |
+
"should_save": true,
|
809 |
+
"should_training_stop": true
|
810 |
+
},
|
811 |
+
"attributes": {}
|
812 |
+
}
|
813 |
+
},
|
814 |
+
"total_flos": 9.250921952103629e+16,
|
815 |
+
"train_batch_size": 2,
|
816 |
+
"trial_name": null,
|
817 |
+
"trial_params": null
|
818 |
+
}
|
checkpoint-111/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b2aeaec551ccdae814aca28502dbf00009477f8ebe514143bb8664bdf85eebc
|
3 |
+
size 6200
|