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 +33 -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 +773 -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 |
+
base_model: NousResearch/CodeLlama-7b-hf
|
4 |
+
tags:
|
5 |
+
- axolotl
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: 1aa80b92-52ba-44a0-a76e-1996e838379f
|
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 |
+
accelerate_config:
|
21 |
+
dynamo_backend: inductor
|
22 |
+
mixed_precision: bf16
|
23 |
+
num_machines: 1
|
24 |
+
num_processes: auto
|
25 |
+
use_cpu: false
|
26 |
+
adapter: lora
|
27 |
+
base_model: NousResearch/CodeLlama-7b-hf
|
28 |
+
bf16: auto
|
29 |
+
chat_template: llama3
|
30 |
+
dataset_prepared_path: null
|
31 |
+
datasets:
|
32 |
+
- data_files:
|
33 |
+
- 40971d92d753c8f8_train_data.json
|
34 |
+
ds_type: json
|
35 |
+
format: custom
|
36 |
+
path: /workspace/input_data/40971d92d753c8f8_train_data.json
|
37 |
+
type:
|
38 |
+
field_input: ''
|
39 |
+
field_instruction: text
|
40 |
+
field_output: phonemes
|
41 |
+
format: '{instruction}'
|
42 |
+
no_input_format: '{instruction}'
|
43 |
+
system_format: '{system}'
|
44 |
+
system_prompt: ''
|
45 |
+
debug: null
|
46 |
+
deepspeed: null
|
47 |
+
device_map: auto
|
48 |
+
early_stopping_patience: null
|
49 |
+
eval_max_new_tokens: 128
|
50 |
+
eval_table_size: null
|
51 |
+
evals_per_epoch: 4
|
52 |
+
flash_attention: false
|
53 |
+
fp16: null
|
54 |
+
fsdp: null
|
55 |
+
fsdp_config: null
|
56 |
+
gradient_accumulation_steps: 16
|
57 |
+
gradient_checkpointing: true
|
58 |
+
group_by_length: false
|
59 |
+
hub_model_id: null
|
60 |
+
hub_repo: null
|
61 |
+
hub_strategy: checkpoint
|
62 |
+
hub_token: null
|
63 |
+
learning_rate: 0.0001
|
64 |
+
local_rank: null
|
65 |
+
logging_steps: 1
|
66 |
+
lora_alpha: 16
|
67 |
+
lora_dropout: 0.05
|
68 |
+
lora_fan_in_fan_out: null
|
69 |
+
lora_model_dir: null
|
70 |
+
lora_r: 8
|
71 |
+
lora_target_linear: true
|
72 |
+
lora_target_modules:
|
73 |
+
- q_proj
|
74 |
+
- v_proj
|
75 |
+
lr_scheduler: cosine
|
76 |
+
max_memory:
|
77 |
+
0: 70GiB
|
78 |
+
max_steps: 100
|
79 |
+
micro_batch_size: 2
|
80 |
+
mlflow_experiment_name: /tmp/40971d92d753c8f8_train_data.json
|
81 |
+
model_type: AutoModelForCausalLM
|
82 |
+
num_epochs: 1
|
83 |
+
optimizer: adamw_bnb_8bit
|
84 |
+
output_dir: miner_id_24
|
85 |
+
pad_to_sequence_len: true
|
86 |
+
quantization_config:
|
87 |
+
llm_int8_enable_fp32_cpu_offload: true
|
88 |
+
load_in_8bit: true
|
89 |
+
resume_from_checkpoint: null
|
90 |
+
s2_attention: null
|
91 |
+
sample_packing: false
|
92 |
+
saves_per_epoch: 4
|
93 |
+
sequence_len: 512
|
94 |
+
special_tokens:
|
95 |
+
pad_token: </s>
|
96 |
+
strict: false
|
97 |
+
tf32: false
|
98 |
+
tokenizer_type: AutoTokenizer
|
99 |
+
torch_compile: true
|
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: 1aa80b92-52ba-44a0-a76e-1996e838379f
|
106 |
+
wandb_project: Gradients-On-Demand
|
107 |
+
wandb_run: your_name
|
108 |
+
wandb_runid: 1aa80b92-52ba-44a0-a76e-1996e838379f
|
109 |
+
warmup_steps: 10
|
110 |
+
weight_decay: 0.0
|
111 |
+
xformers_attention: null
|
112 |
+
|
113 |
+
```
|
114 |
+
|
115 |
+
</details><br>
|
116 |
+
|
117 |
+
# 1aa80b92-52ba-44a0-a76e-1996e838379f
|
118 |
+
|
119 |
+
This model is a fine-tuned version of [NousResearch/CodeLlama-7b-hf](https://huggingface.co/NousResearch/CodeLlama-7b-hf) on the None dataset.
|
120 |
+
It achieves the following results on the evaluation set:
|
121 |
+
- Loss: 0.4357
|
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: 2
|
142 |
+
- eval_batch_size: 2
|
143 |
+
- seed: 42
|
144 |
+
- gradient_accumulation_steps: 16
|
145 |
+
- total_train_batch_size: 32
|
146 |
+
- optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
147 |
+
- lr_scheduler_type: cosine
|
148 |
+
- lr_scheduler_warmup_steps: 10
|
149 |
+
- training_steps: 100
|
150 |
+
|
151 |
+
### Training results
|
152 |
+
|
153 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
154 |
+
|:-------------:|:------:|:----:|:---------------:|
|
155 |
+
| 46.3785 | 0.0000 | 1 | 3.1592 |
|
156 |
+
| 20.1506 | 0.0012 | 25 | 1.1930 |
|
157 |
+
| 9.8757 | 0.0024 | 50 | 0.5902 |
|
158 |
+
| 7.3535 | 0.0036 | 75 | 0.4550 |
|
159 |
+
| 7.457 | 0.0048 | 100 | 0.4357 |
|
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": "NousResearch/CodeLlama-7b-hf",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": null,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 16,
|
14 |
+
"lora_dropout": 0.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 8,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"o_proj",
|
24 |
+
"v_proj",
|
25 |
+
"k_proj",
|
26 |
+
"up_proj",
|
27 |
+
"gate_proj",
|
28 |
+
"down_proj",
|
29 |
+
"q_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:b5090d3ffb943f693fb9811a29b2f5b121499c16a55dfd3f59fe5970a993d8f5
|
3 |
+
size 80115210
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:274380708c9c95e73a4357fd1763b1fda96cf255109eb16f26180885c103c95b
|
3 |
+
size 80013120
|
config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_attn_implementation_autoset": true,
|
3 |
+
"_name_or_path": "NousResearch/CodeLlama-7b-hf",
|
4 |
+
"architectures": [
|
5 |
+
"LlamaForCausalLM"
|
6 |
+
],
|
7 |
+
"auto_map": {
|
8 |
+
"AutoConfig": "NousResearch/CodeLlama-7b-hf--configuration_llama.LlamaConfig",
|
9 |
+
"AutoModel": "NousResearch/CodeLlama-7b-hf--modeling_llama.LlamaModel",
|
10 |
+
"AutoModelForCausalLM": "NousResearch/CodeLlama-7b-hf--modeling_llama.LlamaForCausalLM",
|
11 |
+
"AutoModelForSequenceClassification": "NousResearch/CodeLlama-7b-hf--modeling_llama.LlamaForSequenceClassification"
|
12 |
+
},
|
13 |
+
"bos_token_id": 1,
|
14 |
+
"eos_token_id": 2,
|
15 |
+
"hidden_act": "silu",
|
16 |
+
"hidden_size": 4096,
|
17 |
+
"initializer_range": 0.02,
|
18 |
+
"intermediate_size": 11008,
|
19 |
+
"max_position_embeddings": 16384,
|
20 |
+
"model_type": "llama",
|
21 |
+
"num_attention_heads": 32,
|
22 |
+
"num_hidden_layers": 32,
|
23 |
+
"num_key_value_heads": 32,
|
24 |
+
"pretraining_tp": 1,
|
25 |
+
"rms_norm_eps": 1e-05,
|
26 |
+
"rope_scaling": null,
|
27 |
+
"rope_theta": 1000000,
|
28 |
+
"tie_word_embeddings": false,
|
29 |
+
"torch_dtype": "float16",
|
30 |
+
"transformers_version": "4.46.0",
|
31 |
+
"use_cache": false,
|
32 |
+
"vocab_size": 32016
|
33 |
+
}
|
last-checkpoint/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: NousResearch/CodeLlama-7b-hf
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.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/CodeLlama-7b-hf",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": null,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 16,
|
14 |
+
"lora_dropout": 0.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 8,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"o_proj",
|
24 |
+
"v_proj",
|
25 |
+
"k_proj",
|
26 |
+
"up_proj",
|
27 |
+
"gate_proj",
|
28 |
+
"down_proj",
|
29 |
+
"q_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:274380708c9c95e73a4357fd1763b1fda96cf255109eb16f26180885c103c95b
|
3 |
+
size 80013120
|
last-checkpoint/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ca9626c6485b27c10737a3aa5faaa1af9bfb6868768120b7c2f9809f228fed59
|
3 |
+
size 41119636
|
last-checkpoint/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f4c6893fc4a9ed236abb30b22cb769913941a10e57b959801e5127eb964077c8
|
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": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "</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": false,
|
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:45ccb9c8b6b561889acea59191d66986d314e7cbd6a78abc6e49b139ca91c1e6
|
3 |
+
size 500058
|
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": false,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": true
|
13 |
+
},
|
14 |
+
"1": {
|
15 |
+
"content": "<s>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": false,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false,
|
20 |
+
"special": true
|
21 |
+
},
|
22 |
+
"2": {
|
23 |
+
"content": "</s>",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": false,
|
26 |
+
"rstrip": false,
|
27 |
+
"single_word": false,
|
28 |
+
"special": true
|
29 |
+
}
|
30 |
+
},
|
31 |
+
"bos_token": "<s>",
|
32 |
+
"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": 1000000000000000019884624838656,
|
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,773 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.004810771316978715,
|
5 |
+
"eval_steps": 25,
|
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": 4.8107713169787154e-05,
|
13 |
+
"grad_norm": 28.79413414001465,
|
14 |
+
"learning_rate": 1e-05,
|
15 |
+
"loss": 46.3785,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 4.8107713169787154e-05,
|
20 |
+
"eval_loss": 3.159205675125122,
|
21 |
+
"eval_runtime": 1020.1376,
|
22 |
+
"eval_samples_per_second": 34.319,
|
23 |
+
"eval_steps_per_second": 17.159,
|
24 |
+
"step": 1
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 9.621542633957431e-05,
|
28 |
+
"grad_norm": 24.000699996948242,
|
29 |
+
"learning_rate": 2e-05,
|
30 |
+
"loss": 54.7236,
|
31 |
+
"step": 2
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.00014432313950936147,
|
35 |
+
"grad_norm": 20.53596305847168,
|
36 |
+
"learning_rate": 3e-05,
|
37 |
+
"loss": 50.8974,
|
38 |
+
"step": 3
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.00019243085267914861,
|
42 |
+
"grad_norm": 20.681873321533203,
|
43 |
+
"learning_rate": 4e-05,
|
44 |
+
"loss": 47.2597,
|
45 |
+
"step": 4
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.00024053856584893576,
|
49 |
+
"grad_norm": 23.725183486938477,
|
50 |
+
"learning_rate": 5e-05,
|
51 |
+
"loss": 48.6015,
|
52 |
+
"step": 5
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.00028864627901872294,
|
56 |
+
"grad_norm": 24.895259857177734,
|
57 |
+
"learning_rate": 6e-05,
|
58 |
+
"loss": 49.2229,
|
59 |
+
"step": 6
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.0003367539921885101,
|
63 |
+
"grad_norm": 31.08332633972168,
|
64 |
+
"learning_rate": 7e-05,
|
65 |
+
"loss": 49.7453,
|
66 |
+
"step": 7
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.00038486170535829723,
|
70 |
+
"grad_norm": 28.04768180847168,
|
71 |
+
"learning_rate": 8e-05,
|
72 |
+
"loss": 45.4243,
|
73 |
+
"step": 8
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.0004329694185280844,
|
77 |
+
"grad_norm": 34.26695251464844,
|
78 |
+
"learning_rate": 9e-05,
|
79 |
+
"loss": 45.0237,
|
80 |
+
"step": 9
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.0004810771316978715,
|
84 |
+
"grad_norm": 28.066192626953125,
|
85 |
+
"learning_rate": 0.0001,
|
86 |
+
"loss": 40.1862,
|
87 |
+
"step": 10
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.0005291848448676587,
|
91 |
+
"grad_norm": 36.87377166748047,
|
92 |
+
"learning_rate": 9.99695413509548e-05,
|
93 |
+
"loss": 42.7223,
|
94 |
+
"step": 11
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.0005772925580374459,
|
98 |
+
"grad_norm": 51.84431457519531,
|
99 |
+
"learning_rate": 9.987820251299122e-05,
|
100 |
+
"loss": 41.4564,
|
101 |
+
"step": 12
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.000625400271207233,
|
105 |
+
"grad_norm": 37.15995788574219,
|
106 |
+
"learning_rate": 9.972609476841367e-05,
|
107 |
+
"loss": 36.3818,
|
108 |
+
"step": 13
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.0006735079843770202,
|
112 |
+
"grad_norm": 32.011775970458984,
|
113 |
+
"learning_rate": 9.951340343707852e-05,
|
114 |
+
"loss": 37.9136,
|
115 |
+
"step": 14
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.0007216156975468073,
|
119 |
+
"grad_norm": 36.100765228271484,
|
120 |
+
"learning_rate": 9.924038765061042e-05,
|
121 |
+
"loss": 34.0668,
|
122 |
+
"step": 15
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.0007697234107165945,
|
126 |
+
"grad_norm": 31.221710205078125,
|
127 |
+
"learning_rate": 9.890738003669029e-05,
|
128 |
+
"loss": 32.4345,
|
129 |
+
"step": 16
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.0008178311238863816,
|
133 |
+
"grad_norm": 38.979557037353516,
|
134 |
+
"learning_rate": 9.851478631379982e-05,
|
135 |
+
"loss": 32.5324,
|
136 |
+
"step": 17
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.0008659388370561688,
|
140 |
+
"grad_norm": 29.161985397338867,
|
141 |
+
"learning_rate": 9.806308479691595e-05,
|
142 |
+
"loss": 28.3464,
|
143 |
+
"step": 18
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.0009140465502259559,
|
147 |
+
"grad_norm": 34.893436431884766,
|
148 |
+
"learning_rate": 9.755282581475769e-05,
|
149 |
+
"loss": 28.3675,
|
150 |
+
"step": 19
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.000962154263395743,
|
154 |
+
"grad_norm": 25.342071533203125,
|
155 |
+
"learning_rate": 9.698463103929542e-05,
|
156 |
+
"loss": 25.7898,
|
157 |
+
"step": 20
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.0010102619765655302,
|
161 |
+
"grad_norm": 29.598787307739258,
|
162 |
+
"learning_rate": 9.635919272833938e-05,
|
163 |
+
"loss": 27.7703,
|
164 |
+
"step": 21
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.0010583696897353174,
|
168 |
+
"grad_norm": 27.906885147094727,
|
169 |
+
"learning_rate": 9.567727288213005e-05,
|
170 |
+
"loss": 23.4641,
|
171 |
+
"step": 22
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.0011064774029051045,
|
175 |
+
"grad_norm": 36.29619216918945,
|
176 |
+
"learning_rate": 9.493970231495835e-05,
|
177 |
+
"loss": 26.2492,
|
178 |
+
"step": 23
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.0011545851160748917,
|
182 |
+
"grad_norm": 37.084129333496094,
|
183 |
+
"learning_rate": 9.414737964294636e-05,
|
184 |
+
"loss": 24.152,
|
185 |
+
"step": 24
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.0012026928292446788,
|
189 |
+
"grad_norm": 27.066692352294922,
|
190 |
+
"learning_rate": 9.330127018922194e-05,
|
191 |
+
"loss": 20.1506,
|
192 |
+
"step": 25
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.0012026928292446788,
|
196 |
+
"eval_loss": 1.1929811239242554,
|
197 |
+
"eval_runtime": 960.029,
|
198 |
+
"eval_samples_per_second": 36.468,
|
199 |
+
"eval_steps_per_second": 18.234,
|
200 |
+
"step": 25
|
201 |
+
},
|
202 |
+
{
|
203 |
+
"epoch": 0.001250800542414466,
|
204 |
+
"grad_norm": 27.218626022338867,
|
205 |
+
"learning_rate": 9.24024048078213e-05,
|
206 |
+
"loss": 20.0776,
|
207 |
+
"step": 26
|
208 |
+
},
|
209 |
+
{
|
210 |
+
"epoch": 0.001298908255584253,
|
211 |
+
"grad_norm": 25.43698501586914,
|
212 |
+
"learning_rate": 9.145187862775209e-05,
|
213 |
+
"loss": 18.0897,
|
214 |
+
"step": 27
|
215 |
+
},
|
216 |
+
{
|
217 |
+
"epoch": 0.0013470159687540403,
|
218 |
+
"grad_norm": 26.085866928100586,
|
219 |
+
"learning_rate": 9.045084971874738e-05,
|
220 |
+
"loss": 17.6861,
|
221 |
+
"step": 28
|
222 |
+
},
|
223 |
+
{
|
224 |
+
"epoch": 0.0013951236819238274,
|
225 |
+
"grad_norm": 28.28208351135254,
|
226 |
+
"learning_rate": 8.940053768033609e-05,
|
227 |
+
"loss": 17.7331,
|
228 |
+
"step": 29
|
229 |
+
},
|
230 |
+
{
|
231 |
+
"epoch": 0.0014432313950936146,
|
232 |
+
"grad_norm": 20.444143295288086,
|
233 |
+
"learning_rate": 8.83022221559489e-05,
|
234 |
+
"loss": 15.5734,
|
235 |
+
"step": 30
|
236 |
+
},
|
237 |
+
{
|
238 |
+
"epoch": 0.0014913391082634017,
|
239 |
+
"grad_norm": 23.68974494934082,
|
240 |
+
"learning_rate": 8.715724127386972e-05,
|
241 |
+
"loss": 15.233,
|
242 |
+
"step": 31
|
243 |
+
},
|
244 |
+
{
|
245 |
+
"epoch": 0.001539446821433189,
|
246 |
+
"grad_norm": 27.690643310546875,
|
247 |
+
"learning_rate": 8.596699001693255e-05,
|
248 |
+
"loss": 14.4445,
|
249 |
+
"step": 32
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"epoch": 0.001587554534602976,
|
253 |
+
"grad_norm": 24.823087692260742,
|
254 |
+
"learning_rate": 8.473291852294987e-05,
|
255 |
+
"loss": 13.5306,
|
256 |
+
"step": 33
|
257 |
+
},
|
258 |
+
{
|
259 |
+
"epoch": 0.0016356622477727632,
|
260 |
+
"grad_norm": 20.906787872314453,
|
261 |
+
"learning_rate": 8.345653031794292e-05,
|
262 |
+
"loss": 12.5153,
|
263 |
+
"step": 34
|
264 |
+
},
|
265 |
+
{
|
266 |
+
"epoch": 0.0016837699609425505,
|
267 |
+
"grad_norm": 23.420969009399414,
|
268 |
+
"learning_rate": 8.213938048432697e-05,
|
269 |
+
"loss": 13.0124,
|
270 |
+
"step": 35
|
271 |
+
},
|
272 |
+
{
|
273 |
+
"epoch": 0.0017318776741123375,
|
274 |
+
"grad_norm": 18.17311668395996,
|
275 |
+
"learning_rate": 8.07830737662829e-05,
|
276 |
+
"loss": 13.3438,
|
277 |
+
"step": 36
|
278 |
+
},
|
279 |
+
{
|
280 |
+
"epoch": 0.0017799853872821248,
|
281 |
+
"grad_norm": 22.257150650024414,
|
282 |
+
"learning_rate": 7.938926261462366e-05,
|
283 |
+
"loss": 13.308,
|
284 |
+
"step": 37
|
285 |
+
},
|
286 |
+
{
|
287 |
+
"epoch": 0.0018280931004519118,
|
288 |
+
"grad_norm": 29.457996368408203,
|
289 |
+
"learning_rate": 7.795964517353735e-05,
|
290 |
+
"loss": 13.6901,
|
291 |
+
"step": 38
|
292 |
+
},
|
293 |
+
{
|
294 |
+
"epoch": 0.001876200813621699,
|
295 |
+
"grad_norm": 21.267175674438477,
|
296 |
+
"learning_rate": 7.649596321166024e-05,
|
297 |
+
"loss": 13.0333,
|
298 |
+
"step": 39
|
299 |
+
},
|
300 |
+
{
|
301 |
+
"epoch": 0.001924308526791486,
|
302 |
+
"grad_norm": 21.757160186767578,
|
303 |
+
"learning_rate": 7.500000000000001e-05,
|
304 |
+
"loss": 12.0777,
|
305 |
+
"step": 40
|
306 |
+
},
|
307 |
+
{
|
308 |
+
"epoch": 0.0019724162399612733,
|
309 |
+
"grad_norm": 14.248445510864258,
|
310 |
+
"learning_rate": 7.347357813929454e-05,
|
311 |
+
"loss": 10.7264,
|
312 |
+
"step": 41
|
313 |
+
},
|
314 |
+
{
|
315 |
+
"epoch": 0.0020205239531310604,
|
316 |
+
"grad_norm": 18.01346206665039,
|
317 |
+
"learning_rate": 7.191855733945387e-05,
|
318 |
+
"loss": 11.4455,
|
319 |
+
"step": 42
|
320 |
+
},
|
321 |
+
{
|
322 |
+
"epoch": 0.0020686316663008474,
|
323 |
+
"grad_norm": 16.95344352722168,
|
324 |
+
"learning_rate": 7.033683215379002e-05,
|
325 |
+
"loss": 10.1439,
|
326 |
+
"step": 43
|
327 |
+
},
|
328 |
+
{
|
329 |
+
"epoch": 0.002116739379470635,
|
330 |
+
"grad_norm": 19.399534225463867,
|
331 |
+
"learning_rate": 6.873032967079561e-05,
|
332 |
+
"loss": 10.2624,
|
333 |
+
"step": 44
|
334 |
+
},
|
335 |
+
{
|
336 |
+
"epoch": 0.002164847092640422,
|
337 |
+
"grad_norm": 14.035258293151855,
|
338 |
+
"learning_rate": 6.710100716628344e-05,
|
339 |
+
"loss": 10.0812,
|
340 |
+
"step": 45
|
341 |
+
},
|
342 |
+
{
|
343 |
+
"epoch": 0.002212954805810209,
|
344 |
+
"grad_norm": 21.936786651611328,
|
345 |
+
"learning_rate": 6.545084971874738e-05,
|
346 |
+
"loss": 10.9526,
|
347 |
+
"step": 46
|
348 |
+
},
|
349 |
+
{
|
350 |
+
"epoch": 0.002261062518979996,
|
351 |
+
"grad_norm": 37.380340576171875,
|
352 |
+
"learning_rate": 6.378186779084995e-05,
|
353 |
+
"loss": 11.2345,
|
354 |
+
"step": 47
|
355 |
+
},
|
356 |
+
{
|
357 |
+
"epoch": 0.0023091702321497835,
|
358 |
+
"grad_norm": 17.827646255493164,
|
359 |
+
"learning_rate": 6.209609477998338e-05,
|
360 |
+
"loss": 9.6337,
|
361 |
+
"step": 48
|
362 |
+
},
|
363 |
+
{
|
364 |
+
"epoch": 0.0023572779453195705,
|
365 |
+
"grad_norm": 18.466480255126953,
|
366 |
+
"learning_rate": 6.0395584540887963e-05,
|
367 |
+
"loss": 8.5151,
|
368 |
+
"step": 49
|
369 |
+
},
|
370 |
+
{
|
371 |
+
"epoch": 0.0024053856584893576,
|
372 |
+
"grad_norm": 26.748825073242188,
|
373 |
+
"learning_rate": 5.868240888334653e-05,
|
374 |
+
"loss": 9.8757,
|
375 |
+
"step": 50
|
376 |
+
},
|
377 |
+
{
|
378 |
+
"epoch": 0.0024053856584893576,
|
379 |
+
"eval_loss": 0.5901936292648315,
|
380 |
+
"eval_runtime": 749.3104,
|
381 |
+
"eval_samples_per_second": 46.723,
|
382 |
+
"eval_steps_per_second": 23.361,
|
383 |
+
"step": 50
|
384 |
+
},
|
385 |
+
{
|
386 |
+
"epoch": 0.002453493371659145,
|
387 |
+
"grad_norm": 17.362829208374023,
|
388 |
+
"learning_rate": 5.695865504800327e-05,
|
389 |
+
"loss": 9.4627,
|
390 |
+
"step": 51
|
391 |
+
},
|
392 |
+
{
|
393 |
+
"epoch": 0.002501601084828932,
|
394 |
+
"grad_norm": 15.710803031921387,
|
395 |
+
"learning_rate": 5.522642316338268e-05,
|
396 |
+
"loss": 7.1618,
|
397 |
+
"step": 52
|
398 |
+
},
|
399 |
+
{
|
400 |
+
"epoch": 0.002549708797998719,
|
401 |
+
"grad_norm": 24.15390968322754,
|
402 |
+
"learning_rate": 5.348782368720626e-05,
|
403 |
+
"loss": 9.0488,
|
404 |
+
"step": 53
|
405 |
+
},
|
406 |
+
{
|
407 |
+
"epoch": 0.002597816511168506,
|
408 |
+
"grad_norm": 16.362722396850586,
|
409 |
+
"learning_rate": 5.174497483512506e-05,
|
410 |
+
"loss": 8.9919,
|
411 |
+
"step": 54
|
412 |
+
},
|
413 |
+
{
|
414 |
+
"epoch": 0.0026459242243382936,
|
415 |
+
"grad_norm": 19.021665573120117,
|
416 |
+
"learning_rate": 5e-05,
|
417 |
+
"loss": 9.1912,
|
418 |
+
"step": 55
|
419 |
+
},
|
420 |
+
{
|
421 |
+
"epoch": 0.0026940319375080807,
|
422 |
+
"grad_norm": 17.228673934936523,
|
423 |
+
"learning_rate": 4.825502516487497e-05,
|
424 |
+
"loss": 8.5915,
|
425 |
+
"step": 56
|
426 |
+
},
|
427 |
+
{
|
428 |
+
"epoch": 0.0027421396506778677,
|
429 |
+
"grad_norm": 16.646337509155273,
|
430 |
+
"learning_rate": 4.6512176312793736e-05,
|
431 |
+
"loss": 8.0812,
|
432 |
+
"step": 57
|
433 |
+
},
|
434 |
+
{
|
435 |
+
"epoch": 0.0027902473638476547,
|
436 |
+
"grad_norm": 21.439090728759766,
|
437 |
+
"learning_rate": 4.477357683661734e-05,
|
438 |
+
"loss": 9.7901,
|
439 |
+
"step": 58
|
440 |
+
},
|
441 |
+
{
|
442 |
+
"epoch": 0.002838355077017442,
|
443 |
+
"grad_norm": 14.49473762512207,
|
444 |
+
"learning_rate": 4.3041344951996746e-05,
|
445 |
+
"loss": 7.1048,
|
446 |
+
"step": 59
|
447 |
+
},
|
448 |
+
{
|
449 |
+
"epoch": 0.0028864627901872292,
|
450 |
+
"grad_norm": 21.155902862548828,
|
451 |
+
"learning_rate": 4.131759111665349e-05,
|
452 |
+
"loss": 10.7377,
|
453 |
+
"step": 60
|
454 |
+
},
|
455 |
+
{
|
456 |
+
"epoch": 0.0029345705033570163,
|
457 |
+
"grad_norm": 25.964038848876953,
|
458 |
+
"learning_rate": 3.960441545911204e-05,
|
459 |
+
"loss": 10.4005,
|
460 |
+
"step": 61
|
461 |
+
},
|
462 |
+
{
|
463 |
+
"epoch": 0.0029826782165268033,
|
464 |
+
"grad_norm": 17.16797637939453,
|
465 |
+
"learning_rate": 3.790390522001662e-05,
|
466 |
+
"loss": 7.4939,
|
467 |
+
"step": 62
|
468 |
+
},
|
469 |
+
{
|
470 |
+
"epoch": 0.003030785929696591,
|
471 |
+
"grad_norm": 18.470211029052734,
|
472 |
+
"learning_rate": 3.6218132209150045e-05,
|
473 |
+
"loss": 7.8696,
|
474 |
+
"step": 63
|
475 |
+
},
|
476 |
+
{
|
477 |
+
"epoch": 0.003078893642866378,
|
478 |
+
"grad_norm": 22.93252182006836,
|
479 |
+
"learning_rate": 3.4549150281252636e-05,
|
480 |
+
"loss": 8.0851,
|
481 |
+
"step": 64
|
482 |
+
},
|
483 |
+
{
|
484 |
+
"epoch": 0.003127001356036165,
|
485 |
+
"grad_norm": 17.68440818786621,
|
486 |
+
"learning_rate": 3.289899283371657e-05,
|
487 |
+
"loss": 7.3134,
|
488 |
+
"step": 65
|
489 |
+
},
|
490 |
+
{
|
491 |
+
"epoch": 0.003175109069205952,
|
492 |
+
"grad_norm": 21.785123825073242,
|
493 |
+
"learning_rate": 3.12696703292044e-05,
|
494 |
+
"loss": 8.7969,
|
495 |
+
"step": 66
|
496 |
+
},
|
497 |
+
{
|
498 |
+
"epoch": 0.0032232167823757394,
|
499 |
+
"grad_norm": 15.482522010803223,
|
500 |
+
"learning_rate": 2.9663167846209998e-05,
|
501 |
+
"loss": 6.0866,
|
502 |
+
"step": 67
|
503 |
+
},
|
504 |
+
{
|
505 |
+
"epoch": 0.0032713244955455264,
|
506 |
+
"grad_norm": 16.00934600830078,
|
507 |
+
"learning_rate": 2.8081442660546125e-05,
|
508 |
+
"loss": 7.6092,
|
509 |
+
"step": 68
|
510 |
+
},
|
511 |
+
{
|
512 |
+
"epoch": 0.0033194322087153135,
|
513 |
+
"grad_norm": 19.86813735961914,
|
514 |
+
"learning_rate": 2.6526421860705473e-05,
|
515 |
+
"loss": 7.5374,
|
516 |
+
"step": 69
|
517 |
+
},
|
518 |
+
{
|
519 |
+
"epoch": 0.003367539921885101,
|
520 |
+
"grad_norm": 19.0589542388916,
|
521 |
+
"learning_rate": 2.500000000000001e-05,
|
522 |
+
"loss": 7.9793,
|
523 |
+
"step": 70
|
524 |
+
},
|
525 |
+
{
|
526 |
+
"epoch": 0.003415647635054888,
|
527 |
+
"grad_norm": 16.755290985107422,
|
528 |
+
"learning_rate": 2.350403678833976e-05,
|
529 |
+
"loss": 6.9908,
|
530 |
+
"step": 71
|
531 |
+
},
|
532 |
+
{
|
533 |
+
"epoch": 0.003463755348224675,
|
534 |
+
"grad_norm": 33.61604309082031,
|
535 |
+
"learning_rate": 2.2040354826462668e-05,
|
536 |
+
"loss": 6.9951,
|
537 |
+
"step": 72
|
538 |
+
},
|
539 |
+
{
|
540 |
+
"epoch": 0.003511863061394462,
|
541 |
+
"grad_norm": 16.12103271484375,
|
542 |
+
"learning_rate": 2.061073738537635e-05,
|
543 |
+
"loss": 7.0701,
|
544 |
+
"step": 73
|
545 |
+
},
|
546 |
+
{
|
547 |
+
"epoch": 0.0035599707745642495,
|
548 |
+
"grad_norm": 15.112361907958984,
|
549 |
+
"learning_rate": 1.9216926233717085e-05,
|
550 |
+
"loss": 7.0203,
|
551 |
+
"step": 74
|
552 |
+
},
|
553 |
+
{
|
554 |
+
"epoch": 0.0036080784877340366,
|
555 |
+
"grad_norm": 27.100276947021484,
|
556 |
+
"learning_rate": 1.7860619515673033e-05,
|
557 |
+
"loss": 7.3535,
|
558 |
+
"step": 75
|
559 |
+
},
|
560 |
+
{
|
561 |
+
"epoch": 0.0036080784877340366,
|
562 |
+
"eval_loss": 0.4549826979637146,
|
563 |
+
"eval_runtime": 1059.2638,
|
564 |
+
"eval_samples_per_second": 33.051,
|
565 |
+
"eval_steps_per_second": 16.526,
|
566 |
+
"step": 75
|
567 |
+
},
|
568 |
+
{
|
569 |
+
"epoch": 0.0036561862009038236,
|
570 |
+
"grad_norm": 17.09381675720215,
|
571 |
+
"learning_rate": 1.6543469682057106e-05,
|
572 |
+
"loss": 7.9682,
|
573 |
+
"step": 76
|
574 |
+
},
|
575 |
+
{
|
576 |
+
"epoch": 0.0037042939140736106,
|
577 |
+
"grad_norm": 41.06929397583008,
|
578 |
+
"learning_rate": 1.526708147705013e-05,
|
579 |
+
"loss": 6.666,
|
580 |
+
"step": 77
|
581 |
+
},
|
582 |
+
{
|
583 |
+
"epoch": 0.003752401627243398,
|
584 |
+
"grad_norm": 18.997638702392578,
|
585 |
+
"learning_rate": 1.4033009983067452e-05,
|
586 |
+
"loss": 8.8896,
|
587 |
+
"step": 78
|
588 |
+
},
|
589 |
+
{
|
590 |
+
"epoch": 0.003800509340413185,
|
591 |
+
"grad_norm": 17.806833267211914,
|
592 |
+
"learning_rate": 1.2842758726130283e-05,
|
593 |
+
"loss": 5.5866,
|
594 |
+
"step": 79
|
595 |
+
},
|
596 |
+
{
|
597 |
+
"epoch": 0.003848617053582972,
|
598 |
+
"grad_norm": 16.152570724487305,
|
599 |
+
"learning_rate": 1.1697777844051105e-05,
|
600 |
+
"loss": 6.114,
|
601 |
+
"step": 80
|
602 |
+
},
|
603 |
+
{
|
604 |
+
"epoch": 0.0038967247667527592,
|
605 |
+
"grad_norm": 20.27669334411621,
|
606 |
+
"learning_rate": 1.0599462319663905e-05,
|
607 |
+
"loss": 8.8004,
|
608 |
+
"step": 81
|
609 |
+
},
|
610 |
+
{
|
611 |
+
"epoch": 0.003944832479922547,
|
612 |
+
"grad_norm": 23.097076416015625,
|
613 |
+
"learning_rate": 9.549150281252633e-06,
|
614 |
+
"loss": 7.4391,
|
615 |
+
"step": 82
|
616 |
+
},
|
617 |
+
{
|
618 |
+
"epoch": 0.003992940193092334,
|
619 |
+
"grad_norm": 31.06700897216797,
|
620 |
+
"learning_rate": 8.548121372247918e-06,
|
621 |
+
"loss": 9.0983,
|
622 |
+
"step": 83
|
623 |
+
},
|
624 |
+
{
|
625 |
+
"epoch": 0.004041047906262121,
|
626 |
+
"grad_norm": 22.504980087280273,
|
627 |
+
"learning_rate": 7.597595192178702e-06,
|
628 |
+
"loss": 8.9527,
|
629 |
+
"step": 84
|
630 |
+
},
|
631 |
+
{
|
632 |
+
"epoch": 0.004089155619431908,
|
633 |
+
"grad_norm": 19.458494186401367,
|
634 |
+
"learning_rate": 6.698729810778065e-06,
|
635 |
+
"loss": 6.1833,
|
636 |
+
"step": 85
|
637 |
+
},
|
638 |
+
{
|
639 |
+
"epoch": 0.004137263332601695,
|
640 |
+
"grad_norm": 17.132970809936523,
|
641 |
+
"learning_rate": 5.852620357053651e-06,
|
642 |
+
"loss": 6.1848,
|
643 |
+
"step": 86
|
644 |
+
},
|
645 |
+
{
|
646 |
+
"epoch": 0.004185371045771482,
|
647 |
+
"grad_norm": 19.203487396240234,
|
648 |
+
"learning_rate": 5.060297685041659e-06,
|
649 |
+
"loss": 7.0421,
|
650 |
+
"step": 87
|
651 |
+
},
|
652 |
+
{
|
653 |
+
"epoch": 0.00423347875894127,
|
654 |
+
"grad_norm": 19.03404426574707,
|
655 |
+
"learning_rate": 4.322727117869951e-06,
|
656 |
+
"loss": 7.3711,
|
657 |
+
"step": 88
|
658 |
+
},
|
659 |
+
{
|
660 |
+
"epoch": 0.004281586472111056,
|
661 |
+
"grad_norm": 17.356229782104492,
|
662 |
+
"learning_rate": 3.6408072716606346e-06,
|
663 |
+
"loss": 7.0651,
|
664 |
+
"step": 89
|
665 |
+
},
|
666 |
+
{
|
667 |
+
"epoch": 0.004329694185280844,
|
668 |
+
"grad_norm": 17.76946258544922,
|
669 |
+
"learning_rate": 3.0153689607045845e-06,
|
670 |
+
"loss": 6.8242,
|
671 |
+
"step": 90
|
672 |
+
},
|
673 |
+
{
|
674 |
+
"epoch": 0.004377801898450631,
|
675 |
+
"grad_norm": 22.919456481933594,
|
676 |
+
"learning_rate": 2.4471741852423237e-06,
|
677 |
+
"loss": 6.8237,
|
678 |
+
"step": 91
|
679 |
+
},
|
680 |
+
{
|
681 |
+
"epoch": 0.004425909611620418,
|
682 |
+
"grad_norm": 18.166902542114258,
|
683 |
+
"learning_rate": 1.9369152030840556e-06,
|
684 |
+
"loss": 6.936,
|
685 |
+
"step": 92
|
686 |
+
},
|
687 |
+
{
|
688 |
+
"epoch": 0.004474017324790205,
|
689 |
+
"grad_norm": 17.692848205566406,
|
690 |
+
"learning_rate": 1.4852136862001764e-06,
|
691 |
+
"loss": 7.2349,
|
692 |
+
"step": 93
|
693 |
+
},
|
694 |
+
{
|
695 |
+
"epoch": 0.004522125037959992,
|
696 |
+
"grad_norm": 18.518360137939453,
|
697 |
+
"learning_rate": 1.0926199633097157e-06,
|
698 |
+
"loss": 6.0009,
|
699 |
+
"step": 94
|
700 |
+
},
|
701 |
+
{
|
702 |
+
"epoch": 0.0045702327511297795,
|
703 |
+
"grad_norm": 18.700481414794922,
|
704 |
+
"learning_rate": 7.596123493895991e-07,
|
705 |
+
"loss": 8.2517,
|
706 |
+
"step": 95
|
707 |
+
},
|
708 |
+
{
|
709 |
+
"epoch": 0.004618340464299567,
|
710 |
+
"grad_norm": 16.704484939575195,
|
711 |
+
"learning_rate": 4.865965629214819e-07,
|
712 |
+
"loss": 6.4917,
|
713 |
+
"step": 96
|
714 |
+
},
|
715 |
+
{
|
716 |
+
"epoch": 0.004666448177469354,
|
717 |
+
"grad_norm": 21.030405044555664,
|
718 |
+
"learning_rate": 2.7390523158633554e-07,
|
719 |
+
"loss": 6.2497,
|
720 |
+
"step": 97
|
721 |
+
},
|
722 |
+
{
|
723 |
+
"epoch": 0.004714555890639141,
|
724 |
+
"grad_norm": 20.96607780456543,
|
725 |
+
"learning_rate": 1.2179748700879012e-07,
|
726 |
+
"loss": 6.0075,
|
727 |
+
"step": 98
|
728 |
+
},
|
729 |
+
{
|
730 |
+
"epoch": 0.0047626636038089285,
|
731 |
+
"grad_norm": 22.39644432067871,
|
732 |
+
"learning_rate": 3.04586490452119e-08,
|
733 |
+
"loss": 6.1534,
|
734 |
+
"step": 99
|
735 |
+
},
|
736 |
+
{
|
737 |
+
"epoch": 0.004810771316978715,
|
738 |
+
"grad_norm": 18.28731918334961,
|
739 |
+
"learning_rate": 0.0,
|
740 |
+
"loss": 7.457,
|
741 |
+
"step": 100
|
742 |
+
},
|
743 |
+
{
|
744 |
+
"epoch": 0.004810771316978715,
|
745 |
+
"eval_loss": 0.43572717905044556,
|
746 |
+
"eval_runtime": 827.9428,
|
747 |
+
"eval_samples_per_second": 42.286,
|
748 |
+
"eval_steps_per_second": 21.143,
|
749 |
+
"step": 100
|
750 |
+
}
|
751 |
+
],
|
752 |
+
"logging_steps": 1,
|
753 |
+
"max_steps": 100,
|
754 |
+
"num_input_tokens_seen": 0,
|
755 |
+
"num_train_epochs": 1,
|
756 |
+
"save_steps": 25,
|
757 |
+
"stateful_callbacks": {
|
758 |
+
"TrainerControl": {
|
759 |
+
"args": {
|
760 |
+
"should_epoch_stop": false,
|
761 |
+
"should_evaluate": false,
|
762 |
+
"should_log": false,
|
763 |
+
"should_save": true,
|
764 |
+
"should_training_stop": true
|
765 |
+
},
|
766 |
+
"attributes": {}
|
767 |
+
}
|
768 |
+
},
|
769 |
+
"total_flos": 6.51499696816128e+16,
|
770 |
+
"train_batch_size": 2,
|
771 |
+
"trial_name": null,
|
772 |
+
"trial_params": null
|
773 |
+
}
|
last-checkpoint/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2f68998c0d8cd582b5bbcb8b2667b1c6e1cd4c77646b021444750b0fb07898c
|
3 |
+
size 6776
|
special_tokens_map.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "</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": false,
|
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:45ccb9c8b6b561889acea59191d66986d314e7cbd6a78abc6e49b139ca91c1e6
|
3 |
+
size 500058
|
tokenizer_config.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"add_prefix_space": null,
|
5 |
+
"added_tokens_decoder": {
|
6 |
+
"0": {
|
7 |
+
"content": "<unk>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": false,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": true
|
13 |
+
},
|
14 |
+
"1": {
|
15 |
+
"content": "<s>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": false,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false,
|
20 |
+
"special": true
|
21 |
+
},
|
22 |
+
"2": {
|
23 |
+
"content": "</s>",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": false,
|
26 |
+
"rstrip": false,
|
27 |
+
"single_word": false,
|
28 |
+
"special": true
|
29 |
+
}
|
30 |
+
},
|
31 |
+
"bos_token": "<s>",
|
32 |
+
"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": 1000000000000000019884624838656,
|
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:c2f68998c0d8cd582b5bbcb8b2667b1c6e1cd4c77646b021444750b0fb07898c
|
3 |
+
size 6776
|