End of training
Browse files- README.md +166 -0
- adapter_config.json +34 -0
- adapter_model.bin +3 -0
- adapter_model.safetensors +3 -0
- config.json +32 -0
- last-checkpoint/README.md +202 -0
- last-checkpoint/adapter_config.json +34 -0
- last-checkpoint/adapter_model.safetensors +3 -0
- last-checkpoint/optimizer.pt +3 -0
- last-checkpoint/rng_state.pth +3 -0
- last-checkpoint/scheduler.pt +3 -0
- last-checkpoint/special_tokens_map.json +30 -0
- last-checkpoint/tokenizer.json +0 -0
- last-checkpoint/tokenizer.model +3 -0
- last-checkpoint/tokenizer_config.json +42 -0
- last-checkpoint/trainer_state.json +766 -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,166 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: heegyu/WizardVicuna-open-llama-3b-v2
|
5 |
+
tags:
|
6 |
+
- axolotl
|
7 |
+
- generated_from_trainer
|
8 |
+
model-index:
|
9 |
+
- name: b6b4f58d-74b4-47d2-b130-62df0ddc5472
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
[<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
|
17 |
+
<details><summary>See axolotl config</summary>
|
18 |
+
|
19 |
+
axolotl version: `0.4.1`
|
20 |
+
```yaml
|
21 |
+
adapter: lora
|
22 |
+
base_model: heegyu/WizardVicuna-open-llama-3b-v2
|
23 |
+
bf16: true
|
24 |
+
chat_template: llama3
|
25 |
+
data_processes: 16
|
26 |
+
dataset_prepared_path: null
|
27 |
+
datasets:
|
28 |
+
- data_files:
|
29 |
+
- 146d47cdb6b05b08_train_data.json
|
30 |
+
ds_type: json
|
31 |
+
format: custom
|
32 |
+
path: /workspace/input_data/146d47cdb6b05b08_train_data.json
|
33 |
+
type:
|
34 |
+
field_input: chosen
|
35 |
+
field_instruction: question
|
36 |
+
field_output: rejected
|
37 |
+
format: '{instruction} {input}'
|
38 |
+
no_input_format: '{instruction}'
|
39 |
+
system_format: '{system}'
|
40 |
+
system_prompt: ''
|
41 |
+
debug: null
|
42 |
+
deepspeed: null
|
43 |
+
device_map: auto
|
44 |
+
do_eval: true
|
45 |
+
early_stopping_patience: 5
|
46 |
+
eval_batch_size: 4
|
47 |
+
eval_max_new_tokens: 128
|
48 |
+
eval_steps: 50
|
49 |
+
eval_table_size: null
|
50 |
+
evals_per_epoch: null
|
51 |
+
flash_attention: false
|
52 |
+
fp16: false
|
53 |
+
fsdp: null
|
54 |
+
fsdp_config: null
|
55 |
+
gradient_accumulation_steps: 4
|
56 |
+
gradient_checkpointing: true
|
57 |
+
group_by_length: true
|
58 |
+
hub_model_id: sn56b1/b6b4f58d-74b4-47d2-b130-62df0ddc5472
|
59 |
+
hub_repo: null
|
60 |
+
hub_strategy: checkpoint
|
61 |
+
hub_token: null
|
62 |
+
learning_rate: 0.0001
|
63 |
+
load_in_4bit: false
|
64 |
+
load_in_8bit: false
|
65 |
+
local_rank: null
|
66 |
+
logging_steps: 1
|
67 |
+
lora_alpha: 32
|
68 |
+
lora_dropout: 0.05
|
69 |
+
lora_fan_in_fan_out: null
|
70 |
+
lora_model_dir: null
|
71 |
+
lora_r: 16
|
72 |
+
lora_target_linear: true
|
73 |
+
lr_scheduler: cosine
|
74 |
+
max_grad_norm: 1.0
|
75 |
+
max_memory:
|
76 |
+
0: 75GB
|
77 |
+
max_steps: 100
|
78 |
+
micro_batch_size: 4
|
79 |
+
mlflow_experiment_name: /tmp/146d47cdb6b05b08_train_data.json
|
80 |
+
model_type: AutoModelForCausalLM
|
81 |
+
num_epochs: 3
|
82 |
+
optim_args:
|
83 |
+
adam_beta1: 0.9
|
84 |
+
adam_beta2: 0.95
|
85 |
+
adam_epsilon: 1e-5
|
86 |
+
optimizer: adamw_torch
|
87 |
+
output_dir: miner_id_24
|
88 |
+
pad_to_sequence_len: true
|
89 |
+
resume_from_checkpoint: null
|
90 |
+
s2_attention: null
|
91 |
+
sample_packing: false
|
92 |
+
save_steps: 50
|
93 |
+
saves_per_epoch: null
|
94 |
+
sequence_len: 1024
|
95 |
+
special_tokens:
|
96 |
+
pad_token: </s>
|
97 |
+
strict: false
|
98 |
+
tf32: false
|
99 |
+
tokenizer_type: AutoTokenizer
|
100 |
+
train_on_inputs: false
|
101 |
+
trust_remote_code: true
|
102 |
+
val_set_size: 0.05
|
103 |
+
wandb_entity: sn56-miner
|
104 |
+
wandb_mode: disabled
|
105 |
+
wandb_name: b6b4f58d-74b4-47d2-b130-62df0ddc5472
|
106 |
+
wandb_project: god
|
107 |
+
wandb_run: kikf
|
108 |
+
wandb_runid: b6b4f58d-74b4-47d2-b130-62df0ddc5472
|
109 |
+
warmup_steps: 10
|
110 |
+
weight_decay: 0.0
|
111 |
+
xformers_attention: null
|
112 |
+
|
113 |
+
```
|
114 |
+
|
115 |
+
</details><br>
|
116 |
+
|
117 |
+
# b6b4f58d-74b4-47d2-b130-62df0ddc5472
|
118 |
+
|
119 |
+
This model is a fine-tuned version of [heegyu/WizardVicuna-open-llama-3b-v2](https://huggingface.co/heegyu/WizardVicuna-open-llama-3b-v2) on the None dataset.
|
120 |
+
It achieves the following results on the evaluation set:
|
121 |
+
- Loss: 1.2729
|
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: 4
|
142 |
+
- eval_batch_size: 4
|
143 |
+
- seed: 42
|
144 |
+
- gradient_accumulation_steps: 4
|
145 |
+
- total_train_batch_size: 16
|
146 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=adam_beta1=0.9,adam_beta2=0.95,adam_epsilon=1e-5
|
147 |
+
- lr_scheduler_type: cosine
|
148 |
+
- lr_scheduler_warmup_steps: 10
|
149 |
+
- training_steps: 100
|
150 |
+
|
151 |
+
### Training results
|
152 |
+
|
153 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
154 |
+
|:-------------:|:------:|:----:|:---------------:|
|
155 |
+
| 1.3458 | 0.0052 | 1 | 1.5109 |
|
156 |
+
| 1.2864 | 0.2597 | 50 | 1.3044 |
|
157 |
+
| 1.2382 | 0.5195 | 100 | 1.2729 |
|
158 |
+
|
159 |
+
|
160 |
+
### Framework versions
|
161 |
+
|
162 |
+
- PEFT 0.13.2
|
163 |
+
- Transformers 4.46.0
|
164 |
+
- Pytorch 2.5.0+cu124
|
165 |
+
- Datasets 3.0.1
|
166 |
+
- 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": "heegyu/WizardVicuna-open-llama-3b-v2",
|
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 |
+
"v_proj",
|
24 |
+
"k_proj",
|
25 |
+
"o_proj",
|
26 |
+
"q_proj",
|
27 |
+
"gate_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:e2c3ed34353a5e508c157ec5e82e7d90400a9eaeaaa6919a2dd4890b731604cb
|
3 |
+
size 101834682
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7c79515e3ce668408a3bf1b111489815ae9224ef68a571a3cccbd2d370e1970
|
3 |
+
size 101752088
|
config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_attn_implementation_autoset": true,
|
3 |
+
"_name_or_path": "heegyu/WizardVicuna-open-llama-3b-v2",
|
4 |
+
"architectures": [
|
5 |
+
"LlamaForCausalLM"
|
6 |
+
],
|
7 |
+
"attention_bias": false,
|
8 |
+
"attention_dropout": 0.0,
|
9 |
+
"bos_token_id": 1,
|
10 |
+
"eos_token_id": 2,
|
11 |
+
"head_dim": 100,
|
12 |
+
"hidden_act": "silu",
|
13 |
+
"hidden_size": 3200,
|
14 |
+
"initializer_range": 0.02,
|
15 |
+
"intermediate_size": 8640,
|
16 |
+
"max_position_embeddings": 2048,
|
17 |
+
"mlp_bias": false,
|
18 |
+
"model_type": "llama",
|
19 |
+
"num_attention_heads": 32,
|
20 |
+
"num_hidden_layers": 26,
|
21 |
+
"num_key_value_heads": 32,
|
22 |
+
"pad_token_id": 0,
|
23 |
+
"pretraining_tp": 1,
|
24 |
+
"rms_norm_eps": 1e-06,
|
25 |
+
"rope_scaling": null,
|
26 |
+
"rope_theta": 10000.0,
|
27 |
+
"tie_word_embeddings": false,
|
28 |
+
"torch_dtype": "float16",
|
29 |
+
"transformers_version": "4.46.0",
|
30 |
+
"use_cache": false,
|
31 |
+
"vocab_size": 32000
|
32 |
+
}
|
last-checkpoint/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: heegyu/WizardVicuna-open-llama-3b-v2
|
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": "heegyu/WizardVicuna-open-llama-3b-v2",
|
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 |
+
"v_proj",
|
24 |
+
"k_proj",
|
25 |
+
"o_proj",
|
26 |
+
"q_proj",
|
27 |
+
"gate_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:c7c79515e3ce668408a3bf1b111489815ae9224ef68a571a3cccbd2d370e1970
|
3 |
+
size 101752088
|
last-checkpoint/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf564f42eef836687cde3d55983b02eac0b038838386351a2d9d1495e9a6a50a
|
3 |
+
size 203713238
|
last-checkpoint/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c47db969b740437cf68ce089f2454060fc800a919552a10ed97bf15cad8a983d
|
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": "</s>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<unk>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": true,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
}
|
30 |
+
}
|
last-checkpoint/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
last-checkpoint/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91b289e85fa20fd375d8b33dc12f77616f18abc6359804471d1fafcb425fecb8
|
3 |
+
size 511574
|
last-checkpoint/tokenizer_config.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"add_prefix_space": null,
|
5 |
+
"added_tokens_decoder": {
|
6 |
+
"0": {
|
7 |
+
"content": "<unk>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": true,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": true
|
13 |
+
},
|
14 |
+
"1": {
|
15 |
+
"content": "<s>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": true,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false,
|
20 |
+
"special": true
|
21 |
+
},
|
22 |
+
"2": {
|
23 |
+
"content": "</s>",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": false,
|
26 |
+
"rstrip": false,
|
27 |
+
"single_word": false,
|
28 |
+
"special": true
|
29 |
+
}
|
30 |
+
},
|
31 |
+
"bos_token": "<s>",
|
32 |
+
"chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
|
33 |
+
"clean_up_tokenization_spaces": false,
|
34 |
+
"eos_token": "</s>",
|
35 |
+
"legacy": true,
|
36 |
+
"model_max_length": 2048,
|
37 |
+
"pad_token": "</s>",
|
38 |
+
"sp_model_kwargs": {},
|
39 |
+
"tokenizer_class": "LlamaTokenizer",
|
40 |
+
"unk_token": "<unk>",
|
41 |
+
"use_default_system_prompt": false
|
42 |
+
}
|
last-checkpoint/trainer_state.json
ADDED
@@ -0,0 +1,766 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 1.2729405164718628,
|
3 |
+
"best_model_checkpoint": "miner_id_24/checkpoint-100",
|
4 |
+
"epoch": 0.5194805194805194,
|
5 |
+
"eval_steps": 50,
|
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.005194805194805195,
|
13 |
+
"grad_norm": 0.4177940785884857,
|
14 |
+
"learning_rate": 1e-05,
|
15 |
+
"loss": 1.3458,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.005194805194805195,
|
20 |
+
"eval_loss": 1.5109460353851318,
|
21 |
+
"eval_runtime": 31.5573,
|
22 |
+
"eval_samples_per_second": 5.165,
|
23 |
+
"eval_steps_per_second": 1.299,
|
24 |
+
"step": 1
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.01038961038961039,
|
28 |
+
"grad_norm": 0.40045127272605896,
|
29 |
+
"learning_rate": 2e-05,
|
30 |
+
"loss": 1.4257,
|
31 |
+
"step": 2
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.015584415584415584,
|
35 |
+
"grad_norm": 0.3874695301055908,
|
36 |
+
"learning_rate": 3e-05,
|
37 |
+
"loss": 1.4884,
|
38 |
+
"step": 3
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.02077922077922078,
|
42 |
+
"grad_norm": 0.34974992275238037,
|
43 |
+
"learning_rate": 4e-05,
|
44 |
+
"loss": 1.361,
|
45 |
+
"step": 4
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.025974025974025976,
|
49 |
+
"grad_norm": 0.35995498299598694,
|
50 |
+
"learning_rate": 5e-05,
|
51 |
+
"loss": 1.2804,
|
52 |
+
"step": 5
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.03116883116883117,
|
56 |
+
"grad_norm": 0.3070196807384491,
|
57 |
+
"learning_rate": 6e-05,
|
58 |
+
"loss": 1.305,
|
59 |
+
"step": 6
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.03636363636363636,
|
63 |
+
"grad_norm": 0.3768017292022705,
|
64 |
+
"learning_rate": 7e-05,
|
65 |
+
"loss": 1.3585,
|
66 |
+
"step": 7
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.04155844155844156,
|
70 |
+
"grad_norm": 0.30300381779670715,
|
71 |
+
"learning_rate": 8e-05,
|
72 |
+
"loss": 1.2692,
|
73 |
+
"step": 8
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.046753246753246755,
|
77 |
+
"grad_norm": 0.33119237422943115,
|
78 |
+
"learning_rate": 9e-05,
|
79 |
+
"loss": 1.3356,
|
80 |
+
"step": 9
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.05194805194805195,
|
84 |
+
"grad_norm": 0.28153595328330994,
|
85 |
+
"learning_rate": 0.0001,
|
86 |
+
"loss": 1.1681,
|
87 |
+
"step": 10
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.05714285714285714,
|
91 |
+
"grad_norm": 0.4325452148914337,
|
92 |
+
"learning_rate": 9.99695413509548e-05,
|
93 |
+
"loss": 1.3646,
|
94 |
+
"step": 11
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.06233766233766234,
|
98 |
+
"grad_norm": 0.43212607502937317,
|
99 |
+
"learning_rate": 9.987820251299122e-05,
|
100 |
+
"loss": 1.3236,
|
101 |
+
"step": 12
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.06753246753246753,
|
105 |
+
"grad_norm": 0.39351075887680054,
|
106 |
+
"learning_rate": 9.972609476841367e-05,
|
107 |
+
"loss": 1.2301,
|
108 |
+
"step": 13
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.07272727272727272,
|
112 |
+
"grad_norm": 0.3731982409954071,
|
113 |
+
"learning_rate": 9.951340343707852e-05,
|
114 |
+
"loss": 1.2337,
|
115 |
+
"step": 14
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.07792207792207792,
|
119 |
+
"grad_norm": 0.34622952342033386,
|
120 |
+
"learning_rate": 9.924038765061042e-05,
|
121 |
+
"loss": 1.2392,
|
122 |
+
"step": 15
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.08311688311688312,
|
126 |
+
"grad_norm": 0.373747855424881,
|
127 |
+
"learning_rate": 9.890738003669029e-05,
|
128 |
+
"loss": 1.3094,
|
129 |
+
"step": 16
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.08831168831168831,
|
133 |
+
"grad_norm": 0.3230806291103363,
|
134 |
+
"learning_rate": 9.851478631379982e-05,
|
135 |
+
"loss": 1.1379,
|
136 |
+
"step": 17
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.09350649350649351,
|
140 |
+
"grad_norm": 0.36096540093421936,
|
141 |
+
"learning_rate": 9.806308479691595e-05,
|
142 |
+
"loss": 1.3651,
|
143 |
+
"step": 18
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.0987012987012987,
|
147 |
+
"grad_norm": 0.35373595356941223,
|
148 |
+
"learning_rate": 9.755282581475769e-05,
|
149 |
+
"loss": 1.4041,
|
150 |
+
"step": 19
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.1038961038961039,
|
154 |
+
"grad_norm": 0.3317319452762604,
|
155 |
+
"learning_rate": 9.698463103929542e-05,
|
156 |
+
"loss": 1.3334,
|
157 |
+
"step": 20
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.10909090909090909,
|
161 |
+
"grad_norm": 0.35586485266685486,
|
162 |
+
"learning_rate": 9.635919272833938e-05,
|
163 |
+
"loss": 1.3277,
|
164 |
+
"step": 21
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.11428571428571428,
|
168 |
+
"grad_norm": 0.3231983780860901,
|
169 |
+
"learning_rate": 9.567727288213005e-05,
|
170 |
+
"loss": 1.2227,
|
171 |
+
"step": 22
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.11948051948051948,
|
175 |
+
"grad_norm": 0.3345981538295746,
|
176 |
+
"learning_rate": 9.493970231495835e-05,
|
177 |
+
"loss": 1.2484,
|
178 |
+
"step": 23
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.12467532467532468,
|
182 |
+
"grad_norm": 0.3658851385116577,
|
183 |
+
"learning_rate": 9.414737964294636e-05,
|
184 |
+
"loss": 1.2305,
|
185 |
+
"step": 24
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.12987012987012986,
|
189 |
+
"grad_norm": 0.37067246437072754,
|
190 |
+
"learning_rate": 9.330127018922194e-05,
|
191 |
+
"loss": 1.131,
|
192 |
+
"step": 25
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.13506493506493505,
|
196 |
+
"grad_norm": 0.40390706062316895,
|
197 |
+
"learning_rate": 9.24024048078213e-05,
|
198 |
+
"loss": 1.289,
|
199 |
+
"step": 26
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.14025974025974025,
|
203 |
+
"grad_norm": 0.3715671896934509,
|
204 |
+
"learning_rate": 9.145187862775209e-05,
|
205 |
+
"loss": 1.1788,
|
206 |
+
"step": 27
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.14545454545454545,
|
210 |
+
"grad_norm": 0.3955548405647278,
|
211 |
+
"learning_rate": 9.045084971874738e-05,
|
212 |
+
"loss": 1.4516,
|
213 |
+
"step": 28
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.15064935064935064,
|
217 |
+
"grad_norm": 0.4545679986476898,
|
218 |
+
"learning_rate": 8.940053768033609e-05,
|
219 |
+
"loss": 1.5039,
|
220 |
+
"step": 29
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.15584415584415584,
|
224 |
+
"grad_norm": 0.39818987250328064,
|
225 |
+
"learning_rate": 8.83022221559489e-05,
|
226 |
+
"loss": 1.2946,
|
227 |
+
"step": 30
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.16103896103896104,
|
231 |
+
"grad_norm": 0.4657442271709442,
|
232 |
+
"learning_rate": 8.715724127386972e-05,
|
233 |
+
"loss": 1.4087,
|
234 |
+
"step": 31
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.16623376623376623,
|
238 |
+
"grad_norm": 0.47173669934272766,
|
239 |
+
"learning_rate": 8.596699001693255e-05,
|
240 |
+
"loss": 1.2468,
|
241 |
+
"step": 32
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.17142857142857143,
|
245 |
+
"grad_norm": 0.40042179822921753,
|
246 |
+
"learning_rate": 8.473291852294987e-05,
|
247 |
+
"loss": 1.1191,
|
248 |
+
"step": 33
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.17662337662337663,
|
252 |
+
"grad_norm": 0.4369649887084961,
|
253 |
+
"learning_rate": 8.345653031794292e-05,
|
254 |
+
"loss": 1.3715,
|
255 |
+
"step": 34
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.18181818181818182,
|
259 |
+
"grad_norm": 0.47712573409080505,
|
260 |
+
"learning_rate": 8.213938048432697e-05,
|
261 |
+
"loss": 1.2312,
|
262 |
+
"step": 35
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.18701298701298702,
|
266 |
+
"grad_norm": 0.5139972567558289,
|
267 |
+
"learning_rate": 8.07830737662829e-05,
|
268 |
+
"loss": 1.5135,
|
269 |
+
"step": 36
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.19220779220779222,
|
273 |
+
"grad_norm": 0.4982706904411316,
|
274 |
+
"learning_rate": 7.938926261462366e-05,
|
275 |
+
"loss": 1.2006,
|
276 |
+
"step": 37
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.1974025974025974,
|
280 |
+
"grad_norm": 0.485422283411026,
|
281 |
+
"learning_rate": 7.795964517353735e-05,
|
282 |
+
"loss": 1.3658,
|
283 |
+
"step": 38
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 0.2025974025974026,
|
287 |
+
"grad_norm": 0.49507665634155273,
|
288 |
+
"learning_rate": 7.649596321166024e-05,
|
289 |
+
"loss": 1.2338,
|
290 |
+
"step": 39
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.2077922077922078,
|
294 |
+
"grad_norm": 0.5692687034606934,
|
295 |
+
"learning_rate": 7.500000000000001e-05,
|
296 |
+
"loss": 1.4821,
|
297 |
+
"step": 40
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.21298701298701297,
|
301 |
+
"grad_norm": 0.4980921149253845,
|
302 |
+
"learning_rate": 7.347357813929454e-05,
|
303 |
+
"loss": 1.215,
|
304 |
+
"step": 41
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.21818181818181817,
|
308 |
+
"grad_norm": 0.6296183466911316,
|
309 |
+
"learning_rate": 7.191855733945387e-05,
|
310 |
+
"loss": 1.4862,
|
311 |
+
"step": 42
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.22337662337662337,
|
315 |
+
"grad_norm": 0.6405119895935059,
|
316 |
+
"learning_rate": 7.033683215379002e-05,
|
317 |
+
"loss": 1.2837,
|
318 |
+
"step": 43
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 0.22857142857142856,
|
322 |
+
"grad_norm": 0.7146792411804199,
|
323 |
+
"learning_rate": 6.873032967079561e-05,
|
324 |
+
"loss": 1.4082,
|
325 |
+
"step": 44
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.23376623376623376,
|
329 |
+
"grad_norm": 0.8238335251808167,
|
330 |
+
"learning_rate": 6.710100716628344e-05,
|
331 |
+
"loss": 1.6744,
|
332 |
+
"step": 45
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 0.23896103896103896,
|
336 |
+
"grad_norm": 0.8879733681678772,
|
337 |
+
"learning_rate": 6.545084971874738e-05,
|
338 |
+
"loss": 1.4372,
|
339 |
+
"step": 46
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.24415584415584415,
|
343 |
+
"grad_norm": 0.992831826210022,
|
344 |
+
"learning_rate": 6.378186779084995e-05,
|
345 |
+
"loss": 1.7714,
|
346 |
+
"step": 47
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.24935064935064935,
|
350 |
+
"grad_norm": 1.3995647430419922,
|
351 |
+
"learning_rate": 6.209609477998338e-05,
|
352 |
+
"loss": 1.5566,
|
353 |
+
"step": 48
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.2545454545454545,
|
357 |
+
"grad_norm": 0.34774672985076904,
|
358 |
+
"learning_rate": 6.0395584540887963e-05,
|
359 |
+
"loss": 1.2085,
|
360 |
+
"step": 49
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 0.2597402597402597,
|
364 |
+
"grad_norm": 0.3489333391189575,
|
365 |
+
"learning_rate": 5.868240888334653e-05,
|
366 |
+
"loss": 1.2864,
|
367 |
+
"step": 50
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 0.2597402597402597,
|
371 |
+
"eval_loss": 1.3044037818908691,
|
372 |
+
"eval_runtime": 31.1095,
|
373 |
+
"eval_samples_per_second": 5.24,
|
374 |
+
"eval_steps_per_second": 1.318,
|
375 |
+
"step": 50
|
376 |
+
},
|
377 |
+
{
|
378 |
+
"epoch": 0.2649350649350649,
|
379 |
+
"grad_norm": 0.33038291335105896,
|
380 |
+
"learning_rate": 5.695865504800327e-05,
|
381 |
+
"loss": 1.2938,
|
382 |
+
"step": 51
|
383 |
+
},
|
384 |
+
{
|
385 |
+
"epoch": 0.2701298701298701,
|
386 |
+
"grad_norm": 0.32780855894088745,
|
387 |
+
"learning_rate": 5.522642316338268e-05,
|
388 |
+
"loss": 1.1114,
|
389 |
+
"step": 52
|
390 |
+
},
|
391 |
+
{
|
392 |
+
"epoch": 0.2753246753246753,
|
393 |
+
"grad_norm": 0.32513588666915894,
|
394 |
+
"learning_rate": 5.348782368720626e-05,
|
395 |
+
"loss": 1.2657,
|
396 |
+
"step": 53
|
397 |
+
},
|
398 |
+
{
|
399 |
+
"epoch": 0.2805194805194805,
|
400 |
+
"grad_norm": 0.31361356377601624,
|
401 |
+
"learning_rate": 5.174497483512506e-05,
|
402 |
+
"loss": 1.2757,
|
403 |
+
"step": 54
|
404 |
+
},
|
405 |
+
{
|
406 |
+
"epoch": 0.2857142857142857,
|
407 |
+
"grad_norm": 0.3155638575553894,
|
408 |
+
"learning_rate": 5e-05,
|
409 |
+
"loss": 1.2063,
|
410 |
+
"step": 55
|
411 |
+
},
|
412 |
+
{
|
413 |
+
"epoch": 0.2909090909090909,
|
414 |
+
"grad_norm": 0.31585606932640076,
|
415 |
+
"learning_rate": 4.825502516487497e-05,
|
416 |
+
"loss": 1.0867,
|
417 |
+
"step": 56
|
418 |
+
},
|
419 |
+
{
|
420 |
+
"epoch": 0.2961038961038961,
|
421 |
+
"grad_norm": 0.3095378577709198,
|
422 |
+
"learning_rate": 4.6512176312793736e-05,
|
423 |
+
"loss": 1.1155,
|
424 |
+
"step": 57
|
425 |
+
},
|
426 |
+
{
|
427 |
+
"epoch": 0.3012987012987013,
|
428 |
+
"grad_norm": 0.31880173087120056,
|
429 |
+
"learning_rate": 4.477357683661734e-05,
|
430 |
+
"loss": 1.3034,
|
431 |
+
"step": 58
|
432 |
+
},
|
433 |
+
{
|
434 |
+
"epoch": 0.3064935064935065,
|
435 |
+
"grad_norm": 0.3153369724750519,
|
436 |
+
"learning_rate": 4.3041344951996746e-05,
|
437 |
+
"loss": 1.1679,
|
438 |
+
"step": 59
|
439 |
+
},
|
440 |
+
{
|
441 |
+
"epoch": 0.3116883116883117,
|
442 |
+
"grad_norm": 0.3115677535533905,
|
443 |
+
"learning_rate": 4.131759111665349e-05,
|
444 |
+
"loss": 1.1694,
|
445 |
+
"step": 60
|
446 |
+
},
|
447 |
+
{
|
448 |
+
"epoch": 0.3168831168831169,
|
449 |
+
"grad_norm": 0.3476245403289795,
|
450 |
+
"learning_rate": 3.960441545911204e-05,
|
451 |
+
"loss": 1.2466,
|
452 |
+
"step": 61
|
453 |
+
},
|
454 |
+
{
|
455 |
+
"epoch": 0.3220779220779221,
|
456 |
+
"grad_norm": 0.3204329311847687,
|
457 |
+
"learning_rate": 3.790390522001662e-05,
|
458 |
+
"loss": 1.2314,
|
459 |
+
"step": 62
|
460 |
+
},
|
461 |
+
{
|
462 |
+
"epoch": 0.32727272727272727,
|
463 |
+
"grad_norm": 0.31050464510917664,
|
464 |
+
"learning_rate": 3.6218132209150045e-05,
|
465 |
+
"loss": 1.1565,
|
466 |
+
"step": 63
|
467 |
+
},
|
468 |
+
{
|
469 |
+
"epoch": 0.33246753246753247,
|
470 |
+
"grad_norm": 0.3489195704460144,
|
471 |
+
"learning_rate": 3.4549150281252636e-05,
|
472 |
+
"loss": 1.231,
|
473 |
+
"step": 64
|
474 |
+
},
|
475 |
+
{
|
476 |
+
"epoch": 0.33766233766233766,
|
477 |
+
"grad_norm": 0.31092599034309387,
|
478 |
+
"learning_rate": 3.289899283371657e-05,
|
479 |
+
"loss": 0.9795,
|
480 |
+
"step": 65
|
481 |
+
},
|
482 |
+
{
|
483 |
+
"epoch": 0.34285714285714286,
|
484 |
+
"grad_norm": 0.3266049325466156,
|
485 |
+
"learning_rate": 3.12696703292044e-05,
|
486 |
+
"loss": 1.1326,
|
487 |
+
"step": 66
|
488 |
+
},
|
489 |
+
{
|
490 |
+
"epoch": 0.34805194805194806,
|
491 |
+
"grad_norm": 0.34862658381462097,
|
492 |
+
"learning_rate": 2.9663167846209998e-05,
|
493 |
+
"loss": 1.0544,
|
494 |
+
"step": 67
|
495 |
+
},
|
496 |
+
{
|
497 |
+
"epoch": 0.35324675324675325,
|
498 |
+
"grad_norm": 0.3720819056034088,
|
499 |
+
"learning_rate": 2.8081442660546125e-05,
|
500 |
+
"loss": 1.2346,
|
501 |
+
"step": 68
|
502 |
+
},
|
503 |
+
{
|
504 |
+
"epoch": 0.35844155844155845,
|
505 |
+
"grad_norm": 0.3748229444026947,
|
506 |
+
"learning_rate": 2.6526421860705473e-05,
|
507 |
+
"loss": 1.2632,
|
508 |
+
"step": 69
|
509 |
+
},
|
510 |
+
{
|
511 |
+
"epoch": 0.36363636363636365,
|
512 |
+
"grad_norm": 0.3992089629173279,
|
513 |
+
"learning_rate": 2.500000000000001e-05,
|
514 |
+
"loss": 1.2955,
|
515 |
+
"step": 70
|
516 |
+
},
|
517 |
+
{
|
518 |
+
"epoch": 0.36883116883116884,
|
519 |
+
"grad_norm": 0.3803309500217438,
|
520 |
+
"learning_rate": 2.350403678833976e-05,
|
521 |
+
"loss": 1.137,
|
522 |
+
"step": 71
|
523 |
+
},
|
524 |
+
{
|
525 |
+
"epoch": 0.37402597402597404,
|
526 |
+
"grad_norm": 0.41548168659210205,
|
527 |
+
"learning_rate": 2.2040354826462668e-05,
|
528 |
+
"loss": 1.3413,
|
529 |
+
"step": 72
|
530 |
+
},
|
531 |
+
{
|
532 |
+
"epoch": 0.37922077922077924,
|
533 |
+
"grad_norm": 0.4588744044303894,
|
534 |
+
"learning_rate": 2.061073738537635e-05,
|
535 |
+
"loss": 1.4306,
|
536 |
+
"step": 73
|
537 |
+
},
|
538 |
+
{
|
539 |
+
"epoch": 0.38441558441558443,
|
540 |
+
"grad_norm": 0.4805556833744049,
|
541 |
+
"learning_rate": 1.9216926233717085e-05,
|
542 |
+
"loss": 1.277,
|
543 |
+
"step": 74
|
544 |
+
},
|
545 |
+
{
|
546 |
+
"epoch": 0.38961038961038963,
|
547 |
+
"grad_norm": 0.4144364595413208,
|
548 |
+
"learning_rate": 1.7860619515673033e-05,
|
549 |
+
"loss": 1.1136,
|
550 |
+
"step": 75
|
551 |
+
},
|
552 |
+
{
|
553 |
+
"epoch": 0.3948051948051948,
|
554 |
+
"grad_norm": 0.46915677189826965,
|
555 |
+
"learning_rate": 1.6543469682057106e-05,
|
556 |
+
"loss": 1.2499,
|
557 |
+
"step": 76
|
558 |
+
},
|
559 |
+
{
|
560 |
+
"epoch": 0.4,
|
561 |
+
"grad_norm": 0.5677196979522705,
|
562 |
+
"learning_rate": 1.526708147705013e-05,
|
563 |
+
"loss": 1.3259,
|
564 |
+
"step": 77
|
565 |
+
},
|
566 |
+
{
|
567 |
+
"epoch": 0.4051948051948052,
|
568 |
+
"grad_norm": 0.5241764783859253,
|
569 |
+
"learning_rate": 1.4033009983067452e-05,
|
570 |
+
"loss": 1.2467,
|
571 |
+
"step": 78
|
572 |
+
},
|
573 |
+
{
|
574 |
+
"epoch": 0.4103896103896104,
|
575 |
+
"grad_norm": 0.5175052285194397,
|
576 |
+
"learning_rate": 1.2842758726130283e-05,
|
577 |
+
"loss": 1.2434,
|
578 |
+
"step": 79
|
579 |
+
},
|
580 |
+
{
|
581 |
+
"epoch": 0.4155844155844156,
|
582 |
+
"grad_norm": 0.47252026200294495,
|
583 |
+
"learning_rate": 1.1697777844051105e-05,
|
584 |
+
"loss": 1.261,
|
585 |
+
"step": 80
|
586 |
+
},
|
587 |
+
{
|
588 |
+
"epoch": 0.42077922077922075,
|
589 |
+
"grad_norm": 0.49494829773902893,
|
590 |
+
"learning_rate": 1.0599462319663905e-05,
|
591 |
+
"loss": 1.2451,
|
592 |
+
"step": 81
|
593 |
+
},
|
594 |
+
{
|
595 |
+
"epoch": 0.42597402597402595,
|
596 |
+
"grad_norm": 0.5081787109375,
|
597 |
+
"learning_rate": 9.549150281252633e-06,
|
598 |
+
"loss": 1.2701,
|
599 |
+
"step": 82
|
600 |
+
},
|
601 |
+
{
|
602 |
+
"epoch": 0.43116883116883115,
|
603 |
+
"grad_norm": 0.501038134098053,
|
604 |
+
"learning_rate": 8.548121372247918e-06,
|
605 |
+
"loss": 1.2223,
|
606 |
+
"step": 83
|
607 |
+
},
|
608 |
+
{
|
609 |
+
"epoch": 0.43636363636363634,
|
610 |
+
"grad_norm": 0.5236621499061584,
|
611 |
+
"learning_rate": 7.597595192178702e-06,
|
612 |
+
"loss": 1.3133,
|
613 |
+
"step": 84
|
614 |
+
},
|
615 |
+
{
|
616 |
+
"epoch": 0.44155844155844154,
|
617 |
+
"grad_norm": 0.5346829295158386,
|
618 |
+
"learning_rate": 6.698729810778065e-06,
|
619 |
+
"loss": 1.2814,
|
620 |
+
"step": 85
|
621 |
+
},
|
622 |
+
{
|
623 |
+
"epoch": 0.44675324675324674,
|
624 |
+
"grad_norm": 0.602837085723877,
|
625 |
+
"learning_rate": 5.852620357053651e-06,
|
626 |
+
"loss": 1.3313,
|
627 |
+
"step": 86
|
628 |
+
},
|
629 |
+
{
|
630 |
+
"epoch": 0.45194805194805193,
|
631 |
+
"grad_norm": 0.628185510635376,
|
632 |
+
"learning_rate": 5.060297685041659e-06,
|
633 |
+
"loss": 1.3623,
|
634 |
+
"step": 87
|
635 |
+
},
|
636 |
+
{
|
637 |
+
"epoch": 0.45714285714285713,
|
638 |
+
"grad_norm": 0.6955432891845703,
|
639 |
+
"learning_rate": 4.322727117869951e-06,
|
640 |
+
"loss": 1.3763,
|
641 |
+
"step": 88
|
642 |
+
},
|
643 |
+
{
|
644 |
+
"epoch": 0.4623376623376623,
|
645 |
+
"grad_norm": 0.6017211675643921,
|
646 |
+
"learning_rate": 3.6408072716606346e-06,
|
647 |
+
"loss": 1.2264,
|
648 |
+
"step": 89
|
649 |
+
},
|
650 |
+
{
|
651 |
+
"epoch": 0.4675324675324675,
|
652 |
+
"grad_norm": 0.7660609483718872,
|
653 |
+
"learning_rate": 3.0153689607045845e-06,
|
654 |
+
"loss": 1.3396,
|
655 |
+
"step": 90
|
656 |
+
},
|
657 |
+
{
|
658 |
+
"epoch": 0.4727272727272727,
|
659 |
+
"grad_norm": 0.6864474415779114,
|
660 |
+
"learning_rate": 2.4471741852423237e-06,
|
661 |
+
"loss": 1.3113,
|
662 |
+
"step": 91
|
663 |
+
},
|
664 |
+
{
|
665 |
+
"epoch": 0.4779220779220779,
|
666 |
+
"grad_norm": 0.8158310055732727,
|
667 |
+
"learning_rate": 1.9369152030840556e-06,
|
668 |
+
"loss": 1.4984,
|
669 |
+
"step": 92
|
670 |
+
},
|
671 |
+
{
|
672 |
+
"epoch": 0.4831168831168831,
|
673 |
+
"grad_norm": 0.8039913177490234,
|
674 |
+
"learning_rate": 1.4852136862001764e-06,
|
675 |
+
"loss": 1.3747,
|
676 |
+
"step": 93
|
677 |
+
},
|
678 |
+
{
|
679 |
+
"epoch": 0.4883116883116883,
|
680 |
+
"grad_norm": 0.9546723961830139,
|
681 |
+
"learning_rate": 1.0926199633097157e-06,
|
682 |
+
"loss": 1.5949,
|
683 |
+
"step": 94
|
684 |
+
},
|
685 |
+
{
|
686 |
+
"epoch": 0.4935064935064935,
|
687 |
+
"grad_norm": 1.4390336275100708,
|
688 |
+
"learning_rate": 7.596123493895991e-07,
|
689 |
+
"loss": 1.7096,
|
690 |
+
"step": 95
|
691 |
+
},
|
692 |
+
{
|
693 |
+
"epoch": 0.4987012987012987,
|
694 |
+
"grad_norm": 1.3720232248306274,
|
695 |
+
"learning_rate": 4.865965629214819e-07,
|
696 |
+
"loss": 1.923,
|
697 |
+
"step": 96
|
698 |
+
},
|
699 |
+
{
|
700 |
+
"epoch": 0.5038961038961038,
|
701 |
+
"grad_norm": 0.26757583022117615,
|
702 |
+
"learning_rate": 2.7390523158633554e-07,
|
703 |
+
"loss": 1.0475,
|
704 |
+
"step": 97
|
705 |
+
},
|
706 |
+
{
|
707 |
+
"epoch": 0.509090909090909,
|
708 |
+
"grad_norm": 0.30529433488845825,
|
709 |
+
"learning_rate": 1.2179748700879012e-07,
|
710 |
+
"loss": 1.201,
|
711 |
+
"step": 98
|
712 |
+
},
|
713 |
+
{
|
714 |
+
"epoch": 0.5142857142857142,
|
715 |
+
"grad_norm": 0.2671392261981964,
|
716 |
+
"learning_rate": 3.04586490452119e-08,
|
717 |
+
"loss": 1.0222,
|
718 |
+
"step": 99
|
719 |
+
},
|
720 |
+
{
|
721 |
+
"epoch": 0.5194805194805194,
|
722 |
+
"grad_norm": 0.2957288920879364,
|
723 |
+
"learning_rate": 0.0,
|
724 |
+
"loss": 1.2382,
|
725 |
+
"step": 100
|
726 |
+
},
|
727 |
+
{
|
728 |
+
"epoch": 0.5194805194805194,
|
729 |
+
"eval_loss": 1.2729405164718628,
|
730 |
+
"eval_runtime": 31.7043,
|
731 |
+
"eval_samples_per_second": 5.141,
|
732 |
+
"eval_steps_per_second": 1.293,
|
733 |
+
"step": 100
|
734 |
+
}
|
735 |
+
],
|
736 |
+
"logging_steps": 1,
|
737 |
+
"max_steps": 100,
|
738 |
+
"num_input_tokens_seen": 0,
|
739 |
+
"num_train_epochs": 1,
|
740 |
+
"save_steps": 50,
|
741 |
+
"stateful_callbacks": {
|
742 |
+
"EarlyStoppingCallback": {
|
743 |
+
"args": {
|
744 |
+
"early_stopping_patience": 5,
|
745 |
+
"early_stopping_threshold": 0.0
|
746 |
+
},
|
747 |
+
"attributes": {
|
748 |
+
"early_stopping_patience_counter": 0
|
749 |
+
}
|
750 |
+
},
|
751 |
+
"TrainerControl": {
|
752 |
+
"args": {
|
753 |
+
"should_epoch_stop": false,
|
754 |
+
"should_evaluate": false,
|
755 |
+
"should_log": false,
|
756 |
+
"should_save": true,
|
757 |
+
"should_training_stop": true
|
758 |
+
},
|
759 |
+
"attributes": {}
|
760 |
+
}
|
761 |
+
},
|
762 |
+
"total_flos": 5.589344683819008e+16,
|
763 |
+
"train_batch_size": 4,
|
764 |
+
"trial_name": null,
|
765 |
+
"trial_params": null
|
766 |
+
}
|
last-checkpoint/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd8dcd221ba002cbd995a7a95a6556a839af177471ad1c83bc00b81aaab99a7a
|
3 |
+
size 6840
|
special_tokens_map.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": true,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": true,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "</s>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<unk>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": true,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
}
|
30 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91b289e85fa20fd375d8b33dc12f77616f18abc6359804471d1fafcb425fecb8
|
3 |
+
size 511574
|
tokenizer_config.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"add_prefix_space": null,
|
5 |
+
"added_tokens_decoder": {
|
6 |
+
"0": {
|
7 |
+
"content": "<unk>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": true,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": true
|
13 |
+
},
|
14 |
+
"1": {
|
15 |
+
"content": "<s>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": true,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false,
|
20 |
+
"special": true
|
21 |
+
},
|
22 |
+
"2": {
|
23 |
+
"content": "</s>",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": false,
|
26 |
+
"rstrip": false,
|
27 |
+
"single_word": false,
|
28 |
+
"special": true
|
29 |
+
}
|
30 |
+
},
|
31 |
+
"bos_token": "<s>",
|
32 |
+
"chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
|
33 |
+
"clean_up_tokenization_spaces": false,
|
34 |
+
"eos_token": "</s>",
|
35 |
+
"legacy": true,
|
36 |
+
"model_max_length": 2048,
|
37 |
+
"pad_token": "</s>",
|
38 |
+
"sp_model_kwargs": {},
|
39 |
+
"tokenizer_class": "LlamaTokenizer",
|
40 |
+
"unk_token": "<unk>",
|
41 |
+
"use_default_system_prompt": false
|
42 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd8dcd221ba002cbd995a7a95a6556a839af177471ad1c83bc00b81aaab99a7a
|
3 |
+
size 6840
|