Duplicate from sn56/35f01a57-b51b-4bdd-a301-acb8ff427029
Browse filesCo-authored-by: Roy Joy <RoyJoy@users.noreply.huggingface.co>
- .gitattributes +35 -0
- README.md +192 -0
- adapter_config.json +34 -0
- adapter_model.bin +3 -0
- adapter_model.safetensors +3 -0
- config.json +31 -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_0.pth +3 -0
- last-checkpoint/rng_state_1.pth +3 -0
- last-checkpoint/rng_state_2.pth +3 -0
- last-checkpoint/rng_state_3.pth +3 -0
- last-checkpoint/scheduler.pt +3 -0
- last-checkpoint/special_tokens_map.json +30 -0
- last-checkpoint/tokenizer.json +0 -0
- last-checkpoint/tokenizer.model +3 -0
- last-checkpoint/tokenizer_config.json +43 -0
- last-checkpoint/trainer_state.json +782 -0
- last-checkpoint/training_args.bin +3 -0
- special_tokens_map.json +30 -0
- tokenizer.json +0 -0
- tokenizer.model +3 -0
- tokenizer_config.json +43 -0
- training_args.bin +3 -0
.gitattributes
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
32 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
33 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,192 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
|
5 |
+
tags:
|
6 |
+
- axolotl
|
7 |
+
- generated_from_trainer
|
8 |
+
model-index:
|
9 |
+
- name: 35f01a57-b51b-4bdd-a301-acb8ff427029
|
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: TinyLlama/TinyLlama-1.1B-Chat-v1.0
|
23 |
+
bf16: auto
|
24 |
+
chat_template: llama3
|
25 |
+
cosine_min_lr_ratio: 0.1
|
26 |
+
data_processes: 4
|
27 |
+
dataset_prepared_path: null
|
28 |
+
datasets:
|
29 |
+
- data_files:
|
30 |
+
- 1c76abd530c8890a_train_data.json
|
31 |
+
ds_type: json
|
32 |
+
format: custom
|
33 |
+
path: /workspace/input_data/1c76abd530c8890a_train_data.json
|
34 |
+
type:
|
35 |
+
field_instruction: instruction
|
36 |
+
field_output: output
|
37 |
+
format: '{instruction}'
|
38 |
+
no_input_format: '{instruction}'
|
39 |
+
system_format: '{system}'
|
40 |
+
system_prompt: ''
|
41 |
+
debug: null
|
42 |
+
deepspeed: null
|
43 |
+
device_map:
|
44 |
+
lm_head: 3
|
45 |
+
model.embed_tokens: 0
|
46 |
+
model.layers.0: 0
|
47 |
+
model.layers.1: 0
|
48 |
+
model.layers.10: 3
|
49 |
+
model.layers.11: 3
|
50 |
+
model.layers.2: 0
|
51 |
+
model.layers.3: 1
|
52 |
+
model.layers.4: 1
|
53 |
+
model.layers.5: 1
|
54 |
+
model.layers.6: 2
|
55 |
+
model.layers.7: 2
|
56 |
+
model.layers.8: 2
|
57 |
+
model.layers.9: 3
|
58 |
+
model.norm: 3
|
59 |
+
do_eval: true
|
60 |
+
early_stopping_patience: 1
|
61 |
+
eval_batch_size: 1
|
62 |
+
eval_sample_packing: false
|
63 |
+
eval_steps: 25
|
64 |
+
evaluation_strategy: steps
|
65 |
+
flash_attention: false
|
66 |
+
fp16: null
|
67 |
+
fsdp: null
|
68 |
+
fsdp_config: null
|
69 |
+
gradient_accumulation_steps: 32
|
70 |
+
gradient_checkpointing: true
|
71 |
+
group_by_length: true
|
72 |
+
hub_model_id: sn56/35f01a57-b51b-4bdd-a301-acb8ff427029
|
73 |
+
hub_strategy: checkpoint
|
74 |
+
hub_token: null
|
75 |
+
learning_rate: 0.0001
|
76 |
+
load_in_4bit: false
|
77 |
+
load_in_8bit: false
|
78 |
+
local_rank: null
|
79 |
+
logging_steps: 1
|
80 |
+
lora_alpha: 64
|
81 |
+
lora_dropout: 0.05
|
82 |
+
lora_fan_in_fan_out: null
|
83 |
+
lora_model_dir: null
|
84 |
+
lora_r: 32
|
85 |
+
lora_target_linear: true
|
86 |
+
lora_target_modules:
|
87 |
+
- q_proj
|
88 |
+
- v_proj
|
89 |
+
lr_scheduler: cosine
|
90 |
+
max_grad_norm: 0.3
|
91 |
+
max_memory:
|
92 |
+
0: 60GB
|
93 |
+
1: 70GB
|
94 |
+
2: 70GB
|
95 |
+
3: 70GB
|
96 |
+
cpu: 96GB
|
97 |
+
max_steps: 100
|
98 |
+
micro_batch_size: 1
|
99 |
+
mixed_precision: bf16
|
100 |
+
mlflow_experiment_name: /tmp/1c76abd530c8890a_train_data.json
|
101 |
+
model_type: AutoModelForCausalLM
|
102 |
+
num_epochs: 3
|
103 |
+
optim_args:
|
104 |
+
adam_beta1: 0.9
|
105 |
+
adam_beta2: 0.95
|
106 |
+
adam_epsilon: 1e-5
|
107 |
+
optimizer: adamw_torch
|
108 |
+
output_dir: miner_id_24
|
109 |
+
pad_to_sequence_len: true
|
110 |
+
resume_from_checkpoint: null
|
111 |
+
s2_attention: null
|
112 |
+
sample_packing: false
|
113 |
+
save_steps: 25
|
114 |
+
save_strategy: steps
|
115 |
+
sequence_len: 2048
|
116 |
+
strict: false
|
117 |
+
tf32: false
|
118 |
+
tokenizer_type: AutoTokenizer
|
119 |
+
torch_compile: false
|
120 |
+
torch_dtype: bfloat16
|
121 |
+
train_on_inputs: false
|
122 |
+
trust_remote_code: true
|
123 |
+
use_cache: false
|
124 |
+
val_set_size: 50
|
125 |
+
wandb_entity: null
|
126 |
+
wandb_mode: online
|
127 |
+
wandb_name: 35f01a57-b51b-4bdd-a301-acb8ff427029
|
128 |
+
wandb_project: Public_TuningSN
|
129 |
+
wandb_runid: 35f01a57-b51b-4bdd-a301-acb8ff427029
|
130 |
+
warmup_ratio: 0.05
|
131 |
+
weight_decay: 0.01
|
132 |
+
xformers_attention: null
|
133 |
+
|
134 |
+
```
|
135 |
+
|
136 |
+
</details><br>
|
137 |
+
|
138 |
+
# 35f01a57-b51b-4bdd-a301-acb8ff427029
|
139 |
+
|
140 |
+
This model is a fine-tuned version of [TinyLlama/TinyLlama-1.1B-Chat-v1.0](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0) on the None dataset.
|
141 |
+
It achieves the following results on the evaluation set:
|
142 |
+
- Loss: 1.2965
|
143 |
+
|
144 |
+
## Model description
|
145 |
+
|
146 |
+
More information needed
|
147 |
+
|
148 |
+
## Intended uses & limitations
|
149 |
+
|
150 |
+
More information needed
|
151 |
+
|
152 |
+
## Training and evaluation data
|
153 |
+
|
154 |
+
More information needed
|
155 |
+
|
156 |
+
## Training procedure
|
157 |
+
|
158 |
+
### Training hyperparameters
|
159 |
+
|
160 |
+
The following hyperparameters were used during training:
|
161 |
+
- learning_rate: 0.0001
|
162 |
+
- train_batch_size: 1
|
163 |
+
- eval_batch_size: 1
|
164 |
+
- seed: 42
|
165 |
+
- distributed_type: multi-GPU
|
166 |
+
- num_devices: 4
|
167 |
+
- gradient_accumulation_steps: 32
|
168 |
+
- total_train_batch_size: 128
|
169 |
+
- total_eval_batch_size: 4
|
170 |
+
- 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
|
171 |
+
- lr_scheduler_type: cosine
|
172 |
+
- lr_scheduler_warmup_steps: 5
|
173 |
+
- training_steps: 100
|
174 |
+
|
175 |
+
### Training results
|
176 |
+
|
177 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
178 |
+
|:-------------:|:------:|:----:|:---------------:|
|
179 |
+
| 1.1205 | 0.0025 | 1 | 1.5502 |
|
180 |
+
| 2.3234 | 0.0621 | 25 | 1.3512 |
|
181 |
+
| 2.1245 | 0.1242 | 50 | 1.3093 |
|
182 |
+
| 2.1532 | 0.1864 | 75 | 1.3022 |
|
183 |
+
| 2.0062 | 0.2485 | 100 | 1.2965 |
|
184 |
+
|
185 |
+
|
186 |
+
### Framework versions
|
187 |
+
|
188 |
+
- PEFT 0.13.2
|
189 |
+
- Transformers 4.46.0
|
190 |
+
- Pytorch 2.5.0+cu124
|
191 |
+
- Datasets 3.0.1
|
192 |
+
- 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": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
|
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": 64,
|
14 |
+
"lora_dropout": 0.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 32,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"k_proj",
|
24 |
+
"v_proj",
|
25 |
+
"down_proj",
|
26 |
+
"o_proj",
|
27 |
+
"up_proj",
|
28 |
+
"q_proj",
|
29 |
+
"gate_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:9e2cf11d22a7a7150cfad40e6f9b30f7f08a0cd49c074de6cc899599aeacd33a
|
3 |
+
size 101036698
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:07b0e909cdfe7d161b6f5bf72fc7a94d1aa6aa8c181c34453e6951107a9cd39f
|
3 |
+
size 100966336
|
config.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_attn_implementation_autoset": true,
|
3 |
+
"_name_or_path": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
|
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": 64,
|
12 |
+
"hidden_act": "silu",
|
13 |
+
"hidden_size": 2048,
|
14 |
+
"initializer_range": 0.02,
|
15 |
+
"intermediate_size": 5632,
|
16 |
+
"max_position_embeddings": 2048,
|
17 |
+
"mlp_bias": false,
|
18 |
+
"model_type": "llama",
|
19 |
+
"num_attention_heads": 32,
|
20 |
+
"num_hidden_layers": 22,
|
21 |
+
"num_key_value_heads": 4,
|
22 |
+
"pretraining_tp": 1,
|
23 |
+
"rms_norm_eps": 1e-05,
|
24 |
+
"rope_scaling": null,
|
25 |
+
"rope_theta": 10000.0,
|
26 |
+
"tie_word_embeddings": false,
|
27 |
+
"torch_dtype": "bfloat16",
|
28 |
+
"transformers_version": "4.46.0",
|
29 |
+
"use_cache": false,
|
30 |
+
"vocab_size": 32000
|
31 |
+
}
|
last-checkpoint/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
|
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": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
|
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": 64,
|
14 |
+
"lora_dropout": 0.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 32,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"k_proj",
|
24 |
+
"v_proj",
|
25 |
+
"down_proj",
|
26 |
+
"o_proj",
|
27 |
+
"up_proj",
|
28 |
+
"q_proj",
|
29 |
+
"gate_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:07b0e909cdfe7d161b6f5bf72fc7a94d1aa6aa8c181c34453e6951107a9cd39f
|
3 |
+
size 100966336
|
last-checkpoint/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8456a8db082fa56b574b57ba41eaf2a8bc24d8a9359f4c91bd7a09a706af4ef1
|
3 |
+
size 202110330
|
last-checkpoint/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50c0ae168e2ac6423fc22e5c53b5afe9cd2a546fa9508290240454dc5b510159
|
3 |
+
size 15024
|
last-checkpoint/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa227bfc5d392392afa2a54851b7dcbf15cf8ba848c20449a4aec2d922256866
|
3 |
+
size 15024
|
last-checkpoint/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b5287b38cd630aab26ddfbc0b0a2e825c95832185fbe17db2cc7cd867181b6dc
|
3 |
+
size 15024
|
last-checkpoint/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4494aa87bcf898f5c06998891d4aee323c55900b54a38390c1b9b9b9777cc078
|
3 |
+
size 15024
|
last-checkpoint/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:051dee7dfbeecb34b46e8409ffafec324501f465585234624669bc8c9e863ae4
|
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:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
last-checkpoint/tokenizer_config.json
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"add_prefix_space": 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": false,
|
36 |
+
"model_max_length": 2048,
|
37 |
+
"pad_token": "</s>",
|
38 |
+
"padding_side": "right",
|
39 |
+
"sp_model_kwargs": {},
|
40 |
+
"tokenizer_class": "LlamaTokenizer",
|
41 |
+
"unk_token": "<unk>",
|
42 |
+
"use_default_system_prompt": false
|
43 |
+
}
|
last-checkpoint/trainer_state.json
ADDED
@@ -0,0 +1,782 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 1.296454668045044,
|
3 |
+
"best_model_checkpoint": "miner_id_24/checkpoint-100",
|
4 |
+
"epoch": 0.24848578971890045,
|
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": 0.0024848578971890046,
|
13 |
+
"grad_norm": 0.19135846197605133,
|
14 |
+
"learning_rate": 2e-05,
|
15 |
+
"loss": 1.1205,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.0024848578971890046,
|
20 |
+
"eval_loss": 1.5502378940582275,
|
21 |
+
"eval_runtime": 1.1969,
|
22 |
+
"eval_samples_per_second": 41.775,
|
23 |
+
"eval_steps_per_second": 10.861,
|
24 |
+
"step": 1
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.004969715794378009,
|
28 |
+
"grad_norm": 0.20889164507389069,
|
29 |
+
"learning_rate": 4e-05,
|
30 |
+
"loss": 1.1432,
|
31 |
+
"step": 2
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.007454573691567014,
|
35 |
+
"grad_norm": 0.23940329253673553,
|
36 |
+
"learning_rate": 6e-05,
|
37 |
+
"loss": 1.1905,
|
38 |
+
"step": 3
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.009939431588756018,
|
42 |
+
"grad_norm": 0.270460307598114,
|
43 |
+
"learning_rate": 8e-05,
|
44 |
+
"loss": 1.2135,
|
45 |
+
"step": 4
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.012424289485945022,
|
49 |
+
"grad_norm": 0.2930460274219513,
|
50 |
+
"learning_rate": 0.0001,
|
51 |
+
"loss": 1.2384,
|
52 |
+
"step": 5
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.014909147383134027,
|
56 |
+
"grad_norm": 0.33367636799812317,
|
57 |
+
"learning_rate": 9.997539658034168e-05,
|
58 |
+
"loss": 1.3348,
|
59 |
+
"step": 6
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.017394005280323033,
|
63 |
+
"grad_norm": 0.39504995942115784,
|
64 |
+
"learning_rate": 9.990161322484486e-05,
|
65 |
+
"loss": 1.3978,
|
66 |
+
"step": 7
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.019878863177512036,
|
70 |
+
"grad_norm": 0.5078551769256592,
|
71 |
+
"learning_rate": 9.977873061452552e-05,
|
72 |
+
"loss": 1.4639,
|
73 |
+
"step": 8
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.02236372107470104,
|
77 |
+
"grad_norm": 0.7216916084289551,
|
78 |
+
"learning_rate": 9.96068831197139e-05,
|
79 |
+
"loss": 1.626,
|
80 |
+
"step": 9
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.024848578971890044,
|
84 |
+
"grad_norm": 0.9594578742980957,
|
85 |
+
"learning_rate": 9.938625865312251e-05,
|
86 |
+
"loss": 1.6584,
|
87 |
+
"step": 10
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.02733343686907905,
|
91 |
+
"grad_norm": 1.2051019668579102,
|
92 |
+
"learning_rate": 9.911709846436641e-05,
|
93 |
+
"loss": 1.7222,
|
94 |
+
"step": 11
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.029818294766268055,
|
98 |
+
"grad_norm": 1.6941516399383545,
|
99 |
+
"learning_rate": 9.879969687616027e-05,
|
100 |
+
"loss": 1.9584,
|
101 |
+
"step": 12
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.03230315266345706,
|
105 |
+
"grad_norm": 0.5741978883743286,
|
106 |
+
"learning_rate": 9.84344009624807e-05,
|
107 |
+
"loss": 1.0769,
|
108 |
+
"step": 13
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.034788010560646065,
|
112 |
+
"grad_norm": 0.7483494281768799,
|
113 |
+
"learning_rate": 9.80216101690461e-05,
|
114 |
+
"loss": 1.1724,
|
115 |
+
"step": 14
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.03727286845783507,
|
119 |
+
"grad_norm": 0.6988890767097473,
|
120 |
+
"learning_rate": 9.756177587652856e-05,
|
121 |
+
"loss": 1.1815,
|
122 |
+
"step": 15
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.03975772635502407,
|
126 |
+
"grad_norm": 0.6390421986579895,
|
127 |
+
"learning_rate": 9.705540090697575e-05,
|
128 |
+
"loss": 1.2393,
|
129 |
+
"step": 16
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.042242584252213077,
|
133 |
+
"grad_norm": 0.5592739582061768,
|
134 |
+
"learning_rate": 9.650303897398232e-05,
|
135 |
+
"loss": 1.237,
|
136 |
+
"step": 17
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.04472744214940208,
|
140 |
+
"grad_norm": 0.4472772479057312,
|
141 |
+
"learning_rate": 9.590529407721231e-05,
|
142 |
+
"loss": 1.225,
|
143 |
+
"step": 18
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.047212300046591084,
|
147 |
+
"grad_norm": 0.381583034992218,
|
148 |
+
"learning_rate": 9.526281984193436e-05,
|
149 |
+
"loss": 1.2886,
|
150 |
+
"step": 19
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.04969715794378009,
|
154 |
+
"grad_norm": 0.896741509437561,
|
155 |
+
"learning_rate": 9.4576318804292e-05,
|
156 |
+
"loss": 1.3218,
|
157 |
+
"step": 20
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.05218201584096909,
|
161 |
+
"grad_norm": 0.46586254239082336,
|
162 |
+
"learning_rate": 9.384654164309083e-05,
|
163 |
+
"loss": 1.5014,
|
164 |
+
"step": 21
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.0546668737381581,
|
168 |
+
"grad_norm": 0.635338544845581,
|
169 |
+
"learning_rate": 9.30742863589421e-05,
|
170 |
+
"loss": 1.546,
|
171 |
+
"step": 22
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.057151731635347106,
|
175 |
+
"grad_norm": 0.8390082716941833,
|
176 |
+
"learning_rate": 9.226039740166091e-05,
|
177 |
+
"loss": 1.5184,
|
178 |
+
"step": 23
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.05963658953253611,
|
182 |
+
"grad_norm": 1.1133440732955933,
|
183 |
+
"learning_rate": 9.140576474687264e-05,
|
184 |
+
"loss": 1.878,
|
185 |
+
"step": 24
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.06212144742972511,
|
189 |
+
"grad_norm": 2.014930009841919,
|
190 |
+
"learning_rate": 9.051132292283771e-05,
|
191 |
+
"loss": 2.3234,
|
192 |
+
"step": 25
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.06212144742972511,
|
196 |
+
"eval_loss": 1.351180911064148,
|
197 |
+
"eval_runtime": 1.1673,
|
198 |
+
"eval_samples_per_second": 42.834,
|
199 |
+
"eval_steps_per_second": 11.137,
|
200 |
+
"step": 25
|
201 |
+
},
|
202 |
+
{
|
203 |
+
"epoch": 0.06460630532691412,
|
204 |
+
"grad_norm": 0.13552242517471313,
|
205 |
+
"learning_rate": 8.957804998855866e-05,
|
206 |
+
"loss": 1.03,
|
207 |
+
"step": 26
|
208 |
+
},
|
209 |
+
{
|
210 |
+
"epoch": 0.06709116322410312,
|
211 |
+
"grad_norm": 0.14115220308303833,
|
212 |
+
"learning_rate": 8.860696646428693e-05,
|
213 |
+
"loss": 1.106,
|
214 |
+
"step": 27
|
215 |
+
},
|
216 |
+
{
|
217 |
+
"epoch": 0.06957602112129213,
|
218 |
+
"grad_norm": 0.16067887842655182,
|
219 |
+
"learning_rate": 8.759913421559902e-05,
|
220 |
+
"loss": 1.1242,
|
221 |
+
"step": 28
|
222 |
+
},
|
223 |
+
{
|
224 |
+
"epoch": 0.07206087901848113,
|
225 |
+
"grad_norm": 0.16710247099399567,
|
226 |
+
"learning_rate": 8.655565529226198e-05,
|
227 |
+
"loss": 1.1861,
|
228 |
+
"step": 29
|
229 |
+
},
|
230 |
+
{
|
231 |
+
"epoch": 0.07454573691567014,
|
232 |
+
"grad_norm": 0.1886073648929596,
|
233 |
+
"learning_rate": 8.547767072315835e-05,
|
234 |
+
"loss": 1.1936,
|
235 |
+
"step": 30
|
236 |
+
},
|
237 |
+
{
|
238 |
+
"epoch": 0.07703059481285914,
|
239 |
+
"grad_norm": 0.2157226949930191,
|
240 |
+
"learning_rate": 8.436635926858759e-05,
|
241 |
+
"loss": 1.2286,
|
242 |
+
"step": 31
|
243 |
+
},
|
244 |
+
{
|
245 |
+
"epoch": 0.07951545271004815,
|
246 |
+
"grad_norm": 0.2546946406364441,
|
247 |
+
"learning_rate": 8.322293613130917e-05,
|
248 |
+
"loss": 1.2942,
|
249 |
+
"step": 32
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"epoch": 0.08200031060723714,
|
253 |
+
"grad_norm": 0.34159988164901733,
|
254 |
+
"learning_rate": 8.204865162773613e-05,
|
255 |
+
"loss": 1.3495,
|
256 |
+
"step": 33
|
257 |
+
},
|
258 |
+
{
|
259 |
+
"epoch": 0.08448516850442615,
|
260 |
+
"grad_norm": 0.44573602080345154,
|
261 |
+
"learning_rate": 8.084478982073247e-05,
|
262 |
+
"loss": 1.4677,
|
263 |
+
"step": 34
|
264 |
+
},
|
265 |
+
{
|
266 |
+
"epoch": 0.08697002640161516,
|
267 |
+
"grad_norm": 0.5484282970428467,
|
268 |
+
"learning_rate": 7.961266711550922e-05,
|
269 |
+
"loss": 1.4124,
|
270 |
+
"step": 35
|
271 |
+
},
|
272 |
+
{
|
273 |
+
"epoch": 0.08945488429880416,
|
274 |
+
"grad_norm": 0.7390031218528748,
|
275 |
+
"learning_rate": 7.835363082015468e-05,
|
276 |
+
"loss": 1.6858,
|
277 |
+
"step": 36
|
278 |
+
},
|
279 |
+
{
|
280 |
+
"epoch": 0.09193974219599317,
|
281 |
+
"grad_norm": 1.0373011827468872,
|
282 |
+
"learning_rate": 7.706905767237288e-05,
|
283 |
+
"loss": 1.7112,
|
284 |
+
"step": 37
|
285 |
+
},
|
286 |
+
{
|
287 |
+
"epoch": 0.09442460009318217,
|
288 |
+
"grad_norm": 0.17684373259544373,
|
289 |
+
"learning_rate": 7.576035233404096e-05,
|
290 |
+
"loss": 1.0075,
|
291 |
+
"step": 38
|
292 |
+
},
|
293 |
+
{
|
294 |
+
"epoch": 0.09690945799037118,
|
295 |
+
"grad_norm": 0.13694511353969574,
|
296 |
+
"learning_rate": 7.442894585523218e-05,
|
297 |
+
"loss": 1.1016,
|
298 |
+
"step": 39
|
299 |
+
},
|
300 |
+
{
|
301 |
+
"epoch": 0.09939431588756018,
|
302 |
+
"grad_norm": 0.13813506066799164,
|
303 |
+
"learning_rate": 7.307629410938363e-05,
|
304 |
+
"loss": 1.0873,
|
305 |
+
"step": 40
|
306 |
+
},
|
307 |
+
{
|
308 |
+
"epoch": 0.10187917378474919,
|
309 |
+
"grad_norm": 0.15622101724147797,
|
310 |
+
"learning_rate": 7.170387620131993e-05,
|
311 |
+
"loss": 1.1538,
|
312 |
+
"step": 41
|
313 |
+
},
|
314 |
+
{
|
315 |
+
"epoch": 0.10436403168193818,
|
316 |
+
"grad_norm": 0.17008064687252045,
|
317 |
+
"learning_rate": 7.031319284987394e-05,
|
318 |
+
"loss": 1.2087,
|
319 |
+
"step": 42
|
320 |
+
},
|
321 |
+
{
|
322 |
+
"epoch": 0.1068488895791272,
|
323 |
+
"grad_norm": 0.1911894828081131,
|
324 |
+
"learning_rate": 6.890576474687263e-05,
|
325 |
+
"loss": 1.2157,
|
326 |
+
"step": 43
|
327 |
+
},
|
328 |
+
{
|
329 |
+
"epoch": 0.1093337474763162,
|
330 |
+
"grad_norm": 0.22054672241210938,
|
331 |
+
"learning_rate": 6.7483130894283e-05,
|
332 |
+
"loss": 1.263,
|
333 |
+
"step": 44
|
334 |
+
},
|
335 |
+
{
|
336 |
+
"epoch": 0.1118186053735052,
|
337 |
+
"grad_norm": 0.2807726562023163,
|
338 |
+
"learning_rate": 6.604684692133597e-05,
|
339 |
+
"loss": 1.3281,
|
340 |
+
"step": 45
|
341 |
+
},
|
342 |
+
{
|
343 |
+
"epoch": 0.11430346327069421,
|
344 |
+
"grad_norm": 0.3638734221458435,
|
345 |
+
"learning_rate": 6.459848338346861e-05,
|
346 |
+
"loss": 1.3941,
|
347 |
+
"step": 46
|
348 |
+
},
|
349 |
+
{
|
350 |
+
"epoch": 0.11678832116788321,
|
351 |
+
"grad_norm": 0.5523617267608643,
|
352 |
+
"learning_rate": 6.313962404494496e-05,
|
353 |
+
"loss": 1.4622,
|
354 |
+
"step": 47
|
355 |
+
},
|
356 |
+
{
|
357 |
+
"epoch": 0.11927317906507222,
|
358 |
+
"grad_norm": 0.6990809440612793,
|
359 |
+
"learning_rate": 6.167186414703289e-05,
|
360 |
+
"loss": 1.4193,
|
361 |
+
"step": 48
|
362 |
+
},
|
363 |
+
{
|
364 |
+
"epoch": 0.12175803696226122,
|
365 |
+
"grad_norm": 1.1496556997299194,
|
366 |
+
"learning_rate": 6.019680866363139e-05,
|
367 |
+
"loss": 1.7219,
|
368 |
+
"step": 49
|
369 |
+
},
|
370 |
+
{
|
371 |
+
"epoch": 0.12424289485945023,
|
372 |
+
"grad_norm": 2.33288836479187,
|
373 |
+
"learning_rate": 5.8716070546254966e-05,
|
374 |
+
"loss": 2.1245,
|
375 |
+
"step": 50
|
376 |
+
},
|
377 |
+
{
|
378 |
+
"epoch": 0.12424289485945023,
|
379 |
+
"eval_loss": 1.3092597723007202,
|
380 |
+
"eval_runtime": 1.1847,
|
381 |
+
"eval_samples_per_second": 42.206,
|
382 |
+
"eval_steps_per_second": 10.974,
|
383 |
+
"step": 50
|
384 |
+
},
|
385 |
+
{
|
386 |
+
"epoch": 0.12672775275663922,
|
387 |
+
"grad_norm": 0.13320881128311157,
|
388 |
+
"learning_rate": 5.7231268960295e-05,
|
389 |
+
"loss": 1.0636,
|
390 |
+
"step": 51
|
391 |
+
},
|
392 |
+
{
|
393 |
+
"epoch": 0.12921261065382825,
|
394 |
+
"grad_norm": 0.14497292041778564,
|
395 |
+
"learning_rate": 5.574402751448614e-05,
|
396 |
+
"loss": 1.135,
|
397 |
+
"step": 52
|
398 |
+
},
|
399 |
+
{
|
400 |
+
"epoch": 0.13169746855101724,
|
401 |
+
"grad_norm": 0.16492624580860138,
|
402 |
+
"learning_rate": 5.425597248551387e-05,
|
403 |
+
"loss": 1.0798,
|
404 |
+
"step": 53
|
405 |
+
},
|
406 |
+
{
|
407 |
+
"epoch": 0.13418232644820624,
|
408 |
+
"grad_norm": 0.18326567113399506,
|
409 |
+
"learning_rate": 5.2768731039705e-05,
|
410 |
+
"loss": 1.1425,
|
411 |
+
"step": 54
|
412 |
+
},
|
413 |
+
{
|
414 |
+
"epoch": 0.13666718434539524,
|
415 |
+
"grad_norm": 0.2107713520526886,
|
416 |
+
"learning_rate": 5.128392945374505e-05,
|
417 |
+
"loss": 1.2191,
|
418 |
+
"step": 55
|
419 |
+
},
|
420 |
+
{
|
421 |
+
"epoch": 0.13915204224258426,
|
422 |
+
"grad_norm": 0.2540586292743683,
|
423 |
+
"learning_rate": 4.980319133636863e-05,
|
424 |
+
"loss": 1.2378,
|
425 |
+
"step": 56
|
426 |
+
},
|
427 |
+
{
|
428 |
+
"epoch": 0.14163690013977326,
|
429 |
+
"grad_norm": 0.2890605628490448,
|
430 |
+
"learning_rate": 4.83281358529671e-05,
|
431 |
+
"loss": 1.2228,
|
432 |
+
"step": 57
|
433 |
+
},
|
434 |
+
{
|
435 |
+
"epoch": 0.14412175803696226,
|
436 |
+
"grad_norm": 0.3913767635822296,
|
437 |
+
"learning_rate": 4.686037595505507e-05,
|
438 |
+
"loss": 1.468,
|
439 |
+
"step": 58
|
440 |
+
},
|
441 |
+
{
|
442 |
+
"epoch": 0.14660661593415125,
|
443 |
+
"grad_norm": 0.44723743200302124,
|
444 |
+
"learning_rate": 4.54015166165314e-05,
|
445 |
+
"loss": 1.3898,
|
446 |
+
"step": 59
|
447 |
+
},
|
448 |
+
{
|
449 |
+
"epoch": 0.14909147383134028,
|
450 |
+
"grad_norm": 0.5722945332527161,
|
451 |
+
"learning_rate": 4.395315307866405e-05,
|
452 |
+
"loss": 1.4764,
|
453 |
+
"step": 60
|
454 |
+
},
|
455 |
+
{
|
456 |
+
"epoch": 0.15157633172852927,
|
457 |
+
"grad_norm": 0.6735637784004211,
|
458 |
+
"learning_rate": 4.2516869105717004e-05,
|
459 |
+
"loss": 1.5408,
|
460 |
+
"step": 61
|
461 |
+
},
|
462 |
+
{
|
463 |
+
"epoch": 0.15406118962571827,
|
464 |
+
"grad_norm": 0.9894400238990784,
|
465 |
+
"learning_rate": 4.109423525312738e-05,
|
466 |
+
"loss": 1.7832,
|
467 |
+
"step": 62
|
468 |
+
},
|
469 |
+
{
|
470 |
+
"epoch": 0.1565460475229073,
|
471 |
+
"grad_norm": 0.14697420597076416,
|
472 |
+
"learning_rate": 3.968680715012606e-05,
|
473 |
+
"loss": 1.0738,
|
474 |
+
"step": 63
|
475 |
+
},
|
476 |
+
{
|
477 |
+
"epoch": 0.1590309054200963,
|
478 |
+
"grad_norm": 0.12737371027469635,
|
479 |
+
"learning_rate": 3.829612379868006e-05,
|
480 |
+
"loss": 1.0667,
|
481 |
+
"step": 64
|
482 |
+
},
|
483 |
+
{
|
484 |
+
"epoch": 0.1615157633172853,
|
485 |
+
"grad_norm": 0.14219443500041962,
|
486 |
+
"learning_rate": 3.692370589061639e-05,
|
487 |
+
"loss": 1.0997,
|
488 |
+
"step": 65
|
489 |
+
},
|
490 |
+
{
|
491 |
+
"epoch": 0.16400062121447428,
|
492 |
+
"grad_norm": 0.15139789879322052,
|
493 |
+
"learning_rate": 3.557105414476782e-05,
|
494 |
+
"loss": 1.1539,
|
495 |
+
"step": 66
|
496 |
+
},
|
497 |
+
{
|
498 |
+
"epoch": 0.1664854791116633,
|
499 |
+
"grad_norm": 0.15827913582324982,
|
500 |
+
"learning_rate": 3.423964766595906e-05,
|
501 |
+
"loss": 1.1753,
|
502 |
+
"step": 67
|
503 |
+
},
|
504 |
+
{
|
505 |
+
"epoch": 0.1689703370088523,
|
506 |
+
"grad_norm": 0.19669124484062195,
|
507 |
+
"learning_rate": 3.293094232762715e-05,
|
508 |
+
"loss": 1.2182,
|
509 |
+
"step": 68
|
510 |
+
},
|
511 |
+
{
|
512 |
+
"epoch": 0.1714551949060413,
|
513 |
+
"grad_norm": 0.2270824909210205,
|
514 |
+
"learning_rate": 3.164636917984534e-05,
|
515 |
+
"loss": 1.2668,
|
516 |
+
"step": 69
|
517 |
+
},
|
518 |
+
{
|
519 |
+
"epoch": 0.17394005280323033,
|
520 |
+
"grad_norm": 0.2890926003456116,
|
521 |
+
"learning_rate": 3.0387332884490805e-05,
|
522 |
+
"loss": 1.3265,
|
523 |
+
"step": 70
|
524 |
+
},
|
525 |
+
{
|
526 |
+
"epoch": 0.17642491070041932,
|
527 |
+
"grad_norm": 0.3860069811344147,
|
528 |
+
"learning_rate": 2.9155210179267546e-05,
|
529 |
+
"loss": 1.4004,
|
530 |
+
"step": 71
|
531 |
+
},
|
532 |
+
{
|
533 |
+
"epoch": 0.17890976859760832,
|
534 |
+
"grad_norm": 0.4971885085105896,
|
535 |
+
"learning_rate": 2.7951348372263875e-05,
|
536 |
+
"loss": 1.4714,
|
537 |
+
"step": 72
|
538 |
+
},
|
539 |
+
{
|
540 |
+
"epoch": 0.18139462649479732,
|
541 |
+
"grad_norm": 0.6487317681312561,
|
542 |
+
"learning_rate": 2.677706386869083e-05,
|
543 |
+
"loss": 1.5419,
|
544 |
+
"step": 73
|
545 |
+
},
|
546 |
+
{
|
547 |
+
"epoch": 0.18387948439198634,
|
548 |
+
"grad_norm": 0.8211824893951416,
|
549 |
+
"learning_rate": 2.5633640731412412e-05,
|
550 |
+
"loss": 1.5489,
|
551 |
+
"step": 74
|
552 |
+
},
|
553 |
+
{
|
554 |
+
"epoch": 0.18636434228917534,
|
555 |
+
"grad_norm": 1.7613846063613892,
|
556 |
+
"learning_rate": 2.4522329276841663e-05,
|
557 |
+
"loss": 2.1532,
|
558 |
+
"step": 75
|
559 |
+
},
|
560 |
+
{
|
561 |
+
"epoch": 0.18636434228917534,
|
562 |
+
"eval_loss": 1.3022475242614746,
|
563 |
+
"eval_runtime": 1.1687,
|
564 |
+
"eval_samples_per_second": 42.783,
|
565 |
+
"eval_steps_per_second": 11.124,
|
566 |
+
"step": 75
|
567 |
+
},
|
568 |
+
{
|
569 |
+
"epoch": 0.18884920018636434,
|
570 |
+
"grad_norm": 0.11220304667949677,
|
571 |
+
"learning_rate": 2.3444344707738015e-05,
|
572 |
+
"loss": 1.047,
|
573 |
+
"step": 76
|
574 |
+
},
|
575 |
+
{
|
576 |
+
"epoch": 0.19133405808355336,
|
577 |
+
"grad_norm": 0.1274535059928894,
|
578 |
+
"learning_rate": 2.2400865784401e-05,
|
579 |
+
"loss": 1.1196,
|
580 |
+
"step": 77
|
581 |
+
},
|
582 |
+
{
|
583 |
+
"epoch": 0.19381891598074236,
|
584 |
+
"grad_norm": 0.13804402947425842,
|
585 |
+
"learning_rate": 2.1393033535713093e-05,
|
586 |
+
"loss": 1.1235,
|
587 |
+
"step": 78
|
588 |
+
},
|
589 |
+
{
|
590 |
+
"epoch": 0.19630377387793135,
|
591 |
+
"grad_norm": 0.14971572160720825,
|
592 |
+
"learning_rate": 2.0421950011441354e-05,
|
593 |
+
"loss": 1.1777,
|
594 |
+
"step": 79
|
595 |
+
},
|
596 |
+
{
|
597 |
+
"epoch": 0.19878863177512035,
|
598 |
+
"grad_norm": 0.18402217328548431,
|
599 |
+
"learning_rate": 1.9488677077162295e-05,
|
600 |
+
"loss": 1.179,
|
601 |
+
"step": 80
|
602 |
+
},
|
603 |
+
{
|
604 |
+
"epoch": 0.20127348967230937,
|
605 |
+
"grad_norm": 0.21275171637535095,
|
606 |
+
"learning_rate": 1.8594235253127375e-05,
|
607 |
+
"loss": 1.2864,
|
608 |
+
"step": 81
|
609 |
+
},
|
610 |
+
{
|
611 |
+
"epoch": 0.20375834756949837,
|
612 |
+
"grad_norm": 0.2665954530239105,
|
613 |
+
"learning_rate": 1.77396025983391e-05,
|
614 |
+
"loss": 1.2847,
|
615 |
+
"step": 82
|
616 |
+
},
|
617 |
+
{
|
618 |
+
"epoch": 0.20624320546668737,
|
619 |
+
"grad_norm": 0.3545299768447876,
|
620 |
+
"learning_rate": 1.6925713641057904e-05,
|
621 |
+
"loss": 1.4364,
|
622 |
+
"step": 83
|
623 |
+
},
|
624 |
+
{
|
625 |
+
"epoch": 0.20872806336387636,
|
626 |
+
"grad_norm": 0.44620993733406067,
|
627 |
+
"learning_rate": 1.6153458356909176e-05,
|
628 |
+
"loss": 1.4322,
|
629 |
+
"step": 84
|
630 |
+
},
|
631 |
+
{
|
632 |
+
"epoch": 0.2112129212610654,
|
633 |
+
"grad_norm": 0.5365117788314819,
|
634 |
+
"learning_rate": 1.5423681195707997e-05,
|
635 |
+
"loss": 1.3801,
|
636 |
+
"step": 85
|
637 |
+
},
|
638 |
+
{
|
639 |
+
"epoch": 0.2136977791582544,
|
640 |
+
"grad_norm": 0.6859667897224426,
|
641 |
+
"learning_rate": 1.4737180158065644e-05,
|
642 |
+
"loss": 1.5157,
|
643 |
+
"step": 86
|
644 |
+
},
|
645 |
+
{
|
646 |
+
"epoch": 0.21618263705544338,
|
647 |
+
"grad_norm": 1.0796610116958618,
|
648 |
+
"learning_rate": 1.4094705922787687e-05,
|
649 |
+
"loss": 1.8931,
|
650 |
+
"step": 87
|
651 |
+
},
|
652 |
+
{
|
653 |
+
"epoch": 0.2186674949526324,
|
654 |
+
"grad_norm": 0.15191839635372162,
|
655 |
+
"learning_rate": 1.3496961026017687e-05,
|
656 |
+
"loss": 1.0785,
|
657 |
+
"step": 88
|
658 |
+
},
|
659 |
+
{
|
660 |
+
"epoch": 0.2211523528498214,
|
661 |
+
"grad_norm": 0.12437998503446579,
|
662 |
+
"learning_rate": 1.2944599093024267e-05,
|
663 |
+
"loss": 1.0752,
|
664 |
+
"step": 89
|
665 |
+
},
|
666 |
+
{
|
667 |
+
"epoch": 0.2236372107470104,
|
668 |
+
"grad_norm": 0.12759096920490265,
|
669 |
+
"learning_rate": 1.2438224123471442e-05,
|
670 |
+
"loss": 1.0812,
|
671 |
+
"step": 90
|
672 |
+
},
|
673 |
+
{
|
674 |
+
"epoch": 0.2261220686441994,
|
675 |
+
"grad_norm": 0.14436273276805878,
|
676 |
+
"learning_rate": 1.1978389830953907e-05,
|
677 |
+
"loss": 1.1591,
|
678 |
+
"step": 91
|
679 |
+
},
|
680 |
+
{
|
681 |
+
"epoch": 0.22860692654138842,
|
682 |
+
"grad_norm": 0.1650199145078659,
|
683 |
+
"learning_rate": 1.1565599037519316e-05,
|
684 |
+
"loss": 1.1473,
|
685 |
+
"step": 92
|
686 |
+
},
|
687 |
+
{
|
688 |
+
"epoch": 0.23109178443857742,
|
689 |
+
"grad_norm": 0.1937108039855957,
|
690 |
+
"learning_rate": 1.1200303123839742e-05,
|
691 |
+
"loss": 1.2184,
|
692 |
+
"step": 93
|
693 |
+
},
|
694 |
+
{
|
695 |
+
"epoch": 0.23357664233576642,
|
696 |
+
"grad_norm": 0.2247273474931717,
|
697 |
+
"learning_rate": 1.088290153563358e-05,
|
698 |
+
"loss": 1.3174,
|
699 |
+
"step": 94
|
700 |
+
},
|
701 |
+
{
|
702 |
+
"epoch": 0.23606150023295544,
|
703 |
+
"grad_norm": 0.2764604687690735,
|
704 |
+
"learning_rate": 1.0613741346877497e-05,
|
705 |
+
"loss": 1.3146,
|
706 |
+
"step": 95
|
707 |
+
},
|
708 |
+
{
|
709 |
+
"epoch": 0.23854635813014444,
|
710 |
+
"grad_norm": 0.359423965215683,
|
711 |
+
"learning_rate": 1.0393116880286118e-05,
|
712 |
+
"loss": 1.4263,
|
713 |
+
"step": 96
|
714 |
+
},
|
715 |
+
{
|
716 |
+
"epoch": 0.24103121602733343,
|
717 |
+
"grad_norm": 0.4706696569919586,
|
718 |
+
"learning_rate": 1.0221269385474488e-05,
|
719 |
+
"loss": 1.3916,
|
720 |
+
"step": 97
|
721 |
+
},
|
722 |
+
{
|
723 |
+
"epoch": 0.24351607392452243,
|
724 |
+
"grad_norm": 0.598770797252655,
|
725 |
+
"learning_rate": 1.0098386775155147e-05,
|
726 |
+
"loss": 1.575,
|
727 |
+
"step": 98
|
728 |
+
},
|
729 |
+
{
|
730 |
+
"epoch": 0.24600093182171145,
|
731 |
+
"grad_norm": 0.7586723566055298,
|
732 |
+
"learning_rate": 1.0024603419658329e-05,
|
733 |
+
"loss": 1.5519,
|
734 |
+
"step": 99
|
735 |
+
},
|
736 |
+
{
|
737 |
+
"epoch": 0.24848578971890045,
|
738 |
+
"grad_norm": 1.7414568662643433,
|
739 |
+
"learning_rate": 1e-05,
|
740 |
+
"loss": 2.0062,
|
741 |
+
"step": 100
|
742 |
+
},
|
743 |
+
{
|
744 |
+
"epoch": 0.24848578971890045,
|
745 |
+
"eval_loss": 1.296454668045044,
|
746 |
+
"eval_runtime": 1.1762,
|
747 |
+
"eval_samples_per_second": 42.511,
|
748 |
+
"eval_steps_per_second": 11.053,
|
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 |
+
"EarlyStoppingCallback": {
|
759 |
+
"args": {
|
760 |
+
"early_stopping_patience": 1,
|
761 |
+
"early_stopping_threshold": 0.0
|
762 |
+
},
|
763 |
+
"attributes": {
|
764 |
+
"early_stopping_patience_counter": 0
|
765 |
+
}
|
766 |
+
},
|
767 |
+
"TrainerControl": {
|
768 |
+
"args": {
|
769 |
+
"should_epoch_stop": false,
|
770 |
+
"should_evaluate": false,
|
771 |
+
"should_log": false,
|
772 |
+
"should_save": true,
|
773 |
+
"should_training_stop": true
|
774 |
+
},
|
775 |
+
"attributes": {}
|
776 |
+
}
|
777 |
+
},
|
778 |
+
"total_flos": 1.666832784162816e+17,
|
779 |
+
"train_batch_size": 1,
|
780 |
+
"trial_name": null,
|
781 |
+
"trial_params": null
|
782 |
+
}
|
last-checkpoint/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c49d1e5046f0c3bd27dd2a46c98109dc49b24e50465543e10efbb4397220f5e
|
3 |
+
size 6840
|
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:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
tokenizer_config.json
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"add_prefix_space": 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": false,
|
36 |
+
"model_max_length": 2048,
|
37 |
+
"pad_token": "</s>",
|
38 |
+
"padding_side": "right",
|
39 |
+
"sp_model_kwargs": {},
|
40 |
+
"tokenizer_class": "LlamaTokenizer",
|
41 |
+
"unk_token": "<unk>",
|
42 |
+
"use_default_system_prompt": false
|
43 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c49d1e5046f0c3bd27dd2a46c98109dc49b24e50465543e10efbb4397220f5e
|
3 |
+
size 6840
|