Upload folder using huggingface_hub
Browse files- checkpoint-1481/added_tokens.json +35 -0
- checkpoint-1481/chat_template.jinja +4 -0
- checkpoint-1481/config.json +32 -0
- checkpoint-1481/generation_config.json +7 -0
- checkpoint-1481/merges.txt +0 -0
- checkpoint-1481/model-00001-of-00002.safetensors +3 -0
- checkpoint-1481/model-00002-of-00002.safetensors +3 -0
- checkpoint-1481/model.safetensors.index.json +226 -0
- checkpoint-1481/optimizer.pt +3 -0
- checkpoint-1481/rng_state.pth +3 -0
- checkpoint-1481/scheduler.pt +3 -0
- checkpoint-1481/special_tokens_map.json +86 -0
- checkpoint-1481/tokenizer.json +0 -0
- checkpoint-1481/tokenizer_config.json +501 -0
- checkpoint-1481/trainer_state.json +244 -0
- checkpoint-1481/training_args.bin +3 -0
- checkpoint-1481/vocab.json +0 -0
- checkpoint-2962/added_tokens.json +35 -0
- checkpoint-2962/chat_template.jinja +4 -0
- checkpoint-2962/config.json +32 -0
- checkpoint-2962/generation_config.json +7 -0
- checkpoint-2962/merges.txt +0 -0
- checkpoint-2962/model-00001-of-00002.safetensors +3 -0
- checkpoint-2962/model-00002-of-00002.safetensors +3 -0
- checkpoint-2962/model.safetensors.index.json +226 -0
- checkpoint-2962/optimizer.pt +3 -0
- checkpoint-2962/rng_state.pth +3 -0
- checkpoint-2962/scheduler.pt +3 -0
- checkpoint-2962/special_tokens_map.json +86 -0
- checkpoint-2962/tokenizer.json +0 -0
- checkpoint-2962/tokenizer_config.json +501 -0
- checkpoint-2962/trainer_state.json +469 -0
- checkpoint-2962/training_args.bin +3 -0
- checkpoint-2962/vocab.json +0 -0
checkpoint-1481/added_tokens.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"<EMAIL>": 110521,
|
| 3 |
+
"<KEY>": 110522,
|
| 4 |
+
"<NAME>": 110520,
|
| 5 |
+
"<PASSWORD>": 110523,
|
| 6 |
+
"<code_to_intermediate>": 110502,
|
| 7 |
+
"<empty_output>": 110501,
|
| 8 |
+
"<file_sep>": 110492,
|
| 9 |
+
"<intermediate_to_code>": 110503,
|
| 10 |
+
"<issue_closed>": 110495,
|
| 11 |
+
"<issue_comment>": 110494,
|
| 12 |
+
"<issue_start>": 110493,
|
| 13 |
+
"<jupyter_code>": 110498,
|
| 14 |
+
"<jupyter_output>": 110499,
|
| 15 |
+
"<jupyter_script>": 110500,
|
| 16 |
+
"<jupyter_start>": 110496,
|
| 17 |
+
"<jupyter_text>": 110497,
|
| 18 |
+
"<pr>": 110504,
|
| 19 |
+
"<pr_base>": 110507,
|
| 20 |
+
"<pr_base_code>": 110509,
|
| 21 |
+
"<pr_comment>": 110512,
|
| 22 |
+
"<pr_diff>": 110510,
|
| 23 |
+
"<pr_diff_hunk>": 110511,
|
| 24 |
+
"<pr_diff_hunk_comment_line>": 110519,
|
| 25 |
+
"<pr_event_id>": 110513,
|
| 26 |
+
"<pr_file>": 110508,
|
| 27 |
+
"<pr_in_reply_to_comment_id>": 110518,
|
| 28 |
+
"<pr_in_reply_to_review_id>": 110517,
|
| 29 |
+
"<pr_is_merged>": 110506,
|
| 30 |
+
"<pr_review>": 110514,
|
| 31 |
+
"<pr_review_comment>": 110516,
|
| 32 |
+
"<pr_review_state>": 110515,
|
| 33 |
+
"<pr_status>": 110505,
|
| 34 |
+
"<repo_name>": 110491
|
| 35 |
+
}
|
checkpoint-1481/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 %}
|
checkpoint-1481/config.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"LlamaForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_bias": false,
|
| 6 |
+
"attention_dropout": 0.3,
|
| 7 |
+
"bos_token_id": 100257,
|
| 8 |
+
"end_token_id": 100257,
|
| 9 |
+
"eos_token_id": 100257,
|
| 10 |
+
"head_dim": 128,
|
| 11 |
+
"hidden_act": "silu",
|
| 12 |
+
"hidden_size": 2048,
|
| 13 |
+
"initializer_range": 0.02,
|
| 14 |
+
"intermediate_size": 7168,
|
| 15 |
+
"max_position_embeddings": 131072,
|
| 16 |
+
"mlp_bias": false,
|
| 17 |
+
"model_type": "llama",
|
| 18 |
+
"num_attention_heads": 16,
|
| 19 |
+
"num_hidden_layers": 24,
|
| 20 |
+
"num_key_value_heads": 8,
|
| 21 |
+
"pad_token_id": 100257,
|
| 22 |
+
"pretraining_tp": 1,
|
| 23 |
+
"resid_pdrop": 0.2,
|
| 24 |
+
"rms_norm_eps": 1e-05,
|
| 25 |
+
"rope_scaling": null,
|
| 26 |
+
"rope_theta": 100000000,
|
| 27 |
+
"tie_word_embeddings": true,
|
| 28 |
+
"torch_dtype": "float32",
|
| 29 |
+
"transformers_version": "4.53.2",
|
| 30 |
+
"use_cache": true,
|
| 31 |
+
"vocab_size": 110592
|
| 32 |
+
}
|
checkpoint-1481/generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 100257,
|
| 4 |
+
"eos_token_id": 100257,
|
| 5 |
+
"pad_token_id": 100257,
|
| 6 |
+
"transformers_version": "4.53.2"
|
| 7 |
+
}
|
checkpoint-1481/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-1481/model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2c3822eda77486346909696ffd4c54886808ca4db2365954706ab5397af56776
|
| 3 |
+
size 4999924144
|
checkpoint-1481/model-00002-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a0561ad4a987bc49ea5fede9bac3ae2ac310653decf6ac721a516b35233d2032
|
| 3 |
+
size 1342289928
|
checkpoint-1481/model.safetensors.index.json
ADDED
|
@@ -0,0 +1,226 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_parameters": 1585547264,
|
| 4 |
+
"total_size": 6342189056
|
| 5 |
+
},
|
| 6 |
+
"weight_map": {
|
| 7 |
+
"model.embed_tokens.weight": "model-00001-of-00002.safetensors",
|
| 8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 13 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 15 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 17 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 18 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 19 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 20 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 21 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 22 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 23 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 24 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 25 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 26 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 27 |
+
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 28 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 29 |
+
"model.layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 30 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 31 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 32 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 33 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 34 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 35 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 36 |
+
"model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 37 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 38 |
+
"model.layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 39 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 40 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 41 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 42 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 43 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 44 |
+
"model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 45 |
+
"model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 46 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 47 |
+
"model.layers.12.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 48 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 49 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 50 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 51 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 52 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 53 |
+
"model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 54 |
+
"model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 55 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 56 |
+
"model.layers.13.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 57 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 58 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 59 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 60 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 61 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 62 |
+
"model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 63 |
+
"model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 64 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 65 |
+
"model.layers.14.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 66 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 67 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 68 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 69 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 70 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 71 |
+
"model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 72 |
+
"model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 73 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 74 |
+
"model.layers.15.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 75 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 76 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 77 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 78 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 79 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 80 |
+
"model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 81 |
+
"model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 82 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 83 |
+
"model.layers.16.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 84 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 85 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 86 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 87 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 88 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 89 |
+
"model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 90 |
+
"model.layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 91 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 92 |
+
"model.layers.17.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 93 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 94 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 95 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 96 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 97 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 98 |
+
"model.layers.18.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 99 |
+
"model.layers.18.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 100 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 101 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 102 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 103 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 104 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 105 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 106 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 107 |
+
"model.layers.19.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 108 |
+
"model.layers.19.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 109 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 110 |
+
"model.layers.19.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 111 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 112 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 113 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 114 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 115 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 116 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 117 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 118 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 119 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 120 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 121 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 122 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 123 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 124 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 125 |
+
"model.layers.20.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 126 |
+
"model.layers.20.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 127 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 128 |
+
"model.layers.20.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 129 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 130 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 131 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 132 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 133 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 134 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 135 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 136 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 137 |
+
"model.layers.21.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 138 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 139 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 140 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 141 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 142 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 143 |
+
"model.layers.22.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 144 |
+
"model.layers.22.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 145 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 146 |
+
"model.layers.22.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 147 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 148 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 149 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 150 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 151 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 152 |
+
"model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 153 |
+
"model.layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 154 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 155 |
+
"model.layers.23.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 156 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 157 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 158 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 159 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 160 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 161 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 162 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 163 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 164 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 165 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 166 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 167 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 168 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 169 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 170 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 171 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 172 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 173 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 174 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 175 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 176 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 177 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 178 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 179 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 180 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 181 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 182 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 183 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 184 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 185 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 186 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 187 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 188 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 189 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 190 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 191 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 192 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 193 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 194 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 195 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 196 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 197 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 198 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 199 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 200 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 201 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 202 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 203 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 204 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 205 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 206 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 207 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 208 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 209 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 210 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 211 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 212 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 213 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 214 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 215 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 216 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 217 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 218 |
+
"model.layers.9.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 219 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 220 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 221 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 222 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 223 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 224 |
+
"model.norm.weight": "model-00002-of-00002.safetensors"
|
| 225 |
+
}
|
| 226 |
+
}
|
checkpoint-1481/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:520f1445dd3e697141d92471d8582bdb75d7cd359ac57035d44eb78802242475
|
| 3 |
+
size 12684568362
|
checkpoint-1481/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c07c9483d2aaa0e0aa4859fa05bacc55a60e0f30ff9c95a3b76854e880483a96
|
| 3 |
+
size 14244
|
checkpoint-1481/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:64265a49daa9b144468acfb608c11ed7c416f818e9fda5c68270f0f8a3952417
|
| 3 |
+
size 1064
|
checkpoint-1481/special_tokens_map.json
ADDED
|
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|endoftext|>",
|
| 4 |
+
"<|fim_prefix|>",
|
| 5 |
+
"<|fim_middle|>",
|
| 6 |
+
"<|fim_suffix|>",
|
| 7 |
+
"<|endofprompt|>",
|
| 8 |
+
"<|_unuse_missing_100256|>",
|
| 9 |
+
"<|_unuse_missing_100261|>",
|
| 10 |
+
"<|_unuse_missing_100262|>",
|
| 11 |
+
"<|_unuse_missing_100263|>",
|
| 12 |
+
"<|_unuse_missing_100264|>",
|
| 13 |
+
"<|_unuse_missing_100265|>",
|
| 14 |
+
"<|_unuse_missing_100266|>",
|
| 15 |
+
"<|_unuse_missing_100267|>",
|
| 16 |
+
"<|_unuse_missing_100268|>",
|
| 17 |
+
"<|_unuse_missing_100269|>",
|
| 18 |
+
"<|_unuse_missing_100270|>",
|
| 19 |
+
"<|_unuse_missing_100271|>",
|
| 20 |
+
"<|im_start|>",
|
| 21 |
+
"<|im_end|>",
|
| 22 |
+
"<|stop|>",
|
| 23 |
+
"<|endofturn|>",
|
| 24 |
+
"<repo_name>",
|
| 25 |
+
"<file_sep>",
|
| 26 |
+
"<issue_start>",
|
| 27 |
+
"<issue_comment>",
|
| 28 |
+
"<issue_closed>",
|
| 29 |
+
"<jupyter_start>",
|
| 30 |
+
"<jupyter_text>",
|
| 31 |
+
"<jupyter_code>",
|
| 32 |
+
"<jupyter_output>",
|
| 33 |
+
"<jupyter_script>",
|
| 34 |
+
"<empty_output>",
|
| 35 |
+
"<code_to_intermediate>",
|
| 36 |
+
"<intermediate_to_code>",
|
| 37 |
+
"<pr>",
|
| 38 |
+
"<pr_status>",
|
| 39 |
+
"<pr_is_merged>",
|
| 40 |
+
"<pr_base>",
|
| 41 |
+
"<pr_file>",
|
| 42 |
+
"<pr_base_code>",
|
| 43 |
+
"<pr_diff>",
|
| 44 |
+
"<pr_diff_hunk>",
|
| 45 |
+
"<pr_comment>",
|
| 46 |
+
"<pr_event_id>",
|
| 47 |
+
"<pr_review>",
|
| 48 |
+
"<pr_review_state>",
|
| 49 |
+
"<pr_review_comment>",
|
| 50 |
+
"<pr_in_reply_to_review_id>",
|
| 51 |
+
"<pr_in_reply_to_comment_id>",
|
| 52 |
+
"<pr_diff_hunk_comment_line>",
|
| 53 |
+
"<NAME>",
|
| 54 |
+
"<EMAIL>",
|
| 55 |
+
"<KEY>",
|
| 56 |
+
"<PASSWORD>"
|
| 57 |
+
],
|
| 58 |
+
"bos_token": {
|
| 59 |
+
"content": "<|endoftext|>",
|
| 60 |
+
"lstrip": false,
|
| 61 |
+
"normalized": false,
|
| 62 |
+
"rstrip": false,
|
| 63 |
+
"single_word": false
|
| 64 |
+
},
|
| 65 |
+
"eos_token": {
|
| 66 |
+
"content": "<|endofturn|>",
|
| 67 |
+
"lstrip": false,
|
| 68 |
+
"normalized": false,
|
| 69 |
+
"rstrip": false,
|
| 70 |
+
"single_word": false
|
| 71 |
+
},
|
| 72 |
+
"pad_token": {
|
| 73 |
+
"content": "<|endoftext|>",
|
| 74 |
+
"lstrip": false,
|
| 75 |
+
"normalized": false,
|
| 76 |
+
"rstrip": false,
|
| 77 |
+
"single_word": false
|
| 78 |
+
},
|
| 79 |
+
"unk_token": {
|
| 80 |
+
"content": "<|endoftext|>",
|
| 81 |
+
"lstrip": false,
|
| 82 |
+
"normalized": false,
|
| 83 |
+
"rstrip": false,
|
| 84 |
+
"single_word": false
|
| 85 |
+
}
|
| 86 |
+
}
|
checkpoint-1481/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-1481/tokenizer_config.json
ADDED
|
@@ -0,0 +1,501 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"added_tokens_decoder": {
|
| 4 |
+
"100256": {
|
| 5 |
+
"content": "<|_unuse_missing_100256|>",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": false,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false,
|
| 10 |
+
"special": true
|
| 11 |
+
},
|
| 12 |
+
"100257": {
|
| 13 |
+
"content": "<|endoftext|>",
|
| 14 |
+
"lstrip": false,
|
| 15 |
+
"normalized": false,
|
| 16 |
+
"rstrip": false,
|
| 17 |
+
"single_word": false,
|
| 18 |
+
"special": true
|
| 19 |
+
},
|
| 20 |
+
"100258": {
|
| 21 |
+
"content": "<|fim_prefix|>",
|
| 22 |
+
"lstrip": false,
|
| 23 |
+
"normalized": false,
|
| 24 |
+
"rstrip": false,
|
| 25 |
+
"single_word": false,
|
| 26 |
+
"special": true
|
| 27 |
+
},
|
| 28 |
+
"100259": {
|
| 29 |
+
"content": "<|fim_middle|>",
|
| 30 |
+
"lstrip": false,
|
| 31 |
+
"normalized": false,
|
| 32 |
+
"rstrip": false,
|
| 33 |
+
"single_word": false,
|
| 34 |
+
"special": true
|
| 35 |
+
},
|
| 36 |
+
"100260": {
|
| 37 |
+
"content": "<|fim_suffix|>",
|
| 38 |
+
"lstrip": false,
|
| 39 |
+
"normalized": false,
|
| 40 |
+
"rstrip": false,
|
| 41 |
+
"single_word": false,
|
| 42 |
+
"special": true
|
| 43 |
+
},
|
| 44 |
+
"100261": {
|
| 45 |
+
"content": "<|_unuse_missing_100261|>",
|
| 46 |
+
"lstrip": false,
|
| 47 |
+
"normalized": false,
|
| 48 |
+
"rstrip": false,
|
| 49 |
+
"single_word": false,
|
| 50 |
+
"special": true
|
| 51 |
+
},
|
| 52 |
+
"100262": {
|
| 53 |
+
"content": "<|_unuse_missing_100262|>",
|
| 54 |
+
"lstrip": false,
|
| 55 |
+
"normalized": false,
|
| 56 |
+
"rstrip": false,
|
| 57 |
+
"single_word": false,
|
| 58 |
+
"special": true
|
| 59 |
+
},
|
| 60 |
+
"100263": {
|
| 61 |
+
"content": "<|_unuse_missing_100263|>",
|
| 62 |
+
"lstrip": false,
|
| 63 |
+
"normalized": false,
|
| 64 |
+
"rstrip": false,
|
| 65 |
+
"single_word": false,
|
| 66 |
+
"special": true
|
| 67 |
+
},
|
| 68 |
+
"100264": {
|
| 69 |
+
"content": "<|_unuse_missing_100264|>",
|
| 70 |
+
"lstrip": false,
|
| 71 |
+
"normalized": false,
|
| 72 |
+
"rstrip": false,
|
| 73 |
+
"single_word": false,
|
| 74 |
+
"special": true
|
| 75 |
+
},
|
| 76 |
+
"100265": {
|
| 77 |
+
"content": "<|_unuse_missing_100265|>",
|
| 78 |
+
"lstrip": false,
|
| 79 |
+
"normalized": false,
|
| 80 |
+
"rstrip": false,
|
| 81 |
+
"single_word": false,
|
| 82 |
+
"special": true
|
| 83 |
+
},
|
| 84 |
+
"100266": {
|
| 85 |
+
"content": "<|_unuse_missing_100266|>",
|
| 86 |
+
"lstrip": false,
|
| 87 |
+
"normalized": false,
|
| 88 |
+
"rstrip": false,
|
| 89 |
+
"single_word": false,
|
| 90 |
+
"special": true
|
| 91 |
+
},
|
| 92 |
+
"100267": {
|
| 93 |
+
"content": "<|_unuse_missing_100267|>",
|
| 94 |
+
"lstrip": false,
|
| 95 |
+
"normalized": false,
|
| 96 |
+
"rstrip": false,
|
| 97 |
+
"single_word": false,
|
| 98 |
+
"special": true
|
| 99 |
+
},
|
| 100 |
+
"100268": {
|
| 101 |
+
"content": "<|_unuse_missing_100268|>",
|
| 102 |
+
"lstrip": false,
|
| 103 |
+
"normalized": false,
|
| 104 |
+
"rstrip": false,
|
| 105 |
+
"single_word": false,
|
| 106 |
+
"special": true
|
| 107 |
+
},
|
| 108 |
+
"100269": {
|
| 109 |
+
"content": "<|_unuse_missing_100269|>",
|
| 110 |
+
"lstrip": false,
|
| 111 |
+
"normalized": false,
|
| 112 |
+
"rstrip": false,
|
| 113 |
+
"single_word": false,
|
| 114 |
+
"special": true
|
| 115 |
+
},
|
| 116 |
+
"100270": {
|
| 117 |
+
"content": "<|_unuse_missing_100270|>",
|
| 118 |
+
"lstrip": false,
|
| 119 |
+
"normalized": false,
|
| 120 |
+
"rstrip": false,
|
| 121 |
+
"single_word": false,
|
| 122 |
+
"special": true
|
| 123 |
+
},
|
| 124 |
+
"100271": {
|
| 125 |
+
"content": "<|_unuse_missing_100271|>",
|
| 126 |
+
"lstrip": false,
|
| 127 |
+
"normalized": false,
|
| 128 |
+
"rstrip": false,
|
| 129 |
+
"single_word": false,
|
| 130 |
+
"special": true
|
| 131 |
+
},
|
| 132 |
+
"100272": {
|
| 133 |
+
"content": "<|im_start|>",
|
| 134 |
+
"lstrip": false,
|
| 135 |
+
"normalized": false,
|
| 136 |
+
"rstrip": false,
|
| 137 |
+
"single_word": false,
|
| 138 |
+
"special": true
|
| 139 |
+
},
|
| 140 |
+
"100273": {
|
| 141 |
+
"content": "<|im_end|>",
|
| 142 |
+
"lstrip": false,
|
| 143 |
+
"normalized": false,
|
| 144 |
+
"rstrip": false,
|
| 145 |
+
"single_word": false,
|
| 146 |
+
"special": true
|
| 147 |
+
},
|
| 148 |
+
"100274": {
|
| 149 |
+
"content": "<|stop|>",
|
| 150 |
+
"lstrip": false,
|
| 151 |
+
"normalized": false,
|
| 152 |
+
"rstrip": false,
|
| 153 |
+
"single_word": false,
|
| 154 |
+
"special": true
|
| 155 |
+
},
|
| 156 |
+
"100275": {
|
| 157 |
+
"content": "<|endofturn|>",
|
| 158 |
+
"lstrip": false,
|
| 159 |
+
"normalized": false,
|
| 160 |
+
"rstrip": false,
|
| 161 |
+
"single_word": false,
|
| 162 |
+
"special": true
|
| 163 |
+
},
|
| 164 |
+
"100276": {
|
| 165 |
+
"content": "<|endofprompt|>",
|
| 166 |
+
"lstrip": false,
|
| 167 |
+
"normalized": false,
|
| 168 |
+
"rstrip": false,
|
| 169 |
+
"single_word": false,
|
| 170 |
+
"special": true
|
| 171 |
+
},
|
| 172 |
+
"110491": {
|
| 173 |
+
"content": "<repo_name>",
|
| 174 |
+
"lstrip": false,
|
| 175 |
+
"normalized": false,
|
| 176 |
+
"rstrip": false,
|
| 177 |
+
"single_word": false,
|
| 178 |
+
"special": true
|
| 179 |
+
},
|
| 180 |
+
"110492": {
|
| 181 |
+
"content": "<file_sep>",
|
| 182 |
+
"lstrip": false,
|
| 183 |
+
"normalized": false,
|
| 184 |
+
"rstrip": false,
|
| 185 |
+
"single_word": false,
|
| 186 |
+
"special": true
|
| 187 |
+
},
|
| 188 |
+
"110493": {
|
| 189 |
+
"content": "<issue_start>",
|
| 190 |
+
"lstrip": false,
|
| 191 |
+
"normalized": false,
|
| 192 |
+
"rstrip": false,
|
| 193 |
+
"single_word": false,
|
| 194 |
+
"special": true
|
| 195 |
+
},
|
| 196 |
+
"110494": {
|
| 197 |
+
"content": "<issue_comment>",
|
| 198 |
+
"lstrip": false,
|
| 199 |
+
"normalized": false,
|
| 200 |
+
"rstrip": false,
|
| 201 |
+
"single_word": false,
|
| 202 |
+
"special": true
|
| 203 |
+
},
|
| 204 |
+
"110495": {
|
| 205 |
+
"content": "<issue_closed>",
|
| 206 |
+
"lstrip": false,
|
| 207 |
+
"normalized": false,
|
| 208 |
+
"rstrip": false,
|
| 209 |
+
"single_word": false,
|
| 210 |
+
"special": true
|
| 211 |
+
},
|
| 212 |
+
"110496": {
|
| 213 |
+
"content": "<jupyter_start>",
|
| 214 |
+
"lstrip": false,
|
| 215 |
+
"normalized": false,
|
| 216 |
+
"rstrip": false,
|
| 217 |
+
"single_word": false,
|
| 218 |
+
"special": true
|
| 219 |
+
},
|
| 220 |
+
"110497": {
|
| 221 |
+
"content": "<jupyter_text>",
|
| 222 |
+
"lstrip": false,
|
| 223 |
+
"normalized": false,
|
| 224 |
+
"rstrip": false,
|
| 225 |
+
"single_word": false,
|
| 226 |
+
"special": true
|
| 227 |
+
},
|
| 228 |
+
"110498": {
|
| 229 |
+
"content": "<jupyter_code>",
|
| 230 |
+
"lstrip": false,
|
| 231 |
+
"normalized": false,
|
| 232 |
+
"rstrip": false,
|
| 233 |
+
"single_word": false,
|
| 234 |
+
"special": true
|
| 235 |
+
},
|
| 236 |
+
"110499": {
|
| 237 |
+
"content": "<jupyter_output>",
|
| 238 |
+
"lstrip": false,
|
| 239 |
+
"normalized": false,
|
| 240 |
+
"rstrip": false,
|
| 241 |
+
"single_word": false,
|
| 242 |
+
"special": true
|
| 243 |
+
},
|
| 244 |
+
"110500": {
|
| 245 |
+
"content": "<jupyter_script>",
|
| 246 |
+
"lstrip": false,
|
| 247 |
+
"normalized": false,
|
| 248 |
+
"rstrip": false,
|
| 249 |
+
"single_word": false,
|
| 250 |
+
"special": true
|
| 251 |
+
},
|
| 252 |
+
"110501": {
|
| 253 |
+
"content": "<empty_output>",
|
| 254 |
+
"lstrip": false,
|
| 255 |
+
"normalized": false,
|
| 256 |
+
"rstrip": false,
|
| 257 |
+
"single_word": false,
|
| 258 |
+
"special": true
|
| 259 |
+
},
|
| 260 |
+
"110502": {
|
| 261 |
+
"content": "<code_to_intermediate>",
|
| 262 |
+
"lstrip": false,
|
| 263 |
+
"normalized": false,
|
| 264 |
+
"rstrip": false,
|
| 265 |
+
"single_word": false,
|
| 266 |
+
"special": true
|
| 267 |
+
},
|
| 268 |
+
"110503": {
|
| 269 |
+
"content": "<intermediate_to_code>",
|
| 270 |
+
"lstrip": false,
|
| 271 |
+
"normalized": false,
|
| 272 |
+
"rstrip": false,
|
| 273 |
+
"single_word": false,
|
| 274 |
+
"special": true
|
| 275 |
+
},
|
| 276 |
+
"110504": {
|
| 277 |
+
"content": "<pr>",
|
| 278 |
+
"lstrip": false,
|
| 279 |
+
"normalized": false,
|
| 280 |
+
"rstrip": false,
|
| 281 |
+
"single_word": false,
|
| 282 |
+
"special": true
|
| 283 |
+
},
|
| 284 |
+
"110505": {
|
| 285 |
+
"content": "<pr_status>",
|
| 286 |
+
"lstrip": false,
|
| 287 |
+
"normalized": false,
|
| 288 |
+
"rstrip": false,
|
| 289 |
+
"single_word": false,
|
| 290 |
+
"special": true
|
| 291 |
+
},
|
| 292 |
+
"110506": {
|
| 293 |
+
"content": "<pr_is_merged>",
|
| 294 |
+
"lstrip": false,
|
| 295 |
+
"normalized": false,
|
| 296 |
+
"rstrip": false,
|
| 297 |
+
"single_word": false,
|
| 298 |
+
"special": true
|
| 299 |
+
},
|
| 300 |
+
"110507": {
|
| 301 |
+
"content": "<pr_base>",
|
| 302 |
+
"lstrip": false,
|
| 303 |
+
"normalized": false,
|
| 304 |
+
"rstrip": false,
|
| 305 |
+
"single_word": false,
|
| 306 |
+
"special": true
|
| 307 |
+
},
|
| 308 |
+
"110508": {
|
| 309 |
+
"content": "<pr_file>",
|
| 310 |
+
"lstrip": false,
|
| 311 |
+
"normalized": false,
|
| 312 |
+
"rstrip": false,
|
| 313 |
+
"single_word": false,
|
| 314 |
+
"special": true
|
| 315 |
+
},
|
| 316 |
+
"110509": {
|
| 317 |
+
"content": "<pr_base_code>",
|
| 318 |
+
"lstrip": false,
|
| 319 |
+
"normalized": false,
|
| 320 |
+
"rstrip": false,
|
| 321 |
+
"single_word": false,
|
| 322 |
+
"special": true
|
| 323 |
+
},
|
| 324 |
+
"110510": {
|
| 325 |
+
"content": "<pr_diff>",
|
| 326 |
+
"lstrip": false,
|
| 327 |
+
"normalized": false,
|
| 328 |
+
"rstrip": false,
|
| 329 |
+
"single_word": false,
|
| 330 |
+
"special": true
|
| 331 |
+
},
|
| 332 |
+
"110511": {
|
| 333 |
+
"content": "<pr_diff_hunk>",
|
| 334 |
+
"lstrip": false,
|
| 335 |
+
"normalized": false,
|
| 336 |
+
"rstrip": false,
|
| 337 |
+
"single_word": false,
|
| 338 |
+
"special": true
|
| 339 |
+
},
|
| 340 |
+
"110512": {
|
| 341 |
+
"content": "<pr_comment>",
|
| 342 |
+
"lstrip": false,
|
| 343 |
+
"normalized": false,
|
| 344 |
+
"rstrip": false,
|
| 345 |
+
"single_word": false,
|
| 346 |
+
"special": true
|
| 347 |
+
},
|
| 348 |
+
"110513": {
|
| 349 |
+
"content": "<pr_event_id>",
|
| 350 |
+
"lstrip": false,
|
| 351 |
+
"normalized": false,
|
| 352 |
+
"rstrip": false,
|
| 353 |
+
"single_word": false,
|
| 354 |
+
"special": true
|
| 355 |
+
},
|
| 356 |
+
"110514": {
|
| 357 |
+
"content": "<pr_review>",
|
| 358 |
+
"lstrip": false,
|
| 359 |
+
"normalized": false,
|
| 360 |
+
"rstrip": false,
|
| 361 |
+
"single_word": false,
|
| 362 |
+
"special": true
|
| 363 |
+
},
|
| 364 |
+
"110515": {
|
| 365 |
+
"content": "<pr_review_state>",
|
| 366 |
+
"lstrip": false,
|
| 367 |
+
"normalized": false,
|
| 368 |
+
"rstrip": false,
|
| 369 |
+
"single_word": false,
|
| 370 |
+
"special": true
|
| 371 |
+
},
|
| 372 |
+
"110516": {
|
| 373 |
+
"content": "<pr_review_comment>",
|
| 374 |
+
"lstrip": false,
|
| 375 |
+
"normalized": false,
|
| 376 |
+
"rstrip": false,
|
| 377 |
+
"single_word": false,
|
| 378 |
+
"special": true
|
| 379 |
+
},
|
| 380 |
+
"110517": {
|
| 381 |
+
"content": "<pr_in_reply_to_review_id>",
|
| 382 |
+
"lstrip": false,
|
| 383 |
+
"normalized": false,
|
| 384 |
+
"rstrip": false,
|
| 385 |
+
"single_word": false,
|
| 386 |
+
"special": true
|
| 387 |
+
},
|
| 388 |
+
"110518": {
|
| 389 |
+
"content": "<pr_in_reply_to_comment_id>",
|
| 390 |
+
"lstrip": false,
|
| 391 |
+
"normalized": false,
|
| 392 |
+
"rstrip": false,
|
| 393 |
+
"single_word": false,
|
| 394 |
+
"special": true
|
| 395 |
+
},
|
| 396 |
+
"110519": {
|
| 397 |
+
"content": "<pr_diff_hunk_comment_line>",
|
| 398 |
+
"lstrip": false,
|
| 399 |
+
"normalized": false,
|
| 400 |
+
"rstrip": false,
|
| 401 |
+
"single_word": false,
|
| 402 |
+
"special": true
|
| 403 |
+
},
|
| 404 |
+
"110520": {
|
| 405 |
+
"content": "<NAME>",
|
| 406 |
+
"lstrip": false,
|
| 407 |
+
"normalized": false,
|
| 408 |
+
"rstrip": false,
|
| 409 |
+
"single_word": false,
|
| 410 |
+
"special": true
|
| 411 |
+
},
|
| 412 |
+
"110521": {
|
| 413 |
+
"content": "<EMAIL>",
|
| 414 |
+
"lstrip": false,
|
| 415 |
+
"normalized": false,
|
| 416 |
+
"rstrip": false,
|
| 417 |
+
"single_word": false,
|
| 418 |
+
"special": true
|
| 419 |
+
},
|
| 420 |
+
"110522": {
|
| 421 |
+
"content": "<KEY>",
|
| 422 |
+
"lstrip": false,
|
| 423 |
+
"normalized": false,
|
| 424 |
+
"rstrip": false,
|
| 425 |
+
"single_word": false,
|
| 426 |
+
"special": true
|
| 427 |
+
},
|
| 428 |
+
"110523": {
|
| 429 |
+
"content": "<PASSWORD>",
|
| 430 |
+
"lstrip": false,
|
| 431 |
+
"normalized": false,
|
| 432 |
+
"rstrip": false,
|
| 433 |
+
"single_word": false,
|
| 434 |
+
"special": true
|
| 435 |
+
}
|
| 436 |
+
},
|
| 437 |
+
"additional_special_tokens": [
|
| 438 |
+
"<|endoftext|>",
|
| 439 |
+
"<|fim_prefix|>",
|
| 440 |
+
"<|fim_middle|>",
|
| 441 |
+
"<|fim_suffix|>",
|
| 442 |
+
"<|endofprompt|>",
|
| 443 |
+
"<|_unuse_missing_100256|>",
|
| 444 |
+
"<|_unuse_missing_100261|>",
|
| 445 |
+
"<|_unuse_missing_100262|>",
|
| 446 |
+
"<|_unuse_missing_100263|>",
|
| 447 |
+
"<|_unuse_missing_100264|>",
|
| 448 |
+
"<|_unuse_missing_100265|>",
|
| 449 |
+
"<|_unuse_missing_100266|>",
|
| 450 |
+
"<|_unuse_missing_100267|>",
|
| 451 |
+
"<|_unuse_missing_100268|>",
|
| 452 |
+
"<|_unuse_missing_100269|>",
|
| 453 |
+
"<|_unuse_missing_100270|>",
|
| 454 |
+
"<|_unuse_missing_100271|>",
|
| 455 |
+
"<|im_start|>",
|
| 456 |
+
"<|im_end|>",
|
| 457 |
+
"<|stop|>",
|
| 458 |
+
"<|endofturn|>",
|
| 459 |
+
"<repo_name>",
|
| 460 |
+
"<file_sep>",
|
| 461 |
+
"<issue_start>",
|
| 462 |
+
"<issue_comment>",
|
| 463 |
+
"<issue_closed>",
|
| 464 |
+
"<jupyter_start>",
|
| 465 |
+
"<jupyter_text>",
|
| 466 |
+
"<jupyter_code>",
|
| 467 |
+
"<jupyter_output>",
|
| 468 |
+
"<jupyter_script>",
|
| 469 |
+
"<empty_output>",
|
| 470 |
+
"<code_to_intermediate>",
|
| 471 |
+
"<intermediate_to_code>",
|
| 472 |
+
"<pr>",
|
| 473 |
+
"<pr_status>",
|
| 474 |
+
"<pr_is_merged>",
|
| 475 |
+
"<pr_base>",
|
| 476 |
+
"<pr_file>",
|
| 477 |
+
"<pr_base_code>",
|
| 478 |
+
"<pr_diff>",
|
| 479 |
+
"<pr_diff_hunk>",
|
| 480 |
+
"<pr_comment>",
|
| 481 |
+
"<pr_event_id>",
|
| 482 |
+
"<pr_review>",
|
| 483 |
+
"<pr_review_state>",
|
| 484 |
+
"<pr_review_comment>",
|
| 485 |
+
"<pr_in_reply_to_review_id>",
|
| 486 |
+
"<pr_in_reply_to_comment_id>",
|
| 487 |
+
"<pr_diff_hunk_comment_line>",
|
| 488 |
+
"<NAME>",
|
| 489 |
+
"<EMAIL>",
|
| 490 |
+
"<KEY>",
|
| 491 |
+
"<PASSWORD>"
|
| 492 |
+
],
|
| 493 |
+
"bos_token": "<|endoftext|>",
|
| 494 |
+
"clean_up_tokenization_spaces": true,
|
| 495 |
+
"eos_token": "<|endofturn|>",
|
| 496 |
+
"extra_special_tokens": {},
|
| 497 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 498 |
+
"pad_token": "<|endoftext|>",
|
| 499 |
+
"tokenizer_class": "GPT2Tokenizer",
|
| 500 |
+
"unk_token": "<|endoftext|>"
|
| 501 |
+
}
|
checkpoint-1481/trainer_state.json
ADDED
|
@@ -0,0 +1,244 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 1.0,
|
| 6 |
+
"eval_steps": 100,
|
| 7 |
+
"global_step": 1481,
|
| 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.06755045174364603,
|
| 14 |
+
"grad_norm": 9.599350929260254,
|
| 15 |
+
"learning_rate": 1.9930386355725723e-05,
|
| 16 |
+
"loss": 1.3454,
|
| 17 |
+
"step": 100
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.06755045174364603,
|
| 21 |
+
"eval_loss": 1.088623046875,
|
| 22 |
+
"eval_runtime": 0.4485,
|
| 23 |
+
"eval_samples_per_second": 4.459,
|
| 24 |
+
"eval_steps_per_second": 4.459,
|
| 25 |
+
"step": 100
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"epoch": 0.13510090348729206,
|
| 29 |
+
"grad_norm": 7.922338485717773,
|
| 30 |
+
"learning_rate": 1.9234249912982946e-05,
|
| 31 |
+
"loss": 0.8798,
|
| 32 |
+
"step": 200
|
| 33 |
+
},
|
| 34 |
+
{
|
| 35 |
+
"epoch": 0.13510090348729206,
|
| 36 |
+
"eval_loss": 0.8162466883659363,
|
| 37 |
+
"eval_runtime": 0.448,
|
| 38 |
+
"eval_samples_per_second": 4.464,
|
| 39 |
+
"eval_steps_per_second": 4.464,
|
| 40 |
+
"step": 200
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"epoch": 0.2026513552309381,
|
| 44 |
+
"grad_norm": 8.309381484985352,
|
| 45 |
+
"learning_rate": 1.853811347024017e-05,
|
| 46 |
+
"loss": 0.7471,
|
| 47 |
+
"step": 300
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"epoch": 0.2026513552309381,
|
| 51 |
+
"eval_loss": 0.9403409361839294,
|
| 52 |
+
"eval_runtime": 0.4478,
|
| 53 |
+
"eval_samples_per_second": 4.467,
|
| 54 |
+
"eval_steps_per_second": 4.467,
|
| 55 |
+
"step": 300
|
| 56 |
+
},
|
| 57 |
+
{
|
| 58 |
+
"epoch": 0.2702018069745841,
|
| 59 |
+
"grad_norm": 7.697506427764893,
|
| 60 |
+
"learning_rate": 1.784197702749739e-05,
|
| 61 |
+
"loss": 0.7234,
|
| 62 |
+
"step": 400
|
| 63 |
+
},
|
| 64 |
+
{
|
| 65 |
+
"epoch": 0.2702018069745841,
|
| 66 |
+
"eval_loss": 0.8254425525665283,
|
| 67 |
+
"eval_runtime": 0.448,
|
| 68 |
+
"eval_samples_per_second": 4.464,
|
| 69 |
+
"eval_steps_per_second": 4.464,
|
| 70 |
+
"step": 400
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"epoch": 0.33775225871823017,
|
| 74 |
+
"grad_norm": 7.090953826904297,
|
| 75 |
+
"learning_rate": 1.7145840584754613e-05,
|
| 76 |
+
"loss": 0.6628,
|
| 77 |
+
"step": 500
|
| 78 |
+
},
|
| 79 |
+
{
|
| 80 |
+
"epoch": 0.33775225871823017,
|
| 81 |
+
"eval_loss": 0.866845965385437,
|
| 82 |
+
"eval_runtime": 0.4484,
|
| 83 |
+
"eval_samples_per_second": 4.46,
|
| 84 |
+
"eval_steps_per_second": 4.46,
|
| 85 |
+
"step": 500
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"epoch": 0.4053027104618762,
|
| 89 |
+
"grad_norm": 7.493321895599365,
|
| 90 |
+
"learning_rate": 1.6449704142011837e-05,
|
| 91 |
+
"loss": 0.6176,
|
| 92 |
+
"step": 600
|
| 93 |
+
},
|
| 94 |
+
{
|
| 95 |
+
"epoch": 0.4053027104618762,
|
| 96 |
+
"eval_loss": 0.7870827317237854,
|
| 97 |
+
"eval_runtime": 0.4484,
|
| 98 |
+
"eval_samples_per_second": 4.46,
|
| 99 |
+
"eval_steps_per_second": 4.46,
|
| 100 |
+
"step": 600
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"epoch": 0.47285316220552226,
|
| 104 |
+
"grad_norm": 5.997806549072266,
|
| 105 |
+
"learning_rate": 1.575356769926906e-05,
|
| 106 |
+
"loss": 0.6143,
|
| 107 |
+
"step": 700
|
| 108 |
+
},
|
| 109 |
+
{
|
| 110 |
+
"epoch": 0.47285316220552226,
|
| 111 |
+
"eval_loss": 0.6427211165428162,
|
| 112 |
+
"eval_runtime": 0.4486,
|
| 113 |
+
"eval_samples_per_second": 4.458,
|
| 114 |
+
"eval_steps_per_second": 4.458,
|
| 115 |
+
"step": 700
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 0.5404036139491682,
|
| 119 |
+
"grad_norm": 7.048596382141113,
|
| 120 |
+
"learning_rate": 1.505743125652628e-05,
|
| 121 |
+
"loss": 0.5652,
|
| 122 |
+
"step": 800
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 0.5404036139491682,
|
| 126 |
+
"eval_loss": 0.6656179428100586,
|
| 127 |
+
"eval_runtime": 0.4477,
|
| 128 |
+
"eval_samples_per_second": 4.467,
|
| 129 |
+
"eval_steps_per_second": 4.467,
|
| 130 |
+
"step": 800
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"epoch": 0.6079540656928143,
|
| 134 |
+
"grad_norm": 6.087926387786865,
|
| 135 |
+
"learning_rate": 1.4361294813783502e-05,
|
| 136 |
+
"loss": 0.5578,
|
| 137 |
+
"step": 900
|
| 138 |
+
},
|
| 139 |
+
{
|
| 140 |
+
"epoch": 0.6079540656928143,
|
| 141 |
+
"eval_loss": 0.5958364009857178,
|
| 142 |
+
"eval_runtime": 0.4483,
|
| 143 |
+
"eval_samples_per_second": 4.461,
|
| 144 |
+
"eval_steps_per_second": 4.461,
|
| 145 |
+
"step": 900
|
| 146 |
+
},
|
| 147 |
+
{
|
| 148 |
+
"epoch": 0.6755045174364603,
|
| 149 |
+
"grad_norm": 6.0117974281311035,
|
| 150 |
+
"learning_rate": 1.3665158371040725e-05,
|
| 151 |
+
"loss": 0.5477,
|
| 152 |
+
"step": 1000
|
| 153 |
+
},
|
| 154 |
+
{
|
| 155 |
+
"epoch": 0.6755045174364603,
|
| 156 |
+
"eval_loss": 0.5497910976409912,
|
| 157 |
+
"eval_runtime": 0.4478,
|
| 158 |
+
"eval_samples_per_second": 4.466,
|
| 159 |
+
"eval_steps_per_second": 4.466,
|
| 160 |
+
"step": 1000
|
| 161 |
+
},
|
| 162 |
+
{
|
| 163 |
+
"epoch": 0.7430549691801064,
|
| 164 |
+
"grad_norm": 5.18488073348999,
|
| 165 |
+
"learning_rate": 1.2969021928297947e-05,
|
| 166 |
+
"loss": 0.5267,
|
| 167 |
+
"step": 1100
|
| 168 |
+
},
|
| 169 |
+
{
|
| 170 |
+
"epoch": 0.7430549691801064,
|
| 171 |
+
"eval_loss": 0.5370597839355469,
|
| 172 |
+
"eval_runtime": 0.4489,
|
| 173 |
+
"eval_samples_per_second": 4.455,
|
| 174 |
+
"eval_steps_per_second": 4.455,
|
| 175 |
+
"step": 1100
|
| 176 |
+
},
|
| 177 |
+
{
|
| 178 |
+
"epoch": 0.8106054209237524,
|
| 179 |
+
"grad_norm": 5.310628890991211,
|
| 180 |
+
"learning_rate": 1.227288548555517e-05,
|
| 181 |
+
"loss": 0.4851,
|
| 182 |
+
"step": 1200
|
| 183 |
+
},
|
| 184 |
+
{
|
| 185 |
+
"epoch": 0.8106054209237524,
|
| 186 |
+
"eval_loss": 0.5569643378257751,
|
| 187 |
+
"eval_runtime": 0.4478,
|
| 188 |
+
"eval_samples_per_second": 4.466,
|
| 189 |
+
"eval_steps_per_second": 4.466,
|
| 190 |
+
"step": 1200
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"epoch": 0.8781558726673985,
|
| 194 |
+
"grad_norm": 4.42130708694458,
|
| 195 |
+
"learning_rate": 1.1576749042812392e-05,
|
| 196 |
+
"loss": 0.4871,
|
| 197 |
+
"step": 1300
|
| 198 |
+
},
|
| 199 |
+
{
|
| 200 |
+
"epoch": 0.8781558726673985,
|
| 201 |
+
"eval_loss": 0.5015550851821899,
|
| 202 |
+
"eval_runtime": 0.448,
|
| 203 |
+
"eval_samples_per_second": 4.464,
|
| 204 |
+
"eval_steps_per_second": 4.464,
|
| 205 |
+
"step": 1300
|
| 206 |
+
},
|
| 207 |
+
{
|
| 208 |
+
"epoch": 0.9457063244110445,
|
| 209 |
+
"grad_norm": 7.080121040344238,
|
| 210 |
+
"learning_rate": 1.0880612600069616e-05,
|
| 211 |
+
"loss": 0.49,
|
| 212 |
+
"step": 1400
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"epoch": 0.9457063244110445,
|
| 216 |
+
"eval_loss": 0.5999081134796143,
|
| 217 |
+
"eval_runtime": 0.449,
|
| 218 |
+
"eval_samples_per_second": 4.455,
|
| 219 |
+
"eval_steps_per_second": 4.455,
|
| 220 |
+
"step": 1400
|
| 221 |
+
}
|
| 222 |
+
],
|
| 223 |
+
"logging_steps": 100,
|
| 224 |
+
"max_steps": 2962,
|
| 225 |
+
"num_input_tokens_seen": 0,
|
| 226 |
+
"num_train_epochs": 2,
|
| 227 |
+
"save_steps": 500,
|
| 228 |
+
"stateful_callbacks": {
|
| 229 |
+
"TrainerControl": {
|
| 230 |
+
"args": {
|
| 231 |
+
"should_epoch_stop": false,
|
| 232 |
+
"should_evaluate": false,
|
| 233 |
+
"should_log": false,
|
| 234 |
+
"should_save": true,
|
| 235 |
+
"should_training_stop": false
|
| 236 |
+
},
|
| 237 |
+
"attributes": {}
|
| 238 |
+
}
|
| 239 |
+
},
|
| 240 |
+
"total_flos": 9.888944065452442e+16,
|
| 241 |
+
"train_batch_size": 1,
|
| 242 |
+
"trial_name": null,
|
| 243 |
+
"trial_params": null
|
| 244 |
+
}
|
checkpoint-1481/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6229261e3895a6bcb68ceab50848265269d6fcec14cb16d3c5aac1bd58f3db90
|
| 3 |
+
size 5368
|
checkpoint-1481/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-2962/added_tokens.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"<EMAIL>": 110521,
|
| 3 |
+
"<KEY>": 110522,
|
| 4 |
+
"<NAME>": 110520,
|
| 5 |
+
"<PASSWORD>": 110523,
|
| 6 |
+
"<code_to_intermediate>": 110502,
|
| 7 |
+
"<empty_output>": 110501,
|
| 8 |
+
"<file_sep>": 110492,
|
| 9 |
+
"<intermediate_to_code>": 110503,
|
| 10 |
+
"<issue_closed>": 110495,
|
| 11 |
+
"<issue_comment>": 110494,
|
| 12 |
+
"<issue_start>": 110493,
|
| 13 |
+
"<jupyter_code>": 110498,
|
| 14 |
+
"<jupyter_output>": 110499,
|
| 15 |
+
"<jupyter_script>": 110500,
|
| 16 |
+
"<jupyter_start>": 110496,
|
| 17 |
+
"<jupyter_text>": 110497,
|
| 18 |
+
"<pr>": 110504,
|
| 19 |
+
"<pr_base>": 110507,
|
| 20 |
+
"<pr_base_code>": 110509,
|
| 21 |
+
"<pr_comment>": 110512,
|
| 22 |
+
"<pr_diff>": 110510,
|
| 23 |
+
"<pr_diff_hunk>": 110511,
|
| 24 |
+
"<pr_diff_hunk_comment_line>": 110519,
|
| 25 |
+
"<pr_event_id>": 110513,
|
| 26 |
+
"<pr_file>": 110508,
|
| 27 |
+
"<pr_in_reply_to_comment_id>": 110518,
|
| 28 |
+
"<pr_in_reply_to_review_id>": 110517,
|
| 29 |
+
"<pr_is_merged>": 110506,
|
| 30 |
+
"<pr_review>": 110514,
|
| 31 |
+
"<pr_review_comment>": 110516,
|
| 32 |
+
"<pr_review_state>": 110515,
|
| 33 |
+
"<pr_status>": 110505,
|
| 34 |
+
"<repo_name>": 110491
|
| 35 |
+
}
|
checkpoint-2962/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 %}
|
checkpoint-2962/config.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"LlamaForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_bias": false,
|
| 6 |
+
"attention_dropout": 0.3,
|
| 7 |
+
"bos_token_id": 100257,
|
| 8 |
+
"end_token_id": 100257,
|
| 9 |
+
"eos_token_id": 100257,
|
| 10 |
+
"head_dim": 128,
|
| 11 |
+
"hidden_act": "silu",
|
| 12 |
+
"hidden_size": 2048,
|
| 13 |
+
"initializer_range": 0.02,
|
| 14 |
+
"intermediate_size": 7168,
|
| 15 |
+
"max_position_embeddings": 131072,
|
| 16 |
+
"mlp_bias": false,
|
| 17 |
+
"model_type": "llama",
|
| 18 |
+
"num_attention_heads": 16,
|
| 19 |
+
"num_hidden_layers": 24,
|
| 20 |
+
"num_key_value_heads": 8,
|
| 21 |
+
"pad_token_id": 100257,
|
| 22 |
+
"pretraining_tp": 1,
|
| 23 |
+
"resid_pdrop": 0.2,
|
| 24 |
+
"rms_norm_eps": 1e-05,
|
| 25 |
+
"rope_scaling": null,
|
| 26 |
+
"rope_theta": 100000000,
|
| 27 |
+
"tie_word_embeddings": true,
|
| 28 |
+
"torch_dtype": "float32",
|
| 29 |
+
"transformers_version": "4.53.2",
|
| 30 |
+
"use_cache": true,
|
| 31 |
+
"vocab_size": 110592
|
| 32 |
+
}
|
checkpoint-2962/generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 100257,
|
| 4 |
+
"eos_token_id": 100257,
|
| 5 |
+
"pad_token_id": 100257,
|
| 6 |
+
"transformers_version": "4.53.2"
|
| 7 |
+
}
|
checkpoint-2962/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-2962/model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a4e45e3eb1ac0de7cf372257441ffa4b25ea211234b05146285385e7bd640548
|
| 3 |
+
size 4999924144
|
checkpoint-2962/model-00002-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52beb7c0383a178a41741049ac02ca23c118802a81d008a8757ca0bd5a2a6bd2
|
| 3 |
+
size 1342289928
|
checkpoint-2962/model.safetensors.index.json
ADDED
|
@@ -0,0 +1,226 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_parameters": 1585547264,
|
| 4 |
+
"total_size": 6342189056
|
| 5 |
+
},
|
| 6 |
+
"weight_map": {
|
| 7 |
+
"model.embed_tokens.weight": "model-00001-of-00002.safetensors",
|
| 8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 13 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 15 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 17 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 18 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 19 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 20 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 21 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 22 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 23 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 24 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 25 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 26 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 27 |
+
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 28 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 29 |
+
"model.layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 30 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 31 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 32 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 33 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 34 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 35 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 36 |
+
"model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 37 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 38 |
+
"model.layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 39 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 40 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 41 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 42 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 43 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 44 |
+
"model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 45 |
+
"model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 46 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 47 |
+
"model.layers.12.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 48 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 49 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 50 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 51 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 52 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 53 |
+
"model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 54 |
+
"model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 55 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 56 |
+
"model.layers.13.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 57 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 58 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 59 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 60 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 61 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 62 |
+
"model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 63 |
+
"model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 64 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 65 |
+
"model.layers.14.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 66 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 67 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 68 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 69 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 70 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 71 |
+
"model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 72 |
+
"model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 73 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 74 |
+
"model.layers.15.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 75 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 76 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 77 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 78 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 79 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 80 |
+
"model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 81 |
+
"model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 82 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 83 |
+
"model.layers.16.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 84 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 85 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 86 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 87 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 88 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 89 |
+
"model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 90 |
+
"model.layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 91 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 92 |
+
"model.layers.17.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 93 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 94 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 95 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 96 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 97 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 98 |
+
"model.layers.18.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 99 |
+
"model.layers.18.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 100 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 101 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 102 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 103 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 104 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 105 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 106 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 107 |
+
"model.layers.19.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 108 |
+
"model.layers.19.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 109 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 110 |
+
"model.layers.19.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 111 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 112 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 113 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 114 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 115 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 116 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 117 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 118 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 119 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 120 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 121 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 122 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 123 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 124 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 125 |
+
"model.layers.20.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 126 |
+
"model.layers.20.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 127 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 128 |
+
"model.layers.20.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 129 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 130 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 131 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 132 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 133 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 134 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 135 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 136 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 137 |
+
"model.layers.21.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 138 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 139 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 140 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 141 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 142 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 143 |
+
"model.layers.22.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 144 |
+
"model.layers.22.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 145 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 146 |
+
"model.layers.22.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 147 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 148 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 149 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 150 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 151 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 152 |
+
"model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 153 |
+
"model.layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 154 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 155 |
+
"model.layers.23.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 156 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 157 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 158 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 159 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 160 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 161 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 162 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 163 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 164 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 165 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 166 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 167 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 168 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 169 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 170 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 171 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 172 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 173 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 174 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 175 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 176 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 177 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 178 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 179 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 180 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 181 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 182 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 183 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 184 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 185 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 186 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 187 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 188 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 189 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 190 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 191 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 192 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 193 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 194 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 195 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 196 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 197 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 198 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 199 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 200 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 201 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 202 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 203 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 204 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 205 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 206 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 207 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 208 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 209 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 210 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 211 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 212 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 213 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 214 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 215 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 216 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 217 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 218 |
+
"model.layers.9.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 219 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 220 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 221 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 222 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 223 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 224 |
+
"model.norm.weight": "model-00002-of-00002.safetensors"
|
| 225 |
+
}
|
| 226 |
+
}
|
checkpoint-2962/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bfe983bb49ed9c74f85a7576ec83e578a5f86d7c104c66502c0fa6593f119777
|
| 3 |
+
size 12684568362
|
checkpoint-2962/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c6dc93c57336e63d1a7c6701812162f34ece4833af3a7a404c317dbe67b08e9c
|
| 3 |
+
size 14244
|
checkpoint-2962/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1e71b604f9f75d6d899ae37094a1d49f41bb157b4182fe827c6317853a9f1e7
|
| 3 |
+
size 1064
|
checkpoint-2962/special_tokens_map.json
ADDED
|
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|endoftext|>",
|
| 4 |
+
"<|fim_prefix|>",
|
| 5 |
+
"<|fim_middle|>",
|
| 6 |
+
"<|fim_suffix|>",
|
| 7 |
+
"<|endofprompt|>",
|
| 8 |
+
"<|_unuse_missing_100256|>",
|
| 9 |
+
"<|_unuse_missing_100261|>",
|
| 10 |
+
"<|_unuse_missing_100262|>",
|
| 11 |
+
"<|_unuse_missing_100263|>",
|
| 12 |
+
"<|_unuse_missing_100264|>",
|
| 13 |
+
"<|_unuse_missing_100265|>",
|
| 14 |
+
"<|_unuse_missing_100266|>",
|
| 15 |
+
"<|_unuse_missing_100267|>",
|
| 16 |
+
"<|_unuse_missing_100268|>",
|
| 17 |
+
"<|_unuse_missing_100269|>",
|
| 18 |
+
"<|_unuse_missing_100270|>",
|
| 19 |
+
"<|_unuse_missing_100271|>",
|
| 20 |
+
"<|im_start|>",
|
| 21 |
+
"<|im_end|>",
|
| 22 |
+
"<|stop|>",
|
| 23 |
+
"<|endofturn|>",
|
| 24 |
+
"<repo_name>",
|
| 25 |
+
"<file_sep>",
|
| 26 |
+
"<issue_start>",
|
| 27 |
+
"<issue_comment>",
|
| 28 |
+
"<issue_closed>",
|
| 29 |
+
"<jupyter_start>",
|
| 30 |
+
"<jupyter_text>",
|
| 31 |
+
"<jupyter_code>",
|
| 32 |
+
"<jupyter_output>",
|
| 33 |
+
"<jupyter_script>",
|
| 34 |
+
"<empty_output>",
|
| 35 |
+
"<code_to_intermediate>",
|
| 36 |
+
"<intermediate_to_code>",
|
| 37 |
+
"<pr>",
|
| 38 |
+
"<pr_status>",
|
| 39 |
+
"<pr_is_merged>",
|
| 40 |
+
"<pr_base>",
|
| 41 |
+
"<pr_file>",
|
| 42 |
+
"<pr_base_code>",
|
| 43 |
+
"<pr_diff>",
|
| 44 |
+
"<pr_diff_hunk>",
|
| 45 |
+
"<pr_comment>",
|
| 46 |
+
"<pr_event_id>",
|
| 47 |
+
"<pr_review>",
|
| 48 |
+
"<pr_review_state>",
|
| 49 |
+
"<pr_review_comment>",
|
| 50 |
+
"<pr_in_reply_to_review_id>",
|
| 51 |
+
"<pr_in_reply_to_comment_id>",
|
| 52 |
+
"<pr_diff_hunk_comment_line>",
|
| 53 |
+
"<NAME>",
|
| 54 |
+
"<EMAIL>",
|
| 55 |
+
"<KEY>",
|
| 56 |
+
"<PASSWORD>"
|
| 57 |
+
],
|
| 58 |
+
"bos_token": {
|
| 59 |
+
"content": "<|endoftext|>",
|
| 60 |
+
"lstrip": false,
|
| 61 |
+
"normalized": false,
|
| 62 |
+
"rstrip": false,
|
| 63 |
+
"single_word": false
|
| 64 |
+
},
|
| 65 |
+
"eos_token": {
|
| 66 |
+
"content": "<|endofturn|>",
|
| 67 |
+
"lstrip": false,
|
| 68 |
+
"normalized": false,
|
| 69 |
+
"rstrip": false,
|
| 70 |
+
"single_word": false
|
| 71 |
+
},
|
| 72 |
+
"pad_token": {
|
| 73 |
+
"content": "<|endoftext|>",
|
| 74 |
+
"lstrip": false,
|
| 75 |
+
"normalized": false,
|
| 76 |
+
"rstrip": false,
|
| 77 |
+
"single_word": false
|
| 78 |
+
},
|
| 79 |
+
"unk_token": {
|
| 80 |
+
"content": "<|endoftext|>",
|
| 81 |
+
"lstrip": false,
|
| 82 |
+
"normalized": false,
|
| 83 |
+
"rstrip": false,
|
| 84 |
+
"single_word": false
|
| 85 |
+
}
|
| 86 |
+
}
|
checkpoint-2962/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-2962/tokenizer_config.json
ADDED
|
@@ -0,0 +1,501 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"added_tokens_decoder": {
|
| 4 |
+
"100256": {
|
| 5 |
+
"content": "<|_unuse_missing_100256|>",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": false,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false,
|
| 10 |
+
"special": true
|
| 11 |
+
},
|
| 12 |
+
"100257": {
|
| 13 |
+
"content": "<|endoftext|>",
|
| 14 |
+
"lstrip": false,
|
| 15 |
+
"normalized": false,
|
| 16 |
+
"rstrip": false,
|
| 17 |
+
"single_word": false,
|
| 18 |
+
"special": true
|
| 19 |
+
},
|
| 20 |
+
"100258": {
|
| 21 |
+
"content": "<|fim_prefix|>",
|
| 22 |
+
"lstrip": false,
|
| 23 |
+
"normalized": false,
|
| 24 |
+
"rstrip": false,
|
| 25 |
+
"single_word": false,
|
| 26 |
+
"special": true
|
| 27 |
+
},
|
| 28 |
+
"100259": {
|
| 29 |
+
"content": "<|fim_middle|>",
|
| 30 |
+
"lstrip": false,
|
| 31 |
+
"normalized": false,
|
| 32 |
+
"rstrip": false,
|
| 33 |
+
"single_word": false,
|
| 34 |
+
"special": true
|
| 35 |
+
},
|
| 36 |
+
"100260": {
|
| 37 |
+
"content": "<|fim_suffix|>",
|
| 38 |
+
"lstrip": false,
|
| 39 |
+
"normalized": false,
|
| 40 |
+
"rstrip": false,
|
| 41 |
+
"single_word": false,
|
| 42 |
+
"special": true
|
| 43 |
+
},
|
| 44 |
+
"100261": {
|
| 45 |
+
"content": "<|_unuse_missing_100261|>",
|
| 46 |
+
"lstrip": false,
|
| 47 |
+
"normalized": false,
|
| 48 |
+
"rstrip": false,
|
| 49 |
+
"single_word": false,
|
| 50 |
+
"special": true
|
| 51 |
+
},
|
| 52 |
+
"100262": {
|
| 53 |
+
"content": "<|_unuse_missing_100262|>",
|
| 54 |
+
"lstrip": false,
|
| 55 |
+
"normalized": false,
|
| 56 |
+
"rstrip": false,
|
| 57 |
+
"single_word": false,
|
| 58 |
+
"special": true
|
| 59 |
+
},
|
| 60 |
+
"100263": {
|
| 61 |
+
"content": "<|_unuse_missing_100263|>",
|
| 62 |
+
"lstrip": false,
|
| 63 |
+
"normalized": false,
|
| 64 |
+
"rstrip": false,
|
| 65 |
+
"single_word": false,
|
| 66 |
+
"special": true
|
| 67 |
+
},
|
| 68 |
+
"100264": {
|
| 69 |
+
"content": "<|_unuse_missing_100264|>",
|
| 70 |
+
"lstrip": false,
|
| 71 |
+
"normalized": false,
|
| 72 |
+
"rstrip": false,
|
| 73 |
+
"single_word": false,
|
| 74 |
+
"special": true
|
| 75 |
+
},
|
| 76 |
+
"100265": {
|
| 77 |
+
"content": "<|_unuse_missing_100265|>",
|
| 78 |
+
"lstrip": false,
|
| 79 |
+
"normalized": false,
|
| 80 |
+
"rstrip": false,
|
| 81 |
+
"single_word": false,
|
| 82 |
+
"special": true
|
| 83 |
+
},
|
| 84 |
+
"100266": {
|
| 85 |
+
"content": "<|_unuse_missing_100266|>",
|
| 86 |
+
"lstrip": false,
|
| 87 |
+
"normalized": false,
|
| 88 |
+
"rstrip": false,
|
| 89 |
+
"single_word": false,
|
| 90 |
+
"special": true
|
| 91 |
+
},
|
| 92 |
+
"100267": {
|
| 93 |
+
"content": "<|_unuse_missing_100267|>",
|
| 94 |
+
"lstrip": false,
|
| 95 |
+
"normalized": false,
|
| 96 |
+
"rstrip": false,
|
| 97 |
+
"single_word": false,
|
| 98 |
+
"special": true
|
| 99 |
+
},
|
| 100 |
+
"100268": {
|
| 101 |
+
"content": "<|_unuse_missing_100268|>",
|
| 102 |
+
"lstrip": false,
|
| 103 |
+
"normalized": false,
|
| 104 |
+
"rstrip": false,
|
| 105 |
+
"single_word": false,
|
| 106 |
+
"special": true
|
| 107 |
+
},
|
| 108 |
+
"100269": {
|
| 109 |
+
"content": "<|_unuse_missing_100269|>",
|
| 110 |
+
"lstrip": false,
|
| 111 |
+
"normalized": false,
|
| 112 |
+
"rstrip": false,
|
| 113 |
+
"single_word": false,
|
| 114 |
+
"special": true
|
| 115 |
+
},
|
| 116 |
+
"100270": {
|
| 117 |
+
"content": "<|_unuse_missing_100270|>",
|
| 118 |
+
"lstrip": false,
|
| 119 |
+
"normalized": false,
|
| 120 |
+
"rstrip": false,
|
| 121 |
+
"single_word": false,
|
| 122 |
+
"special": true
|
| 123 |
+
},
|
| 124 |
+
"100271": {
|
| 125 |
+
"content": "<|_unuse_missing_100271|>",
|
| 126 |
+
"lstrip": false,
|
| 127 |
+
"normalized": false,
|
| 128 |
+
"rstrip": false,
|
| 129 |
+
"single_word": false,
|
| 130 |
+
"special": true
|
| 131 |
+
},
|
| 132 |
+
"100272": {
|
| 133 |
+
"content": "<|im_start|>",
|
| 134 |
+
"lstrip": false,
|
| 135 |
+
"normalized": false,
|
| 136 |
+
"rstrip": false,
|
| 137 |
+
"single_word": false,
|
| 138 |
+
"special": true
|
| 139 |
+
},
|
| 140 |
+
"100273": {
|
| 141 |
+
"content": "<|im_end|>",
|
| 142 |
+
"lstrip": false,
|
| 143 |
+
"normalized": false,
|
| 144 |
+
"rstrip": false,
|
| 145 |
+
"single_word": false,
|
| 146 |
+
"special": true
|
| 147 |
+
},
|
| 148 |
+
"100274": {
|
| 149 |
+
"content": "<|stop|>",
|
| 150 |
+
"lstrip": false,
|
| 151 |
+
"normalized": false,
|
| 152 |
+
"rstrip": false,
|
| 153 |
+
"single_word": false,
|
| 154 |
+
"special": true
|
| 155 |
+
},
|
| 156 |
+
"100275": {
|
| 157 |
+
"content": "<|endofturn|>",
|
| 158 |
+
"lstrip": false,
|
| 159 |
+
"normalized": false,
|
| 160 |
+
"rstrip": false,
|
| 161 |
+
"single_word": false,
|
| 162 |
+
"special": true
|
| 163 |
+
},
|
| 164 |
+
"100276": {
|
| 165 |
+
"content": "<|endofprompt|>",
|
| 166 |
+
"lstrip": false,
|
| 167 |
+
"normalized": false,
|
| 168 |
+
"rstrip": false,
|
| 169 |
+
"single_word": false,
|
| 170 |
+
"special": true
|
| 171 |
+
},
|
| 172 |
+
"110491": {
|
| 173 |
+
"content": "<repo_name>",
|
| 174 |
+
"lstrip": false,
|
| 175 |
+
"normalized": false,
|
| 176 |
+
"rstrip": false,
|
| 177 |
+
"single_word": false,
|
| 178 |
+
"special": true
|
| 179 |
+
},
|
| 180 |
+
"110492": {
|
| 181 |
+
"content": "<file_sep>",
|
| 182 |
+
"lstrip": false,
|
| 183 |
+
"normalized": false,
|
| 184 |
+
"rstrip": false,
|
| 185 |
+
"single_word": false,
|
| 186 |
+
"special": true
|
| 187 |
+
},
|
| 188 |
+
"110493": {
|
| 189 |
+
"content": "<issue_start>",
|
| 190 |
+
"lstrip": false,
|
| 191 |
+
"normalized": false,
|
| 192 |
+
"rstrip": false,
|
| 193 |
+
"single_word": false,
|
| 194 |
+
"special": true
|
| 195 |
+
},
|
| 196 |
+
"110494": {
|
| 197 |
+
"content": "<issue_comment>",
|
| 198 |
+
"lstrip": false,
|
| 199 |
+
"normalized": false,
|
| 200 |
+
"rstrip": false,
|
| 201 |
+
"single_word": false,
|
| 202 |
+
"special": true
|
| 203 |
+
},
|
| 204 |
+
"110495": {
|
| 205 |
+
"content": "<issue_closed>",
|
| 206 |
+
"lstrip": false,
|
| 207 |
+
"normalized": false,
|
| 208 |
+
"rstrip": false,
|
| 209 |
+
"single_word": false,
|
| 210 |
+
"special": true
|
| 211 |
+
},
|
| 212 |
+
"110496": {
|
| 213 |
+
"content": "<jupyter_start>",
|
| 214 |
+
"lstrip": false,
|
| 215 |
+
"normalized": false,
|
| 216 |
+
"rstrip": false,
|
| 217 |
+
"single_word": false,
|
| 218 |
+
"special": true
|
| 219 |
+
},
|
| 220 |
+
"110497": {
|
| 221 |
+
"content": "<jupyter_text>",
|
| 222 |
+
"lstrip": false,
|
| 223 |
+
"normalized": false,
|
| 224 |
+
"rstrip": false,
|
| 225 |
+
"single_word": false,
|
| 226 |
+
"special": true
|
| 227 |
+
},
|
| 228 |
+
"110498": {
|
| 229 |
+
"content": "<jupyter_code>",
|
| 230 |
+
"lstrip": false,
|
| 231 |
+
"normalized": false,
|
| 232 |
+
"rstrip": false,
|
| 233 |
+
"single_word": false,
|
| 234 |
+
"special": true
|
| 235 |
+
},
|
| 236 |
+
"110499": {
|
| 237 |
+
"content": "<jupyter_output>",
|
| 238 |
+
"lstrip": false,
|
| 239 |
+
"normalized": false,
|
| 240 |
+
"rstrip": false,
|
| 241 |
+
"single_word": false,
|
| 242 |
+
"special": true
|
| 243 |
+
},
|
| 244 |
+
"110500": {
|
| 245 |
+
"content": "<jupyter_script>",
|
| 246 |
+
"lstrip": false,
|
| 247 |
+
"normalized": false,
|
| 248 |
+
"rstrip": false,
|
| 249 |
+
"single_word": false,
|
| 250 |
+
"special": true
|
| 251 |
+
},
|
| 252 |
+
"110501": {
|
| 253 |
+
"content": "<empty_output>",
|
| 254 |
+
"lstrip": false,
|
| 255 |
+
"normalized": false,
|
| 256 |
+
"rstrip": false,
|
| 257 |
+
"single_word": false,
|
| 258 |
+
"special": true
|
| 259 |
+
},
|
| 260 |
+
"110502": {
|
| 261 |
+
"content": "<code_to_intermediate>",
|
| 262 |
+
"lstrip": false,
|
| 263 |
+
"normalized": false,
|
| 264 |
+
"rstrip": false,
|
| 265 |
+
"single_word": false,
|
| 266 |
+
"special": true
|
| 267 |
+
},
|
| 268 |
+
"110503": {
|
| 269 |
+
"content": "<intermediate_to_code>",
|
| 270 |
+
"lstrip": false,
|
| 271 |
+
"normalized": false,
|
| 272 |
+
"rstrip": false,
|
| 273 |
+
"single_word": false,
|
| 274 |
+
"special": true
|
| 275 |
+
},
|
| 276 |
+
"110504": {
|
| 277 |
+
"content": "<pr>",
|
| 278 |
+
"lstrip": false,
|
| 279 |
+
"normalized": false,
|
| 280 |
+
"rstrip": false,
|
| 281 |
+
"single_word": false,
|
| 282 |
+
"special": true
|
| 283 |
+
},
|
| 284 |
+
"110505": {
|
| 285 |
+
"content": "<pr_status>",
|
| 286 |
+
"lstrip": false,
|
| 287 |
+
"normalized": false,
|
| 288 |
+
"rstrip": false,
|
| 289 |
+
"single_word": false,
|
| 290 |
+
"special": true
|
| 291 |
+
},
|
| 292 |
+
"110506": {
|
| 293 |
+
"content": "<pr_is_merged>",
|
| 294 |
+
"lstrip": false,
|
| 295 |
+
"normalized": false,
|
| 296 |
+
"rstrip": false,
|
| 297 |
+
"single_word": false,
|
| 298 |
+
"special": true
|
| 299 |
+
},
|
| 300 |
+
"110507": {
|
| 301 |
+
"content": "<pr_base>",
|
| 302 |
+
"lstrip": false,
|
| 303 |
+
"normalized": false,
|
| 304 |
+
"rstrip": false,
|
| 305 |
+
"single_word": false,
|
| 306 |
+
"special": true
|
| 307 |
+
},
|
| 308 |
+
"110508": {
|
| 309 |
+
"content": "<pr_file>",
|
| 310 |
+
"lstrip": false,
|
| 311 |
+
"normalized": false,
|
| 312 |
+
"rstrip": false,
|
| 313 |
+
"single_word": false,
|
| 314 |
+
"special": true
|
| 315 |
+
},
|
| 316 |
+
"110509": {
|
| 317 |
+
"content": "<pr_base_code>",
|
| 318 |
+
"lstrip": false,
|
| 319 |
+
"normalized": false,
|
| 320 |
+
"rstrip": false,
|
| 321 |
+
"single_word": false,
|
| 322 |
+
"special": true
|
| 323 |
+
},
|
| 324 |
+
"110510": {
|
| 325 |
+
"content": "<pr_diff>",
|
| 326 |
+
"lstrip": false,
|
| 327 |
+
"normalized": false,
|
| 328 |
+
"rstrip": false,
|
| 329 |
+
"single_word": false,
|
| 330 |
+
"special": true
|
| 331 |
+
},
|
| 332 |
+
"110511": {
|
| 333 |
+
"content": "<pr_diff_hunk>",
|
| 334 |
+
"lstrip": false,
|
| 335 |
+
"normalized": false,
|
| 336 |
+
"rstrip": false,
|
| 337 |
+
"single_word": false,
|
| 338 |
+
"special": true
|
| 339 |
+
},
|
| 340 |
+
"110512": {
|
| 341 |
+
"content": "<pr_comment>",
|
| 342 |
+
"lstrip": false,
|
| 343 |
+
"normalized": false,
|
| 344 |
+
"rstrip": false,
|
| 345 |
+
"single_word": false,
|
| 346 |
+
"special": true
|
| 347 |
+
},
|
| 348 |
+
"110513": {
|
| 349 |
+
"content": "<pr_event_id>",
|
| 350 |
+
"lstrip": false,
|
| 351 |
+
"normalized": false,
|
| 352 |
+
"rstrip": false,
|
| 353 |
+
"single_word": false,
|
| 354 |
+
"special": true
|
| 355 |
+
},
|
| 356 |
+
"110514": {
|
| 357 |
+
"content": "<pr_review>",
|
| 358 |
+
"lstrip": false,
|
| 359 |
+
"normalized": false,
|
| 360 |
+
"rstrip": false,
|
| 361 |
+
"single_word": false,
|
| 362 |
+
"special": true
|
| 363 |
+
},
|
| 364 |
+
"110515": {
|
| 365 |
+
"content": "<pr_review_state>",
|
| 366 |
+
"lstrip": false,
|
| 367 |
+
"normalized": false,
|
| 368 |
+
"rstrip": false,
|
| 369 |
+
"single_word": false,
|
| 370 |
+
"special": true
|
| 371 |
+
},
|
| 372 |
+
"110516": {
|
| 373 |
+
"content": "<pr_review_comment>",
|
| 374 |
+
"lstrip": false,
|
| 375 |
+
"normalized": false,
|
| 376 |
+
"rstrip": false,
|
| 377 |
+
"single_word": false,
|
| 378 |
+
"special": true
|
| 379 |
+
},
|
| 380 |
+
"110517": {
|
| 381 |
+
"content": "<pr_in_reply_to_review_id>",
|
| 382 |
+
"lstrip": false,
|
| 383 |
+
"normalized": false,
|
| 384 |
+
"rstrip": false,
|
| 385 |
+
"single_word": false,
|
| 386 |
+
"special": true
|
| 387 |
+
},
|
| 388 |
+
"110518": {
|
| 389 |
+
"content": "<pr_in_reply_to_comment_id>",
|
| 390 |
+
"lstrip": false,
|
| 391 |
+
"normalized": false,
|
| 392 |
+
"rstrip": false,
|
| 393 |
+
"single_word": false,
|
| 394 |
+
"special": true
|
| 395 |
+
},
|
| 396 |
+
"110519": {
|
| 397 |
+
"content": "<pr_diff_hunk_comment_line>",
|
| 398 |
+
"lstrip": false,
|
| 399 |
+
"normalized": false,
|
| 400 |
+
"rstrip": false,
|
| 401 |
+
"single_word": false,
|
| 402 |
+
"special": true
|
| 403 |
+
},
|
| 404 |
+
"110520": {
|
| 405 |
+
"content": "<NAME>",
|
| 406 |
+
"lstrip": false,
|
| 407 |
+
"normalized": false,
|
| 408 |
+
"rstrip": false,
|
| 409 |
+
"single_word": false,
|
| 410 |
+
"special": true
|
| 411 |
+
},
|
| 412 |
+
"110521": {
|
| 413 |
+
"content": "<EMAIL>",
|
| 414 |
+
"lstrip": false,
|
| 415 |
+
"normalized": false,
|
| 416 |
+
"rstrip": false,
|
| 417 |
+
"single_word": false,
|
| 418 |
+
"special": true
|
| 419 |
+
},
|
| 420 |
+
"110522": {
|
| 421 |
+
"content": "<KEY>",
|
| 422 |
+
"lstrip": false,
|
| 423 |
+
"normalized": false,
|
| 424 |
+
"rstrip": false,
|
| 425 |
+
"single_word": false,
|
| 426 |
+
"special": true
|
| 427 |
+
},
|
| 428 |
+
"110523": {
|
| 429 |
+
"content": "<PASSWORD>",
|
| 430 |
+
"lstrip": false,
|
| 431 |
+
"normalized": false,
|
| 432 |
+
"rstrip": false,
|
| 433 |
+
"single_word": false,
|
| 434 |
+
"special": true
|
| 435 |
+
}
|
| 436 |
+
},
|
| 437 |
+
"additional_special_tokens": [
|
| 438 |
+
"<|endoftext|>",
|
| 439 |
+
"<|fim_prefix|>",
|
| 440 |
+
"<|fim_middle|>",
|
| 441 |
+
"<|fim_suffix|>",
|
| 442 |
+
"<|endofprompt|>",
|
| 443 |
+
"<|_unuse_missing_100256|>",
|
| 444 |
+
"<|_unuse_missing_100261|>",
|
| 445 |
+
"<|_unuse_missing_100262|>",
|
| 446 |
+
"<|_unuse_missing_100263|>",
|
| 447 |
+
"<|_unuse_missing_100264|>",
|
| 448 |
+
"<|_unuse_missing_100265|>",
|
| 449 |
+
"<|_unuse_missing_100266|>",
|
| 450 |
+
"<|_unuse_missing_100267|>",
|
| 451 |
+
"<|_unuse_missing_100268|>",
|
| 452 |
+
"<|_unuse_missing_100269|>",
|
| 453 |
+
"<|_unuse_missing_100270|>",
|
| 454 |
+
"<|_unuse_missing_100271|>",
|
| 455 |
+
"<|im_start|>",
|
| 456 |
+
"<|im_end|>",
|
| 457 |
+
"<|stop|>",
|
| 458 |
+
"<|endofturn|>",
|
| 459 |
+
"<repo_name>",
|
| 460 |
+
"<file_sep>",
|
| 461 |
+
"<issue_start>",
|
| 462 |
+
"<issue_comment>",
|
| 463 |
+
"<issue_closed>",
|
| 464 |
+
"<jupyter_start>",
|
| 465 |
+
"<jupyter_text>",
|
| 466 |
+
"<jupyter_code>",
|
| 467 |
+
"<jupyter_output>",
|
| 468 |
+
"<jupyter_script>",
|
| 469 |
+
"<empty_output>",
|
| 470 |
+
"<code_to_intermediate>",
|
| 471 |
+
"<intermediate_to_code>",
|
| 472 |
+
"<pr>",
|
| 473 |
+
"<pr_status>",
|
| 474 |
+
"<pr_is_merged>",
|
| 475 |
+
"<pr_base>",
|
| 476 |
+
"<pr_file>",
|
| 477 |
+
"<pr_base_code>",
|
| 478 |
+
"<pr_diff>",
|
| 479 |
+
"<pr_diff_hunk>",
|
| 480 |
+
"<pr_comment>",
|
| 481 |
+
"<pr_event_id>",
|
| 482 |
+
"<pr_review>",
|
| 483 |
+
"<pr_review_state>",
|
| 484 |
+
"<pr_review_comment>",
|
| 485 |
+
"<pr_in_reply_to_review_id>",
|
| 486 |
+
"<pr_in_reply_to_comment_id>",
|
| 487 |
+
"<pr_diff_hunk_comment_line>",
|
| 488 |
+
"<NAME>",
|
| 489 |
+
"<EMAIL>",
|
| 490 |
+
"<KEY>",
|
| 491 |
+
"<PASSWORD>"
|
| 492 |
+
],
|
| 493 |
+
"bos_token": "<|endoftext|>",
|
| 494 |
+
"clean_up_tokenization_spaces": true,
|
| 495 |
+
"eos_token": "<|endofturn|>",
|
| 496 |
+
"extra_special_tokens": {},
|
| 497 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 498 |
+
"pad_token": "<|endoftext|>",
|
| 499 |
+
"tokenizer_class": "GPT2Tokenizer",
|
| 500 |
+
"unk_token": "<|endoftext|>"
|
| 501 |
+
}
|
checkpoint-2962/trainer_state.json
ADDED
|
@@ -0,0 +1,469 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 2.0,
|
| 6 |
+
"eval_steps": 100,
|
| 7 |
+
"global_step": 2962,
|
| 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.06755045174364603,
|
| 14 |
+
"grad_norm": 9.599350929260254,
|
| 15 |
+
"learning_rate": 1.9930386355725723e-05,
|
| 16 |
+
"loss": 1.3454,
|
| 17 |
+
"step": 100
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.06755045174364603,
|
| 21 |
+
"eval_loss": 1.088623046875,
|
| 22 |
+
"eval_runtime": 0.4485,
|
| 23 |
+
"eval_samples_per_second": 4.459,
|
| 24 |
+
"eval_steps_per_second": 4.459,
|
| 25 |
+
"step": 100
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"epoch": 0.13510090348729206,
|
| 29 |
+
"grad_norm": 7.922338485717773,
|
| 30 |
+
"learning_rate": 1.9234249912982946e-05,
|
| 31 |
+
"loss": 0.8798,
|
| 32 |
+
"step": 200
|
| 33 |
+
},
|
| 34 |
+
{
|
| 35 |
+
"epoch": 0.13510090348729206,
|
| 36 |
+
"eval_loss": 0.8162466883659363,
|
| 37 |
+
"eval_runtime": 0.448,
|
| 38 |
+
"eval_samples_per_second": 4.464,
|
| 39 |
+
"eval_steps_per_second": 4.464,
|
| 40 |
+
"step": 200
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"epoch": 0.2026513552309381,
|
| 44 |
+
"grad_norm": 8.309381484985352,
|
| 45 |
+
"learning_rate": 1.853811347024017e-05,
|
| 46 |
+
"loss": 0.7471,
|
| 47 |
+
"step": 300
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"epoch": 0.2026513552309381,
|
| 51 |
+
"eval_loss": 0.9403409361839294,
|
| 52 |
+
"eval_runtime": 0.4478,
|
| 53 |
+
"eval_samples_per_second": 4.467,
|
| 54 |
+
"eval_steps_per_second": 4.467,
|
| 55 |
+
"step": 300
|
| 56 |
+
},
|
| 57 |
+
{
|
| 58 |
+
"epoch": 0.2702018069745841,
|
| 59 |
+
"grad_norm": 7.697506427764893,
|
| 60 |
+
"learning_rate": 1.784197702749739e-05,
|
| 61 |
+
"loss": 0.7234,
|
| 62 |
+
"step": 400
|
| 63 |
+
},
|
| 64 |
+
{
|
| 65 |
+
"epoch": 0.2702018069745841,
|
| 66 |
+
"eval_loss": 0.8254425525665283,
|
| 67 |
+
"eval_runtime": 0.448,
|
| 68 |
+
"eval_samples_per_second": 4.464,
|
| 69 |
+
"eval_steps_per_second": 4.464,
|
| 70 |
+
"step": 400
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"epoch": 0.33775225871823017,
|
| 74 |
+
"grad_norm": 7.090953826904297,
|
| 75 |
+
"learning_rate": 1.7145840584754613e-05,
|
| 76 |
+
"loss": 0.6628,
|
| 77 |
+
"step": 500
|
| 78 |
+
},
|
| 79 |
+
{
|
| 80 |
+
"epoch": 0.33775225871823017,
|
| 81 |
+
"eval_loss": 0.866845965385437,
|
| 82 |
+
"eval_runtime": 0.4484,
|
| 83 |
+
"eval_samples_per_second": 4.46,
|
| 84 |
+
"eval_steps_per_second": 4.46,
|
| 85 |
+
"step": 500
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"epoch": 0.4053027104618762,
|
| 89 |
+
"grad_norm": 7.493321895599365,
|
| 90 |
+
"learning_rate": 1.6449704142011837e-05,
|
| 91 |
+
"loss": 0.6176,
|
| 92 |
+
"step": 600
|
| 93 |
+
},
|
| 94 |
+
{
|
| 95 |
+
"epoch": 0.4053027104618762,
|
| 96 |
+
"eval_loss": 0.7870827317237854,
|
| 97 |
+
"eval_runtime": 0.4484,
|
| 98 |
+
"eval_samples_per_second": 4.46,
|
| 99 |
+
"eval_steps_per_second": 4.46,
|
| 100 |
+
"step": 600
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"epoch": 0.47285316220552226,
|
| 104 |
+
"grad_norm": 5.997806549072266,
|
| 105 |
+
"learning_rate": 1.575356769926906e-05,
|
| 106 |
+
"loss": 0.6143,
|
| 107 |
+
"step": 700
|
| 108 |
+
},
|
| 109 |
+
{
|
| 110 |
+
"epoch": 0.47285316220552226,
|
| 111 |
+
"eval_loss": 0.6427211165428162,
|
| 112 |
+
"eval_runtime": 0.4486,
|
| 113 |
+
"eval_samples_per_second": 4.458,
|
| 114 |
+
"eval_steps_per_second": 4.458,
|
| 115 |
+
"step": 700
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 0.5404036139491682,
|
| 119 |
+
"grad_norm": 7.048596382141113,
|
| 120 |
+
"learning_rate": 1.505743125652628e-05,
|
| 121 |
+
"loss": 0.5652,
|
| 122 |
+
"step": 800
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 0.5404036139491682,
|
| 126 |
+
"eval_loss": 0.6656179428100586,
|
| 127 |
+
"eval_runtime": 0.4477,
|
| 128 |
+
"eval_samples_per_second": 4.467,
|
| 129 |
+
"eval_steps_per_second": 4.467,
|
| 130 |
+
"step": 800
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"epoch": 0.6079540656928143,
|
| 134 |
+
"grad_norm": 6.087926387786865,
|
| 135 |
+
"learning_rate": 1.4361294813783502e-05,
|
| 136 |
+
"loss": 0.5578,
|
| 137 |
+
"step": 900
|
| 138 |
+
},
|
| 139 |
+
{
|
| 140 |
+
"epoch": 0.6079540656928143,
|
| 141 |
+
"eval_loss": 0.5958364009857178,
|
| 142 |
+
"eval_runtime": 0.4483,
|
| 143 |
+
"eval_samples_per_second": 4.461,
|
| 144 |
+
"eval_steps_per_second": 4.461,
|
| 145 |
+
"step": 900
|
| 146 |
+
},
|
| 147 |
+
{
|
| 148 |
+
"epoch": 0.6755045174364603,
|
| 149 |
+
"grad_norm": 6.0117974281311035,
|
| 150 |
+
"learning_rate": 1.3665158371040725e-05,
|
| 151 |
+
"loss": 0.5477,
|
| 152 |
+
"step": 1000
|
| 153 |
+
},
|
| 154 |
+
{
|
| 155 |
+
"epoch": 0.6755045174364603,
|
| 156 |
+
"eval_loss": 0.5497910976409912,
|
| 157 |
+
"eval_runtime": 0.4478,
|
| 158 |
+
"eval_samples_per_second": 4.466,
|
| 159 |
+
"eval_steps_per_second": 4.466,
|
| 160 |
+
"step": 1000
|
| 161 |
+
},
|
| 162 |
+
{
|
| 163 |
+
"epoch": 0.7430549691801064,
|
| 164 |
+
"grad_norm": 5.18488073348999,
|
| 165 |
+
"learning_rate": 1.2969021928297947e-05,
|
| 166 |
+
"loss": 0.5267,
|
| 167 |
+
"step": 1100
|
| 168 |
+
},
|
| 169 |
+
{
|
| 170 |
+
"epoch": 0.7430549691801064,
|
| 171 |
+
"eval_loss": 0.5370597839355469,
|
| 172 |
+
"eval_runtime": 0.4489,
|
| 173 |
+
"eval_samples_per_second": 4.455,
|
| 174 |
+
"eval_steps_per_second": 4.455,
|
| 175 |
+
"step": 1100
|
| 176 |
+
},
|
| 177 |
+
{
|
| 178 |
+
"epoch": 0.8106054209237524,
|
| 179 |
+
"grad_norm": 5.310628890991211,
|
| 180 |
+
"learning_rate": 1.227288548555517e-05,
|
| 181 |
+
"loss": 0.4851,
|
| 182 |
+
"step": 1200
|
| 183 |
+
},
|
| 184 |
+
{
|
| 185 |
+
"epoch": 0.8106054209237524,
|
| 186 |
+
"eval_loss": 0.5569643378257751,
|
| 187 |
+
"eval_runtime": 0.4478,
|
| 188 |
+
"eval_samples_per_second": 4.466,
|
| 189 |
+
"eval_steps_per_second": 4.466,
|
| 190 |
+
"step": 1200
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"epoch": 0.8781558726673985,
|
| 194 |
+
"grad_norm": 4.42130708694458,
|
| 195 |
+
"learning_rate": 1.1576749042812392e-05,
|
| 196 |
+
"loss": 0.4871,
|
| 197 |
+
"step": 1300
|
| 198 |
+
},
|
| 199 |
+
{
|
| 200 |
+
"epoch": 0.8781558726673985,
|
| 201 |
+
"eval_loss": 0.5015550851821899,
|
| 202 |
+
"eval_runtime": 0.448,
|
| 203 |
+
"eval_samples_per_second": 4.464,
|
| 204 |
+
"eval_steps_per_second": 4.464,
|
| 205 |
+
"step": 1300
|
| 206 |
+
},
|
| 207 |
+
{
|
| 208 |
+
"epoch": 0.9457063244110445,
|
| 209 |
+
"grad_norm": 7.080121040344238,
|
| 210 |
+
"learning_rate": 1.0880612600069616e-05,
|
| 211 |
+
"loss": 0.49,
|
| 212 |
+
"step": 1400
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"epoch": 0.9457063244110445,
|
| 216 |
+
"eval_loss": 0.5999081134796143,
|
| 217 |
+
"eval_runtime": 0.449,
|
| 218 |
+
"eval_samples_per_second": 4.455,
|
| 219 |
+
"eval_steps_per_second": 4.455,
|
| 220 |
+
"step": 1400
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"epoch": 1.0128345858312928,
|
| 224 |
+
"grad_norm": 4.239835262298584,
|
| 225 |
+
"learning_rate": 1.0184476157326837e-05,
|
| 226 |
+
"loss": 0.4508,
|
| 227 |
+
"step": 1500
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"epoch": 1.0128345858312928,
|
| 231 |
+
"eval_loss": 0.672572135925293,
|
| 232 |
+
"eval_runtime": 0.4495,
|
| 233 |
+
"eval_samples_per_second": 4.449,
|
| 234 |
+
"eval_steps_per_second": 4.449,
|
| 235 |
+
"step": 1500
|
| 236 |
+
},
|
| 237 |
+
{
|
| 238 |
+
"epoch": 1.0803850375749389,
|
| 239 |
+
"grad_norm": 3.932634115219116,
|
| 240 |
+
"learning_rate": 9.488339714584059e-06,
|
| 241 |
+
"loss": 0.3119,
|
| 242 |
+
"step": 1600
|
| 243 |
+
},
|
| 244 |
+
{
|
| 245 |
+
"epoch": 1.0803850375749389,
|
| 246 |
+
"eval_loss": 0.5972912311553955,
|
| 247 |
+
"eval_runtime": 0.448,
|
| 248 |
+
"eval_samples_per_second": 4.464,
|
| 249 |
+
"eval_steps_per_second": 4.464,
|
| 250 |
+
"step": 1600
|
| 251 |
+
},
|
| 252 |
+
{
|
| 253 |
+
"epoch": 1.147935489318585,
|
| 254 |
+
"grad_norm": 4.325490474700928,
|
| 255 |
+
"learning_rate": 8.792203271841282e-06,
|
| 256 |
+
"loss": 0.3014,
|
| 257 |
+
"step": 1700
|
| 258 |
+
},
|
| 259 |
+
{
|
| 260 |
+
"epoch": 1.147935489318585,
|
| 261 |
+
"eval_loss": 0.6054388880729675,
|
| 262 |
+
"eval_runtime": 0.4484,
|
| 263 |
+
"eval_samples_per_second": 4.461,
|
| 264 |
+
"eval_steps_per_second": 4.461,
|
| 265 |
+
"step": 1700
|
| 266 |
+
},
|
| 267 |
+
{
|
| 268 |
+
"epoch": 1.215485941062231,
|
| 269 |
+
"grad_norm": 5.159217357635498,
|
| 270 |
+
"learning_rate": 8.096066829098504e-06,
|
| 271 |
+
"loss": 0.3052,
|
| 272 |
+
"step": 1800
|
| 273 |
+
},
|
| 274 |
+
{
|
| 275 |
+
"epoch": 1.215485941062231,
|
| 276 |
+
"eval_loss": 0.5211958289146423,
|
| 277 |
+
"eval_runtime": 0.4485,
|
| 278 |
+
"eval_samples_per_second": 4.46,
|
| 279 |
+
"eval_steps_per_second": 4.46,
|
| 280 |
+
"step": 1800
|
| 281 |
+
},
|
| 282 |
+
{
|
| 283 |
+
"epoch": 1.2830363928058768,
|
| 284 |
+
"grad_norm": 3.9641737937927246,
|
| 285 |
+
"learning_rate": 7.399930386355726e-06,
|
| 286 |
+
"loss": 0.3053,
|
| 287 |
+
"step": 1900
|
| 288 |
+
},
|
| 289 |
+
{
|
| 290 |
+
"epoch": 1.2830363928058768,
|
| 291 |
+
"eval_loss": 0.5681183338165283,
|
| 292 |
+
"eval_runtime": 0.4481,
|
| 293 |
+
"eval_samples_per_second": 4.463,
|
| 294 |
+
"eval_steps_per_second": 4.463,
|
| 295 |
+
"step": 1900
|
| 296 |
+
},
|
| 297 |
+
{
|
| 298 |
+
"epoch": 1.350586844549523,
|
| 299 |
+
"grad_norm": 3.987450122833252,
|
| 300 |
+
"learning_rate": 6.7037939436129484e-06,
|
| 301 |
+
"loss": 0.3043,
|
| 302 |
+
"step": 2000
|
| 303 |
+
},
|
| 304 |
+
{
|
| 305 |
+
"epoch": 1.350586844549523,
|
| 306 |
+
"eval_loss": 0.5885389447212219,
|
| 307 |
+
"eval_runtime": 0.4486,
|
| 308 |
+
"eval_samples_per_second": 4.458,
|
| 309 |
+
"eval_steps_per_second": 4.458,
|
| 310 |
+
"step": 2000
|
| 311 |
+
},
|
| 312 |
+
{
|
| 313 |
+
"epoch": 1.4181372962931689,
|
| 314 |
+
"grad_norm": 4.730684757232666,
|
| 315 |
+
"learning_rate": 6.007657500870171e-06,
|
| 316 |
+
"loss": 0.2959,
|
| 317 |
+
"step": 2100
|
| 318 |
+
},
|
| 319 |
+
{
|
| 320 |
+
"epoch": 1.4181372962931689,
|
| 321 |
+
"eval_loss": 0.5560499429702759,
|
| 322 |
+
"eval_runtime": 0.4482,
|
| 323 |
+
"eval_samples_per_second": 4.462,
|
| 324 |
+
"eval_steps_per_second": 4.462,
|
| 325 |
+
"step": 2100
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"epoch": 1.485687748036815,
|
| 329 |
+
"grad_norm": 4.321787357330322,
|
| 330 |
+
"learning_rate": 5.311521058127394e-06,
|
| 331 |
+
"loss": 0.2904,
|
| 332 |
+
"step": 2200
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"epoch": 1.485687748036815,
|
| 336 |
+
"eval_loss": 0.5307319760322571,
|
| 337 |
+
"eval_runtime": 0.4486,
|
| 338 |
+
"eval_samples_per_second": 4.458,
|
| 339 |
+
"eval_steps_per_second": 4.458,
|
| 340 |
+
"step": 2200
|
| 341 |
+
},
|
| 342 |
+
{
|
| 343 |
+
"epoch": 1.553238199780461,
|
| 344 |
+
"grad_norm": 6.422406196594238,
|
| 345 |
+
"learning_rate": 4.615384615384616e-06,
|
| 346 |
+
"loss": 0.2951,
|
| 347 |
+
"step": 2300
|
| 348 |
+
},
|
| 349 |
+
{
|
| 350 |
+
"epoch": 1.553238199780461,
|
| 351 |
+
"eval_loss": 0.5640405416488647,
|
| 352 |
+
"eval_runtime": 0.4486,
|
| 353 |
+
"eval_samples_per_second": 4.458,
|
| 354 |
+
"eval_steps_per_second": 4.458,
|
| 355 |
+
"step": 2300
|
| 356 |
+
},
|
| 357 |
+
{
|
| 358 |
+
"epoch": 1.6207886515241072,
|
| 359 |
+
"grad_norm": 4.991405963897705,
|
| 360 |
+
"learning_rate": 3.919248172641838e-06,
|
| 361 |
+
"loss": 0.2841,
|
| 362 |
+
"step": 2400
|
| 363 |
+
},
|
| 364 |
+
{
|
| 365 |
+
"epoch": 1.6207886515241072,
|
| 366 |
+
"eval_loss": 0.5275038480758667,
|
| 367 |
+
"eval_runtime": 0.4481,
|
| 368 |
+
"eval_samples_per_second": 4.463,
|
| 369 |
+
"eval_steps_per_second": 4.463,
|
| 370 |
+
"step": 2400
|
| 371 |
+
},
|
| 372 |
+
{
|
| 373 |
+
"epoch": 1.688339103267753,
|
| 374 |
+
"grad_norm": 4.533026218414307,
|
| 375 |
+
"learning_rate": 3.2231117298990604e-06,
|
| 376 |
+
"loss": 0.2822,
|
| 377 |
+
"step": 2500
|
| 378 |
+
},
|
| 379 |
+
{
|
| 380 |
+
"epoch": 1.688339103267753,
|
| 381 |
+
"eval_loss": 0.5132726430892944,
|
| 382 |
+
"eval_runtime": 0.4475,
|
| 383 |
+
"eval_samples_per_second": 4.469,
|
| 384 |
+
"eval_steps_per_second": 4.469,
|
| 385 |
+
"step": 2500
|
| 386 |
+
},
|
| 387 |
+
{
|
| 388 |
+
"epoch": 1.755889555011399,
|
| 389 |
+
"grad_norm": 4.174022674560547,
|
| 390 |
+
"learning_rate": 2.526975287156283e-06,
|
| 391 |
+
"loss": 0.2847,
|
| 392 |
+
"step": 2600
|
| 393 |
+
},
|
| 394 |
+
{
|
| 395 |
+
"epoch": 1.755889555011399,
|
| 396 |
+
"eval_loss": 0.517199695110321,
|
| 397 |
+
"eval_runtime": 0.4484,
|
| 398 |
+
"eval_samples_per_second": 4.46,
|
| 399 |
+
"eval_steps_per_second": 4.46,
|
| 400 |
+
"step": 2600
|
| 401 |
+
},
|
| 402 |
+
{
|
| 403 |
+
"epoch": 1.8234400067550451,
|
| 404 |
+
"grad_norm": 4.5268988609313965,
|
| 405 |
+
"learning_rate": 1.8308388444135054e-06,
|
| 406 |
+
"loss": 0.2686,
|
| 407 |
+
"step": 2700
|
| 408 |
+
},
|
| 409 |
+
{
|
| 410 |
+
"epoch": 1.8234400067550451,
|
| 411 |
+
"eval_loss": 0.5064883828163147,
|
| 412 |
+
"eval_runtime": 0.4481,
|
| 413 |
+
"eval_samples_per_second": 4.463,
|
| 414 |
+
"eval_steps_per_second": 4.463,
|
| 415 |
+
"step": 2700
|
| 416 |
+
},
|
| 417 |
+
{
|
| 418 |
+
"epoch": 1.8909904584986912,
|
| 419 |
+
"grad_norm": 4.788888454437256,
|
| 420 |
+
"learning_rate": 1.1347024016707275e-06,
|
| 421 |
+
"loss": 0.2765,
|
| 422 |
+
"step": 2800
|
| 423 |
+
},
|
| 424 |
+
{
|
| 425 |
+
"epoch": 1.8909904584986912,
|
| 426 |
+
"eval_loss": 0.5008269548416138,
|
| 427 |
+
"eval_runtime": 0.4481,
|
| 428 |
+
"eval_samples_per_second": 4.463,
|
| 429 |
+
"eval_steps_per_second": 4.463,
|
| 430 |
+
"step": 2800
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"epoch": 1.9585409102423372,
|
| 434 |
+
"grad_norm": 3.8308775424957275,
|
| 435 |
+
"learning_rate": 4.3856595892794994e-07,
|
| 436 |
+
"loss": 0.2702,
|
| 437 |
+
"step": 2900
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"epoch": 1.9585409102423372,
|
| 441 |
+
"eval_loss": 0.4966801404953003,
|
| 442 |
+
"eval_runtime": 0.4476,
|
| 443 |
+
"eval_samples_per_second": 4.469,
|
| 444 |
+
"eval_steps_per_second": 4.469,
|
| 445 |
+
"step": 2900
|
| 446 |
+
}
|
| 447 |
+
],
|
| 448 |
+
"logging_steps": 100,
|
| 449 |
+
"max_steps": 2962,
|
| 450 |
+
"num_input_tokens_seen": 0,
|
| 451 |
+
"num_train_epochs": 2,
|
| 452 |
+
"save_steps": 500,
|
| 453 |
+
"stateful_callbacks": {
|
| 454 |
+
"TrainerControl": {
|
| 455 |
+
"args": {
|
| 456 |
+
"should_epoch_stop": false,
|
| 457 |
+
"should_evaluate": false,
|
| 458 |
+
"should_log": false,
|
| 459 |
+
"should_save": true,
|
| 460 |
+
"should_training_stop": true
|
| 461 |
+
},
|
| 462 |
+
"attributes": {}
|
| 463 |
+
}
|
| 464 |
+
},
|
| 465 |
+
"total_flos": 1.9777888130904883e+17,
|
| 466 |
+
"train_batch_size": 1,
|
| 467 |
+
"trial_name": null,
|
| 468 |
+
"trial_params": null
|
| 469 |
+
}
|
checkpoint-2962/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6229261e3895a6bcb68ceab50848265269d6fcec14cb16d3c5aac1bd58f3db90
|
| 3 |
+
size 5368
|
checkpoint-2962/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|