yangzhao02
commited on
Commit
•
0451aeb
1
Parent(s):
f507f93
Model save
Browse files- README.md +70 -0
- all_results.json +9 -0
- generation_config.json +6 -0
- model-00001-of-00003.safetensors +3 -0
- model-00002-of-00003.safetensors +3 -0
- model-00003-of-00003.safetensors +3 -0
- model.safetensors.index.json +298 -0
- train_results.json +9 -0
- trainer_state.json +908 -0
README.md
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: alignment-handbook/zephyr-7b-sft-full
|
4 |
+
tags:
|
5 |
+
- trl
|
6 |
+
- ndcg
|
7 |
+
- generated_from_trainer
|
8 |
+
model-index:
|
9 |
+
- name: mistral-7b-base-approx_ndcg_1-listsize_8-alpha_25.0-batchsize_128
|
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/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/zhaoyang1/huggingface/runs/13nrxem0)
|
17 |
+
# mistral-7b-base-approx_ndcg_1-listsize_8-alpha_25.0-batchsize_128
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [alignment-handbook/zephyr-7b-sft-full](https://huggingface.co/alignment-handbook/zephyr-7b-sft-full) on an unknown dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: -0.9810
|
22 |
+
- Logps: -291.1517
|
23 |
+
- Logits: -2.9495
|
24 |
+
|
25 |
+
## Model description
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Intended uses & limitations
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training and evaluation data
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training procedure
|
38 |
+
|
39 |
+
### Training hyperparameters
|
40 |
+
|
41 |
+
The following hyperparameters were used during training:
|
42 |
+
- learning_rate: 5e-07
|
43 |
+
- train_batch_size: 1
|
44 |
+
- eval_batch_size: 1
|
45 |
+
- seed: 42
|
46 |
+
- distributed_type: multi-GPU
|
47 |
+
- num_devices: 16
|
48 |
+
- gradient_accumulation_steps: 8
|
49 |
+
- total_train_batch_size: 128
|
50 |
+
- total_eval_batch_size: 16
|
51 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
+
- lr_scheduler_type: cosine
|
53 |
+
- lr_scheduler_warmup_ratio: 0.1
|
54 |
+
- num_epochs: 1
|
55 |
+
- mixed_precision_training: Native AMP
|
56 |
+
|
57 |
+
### Training results
|
58 |
+
|
59 |
+
| Training Loss | Epoch | Step | Validation Loss | Logps | Logits |
|
60 |
+
|:-------------:|:------:|:----:|:---------------:|:---------:|:-------:|
|
61 |
+
| -0.9788 | 0.4275 | 200 | -0.9776 | -289.3082 | -3.0493 |
|
62 |
+
| -0.9812 | 0.8549 | 400 | -0.9810 | -291.1517 | -2.9495 |
|
63 |
+
|
64 |
+
|
65 |
+
### Framework versions
|
66 |
+
|
67 |
+
- Transformers 4.42.0
|
68 |
+
- Pytorch 2.3.0+cu121
|
69 |
+
- Datasets 2.19.1
|
70 |
+
- Tokenizers 0.19.1
|
all_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.9981298423724285,
|
3 |
+
"total_flos": 0.0,
|
4 |
+
"train_loss": -0.9702747563733789,
|
5 |
+
"train_runtime": 45631.769,
|
6 |
+
"train_samples": 59880,
|
7 |
+
"train_samples_per_second": 1.312,
|
8 |
+
"train_steps_per_second": 0.01
|
9 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"transformers_version": "4.42.0"
|
6 |
+
}
|
model-00001-of-00003.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e13ca6930fe75d694bde2201b96694802eb17a72fc1e7527a6fb46fa20f96cb
|
3 |
+
size 4943162240
|
model-00002-of-00003.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1fc2b6261613135930fb4ec6a3d2d1ae32db5b217dd8045b56751a1feb2d2fbc
|
3 |
+
size 4999819232
|
model-00003-of-00003.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a3d0bb1787a6731ce1ccd2a0ff687943088bb244d8f02c7616358b976e32f0a0
|
3 |
+
size 4540516256
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,298 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 14483464192
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "model-00003-of-00003.safetensors",
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00003.safetensors",
|
8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
13 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
15 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
16 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
17 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
18 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
19 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
20 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
21 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
22 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
23 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
24 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
25 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
26 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
27 |
+
"model.layers.10.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
28 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
29 |
+
"model.layers.10.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
30 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
31 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
32 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
33 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
34 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
35 |
+
"model.layers.11.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
36 |
+
"model.layers.11.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
37 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
38 |
+
"model.layers.11.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
39 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
40 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
41 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
42 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
43 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
44 |
+
"model.layers.12.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
45 |
+
"model.layers.12.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
46 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
47 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
48 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
49 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
50 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
51 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
52 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
53 |
+
"model.layers.13.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
54 |
+
"model.layers.13.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
55 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
56 |
+
"model.layers.13.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
57 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
58 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
59 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
60 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
61 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
62 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
63 |
+
"model.layers.14.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
64 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
65 |
+
"model.layers.14.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
66 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
67 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
68 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
69 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
70 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
71 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
72 |
+
"model.layers.15.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
73 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
74 |
+
"model.layers.15.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
75 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
76 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
77 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
78 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
79 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
80 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
81 |
+
"model.layers.16.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
82 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
83 |
+
"model.layers.16.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
84 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
85 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
86 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
87 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
88 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
89 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
90 |
+
"model.layers.17.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
91 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
92 |
+
"model.layers.17.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
93 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
94 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
95 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
96 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
97 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
98 |
+
"model.layers.18.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
99 |
+
"model.layers.18.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
100 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
101 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
102 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
103 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
104 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
105 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
106 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
107 |
+
"model.layers.19.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
108 |
+
"model.layers.19.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
109 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
110 |
+
"model.layers.19.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
111 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
112 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
113 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
114 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
115 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
116 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
117 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
118 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
119 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
120 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
121 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
122 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
123 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
124 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
125 |
+
"model.layers.20.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
126 |
+
"model.layers.20.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
127 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
128 |
+
"model.layers.20.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
129 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
130 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
131 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
132 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
133 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
134 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
135 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
136 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
137 |
+
"model.layers.21.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
138 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
139 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
140 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
141 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
142 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
143 |
+
"model.layers.22.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
144 |
+
"model.layers.22.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
145 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
146 |
+
"model.layers.22.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
147 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
148 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
149 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
150 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
151 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
152 |
+
"model.layers.23.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
153 |
+
"model.layers.23.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
154 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
155 |
+
"model.layers.23.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
156 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
157 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
158 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
159 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
160 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
161 |
+
"model.layers.24.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
162 |
+
"model.layers.24.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
163 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
164 |
+
"model.layers.24.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
165 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
166 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
167 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
168 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
169 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
170 |
+
"model.layers.25.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
171 |
+
"model.layers.25.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
172 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
173 |
+
"model.layers.25.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
174 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
175 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
176 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
177 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
178 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
179 |
+
"model.layers.26.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
180 |
+
"model.layers.26.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
181 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
182 |
+
"model.layers.26.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
183 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
184 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
185 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
186 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
187 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
188 |
+
"model.layers.27.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
189 |
+
"model.layers.27.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
190 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
191 |
+
"model.layers.27.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
192 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
193 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
194 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
195 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
196 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
197 |
+
"model.layers.28.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
198 |
+
"model.layers.28.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
199 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
200 |
+
"model.layers.28.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
201 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
202 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
203 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
204 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
205 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
206 |
+
"model.layers.29.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
207 |
+
"model.layers.29.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
208 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
209 |
+
"model.layers.29.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
210 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
211 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
212 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
213 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
214 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
215 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
216 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
217 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
218 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
219 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
220 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
221 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
222 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
223 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
224 |
+
"model.layers.30.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
225 |
+
"model.layers.30.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
226 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
227 |
+
"model.layers.30.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
228 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
229 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
230 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
231 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
232 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
233 |
+
"model.layers.31.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
234 |
+
"model.layers.31.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
235 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
236 |
+
"model.layers.31.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
237 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
238 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
239 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
240 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
241 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
242 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
243 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
244 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
245 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
246 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
247 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
248 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
249 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
250 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
251 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
252 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
253 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
254 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
255 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
256 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
257 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
258 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
259 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
260 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
261 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
262 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
263 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
264 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
265 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
266 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
267 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
268 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
269 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
270 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
271 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
272 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
273 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
274 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
275 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
276 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
277 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
278 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
279 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
280 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
281 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
282 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
283 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
284 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
285 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
286 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
287 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
288 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
289 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
290 |
+
"model.layers.9.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
291 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
292 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
293 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
294 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
295 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
296 |
+
"model.norm.weight": "model-00003-of-00003.safetensors"
|
297 |
+
}
|
298 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.9981298423724285,
|
3 |
+
"total_flos": 0.0,
|
4 |
+
"train_loss": -0.9702747563733789,
|
5 |
+
"train_runtime": 45631.769,
|
6 |
+
"train_samples": 59880,
|
7 |
+
"train_samples_per_second": 1.312,
|
8 |
+
"train_steps_per_second": 0.01
|
9 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,908 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.9981298423724285,
|
5 |
+
"eval_steps": 200,
|
6 |
+
"global_step": 467,
|
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.0021373230029388193,
|
13 |
+
"grad_norm": 0.0,
|
14 |
+
"learning_rate": 0.0,
|
15 |
+
"logits": -2.7276527881622314,
|
16 |
+
"logps": -123.19757843017578,
|
17 |
+
"loss": -0.7819,
|
18 |
+
"step": 1
|
19 |
+
},
|
20 |
+
{
|
21 |
+
"epoch": 0.010686615014694095,
|
22 |
+
"grad_norm": 0.0,
|
23 |
+
"learning_rate": 0.0,
|
24 |
+
"logits": -2.8715224266052246,
|
25 |
+
"logps": -234.59034729003906,
|
26 |
+
"loss": -0.7834,
|
27 |
+
"step": 5
|
28 |
+
},
|
29 |
+
{
|
30 |
+
"epoch": 0.02137323002938819,
|
31 |
+
"grad_norm": 62.58979166531292,
|
32 |
+
"learning_rate": 3.191489361702127e-08,
|
33 |
+
"logits": -2.846045732498169,
|
34 |
+
"logps": -248.165771484375,
|
35 |
+
"loss": -0.7829,
|
36 |
+
"step": 10
|
37 |
+
},
|
38 |
+
{
|
39 |
+
"epoch": 0.03205984504408229,
|
40 |
+
"grad_norm": 165.21106318043798,
|
41 |
+
"learning_rate": 7.446808510638298e-08,
|
42 |
+
"logits": -2.777956485748291,
|
43 |
+
"logps": -229.2180938720703,
|
44 |
+
"loss": -0.7878,
|
45 |
+
"step": 15
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.04274646005877638,
|
49 |
+
"grad_norm": 73.29436509866687,
|
50 |
+
"learning_rate": 1.2765957446808508e-07,
|
51 |
+
"logits": -2.769435405731201,
|
52 |
+
"logps": -204.04058837890625,
|
53 |
+
"loss": -0.86,
|
54 |
+
"step": 20
|
55 |
+
},
|
56 |
+
{
|
57 |
+
"epoch": 0.053433075073470476,
|
58 |
+
"grad_norm": 43.89267095591359,
|
59 |
+
"learning_rate": 1.8085106382978725e-07,
|
60 |
+
"logits": -2.9436452388763428,
|
61 |
+
"logps": -289.7768859863281,
|
62 |
+
"loss": -0.939,
|
63 |
+
"step": 25
|
64 |
+
},
|
65 |
+
{
|
66 |
+
"epoch": 0.06411969008816458,
|
67 |
+
"grad_norm": 29.65124187980817,
|
68 |
+
"learning_rate": 2.3404255319148937e-07,
|
69 |
+
"logits": -2.9300923347473145,
|
70 |
+
"logps": -277.5953674316406,
|
71 |
+
"loss": -0.9585,
|
72 |
+
"step": 30
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.07480630510285867,
|
76 |
+
"grad_norm": 27.17018222606885,
|
77 |
+
"learning_rate": 2.872340425531915e-07,
|
78 |
+
"logits": -2.9261233806610107,
|
79 |
+
"logps": -234.77285766601562,
|
80 |
+
"loss": -0.9666,
|
81 |
+
"step": 35
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"epoch": 0.08549292011755276,
|
85 |
+
"grad_norm": 23.213967474767983,
|
86 |
+
"learning_rate": 3.404255319148936e-07,
|
87 |
+
"logits": -2.960068464279175,
|
88 |
+
"logps": -236.64358520507812,
|
89 |
+
"loss": -0.9697,
|
90 |
+
"step": 40
|
91 |
+
},
|
92 |
+
{
|
93 |
+
"epoch": 0.09617953513224686,
|
94 |
+
"grad_norm": 21.820617838068017,
|
95 |
+
"learning_rate": 3.9361702127659574e-07,
|
96 |
+
"logits": -2.910217046737671,
|
97 |
+
"logps": -254.3408203125,
|
98 |
+
"loss": -0.9706,
|
99 |
+
"step": 45
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"epoch": 0.10686615014694095,
|
103 |
+
"grad_norm": 19.42383634052037,
|
104 |
+
"learning_rate": 4.4680851063829783e-07,
|
105 |
+
"logits": -2.80342960357666,
|
106 |
+
"logps": -266.91448974609375,
|
107 |
+
"loss": -0.9712,
|
108 |
+
"step": 50
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.11755276516163506,
|
112 |
+
"grad_norm": 19.073870329982725,
|
113 |
+
"learning_rate": 5e-07,
|
114 |
+
"logits": -3.0574581623077393,
|
115 |
+
"logps": -278.97833251953125,
|
116 |
+
"loss": -0.9752,
|
117 |
+
"step": 55
|
118 |
+
},
|
119 |
+
{
|
120 |
+
"epoch": 0.12823938017632916,
|
121 |
+
"grad_norm": 22.140537506897275,
|
122 |
+
"learning_rate": 4.998251761970996e-07,
|
123 |
+
"logits": -2.982924699783325,
|
124 |
+
"logps": -246.08999633789062,
|
125 |
+
"loss": -0.9711,
|
126 |
+
"step": 60
|
127 |
+
},
|
128 |
+
{
|
129 |
+
"epoch": 0.13892599519102325,
|
130 |
+
"grad_norm": 22.027187117031247,
|
131 |
+
"learning_rate": 4.993009492952949e-07,
|
132 |
+
"logits": -3.066633939743042,
|
133 |
+
"logps": -287.9792175292969,
|
134 |
+
"loss": -0.9739,
|
135 |
+
"step": 65
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.14961261020571734,
|
139 |
+
"grad_norm": 28.360950734285428,
|
140 |
+
"learning_rate": 4.984280524733107e-07,
|
141 |
+
"logits": -2.9325830936431885,
|
142 |
+
"logps": -254.9385528564453,
|
143 |
+
"loss": -0.969,
|
144 |
+
"step": 70
|
145 |
+
},
|
146 |
+
{
|
147 |
+
"epoch": 0.16029922522041143,
|
148 |
+
"grad_norm": 26.470079510381215,
|
149 |
+
"learning_rate": 4.972077065562821e-07,
|
150 |
+
"logits": -2.8176350593566895,
|
151 |
+
"logps": -247.518798828125,
|
152 |
+
"loss": -0.9746,
|
153 |
+
"step": 75
|
154 |
+
},
|
155 |
+
{
|
156 |
+
"epoch": 0.17098584023510552,
|
157 |
+
"grad_norm": 19.869439451969985,
|
158 |
+
"learning_rate": 4.956416183083221e-07,
|
159 |
+
"logits": -3.0621449947357178,
|
160 |
+
"logps": -289.036376953125,
|
161 |
+
"loss": -0.974,
|
162 |
+
"step": 80
|
163 |
+
},
|
164 |
+
{
|
165 |
+
"epoch": 0.18167245524979964,
|
166 |
+
"grad_norm": 18.092489458888704,
|
167 |
+
"learning_rate": 4.937319780454559e-07,
|
168 |
+
"logits": -2.8688838481903076,
|
169 |
+
"logps": -279.94183349609375,
|
170 |
+
"loss": -0.9776,
|
171 |
+
"step": 85
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.19235907026449373,
|
175 |
+
"grad_norm": 23.563928671841666,
|
176 |
+
"learning_rate": 4.91481456572267e-07,
|
177 |
+
"logits": -3.0502922534942627,
|
178 |
+
"logps": -219.67733764648438,
|
179 |
+
"loss": -0.9768,
|
180 |
+
"step": 90
|
181 |
+
},
|
182 |
+
{
|
183 |
+
"epoch": 0.20304568527918782,
|
184 |
+
"grad_norm": 18.6682864992676,
|
185 |
+
"learning_rate": 4.888932014465352e-07,
|
186 |
+
"logits": -2.9103236198425293,
|
187 |
+
"logps": -270.4436340332031,
|
188 |
+
"loss": -0.9753,
|
189 |
+
"step": 95
|
190 |
+
},
|
191 |
+
{
|
192 |
+
"epoch": 0.2137323002938819,
|
193 |
+
"grad_norm": 18.181568458747662,
|
194 |
+
"learning_rate": 4.859708325770919e-07,
|
195 |
+
"logits": -2.9558568000793457,
|
196 |
+
"logps": -222.9886932373047,
|
197 |
+
"loss": -0.9758,
|
198 |
+
"step": 100
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.224418915308576,
|
202 |
+
"grad_norm": 22.1137260269499,
|
203 |
+
"learning_rate": 4.82718437161051e-07,
|
204 |
+
"logits": -3.025911808013916,
|
205 |
+
"logps": -265.393310546875,
|
206 |
+
"loss": -0.9784,
|
207 |
+
"step": 105
|
208 |
+
},
|
209 |
+
{
|
210 |
+
"epoch": 0.2351055303232701,
|
211 |
+
"grad_norm": 18.34089290810698,
|
212 |
+
"learning_rate": 4.79140563967494e-07,
|
213 |
+
"logits": -3.0452187061309814,
|
214 |
+
"logps": -291.10003662109375,
|
215 |
+
"loss": -0.977,
|
216 |
+
"step": 110
|
217 |
+
},
|
218 |
+
{
|
219 |
+
"epoch": 0.2457921453379642,
|
220 |
+
"grad_norm": 24.000868485282172,
|
221 |
+
"learning_rate": 4.752422169756047e-07,
|
222 |
+
"logits": -2.9980249404907227,
|
223 |
+
"logps": -270.8134765625,
|
224 |
+
"loss": -0.9769,
|
225 |
+
"step": 115
|
226 |
+
},
|
227 |
+
{
|
228 |
+
"epoch": 0.2564787603526583,
|
229 |
+
"grad_norm": 22.432824006478324,
|
230 |
+
"learning_rate": 4.710288483761524e-07,
|
231 |
+
"logits": -3.0276284217834473,
|
232 |
+
"logps": -242.854248046875,
|
233 |
+
"loss": -0.9781,
|
234 |
+
"step": 120
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.2671653753673524,
|
238 |
+
"grad_norm": 19.623943572874033,
|
239 |
+
"learning_rate": 4.6650635094610966e-07,
|
240 |
+
"logits": -2.9869930744171143,
|
241 |
+
"logps": -264.6936340332031,
|
242 |
+
"loss": -0.9784,
|
243 |
+
"step": 125
|
244 |
+
},
|
245 |
+
{
|
246 |
+
"epoch": 0.2778519903820465,
|
247 |
+
"grad_norm": 16.514800564439714,
|
248 |
+
"learning_rate": 4.6168104980707103e-07,
|
249 |
+
"logits": -3.074154853820801,
|
250 |
+
"logps": -254.39559936523438,
|
251 |
+
"loss": -0.9789,
|
252 |
+
"step": 130
|
253 |
+
},
|
254 |
+
{
|
255 |
+
"epoch": 0.2885386053967406,
|
256 |
+
"grad_norm": 17.940806695880376,
|
257 |
+
"learning_rate": 4.565596935789987e-07,
|
258 |
+
"logits": -3.064635753631592,
|
259 |
+
"logps": -253.6359405517578,
|
260 |
+
"loss": -0.9772,
|
261 |
+
"step": 135
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.2992252204114347,
|
265 |
+
"grad_norm": 15.99587855831518,
|
266 |
+
"learning_rate": 4.511494449416671e-07,
|
267 |
+
"logits": -3.021132707595825,
|
268 |
+
"logps": -291.09625244140625,
|
269 |
+
"loss": -0.9776,
|
270 |
+
"step": 140
|
271 |
+
},
|
272 |
+
{
|
273 |
+
"epoch": 0.30991183542612877,
|
274 |
+
"grad_norm": 15.5792510590759,
|
275 |
+
"learning_rate": 4.4545787061700746e-07,
|
276 |
+
"logits": -2.853203296661377,
|
277 |
+
"logps": -281.72210693359375,
|
278 |
+
"loss": -0.9771,
|
279 |
+
"step": 145
|
280 |
+
},
|
281 |
+
{
|
282 |
+
"epoch": 0.32059845044082286,
|
283 |
+
"grad_norm": 17.480990084091566,
|
284 |
+
"learning_rate": 4.394929307863632e-07,
|
285 |
+
"logits": -2.993375539779663,
|
286 |
+
"logps": -265.2592468261719,
|
287 |
+
"loss": -0.9753,
|
288 |
+
"step": 150
|
289 |
+
},
|
290 |
+
{
|
291 |
+
"epoch": 0.33128506545551695,
|
292 |
+
"grad_norm": 17.70526730878467,
|
293 |
+
"learning_rate": 4.332629679574565e-07,
|
294 |
+
"logits": -3.0605502128601074,
|
295 |
+
"logps": -305.0889587402344,
|
296 |
+
"loss": -0.9766,
|
297 |
+
"step": 155
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.34197168047021104,
|
301 |
+
"grad_norm": 18.40262893823541,
|
302 |
+
"learning_rate": 4.2677669529663686e-07,
|
303 |
+
"logits": -2.9697351455688477,
|
304 |
+
"logps": -306.7701721191406,
|
305 |
+
"loss": -0.9792,
|
306 |
+
"step": 160
|
307 |
+
},
|
308 |
+
{
|
309 |
+
"epoch": 0.3526582954849052,
|
310 |
+
"grad_norm": 20.54973812877713,
|
311 |
+
"learning_rate": 4.200431844427298e-07,
|
312 |
+
"logits": -3.0495619773864746,
|
313 |
+
"logps": -295.7186279296875,
|
314 |
+
"loss": -0.9785,
|
315 |
+
"step": 165
|
316 |
+
},
|
317 |
+
{
|
318 |
+
"epoch": 0.36334491049959927,
|
319 |
+
"grad_norm": 23.008419291973887,
|
320 |
+
"learning_rate": 4.130718528195303e-07,
|
321 |
+
"logits": -2.997997283935547,
|
322 |
+
"logps": -275.9290466308594,
|
323 |
+
"loss": -0.9772,
|
324 |
+
"step": 170
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.37403152551429336,
|
328 |
+
"grad_norm": 22.007125412303857,
|
329 |
+
"learning_rate": 4.058724504646834e-07,
|
330 |
+
"logits": -2.998748779296875,
|
331 |
+
"logps": -276.2112731933594,
|
332 |
+
"loss": -0.9773,
|
333 |
+
"step": 175
|
334 |
+
},
|
335 |
+
{
|
336 |
+
"epoch": 0.38471814052898745,
|
337 |
+
"grad_norm": 14.558828760504346,
|
338 |
+
"learning_rate": 3.9845504639337535e-07,
|
339 |
+
"logits": -3.035895586013794,
|
340 |
+
"logps": -280.32708740234375,
|
341 |
+
"loss": -0.9778,
|
342 |
+
"step": 180
|
343 |
+
},
|
344 |
+
{
|
345 |
+
"epoch": 0.39540475554368154,
|
346 |
+
"grad_norm": 15.094528036756223,
|
347 |
+
"learning_rate": 3.908300145159055e-07,
|
348 |
+
"logits": -2.99044132232666,
|
349 |
+
"logps": -231.31869506835938,
|
350 |
+
"loss": -0.9782,
|
351 |
+
"step": 185
|
352 |
+
},
|
353 |
+
{
|
354 |
+
"epoch": 0.40609137055837563,
|
355 |
+
"grad_norm": 19.931751129133623,
|
356 |
+
"learning_rate": 3.8300801912883414e-07,
|
357 |
+
"logits": -3.1248080730438232,
|
358 |
+
"logps": -272.81658935546875,
|
359 |
+
"loss": -0.9794,
|
360 |
+
"step": 190
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 0.4167779855730697,
|
364 |
+
"grad_norm": 19.163508181353045,
|
365 |
+
"learning_rate": 3.75e-07,
|
366 |
+
"logits": -3.047405242919922,
|
367 |
+
"logps": -332.17578125,
|
368 |
+
"loss": -0.979,
|
369 |
+
"step": 195
|
370 |
+
},
|
371 |
+
{
|
372 |
+
"epoch": 0.4274646005877638,
|
373 |
+
"grad_norm": 16.407530767721205,
|
374 |
+
"learning_rate": 3.668171570682655e-07,
|
375 |
+
"logits": -3.0323641300201416,
|
376 |
+
"logps": -251.59506225585938,
|
377 |
+
"loss": -0.9788,
|
378 |
+
"step": 200
|
379 |
+
},
|
380 |
+
{
|
381 |
+
"epoch": 0.4274646005877638,
|
382 |
+
"eval_logits": -3.0493266582489014,
|
383 |
+
"eval_logps": -289.3082275390625,
|
384 |
+
"eval_loss": -0.9775694608688354,
|
385 |
+
"eval_runtime": 586.0302,
|
386 |
+
"eval_samples_per_second": 3.358,
|
387 |
+
"eval_steps_per_second": 0.21,
|
388 |
+
"step": 200
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"epoch": 0.4381512156024579,
|
392 |
+
"grad_norm": 18.72596941199976,
|
393 |
+
"learning_rate": 3.584709347793895e-07,
|
394 |
+
"logits": -2.9899675846099854,
|
395 |
+
"logps": -264.5972595214844,
|
396 |
+
"loss": -0.9774,
|
397 |
+
"step": 205
|
398 |
+
},
|
399 |
+
{
|
400 |
+
"epoch": 0.448837830617152,
|
401 |
+
"grad_norm": 14.684631204607477,
|
402 |
+
"learning_rate": 3.499730060799352e-07,
|
403 |
+
"logits": -2.9389395713806152,
|
404 |
+
"logps": -270.917236328125,
|
405 |
+
"loss": -0.977,
|
406 |
+
"step": 210
|
407 |
+
},
|
408 |
+
{
|
409 |
+
"epoch": 0.45952444563184613,
|
410 |
+
"grad_norm": 19.60342980482045,
|
411 |
+
"learning_rate": 3.413352560915988e-07,
|
412 |
+
"logits": -2.9131505489349365,
|
413 |
+
"logps": -250.50747680664062,
|
414 |
+
"loss": -0.9779,
|
415 |
+
"step": 215
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 0.4702110606465402,
|
419 |
+
"grad_norm": 12.44502702657658,
|
420 |
+
"learning_rate": 3.325697654887918e-07,
|
421 |
+
"logits": -2.8331167697906494,
|
422 |
+
"logps": -209.47265625,
|
423 |
+
"loss": -0.9759,
|
424 |
+
"step": 220
|
425 |
+
},
|
426 |
+
{
|
427 |
+
"epoch": 0.4808976756612343,
|
428 |
+
"grad_norm": 19.223731552060446,
|
429 |
+
"learning_rate": 3.2368879360272606e-07,
|
430 |
+
"logits": -3.003699779510498,
|
431 |
+
"logps": -293.6314392089844,
|
432 |
+
"loss": -0.9776,
|
433 |
+
"step": 225
|
434 |
+
},
|
435 |
+
{
|
436 |
+
"epoch": 0.4915842906759284,
|
437 |
+
"grad_norm": 18.20205804125661,
|
438 |
+
"learning_rate": 3.147047612756302e-07,
|
439 |
+
"logits": -3.0232555866241455,
|
440 |
+
"logps": -305.18316650390625,
|
441 |
+
"loss": -0.9783,
|
442 |
+
"step": 230
|
443 |
+
},
|
444 |
+
{
|
445 |
+
"epoch": 0.5022709056906225,
|
446 |
+
"grad_norm": 16.46859278231364,
|
447 |
+
"learning_rate": 3.056302334890786e-07,
|
448 |
+
"logits": -2.9345574378967285,
|
449 |
+
"logps": -237.68637084960938,
|
450 |
+
"loss": -0.9797,
|
451 |
+
"step": 235
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 0.5129575207053166,
|
455 |
+
"grad_norm": 16.465984487681027,
|
456 |
+
"learning_rate": 2.964779017907287e-07,
|
457 |
+
"logits": -2.9307010173797607,
|
458 |
+
"logps": -286.076171875,
|
459 |
+
"loss": -0.9805,
|
460 |
+
"step": 240
|
461 |
+
},
|
462 |
+
{
|
463 |
+
"epoch": 0.5236441357200107,
|
464 |
+
"grad_norm": 17.54623610211809,
|
465 |
+
"learning_rate": 2.872605665440436e-07,
|
466 |
+
"logits": -2.974175453186035,
|
467 |
+
"logps": -262.3833312988281,
|
468 |
+
"loss": -0.9787,
|
469 |
+
"step": 245
|
470 |
+
},
|
471 |
+
{
|
472 |
+
"epoch": 0.5343307507347048,
|
473 |
+
"grad_norm": 18.88275216616494,
|
474 |
+
"learning_rate": 2.7799111902582693e-07,
|
475 |
+
"logits": -3.046766996383667,
|
476 |
+
"logps": -251.1654052734375,
|
477 |
+
"loss": -0.9818,
|
478 |
+
"step": 250
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 0.5450173657493989,
|
482 |
+
"grad_norm": 16.60487185722242,
|
483 |
+
"learning_rate": 2.6868252339660607e-07,
|
484 |
+
"logits": -2.889235496520996,
|
485 |
+
"logps": -254.0398712158203,
|
486 |
+
"loss": -0.9779,
|
487 |
+
"step": 255
|
488 |
+
},
|
489 |
+
{
|
490 |
+
"epoch": 0.555703980764093,
|
491 |
+
"grad_norm": 19.312080394342164,
|
492 |
+
"learning_rate": 2.593477985690815e-07,
|
493 |
+
"logits": -2.904877185821533,
|
494 |
+
"logps": -260.0421142578125,
|
495 |
+
"loss": -0.9792,
|
496 |
+
"step": 260
|
497 |
+
},
|
498 |
+
{
|
499 |
+
"epoch": 0.566390595778787,
|
500 |
+
"grad_norm": 17.837317168454984,
|
501 |
+
"learning_rate": 2.5e-07,
|
502 |
+
"logits": -3.0580921173095703,
|
503 |
+
"logps": -253.33425903320312,
|
504 |
+
"loss": -0.9783,
|
505 |
+
"step": 265
|
506 |
+
},
|
507 |
+
{
|
508 |
+
"epoch": 0.5770772107934812,
|
509 |
+
"grad_norm": 19.59229912598117,
|
510 |
+
"learning_rate": 2.406522014309186e-07,
|
511 |
+
"logits": -2.8213086128234863,
|
512 |
+
"logps": -248.05899047851562,
|
513 |
+
"loss": -0.9789,
|
514 |
+
"step": 270
|
515 |
+
},
|
516 |
+
{
|
517 |
+
"epoch": 0.5877638258081752,
|
518 |
+
"grad_norm": 19.31749257546076,
|
519 |
+
"learning_rate": 2.3131747660339394e-07,
|
520 |
+
"logits": -3.022545576095581,
|
521 |
+
"logps": -261.65911865234375,
|
522 |
+
"loss": -0.9795,
|
523 |
+
"step": 275
|
524 |
+
},
|
525 |
+
{
|
526 |
+
"epoch": 0.5984504408228694,
|
527 |
+
"grad_norm": 18.893405028741554,
|
528 |
+
"learning_rate": 2.2200888097417302e-07,
|
529 |
+
"logits": -2.8628716468811035,
|
530 |
+
"logps": -276.71771240234375,
|
531 |
+
"loss": -0.9787,
|
532 |
+
"step": 280
|
533 |
+
},
|
534 |
+
{
|
535 |
+
"epoch": 0.6091370558375635,
|
536 |
+
"grad_norm": 12.031725724871942,
|
537 |
+
"learning_rate": 2.1273943345595635e-07,
|
538 |
+
"logits": -2.8501031398773193,
|
539 |
+
"logps": -225.07083129882812,
|
540 |
+
"loss": -0.9802,
|
541 |
+
"step": 285
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 0.6198236708522575,
|
545 |
+
"grad_norm": 17.440618788817403,
|
546 |
+
"learning_rate": 2.0352209820927135e-07,
|
547 |
+
"logits": -2.9809391498565674,
|
548 |
+
"logps": -279.31085205078125,
|
549 |
+
"loss": -0.98,
|
550 |
+
"step": 290
|
551 |
+
},
|
552 |
+
{
|
553 |
+
"epoch": 0.6305102858669517,
|
554 |
+
"grad_norm": 17.533312297864594,
|
555 |
+
"learning_rate": 1.9436976651092142e-07,
|
556 |
+
"logits": -2.8259799480438232,
|
557 |
+
"logps": -233.43637084960938,
|
558 |
+
"loss": -0.9791,
|
559 |
+
"step": 295
|
560 |
+
},
|
561 |
+
{
|
562 |
+
"epoch": 0.6411969008816457,
|
563 |
+
"grad_norm": 19.09114013567347,
|
564 |
+
"learning_rate": 1.8529523872436977e-07,
|
565 |
+
"logits": -2.877838134765625,
|
566 |
+
"logps": -250.38919067382812,
|
567 |
+
"loss": -0.979,
|
568 |
+
"step": 300
|
569 |
+
},
|
570 |
+
{
|
571 |
+
"epoch": 0.6518835158963399,
|
572 |
+
"grad_norm": 14.469325828491328,
|
573 |
+
"learning_rate": 1.763112063972739e-07,
|
574 |
+
"logits": -2.9694724082946777,
|
575 |
+
"logps": -265.880615234375,
|
576 |
+
"loss": -0.9795,
|
577 |
+
"step": 305
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"epoch": 0.6625701309110339,
|
581 |
+
"grad_norm": 13.892022212321942,
|
582 |
+
"learning_rate": 1.674302345112083e-07,
|
583 |
+
"logits": -2.8365535736083984,
|
584 |
+
"logps": -249.2300567626953,
|
585 |
+
"loss": -0.9815,
|
586 |
+
"step": 310
|
587 |
+
},
|
588 |
+
{
|
589 |
+
"epoch": 0.673256745925728,
|
590 |
+
"grad_norm": 16.882467097549785,
|
591 |
+
"learning_rate": 1.5866474390840124e-07,
|
592 |
+
"logits": -3.010043144226074,
|
593 |
+
"logps": -297.1403503417969,
|
594 |
+
"loss": -0.9803,
|
595 |
+
"step": 315
|
596 |
+
},
|
597 |
+
{
|
598 |
+
"epoch": 0.6839433609404221,
|
599 |
+
"grad_norm": 16.561775281344463,
|
600 |
+
"learning_rate": 1.500269939200648e-07,
|
601 |
+
"logits": -2.910022735595703,
|
602 |
+
"logps": -245.9589080810547,
|
603 |
+
"loss": -0.981,
|
604 |
+
"step": 320
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 0.6946299759551162,
|
608 |
+
"grad_norm": 11.956009192905249,
|
609 |
+
"learning_rate": 1.4152906522061047e-07,
|
610 |
+
"logits": -3.090505599975586,
|
611 |
+
"logps": -297.404052734375,
|
612 |
+
"loss": -0.9801,
|
613 |
+
"step": 325
|
614 |
+
},
|
615 |
+
{
|
616 |
+
"epoch": 0.7053165909698104,
|
617 |
+
"grad_norm": 20.558342213046632,
|
618 |
+
"learning_rate": 1.3318284293173449e-07,
|
619 |
+
"logits": -3.017181396484375,
|
620 |
+
"logps": -282.6482238769531,
|
621 |
+
"loss": -0.9807,
|
622 |
+
"step": 330
|
623 |
+
},
|
624 |
+
{
|
625 |
+
"epoch": 0.7160032059845044,
|
626 |
+
"grad_norm": 13.386951582952191,
|
627 |
+
"learning_rate": 1.2500000000000005e-07,
|
628 |
+
"logits": -2.884382963180542,
|
629 |
+
"logps": -307.8055419921875,
|
630 |
+
"loss": -0.982,
|
631 |
+
"step": 335
|
632 |
+
},
|
633 |
+
{
|
634 |
+
"epoch": 0.7266898209991985,
|
635 |
+
"grad_norm": 20.886776560670956,
|
636 |
+
"learning_rate": 1.1699198087116588e-07,
|
637 |
+
"logits": -2.919635057449341,
|
638 |
+
"logps": -249.56100463867188,
|
639 |
+
"loss": -0.9798,
|
640 |
+
"step": 340
|
641 |
+
},
|
642 |
+
{
|
643 |
+
"epoch": 0.7373764360138926,
|
644 |
+
"grad_norm": 18.641185325431465,
|
645 |
+
"learning_rate": 1.0916998548409447e-07,
|
646 |
+
"logits": -2.8742291927337646,
|
647 |
+
"logps": -281.08062744140625,
|
648 |
+
"loss": -0.9797,
|
649 |
+
"step": 345
|
650 |
+
},
|
651 |
+
{
|
652 |
+
"epoch": 0.7480630510285867,
|
653 |
+
"grad_norm": 12.516321612741994,
|
654 |
+
"learning_rate": 1.0154495360662463e-07,
|
655 |
+
"logits": -2.859714984893799,
|
656 |
+
"logps": -246.27450561523438,
|
657 |
+
"loss": -0.9812,
|
658 |
+
"step": 350
|
659 |
+
},
|
660 |
+
{
|
661 |
+
"epoch": 0.7587496660432808,
|
662 |
+
"grad_norm": 15.783450182742786,
|
663 |
+
"learning_rate": 9.412754953531663e-08,
|
664 |
+
"logits": -2.9711270332336426,
|
665 |
+
"logps": -252.8061981201172,
|
666 |
+
"loss": -0.9806,
|
667 |
+
"step": 355
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 0.7694362810579749,
|
671 |
+
"grad_norm": 16.203610890848484,
|
672 |
+
"learning_rate": 8.692814718046978e-08,
|
673 |
+
"logits": -2.942884683609009,
|
674 |
+
"logps": -284.9074401855469,
|
675 |
+
"loss": -0.9813,
|
676 |
+
"step": 360
|
677 |
+
},
|
678 |
+
{
|
679 |
+
"epoch": 0.7801228960726689,
|
680 |
+
"grad_norm": 15.344868690260943,
|
681 |
+
"learning_rate": 7.99568155572701e-08,
|
682 |
+
"logits": -2.9541680812835693,
|
683 |
+
"logps": -254.73123168945312,
|
684 |
+
"loss": -0.9793,
|
685 |
+
"step": 365
|
686 |
+
},
|
687 |
+
{
|
688 |
+
"epoch": 0.7908095110873631,
|
689 |
+
"grad_norm": 15.263546884716034,
|
690 |
+
"learning_rate": 7.322330470336313e-08,
|
691 |
+
"logits": -2.816589832305908,
|
692 |
+
"logps": -258.56964111328125,
|
693 |
+
"loss": -0.9813,
|
694 |
+
"step": 370
|
695 |
+
},
|
696 |
+
{
|
697 |
+
"epoch": 0.8014961261020572,
|
698 |
+
"grad_norm": 15.150826166868379,
|
699 |
+
"learning_rate": 6.673703204254347e-08,
|
700 |
+
"logits": -2.874589681625366,
|
701 |
+
"logps": -264.58929443359375,
|
702 |
+
"loss": -0.9818,
|
703 |
+
"step": 375
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"epoch": 0.8121827411167513,
|
707 |
+
"grad_norm": 17.746820632954226,
|
708 |
+
"learning_rate": 6.050706921363672e-08,
|
709 |
+
"logits": -2.811462879180908,
|
710 |
+
"logps": -274.1175842285156,
|
711 |
+
"loss": -0.9821,
|
712 |
+
"step": 380
|
713 |
+
},
|
714 |
+
{
|
715 |
+
"epoch": 0.8228693561314454,
|
716 |
+
"grad_norm": 17.866909167465558,
|
717 |
+
"learning_rate": 5.454212938299255e-08,
|
718 |
+
"logits": -2.751802444458008,
|
719 |
+
"logps": -265.1951904296875,
|
720 |
+
"loss": -0.981,
|
721 |
+
"step": 385
|
722 |
+
},
|
723 |
+
{
|
724 |
+
"epoch": 0.8335559711461394,
|
725 |
+
"grad_norm": 19.146717420675806,
|
726 |
+
"learning_rate": 4.885055505833291e-08,
|
727 |
+
"logits": -2.872286319732666,
|
728 |
+
"logps": -271.44451904296875,
|
729 |
+
"loss": -0.9816,
|
730 |
+
"step": 390
|
731 |
+
},
|
732 |
+
{
|
733 |
+
"epoch": 0.8442425861608336,
|
734 |
+
"grad_norm": 16.977738077995557,
|
735 |
+
"learning_rate": 4.3440306421001324e-08,
|
736 |
+
"logits": -2.9000906944274902,
|
737 |
+
"logps": -246.639892578125,
|
738 |
+
"loss": -0.9818,
|
739 |
+
"step": 395
|
740 |
+
},
|
741 |
+
{
|
742 |
+
"epoch": 0.8549292011755276,
|
743 |
+
"grad_norm": 15.148125130733664,
|
744 |
+
"learning_rate": 3.831895019292897e-08,
|
745 |
+
"logits": -2.962857723236084,
|
746 |
+
"logps": -276.59356689453125,
|
747 |
+
"loss": -0.9812,
|
748 |
+
"step": 400
|
749 |
+
},
|
750 |
+
{
|
751 |
+
"epoch": 0.8549292011755276,
|
752 |
+
"eval_logits": -2.9494612216949463,
|
753 |
+
"eval_logps": -291.1517028808594,
|
754 |
+
"eval_loss": -0.9810261130332947,
|
755 |
+
"eval_runtime": 560.2713,
|
756 |
+
"eval_samples_per_second": 3.513,
|
757 |
+
"eval_steps_per_second": 0.22,
|
758 |
+
"step": 400
|
759 |
+
},
|
760 |
+
{
|
761 |
+
"epoch": 0.8656158161902218,
|
762 |
+
"grad_norm": 17.51200256618434,
|
763 |
+
"learning_rate": 3.349364905389032e-08,
|
764 |
+
"logits": -2.8892321586608887,
|
765 |
+
"logps": -291.7529296875,
|
766 |
+
"loss": -0.9807,
|
767 |
+
"step": 405
|
768 |
+
},
|
769 |
+
{
|
770 |
+
"epoch": 0.8763024312049158,
|
771 |
+
"grad_norm": 22.832692473414674,
|
772 |
+
"learning_rate": 2.8971151623847584e-08,
|
773 |
+
"logits": -2.803345203399658,
|
774 |
+
"logps": -268.4388122558594,
|
775 |
+
"loss": -0.9811,
|
776 |
+
"step": 410
|
777 |
+
},
|
778 |
+
{
|
779 |
+
"epoch": 0.88698904621961,
|
780 |
+
"grad_norm": 17.595837977158578,
|
781 |
+
"learning_rate": 2.475778302439524e-08,
|
782 |
+
"logits": -2.8722121715545654,
|
783 |
+
"logps": -251.7541961669922,
|
784 |
+
"loss": -0.9823,
|
785 |
+
"step": 415
|
786 |
+
},
|
787 |
+
{
|
788 |
+
"epoch": 0.897675661234304,
|
789 |
+
"grad_norm": 18.312171813693368,
|
790 |
+
"learning_rate": 2.085943603250595e-08,
|
791 |
+
"logits": -2.9985263347625732,
|
792 |
+
"logps": -270.0942077636719,
|
793 |
+
"loss": -0.9802,
|
794 |
+
"step": 420
|
795 |
+
},
|
796 |
+
{
|
797 |
+
"epoch": 0.9083622762489981,
|
798 |
+
"grad_norm": 16.517443174199403,
|
799 |
+
"learning_rate": 1.7281562838948966e-08,
|
800 |
+
"logits": -2.8859758377075195,
|
801 |
+
"logps": -265.142578125,
|
802 |
+
"loss": -0.9812,
|
803 |
+
"step": 425
|
804 |
+
},
|
805 |
+
{
|
806 |
+
"epoch": 0.9190488912636923,
|
807 |
+
"grad_norm": 19.65350536281161,
|
808 |
+
"learning_rate": 1.4029167422908105e-08,
|
809 |
+
"logits": -2.95444393157959,
|
810 |
+
"logps": -290.2696228027344,
|
811 |
+
"loss": -0.9818,
|
812 |
+
"step": 430
|
813 |
+
},
|
814 |
+
{
|
815 |
+
"epoch": 0.9297355062783863,
|
816 |
+
"grad_norm": 15.855089650199325,
|
817 |
+
"learning_rate": 1.1106798553464802e-08,
|
818 |
+
"logits": -2.9999821186065674,
|
819 |
+
"logps": -269.6681213378906,
|
820 |
+
"loss": -0.9815,
|
821 |
+
"step": 435
|
822 |
+
},
|
823 |
+
{
|
824 |
+
"epoch": 0.9404221212930804,
|
825 |
+
"grad_norm": 17.34381390762727,
|
826 |
+
"learning_rate": 8.518543427732949e-09,
|
827 |
+
"logits": -2.989065647125244,
|
828 |
+
"logps": -246.51412963867188,
|
829 |
+
"loss": -0.9808,
|
830 |
+
"step": 440
|
831 |
+
},
|
832 |
+
{
|
833 |
+
"epoch": 0.9511087363077745,
|
834 |
+
"grad_norm": 16.16955244150207,
|
835 |
+
"learning_rate": 6.268021954544095e-09,
|
836 |
+
"logits": -2.859179973602295,
|
837 |
+
"logps": -305.86053466796875,
|
838 |
+
"loss": -0.9795,
|
839 |
+
"step": 445
|
840 |
+
},
|
841 |
+
{
|
842 |
+
"epoch": 0.9617953513224686,
|
843 |
+
"grad_norm": 14.813287522652269,
|
844 |
+
"learning_rate": 4.358381691677931e-09,
|
845 |
+
"logits": -2.835251808166504,
|
846 |
+
"logps": -273.0709533691406,
|
847 |
+
"loss": -0.9813,
|
848 |
+
"step": 450
|
849 |
+
},
|
850 |
+
{
|
851 |
+
"epoch": 0.9724819663371627,
|
852 |
+
"grad_norm": 18.12603626613458,
|
853 |
+
"learning_rate": 2.7922934437178692e-09,
|
854 |
+
"logits": -2.8190817832946777,
|
855 |
+
"logps": -264.83544921875,
|
856 |
+
"loss": -0.981,
|
857 |
+
"step": 455
|
858 |
+
},
|
859 |
+
{
|
860 |
+
"epoch": 0.9831685813518568,
|
861 |
+
"grad_norm": 17.624270425975272,
|
862 |
+
"learning_rate": 1.5719475266893489e-09,
|
863 |
+
"logits": -2.793806552886963,
|
864 |
+
"logps": -224.26779174804688,
|
865 |
+
"loss": -0.9821,
|
866 |
+
"step": 460
|
867 |
+
},
|
868 |
+
{
|
869 |
+
"epoch": 0.9938551963665508,
|
870 |
+
"grad_norm": 17.165545325823846,
|
871 |
+
"learning_rate": 6.990507047049676e-10,
|
872 |
+
"logits": -2.9348580837249756,
|
873 |
+
"logps": -265.0174255371094,
|
874 |
+
"loss": -0.9799,
|
875 |
+
"step": 465
|
876 |
+
},
|
877 |
+
{
|
878 |
+
"epoch": 0.9981298423724285,
|
879 |
+
"step": 467,
|
880 |
+
"total_flos": 0.0,
|
881 |
+
"train_loss": -0.9702747563733789,
|
882 |
+
"train_runtime": 45631.769,
|
883 |
+
"train_samples_per_second": 1.312,
|
884 |
+
"train_steps_per_second": 0.01
|
885 |
+
}
|
886 |
+
],
|
887 |
+
"logging_steps": 5,
|
888 |
+
"max_steps": 467,
|
889 |
+
"num_input_tokens_seen": 0,
|
890 |
+
"num_train_epochs": 1,
|
891 |
+
"save_steps": 250,
|
892 |
+
"stateful_callbacks": {
|
893 |
+
"TrainerControl": {
|
894 |
+
"args": {
|
895 |
+
"should_epoch_stop": false,
|
896 |
+
"should_evaluate": false,
|
897 |
+
"should_log": false,
|
898 |
+
"should_save": true,
|
899 |
+
"should_training_stop": true
|
900 |
+
},
|
901 |
+
"attributes": {}
|
902 |
+
}
|
903 |
+
},
|
904 |
+
"total_flos": 0.0,
|
905 |
+
"train_batch_size": 1,
|
906 |
+
"trial_name": null,
|
907 |
+
"trial_params": null
|
908 |
+
}
|