End of training
Browse files- README.md +168 -0
- adapter_config.json +34 -0
- adapter_model.bin +3 -0
- adapter_model.safetensors +3 -0
- config.json +32 -0
- last-checkpoint/README.md +202 -0
- last-checkpoint/adapter_config.json +34 -0
- last-checkpoint/adapter_model.safetensors +3 -0
- last-checkpoint/optimizer.pt +3 -0
- last-checkpoint/rng_state.pth +3 -0
- last-checkpoint/scheduler.pt +3 -0
- last-checkpoint/special_tokens_map.json +30 -0
- last-checkpoint/tokenizer.json +0 -0
- last-checkpoint/tokenizer.model +3 -0
- last-checkpoint/tokenizer_config.json +42 -0
- last-checkpoint/trainer_state.json +1482 -0
- last-checkpoint/training_args.bin +3 -0
- special_tokens_map.json +30 -0
- tokenizer.json +0 -0
- tokenizer.model +3 -0
- tokenizer_config.json +42 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,168 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: Maykeye/TinyLLama-v0
|
5 |
+
tags:
|
6 |
+
- axolotl
|
7 |
+
- generated_from_trainer
|
8 |
+
model-index:
|
9 |
+
- name: 634639e1-8d68-408c-b653-ee9275187a85
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
[<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
|
17 |
+
<details><summary>See axolotl config</summary>
|
18 |
+
|
19 |
+
axolotl version: `0.4.1`
|
20 |
+
```yaml
|
21 |
+
adapter: lora
|
22 |
+
base_model: Maykeye/TinyLLama-v0
|
23 |
+
bf16: true
|
24 |
+
chat_template: llama3
|
25 |
+
data_processes: 16
|
26 |
+
dataset_prepared_path: null
|
27 |
+
datasets:
|
28 |
+
- data_files:
|
29 |
+
- e1129b87dc298242_train_data.json
|
30 |
+
ds_type: json
|
31 |
+
format: custom
|
32 |
+
path: /workspace/input_data/e1129b87dc298242_train_data.json
|
33 |
+
type:
|
34 |
+
field_input: post
|
35 |
+
field_instruction: prompt
|
36 |
+
field_output: summary
|
37 |
+
format: '{instruction} {input}'
|
38 |
+
no_input_format: '{instruction}'
|
39 |
+
system_format: '{system}'
|
40 |
+
system_prompt: ''
|
41 |
+
debug: null
|
42 |
+
deepspeed: null
|
43 |
+
device_map: auto
|
44 |
+
do_eval: true
|
45 |
+
early_stopping_patience: 5
|
46 |
+
eval_batch_size: 2
|
47 |
+
eval_max_new_tokens: 128
|
48 |
+
eval_steps: 50
|
49 |
+
eval_table_size: null
|
50 |
+
evals_per_epoch: null
|
51 |
+
flash_attention: true
|
52 |
+
fp16: false
|
53 |
+
fsdp: null
|
54 |
+
fsdp_config: null
|
55 |
+
gradient_accumulation_steps: 4
|
56 |
+
gradient_checkpointing: true
|
57 |
+
group_by_length: true
|
58 |
+
hub_model_id: null
|
59 |
+
hub_repo: null
|
60 |
+
hub_strategy: checkpoint
|
61 |
+
hub_token: null
|
62 |
+
learning_rate: 0.0001
|
63 |
+
load_in_4bit: false
|
64 |
+
load_in_8bit: false
|
65 |
+
local_rank: null
|
66 |
+
logging_steps: 1
|
67 |
+
lora_alpha: 128
|
68 |
+
lora_dropout: 0.05
|
69 |
+
lora_fan_in_fan_out: null
|
70 |
+
lora_model_dir: null
|
71 |
+
lora_r: 64
|
72 |
+
lora_target_linear: true
|
73 |
+
lr_scheduler: cosine
|
74 |
+
max_grad_norm: 1.0
|
75 |
+
max_memory:
|
76 |
+
0: 75GB
|
77 |
+
max_steps: 200
|
78 |
+
micro_batch_size: 8
|
79 |
+
mlflow_experiment_name: /tmp/e1129b87dc298242_train_data.json
|
80 |
+
model_type: AutoModelForCausalLM
|
81 |
+
num_epochs: 3
|
82 |
+
optim_args:
|
83 |
+
adam_beta1: 0.9
|
84 |
+
adam_beta2: 0.95
|
85 |
+
adam_epsilon: 1e-5
|
86 |
+
optimizer: adamw_torch
|
87 |
+
output_dir: miner_id_24
|
88 |
+
pad_to_sequence_len: true
|
89 |
+
resume_from_checkpoint: null
|
90 |
+
s2_attention: null
|
91 |
+
sample_packing: false
|
92 |
+
save_steps: 50
|
93 |
+
saves_per_epoch: null
|
94 |
+
sequence_len: 1024
|
95 |
+
special_tokens:
|
96 |
+
pad_token: </s>
|
97 |
+
strict: false
|
98 |
+
tf32: true
|
99 |
+
tokenizer_type: AutoTokenizer
|
100 |
+
train_on_inputs: false
|
101 |
+
trust_remote_code: true
|
102 |
+
val_set_size: 0.05
|
103 |
+
wandb_entity: null
|
104 |
+
wandb_mode: online
|
105 |
+
wandb_name: b9777803-96c3-4d3c-9b73-a5f9e48688f6
|
106 |
+
wandb_project: Gradients-On-Demand
|
107 |
+
wandb_run: your_name
|
108 |
+
wandb_runid: b9777803-96c3-4d3c-9b73-a5f9e48688f6
|
109 |
+
warmup_steps: 20
|
110 |
+
weight_decay: 0.0
|
111 |
+
xformers_attention: null
|
112 |
+
|
113 |
+
```
|
114 |
+
|
115 |
+
</details><br>
|
116 |
+
|
117 |
+
# 634639e1-8d68-408c-b653-ee9275187a85
|
118 |
+
|
119 |
+
This model is a fine-tuned version of [Maykeye/TinyLLama-v0](https://huggingface.co/Maykeye/TinyLLama-v0) on the None dataset.
|
120 |
+
It achieves the following results on the evaluation set:
|
121 |
+
- Loss: 5.7593
|
122 |
+
|
123 |
+
## Model description
|
124 |
+
|
125 |
+
More information needed
|
126 |
+
|
127 |
+
## Intended uses & limitations
|
128 |
+
|
129 |
+
More information needed
|
130 |
+
|
131 |
+
## Training and evaluation data
|
132 |
+
|
133 |
+
More information needed
|
134 |
+
|
135 |
+
## Training procedure
|
136 |
+
|
137 |
+
### Training hyperparameters
|
138 |
+
|
139 |
+
The following hyperparameters were used during training:
|
140 |
+
- learning_rate: 0.0001
|
141 |
+
- train_batch_size: 8
|
142 |
+
- eval_batch_size: 2
|
143 |
+
- seed: 42
|
144 |
+
- gradient_accumulation_steps: 4
|
145 |
+
- total_train_batch_size: 32
|
146 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=adam_beta1=0.9,adam_beta2=0.95,adam_epsilon=1e-5
|
147 |
+
- lr_scheduler_type: cosine
|
148 |
+
- lr_scheduler_warmup_steps: 20
|
149 |
+
- training_steps: 200
|
150 |
+
|
151 |
+
### Training results
|
152 |
+
|
153 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
154 |
+
|:-------------:|:------:|:----:|:---------------:|
|
155 |
+
| 6.7348 | 0.0003 | 1 | 6.6058 |
|
156 |
+
| 6.0416 | 0.0130 | 50 | 5.9980 |
|
157 |
+
| 5.8411 | 0.0260 | 100 | 5.8410 |
|
158 |
+
| 6.1454 | 0.0390 | 150 | 5.7716 |
|
159 |
+
| 6.0729 | 0.0520 | 200 | 5.7593 |
|
160 |
+
|
161 |
+
|
162 |
+
### Framework versions
|
163 |
+
|
164 |
+
- PEFT 0.13.2
|
165 |
+
- Transformers 4.46.0
|
166 |
+
- Pytorch 2.5.0+cu124
|
167 |
+
- Datasets 3.0.1
|
168 |
+
- Tokenizers 0.20.1
|
adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Maykeye/TinyLLama-v0",
|
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": 128,
|
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": 64,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"v_proj",
|
24 |
+
"o_proj",
|
25 |
+
"up_proj",
|
26 |
+
"q_proj",
|
27 |
+
"k_proj",
|
28 |
+
"gate_proj",
|
29 |
+
"down_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e4a56b69ca215a1a5be90f61dcddc2e8f5439840f9051f3f77a358719dac2ee
|
3 |
+
size 3054730
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c06384fd2925736a9314267de54f3534d1a7ef5f70780c761180c7baa60029b2
|
3 |
+
size 3029024
|
config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_attn_implementation_autoset": true,
|
3 |
+
"_name_or_path": "Maykeye/TinyLLama-v0",
|
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": 4,
|
12 |
+
"hidden_act": "silu",
|
13 |
+
"hidden_size": 64,
|
14 |
+
"initializer_range": 0.02,
|
15 |
+
"intermediate_size": 256,
|
16 |
+
"max_position_embeddings": 2048,
|
17 |
+
"mlp_bias": false,
|
18 |
+
"model_type": "llama",
|
19 |
+
"num_attention_heads": 16,
|
20 |
+
"num_hidden_layers": 8,
|
21 |
+
"num_key_value_heads": 16,
|
22 |
+
"pad_token_id": 0,
|
23 |
+
"pretraining_tp": 1,
|
24 |
+
"rms_norm_eps": 1e-06,
|
25 |
+
"rope_scaling": null,
|
26 |
+
"rope_theta": 10000.0,
|
27 |
+
"tie_word_embeddings": false,
|
28 |
+
"torch_dtype": "bfloat16",
|
29 |
+
"transformers_version": "4.46.0",
|
30 |
+
"use_cache": false,
|
31 |
+
"vocab_size": 32000
|
32 |
+
}
|
last-checkpoint/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Maykeye/TinyLLama-v0
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.13.2
|
last-checkpoint/adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Maykeye/TinyLLama-v0",
|
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": 128,
|
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": 64,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"v_proj",
|
24 |
+
"o_proj",
|
25 |
+
"up_proj",
|
26 |
+
"q_proj",
|
27 |
+
"k_proj",
|
28 |
+
"gate_proj",
|
29 |
+
"down_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
last-checkpoint/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c06384fd2925736a9314267de54f3534d1a7ef5f70780c761180c7baa60029b2
|
3 |
+
size 3029024
|
last-checkpoint/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b82b022baf29ad8d9bc361cea1819d3a6372dc72b7fd22e367b55c6419aceb0
|
3 |
+
size 6123322
|
last-checkpoint/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1aab70e4df8b2fe23cb082ead5f66a088d2410eae92eac8129e243a0cdbac43d
|
3 |
+
size 14244
|
last-checkpoint/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2d754412c61116546142914503e7369d0cc35d3c380a07e5218f595d76b6d96
|
3 |
+
size 1064
|
last-checkpoint/special_tokens_map.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": true,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": true,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "</s>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<unk>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": true,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
}
|
30 |
+
}
|
last-checkpoint/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
last-checkpoint/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab1b681ec7fc02fed5edd3026687d7a692a918c4dd8e150ca2e3994a6229843b
|
3 |
+
size 534194
|
last-checkpoint/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": true,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": true
|
13 |
+
},
|
14 |
+
"1": {
|
15 |
+
"content": "<s>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": true,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false,
|
20 |
+
"special": true
|
21 |
+
},
|
22 |
+
"2": {
|
23 |
+
"content": "</s>",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": false,
|
26 |
+
"rstrip": false,
|
27 |
+
"single_word": false,
|
28 |
+
"special": true
|
29 |
+
}
|
30 |
+
},
|
31 |
+
"bos_token": "<s>",
|
32 |
+
"chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
|
33 |
+
"clean_up_tokenization_spaces": false,
|
34 |
+
"eos_token": "</s>",
|
35 |
+
"legacy": true,
|
36 |
+
"model_max_length": 2048,
|
37 |
+
"pad_token": "</s>",
|
38 |
+
"sp_model_kwargs": {},
|
39 |
+
"tokenizer_class": "LlamaTokenizer",
|
40 |
+
"unk_token": "<unk>",
|
41 |
+
"use_default_system_prompt": false
|
42 |
+
}
|
last-checkpoint/trainer_state.json
ADDED
@@ -0,0 +1,1482 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 5.759253978729248,
|
3 |
+
"best_model_checkpoint": "miner_id_24/checkpoint-200",
|
4 |
+
"epoch": 0.05201222287237501,
|
5 |
+
"eval_steps": 50,
|
6 |
+
"global_step": 200,
|
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.000260061114361875,
|
13 |
+
"grad_norm": 4.700757026672363,
|
14 |
+
"learning_rate": 5e-06,
|
15 |
+
"loss": 6.7348,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.000260061114361875,
|
20 |
+
"eval_loss": 6.605810642242432,
|
21 |
+
"eval_runtime": 49.1131,
|
22 |
+
"eval_samples_per_second": 131.879,
|
23 |
+
"eval_steps_per_second": 65.95,
|
24 |
+
"step": 1
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.00052012222872375,
|
28 |
+
"grad_norm": 4.639775276184082,
|
29 |
+
"learning_rate": 1e-05,
|
30 |
+
"loss": 6.8599,
|
31 |
+
"step": 2
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.0007801833430856252,
|
35 |
+
"grad_norm": 5.271045684814453,
|
36 |
+
"learning_rate": 1.5e-05,
|
37 |
+
"loss": 6.6529,
|
38 |
+
"step": 3
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.0010402444574475,
|
42 |
+
"grad_norm": 5.043214797973633,
|
43 |
+
"learning_rate": 2e-05,
|
44 |
+
"loss": 6.4242,
|
45 |
+
"step": 4
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.001300305571809375,
|
49 |
+
"grad_norm": 4.489984512329102,
|
50 |
+
"learning_rate": 2.5e-05,
|
51 |
+
"loss": 6.4993,
|
52 |
+
"step": 5
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.0015603666861712503,
|
56 |
+
"grad_norm": 4.286848545074463,
|
57 |
+
"learning_rate": 3e-05,
|
58 |
+
"loss": 6.7653,
|
59 |
+
"step": 6
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.0018204278005331254,
|
63 |
+
"grad_norm": 4.734979152679443,
|
64 |
+
"learning_rate": 3.5e-05,
|
65 |
+
"loss": 6.7299,
|
66 |
+
"step": 7
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.002080488914895,
|
70 |
+
"grad_norm": 4.462507724761963,
|
71 |
+
"learning_rate": 4e-05,
|
72 |
+
"loss": 6.3463,
|
73 |
+
"step": 8
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.0023405500292568754,
|
77 |
+
"grad_norm": 3.9474422931671143,
|
78 |
+
"learning_rate": 4.5e-05,
|
79 |
+
"loss": 6.5243,
|
80 |
+
"step": 9
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.00260061114361875,
|
84 |
+
"grad_norm": 4.359175682067871,
|
85 |
+
"learning_rate": 5e-05,
|
86 |
+
"loss": 6.7619,
|
87 |
+
"step": 10
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.0028606722579806254,
|
91 |
+
"grad_norm": 3.6640963554382324,
|
92 |
+
"learning_rate": 5.500000000000001e-05,
|
93 |
+
"loss": 6.4133,
|
94 |
+
"step": 11
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.0031207333723425007,
|
98 |
+
"grad_norm": 3.34222412109375,
|
99 |
+
"learning_rate": 6e-05,
|
100 |
+
"loss": 6.0977,
|
101 |
+
"step": 12
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.0033807944867043755,
|
105 |
+
"grad_norm": 3.309803009033203,
|
106 |
+
"learning_rate": 6.500000000000001e-05,
|
107 |
+
"loss": 6.1704,
|
108 |
+
"step": 13
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.0036408556010662507,
|
112 |
+
"grad_norm": 3.5255839824676514,
|
113 |
+
"learning_rate": 7e-05,
|
114 |
+
"loss": 6.4846,
|
115 |
+
"step": 14
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.0039009167154281255,
|
119 |
+
"grad_norm": 2.9046642780303955,
|
120 |
+
"learning_rate": 7.500000000000001e-05,
|
121 |
+
"loss": 6.4176,
|
122 |
+
"step": 15
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.00416097782979,
|
126 |
+
"grad_norm": 3.0866973400115967,
|
127 |
+
"learning_rate": 8e-05,
|
128 |
+
"loss": 5.9843,
|
129 |
+
"step": 16
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.004421038944151876,
|
133 |
+
"grad_norm": 2.954580545425415,
|
134 |
+
"learning_rate": 8.5e-05,
|
135 |
+
"loss": 6.2319,
|
136 |
+
"step": 17
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.004681100058513751,
|
140 |
+
"grad_norm": 2.644932746887207,
|
141 |
+
"learning_rate": 9e-05,
|
142 |
+
"loss": 6.5849,
|
143 |
+
"step": 18
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.004941161172875626,
|
147 |
+
"grad_norm": 2.613598346710205,
|
148 |
+
"learning_rate": 9.5e-05,
|
149 |
+
"loss": 6.1687,
|
150 |
+
"step": 19
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.0052012222872375,
|
154 |
+
"grad_norm": 2.6821439266204834,
|
155 |
+
"learning_rate": 0.0001,
|
156 |
+
"loss": 6.3548,
|
157 |
+
"step": 20
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.005461283401599376,
|
161 |
+
"grad_norm": 2.6434664726257324,
|
162 |
+
"learning_rate": 9.999238475781957e-05,
|
163 |
+
"loss": 6.1017,
|
164 |
+
"step": 21
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.005721344515961251,
|
168 |
+
"grad_norm": 2.6511456966400146,
|
169 |
+
"learning_rate": 9.99695413509548e-05,
|
170 |
+
"loss": 6.0292,
|
171 |
+
"step": 22
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.005981405630323126,
|
175 |
+
"grad_norm": 2.6858441829681396,
|
176 |
+
"learning_rate": 9.99314767377287e-05,
|
177 |
+
"loss": 6.1429,
|
178 |
+
"step": 23
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.006241466744685001,
|
182 |
+
"grad_norm": 2.4335083961486816,
|
183 |
+
"learning_rate": 9.987820251299122e-05,
|
184 |
+
"loss": 5.9954,
|
185 |
+
"step": 24
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.006501527859046876,
|
189 |
+
"grad_norm": 2.553853988647461,
|
190 |
+
"learning_rate": 9.980973490458728e-05,
|
191 |
+
"loss": 6.2822,
|
192 |
+
"step": 25
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.006761588973408751,
|
196 |
+
"grad_norm": 2.6574552059173584,
|
197 |
+
"learning_rate": 9.972609476841367e-05,
|
198 |
+
"loss": 6.0658,
|
199 |
+
"step": 26
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.007021650087770626,
|
203 |
+
"grad_norm": 2.649275779724121,
|
204 |
+
"learning_rate": 9.962730758206611e-05,
|
205 |
+
"loss": 6.1537,
|
206 |
+
"step": 27
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.0072817112021325014,
|
210 |
+
"grad_norm": 2.73947811126709,
|
211 |
+
"learning_rate": 9.951340343707852e-05,
|
212 |
+
"loss": 6.2567,
|
213 |
+
"step": 28
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.007541772316494376,
|
217 |
+
"grad_norm": 2.5566582679748535,
|
218 |
+
"learning_rate": 9.938441702975689e-05,
|
219 |
+
"loss": 6.0508,
|
220 |
+
"step": 29
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.007801833430856251,
|
224 |
+
"grad_norm": 2.3408713340759277,
|
225 |
+
"learning_rate": 9.924038765061042e-05,
|
226 |
+
"loss": 6.1741,
|
227 |
+
"step": 30
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.008061894545218126,
|
231 |
+
"grad_norm": 2.44429087638855,
|
232 |
+
"learning_rate": 9.908135917238321e-05,
|
233 |
+
"loss": 6.0916,
|
234 |
+
"step": 31
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.00832195565958,
|
238 |
+
"grad_norm": 2.625361442565918,
|
239 |
+
"learning_rate": 9.890738003669029e-05,
|
240 |
+
"loss": 5.9718,
|
241 |
+
"step": 32
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.008582016773941877,
|
245 |
+
"grad_norm": 2.38539457321167,
|
246 |
+
"learning_rate": 9.871850323926177e-05,
|
247 |
+
"loss": 6.0312,
|
248 |
+
"step": 33
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.008842077888303752,
|
252 |
+
"grad_norm": 2.4743857383728027,
|
253 |
+
"learning_rate": 9.851478631379982e-05,
|
254 |
+
"loss": 6.0379,
|
255 |
+
"step": 34
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.009102139002665627,
|
259 |
+
"grad_norm": 2.776047468185425,
|
260 |
+
"learning_rate": 9.829629131445342e-05,
|
261 |
+
"loss": 6.1597,
|
262 |
+
"step": 35
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.009362200117027502,
|
266 |
+
"grad_norm": 2.8223772048950195,
|
267 |
+
"learning_rate": 9.806308479691595e-05,
|
268 |
+
"loss": 6.0539,
|
269 |
+
"step": 36
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.009622261231389376,
|
273 |
+
"grad_norm": 2.7097480297088623,
|
274 |
+
"learning_rate": 9.781523779815179e-05,
|
275 |
+
"loss": 5.7932,
|
276 |
+
"step": 37
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.009882322345751251,
|
280 |
+
"grad_norm": 2.4470372200012207,
|
281 |
+
"learning_rate": 9.755282581475769e-05,
|
282 |
+
"loss": 6.0691,
|
283 |
+
"step": 38
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 0.010142383460113126,
|
287 |
+
"grad_norm": 2.8650152683258057,
|
288 |
+
"learning_rate": 9.727592877996585e-05,
|
289 |
+
"loss": 6.1383,
|
290 |
+
"step": 39
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.010402444574475,
|
294 |
+
"grad_norm": 2.1736435890197754,
|
295 |
+
"learning_rate": 9.698463103929542e-05,
|
296 |
+
"loss": 5.8534,
|
297 |
+
"step": 40
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.010662505688836877,
|
301 |
+
"grad_norm": 2.3826494216918945,
|
302 |
+
"learning_rate": 9.667902132486009e-05,
|
303 |
+
"loss": 5.8372,
|
304 |
+
"step": 41
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.010922566803198752,
|
308 |
+
"grad_norm": 2.3414485454559326,
|
309 |
+
"learning_rate": 9.635919272833938e-05,
|
310 |
+
"loss": 5.9025,
|
311 |
+
"step": 42
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.011182627917560627,
|
315 |
+
"grad_norm": 3.2391109466552734,
|
316 |
+
"learning_rate": 9.602524267262203e-05,
|
317 |
+
"loss": 6.2408,
|
318 |
+
"step": 43
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 0.011442689031922502,
|
322 |
+
"grad_norm": 2.560239791870117,
|
323 |
+
"learning_rate": 9.567727288213005e-05,
|
324 |
+
"loss": 5.844,
|
325 |
+
"step": 44
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.011702750146284377,
|
329 |
+
"grad_norm": 4.429433345794678,
|
330 |
+
"learning_rate": 9.53153893518325e-05,
|
331 |
+
"loss": 5.9313,
|
332 |
+
"step": 45
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 0.011962811260646251,
|
336 |
+
"grad_norm": 5.025948524475098,
|
337 |
+
"learning_rate": 9.493970231495835e-05,
|
338 |
+
"loss": 6.1156,
|
339 |
+
"step": 46
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.012222872375008126,
|
343 |
+
"grad_norm": 4.9493727684021,
|
344 |
+
"learning_rate": 9.45503262094184e-05,
|
345 |
+
"loss": 6.1575,
|
346 |
+
"step": 47
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.012482933489370003,
|
350 |
+
"grad_norm": 2.9699819087982178,
|
351 |
+
"learning_rate": 9.414737964294636e-05,
|
352 |
+
"loss": 5.8556,
|
353 |
+
"step": 48
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.012742994603731878,
|
357 |
+
"grad_norm": 2.35396409034729,
|
358 |
+
"learning_rate": 9.373098535696979e-05,
|
359 |
+
"loss": 5.7382,
|
360 |
+
"step": 49
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 0.013003055718093752,
|
364 |
+
"grad_norm": 1.974317193031311,
|
365 |
+
"learning_rate": 9.330127018922194e-05,
|
366 |
+
"loss": 6.0416,
|
367 |
+
"step": 50
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 0.013003055718093752,
|
371 |
+
"eval_loss": 5.998004913330078,
|
372 |
+
"eval_runtime": 48.629,
|
373 |
+
"eval_samples_per_second": 133.192,
|
374 |
+
"eval_steps_per_second": 66.606,
|
375 |
+
"step": 50
|
376 |
+
},
|
377 |
+
{
|
378 |
+
"epoch": 0.013263116832455627,
|
379 |
+
"grad_norm": 4.363042831420898,
|
380 |
+
"learning_rate": 9.285836503510562e-05,
|
381 |
+
"loss": 5.9608,
|
382 |
+
"step": 51
|
383 |
+
},
|
384 |
+
{
|
385 |
+
"epoch": 0.013523177946817502,
|
386 |
+
"grad_norm": 4.278781414031982,
|
387 |
+
"learning_rate": 9.24024048078213e-05,
|
388 |
+
"loss": 6.3781,
|
389 |
+
"step": 52
|
390 |
+
},
|
391 |
+
{
|
392 |
+
"epoch": 0.013783239061179377,
|
393 |
+
"grad_norm": 3.778721332550049,
|
394 |
+
"learning_rate": 9.193352839727121e-05,
|
395 |
+
"loss": 6.2402,
|
396 |
+
"step": 53
|
397 |
+
},
|
398 |
+
{
|
399 |
+
"epoch": 0.014043300175541252,
|
400 |
+
"grad_norm": 3.498566150665283,
|
401 |
+
"learning_rate": 9.145187862775209e-05,
|
402 |
+
"loss": 5.8672,
|
403 |
+
"step": 54
|
404 |
+
},
|
405 |
+
{
|
406 |
+
"epoch": 0.014303361289903128,
|
407 |
+
"grad_norm": 2.5575318336486816,
|
408 |
+
"learning_rate": 9.09576022144496e-05,
|
409 |
+
"loss": 6.2251,
|
410 |
+
"step": 55
|
411 |
+
},
|
412 |
+
{
|
413 |
+
"epoch": 0.014563422404265003,
|
414 |
+
"grad_norm": 2.7712318897247314,
|
415 |
+
"learning_rate": 9.045084971874738e-05,
|
416 |
+
"loss": 5.8533,
|
417 |
+
"step": 56
|
418 |
+
},
|
419 |
+
{
|
420 |
+
"epoch": 0.014823483518626878,
|
421 |
+
"grad_norm": 2.6722428798675537,
|
422 |
+
"learning_rate": 8.993177550236464e-05,
|
423 |
+
"loss": 6.2118,
|
424 |
+
"step": 57
|
425 |
+
},
|
426 |
+
{
|
427 |
+
"epoch": 0.015083544632988753,
|
428 |
+
"grad_norm": 2.6320745944976807,
|
429 |
+
"learning_rate": 8.940053768033609e-05,
|
430 |
+
"loss": 5.9229,
|
431 |
+
"step": 58
|
432 |
+
},
|
433 |
+
{
|
434 |
+
"epoch": 0.015343605747350627,
|
435 |
+
"grad_norm": 3.009500503540039,
|
436 |
+
"learning_rate": 8.885729807284856e-05,
|
437 |
+
"loss": 6.1045,
|
438 |
+
"step": 59
|
439 |
+
},
|
440 |
+
{
|
441 |
+
"epoch": 0.015603666861712502,
|
442 |
+
"grad_norm": 2.7028679847717285,
|
443 |
+
"learning_rate": 8.83022221559489e-05,
|
444 |
+
"loss": 5.9121,
|
445 |
+
"step": 60
|
446 |
+
},
|
447 |
+
{
|
448 |
+
"epoch": 0.01586372797607438,
|
449 |
+
"grad_norm": 2.4579215049743652,
|
450 |
+
"learning_rate": 8.773547901113862e-05,
|
451 |
+
"loss": 5.6692,
|
452 |
+
"step": 61
|
453 |
+
},
|
454 |
+
{
|
455 |
+
"epoch": 0.01612378909043625,
|
456 |
+
"grad_norm": 2.4235904216766357,
|
457 |
+
"learning_rate": 8.715724127386972e-05,
|
458 |
+
"loss": 6.0567,
|
459 |
+
"step": 62
|
460 |
+
},
|
461 |
+
{
|
462 |
+
"epoch": 0.016383850204798128,
|
463 |
+
"grad_norm": 2.282179594039917,
|
464 |
+
"learning_rate": 8.656768508095853e-05,
|
465 |
+
"loss": 5.9487,
|
466 |
+
"step": 63
|
467 |
+
},
|
468 |
+
{
|
469 |
+
"epoch": 0.01664391131916,
|
470 |
+
"grad_norm": 2.4681618213653564,
|
471 |
+
"learning_rate": 8.596699001693255e-05,
|
472 |
+
"loss": 5.8193,
|
473 |
+
"step": 64
|
474 |
+
},
|
475 |
+
{
|
476 |
+
"epoch": 0.016903972433521878,
|
477 |
+
"grad_norm": 2.345444440841675,
|
478 |
+
"learning_rate": 8.535533905932738e-05,
|
479 |
+
"loss": 5.7292,
|
480 |
+
"step": 65
|
481 |
+
},
|
482 |
+
{
|
483 |
+
"epoch": 0.017164033547883754,
|
484 |
+
"grad_norm": 2.1743881702423096,
|
485 |
+
"learning_rate": 8.473291852294987e-05,
|
486 |
+
"loss": 5.7868,
|
487 |
+
"step": 66
|
488 |
+
},
|
489 |
+
{
|
490 |
+
"epoch": 0.017424094662245627,
|
491 |
+
"grad_norm": 2.0475363731384277,
|
492 |
+
"learning_rate": 8.409991800312493e-05,
|
493 |
+
"loss": 5.8631,
|
494 |
+
"step": 67
|
495 |
+
},
|
496 |
+
{
|
497 |
+
"epoch": 0.017684155776607504,
|
498 |
+
"grad_norm": 2.0247652530670166,
|
499 |
+
"learning_rate": 8.345653031794292e-05,
|
500 |
+
"loss": 5.9889,
|
501 |
+
"step": 68
|
502 |
+
},
|
503 |
+
{
|
504 |
+
"epoch": 0.017944216890969377,
|
505 |
+
"grad_norm": 2.2418599128723145,
|
506 |
+
"learning_rate": 8.280295144952536e-05,
|
507 |
+
"loss": 6.0085,
|
508 |
+
"step": 69
|
509 |
+
},
|
510 |
+
{
|
511 |
+
"epoch": 0.018204278005331254,
|
512 |
+
"grad_norm": 2.2492949962615967,
|
513 |
+
"learning_rate": 8.213938048432697e-05,
|
514 |
+
"loss": 5.8585,
|
515 |
+
"step": 70
|
516 |
+
},
|
517 |
+
{
|
518 |
+
"epoch": 0.018464339119693127,
|
519 |
+
"grad_norm": 2.267843008041382,
|
520 |
+
"learning_rate": 8.146601955249188e-05,
|
521 |
+
"loss": 5.6249,
|
522 |
+
"step": 71
|
523 |
+
},
|
524 |
+
{
|
525 |
+
"epoch": 0.018724400234055003,
|
526 |
+
"grad_norm": 2.3722450733184814,
|
527 |
+
"learning_rate": 8.07830737662829e-05,
|
528 |
+
"loss": 5.8605,
|
529 |
+
"step": 72
|
530 |
+
},
|
531 |
+
{
|
532 |
+
"epoch": 0.018984461348416876,
|
533 |
+
"grad_norm": 2.5645058155059814,
|
534 |
+
"learning_rate": 8.009075115760243e-05,
|
535 |
+
"loss": 5.6836,
|
536 |
+
"step": 73
|
537 |
+
},
|
538 |
+
{
|
539 |
+
"epoch": 0.019244522462778753,
|
540 |
+
"grad_norm": 1.8278781175613403,
|
541 |
+
"learning_rate": 7.938926261462366e-05,
|
542 |
+
"loss": 5.7605,
|
543 |
+
"step": 74
|
544 |
+
},
|
545 |
+
{
|
546 |
+
"epoch": 0.01950458357714063,
|
547 |
+
"grad_norm": 1.9225795269012451,
|
548 |
+
"learning_rate": 7.86788218175523e-05,
|
549 |
+
"loss": 6.0398,
|
550 |
+
"step": 75
|
551 |
+
},
|
552 |
+
{
|
553 |
+
"epoch": 0.019764644691502502,
|
554 |
+
"grad_norm": 2.0590267181396484,
|
555 |
+
"learning_rate": 7.795964517353735e-05,
|
556 |
+
"loss": 5.787,
|
557 |
+
"step": 76
|
558 |
+
},
|
559 |
+
{
|
560 |
+
"epoch": 0.02002470580586438,
|
561 |
+
"grad_norm": 2.1128058433532715,
|
562 |
+
"learning_rate": 7.723195175075136e-05,
|
563 |
+
"loss": 5.5382,
|
564 |
+
"step": 77
|
565 |
+
},
|
566 |
+
{
|
567 |
+
"epoch": 0.020284766920226252,
|
568 |
+
"grad_norm": 1.947939157485962,
|
569 |
+
"learning_rate": 7.649596321166024e-05,
|
570 |
+
"loss": 5.8782,
|
571 |
+
"step": 78
|
572 |
+
},
|
573 |
+
{
|
574 |
+
"epoch": 0.02054482803458813,
|
575 |
+
"grad_norm": 2.0571346282958984,
|
576 |
+
"learning_rate": 7.575190374550272e-05,
|
577 |
+
"loss": 6.0179,
|
578 |
+
"step": 79
|
579 |
+
},
|
580 |
+
{
|
581 |
+
"epoch": 0.02080488914895,
|
582 |
+
"grad_norm": 2.2099356651306152,
|
583 |
+
"learning_rate": 7.500000000000001e-05,
|
584 |
+
"loss": 5.6631,
|
585 |
+
"step": 80
|
586 |
+
},
|
587 |
+
{
|
588 |
+
"epoch": 0.021064950263311878,
|
589 |
+
"grad_norm": 2.370307207107544,
|
590 |
+
"learning_rate": 7.424048101231686e-05,
|
591 |
+
"loss": 5.5898,
|
592 |
+
"step": 81
|
593 |
+
},
|
594 |
+
{
|
595 |
+
"epoch": 0.021325011377673755,
|
596 |
+
"grad_norm": 2.1935746669769287,
|
597 |
+
"learning_rate": 7.347357813929454e-05,
|
598 |
+
"loss": 5.9512,
|
599 |
+
"step": 82
|
600 |
+
},
|
601 |
+
{
|
602 |
+
"epoch": 0.021585072492035628,
|
603 |
+
"grad_norm": 2.0591251850128174,
|
604 |
+
"learning_rate": 7.269952498697734e-05,
|
605 |
+
"loss": 5.8631,
|
606 |
+
"step": 83
|
607 |
+
},
|
608 |
+
{
|
609 |
+
"epoch": 0.021845133606397504,
|
610 |
+
"grad_norm": 2.2366886138916016,
|
611 |
+
"learning_rate": 7.191855733945387e-05,
|
612 |
+
"loss": 5.7982,
|
613 |
+
"step": 84
|
614 |
+
},
|
615 |
+
{
|
616 |
+
"epoch": 0.022105194720759377,
|
617 |
+
"grad_norm": 2.359128475189209,
|
618 |
+
"learning_rate": 7.113091308703498e-05,
|
619 |
+
"loss": 5.8195,
|
620 |
+
"step": 85
|
621 |
+
},
|
622 |
+
{
|
623 |
+
"epoch": 0.022365255835121254,
|
624 |
+
"grad_norm": 2.3458919525146484,
|
625 |
+
"learning_rate": 7.033683215379002e-05,
|
626 |
+
"loss": 5.8264,
|
627 |
+
"step": 86
|
628 |
+
},
|
629 |
+
{
|
630 |
+
"epoch": 0.022625316949483127,
|
631 |
+
"grad_norm": 2.4972236156463623,
|
632 |
+
"learning_rate": 6.953655642446368e-05,
|
633 |
+
"loss": 5.7646,
|
634 |
+
"step": 87
|
635 |
+
},
|
636 |
+
{
|
637 |
+
"epoch": 0.022885378063845004,
|
638 |
+
"grad_norm": 2.109933853149414,
|
639 |
+
"learning_rate": 6.873032967079561e-05,
|
640 |
+
"loss": 5.9329,
|
641 |
+
"step": 88
|
642 |
+
},
|
643 |
+
{
|
644 |
+
"epoch": 0.02314543917820688,
|
645 |
+
"grad_norm": 2.2802915573120117,
|
646 |
+
"learning_rate": 6.7918397477265e-05,
|
647 |
+
"loss": 5.6465,
|
648 |
+
"step": 89
|
649 |
+
},
|
650 |
+
{
|
651 |
+
"epoch": 0.023405500292568753,
|
652 |
+
"grad_norm": 2.1097252368927,
|
653 |
+
"learning_rate": 6.710100716628344e-05,
|
654 |
+
"loss": 5.9014,
|
655 |
+
"step": 90
|
656 |
+
},
|
657 |
+
{
|
658 |
+
"epoch": 0.02366556140693063,
|
659 |
+
"grad_norm": 2.1285314559936523,
|
660 |
+
"learning_rate": 6.627840772285784e-05,
|
661 |
+
"loss": 5.8136,
|
662 |
+
"step": 91
|
663 |
+
},
|
664 |
+
{
|
665 |
+
"epoch": 0.023925622521292503,
|
666 |
+
"grad_norm": 2.2824885845184326,
|
667 |
+
"learning_rate": 6.545084971874738e-05,
|
668 |
+
"loss": 5.786,
|
669 |
+
"step": 92
|
670 |
+
},
|
671 |
+
{
|
672 |
+
"epoch": 0.02418568363565438,
|
673 |
+
"grad_norm": 2.440842866897583,
|
674 |
+
"learning_rate": 6.461858523613684e-05,
|
675 |
+
"loss": 5.747,
|
676 |
+
"step": 93
|
677 |
+
},
|
678 |
+
{
|
679 |
+
"epoch": 0.024445744750016252,
|
680 |
+
"grad_norm": 2.4772531986236572,
|
681 |
+
"learning_rate": 6.378186779084995e-05,
|
682 |
+
"loss": 5.7615,
|
683 |
+
"step": 94
|
684 |
+
},
|
685 |
+
{
|
686 |
+
"epoch": 0.02470580586437813,
|
687 |
+
"grad_norm": 1.9417319297790527,
|
688 |
+
"learning_rate": 6.294095225512603e-05,
|
689 |
+
"loss": 5.6267,
|
690 |
+
"step": 95
|
691 |
+
},
|
692 |
+
{
|
693 |
+
"epoch": 0.024965866978740005,
|
694 |
+
"grad_norm": 2.200648784637451,
|
695 |
+
"learning_rate": 6.209609477998338e-05,
|
696 |
+
"loss": 5.4595,
|
697 |
+
"step": 96
|
698 |
+
},
|
699 |
+
{
|
700 |
+
"epoch": 0.02522592809310188,
|
701 |
+
"grad_norm": 1.9711750745773315,
|
702 |
+
"learning_rate": 6.124755271719325e-05,
|
703 |
+
"loss": 5.8309,
|
704 |
+
"step": 97
|
705 |
+
},
|
706 |
+
{
|
707 |
+
"epoch": 0.025485989207463755,
|
708 |
+
"grad_norm": 2.5392403602600098,
|
709 |
+
"learning_rate": 6.0395584540887963e-05,
|
710 |
+
"loss": 5.8212,
|
711 |
+
"step": 98
|
712 |
+
},
|
713 |
+
{
|
714 |
+
"epoch": 0.025746050321825628,
|
715 |
+
"grad_norm": 1.87886643409729,
|
716 |
+
"learning_rate": 5.9540449768827246e-05,
|
717 |
+
"loss": 5.7186,
|
718 |
+
"step": 99
|
719 |
+
},
|
720 |
+
{
|
721 |
+
"epoch": 0.026006111436187505,
|
722 |
+
"grad_norm": 2.1092851161956787,
|
723 |
+
"learning_rate": 5.868240888334653e-05,
|
724 |
+
"loss": 5.8411,
|
725 |
+
"step": 100
|
726 |
+
},
|
727 |
+
{
|
728 |
+
"epoch": 0.026006111436187505,
|
729 |
+
"eval_loss": 5.840994834899902,
|
730 |
+
"eval_runtime": 48.6683,
|
731 |
+
"eval_samples_per_second": 133.085,
|
732 |
+
"eval_steps_per_second": 66.553,
|
733 |
+
"step": 100
|
734 |
+
},
|
735 |
+
{
|
736 |
+
"epoch": 0.026266172550549378,
|
737 |
+
"grad_norm": 2.57004714012146,
|
738 |
+
"learning_rate": 5.782172325201155e-05,
|
739 |
+
"loss": 5.9867,
|
740 |
+
"step": 101
|
741 |
+
},
|
742 |
+
{
|
743 |
+
"epoch": 0.026526233664911254,
|
744 |
+
"grad_norm": 2.1859915256500244,
|
745 |
+
"learning_rate": 5.695865504800327e-05,
|
746 |
+
"loss": 6.0568,
|
747 |
+
"step": 102
|
748 |
+
},
|
749 |
+
{
|
750 |
+
"epoch": 0.02678629477927313,
|
751 |
+
"grad_norm": 2.2751128673553467,
|
752 |
+
"learning_rate": 5.6093467170257374e-05,
|
753 |
+
"loss": 5.8706,
|
754 |
+
"step": 103
|
755 |
+
},
|
756 |
+
{
|
757 |
+
"epoch": 0.027046355893635004,
|
758 |
+
"grad_norm": 2.1009652614593506,
|
759 |
+
"learning_rate": 5.522642316338268e-05,
|
760 |
+
"loss": 5.9817,
|
761 |
+
"step": 104
|
762 |
+
},
|
763 |
+
{
|
764 |
+
"epoch": 0.02730641700799688,
|
765 |
+
"grad_norm": 2.266655445098877,
|
766 |
+
"learning_rate": 5.435778713738292e-05,
|
767 |
+
"loss": 5.6929,
|
768 |
+
"step": 105
|
769 |
+
},
|
770 |
+
{
|
771 |
+
"epoch": 0.027566478122358753,
|
772 |
+
"grad_norm": 1.9885139465332031,
|
773 |
+
"learning_rate": 5.348782368720626e-05,
|
774 |
+
"loss": 5.978,
|
775 |
+
"step": 106
|
776 |
+
},
|
777 |
+
{
|
778 |
+
"epoch": 0.02782653923672063,
|
779 |
+
"grad_norm": 2.028961420059204,
|
780 |
+
"learning_rate": 5.26167978121472e-05,
|
781 |
+
"loss": 5.8351,
|
782 |
+
"step": 107
|
783 |
+
},
|
784 |
+
{
|
785 |
+
"epoch": 0.028086600351082503,
|
786 |
+
"grad_norm": 1.9886070489883423,
|
787 |
+
"learning_rate": 5.174497483512506e-05,
|
788 |
+
"loss": 5.8824,
|
789 |
+
"step": 108
|
790 |
+
},
|
791 |
+
{
|
792 |
+
"epoch": 0.02834666146544438,
|
793 |
+
"grad_norm": 2.343224048614502,
|
794 |
+
"learning_rate": 5.0872620321864185e-05,
|
795 |
+
"loss": 5.9582,
|
796 |
+
"step": 109
|
797 |
+
},
|
798 |
+
{
|
799 |
+
"epoch": 0.028606722579806256,
|
800 |
+
"grad_norm": 2.5639307498931885,
|
801 |
+
"learning_rate": 5e-05,
|
802 |
+
"loss": 5.8952,
|
803 |
+
"step": 110
|
804 |
+
},
|
805 |
+
{
|
806 |
+
"epoch": 0.02886678369416813,
|
807 |
+
"grad_norm": 2.0477116107940674,
|
808 |
+
"learning_rate": 4.912737967813583e-05,
|
809 |
+
"loss": 5.9346,
|
810 |
+
"step": 111
|
811 |
+
},
|
812 |
+
{
|
813 |
+
"epoch": 0.029126844808530006,
|
814 |
+
"grad_norm": 1.8866691589355469,
|
815 |
+
"learning_rate": 4.825502516487497e-05,
|
816 |
+
"loss": 6.0466,
|
817 |
+
"step": 112
|
818 |
+
},
|
819 |
+
{
|
820 |
+
"epoch": 0.02938690592289188,
|
821 |
+
"grad_norm": 1.9691741466522217,
|
822 |
+
"learning_rate": 4.738320218785281e-05,
|
823 |
+
"loss": 5.5029,
|
824 |
+
"step": 113
|
825 |
+
},
|
826 |
+
{
|
827 |
+
"epoch": 0.029646967037253755,
|
828 |
+
"grad_norm": 1.8502812385559082,
|
829 |
+
"learning_rate": 4.6512176312793736e-05,
|
830 |
+
"loss": 5.7583,
|
831 |
+
"step": 114
|
832 |
+
},
|
833 |
+
{
|
834 |
+
"epoch": 0.02990702815161563,
|
835 |
+
"grad_norm": 2.5639379024505615,
|
836 |
+
"learning_rate": 4.564221286261709e-05,
|
837 |
+
"loss": 5.3675,
|
838 |
+
"step": 115
|
839 |
+
},
|
840 |
+
{
|
841 |
+
"epoch": 0.030167089265977505,
|
842 |
+
"grad_norm": 1.9151495695114136,
|
843 |
+
"learning_rate": 4.477357683661734e-05,
|
844 |
+
"loss": 5.7421,
|
845 |
+
"step": 116
|
846 |
+
},
|
847 |
+
{
|
848 |
+
"epoch": 0.030427150380339378,
|
849 |
+
"grad_norm": 1.8344489336013794,
|
850 |
+
"learning_rate": 4.390653282974264e-05,
|
851 |
+
"loss": 5.871,
|
852 |
+
"step": 117
|
853 |
+
},
|
854 |
+
{
|
855 |
+
"epoch": 0.030687211494701255,
|
856 |
+
"grad_norm": 1.7897135019302368,
|
857 |
+
"learning_rate": 4.3041344951996746e-05,
|
858 |
+
"loss": 5.7288,
|
859 |
+
"step": 118
|
860 |
+
},
|
861 |
+
{
|
862 |
+
"epoch": 0.03094727260906313,
|
863 |
+
"grad_norm": 2.029815196990967,
|
864 |
+
"learning_rate": 4.2178276747988446e-05,
|
865 |
+
"loss": 5.9199,
|
866 |
+
"step": 119
|
867 |
+
},
|
868 |
+
{
|
869 |
+
"epoch": 0.031207333723425004,
|
870 |
+
"grad_norm": 1.9268794059753418,
|
871 |
+
"learning_rate": 4.131759111665349e-05,
|
872 |
+
"loss": 5.8271,
|
873 |
+
"step": 120
|
874 |
+
},
|
875 |
+
{
|
876 |
+
"epoch": 0.03146739483778688,
|
877 |
+
"grad_norm": 1.8820242881774902,
|
878 |
+
"learning_rate": 4.045955023117276e-05,
|
879 |
+
"loss": 5.7487,
|
880 |
+
"step": 121
|
881 |
+
},
|
882 |
+
{
|
883 |
+
"epoch": 0.03172745595214876,
|
884 |
+
"grad_norm": 1.9745794534683228,
|
885 |
+
"learning_rate": 3.960441545911204e-05,
|
886 |
+
"loss": 5.6484,
|
887 |
+
"step": 122
|
888 |
+
},
|
889 |
+
{
|
890 |
+
"epoch": 0.03198751706651063,
|
891 |
+
"grad_norm": 1.8738607168197632,
|
892 |
+
"learning_rate": 3.875244728280676e-05,
|
893 |
+
"loss": 5.9072,
|
894 |
+
"step": 123
|
895 |
+
},
|
896 |
+
{
|
897 |
+
"epoch": 0.0322475781808725,
|
898 |
+
"grad_norm": 2.0338311195373535,
|
899 |
+
"learning_rate": 3.790390522001662e-05,
|
900 |
+
"loss": 5.5293,
|
901 |
+
"step": 124
|
902 |
+
},
|
903 |
+
{
|
904 |
+
"epoch": 0.03250763929523438,
|
905 |
+
"grad_norm": 2.4185123443603516,
|
906 |
+
"learning_rate": 3.705904774487396e-05,
|
907 |
+
"loss": 5.8123,
|
908 |
+
"step": 125
|
909 |
+
},
|
910 |
+
{
|
911 |
+
"epoch": 0.032767700409596257,
|
912 |
+
"grad_norm": 2.2349812984466553,
|
913 |
+
"learning_rate": 3.6218132209150045e-05,
|
914 |
+
"loss": 5.9097,
|
915 |
+
"step": 126
|
916 |
+
},
|
917 |
+
{
|
918 |
+
"epoch": 0.03302776152395813,
|
919 |
+
"grad_norm": 2.378011703491211,
|
920 |
+
"learning_rate": 3.5381414763863166e-05,
|
921 |
+
"loss": 5.8261,
|
922 |
+
"step": 127
|
923 |
+
},
|
924 |
+
{
|
925 |
+
"epoch": 0.03328782263832,
|
926 |
+
"grad_norm": 2.0955443382263184,
|
927 |
+
"learning_rate": 3.4549150281252636e-05,
|
928 |
+
"loss": 5.8907,
|
929 |
+
"step": 128
|
930 |
+
},
|
931 |
+
{
|
932 |
+
"epoch": 0.03354788375268188,
|
933 |
+
"grad_norm": 2.049766778945923,
|
934 |
+
"learning_rate": 3.372159227714218e-05,
|
935 |
+
"loss": 5.6951,
|
936 |
+
"step": 129
|
937 |
+
},
|
938 |
+
{
|
939 |
+
"epoch": 0.033807944867043756,
|
940 |
+
"grad_norm": 2.211913585662842,
|
941 |
+
"learning_rate": 3.289899283371657e-05,
|
942 |
+
"loss": 5.6701,
|
943 |
+
"step": 130
|
944 |
+
},
|
945 |
+
{
|
946 |
+
"epoch": 0.03406800598140563,
|
947 |
+
"grad_norm": 2.1762237548828125,
|
948 |
+
"learning_rate": 3.2081602522734986e-05,
|
949 |
+
"loss": 5.8482,
|
950 |
+
"step": 131
|
951 |
+
},
|
952 |
+
{
|
953 |
+
"epoch": 0.03432806709576751,
|
954 |
+
"grad_norm": 1.9880789518356323,
|
955 |
+
"learning_rate": 3.12696703292044e-05,
|
956 |
+
"loss": 5.8196,
|
957 |
+
"step": 132
|
958 |
+
},
|
959 |
+
{
|
960 |
+
"epoch": 0.03458812821012938,
|
961 |
+
"grad_norm": 2.4828646183013916,
|
962 |
+
"learning_rate": 3.046344357553632e-05,
|
963 |
+
"loss": 5.5032,
|
964 |
+
"step": 133
|
965 |
+
},
|
966 |
+
{
|
967 |
+
"epoch": 0.034848189324491255,
|
968 |
+
"grad_norm": 2.043897867202759,
|
969 |
+
"learning_rate": 2.9663167846209998e-05,
|
970 |
+
"loss": 5.712,
|
971 |
+
"step": 134
|
972 |
+
},
|
973 |
+
{
|
974 |
+
"epoch": 0.03510825043885313,
|
975 |
+
"grad_norm": 2.0667715072631836,
|
976 |
+
"learning_rate": 2.886908691296504e-05,
|
977 |
+
"loss": 5.7623,
|
978 |
+
"step": 135
|
979 |
+
},
|
980 |
+
{
|
981 |
+
"epoch": 0.03536831155321501,
|
982 |
+
"grad_norm": 1.8965405225753784,
|
983 |
+
"learning_rate": 2.8081442660546125e-05,
|
984 |
+
"loss": 6.0675,
|
985 |
+
"step": 136
|
986 |
+
},
|
987 |
+
{
|
988 |
+
"epoch": 0.03562837266757688,
|
989 |
+
"grad_norm": 2.2518186569213867,
|
990 |
+
"learning_rate": 2.7300475013022663e-05,
|
991 |
+
"loss": 5.9103,
|
992 |
+
"step": 137
|
993 |
+
},
|
994 |
+
{
|
995 |
+
"epoch": 0.035888433781938754,
|
996 |
+
"grad_norm": 2.1538784503936768,
|
997 |
+
"learning_rate": 2.6526421860705473e-05,
|
998 |
+
"loss": 6.0621,
|
999 |
+
"step": 138
|
1000 |
+
},
|
1001 |
+
{
|
1002 |
+
"epoch": 0.03614849489630063,
|
1003 |
+
"grad_norm": 2.6064345836639404,
|
1004 |
+
"learning_rate": 2.575951898768315e-05,
|
1005 |
+
"loss": 5.2939,
|
1006 |
+
"step": 139
|
1007 |
+
},
|
1008 |
+
{
|
1009 |
+
"epoch": 0.03640855601066251,
|
1010 |
+
"grad_norm": 2.093737840652466,
|
1011 |
+
"learning_rate": 2.500000000000001e-05,
|
1012 |
+
"loss": 5.6876,
|
1013 |
+
"step": 140
|
1014 |
+
},
|
1015 |
+
{
|
1016 |
+
"epoch": 0.03666861712502438,
|
1017 |
+
"grad_norm": 1.951988697052002,
|
1018 |
+
"learning_rate": 2.4248096254497288e-05,
|
1019 |
+
"loss": 5.6047,
|
1020 |
+
"step": 141
|
1021 |
+
},
|
1022 |
+
{
|
1023 |
+
"epoch": 0.03692867823938625,
|
1024 |
+
"grad_norm": 2.254817247390747,
|
1025 |
+
"learning_rate": 2.350403678833976e-05,
|
1026 |
+
"loss": 5.9507,
|
1027 |
+
"step": 142
|
1028 |
+
},
|
1029 |
+
{
|
1030 |
+
"epoch": 0.03718873935374813,
|
1031 |
+
"grad_norm": 2.305563449859619,
|
1032 |
+
"learning_rate": 2.2768048249248648e-05,
|
1033 |
+
"loss": 6.1418,
|
1034 |
+
"step": 143
|
1035 |
+
},
|
1036 |
+
{
|
1037 |
+
"epoch": 0.037448800468110006,
|
1038 |
+
"grad_norm": 2.025839328765869,
|
1039 |
+
"learning_rate": 2.2040354826462668e-05,
|
1040 |
+
"loss": 5.6341,
|
1041 |
+
"step": 144
|
1042 |
+
},
|
1043 |
+
{
|
1044 |
+
"epoch": 0.03770886158247188,
|
1045 |
+
"grad_norm": 2.292506456375122,
|
1046 |
+
"learning_rate": 2.132117818244771e-05,
|
1047 |
+
"loss": 5.681,
|
1048 |
+
"step": 145
|
1049 |
+
},
|
1050 |
+
{
|
1051 |
+
"epoch": 0.03796892269683375,
|
1052 |
+
"grad_norm": 2.450554132461548,
|
1053 |
+
"learning_rate": 2.061073738537635e-05,
|
1054 |
+
"loss": 6.2452,
|
1055 |
+
"step": 146
|
1056 |
+
},
|
1057 |
+
{
|
1058 |
+
"epoch": 0.03822898381119563,
|
1059 |
+
"grad_norm": 1.7618736028671265,
|
1060 |
+
"learning_rate": 1.9909248842397584e-05,
|
1061 |
+
"loss": 5.5073,
|
1062 |
+
"step": 147
|
1063 |
+
},
|
1064 |
+
{
|
1065 |
+
"epoch": 0.038489044925557506,
|
1066 |
+
"grad_norm": 1.966064453125,
|
1067 |
+
"learning_rate": 1.9216926233717085e-05,
|
1068 |
+
"loss": 5.7759,
|
1069 |
+
"step": 148
|
1070 |
+
},
|
1071 |
+
{
|
1072 |
+
"epoch": 0.03874910603991938,
|
1073 |
+
"grad_norm": 2.008685350418091,
|
1074 |
+
"learning_rate": 1.8533980447508137e-05,
|
1075 |
+
"loss": 5.9435,
|
1076 |
+
"step": 149
|
1077 |
+
},
|
1078 |
+
{
|
1079 |
+
"epoch": 0.03900916715428126,
|
1080 |
+
"grad_norm": 2.194380521774292,
|
1081 |
+
"learning_rate": 1.7860619515673033e-05,
|
1082 |
+
"loss": 6.1454,
|
1083 |
+
"step": 150
|
1084 |
+
},
|
1085 |
+
{
|
1086 |
+
"epoch": 0.03900916715428126,
|
1087 |
+
"eval_loss": 5.7715630531311035,
|
1088 |
+
"eval_runtime": 48.9592,
|
1089 |
+
"eval_samples_per_second": 132.294,
|
1090 |
+
"eval_steps_per_second": 66.157,
|
1091 |
+
"step": 150
|
1092 |
+
},
|
1093 |
+
{
|
1094 |
+
"epoch": 0.03926922826864313,
|
1095 |
+
"grad_norm": 2.1486167907714844,
|
1096 |
+
"learning_rate": 1.7197048550474643e-05,
|
1097 |
+
"loss": 5.9314,
|
1098 |
+
"step": 151
|
1099 |
+
},
|
1100 |
+
{
|
1101 |
+
"epoch": 0.039529289383005005,
|
1102 |
+
"grad_norm": 2.113476276397705,
|
1103 |
+
"learning_rate": 1.6543469682057106e-05,
|
1104 |
+
"loss": 5.6945,
|
1105 |
+
"step": 152
|
1106 |
+
},
|
1107 |
+
{
|
1108 |
+
"epoch": 0.03978935049736688,
|
1109 |
+
"grad_norm": 2.3845126628875732,
|
1110 |
+
"learning_rate": 1.5900081996875083e-05,
|
1111 |
+
"loss": 6.0969,
|
1112 |
+
"step": 153
|
1113 |
+
},
|
1114 |
+
{
|
1115 |
+
"epoch": 0.04004941161172876,
|
1116 |
+
"grad_norm": 2.2422235012054443,
|
1117 |
+
"learning_rate": 1.526708147705013e-05,
|
1118 |
+
"loss": 5.7678,
|
1119 |
+
"step": 154
|
1120 |
+
},
|
1121 |
+
{
|
1122 |
+
"epoch": 0.04030947272609063,
|
1123 |
+
"grad_norm": 2.3688573837280273,
|
1124 |
+
"learning_rate": 1.4644660940672627e-05,
|
1125 |
+
"loss": 5.7291,
|
1126 |
+
"step": 155
|
1127 |
+
},
|
1128 |
+
{
|
1129 |
+
"epoch": 0.040569533840452504,
|
1130 |
+
"grad_norm": 2.266603469848633,
|
1131 |
+
"learning_rate": 1.4033009983067452e-05,
|
1132 |
+
"loss": 6.0137,
|
1133 |
+
"step": 156
|
1134 |
+
},
|
1135 |
+
{
|
1136 |
+
"epoch": 0.040829594954814384,
|
1137 |
+
"grad_norm": 2.143157482147217,
|
1138 |
+
"learning_rate": 1.3432314919041478e-05,
|
1139 |
+
"loss": 5.6486,
|
1140 |
+
"step": 157
|
1141 |
+
},
|
1142 |
+
{
|
1143 |
+
"epoch": 0.04108965606917626,
|
1144 |
+
"grad_norm": 2.3287534713745117,
|
1145 |
+
"learning_rate": 1.2842758726130283e-05,
|
1146 |
+
"loss": 5.6967,
|
1147 |
+
"step": 158
|
1148 |
+
},
|
1149 |
+
{
|
1150 |
+
"epoch": 0.04134971718353813,
|
1151 |
+
"grad_norm": 2.0474727153778076,
|
1152 |
+
"learning_rate": 1.22645209888614e-05,
|
1153 |
+
"loss": 5.9549,
|
1154 |
+
"step": 159
|
1155 |
+
},
|
1156 |
+
{
|
1157 |
+
"epoch": 0.0416097782979,
|
1158 |
+
"grad_norm": 2.322507619857788,
|
1159 |
+
"learning_rate": 1.1697777844051105e-05,
|
1160 |
+
"loss": 5.6328,
|
1161 |
+
"step": 160
|
1162 |
+
},
|
1163 |
+
{
|
1164 |
+
"epoch": 0.04186983941226188,
|
1165 |
+
"grad_norm": 2.4897751808166504,
|
1166 |
+
"learning_rate": 1.1142701927151456e-05,
|
1167 |
+
"loss": 5.7139,
|
1168 |
+
"step": 161
|
1169 |
+
},
|
1170 |
+
{
|
1171 |
+
"epoch": 0.042129900526623756,
|
1172 |
+
"grad_norm": 1.8576676845550537,
|
1173 |
+
"learning_rate": 1.0599462319663905e-05,
|
1174 |
+
"loss": 6.0336,
|
1175 |
+
"step": 162
|
1176 |
+
},
|
1177 |
+
{
|
1178 |
+
"epoch": 0.04238996164098563,
|
1179 |
+
"grad_norm": 2.2130608558654785,
|
1180 |
+
"learning_rate": 1.006822449763537e-05,
|
1181 |
+
"loss": 5.5478,
|
1182 |
+
"step": 163
|
1183 |
+
},
|
1184 |
+
{
|
1185 |
+
"epoch": 0.04265002275534751,
|
1186 |
+
"grad_norm": 2.381807327270508,
|
1187 |
+
"learning_rate": 9.549150281252633e-06,
|
1188 |
+
"loss": 5.6933,
|
1189 |
+
"step": 164
|
1190 |
+
},
|
1191 |
+
{
|
1192 |
+
"epoch": 0.04291008386970938,
|
1193 |
+
"grad_norm": 2.003005027770996,
|
1194 |
+
"learning_rate": 9.042397785550405e-06,
|
1195 |
+
"loss": 5.9695,
|
1196 |
+
"step": 165
|
1197 |
+
},
|
1198 |
+
{
|
1199 |
+
"epoch": 0.043170144984071256,
|
1200 |
+
"grad_norm": 1.9043495655059814,
|
1201 |
+
"learning_rate": 8.548121372247918e-06,
|
1202 |
+
"loss": 5.8895,
|
1203 |
+
"step": 166
|
1204 |
+
},
|
1205 |
+
{
|
1206 |
+
"epoch": 0.04343020609843313,
|
1207 |
+
"grad_norm": 1.9111559391021729,
|
1208 |
+
"learning_rate": 8.066471602728803e-06,
|
1209 |
+
"loss": 5.8929,
|
1210 |
+
"step": 167
|
1211 |
+
},
|
1212 |
+
{
|
1213 |
+
"epoch": 0.04369026721279501,
|
1214 |
+
"grad_norm": 1.8936721086502075,
|
1215 |
+
"learning_rate": 7.597595192178702e-06,
|
1216 |
+
"loss": 5.9478,
|
1217 |
+
"step": 168
|
1218 |
+
},
|
1219 |
+
{
|
1220 |
+
"epoch": 0.04395032832715688,
|
1221 |
+
"grad_norm": 2.007209300994873,
|
1222 |
+
"learning_rate": 7.1416349648943894e-06,
|
1223 |
+
"loss": 5.9119,
|
1224 |
+
"step": 169
|
1225 |
+
},
|
1226 |
+
{
|
1227 |
+
"epoch": 0.044210389441518755,
|
1228 |
+
"grad_norm": 2.0411062240600586,
|
1229 |
+
"learning_rate": 6.698729810778065e-06,
|
1230 |
+
"loss": 5.9512,
|
1231 |
+
"step": 170
|
1232 |
+
},
|
1233 |
+
{
|
1234 |
+
"epoch": 0.044470450555880635,
|
1235 |
+
"grad_norm": 1.808025598526001,
|
1236 |
+
"learning_rate": 6.269014643030213e-06,
|
1237 |
+
"loss": 5.82,
|
1238 |
+
"step": 171
|
1239 |
+
},
|
1240 |
+
{
|
1241 |
+
"epoch": 0.04473051167024251,
|
1242 |
+
"grad_norm": 1.875134825706482,
|
1243 |
+
"learning_rate": 5.852620357053651e-06,
|
1244 |
+
"loss": 5.835,
|
1245 |
+
"step": 172
|
1246 |
+
},
|
1247 |
+
{
|
1248 |
+
"epoch": 0.04499057278460438,
|
1249 |
+
"grad_norm": 1.7879668474197388,
|
1250 |
+
"learning_rate": 5.449673790581611e-06,
|
1251 |
+
"loss": 5.6259,
|
1252 |
+
"step": 173
|
1253 |
+
},
|
1254 |
+
{
|
1255 |
+
"epoch": 0.045250633898966254,
|
1256 |
+
"grad_norm": 2.106720209121704,
|
1257 |
+
"learning_rate": 5.060297685041659e-06,
|
1258 |
+
"loss": 5.7261,
|
1259 |
+
"step": 174
|
1260 |
+
},
|
1261 |
+
{
|
1262 |
+
"epoch": 0.045510695013328134,
|
1263 |
+
"grad_norm": 1.7821826934814453,
|
1264 |
+
"learning_rate": 4.684610648167503e-06,
|
1265 |
+
"loss": 5.6791,
|
1266 |
+
"step": 175
|
1267 |
+
},
|
1268 |
+
{
|
1269 |
+
"epoch": 0.04577075612769001,
|
1270 |
+
"grad_norm": 1.8573359251022339,
|
1271 |
+
"learning_rate": 4.322727117869951e-06,
|
1272 |
+
"loss": 5.9206,
|
1273 |
+
"step": 176
|
1274 |
+
},
|
1275 |
+
{
|
1276 |
+
"epoch": 0.04603081724205188,
|
1277 |
+
"grad_norm": 1.8888030052185059,
|
1278 |
+
"learning_rate": 3.974757327377981e-06,
|
1279 |
+
"loss": 5.6468,
|
1280 |
+
"step": 177
|
1281 |
+
},
|
1282 |
+
{
|
1283 |
+
"epoch": 0.04629087835641376,
|
1284 |
+
"grad_norm": 1.8285032510757446,
|
1285 |
+
"learning_rate": 3.6408072716606346e-06,
|
1286 |
+
"loss": 5.5881,
|
1287 |
+
"step": 178
|
1288 |
+
},
|
1289 |
+
{
|
1290 |
+
"epoch": 0.04655093947077563,
|
1291 |
+
"grad_norm": 1.9863262176513672,
|
1292 |
+
"learning_rate": 3.3209786751399187e-06,
|
1293 |
+
"loss": 5.722,
|
1294 |
+
"step": 179
|
1295 |
+
},
|
1296 |
+
{
|
1297 |
+
"epoch": 0.046811000585137506,
|
1298 |
+
"grad_norm": 2.2431719303131104,
|
1299 |
+
"learning_rate": 3.0153689607045845e-06,
|
1300 |
+
"loss": 5.6575,
|
1301 |
+
"step": 180
|
1302 |
+
},
|
1303 |
+
{
|
1304 |
+
"epoch": 0.04707106169949938,
|
1305 |
+
"grad_norm": 2.047182321548462,
|
1306 |
+
"learning_rate": 2.724071220034158e-06,
|
1307 |
+
"loss": 5.4315,
|
1308 |
+
"step": 181
|
1309 |
+
},
|
1310 |
+
{
|
1311 |
+
"epoch": 0.04733112281386126,
|
1312 |
+
"grad_norm": 1.8060697317123413,
|
1313 |
+
"learning_rate": 2.4471741852423237e-06,
|
1314 |
+
"loss": 5.8507,
|
1315 |
+
"step": 182
|
1316 |
+
},
|
1317 |
+
{
|
1318 |
+
"epoch": 0.04759118392822313,
|
1319 |
+
"grad_norm": 1.9971647262573242,
|
1320 |
+
"learning_rate": 2.1847622018482283e-06,
|
1321 |
+
"loss": 5.7017,
|
1322 |
+
"step": 183
|
1323 |
+
},
|
1324 |
+
{
|
1325 |
+
"epoch": 0.047851245042585006,
|
1326 |
+
"grad_norm": 2.5897560119628906,
|
1327 |
+
"learning_rate": 1.9369152030840556e-06,
|
1328 |
+
"loss": 5.5973,
|
1329 |
+
"step": 184
|
1330 |
+
},
|
1331 |
+
{
|
1332 |
+
"epoch": 0.048111306156946886,
|
1333 |
+
"grad_norm": 2.2017526626586914,
|
1334 |
+
"learning_rate": 1.70370868554659e-06,
|
1335 |
+
"loss": 5.8183,
|
1336 |
+
"step": 185
|
1337 |
+
},
|
1338 |
+
{
|
1339 |
+
"epoch": 0.04837136727130876,
|
1340 |
+
"grad_norm": 2.3036229610443115,
|
1341 |
+
"learning_rate": 1.4852136862001764e-06,
|
1342 |
+
"loss": 5.7241,
|
1343 |
+
"step": 186
|
1344 |
+
},
|
1345 |
+
{
|
1346 |
+
"epoch": 0.04863142838567063,
|
1347 |
+
"grad_norm": 2.3444440364837646,
|
1348 |
+
"learning_rate": 1.2814967607382432e-06,
|
1349 |
+
"loss": 5.7225,
|
1350 |
+
"step": 187
|
1351 |
+
},
|
1352 |
+
{
|
1353 |
+
"epoch": 0.048891489500032505,
|
1354 |
+
"grad_norm": 2.1423869132995605,
|
1355 |
+
"learning_rate": 1.0926199633097157e-06,
|
1356 |
+
"loss": 5.7248,
|
1357 |
+
"step": 188
|
1358 |
+
},
|
1359 |
+
{
|
1360 |
+
"epoch": 0.049151550614394385,
|
1361 |
+
"grad_norm": 2.1155991554260254,
|
1362 |
+
"learning_rate": 9.186408276168013e-07,
|
1363 |
+
"loss": 5.5723,
|
1364 |
+
"step": 189
|
1365 |
+
},
|
1366 |
+
{
|
1367 |
+
"epoch": 0.04941161172875626,
|
1368 |
+
"grad_norm": 2.301825761795044,
|
1369 |
+
"learning_rate": 7.596123493895991e-07,
|
1370 |
+
"loss": 5.7194,
|
1371 |
+
"step": 190
|
1372 |
+
},
|
1373 |
+
{
|
1374 |
+
"epoch": 0.04967167284311813,
|
1375 |
+
"grad_norm": 2.186354160308838,
|
1376 |
+
"learning_rate": 6.15582970243117e-07,
|
1377 |
+
"loss": 5.5791,
|
1378 |
+
"step": 191
|
1379 |
+
},
|
1380 |
+
{
|
1381 |
+
"epoch": 0.04993173395748001,
|
1382 |
+
"grad_norm": 2.2333290576934814,
|
1383 |
+
"learning_rate": 4.865965629214819e-07,
|
1384 |
+
"loss": 5.763,
|
1385 |
+
"step": 192
|
1386 |
+
},
|
1387 |
+
{
|
1388 |
+
"epoch": 0.050191795071841884,
|
1389 |
+
"grad_norm": 2.092721700668335,
|
1390 |
+
"learning_rate": 3.7269241793390085e-07,
|
1391 |
+
"loss": 5.76,
|
1392 |
+
"step": 193
|
1393 |
+
},
|
1394 |
+
{
|
1395 |
+
"epoch": 0.05045185618620376,
|
1396 |
+
"grad_norm": 2.0245654582977295,
|
1397 |
+
"learning_rate": 2.7390523158633554e-07,
|
1398 |
+
"loss": 5.5846,
|
1399 |
+
"step": 194
|
1400 |
+
},
|
1401 |
+
{
|
1402 |
+
"epoch": 0.05071191730056563,
|
1403 |
+
"grad_norm": 2.045283079147339,
|
1404 |
+
"learning_rate": 1.9026509541272275e-07,
|
1405 |
+
"loss": 5.6608,
|
1406 |
+
"step": 195
|
1407 |
+
},
|
1408 |
+
{
|
1409 |
+
"epoch": 0.05097197841492751,
|
1410 |
+
"grad_norm": 2.104609727859497,
|
1411 |
+
"learning_rate": 1.2179748700879012e-07,
|
1412 |
+
"loss": 6.1454,
|
1413 |
+
"step": 196
|
1414 |
+
},
|
1415 |
+
{
|
1416 |
+
"epoch": 0.05123203952928938,
|
1417 |
+
"grad_norm": 2.0057427883148193,
|
1418 |
+
"learning_rate": 6.852326227130834e-08,
|
1419 |
+
"loss": 5.6056,
|
1420 |
+
"step": 197
|
1421 |
+
},
|
1422 |
+
{
|
1423 |
+
"epoch": 0.051492100643651256,
|
1424 |
+
"grad_norm": 1.982209324836731,
|
1425 |
+
"learning_rate": 3.04586490452119e-08,
|
1426 |
+
"loss": 5.5759,
|
1427 |
+
"step": 198
|
1428 |
+
},
|
1429 |
+
{
|
1430 |
+
"epoch": 0.051752161758013136,
|
1431 |
+
"grad_norm": 2.1231882572174072,
|
1432 |
+
"learning_rate": 7.615242180436522e-09,
|
1433 |
+
"loss": 5.8412,
|
1434 |
+
"step": 199
|
1435 |
+
},
|
1436 |
+
{
|
1437 |
+
"epoch": 0.05201222287237501,
|
1438 |
+
"grad_norm": 2.233738660812378,
|
1439 |
+
"learning_rate": 0.0,
|
1440 |
+
"loss": 6.0729,
|
1441 |
+
"step": 200
|
1442 |
+
},
|
1443 |
+
{
|
1444 |
+
"epoch": 0.05201222287237501,
|
1445 |
+
"eval_loss": 5.759253978729248,
|
1446 |
+
"eval_runtime": 49.0339,
|
1447 |
+
"eval_samples_per_second": 132.092,
|
1448 |
+
"eval_steps_per_second": 66.056,
|
1449 |
+
"step": 200
|
1450 |
+
}
|
1451 |
+
],
|
1452 |
+
"logging_steps": 1,
|
1453 |
+
"max_steps": 200,
|
1454 |
+
"num_input_tokens_seen": 0,
|
1455 |
+
"num_train_epochs": 1,
|
1456 |
+
"save_steps": 50,
|
1457 |
+
"stateful_callbacks": {
|
1458 |
+
"EarlyStoppingCallback": {
|
1459 |
+
"args": {
|
1460 |
+
"early_stopping_patience": 5,
|
1461 |
+
"early_stopping_threshold": 0.0
|
1462 |
+
},
|
1463 |
+
"attributes": {
|
1464 |
+
"early_stopping_patience_counter": 0
|
1465 |
+
}
|
1466 |
+
},
|
1467 |
+
"TrainerControl": {
|
1468 |
+
"args": {
|
1469 |
+
"should_epoch_stop": false,
|
1470 |
+
"should_evaluate": false,
|
1471 |
+
"should_log": false,
|
1472 |
+
"should_save": true,
|
1473 |
+
"should_training_stop": true
|
1474 |
+
},
|
1475 |
+
"attributes": {}
|
1476 |
+
}
|
1477 |
+
},
|
1478 |
+
"total_flos": 140636376268800.0,
|
1479 |
+
"train_batch_size": 8,
|
1480 |
+
"trial_name": null,
|
1481 |
+
"trial_params": null
|
1482 |
+
}
|
last-checkpoint/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8726b0174ea01e15a980b23e608559aea97e2ee7a210d7a3409e0ae18fbb1707
|
3 |
+
size 6840
|
special_tokens_map.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": true,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": true,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "</s>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<unk>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": true,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
}
|
30 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab1b681ec7fc02fed5edd3026687d7a692a918c4dd8e150ca2e3994a6229843b
|
3 |
+
size 534194
|
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": true,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": true
|
13 |
+
},
|
14 |
+
"1": {
|
15 |
+
"content": "<s>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": true,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false,
|
20 |
+
"special": true
|
21 |
+
},
|
22 |
+
"2": {
|
23 |
+
"content": "</s>",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": false,
|
26 |
+
"rstrip": false,
|
27 |
+
"single_word": false,
|
28 |
+
"special": true
|
29 |
+
}
|
30 |
+
},
|
31 |
+
"bos_token": "<s>",
|
32 |
+
"chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
|
33 |
+
"clean_up_tokenization_spaces": false,
|
34 |
+
"eos_token": "</s>",
|
35 |
+
"legacy": true,
|
36 |
+
"model_max_length": 2048,
|
37 |
+
"pad_token": "</s>",
|
38 |
+
"sp_model_kwargs": {},
|
39 |
+
"tokenizer_class": "LlamaTokenizer",
|
40 |
+
"unk_token": "<unk>",
|
41 |
+
"use_default_system_prompt": false
|
42 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8726b0174ea01e15a980b23e608559aea97e2ee7a210d7a3409e0ae18fbb1707
|
3 |
+
size 6840
|