Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- chat_template.jinja +4 -0
- config.json +26 -0
- generation_config.json +7 -0
- optimizer.bin +3 -0
- pytorch_model-00001-of-00005.bin +3 -0
- pytorch_model-00002-of-00005.bin +3 -0
- pytorch_model-00003-of-00005.bin +3 -0
- pytorch_model-00004-of-00005.bin +3 -0
- pytorch_model-00005-of-00005.bin +3 -0
- pytorch_model.bin.index.json +371 -0
- pytorch_model_fsdp.bin +3 -0
- rng_state_0.pth +3 -0
- rng_state_1.pth +3 -0
- rng_state_2.pth +3 -0
- rng_state_3.pth +3 -0
- rng_state_4.pth +3 -0
- rng_state_5.pth +3 -0
- rng_state_6.pth +3 -0
- rng_state_7.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +30 -0
- tokenizer.json +3 -0
- tokenizer_config.json +0 -0
- trainer_state.json +755 -0
- training_args.bin +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
chat_template.jinja
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{{'<|im_start|>' + message['role'] + '
|
2 |
+
' + message['content'] + '<|im_end|>' + '
|
3 |
+
'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant
|
4 |
+
' }}{% endif %}
|
config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"FSDPMistralForCausalLM"
|
4 |
+
],
|
5 |
+
"attention_dropout": 0.0,
|
6 |
+
"bos_token_id": 1,
|
7 |
+
"eos_token_id": 2,
|
8 |
+
"head_dim": 128,
|
9 |
+
"hidden_act": "silu",
|
10 |
+
"hidden_size": 5120,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 14336,
|
13 |
+
"max_position_embeddings": 131072,
|
14 |
+
"model_type": "mistral",
|
15 |
+
"num_attention_heads": 32,
|
16 |
+
"num_hidden_layers": 40,
|
17 |
+
"num_key_value_heads": 8,
|
18 |
+
"rms_norm_eps": 1e-05,
|
19 |
+
"rope_theta": 1000000.0,
|
20 |
+
"sliding_window": null,
|
21 |
+
"tie_word_embeddings": false,
|
22 |
+
"torch_dtype": "bfloat16",
|
23 |
+
"transformers_version": "4.55.3",
|
24 |
+
"use_cache": false,
|
25 |
+
"vocab_size": 131074
|
26 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"do_sample": true,
|
5 |
+
"eos_token_id": 2,
|
6 |
+
"transformers_version": "4.55.3"
|
7 |
+
}
|
optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:398bd8ea94c8228b85fee1356702734430a4a15b25822c75f9109b6eaf061452
|
3 |
+
size 48991538020
|
pytorch_model-00001-of-00005.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3880743a863323ba26c3bc841df4d166ffdb13012c395ba110f5aeab3d610ff9
|
3 |
+
size 4865557157
|
pytorch_model-00002-of-00005.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1332590fd05e118295c926aa4eb6180278ce402fd67c25d900483f71b5babcbb
|
3 |
+
size 4907548255
|
pytorch_model-00003-of-00005.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:164611b4b0e21b7e4ad3903d4c93b50f3fbdbe59313e302c2879f36708431a7a
|
3 |
+
size 4907548319
|
pytorch_model-00004-of-00005.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df373bf5bc038a596ef55969f4899360237873a363ee5cbf71f07fa2aac30355
|
3 |
+
size 4907548319
|
pytorch_model-00005-of-00005.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b10176998a0d82b4157c70854372ada1fba90cbee8668d45c2b248d87a0efcb
|
3 |
+
size 4907530809
|
pytorch_model.bin.index.json
ADDED
@@ -0,0 +1,371 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_parameters": 12247802880,
|
4 |
+
"total_size": 24495605760
|
5 |
+
},
|
6 |
+
"weight_map": {
|
7 |
+
"lm_head.weight": "pytorch_model-00005-of-00005.bin",
|
8 |
+
"model.embed_tokens.weight": "pytorch_model-00001-of-00005.bin",
|
9 |
+
"model.layers.0.input_layernorm.weight": "pytorch_model-00001-of-00005.bin",
|
10 |
+
"model.layers.0.mlp.down_proj.weight": "pytorch_model-00001-of-00005.bin",
|
11 |
+
"model.layers.0.mlp.gate_proj.weight": "pytorch_model-00001-of-00005.bin",
|
12 |
+
"model.layers.0.mlp.up_proj.weight": "pytorch_model-00001-of-00005.bin",
|
13 |
+
"model.layers.0.post_attention_layernorm.weight": "pytorch_model-00001-of-00005.bin",
|
14 |
+
"model.layers.0.self_attn.k_proj.weight": "pytorch_model-00001-of-00005.bin",
|
15 |
+
"model.layers.0.self_attn.o_proj.weight": "pytorch_model-00001-of-00005.bin",
|
16 |
+
"model.layers.0.self_attn.q_proj.weight": "pytorch_model-00001-of-00005.bin",
|
17 |
+
"model.layers.0.self_attn.v_proj.weight": "pytorch_model-00001-of-00005.bin",
|
18 |
+
"model.layers.1.input_layernorm.weight": "pytorch_model-00001-of-00005.bin",
|
19 |
+
"model.layers.1.mlp.down_proj.weight": "pytorch_model-00001-of-00005.bin",
|
20 |
+
"model.layers.1.mlp.gate_proj.weight": "pytorch_model-00001-of-00005.bin",
|
21 |
+
"model.layers.1.mlp.up_proj.weight": "pytorch_model-00001-of-00005.bin",
|
22 |
+
"model.layers.1.post_attention_layernorm.weight": "pytorch_model-00001-of-00005.bin",
|
23 |
+
"model.layers.1.self_attn.k_proj.weight": "pytorch_model-00001-of-00005.bin",
|
24 |
+
"model.layers.1.self_attn.o_proj.weight": "pytorch_model-00001-of-00005.bin",
|
25 |
+
"model.layers.1.self_attn.q_proj.weight": "pytorch_model-00001-of-00005.bin",
|
26 |
+
"model.layers.1.self_attn.v_proj.weight": "pytorch_model-00001-of-00005.bin",
|
27 |
+
"model.layers.10.input_layernorm.weight": "pytorch_model-00002-of-00005.bin",
|
28 |
+
"model.layers.10.mlp.down_proj.weight": "pytorch_model-00002-of-00005.bin",
|
29 |
+
"model.layers.10.mlp.gate_proj.weight": "pytorch_model-00002-of-00005.bin",
|
30 |
+
"model.layers.10.mlp.up_proj.weight": "pytorch_model-00002-of-00005.bin",
|
31 |
+
"model.layers.10.post_attention_layernorm.weight": "pytorch_model-00002-of-00005.bin",
|
32 |
+
"model.layers.10.self_attn.k_proj.weight": "pytorch_model-00002-of-00005.bin",
|
33 |
+
"model.layers.10.self_attn.o_proj.weight": "pytorch_model-00002-of-00005.bin",
|
34 |
+
"model.layers.10.self_attn.q_proj.weight": "pytorch_model-00002-of-00005.bin",
|
35 |
+
"model.layers.10.self_attn.v_proj.weight": "pytorch_model-00002-of-00005.bin",
|
36 |
+
"model.layers.11.input_layernorm.weight": "pytorch_model-00002-of-00005.bin",
|
37 |
+
"model.layers.11.mlp.down_proj.weight": "pytorch_model-00002-of-00005.bin",
|
38 |
+
"model.layers.11.mlp.gate_proj.weight": "pytorch_model-00002-of-00005.bin",
|
39 |
+
"model.layers.11.mlp.up_proj.weight": "pytorch_model-00002-of-00005.bin",
|
40 |
+
"model.layers.11.post_attention_layernorm.weight": "pytorch_model-00002-of-00005.bin",
|
41 |
+
"model.layers.11.self_attn.k_proj.weight": "pytorch_model-00002-of-00005.bin",
|
42 |
+
"model.layers.11.self_attn.o_proj.weight": "pytorch_model-00002-of-00005.bin",
|
43 |
+
"model.layers.11.self_attn.q_proj.weight": "pytorch_model-00002-of-00005.bin",
|
44 |
+
"model.layers.11.self_attn.v_proj.weight": "pytorch_model-00002-of-00005.bin",
|
45 |
+
"model.layers.12.input_layernorm.weight": "pytorch_model-00002-of-00005.bin",
|
46 |
+
"model.layers.12.mlp.down_proj.weight": "pytorch_model-00002-of-00005.bin",
|
47 |
+
"model.layers.12.mlp.gate_proj.weight": "pytorch_model-00002-of-00005.bin",
|
48 |
+
"model.layers.12.mlp.up_proj.weight": "pytorch_model-00002-of-00005.bin",
|
49 |
+
"model.layers.12.post_attention_layernorm.weight": "pytorch_model-00002-of-00005.bin",
|
50 |
+
"model.layers.12.self_attn.k_proj.weight": "pytorch_model-00002-of-00005.bin",
|
51 |
+
"model.layers.12.self_attn.o_proj.weight": "pytorch_model-00002-of-00005.bin",
|
52 |
+
"model.layers.12.self_attn.q_proj.weight": "pytorch_model-00002-of-00005.bin",
|
53 |
+
"model.layers.12.self_attn.v_proj.weight": "pytorch_model-00002-of-00005.bin",
|
54 |
+
"model.layers.13.input_layernorm.weight": "pytorch_model-00002-of-00005.bin",
|
55 |
+
"model.layers.13.mlp.down_proj.weight": "pytorch_model-00002-of-00005.bin",
|
56 |
+
"model.layers.13.mlp.gate_proj.weight": "pytorch_model-00002-of-00005.bin",
|
57 |
+
"model.layers.13.mlp.up_proj.weight": "pytorch_model-00002-of-00005.bin",
|
58 |
+
"model.layers.13.post_attention_layernorm.weight": "pytorch_model-00002-of-00005.bin",
|
59 |
+
"model.layers.13.self_attn.k_proj.weight": "pytorch_model-00002-of-00005.bin",
|
60 |
+
"model.layers.13.self_attn.o_proj.weight": "pytorch_model-00002-of-00005.bin",
|
61 |
+
"model.layers.13.self_attn.q_proj.weight": "pytorch_model-00002-of-00005.bin",
|
62 |
+
"model.layers.13.self_attn.v_proj.weight": "pytorch_model-00002-of-00005.bin",
|
63 |
+
"model.layers.14.input_layernorm.weight": "pytorch_model-00002-of-00005.bin",
|
64 |
+
"model.layers.14.mlp.down_proj.weight": "pytorch_model-00002-of-00005.bin",
|
65 |
+
"model.layers.14.mlp.gate_proj.weight": "pytorch_model-00002-of-00005.bin",
|
66 |
+
"model.layers.14.mlp.up_proj.weight": "pytorch_model-00002-of-00005.bin",
|
67 |
+
"model.layers.14.post_attention_layernorm.weight": "pytorch_model-00002-of-00005.bin",
|
68 |
+
"model.layers.14.self_attn.k_proj.weight": "pytorch_model-00002-of-00005.bin",
|
69 |
+
"model.layers.14.self_attn.o_proj.weight": "pytorch_model-00002-of-00005.bin",
|
70 |
+
"model.layers.14.self_attn.q_proj.weight": "pytorch_model-00002-of-00005.bin",
|
71 |
+
"model.layers.14.self_attn.v_proj.weight": "pytorch_model-00002-of-00005.bin",
|
72 |
+
"model.layers.15.input_layernorm.weight": "pytorch_model-00003-of-00005.bin",
|
73 |
+
"model.layers.15.mlp.down_proj.weight": "pytorch_model-00003-of-00005.bin",
|
74 |
+
"model.layers.15.mlp.gate_proj.weight": "pytorch_model-00002-of-00005.bin",
|
75 |
+
"model.layers.15.mlp.up_proj.weight": "pytorch_model-00003-of-00005.bin",
|
76 |
+
"model.layers.15.post_attention_layernorm.weight": "pytorch_model-00003-of-00005.bin",
|
77 |
+
"model.layers.15.self_attn.k_proj.weight": "pytorch_model-00002-of-00005.bin",
|
78 |
+
"model.layers.15.self_attn.o_proj.weight": "pytorch_model-00002-of-00005.bin",
|
79 |
+
"model.layers.15.self_attn.q_proj.weight": "pytorch_model-00002-of-00005.bin",
|
80 |
+
"model.layers.15.self_attn.v_proj.weight": "pytorch_model-00002-of-00005.bin",
|
81 |
+
"model.layers.16.input_layernorm.weight": "pytorch_model-00003-of-00005.bin",
|
82 |
+
"model.layers.16.mlp.down_proj.weight": "pytorch_model-00003-of-00005.bin",
|
83 |
+
"model.layers.16.mlp.gate_proj.weight": "pytorch_model-00003-of-00005.bin",
|
84 |
+
"model.layers.16.mlp.up_proj.weight": "pytorch_model-00003-of-00005.bin",
|
85 |
+
"model.layers.16.post_attention_layernorm.weight": "pytorch_model-00003-of-00005.bin",
|
86 |
+
"model.layers.16.self_attn.k_proj.weight": "pytorch_model-00003-of-00005.bin",
|
87 |
+
"model.layers.16.self_attn.o_proj.weight": "pytorch_model-00003-of-00005.bin",
|
88 |
+
"model.layers.16.self_attn.q_proj.weight": "pytorch_model-00003-of-00005.bin",
|
89 |
+
"model.layers.16.self_attn.v_proj.weight": "pytorch_model-00003-of-00005.bin",
|
90 |
+
"model.layers.17.input_layernorm.weight": "pytorch_model-00003-of-00005.bin",
|
91 |
+
"model.layers.17.mlp.down_proj.weight": "pytorch_model-00003-of-00005.bin",
|
92 |
+
"model.layers.17.mlp.gate_proj.weight": "pytorch_model-00003-of-00005.bin",
|
93 |
+
"model.layers.17.mlp.up_proj.weight": "pytorch_model-00003-of-00005.bin",
|
94 |
+
"model.layers.17.post_attention_layernorm.weight": "pytorch_model-00003-of-00005.bin",
|
95 |
+
"model.layers.17.self_attn.k_proj.weight": "pytorch_model-00003-of-00005.bin",
|
96 |
+
"model.layers.17.self_attn.o_proj.weight": "pytorch_model-00003-of-00005.bin",
|
97 |
+
"model.layers.17.self_attn.q_proj.weight": "pytorch_model-00003-of-00005.bin",
|
98 |
+
"model.layers.17.self_attn.v_proj.weight": "pytorch_model-00003-of-00005.bin",
|
99 |
+
"model.layers.18.input_layernorm.weight": "pytorch_model-00003-of-00005.bin",
|
100 |
+
"model.layers.18.mlp.down_proj.weight": "pytorch_model-00003-of-00005.bin",
|
101 |
+
"model.layers.18.mlp.gate_proj.weight": "pytorch_model-00003-of-00005.bin",
|
102 |
+
"model.layers.18.mlp.up_proj.weight": "pytorch_model-00003-of-00005.bin",
|
103 |
+
"model.layers.18.post_attention_layernorm.weight": "pytorch_model-00003-of-00005.bin",
|
104 |
+
"model.layers.18.self_attn.k_proj.weight": "pytorch_model-00003-of-00005.bin",
|
105 |
+
"model.layers.18.self_attn.o_proj.weight": "pytorch_model-00003-of-00005.bin",
|
106 |
+
"model.layers.18.self_attn.q_proj.weight": "pytorch_model-00003-of-00005.bin",
|
107 |
+
"model.layers.18.self_attn.v_proj.weight": "pytorch_model-00003-of-00005.bin",
|
108 |
+
"model.layers.19.input_layernorm.weight": "pytorch_model-00003-of-00005.bin",
|
109 |
+
"model.layers.19.mlp.down_proj.weight": "pytorch_model-00003-of-00005.bin",
|
110 |
+
"model.layers.19.mlp.gate_proj.weight": "pytorch_model-00003-of-00005.bin",
|
111 |
+
"model.layers.19.mlp.up_proj.weight": "pytorch_model-00003-of-00005.bin",
|
112 |
+
"model.layers.19.post_attention_layernorm.weight": "pytorch_model-00003-of-00005.bin",
|
113 |
+
"model.layers.19.self_attn.k_proj.weight": "pytorch_model-00003-of-00005.bin",
|
114 |
+
"model.layers.19.self_attn.o_proj.weight": "pytorch_model-00003-of-00005.bin",
|
115 |
+
"model.layers.19.self_attn.q_proj.weight": "pytorch_model-00003-of-00005.bin",
|
116 |
+
"model.layers.19.self_attn.v_proj.weight": "pytorch_model-00003-of-00005.bin",
|
117 |
+
"model.layers.2.input_layernorm.weight": "pytorch_model-00001-of-00005.bin",
|
118 |
+
"model.layers.2.mlp.down_proj.weight": "pytorch_model-00001-of-00005.bin",
|
119 |
+
"model.layers.2.mlp.gate_proj.weight": "pytorch_model-00001-of-00005.bin",
|
120 |
+
"model.layers.2.mlp.up_proj.weight": "pytorch_model-00001-of-00005.bin",
|
121 |
+
"model.layers.2.post_attention_layernorm.weight": "pytorch_model-00001-of-00005.bin",
|
122 |
+
"model.layers.2.self_attn.k_proj.weight": "pytorch_model-00001-of-00005.bin",
|
123 |
+
"model.layers.2.self_attn.o_proj.weight": "pytorch_model-00001-of-00005.bin",
|
124 |
+
"model.layers.2.self_attn.q_proj.weight": "pytorch_model-00001-of-00005.bin",
|
125 |
+
"model.layers.2.self_attn.v_proj.weight": "pytorch_model-00001-of-00005.bin",
|
126 |
+
"model.layers.20.input_layernorm.weight": "pytorch_model-00003-of-00005.bin",
|
127 |
+
"model.layers.20.mlp.down_proj.weight": "pytorch_model-00003-of-00005.bin",
|
128 |
+
"model.layers.20.mlp.gate_proj.weight": "pytorch_model-00003-of-00005.bin",
|
129 |
+
"model.layers.20.mlp.up_proj.weight": "pytorch_model-00003-of-00005.bin",
|
130 |
+
"model.layers.20.post_attention_layernorm.weight": "pytorch_model-00003-of-00005.bin",
|
131 |
+
"model.layers.20.self_attn.k_proj.weight": "pytorch_model-00003-of-00005.bin",
|
132 |
+
"model.layers.20.self_attn.o_proj.weight": "pytorch_model-00003-of-00005.bin",
|
133 |
+
"model.layers.20.self_attn.q_proj.weight": "pytorch_model-00003-of-00005.bin",
|
134 |
+
"model.layers.20.self_attn.v_proj.weight": "pytorch_model-00003-of-00005.bin",
|
135 |
+
"model.layers.21.input_layernorm.weight": "pytorch_model-00003-of-00005.bin",
|
136 |
+
"model.layers.21.mlp.down_proj.weight": "pytorch_model-00003-of-00005.bin",
|
137 |
+
"model.layers.21.mlp.gate_proj.weight": "pytorch_model-00003-of-00005.bin",
|
138 |
+
"model.layers.21.mlp.up_proj.weight": "pytorch_model-00003-of-00005.bin",
|
139 |
+
"model.layers.21.post_attention_layernorm.weight": "pytorch_model-00003-of-00005.bin",
|
140 |
+
"model.layers.21.self_attn.k_proj.weight": "pytorch_model-00003-of-00005.bin",
|
141 |
+
"model.layers.21.self_attn.o_proj.weight": "pytorch_model-00003-of-00005.bin",
|
142 |
+
"model.layers.21.self_attn.q_proj.weight": "pytorch_model-00003-of-00005.bin",
|
143 |
+
"model.layers.21.self_attn.v_proj.weight": "pytorch_model-00003-of-00005.bin",
|
144 |
+
"model.layers.22.input_layernorm.weight": "pytorch_model-00003-of-00005.bin",
|
145 |
+
"model.layers.22.mlp.down_proj.weight": "pytorch_model-00003-of-00005.bin",
|
146 |
+
"model.layers.22.mlp.gate_proj.weight": "pytorch_model-00003-of-00005.bin",
|
147 |
+
"model.layers.22.mlp.up_proj.weight": "pytorch_model-00003-of-00005.bin",
|
148 |
+
"model.layers.22.post_attention_layernorm.weight": "pytorch_model-00003-of-00005.bin",
|
149 |
+
"model.layers.22.self_attn.k_proj.weight": "pytorch_model-00003-of-00005.bin",
|
150 |
+
"model.layers.22.self_attn.o_proj.weight": "pytorch_model-00003-of-00005.bin",
|
151 |
+
"model.layers.22.self_attn.q_proj.weight": "pytorch_model-00003-of-00005.bin",
|
152 |
+
"model.layers.22.self_attn.v_proj.weight": "pytorch_model-00003-of-00005.bin",
|
153 |
+
"model.layers.23.input_layernorm.weight": "pytorch_model-00003-of-00005.bin",
|
154 |
+
"model.layers.23.mlp.down_proj.weight": "pytorch_model-00003-of-00005.bin",
|
155 |
+
"model.layers.23.mlp.gate_proj.weight": "pytorch_model-00003-of-00005.bin",
|
156 |
+
"model.layers.23.mlp.up_proj.weight": "pytorch_model-00003-of-00005.bin",
|
157 |
+
"model.layers.23.post_attention_layernorm.weight": "pytorch_model-00003-of-00005.bin",
|
158 |
+
"model.layers.23.self_attn.k_proj.weight": "pytorch_model-00003-of-00005.bin",
|
159 |
+
"model.layers.23.self_attn.o_proj.weight": "pytorch_model-00003-of-00005.bin",
|
160 |
+
"model.layers.23.self_attn.q_proj.weight": "pytorch_model-00003-of-00005.bin",
|
161 |
+
"model.layers.23.self_attn.v_proj.weight": "pytorch_model-00003-of-00005.bin",
|
162 |
+
"model.layers.24.input_layernorm.weight": "pytorch_model-00004-of-00005.bin",
|
163 |
+
"model.layers.24.mlp.down_proj.weight": "pytorch_model-00004-of-00005.bin",
|
164 |
+
"model.layers.24.mlp.gate_proj.weight": "pytorch_model-00003-of-00005.bin",
|
165 |
+
"model.layers.24.mlp.up_proj.weight": "pytorch_model-00004-of-00005.bin",
|
166 |
+
"model.layers.24.post_attention_layernorm.weight": "pytorch_model-00004-of-00005.bin",
|
167 |
+
"model.layers.24.self_attn.k_proj.weight": "pytorch_model-00003-of-00005.bin",
|
168 |
+
"model.layers.24.self_attn.o_proj.weight": "pytorch_model-00003-of-00005.bin",
|
169 |
+
"model.layers.24.self_attn.q_proj.weight": "pytorch_model-00003-of-00005.bin",
|
170 |
+
"model.layers.24.self_attn.v_proj.weight": "pytorch_model-00003-of-00005.bin",
|
171 |
+
"model.layers.25.input_layernorm.weight": "pytorch_model-00004-of-00005.bin",
|
172 |
+
"model.layers.25.mlp.down_proj.weight": "pytorch_model-00004-of-00005.bin",
|
173 |
+
"model.layers.25.mlp.gate_proj.weight": "pytorch_model-00004-of-00005.bin",
|
174 |
+
"model.layers.25.mlp.up_proj.weight": "pytorch_model-00004-of-00005.bin",
|
175 |
+
"model.layers.25.post_attention_layernorm.weight": "pytorch_model-00004-of-00005.bin",
|
176 |
+
"model.layers.25.self_attn.k_proj.weight": "pytorch_model-00004-of-00005.bin",
|
177 |
+
"model.layers.25.self_attn.o_proj.weight": "pytorch_model-00004-of-00005.bin",
|
178 |
+
"model.layers.25.self_attn.q_proj.weight": "pytorch_model-00004-of-00005.bin",
|
179 |
+
"model.layers.25.self_attn.v_proj.weight": "pytorch_model-00004-of-00005.bin",
|
180 |
+
"model.layers.26.input_layernorm.weight": "pytorch_model-00004-of-00005.bin",
|
181 |
+
"model.layers.26.mlp.down_proj.weight": "pytorch_model-00004-of-00005.bin",
|
182 |
+
"model.layers.26.mlp.gate_proj.weight": "pytorch_model-00004-of-00005.bin",
|
183 |
+
"model.layers.26.mlp.up_proj.weight": "pytorch_model-00004-of-00005.bin",
|
184 |
+
"model.layers.26.post_attention_layernorm.weight": "pytorch_model-00004-of-00005.bin",
|
185 |
+
"model.layers.26.self_attn.k_proj.weight": "pytorch_model-00004-of-00005.bin",
|
186 |
+
"model.layers.26.self_attn.o_proj.weight": "pytorch_model-00004-of-00005.bin",
|
187 |
+
"model.layers.26.self_attn.q_proj.weight": "pytorch_model-00004-of-00005.bin",
|
188 |
+
"model.layers.26.self_attn.v_proj.weight": "pytorch_model-00004-of-00005.bin",
|
189 |
+
"model.layers.27.input_layernorm.weight": "pytorch_model-00004-of-00005.bin",
|
190 |
+
"model.layers.27.mlp.down_proj.weight": "pytorch_model-00004-of-00005.bin",
|
191 |
+
"model.layers.27.mlp.gate_proj.weight": "pytorch_model-00004-of-00005.bin",
|
192 |
+
"model.layers.27.mlp.up_proj.weight": "pytorch_model-00004-of-00005.bin",
|
193 |
+
"model.layers.27.post_attention_layernorm.weight": "pytorch_model-00004-of-00005.bin",
|
194 |
+
"model.layers.27.self_attn.k_proj.weight": "pytorch_model-00004-of-00005.bin",
|
195 |
+
"model.layers.27.self_attn.o_proj.weight": "pytorch_model-00004-of-00005.bin",
|
196 |
+
"model.layers.27.self_attn.q_proj.weight": "pytorch_model-00004-of-00005.bin",
|
197 |
+
"model.layers.27.self_attn.v_proj.weight": "pytorch_model-00004-of-00005.bin",
|
198 |
+
"model.layers.28.input_layernorm.weight": "pytorch_model-00004-of-00005.bin",
|
199 |
+
"model.layers.28.mlp.down_proj.weight": "pytorch_model-00004-of-00005.bin",
|
200 |
+
"model.layers.28.mlp.gate_proj.weight": "pytorch_model-00004-of-00005.bin",
|
201 |
+
"model.layers.28.mlp.up_proj.weight": "pytorch_model-00004-of-00005.bin",
|
202 |
+
"model.layers.28.post_attention_layernorm.weight": "pytorch_model-00004-of-00005.bin",
|
203 |
+
"model.layers.28.self_attn.k_proj.weight": "pytorch_model-00004-of-00005.bin",
|
204 |
+
"model.layers.28.self_attn.o_proj.weight": "pytorch_model-00004-of-00005.bin",
|
205 |
+
"model.layers.28.self_attn.q_proj.weight": "pytorch_model-00004-of-00005.bin",
|
206 |
+
"model.layers.28.self_attn.v_proj.weight": "pytorch_model-00004-of-00005.bin",
|
207 |
+
"model.layers.29.input_layernorm.weight": "pytorch_model-00004-of-00005.bin",
|
208 |
+
"model.layers.29.mlp.down_proj.weight": "pytorch_model-00004-of-00005.bin",
|
209 |
+
"model.layers.29.mlp.gate_proj.weight": "pytorch_model-00004-of-00005.bin",
|
210 |
+
"model.layers.29.mlp.up_proj.weight": "pytorch_model-00004-of-00005.bin",
|
211 |
+
"model.layers.29.post_attention_layernorm.weight": "pytorch_model-00004-of-00005.bin",
|
212 |
+
"model.layers.29.self_attn.k_proj.weight": "pytorch_model-00004-of-00005.bin",
|
213 |
+
"model.layers.29.self_attn.o_proj.weight": "pytorch_model-00004-of-00005.bin",
|
214 |
+
"model.layers.29.self_attn.q_proj.weight": "pytorch_model-00004-of-00005.bin",
|
215 |
+
"model.layers.29.self_attn.v_proj.weight": "pytorch_model-00004-of-00005.bin",
|
216 |
+
"model.layers.3.input_layernorm.weight": "pytorch_model-00001-of-00005.bin",
|
217 |
+
"model.layers.3.mlp.down_proj.weight": "pytorch_model-00001-of-00005.bin",
|
218 |
+
"model.layers.3.mlp.gate_proj.weight": "pytorch_model-00001-of-00005.bin",
|
219 |
+
"model.layers.3.mlp.up_proj.weight": "pytorch_model-00001-of-00005.bin",
|
220 |
+
"model.layers.3.post_attention_layernorm.weight": "pytorch_model-00001-of-00005.bin",
|
221 |
+
"model.layers.3.self_attn.k_proj.weight": "pytorch_model-00001-of-00005.bin",
|
222 |
+
"model.layers.3.self_attn.o_proj.weight": "pytorch_model-00001-of-00005.bin",
|
223 |
+
"model.layers.3.self_attn.q_proj.weight": "pytorch_model-00001-of-00005.bin",
|
224 |
+
"model.layers.3.self_attn.v_proj.weight": "pytorch_model-00001-of-00005.bin",
|
225 |
+
"model.layers.30.input_layernorm.weight": "pytorch_model-00004-of-00005.bin",
|
226 |
+
"model.layers.30.mlp.down_proj.weight": "pytorch_model-00004-of-00005.bin",
|
227 |
+
"model.layers.30.mlp.gate_proj.weight": "pytorch_model-00004-of-00005.bin",
|
228 |
+
"model.layers.30.mlp.up_proj.weight": "pytorch_model-00004-of-00005.bin",
|
229 |
+
"model.layers.30.post_attention_layernorm.weight": "pytorch_model-00004-of-00005.bin",
|
230 |
+
"model.layers.30.self_attn.k_proj.weight": "pytorch_model-00004-of-00005.bin",
|
231 |
+
"model.layers.30.self_attn.o_proj.weight": "pytorch_model-00004-of-00005.bin",
|
232 |
+
"model.layers.30.self_attn.q_proj.weight": "pytorch_model-00004-of-00005.bin",
|
233 |
+
"model.layers.30.self_attn.v_proj.weight": "pytorch_model-00004-of-00005.bin",
|
234 |
+
"model.layers.31.input_layernorm.weight": "pytorch_model-00004-of-00005.bin",
|
235 |
+
"model.layers.31.mlp.down_proj.weight": "pytorch_model-00004-of-00005.bin",
|
236 |
+
"model.layers.31.mlp.gate_proj.weight": "pytorch_model-00004-of-00005.bin",
|
237 |
+
"model.layers.31.mlp.up_proj.weight": "pytorch_model-00004-of-00005.bin",
|
238 |
+
"model.layers.31.post_attention_layernorm.weight": "pytorch_model-00004-of-00005.bin",
|
239 |
+
"model.layers.31.self_attn.k_proj.weight": "pytorch_model-00004-of-00005.bin",
|
240 |
+
"model.layers.31.self_attn.o_proj.weight": "pytorch_model-00004-of-00005.bin",
|
241 |
+
"model.layers.31.self_attn.q_proj.weight": "pytorch_model-00004-of-00005.bin",
|
242 |
+
"model.layers.31.self_attn.v_proj.weight": "pytorch_model-00004-of-00005.bin",
|
243 |
+
"model.layers.32.input_layernorm.weight": "pytorch_model-00004-of-00005.bin",
|
244 |
+
"model.layers.32.mlp.down_proj.weight": "pytorch_model-00004-of-00005.bin",
|
245 |
+
"model.layers.32.mlp.gate_proj.weight": "pytorch_model-00004-of-00005.bin",
|
246 |
+
"model.layers.32.mlp.up_proj.weight": "pytorch_model-00004-of-00005.bin",
|
247 |
+
"model.layers.32.post_attention_layernorm.weight": "pytorch_model-00004-of-00005.bin",
|
248 |
+
"model.layers.32.self_attn.k_proj.weight": "pytorch_model-00004-of-00005.bin",
|
249 |
+
"model.layers.32.self_attn.o_proj.weight": "pytorch_model-00004-of-00005.bin",
|
250 |
+
"model.layers.32.self_attn.q_proj.weight": "pytorch_model-00004-of-00005.bin",
|
251 |
+
"model.layers.32.self_attn.v_proj.weight": "pytorch_model-00004-of-00005.bin",
|
252 |
+
"model.layers.33.input_layernorm.weight": "pytorch_model-00005-of-00005.bin",
|
253 |
+
"model.layers.33.mlp.down_proj.weight": "pytorch_model-00005-of-00005.bin",
|
254 |
+
"model.layers.33.mlp.gate_proj.weight": "pytorch_model-00004-of-00005.bin",
|
255 |
+
"model.layers.33.mlp.up_proj.weight": "pytorch_model-00005-of-00005.bin",
|
256 |
+
"model.layers.33.post_attention_layernorm.weight": "pytorch_model-00005-of-00005.bin",
|
257 |
+
"model.layers.33.self_attn.k_proj.weight": "pytorch_model-00004-of-00005.bin",
|
258 |
+
"model.layers.33.self_attn.o_proj.weight": "pytorch_model-00004-of-00005.bin",
|
259 |
+
"model.layers.33.self_attn.q_proj.weight": "pytorch_model-00004-of-00005.bin",
|
260 |
+
"model.layers.33.self_attn.v_proj.weight": "pytorch_model-00004-of-00005.bin",
|
261 |
+
"model.layers.34.input_layernorm.weight": "pytorch_model-00005-of-00005.bin",
|
262 |
+
"model.layers.34.mlp.down_proj.weight": "pytorch_model-00005-of-00005.bin",
|
263 |
+
"model.layers.34.mlp.gate_proj.weight": "pytorch_model-00005-of-00005.bin",
|
264 |
+
"model.layers.34.mlp.up_proj.weight": "pytorch_model-00005-of-00005.bin",
|
265 |
+
"model.layers.34.post_attention_layernorm.weight": "pytorch_model-00005-of-00005.bin",
|
266 |
+
"model.layers.34.self_attn.k_proj.weight": "pytorch_model-00005-of-00005.bin",
|
267 |
+
"model.layers.34.self_attn.o_proj.weight": "pytorch_model-00005-of-00005.bin",
|
268 |
+
"model.layers.34.self_attn.q_proj.weight": "pytorch_model-00005-of-00005.bin",
|
269 |
+
"model.layers.34.self_attn.v_proj.weight": "pytorch_model-00005-of-00005.bin",
|
270 |
+
"model.layers.35.input_layernorm.weight": "pytorch_model-00005-of-00005.bin",
|
271 |
+
"model.layers.35.mlp.down_proj.weight": "pytorch_model-00005-of-00005.bin",
|
272 |
+
"model.layers.35.mlp.gate_proj.weight": "pytorch_model-00005-of-00005.bin",
|
273 |
+
"model.layers.35.mlp.up_proj.weight": "pytorch_model-00005-of-00005.bin",
|
274 |
+
"model.layers.35.post_attention_layernorm.weight": "pytorch_model-00005-of-00005.bin",
|
275 |
+
"model.layers.35.self_attn.k_proj.weight": "pytorch_model-00005-of-00005.bin",
|
276 |
+
"model.layers.35.self_attn.o_proj.weight": "pytorch_model-00005-of-00005.bin",
|
277 |
+
"model.layers.35.self_attn.q_proj.weight": "pytorch_model-00005-of-00005.bin",
|
278 |
+
"model.layers.35.self_attn.v_proj.weight": "pytorch_model-00005-of-00005.bin",
|
279 |
+
"model.layers.36.input_layernorm.weight": "pytorch_model-00005-of-00005.bin",
|
280 |
+
"model.layers.36.mlp.down_proj.weight": "pytorch_model-00005-of-00005.bin",
|
281 |
+
"model.layers.36.mlp.gate_proj.weight": "pytorch_model-00005-of-00005.bin",
|
282 |
+
"model.layers.36.mlp.up_proj.weight": "pytorch_model-00005-of-00005.bin",
|
283 |
+
"model.layers.36.post_attention_layernorm.weight": "pytorch_model-00005-of-00005.bin",
|
284 |
+
"model.layers.36.self_attn.k_proj.weight": "pytorch_model-00005-of-00005.bin",
|
285 |
+
"model.layers.36.self_attn.o_proj.weight": "pytorch_model-00005-of-00005.bin",
|
286 |
+
"model.layers.36.self_attn.q_proj.weight": "pytorch_model-00005-of-00005.bin",
|
287 |
+
"model.layers.36.self_attn.v_proj.weight": "pytorch_model-00005-of-00005.bin",
|
288 |
+
"model.layers.37.input_layernorm.weight": "pytorch_model-00005-of-00005.bin",
|
289 |
+
"model.layers.37.mlp.down_proj.weight": "pytorch_model-00005-of-00005.bin",
|
290 |
+
"model.layers.37.mlp.gate_proj.weight": "pytorch_model-00005-of-00005.bin",
|
291 |
+
"model.layers.37.mlp.up_proj.weight": "pytorch_model-00005-of-00005.bin",
|
292 |
+
"model.layers.37.post_attention_layernorm.weight": "pytorch_model-00005-of-00005.bin",
|
293 |
+
"model.layers.37.self_attn.k_proj.weight": "pytorch_model-00005-of-00005.bin",
|
294 |
+
"model.layers.37.self_attn.o_proj.weight": "pytorch_model-00005-of-00005.bin",
|
295 |
+
"model.layers.37.self_attn.q_proj.weight": "pytorch_model-00005-of-00005.bin",
|
296 |
+
"model.layers.37.self_attn.v_proj.weight": "pytorch_model-00005-of-00005.bin",
|
297 |
+
"model.layers.38.input_layernorm.weight": "pytorch_model-00005-of-00005.bin",
|
298 |
+
"model.layers.38.mlp.down_proj.weight": "pytorch_model-00005-of-00005.bin",
|
299 |
+
"model.layers.38.mlp.gate_proj.weight": "pytorch_model-00005-of-00005.bin",
|
300 |
+
"model.layers.38.mlp.up_proj.weight": "pytorch_model-00005-of-00005.bin",
|
301 |
+
"model.layers.38.post_attention_layernorm.weight": "pytorch_model-00005-of-00005.bin",
|
302 |
+
"model.layers.38.self_attn.k_proj.weight": "pytorch_model-00005-of-00005.bin",
|
303 |
+
"model.layers.38.self_attn.o_proj.weight": "pytorch_model-00005-of-00005.bin",
|
304 |
+
"model.layers.38.self_attn.q_proj.weight": "pytorch_model-00005-of-00005.bin",
|
305 |
+
"model.layers.38.self_attn.v_proj.weight": "pytorch_model-00005-of-00005.bin",
|
306 |
+
"model.layers.39.input_layernorm.weight": "pytorch_model-00005-of-00005.bin",
|
307 |
+
"model.layers.39.mlp.down_proj.weight": "pytorch_model-00005-of-00005.bin",
|
308 |
+
"model.layers.39.mlp.gate_proj.weight": "pytorch_model-00005-of-00005.bin",
|
309 |
+
"model.layers.39.mlp.up_proj.weight": "pytorch_model-00005-of-00005.bin",
|
310 |
+
"model.layers.39.post_attention_layernorm.weight": "pytorch_model-00005-of-00005.bin",
|
311 |
+
"model.layers.39.self_attn.k_proj.weight": "pytorch_model-00005-of-00005.bin",
|
312 |
+
"model.layers.39.self_attn.o_proj.weight": "pytorch_model-00005-of-00005.bin",
|
313 |
+
"model.layers.39.self_attn.q_proj.weight": "pytorch_model-00005-of-00005.bin",
|
314 |
+
"model.layers.39.self_attn.v_proj.weight": "pytorch_model-00005-of-00005.bin",
|
315 |
+
"model.layers.4.input_layernorm.weight": "pytorch_model-00001-of-00005.bin",
|
316 |
+
"model.layers.4.mlp.down_proj.weight": "pytorch_model-00001-of-00005.bin",
|
317 |
+
"model.layers.4.mlp.gate_proj.weight": "pytorch_model-00001-of-00005.bin",
|
318 |
+
"model.layers.4.mlp.up_proj.weight": "pytorch_model-00001-of-00005.bin",
|
319 |
+
"model.layers.4.post_attention_layernorm.weight": "pytorch_model-00001-of-00005.bin",
|
320 |
+
"model.layers.4.self_attn.k_proj.weight": "pytorch_model-00001-of-00005.bin",
|
321 |
+
"model.layers.4.self_attn.o_proj.weight": "pytorch_model-00001-of-00005.bin",
|
322 |
+
"model.layers.4.self_attn.q_proj.weight": "pytorch_model-00001-of-00005.bin",
|
323 |
+
"model.layers.4.self_attn.v_proj.weight": "pytorch_model-00001-of-00005.bin",
|
324 |
+
"model.layers.5.input_layernorm.weight": "pytorch_model-00001-of-00005.bin",
|
325 |
+
"model.layers.5.mlp.down_proj.weight": "pytorch_model-00001-of-00005.bin",
|
326 |
+
"model.layers.5.mlp.gate_proj.weight": "pytorch_model-00001-of-00005.bin",
|
327 |
+
"model.layers.5.mlp.up_proj.weight": "pytorch_model-00001-of-00005.bin",
|
328 |
+
"model.layers.5.post_attention_layernorm.weight": "pytorch_model-00001-of-00005.bin",
|
329 |
+
"model.layers.5.self_attn.k_proj.weight": "pytorch_model-00001-of-00005.bin",
|
330 |
+
"model.layers.5.self_attn.o_proj.weight": "pytorch_model-00001-of-00005.bin",
|
331 |
+
"model.layers.5.self_attn.q_proj.weight": "pytorch_model-00001-of-00005.bin",
|
332 |
+
"model.layers.5.self_attn.v_proj.weight": "pytorch_model-00001-of-00005.bin",
|
333 |
+
"model.layers.6.input_layernorm.weight": "pytorch_model-00002-of-00005.bin",
|
334 |
+
"model.layers.6.mlp.down_proj.weight": "pytorch_model-00002-of-00005.bin",
|
335 |
+
"model.layers.6.mlp.gate_proj.weight": "pytorch_model-00001-of-00005.bin",
|
336 |
+
"model.layers.6.mlp.up_proj.weight": "pytorch_model-00002-of-00005.bin",
|
337 |
+
"model.layers.6.post_attention_layernorm.weight": "pytorch_model-00002-of-00005.bin",
|
338 |
+
"model.layers.6.self_attn.k_proj.weight": "pytorch_model-00001-of-00005.bin",
|
339 |
+
"model.layers.6.self_attn.o_proj.weight": "pytorch_model-00001-of-00005.bin",
|
340 |
+
"model.layers.6.self_attn.q_proj.weight": "pytorch_model-00001-of-00005.bin",
|
341 |
+
"model.layers.6.self_attn.v_proj.weight": "pytorch_model-00001-of-00005.bin",
|
342 |
+
"model.layers.7.input_layernorm.weight": "pytorch_model-00002-of-00005.bin",
|
343 |
+
"model.layers.7.mlp.down_proj.weight": "pytorch_model-00002-of-00005.bin",
|
344 |
+
"model.layers.7.mlp.gate_proj.weight": "pytorch_model-00002-of-00005.bin",
|
345 |
+
"model.layers.7.mlp.up_proj.weight": "pytorch_model-00002-of-00005.bin",
|
346 |
+
"model.layers.7.post_attention_layernorm.weight": "pytorch_model-00002-of-00005.bin",
|
347 |
+
"model.layers.7.self_attn.k_proj.weight": "pytorch_model-00002-of-00005.bin",
|
348 |
+
"model.layers.7.self_attn.o_proj.weight": "pytorch_model-00002-of-00005.bin",
|
349 |
+
"model.layers.7.self_attn.q_proj.weight": "pytorch_model-00002-of-00005.bin",
|
350 |
+
"model.layers.7.self_attn.v_proj.weight": "pytorch_model-00002-of-00005.bin",
|
351 |
+
"model.layers.8.input_layernorm.weight": "pytorch_model-00002-of-00005.bin",
|
352 |
+
"model.layers.8.mlp.down_proj.weight": "pytorch_model-00002-of-00005.bin",
|
353 |
+
"model.layers.8.mlp.gate_proj.weight": "pytorch_model-00002-of-00005.bin",
|
354 |
+
"model.layers.8.mlp.up_proj.weight": "pytorch_model-00002-of-00005.bin",
|
355 |
+
"model.layers.8.post_attention_layernorm.weight": "pytorch_model-00002-of-00005.bin",
|
356 |
+
"model.layers.8.self_attn.k_proj.weight": "pytorch_model-00002-of-00005.bin",
|
357 |
+
"model.layers.8.self_attn.o_proj.weight": "pytorch_model-00002-of-00005.bin",
|
358 |
+
"model.layers.8.self_attn.q_proj.weight": "pytorch_model-00002-of-00005.bin",
|
359 |
+
"model.layers.8.self_attn.v_proj.weight": "pytorch_model-00002-of-00005.bin",
|
360 |
+
"model.layers.9.input_layernorm.weight": "pytorch_model-00002-of-00005.bin",
|
361 |
+
"model.layers.9.mlp.down_proj.weight": "pytorch_model-00002-of-00005.bin",
|
362 |
+
"model.layers.9.mlp.gate_proj.weight": "pytorch_model-00002-of-00005.bin",
|
363 |
+
"model.layers.9.mlp.up_proj.weight": "pytorch_model-00002-of-00005.bin",
|
364 |
+
"model.layers.9.post_attention_layernorm.weight": "pytorch_model-00002-of-00005.bin",
|
365 |
+
"model.layers.9.self_attn.k_proj.weight": "pytorch_model-00002-of-00005.bin",
|
366 |
+
"model.layers.9.self_attn.o_proj.weight": "pytorch_model-00002-of-00005.bin",
|
367 |
+
"model.layers.9.self_attn.q_proj.weight": "pytorch_model-00002-of-00005.bin",
|
368 |
+
"model.layers.9.self_attn.v_proj.weight": "pytorch_model-00002-of-00005.bin",
|
369 |
+
"model.norm.weight": "pytorch_model-00005-of-00005.bin"
|
370 |
+
}
|
371 |
+
}
|
pytorch_model_fsdp.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0497ed1d2c3b3e7b9761b524199e149dce64fe8f58e4d309dff1df953a4c3f6e
|
3 |
+
size 24495729540
|
rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f469fb6a869fe76761e1194ed0a7948ca397689bbc8ac0a9ea85a077fd50929
|
3 |
+
size 16389
|
rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77e31efd49e7c2510fff79f966c879db58740a4187714c13003ffa53d0d441c5
|
3 |
+
size 16389
|
rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:755aba68d004de8b7239e4451f96d8aaad4274ed7f03ec57d204f73d7b768a54
|
3 |
+
size 16389
|
rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c1e57948798e97ec4bd65e4f2bab0090fd58ab95e9d421be20702021446d2636
|
3 |
+
size 16389
|
rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7930f1c6dd64fe161f166b710675bea007029bf2a54e835287c8517c8d61b7e
|
3 |
+
size 16389
|
rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c098b3d19df4c6a4261105183eb9357e2715d784d681c1426e4bb88c847c317
|
3 |
+
size 16389
|
rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c914eacfcdfa6cf1a18175490235b8bf14f4521cc8ebda28a827fb8611e2958d
|
3 |
+
size 16389
|
rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad02907448ab52a0de6407d8cc85b4523850947654c14a8ca1a3772f6c8c9cf8
|
3 |
+
size 16389
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56fa33f71aa3373959348e1b293b953d482c9514481a257d258125930b278585
|
3 |
+
size 1465
|
special_tokens_map.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "</s>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<unk>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
}
|
30 |
+
}
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0a4e4efa2e5c904d27102d0cb88f1efcd446c7abbfeb829864ce12fe1b4a90a0
|
3 |
+
size 17078670
|
tokenizer_config.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
trainer_state.json
ADDED
@@ -0,0 +1,755 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 0.9895470383275261,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 71,
|
8 |
+
"is_hyper_param_search": false,
|
9 |
+
"is_local_process_zero": true,
|
10 |
+
"is_world_process_zero": true,
|
11 |
+
"log_history": [
|
12 |
+
{
|
13 |
+
"epoch": 0,
|
14 |
+
"eval_loss": 1.0074056386947632,
|
15 |
+
"eval_runtime": 98.4091,
|
16 |
+
"eval_samples_per_second": 47.221,
|
17 |
+
"eval_steps_per_second": 0.193,
|
18 |
+
"memory/device_mem_reserved(gib)": 26.24,
|
19 |
+
"memory/max_mem_active(gib)": 22.2,
|
20 |
+
"memory/max_mem_allocated(gib)": 22.2,
|
21 |
+
"step": 0
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"epoch": 0.013937282229965157,
|
25 |
+
"grad_norm": 33.0,
|
26 |
+
"learning_rate": 0.0,
|
27 |
+
"loss": 1.0193,
|
28 |
+
"memory/device_mem_reserved(gib)": 101.63,
|
29 |
+
"memory/max_mem_active(gib)": 96.87,
|
30 |
+
"memory/max_mem_allocated(gib)": 96.87,
|
31 |
+
"step": 1
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.027874564459930314,
|
35 |
+
"grad_norm": 30.25,
|
36 |
+
"learning_rate": 3.5e-06,
|
37 |
+
"loss": 0.9952,
|
38 |
+
"memory/device_mem_reserved(gib)": 128.11,
|
39 |
+
"memory/max_mem_active(gib)": 122.89,
|
40 |
+
"memory/max_mem_allocated(gib)": 122.89,
|
41 |
+
"step": 2
|
42 |
+
},
|
43 |
+
{
|
44 |
+
"epoch": 0.041811846689895474,
|
45 |
+
"grad_norm": 2.171875,
|
46 |
+
"learning_rate": 7e-06,
|
47 |
+
"loss": 0.9583,
|
48 |
+
"memory/device_mem_reserved(gib)": 128.11,
|
49 |
+
"memory/max_mem_active(gib)": 122.89,
|
50 |
+
"memory/max_mem_allocated(gib)": 122.89,
|
51 |
+
"step": 3
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.05574912891986063,
|
55 |
+
"grad_norm": 1.578125,
|
56 |
+
"learning_rate": 6.9963728577635466e-06,
|
57 |
+
"loss": 0.9165,
|
58 |
+
"memory/device_mem_reserved(gib)": 128.11,
|
59 |
+
"memory/max_mem_active(gib)": 122.89,
|
60 |
+
"memory/max_mem_allocated(gib)": 122.89,
|
61 |
+
"step": 4
|
62 |
+
},
|
63 |
+
{
|
64 |
+
"epoch": 0.06968641114982578,
|
65 |
+
"grad_norm": 1.015625,
|
66 |
+
"learning_rate": 6.98549894886036e-06,
|
67 |
+
"loss": 0.8888,
|
68 |
+
"memory/device_mem_reserved(gib)": 128.11,
|
69 |
+
"memory/max_mem_active(gib)": 122.89,
|
70 |
+
"memory/max_mem_allocated(gib)": 122.89,
|
71 |
+
"step": 5
|
72 |
+
},
|
73 |
+
{
|
74 |
+
"epoch": 0.08362369337979095,
|
75 |
+
"grad_norm": 0.7421875,
|
76 |
+
"learning_rate": 6.9674008111271575e-06,
|
77 |
+
"loss": 0.8721,
|
78 |
+
"memory/device_mem_reserved(gib)": 128.11,
|
79 |
+
"memory/max_mem_active(gib)": 122.89,
|
80 |
+
"memory/max_mem_allocated(gib)": 122.89,
|
81 |
+
"step": 6
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"epoch": 0.0975609756097561,
|
85 |
+
"grad_norm": 0.671875,
|
86 |
+
"learning_rate": 6.942115955718097e-06,
|
87 |
+
"loss": 0.8577,
|
88 |
+
"memory/device_mem_reserved(gib)": 128.11,
|
89 |
+
"memory/max_mem_active(gib)": 122.89,
|
90 |
+
"memory/max_mem_allocated(gib)": 122.89,
|
91 |
+
"step": 7
|
92 |
+
},
|
93 |
+
{
|
94 |
+
"epoch": 0.11149825783972125,
|
95 |
+
"grad_norm": 0.57421875,
|
96 |
+
"learning_rate": 6.909696789357177e-06,
|
97 |
+
"loss": 0.8596,
|
98 |
+
"memory/device_mem_reserved(gib)": 128.11,
|
99 |
+
"memory/max_mem_active(gib)": 122.89,
|
100 |
+
"memory/max_mem_allocated(gib)": 122.89,
|
101 |
+
"step": 8
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.1254355400696864,
|
105 |
+
"grad_norm": 0.5703125,
|
106 |
+
"learning_rate": 6.870210505717297e-06,
|
107 |
+
"loss": 0.8492,
|
108 |
+
"memory/device_mem_reserved(gib)": 128.11,
|
109 |
+
"memory/max_mem_active(gib)": 122.89,
|
110 |
+
"memory/max_mem_allocated(gib)": 122.89,
|
111 |
+
"step": 9
|
112 |
+
},
|
113 |
+
{
|
114 |
+
"epoch": 0.13937282229965156,
|
115 |
+
"grad_norm": 0.5625,
|
116 |
+
"learning_rate": 6.8237389461511175e-06,
|
117 |
+
"loss": 0.8379,
|
118 |
+
"memory/device_mem_reserved(gib)": 128.11,
|
119 |
+
"memory/max_mem_active(gib)": 122.89,
|
120 |
+
"memory/max_mem_allocated(gib)": 122.89,
|
121 |
+
"step": 10
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.15331010452961671,
|
125 |
+
"grad_norm": 0.458984375,
|
126 |
+
"learning_rate": 6.770378430062349e-06,
|
127 |
+
"loss": 0.8453,
|
128 |
+
"memory/device_mem_reserved(gib)": 128.11,
|
129 |
+
"memory/max_mem_active(gib)": 122.89,
|
130 |
+
"memory/max_mem_allocated(gib)": 122.89,
|
131 |
+
"step": 11
|
132 |
+
},
|
133 |
+
{
|
134 |
+
"epoch": 0.1672473867595819,
|
135 |
+
"grad_norm": 0.52734375,
|
136 |
+
"learning_rate": 6.710239555269086e-06,
|
137 |
+
"loss": 0.8091,
|
138 |
+
"memory/device_mem_reserved(gib)": 128.11,
|
139 |
+
"memory/max_mem_active(gib)": 122.89,
|
140 |
+
"memory/max_mem_allocated(gib)": 122.89,
|
141 |
+
"step": 12
|
142 |
+
},
|
143 |
+
{
|
144 |
+
"epoch": 0.18118466898954705,
|
145 |
+
"grad_norm": 0.45703125,
|
146 |
+
"learning_rate": 6.643446968772936e-06,
|
147 |
+
"loss": 0.838,
|
148 |
+
"memory/device_mem_reserved(gib)": 128.11,
|
149 |
+
"memory/max_mem_active(gib)": 122.89,
|
150 |
+
"memory/max_mem_allocated(gib)": 122.89,
|
151 |
+
"step": 13
|
152 |
+
},
|
153 |
+
{
|
154 |
+
"epoch": 0.1951219512195122,
|
155 |
+
"grad_norm": 0.375,
|
156 |
+
"learning_rate": 6.5701391084090805e-06,
|
157 |
+
"loss": 0.7947,
|
158 |
+
"memory/device_mem_reserved(gib)": 128.11,
|
159 |
+
"memory/max_mem_active(gib)": 122.89,
|
160 |
+
"memory/max_mem_allocated(gib)": 122.89,
|
161 |
+
"step": 14
|
162 |
+
},
|
163 |
+
{
|
164 |
+
"epoch": 0.20905923344947736,
|
165 |
+
"grad_norm": 0.359375,
|
166 |
+
"learning_rate": 6.49046791591271e-06,
|
167 |
+
"loss": 0.7993,
|
168 |
+
"memory/device_mem_reserved(gib)": 128.11,
|
169 |
+
"memory/max_mem_active(gib)": 122.89,
|
170 |
+
"memory/max_mem_allocated(gib)": 122.89,
|
171 |
+
"step": 15
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.2229965156794425,
|
175 |
+
"grad_norm": 0.3828125,
|
176 |
+
"learning_rate": 6.404598521996588e-06,
|
177 |
+
"loss": 0.8075,
|
178 |
+
"memory/device_mem_reserved(gib)": 128.11,
|
179 |
+
"memory/max_mem_active(gib)": 122.89,
|
180 |
+
"memory/max_mem_allocated(gib)": 122.89,
|
181 |
+
"step": 16
|
182 |
+
},
|
183 |
+
{
|
184 |
+
"epoch": 0.23693379790940766,
|
185 |
+
"grad_norm": 0.37109375,
|
186 |
+
"learning_rate": 6.312708904092424e-06,
|
187 |
+
"loss": 0.8114,
|
188 |
+
"memory/device_mem_reserved(gib)": 128.11,
|
189 |
+
"memory/max_mem_active(gib)": 122.89,
|
190 |
+
"memory/max_mem_allocated(gib)": 122.89,
|
191 |
+
"step": 17
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.2508710801393728,
|
195 |
+
"grad_norm": 0.38671875,
|
196 |
+
"learning_rate": 6.21498951746547e-06,
|
197 |
+
"loss": 0.7909,
|
198 |
+
"memory/device_mem_reserved(gib)": 128.11,
|
199 |
+
"memory/max_mem_active(gib)": 122.89,
|
200 |
+
"memory/max_mem_allocated(gib)": 122.89,
|
201 |
+
"step": 18
|
202 |
+
},
|
203 |
+
{
|
204 |
+
"epoch": 0.26480836236933797,
|
205 |
+
"grad_norm": 0.439453125,
|
206 |
+
"learning_rate": 6.111642900466899e-06,
|
207 |
+
"loss": 0.7892,
|
208 |
+
"memory/device_mem_reserved(gib)": 128.11,
|
209 |
+
"memory/max_mem_active(gib)": 122.89,
|
210 |
+
"memory/max_mem_allocated(gib)": 122.89,
|
211 |
+
"step": 19
|
212 |
+
},
|
213 |
+
{
|
214 |
+
"epoch": 0.2787456445993031,
|
215 |
+
"grad_norm": 0.330078125,
|
216 |
+
"learning_rate": 6.002883254742148e-06,
|
217 |
+
"loss": 0.7954,
|
218 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
219 |
+
"memory/max_mem_active(gib)": 125.6,
|
220 |
+
"memory/max_mem_allocated(gib)": 125.6,
|
221 |
+
"step": 20
|
222 |
+
},
|
223 |
+
{
|
224 |
+
"epoch": 0.2926829268292683,
|
225 |
+
"grad_norm": 0.328125,
|
226 |
+
"learning_rate": 5.88893600126529e-06,
|
227 |
+
"loss": 0.7871,
|
228 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
229 |
+
"memory/max_mem_active(gib)": 125.6,
|
230 |
+
"memory/max_mem_allocated(gib)": 125.6,
|
231 |
+
"step": 21
|
232 |
+
},
|
233 |
+
{
|
234 |
+
"epoch": 0.30662020905923343,
|
235 |
+
"grad_norm": 0.310546875,
|
236 |
+
"learning_rate": 5.770037313119646e-06,
|
237 |
+
"loss": 0.7897,
|
238 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
239 |
+
"memory/max_mem_active(gib)": 125.6,
|
240 |
+
"memory/max_mem_allocated(gib)": 125.6,
|
241 |
+
"step": 22
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.3205574912891986,
|
245 |
+
"grad_norm": 0.333984375,
|
246 |
+
"learning_rate": 5.646433625993007e-06,
|
247 |
+
"loss": 0.8007,
|
248 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
249 |
+
"memory/max_mem_active(gib)": 125.6,
|
250 |
+
"memory/max_mem_allocated(gib)": 125.6,
|
251 |
+
"step": 23
|
252 |
+
},
|
253 |
+
{
|
254 |
+
"epoch": 0.3344947735191638,
|
255 |
+
"grad_norm": 0.302734375,
|
256 |
+
"learning_rate": 5.518381127402035e-06,
|
257 |
+
"loss": 0.79,
|
258 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
259 |
+
"memory/max_mem_active(gib)": 125.6,
|
260 |
+
"memory/max_mem_allocated(gib)": 125.6,
|
261 |
+
"step": 24
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.34843205574912894,
|
265 |
+
"grad_norm": 0.345703125,
|
266 |
+
"learning_rate": 5.386145225704515e-06,
|
267 |
+
"loss": 0.7838,
|
268 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
269 |
+
"memory/max_mem_active(gib)": 125.6,
|
270 |
+
"memory/max_mem_allocated(gib)": 125.6,
|
271 |
+
"step": 25
|
272 |
+
},
|
273 |
+
{
|
274 |
+
"epoch": 0.3623693379790941,
|
275 |
+
"grad_norm": 0.306640625,
|
276 |
+
"learning_rate": 5.25e-06,
|
277 |
+
"loss": 0.7863,
|
278 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
279 |
+
"memory/max_mem_active(gib)": 125.6,
|
280 |
+
"memory/max_mem_allocated(gib)": 125.6,
|
281 |
+
"step": 26
|
282 |
+
},
|
283 |
+
{
|
284 |
+
"epoch": 0.37630662020905925,
|
285 |
+
"grad_norm": 0.43359375,
|
286 |
+
"learning_rate": 5.110227632059032e-06,
|
287 |
+
"loss": 0.7719,
|
288 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
289 |
+
"memory/max_mem_active(gib)": 125.6,
|
290 |
+
"memory/max_mem_allocated(gib)": 125.6,
|
291 |
+
"step": 27
|
292 |
+
},
|
293 |
+
{
|
294 |
+
"epoch": 0.3902439024390244,
|
295 |
+
"grad_norm": 0.294921875,
|
296 |
+
"learning_rate": 4.967117821458325e-06,
|
297 |
+
"loss": 0.7827,
|
298 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
299 |
+
"memory/max_mem_active(gib)": 125.6,
|
300 |
+
"memory/max_mem_allocated(gib)": 125.6,
|
301 |
+
"step": 28
|
302 |
+
},
|
303 |
+
{
|
304 |
+
"epoch": 0.40418118466898956,
|
305 |
+
"grad_norm": 0.291015625,
|
306 |
+
"learning_rate": 4.82096718513415e-06,
|
307 |
+
"loss": 0.7893,
|
308 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
309 |
+
"memory/max_mem_active(gib)": 125.6,
|
310 |
+
"memory/max_mem_allocated(gib)": 125.6,
|
311 |
+
"step": 29
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.4181184668989547,
|
315 |
+
"grad_norm": 0.2470703125,
|
316 |
+
"learning_rate": 4.672078642598451e-06,
|
317 |
+
"loss": 0.7885,
|
318 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
319 |
+
"memory/max_mem_active(gib)": 125.6,
|
320 |
+
"memory/max_mem_allocated(gib)": 125.6,
|
321 |
+
"step": 30
|
322 |
+
},
|
323 |
+
{
|
324 |
+
"epoch": 0.43205574912891986,
|
325 |
+
"grad_norm": 0.26953125,
|
326 |
+
"learning_rate": 4.5207607880918874e-06,
|
327 |
+
"loss": 0.7921,
|
328 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
329 |
+
"memory/max_mem_active(gib)": 125.6,
|
330 |
+
"memory/max_mem_allocated(gib)": 125.6,
|
331 |
+
"step": 31
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.445993031358885,
|
335 |
+
"grad_norm": 0.279296875,
|
336 |
+
"learning_rate": 4.36732725097515e-06,
|
337 |
+
"loss": 0.7808,
|
338 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
339 |
+
"memory/max_mem_active(gib)": 125.6,
|
340 |
+
"memory/max_mem_allocated(gib)": 125.6,
|
341 |
+
"step": 32
|
342 |
+
},
|
343 |
+
{
|
344 |
+
"epoch": 0.45993031358885017,
|
345 |
+
"grad_norm": 0.259765625,
|
346 |
+
"learning_rate": 4.212096045684219e-06,
|
347 |
+
"loss": 0.787,
|
348 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
349 |
+
"memory/max_mem_active(gib)": 125.6,
|
350 |
+
"memory/max_mem_allocated(gib)": 125.6,
|
351 |
+
"step": 33
|
352 |
+
},
|
353 |
+
{
|
354 |
+
"epoch": 0.4738675958188153,
|
355 |
+
"grad_norm": 0.244140625,
|
356 |
+
"learning_rate": 4.055388912596879e-06,
|
357 |
+
"loss": 0.7653,
|
358 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
359 |
+
"memory/max_mem_active(gib)": 125.6,
|
360 |
+
"memory/max_mem_allocated(gib)": 125.6,
|
361 |
+
"step": 34
|
362 |
+
},
|
363 |
+
{
|
364 |
+
"epoch": 0.4878048780487805,
|
365 |
+
"grad_norm": 0.248046875,
|
366 |
+
"learning_rate": 3.897530651176662e-06,
|
367 |
+
"loss": 0.7802,
|
368 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
369 |
+
"memory/max_mem_active(gib)": 125.6,
|
370 |
+
"memory/max_mem_allocated(gib)": 125.6,
|
371 |
+
"step": 35
|
372 |
+
},
|
373 |
+
{
|
374 |
+
"epoch": 0.5017421602787456,
|
375 |
+
"grad_norm": 0.25390625,
|
376 |
+
"learning_rate": 3.7388484467763488e-06,
|
377 |
+
"loss": 0.7856,
|
378 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
379 |
+
"memory/max_mem_active(gib)": 125.6,
|
380 |
+
"memory/max_mem_allocated(gib)": 125.6,
|
381 |
+
"step": 36
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 0.5156794425087108,
|
385 |
+
"grad_norm": 0.302734375,
|
386 |
+
"learning_rate": 3.5796711924963697e-06,
|
387 |
+
"loss": 0.7722,
|
388 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
389 |
+
"memory/max_mem_active(gib)": 125.6,
|
390 |
+
"memory/max_mem_allocated(gib)": 125.6,
|
391 |
+
"step": 37
|
392 |
+
},
|
393 |
+
{
|
394 |
+
"epoch": 0.5296167247386759,
|
395 |
+
"grad_norm": 0.26953125,
|
396 |
+
"learning_rate": 3.42032880750363e-06,
|
397 |
+
"loss": 0.7803,
|
398 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
399 |
+
"memory/max_mem_active(gib)": 125.6,
|
400 |
+
"memory/max_mem_allocated(gib)": 125.6,
|
401 |
+
"step": 38
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.5435540069686411,
|
405 |
+
"grad_norm": 0.2578125,
|
406 |
+
"learning_rate": 3.261151553223652e-06,
|
407 |
+
"loss": 0.7782,
|
408 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
409 |
+
"memory/max_mem_active(gib)": 125.6,
|
410 |
+
"memory/max_mem_allocated(gib)": 125.6,
|
411 |
+
"step": 39
|
412 |
+
},
|
413 |
+
{
|
414 |
+
"epoch": 0.5574912891986062,
|
415 |
+
"grad_norm": 0.2412109375,
|
416 |
+
"learning_rate": 3.1024693488233373e-06,
|
417 |
+
"loss": 0.7711,
|
418 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
419 |
+
"memory/max_mem_active(gib)": 125.6,
|
420 |
+
"memory/max_mem_allocated(gib)": 125.6,
|
421 |
+
"step": 40
|
422 |
+
},
|
423 |
+
{
|
424 |
+
"epoch": 0.5714285714285714,
|
425 |
+
"grad_norm": 0.26953125,
|
426 |
+
"learning_rate": 2.94461108740312e-06,
|
427 |
+
"loss": 0.7634,
|
428 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
429 |
+
"memory/max_mem_active(gib)": 125.6,
|
430 |
+
"memory/max_mem_allocated(gib)": 125.6,
|
431 |
+
"step": 41
|
432 |
+
},
|
433 |
+
{
|
434 |
+
"epoch": 0.5853658536585366,
|
435 |
+
"grad_norm": 0.296875,
|
436 |
+
"learning_rate": 2.7879039543157825e-06,
|
437 |
+
"loss": 0.7734,
|
438 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
439 |
+
"memory/max_mem_active(gib)": 125.6,
|
440 |
+
"memory/max_mem_allocated(gib)": 125.6,
|
441 |
+
"step": 42
|
442 |
+
},
|
443 |
+
{
|
444 |
+
"epoch": 0.5993031358885017,
|
445 |
+
"grad_norm": 0.26171875,
|
446 |
+
"learning_rate": 2.6326727490248506e-06,
|
447 |
+
"loss": 0.7876,
|
448 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
449 |
+
"memory/max_mem_active(gib)": 125.6,
|
450 |
+
"memory/max_mem_allocated(gib)": 125.6,
|
451 |
+
"step": 43
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 0.6132404181184669,
|
455 |
+
"grad_norm": 0.240234375,
|
456 |
+
"learning_rate": 2.4792392119081124e-06,
|
457 |
+
"loss": 0.7603,
|
458 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
459 |
+
"memory/max_mem_active(gib)": 125.6,
|
460 |
+
"memory/max_mem_allocated(gib)": 125.6,
|
461 |
+
"step": 44
|
462 |
+
},
|
463 |
+
{
|
464 |
+
"epoch": 0.627177700348432,
|
465 |
+
"grad_norm": 0.251953125,
|
466 |
+
"learning_rate": 2.3279213574015483e-06,
|
467 |
+
"loss": 0.7671,
|
468 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
469 |
+
"memory/max_mem_active(gib)": 125.6,
|
470 |
+
"memory/max_mem_allocated(gib)": 125.6,
|
471 |
+
"step": 45
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 0.6411149825783972,
|
475 |
+
"grad_norm": 0.263671875,
|
476 |
+
"learning_rate": 2.17903281486585e-06,
|
477 |
+
"loss": 0.7783,
|
478 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
479 |
+
"memory/max_mem_active(gib)": 125.6,
|
480 |
+
"memory/max_mem_allocated(gib)": 125.6,
|
481 |
+
"step": 46
|
482 |
+
},
|
483 |
+
{
|
484 |
+
"epoch": 0.6550522648083623,
|
485 |
+
"grad_norm": 0.2734375,
|
486 |
+
"learning_rate": 2.0328821785416767e-06,
|
487 |
+
"loss": 0.7866,
|
488 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
489 |
+
"memory/max_mem_active(gib)": 125.6,
|
490 |
+
"memory/max_mem_allocated(gib)": 125.6,
|
491 |
+
"step": 47
|
492 |
+
},
|
493 |
+
{
|
494 |
+
"epoch": 0.6689895470383276,
|
495 |
+
"grad_norm": 0.251953125,
|
496 |
+
"learning_rate": 1.8897723679409675e-06,
|
497 |
+
"loss": 0.782,
|
498 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
499 |
+
"memory/max_mem_active(gib)": 125.6,
|
500 |
+
"memory/max_mem_allocated(gib)": 125.6,
|
501 |
+
"step": 48
|
502 |
+
},
|
503 |
+
{
|
504 |
+
"epoch": 0.6829268292682927,
|
505 |
+
"grad_norm": 0.333984375,
|
506 |
+
"learning_rate": 1.7500000000000008e-06,
|
507 |
+
"loss": 0.7747,
|
508 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
509 |
+
"memory/max_mem_active(gib)": 125.6,
|
510 |
+
"memory/max_mem_allocated(gib)": 125.6,
|
511 |
+
"step": 49
|
512 |
+
},
|
513 |
+
{
|
514 |
+
"epoch": 0.6968641114982579,
|
515 |
+
"grad_norm": 0.255859375,
|
516 |
+
"learning_rate": 1.6138547742954857e-06,
|
517 |
+
"loss": 0.7854,
|
518 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
519 |
+
"memory/max_mem_active(gib)": 125.6,
|
520 |
+
"memory/max_mem_allocated(gib)": 125.6,
|
521 |
+
"step": 50
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"epoch": 0.710801393728223,
|
525 |
+
"grad_norm": 0.2421875,
|
526 |
+
"learning_rate": 1.4816188725979652e-06,
|
527 |
+
"loss": 0.7655,
|
528 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
529 |
+
"memory/max_mem_active(gib)": 125.6,
|
530 |
+
"memory/max_mem_allocated(gib)": 125.6,
|
531 |
+
"step": 51
|
532 |
+
},
|
533 |
+
{
|
534 |
+
"epoch": 0.7247386759581882,
|
535 |
+
"grad_norm": 0.2490234375,
|
536 |
+
"learning_rate": 1.3535663740069923e-06,
|
537 |
+
"loss": 0.7726,
|
538 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
539 |
+
"memory/max_mem_active(gib)": 125.6,
|
540 |
+
"memory/max_mem_allocated(gib)": 125.6,
|
541 |
+
"step": 52
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 0.7386759581881533,
|
545 |
+
"grad_norm": 0.232421875,
|
546 |
+
"learning_rate": 1.229962686880354e-06,
|
547 |
+
"loss": 0.7836,
|
548 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
549 |
+
"memory/max_mem_active(gib)": 125.6,
|
550 |
+
"memory/max_mem_allocated(gib)": 125.6,
|
551 |
+
"step": 53
|
552 |
+
},
|
553 |
+
{
|
554 |
+
"epoch": 0.7526132404181185,
|
555 |
+
"grad_norm": 0.2451171875,
|
556 |
+
"learning_rate": 1.1110639987347114e-06,
|
557 |
+
"loss": 0.7531,
|
558 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
559 |
+
"memory/max_mem_active(gib)": 128.58,
|
560 |
+
"memory/max_mem_allocated(gib)": 128.58,
|
561 |
+
"step": 54
|
562 |
+
},
|
563 |
+
{
|
564 |
+
"epoch": 0.7665505226480837,
|
565 |
+
"grad_norm": 0.24609375,
|
566 |
+
"learning_rate": 9.971167452578519e-07,
|
567 |
+
"loss": 0.7736,
|
568 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
569 |
+
"memory/max_mem_active(gib)": 128.58,
|
570 |
+
"memory/max_mem_allocated(gib)": 128.58,
|
571 |
+
"step": 55
|
572 |
+
},
|
573 |
+
{
|
574 |
+
"epoch": 0.7804878048780488,
|
575 |
+
"grad_norm": 0.259765625,
|
576 |
+
"learning_rate": 8.883570995331009e-07,
|
577 |
+
"loss": 0.7662,
|
578 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
579 |
+
"memory/max_mem_active(gib)": 128.58,
|
580 |
+
"memory/max_mem_allocated(gib)": 128.58,
|
581 |
+
"step": 56
|
582 |
+
},
|
583 |
+
{
|
584 |
+
"epoch": 0.794425087108014,
|
585 |
+
"grad_norm": 0.2578125,
|
586 |
+
"learning_rate": 7.850104825345303e-07,
|
587 |
+
"loss": 0.7646,
|
588 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
589 |
+
"memory/max_mem_active(gib)": 128.58,
|
590 |
+
"memory/max_mem_allocated(gib)": 128.58,
|
591 |
+
"step": 57
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"epoch": 0.8083623693379791,
|
595 |
+
"grad_norm": 0.24609375,
|
596 |
+
"learning_rate": 6.872910959075762e-07,
|
597 |
+
"loss": 0.7673,
|
598 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
599 |
+
"memory/max_mem_active(gib)": 128.58,
|
600 |
+
"memory/max_mem_allocated(gib)": 128.58,
|
601 |
+
"step": 58
|
602 |
+
},
|
603 |
+
{
|
604 |
+
"epoch": 0.8222996515679443,
|
605 |
+
"grad_norm": 0.248046875,
|
606 |
+
"learning_rate": 5.954014780034123e-07,
|
607 |
+
"loss": 0.7748,
|
608 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
609 |
+
"memory/max_mem_active(gib)": 128.58,
|
610 |
+
"memory/max_mem_allocated(gib)": 128.58,
|
611 |
+
"step": 59
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 0.8362369337979094,
|
615 |
+
"grad_norm": 0.24609375,
|
616 |
+
"learning_rate": 5.0953208408729e-07,
|
617 |
+
"loss": 0.7784,
|
618 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
619 |
+
"memory/max_mem_active(gib)": 128.58,
|
620 |
+
"memory/max_mem_allocated(gib)": 128.58,
|
621 |
+
"step": 60
|
622 |
+
},
|
623 |
+
{
|
624 |
+
"epoch": 0.8501742160278746,
|
625 |
+
"grad_norm": 0.283203125,
|
626 |
+
"learning_rate": 4.2986089159092006e-07,
|
627 |
+
"loss": 0.7638,
|
628 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
629 |
+
"memory/max_mem_active(gib)": 128.58,
|
630 |
+
"memory/max_mem_allocated(gib)": 128.58,
|
631 |
+
"step": 61
|
632 |
+
},
|
633 |
+
{
|
634 |
+
"epoch": 0.8641114982578397,
|
635 |
+
"grad_norm": 0.244140625,
|
636 |
+
"learning_rate": 3.5655303122706395e-07,
|
637 |
+
"loss": 0.7682,
|
638 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
639 |
+
"memory/max_mem_active(gib)": 128.58,
|
640 |
+
"memory/max_mem_allocated(gib)": 128.58,
|
641 |
+
"step": 62
|
642 |
+
},
|
643 |
+
{
|
644 |
+
"epoch": 0.8780487804878049,
|
645 |
+
"grad_norm": 0.27734375,
|
646 |
+
"learning_rate": 2.897604447309151e-07,
|
647 |
+
"loss": 0.7706,
|
648 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
649 |
+
"memory/max_mem_active(gib)": 128.58,
|
650 |
+
"memory/max_mem_allocated(gib)": 128.58,
|
651 |
+
"step": 63
|
652 |
+
},
|
653 |
+
{
|
654 |
+
"epoch": 0.89198606271777,
|
655 |
+
"grad_norm": 0.2578125,
|
656 |
+
"learning_rate": 2.2962156993765138e-07,
|
657 |
+
"loss": 0.777,
|
658 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
659 |
+
"memory/max_mem_active(gib)": 128.58,
|
660 |
+
"memory/max_mem_allocated(gib)": 128.58,
|
661 |
+
"step": 64
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"epoch": 0.9059233449477352,
|
665 |
+
"grad_norm": 0.255859375,
|
666 |
+
"learning_rate": 1.7626105384888284e-07,
|
667 |
+
"loss": 0.7701,
|
668 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
669 |
+
"memory/max_mem_active(gib)": 128.58,
|
670 |
+
"memory/max_mem_allocated(gib)": 128.58,
|
671 |
+
"step": 65
|
672 |
+
},
|
673 |
+
{
|
674 |
+
"epoch": 0.9198606271777003,
|
675 |
+
"grad_norm": 0.248046875,
|
676 |
+
"learning_rate": 1.2978949428270303e-07,
|
677 |
+
"loss": 0.761,
|
678 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
679 |
+
"memory/max_mem_active(gib)": 128.58,
|
680 |
+
"memory/max_mem_allocated(gib)": 128.58,
|
681 |
+
"step": 66
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 0.9337979094076655,
|
685 |
+
"grad_norm": 0.283203125,
|
686 |
+
"learning_rate": 9.030321064282354e-08,
|
687 |
+
"loss": 0.7711,
|
688 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
689 |
+
"memory/max_mem_active(gib)": 128.58,
|
690 |
+
"memory/max_mem_allocated(gib)": 128.58,
|
691 |
+
"step": 67
|
692 |
+
},
|
693 |
+
{
|
694 |
+
"epoch": 0.9477351916376306,
|
695 |
+
"grad_norm": 0.2451171875,
|
696 |
+
"learning_rate": 5.788404428190291e-08,
|
697 |
+
"loss": 0.7776,
|
698 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
699 |
+
"memory/max_mem_active(gib)": 128.58,
|
700 |
+
"memory/max_mem_allocated(gib)": 128.58,
|
701 |
+
"step": 68
|
702 |
+
},
|
703 |
+
{
|
704 |
+
"epoch": 0.9616724738675958,
|
705 |
+
"grad_norm": 0.236328125,
|
706 |
+
"learning_rate": 3.259918887284235e-08,
|
707 |
+
"loss": 0.7955,
|
708 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
709 |
+
"memory/max_mem_active(gib)": 128.58,
|
710 |
+
"memory/max_mem_allocated(gib)": 128.58,
|
711 |
+
"step": 69
|
712 |
+
},
|
713 |
+
{
|
714 |
+
"epoch": 0.975609756097561,
|
715 |
+
"grad_norm": 0.255859375,
|
716 |
+
"learning_rate": 1.4501051139640508e-08,
|
717 |
+
"loss": 0.7704,
|
718 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
719 |
+
"memory/max_mem_active(gib)": 128.58,
|
720 |
+
"memory/max_mem_allocated(gib)": 128.58,
|
721 |
+
"step": 70
|
722 |
+
},
|
723 |
+
{
|
724 |
+
"epoch": 0.9895470383275261,
|
725 |
+
"grad_norm": 0.263671875,
|
726 |
+
"learning_rate": 3.627142236453551e-09,
|
727 |
+
"loss": 0.7826,
|
728 |
+
"memory/device_mem_reserved(gib)": 133.93,
|
729 |
+
"memory/max_mem_active(gib)": 128.58,
|
730 |
+
"memory/max_mem_allocated(gib)": 128.58,
|
731 |
+
"step": 71
|
732 |
+
}
|
733 |
+
],
|
734 |
+
"logging_steps": 1,
|
735 |
+
"max_steps": 71,
|
736 |
+
"num_input_tokens_seen": 0,
|
737 |
+
"num_train_epochs": 1,
|
738 |
+
"save_steps": 20,
|
739 |
+
"stateful_callbacks": {
|
740 |
+
"TrainerControl": {
|
741 |
+
"args": {
|
742 |
+
"should_epoch_stop": false,
|
743 |
+
"should_evaluate": false,
|
744 |
+
"should_log": false,
|
745 |
+
"should_save": true,
|
746 |
+
"should_training_stop": true
|
747 |
+
},
|
748 |
+
"attributes": {}
|
749 |
+
}
|
750 |
+
},
|
751 |
+
"total_flos": 1.4926199650791719e+19,
|
752 |
+
"train_batch_size": 32,
|
753 |
+
"trial_name": null,
|
754 |
+
"trial_params": null
|
755 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34986bd2d4c1c5f807bce3da001e912d8c59dccd1e6e7de6a0b5b14d109d5557
|
3 |
+
size 8017
|