Model save
Browse files- README.md +60 -0
- all_results.json +9 -0
- generation_config.json +11 -0
- model-00001-of-00002.safetensors +3 -0
- model-00002-of-00002.safetensors +3 -0
- model.safetensors.index.json +202 -0
- train_results.json +9 -0
- trainer_state.json +302 -0
README.md
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: ZhangShenao/0.001_SELM-Phi-3-mini-4k-instruct_iter_1
|
4 |
+
tags:
|
5 |
+
- trl
|
6 |
+
- dpo
|
7 |
+
- generated_from_trainer
|
8 |
+
model-index:
|
9 |
+
- name: 0.001_SELM-Phi-3-mini-4k-instruct_iter_2
|
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 |
+
# 0.001_SELM-Phi-3-mini-4k-instruct_iter_2
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [ZhangShenao/0.001_SELM-Phi-3-mini-4k-instruct_iter_1](https://huggingface.co/ZhangShenao/0.001_SELM-Phi-3-mini-4k-instruct_iter_1) on the None dataset.
|
19 |
+
|
20 |
+
## Model description
|
21 |
+
|
22 |
+
More information needed
|
23 |
+
|
24 |
+
## Intended uses & limitations
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Training and evaluation data
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training procedure
|
33 |
+
|
34 |
+
### Training hyperparameters
|
35 |
+
|
36 |
+
The following hyperparameters were used during training:
|
37 |
+
- learning_rate: 3e-07
|
38 |
+
- train_batch_size: 4
|
39 |
+
- eval_batch_size: 4
|
40 |
+
- seed: 42
|
41 |
+
- distributed_type: multi-GPU
|
42 |
+
- num_devices: 8
|
43 |
+
- gradient_accumulation_steps: 4
|
44 |
+
- total_train_batch_size: 128
|
45 |
+
- total_eval_batch_size: 32
|
46 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
+
- lr_scheduler_type: cosine
|
48 |
+
- lr_scheduler_warmup_ratio: 0.1
|
49 |
+
- num_epochs: 1
|
50 |
+
|
51 |
+
### Training results
|
52 |
+
|
53 |
+
|
54 |
+
|
55 |
+
### Framework versions
|
56 |
+
|
57 |
+
- Transformers 4.40.2
|
58 |
+
- Pytorch 2.3.0+cu121
|
59 |
+
- Datasets 2.14.6
|
60 |
+
- Tokenizers 0.19.1
|
all_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.9984301412872841,
|
3 |
+
"total_flos": 0.0,
|
4 |
+
"train_loss": 0.6040852474716475,
|
5 |
+
"train_runtime": 3000.2234,
|
6 |
+
"train_samples": 20378,
|
7 |
+
"train_samples_per_second": 6.792,
|
8 |
+
"train_steps_per_second": 0.053
|
9 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"eos_token_id": [
|
5 |
+
32000,
|
6 |
+
32001,
|
7 |
+
32007
|
8 |
+
],
|
9 |
+
"pad_token_id": 32000,
|
10 |
+
"transformers_version": "4.40.2"
|
11 |
+
}
|
model-00001-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f2510312703a8ce86ac68726657632c2114dc97c626bd1570500cc508843f1a8
|
3 |
+
size 4972489328
|
model-00002-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1743dbfccbae50e9208d7127730d525ae9cc9c1f67d82832ac0fac26a721ecd
|
3 |
+
size 2669692552
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 7642159104
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "model-00002-of-00002.safetensors",
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00002.safetensors",
|
8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
10 |
+
"model.layers.0.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
11 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
12 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
13 |
+
"model.layers.0.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
14 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
15 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
16 |
+
"model.layers.1.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
17 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
18 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
19 |
+
"model.layers.1.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
20 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
21 |
+
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
22 |
+
"model.layers.10.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
23 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
24 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
25 |
+
"model.layers.10.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
26 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
27 |
+
"model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
28 |
+
"model.layers.11.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
29 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
30 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
31 |
+
"model.layers.11.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
32 |
+
"model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
33 |
+
"model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
34 |
+
"model.layers.12.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
35 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
36 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
37 |
+
"model.layers.12.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
38 |
+
"model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
39 |
+
"model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
40 |
+
"model.layers.13.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
41 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
42 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
43 |
+
"model.layers.13.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
44 |
+
"model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
45 |
+
"model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
46 |
+
"model.layers.14.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
47 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
48 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
49 |
+
"model.layers.14.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
50 |
+
"model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
51 |
+
"model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
52 |
+
"model.layers.15.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
53 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
54 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
55 |
+
"model.layers.15.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
56 |
+
"model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
57 |
+
"model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
58 |
+
"model.layers.16.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
59 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
60 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
61 |
+
"model.layers.16.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
62 |
+
"model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
63 |
+
"model.layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
64 |
+
"model.layers.17.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
65 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
66 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
67 |
+
"model.layers.17.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
68 |
+
"model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
69 |
+
"model.layers.18.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
70 |
+
"model.layers.18.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
71 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
72 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
73 |
+
"model.layers.18.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
74 |
+
"model.layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
75 |
+
"model.layers.19.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
76 |
+
"model.layers.19.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
77 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
78 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
79 |
+
"model.layers.19.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
80 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
81 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
82 |
+
"model.layers.2.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
83 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
84 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
85 |
+
"model.layers.2.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
86 |
+
"model.layers.20.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
87 |
+
"model.layers.20.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
88 |
+
"model.layers.20.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
89 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
90 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
91 |
+
"model.layers.20.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
92 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
93 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
94 |
+
"model.layers.21.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
95 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
96 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
97 |
+
"model.layers.21.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
98 |
+
"model.layers.22.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
99 |
+
"model.layers.22.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
100 |
+
"model.layers.22.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
101 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
102 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
103 |
+
"model.layers.22.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
104 |
+
"model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
105 |
+
"model.layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
106 |
+
"model.layers.23.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
107 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
108 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
109 |
+
"model.layers.23.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
110 |
+
"model.layers.24.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
111 |
+
"model.layers.24.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
112 |
+
"model.layers.24.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
113 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
114 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
115 |
+
"model.layers.24.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
116 |
+
"model.layers.25.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
117 |
+
"model.layers.25.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
118 |
+
"model.layers.25.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
119 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
120 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
121 |
+
"model.layers.25.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
122 |
+
"model.layers.26.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
123 |
+
"model.layers.26.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
124 |
+
"model.layers.26.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
125 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
126 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
127 |
+
"model.layers.26.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
128 |
+
"model.layers.27.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
129 |
+
"model.layers.27.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
130 |
+
"model.layers.27.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
131 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
132 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
133 |
+
"model.layers.27.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
134 |
+
"model.layers.28.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
135 |
+
"model.layers.28.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
136 |
+
"model.layers.28.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
137 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
138 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
139 |
+
"model.layers.28.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
140 |
+
"model.layers.29.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
141 |
+
"model.layers.29.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
142 |
+
"model.layers.29.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
143 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
144 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
145 |
+
"model.layers.29.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
146 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
147 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
148 |
+
"model.layers.3.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
149 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
150 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
151 |
+
"model.layers.3.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
152 |
+
"model.layers.30.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
153 |
+
"model.layers.30.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
154 |
+
"model.layers.30.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
155 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
156 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
157 |
+
"model.layers.30.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
158 |
+
"model.layers.31.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
159 |
+
"model.layers.31.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
160 |
+
"model.layers.31.mlp.gate_up_proj.weight": "model-00002-of-00002.safetensors",
|
161 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
162 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
163 |
+
"model.layers.31.self_attn.qkv_proj.weight": "model-00002-of-00002.safetensors",
|
164 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
165 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
166 |
+
"model.layers.4.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
167 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
168 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
169 |
+
"model.layers.4.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
170 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
171 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
172 |
+
"model.layers.5.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
173 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
174 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
175 |
+
"model.layers.5.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
176 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
177 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
178 |
+
"model.layers.6.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
179 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
180 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
181 |
+
"model.layers.6.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
182 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
183 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
184 |
+
"model.layers.7.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
185 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
186 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
187 |
+
"model.layers.7.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
188 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
189 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
190 |
+
"model.layers.8.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
191 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
192 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
193 |
+
"model.layers.8.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
194 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
195 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
196 |
+
"model.layers.9.mlp.gate_up_proj.weight": "model-00001-of-00002.safetensors",
|
197 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
198 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
199 |
+
"model.layers.9.self_attn.qkv_proj.weight": "model-00001-of-00002.safetensors",
|
200 |
+
"model.norm.weight": "model-00002-of-00002.safetensors"
|
201 |
+
}
|
202 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.9984301412872841,
|
3 |
+
"total_flos": 0.0,
|
4 |
+
"train_loss": 0.6040852474716475,
|
5 |
+
"train_runtime": 3000.2234,
|
6 |
+
"train_samples": 20378,
|
7 |
+
"train_samples_per_second": 6.792,
|
8 |
+
"train_steps_per_second": 0.053
|
9 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,302 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.9984301412872841,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 159,
|
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.006279434850863423,
|
13 |
+
"grad_norm": 10.430633053065636,
|
14 |
+
"learning_rate": 1.875e-08,
|
15 |
+
"logits/chosen": 1.9384945631027222,
|
16 |
+
"logits/rejected": 1.9276118278503418,
|
17 |
+
"logps/chosen": -271.40283203125,
|
18 |
+
"logps/pi_response": -164.53562927246094,
|
19 |
+
"logps/ref_response": -164.53562927246094,
|
20 |
+
"logps/rejected": -331.295166015625,
|
21 |
+
"loss": 0.6931,
|
22 |
+
"rewards/accuracies": 0.0,
|
23 |
+
"rewards/chosen": 0.0,
|
24 |
+
"rewards/margins": 0.0,
|
25 |
+
"rewards/rejected": 0.0,
|
26 |
+
"step": 1
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"epoch": 0.06279434850863422,
|
30 |
+
"grad_norm": 12.398250917152115,
|
31 |
+
"learning_rate": 1.875e-07,
|
32 |
+
"logits/chosen": 1.375727891921997,
|
33 |
+
"logits/rejected": 1.5644251108169556,
|
34 |
+
"logps/chosen": -274.7219543457031,
|
35 |
+
"logps/pi_response": -147.36016845703125,
|
36 |
+
"logps/ref_response": -147.31085205078125,
|
37 |
+
"logps/rejected": -435.1158142089844,
|
38 |
+
"loss": 0.6938,
|
39 |
+
"rewards/accuracies": 0.4444444477558136,
|
40 |
+
"rewards/chosen": -0.0004548828292172402,
|
41 |
+
"rewards/margins": -0.00019649550085887313,
|
42 |
+
"rewards/rejected": -0.0002583875320851803,
|
43 |
+
"step": 10
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"epoch": 0.12558869701726844,
|
47 |
+
"grad_norm": 8.66500301618874,
|
48 |
+
"learning_rate": 2.9942119880575817e-07,
|
49 |
+
"logits/chosen": 1.4651533365249634,
|
50 |
+
"logits/rejected": 1.655652403831482,
|
51 |
+
"logps/chosen": -306.84954833984375,
|
52 |
+
"logps/pi_response": -169.71615600585938,
|
53 |
+
"logps/ref_response": -169.712646484375,
|
54 |
+
"logps/rejected": -432.33612060546875,
|
55 |
+
"loss": 0.6897,
|
56 |
+
"rewards/accuracies": 0.5625,
|
57 |
+
"rewards/chosen": -0.007200081832706928,
|
58 |
+
"rewards/margins": 0.005233117379248142,
|
59 |
+
"rewards/rejected": -0.01243319921195507,
|
60 |
+
"step": 20
|
61 |
+
},
|
62 |
+
{
|
63 |
+
"epoch": 0.18838304552590268,
|
64 |
+
"grad_norm": 9.072183489589987,
|
65 |
+
"learning_rate": 2.929608750821129e-07,
|
66 |
+
"logits/chosen": 1.4678703546524048,
|
67 |
+
"logits/rejected": 1.6495119333267212,
|
68 |
+
"logps/chosen": -303.84332275390625,
|
69 |
+
"logps/pi_response": -163.2515106201172,
|
70 |
+
"logps/ref_response": -162.7336883544922,
|
71 |
+
"logps/rejected": -418.14385986328125,
|
72 |
+
"loss": 0.6725,
|
73 |
+
"rewards/accuracies": 0.625,
|
74 |
+
"rewards/chosen": -0.04476435109972954,
|
75 |
+
"rewards/margins": 0.027997547760605812,
|
76 |
+
"rewards/rejected": -0.0727619007229805,
|
77 |
+
"step": 30
|
78 |
+
},
|
79 |
+
{
|
80 |
+
"epoch": 0.25117739403453687,
|
81 |
+
"grad_norm": 7.9558717739641445,
|
82 |
+
"learning_rate": 2.7962832564252725e-07,
|
83 |
+
"logits/chosen": 1.2683569192886353,
|
84 |
+
"logits/rejected": 1.6301815509796143,
|
85 |
+
"logps/chosen": -296.2575988769531,
|
86 |
+
"logps/pi_response": -164.4340362548828,
|
87 |
+
"logps/ref_response": -164.83663940429688,
|
88 |
+
"logps/rejected": -465.8512268066406,
|
89 |
+
"loss": 0.6494,
|
90 |
+
"rewards/accuracies": 0.7437499761581421,
|
91 |
+
"rewards/chosen": -0.08111439645290375,
|
92 |
+
"rewards/margins": 0.10455696284770966,
|
93 |
+
"rewards/rejected": -0.1856713443994522,
|
94 |
+
"step": 40
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.3139717425431711,
|
98 |
+
"grad_norm": 9.575559868471615,
|
99 |
+
"learning_rate": 2.6006445513357056e-07,
|
100 |
+
"logits/chosen": 1.1666990518569946,
|
101 |
+
"logits/rejected": 1.442095398902893,
|
102 |
+
"logps/chosen": -279.1966857910156,
|
103 |
+
"logps/pi_response": -159.5543670654297,
|
104 |
+
"logps/ref_response": -159.3308563232422,
|
105 |
+
"logps/rejected": -451.89306640625,
|
106 |
+
"loss": 0.6245,
|
107 |
+
"rewards/accuracies": 0.675000011920929,
|
108 |
+
"rewards/chosen": -0.1434028297662735,
|
109 |
+
"rewards/margins": 0.18818414211273193,
|
110 |
+
"rewards/rejected": -0.33158695697784424,
|
111 |
+
"step": 50
|
112 |
+
},
|
113 |
+
{
|
114 |
+
"epoch": 0.37676609105180536,
|
115 |
+
"grad_norm": 7.235393720583013,
|
116 |
+
"learning_rate": 2.3520971200967334e-07,
|
117 |
+
"logits/chosen": 1.2313123941421509,
|
118 |
+
"logits/rejected": 1.3668440580368042,
|
119 |
+
"logps/chosen": -317.02679443359375,
|
120 |
+
"logps/pi_response": -161.31985473632812,
|
121 |
+
"logps/ref_response": -161.15023803710938,
|
122 |
+
"logps/rejected": -474.43475341796875,
|
123 |
+
"loss": 0.6077,
|
124 |
+
"rewards/accuracies": 0.6875,
|
125 |
+
"rewards/chosen": -0.21095111966133118,
|
126 |
+
"rewards/margins": 0.2169308215379715,
|
127 |
+
"rewards/rejected": -0.4278818964958191,
|
128 |
+
"step": 60
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.43956043956043955,
|
132 |
+
"grad_norm": 7.493835961341088,
|
133 |
+
"learning_rate": 2.0625888054143427e-07,
|
134 |
+
"logits/chosen": 1.0015811920166016,
|
135 |
+
"logits/rejected": 1.1100066900253296,
|
136 |
+
"logps/chosen": -305.7568359375,
|
137 |
+
"logps/pi_response": -157.75637817382812,
|
138 |
+
"logps/ref_response": -160.76815795898438,
|
139 |
+
"logps/rejected": -470.54522705078125,
|
140 |
+
"loss": 0.6033,
|
141 |
+
"rewards/accuracies": 0.706250011920929,
|
142 |
+
"rewards/chosen": -0.1870805323123932,
|
143 |
+
"rewards/margins": 0.23715010285377502,
|
144 |
+
"rewards/rejected": -0.42423057556152344,
|
145 |
+
"step": 70
|
146 |
+
},
|
147 |
+
{
|
148 |
+
"epoch": 0.5023547880690737,
|
149 |
+
"grad_norm": 6.931068106744734,
|
150 |
+
"learning_rate": 1.7460364672965327e-07,
|
151 |
+
"logits/chosen": 0.8727623224258423,
|
152 |
+
"logits/rejected": 1.101215124130249,
|
153 |
+
"logps/chosen": -268.4558410644531,
|
154 |
+
"logps/pi_response": -142.99215698242188,
|
155 |
+
"logps/ref_response": -145.04220581054688,
|
156 |
+
"logps/rejected": -471.4241638183594,
|
157 |
+
"loss": 0.5909,
|
158 |
+
"rewards/accuracies": 0.731249988079071,
|
159 |
+
"rewards/chosen": -0.18771064281463623,
|
160 |
+
"rewards/margins": 0.33435240387916565,
|
161 |
+
"rewards/rejected": -0.5220630764961243,
|
162 |
+
"step": 80
|
163 |
+
},
|
164 |
+
{
|
165 |
+
"epoch": 0.565149136577708,
|
166 |
+
"grad_norm": 7.075043680291521,
|
167 |
+
"learning_rate": 1.4176569902035086e-07,
|
168 |
+
"logits/chosen": 0.7811240553855896,
|
169 |
+
"logits/rejected": 1.0503191947937012,
|
170 |
+
"logps/chosen": -308.6497497558594,
|
171 |
+
"logps/pi_response": -152.72732543945312,
|
172 |
+
"logps/ref_response": -156.76785278320312,
|
173 |
+
"logps/rejected": -511.48516845703125,
|
174 |
+
"loss": 0.5858,
|
175 |
+
"rewards/accuracies": 0.699999988079071,
|
176 |
+
"rewards/chosen": -0.2674116790294647,
|
177 |
+
"rewards/margins": 0.39314374327659607,
|
178 |
+
"rewards/rejected": -0.6605554819107056,
|
179 |
+
"step": 90
|
180 |
+
},
|
181 |
+
{
|
182 |
+
"epoch": 0.6279434850863422,
|
183 |
+
"grad_norm": 7.416871526087097,
|
184 |
+
"learning_rate": 1.0932357971453743e-07,
|
185 |
+
"logits/chosen": 0.6527765393257141,
|
186 |
+
"logits/rejected": 0.881365180015564,
|
187 |
+
"logps/chosen": -290.30291748046875,
|
188 |
+
"logps/pi_response": -137.30520629882812,
|
189 |
+
"logps/ref_response": -141.33499145507812,
|
190 |
+
"logps/rejected": -528.6287231445312,
|
191 |
+
"loss": 0.5723,
|
192 |
+
"rewards/accuracies": 0.75,
|
193 |
+
"rewards/chosen": -0.2469521462917328,
|
194 |
+
"rewards/margins": 0.4689961075782776,
|
195 |
+
"rewards/rejected": -0.7159483432769775,
|
196 |
+
"step": 100
|
197 |
+
},
|
198 |
+
{
|
199 |
+
"epoch": 0.6907378335949764,
|
200 |
+
"grad_norm": 6.868702818175434,
|
201 |
+
"learning_rate": 7.883680337481599e-08,
|
202 |
+
"logits/chosen": 0.5740480422973633,
|
203 |
+
"logits/rejected": 0.858615517616272,
|
204 |
+
"logps/chosen": -303.41119384765625,
|
205 |
+
"logps/pi_response": -136.2499542236328,
|
206 |
+
"logps/ref_response": -139.31204223632812,
|
207 |
+
"logps/rejected": -475.9146423339844,
|
208 |
+
"loss": 0.5688,
|
209 |
+
"rewards/accuracies": 0.668749988079071,
|
210 |
+
"rewards/chosen": -0.3227171003818512,
|
211 |
+
"rewards/margins": 0.34727370738983154,
|
212 |
+
"rewards/rejected": -0.6699907183647156,
|
213 |
+
"step": 110
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.7535321821036107,
|
217 |
+
"grad_norm": 7.117305529201249,
|
218 |
+
"learning_rate": 5.177088990820725e-08,
|
219 |
+
"logits/chosen": 0.8573010563850403,
|
220 |
+
"logits/rejected": 1.0616093873977661,
|
221 |
+
"logps/chosen": -343.8194885253906,
|
222 |
+
"logps/pi_response": -163.02926635742188,
|
223 |
+
"logps/ref_response": -168.28973388671875,
|
224 |
+
"logps/rejected": -572.6094970703125,
|
225 |
+
"loss": 0.5672,
|
226 |
+
"rewards/accuracies": 0.7124999761581421,
|
227 |
+
"rewards/chosen": -0.34128373861312866,
|
228 |
+
"rewards/margins": 0.48513007164001465,
|
229 |
+
"rewards/rejected": -0.8264138102531433,
|
230 |
+
"step": 120
|
231 |
+
},
|
232 |
+
{
|
233 |
+
"epoch": 0.8163265306122449,
|
234 |
+
"grad_norm": 7.6342489936056275,
|
235 |
+
"learning_rate": 2.942691603548416e-08,
|
236 |
+
"logits/chosen": 0.6449292302131653,
|
237 |
+
"logits/rejected": 0.8830472826957703,
|
238 |
+
"logps/chosen": -324.7782287597656,
|
239 |
+
"logps/pi_response": -156.79000854492188,
|
240 |
+
"logps/ref_response": -161.82154846191406,
|
241 |
+
"logps/rejected": -524.2703857421875,
|
242 |
+
"loss": 0.5844,
|
243 |
+
"rewards/accuracies": 0.706250011920929,
|
244 |
+
"rewards/chosen": -0.3194042146205902,
|
245 |
+
"rewards/margins": 0.4711576998233795,
|
246 |
+
"rewards/rejected": -0.7905619740486145,
|
247 |
+
"step": 130
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.8791208791208791,
|
251 |
+
"grad_norm": 6.752884100895449,
|
252 |
+
"learning_rate": 1.2878971655412513e-08,
|
253 |
+
"logits/chosen": 0.8525398373603821,
|
254 |
+
"logits/rejected": 1.0120213031768799,
|
255 |
+
"logps/chosen": -330.0039978027344,
|
256 |
+
"logps/pi_response": -156.17630004882812,
|
257 |
+
"logps/ref_response": -161.65866088867188,
|
258 |
+
"logps/rejected": -559.6900634765625,
|
259 |
+
"loss": 0.5577,
|
260 |
+
"rewards/accuracies": 0.71875,
|
261 |
+
"rewards/chosen": -0.2980651557445526,
|
262 |
+
"rewards/margins": 0.5507915616035461,
|
263 |
+
"rewards/rejected": -0.8488567471504211,
|
264 |
+
"step": 140
|
265 |
+
},
|
266 |
+
{
|
267 |
+
"epoch": 0.9419152276295133,
|
268 |
+
"grad_norm": 7.563586487187802,
|
269 |
+
"learning_rate": 2.922527618666465e-09,
|
270 |
+
"logits/chosen": 0.5885689854621887,
|
271 |
+
"logits/rejected": 0.828190803527832,
|
272 |
+
"logps/chosen": -297.84844970703125,
|
273 |
+
"logps/pi_response": -152.97872924804688,
|
274 |
+
"logps/ref_response": -157.01953125,
|
275 |
+
"logps/rejected": -508.4051818847656,
|
276 |
+
"loss": 0.5623,
|
277 |
+
"rewards/accuracies": 0.737500011920929,
|
278 |
+
"rewards/chosen": -0.2831505537033081,
|
279 |
+
"rewards/margins": 0.48666033148765564,
|
280 |
+
"rewards/rejected": -0.7698109149932861,
|
281 |
+
"step": 150
|
282 |
+
},
|
283 |
+
{
|
284 |
+
"epoch": 0.9984301412872841,
|
285 |
+
"step": 159,
|
286 |
+
"total_flos": 0.0,
|
287 |
+
"train_loss": 0.6040852474716475,
|
288 |
+
"train_runtime": 3000.2234,
|
289 |
+
"train_samples_per_second": 6.792,
|
290 |
+
"train_steps_per_second": 0.053
|
291 |
+
}
|
292 |
+
],
|
293 |
+
"logging_steps": 10,
|
294 |
+
"max_steps": 159,
|
295 |
+
"num_input_tokens_seen": 0,
|
296 |
+
"num_train_epochs": 1,
|
297 |
+
"save_steps": 100,
|
298 |
+
"total_flos": 0.0,
|
299 |
+
"train_batch_size": 4,
|
300 |
+
"trial_name": null,
|
301 |
+
"trial_params": null
|
302 |
+
}
|