Model save
Browse files- .gitattributes +1 -0
- README.md +69 -0
- all_results.json +9 -0
- config.json +29 -0
- generation_config.json +7 -0
- model-00001-of-00004.safetensors +3 -0
- model-00002-of-00004.safetensors +3 -0
- model-00003-of-00004.safetensors +3 -0
- model-00004-of-00004.safetensors +3 -0
- model.safetensors.index.json +261 -0
- special_tokens_map.json +34 -0
- tokenizer.json +3 -0
- tokenizer_config.json +70 -0
- train_results.json +9 -0
- trainer_state.json +1314 -0
- training_args.bin +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* 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
|
|
|
|
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
|
36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: gemma
|
3 |
+
base_model: google/gemma-7b
|
4 |
+
tags:
|
5 |
+
- trl
|
6 |
+
- sft
|
7 |
+
- generated_from_trainer
|
8 |
+
datasets:
|
9 |
+
- generator
|
10 |
+
model-index:
|
11 |
+
- name: zephyr-7b-gemma-sft
|
12 |
+
results: []
|
13 |
+
---
|
14 |
+
|
15 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
+
should probably proofread and complete it, then remove this comment. -->
|
17 |
+
|
18 |
+
# zephyr-7b-gemma-sft
|
19 |
+
|
20 |
+
This model is a fine-tuned version of [google/gemma-7b](https://huggingface.co/google/gemma-7b) on the generator dataset.
|
21 |
+
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 1.0814
|
23 |
+
|
24 |
+
## Model description
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Intended uses & limitations
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training and evaluation data
|
33 |
+
|
34 |
+
More information needed
|
35 |
+
|
36 |
+
## Training procedure
|
37 |
+
|
38 |
+
### Training hyperparameters
|
39 |
+
|
40 |
+
The following hyperparameters were used during training:
|
41 |
+
- learning_rate: 2e-05
|
42 |
+
- train_batch_size: 4
|
43 |
+
- eval_batch_size: 4
|
44 |
+
- seed: 42
|
45 |
+
- distributed_type: multi-GPU
|
46 |
+
- num_devices: 8
|
47 |
+
- gradient_accumulation_steps: 4
|
48 |
+
- total_train_batch_size: 128
|
49 |
+
- total_eval_batch_size: 32
|
50 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
+
- lr_scheduler_type: cosine
|
52 |
+
- lr_scheduler_warmup_ratio: 0.1
|
53 |
+
- num_epochs: 3
|
54 |
+
|
55 |
+
### Training results
|
56 |
+
|
57 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
58 |
+
|:-------------:|:------:|:----:|:---------------:|
|
59 |
+
| 0.9991 | 0.9983 | 299 | 1.1125 |
|
60 |
+
| 0.732 | 2.0 | 599 | 1.0251 |
|
61 |
+
| 0.4257 | 2.9950 | 897 | 1.0814 |
|
62 |
+
|
63 |
+
|
64 |
+
### Framework versions
|
65 |
+
|
66 |
+
- Transformers 4.40.2
|
67 |
+
- Pytorch 2.3.0+cu121
|
68 |
+
- Datasets 2.19.1
|
69 |
+
- Tokenizers 0.19.1
|
all_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 2.994991652754591,
|
3 |
+
"total_flos": 246978202042368.0,
|
4 |
+
"train_loss": 0.8794620578637224,
|
5 |
+
"train_runtime": 12081.5129,
|
6 |
+
"train_samples": 9500,
|
7 |
+
"train_samples_per_second": 9.517,
|
8 |
+
"train_steps_per_second": 0.074
|
9 |
+
}
|
config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/gemma-7b",
|
3 |
+
"architectures": [
|
4 |
+
"GemmaForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_bias": false,
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 2,
|
9 |
+
"eos_token_id": 1,
|
10 |
+
"head_dim": 256,
|
11 |
+
"hidden_act": "gelu",
|
12 |
+
"hidden_activation": null,
|
13 |
+
"hidden_size": 3072,
|
14 |
+
"initializer_range": 0.02,
|
15 |
+
"intermediate_size": 24576,
|
16 |
+
"max_position_embeddings": 8192,
|
17 |
+
"model_type": "gemma",
|
18 |
+
"num_attention_heads": 16,
|
19 |
+
"num_hidden_layers": 28,
|
20 |
+
"num_key_value_heads": 16,
|
21 |
+
"pad_token_id": 0,
|
22 |
+
"rms_norm_eps": 1e-06,
|
23 |
+
"rope_scaling": null,
|
24 |
+
"rope_theta": 10000.0,
|
25 |
+
"torch_dtype": "bfloat16",
|
26 |
+
"transformers_version": "4.40.2",
|
27 |
+
"use_cache": false,
|
28 |
+
"vocab_size": 256000
|
29 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 2,
|
4 |
+
"eos_token_id": 1,
|
5 |
+
"pad_token_id": 0,
|
6 |
+
"transformers_version": "4.40.2"
|
7 |
+
}
|
model-00001-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4cbe752d69e6212a62fe586eebf37f4791ae248c2b13821d89b97482d3b4d7ab
|
3 |
+
size 4995496656
|
model-00002-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3d5e2bc8ea81c9c17e809f7bfdcba1f580b90d62fb1888b1743974690962887
|
3 |
+
size 4982953168
|
model-00003-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:026ca11ebc6d14e88d25e0ba1683d902ba767a16f0995dd58edf1555691b0d8e
|
3 |
+
size 4982953200
|
model-00004-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc3989a4803fad7896f88ae2bf52817781b8005a5edeeb0bfbc46339f95a93b4
|
3 |
+
size 2113988336
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,261 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 17075361792
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"model.embed_tokens.weight": "model-00001-of-00004.safetensors",
|
7 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
8 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
9 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
10 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
11 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
12 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
13 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
14 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
15 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
16 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
17 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
18 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
19 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
20 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
21 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
22 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
23 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
24 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
25 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
26 |
+
"model.layers.10.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
27 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
28 |
+
"model.layers.10.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
29 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
30 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
31 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
32 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
33 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
34 |
+
"model.layers.11.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
35 |
+
"model.layers.11.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
36 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
37 |
+
"model.layers.11.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
38 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
39 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
40 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
41 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
42 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
43 |
+
"model.layers.12.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
44 |
+
"model.layers.12.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
45 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
46 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
47 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
48 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
49 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
50 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
51 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
52 |
+
"model.layers.13.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
53 |
+
"model.layers.13.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
54 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
55 |
+
"model.layers.13.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
56 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
57 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
58 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
59 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
60 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
61 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
62 |
+
"model.layers.14.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
63 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
64 |
+
"model.layers.14.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
65 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
66 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
67 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
68 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
69 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
70 |
+
"model.layers.15.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
71 |
+
"model.layers.15.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
72 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
73 |
+
"model.layers.15.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
74 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
75 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
76 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
77 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
78 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
79 |
+
"model.layers.16.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
80 |
+
"model.layers.16.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
81 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
82 |
+
"model.layers.16.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
83 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
84 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
85 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
86 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
87 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
88 |
+
"model.layers.17.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
89 |
+
"model.layers.17.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
90 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
91 |
+
"model.layers.17.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
92 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
93 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
94 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
95 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
96 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
97 |
+
"model.layers.18.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
98 |
+
"model.layers.18.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
99 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
100 |
+
"model.layers.18.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
101 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
102 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
103 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
104 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
105 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
106 |
+
"model.layers.19.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
107 |
+
"model.layers.19.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
108 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
109 |
+
"model.layers.19.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
110 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
111 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
112 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
113 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
114 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
115 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
116 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
117 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
118 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
119 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
120 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
121 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
122 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
123 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
124 |
+
"model.layers.20.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
125 |
+
"model.layers.20.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
126 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
127 |
+
"model.layers.20.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
128 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
129 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
130 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
131 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
132 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
133 |
+
"model.layers.21.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
134 |
+
"model.layers.21.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
135 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
136 |
+
"model.layers.21.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
137 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
138 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
139 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
140 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
141 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
142 |
+
"model.layers.22.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
143 |
+
"model.layers.22.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
144 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
145 |
+
"model.layers.22.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
146 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
147 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
148 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
149 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
150 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
151 |
+
"model.layers.23.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
152 |
+
"model.layers.23.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
153 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
154 |
+
"model.layers.23.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
155 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
156 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
157 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
158 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
159 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
160 |
+
"model.layers.24.input_layernorm.weight": "model-00004-of-00004.safetensors",
|
161 |
+
"model.layers.24.mlp.down_proj.weight": "model-00004-of-00004.safetensors",
|
162 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00004-of-00004.safetensors",
|
163 |
+
"model.layers.24.mlp.up_proj.weight": "model-00004-of-00004.safetensors",
|
164 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00004-of-00004.safetensors",
|
165 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
166 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
167 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
168 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
169 |
+
"model.layers.25.input_layernorm.weight": "model-00004-of-00004.safetensors",
|
170 |
+
"model.layers.25.mlp.down_proj.weight": "model-00004-of-00004.safetensors",
|
171 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00004-of-00004.safetensors",
|
172 |
+
"model.layers.25.mlp.up_proj.weight": "model-00004-of-00004.safetensors",
|
173 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00004-of-00004.safetensors",
|
174 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
175 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00004-of-00004.safetensors",
|
176 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
177 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
|
178 |
+
"model.layers.26.input_layernorm.weight": "model-00004-of-00004.safetensors",
|
179 |
+
"model.layers.26.mlp.down_proj.weight": "model-00004-of-00004.safetensors",
|
180 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00004-of-00004.safetensors",
|
181 |
+
"model.layers.26.mlp.up_proj.weight": "model-00004-of-00004.safetensors",
|
182 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00004-of-00004.safetensors",
|
183 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
184 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00004-of-00004.safetensors",
|
185 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
186 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
|
187 |
+
"model.layers.27.input_layernorm.weight": "model-00004-of-00004.safetensors",
|
188 |
+
"model.layers.27.mlp.down_proj.weight": "model-00004-of-00004.safetensors",
|
189 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00004-of-00004.safetensors",
|
190 |
+
"model.layers.27.mlp.up_proj.weight": "model-00004-of-00004.safetensors",
|
191 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00004-of-00004.safetensors",
|
192 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
|
193 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00004-of-00004.safetensors",
|
194 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
|
195 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
|
196 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
197 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
198 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
199 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
200 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
201 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
202 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
203 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
204 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
205 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
206 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
207 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
208 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
209 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
210 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
211 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
212 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
213 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
214 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
215 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
216 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
217 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
218 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
219 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
220 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
221 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
222 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
223 |
+
"model.layers.6.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
224 |
+
"model.layers.6.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
225 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
226 |
+
"model.layers.6.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
227 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
228 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
229 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
230 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
231 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
232 |
+
"model.layers.7.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
233 |
+
"model.layers.7.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
234 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
235 |
+
"model.layers.7.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
236 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
237 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
238 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
239 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
240 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
241 |
+
"model.layers.8.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
242 |
+
"model.layers.8.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
243 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
244 |
+
"model.layers.8.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
245 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
246 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
247 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
248 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
249 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
250 |
+
"model.layers.9.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
251 |
+
"model.layers.9.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
252 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
253 |
+
"model.layers.9.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
254 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
255 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
256 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
257 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
258 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
259 |
+
"model.norm.weight": "model-00004-of-00004.safetensors"
|
260 |
+
}
|
261 |
+
}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>"
|
5 |
+
],
|
6 |
+
"bos_token": {
|
7 |
+
"content": "<bos>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": false,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false
|
12 |
+
},
|
13 |
+
"eos_token": {
|
14 |
+
"content": "<eos>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false
|
19 |
+
},
|
20 |
+
"pad_token": {
|
21 |
+
"content": "<pad>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": false,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false
|
26 |
+
},
|
27 |
+
"unk_token": {
|
28 |
+
"content": "<unk>",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false
|
33 |
+
}
|
34 |
+
}
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:322a5f52ab5cab196761ab397a022d6fa3a2e1418585e532bb6efb2fedd2ae94
|
3 |
+
size 17477501
|
tokenizer_config.json
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"0": {
|
6 |
+
"content": "<pad>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"1": {
|
14 |
+
"content": "<eos>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"2": {
|
22 |
+
"content": "<bos>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"3": {
|
30 |
+
"content": "<unk>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"106": {
|
38 |
+
"content": "<|im_start|>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"107": {
|
46 |
+
"content": "<|im_end|>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": false,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
}
|
53 |
+
},
|
54 |
+
"additional_special_tokens": [
|
55 |
+
"<|im_start|>",
|
56 |
+
"<|im_end|>"
|
57 |
+
],
|
58 |
+
"bos_token": "<bos>",
|
59 |
+
"chat_template": "{% if messages[0]['role'] == 'user' or messages[0]['role'] == 'system' %}{{ bos_token }}{% endif %}{% for message in messages %}{{ '<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n' }}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% elif messages[-1]['role'] == 'assistant' %}{{ eos_token }}{% endif %}",
|
60 |
+
"clean_up_tokenization_spaces": false,
|
61 |
+
"eos_token": "<eos>",
|
62 |
+
"legacy": null,
|
63 |
+
"model_max_length": 2048,
|
64 |
+
"pad_token": "<pad>",
|
65 |
+
"sp_model_kwargs": {},
|
66 |
+
"spaces_between_special_tokens": false,
|
67 |
+
"tokenizer_class": "GemmaTokenizer",
|
68 |
+
"unk_token": "<unk>",
|
69 |
+
"use_default_system_prompt": false
|
70 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 2.994991652754591,
|
3 |
+
"total_flos": 246978202042368.0,
|
4 |
+
"train_loss": 0.8794620578637224,
|
5 |
+
"train_runtime": 12081.5129,
|
6 |
+
"train_samples": 9500,
|
7 |
+
"train_samples_per_second": 9.517,
|
8 |
+
"train_steps_per_second": 0.074
|
9 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,1314 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 2.994991652754591,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 897,
|
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.00333889816360601,
|
13 |
+
"grad_norm": 1636.1731858645219,
|
14 |
+
"learning_rate": 2.2222222222222224e-07,
|
15 |
+
"loss": 14.7432,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.01669449081803005,
|
20 |
+
"grad_norm": 1241.0696113772483,
|
21 |
+
"learning_rate": 1.111111111111111e-06,
|
22 |
+
"loss": 13.7623,
|
23 |
+
"step": 5
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.0333889816360601,
|
27 |
+
"grad_norm": 159.06557930461932,
|
28 |
+
"learning_rate": 2.222222222222222e-06,
|
29 |
+
"loss": 6.5961,
|
30 |
+
"step": 10
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.05008347245409015,
|
34 |
+
"grad_norm": 54.98952826184268,
|
35 |
+
"learning_rate": 3.3333333333333333e-06,
|
36 |
+
"loss": 2.4982,
|
37 |
+
"step": 15
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.0667779632721202,
|
41 |
+
"grad_norm": 15.464982016331927,
|
42 |
+
"learning_rate": 4.444444444444444e-06,
|
43 |
+
"loss": 1.7591,
|
44 |
+
"step": 20
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.08347245409015025,
|
48 |
+
"grad_norm": 113.55847454938332,
|
49 |
+
"learning_rate": 5.555555555555557e-06,
|
50 |
+
"loss": 1.5909,
|
51 |
+
"step": 25
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.1001669449081803,
|
55 |
+
"grad_norm": 13.684174796685392,
|
56 |
+
"learning_rate": 6.666666666666667e-06,
|
57 |
+
"loss": 1.4782,
|
58 |
+
"step": 30
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.11686143572621036,
|
62 |
+
"grad_norm": 18.015145294132687,
|
63 |
+
"learning_rate": 7.77777777777778e-06,
|
64 |
+
"loss": 1.4047,
|
65 |
+
"step": 35
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.1335559265442404,
|
69 |
+
"grad_norm": 39.03723229354282,
|
70 |
+
"learning_rate": 8.888888888888888e-06,
|
71 |
+
"loss": 1.2649,
|
72 |
+
"step": 40
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.15025041736227046,
|
76 |
+
"grad_norm": 95.10713656196118,
|
77 |
+
"learning_rate": 1e-05,
|
78 |
+
"loss": 1.2138,
|
79 |
+
"step": 45
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.1669449081803005,
|
83 |
+
"grad_norm": 23.387914595882737,
|
84 |
+
"learning_rate": 1.1111111111111113e-05,
|
85 |
+
"loss": 1.0923,
|
86 |
+
"step": 50
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.18363939899833054,
|
90 |
+
"grad_norm": 42.989753028654455,
|
91 |
+
"learning_rate": 1.2222222222222224e-05,
|
92 |
+
"loss": 1.1448,
|
93 |
+
"step": 55
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.2003338898163606,
|
97 |
+
"grad_norm": 21.574525631481794,
|
98 |
+
"learning_rate": 1.3333333333333333e-05,
|
99 |
+
"loss": 1.0929,
|
100 |
+
"step": 60
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.21702838063439064,
|
104 |
+
"grad_norm": 19.62417675516016,
|
105 |
+
"learning_rate": 1.4444444444444446e-05,
|
106 |
+
"loss": 1.0565,
|
107 |
+
"step": 65
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.2337228714524207,
|
111 |
+
"grad_norm": 18.48635867600005,
|
112 |
+
"learning_rate": 1.555555555555556e-05,
|
113 |
+
"loss": 1.0676,
|
114 |
+
"step": 70
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.25041736227045075,
|
118 |
+
"grad_norm": 56.269945581410674,
|
119 |
+
"learning_rate": 1.6666666666666667e-05,
|
120 |
+
"loss": 1.0468,
|
121 |
+
"step": 75
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.2671118530884808,
|
125 |
+
"grad_norm": 92.06608057852377,
|
126 |
+
"learning_rate": 1.7777777777777777e-05,
|
127 |
+
"loss": 1.0886,
|
128 |
+
"step": 80
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.2838063439065108,
|
132 |
+
"grad_norm": 9.25817849729028,
|
133 |
+
"learning_rate": 1.888888888888889e-05,
|
134 |
+
"loss": 1.0923,
|
135 |
+
"step": 85
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.3005008347245409,
|
139 |
+
"grad_norm": 42.001132789001005,
|
140 |
+
"learning_rate": 2e-05,
|
141 |
+
"loss": 1.1971,
|
142 |
+
"step": 90
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.31719532554257096,
|
146 |
+
"grad_norm": 32.33157331317634,
|
147 |
+
"learning_rate": 1.9998105699049984e-05,
|
148 |
+
"loss": 1.1355,
|
149 |
+
"step": 95
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.333889816360601,
|
153 |
+
"grad_norm": 39.74167678661768,
|
154 |
+
"learning_rate": 1.9992423513875158e-05,
|
155 |
+
"loss": 1.1301,
|
156 |
+
"step": 100
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.35058430717863104,
|
160 |
+
"grad_norm": 67.18243692938607,
|
161 |
+
"learning_rate": 1.9982955597229275e-05,
|
162 |
+
"loss": 1.1313,
|
163 |
+
"step": 105
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.3672787979966611,
|
167 |
+
"grad_norm": 19.404632003387977,
|
168 |
+
"learning_rate": 1.9969705536129033e-05,
|
169 |
+
"loss": 1.0945,
|
170 |
+
"step": 110
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.38397328881469117,
|
174 |
+
"grad_norm": 27.47292619482353,
|
175 |
+
"learning_rate": 1.9952678350495104e-05,
|
176 |
+
"loss": 1.0579,
|
177 |
+
"step": 115
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.4006677796327212,
|
181 |
+
"grad_norm": 16.321517177338055,
|
182 |
+
"learning_rate": 1.9931880491250263e-05,
|
183 |
+
"loss": 1.0929,
|
184 |
+
"step": 120
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.41736227045075125,
|
188 |
+
"grad_norm": 41.445947552770555,
|
189 |
+
"learning_rate": 1.990731983787542e-05,
|
190 |
+
"loss": 1.075,
|
191 |
+
"step": 125
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.4340567612687813,
|
195 |
+
"grad_norm": 40.404151604564895,
|
196 |
+
"learning_rate": 1.987900569542438e-05,
|
197 |
+
"loss": 1.055,
|
198 |
+
"step": 130
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.4507512520868113,
|
202 |
+
"grad_norm": 42.80864271129836,
|
203 |
+
"learning_rate": 1.9846948790998532e-05,
|
204 |
+
"loss": 1.0148,
|
205 |
+
"step": 135
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.4674457429048414,
|
209 |
+
"grad_norm": 29.906791369261654,
|
210 |
+
"learning_rate": 1.9811161269682776e-05,
|
211 |
+
"loss": 1.019,
|
212 |
+
"step": 140
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.48414023372287146,
|
216 |
+
"grad_norm": 45.64979239247701,
|
217 |
+
"learning_rate": 1.9771656689944238e-05,
|
218 |
+
"loss": 1.0167,
|
219 |
+
"step": 145
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.5008347245409015,
|
223 |
+
"grad_norm": 41.489381367872696,
|
224 |
+
"learning_rate": 1.9728450018495506e-05,
|
225 |
+
"loss": 0.9916,
|
226 |
+
"step": 150
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.5175292153589316,
|
230 |
+
"grad_norm": 28.13085318824674,
|
231 |
+
"learning_rate": 1.968155762462433e-05,
|
232 |
+
"loss": 0.9901,
|
233 |
+
"step": 155
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.5342237061769616,
|
237 |
+
"grad_norm": 28.96110814252046,
|
238 |
+
"learning_rate": 1.9630997273991964e-05,
|
239 |
+
"loss": 1.0022,
|
240 |
+
"step": 160
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.5509181969949917,
|
244 |
+
"grad_norm": 30.254621993184756,
|
245 |
+
"learning_rate": 1.9576788121902457e-05,
|
246 |
+
"loss": 0.9955,
|
247 |
+
"step": 165
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.5676126878130217,
|
251 |
+
"grad_norm": 23.80583469366122,
|
252 |
+
"learning_rate": 1.951895070604547e-05,
|
253 |
+
"loss": 0.9863,
|
254 |
+
"step": 170
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.5843071786310517,
|
258 |
+
"grad_norm": 30.76534972341624,
|
259 |
+
"learning_rate": 1.9457506938715357e-05,
|
260 |
+
"loss": 0.974,
|
261 |
+
"step": 175
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.6010016694490818,
|
265 |
+
"grad_norm": 23.682111890096746,
|
266 |
+
"learning_rate": 1.9392480098509488e-05,
|
267 |
+
"loss": 0.9608,
|
268 |
+
"step": 180
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.6176961602671118,
|
272 |
+
"grad_norm": 40.932765589134476,
|
273 |
+
"learning_rate": 1.93238948215089e-05,
|
274 |
+
"loss": 0.9886,
|
275 |
+
"step": 185
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.6343906510851419,
|
279 |
+
"grad_norm": 24.22268491501868,
|
280 |
+
"learning_rate": 1.9251777091944665e-05,
|
281 |
+
"loss": 0.9818,
|
282 |
+
"step": 190
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.6510851419031719,
|
286 |
+
"grad_norm": 31.497106387949316,
|
287 |
+
"learning_rate": 1.9176154232353513e-05,
|
288 |
+
"loss": 0.9896,
|
289 |
+
"step": 195
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.667779632721202,
|
293 |
+
"grad_norm": 27.472535439999113,
|
294 |
+
"learning_rate": 1.9097054893226395e-05,
|
295 |
+
"loss": 0.9498,
|
296 |
+
"step": 200
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 0.6844741235392321,
|
300 |
+
"grad_norm": 37.827441038916966,
|
301 |
+
"learning_rate": 1.9014509042153964e-05,
|
302 |
+
"loss": 0.9633,
|
303 |
+
"step": 205
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.7011686143572621,
|
307 |
+
"grad_norm": 33.73411466957624,
|
308 |
+
"learning_rate": 1.8928547952473037e-05,
|
309 |
+
"loss": 0.9749,
|
310 |
+
"step": 210
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.7178631051752922,
|
314 |
+
"grad_norm": 27.49850413211882,
|
315 |
+
"learning_rate": 1.8839204191418386e-05,
|
316 |
+
"loss": 0.9446,
|
317 |
+
"step": 215
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.7345575959933222,
|
321 |
+
"grad_norm": 27.552863205682964,
|
322 |
+
"learning_rate": 1.8746511607784298e-05,
|
323 |
+
"loss": 0.9529,
|
324 |
+
"step": 220
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.7512520868113522,
|
328 |
+
"grad_norm": 32.118943766221065,
|
329 |
+
"learning_rate": 1.865050531910062e-05,
|
330 |
+
"loss": 0.9671,
|
331 |
+
"step": 225
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.7679465776293823,
|
335 |
+
"grad_norm": 21.270564236998155,
|
336 |
+
"learning_rate": 1.855122169832813e-05,
|
337 |
+
"loss": 0.9609,
|
338 |
+
"step": 230
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 0.7846410684474123,
|
342 |
+
"grad_norm": 28.392651654223076,
|
343 |
+
"learning_rate": 1.844869836007825e-05,
|
344 |
+
"loss": 0.9695,
|
345 |
+
"step": 235
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.8013355592654424,
|
349 |
+
"grad_norm": 24.77881281961339,
|
350 |
+
"learning_rate": 1.8342974146362397e-05,
|
351 |
+
"loss": 0.9522,
|
352 |
+
"step": 240
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 0.8180300500834724,
|
356 |
+
"grad_norm": 44.290831285889865,
|
357 |
+
"learning_rate": 1.8234089111876256e-05,
|
358 |
+
"loss": 0.94,
|
359 |
+
"step": 245
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 0.8347245409015025,
|
363 |
+
"grad_norm": 28.426449603459353,
|
364 |
+
"learning_rate": 1.8122084508824692e-05,
|
365 |
+
"loss": 0.9237,
|
366 |
+
"step": 250
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 0.8514190317195326,
|
370 |
+
"grad_norm": 18.50017000873142,
|
371 |
+
"learning_rate": 1.80070027712929e-05,
|
372 |
+
"loss": 0.9213,
|
373 |
+
"step": 255
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 0.8681135225375626,
|
377 |
+
"grad_norm": 6.074609944113466,
|
378 |
+
"learning_rate": 1.7888887499169816e-05,
|
379 |
+
"loss": 0.9705,
|
380 |
+
"step": 260
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 0.8848080133555927,
|
384 |
+
"grad_norm": 50.118804464161194,
|
385 |
+
"learning_rate": 1.7767783441629883e-05,
|
386 |
+
"loss": 0.9985,
|
387 |
+
"step": 265
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.9015025041736227,
|
391 |
+
"grad_norm": 13.585608342741851,
|
392 |
+
"learning_rate": 1.7643736480179353e-05,
|
393 |
+
"loss": 1.0247,
|
394 |
+
"step": 270
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 0.9181969949916527,
|
398 |
+
"grad_norm": 48.90372434538966,
|
399 |
+
"learning_rate": 1.7516793611273614e-05,
|
400 |
+
"loss": 1.058,
|
401 |
+
"step": 275
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.9348914858096828,
|
405 |
+
"grad_norm": 13.845686747415364,
|
406 |
+
"learning_rate": 1.7387002928512093e-05,
|
407 |
+
"loss": 1.2477,
|
408 |
+
"step": 280
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 0.9515859766277128,
|
412 |
+
"grad_norm": 30.457372642079424,
|
413 |
+
"learning_rate": 1.725441360441752e-05,
|
414 |
+
"loss": 1.1773,
|
415 |
+
"step": 285
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 0.9682804674457429,
|
419 |
+
"grad_norm": 17.834289286231748,
|
420 |
+
"learning_rate": 1.711907587180642e-05,
|
421 |
+
"loss": 1.0797,
|
422 |
+
"step": 290
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 0.9849749582637729,
|
426 |
+
"grad_norm": 16.139198517107467,
|
427 |
+
"learning_rate": 1.698104100475788e-05,
|
428 |
+
"loss": 0.9991,
|
429 |
+
"step": 295
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.998330550918197,
|
433 |
+
"eval_loss": 1.1124651432037354,
|
434 |
+
"eval_runtime": 51.5404,
|
435 |
+
"eval_samples_per_second": 37.117,
|
436 |
+
"eval_steps_per_second": 1.164,
|
437 |
+
"step": 299
|
438 |
+
},
|
439 |
+
{
|
440 |
+
"epoch": 1.001669449081803,
|
441 |
+
"grad_norm": 10.399808410370275,
|
442 |
+
"learning_rate": 1.684036129918786e-05,
|
443 |
+
"loss": 1.0245,
|
444 |
+
"step": 300
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 1.018363939899833,
|
448 |
+
"grad_norm": 22.312983524170857,
|
449 |
+
"learning_rate": 1.6697090053036344e-05,
|
450 |
+
"loss": 0.8376,
|
451 |
+
"step": 305
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 1.0350584307178632,
|
455 |
+
"grad_norm": 10.23946947372752,
|
456 |
+
"learning_rate": 1.6551281546074863e-05,
|
457 |
+
"loss": 0.8381,
|
458 |
+
"step": 310
|
459 |
+
},
|
460 |
+
{
|
461 |
+
"epoch": 1.0517529215358932,
|
462 |
+
"grad_norm": 10.822249366036935,
|
463 |
+
"learning_rate": 1.6402991019342073e-05,
|
464 |
+
"loss": 0.7963,
|
465 |
+
"step": 315
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 1.0684474123539232,
|
469 |
+
"grad_norm": 23.353805364118337,
|
470 |
+
"learning_rate": 1.625227465421511e-05,
|
471 |
+
"loss": 0.8458,
|
472 |
+
"step": 320
|
473 |
+
},
|
474 |
+
{
|
475 |
+
"epoch": 1.0851419031719534,
|
476 |
+
"grad_norm": 35.132703592046234,
|
477 |
+
"learning_rate": 1.60991895511247e-05,
|
478 |
+
"loss": 0.8504,
|
479 |
+
"step": 325
|
480 |
+
},
|
481 |
+
{
|
482 |
+
"epoch": 1.1018363939899833,
|
483 |
+
"grad_norm": 12.778026589965993,
|
484 |
+
"learning_rate": 1.5943793707922086e-05,
|
485 |
+
"loss": 0.8158,
|
486 |
+
"step": 330
|
487 |
+
},
|
488 |
+
{
|
489 |
+
"epoch": 1.1185308848080133,
|
490 |
+
"grad_norm": 10.675434539871876,
|
491 |
+
"learning_rate": 1.5786145997905952e-05,
|
492 |
+
"loss": 0.845,
|
493 |
+
"step": 335
|
494 |
+
},
|
495 |
+
{
|
496 |
+
"epoch": 1.1352253756260433,
|
497 |
+
"grad_norm": 7.2516130782939685,
|
498 |
+
"learning_rate": 1.5626306147517665e-05,
|
499 |
+
"loss": 0.8119,
|
500 |
+
"step": 340
|
501 |
+
},
|
502 |
+
{
|
503 |
+
"epoch": 1.1519198664440735,
|
504 |
+
"grad_norm": 11.563033540745929,
|
505 |
+
"learning_rate": 1.5464334713713312e-05,
|
506 |
+
"loss": 0.8162,
|
507 |
+
"step": 345
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 1.1686143572621035,
|
511 |
+
"grad_norm": 4.678107369657476,
|
512 |
+
"learning_rate": 1.5300293061021084e-05,
|
513 |
+
"loss": 0.8441,
|
514 |
+
"step": 350
|
515 |
+
},
|
516 |
+
{
|
517 |
+
"epoch": 1.1853088480801335,
|
518 |
+
"grad_norm": 13.53721264062237,
|
519 |
+
"learning_rate": 1.5134243338292686e-05,
|
520 |
+
"loss": 0.8365,
|
521 |
+
"step": 355
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"epoch": 1.2020033388981637,
|
525 |
+
"grad_norm": 10.368076427426205,
|
526 |
+
"learning_rate": 1.4966248455157622e-05,
|
527 |
+
"loss": 0.8318,
|
528 |
+
"step": 360
|
529 |
+
},
|
530 |
+
{
|
531 |
+
"epoch": 1.2186978297161937,
|
532 |
+
"grad_norm": 30.650511145751103,
|
533 |
+
"learning_rate": 1.4796372058189235e-05,
|
534 |
+
"loss": 0.8069,
|
535 |
+
"step": 365
|
536 |
+
},
|
537 |
+
{
|
538 |
+
"epoch": 1.2353923205342237,
|
539 |
+
"grad_norm": 12.33430302707372,
|
540 |
+
"learning_rate": 1.4624678506791556e-05,
|
541 |
+
"loss": 0.8394,
|
542 |
+
"step": 370
|
543 |
+
},
|
544 |
+
{
|
545 |
+
"epoch": 1.2520868113522536,
|
546 |
+
"grad_norm": 15.813506313324618,
|
547 |
+
"learning_rate": 1.445123284881609e-05,
|
548 |
+
"loss": 0.8065,
|
549 |
+
"step": 375
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 1.2687813021702838,
|
553 |
+
"grad_norm": 17.421613932726007,
|
554 |
+
"learning_rate": 1.4276100795917777e-05,
|
555 |
+
"loss": 0.7969,
|
556 |
+
"step": 380
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 1.2854757929883138,
|
560 |
+
"grad_norm": 25.591747341293413,
|
561 |
+
"learning_rate": 1.409934869865945e-05,
|
562 |
+
"loss": 0.8187,
|
563 |
+
"step": 385
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"epoch": 1.302170283806344,
|
567 |
+
"grad_norm": 17.823730817956918,
|
568 |
+
"learning_rate": 1.392104352137426e-05,
|
569 |
+
"loss": 0.7874,
|
570 |
+
"step": 390
|
571 |
+
},
|
572 |
+
{
|
573 |
+
"epoch": 1.318864774624374,
|
574 |
+
"grad_norm": 19.683521817273643,
|
575 |
+
"learning_rate": 1.3741252816795552e-05,
|
576 |
+
"loss": 0.7827,
|
577 |
+
"step": 395
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"epoch": 1.335559265442404,
|
581 |
+
"grad_norm": 11.92479858052398,
|
582 |
+
"learning_rate": 1.3560044700463824e-05,
|
583 |
+
"loss": 0.7802,
|
584 |
+
"step": 400
|
585 |
+
},
|
586 |
+
{
|
587 |
+
"epoch": 1.352253756260434,
|
588 |
+
"grad_norm": 16.848294314739636,
|
589 |
+
"learning_rate": 1.3377487824920459e-05,
|
590 |
+
"loss": 0.7937,
|
591 |
+
"step": 405
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"epoch": 1.3689482470784642,
|
595 |
+
"grad_norm": 22.682558611391517,
|
596 |
+
"learning_rate": 1.3193651353698012e-05,
|
597 |
+
"loss": 0.7671,
|
598 |
+
"step": 410
|
599 |
+
},
|
600 |
+
{
|
601 |
+
"epoch": 1.3856427378964942,
|
602 |
+
"grad_norm": 16.087113575747633,
|
603 |
+
"learning_rate": 1.30086049351169e-05,
|
604 |
+
"loss": 0.7831,
|
605 |
+
"step": 415
|
606 |
+
},
|
607 |
+
{
|
608 |
+
"epoch": 1.4023372287145242,
|
609 |
+
"grad_norm": 16.405925048155012,
|
610 |
+
"learning_rate": 1.2822418675898428e-05,
|
611 |
+
"loss": 0.7665,
|
612 |
+
"step": 420
|
613 |
+
},
|
614 |
+
{
|
615 |
+
"epoch": 1.4190317195325544,
|
616 |
+
"grad_norm": 14.602601903009484,
|
617 |
+
"learning_rate": 1.2635163114604131e-05,
|
618 |
+
"loss": 0.7558,
|
619 |
+
"step": 425
|
620 |
+
},
|
621 |
+
{
|
622 |
+
"epoch": 1.4357262103505843,
|
623 |
+
"grad_norm": 18.515025497243688,
|
624 |
+
"learning_rate": 1.2446909194911552e-05,
|
625 |
+
"loss": 0.7791,
|
626 |
+
"step": 430
|
627 |
+
},
|
628 |
+
{
|
629 |
+
"epoch": 1.4524207011686143,
|
630 |
+
"grad_norm": 15.622061871111407,
|
631 |
+
"learning_rate": 1.2257728238736468e-05,
|
632 |
+
"loss": 0.7533,
|
633 |
+
"step": 435
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 1.4691151919866443,
|
637 |
+
"grad_norm": 15.421378645200017,
|
638 |
+
"learning_rate": 1.2067691919211879e-05,
|
639 |
+
"loss": 0.7446,
|
640 |
+
"step": 440
|
641 |
+
},
|
642 |
+
{
|
643 |
+
"epoch": 1.4858096828046745,
|
644 |
+
"grad_norm": 13.076444596991138,
|
645 |
+
"learning_rate": 1.1876872233533909e-05,
|
646 |
+
"loss": 0.7692,
|
647 |
+
"step": 445
|
648 |
+
},
|
649 |
+
{
|
650 |
+
"epoch": 1.5025041736227045,
|
651 |
+
"grad_norm": 15.097766901980801,
|
652 |
+
"learning_rate": 1.1685341475684935e-05,
|
653 |
+
"loss": 0.7533,
|
654 |
+
"step": 450
|
655 |
+
},
|
656 |
+
{
|
657 |
+
"epoch": 1.5191986644407347,
|
658 |
+
"grad_norm": 9.610701692201411,
|
659 |
+
"learning_rate": 1.1493172209044259e-05,
|
660 |
+
"loss": 0.7341,
|
661 |
+
"step": 455
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"epoch": 1.5358931552587647,
|
665 |
+
"grad_norm": 14.24181191980203,
|
666 |
+
"learning_rate": 1.1300437238896758e-05,
|
667 |
+
"loss": 0.7486,
|
668 |
+
"step": 460
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"epoch": 1.5525876460767947,
|
672 |
+
"grad_norm": 15.636653785170678,
|
673 |
+
"learning_rate": 1.1107209584849845e-05,
|
674 |
+
"loss": 0.747,
|
675 |
+
"step": 465
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 1.5692821368948247,
|
679 |
+
"grad_norm": 13.323220831047744,
|
680 |
+
"learning_rate": 1.0913562453169241e-05,
|
681 |
+
"loss": 0.77,
|
682 |
+
"step": 470
|
683 |
+
},
|
684 |
+
{
|
685 |
+
"epoch": 1.5859766277128546,
|
686 |
+
"grad_norm": 32.63260067379098,
|
687 |
+
"learning_rate": 1.0719569209044047e-05,
|
688 |
+
"loss": 1.0936,
|
689 |
+
"step": 475
|
690 |
+
},
|
691 |
+
{
|
692 |
+
"epoch": 1.6026711185308848,
|
693 |
+
"grad_norm": 10.450602758643768,
|
694 |
+
"learning_rate": 1.0525303348791599e-05,
|
695 |
+
"loss": 0.9183,
|
696 |
+
"step": 480
|
697 |
+
},
|
698 |
+
{
|
699 |
+
"epoch": 1.6193656093489148,
|
700 |
+
"grad_norm": 20.4536544538245,
|
701 |
+
"learning_rate": 1.0330838472012617e-05,
|
702 |
+
"loss": 0.8361,
|
703 |
+
"step": 485
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"epoch": 1.636060100166945,
|
707 |
+
"grad_norm": 16.69213477924267,
|
708 |
+
"learning_rate": 1.0136248253707267e-05,
|
709 |
+
"loss": 0.7915,
|
710 |
+
"step": 490
|
711 |
+
},
|
712 |
+
{
|
713 |
+
"epoch": 1.652754590984975,
|
714 |
+
"grad_norm": 13.995256639718455,
|
715 |
+
"learning_rate": 9.94160641636263e-06,
|
716 |
+
"loss": 0.7643,
|
717 |
+
"step": 495
|
718 |
+
},
|
719 |
+
{
|
720 |
+
"epoch": 1.669449081803005,
|
721 |
+
"grad_norm": 13.608901583624743,
|
722 |
+
"learning_rate": 9.74698670202218e-06,
|
723 |
+
"loss": 0.771,
|
724 |
+
"step": 500
|
725 |
+
},
|
726 |
+
{
|
727 |
+
"epoch": 1.686143572621035,
|
728 |
+
"grad_norm": 13.753503798553933,
|
729 |
+
"learning_rate": 9.552462844347883e-06,
|
730 |
+
"loss": 0.7614,
|
731 |
+
"step": 505
|
732 |
+
},
|
733 |
+
{
|
734 |
+
"epoch": 1.702838063439065,
|
735 |
+
"grad_norm": 9.957240880648195,
|
736 |
+
"learning_rate": 9.358108540685406e-06,
|
737 |
+
"loss": 0.7312,
|
738 |
+
"step": 510
|
739 |
+
},
|
740 |
+
{
|
741 |
+
"epoch": 1.7195325542570952,
|
742 |
+
"grad_norm": 14.904981953953694,
|
743 |
+
"learning_rate": 9.163997424143167e-06,
|
744 |
+
"loss": 0.7388,
|
745 |
+
"step": 515
|
746 |
+
},
|
747 |
+
{
|
748 |
+
"epoch": 1.7362270450751254,
|
749 |
+
"grad_norm": 9.75471131334925,
|
750 |
+
"learning_rate": 8.970203035695662e-06,
|
751 |
+
"loss": 0.7502,
|
752 |
+
"step": 520
|
753 |
+
},
|
754 |
+
{
|
755 |
+
"epoch": 1.7529215358931554,
|
756 |
+
"grad_norm": 12.411472312082738,
|
757 |
+
"learning_rate": 8.776798796321715e-06,
|
758 |
+
"loss": 0.7348,
|
759 |
+
"step": 525
|
760 |
+
},
|
761 |
+
{
|
762 |
+
"epoch": 1.7696160267111853,
|
763 |
+
"grad_norm": 9.523945053556687,
|
764 |
+
"learning_rate": 8.583857979188203e-06,
|
765 |
+
"loss": 0.7361,
|
766 |
+
"step": 530
|
767 |
+
},
|
768 |
+
{
|
769 |
+
"epoch": 1.7863105175292153,
|
770 |
+
"grad_norm": 9.855371100134114,
|
771 |
+
"learning_rate": 8.391453681889772e-06,
|
772 |
+
"loss": 0.7532,
|
773 |
+
"step": 535
|
774 |
+
},
|
775 |
+
{
|
776 |
+
"epoch": 1.8030050083472453,
|
777 |
+
"grad_norm": 8.692313461538896,
|
778 |
+
"learning_rate": 8.199658798755048e-06,
|
779 |
+
"loss": 0.7855,
|
780 |
+
"step": 540
|
781 |
+
},
|
782 |
+
{
|
783 |
+
"epoch": 1.8196994991652755,
|
784 |
+
"grad_norm": 10.08176119888539,
|
785 |
+
"learning_rate": 8.008545993229897e-06,
|
786 |
+
"loss": 0.7381,
|
787 |
+
"step": 545
|
788 |
+
},
|
789 |
+
{
|
790 |
+
"epoch": 1.8363939899833055,
|
791 |
+
"grad_norm": 8.944907231752433,
|
792 |
+
"learning_rate": 7.818187670348133e-06,
|
793 |
+
"loss": 0.7195,
|
794 |
+
"step": 550
|
795 |
+
},
|
796 |
+
{
|
797 |
+
"epoch": 1.8530884808013357,
|
798 |
+
"grad_norm": 12.330352353476183,
|
799 |
+
"learning_rate": 7.628655949300133e-06,
|
800 |
+
"loss": 0.7542,
|
801 |
+
"step": 555
|
802 |
+
},
|
803 |
+
{
|
804 |
+
"epoch": 1.8697829716193657,
|
805 |
+
"grad_norm": 5.577454872729604,
|
806 |
+
"learning_rate": 7.440022636109742e-06,
|
807 |
+
"loss": 0.7504,
|
808 |
+
"step": 560
|
809 |
+
},
|
810 |
+
{
|
811 |
+
"epoch": 1.8864774624373957,
|
812 |
+
"grad_norm": 10.34792226158881,
|
813 |
+
"learning_rate": 7.2523591964298345e-06,
|
814 |
+
"loss": 0.7077,
|
815 |
+
"step": 565
|
816 |
+
},
|
817 |
+
{
|
818 |
+
"epoch": 1.9031719532554257,
|
819 |
+
"grad_norm": 12.209499576214666,
|
820 |
+
"learning_rate": 7.065736728466832e-06,
|
821 |
+
"loss": 0.7341,
|
822 |
+
"step": 570
|
823 |
+
},
|
824 |
+
{
|
825 |
+
"epoch": 1.9198664440734556,
|
826 |
+
"grad_norm": 9.887351733832002,
|
827 |
+
"learning_rate": 6.880225936044402e-06,
|
828 |
+
"loss": 0.733,
|
829 |
+
"step": 575
|
830 |
+
},
|
831 |
+
{
|
832 |
+
"epoch": 1.9365609348914858,
|
833 |
+
"grad_norm": 6.9361947084341224,
|
834 |
+
"learning_rate": 6.695897101816606e-06,
|
835 |
+
"loss": 0.7234,
|
836 |
+
"step": 580
|
837 |
+
},
|
838 |
+
{
|
839 |
+
"epoch": 1.9532554257095158,
|
840 |
+
"grad_norm": 5.155988536277592,
|
841 |
+
"learning_rate": 6.512820060640608e-06,
|
842 |
+
"loss": 0.7548,
|
843 |
+
"step": 585
|
844 |
+
},
|
845 |
+
{
|
846 |
+
"epoch": 1.969949916527546,
|
847 |
+
"grad_norm": 3.2935220347482312,
|
848 |
+
"learning_rate": 6.331064173119008e-06,
|
849 |
+
"loss": 0.7236,
|
850 |
+
"step": 590
|
851 |
+
},
|
852 |
+
{
|
853 |
+
"epoch": 1.986644407345576,
|
854 |
+
"grad_norm": 4.894307755407556,
|
855 |
+
"learning_rate": 6.150698299321889e-06,
|
856 |
+
"loss": 0.732,
|
857 |
+
"step": 595
|
858 |
+
},
|
859 |
+
{
|
860 |
+
"epoch": 2.0,
|
861 |
+
"eval_loss": 1.025130271911621,
|
862 |
+
"eval_runtime": 51.5123,
|
863 |
+
"eval_samples_per_second": 37.137,
|
864 |
+
"eval_steps_per_second": 1.165,
|
865 |
+
"step": 599
|
866 |
+
},
|
867 |
+
{
|
868 |
+
"epoch": 2.003338898163606,
|
869 |
+
"grad_norm": 5.572538387405579,
|
870 |
+
"learning_rate": 5.971790772698467e-06,
|
871 |
+
"loss": 0.6828,
|
872 |
+
"step": 600
|
873 |
+
},
|
874 |
+
{
|
875 |
+
"epoch": 2.020033388981636,
|
876 |
+
"grad_norm": 10.00384584169959,
|
877 |
+
"learning_rate": 5.794409374188272e-06,
|
878 |
+
"loss": 0.4778,
|
879 |
+
"step": 605
|
880 |
+
},
|
881 |
+
{
|
882 |
+
"epoch": 2.036727879799666,
|
883 |
+
"grad_norm": 4.457469590156071,
|
884 |
+
"learning_rate": 5.61862130654165e-06,
|
885 |
+
"loss": 0.4757,
|
886 |
+
"step": 610
|
887 |
+
},
|
888 |
+
{
|
889 |
+
"epoch": 2.053422370617696,
|
890 |
+
"grad_norm": 5.015853492813808,
|
891 |
+
"learning_rate": 5.444493168859304e-06,
|
892 |
+
"loss": 0.4492,
|
893 |
+
"step": 615
|
894 |
+
},
|
895 |
+
{
|
896 |
+
"epoch": 2.0701168614357264,
|
897 |
+
"grad_norm": 4.283685547555074,
|
898 |
+
"learning_rate": 5.272090931360564e-06,
|
899 |
+
"loss": 0.4621,
|
900 |
+
"step": 620
|
901 |
+
},
|
902 |
+
{
|
903 |
+
"epoch": 2.0868113522537564,
|
904 |
+
"grad_norm": 3.0474708502514845,
|
905 |
+
"learning_rate": 5.101479910389888e-06,
|
906 |
+
"loss": 0.4749,
|
907 |
+
"step": 625
|
908 |
+
},
|
909 |
+
{
|
910 |
+
"epoch": 2.1035058430717863,
|
911 |
+
"grad_norm": 3.6032459713343465,
|
912 |
+
"learning_rate": 4.932724743671089e-06,
|
913 |
+
"loss": 0.4918,
|
914 |
+
"step": 630
|
915 |
+
},
|
916 |
+
{
|
917 |
+
"epoch": 2.1202003338898163,
|
918 |
+
"grad_norm": 3.422191932371061,
|
919 |
+
"learning_rate": 4.765889365818708e-06,
|
920 |
+
"loss": 0.463,
|
921 |
+
"step": 635
|
922 |
+
},
|
923 |
+
{
|
924 |
+
"epoch": 2.1368948247078463,
|
925 |
+
"grad_norm": 4.893888701972754,
|
926 |
+
"learning_rate": 4.601036984115684e-06,
|
927 |
+
"loss": 0.4729,
|
928 |
+
"step": 640
|
929 |
+
},
|
930 |
+
{
|
931 |
+
"epoch": 2.1535893155258763,
|
932 |
+
"grad_norm": 7.072549276322734,
|
933 |
+
"learning_rate": 4.438230054566678e-06,
|
934 |
+
"loss": 0.4597,
|
935 |
+
"step": 645
|
936 |
+
},
|
937 |
+
{
|
938 |
+
"epoch": 2.1702838063439067,
|
939 |
+
"grad_norm": 2.863464952941035,
|
940 |
+
"learning_rate": 4.277530258235955e-06,
|
941 |
+
"loss": 0.4733,
|
942 |
+
"step": 650
|
943 |
+
},
|
944 |
+
{
|
945 |
+
"epoch": 2.1869782971619367,
|
946 |
+
"grad_norm": 5.646193751997582,
|
947 |
+
"learning_rate": 4.118998477878879e-06,
|
948 |
+
"loss": 0.4729,
|
949 |
+
"step": 655
|
950 |
+
},
|
951 |
+
{
|
952 |
+
"epoch": 2.2036727879799667,
|
953 |
+
"grad_norm": 4.15359578652878,
|
954 |
+
"learning_rate": 3.96269477487588e-06,
|
955 |
+
"loss": 0.4885,
|
956 |
+
"step": 660
|
957 |
+
},
|
958 |
+
{
|
959 |
+
"epoch": 2.2203672787979967,
|
960 |
+
"grad_norm": 2.236298306259915,
|
961 |
+
"learning_rate": 3.8086783664775827e-06,
|
962 |
+
"loss": 0.443,
|
963 |
+
"step": 665
|
964 |
+
},
|
965 |
+
{
|
966 |
+
"epoch": 2.2370617696160267,
|
967 |
+
"grad_norm": 7.93104553530229,
|
968 |
+
"learning_rate": 3.657007603369728e-06,
|
969 |
+
"loss": 0.4665,
|
970 |
+
"step": 670
|
971 |
+
},
|
972 |
+
{
|
973 |
+
"epoch": 2.2537562604340566,
|
974 |
+
"grad_norm": 3.419578306650183,
|
975 |
+
"learning_rate": 3.5077399475664474e-06,
|
976 |
+
"loss": 0.4627,
|
977 |
+
"step": 675
|
978 |
+
},
|
979 |
+
{
|
980 |
+
"epoch": 2.2704507512520866,
|
981 |
+
"grad_norm": 2.4698290658247384,
|
982 |
+
"learning_rate": 3.360931950640185e-06,
|
983 |
+
"loss": 0.4825,
|
984 |
+
"step": 680
|
985 |
+
},
|
986 |
+
{
|
987 |
+
"epoch": 2.287145242070117,
|
988 |
+
"grad_norm": 2.7390623799111937,
|
989 |
+
"learning_rate": 3.2166392322965423e-06,
|
990 |
+
"loss": 0.4646,
|
991 |
+
"step": 685
|
992 |
+
},
|
993 |
+
{
|
994 |
+
"epoch": 2.303839732888147,
|
995 |
+
"grad_norm": 2.2546947544210107,
|
996 |
+
"learning_rate": 3.074916459302211e-06,
|
997 |
+
"loss": 0.4448,
|
998 |
+
"step": 690
|
999 |
+
},
|
1000 |
+
{
|
1001 |
+
"epoch": 2.320534223706177,
|
1002 |
+
"grad_norm": 5.131657089417796,
|
1003 |
+
"learning_rate": 2.935817324773893e-06,
|
1004 |
+
"loss": 0.4541,
|
1005 |
+
"step": 695
|
1006 |
+
},
|
1007 |
+
{
|
1008 |
+
"epoch": 2.337228714524207,
|
1009 |
+
"grad_norm": 2.268641469209863,
|
1010 |
+
"learning_rate": 2.799394527836129e-06,
|
1011 |
+
"loss": 0.4626,
|
1012 |
+
"step": 700
|
1013 |
+
},
|
1014 |
+
{
|
1015 |
+
"epoch": 2.353923205342237,
|
1016 |
+
"grad_norm": 2.4065765494216573,
|
1017 |
+
"learning_rate": 2.665699753655684e-06,
|
1018 |
+
"loss": 0.455,
|
1019 |
+
"step": 705
|
1020 |
+
},
|
1021 |
+
{
|
1022 |
+
"epoch": 2.370617696160267,
|
1023 |
+
"grad_norm": 3.1609792969658823,
|
1024 |
+
"learning_rate": 2.5347836538601113e-06,
|
1025 |
+
"loss": 0.4539,
|
1026 |
+
"step": 710
|
1027 |
+
},
|
1028 |
+
{
|
1029 |
+
"epoch": 2.3873121869782974,
|
1030 |
+
"grad_norm": 2.163005176181913,
|
1031 |
+
"learning_rate": 2.406695827347848e-06,
|
1032 |
+
"loss": 0.4465,
|
1033 |
+
"step": 715
|
1034 |
+
},
|
1035 |
+
{
|
1036 |
+
"epoch": 2.4040066777963274,
|
1037 |
+
"grad_norm": 2.3200939066770507,
|
1038 |
+
"learning_rate": 2.281484801497186e-06,
|
1039 |
+
"loss": 0.4434,
|
1040 |
+
"step": 720
|
1041 |
+
},
|
1042 |
+
{
|
1043 |
+
"epoch": 2.4207011686143574,
|
1044 |
+
"grad_norm": 3.12558657263236,
|
1045 |
+
"learning_rate": 2.1591980137811684e-06,
|
1046 |
+
"loss": 0.4615,
|
1047 |
+
"step": 725
|
1048 |
+
},
|
1049 |
+
{
|
1050 |
+
"epoch": 2.4373956594323873,
|
1051 |
+
"grad_norm": 2.379596526225785,
|
1052 |
+
"learning_rate": 2.0398817937954275e-06,
|
1053 |
+
"loss": 0.4438,
|
1054 |
+
"step": 730
|
1055 |
+
},
|
1056 |
+
{
|
1057 |
+
"epoch": 2.4540901502504173,
|
1058 |
+
"grad_norm": 4.2220069539946685,
|
1059 |
+
"learning_rate": 1.923581345705736e-06,
|
1060 |
+
"loss": 0.4323,
|
1061 |
+
"step": 735
|
1062 |
+
},
|
1063 |
+
{
|
1064 |
+
"epoch": 2.4707846410684473,
|
1065 |
+
"grad_norm": 2.0670454701693695,
|
1066 |
+
"learning_rate": 1.8103407311219523e-06,
|
1067 |
+
"loss": 0.4566,
|
1068 |
+
"step": 740
|
1069 |
+
},
|
1070 |
+
{
|
1071 |
+
"epoch": 2.4874791318864773,
|
1072 |
+
"grad_norm": 4.378258400253472,
|
1073 |
+
"learning_rate": 1.7002028524048354e-06,
|
1074 |
+
"loss": 0.4343,
|
1075 |
+
"step": 745
|
1076 |
+
},
|
1077 |
+
{
|
1078 |
+
"epoch": 2.5041736227045073,
|
1079 |
+
"grad_norm": 1.9839908799803745,
|
1080 |
+
"learning_rate": 1.5932094364120453e-06,
|
1081 |
+
"loss": 0.4498,
|
1082 |
+
"step": 750
|
1083 |
+
},
|
1084 |
+
{
|
1085 |
+
"epoch": 2.5208681135225377,
|
1086 |
+
"grad_norm": 2.712434366093587,
|
1087 |
+
"learning_rate": 1.489401018689488e-06,
|
1088 |
+
"loss": 0.4367,
|
1089 |
+
"step": 755
|
1090 |
+
},
|
1091 |
+
{
|
1092 |
+
"epoch": 2.5375626043405677,
|
1093 |
+
"grad_norm": 2.1865310419981996,
|
1094 |
+
"learning_rate": 1.3888169281140284e-06,
|
1095 |
+
"loss": 0.4425,
|
1096 |
+
"step": 760
|
1097 |
+
},
|
1098 |
+
{
|
1099 |
+
"epoch": 2.5542570951585977,
|
1100 |
+
"grad_norm": 1.8978613598908045,
|
1101 |
+
"learning_rate": 1.291495271993337e-06,
|
1102 |
+
"loss": 0.445,
|
1103 |
+
"step": 765
|
1104 |
+
},
|
1105 |
+
{
|
1106 |
+
"epoch": 2.5709515859766277,
|
1107 |
+
"grad_norm": 2.5804068184452884,
|
1108 |
+
"learning_rate": 1.1974729216285386e-06,
|
1109 |
+
"loss": 0.4423,
|
1110 |
+
"step": 770
|
1111 |
+
},
|
1112 |
+
{
|
1113 |
+
"epoch": 2.5876460767946576,
|
1114 |
+
"grad_norm": 2.747544186566795,
|
1115 |
+
"learning_rate": 1.1067854983451575e-06,
|
1116 |
+
"loss": 0.4271,
|
1117 |
+
"step": 775
|
1118 |
+
},
|
1119 |
+
{
|
1120 |
+
"epoch": 2.604340567612688,
|
1121 |
+
"grad_norm": 2.921731104304227,
|
1122 |
+
"learning_rate": 1.0194673599976134e-06,
|
1123 |
+
"loss": 0.4285,
|
1124 |
+
"step": 780
|
1125 |
+
},
|
1126 |
+
{
|
1127 |
+
"epoch": 2.621035058430718,
|
1128 |
+
"grad_norm": 2.681611805642079,
|
1129 |
+
"learning_rate": 9.355515879523858e-07,
|
1130 |
+
"loss": 0.4216,
|
1131 |
+
"step": 785
|
1132 |
+
},
|
1133 |
+
{
|
1134 |
+
"epoch": 2.637729549248748,
|
1135 |
+
"grad_norm": 2.3013460333352733,
|
1136 |
+
"learning_rate": 8.550699745548196e-07,
|
1137 |
+
"loss": 0.4427,
|
1138 |
+
"step": 790
|
1139 |
+
},
|
1140 |
+
{
|
1141 |
+
"epoch": 2.654424040066778,
|
1142 |
+
"grad_norm": 2.1241926442770183,
|
1143 |
+
"learning_rate": 7.780530110842566e-07,
|
1144 |
+
"loss": 0.4564,
|
1145 |
+
"step": 795
|
1146 |
+
},
|
1147 |
+
{
|
1148 |
+
"epoch": 2.671118530884808,
|
1149 |
+
"grad_norm": 2.1094322480698446,
|
1150 |
+
"learning_rate": 7.045298762021125e-07,
|
1151 |
+
"loss": 0.4212,
|
1152 |
+
"step": 800
|
1153 |
+
},
|
1154 |
+
{
|
1155 |
+
"epoch": 2.687813021702838,
|
1156 |
+
"grad_norm": 2.065126476385816,
|
1157 |
+
"learning_rate": 6.345284248972383e-07,
|
1158 |
+
"loss": 0.4343,
|
1159 |
+
"step": 805
|
1160 |
+
},
|
1161 |
+
{
|
1162 |
+
"epoch": 2.704507512520868,
|
1163 |
+
"grad_norm": 2.111310955387196,
|
1164 |
+
"learning_rate": 5.680751779327742e-07,
|
1165 |
+
"loss": 0.4303,
|
1166 |
+
"step": 810
|
1167 |
+
},
|
1168 |
+
{
|
1169 |
+
"epoch": 2.721202003338898,
|
1170 |
+
"grad_norm": 1.8695554654021782,
|
1171 |
+
"learning_rate": 5.05195311798491e-07,
|
1172 |
+
"loss": 0.4273,
|
1173 |
+
"step": 815
|
1174 |
+
},
|
1175 |
+
{
|
1176 |
+
"epoch": 2.7378964941569284,
|
1177 |
+
"grad_norm": 1.7653322997367364,
|
1178 |
+
"learning_rate": 4.4591264917242195e-07,
|
1179 |
+
"loss": 0.4194,
|
1180 |
+
"step": 820
|
1181 |
+
},
|
1182 |
+
{
|
1183 |
+
"epoch": 2.7545909849749584,
|
1184 |
+
"grad_norm": 2.580982327606043,
|
1185 |
+
"learning_rate": 3.9024964989539227e-07,
|
1186 |
+
"loss": 0.4364,
|
1187 |
+
"step": 825
|
1188 |
+
},
|
1189 |
+
{
|
1190 |
+
"epoch": 2.7712854757929883,
|
1191 |
+
"grad_norm": 2.3745636013022393,
|
1192 |
+
"learning_rate": 3.3822740246188477e-07,
|
1193 |
+
"loss": 0.4221,
|
1194 |
+
"step": 830
|
1195 |
+
},
|
1196 |
+
{
|
1197 |
+
"epoch": 2.7879799666110183,
|
1198 |
+
"grad_norm": 1.7954651271213284,
|
1199 |
+
"learning_rate": 2.8986561603044694e-07,
|
1200 |
+
"loss": 0.4419,
|
1201 |
+
"step": 835
|
1202 |
+
},
|
1203 |
+
{
|
1204 |
+
"epoch": 2.8046744574290483,
|
1205 |
+
"grad_norm": 1.7817436931187334,
|
1206 |
+
"learning_rate": 2.4518261295667255e-07,
|
1207 |
+
"loss": 0.4256,
|
1208 |
+
"step": 840
|
1209 |
+
},
|
1210 |
+
{
|
1211 |
+
"epoch": 2.8213689482470787,
|
1212 |
+
"grad_norm": 1.9832033151678319,
|
1213 |
+
"learning_rate": 2.0419532185159796e-07,
|
1214 |
+
"loss": 0.4377,
|
1215 |
+
"step": 845
|
1216 |
+
},
|
1217 |
+
{
|
1218 |
+
"epoch": 2.8380634390651087,
|
1219 |
+
"grad_norm": 2.1044988631805936,
|
1220 |
+
"learning_rate": 1.6691927116812002e-07,
|
1221 |
+
"loss": 0.4227,
|
1222 |
+
"step": 850
|
1223 |
+
},
|
1224 |
+
{
|
1225 |
+
"epoch": 2.8547579298831387,
|
1226 |
+
"grad_norm": 1.7105569326916548,
|
1227 |
+
"learning_rate": 1.3336858331787993e-07,
|
1228 |
+
"loss": 0.4348,
|
1229 |
+
"step": 855
|
1230 |
+
},
|
1231 |
+
{
|
1232 |
+
"epoch": 2.8714524207011687,
|
1233 |
+
"grad_norm": 1.8507017140571933,
|
1234 |
+
"learning_rate": 1.0355596932085432e-07,
|
1235 |
+
"loss": 0.4409,
|
1236 |
+
"step": 860
|
1237 |
+
},
|
1238 |
+
{
|
1239 |
+
"epoch": 2.8881469115191987,
|
1240 |
+
"grad_norm": 2.064062762183687,
|
1241 |
+
"learning_rate": 7.749272398964613e-08,
|
1242 |
+
"loss": 0.4144,
|
1243 |
+
"step": 865
|
1244 |
+
},
|
1245 |
+
{
|
1246 |
+
"epoch": 2.9048414023372287,
|
1247 |
+
"grad_norm": 1.719486823729206,
|
1248 |
+
"learning_rate": 5.518872165033329e-08,
|
1249 |
+
"loss": 0.4111,
|
1250 |
+
"step": 870
|
1251 |
+
},
|
1252 |
+
{
|
1253 |
+
"epoch": 2.9215358931552586,
|
1254 |
+
"grad_norm": 1.8799918395529704,
|
1255 |
+
"learning_rate": 3.6652412401478875e-08,
|
1256 |
+
"loss": 0.4193,
|
1257 |
+
"step": 875
|
1258 |
+
},
|
1259 |
+
{
|
1260 |
+
"epoch": 2.9382303839732886,
|
1261 |
+
"grad_norm": 1.8770289189731946,
|
1262 |
+
"learning_rate": 2.1890818912728706e-08,
|
1263 |
+
"loss": 0.4236,
|
1264 |
+
"step": 880
|
1265 |
+
},
|
1266 |
+
{
|
1267 |
+
"epoch": 2.9549248747913186,
|
1268 |
+
"grad_norm": 1.7627043794208022,
|
1269 |
+
"learning_rate": 1.0909533764194013e-08,
|
1270 |
+
"loss": 0.4139,
|
1271 |
+
"step": 885
|
1272 |
+
},
|
1273 |
+
{
|
1274 |
+
"epoch": 2.971619365609349,
|
1275 |
+
"grad_norm": 1.734409436675283,
|
1276 |
+
"learning_rate": 3.7127173276563234e-09,
|
1277 |
+
"loss": 0.4253,
|
1278 |
+
"step": 890
|
1279 |
+
},
|
1280 |
+
{
|
1281 |
+
"epoch": 2.988313856427379,
|
1282 |
+
"grad_norm": 1.7460091881103872,
|
1283 |
+
"learning_rate": 3.0309619035495675e-10,
|
1284 |
+
"loss": 0.4257,
|
1285 |
+
"step": 895
|
1286 |
+
},
|
1287 |
+
{
|
1288 |
+
"epoch": 2.994991652754591,
|
1289 |
+
"eval_loss": 1.0814331769943237,
|
1290 |
+
"eval_runtime": 51.3381,
|
1291 |
+
"eval_samples_per_second": 37.263,
|
1292 |
+
"eval_steps_per_second": 1.169,
|
1293 |
+
"step": 897
|
1294 |
+
},
|
1295 |
+
{
|
1296 |
+
"epoch": 2.994991652754591,
|
1297 |
+
"step": 897,
|
1298 |
+
"total_flos": 246978202042368.0,
|
1299 |
+
"train_loss": 0.8794620578637224,
|
1300 |
+
"train_runtime": 12081.5129,
|
1301 |
+
"train_samples_per_second": 9.517,
|
1302 |
+
"train_steps_per_second": 0.074
|
1303 |
+
}
|
1304 |
+
],
|
1305 |
+
"logging_steps": 5,
|
1306 |
+
"max_steps": 897,
|
1307 |
+
"num_input_tokens_seen": 0,
|
1308 |
+
"num_train_epochs": 3,
|
1309 |
+
"save_steps": 500,
|
1310 |
+
"total_flos": 246978202042368.0,
|
1311 |
+
"train_batch_size": 4,
|
1312 |
+
"trial_name": null,
|
1313 |
+
"trial_params": null
|
1314 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de5f0d42053febd7b4e3d55e5da1c30a7ae96f95423d9aca9d7e192ad1920a07
|
3 |
+
size 6264
|