End of training
Browse files- README.md +47 -0
- added_tokens.json +40 -0
- config.json +30 -0
- generation_config.json +4 -0
- merges.txt +0 -0
- model-00001-of-00002.safetensors +3 -0
- model-00002-of-00002.safetensors +3 -0
- model.safetensors.index.json +348 -0
- optimizer.pt +3 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +30 -0
- tokenizer.json +0 -0
- tokenizer_config.json +333 -0
- trainer_state.json +933 -0
- training_args.bin +3 -0
- vocab.json +0 -0
README.md
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
model-index:
|
6 |
+
- name: phi-1_5-T-dataset-finetuned
|
7 |
+
results: []
|
8 |
+
---
|
9 |
+
|
10 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
11 |
+
should probably proofread and complete it, then remove this comment. -->
|
12 |
+
|
13 |
+
# phi-1_5-T-dataset-finetuned
|
14 |
+
|
15 |
+
This model was trained from scratch on an unknown dataset.
|
16 |
+
|
17 |
+
## Model description
|
18 |
+
|
19 |
+
More information needed
|
20 |
+
|
21 |
+
## Intended uses & limitations
|
22 |
+
|
23 |
+
More information needed
|
24 |
+
|
25 |
+
## Training and evaluation data
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Training procedure
|
30 |
+
|
31 |
+
### Training hyperparameters
|
32 |
+
|
33 |
+
The following hyperparameters were used during training:
|
34 |
+
- learning_rate: 5e-05
|
35 |
+
- train_batch_size: 8
|
36 |
+
- eval_batch_size: 8
|
37 |
+
- seed: 42
|
38 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
39 |
+
- lr_scheduler_type: linear
|
40 |
+
- num_epochs: 3.0
|
41 |
+
|
42 |
+
### Framework versions
|
43 |
+
|
44 |
+
- Transformers 4.47.1
|
45 |
+
- Pytorch 2.5.1+cu121
|
46 |
+
- Datasets 3.2.0
|
47 |
+
- Tokenizers 0.21.0
|
added_tokens.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"\t\t": 50294,
|
3 |
+
"\t\t\t": 50293,
|
4 |
+
"\t\t\t\t": 50292,
|
5 |
+
"\t\t\t\t\t": 50291,
|
6 |
+
"\t\t\t\t\t\t": 50290,
|
7 |
+
"\t\t\t\t\t\t\t": 50289,
|
8 |
+
"\t\t\t\t\t\t\t\t": 50288,
|
9 |
+
"\t\t\t\t\t\t\t\t\t": 50287,
|
10 |
+
" ": 50286,
|
11 |
+
" ": 50285,
|
12 |
+
" ": 50284,
|
13 |
+
" ": 50283,
|
14 |
+
" ": 50282,
|
15 |
+
" ": 50281,
|
16 |
+
" ": 50280,
|
17 |
+
" ": 50279,
|
18 |
+
" ": 50278,
|
19 |
+
" ": 50277,
|
20 |
+
" ": 50276,
|
21 |
+
" ": 50275,
|
22 |
+
" ": 50274,
|
23 |
+
" ": 50273,
|
24 |
+
" ": 50272,
|
25 |
+
" ": 50271,
|
26 |
+
" ": 50270,
|
27 |
+
" ": 50269,
|
28 |
+
" ": 50268,
|
29 |
+
" ": 50267,
|
30 |
+
" ": 50266,
|
31 |
+
" ": 50265,
|
32 |
+
" ": 50264,
|
33 |
+
" ": 50263,
|
34 |
+
" ": 50262,
|
35 |
+
" ": 50261,
|
36 |
+
" ": 50260,
|
37 |
+
" ": 50259,
|
38 |
+
" ": 50258,
|
39 |
+
" ": 50257
|
40 |
+
}
|
config.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "./fine_tuned_phi_1_5/checkpoint-1160",
|
3 |
+
"architectures": [
|
4 |
+
"PhiForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": null,
|
8 |
+
"embd_pdrop": 0.0,
|
9 |
+
"eos_token_id": null,
|
10 |
+
"hidden_act": "gelu_new",
|
11 |
+
"hidden_size": 2048,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 8192,
|
14 |
+
"layer_norm_eps": 1e-05,
|
15 |
+
"max_position_embeddings": 2048,
|
16 |
+
"model_type": "phi",
|
17 |
+
"num_attention_heads": 32,
|
18 |
+
"num_hidden_layers": 24,
|
19 |
+
"num_key_value_heads": 32,
|
20 |
+
"partial_rotary_factor": 0.5,
|
21 |
+
"qk_layernorm": false,
|
22 |
+
"resid_pdrop": 0.0,
|
23 |
+
"rope_scaling": null,
|
24 |
+
"rope_theta": 10000.0,
|
25 |
+
"tie_word_embeddings": false,
|
26 |
+
"torch_dtype": "float32",
|
27 |
+
"transformers_version": "4.47.1",
|
28 |
+
"use_cache": true,
|
29 |
+
"vocab_size": 51200
|
30 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"transformers_version": "4.47.1"
|
4 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model-00001-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2717baa241c2a6704c09c5b9a46979227a412d5ed34fe58dc0c2fbbe9dcc1ea
|
3 |
+
size 4984916152
|
model-00002-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e39a1284642855155061ab2ff5b1c5c4e6bae664d497f6049b48db0338b7a6ee
|
3 |
+
size 688204064
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,348 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 5673082880
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.bias": "model-00002-of-00002.safetensors",
|
7 |
+
"lm_head.weight": "model-00002-of-00002.safetensors",
|
8 |
+
"model.embed_tokens.weight": "model-00001-of-00002.safetensors",
|
9 |
+
"model.final_layernorm.bias": "model-00002-of-00002.safetensors",
|
10 |
+
"model.final_layernorm.weight": "model-00002-of-00002.safetensors",
|
11 |
+
"model.layers.0.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
12 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
13 |
+
"model.layers.0.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
14 |
+
"model.layers.0.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
15 |
+
"model.layers.0.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
16 |
+
"model.layers.0.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
17 |
+
"model.layers.0.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
18 |
+
"model.layers.0.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
19 |
+
"model.layers.0.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
20 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
21 |
+
"model.layers.0.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
22 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
23 |
+
"model.layers.0.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
24 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
25 |
+
"model.layers.1.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
26 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
27 |
+
"model.layers.1.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
28 |
+
"model.layers.1.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
29 |
+
"model.layers.1.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
30 |
+
"model.layers.1.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
31 |
+
"model.layers.1.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
32 |
+
"model.layers.1.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
33 |
+
"model.layers.1.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
34 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
35 |
+
"model.layers.1.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
36 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
37 |
+
"model.layers.1.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
38 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
39 |
+
"model.layers.10.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
40 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
41 |
+
"model.layers.10.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
42 |
+
"model.layers.10.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
43 |
+
"model.layers.10.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
44 |
+
"model.layers.10.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
45 |
+
"model.layers.10.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
46 |
+
"model.layers.10.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
47 |
+
"model.layers.10.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
48 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
49 |
+
"model.layers.10.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
50 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
51 |
+
"model.layers.10.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
52 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
53 |
+
"model.layers.11.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
54 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
55 |
+
"model.layers.11.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
56 |
+
"model.layers.11.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
57 |
+
"model.layers.11.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
58 |
+
"model.layers.11.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
59 |
+
"model.layers.11.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
60 |
+
"model.layers.11.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
61 |
+
"model.layers.11.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
62 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
63 |
+
"model.layers.11.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
64 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
65 |
+
"model.layers.11.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
66 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
67 |
+
"model.layers.12.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
68 |
+
"model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
69 |
+
"model.layers.12.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
70 |
+
"model.layers.12.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
71 |
+
"model.layers.12.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
72 |
+
"model.layers.12.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
73 |
+
"model.layers.12.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
74 |
+
"model.layers.12.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
75 |
+
"model.layers.12.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
76 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
77 |
+
"model.layers.12.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
78 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
79 |
+
"model.layers.12.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
80 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
81 |
+
"model.layers.13.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
82 |
+
"model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
83 |
+
"model.layers.13.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
84 |
+
"model.layers.13.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
85 |
+
"model.layers.13.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
86 |
+
"model.layers.13.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
87 |
+
"model.layers.13.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
88 |
+
"model.layers.13.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
89 |
+
"model.layers.13.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
90 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
91 |
+
"model.layers.13.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
92 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
93 |
+
"model.layers.13.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
94 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
95 |
+
"model.layers.14.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
96 |
+
"model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
97 |
+
"model.layers.14.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
98 |
+
"model.layers.14.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
99 |
+
"model.layers.14.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
100 |
+
"model.layers.14.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
101 |
+
"model.layers.14.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
102 |
+
"model.layers.14.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
103 |
+
"model.layers.14.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
104 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
105 |
+
"model.layers.14.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
106 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
107 |
+
"model.layers.14.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
108 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
109 |
+
"model.layers.15.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
110 |
+
"model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
111 |
+
"model.layers.15.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
112 |
+
"model.layers.15.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
113 |
+
"model.layers.15.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
114 |
+
"model.layers.15.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
115 |
+
"model.layers.15.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
116 |
+
"model.layers.15.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
117 |
+
"model.layers.15.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
118 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
119 |
+
"model.layers.15.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
120 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
121 |
+
"model.layers.15.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
122 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
123 |
+
"model.layers.16.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
124 |
+
"model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
125 |
+
"model.layers.16.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
126 |
+
"model.layers.16.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
127 |
+
"model.layers.16.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
128 |
+
"model.layers.16.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
129 |
+
"model.layers.16.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
130 |
+
"model.layers.16.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
131 |
+
"model.layers.16.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
132 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
133 |
+
"model.layers.16.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
134 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
135 |
+
"model.layers.16.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
136 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
137 |
+
"model.layers.17.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
138 |
+
"model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
139 |
+
"model.layers.17.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
140 |
+
"model.layers.17.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
141 |
+
"model.layers.17.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
142 |
+
"model.layers.17.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
143 |
+
"model.layers.17.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
144 |
+
"model.layers.17.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
145 |
+
"model.layers.17.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
146 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
147 |
+
"model.layers.17.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
148 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
149 |
+
"model.layers.17.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
150 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
151 |
+
"model.layers.18.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
152 |
+
"model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
153 |
+
"model.layers.18.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
154 |
+
"model.layers.18.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
155 |
+
"model.layers.18.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
156 |
+
"model.layers.18.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
157 |
+
"model.layers.18.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
158 |
+
"model.layers.18.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
159 |
+
"model.layers.18.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
160 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
161 |
+
"model.layers.18.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
162 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
163 |
+
"model.layers.18.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
164 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
165 |
+
"model.layers.19.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
166 |
+
"model.layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
167 |
+
"model.layers.19.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
168 |
+
"model.layers.19.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
169 |
+
"model.layers.19.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
170 |
+
"model.layers.19.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
171 |
+
"model.layers.19.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
172 |
+
"model.layers.19.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
173 |
+
"model.layers.19.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
174 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
175 |
+
"model.layers.19.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
176 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
177 |
+
"model.layers.19.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
178 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
179 |
+
"model.layers.2.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
180 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
181 |
+
"model.layers.2.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
182 |
+
"model.layers.2.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
183 |
+
"model.layers.2.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
184 |
+
"model.layers.2.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
185 |
+
"model.layers.2.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
186 |
+
"model.layers.2.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
187 |
+
"model.layers.2.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
188 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
189 |
+
"model.layers.2.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
190 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
191 |
+
"model.layers.2.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
192 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
193 |
+
"model.layers.20.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
194 |
+
"model.layers.20.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
195 |
+
"model.layers.20.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
196 |
+
"model.layers.20.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
197 |
+
"model.layers.20.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
198 |
+
"model.layers.20.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
199 |
+
"model.layers.20.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
200 |
+
"model.layers.20.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
201 |
+
"model.layers.20.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
202 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
203 |
+
"model.layers.20.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
204 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
205 |
+
"model.layers.20.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
206 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
207 |
+
"model.layers.21.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
208 |
+
"model.layers.21.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
209 |
+
"model.layers.21.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
210 |
+
"model.layers.21.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
211 |
+
"model.layers.21.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
212 |
+
"model.layers.21.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
213 |
+
"model.layers.21.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
214 |
+
"model.layers.21.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
215 |
+
"model.layers.21.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
216 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
217 |
+
"model.layers.21.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
218 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
219 |
+
"model.layers.21.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
220 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
221 |
+
"model.layers.22.input_layernorm.bias": "model-00002-of-00002.safetensors",
|
222 |
+
"model.layers.22.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
223 |
+
"model.layers.22.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
224 |
+
"model.layers.22.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
225 |
+
"model.layers.22.mlp.fc2.bias": "model-00002-of-00002.safetensors",
|
226 |
+
"model.layers.22.mlp.fc2.weight": "model-00002-of-00002.safetensors",
|
227 |
+
"model.layers.22.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
228 |
+
"model.layers.22.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
229 |
+
"model.layers.22.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
230 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
231 |
+
"model.layers.22.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
232 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
233 |
+
"model.layers.22.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
234 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
235 |
+
"model.layers.23.input_layernorm.bias": "model-00002-of-00002.safetensors",
|
236 |
+
"model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
237 |
+
"model.layers.23.mlp.fc1.bias": "model-00002-of-00002.safetensors",
|
238 |
+
"model.layers.23.mlp.fc1.weight": "model-00002-of-00002.safetensors",
|
239 |
+
"model.layers.23.mlp.fc2.bias": "model-00002-of-00002.safetensors",
|
240 |
+
"model.layers.23.mlp.fc2.weight": "model-00002-of-00002.safetensors",
|
241 |
+
"model.layers.23.self_attn.dense.bias": "model-00002-of-00002.safetensors",
|
242 |
+
"model.layers.23.self_attn.dense.weight": "model-00002-of-00002.safetensors",
|
243 |
+
"model.layers.23.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
244 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
245 |
+
"model.layers.23.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
246 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
247 |
+
"model.layers.23.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
248 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
249 |
+
"model.layers.3.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
250 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
251 |
+
"model.layers.3.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
252 |
+
"model.layers.3.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
253 |
+
"model.layers.3.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
254 |
+
"model.layers.3.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
255 |
+
"model.layers.3.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
256 |
+
"model.layers.3.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
257 |
+
"model.layers.3.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
258 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
259 |
+
"model.layers.3.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
260 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
261 |
+
"model.layers.3.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
262 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
263 |
+
"model.layers.4.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
264 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
265 |
+
"model.layers.4.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
266 |
+
"model.layers.4.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
267 |
+
"model.layers.4.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
268 |
+
"model.layers.4.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
269 |
+
"model.layers.4.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
270 |
+
"model.layers.4.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
271 |
+
"model.layers.4.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
272 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
273 |
+
"model.layers.4.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
274 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
275 |
+
"model.layers.4.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
276 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
277 |
+
"model.layers.5.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
278 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
279 |
+
"model.layers.5.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
280 |
+
"model.layers.5.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
281 |
+
"model.layers.5.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
282 |
+
"model.layers.5.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
283 |
+
"model.layers.5.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
284 |
+
"model.layers.5.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
285 |
+
"model.layers.5.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
286 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
287 |
+
"model.layers.5.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
288 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
289 |
+
"model.layers.5.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
290 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
291 |
+
"model.layers.6.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
292 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
293 |
+
"model.layers.6.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
294 |
+
"model.layers.6.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
295 |
+
"model.layers.6.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
296 |
+
"model.layers.6.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
297 |
+
"model.layers.6.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
298 |
+
"model.layers.6.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
299 |
+
"model.layers.6.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
300 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
301 |
+
"model.layers.6.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
302 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
303 |
+
"model.layers.6.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
304 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
305 |
+
"model.layers.7.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
306 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
307 |
+
"model.layers.7.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
308 |
+
"model.layers.7.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
309 |
+
"model.layers.7.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
310 |
+
"model.layers.7.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
311 |
+
"model.layers.7.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
312 |
+
"model.layers.7.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
313 |
+
"model.layers.7.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
314 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
315 |
+
"model.layers.7.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
316 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
317 |
+
"model.layers.7.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
318 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
319 |
+
"model.layers.8.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
320 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
321 |
+
"model.layers.8.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
322 |
+
"model.layers.8.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
323 |
+
"model.layers.8.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
324 |
+
"model.layers.8.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
325 |
+
"model.layers.8.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
326 |
+
"model.layers.8.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
327 |
+
"model.layers.8.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
328 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
329 |
+
"model.layers.8.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
330 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
331 |
+
"model.layers.8.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
332 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
333 |
+
"model.layers.9.input_layernorm.bias": "model-00001-of-00002.safetensors",
|
334 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
335 |
+
"model.layers.9.mlp.fc1.bias": "model-00001-of-00002.safetensors",
|
336 |
+
"model.layers.9.mlp.fc1.weight": "model-00001-of-00002.safetensors",
|
337 |
+
"model.layers.9.mlp.fc2.bias": "model-00001-of-00002.safetensors",
|
338 |
+
"model.layers.9.mlp.fc2.weight": "model-00001-of-00002.safetensors",
|
339 |
+
"model.layers.9.self_attn.dense.bias": "model-00001-of-00002.safetensors",
|
340 |
+
"model.layers.9.self_attn.dense.weight": "model-00001-of-00002.safetensors",
|
341 |
+
"model.layers.9.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
342 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
343 |
+
"model.layers.9.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
344 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
345 |
+
"model.layers.9.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
346 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors"
|
347 |
+
}
|
348 |
+
}
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:506a3c619b6bab2baf390abef7fb7f0df9a26a96ab0dee13f6d69d555ff75706
|
3 |
+
size 11346461349
|
rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:00092e8a3bac56dd74427ba1e57d120f3912a17fcfc20fed49e153cd887d974c
|
3 |
+
size 14244
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8aeca531d7968489217ab5eac8b870a0f61d076029f55431997a45b4a372936
|
3 |
+
size 1064
|
special_tokens_map.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<|endoftext|>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|endoftext|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "<|endoftext|>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<|endoftext|>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
}
|
30 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,333 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"50256": {
|
5 |
+
"content": "<|endoftext|>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": false,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"50257": {
|
13 |
+
"content": " ",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": true,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": false
|
19 |
+
},
|
20 |
+
"50258": {
|
21 |
+
"content": " ",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": true,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": false
|
27 |
+
},
|
28 |
+
"50259": {
|
29 |
+
"content": " ",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": true,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false,
|
34 |
+
"special": false
|
35 |
+
},
|
36 |
+
"50260": {
|
37 |
+
"content": " ",
|
38 |
+
"lstrip": false,
|
39 |
+
"normalized": true,
|
40 |
+
"rstrip": false,
|
41 |
+
"single_word": false,
|
42 |
+
"special": false
|
43 |
+
},
|
44 |
+
"50261": {
|
45 |
+
"content": " ",
|
46 |
+
"lstrip": false,
|
47 |
+
"normalized": true,
|
48 |
+
"rstrip": false,
|
49 |
+
"single_word": false,
|
50 |
+
"special": false
|
51 |
+
},
|
52 |
+
"50262": {
|
53 |
+
"content": " ",
|
54 |
+
"lstrip": false,
|
55 |
+
"normalized": true,
|
56 |
+
"rstrip": false,
|
57 |
+
"single_word": false,
|
58 |
+
"special": false
|
59 |
+
},
|
60 |
+
"50263": {
|
61 |
+
"content": " ",
|
62 |
+
"lstrip": false,
|
63 |
+
"normalized": true,
|
64 |
+
"rstrip": false,
|
65 |
+
"single_word": false,
|
66 |
+
"special": false
|
67 |
+
},
|
68 |
+
"50264": {
|
69 |
+
"content": " ",
|
70 |
+
"lstrip": false,
|
71 |
+
"normalized": true,
|
72 |
+
"rstrip": false,
|
73 |
+
"single_word": false,
|
74 |
+
"special": false
|
75 |
+
},
|
76 |
+
"50265": {
|
77 |
+
"content": " ",
|
78 |
+
"lstrip": false,
|
79 |
+
"normalized": true,
|
80 |
+
"rstrip": false,
|
81 |
+
"single_word": false,
|
82 |
+
"special": false
|
83 |
+
},
|
84 |
+
"50266": {
|
85 |
+
"content": " ",
|
86 |
+
"lstrip": false,
|
87 |
+
"normalized": true,
|
88 |
+
"rstrip": false,
|
89 |
+
"single_word": false,
|
90 |
+
"special": false
|
91 |
+
},
|
92 |
+
"50267": {
|
93 |
+
"content": " ",
|
94 |
+
"lstrip": false,
|
95 |
+
"normalized": true,
|
96 |
+
"rstrip": false,
|
97 |
+
"single_word": false,
|
98 |
+
"special": false
|
99 |
+
},
|
100 |
+
"50268": {
|
101 |
+
"content": " ",
|
102 |
+
"lstrip": false,
|
103 |
+
"normalized": true,
|
104 |
+
"rstrip": false,
|
105 |
+
"single_word": false,
|
106 |
+
"special": false
|
107 |
+
},
|
108 |
+
"50269": {
|
109 |
+
"content": " ",
|
110 |
+
"lstrip": false,
|
111 |
+
"normalized": true,
|
112 |
+
"rstrip": false,
|
113 |
+
"single_word": false,
|
114 |
+
"special": false
|
115 |
+
},
|
116 |
+
"50270": {
|
117 |
+
"content": " ",
|
118 |
+
"lstrip": false,
|
119 |
+
"normalized": true,
|
120 |
+
"rstrip": false,
|
121 |
+
"single_word": false,
|
122 |
+
"special": false
|
123 |
+
},
|
124 |
+
"50271": {
|
125 |
+
"content": " ",
|
126 |
+
"lstrip": false,
|
127 |
+
"normalized": true,
|
128 |
+
"rstrip": false,
|
129 |
+
"single_word": false,
|
130 |
+
"special": false
|
131 |
+
},
|
132 |
+
"50272": {
|
133 |
+
"content": " ",
|
134 |
+
"lstrip": false,
|
135 |
+
"normalized": true,
|
136 |
+
"rstrip": false,
|
137 |
+
"single_word": false,
|
138 |
+
"special": false
|
139 |
+
},
|
140 |
+
"50273": {
|
141 |
+
"content": " ",
|
142 |
+
"lstrip": false,
|
143 |
+
"normalized": true,
|
144 |
+
"rstrip": false,
|
145 |
+
"single_word": false,
|
146 |
+
"special": false
|
147 |
+
},
|
148 |
+
"50274": {
|
149 |
+
"content": " ",
|
150 |
+
"lstrip": false,
|
151 |
+
"normalized": true,
|
152 |
+
"rstrip": false,
|
153 |
+
"single_word": false,
|
154 |
+
"special": false
|
155 |
+
},
|
156 |
+
"50275": {
|
157 |
+
"content": " ",
|
158 |
+
"lstrip": false,
|
159 |
+
"normalized": true,
|
160 |
+
"rstrip": false,
|
161 |
+
"single_word": false,
|
162 |
+
"special": false
|
163 |
+
},
|
164 |
+
"50276": {
|
165 |
+
"content": " ",
|
166 |
+
"lstrip": false,
|
167 |
+
"normalized": true,
|
168 |
+
"rstrip": false,
|
169 |
+
"single_word": false,
|
170 |
+
"special": false
|
171 |
+
},
|
172 |
+
"50277": {
|
173 |
+
"content": " ",
|
174 |
+
"lstrip": false,
|
175 |
+
"normalized": true,
|
176 |
+
"rstrip": false,
|
177 |
+
"single_word": false,
|
178 |
+
"special": false
|
179 |
+
},
|
180 |
+
"50278": {
|
181 |
+
"content": " ",
|
182 |
+
"lstrip": false,
|
183 |
+
"normalized": true,
|
184 |
+
"rstrip": false,
|
185 |
+
"single_word": false,
|
186 |
+
"special": false
|
187 |
+
},
|
188 |
+
"50279": {
|
189 |
+
"content": " ",
|
190 |
+
"lstrip": false,
|
191 |
+
"normalized": true,
|
192 |
+
"rstrip": false,
|
193 |
+
"single_word": false,
|
194 |
+
"special": false
|
195 |
+
},
|
196 |
+
"50280": {
|
197 |
+
"content": " ",
|
198 |
+
"lstrip": false,
|
199 |
+
"normalized": true,
|
200 |
+
"rstrip": false,
|
201 |
+
"single_word": false,
|
202 |
+
"special": false
|
203 |
+
},
|
204 |
+
"50281": {
|
205 |
+
"content": " ",
|
206 |
+
"lstrip": false,
|
207 |
+
"normalized": true,
|
208 |
+
"rstrip": false,
|
209 |
+
"single_word": false,
|
210 |
+
"special": false
|
211 |
+
},
|
212 |
+
"50282": {
|
213 |
+
"content": " ",
|
214 |
+
"lstrip": false,
|
215 |
+
"normalized": true,
|
216 |
+
"rstrip": false,
|
217 |
+
"single_word": false,
|
218 |
+
"special": false
|
219 |
+
},
|
220 |
+
"50283": {
|
221 |
+
"content": " ",
|
222 |
+
"lstrip": false,
|
223 |
+
"normalized": true,
|
224 |
+
"rstrip": false,
|
225 |
+
"single_word": false,
|
226 |
+
"special": false
|
227 |
+
},
|
228 |
+
"50284": {
|
229 |
+
"content": " ",
|
230 |
+
"lstrip": false,
|
231 |
+
"normalized": true,
|
232 |
+
"rstrip": false,
|
233 |
+
"single_word": false,
|
234 |
+
"special": false
|
235 |
+
},
|
236 |
+
"50285": {
|
237 |
+
"content": " ",
|
238 |
+
"lstrip": false,
|
239 |
+
"normalized": true,
|
240 |
+
"rstrip": false,
|
241 |
+
"single_word": false,
|
242 |
+
"special": false
|
243 |
+
},
|
244 |
+
"50286": {
|
245 |
+
"content": " ",
|
246 |
+
"lstrip": false,
|
247 |
+
"normalized": true,
|
248 |
+
"rstrip": false,
|
249 |
+
"single_word": false,
|
250 |
+
"special": false
|
251 |
+
},
|
252 |
+
"50287": {
|
253 |
+
"content": "\t\t\t\t\t\t\t\t\t",
|
254 |
+
"lstrip": false,
|
255 |
+
"normalized": true,
|
256 |
+
"rstrip": false,
|
257 |
+
"single_word": false,
|
258 |
+
"special": false
|
259 |
+
},
|
260 |
+
"50288": {
|
261 |
+
"content": "\t\t\t\t\t\t\t\t",
|
262 |
+
"lstrip": false,
|
263 |
+
"normalized": true,
|
264 |
+
"rstrip": false,
|
265 |
+
"single_word": false,
|
266 |
+
"special": false
|
267 |
+
},
|
268 |
+
"50289": {
|
269 |
+
"content": "\t\t\t\t\t\t\t",
|
270 |
+
"lstrip": false,
|
271 |
+
"normalized": true,
|
272 |
+
"rstrip": false,
|
273 |
+
"single_word": false,
|
274 |
+
"special": false
|
275 |
+
},
|
276 |
+
"50290": {
|
277 |
+
"content": "\t\t\t\t\t\t",
|
278 |
+
"lstrip": false,
|
279 |
+
"normalized": true,
|
280 |
+
"rstrip": false,
|
281 |
+
"single_word": false,
|
282 |
+
"special": false
|
283 |
+
},
|
284 |
+
"50291": {
|
285 |
+
"content": "\t\t\t\t\t",
|
286 |
+
"lstrip": false,
|
287 |
+
"normalized": true,
|
288 |
+
"rstrip": false,
|
289 |
+
"single_word": false,
|
290 |
+
"special": false
|
291 |
+
},
|
292 |
+
"50292": {
|
293 |
+
"content": "\t\t\t\t",
|
294 |
+
"lstrip": false,
|
295 |
+
"normalized": true,
|
296 |
+
"rstrip": false,
|
297 |
+
"single_word": false,
|
298 |
+
"special": false
|
299 |
+
},
|
300 |
+
"50293": {
|
301 |
+
"content": "\t\t\t",
|
302 |
+
"lstrip": false,
|
303 |
+
"normalized": true,
|
304 |
+
"rstrip": false,
|
305 |
+
"single_word": false,
|
306 |
+
"special": false
|
307 |
+
},
|
308 |
+
"50294": {
|
309 |
+
"content": "\t\t",
|
310 |
+
"lstrip": false,
|
311 |
+
"normalized": true,
|
312 |
+
"rstrip": false,
|
313 |
+
"single_word": false,
|
314 |
+
"special": false
|
315 |
+
}
|
316 |
+
},
|
317 |
+
"bos_token": "<|endoftext|>",
|
318 |
+
"clean_up_tokenization_spaces": true,
|
319 |
+
"eos_token": "<|endoftext|>",
|
320 |
+
"extra_special_tokens": {},
|
321 |
+
"max_length": 512,
|
322 |
+
"model_max_length": 2048,
|
323 |
+
"pad_to_multiple_of": null,
|
324 |
+
"pad_token": "<|endoftext|>",
|
325 |
+
"pad_token_type_id": 0,
|
326 |
+
"padding_side": "right",
|
327 |
+
"return_token_type_ids": false,
|
328 |
+
"stride": 0,
|
329 |
+
"tokenizer_class": "CodeGenTokenizer",
|
330 |
+
"truncation_side": "right",
|
331 |
+
"truncation_strategy": "longest_first",
|
332 |
+
"unk_token": "<|endoftext|>"
|
333 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,933 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 20.0,
|
5 |
+
"eval_steps": 100,
|
6 |
+
"global_step": 1160,
|
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.1724137931034483,
|
13 |
+
"grad_norm": 59.60115051269531,
|
14 |
+
"learning_rate": 5.172413793103448e-06,
|
15 |
+
"loss": 5.4773,
|
16 |
+
"step": 10
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.3448275862068966,
|
20 |
+
"grad_norm": 0.6899381875991821,
|
21 |
+
"learning_rate": 1.3793103448275863e-05,
|
22 |
+
"loss": 0.5795,
|
23 |
+
"step": 20
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.5172413793103449,
|
27 |
+
"grad_norm": 0.37347301840782166,
|
28 |
+
"learning_rate": 2.2413793103448276e-05,
|
29 |
+
"loss": 0.1975,
|
30 |
+
"step": 30
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.6896551724137931,
|
34 |
+
"grad_norm": 0.5068468451499939,
|
35 |
+
"learning_rate": 3.103448275862069e-05,
|
36 |
+
"loss": 0.1843,
|
37 |
+
"step": 40
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.8620689655172413,
|
41 |
+
"grad_norm": 0.4019465148448944,
|
42 |
+
"learning_rate": 3.965517241379311e-05,
|
43 |
+
"loss": 0.1866,
|
44 |
+
"step": 50
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 1.0344827586206897,
|
48 |
+
"grad_norm": 0.3685491681098938,
|
49 |
+
"learning_rate": 4.827586206896552e-05,
|
50 |
+
"loss": 0.1578,
|
51 |
+
"step": 60
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 1.206896551724138,
|
55 |
+
"grad_norm": 0.3507291376590729,
|
56 |
+
"learning_rate": 5.689655172413794e-05,
|
57 |
+
"loss": 0.1198,
|
58 |
+
"step": 70
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 1.3793103448275863,
|
62 |
+
"grad_norm": 0.437311053276062,
|
63 |
+
"learning_rate": 6.551724137931034e-05,
|
64 |
+
"loss": 0.1032,
|
65 |
+
"step": 80
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 1.5517241379310345,
|
69 |
+
"grad_norm": 0.36062315106391907,
|
70 |
+
"learning_rate": 7.413793103448277e-05,
|
71 |
+
"loss": 0.1172,
|
72 |
+
"step": 90
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 1.7241379310344827,
|
76 |
+
"grad_norm": 0.4424302279949188,
|
77 |
+
"learning_rate": 8.275862068965517e-05,
|
78 |
+
"loss": 0.1212,
|
79 |
+
"step": 100
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 1.7241379310344827,
|
83 |
+
"eval_loss": 0.07583244889974594,
|
84 |
+
"eval_runtime": 8.495,
|
85 |
+
"eval_samples_per_second": 55.327,
|
86 |
+
"eval_steps_per_second": 6.945,
|
87 |
+
"step": 100
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 1.896551724137931,
|
91 |
+
"grad_norm": 0.32817938923835754,
|
92 |
+
"learning_rate": 9.137931034482759e-05,
|
93 |
+
"loss": 0.1186,
|
94 |
+
"step": 110
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 2.0689655172413794,
|
98 |
+
"grad_norm": 0.27987948060035706,
|
99 |
+
"learning_rate": 0.0001,
|
100 |
+
"loss": 0.1074,
|
101 |
+
"step": 120
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 2.2413793103448274,
|
105 |
+
"grad_norm": 0.3074031472206116,
|
106 |
+
"learning_rate": 9.997736367166968e-05,
|
107 |
+
"loss": 0.0599,
|
108 |
+
"step": 130
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 2.413793103448276,
|
112 |
+
"grad_norm": 0.29311925172805786,
|
113 |
+
"learning_rate": 9.990947518281311e-05,
|
114 |
+
"loss": 0.0648,
|
115 |
+
"step": 140
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 2.586206896551724,
|
119 |
+
"grad_norm": 0.29754340648651123,
|
120 |
+
"learning_rate": 9.979639600327522e-05,
|
121 |
+
"loss": 0.0708,
|
122 |
+
"step": 150
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 2.7586206896551726,
|
126 |
+
"grad_norm": 0.3316575586795807,
|
127 |
+
"learning_rate": 9.963822852095345e-05,
|
128 |
+
"loss": 0.0684,
|
129 |
+
"step": 160
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 2.9310344827586206,
|
133 |
+
"grad_norm": 0.25907158851623535,
|
134 |
+
"learning_rate": 9.943511594909023e-05,
|
135 |
+
"loss": 0.0697,
|
136 |
+
"step": 170
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 3.103448275862069,
|
140 |
+
"grad_norm": 0.22101767361164093,
|
141 |
+
"learning_rate": 9.918724219660013e-05,
|
142 |
+
"loss": 0.0518,
|
143 |
+
"step": 180
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 3.2758620689655173,
|
147 |
+
"grad_norm": 0.26941612362861633,
|
148 |
+
"learning_rate": 9.889483170154903e-05,
|
149 |
+
"loss": 0.0395,
|
150 |
+
"step": 190
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 3.4482758620689653,
|
154 |
+
"grad_norm": 0.18463601171970367,
|
155 |
+
"learning_rate": 9.855814922793582e-05,
|
156 |
+
"loss": 0.0439,
|
157 |
+
"step": 200
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 3.4482758620689653,
|
161 |
+
"eval_loss": 0.03639198839664459,
|
162 |
+
"eval_runtime": 8.4882,
|
163 |
+
"eval_samples_per_second": 55.371,
|
164 |
+
"eval_steps_per_second": 6.951,
|
165 |
+
"step": 200
|
166 |
+
},
|
167 |
+
{
|
168 |
+
"epoch": 3.6206896551724137,
|
169 |
+
"grad_norm": 0.22298499941825867,
|
170 |
+
"learning_rate": 9.817749962596115e-05,
|
171 |
+
"loss": 0.0453,
|
172 |
+
"step": 210
|
173 |
+
},
|
174 |
+
{
|
175 |
+
"epoch": 3.793103448275862,
|
176 |
+
"grad_norm": 0.18436843156814575,
|
177 |
+
"learning_rate": 9.775322755599978e-05,
|
178 |
+
"loss": 0.0426,
|
179 |
+
"step": 220
|
180 |
+
},
|
181 |
+
{
|
182 |
+
"epoch": 3.9655172413793105,
|
183 |
+
"grad_norm": 0.19848646223545074,
|
184 |
+
"learning_rate": 9.728571717652677e-05,
|
185 |
+
"loss": 0.0463,
|
186 |
+
"step": 230
|
187 |
+
},
|
188 |
+
{
|
189 |
+
"epoch": 4.137931034482759,
|
190 |
+
"grad_norm": 0.13991042971611023,
|
191 |
+
"learning_rate": 9.677539179628005e-05,
|
192 |
+
"loss": 0.034,
|
193 |
+
"step": 240
|
194 |
+
},
|
195 |
+
{
|
196 |
+
"epoch": 4.310344827586207,
|
197 |
+
"grad_norm": 0.15892928838729858,
|
198 |
+
"learning_rate": 9.622271349097411e-05,
|
199 |
+
"loss": 0.0301,
|
200 |
+
"step": 250
|
201 |
+
},
|
202 |
+
{
|
203 |
+
"epoch": 4.482758620689655,
|
204 |
+
"grad_norm": 0.27909988164901733,
|
205 |
+
"learning_rate": 9.562818268491216e-05,
|
206 |
+
"loss": 0.0333,
|
207 |
+
"step": 260
|
208 |
+
},
|
209 |
+
{
|
210 |
+
"epoch": 4.655172413793103,
|
211 |
+
"grad_norm": 0.19205643236637115,
|
212 |
+
"learning_rate": 9.499233769787535e-05,
|
213 |
+
"loss": 0.0319,
|
214 |
+
"step": 270
|
215 |
+
},
|
216 |
+
{
|
217 |
+
"epoch": 4.827586206896552,
|
218 |
+
"grad_norm": 0.19656455516815186,
|
219 |
+
"learning_rate": 9.431575425769938e-05,
|
220 |
+
"loss": 0.032,
|
221 |
+
"step": 280
|
222 |
+
},
|
223 |
+
{
|
224 |
+
"epoch": 5.0,
|
225 |
+
"grad_norm": 0.15377789735794067,
|
226 |
+
"learning_rate": 9.359904497898009e-05,
|
227 |
+
"loss": 0.0325,
|
228 |
+
"step": 290
|
229 |
+
},
|
230 |
+
{
|
231 |
+
"epoch": 5.172413793103448,
|
232 |
+
"grad_norm": 0.11539698392152786,
|
233 |
+
"learning_rate": 9.284285880837946e-05,
|
234 |
+
"loss": 0.0208,
|
235 |
+
"step": 300
|
236 |
+
},
|
237 |
+
{
|
238 |
+
"epoch": 5.172413793103448,
|
239 |
+
"eval_loss": 0.021401584148406982,
|
240 |
+
"eval_runtime": 8.4928,
|
241 |
+
"eval_samples_per_second": 55.341,
|
242 |
+
"eval_steps_per_second": 6.947,
|
243 |
+
"step": 300
|
244 |
+
},
|
245 |
+
{
|
246 |
+
"epoch": 5.344827586206897,
|
247 |
+
"grad_norm": 0.09723104536533356,
|
248 |
+
"learning_rate": 9.2047880437035e-05,
|
249 |
+
"loss": 0.024,
|
250 |
+
"step": 310
|
251 |
+
},
|
252 |
+
{
|
253 |
+
"epoch": 5.517241379310345,
|
254 |
+
"grad_norm": 0.10288870334625244,
|
255 |
+
"learning_rate": 9.121482968060384e-05,
|
256 |
+
"loss": 0.025,
|
257 |
+
"step": 320
|
258 |
+
},
|
259 |
+
{
|
260 |
+
"epoch": 5.689655172413794,
|
261 |
+
"grad_norm": 0.13955926895141602,
|
262 |
+
"learning_rate": 9.034446082750352e-05,
|
263 |
+
"loss": 0.0267,
|
264 |
+
"step": 330
|
265 |
+
},
|
266 |
+
{
|
267 |
+
"epoch": 5.862068965517241,
|
268 |
+
"grad_norm": 0.09979069977998734,
|
269 |
+
"learning_rate": 8.943756195593916e-05,
|
270 |
+
"loss": 0.0249,
|
271 |
+
"step": 340
|
272 |
+
},
|
273 |
+
{
|
274 |
+
"epoch": 6.0344827586206895,
|
275 |
+
"grad_norm": 0.100404754281044,
|
276 |
+
"learning_rate": 8.849495422033549e-05,
|
277 |
+
"loss": 0.0223,
|
278 |
+
"step": 350
|
279 |
+
},
|
280 |
+
{
|
281 |
+
"epoch": 6.206896551724138,
|
282 |
+
"grad_norm": 0.06972885876893997,
|
283 |
+
"learning_rate": 8.751749110782012e-05,
|
284 |
+
"loss": 0.0175,
|
285 |
+
"step": 360
|
286 |
+
},
|
287 |
+
{
|
288 |
+
"epoch": 6.379310344827586,
|
289 |
+
"grad_norm": 0.10955193638801575,
|
290 |
+
"learning_rate": 8.650605766543089e-05,
|
291 |
+
"loss": 0.0191,
|
292 |
+
"step": 370
|
293 |
+
},
|
294 |
+
{
|
295 |
+
"epoch": 6.551724137931035,
|
296 |
+
"grad_norm": 0.08194795995950699,
|
297 |
+
"learning_rate": 8.546156969874723e-05,
|
298 |
+
"loss": 0.0194,
|
299 |
+
"step": 380
|
300 |
+
},
|
301 |
+
{
|
302 |
+
"epoch": 6.724137931034483,
|
303 |
+
"grad_norm": 0.10594207793474197,
|
304 |
+
"learning_rate": 8.438497294267117e-05,
|
305 |
+
"loss": 0.0215,
|
306 |
+
"step": 390
|
307 |
+
},
|
308 |
+
{
|
309 |
+
"epoch": 6.896551724137931,
|
310 |
+
"grad_norm": 0.09979037195444107,
|
311 |
+
"learning_rate": 8.327724220510873e-05,
|
312 |
+
"loss": 0.0209,
|
313 |
+
"step": 400
|
314 |
+
},
|
315 |
+
{
|
316 |
+
"epoch": 6.896551724137931,
|
317 |
+
"eval_loss": 0.016114579513669014,
|
318 |
+
"eval_runtime": 8.4861,
|
319 |
+
"eval_samples_per_second": 55.385,
|
320 |
+
"eval_steps_per_second": 6.953,
|
321 |
+
"step": 400
|
322 |
+
},
|
323 |
+
{
|
324 |
+
"epoch": 7.068965517241379,
|
325 |
+
"grad_norm": 0.06945820152759552,
|
326 |
+
"learning_rate": 8.213938048432697e-05,
|
327 |
+
"loss": 0.0196,
|
328 |
+
"step": 410
|
329 |
+
},
|
330 |
+
{
|
331 |
+
"epoch": 7.241379310344827,
|
332 |
+
"grad_norm": 0.07130986452102661,
|
333 |
+
"learning_rate": 8.097241806078615e-05,
|
334 |
+
"loss": 0.0166,
|
335 |
+
"step": 420
|
336 |
+
},
|
337 |
+
{
|
338 |
+
"epoch": 7.413793103448276,
|
339 |
+
"grad_norm": 0.07004086673259735,
|
340 |
+
"learning_rate": 7.977741156426901e-05,
|
341 |
+
"loss": 0.0168,
|
342 |
+
"step": 430
|
343 |
+
},
|
344 |
+
{
|
345 |
+
"epoch": 7.586206896551724,
|
346 |
+
"grad_norm": 0.08699115365743637,
|
347 |
+
"learning_rate": 7.855544301715203e-05,
|
348 |
+
"loss": 0.0179,
|
349 |
+
"step": 440
|
350 |
+
},
|
351 |
+
{
|
352 |
+
"epoch": 7.758620689655173,
|
353 |
+
"grad_norm": 0.11357751488685608,
|
354 |
+
"learning_rate": 7.730761885468485e-05,
|
355 |
+
"loss": 0.0182,
|
356 |
+
"step": 450
|
357 |
+
},
|
358 |
+
{
|
359 |
+
"epoch": 7.931034482758621,
|
360 |
+
"grad_norm": 0.08816002309322357,
|
361 |
+
"learning_rate": 7.603506892316512e-05,
|
362 |
+
"loss": 0.0182,
|
363 |
+
"step": 460
|
364 |
+
},
|
365 |
+
{
|
366 |
+
"epoch": 8.10344827586207,
|
367 |
+
"grad_norm": 0.07963044941425323,
|
368 |
+
"learning_rate": 7.47389454569155e-05,
|
369 |
+
"loss": 0.0174,
|
370 |
+
"step": 470
|
371 |
+
},
|
372 |
+
{
|
373 |
+
"epoch": 8.275862068965518,
|
374 |
+
"grad_norm": 0.07185494154691696,
|
375 |
+
"learning_rate": 7.342042203498951e-05,
|
376 |
+
"loss": 0.0145,
|
377 |
+
"step": 480
|
378 |
+
},
|
379 |
+
{
|
380 |
+
"epoch": 8.448275862068966,
|
381 |
+
"grad_norm": 0.0649387463927269,
|
382 |
+
"learning_rate": 7.208069251855078e-05,
|
383 |
+
"loss": 0.016,
|
384 |
+
"step": 490
|
385 |
+
},
|
386 |
+
{
|
387 |
+
"epoch": 8.620689655172415,
|
388 |
+
"grad_norm": 0.06952589750289917,
|
389 |
+
"learning_rate": 7.07209699698876e-05,
|
390 |
+
"loss": 0.0161,
|
391 |
+
"step": 500
|
392 |
+
},
|
393 |
+
{
|
394 |
+
"epoch": 8.620689655172415,
|
395 |
+
"eval_loss": 0.014497065916657448,
|
396 |
+
"eval_runtime": 8.487,
|
397 |
+
"eval_samples_per_second": 55.379,
|
398 |
+
"eval_steps_per_second": 6.952,
|
399 |
+
"step": 500
|
400 |
+
},
|
401 |
+
{
|
402 |
+
"epoch": 8.793103448275861,
|
403 |
+
"grad_norm": 0.07031919807195663,
|
404 |
+
"learning_rate": 6.934248555404198e-05,
|
405 |
+
"loss": 0.0175,
|
406 |
+
"step": 510
|
407 |
+
},
|
408 |
+
{
|
409 |
+
"epoch": 8.96551724137931,
|
410 |
+
"grad_norm": 0.08514226227998734,
|
411 |
+
"learning_rate": 6.79464874240473e-05,
|
412 |
+
"loss": 0.0182,
|
413 |
+
"step": 520
|
414 |
+
},
|
415 |
+
{
|
416 |
+
"epoch": 9.137931034482758,
|
417 |
+
"grad_norm": 0.07341048121452332,
|
418 |
+
"learning_rate": 6.653423959078436e-05,
|
419 |
+
"loss": 0.0147,
|
420 |
+
"step": 530
|
421 |
+
},
|
422 |
+
{
|
423 |
+
"epoch": 9.310344827586206,
|
424 |
+
"grad_norm": 0.06410729140043259,
|
425 |
+
"learning_rate": 6.510702077847863e-05,
|
426 |
+
"loss": 0.0144,
|
427 |
+
"step": 540
|
428 |
+
},
|
429 |
+
{
|
430 |
+
"epoch": 9.482758620689655,
|
431 |
+
"grad_norm": 0.06970565766096115,
|
432 |
+
"learning_rate": 6.366612326687554e-05,
|
433 |
+
"loss": 0.0153,
|
434 |
+
"step": 550
|
435 |
+
},
|
436 |
+
{
|
437 |
+
"epoch": 9.655172413793103,
|
438 |
+
"grad_norm": 0.0829567089676857,
|
439 |
+
"learning_rate": 6.221285172114157e-05,
|
440 |
+
"loss": 0.0152,
|
441 |
+
"step": 560
|
442 |
+
},
|
443 |
+
{
|
444 |
+
"epoch": 9.827586206896552,
|
445 |
+
"grad_norm": 0.06180880591273308,
|
446 |
+
"learning_rate": 6.0748522010551215e-05,
|
447 |
+
"loss": 0.0154,
|
448 |
+
"step": 570
|
449 |
+
},
|
450 |
+
{
|
451 |
+
"epoch": 10.0,
|
452 |
+
"grad_norm": 0.07084178179502487,
|
453 |
+
"learning_rate": 5.927446001702899e-05,
|
454 |
+
"loss": 0.0164,
|
455 |
+
"step": 580
|
456 |
+
},
|
457 |
+
{
|
458 |
+
"epoch": 10.172413793103448,
|
459 |
+
"grad_norm": 0.05729280412197113,
|
460 |
+
"learning_rate": 5.779200043462549e-05,
|
461 |
+
"loss": 0.0134,
|
462 |
+
"step": 590
|
463 |
+
},
|
464 |
+
{
|
465 |
+
"epoch": 10.344827586206897,
|
466 |
+
"grad_norm": 0.05883341655135155,
|
467 |
+
"learning_rate": 5.6302485561014475e-05,
|
468 |
+
"loss": 0.0142,
|
469 |
+
"step": 600
|
470 |
+
},
|
471 |
+
{
|
472 |
+
"epoch": 10.344827586206897,
|
473 |
+
"eval_loss": 0.013431085273623466,
|
474 |
+
"eval_runtime": 8.4852,
|
475 |
+
"eval_samples_per_second": 55.391,
|
476 |
+
"eval_steps_per_second": 6.953,
|
477 |
+
"step": 600
|
478 |
+
},
|
479 |
+
{
|
480 |
+
"epoch": 10.517241379310345,
|
481 |
+
"grad_norm": 0.05796743184328079,
|
482 |
+
"learning_rate": 5.4807264082105195e-05,
|
483 |
+
"loss": 0.0144,
|
484 |
+
"step": 610
|
485 |
+
},
|
486 |
+
{
|
487 |
+
"epoch": 10.689655172413794,
|
488 |
+
"grad_norm": 0.07652316242456436,
|
489 |
+
"learning_rate": 5.330768985087059e-05,
|
490 |
+
"loss": 0.0146,
|
491 |
+
"step": 620
|
492 |
+
},
|
493 |
+
{
|
494 |
+
"epoch": 10.862068965517242,
|
495 |
+
"grad_norm": 0.06839638203382492,
|
496 |
+
"learning_rate": 5.180512066149682e-05,
|
497 |
+
"loss": 0.0154,
|
498 |
+
"step": 630
|
499 |
+
},
|
500 |
+
{
|
501 |
+
"epoch": 11.03448275862069,
|
502 |
+
"grad_norm": 0.05099385976791382,
|
503 |
+
"learning_rate": 5.030091701996428e-05,
|
504 |
+
"loss": 0.0147,
|
505 |
+
"step": 640
|
506 |
+
},
|
507 |
+
{
|
508 |
+
"epoch": 11.206896551724139,
|
509 |
+
"grad_norm": 0.05085451900959015,
|
510 |
+
"learning_rate": 4.879644091217317e-05,
|
511 |
+
"loss": 0.0133,
|
512 |
+
"step": 650
|
513 |
+
},
|
514 |
+
{
|
515 |
+
"epoch": 11.379310344827585,
|
516 |
+
"grad_norm": 0.07139307260513306,
|
517 |
+
"learning_rate": 4.729305457072913e-05,
|
518 |
+
"loss": 0.0136,
|
519 |
+
"step": 660
|
520 |
+
},
|
521 |
+
{
|
522 |
+
"epoch": 11.551724137931034,
|
523 |
+
"grad_norm": 0.06991631537675858,
|
524 |
+
"learning_rate": 4.579211924150547e-05,
|
525 |
+
"loss": 0.0142,
|
526 |
+
"step": 670
|
527 |
+
},
|
528 |
+
{
|
529 |
+
"epoch": 11.724137931034482,
|
530 |
+
"grad_norm": 0.06048361957073212,
|
531 |
+
"learning_rate": 4.429499395109877e-05,
|
532 |
+
"loss": 0.0146,
|
533 |
+
"step": 680
|
534 |
+
},
|
535 |
+
{
|
536 |
+
"epoch": 11.89655172413793,
|
537 |
+
"grad_norm": 0.06556624919176102,
|
538 |
+
"learning_rate": 4.280303427629404e-05,
|
539 |
+
"loss": 0.0148,
|
540 |
+
"step": 690
|
541 |
+
},
|
542 |
+
{
|
543 |
+
"epoch": 12.068965517241379,
|
544 |
+
"grad_norm": 0.05133816972374916,
|
545 |
+
"learning_rate": 4.131759111665349e-05,
|
546 |
+
"loss": 0.0141,
|
547 |
+
"step": 700
|
548 |
+
},
|
549 |
+
{
|
550 |
+
"epoch": 12.068965517241379,
|
551 |
+
"eval_loss": 0.012837924063205719,
|
552 |
+
"eval_runtime": 8.4874,
|
553 |
+
"eval_samples_per_second": 55.376,
|
554 |
+
"eval_steps_per_second": 6.951,
|
555 |
+
"step": 700
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 12.241379310344827,
|
559 |
+
"grad_norm": 0.05528413876891136,
|
560 |
+
"learning_rate": 3.9840009471340194e-05,
|
561 |
+
"loss": 0.0129,
|
562 |
+
"step": 710
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 12.413793103448276,
|
566 |
+
"grad_norm": 0.05302777513861656,
|
567 |
+
"learning_rate": 3.8371627221284495e-05,
|
568 |
+
"loss": 0.0136,
|
569 |
+
"step": 720
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 12.586206896551724,
|
573 |
+
"grad_norm": 0.06363388895988464,
|
574 |
+
"learning_rate": 3.691377391779543e-05,
|
575 |
+
"loss": 0.0139,
|
576 |
+
"step": 730
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 12.758620689655173,
|
580 |
+
"grad_norm": 0.056679144501686096,
|
581 |
+
"learning_rate": 3.546776957871445e-05,
|
582 |
+
"loss": 0.0141,
|
583 |
+
"step": 740
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 12.931034482758621,
|
587 |
+
"grad_norm": 0.07062114775180817,
|
588 |
+
"learning_rate": 3.403492349320101e-05,
|
589 |
+
"loss": 0.0143,
|
590 |
+
"step": 750
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 13.10344827586207,
|
594 |
+
"grad_norm": 0.05683109909296036,
|
595 |
+
"learning_rate": 3.261653303623263e-05,
|
596 |
+
"loss": 0.0134,
|
597 |
+
"step": 760
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 13.275862068965518,
|
601 |
+
"grad_norm": 0.05229064077138901,
|
602 |
+
"learning_rate": 3.121388249389269e-05,
|
603 |
+
"loss": 0.0128,
|
604 |
+
"step": 770
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 13.448275862068966,
|
608 |
+
"grad_norm": 0.07219678908586502,
|
609 |
+
"learning_rate": 2.982824190050958e-05,
|
610 |
+
"loss": 0.0133,
|
611 |
+
"step": 780
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 13.620689655172415,
|
615 |
+
"grad_norm": 0.06031765043735504,
|
616 |
+
"learning_rate": 2.846086588870006e-05,
|
617 |
+
"loss": 0.0136,
|
618 |
+
"step": 790
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 13.793103448275861,
|
622 |
+
"grad_norm": 0.06178103759884834,
|
623 |
+
"learning_rate": 2.711299255335833e-05,
|
624 |
+
"loss": 0.0138,
|
625 |
+
"step": 800
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 13.793103448275861,
|
629 |
+
"eval_loss": 0.012654323130846024,
|
630 |
+
"eval_runtime": 8.4929,
|
631 |
+
"eval_samples_per_second": 55.34,
|
632 |
+
"eval_steps_per_second": 6.947,
|
633 |
+
"step": 800
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 13.96551724137931,
|
637 |
+
"grad_norm": 0.051913850009441376,
|
638 |
+
"learning_rate": 2.5785842330619038e-05,
|
639 |
+
"loss": 0.014,
|
640 |
+
"step": 810
|
641 |
+
},
|
642 |
+
{
|
643 |
+
"epoch": 14.137931034482758,
|
644 |
+
"grad_norm": 0.05191033333539963,
|
645 |
+
"learning_rate": 2.4480616892809594e-05,
|
646 |
+
"loss": 0.0129,
|
647 |
+
"step": 820
|
648 |
+
},
|
649 |
+
{
|
650 |
+
"epoch": 14.310344827586206,
|
651 |
+
"grad_norm": 0.055176835507154465,
|
652 |
+
"learning_rate": 2.3198498060392232e-05,
|
653 |
+
"loss": 0.0127,
|
654 |
+
"step": 830
|
655 |
+
},
|
656 |
+
{
|
657 |
+
"epoch": 14.482758620689655,
|
658 |
+
"grad_norm": 0.0499984435737133,
|
659 |
+
"learning_rate": 2.194064673188089e-05,
|
660 |
+
"loss": 0.013,
|
661 |
+
"step": 840
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"epoch": 14.655172413793103,
|
665 |
+
"grad_norm": 0.05339398235082626,
|
666 |
+
"learning_rate": 2.070820183270211e-05,
|
667 |
+
"loss": 0.0134,
|
668 |
+
"step": 850
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"epoch": 14.827586206896552,
|
672 |
+
"grad_norm": 0.06339651346206665,
|
673 |
+
"learning_rate": 1.9502279283951364e-05,
|
674 |
+
"loss": 0.0135,
|
675 |
+
"step": 860
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 15.0,
|
679 |
+
"grad_norm": 0.061148300766944885,
|
680 |
+
"learning_rate": 1.832397099197882e-05,
|
681 |
+
"loss": 0.0135,
|
682 |
+
"step": 870
|
683 |
+
},
|
684 |
+
{
|
685 |
+
"epoch": 15.172413793103448,
|
686 |
+
"grad_norm": 0.05747521296143532,
|
687 |
+
"learning_rate": 1.7174343859719333e-05,
|
688 |
+
"loss": 0.0125,
|
689 |
+
"step": 880
|
690 |
+
},
|
691 |
+
{
|
692 |
+
"epoch": 15.344827586206897,
|
693 |
+
"grad_norm": 0.05627927929162979,
|
694 |
+
"learning_rate": 1.6054438820661854e-05,
|
695 |
+
"loss": 0.0126,
|
696 |
+
"step": 890
|
697 |
+
},
|
698 |
+
{
|
699 |
+
"epoch": 15.517241379310345,
|
700 |
+
"grad_norm": 0.0764516219496727,
|
701 |
+
"learning_rate": 1.4965269896332885e-05,
|
702 |
+
"loss": 0.0129,
|
703 |
+
"step": 900
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"epoch": 15.517241379310345,
|
707 |
+
"eval_loss": 0.01242972631007433,
|
708 |
+
"eval_runtime": 8.4929,
|
709 |
+
"eval_samples_per_second": 55.34,
|
710 |
+
"eval_steps_per_second": 6.947,
|
711 |
+
"step": 900
|
712 |
+
},
|
713 |
+
{
|
714 |
+
"epoch": 15.689655172413794,
|
715 |
+
"grad_norm": 0.0588865764439106,
|
716 |
+
"learning_rate": 1.3907823278147563e-05,
|
717 |
+
"loss": 0.013,
|
718 |
+
"step": 910
|
719 |
+
},
|
720 |
+
{
|
721 |
+
"epoch": 15.862068965517242,
|
722 |
+
"grad_norm": 0.06028977409005165,
|
723 |
+
"learning_rate": 1.2883056434459506e-05,
|
724 |
+
"loss": 0.0132,
|
725 |
+
"step": 920
|
726 |
+
},
|
727 |
+
{
|
728 |
+
"epoch": 16.03448275862069,
|
729 |
+
"grad_norm": 0.0516447052359581,
|
730 |
+
"learning_rate": 1.1891897243618182e-05,
|
731 |
+
"loss": 0.0132,
|
732 |
+
"step": 930
|
733 |
+
},
|
734 |
+
{
|
735 |
+
"epoch": 16.20689655172414,
|
736 |
+
"grad_norm": 0.053294651210308075,
|
737 |
+
"learning_rate": 1.0935243153818436e-05,
|
738 |
+
"loss": 0.0123,
|
739 |
+
"step": 940
|
740 |
+
},
|
741 |
+
{
|
742 |
+
"epoch": 16.379310344827587,
|
743 |
+
"grad_norm": 0.059708479791879654,
|
744 |
+
"learning_rate": 1.0013960370503261e-05,
|
745 |
+
"loss": 0.0125,
|
746 |
+
"step": 950
|
747 |
+
},
|
748 |
+
{
|
749 |
+
"epoch": 16.551724137931036,
|
750 |
+
"grad_norm": 0.051865532994270325,
|
751 |
+
"learning_rate": 9.12888307205541e-06,
|
752 |
+
"loss": 0.0126,
|
753 |
+
"step": 960
|
754 |
+
},
|
755 |
+
{
|
756 |
+
"epoch": 16.724137931034484,
|
757 |
+
"grad_norm": 0.06396190822124481,
|
758 |
+
"learning_rate": 8.280812654487891e-06,
|
759 |
+
"loss": 0.0128,
|
760 |
+
"step": 970
|
761 |
+
},
|
762 |
+
{
|
763 |
+
"epoch": 16.896551724137932,
|
764 |
+
"grad_norm": 0.060719434171915054,
|
765 |
+
"learning_rate": 7.470517005817474e-06,
|
766 |
+
"loss": 0.013,
|
767 |
+
"step": 980
|
768 |
+
},
|
769 |
+
{
|
770 |
+
"epoch": 17.06896551724138,
|
771 |
+
"grad_norm": 0.05675433203577995,
|
772 |
+
"learning_rate": 6.698729810778065e-06,
|
773 |
+
"loss": 0.0126,
|
774 |
+
"step": 990
|
775 |
+
},
|
776 |
+
{
|
777 |
+
"epoch": 17.24137931034483,
|
778 |
+
"grad_norm": 0.06285712867975235,
|
779 |
+
"learning_rate": 5.966149886503614e-06,
|
780 |
+
"loss": 0.0123,
|
781 |
+
"step": 1000
|
782 |
+
},
|
783 |
+
{
|
784 |
+
"epoch": 17.24137931034483,
|
785 |
+
"eval_loss": 0.01223958469927311,
|
786 |
+
"eval_runtime": 8.4904,
|
787 |
+
"eval_samples_per_second": 55.357,
|
788 |
+
"eval_steps_per_second": 6.949,
|
789 |
+
"step": 1000
|
790 |
+
},
|
791 |
+
{
|
792 |
+
"epoch": 17.413793103448278,
|
793 |
+
"grad_norm": 0.06330039352178574,
|
794 |
+
"learning_rate": 5.27344054978186e-06,
|
795 |
+
"loss": 0.0123,
|
796 |
+
"step": 1010
|
797 |
+
},
|
798 |
+
{
|
799 |
+
"epoch": 17.586206896551722,
|
800 |
+
"grad_norm": 0.05098165571689606,
|
801 |
+
"learning_rate": 4.621229016452156e-06,
|
802 |
+
"loss": 0.0124,
|
803 |
+
"step": 1020
|
804 |
+
},
|
805 |
+
{
|
806 |
+
"epoch": 17.75862068965517,
|
807 |
+
"grad_norm": 0.06866684556007385,
|
808 |
+
"learning_rate": 4.010105833490857e-06,
|
809 |
+
"loss": 0.0125,
|
810 |
+
"step": 1030
|
811 |
+
},
|
812 |
+
{
|
813 |
+
"epoch": 17.93103448275862,
|
814 |
+
"grad_norm": 0.06366662681102753,
|
815 |
+
"learning_rate": 3.4406243442987764e-06,
|
816 |
+
"loss": 0.0126,
|
817 |
+
"step": 1040
|
818 |
+
},
|
819 |
+
{
|
820 |
+
"epoch": 18.103448275862068,
|
821 |
+
"grad_norm": 0.06267203390598297,
|
822 |
+
"learning_rate": 2.9133001876746004e-06,
|
823 |
+
"loss": 0.0124,
|
824 |
+
"step": 1050
|
825 |
+
},
|
826 |
+
{
|
827 |
+
"epoch": 18.275862068965516,
|
828 |
+
"grad_norm": 0.05903858318924904,
|
829 |
+
"learning_rate": 2.428610830928152e-06,
|
830 |
+
"loss": 0.0122,
|
831 |
+
"step": 1060
|
832 |
+
},
|
833 |
+
{
|
834 |
+
"epoch": 18.448275862068964,
|
835 |
+
"grad_norm": 0.05347118899226189,
|
836 |
+
"learning_rate": 1.9869951375561523e-06,
|
837 |
+
"loss": 0.0123,
|
838 |
+
"step": 1070
|
839 |
+
},
|
840 |
+
{
|
841 |
+
"epoch": 18.620689655172413,
|
842 |
+
"grad_norm": 0.0637890100479126,
|
843 |
+
"learning_rate": 1.5888529698718346e-06,
|
844 |
+
"loss": 0.0122,
|
845 |
+
"step": 1080
|
846 |
+
},
|
847 |
+
{
|
848 |
+
"epoch": 18.79310344827586,
|
849 |
+
"grad_norm": 0.051785457879304886,
|
850 |
+
"learning_rate": 1.2345448269483916e-06,
|
851 |
+
"loss": 0.0124,
|
852 |
+
"step": 1090
|
853 |
+
},
|
854 |
+
{
|
855 |
+
"epoch": 18.96551724137931,
|
856 |
+
"grad_norm": 0.06472212821245193,
|
857 |
+
"learning_rate": 9.243915182039431e-07,
|
858 |
+
"loss": 0.0123,
|
859 |
+
"step": 1100
|
860 |
+
},
|
861 |
+
{
|
862 |
+
"epoch": 18.96551724137931,
|
863 |
+
"eval_loss": 0.012206222862005234,
|
864 |
+
"eval_runtime": 8.4831,
|
865 |
+
"eval_samples_per_second": 55.404,
|
866 |
+
"eval_steps_per_second": 6.955,
|
867 |
+
"step": 1100
|
868 |
+
},
|
869 |
+
{
|
870 |
+
"epoch": 19.137931034482758,
|
871 |
+
"grad_norm": 0.06167494133114815,
|
872 |
+
"learning_rate": 6.58673872923693e-07,
|
873 |
+
"loss": 0.0122,
|
874 |
+
"step": 1110
|
875 |
+
},
|
876 |
+
{
|
877 |
+
"epoch": 19.310344827586206,
|
878 |
+
"grad_norm": 0.06309988349676132,
|
879 |
+
"learning_rate": 4.376324859820924e-07,
|
880 |
+
"loss": 0.0122,
|
881 |
+
"step": 1120
|
882 |
+
},
|
883 |
+
{
|
884 |
+
"epoch": 19.482758620689655,
|
885 |
+
"grad_norm": 0.05701352283358574,
|
886 |
+
"learning_rate": 2.614674999955269e-07,
|
887 |
+
"loss": 0.0122,
|
888 |
+
"step": 1130
|
889 |
+
},
|
890 |
+
{
|
891 |
+
"epoch": 19.655172413793103,
|
892 |
+
"grad_norm": 0.06496866792440414,
|
893 |
+
"learning_rate": 1.3033842410251075e-07,
|
894 |
+
"loss": 0.0122,
|
895 |
+
"step": 1140
|
896 |
+
},
|
897 |
+
{
|
898 |
+
"epoch": 19.82758620689655,
|
899 |
+
"grad_norm": 0.05343254283070564,
|
900 |
+
"learning_rate": 4.436398953567289e-08,
|
901 |
+
"loss": 0.0122,
|
902 |
+
"step": 1150
|
903 |
+
},
|
904 |
+
{
|
905 |
+
"epoch": 20.0,
|
906 |
+
"grad_norm": 0.06212453171610832,
|
907 |
+
"learning_rate": 3.622042116169233e-09,
|
908 |
+
"loss": 0.0122,
|
909 |
+
"step": 1160
|
910 |
+
}
|
911 |
+
],
|
912 |
+
"logging_steps": 10,
|
913 |
+
"max_steps": 1160,
|
914 |
+
"num_input_tokens_seen": 0,
|
915 |
+
"num_train_epochs": 20,
|
916 |
+
"save_steps": 500,
|
917 |
+
"stateful_callbacks": {
|
918 |
+
"TrainerControl": {
|
919 |
+
"args": {
|
920 |
+
"should_epoch_stop": false,
|
921 |
+
"should_evaluate": false,
|
922 |
+
"should_log": false,
|
923 |
+
"should_save": true,
|
924 |
+
"should_training_stop": true
|
925 |
+
},
|
926 |
+
"attributes": {}
|
927 |
+
}
|
928 |
+
},
|
929 |
+
"total_flos": 3.74429913710592e+16,
|
930 |
+
"train_batch_size": 8,
|
931 |
+
"trial_name": null,
|
932 |
+
"trial_params": null
|
933 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de0e3976c364a7ea569c99e8d17b32a6cafe68fed7edab7e9f4782a812b0727f
|
3 |
+
size 5432
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|