End of training
Browse files- README.md +161 -0
- adapter_config.json +34 -0
- adapter_model.bin +3 -0
- adapter_model.safetensors +3 -0
- config.json +37 -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 +43 -0
- last-checkpoint/trainer_state.json +829 -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 +43 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,161 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: NousResearch/Yarn-Llama-2-7b-128k
|
4 |
+
tags:
|
5 |
+
- axolotl
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: 3ed5d45e-b05d-4a7e-9627-111a1d0bf345
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
[<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)
|
16 |
+
<details><summary>See axolotl config</summary>
|
17 |
+
|
18 |
+
axolotl version: `0.4.1`
|
19 |
+
```yaml
|
20 |
+
adapter: lora
|
21 |
+
base_model: NousResearch/Yarn-Llama-2-7b-128k
|
22 |
+
bf16: true
|
23 |
+
chat_template: llama3
|
24 |
+
datasets:
|
25 |
+
- data_files:
|
26 |
+
- 511cf02a0f587430_train_data.json
|
27 |
+
ds_type: json
|
28 |
+
format: custom
|
29 |
+
path: /workspace/input_data/511cf02a0f587430_train_data.json
|
30 |
+
type:
|
31 |
+
field_input: fewshot_prompt
|
32 |
+
field_instruction: question
|
33 |
+
field_output: answer
|
34 |
+
format: '{instruction} {input}'
|
35 |
+
no_input_format: '{instruction}'
|
36 |
+
system_format: '{system}'
|
37 |
+
system_prompt: ''
|
38 |
+
debug: null
|
39 |
+
deepspeed: null
|
40 |
+
early_stopping_patience: null
|
41 |
+
eval_max_new_tokens: 128
|
42 |
+
eval_table_size: null
|
43 |
+
evals_per_epoch: 4
|
44 |
+
flash_attention: false
|
45 |
+
fp16: false
|
46 |
+
fsdp: null
|
47 |
+
fsdp_config: null
|
48 |
+
gradient_accumulation_steps: 2
|
49 |
+
gradient_checkpointing: true
|
50 |
+
group_by_length: false
|
51 |
+
hub_model_id: sn56m2/3ed5d45e-b05d-4a7e-9627-111a1d0bf345
|
52 |
+
hub_repo: null
|
53 |
+
hub_strategy: checkpoint
|
54 |
+
hub_token: null
|
55 |
+
learning_rate: 0.0001
|
56 |
+
load_in_4bit: false
|
57 |
+
load_in_8bit: false
|
58 |
+
local_rank: null
|
59 |
+
logging_steps: 1
|
60 |
+
lora_alpha: 32
|
61 |
+
lora_dropout: 0.05
|
62 |
+
lora_fan_in_fan_out: null
|
63 |
+
lora_model_dir: null
|
64 |
+
lora_r: 16
|
65 |
+
lora_target_linear: true
|
66 |
+
lr_scheduler: cosine
|
67 |
+
max_memory:
|
68 |
+
0: 77GiB
|
69 |
+
max_steps: 100
|
70 |
+
micro_batch_size: 8
|
71 |
+
mlflow_experiment_name: /tmp/511cf02a0f587430_train_data.json
|
72 |
+
model_type: AutoModelForCausalLM
|
73 |
+
num_epochs: 3
|
74 |
+
optimizer: adamw_torch
|
75 |
+
output_dir: miner_id_24
|
76 |
+
pad_to_sequence_len: true
|
77 |
+
resume_from_checkpoint: null
|
78 |
+
s2_attention: null
|
79 |
+
sample_packing: false
|
80 |
+
save_steps: 25
|
81 |
+
save_strategy: steps
|
82 |
+
sequence_len: 1024
|
83 |
+
strict: false
|
84 |
+
tf32: false
|
85 |
+
tokenizer_type: AutoTokenizer
|
86 |
+
train_on_inputs: false
|
87 |
+
trust_remote_code: true
|
88 |
+
val_set_size: 0.05
|
89 |
+
wandb_entity: sn56-miner
|
90 |
+
wandb_mode: disabled
|
91 |
+
wandb_name: 3ed5d45e-b05d-4a7e-9627-111a1d0bf345
|
92 |
+
wandb_project: god
|
93 |
+
wandb_run: pkal
|
94 |
+
wandb_runid: 3ed5d45e-b05d-4a7e-9627-111a1d0bf345
|
95 |
+
warmup_steps: 10
|
96 |
+
weight_decay: 0.01
|
97 |
+
xformers_attention: false
|
98 |
+
|
99 |
+
```
|
100 |
+
|
101 |
+
</details><br>
|
102 |
+
|
103 |
+
# 3ed5d45e-b05d-4a7e-9627-111a1d0bf345
|
104 |
+
|
105 |
+
This model is a fine-tuned version of [NousResearch/Yarn-Llama-2-7b-128k](https://huggingface.co/NousResearch/Yarn-Llama-2-7b-128k) on the None dataset.
|
106 |
+
It achieves the following results on the evaluation set:
|
107 |
+
- Loss: 0.5047
|
108 |
+
|
109 |
+
## Model description
|
110 |
+
|
111 |
+
More information needed
|
112 |
+
|
113 |
+
## Intended uses & limitations
|
114 |
+
|
115 |
+
More information needed
|
116 |
+
|
117 |
+
## Training and evaluation data
|
118 |
+
|
119 |
+
More information needed
|
120 |
+
|
121 |
+
## Training procedure
|
122 |
+
|
123 |
+
### Training hyperparameters
|
124 |
+
|
125 |
+
The following hyperparameters were used during training:
|
126 |
+
- learning_rate: 0.0001
|
127 |
+
- train_batch_size: 8
|
128 |
+
- eval_batch_size: 8
|
129 |
+
- seed: 42
|
130 |
+
- gradient_accumulation_steps: 2
|
131 |
+
- total_train_batch_size: 16
|
132 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
133 |
+
- lr_scheduler_type: cosine
|
134 |
+
- lr_scheduler_warmup_steps: 10
|
135 |
+
- training_steps: 100
|
136 |
+
|
137 |
+
### Training results
|
138 |
+
|
139 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
140 |
+
|:-------------:|:------:|:----:|:---------------:|
|
141 |
+
| 2.7626 | 0.0020 | 1 | 1.3569 |
|
142 |
+
| 2.2238 | 0.0176 | 9 | 1.0849 |
|
143 |
+
| 1.4718 | 0.0353 | 18 | 0.7200 |
|
144 |
+
| 1.1964 | 0.0529 | 27 | 0.6320 |
|
145 |
+
| 1.1329 | 0.0705 | 36 | 0.5820 |
|
146 |
+
| 1.1189 | 0.0881 | 45 | 0.5556 |
|
147 |
+
| 0.9429 | 0.1058 | 54 | 0.5331 |
|
148 |
+
| 1.2145 | 0.1234 | 63 | 0.5194 |
|
149 |
+
| 1.0349 | 0.1410 | 72 | 0.5107 |
|
150 |
+
| 1.1178 | 0.1587 | 81 | 0.5065 |
|
151 |
+
| 0.7792 | 0.1763 | 90 | 0.5049 |
|
152 |
+
| 1.0804 | 0.1939 | 99 | 0.5047 |
|
153 |
+
|
154 |
+
|
155 |
+
### Framework versions
|
156 |
+
|
157 |
+
- PEFT 0.13.2
|
158 |
+
- Transformers 4.46.0
|
159 |
+
- Pytorch 2.5.0+cu124
|
160 |
+
- Datasets 3.0.1
|
161 |
+
- 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": "NousResearch/Yarn-Llama-2-7b-128k",
|
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": 32,
|
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": 16,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"o_proj",
|
24 |
+
"v_proj",
|
25 |
+
"k_proj",
|
26 |
+
"gate_proj",
|
27 |
+
"q_proj",
|
28 |
+
"up_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:574dc32501df0b6ba6de6c83ed05d08fee20a484b3985f0b5c7c721a173878fc
|
3 |
+
size 160069834
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aeccf3fcb866f7fac8d7ee18306a772da2bd946ebd8cb937b446c0baac697248
|
3 |
+
size 159967880
|
config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_attn_implementation_autoset": true,
|
3 |
+
"_name_or_path": "NousResearch/Yarn-Llama-2-7b-128k",
|
4 |
+
"architectures": [
|
5 |
+
"LlamaForCausalLM"
|
6 |
+
],
|
7 |
+
"auto_map": {
|
8 |
+
"AutoConfig": "NousResearch/Yarn-Llama-2-7b-128k--configuration_llama.LlamaConfig",
|
9 |
+
"AutoModelForCausalLM": "NousResearch/Yarn-Llama-2-7b-128k--modeling_llama_together_yarn.LlamaForCausalLM"
|
10 |
+
},
|
11 |
+
"bos_token_id": 1,
|
12 |
+
"eos_token_id": 2,
|
13 |
+
"hidden_act": "silu",
|
14 |
+
"hidden_size": 4096,
|
15 |
+
"initializer_range": 0.02,
|
16 |
+
"intermediate_size": 11008,
|
17 |
+
"max_position_embeddings": 131072,
|
18 |
+
"model_type": "llama",
|
19 |
+
"num_attention_heads": 32,
|
20 |
+
"num_hidden_layers": 32,
|
21 |
+
"num_key_value_heads": 32,
|
22 |
+
"pad_token_id": 0,
|
23 |
+
"pretraining_tp": 1,
|
24 |
+
"rms_norm_eps": 1e-05,
|
25 |
+
"rope_scaling": {
|
26 |
+
"factor": 32.0,
|
27 |
+
"finetuned": true,
|
28 |
+
"original_max_position_embeddings": 4096,
|
29 |
+
"type": "yarn"
|
30 |
+
},
|
31 |
+
"tie_word_embeddings": false,
|
32 |
+
"torch_dtype": "bfloat16",
|
33 |
+
"transformers_version": "4.46.0",
|
34 |
+
"use_cache": false,
|
35 |
+
"use_flash_attention": false,
|
36 |
+
"vocab_size": 32000
|
37 |
+
}
|
last-checkpoint/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: NousResearch/Yarn-Llama-2-7b-128k
|
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": "NousResearch/Yarn-Llama-2-7b-128k",
|
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": 32,
|
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": 16,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"o_proj",
|
24 |
+
"v_proj",
|
25 |
+
"k_proj",
|
26 |
+
"gate_proj",
|
27 |
+
"q_proj",
|
28 |
+
"up_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:aeccf3fcb866f7fac8d7ee18306a772da2bd946ebd8cb937b446c0baac697248
|
3 |
+
size 159967880
|
last-checkpoint/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:777d9f1d73c18ad2066ed7c7fa3c1127ca6ba3f18ae99235d377573477d9b640
|
3 |
+
size 320194002
|
last-checkpoint/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d665228d5c674a5322354b2cbabcdb77447213d0273363aa47e9189b164a4bf9
|
3 |
+
size 14244
|
last-checkpoint/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49d60a69e2379be2053e816cbaff31e6c931b5922dd86c71c9eaf473299cbf62
|
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": "<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": 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:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
last-checkpoint/tokenizer_config.json
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"add_prefix_space": true,
|
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": true,
|
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": false,
|
36 |
+
"model_max_length": 1000000000000000019884624838656,
|
37 |
+
"pad_token": "<unk>",
|
38 |
+
"sp_model_kwargs": {},
|
39 |
+
"spaces_between_special_tokens": false,
|
40 |
+
"tokenizer_class": "LlamaTokenizer",
|
41 |
+
"unk_token": "<unk>",
|
42 |
+
"use_default_system_prompt": false
|
43 |
+
}
|
last-checkpoint/trainer_state.json
ADDED
@@ -0,0 +1,829 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.1958863858961802,
|
5 |
+
"eval_steps": 9,
|
6 |
+
"global_step": 100,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.0019588638589618022,
|
13 |
+
"grad_norm": 1.6968050003051758,
|
14 |
+
"learning_rate": 1e-05,
|
15 |
+
"loss": 2.7626,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.0019588638589618022,
|
20 |
+
"eval_loss": 1.3569356203079224,
|
21 |
+
"eval_runtime": 77.4393,
|
22 |
+
"eval_samples_per_second": 5.553,
|
23 |
+
"eval_steps_per_second": 0.697,
|
24 |
+
"step": 1
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.0039177277179236044,
|
28 |
+
"grad_norm": 1.5743095874786377,
|
29 |
+
"learning_rate": 2e-05,
|
30 |
+
"loss": 2.5803,
|
31 |
+
"step": 2
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.005876591576885406,
|
35 |
+
"grad_norm": 1.4882086515426636,
|
36 |
+
"learning_rate": 3e-05,
|
37 |
+
"loss": 2.6338,
|
38 |
+
"step": 3
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.007835455435847209,
|
42 |
+
"grad_norm": 1.3662413358688354,
|
43 |
+
"learning_rate": 4e-05,
|
44 |
+
"loss": 2.5735,
|
45 |
+
"step": 4
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.009794319294809012,
|
49 |
+
"grad_norm": 1.5837461948394775,
|
50 |
+
"learning_rate": 5e-05,
|
51 |
+
"loss": 2.6477,
|
52 |
+
"step": 5
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.011753183153770812,
|
56 |
+
"grad_norm": 1.6326932907104492,
|
57 |
+
"learning_rate": 6e-05,
|
58 |
+
"loss": 2.6416,
|
59 |
+
"step": 6
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.013712047012732615,
|
63 |
+
"grad_norm": 2.0311954021453857,
|
64 |
+
"learning_rate": 7e-05,
|
65 |
+
"loss": 2.6862,
|
66 |
+
"step": 7
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.015670910871694418,
|
70 |
+
"grad_norm": 1.5801018476486206,
|
71 |
+
"learning_rate": 8e-05,
|
72 |
+
"loss": 2.3037,
|
73 |
+
"step": 8
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.01762977473065622,
|
77 |
+
"grad_norm": 1.6803339719772339,
|
78 |
+
"learning_rate": 9e-05,
|
79 |
+
"loss": 2.2238,
|
80 |
+
"step": 9
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.01762977473065622,
|
84 |
+
"eval_loss": 1.0849395990371704,
|
85 |
+
"eval_runtime": 77.7128,
|
86 |
+
"eval_samples_per_second": 5.533,
|
87 |
+
"eval_steps_per_second": 0.695,
|
88 |
+
"step": 9
|
89 |
+
},
|
90 |
+
{
|
91 |
+
"epoch": 0.019588638589618023,
|
92 |
+
"grad_norm": 2.0442919731140137,
|
93 |
+
"learning_rate": 0.0001,
|
94 |
+
"loss": 2.2401,
|
95 |
+
"step": 10
|
96 |
+
},
|
97 |
+
{
|
98 |
+
"epoch": 0.021547502448579822,
|
99 |
+
"grad_norm": 1.5194798707962036,
|
100 |
+
"learning_rate": 9.99695413509548e-05,
|
101 |
+
"loss": 2.0831,
|
102 |
+
"step": 11
|
103 |
+
},
|
104 |
+
{
|
105 |
+
"epoch": 0.023506366307541625,
|
106 |
+
"grad_norm": 1.431047797203064,
|
107 |
+
"learning_rate": 9.987820251299122e-05,
|
108 |
+
"loss": 1.9413,
|
109 |
+
"step": 12
|
110 |
+
},
|
111 |
+
{
|
112 |
+
"epoch": 0.025465230166503428,
|
113 |
+
"grad_norm": 1.4518091678619385,
|
114 |
+
"learning_rate": 9.972609476841367e-05,
|
115 |
+
"loss": 1.8144,
|
116 |
+
"step": 13
|
117 |
+
},
|
118 |
+
{
|
119 |
+
"epoch": 0.02742409402546523,
|
120 |
+
"grad_norm": 1.4439371824264526,
|
121 |
+
"learning_rate": 9.951340343707852e-05,
|
122 |
+
"loss": 1.7324,
|
123 |
+
"step": 14
|
124 |
+
},
|
125 |
+
{
|
126 |
+
"epoch": 0.029382957884427033,
|
127 |
+
"grad_norm": 1.3911993503570557,
|
128 |
+
"learning_rate": 9.924038765061042e-05,
|
129 |
+
"loss": 1.635,
|
130 |
+
"step": 15
|
131 |
+
},
|
132 |
+
{
|
133 |
+
"epoch": 0.031341821743388835,
|
134 |
+
"grad_norm": 1.4029191732406616,
|
135 |
+
"learning_rate": 9.890738003669029e-05,
|
136 |
+
"loss": 1.7204,
|
137 |
+
"step": 16
|
138 |
+
},
|
139 |
+
{
|
140 |
+
"epoch": 0.03330068560235064,
|
141 |
+
"grad_norm": 1.4992731809616089,
|
142 |
+
"learning_rate": 9.851478631379982e-05,
|
143 |
+
"loss": 1.6266,
|
144 |
+
"step": 17
|
145 |
+
},
|
146 |
+
{
|
147 |
+
"epoch": 0.03525954946131244,
|
148 |
+
"grad_norm": 1.3220841884613037,
|
149 |
+
"learning_rate": 9.806308479691595e-05,
|
150 |
+
"loss": 1.4718,
|
151 |
+
"step": 18
|
152 |
+
},
|
153 |
+
{
|
154 |
+
"epoch": 0.03525954946131244,
|
155 |
+
"eval_loss": 0.7200331687927246,
|
156 |
+
"eval_runtime": 77.7436,
|
157 |
+
"eval_samples_per_second": 5.531,
|
158 |
+
"eval_steps_per_second": 0.695,
|
159 |
+
"step": 18
|
160 |
+
},
|
161 |
+
{
|
162 |
+
"epoch": 0.03721841332027424,
|
163 |
+
"grad_norm": 1.2800354957580566,
|
164 |
+
"learning_rate": 9.755282581475769e-05,
|
165 |
+
"loss": 1.2747,
|
166 |
+
"step": 19
|
167 |
+
},
|
168 |
+
{
|
169 |
+
"epoch": 0.039177277179236046,
|
170 |
+
"grad_norm": 1.0899313688278198,
|
171 |
+
"learning_rate": 9.698463103929542e-05,
|
172 |
+
"loss": 1.2156,
|
173 |
+
"step": 20
|
174 |
+
},
|
175 |
+
{
|
176 |
+
"epoch": 0.04113614103819784,
|
177 |
+
"grad_norm": 1.364983320236206,
|
178 |
+
"learning_rate": 9.635919272833938e-05,
|
179 |
+
"loss": 1.2787,
|
180 |
+
"step": 21
|
181 |
+
},
|
182 |
+
{
|
183 |
+
"epoch": 0.043095004897159644,
|
184 |
+
"grad_norm": 1.386749267578125,
|
185 |
+
"learning_rate": 9.567727288213005e-05,
|
186 |
+
"loss": 1.4594,
|
187 |
+
"step": 22
|
188 |
+
},
|
189 |
+
{
|
190 |
+
"epoch": 0.04505386875612145,
|
191 |
+
"grad_norm": 1.2778769731521606,
|
192 |
+
"learning_rate": 9.493970231495835e-05,
|
193 |
+
"loss": 1.3377,
|
194 |
+
"step": 23
|
195 |
+
},
|
196 |
+
{
|
197 |
+
"epoch": 0.04701273261508325,
|
198 |
+
"grad_norm": 1.236050009727478,
|
199 |
+
"learning_rate": 9.414737964294636e-05,
|
200 |
+
"loss": 1.2467,
|
201 |
+
"step": 24
|
202 |
+
},
|
203 |
+
{
|
204 |
+
"epoch": 0.04897159647404505,
|
205 |
+
"grad_norm": 1.1703822612762451,
|
206 |
+
"learning_rate": 9.330127018922194e-05,
|
207 |
+
"loss": 1.2772,
|
208 |
+
"step": 25
|
209 |
+
},
|
210 |
+
{
|
211 |
+
"epoch": 0.050930460333006855,
|
212 |
+
"grad_norm": 1.2760695219039917,
|
213 |
+
"learning_rate": 9.24024048078213e-05,
|
214 |
+
"loss": 1.2584,
|
215 |
+
"step": 26
|
216 |
+
},
|
217 |
+
{
|
218 |
+
"epoch": 0.05288932419196866,
|
219 |
+
"grad_norm": 1.3161894083023071,
|
220 |
+
"learning_rate": 9.145187862775209e-05,
|
221 |
+
"loss": 1.1964,
|
222 |
+
"step": 27
|
223 |
+
},
|
224 |
+
{
|
225 |
+
"epoch": 0.05288932419196866,
|
226 |
+
"eval_loss": 0.6319804191589355,
|
227 |
+
"eval_runtime": 77.7626,
|
228 |
+
"eval_samples_per_second": 5.53,
|
229 |
+
"eval_steps_per_second": 0.694,
|
230 |
+
"step": 27
|
231 |
+
},
|
232 |
+
{
|
233 |
+
"epoch": 0.05484818805093046,
|
234 |
+
"grad_norm": 1.4488955736160278,
|
235 |
+
"learning_rate": 9.045084971874738e-05,
|
236 |
+
"loss": 1.3106,
|
237 |
+
"step": 28
|
238 |
+
},
|
239 |
+
{
|
240 |
+
"epoch": 0.05680705190989226,
|
241 |
+
"grad_norm": 1.305700421333313,
|
242 |
+
"learning_rate": 8.940053768033609e-05,
|
243 |
+
"loss": 1.1911,
|
244 |
+
"step": 29
|
245 |
+
},
|
246 |
+
{
|
247 |
+
"epoch": 0.058765915768854066,
|
248 |
+
"grad_norm": 0.9763986468315125,
|
249 |
+
"learning_rate": 8.83022221559489e-05,
|
250 |
+
"loss": 1.1847,
|
251 |
+
"step": 30
|
252 |
+
},
|
253 |
+
{
|
254 |
+
"epoch": 0.06072477962781587,
|
255 |
+
"grad_norm": 1.1714086532592773,
|
256 |
+
"learning_rate": 8.715724127386972e-05,
|
257 |
+
"loss": 1.2101,
|
258 |
+
"step": 31
|
259 |
+
},
|
260 |
+
{
|
261 |
+
"epoch": 0.06268364348677767,
|
262 |
+
"grad_norm": 1.1862618923187256,
|
263 |
+
"learning_rate": 8.596699001693255e-05,
|
264 |
+
"loss": 1.3224,
|
265 |
+
"step": 32
|
266 |
+
},
|
267 |
+
{
|
268 |
+
"epoch": 0.06464250734573947,
|
269 |
+
"grad_norm": 1.2496484518051147,
|
270 |
+
"learning_rate": 8.473291852294987e-05,
|
271 |
+
"loss": 1.1958,
|
272 |
+
"step": 33
|
273 |
+
},
|
274 |
+
{
|
275 |
+
"epoch": 0.06660137120470128,
|
276 |
+
"grad_norm": 1.2295827865600586,
|
277 |
+
"learning_rate": 8.345653031794292e-05,
|
278 |
+
"loss": 1.141,
|
279 |
+
"step": 34
|
280 |
+
},
|
281 |
+
{
|
282 |
+
"epoch": 0.06856023506366307,
|
283 |
+
"grad_norm": 1.356821060180664,
|
284 |
+
"learning_rate": 8.213938048432697e-05,
|
285 |
+
"loss": 1.3449,
|
286 |
+
"step": 35
|
287 |
+
},
|
288 |
+
{
|
289 |
+
"epoch": 0.07051909892262488,
|
290 |
+
"grad_norm": 0.9776789546012878,
|
291 |
+
"learning_rate": 8.07830737662829e-05,
|
292 |
+
"loss": 1.1329,
|
293 |
+
"step": 36
|
294 |
+
},
|
295 |
+
{
|
296 |
+
"epoch": 0.07051909892262488,
|
297 |
+
"eval_loss": 0.5819911956787109,
|
298 |
+
"eval_runtime": 77.7054,
|
299 |
+
"eval_samples_per_second": 5.534,
|
300 |
+
"eval_steps_per_second": 0.695,
|
301 |
+
"step": 36
|
302 |
+
},
|
303 |
+
{
|
304 |
+
"epoch": 0.07247796278158668,
|
305 |
+
"grad_norm": 1.0513958930969238,
|
306 |
+
"learning_rate": 7.938926261462366e-05,
|
307 |
+
"loss": 1.1187,
|
308 |
+
"step": 37
|
309 |
+
},
|
310 |
+
{
|
311 |
+
"epoch": 0.07443682664054849,
|
312 |
+
"grad_norm": 1.1003583669662476,
|
313 |
+
"learning_rate": 7.795964517353735e-05,
|
314 |
+
"loss": 1.2999,
|
315 |
+
"step": 38
|
316 |
+
},
|
317 |
+
{
|
318 |
+
"epoch": 0.07639569049951028,
|
319 |
+
"grad_norm": 1.393884301185608,
|
320 |
+
"learning_rate": 7.649596321166024e-05,
|
321 |
+
"loss": 1.3398,
|
322 |
+
"step": 39
|
323 |
+
},
|
324 |
+
{
|
325 |
+
"epoch": 0.07835455435847209,
|
326 |
+
"grad_norm": 0.9188857078552246,
|
327 |
+
"learning_rate": 7.500000000000001e-05,
|
328 |
+
"loss": 1.1988,
|
329 |
+
"step": 40
|
330 |
+
},
|
331 |
+
{
|
332 |
+
"epoch": 0.08031341821743389,
|
333 |
+
"grad_norm": 0.9523728489875793,
|
334 |
+
"learning_rate": 7.347357813929454e-05,
|
335 |
+
"loss": 1.2676,
|
336 |
+
"step": 41
|
337 |
+
},
|
338 |
+
{
|
339 |
+
"epoch": 0.08227228207639568,
|
340 |
+
"grad_norm": 0.8900655508041382,
|
341 |
+
"learning_rate": 7.191855733945387e-05,
|
342 |
+
"loss": 1.2159,
|
343 |
+
"step": 42
|
344 |
+
},
|
345 |
+
{
|
346 |
+
"epoch": 0.0842311459353575,
|
347 |
+
"grad_norm": 0.9669986963272095,
|
348 |
+
"learning_rate": 7.033683215379002e-05,
|
349 |
+
"loss": 1.3028,
|
350 |
+
"step": 43
|
351 |
+
},
|
352 |
+
{
|
353 |
+
"epoch": 0.08619000979431929,
|
354 |
+
"grad_norm": 0.9369410872459412,
|
355 |
+
"learning_rate": 6.873032967079561e-05,
|
356 |
+
"loss": 1.0016,
|
357 |
+
"step": 44
|
358 |
+
},
|
359 |
+
{
|
360 |
+
"epoch": 0.0881488736532811,
|
361 |
+
"grad_norm": 0.950991153717041,
|
362 |
+
"learning_rate": 6.710100716628344e-05,
|
363 |
+
"loss": 1.1189,
|
364 |
+
"step": 45
|
365 |
+
},
|
366 |
+
{
|
367 |
+
"epoch": 0.0881488736532811,
|
368 |
+
"eval_loss": 0.5556212663650513,
|
369 |
+
"eval_runtime": 77.7056,
|
370 |
+
"eval_samples_per_second": 5.534,
|
371 |
+
"eval_steps_per_second": 0.695,
|
372 |
+
"step": 45
|
373 |
+
},
|
374 |
+
{
|
375 |
+
"epoch": 0.0901077375122429,
|
376 |
+
"grad_norm": 1.0693860054016113,
|
377 |
+
"learning_rate": 6.545084971874738e-05,
|
378 |
+
"loss": 1.0666,
|
379 |
+
"step": 46
|
380 |
+
},
|
381 |
+
{
|
382 |
+
"epoch": 0.0920666013712047,
|
383 |
+
"grad_norm": 0.9803517460823059,
|
384 |
+
"learning_rate": 6.378186779084995e-05,
|
385 |
+
"loss": 1.0236,
|
386 |
+
"step": 47
|
387 |
+
},
|
388 |
+
{
|
389 |
+
"epoch": 0.0940254652301665,
|
390 |
+
"grad_norm": 1.1268558502197266,
|
391 |
+
"learning_rate": 6.209609477998338e-05,
|
392 |
+
"loss": 1.0705,
|
393 |
+
"step": 48
|
394 |
+
},
|
395 |
+
{
|
396 |
+
"epoch": 0.09598432908912831,
|
397 |
+
"grad_norm": 0.9862860441207886,
|
398 |
+
"learning_rate": 6.0395584540887963e-05,
|
399 |
+
"loss": 0.9917,
|
400 |
+
"step": 49
|
401 |
+
},
|
402 |
+
{
|
403 |
+
"epoch": 0.0979431929480901,
|
404 |
+
"grad_norm": 1.0441433191299438,
|
405 |
+
"learning_rate": 5.868240888334653e-05,
|
406 |
+
"loss": 1.1169,
|
407 |
+
"step": 50
|
408 |
+
},
|
409 |
+
{
|
410 |
+
"epoch": 0.09990205680705191,
|
411 |
+
"grad_norm": 1.0051071643829346,
|
412 |
+
"learning_rate": 5.695865504800327e-05,
|
413 |
+
"loss": 0.9685,
|
414 |
+
"step": 51
|
415 |
+
},
|
416 |
+
{
|
417 |
+
"epoch": 0.10186092066601371,
|
418 |
+
"grad_norm": 0.9177164435386658,
|
419 |
+
"learning_rate": 5.522642316338268e-05,
|
420 |
+
"loss": 0.9734,
|
421 |
+
"step": 52
|
422 |
+
},
|
423 |
+
{
|
424 |
+
"epoch": 0.10381978452497552,
|
425 |
+
"grad_norm": 1.0885511636734009,
|
426 |
+
"learning_rate": 5.348782368720626e-05,
|
427 |
+
"loss": 1.1075,
|
428 |
+
"step": 53
|
429 |
+
},
|
430 |
+
{
|
431 |
+
"epoch": 0.10577864838393732,
|
432 |
+
"grad_norm": 0.896792471408844,
|
433 |
+
"learning_rate": 5.174497483512506e-05,
|
434 |
+
"loss": 0.9429,
|
435 |
+
"step": 54
|
436 |
+
},
|
437 |
+
{
|
438 |
+
"epoch": 0.10577864838393732,
|
439 |
+
"eval_loss": 0.5331423282623291,
|
440 |
+
"eval_runtime": 77.7205,
|
441 |
+
"eval_samples_per_second": 5.533,
|
442 |
+
"eval_steps_per_second": 0.695,
|
443 |
+
"step": 54
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 0.10773751224289912,
|
447 |
+
"grad_norm": 1.3870223760604858,
|
448 |
+
"learning_rate": 5e-05,
|
449 |
+
"loss": 1.0954,
|
450 |
+
"step": 55
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 0.10969637610186092,
|
454 |
+
"grad_norm": 1.017014741897583,
|
455 |
+
"learning_rate": 4.825502516487497e-05,
|
456 |
+
"loss": 0.9297,
|
457 |
+
"step": 56
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 0.11165523996082272,
|
461 |
+
"grad_norm": 1.0548560619354248,
|
462 |
+
"learning_rate": 4.6512176312793736e-05,
|
463 |
+
"loss": 1.0921,
|
464 |
+
"step": 57
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 0.11361410381978453,
|
468 |
+
"grad_norm": 1.0806331634521484,
|
469 |
+
"learning_rate": 4.477357683661734e-05,
|
470 |
+
"loss": 1.0678,
|
471 |
+
"step": 58
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 0.11557296767874632,
|
475 |
+
"grad_norm": 1.070327639579773,
|
476 |
+
"learning_rate": 4.3041344951996746e-05,
|
477 |
+
"loss": 0.9668,
|
478 |
+
"step": 59
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 0.11753183153770813,
|
482 |
+
"grad_norm": 1.1311798095703125,
|
483 |
+
"learning_rate": 4.131759111665349e-05,
|
484 |
+
"loss": 1.0552,
|
485 |
+
"step": 60
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 0.11949069539666993,
|
489 |
+
"grad_norm": 1.0938886404037476,
|
490 |
+
"learning_rate": 3.960441545911204e-05,
|
491 |
+
"loss": 1.1016,
|
492 |
+
"step": 61
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 0.12144955925563174,
|
496 |
+
"grad_norm": 1.0902200937271118,
|
497 |
+
"learning_rate": 3.790390522001662e-05,
|
498 |
+
"loss": 1.1692,
|
499 |
+
"step": 62
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 0.12340842311459353,
|
503 |
+
"grad_norm": 1.2008287906646729,
|
504 |
+
"learning_rate": 3.6218132209150045e-05,
|
505 |
+
"loss": 1.2145,
|
506 |
+
"step": 63
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 0.12340842311459353,
|
510 |
+
"eval_loss": 0.5193687081336975,
|
511 |
+
"eval_runtime": 77.7036,
|
512 |
+
"eval_samples_per_second": 5.534,
|
513 |
+
"eval_steps_per_second": 0.695,
|
514 |
+
"step": 63
|
515 |
+
},
|
516 |
+
{
|
517 |
+
"epoch": 0.12536728697355534,
|
518 |
+
"grad_norm": 1.1167514324188232,
|
519 |
+
"learning_rate": 3.4549150281252636e-05,
|
520 |
+
"loss": 1.0153,
|
521 |
+
"step": 64
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"epoch": 0.12732615083251714,
|
525 |
+
"grad_norm": 0.918594241142273,
|
526 |
+
"learning_rate": 3.289899283371657e-05,
|
527 |
+
"loss": 0.9754,
|
528 |
+
"step": 65
|
529 |
+
},
|
530 |
+
{
|
531 |
+
"epoch": 0.12928501469147893,
|
532 |
+
"grad_norm": 1.119093656539917,
|
533 |
+
"learning_rate": 3.12696703292044e-05,
|
534 |
+
"loss": 1.2699,
|
535 |
+
"step": 66
|
536 |
+
},
|
537 |
+
{
|
538 |
+
"epoch": 0.13124387855044076,
|
539 |
+
"grad_norm": 0.9503984451293945,
|
540 |
+
"learning_rate": 2.9663167846209998e-05,
|
541 |
+
"loss": 0.8829,
|
542 |
+
"step": 67
|
543 |
+
},
|
544 |
+
{
|
545 |
+
"epoch": 0.13320274240940255,
|
546 |
+
"grad_norm": 1.1151593923568726,
|
547 |
+
"learning_rate": 2.8081442660546125e-05,
|
548 |
+
"loss": 1.2008,
|
549 |
+
"step": 68
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 0.13516160626836435,
|
553 |
+
"grad_norm": 1.104845643043518,
|
554 |
+
"learning_rate": 2.6526421860705473e-05,
|
555 |
+
"loss": 1.0592,
|
556 |
+
"step": 69
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 0.13712047012732614,
|
560 |
+
"grad_norm": 0.9387127161026001,
|
561 |
+
"learning_rate": 2.500000000000001e-05,
|
562 |
+
"loss": 1.0017,
|
563 |
+
"step": 70
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"epoch": 0.13907933398628794,
|
567 |
+
"grad_norm": 0.9120230078697205,
|
568 |
+
"learning_rate": 2.350403678833976e-05,
|
569 |
+
"loss": 0.914,
|
570 |
+
"step": 71
|
571 |
+
},
|
572 |
+
{
|
573 |
+
"epoch": 0.14103819784524976,
|
574 |
+
"grad_norm": 0.9989181160926819,
|
575 |
+
"learning_rate": 2.2040354826462668e-05,
|
576 |
+
"loss": 1.0349,
|
577 |
+
"step": 72
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"epoch": 0.14103819784524976,
|
581 |
+
"eval_loss": 0.5106868743896484,
|
582 |
+
"eval_runtime": 77.69,
|
583 |
+
"eval_samples_per_second": 5.535,
|
584 |
+
"eval_steps_per_second": 0.695,
|
585 |
+
"step": 72
|
586 |
+
},
|
587 |
+
{
|
588 |
+
"epoch": 0.14299706170421156,
|
589 |
+
"grad_norm": 0.9729260206222534,
|
590 |
+
"learning_rate": 2.061073738537635e-05,
|
591 |
+
"loss": 0.936,
|
592 |
+
"step": 73
|
593 |
+
},
|
594 |
+
{
|
595 |
+
"epoch": 0.14495592556317335,
|
596 |
+
"grad_norm": 0.9475226998329163,
|
597 |
+
"learning_rate": 1.9216926233717085e-05,
|
598 |
+
"loss": 1.0622,
|
599 |
+
"step": 74
|
600 |
+
},
|
601 |
+
{
|
602 |
+
"epoch": 0.14691478942213515,
|
603 |
+
"grad_norm": 0.7604970335960388,
|
604 |
+
"learning_rate": 1.7860619515673033e-05,
|
605 |
+
"loss": 0.9313,
|
606 |
+
"step": 75
|
607 |
+
},
|
608 |
+
{
|
609 |
+
"epoch": 0.14887365328109697,
|
610 |
+
"grad_norm": 0.8500004410743713,
|
611 |
+
"learning_rate": 1.6543469682057106e-05,
|
612 |
+
"loss": 0.9716,
|
613 |
+
"step": 76
|
614 |
+
},
|
615 |
+
{
|
616 |
+
"epoch": 0.15083251714005877,
|
617 |
+
"grad_norm": 0.8731956481933594,
|
618 |
+
"learning_rate": 1.526708147705013e-05,
|
619 |
+
"loss": 0.9631,
|
620 |
+
"step": 77
|
621 |
+
},
|
622 |
+
{
|
623 |
+
"epoch": 0.15279138099902057,
|
624 |
+
"grad_norm": 0.8892145752906799,
|
625 |
+
"learning_rate": 1.4033009983067452e-05,
|
626 |
+
"loss": 0.8615,
|
627 |
+
"step": 78
|
628 |
+
},
|
629 |
+
{
|
630 |
+
"epoch": 0.15475024485798236,
|
631 |
+
"grad_norm": 1.024143934249878,
|
632 |
+
"learning_rate": 1.2842758726130283e-05,
|
633 |
+
"loss": 1.1187,
|
634 |
+
"step": 79
|
635 |
+
},
|
636 |
+
{
|
637 |
+
"epoch": 0.15670910871694418,
|
638 |
+
"grad_norm": 1.179613471031189,
|
639 |
+
"learning_rate": 1.1697777844051105e-05,
|
640 |
+
"loss": 1.1868,
|
641 |
+
"step": 80
|
642 |
+
},
|
643 |
+
{
|
644 |
+
"epoch": 0.15866797257590598,
|
645 |
+
"grad_norm": 1.2375884056091309,
|
646 |
+
"learning_rate": 1.0599462319663905e-05,
|
647 |
+
"loss": 1.1178,
|
648 |
+
"step": 81
|
649 |
+
},
|
650 |
+
{
|
651 |
+
"epoch": 0.15866797257590598,
|
652 |
+
"eval_loss": 0.5064930319786072,
|
653 |
+
"eval_runtime": 77.7099,
|
654 |
+
"eval_samples_per_second": 5.533,
|
655 |
+
"eval_steps_per_second": 0.695,
|
656 |
+
"step": 81
|
657 |
+
},
|
658 |
+
{
|
659 |
+
"epoch": 0.16062683643486778,
|
660 |
+
"grad_norm": 1.013840675354004,
|
661 |
+
"learning_rate": 9.549150281252633e-06,
|
662 |
+
"loss": 1.0417,
|
663 |
+
"step": 82
|
664 |
+
},
|
665 |
+
{
|
666 |
+
"epoch": 0.16258570029382957,
|
667 |
+
"grad_norm": 1.0417487621307373,
|
668 |
+
"learning_rate": 8.548121372247918e-06,
|
669 |
+
"loss": 1.0885,
|
670 |
+
"step": 83
|
671 |
+
},
|
672 |
+
{
|
673 |
+
"epoch": 0.16454456415279137,
|
674 |
+
"grad_norm": 0.8136703968048096,
|
675 |
+
"learning_rate": 7.597595192178702e-06,
|
676 |
+
"loss": 0.9909,
|
677 |
+
"step": 84
|
678 |
+
},
|
679 |
+
{
|
680 |
+
"epoch": 0.1665034280117532,
|
681 |
+
"grad_norm": 0.8972939848899841,
|
682 |
+
"learning_rate": 6.698729810778065e-06,
|
683 |
+
"loss": 0.8215,
|
684 |
+
"step": 85
|
685 |
+
},
|
686 |
+
{
|
687 |
+
"epoch": 0.168462291870715,
|
688 |
+
"grad_norm": 1.0475735664367676,
|
689 |
+
"learning_rate": 5.852620357053651e-06,
|
690 |
+
"loss": 1.0297,
|
691 |
+
"step": 86
|
692 |
+
},
|
693 |
+
{
|
694 |
+
"epoch": 0.17042115572967678,
|
695 |
+
"grad_norm": 1.019552230834961,
|
696 |
+
"learning_rate": 5.060297685041659e-06,
|
697 |
+
"loss": 1.002,
|
698 |
+
"step": 87
|
699 |
+
},
|
700 |
+
{
|
701 |
+
"epoch": 0.17238001958863858,
|
702 |
+
"grad_norm": 1.4625893831253052,
|
703 |
+
"learning_rate": 4.322727117869951e-06,
|
704 |
+
"loss": 1.0048,
|
705 |
+
"step": 88
|
706 |
+
},
|
707 |
+
{
|
708 |
+
"epoch": 0.1743388834476004,
|
709 |
+
"grad_norm": 1.1439257860183716,
|
710 |
+
"learning_rate": 3.6408072716606346e-06,
|
711 |
+
"loss": 1.2146,
|
712 |
+
"step": 89
|
713 |
+
},
|
714 |
+
{
|
715 |
+
"epoch": 0.1762977473065622,
|
716 |
+
"grad_norm": 0.8621885776519775,
|
717 |
+
"learning_rate": 3.0153689607045845e-06,
|
718 |
+
"loss": 0.7792,
|
719 |
+
"step": 90
|
720 |
+
},
|
721 |
+
{
|
722 |
+
"epoch": 0.1762977473065622,
|
723 |
+
"eval_loss": 0.5049313306808472,
|
724 |
+
"eval_runtime": 77.7203,
|
725 |
+
"eval_samples_per_second": 5.533,
|
726 |
+
"eval_steps_per_second": 0.695,
|
727 |
+
"step": 90
|
728 |
+
},
|
729 |
+
{
|
730 |
+
"epoch": 0.178256611165524,
|
731 |
+
"grad_norm": 1.0577645301818848,
|
732 |
+
"learning_rate": 2.4471741852423237e-06,
|
733 |
+
"loss": 0.9036,
|
734 |
+
"step": 91
|
735 |
+
},
|
736 |
+
{
|
737 |
+
"epoch": 0.1802154750244858,
|
738 |
+
"grad_norm": 0.9616133570671082,
|
739 |
+
"learning_rate": 1.9369152030840556e-06,
|
740 |
+
"loss": 0.9035,
|
741 |
+
"step": 92
|
742 |
+
},
|
743 |
+
{
|
744 |
+
"epoch": 0.1821743388834476,
|
745 |
+
"grad_norm": 1.2831529378890991,
|
746 |
+
"learning_rate": 1.4852136862001764e-06,
|
747 |
+
"loss": 1.0449,
|
748 |
+
"step": 93
|
749 |
+
},
|
750 |
+
{
|
751 |
+
"epoch": 0.1841332027424094,
|
752 |
+
"grad_norm": 0.9351686835289001,
|
753 |
+
"learning_rate": 1.0926199633097157e-06,
|
754 |
+
"loss": 1.156,
|
755 |
+
"step": 94
|
756 |
+
},
|
757 |
+
{
|
758 |
+
"epoch": 0.1860920666013712,
|
759 |
+
"grad_norm": 1.0163346529006958,
|
760 |
+
"learning_rate": 7.596123493895991e-07,
|
761 |
+
"loss": 1.1315,
|
762 |
+
"step": 95
|
763 |
+
},
|
764 |
+
{
|
765 |
+
"epoch": 0.188050930460333,
|
766 |
+
"grad_norm": 1.0136922597885132,
|
767 |
+
"learning_rate": 4.865965629214819e-07,
|
768 |
+
"loss": 1.1075,
|
769 |
+
"step": 96
|
770 |
+
},
|
771 |
+
{
|
772 |
+
"epoch": 0.19000979431929482,
|
773 |
+
"grad_norm": 0.8940609693527222,
|
774 |
+
"learning_rate": 2.7390523158633554e-07,
|
775 |
+
"loss": 0.893,
|
776 |
+
"step": 97
|
777 |
+
},
|
778 |
+
{
|
779 |
+
"epoch": 0.19196865817825662,
|
780 |
+
"grad_norm": 1.0098772048950195,
|
781 |
+
"learning_rate": 1.2179748700879012e-07,
|
782 |
+
"loss": 1.1835,
|
783 |
+
"step": 98
|
784 |
+
},
|
785 |
+
{
|
786 |
+
"epoch": 0.1939275220372184,
|
787 |
+
"grad_norm": 0.994354248046875,
|
788 |
+
"learning_rate": 3.04586490452119e-08,
|
789 |
+
"loss": 1.0804,
|
790 |
+
"step": 99
|
791 |
+
},
|
792 |
+
{
|
793 |
+
"epoch": 0.1939275220372184,
|
794 |
+
"eval_loss": 0.5047321915626526,
|
795 |
+
"eval_runtime": 77.66,
|
796 |
+
"eval_samples_per_second": 5.537,
|
797 |
+
"eval_steps_per_second": 0.695,
|
798 |
+
"step": 99
|
799 |
+
},
|
800 |
+
{
|
801 |
+
"epoch": 0.1958863858961802,
|
802 |
+
"grad_norm": 1.6256389617919922,
|
803 |
+
"learning_rate": 0.0,
|
804 |
+
"loss": 1.0082,
|
805 |
+
"step": 100
|
806 |
+
}
|
807 |
+
],
|
808 |
+
"logging_steps": 1,
|
809 |
+
"max_steps": 100,
|
810 |
+
"num_input_tokens_seen": 0,
|
811 |
+
"num_train_epochs": 1,
|
812 |
+
"save_steps": 25,
|
813 |
+
"stateful_callbacks": {
|
814 |
+
"TrainerControl": {
|
815 |
+
"args": {
|
816 |
+
"should_epoch_stop": false,
|
817 |
+
"should_evaluate": false,
|
818 |
+
"should_log": false,
|
819 |
+
"should_save": true,
|
820 |
+
"should_training_stop": true
|
821 |
+
},
|
822 |
+
"attributes": {}
|
823 |
+
}
|
824 |
+
},
|
825 |
+
"total_flos": 1.306916403806208e+17,
|
826 |
+
"train_batch_size": 8,
|
827 |
+
"trial_name": null,
|
828 |
+
"trial_params": null
|
829 |
+
}
|
last-checkpoint/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4de861caa453c953acdca6beeba32de807d38903feeb3f80dae6e7b7c5f23889
|
3 |
+
size 6776
|
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": "<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": 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:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
tokenizer_config.json
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"add_prefix_space": true,
|
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": true,
|
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": false,
|
36 |
+
"model_max_length": 1000000000000000019884624838656,
|
37 |
+
"pad_token": "<unk>",
|
38 |
+
"sp_model_kwargs": {},
|
39 |
+
"spaces_between_special_tokens": false,
|
40 |
+
"tokenizer_class": "LlamaTokenizer",
|
41 |
+
"unk_token": "<unk>",
|
42 |
+
"use_default_system_prompt": false
|
43 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4de861caa453c953acdca6beeba32de807d38903feeb3f80dae6e7b7c5f23889
|
3 |
+
size 6776
|