Upload folder using huggingface_hub
Browse files- config.json +40 -0
- generation_config.json +12 -0
- model-00001-of-00030.safetensors +3 -0
- model-00002-of-00030.safetensors +3 -0
- model-00003-of-00030.safetensors +3 -0
- model-00004-of-00030.safetensors +3 -0
- model-00005-of-00030.safetensors +3 -0
- model-00006-of-00030.safetensors +3 -0
- model-00007-of-00030.safetensors +3 -0
- model-00008-of-00030.safetensors +3 -0
- model-00009-of-00030.safetensors +3 -0
- model-00010-of-00030.safetensors +3 -0
- model-00011-of-00030.safetensors +3 -0
- model-00012-of-00030.safetensors +3 -0
- model-00013-of-00030.safetensors +3 -0
- model-00014-of-00030.safetensors +3 -0
- model-00015-of-00030.safetensors +3 -0
- model-00016-of-00030.safetensors +3 -0
- model-00017-of-00030.safetensors +3 -0
- model-00018-of-00030.safetensors +3 -0
- model-00019-of-00030.safetensors +3 -0
- model-00020-of-00030.safetensors +3 -0
- model-00021-of-00030.safetensors +3 -0
- model-00022-of-00030.safetensors +3 -0
- model-00023-of-00030.safetensors +3 -0
- model-00024-of-00030.safetensors +3 -0
- model-00025-of-00030.safetensors +3 -0
- model-00026-of-00030.safetensors +3 -0
- model-00027-of-00030.safetensors +3 -0
- model-00028-of-00030.safetensors +3 -0
- model-00029-of-00030.safetensors +3 -0
- model-00030-of-00030.safetensors +3 -0
- model.safetensors.index.json +730 -0
- runs/Aug16_16-38-44_164-152-104-147/events.out.tfevents.1723826592.164-152-104-147.22902.0 +3 -0
- runs/Aug16_16-49-13_164-152-104-147/events.out.tfevents.1723827217.164-152-104-147.32158.0 +3 -0
- special_tokens_map.json +17 -0
- tokenizer.json +0 -0
- tokenizer_config.json +2065 -0
- trainer_state.json +3685 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "meta-llama/Meta-Llama-3.1-70B-Instruct",
|
3 |
+
"architectures": [
|
4 |
+
"LlamaForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_bias": false,
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 128000,
|
9 |
+
"eos_token_id": [
|
10 |
+
128001,
|
11 |
+
128008,
|
12 |
+
128009
|
13 |
+
],
|
14 |
+
"hidden_act": "silu",
|
15 |
+
"hidden_size": 8192,
|
16 |
+
"initializer_range": 0.02,
|
17 |
+
"intermediate_size": 28672,
|
18 |
+
"max_position_embeddings": 131072,
|
19 |
+
"mlp_bias": false,
|
20 |
+
"model_type": "llama",
|
21 |
+
"num_attention_heads": 64,
|
22 |
+
"num_hidden_layers": 80,
|
23 |
+
"num_key_value_heads": 8,
|
24 |
+
"pretraining_tp": 1,
|
25 |
+
"rms_norm_eps": 1e-05,
|
26 |
+
"rope_scaling": {
|
27 |
+
"factor": 8.0,
|
28 |
+
"high_freq_factor": 4.0,
|
29 |
+
"low_freq_factor": 1.0,
|
30 |
+
"original_max_position_embeddings": 8192,
|
31 |
+
"rope_type": "llama3"
|
32 |
+
},
|
33 |
+
"rope_theta": 500000.0,
|
34 |
+
"sliding_window": 8192,
|
35 |
+
"tie_word_embeddings": false,
|
36 |
+
"torch_dtype": "bfloat16",
|
37 |
+
"transformers_version": "4.45.0.dev0",
|
38 |
+
"use_cache": false,
|
39 |
+
"vocab_size": 128256
|
40 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 128000,
|
3 |
+
"do_sample": true,
|
4 |
+
"eos_token_id": [
|
5 |
+
128001,
|
6 |
+
128008,
|
7 |
+
128009
|
8 |
+
],
|
9 |
+
"temperature": 0.6,
|
10 |
+
"top_p": 0.9,
|
11 |
+
"transformers_version": "4.45.0.dev0"
|
12 |
+
}
|
model-00001-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b32a39054d8c062f14ac5a39569800f40c13d323764b9dfd3b29e9c8955efebb
|
3 |
+
size 4584408808
|
model-00002-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:71ec40803ea5c2fa439cb4e09c4ce4eb3177bfa7890f8fe8487a1bd3731a4ba8
|
3 |
+
size 4664167376
|
model-00003-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fccf9d08c8c3070195c3914cf9975cfd8916d3c9e28a85477640eadf06f8fa75
|
3 |
+
size 4999711704
|
model-00004-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e8aced5cb91ca7882f9a6b6d427f2fe0db2047d8c8c6946291c8716b1a99a3a
|
3 |
+
size 4966157032
|
model-00005-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3cce7042fd191bc4745f93b06189e9648ad11ebbe0af907dc62361dccb6cc62c
|
3 |
+
size 4664134408
|
model-00006-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:46c2a785fb0caa614b898bf5186fccb8d2c40b20d86a8b9d9526f93185ecd473
|
3 |
+
size 4664167408
|
model-00007-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e803e10ec865c215996fb12ae427204b515b05f2f56d692856dac157b3f975c6
|
3 |
+
size 4664167408
|
model-00008-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52a6dc4cdb9cdf145479cc2f37e43dafb685568c8198de7920468ddd9aca66ff
|
3 |
+
size 4999711728
|
model-00009-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a877b879b80a25db4473ab3cf5381287ddfe79968f77d6a7728879e9ed09964
|
3 |
+
size 4966157056
|
model-00010-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26d7508852658f028ea806ac78489dd7301e453aa2a1ba67caec112be0487a8a
|
3 |
+
size 4664134408
|
model-00011-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:587d2d9746cc9a7eae2db4da1d209cb4754f41f20a3665c66cf0db1b9e150ce1
|
3 |
+
size 4664167408
|
model-00012-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:092315f5216e1c8282645401a4866be1c726e9f365942b9d1175adc7b4cc9a26
|
3 |
+
size 4664167408
|
model-00013-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6add3304b9f62d7fa1981457947d34d2da0dffa3041eb97f5e2ad974d4c4c09
|
3 |
+
size 4999711728
|
model-00014-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c08c210a5ce10d029c8cbb9725e7d91a1762cf2321b279ea1000d4a24752795
|
3 |
+
size 4966157056
|
model-00015-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a731dec0e5baddd3f804e68903b7d80ab1a858415822f3dbfa8e0a2be16895ab
|
3 |
+
size 4664134408
|
model-00016-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc5038c13e739fca06b01a7dcd3047db851e9aa5553d7354d2b33bc37b099441
|
3 |
+
size 4664167408
|
model-00017-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f91756a7297898b262211fb488a0ad930da5734abbcee15231c514132f8fce5d
|
3 |
+
size 4664167408
|
model-00018-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3280aa89abea66e1e222a5c00873c5bada5b08921aa9b2e5d9796a0b6073716c
|
3 |
+
size 4999711728
|
model-00019-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a82840ca6f60b079410ca10e622ea209505c04bab814c1d7cea1271947f838e6
|
3 |
+
size 4966157056
|
model-00020-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fee04ce8d08a43697f11e07c7b9074e4c08f836759ec86855fcf6cf7c5564875
|
3 |
+
size 4664134408
|
model-00021-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a36cb6989bbbb7bcc8e6c810ecb93d8ef95504438a495583f2ce9084a0e96c5c
|
3 |
+
size 4664167408
|
model-00022-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93e3bc7640085536ce47a9b618ae89871fbb29cf978622f205cc958496c7ab21
|
3 |
+
size 4664167408
|
model-00023-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3abdff1878118c7a5b19308eb39fc8ee7a5a9d929f0dfeddeef1d19e029e6d7c
|
3 |
+
size 4999711728
|
model-00024-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9df57ee59d82884e2abd4d50e745055850c16568dab1af6e9c9ca3adaff17389
|
3 |
+
size 4966157056
|
model-00025-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f2b2dfbc335c719b867aa3af699d742fec81ab50c4c7e9d51397dea35e8fe234
|
3 |
+
size 4664134408
|
model-00026-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51a65c9c5d668013052a3227a68571ebf23d6fae8d6c05dc5f518f78e231c13e
|
3 |
+
size 4664167408
|
model-00027-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:347b2b6855bb016ad313caba0efe5bbcf43c1f61f3d68b49f85fc773cddd2714
|
3 |
+
size 4664167408
|
model-00028-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ca9bff8cf209275edc1006d1f920b852a0ba3f0aae698700d51653fd4bf576a8
|
3 |
+
size 4999711728
|
model-00029-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c89ab613d4b2f8497000370ccd274c45cb4cab56a1dace27175c4dd415d9f934
|
3 |
+
size 4966173536
|
model-00030-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a50934b5087b3880806bb9033d4ec3944957b0acb2604ede7bde32ded027cad
|
3 |
+
size 2101346432
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,730 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 141107412992
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "model-00030-of-00030.safetensors",
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00030.safetensors",
|
8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00030.safetensors",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00030.safetensors",
|
10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00030.safetensors",
|
11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00030.safetensors",
|
12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00030.safetensors",
|
13 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00030.safetensors",
|
14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00030.safetensors",
|
15 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00030.safetensors",
|
16 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00030.safetensors",
|
17 |
+
"model.layers.1.input_layernorm.weight": "model-00002-of-00030.safetensors",
|
18 |
+
"model.layers.1.mlp.down_proj.weight": "model-00002-of-00030.safetensors",
|
19 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00030.safetensors",
|
20 |
+
"model.layers.1.mlp.up_proj.weight": "model-00002-of-00030.safetensors",
|
21 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00002-of-00030.safetensors",
|
22 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00030.safetensors",
|
23 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00030.safetensors",
|
24 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00030.safetensors",
|
25 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00030.safetensors",
|
26 |
+
"model.layers.10.input_layernorm.weight": "model-00005-of-00030.safetensors",
|
27 |
+
"model.layers.10.mlp.down_proj.weight": "model-00005-of-00030.safetensors",
|
28 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00005-of-00030.safetensors",
|
29 |
+
"model.layers.10.mlp.up_proj.weight": "model-00005-of-00030.safetensors",
|
30 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00005-of-00030.safetensors",
|
31 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00005-of-00030.safetensors",
|
32 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00005-of-00030.safetensors",
|
33 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00005-of-00030.safetensors",
|
34 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00005-of-00030.safetensors",
|
35 |
+
"model.layers.11.input_layernorm.weight": "model-00005-of-00030.safetensors",
|
36 |
+
"model.layers.11.mlp.down_proj.weight": "model-00005-of-00030.safetensors",
|
37 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00005-of-00030.safetensors",
|
38 |
+
"model.layers.11.mlp.up_proj.weight": "model-00005-of-00030.safetensors",
|
39 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00005-of-00030.safetensors",
|
40 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00005-of-00030.safetensors",
|
41 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00005-of-00030.safetensors",
|
42 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00005-of-00030.safetensors",
|
43 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00005-of-00030.safetensors",
|
44 |
+
"model.layers.12.input_layernorm.weight": "model-00006-of-00030.safetensors",
|
45 |
+
"model.layers.12.mlp.down_proj.weight": "model-00006-of-00030.safetensors",
|
46 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00005-of-00030.safetensors",
|
47 |
+
"model.layers.12.mlp.up_proj.weight": "model-00005-of-00030.safetensors",
|
48 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00006-of-00030.safetensors",
|
49 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00005-of-00030.safetensors",
|
50 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00005-of-00030.safetensors",
|
51 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00005-of-00030.safetensors",
|
52 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00005-of-00030.safetensors",
|
53 |
+
"model.layers.13.input_layernorm.weight": "model-00006-of-00030.safetensors",
|
54 |
+
"model.layers.13.mlp.down_proj.weight": "model-00006-of-00030.safetensors",
|
55 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00006-of-00030.safetensors",
|
56 |
+
"model.layers.13.mlp.up_proj.weight": "model-00006-of-00030.safetensors",
|
57 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00006-of-00030.safetensors",
|
58 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00006-of-00030.safetensors",
|
59 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00006-of-00030.safetensors",
|
60 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00006-of-00030.safetensors",
|
61 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00006-of-00030.safetensors",
|
62 |
+
"model.layers.14.input_layernorm.weight": "model-00006-of-00030.safetensors",
|
63 |
+
"model.layers.14.mlp.down_proj.weight": "model-00006-of-00030.safetensors",
|
64 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00006-of-00030.safetensors",
|
65 |
+
"model.layers.14.mlp.up_proj.weight": "model-00006-of-00030.safetensors",
|
66 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00006-of-00030.safetensors",
|
67 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00006-of-00030.safetensors",
|
68 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00006-of-00030.safetensors",
|
69 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00006-of-00030.safetensors",
|
70 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00006-of-00030.safetensors",
|
71 |
+
"model.layers.15.input_layernorm.weight": "model-00007-of-00030.safetensors",
|
72 |
+
"model.layers.15.mlp.down_proj.weight": "model-00007-of-00030.safetensors",
|
73 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00006-of-00030.safetensors",
|
74 |
+
"model.layers.15.mlp.up_proj.weight": "model-00007-of-00030.safetensors",
|
75 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00007-of-00030.safetensors",
|
76 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00006-of-00030.safetensors",
|
77 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00006-of-00030.safetensors",
|
78 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00006-of-00030.safetensors",
|
79 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00006-of-00030.safetensors",
|
80 |
+
"model.layers.16.input_layernorm.weight": "model-00007-of-00030.safetensors",
|
81 |
+
"model.layers.16.mlp.down_proj.weight": "model-00007-of-00030.safetensors",
|
82 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00007-of-00030.safetensors",
|
83 |
+
"model.layers.16.mlp.up_proj.weight": "model-00007-of-00030.safetensors",
|
84 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00007-of-00030.safetensors",
|
85 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00007-of-00030.safetensors",
|
86 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00007-of-00030.safetensors",
|
87 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00007-of-00030.safetensors",
|
88 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00007-of-00030.safetensors",
|
89 |
+
"model.layers.17.input_layernorm.weight": "model-00007-of-00030.safetensors",
|
90 |
+
"model.layers.17.mlp.down_proj.weight": "model-00007-of-00030.safetensors",
|
91 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00007-of-00030.safetensors",
|
92 |
+
"model.layers.17.mlp.up_proj.weight": "model-00007-of-00030.safetensors",
|
93 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00007-of-00030.safetensors",
|
94 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00007-of-00030.safetensors",
|
95 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00007-of-00030.safetensors",
|
96 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00007-of-00030.safetensors",
|
97 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00007-of-00030.safetensors",
|
98 |
+
"model.layers.18.input_layernorm.weight": "model-00008-of-00030.safetensors",
|
99 |
+
"model.layers.18.mlp.down_proj.weight": "model-00008-of-00030.safetensors",
|
100 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00008-of-00030.safetensors",
|
101 |
+
"model.layers.18.mlp.up_proj.weight": "model-00008-of-00030.safetensors",
|
102 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00008-of-00030.safetensors",
|
103 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00007-of-00030.safetensors",
|
104 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00007-of-00030.safetensors",
|
105 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00007-of-00030.safetensors",
|
106 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00007-of-00030.safetensors",
|
107 |
+
"model.layers.19.input_layernorm.weight": "model-00008-of-00030.safetensors",
|
108 |
+
"model.layers.19.mlp.down_proj.weight": "model-00008-of-00030.safetensors",
|
109 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00008-of-00030.safetensors",
|
110 |
+
"model.layers.19.mlp.up_proj.weight": "model-00008-of-00030.safetensors",
|
111 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00008-of-00030.safetensors",
|
112 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00008-of-00030.safetensors",
|
113 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00008-of-00030.safetensors",
|
114 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00008-of-00030.safetensors",
|
115 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00008-of-00030.safetensors",
|
116 |
+
"model.layers.2.input_layernorm.weight": "model-00002-of-00030.safetensors",
|
117 |
+
"model.layers.2.mlp.down_proj.weight": "model-00002-of-00030.safetensors",
|
118 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00002-of-00030.safetensors",
|
119 |
+
"model.layers.2.mlp.up_proj.weight": "model-00002-of-00030.safetensors",
|
120 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00002-of-00030.safetensors",
|
121 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00002-of-00030.safetensors",
|
122 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00002-of-00030.safetensors",
|
123 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00002-of-00030.safetensors",
|
124 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00002-of-00030.safetensors",
|
125 |
+
"model.layers.20.input_layernorm.weight": "model-00008-of-00030.safetensors",
|
126 |
+
"model.layers.20.mlp.down_proj.weight": "model-00008-of-00030.safetensors",
|
127 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00008-of-00030.safetensors",
|
128 |
+
"model.layers.20.mlp.up_proj.weight": "model-00008-of-00030.safetensors",
|
129 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00008-of-00030.safetensors",
|
130 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00008-of-00030.safetensors",
|
131 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00008-of-00030.safetensors",
|
132 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00008-of-00030.safetensors",
|
133 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00008-of-00030.safetensors",
|
134 |
+
"model.layers.21.input_layernorm.weight": "model-00009-of-00030.safetensors",
|
135 |
+
"model.layers.21.mlp.down_proj.weight": "model-00009-of-00030.safetensors",
|
136 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00009-of-00030.safetensors",
|
137 |
+
"model.layers.21.mlp.up_proj.weight": "model-00009-of-00030.safetensors",
|
138 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00009-of-00030.safetensors",
|
139 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00008-of-00030.safetensors",
|
140 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00009-of-00030.safetensors",
|
141 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00008-of-00030.safetensors",
|
142 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00008-of-00030.safetensors",
|
143 |
+
"model.layers.22.input_layernorm.weight": "model-00009-of-00030.safetensors",
|
144 |
+
"model.layers.22.mlp.down_proj.weight": "model-00009-of-00030.safetensors",
|
145 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00009-of-00030.safetensors",
|
146 |
+
"model.layers.22.mlp.up_proj.weight": "model-00009-of-00030.safetensors",
|
147 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00009-of-00030.safetensors",
|
148 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00009-of-00030.safetensors",
|
149 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00009-of-00030.safetensors",
|
150 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00009-of-00030.safetensors",
|
151 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00009-of-00030.safetensors",
|
152 |
+
"model.layers.23.input_layernorm.weight": "model-00009-of-00030.safetensors",
|
153 |
+
"model.layers.23.mlp.down_proj.weight": "model-00009-of-00030.safetensors",
|
154 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00009-of-00030.safetensors",
|
155 |
+
"model.layers.23.mlp.up_proj.weight": "model-00009-of-00030.safetensors",
|
156 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00009-of-00030.safetensors",
|
157 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00009-of-00030.safetensors",
|
158 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00009-of-00030.safetensors",
|
159 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00009-of-00030.safetensors",
|
160 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00009-of-00030.safetensors",
|
161 |
+
"model.layers.24.input_layernorm.weight": "model-00010-of-00030.safetensors",
|
162 |
+
"model.layers.24.mlp.down_proj.weight": "model-00010-of-00030.safetensors",
|
163 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00010-of-00030.safetensors",
|
164 |
+
"model.layers.24.mlp.up_proj.weight": "model-00010-of-00030.safetensors",
|
165 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00010-of-00030.safetensors",
|
166 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00010-of-00030.safetensors",
|
167 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00010-of-00030.safetensors",
|
168 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00010-of-00030.safetensors",
|
169 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00010-of-00030.safetensors",
|
170 |
+
"model.layers.25.input_layernorm.weight": "model-00010-of-00030.safetensors",
|
171 |
+
"model.layers.25.mlp.down_proj.weight": "model-00010-of-00030.safetensors",
|
172 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00010-of-00030.safetensors",
|
173 |
+
"model.layers.25.mlp.up_proj.weight": "model-00010-of-00030.safetensors",
|
174 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00010-of-00030.safetensors",
|
175 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00010-of-00030.safetensors",
|
176 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00010-of-00030.safetensors",
|
177 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00010-of-00030.safetensors",
|
178 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00010-of-00030.safetensors",
|
179 |
+
"model.layers.26.input_layernorm.weight": "model-00011-of-00030.safetensors",
|
180 |
+
"model.layers.26.mlp.down_proj.weight": "model-00011-of-00030.safetensors",
|
181 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00010-of-00030.safetensors",
|
182 |
+
"model.layers.26.mlp.up_proj.weight": "model-00010-of-00030.safetensors",
|
183 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00011-of-00030.safetensors",
|
184 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00010-of-00030.safetensors",
|
185 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00010-of-00030.safetensors",
|
186 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00010-of-00030.safetensors",
|
187 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00010-of-00030.safetensors",
|
188 |
+
"model.layers.27.input_layernorm.weight": "model-00011-of-00030.safetensors",
|
189 |
+
"model.layers.27.mlp.down_proj.weight": "model-00011-of-00030.safetensors",
|
190 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00011-of-00030.safetensors",
|
191 |
+
"model.layers.27.mlp.up_proj.weight": "model-00011-of-00030.safetensors",
|
192 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00011-of-00030.safetensors",
|
193 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00011-of-00030.safetensors",
|
194 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00011-of-00030.safetensors",
|
195 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00011-of-00030.safetensors",
|
196 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00011-of-00030.safetensors",
|
197 |
+
"model.layers.28.input_layernorm.weight": "model-00011-of-00030.safetensors",
|
198 |
+
"model.layers.28.mlp.down_proj.weight": "model-00011-of-00030.safetensors",
|
199 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00011-of-00030.safetensors",
|
200 |
+
"model.layers.28.mlp.up_proj.weight": "model-00011-of-00030.safetensors",
|
201 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00011-of-00030.safetensors",
|
202 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00011-of-00030.safetensors",
|
203 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00011-of-00030.safetensors",
|
204 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00011-of-00030.safetensors",
|
205 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00011-of-00030.safetensors",
|
206 |
+
"model.layers.29.input_layernorm.weight": "model-00012-of-00030.safetensors",
|
207 |
+
"model.layers.29.mlp.down_proj.weight": "model-00012-of-00030.safetensors",
|
208 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00011-of-00030.safetensors",
|
209 |
+
"model.layers.29.mlp.up_proj.weight": "model-00012-of-00030.safetensors",
|
210 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00012-of-00030.safetensors",
|
211 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00011-of-00030.safetensors",
|
212 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00011-of-00030.safetensors",
|
213 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00011-of-00030.safetensors",
|
214 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00011-of-00030.safetensors",
|
215 |
+
"model.layers.3.input_layernorm.weight": "model-00002-of-00030.safetensors",
|
216 |
+
"model.layers.3.mlp.down_proj.weight": "model-00002-of-00030.safetensors",
|
217 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00002-of-00030.safetensors",
|
218 |
+
"model.layers.3.mlp.up_proj.weight": "model-00002-of-00030.safetensors",
|
219 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00002-of-00030.safetensors",
|
220 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00002-of-00030.safetensors",
|
221 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00002-of-00030.safetensors",
|
222 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00002-of-00030.safetensors",
|
223 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00002-of-00030.safetensors",
|
224 |
+
"model.layers.30.input_layernorm.weight": "model-00012-of-00030.safetensors",
|
225 |
+
"model.layers.30.mlp.down_proj.weight": "model-00012-of-00030.safetensors",
|
226 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00012-of-00030.safetensors",
|
227 |
+
"model.layers.30.mlp.up_proj.weight": "model-00012-of-00030.safetensors",
|
228 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00012-of-00030.safetensors",
|
229 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00012-of-00030.safetensors",
|
230 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00012-of-00030.safetensors",
|
231 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00012-of-00030.safetensors",
|
232 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00012-of-00030.safetensors",
|
233 |
+
"model.layers.31.input_layernorm.weight": "model-00012-of-00030.safetensors",
|
234 |
+
"model.layers.31.mlp.down_proj.weight": "model-00012-of-00030.safetensors",
|
235 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00012-of-00030.safetensors",
|
236 |
+
"model.layers.31.mlp.up_proj.weight": "model-00012-of-00030.safetensors",
|
237 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00012-of-00030.safetensors",
|
238 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00012-of-00030.safetensors",
|
239 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00012-of-00030.safetensors",
|
240 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00012-of-00030.safetensors",
|
241 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00012-of-00030.safetensors",
|
242 |
+
"model.layers.32.input_layernorm.weight": "model-00013-of-00030.safetensors",
|
243 |
+
"model.layers.32.mlp.down_proj.weight": "model-00013-of-00030.safetensors",
|
244 |
+
"model.layers.32.mlp.gate_proj.weight": "model-00013-of-00030.safetensors",
|
245 |
+
"model.layers.32.mlp.up_proj.weight": "model-00013-of-00030.safetensors",
|
246 |
+
"model.layers.32.post_attention_layernorm.weight": "model-00013-of-00030.safetensors",
|
247 |
+
"model.layers.32.self_attn.k_proj.weight": "model-00012-of-00030.safetensors",
|
248 |
+
"model.layers.32.self_attn.o_proj.weight": "model-00012-of-00030.safetensors",
|
249 |
+
"model.layers.32.self_attn.q_proj.weight": "model-00012-of-00030.safetensors",
|
250 |
+
"model.layers.32.self_attn.v_proj.weight": "model-00012-of-00030.safetensors",
|
251 |
+
"model.layers.33.input_layernorm.weight": "model-00013-of-00030.safetensors",
|
252 |
+
"model.layers.33.mlp.down_proj.weight": "model-00013-of-00030.safetensors",
|
253 |
+
"model.layers.33.mlp.gate_proj.weight": "model-00013-of-00030.safetensors",
|
254 |
+
"model.layers.33.mlp.up_proj.weight": "model-00013-of-00030.safetensors",
|
255 |
+
"model.layers.33.post_attention_layernorm.weight": "model-00013-of-00030.safetensors",
|
256 |
+
"model.layers.33.self_attn.k_proj.weight": "model-00013-of-00030.safetensors",
|
257 |
+
"model.layers.33.self_attn.o_proj.weight": "model-00013-of-00030.safetensors",
|
258 |
+
"model.layers.33.self_attn.q_proj.weight": "model-00013-of-00030.safetensors",
|
259 |
+
"model.layers.33.self_attn.v_proj.weight": "model-00013-of-00030.safetensors",
|
260 |
+
"model.layers.34.input_layernorm.weight": "model-00013-of-00030.safetensors",
|
261 |
+
"model.layers.34.mlp.down_proj.weight": "model-00013-of-00030.safetensors",
|
262 |
+
"model.layers.34.mlp.gate_proj.weight": "model-00013-of-00030.safetensors",
|
263 |
+
"model.layers.34.mlp.up_proj.weight": "model-00013-of-00030.safetensors",
|
264 |
+
"model.layers.34.post_attention_layernorm.weight": "model-00013-of-00030.safetensors",
|
265 |
+
"model.layers.34.self_attn.k_proj.weight": "model-00013-of-00030.safetensors",
|
266 |
+
"model.layers.34.self_attn.o_proj.weight": "model-00013-of-00030.safetensors",
|
267 |
+
"model.layers.34.self_attn.q_proj.weight": "model-00013-of-00030.safetensors",
|
268 |
+
"model.layers.34.self_attn.v_proj.weight": "model-00013-of-00030.safetensors",
|
269 |
+
"model.layers.35.input_layernorm.weight": "model-00014-of-00030.safetensors",
|
270 |
+
"model.layers.35.mlp.down_proj.weight": "model-00014-of-00030.safetensors",
|
271 |
+
"model.layers.35.mlp.gate_proj.weight": "model-00014-of-00030.safetensors",
|
272 |
+
"model.layers.35.mlp.up_proj.weight": "model-00014-of-00030.safetensors",
|
273 |
+
"model.layers.35.post_attention_layernorm.weight": "model-00014-of-00030.safetensors",
|
274 |
+
"model.layers.35.self_attn.k_proj.weight": "model-00013-of-00030.safetensors",
|
275 |
+
"model.layers.35.self_attn.o_proj.weight": "model-00014-of-00030.safetensors",
|
276 |
+
"model.layers.35.self_attn.q_proj.weight": "model-00013-of-00030.safetensors",
|
277 |
+
"model.layers.35.self_attn.v_proj.weight": "model-00013-of-00030.safetensors",
|
278 |
+
"model.layers.36.input_layernorm.weight": "model-00014-of-00030.safetensors",
|
279 |
+
"model.layers.36.mlp.down_proj.weight": "model-00014-of-00030.safetensors",
|
280 |
+
"model.layers.36.mlp.gate_proj.weight": "model-00014-of-00030.safetensors",
|
281 |
+
"model.layers.36.mlp.up_proj.weight": "model-00014-of-00030.safetensors",
|
282 |
+
"model.layers.36.post_attention_layernorm.weight": "model-00014-of-00030.safetensors",
|
283 |
+
"model.layers.36.self_attn.k_proj.weight": "model-00014-of-00030.safetensors",
|
284 |
+
"model.layers.36.self_attn.o_proj.weight": "model-00014-of-00030.safetensors",
|
285 |
+
"model.layers.36.self_attn.q_proj.weight": "model-00014-of-00030.safetensors",
|
286 |
+
"model.layers.36.self_attn.v_proj.weight": "model-00014-of-00030.safetensors",
|
287 |
+
"model.layers.37.input_layernorm.weight": "model-00014-of-00030.safetensors",
|
288 |
+
"model.layers.37.mlp.down_proj.weight": "model-00014-of-00030.safetensors",
|
289 |
+
"model.layers.37.mlp.gate_proj.weight": "model-00014-of-00030.safetensors",
|
290 |
+
"model.layers.37.mlp.up_proj.weight": "model-00014-of-00030.safetensors",
|
291 |
+
"model.layers.37.post_attention_layernorm.weight": "model-00014-of-00030.safetensors",
|
292 |
+
"model.layers.37.self_attn.k_proj.weight": "model-00014-of-00030.safetensors",
|
293 |
+
"model.layers.37.self_attn.o_proj.weight": "model-00014-of-00030.safetensors",
|
294 |
+
"model.layers.37.self_attn.q_proj.weight": "model-00014-of-00030.safetensors",
|
295 |
+
"model.layers.37.self_attn.v_proj.weight": "model-00014-of-00030.safetensors",
|
296 |
+
"model.layers.38.input_layernorm.weight": "model-00015-of-00030.safetensors",
|
297 |
+
"model.layers.38.mlp.down_proj.weight": "model-00015-of-00030.safetensors",
|
298 |
+
"model.layers.38.mlp.gate_proj.weight": "model-00015-of-00030.safetensors",
|
299 |
+
"model.layers.38.mlp.up_proj.weight": "model-00015-of-00030.safetensors",
|
300 |
+
"model.layers.38.post_attention_layernorm.weight": "model-00015-of-00030.safetensors",
|
301 |
+
"model.layers.38.self_attn.k_proj.weight": "model-00015-of-00030.safetensors",
|
302 |
+
"model.layers.38.self_attn.o_proj.weight": "model-00015-of-00030.safetensors",
|
303 |
+
"model.layers.38.self_attn.q_proj.weight": "model-00015-of-00030.safetensors",
|
304 |
+
"model.layers.38.self_attn.v_proj.weight": "model-00015-of-00030.safetensors",
|
305 |
+
"model.layers.39.input_layernorm.weight": "model-00015-of-00030.safetensors",
|
306 |
+
"model.layers.39.mlp.down_proj.weight": "model-00015-of-00030.safetensors",
|
307 |
+
"model.layers.39.mlp.gate_proj.weight": "model-00015-of-00030.safetensors",
|
308 |
+
"model.layers.39.mlp.up_proj.weight": "model-00015-of-00030.safetensors",
|
309 |
+
"model.layers.39.post_attention_layernorm.weight": "model-00015-of-00030.safetensors",
|
310 |
+
"model.layers.39.self_attn.k_proj.weight": "model-00015-of-00030.safetensors",
|
311 |
+
"model.layers.39.self_attn.o_proj.weight": "model-00015-of-00030.safetensors",
|
312 |
+
"model.layers.39.self_attn.q_proj.weight": "model-00015-of-00030.safetensors",
|
313 |
+
"model.layers.39.self_attn.v_proj.weight": "model-00015-of-00030.safetensors",
|
314 |
+
"model.layers.4.input_layernorm.weight": "model-00003-of-00030.safetensors",
|
315 |
+
"model.layers.4.mlp.down_proj.weight": "model-00003-of-00030.safetensors",
|
316 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00003-of-00030.safetensors",
|
317 |
+
"model.layers.4.mlp.up_proj.weight": "model-00003-of-00030.safetensors",
|
318 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00003-of-00030.safetensors",
|
319 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00002-of-00030.safetensors",
|
320 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00002-of-00030.safetensors",
|
321 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00002-of-00030.safetensors",
|
322 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00002-of-00030.safetensors",
|
323 |
+
"model.layers.40.input_layernorm.weight": "model-00016-of-00030.safetensors",
|
324 |
+
"model.layers.40.mlp.down_proj.weight": "model-00016-of-00030.safetensors",
|
325 |
+
"model.layers.40.mlp.gate_proj.weight": "model-00015-of-00030.safetensors",
|
326 |
+
"model.layers.40.mlp.up_proj.weight": "model-00015-of-00030.safetensors",
|
327 |
+
"model.layers.40.post_attention_layernorm.weight": "model-00016-of-00030.safetensors",
|
328 |
+
"model.layers.40.self_attn.k_proj.weight": "model-00015-of-00030.safetensors",
|
329 |
+
"model.layers.40.self_attn.o_proj.weight": "model-00015-of-00030.safetensors",
|
330 |
+
"model.layers.40.self_attn.q_proj.weight": "model-00015-of-00030.safetensors",
|
331 |
+
"model.layers.40.self_attn.v_proj.weight": "model-00015-of-00030.safetensors",
|
332 |
+
"model.layers.41.input_layernorm.weight": "model-00016-of-00030.safetensors",
|
333 |
+
"model.layers.41.mlp.down_proj.weight": "model-00016-of-00030.safetensors",
|
334 |
+
"model.layers.41.mlp.gate_proj.weight": "model-00016-of-00030.safetensors",
|
335 |
+
"model.layers.41.mlp.up_proj.weight": "model-00016-of-00030.safetensors",
|
336 |
+
"model.layers.41.post_attention_layernorm.weight": "model-00016-of-00030.safetensors",
|
337 |
+
"model.layers.41.self_attn.k_proj.weight": "model-00016-of-00030.safetensors",
|
338 |
+
"model.layers.41.self_attn.o_proj.weight": "model-00016-of-00030.safetensors",
|
339 |
+
"model.layers.41.self_attn.q_proj.weight": "model-00016-of-00030.safetensors",
|
340 |
+
"model.layers.41.self_attn.v_proj.weight": "model-00016-of-00030.safetensors",
|
341 |
+
"model.layers.42.input_layernorm.weight": "model-00016-of-00030.safetensors",
|
342 |
+
"model.layers.42.mlp.down_proj.weight": "model-00016-of-00030.safetensors",
|
343 |
+
"model.layers.42.mlp.gate_proj.weight": "model-00016-of-00030.safetensors",
|
344 |
+
"model.layers.42.mlp.up_proj.weight": "model-00016-of-00030.safetensors",
|
345 |
+
"model.layers.42.post_attention_layernorm.weight": "model-00016-of-00030.safetensors",
|
346 |
+
"model.layers.42.self_attn.k_proj.weight": "model-00016-of-00030.safetensors",
|
347 |
+
"model.layers.42.self_attn.o_proj.weight": "model-00016-of-00030.safetensors",
|
348 |
+
"model.layers.42.self_attn.q_proj.weight": "model-00016-of-00030.safetensors",
|
349 |
+
"model.layers.42.self_attn.v_proj.weight": "model-00016-of-00030.safetensors",
|
350 |
+
"model.layers.43.input_layernorm.weight": "model-00017-of-00030.safetensors",
|
351 |
+
"model.layers.43.mlp.down_proj.weight": "model-00017-of-00030.safetensors",
|
352 |
+
"model.layers.43.mlp.gate_proj.weight": "model-00016-of-00030.safetensors",
|
353 |
+
"model.layers.43.mlp.up_proj.weight": "model-00017-of-00030.safetensors",
|
354 |
+
"model.layers.43.post_attention_layernorm.weight": "model-00017-of-00030.safetensors",
|
355 |
+
"model.layers.43.self_attn.k_proj.weight": "model-00016-of-00030.safetensors",
|
356 |
+
"model.layers.43.self_attn.o_proj.weight": "model-00016-of-00030.safetensors",
|
357 |
+
"model.layers.43.self_attn.q_proj.weight": "model-00016-of-00030.safetensors",
|
358 |
+
"model.layers.43.self_attn.v_proj.weight": "model-00016-of-00030.safetensors",
|
359 |
+
"model.layers.44.input_layernorm.weight": "model-00017-of-00030.safetensors",
|
360 |
+
"model.layers.44.mlp.down_proj.weight": "model-00017-of-00030.safetensors",
|
361 |
+
"model.layers.44.mlp.gate_proj.weight": "model-00017-of-00030.safetensors",
|
362 |
+
"model.layers.44.mlp.up_proj.weight": "model-00017-of-00030.safetensors",
|
363 |
+
"model.layers.44.post_attention_layernorm.weight": "model-00017-of-00030.safetensors",
|
364 |
+
"model.layers.44.self_attn.k_proj.weight": "model-00017-of-00030.safetensors",
|
365 |
+
"model.layers.44.self_attn.o_proj.weight": "model-00017-of-00030.safetensors",
|
366 |
+
"model.layers.44.self_attn.q_proj.weight": "model-00017-of-00030.safetensors",
|
367 |
+
"model.layers.44.self_attn.v_proj.weight": "model-00017-of-00030.safetensors",
|
368 |
+
"model.layers.45.input_layernorm.weight": "model-00017-of-00030.safetensors",
|
369 |
+
"model.layers.45.mlp.down_proj.weight": "model-00017-of-00030.safetensors",
|
370 |
+
"model.layers.45.mlp.gate_proj.weight": "model-00017-of-00030.safetensors",
|
371 |
+
"model.layers.45.mlp.up_proj.weight": "model-00017-of-00030.safetensors",
|
372 |
+
"model.layers.45.post_attention_layernorm.weight": "model-00017-of-00030.safetensors",
|
373 |
+
"model.layers.45.self_attn.k_proj.weight": "model-00017-of-00030.safetensors",
|
374 |
+
"model.layers.45.self_attn.o_proj.weight": "model-00017-of-00030.safetensors",
|
375 |
+
"model.layers.45.self_attn.q_proj.weight": "model-00017-of-00030.safetensors",
|
376 |
+
"model.layers.45.self_attn.v_proj.weight": "model-00017-of-00030.safetensors",
|
377 |
+
"model.layers.46.input_layernorm.weight": "model-00018-of-00030.safetensors",
|
378 |
+
"model.layers.46.mlp.down_proj.weight": "model-00018-of-00030.safetensors",
|
379 |
+
"model.layers.46.mlp.gate_proj.weight": "model-00018-of-00030.safetensors",
|
380 |
+
"model.layers.46.mlp.up_proj.weight": "model-00018-of-00030.safetensors",
|
381 |
+
"model.layers.46.post_attention_layernorm.weight": "model-00018-of-00030.safetensors",
|
382 |
+
"model.layers.46.self_attn.k_proj.weight": "model-00017-of-00030.safetensors",
|
383 |
+
"model.layers.46.self_attn.o_proj.weight": "model-00017-of-00030.safetensors",
|
384 |
+
"model.layers.46.self_attn.q_proj.weight": "model-00017-of-00030.safetensors",
|
385 |
+
"model.layers.46.self_attn.v_proj.weight": "model-00017-of-00030.safetensors",
|
386 |
+
"model.layers.47.input_layernorm.weight": "model-00018-of-00030.safetensors",
|
387 |
+
"model.layers.47.mlp.down_proj.weight": "model-00018-of-00030.safetensors",
|
388 |
+
"model.layers.47.mlp.gate_proj.weight": "model-00018-of-00030.safetensors",
|
389 |
+
"model.layers.47.mlp.up_proj.weight": "model-00018-of-00030.safetensors",
|
390 |
+
"model.layers.47.post_attention_layernorm.weight": "model-00018-of-00030.safetensors",
|
391 |
+
"model.layers.47.self_attn.k_proj.weight": "model-00018-of-00030.safetensors",
|
392 |
+
"model.layers.47.self_attn.o_proj.weight": "model-00018-of-00030.safetensors",
|
393 |
+
"model.layers.47.self_attn.q_proj.weight": "model-00018-of-00030.safetensors",
|
394 |
+
"model.layers.47.self_attn.v_proj.weight": "model-00018-of-00030.safetensors",
|
395 |
+
"model.layers.48.input_layernorm.weight": "model-00018-of-00030.safetensors",
|
396 |
+
"model.layers.48.mlp.down_proj.weight": "model-00018-of-00030.safetensors",
|
397 |
+
"model.layers.48.mlp.gate_proj.weight": "model-00018-of-00030.safetensors",
|
398 |
+
"model.layers.48.mlp.up_proj.weight": "model-00018-of-00030.safetensors",
|
399 |
+
"model.layers.48.post_attention_layernorm.weight": "model-00018-of-00030.safetensors",
|
400 |
+
"model.layers.48.self_attn.k_proj.weight": "model-00018-of-00030.safetensors",
|
401 |
+
"model.layers.48.self_attn.o_proj.weight": "model-00018-of-00030.safetensors",
|
402 |
+
"model.layers.48.self_attn.q_proj.weight": "model-00018-of-00030.safetensors",
|
403 |
+
"model.layers.48.self_attn.v_proj.weight": "model-00018-of-00030.safetensors",
|
404 |
+
"model.layers.49.input_layernorm.weight": "model-00019-of-00030.safetensors",
|
405 |
+
"model.layers.49.mlp.down_proj.weight": "model-00019-of-00030.safetensors",
|
406 |
+
"model.layers.49.mlp.gate_proj.weight": "model-00019-of-00030.safetensors",
|
407 |
+
"model.layers.49.mlp.up_proj.weight": "model-00019-of-00030.safetensors",
|
408 |
+
"model.layers.49.post_attention_layernorm.weight": "model-00019-of-00030.safetensors",
|
409 |
+
"model.layers.49.self_attn.k_proj.weight": "model-00018-of-00030.safetensors",
|
410 |
+
"model.layers.49.self_attn.o_proj.weight": "model-00019-of-00030.safetensors",
|
411 |
+
"model.layers.49.self_attn.q_proj.weight": "model-00018-of-00030.safetensors",
|
412 |
+
"model.layers.49.self_attn.v_proj.weight": "model-00018-of-00030.safetensors",
|
413 |
+
"model.layers.5.input_layernorm.weight": "model-00003-of-00030.safetensors",
|
414 |
+
"model.layers.5.mlp.down_proj.weight": "model-00003-of-00030.safetensors",
|
415 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00003-of-00030.safetensors",
|
416 |
+
"model.layers.5.mlp.up_proj.weight": "model-00003-of-00030.safetensors",
|
417 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00003-of-00030.safetensors",
|
418 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00003-of-00030.safetensors",
|
419 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00003-of-00030.safetensors",
|
420 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00003-of-00030.safetensors",
|
421 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00003-of-00030.safetensors",
|
422 |
+
"model.layers.50.input_layernorm.weight": "model-00019-of-00030.safetensors",
|
423 |
+
"model.layers.50.mlp.down_proj.weight": "model-00019-of-00030.safetensors",
|
424 |
+
"model.layers.50.mlp.gate_proj.weight": "model-00019-of-00030.safetensors",
|
425 |
+
"model.layers.50.mlp.up_proj.weight": "model-00019-of-00030.safetensors",
|
426 |
+
"model.layers.50.post_attention_layernorm.weight": "model-00019-of-00030.safetensors",
|
427 |
+
"model.layers.50.self_attn.k_proj.weight": "model-00019-of-00030.safetensors",
|
428 |
+
"model.layers.50.self_attn.o_proj.weight": "model-00019-of-00030.safetensors",
|
429 |
+
"model.layers.50.self_attn.q_proj.weight": "model-00019-of-00030.safetensors",
|
430 |
+
"model.layers.50.self_attn.v_proj.weight": "model-00019-of-00030.safetensors",
|
431 |
+
"model.layers.51.input_layernorm.weight": "model-00019-of-00030.safetensors",
|
432 |
+
"model.layers.51.mlp.down_proj.weight": "model-00019-of-00030.safetensors",
|
433 |
+
"model.layers.51.mlp.gate_proj.weight": "model-00019-of-00030.safetensors",
|
434 |
+
"model.layers.51.mlp.up_proj.weight": "model-00019-of-00030.safetensors",
|
435 |
+
"model.layers.51.post_attention_layernorm.weight": "model-00019-of-00030.safetensors",
|
436 |
+
"model.layers.51.self_attn.k_proj.weight": "model-00019-of-00030.safetensors",
|
437 |
+
"model.layers.51.self_attn.o_proj.weight": "model-00019-of-00030.safetensors",
|
438 |
+
"model.layers.51.self_attn.q_proj.weight": "model-00019-of-00030.safetensors",
|
439 |
+
"model.layers.51.self_attn.v_proj.weight": "model-00019-of-00030.safetensors",
|
440 |
+
"model.layers.52.input_layernorm.weight": "model-00020-of-00030.safetensors",
|
441 |
+
"model.layers.52.mlp.down_proj.weight": "model-00020-of-00030.safetensors",
|
442 |
+
"model.layers.52.mlp.gate_proj.weight": "model-00020-of-00030.safetensors",
|
443 |
+
"model.layers.52.mlp.up_proj.weight": "model-00020-of-00030.safetensors",
|
444 |
+
"model.layers.52.post_attention_layernorm.weight": "model-00020-of-00030.safetensors",
|
445 |
+
"model.layers.52.self_attn.k_proj.weight": "model-00020-of-00030.safetensors",
|
446 |
+
"model.layers.52.self_attn.o_proj.weight": "model-00020-of-00030.safetensors",
|
447 |
+
"model.layers.52.self_attn.q_proj.weight": "model-00020-of-00030.safetensors",
|
448 |
+
"model.layers.52.self_attn.v_proj.weight": "model-00020-of-00030.safetensors",
|
449 |
+
"model.layers.53.input_layernorm.weight": "model-00020-of-00030.safetensors",
|
450 |
+
"model.layers.53.mlp.down_proj.weight": "model-00020-of-00030.safetensors",
|
451 |
+
"model.layers.53.mlp.gate_proj.weight": "model-00020-of-00030.safetensors",
|
452 |
+
"model.layers.53.mlp.up_proj.weight": "model-00020-of-00030.safetensors",
|
453 |
+
"model.layers.53.post_attention_layernorm.weight": "model-00020-of-00030.safetensors",
|
454 |
+
"model.layers.53.self_attn.k_proj.weight": "model-00020-of-00030.safetensors",
|
455 |
+
"model.layers.53.self_attn.o_proj.weight": "model-00020-of-00030.safetensors",
|
456 |
+
"model.layers.53.self_attn.q_proj.weight": "model-00020-of-00030.safetensors",
|
457 |
+
"model.layers.53.self_attn.v_proj.weight": "model-00020-of-00030.safetensors",
|
458 |
+
"model.layers.54.input_layernorm.weight": "model-00021-of-00030.safetensors",
|
459 |
+
"model.layers.54.mlp.down_proj.weight": "model-00021-of-00030.safetensors",
|
460 |
+
"model.layers.54.mlp.gate_proj.weight": "model-00020-of-00030.safetensors",
|
461 |
+
"model.layers.54.mlp.up_proj.weight": "model-00020-of-00030.safetensors",
|
462 |
+
"model.layers.54.post_attention_layernorm.weight": "model-00021-of-00030.safetensors",
|
463 |
+
"model.layers.54.self_attn.k_proj.weight": "model-00020-of-00030.safetensors",
|
464 |
+
"model.layers.54.self_attn.o_proj.weight": "model-00020-of-00030.safetensors",
|
465 |
+
"model.layers.54.self_attn.q_proj.weight": "model-00020-of-00030.safetensors",
|
466 |
+
"model.layers.54.self_attn.v_proj.weight": "model-00020-of-00030.safetensors",
|
467 |
+
"model.layers.55.input_layernorm.weight": "model-00021-of-00030.safetensors",
|
468 |
+
"model.layers.55.mlp.down_proj.weight": "model-00021-of-00030.safetensors",
|
469 |
+
"model.layers.55.mlp.gate_proj.weight": "model-00021-of-00030.safetensors",
|
470 |
+
"model.layers.55.mlp.up_proj.weight": "model-00021-of-00030.safetensors",
|
471 |
+
"model.layers.55.post_attention_layernorm.weight": "model-00021-of-00030.safetensors",
|
472 |
+
"model.layers.55.self_attn.k_proj.weight": "model-00021-of-00030.safetensors",
|
473 |
+
"model.layers.55.self_attn.o_proj.weight": "model-00021-of-00030.safetensors",
|
474 |
+
"model.layers.55.self_attn.q_proj.weight": "model-00021-of-00030.safetensors",
|
475 |
+
"model.layers.55.self_attn.v_proj.weight": "model-00021-of-00030.safetensors",
|
476 |
+
"model.layers.56.input_layernorm.weight": "model-00021-of-00030.safetensors",
|
477 |
+
"model.layers.56.mlp.down_proj.weight": "model-00021-of-00030.safetensors",
|
478 |
+
"model.layers.56.mlp.gate_proj.weight": "model-00021-of-00030.safetensors",
|
479 |
+
"model.layers.56.mlp.up_proj.weight": "model-00021-of-00030.safetensors",
|
480 |
+
"model.layers.56.post_attention_layernorm.weight": "model-00021-of-00030.safetensors",
|
481 |
+
"model.layers.56.self_attn.k_proj.weight": "model-00021-of-00030.safetensors",
|
482 |
+
"model.layers.56.self_attn.o_proj.weight": "model-00021-of-00030.safetensors",
|
483 |
+
"model.layers.56.self_attn.q_proj.weight": "model-00021-of-00030.safetensors",
|
484 |
+
"model.layers.56.self_attn.v_proj.weight": "model-00021-of-00030.safetensors",
|
485 |
+
"model.layers.57.input_layernorm.weight": "model-00022-of-00030.safetensors",
|
486 |
+
"model.layers.57.mlp.down_proj.weight": "model-00022-of-00030.safetensors",
|
487 |
+
"model.layers.57.mlp.gate_proj.weight": "model-00021-of-00030.safetensors",
|
488 |
+
"model.layers.57.mlp.up_proj.weight": "model-00022-of-00030.safetensors",
|
489 |
+
"model.layers.57.post_attention_layernorm.weight": "model-00022-of-00030.safetensors",
|
490 |
+
"model.layers.57.self_attn.k_proj.weight": "model-00021-of-00030.safetensors",
|
491 |
+
"model.layers.57.self_attn.o_proj.weight": "model-00021-of-00030.safetensors",
|
492 |
+
"model.layers.57.self_attn.q_proj.weight": "model-00021-of-00030.safetensors",
|
493 |
+
"model.layers.57.self_attn.v_proj.weight": "model-00021-of-00030.safetensors",
|
494 |
+
"model.layers.58.input_layernorm.weight": "model-00022-of-00030.safetensors",
|
495 |
+
"model.layers.58.mlp.down_proj.weight": "model-00022-of-00030.safetensors",
|
496 |
+
"model.layers.58.mlp.gate_proj.weight": "model-00022-of-00030.safetensors",
|
497 |
+
"model.layers.58.mlp.up_proj.weight": "model-00022-of-00030.safetensors",
|
498 |
+
"model.layers.58.post_attention_layernorm.weight": "model-00022-of-00030.safetensors",
|
499 |
+
"model.layers.58.self_attn.k_proj.weight": "model-00022-of-00030.safetensors",
|
500 |
+
"model.layers.58.self_attn.o_proj.weight": "model-00022-of-00030.safetensors",
|
501 |
+
"model.layers.58.self_attn.q_proj.weight": "model-00022-of-00030.safetensors",
|
502 |
+
"model.layers.58.self_attn.v_proj.weight": "model-00022-of-00030.safetensors",
|
503 |
+
"model.layers.59.input_layernorm.weight": "model-00022-of-00030.safetensors",
|
504 |
+
"model.layers.59.mlp.down_proj.weight": "model-00022-of-00030.safetensors",
|
505 |
+
"model.layers.59.mlp.gate_proj.weight": "model-00022-of-00030.safetensors",
|
506 |
+
"model.layers.59.mlp.up_proj.weight": "model-00022-of-00030.safetensors",
|
507 |
+
"model.layers.59.post_attention_layernorm.weight": "model-00022-of-00030.safetensors",
|
508 |
+
"model.layers.59.self_attn.k_proj.weight": "model-00022-of-00030.safetensors",
|
509 |
+
"model.layers.59.self_attn.o_proj.weight": "model-00022-of-00030.safetensors",
|
510 |
+
"model.layers.59.self_attn.q_proj.weight": "model-00022-of-00030.safetensors",
|
511 |
+
"model.layers.59.self_attn.v_proj.weight": "model-00022-of-00030.safetensors",
|
512 |
+
"model.layers.6.input_layernorm.weight": "model-00003-of-00030.safetensors",
|
513 |
+
"model.layers.6.mlp.down_proj.weight": "model-00003-of-00030.safetensors",
|
514 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00003-of-00030.safetensors",
|
515 |
+
"model.layers.6.mlp.up_proj.weight": "model-00003-of-00030.safetensors",
|
516 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00003-of-00030.safetensors",
|
517 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00003-of-00030.safetensors",
|
518 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00003-of-00030.safetensors",
|
519 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00003-of-00030.safetensors",
|
520 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00003-of-00030.safetensors",
|
521 |
+
"model.layers.60.input_layernorm.weight": "model-00023-of-00030.safetensors",
|
522 |
+
"model.layers.60.mlp.down_proj.weight": "model-00023-of-00030.safetensors",
|
523 |
+
"model.layers.60.mlp.gate_proj.weight": "model-00023-of-00030.safetensors",
|
524 |
+
"model.layers.60.mlp.up_proj.weight": "model-00023-of-00030.safetensors",
|
525 |
+
"model.layers.60.post_attention_layernorm.weight": "model-00023-of-00030.safetensors",
|
526 |
+
"model.layers.60.self_attn.k_proj.weight": "model-00022-of-00030.safetensors",
|
527 |
+
"model.layers.60.self_attn.o_proj.weight": "model-00022-of-00030.safetensors",
|
528 |
+
"model.layers.60.self_attn.q_proj.weight": "model-00022-of-00030.safetensors",
|
529 |
+
"model.layers.60.self_attn.v_proj.weight": "model-00022-of-00030.safetensors",
|
530 |
+
"model.layers.61.input_layernorm.weight": "model-00023-of-00030.safetensors",
|
531 |
+
"model.layers.61.mlp.down_proj.weight": "model-00023-of-00030.safetensors",
|
532 |
+
"model.layers.61.mlp.gate_proj.weight": "model-00023-of-00030.safetensors",
|
533 |
+
"model.layers.61.mlp.up_proj.weight": "model-00023-of-00030.safetensors",
|
534 |
+
"model.layers.61.post_attention_layernorm.weight": "model-00023-of-00030.safetensors",
|
535 |
+
"model.layers.61.self_attn.k_proj.weight": "model-00023-of-00030.safetensors",
|
536 |
+
"model.layers.61.self_attn.o_proj.weight": "model-00023-of-00030.safetensors",
|
537 |
+
"model.layers.61.self_attn.q_proj.weight": "model-00023-of-00030.safetensors",
|
538 |
+
"model.layers.61.self_attn.v_proj.weight": "model-00023-of-00030.safetensors",
|
539 |
+
"model.layers.62.input_layernorm.weight": "model-00023-of-00030.safetensors",
|
540 |
+
"model.layers.62.mlp.down_proj.weight": "model-00023-of-00030.safetensors",
|
541 |
+
"model.layers.62.mlp.gate_proj.weight": "model-00023-of-00030.safetensors",
|
542 |
+
"model.layers.62.mlp.up_proj.weight": "model-00023-of-00030.safetensors",
|
543 |
+
"model.layers.62.post_attention_layernorm.weight": "model-00023-of-00030.safetensors",
|
544 |
+
"model.layers.62.self_attn.k_proj.weight": "model-00023-of-00030.safetensors",
|
545 |
+
"model.layers.62.self_attn.o_proj.weight": "model-00023-of-00030.safetensors",
|
546 |
+
"model.layers.62.self_attn.q_proj.weight": "model-00023-of-00030.safetensors",
|
547 |
+
"model.layers.62.self_attn.v_proj.weight": "model-00023-of-00030.safetensors",
|
548 |
+
"model.layers.63.input_layernorm.weight": "model-00024-of-00030.safetensors",
|
549 |
+
"model.layers.63.mlp.down_proj.weight": "model-00024-of-00030.safetensors",
|
550 |
+
"model.layers.63.mlp.gate_proj.weight": "model-00024-of-00030.safetensors",
|
551 |
+
"model.layers.63.mlp.up_proj.weight": "model-00024-of-00030.safetensors",
|
552 |
+
"model.layers.63.post_attention_layernorm.weight": "model-00024-of-00030.safetensors",
|
553 |
+
"model.layers.63.self_attn.k_proj.weight": "model-00023-of-00030.safetensors",
|
554 |
+
"model.layers.63.self_attn.o_proj.weight": "model-00024-of-00030.safetensors",
|
555 |
+
"model.layers.63.self_attn.q_proj.weight": "model-00023-of-00030.safetensors",
|
556 |
+
"model.layers.63.self_attn.v_proj.weight": "model-00023-of-00030.safetensors",
|
557 |
+
"model.layers.64.input_layernorm.weight": "model-00024-of-00030.safetensors",
|
558 |
+
"model.layers.64.mlp.down_proj.weight": "model-00024-of-00030.safetensors",
|
559 |
+
"model.layers.64.mlp.gate_proj.weight": "model-00024-of-00030.safetensors",
|
560 |
+
"model.layers.64.mlp.up_proj.weight": "model-00024-of-00030.safetensors",
|
561 |
+
"model.layers.64.post_attention_layernorm.weight": "model-00024-of-00030.safetensors",
|
562 |
+
"model.layers.64.self_attn.k_proj.weight": "model-00024-of-00030.safetensors",
|
563 |
+
"model.layers.64.self_attn.o_proj.weight": "model-00024-of-00030.safetensors",
|
564 |
+
"model.layers.64.self_attn.q_proj.weight": "model-00024-of-00030.safetensors",
|
565 |
+
"model.layers.64.self_attn.v_proj.weight": "model-00024-of-00030.safetensors",
|
566 |
+
"model.layers.65.input_layernorm.weight": "model-00024-of-00030.safetensors",
|
567 |
+
"model.layers.65.mlp.down_proj.weight": "model-00024-of-00030.safetensors",
|
568 |
+
"model.layers.65.mlp.gate_proj.weight": "model-00024-of-00030.safetensors",
|
569 |
+
"model.layers.65.mlp.up_proj.weight": "model-00024-of-00030.safetensors",
|
570 |
+
"model.layers.65.post_attention_layernorm.weight": "model-00024-of-00030.safetensors",
|
571 |
+
"model.layers.65.self_attn.k_proj.weight": "model-00024-of-00030.safetensors",
|
572 |
+
"model.layers.65.self_attn.o_proj.weight": "model-00024-of-00030.safetensors",
|
573 |
+
"model.layers.65.self_attn.q_proj.weight": "model-00024-of-00030.safetensors",
|
574 |
+
"model.layers.65.self_attn.v_proj.weight": "model-00024-of-00030.safetensors",
|
575 |
+
"model.layers.66.input_layernorm.weight": "model-00025-of-00030.safetensors",
|
576 |
+
"model.layers.66.mlp.down_proj.weight": "model-00025-of-00030.safetensors",
|
577 |
+
"model.layers.66.mlp.gate_proj.weight": "model-00025-of-00030.safetensors",
|
578 |
+
"model.layers.66.mlp.up_proj.weight": "model-00025-of-00030.safetensors",
|
579 |
+
"model.layers.66.post_attention_layernorm.weight": "model-00025-of-00030.safetensors",
|
580 |
+
"model.layers.66.self_attn.k_proj.weight": "model-00025-of-00030.safetensors",
|
581 |
+
"model.layers.66.self_attn.o_proj.weight": "model-00025-of-00030.safetensors",
|
582 |
+
"model.layers.66.self_attn.q_proj.weight": "model-00025-of-00030.safetensors",
|
583 |
+
"model.layers.66.self_attn.v_proj.weight": "model-00025-of-00030.safetensors",
|
584 |
+
"model.layers.67.input_layernorm.weight": "model-00025-of-00030.safetensors",
|
585 |
+
"model.layers.67.mlp.down_proj.weight": "model-00025-of-00030.safetensors",
|
586 |
+
"model.layers.67.mlp.gate_proj.weight": "model-00025-of-00030.safetensors",
|
587 |
+
"model.layers.67.mlp.up_proj.weight": "model-00025-of-00030.safetensors",
|
588 |
+
"model.layers.67.post_attention_layernorm.weight": "model-00025-of-00030.safetensors",
|
589 |
+
"model.layers.67.self_attn.k_proj.weight": "model-00025-of-00030.safetensors",
|
590 |
+
"model.layers.67.self_attn.o_proj.weight": "model-00025-of-00030.safetensors",
|
591 |
+
"model.layers.67.self_attn.q_proj.weight": "model-00025-of-00030.safetensors",
|
592 |
+
"model.layers.67.self_attn.v_proj.weight": "model-00025-of-00030.safetensors",
|
593 |
+
"model.layers.68.input_layernorm.weight": "model-00026-of-00030.safetensors",
|
594 |
+
"model.layers.68.mlp.down_proj.weight": "model-00026-of-00030.safetensors",
|
595 |
+
"model.layers.68.mlp.gate_proj.weight": "model-00025-of-00030.safetensors",
|
596 |
+
"model.layers.68.mlp.up_proj.weight": "model-00025-of-00030.safetensors",
|
597 |
+
"model.layers.68.post_attention_layernorm.weight": "model-00026-of-00030.safetensors",
|
598 |
+
"model.layers.68.self_attn.k_proj.weight": "model-00025-of-00030.safetensors",
|
599 |
+
"model.layers.68.self_attn.o_proj.weight": "model-00025-of-00030.safetensors",
|
600 |
+
"model.layers.68.self_attn.q_proj.weight": "model-00025-of-00030.safetensors",
|
601 |
+
"model.layers.68.self_attn.v_proj.weight": "model-00025-of-00030.safetensors",
|
602 |
+
"model.layers.69.input_layernorm.weight": "model-00026-of-00030.safetensors",
|
603 |
+
"model.layers.69.mlp.down_proj.weight": "model-00026-of-00030.safetensors",
|
604 |
+
"model.layers.69.mlp.gate_proj.weight": "model-00026-of-00030.safetensors",
|
605 |
+
"model.layers.69.mlp.up_proj.weight": "model-00026-of-00030.safetensors",
|
606 |
+
"model.layers.69.post_attention_layernorm.weight": "model-00026-of-00030.safetensors",
|
607 |
+
"model.layers.69.self_attn.k_proj.weight": "model-00026-of-00030.safetensors",
|
608 |
+
"model.layers.69.self_attn.o_proj.weight": "model-00026-of-00030.safetensors",
|
609 |
+
"model.layers.69.self_attn.q_proj.weight": "model-00026-of-00030.safetensors",
|
610 |
+
"model.layers.69.self_attn.v_proj.weight": "model-00026-of-00030.safetensors",
|
611 |
+
"model.layers.7.input_layernorm.weight": "model-00004-of-00030.safetensors",
|
612 |
+
"model.layers.7.mlp.down_proj.weight": "model-00004-of-00030.safetensors",
|
613 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00004-of-00030.safetensors",
|
614 |
+
"model.layers.7.mlp.up_proj.weight": "model-00004-of-00030.safetensors",
|
615 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00004-of-00030.safetensors",
|
616 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00003-of-00030.safetensors",
|
617 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00004-of-00030.safetensors",
|
618 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00003-of-00030.safetensors",
|
619 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00003-of-00030.safetensors",
|
620 |
+
"model.layers.70.input_layernorm.weight": "model-00026-of-00030.safetensors",
|
621 |
+
"model.layers.70.mlp.down_proj.weight": "model-00026-of-00030.safetensors",
|
622 |
+
"model.layers.70.mlp.gate_proj.weight": "model-00026-of-00030.safetensors",
|
623 |
+
"model.layers.70.mlp.up_proj.weight": "model-00026-of-00030.safetensors",
|
624 |
+
"model.layers.70.post_attention_layernorm.weight": "model-00026-of-00030.safetensors",
|
625 |
+
"model.layers.70.self_attn.k_proj.weight": "model-00026-of-00030.safetensors",
|
626 |
+
"model.layers.70.self_attn.o_proj.weight": "model-00026-of-00030.safetensors",
|
627 |
+
"model.layers.70.self_attn.q_proj.weight": "model-00026-of-00030.safetensors",
|
628 |
+
"model.layers.70.self_attn.v_proj.weight": "model-00026-of-00030.safetensors",
|
629 |
+
"model.layers.71.input_layernorm.weight": "model-00027-of-00030.safetensors",
|
630 |
+
"model.layers.71.mlp.down_proj.weight": "model-00027-of-00030.safetensors",
|
631 |
+
"model.layers.71.mlp.gate_proj.weight": "model-00026-of-00030.safetensors",
|
632 |
+
"model.layers.71.mlp.up_proj.weight": "model-00027-of-00030.safetensors",
|
633 |
+
"model.layers.71.post_attention_layernorm.weight": "model-00027-of-00030.safetensors",
|
634 |
+
"model.layers.71.self_attn.k_proj.weight": "model-00026-of-00030.safetensors",
|
635 |
+
"model.layers.71.self_attn.o_proj.weight": "model-00026-of-00030.safetensors",
|
636 |
+
"model.layers.71.self_attn.q_proj.weight": "model-00026-of-00030.safetensors",
|
637 |
+
"model.layers.71.self_attn.v_proj.weight": "model-00026-of-00030.safetensors",
|
638 |
+
"model.layers.72.input_layernorm.weight": "model-00027-of-00030.safetensors",
|
639 |
+
"model.layers.72.mlp.down_proj.weight": "model-00027-of-00030.safetensors",
|
640 |
+
"model.layers.72.mlp.gate_proj.weight": "model-00027-of-00030.safetensors",
|
641 |
+
"model.layers.72.mlp.up_proj.weight": "model-00027-of-00030.safetensors",
|
642 |
+
"model.layers.72.post_attention_layernorm.weight": "model-00027-of-00030.safetensors",
|
643 |
+
"model.layers.72.self_attn.k_proj.weight": "model-00027-of-00030.safetensors",
|
644 |
+
"model.layers.72.self_attn.o_proj.weight": "model-00027-of-00030.safetensors",
|
645 |
+
"model.layers.72.self_attn.q_proj.weight": "model-00027-of-00030.safetensors",
|
646 |
+
"model.layers.72.self_attn.v_proj.weight": "model-00027-of-00030.safetensors",
|
647 |
+
"model.layers.73.input_layernorm.weight": "model-00027-of-00030.safetensors",
|
648 |
+
"model.layers.73.mlp.down_proj.weight": "model-00027-of-00030.safetensors",
|
649 |
+
"model.layers.73.mlp.gate_proj.weight": "model-00027-of-00030.safetensors",
|
650 |
+
"model.layers.73.mlp.up_proj.weight": "model-00027-of-00030.safetensors",
|
651 |
+
"model.layers.73.post_attention_layernorm.weight": "model-00027-of-00030.safetensors",
|
652 |
+
"model.layers.73.self_attn.k_proj.weight": "model-00027-of-00030.safetensors",
|
653 |
+
"model.layers.73.self_attn.o_proj.weight": "model-00027-of-00030.safetensors",
|
654 |
+
"model.layers.73.self_attn.q_proj.weight": "model-00027-of-00030.safetensors",
|
655 |
+
"model.layers.73.self_attn.v_proj.weight": "model-00027-of-00030.safetensors",
|
656 |
+
"model.layers.74.input_layernorm.weight": "model-00028-of-00030.safetensors",
|
657 |
+
"model.layers.74.mlp.down_proj.weight": "model-00028-of-00030.safetensors",
|
658 |
+
"model.layers.74.mlp.gate_proj.weight": "model-00028-of-00030.safetensors",
|
659 |
+
"model.layers.74.mlp.up_proj.weight": "model-00028-of-00030.safetensors",
|
660 |
+
"model.layers.74.post_attention_layernorm.weight": "model-00028-of-00030.safetensors",
|
661 |
+
"model.layers.74.self_attn.k_proj.weight": "model-00027-of-00030.safetensors",
|
662 |
+
"model.layers.74.self_attn.o_proj.weight": "model-00027-of-00030.safetensors",
|
663 |
+
"model.layers.74.self_attn.q_proj.weight": "model-00027-of-00030.safetensors",
|
664 |
+
"model.layers.74.self_attn.v_proj.weight": "model-00027-of-00030.safetensors",
|
665 |
+
"model.layers.75.input_layernorm.weight": "model-00028-of-00030.safetensors",
|
666 |
+
"model.layers.75.mlp.down_proj.weight": "model-00028-of-00030.safetensors",
|
667 |
+
"model.layers.75.mlp.gate_proj.weight": "model-00028-of-00030.safetensors",
|
668 |
+
"model.layers.75.mlp.up_proj.weight": "model-00028-of-00030.safetensors",
|
669 |
+
"model.layers.75.post_attention_layernorm.weight": "model-00028-of-00030.safetensors",
|
670 |
+
"model.layers.75.self_attn.k_proj.weight": "model-00028-of-00030.safetensors",
|
671 |
+
"model.layers.75.self_attn.o_proj.weight": "model-00028-of-00030.safetensors",
|
672 |
+
"model.layers.75.self_attn.q_proj.weight": "model-00028-of-00030.safetensors",
|
673 |
+
"model.layers.75.self_attn.v_proj.weight": "model-00028-of-00030.safetensors",
|
674 |
+
"model.layers.76.input_layernorm.weight": "model-00028-of-00030.safetensors",
|
675 |
+
"model.layers.76.mlp.down_proj.weight": "model-00028-of-00030.safetensors",
|
676 |
+
"model.layers.76.mlp.gate_proj.weight": "model-00028-of-00030.safetensors",
|
677 |
+
"model.layers.76.mlp.up_proj.weight": "model-00028-of-00030.safetensors",
|
678 |
+
"model.layers.76.post_attention_layernorm.weight": "model-00028-of-00030.safetensors",
|
679 |
+
"model.layers.76.self_attn.k_proj.weight": "model-00028-of-00030.safetensors",
|
680 |
+
"model.layers.76.self_attn.o_proj.weight": "model-00028-of-00030.safetensors",
|
681 |
+
"model.layers.76.self_attn.q_proj.weight": "model-00028-of-00030.safetensors",
|
682 |
+
"model.layers.76.self_attn.v_proj.weight": "model-00028-of-00030.safetensors",
|
683 |
+
"model.layers.77.input_layernorm.weight": "model-00029-of-00030.safetensors",
|
684 |
+
"model.layers.77.mlp.down_proj.weight": "model-00029-of-00030.safetensors",
|
685 |
+
"model.layers.77.mlp.gate_proj.weight": "model-00029-of-00030.safetensors",
|
686 |
+
"model.layers.77.mlp.up_proj.weight": "model-00029-of-00030.safetensors",
|
687 |
+
"model.layers.77.post_attention_layernorm.weight": "model-00029-of-00030.safetensors",
|
688 |
+
"model.layers.77.self_attn.k_proj.weight": "model-00028-of-00030.safetensors",
|
689 |
+
"model.layers.77.self_attn.o_proj.weight": "model-00029-of-00030.safetensors",
|
690 |
+
"model.layers.77.self_attn.q_proj.weight": "model-00028-of-00030.safetensors",
|
691 |
+
"model.layers.77.self_attn.v_proj.weight": "model-00028-of-00030.safetensors",
|
692 |
+
"model.layers.78.input_layernorm.weight": "model-00029-of-00030.safetensors",
|
693 |
+
"model.layers.78.mlp.down_proj.weight": "model-00029-of-00030.safetensors",
|
694 |
+
"model.layers.78.mlp.gate_proj.weight": "model-00029-of-00030.safetensors",
|
695 |
+
"model.layers.78.mlp.up_proj.weight": "model-00029-of-00030.safetensors",
|
696 |
+
"model.layers.78.post_attention_layernorm.weight": "model-00029-of-00030.safetensors",
|
697 |
+
"model.layers.78.self_attn.k_proj.weight": "model-00029-of-00030.safetensors",
|
698 |
+
"model.layers.78.self_attn.o_proj.weight": "model-00029-of-00030.safetensors",
|
699 |
+
"model.layers.78.self_attn.q_proj.weight": "model-00029-of-00030.safetensors",
|
700 |
+
"model.layers.78.self_attn.v_proj.weight": "model-00029-of-00030.safetensors",
|
701 |
+
"model.layers.79.input_layernorm.weight": "model-00029-of-00030.safetensors",
|
702 |
+
"model.layers.79.mlp.down_proj.weight": "model-00029-of-00030.safetensors",
|
703 |
+
"model.layers.79.mlp.gate_proj.weight": "model-00029-of-00030.safetensors",
|
704 |
+
"model.layers.79.mlp.up_proj.weight": "model-00029-of-00030.safetensors",
|
705 |
+
"model.layers.79.post_attention_layernorm.weight": "model-00029-of-00030.safetensors",
|
706 |
+
"model.layers.79.self_attn.k_proj.weight": "model-00029-of-00030.safetensors",
|
707 |
+
"model.layers.79.self_attn.o_proj.weight": "model-00029-of-00030.safetensors",
|
708 |
+
"model.layers.79.self_attn.q_proj.weight": "model-00029-of-00030.safetensors",
|
709 |
+
"model.layers.79.self_attn.v_proj.weight": "model-00029-of-00030.safetensors",
|
710 |
+
"model.layers.8.input_layernorm.weight": "model-00004-of-00030.safetensors",
|
711 |
+
"model.layers.8.mlp.down_proj.weight": "model-00004-of-00030.safetensors",
|
712 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00004-of-00030.safetensors",
|
713 |
+
"model.layers.8.mlp.up_proj.weight": "model-00004-of-00030.safetensors",
|
714 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00004-of-00030.safetensors",
|
715 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00004-of-00030.safetensors",
|
716 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00004-of-00030.safetensors",
|
717 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00004-of-00030.safetensors",
|
718 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00004-of-00030.safetensors",
|
719 |
+
"model.layers.9.input_layernorm.weight": "model-00004-of-00030.safetensors",
|
720 |
+
"model.layers.9.mlp.down_proj.weight": "model-00004-of-00030.safetensors",
|
721 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00004-of-00030.safetensors",
|
722 |
+
"model.layers.9.mlp.up_proj.weight": "model-00004-of-00030.safetensors",
|
723 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00004-of-00030.safetensors",
|
724 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00004-of-00030.safetensors",
|
725 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00004-of-00030.safetensors",
|
726 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00004-of-00030.safetensors",
|
727 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00004-of-00030.safetensors",
|
728 |
+
"model.norm.weight": "model-00029-of-00030.safetensors"
|
729 |
+
}
|
730 |
+
}
|
runs/Aug16_16-38-44_164-152-104-147/events.out.tfevents.1723826592.164-152-104-147.22902.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a25636dc386d0e9152af98cc3f0cd135b531a076c441630da7f93d76875a2e2
|
3 |
+
size 5613
|
runs/Aug16_16-49-13_164-152-104-147/events.out.tfevents.1723827217.164-152-104-147.32158.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:470ff92aacc615e48877beb6efe5e58269aea2ea4a83355b61ed3bf6a5b5dcf0
|
3 |
+
size 116808
|
special_tokens_map.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<|begin_of_text|>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|eot_id|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "<|eot_id|>"
|
17 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,2065 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"128000": {
|
4 |
+
"content": "<|begin_of_text|>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"128001": {
|
12 |
+
"content": "<|end_of_text|>",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"128002": {
|
20 |
+
"content": "<|reserved_special_token_0|>",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"128003": {
|
28 |
+
"content": "<|reserved_special_token_1|>",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"128004": {
|
36 |
+
"content": "<|finetune_right_pad_id|>",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
},
|
43 |
+
"128005": {
|
44 |
+
"content": "<|reserved_special_token_2|>",
|
45 |
+
"lstrip": false,
|
46 |
+
"normalized": false,
|
47 |
+
"rstrip": false,
|
48 |
+
"single_word": false,
|
49 |
+
"special": true
|
50 |
+
},
|
51 |
+
"128006": {
|
52 |
+
"content": "<|start_header_id|>",
|
53 |
+
"lstrip": false,
|
54 |
+
"normalized": false,
|
55 |
+
"rstrip": false,
|
56 |
+
"single_word": false,
|
57 |
+
"special": true
|
58 |
+
},
|
59 |
+
"128007": {
|
60 |
+
"content": "<|end_header_id|>",
|
61 |
+
"lstrip": false,
|
62 |
+
"normalized": false,
|
63 |
+
"rstrip": false,
|
64 |
+
"single_word": false,
|
65 |
+
"special": true
|
66 |
+
},
|
67 |
+
"128008": {
|
68 |
+
"content": "<|eom_id|>",
|
69 |
+
"lstrip": false,
|
70 |
+
"normalized": false,
|
71 |
+
"rstrip": false,
|
72 |
+
"single_word": false,
|
73 |
+
"special": true
|
74 |
+
},
|
75 |
+
"128009": {
|
76 |
+
"content": "<|eot_id|>",
|
77 |
+
"lstrip": false,
|
78 |
+
"normalized": false,
|
79 |
+
"rstrip": false,
|
80 |
+
"single_word": false,
|
81 |
+
"special": true
|
82 |
+
},
|
83 |
+
"128010": {
|
84 |
+
"content": "<|python_tag|>",
|
85 |
+
"lstrip": false,
|
86 |
+
"normalized": false,
|
87 |
+
"rstrip": false,
|
88 |
+
"single_word": false,
|
89 |
+
"special": true
|
90 |
+
},
|
91 |
+
"128011": {
|
92 |
+
"content": "<|reserved_special_token_3|>",
|
93 |
+
"lstrip": false,
|
94 |
+
"normalized": false,
|
95 |
+
"rstrip": false,
|
96 |
+
"single_word": false,
|
97 |
+
"special": true
|
98 |
+
},
|
99 |
+
"128012": {
|
100 |
+
"content": "<|reserved_special_token_4|>",
|
101 |
+
"lstrip": false,
|
102 |
+
"normalized": false,
|
103 |
+
"rstrip": false,
|
104 |
+
"single_word": false,
|
105 |
+
"special": true
|
106 |
+
},
|
107 |
+
"128013": {
|
108 |
+
"content": "<|reserved_special_token_5|>",
|
109 |
+
"lstrip": false,
|
110 |
+
"normalized": false,
|
111 |
+
"rstrip": false,
|
112 |
+
"single_word": false,
|
113 |
+
"special": true
|
114 |
+
},
|
115 |
+
"128014": {
|
116 |
+
"content": "<|reserved_special_token_6|>",
|
117 |
+
"lstrip": false,
|
118 |
+
"normalized": false,
|
119 |
+
"rstrip": false,
|
120 |
+
"single_word": false,
|
121 |
+
"special": true
|
122 |
+
},
|
123 |
+
"128015": {
|
124 |
+
"content": "<|reserved_special_token_7|>",
|
125 |
+
"lstrip": false,
|
126 |
+
"normalized": false,
|
127 |
+
"rstrip": false,
|
128 |
+
"single_word": false,
|
129 |
+
"special": true
|
130 |
+
},
|
131 |
+
"128016": {
|
132 |
+
"content": "<|reserved_special_token_8|>",
|
133 |
+
"lstrip": false,
|
134 |
+
"normalized": false,
|
135 |
+
"rstrip": false,
|
136 |
+
"single_word": false,
|
137 |
+
"special": true
|
138 |
+
},
|
139 |
+
"128017": {
|
140 |
+
"content": "<|reserved_special_token_9|>",
|
141 |
+
"lstrip": false,
|
142 |
+
"normalized": false,
|
143 |
+
"rstrip": false,
|
144 |
+
"single_word": false,
|
145 |
+
"special": true
|
146 |
+
},
|
147 |
+
"128018": {
|
148 |
+
"content": "<|reserved_special_token_10|>",
|
149 |
+
"lstrip": false,
|
150 |
+
"normalized": false,
|
151 |
+
"rstrip": false,
|
152 |
+
"single_word": false,
|
153 |
+
"special": true
|
154 |
+
},
|
155 |
+
"128019": {
|
156 |
+
"content": "<|reserved_special_token_11|>",
|
157 |
+
"lstrip": false,
|
158 |
+
"normalized": false,
|
159 |
+
"rstrip": false,
|
160 |
+
"single_word": false,
|
161 |
+
"special": true
|
162 |
+
},
|
163 |
+
"128020": {
|
164 |
+
"content": "<|reserved_special_token_12|>",
|
165 |
+
"lstrip": false,
|
166 |
+
"normalized": false,
|
167 |
+
"rstrip": false,
|
168 |
+
"single_word": false,
|
169 |
+
"special": true
|
170 |
+
},
|
171 |
+
"128021": {
|
172 |
+
"content": "<|reserved_special_token_13|>",
|
173 |
+
"lstrip": false,
|
174 |
+
"normalized": false,
|
175 |
+
"rstrip": false,
|
176 |
+
"single_word": false,
|
177 |
+
"special": true
|
178 |
+
},
|
179 |
+
"128022": {
|
180 |
+
"content": "<|reserved_special_token_14|>",
|
181 |
+
"lstrip": false,
|
182 |
+
"normalized": false,
|
183 |
+
"rstrip": false,
|
184 |
+
"single_word": false,
|
185 |
+
"special": true
|
186 |
+
},
|
187 |
+
"128023": {
|
188 |
+
"content": "<|reserved_special_token_15|>",
|
189 |
+
"lstrip": false,
|
190 |
+
"normalized": false,
|
191 |
+
"rstrip": false,
|
192 |
+
"single_word": false,
|
193 |
+
"special": true
|
194 |
+
},
|
195 |
+
"128024": {
|
196 |
+
"content": "<|reserved_special_token_16|>",
|
197 |
+
"lstrip": false,
|
198 |
+
"normalized": false,
|
199 |
+
"rstrip": false,
|
200 |
+
"single_word": false,
|
201 |
+
"special": true
|
202 |
+
},
|
203 |
+
"128025": {
|
204 |
+
"content": "<|reserved_special_token_17|>",
|
205 |
+
"lstrip": false,
|
206 |
+
"normalized": false,
|
207 |
+
"rstrip": false,
|
208 |
+
"single_word": false,
|
209 |
+
"special": true
|
210 |
+
},
|
211 |
+
"128026": {
|
212 |
+
"content": "<|reserved_special_token_18|>",
|
213 |
+
"lstrip": false,
|
214 |
+
"normalized": false,
|
215 |
+
"rstrip": false,
|
216 |
+
"single_word": false,
|
217 |
+
"special": true
|
218 |
+
},
|
219 |
+
"128027": {
|
220 |
+
"content": "<|reserved_special_token_19|>",
|
221 |
+
"lstrip": false,
|
222 |
+
"normalized": false,
|
223 |
+
"rstrip": false,
|
224 |
+
"single_word": false,
|
225 |
+
"special": true
|
226 |
+
},
|
227 |
+
"128028": {
|
228 |
+
"content": "<|reserved_special_token_20|>",
|
229 |
+
"lstrip": false,
|
230 |
+
"normalized": false,
|
231 |
+
"rstrip": false,
|
232 |
+
"single_word": false,
|
233 |
+
"special": true
|
234 |
+
},
|
235 |
+
"128029": {
|
236 |
+
"content": "<|reserved_special_token_21|>",
|
237 |
+
"lstrip": false,
|
238 |
+
"normalized": false,
|
239 |
+
"rstrip": false,
|
240 |
+
"single_word": false,
|
241 |
+
"special": true
|
242 |
+
},
|
243 |
+
"128030": {
|
244 |
+
"content": "<|reserved_special_token_22|>",
|
245 |
+
"lstrip": false,
|
246 |
+
"normalized": false,
|
247 |
+
"rstrip": false,
|
248 |
+
"single_word": false,
|
249 |
+
"special": true
|
250 |
+
},
|
251 |
+
"128031": {
|
252 |
+
"content": "<|reserved_special_token_23|>",
|
253 |
+
"lstrip": false,
|
254 |
+
"normalized": false,
|
255 |
+
"rstrip": false,
|
256 |
+
"single_word": false,
|
257 |
+
"special": true
|
258 |
+
},
|
259 |
+
"128032": {
|
260 |
+
"content": "<|reserved_special_token_24|>",
|
261 |
+
"lstrip": false,
|
262 |
+
"normalized": false,
|
263 |
+
"rstrip": false,
|
264 |
+
"single_word": false,
|
265 |
+
"special": true
|
266 |
+
},
|
267 |
+
"128033": {
|
268 |
+
"content": "<|reserved_special_token_25|>",
|
269 |
+
"lstrip": false,
|
270 |
+
"normalized": false,
|
271 |
+
"rstrip": false,
|
272 |
+
"single_word": false,
|
273 |
+
"special": true
|
274 |
+
},
|
275 |
+
"128034": {
|
276 |
+
"content": "<|reserved_special_token_26|>",
|
277 |
+
"lstrip": false,
|
278 |
+
"normalized": false,
|
279 |
+
"rstrip": false,
|
280 |
+
"single_word": false,
|
281 |
+
"special": true
|
282 |
+
},
|
283 |
+
"128035": {
|
284 |
+
"content": "<|reserved_special_token_27|>",
|
285 |
+
"lstrip": false,
|
286 |
+
"normalized": false,
|
287 |
+
"rstrip": false,
|
288 |
+
"single_word": false,
|
289 |
+
"special": true
|
290 |
+
},
|
291 |
+
"128036": {
|
292 |
+
"content": "<|reserved_special_token_28|>",
|
293 |
+
"lstrip": false,
|
294 |
+
"normalized": false,
|
295 |
+
"rstrip": false,
|
296 |
+
"single_word": false,
|
297 |
+
"special": true
|
298 |
+
},
|
299 |
+
"128037": {
|
300 |
+
"content": "<|reserved_special_token_29|>",
|
301 |
+
"lstrip": false,
|
302 |
+
"normalized": false,
|
303 |
+
"rstrip": false,
|
304 |
+
"single_word": false,
|
305 |
+
"special": true
|
306 |
+
},
|
307 |
+
"128038": {
|
308 |
+
"content": "<|reserved_special_token_30|>",
|
309 |
+
"lstrip": false,
|
310 |
+
"normalized": false,
|
311 |
+
"rstrip": false,
|
312 |
+
"single_word": false,
|
313 |
+
"special": true
|
314 |
+
},
|
315 |
+
"128039": {
|
316 |
+
"content": "<|reserved_special_token_31|>",
|
317 |
+
"lstrip": false,
|
318 |
+
"normalized": false,
|
319 |
+
"rstrip": false,
|
320 |
+
"single_word": false,
|
321 |
+
"special": true
|
322 |
+
},
|
323 |
+
"128040": {
|
324 |
+
"content": "<|reserved_special_token_32|>",
|
325 |
+
"lstrip": false,
|
326 |
+
"normalized": false,
|
327 |
+
"rstrip": false,
|
328 |
+
"single_word": false,
|
329 |
+
"special": true
|
330 |
+
},
|
331 |
+
"128041": {
|
332 |
+
"content": "<|reserved_special_token_33|>",
|
333 |
+
"lstrip": false,
|
334 |
+
"normalized": false,
|
335 |
+
"rstrip": false,
|
336 |
+
"single_word": false,
|
337 |
+
"special": true
|
338 |
+
},
|
339 |
+
"128042": {
|
340 |
+
"content": "<|reserved_special_token_34|>",
|
341 |
+
"lstrip": false,
|
342 |
+
"normalized": false,
|
343 |
+
"rstrip": false,
|
344 |
+
"single_word": false,
|
345 |
+
"special": true
|
346 |
+
},
|
347 |
+
"128043": {
|
348 |
+
"content": "<|reserved_special_token_35|>",
|
349 |
+
"lstrip": false,
|
350 |
+
"normalized": false,
|
351 |
+
"rstrip": false,
|
352 |
+
"single_word": false,
|
353 |
+
"special": true
|
354 |
+
},
|
355 |
+
"128044": {
|
356 |
+
"content": "<|reserved_special_token_36|>",
|
357 |
+
"lstrip": false,
|
358 |
+
"normalized": false,
|
359 |
+
"rstrip": false,
|
360 |
+
"single_word": false,
|
361 |
+
"special": true
|
362 |
+
},
|
363 |
+
"128045": {
|
364 |
+
"content": "<|reserved_special_token_37|>",
|
365 |
+
"lstrip": false,
|
366 |
+
"normalized": false,
|
367 |
+
"rstrip": false,
|
368 |
+
"single_word": false,
|
369 |
+
"special": true
|
370 |
+
},
|
371 |
+
"128046": {
|
372 |
+
"content": "<|reserved_special_token_38|>",
|
373 |
+
"lstrip": false,
|
374 |
+
"normalized": false,
|
375 |
+
"rstrip": false,
|
376 |
+
"single_word": false,
|
377 |
+
"special": true
|
378 |
+
},
|
379 |
+
"128047": {
|
380 |
+
"content": "<|reserved_special_token_39|>",
|
381 |
+
"lstrip": false,
|
382 |
+
"normalized": false,
|
383 |
+
"rstrip": false,
|
384 |
+
"single_word": false,
|
385 |
+
"special": true
|
386 |
+
},
|
387 |
+
"128048": {
|
388 |
+
"content": "<|reserved_special_token_40|>",
|
389 |
+
"lstrip": false,
|
390 |
+
"normalized": false,
|
391 |
+
"rstrip": false,
|
392 |
+
"single_word": false,
|
393 |
+
"special": true
|
394 |
+
},
|
395 |
+
"128049": {
|
396 |
+
"content": "<|reserved_special_token_41|>",
|
397 |
+
"lstrip": false,
|
398 |
+
"normalized": false,
|
399 |
+
"rstrip": false,
|
400 |
+
"single_word": false,
|
401 |
+
"special": true
|
402 |
+
},
|
403 |
+
"128050": {
|
404 |
+
"content": "<|reserved_special_token_42|>",
|
405 |
+
"lstrip": false,
|
406 |
+
"normalized": false,
|
407 |
+
"rstrip": false,
|
408 |
+
"single_word": false,
|
409 |
+
"special": true
|
410 |
+
},
|
411 |
+
"128051": {
|
412 |
+
"content": "<|reserved_special_token_43|>",
|
413 |
+
"lstrip": false,
|
414 |
+
"normalized": false,
|
415 |
+
"rstrip": false,
|
416 |
+
"single_word": false,
|
417 |
+
"special": true
|
418 |
+
},
|
419 |
+
"128052": {
|
420 |
+
"content": "<|reserved_special_token_44|>",
|
421 |
+
"lstrip": false,
|
422 |
+
"normalized": false,
|
423 |
+
"rstrip": false,
|
424 |
+
"single_word": false,
|
425 |
+
"special": true
|
426 |
+
},
|
427 |
+
"128053": {
|
428 |
+
"content": "<|reserved_special_token_45|>",
|
429 |
+
"lstrip": false,
|
430 |
+
"normalized": false,
|
431 |
+
"rstrip": false,
|
432 |
+
"single_word": false,
|
433 |
+
"special": true
|
434 |
+
},
|
435 |
+
"128054": {
|
436 |
+
"content": "<|reserved_special_token_46|>",
|
437 |
+
"lstrip": false,
|
438 |
+
"normalized": false,
|
439 |
+
"rstrip": false,
|
440 |
+
"single_word": false,
|
441 |
+
"special": true
|
442 |
+
},
|
443 |
+
"128055": {
|
444 |
+
"content": "<|reserved_special_token_47|>",
|
445 |
+
"lstrip": false,
|
446 |
+
"normalized": false,
|
447 |
+
"rstrip": false,
|
448 |
+
"single_word": false,
|
449 |
+
"special": true
|
450 |
+
},
|
451 |
+
"128056": {
|
452 |
+
"content": "<|reserved_special_token_48|>",
|
453 |
+
"lstrip": false,
|
454 |
+
"normalized": false,
|
455 |
+
"rstrip": false,
|
456 |
+
"single_word": false,
|
457 |
+
"special": true
|
458 |
+
},
|
459 |
+
"128057": {
|
460 |
+
"content": "<|reserved_special_token_49|>",
|
461 |
+
"lstrip": false,
|
462 |
+
"normalized": false,
|
463 |
+
"rstrip": false,
|
464 |
+
"single_word": false,
|
465 |
+
"special": true
|
466 |
+
},
|
467 |
+
"128058": {
|
468 |
+
"content": "<|reserved_special_token_50|>",
|
469 |
+
"lstrip": false,
|
470 |
+
"normalized": false,
|
471 |
+
"rstrip": false,
|
472 |
+
"single_word": false,
|
473 |
+
"special": true
|
474 |
+
},
|
475 |
+
"128059": {
|
476 |
+
"content": "<|reserved_special_token_51|>",
|
477 |
+
"lstrip": false,
|
478 |
+
"normalized": false,
|
479 |
+
"rstrip": false,
|
480 |
+
"single_word": false,
|
481 |
+
"special": true
|
482 |
+
},
|
483 |
+
"128060": {
|
484 |
+
"content": "<|reserved_special_token_52|>",
|
485 |
+
"lstrip": false,
|
486 |
+
"normalized": false,
|
487 |
+
"rstrip": false,
|
488 |
+
"single_word": false,
|
489 |
+
"special": true
|
490 |
+
},
|
491 |
+
"128061": {
|
492 |
+
"content": "<|reserved_special_token_53|>",
|
493 |
+
"lstrip": false,
|
494 |
+
"normalized": false,
|
495 |
+
"rstrip": false,
|
496 |
+
"single_word": false,
|
497 |
+
"special": true
|
498 |
+
},
|
499 |
+
"128062": {
|
500 |
+
"content": "<|reserved_special_token_54|>",
|
501 |
+
"lstrip": false,
|
502 |
+
"normalized": false,
|
503 |
+
"rstrip": false,
|
504 |
+
"single_word": false,
|
505 |
+
"special": true
|
506 |
+
},
|
507 |
+
"128063": {
|
508 |
+
"content": "<|reserved_special_token_55|>",
|
509 |
+
"lstrip": false,
|
510 |
+
"normalized": false,
|
511 |
+
"rstrip": false,
|
512 |
+
"single_word": false,
|
513 |
+
"special": true
|
514 |
+
},
|
515 |
+
"128064": {
|
516 |
+
"content": "<|reserved_special_token_56|>",
|
517 |
+
"lstrip": false,
|
518 |
+
"normalized": false,
|
519 |
+
"rstrip": false,
|
520 |
+
"single_word": false,
|
521 |
+
"special": true
|
522 |
+
},
|
523 |
+
"128065": {
|
524 |
+
"content": "<|reserved_special_token_57|>",
|
525 |
+
"lstrip": false,
|
526 |
+
"normalized": false,
|
527 |
+
"rstrip": false,
|
528 |
+
"single_word": false,
|
529 |
+
"special": true
|
530 |
+
},
|
531 |
+
"128066": {
|
532 |
+
"content": "<|reserved_special_token_58|>",
|
533 |
+
"lstrip": false,
|
534 |
+
"normalized": false,
|
535 |
+
"rstrip": false,
|
536 |
+
"single_word": false,
|
537 |
+
"special": true
|
538 |
+
},
|
539 |
+
"128067": {
|
540 |
+
"content": "<|reserved_special_token_59|>",
|
541 |
+
"lstrip": false,
|
542 |
+
"normalized": false,
|
543 |
+
"rstrip": false,
|
544 |
+
"single_word": false,
|
545 |
+
"special": true
|
546 |
+
},
|
547 |
+
"128068": {
|
548 |
+
"content": "<|reserved_special_token_60|>",
|
549 |
+
"lstrip": false,
|
550 |
+
"normalized": false,
|
551 |
+
"rstrip": false,
|
552 |
+
"single_word": false,
|
553 |
+
"special": true
|
554 |
+
},
|
555 |
+
"128069": {
|
556 |
+
"content": "<|reserved_special_token_61|>",
|
557 |
+
"lstrip": false,
|
558 |
+
"normalized": false,
|
559 |
+
"rstrip": false,
|
560 |
+
"single_word": false,
|
561 |
+
"special": true
|
562 |
+
},
|
563 |
+
"128070": {
|
564 |
+
"content": "<|reserved_special_token_62|>",
|
565 |
+
"lstrip": false,
|
566 |
+
"normalized": false,
|
567 |
+
"rstrip": false,
|
568 |
+
"single_word": false,
|
569 |
+
"special": true
|
570 |
+
},
|
571 |
+
"128071": {
|
572 |
+
"content": "<|reserved_special_token_63|>",
|
573 |
+
"lstrip": false,
|
574 |
+
"normalized": false,
|
575 |
+
"rstrip": false,
|
576 |
+
"single_word": false,
|
577 |
+
"special": true
|
578 |
+
},
|
579 |
+
"128072": {
|
580 |
+
"content": "<|reserved_special_token_64|>",
|
581 |
+
"lstrip": false,
|
582 |
+
"normalized": false,
|
583 |
+
"rstrip": false,
|
584 |
+
"single_word": false,
|
585 |
+
"special": true
|
586 |
+
},
|
587 |
+
"128073": {
|
588 |
+
"content": "<|reserved_special_token_65|>",
|
589 |
+
"lstrip": false,
|
590 |
+
"normalized": false,
|
591 |
+
"rstrip": false,
|
592 |
+
"single_word": false,
|
593 |
+
"special": true
|
594 |
+
},
|
595 |
+
"128074": {
|
596 |
+
"content": "<|reserved_special_token_66|>",
|
597 |
+
"lstrip": false,
|
598 |
+
"normalized": false,
|
599 |
+
"rstrip": false,
|
600 |
+
"single_word": false,
|
601 |
+
"special": true
|
602 |
+
},
|
603 |
+
"128075": {
|
604 |
+
"content": "<|reserved_special_token_67|>",
|
605 |
+
"lstrip": false,
|
606 |
+
"normalized": false,
|
607 |
+
"rstrip": false,
|
608 |
+
"single_word": false,
|
609 |
+
"special": true
|
610 |
+
},
|
611 |
+
"128076": {
|
612 |
+
"content": "<|reserved_special_token_68|>",
|
613 |
+
"lstrip": false,
|
614 |
+
"normalized": false,
|
615 |
+
"rstrip": false,
|
616 |
+
"single_word": false,
|
617 |
+
"special": true
|
618 |
+
},
|
619 |
+
"128077": {
|
620 |
+
"content": "<|reserved_special_token_69|>",
|
621 |
+
"lstrip": false,
|
622 |
+
"normalized": false,
|
623 |
+
"rstrip": false,
|
624 |
+
"single_word": false,
|
625 |
+
"special": true
|
626 |
+
},
|
627 |
+
"128078": {
|
628 |
+
"content": "<|reserved_special_token_70|>",
|
629 |
+
"lstrip": false,
|
630 |
+
"normalized": false,
|
631 |
+
"rstrip": false,
|
632 |
+
"single_word": false,
|
633 |
+
"special": true
|
634 |
+
},
|
635 |
+
"128079": {
|
636 |
+
"content": "<|reserved_special_token_71|>",
|
637 |
+
"lstrip": false,
|
638 |
+
"normalized": false,
|
639 |
+
"rstrip": false,
|
640 |
+
"single_word": false,
|
641 |
+
"special": true
|
642 |
+
},
|
643 |
+
"128080": {
|
644 |
+
"content": "<|reserved_special_token_72|>",
|
645 |
+
"lstrip": false,
|
646 |
+
"normalized": false,
|
647 |
+
"rstrip": false,
|
648 |
+
"single_word": false,
|
649 |
+
"special": true
|
650 |
+
},
|
651 |
+
"128081": {
|
652 |
+
"content": "<|reserved_special_token_73|>",
|
653 |
+
"lstrip": false,
|
654 |
+
"normalized": false,
|
655 |
+
"rstrip": false,
|
656 |
+
"single_word": false,
|
657 |
+
"special": true
|
658 |
+
},
|
659 |
+
"128082": {
|
660 |
+
"content": "<|reserved_special_token_74|>",
|
661 |
+
"lstrip": false,
|
662 |
+
"normalized": false,
|
663 |
+
"rstrip": false,
|
664 |
+
"single_word": false,
|
665 |
+
"special": true
|
666 |
+
},
|
667 |
+
"128083": {
|
668 |
+
"content": "<|reserved_special_token_75|>",
|
669 |
+
"lstrip": false,
|
670 |
+
"normalized": false,
|
671 |
+
"rstrip": false,
|
672 |
+
"single_word": false,
|
673 |
+
"special": true
|
674 |
+
},
|
675 |
+
"128084": {
|
676 |
+
"content": "<|reserved_special_token_76|>",
|
677 |
+
"lstrip": false,
|
678 |
+
"normalized": false,
|
679 |
+
"rstrip": false,
|
680 |
+
"single_word": false,
|
681 |
+
"special": true
|
682 |
+
},
|
683 |
+
"128085": {
|
684 |
+
"content": "<|reserved_special_token_77|>",
|
685 |
+
"lstrip": false,
|
686 |
+
"normalized": false,
|
687 |
+
"rstrip": false,
|
688 |
+
"single_word": false,
|
689 |
+
"special": true
|
690 |
+
},
|
691 |
+
"128086": {
|
692 |
+
"content": "<|reserved_special_token_78|>",
|
693 |
+
"lstrip": false,
|
694 |
+
"normalized": false,
|
695 |
+
"rstrip": false,
|
696 |
+
"single_word": false,
|
697 |
+
"special": true
|
698 |
+
},
|
699 |
+
"128087": {
|
700 |
+
"content": "<|reserved_special_token_79|>",
|
701 |
+
"lstrip": false,
|
702 |
+
"normalized": false,
|
703 |
+
"rstrip": false,
|
704 |
+
"single_word": false,
|
705 |
+
"special": true
|
706 |
+
},
|
707 |
+
"128088": {
|
708 |
+
"content": "<|reserved_special_token_80|>",
|
709 |
+
"lstrip": false,
|
710 |
+
"normalized": false,
|
711 |
+
"rstrip": false,
|
712 |
+
"single_word": false,
|
713 |
+
"special": true
|
714 |
+
},
|
715 |
+
"128089": {
|
716 |
+
"content": "<|reserved_special_token_81|>",
|
717 |
+
"lstrip": false,
|
718 |
+
"normalized": false,
|
719 |
+
"rstrip": false,
|
720 |
+
"single_word": false,
|
721 |
+
"special": true
|
722 |
+
},
|
723 |
+
"128090": {
|
724 |
+
"content": "<|reserved_special_token_82|>",
|
725 |
+
"lstrip": false,
|
726 |
+
"normalized": false,
|
727 |
+
"rstrip": false,
|
728 |
+
"single_word": false,
|
729 |
+
"special": true
|
730 |
+
},
|
731 |
+
"128091": {
|
732 |
+
"content": "<|reserved_special_token_83|>",
|
733 |
+
"lstrip": false,
|
734 |
+
"normalized": false,
|
735 |
+
"rstrip": false,
|
736 |
+
"single_word": false,
|
737 |
+
"special": true
|
738 |
+
},
|
739 |
+
"128092": {
|
740 |
+
"content": "<|reserved_special_token_84|>",
|
741 |
+
"lstrip": false,
|
742 |
+
"normalized": false,
|
743 |
+
"rstrip": false,
|
744 |
+
"single_word": false,
|
745 |
+
"special": true
|
746 |
+
},
|
747 |
+
"128093": {
|
748 |
+
"content": "<|reserved_special_token_85|>",
|
749 |
+
"lstrip": false,
|
750 |
+
"normalized": false,
|
751 |
+
"rstrip": false,
|
752 |
+
"single_word": false,
|
753 |
+
"special": true
|
754 |
+
},
|
755 |
+
"128094": {
|
756 |
+
"content": "<|reserved_special_token_86|>",
|
757 |
+
"lstrip": false,
|
758 |
+
"normalized": false,
|
759 |
+
"rstrip": false,
|
760 |
+
"single_word": false,
|
761 |
+
"special": true
|
762 |
+
},
|
763 |
+
"128095": {
|
764 |
+
"content": "<|reserved_special_token_87|>",
|
765 |
+
"lstrip": false,
|
766 |
+
"normalized": false,
|
767 |
+
"rstrip": false,
|
768 |
+
"single_word": false,
|
769 |
+
"special": true
|
770 |
+
},
|
771 |
+
"128096": {
|
772 |
+
"content": "<|reserved_special_token_88|>",
|
773 |
+
"lstrip": false,
|
774 |
+
"normalized": false,
|
775 |
+
"rstrip": false,
|
776 |
+
"single_word": false,
|
777 |
+
"special": true
|
778 |
+
},
|
779 |
+
"128097": {
|
780 |
+
"content": "<|reserved_special_token_89|>",
|
781 |
+
"lstrip": false,
|
782 |
+
"normalized": false,
|
783 |
+
"rstrip": false,
|
784 |
+
"single_word": false,
|
785 |
+
"special": true
|
786 |
+
},
|
787 |
+
"128098": {
|
788 |
+
"content": "<|reserved_special_token_90|>",
|
789 |
+
"lstrip": false,
|
790 |
+
"normalized": false,
|
791 |
+
"rstrip": false,
|
792 |
+
"single_word": false,
|
793 |
+
"special": true
|
794 |
+
},
|
795 |
+
"128099": {
|
796 |
+
"content": "<|reserved_special_token_91|>",
|
797 |
+
"lstrip": false,
|
798 |
+
"normalized": false,
|
799 |
+
"rstrip": false,
|
800 |
+
"single_word": false,
|
801 |
+
"special": true
|
802 |
+
},
|
803 |
+
"128100": {
|
804 |
+
"content": "<|reserved_special_token_92|>",
|
805 |
+
"lstrip": false,
|
806 |
+
"normalized": false,
|
807 |
+
"rstrip": false,
|
808 |
+
"single_word": false,
|
809 |
+
"special": true
|
810 |
+
},
|
811 |
+
"128101": {
|
812 |
+
"content": "<|reserved_special_token_93|>",
|
813 |
+
"lstrip": false,
|
814 |
+
"normalized": false,
|
815 |
+
"rstrip": false,
|
816 |
+
"single_word": false,
|
817 |
+
"special": true
|
818 |
+
},
|
819 |
+
"128102": {
|
820 |
+
"content": "<|reserved_special_token_94|>",
|
821 |
+
"lstrip": false,
|
822 |
+
"normalized": false,
|
823 |
+
"rstrip": false,
|
824 |
+
"single_word": false,
|
825 |
+
"special": true
|
826 |
+
},
|
827 |
+
"128103": {
|
828 |
+
"content": "<|reserved_special_token_95|>",
|
829 |
+
"lstrip": false,
|
830 |
+
"normalized": false,
|
831 |
+
"rstrip": false,
|
832 |
+
"single_word": false,
|
833 |
+
"special": true
|
834 |
+
},
|
835 |
+
"128104": {
|
836 |
+
"content": "<|reserved_special_token_96|>",
|
837 |
+
"lstrip": false,
|
838 |
+
"normalized": false,
|
839 |
+
"rstrip": false,
|
840 |
+
"single_word": false,
|
841 |
+
"special": true
|
842 |
+
},
|
843 |
+
"128105": {
|
844 |
+
"content": "<|reserved_special_token_97|>",
|
845 |
+
"lstrip": false,
|
846 |
+
"normalized": false,
|
847 |
+
"rstrip": false,
|
848 |
+
"single_word": false,
|
849 |
+
"special": true
|
850 |
+
},
|
851 |
+
"128106": {
|
852 |
+
"content": "<|reserved_special_token_98|>",
|
853 |
+
"lstrip": false,
|
854 |
+
"normalized": false,
|
855 |
+
"rstrip": false,
|
856 |
+
"single_word": false,
|
857 |
+
"special": true
|
858 |
+
},
|
859 |
+
"128107": {
|
860 |
+
"content": "<|reserved_special_token_99|>",
|
861 |
+
"lstrip": false,
|
862 |
+
"normalized": false,
|
863 |
+
"rstrip": false,
|
864 |
+
"single_word": false,
|
865 |
+
"special": true
|
866 |
+
},
|
867 |
+
"128108": {
|
868 |
+
"content": "<|reserved_special_token_100|>",
|
869 |
+
"lstrip": false,
|
870 |
+
"normalized": false,
|
871 |
+
"rstrip": false,
|
872 |
+
"single_word": false,
|
873 |
+
"special": true
|
874 |
+
},
|
875 |
+
"128109": {
|
876 |
+
"content": "<|reserved_special_token_101|>",
|
877 |
+
"lstrip": false,
|
878 |
+
"normalized": false,
|
879 |
+
"rstrip": false,
|
880 |
+
"single_word": false,
|
881 |
+
"special": true
|
882 |
+
},
|
883 |
+
"128110": {
|
884 |
+
"content": "<|reserved_special_token_102|>",
|
885 |
+
"lstrip": false,
|
886 |
+
"normalized": false,
|
887 |
+
"rstrip": false,
|
888 |
+
"single_word": false,
|
889 |
+
"special": true
|
890 |
+
},
|
891 |
+
"128111": {
|
892 |
+
"content": "<|reserved_special_token_103|>",
|
893 |
+
"lstrip": false,
|
894 |
+
"normalized": false,
|
895 |
+
"rstrip": false,
|
896 |
+
"single_word": false,
|
897 |
+
"special": true
|
898 |
+
},
|
899 |
+
"128112": {
|
900 |
+
"content": "<|reserved_special_token_104|>",
|
901 |
+
"lstrip": false,
|
902 |
+
"normalized": false,
|
903 |
+
"rstrip": false,
|
904 |
+
"single_word": false,
|
905 |
+
"special": true
|
906 |
+
},
|
907 |
+
"128113": {
|
908 |
+
"content": "<|reserved_special_token_105|>",
|
909 |
+
"lstrip": false,
|
910 |
+
"normalized": false,
|
911 |
+
"rstrip": false,
|
912 |
+
"single_word": false,
|
913 |
+
"special": true
|
914 |
+
},
|
915 |
+
"128114": {
|
916 |
+
"content": "<|reserved_special_token_106|>",
|
917 |
+
"lstrip": false,
|
918 |
+
"normalized": false,
|
919 |
+
"rstrip": false,
|
920 |
+
"single_word": false,
|
921 |
+
"special": true
|
922 |
+
},
|
923 |
+
"128115": {
|
924 |
+
"content": "<|reserved_special_token_107|>",
|
925 |
+
"lstrip": false,
|
926 |
+
"normalized": false,
|
927 |
+
"rstrip": false,
|
928 |
+
"single_word": false,
|
929 |
+
"special": true
|
930 |
+
},
|
931 |
+
"128116": {
|
932 |
+
"content": "<|reserved_special_token_108|>",
|
933 |
+
"lstrip": false,
|
934 |
+
"normalized": false,
|
935 |
+
"rstrip": false,
|
936 |
+
"single_word": false,
|
937 |
+
"special": true
|
938 |
+
},
|
939 |
+
"128117": {
|
940 |
+
"content": "<|reserved_special_token_109|>",
|
941 |
+
"lstrip": false,
|
942 |
+
"normalized": false,
|
943 |
+
"rstrip": false,
|
944 |
+
"single_word": false,
|
945 |
+
"special": true
|
946 |
+
},
|
947 |
+
"128118": {
|
948 |
+
"content": "<|reserved_special_token_110|>",
|
949 |
+
"lstrip": false,
|
950 |
+
"normalized": false,
|
951 |
+
"rstrip": false,
|
952 |
+
"single_word": false,
|
953 |
+
"special": true
|
954 |
+
},
|
955 |
+
"128119": {
|
956 |
+
"content": "<|reserved_special_token_111|>",
|
957 |
+
"lstrip": false,
|
958 |
+
"normalized": false,
|
959 |
+
"rstrip": false,
|
960 |
+
"single_word": false,
|
961 |
+
"special": true
|
962 |
+
},
|
963 |
+
"128120": {
|
964 |
+
"content": "<|reserved_special_token_112|>",
|
965 |
+
"lstrip": false,
|
966 |
+
"normalized": false,
|
967 |
+
"rstrip": false,
|
968 |
+
"single_word": false,
|
969 |
+
"special": true
|
970 |
+
},
|
971 |
+
"128121": {
|
972 |
+
"content": "<|reserved_special_token_113|>",
|
973 |
+
"lstrip": false,
|
974 |
+
"normalized": false,
|
975 |
+
"rstrip": false,
|
976 |
+
"single_word": false,
|
977 |
+
"special": true
|
978 |
+
},
|
979 |
+
"128122": {
|
980 |
+
"content": "<|reserved_special_token_114|>",
|
981 |
+
"lstrip": false,
|
982 |
+
"normalized": false,
|
983 |
+
"rstrip": false,
|
984 |
+
"single_word": false,
|
985 |
+
"special": true
|
986 |
+
},
|
987 |
+
"128123": {
|
988 |
+
"content": "<|reserved_special_token_115|>",
|
989 |
+
"lstrip": false,
|
990 |
+
"normalized": false,
|
991 |
+
"rstrip": false,
|
992 |
+
"single_word": false,
|
993 |
+
"special": true
|
994 |
+
},
|
995 |
+
"128124": {
|
996 |
+
"content": "<|reserved_special_token_116|>",
|
997 |
+
"lstrip": false,
|
998 |
+
"normalized": false,
|
999 |
+
"rstrip": false,
|
1000 |
+
"single_word": false,
|
1001 |
+
"special": true
|
1002 |
+
},
|
1003 |
+
"128125": {
|
1004 |
+
"content": "<|reserved_special_token_117|>",
|
1005 |
+
"lstrip": false,
|
1006 |
+
"normalized": false,
|
1007 |
+
"rstrip": false,
|
1008 |
+
"single_word": false,
|
1009 |
+
"special": true
|
1010 |
+
},
|
1011 |
+
"128126": {
|
1012 |
+
"content": "<|reserved_special_token_118|>",
|
1013 |
+
"lstrip": false,
|
1014 |
+
"normalized": false,
|
1015 |
+
"rstrip": false,
|
1016 |
+
"single_word": false,
|
1017 |
+
"special": true
|
1018 |
+
},
|
1019 |
+
"128127": {
|
1020 |
+
"content": "<|reserved_special_token_119|>",
|
1021 |
+
"lstrip": false,
|
1022 |
+
"normalized": false,
|
1023 |
+
"rstrip": false,
|
1024 |
+
"single_word": false,
|
1025 |
+
"special": true
|
1026 |
+
},
|
1027 |
+
"128128": {
|
1028 |
+
"content": "<|reserved_special_token_120|>",
|
1029 |
+
"lstrip": false,
|
1030 |
+
"normalized": false,
|
1031 |
+
"rstrip": false,
|
1032 |
+
"single_word": false,
|
1033 |
+
"special": true
|
1034 |
+
},
|
1035 |
+
"128129": {
|
1036 |
+
"content": "<|reserved_special_token_121|>",
|
1037 |
+
"lstrip": false,
|
1038 |
+
"normalized": false,
|
1039 |
+
"rstrip": false,
|
1040 |
+
"single_word": false,
|
1041 |
+
"special": true
|
1042 |
+
},
|
1043 |
+
"128130": {
|
1044 |
+
"content": "<|reserved_special_token_122|>",
|
1045 |
+
"lstrip": false,
|
1046 |
+
"normalized": false,
|
1047 |
+
"rstrip": false,
|
1048 |
+
"single_word": false,
|
1049 |
+
"special": true
|
1050 |
+
},
|
1051 |
+
"128131": {
|
1052 |
+
"content": "<|reserved_special_token_123|>",
|
1053 |
+
"lstrip": false,
|
1054 |
+
"normalized": false,
|
1055 |
+
"rstrip": false,
|
1056 |
+
"single_word": false,
|
1057 |
+
"special": true
|
1058 |
+
},
|
1059 |
+
"128132": {
|
1060 |
+
"content": "<|reserved_special_token_124|>",
|
1061 |
+
"lstrip": false,
|
1062 |
+
"normalized": false,
|
1063 |
+
"rstrip": false,
|
1064 |
+
"single_word": false,
|
1065 |
+
"special": true
|
1066 |
+
},
|
1067 |
+
"128133": {
|
1068 |
+
"content": "<|reserved_special_token_125|>",
|
1069 |
+
"lstrip": false,
|
1070 |
+
"normalized": false,
|
1071 |
+
"rstrip": false,
|
1072 |
+
"single_word": false,
|
1073 |
+
"special": true
|
1074 |
+
},
|
1075 |
+
"128134": {
|
1076 |
+
"content": "<|reserved_special_token_126|>",
|
1077 |
+
"lstrip": false,
|
1078 |
+
"normalized": false,
|
1079 |
+
"rstrip": false,
|
1080 |
+
"single_word": false,
|
1081 |
+
"special": true
|
1082 |
+
},
|
1083 |
+
"128135": {
|
1084 |
+
"content": "<|reserved_special_token_127|>",
|
1085 |
+
"lstrip": false,
|
1086 |
+
"normalized": false,
|
1087 |
+
"rstrip": false,
|
1088 |
+
"single_word": false,
|
1089 |
+
"special": true
|
1090 |
+
},
|
1091 |
+
"128136": {
|
1092 |
+
"content": "<|reserved_special_token_128|>",
|
1093 |
+
"lstrip": false,
|
1094 |
+
"normalized": false,
|
1095 |
+
"rstrip": false,
|
1096 |
+
"single_word": false,
|
1097 |
+
"special": true
|
1098 |
+
},
|
1099 |
+
"128137": {
|
1100 |
+
"content": "<|reserved_special_token_129|>",
|
1101 |
+
"lstrip": false,
|
1102 |
+
"normalized": false,
|
1103 |
+
"rstrip": false,
|
1104 |
+
"single_word": false,
|
1105 |
+
"special": true
|
1106 |
+
},
|
1107 |
+
"128138": {
|
1108 |
+
"content": "<|reserved_special_token_130|>",
|
1109 |
+
"lstrip": false,
|
1110 |
+
"normalized": false,
|
1111 |
+
"rstrip": false,
|
1112 |
+
"single_word": false,
|
1113 |
+
"special": true
|
1114 |
+
},
|
1115 |
+
"128139": {
|
1116 |
+
"content": "<|reserved_special_token_131|>",
|
1117 |
+
"lstrip": false,
|
1118 |
+
"normalized": false,
|
1119 |
+
"rstrip": false,
|
1120 |
+
"single_word": false,
|
1121 |
+
"special": true
|
1122 |
+
},
|
1123 |
+
"128140": {
|
1124 |
+
"content": "<|reserved_special_token_132|>",
|
1125 |
+
"lstrip": false,
|
1126 |
+
"normalized": false,
|
1127 |
+
"rstrip": false,
|
1128 |
+
"single_word": false,
|
1129 |
+
"special": true
|
1130 |
+
},
|
1131 |
+
"128141": {
|
1132 |
+
"content": "<|reserved_special_token_133|>",
|
1133 |
+
"lstrip": false,
|
1134 |
+
"normalized": false,
|
1135 |
+
"rstrip": false,
|
1136 |
+
"single_word": false,
|
1137 |
+
"special": true
|
1138 |
+
},
|
1139 |
+
"128142": {
|
1140 |
+
"content": "<|reserved_special_token_134|>",
|
1141 |
+
"lstrip": false,
|
1142 |
+
"normalized": false,
|
1143 |
+
"rstrip": false,
|
1144 |
+
"single_word": false,
|
1145 |
+
"special": true
|
1146 |
+
},
|
1147 |
+
"128143": {
|
1148 |
+
"content": "<|reserved_special_token_135|>",
|
1149 |
+
"lstrip": false,
|
1150 |
+
"normalized": false,
|
1151 |
+
"rstrip": false,
|
1152 |
+
"single_word": false,
|
1153 |
+
"special": true
|
1154 |
+
},
|
1155 |
+
"128144": {
|
1156 |
+
"content": "<|reserved_special_token_136|>",
|
1157 |
+
"lstrip": false,
|
1158 |
+
"normalized": false,
|
1159 |
+
"rstrip": false,
|
1160 |
+
"single_word": false,
|
1161 |
+
"special": true
|
1162 |
+
},
|
1163 |
+
"128145": {
|
1164 |
+
"content": "<|reserved_special_token_137|>",
|
1165 |
+
"lstrip": false,
|
1166 |
+
"normalized": false,
|
1167 |
+
"rstrip": false,
|
1168 |
+
"single_word": false,
|
1169 |
+
"special": true
|
1170 |
+
},
|
1171 |
+
"128146": {
|
1172 |
+
"content": "<|reserved_special_token_138|>",
|
1173 |
+
"lstrip": false,
|
1174 |
+
"normalized": false,
|
1175 |
+
"rstrip": false,
|
1176 |
+
"single_word": false,
|
1177 |
+
"special": true
|
1178 |
+
},
|
1179 |
+
"128147": {
|
1180 |
+
"content": "<|reserved_special_token_139|>",
|
1181 |
+
"lstrip": false,
|
1182 |
+
"normalized": false,
|
1183 |
+
"rstrip": false,
|
1184 |
+
"single_word": false,
|
1185 |
+
"special": true
|
1186 |
+
},
|
1187 |
+
"128148": {
|
1188 |
+
"content": "<|reserved_special_token_140|>",
|
1189 |
+
"lstrip": false,
|
1190 |
+
"normalized": false,
|
1191 |
+
"rstrip": false,
|
1192 |
+
"single_word": false,
|
1193 |
+
"special": true
|
1194 |
+
},
|
1195 |
+
"128149": {
|
1196 |
+
"content": "<|reserved_special_token_141|>",
|
1197 |
+
"lstrip": false,
|
1198 |
+
"normalized": false,
|
1199 |
+
"rstrip": false,
|
1200 |
+
"single_word": false,
|
1201 |
+
"special": true
|
1202 |
+
},
|
1203 |
+
"128150": {
|
1204 |
+
"content": "<|reserved_special_token_142|>",
|
1205 |
+
"lstrip": false,
|
1206 |
+
"normalized": false,
|
1207 |
+
"rstrip": false,
|
1208 |
+
"single_word": false,
|
1209 |
+
"special": true
|
1210 |
+
},
|
1211 |
+
"128151": {
|
1212 |
+
"content": "<|reserved_special_token_143|>",
|
1213 |
+
"lstrip": false,
|
1214 |
+
"normalized": false,
|
1215 |
+
"rstrip": false,
|
1216 |
+
"single_word": false,
|
1217 |
+
"special": true
|
1218 |
+
},
|
1219 |
+
"128152": {
|
1220 |
+
"content": "<|reserved_special_token_144|>",
|
1221 |
+
"lstrip": false,
|
1222 |
+
"normalized": false,
|
1223 |
+
"rstrip": false,
|
1224 |
+
"single_word": false,
|
1225 |
+
"special": true
|
1226 |
+
},
|
1227 |
+
"128153": {
|
1228 |
+
"content": "<|reserved_special_token_145|>",
|
1229 |
+
"lstrip": false,
|
1230 |
+
"normalized": false,
|
1231 |
+
"rstrip": false,
|
1232 |
+
"single_word": false,
|
1233 |
+
"special": true
|
1234 |
+
},
|
1235 |
+
"128154": {
|
1236 |
+
"content": "<|reserved_special_token_146|>",
|
1237 |
+
"lstrip": false,
|
1238 |
+
"normalized": false,
|
1239 |
+
"rstrip": false,
|
1240 |
+
"single_word": false,
|
1241 |
+
"special": true
|
1242 |
+
},
|
1243 |
+
"128155": {
|
1244 |
+
"content": "<|reserved_special_token_147|>",
|
1245 |
+
"lstrip": false,
|
1246 |
+
"normalized": false,
|
1247 |
+
"rstrip": false,
|
1248 |
+
"single_word": false,
|
1249 |
+
"special": true
|
1250 |
+
},
|
1251 |
+
"128156": {
|
1252 |
+
"content": "<|reserved_special_token_148|>",
|
1253 |
+
"lstrip": false,
|
1254 |
+
"normalized": false,
|
1255 |
+
"rstrip": false,
|
1256 |
+
"single_word": false,
|
1257 |
+
"special": true
|
1258 |
+
},
|
1259 |
+
"128157": {
|
1260 |
+
"content": "<|reserved_special_token_149|>",
|
1261 |
+
"lstrip": false,
|
1262 |
+
"normalized": false,
|
1263 |
+
"rstrip": false,
|
1264 |
+
"single_word": false,
|
1265 |
+
"special": true
|
1266 |
+
},
|
1267 |
+
"128158": {
|
1268 |
+
"content": "<|reserved_special_token_150|>",
|
1269 |
+
"lstrip": false,
|
1270 |
+
"normalized": false,
|
1271 |
+
"rstrip": false,
|
1272 |
+
"single_word": false,
|
1273 |
+
"special": true
|
1274 |
+
},
|
1275 |
+
"128159": {
|
1276 |
+
"content": "<|reserved_special_token_151|>",
|
1277 |
+
"lstrip": false,
|
1278 |
+
"normalized": false,
|
1279 |
+
"rstrip": false,
|
1280 |
+
"single_word": false,
|
1281 |
+
"special": true
|
1282 |
+
},
|
1283 |
+
"128160": {
|
1284 |
+
"content": "<|reserved_special_token_152|>",
|
1285 |
+
"lstrip": false,
|
1286 |
+
"normalized": false,
|
1287 |
+
"rstrip": false,
|
1288 |
+
"single_word": false,
|
1289 |
+
"special": true
|
1290 |
+
},
|
1291 |
+
"128161": {
|
1292 |
+
"content": "<|reserved_special_token_153|>",
|
1293 |
+
"lstrip": false,
|
1294 |
+
"normalized": false,
|
1295 |
+
"rstrip": false,
|
1296 |
+
"single_word": false,
|
1297 |
+
"special": true
|
1298 |
+
},
|
1299 |
+
"128162": {
|
1300 |
+
"content": "<|reserved_special_token_154|>",
|
1301 |
+
"lstrip": false,
|
1302 |
+
"normalized": false,
|
1303 |
+
"rstrip": false,
|
1304 |
+
"single_word": false,
|
1305 |
+
"special": true
|
1306 |
+
},
|
1307 |
+
"128163": {
|
1308 |
+
"content": "<|reserved_special_token_155|>",
|
1309 |
+
"lstrip": false,
|
1310 |
+
"normalized": false,
|
1311 |
+
"rstrip": false,
|
1312 |
+
"single_word": false,
|
1313 |
+
"special": true
|
1314 |
+
},
|
1315 |
+
"128164": {
|
1316 |
+
"content": "<|reserved_special_token_156|>",
|
1317 |
+
"lstrip": false,
|
1318 |
+
"normalized": false,
|
1319 |
+
"rstrip": false,
|
1320 |
+
"single_word": false,
|
1321 |
+
"special": true
|
1322 |
+
},
|
1323 |
+
"128165": {
|
1324 |
+
"content": "<|reserved_special_token_157|>",
|
1325 |
+
"lstrip": false,
|
1326 |
+
"normalized": false,
|
1327 |
+
"rstrip": false,
|
1328 |
+
"single_word": false,
|
1329 |
+
"special": true
|
1330 |
+
},
|
1331 |
+
"128166": {
|
1332 |
+
"content": "<|reserved_special_token_158|>",
|
1333 |
+
"lstrip": false,
|
1334 |
+
"normalized": false,
|
1335 |
+
"rstrip": false,
|
1336 |
+
"single_word": false,
|
1337 |
+
"special": true
|
1338 |
+
},
|
1339 |
+
"128167": {
|
1340 |
+
"content": "<|reserved_special_token_159|>",
|
1341 |
+
"lstrip": false,
|
1342 |
+
"normalized": false,
|
1343 |
+
"rstrip": false,
|
1344 |
+
"single_word": false,
|
1345 |
+
"special": true
|
1346 |
+
},
|
1347 |
+
"128168": {
|
1348 |
+
"content": "<|reserved_special_token_160|>",
|
1349 |
+
"lstrip": false,
|
1350 |
+
"normalized": false,
|
1351 |
+
"rstrip": false,
|
1352 |
+
"single_word": false,
|
1353 |
+
"special": true
|
1354 |
+
},
|
1355 |
+
"128169": {
|
1356 |
+
"content": "<|reserved_special_token_161|>",
|
1357 |
+
"lstrip": false,
|
1358 |
+
"normalized": false,
|
1359 |
+
"rstrip": false,
|
1360 |
+
"single_word": false,
|
1361 |
+
"special": true
|
1362 |
+
},
|
1363 |
+
"128170": {
|
1364 |
+
"content": "<|reserved_special_token_162|>",
|
1365 |
+
"lstrip": false,
|
1366 |
+
"normalized": false,
|
1367 |
+
"rstrip": false,
|
1368 |
+
"single_word": false,
|
1369 |
+
"special": true
|
1370 |
+
},
|
1371 |
+
"128171": {
|
1372 |
+
"content": "<|reserved_special_token_163|>",
|
1373 |
+
"lstrip": false,
|
1374 |
+
"normalized": false,
|
1375 |
+
"rstrip": false,
|
1376 |
+
"single_word": false,
|
1377 |
+
"special": true
|
1378 |
+
},
|
1379 |
+
"128172": {
|
1380 |
+
"content": "<|reserved_special_token_164|>",
|
1381 |
+
"lstrip": false,
|
1382 |
+
"normalized": false,
|
1383 |
+
"rstrip": false,
|
1384 |
+
"single_word": false,
|
1385 |
+
"special": true
|
1386 |
+
},
|
1387 |
+
"128173": {
|
1388 |
+
"content": "<|reserved_special_token_165|>",
|
1389 |
+
"lstrip": false,
|
1390 |
+
"normalized": false,
|
1391 |
+
"rstrip": false,
|
1392 |
+
"single_word": false,
|
1393 |
+
"special": true
|
1394 |
+
},
|
1395 |
+
"128174": {
|
1396 |
+
"content": "<|reserved_special_token_166|>",
|
1397 |
+
"lstrip": false,
|
1398 |
+
"normalized": false,
|
1399 |
+
"rstrip": false,
|
1400 |
+
"single_word": false,
|
1401 |
+
"special": true
|
1402 |
+
},
|
1403 |
+
"128175": {
|
1404 |
+
"content": "<|reserved_special_token_167|>",
|
1405 |
+
"lstrip": false,
|
1406 |
+
"normalized": false,
|
1407 |
+
"rstrip": false,
|
1408 |
+
"single_word": false,
|
1409 |
+
"special": true
|
1410 |
+
},
|
1411 |
+
"128176": {
|
1412 |
+
"content": "<|reserved_special_token_168|>",
|
1413 |
+
"lstrip": false,
|
1414 |
+
"normalized": false,
|
1415 |
+
"rstrip": false,
|
1416 |
+
"single_word": false,
|
1417 |
+
"special": true
|
1418 |
+
},
|
1419 |
+
"128177": {
|
1420 |
+
"content": "<|reserved_special_token_169|>",
|
1421 |
+
"lstrip": false,
|
1422 |
+
"normalized": false,
|
1423 |
+
"rstrip": false,
|
1424 |
+
"single_word": false,
|
1425 |
+
"special": true
|
1426 |
+
},
|
1427 |
+
"128178": {
|
1428 |
+
"content": "<|reserved_special_token_170|>",
|
1429 |
+
"lstrip": false,
|
1430 |
+
"normalized": false,
|
1431 |
+
"rstrip": false,
|
1432 |
+
"single_word": false,
|
1433 |
+
"special": true
|
1434 |
+
},
|
1435 |
+
"128179": {
|
1436 |
+
"content": "<|reserved_special_token_171|>",
|
1437 |
+
"lstrip": false,
|
1438 |
+
"normalized": false,
|
1439 |
+
"rstrip": false,
|
1440 |
+
"single_word": false,
|
1441 |
+
"special": true
|
1442 |
+
},
|
1443 |
+
"128180": {
|
1444 |
+
"content": "<|reserved_special_token_172|>",
|
1445 |
+
"lstrip": false,
|
1446 |
+
"normalized": false,
|
1447 |
+
"rstrip": false,
|
1448 |
+
"single_word": false,
|
1449 |
+
"special": true
|
1450 |
+
},
|
1451 |
+
"128181": {
|
1452 |
+
"content": "<|reserved_special_token_173|>",
|
1453 |
+
"lstrip": false,
|
1454 |
+
"normalized": false,
|
1455 |
+
"rstrip": false,
|
1456 |
+
"single_word": false,
|
1457 |
+
"special": true
|
1458 |
+
},
|
1459 |
+
"128182": {
|
1460 |
+
"content": "<|reserved_special_token_174|>",
|
1461 |
+
"lstrip": false,
|
1462 |
+
"normalized": false,
|
1463 |
+
"rstrip": false,
|
1464 |
+
"single_word": false,
|
1465 |
+
"special": true
|
1466 |
+
},
|
1467 |
+
"128183": {
|
1468 |
+
"content": "<|reserved_special_token_175|>",
|
1469 |
+
"lstrip": false,
|
1470 |
+
"normalized": false,
|
1471 |
+
"rstrip": false,
|
1472 |
+
"single_word": false,
|
1473 |
+
"special": true
|
1474 |
+
},
|
1475 |
+
"128184": {
|
1476 |
+
"content": "<|reserved_special_token_176|>",
|
1477 |
+
"lstrip": false,
|
1478 |
+
"normalized": false,
|
1479 |
+
"rstrip": false,
|
1480 |
+
"single_word": false,
|
1481 |
+
"special": true
|
1482 |
+
},
|
1483 |
+
"128185": {
|
1484 |
+
"content": "<|reserved_special_token_177|>",
|
1485 |
+
"lstrip": false,
|
1486 |
+
"normalized": false,
|
1487 |
+
"rstrip": false,
|
1488 |
+
"single_word": false,
|
1489 |
+
"special": true
|
1490 |
+
},
|
1491 |
+
"128186": {
|
1492 |
+
"content": "<|reserved_special_token_178|>",
|
1493 |
+
"lstrip": false,
|
1494 |
+
"normalized": false,
|
1495 |
+
"rstrip": false,
|
1496 |
+
"single_word": false,
|
1497 |
+
"special": true
|
1498 |
+
},
|
1499 |
+
"128187": {
|
1500 |
+
"content": "<|reserved_special_token_179|>",
|
1501 |
+
"lstrip": false,
|
1502 |
+
"normalized": false,
|
1503 |
+
"rstrip": false,
|
1504 |
+
"single_word": false,
|
1505 |
+
"special": true
|
1506 |
+
},
|
1507 |
+
"128188": {
|
1508 |
+
"content": "<|reserved_special_token_180|>",
|
1509 |
+
"lstrip": false,
|
1510 |
+
"normalized": false,
|
1511 |
+
"rstrip": false,
|
1512 |
+
"single_word": false,
|
1513 |
+
"special": true
|
1514 |
+
},
|
1515 |
+
"128189": {
|
1516 |
+
"content": "<|reserved_special_token_181|>",
|
1517 |
+
"lstrip": false,
|
1518 |
+
"normalized": false,
|
1519 |
+
"rstrip": false,
|
1520 |
+
"single_word": false,
|
1521 |
+
"special": true
|
1522 |
+
},
|
1523 |
+
"128190": {
|
1524 |
+
"content": "<|reserved_special_token_182|>",
|
1525 |
+
"lstrip": false,
|
1526 |
+
"normalized": false,
|
1527 |
+
"rstrip": false,
|
1528 |
+
"single_word": false,
|
1529 |
+
"special": true
|
1530 |
+
},
|
1531 |
+
"128191": {
|
1532 |
+
"content": "<|reserved_special_token_183|>",
|
1533 |
+
"lstrip": false,
|
1534 |
+
"normalized": false,
|
1535 |
+
"rstrip": false,
|
1536 |
+
"single_word": false,
|
1537 |
+
"special": true
|
1538 |
+
},
|
1539 |
+
"128192": {
|
1540 |
+
"content": "<|reserved_special_token_184|>",
|
1541 |
+
"lstrip": false,
|
1542 |
+
"normalized": false,
|
1543 |
+
"rstrip": false,
|
1544 |
+
"single_word": false,
|
1545 |
+
"special": true
|
1546 |
+
},
|
1547 |
+
"128193": {
|
1548 |
+
"content": "<|reserved_special_token_185|>",
|
1549 |
+
"lstrip": false,
|
1550 |
+
"normalized": false,
|
1551 |
+
"rstrip": false,
|
1552 |
+
"single_word": false,
|
1553 |
+
"special": true
|
1554 |
+
},
|
1555 |
+
"128194": {
|
1556 |
+
"content": "<|reserved_special_token_186|>",
|
1557 |
+
"lstrip": false,
|
1558 |
+
"normalized": false,
|
1559 |
+
"rstrip": false,
|
1560 |
+
"single_word": false,
|
1561 |
+
"special": true
|
1562 |
+
},
|
1563 |
+
"128195": {
|
1564 |
+
"content": "<|reserved_special_token_187|>",
|
1565 |
+
"lstrip": false,
|
1566 |
+
"normalized": false,
|
1567 |
+
"rstrip": false,
|
1568 |
+
"single_word": false,
|
1569 |
+
"special": true
|
1570 |
+
},
|
1571 |
+
"128196": {
|
1572 |
+
"content": "<|reserved_special_token_188|>",
|
1573 |
+
"lstrip": false,
|
1574 |
+
"normalized": false,
|
1575 |
+
"rstrip": false,
|
1576 |
+
"single_word": false,
|
1577 |
+
"special": true
|
1578 |
+
},
|
1579 |
+
"128197": {
|
1580 |
+
"content": "<|reserved_special_token_189|>",
|
1581 |
+
"lstrip": false,
|
1582 |
+
"normalized": false,
|
1583 |
+
"rstrip": false,
|
1584 |
+
"single_word": false,
|
1585 |
+
"special": true
|
1586 |
+
},
|
1587 |
+
"128198": {
|
1588 |
+
"content": "<|reserved_special_token_190|>",
|
1589 |
+
"lstrip": false,
|
1590 |
+
"normalized": false,
|
1591 |
+
"rstrip": false,
|
1592 |
+
"single_word": false,
|
1593 |
+
"special": true
|
1594 |
+
},
|
1595 |
+
"128199": {
|
1596 |
+
"content": "<|reserved_special_token_191|>",
|
1597 |
+
"lstrip": false,
|
1598 |
+
"normalized": false,
|
1599 |
+
"rstrip": false,
|
1600 |
+
"single_word": false,
|
1601 |
+
"special": true
|
1602 |
+
},
|
1603 |
+
"128200": {
|
1604 |
+
"content": "<|reserved_special_token_192|>",
|
1605 |
+
"lstrip": false,
|
1606 |
+
"normalized": false,
|
1607 |
+
"rstrip": false,
|
1608 |
+
"single_word": false,
|
1609 |
+
"special": true
|
1610 |
+
},
|
1611 |
+
"128201": {
|
1612 |
+
"content": "<|reserved_special_token_193|>",
|
1613 |
+
"lstrip": false,
|
1614 |
+
"normalized": false,
|
1615 |
+
"rstrip": false,
|
1616 |
+
"single_word": false,
|
1617 |
+
"special": true
|
1618 |
+
},
|
1619 |
+
"128202": {
|
1620 |
+
"content": "<|reserved_special_token_194|>",
|
1621 |
+
"lstrip": false,
|
1622 |
+
"normalized": false,
|
1623 |
+
"rstrip": false,
|
1624 |
+
"single_word": false,
|
1625 |
+
"special": true
|
1626 |
+
},
|
1627 |
+
"128203": {
|
1628 |
+
"content": "<|reserved_special_token_195|>",
|
1629 |
+
"lstrip": false,
|
1630 |
+
"normalized": false,
|
1631 |
+
"rstrip": false,
|
1632 |
+
"single_word": false,
|
1633 |
+
"special": true
|
1634 |
+
},
|
1635 |
+
"128204": {
|
1636 |
+
"content": "<|reserved_special_token_196|>",
|
1637 |
+
"lstrip": false,
|
1638 |
+
"normalized": false,
|
1639 |
+
"rstrip": false,
|
1640 |
+
"single_word": false,
|
1641 |
+
"special": true
|
1642 |
+
},
|
1643 |
+
"128205": {
|
1644 |
+
"content": "<|reserved_special_token_197|>",
|
1645 |
+
"lstrip": false,
|
1646 |
+
"normalized": false,
|
1647 |
+
"rstrip": false,
|
1648 |
+
"single_word": false,
|
1649 |
+
"special": true
|
1650 |
+
},
|
1651 |
+
"128206": {
|
1652 |
+
"content": "<|reserved_special_token_198|>",
|
1653 |
+
"lstrip": false,
|
1654 |
+
"normalized": false,
|
1655 |
+
"rstrip": false,
|
1656 |
+
"single_word": false,
|
1657 |
+
"special": true
|
1658 |
+
},
|
1659 |
+
"128207": {
|
1660 |
+
"content": "<|reserved_special_token_199|>",
|
1661 |
+
"lstrip": false,
|
1662 |
+
"normalized": false,
|
1663 |
+
"rstrip": false,
|
1664 |
+
"single_word": false,
|
1665 |
+
"special": true
|
1666 |
+
},
|
1667 |
+
"128208": {
|
1668 |
+
"content": "<|reserved_special_token_200|>",
|
1669 |
+
"lstrip": false,
|
1670 |
+
"normalized": false,
|
1671 |
+
"rstrip": false,
|
1672 |
+
"single_word": false,
|
1673 |
+
"special": true
|
1674 |
+
},
|
1675 |
+
"128209": {
|
1676 |
+
"content": "<|reserved_special_token_201|>",
|
1677 |
+
"lstrip": false,
|
1678 |
+
"normalized": false,
|
1679 |
+
"rstrip": false,
|
1680 |
+
"single_word": false,
|
1681 |
+
"special": true
|
1682 |
+
},
|
1683 |
+
"128210": {
|
1684 |
+
"content": "<|reserved_special_token_202|>",
|
1685 |
+
"lstrip": false,
|
1686 |
+
"normalized": false,
|
1687 |
+
"rstrip": false,
|
1688 |
+
"single_word": false,
|
1689 |
+
"special": true
|
1690 |
+
},
|
1691 |
+
"128211": {
|
1692 |
+
"content": "<|reserved_special_token_203|>",
|
1693 |
+
"lstrip": false,
|
1694 |
+
"normalized": false,
|
1695 |
+
"rstrip": false,
|
1696 |
+
"single_word": false,
|
1697 |
+
"special": true
|
1698 |
+
},
|
1699 |
+
"128212": {
|
1700 |
+
"content": "<|reserved_special_token_204|>",
|
1701 |
+
"lstrip": false,
|
1702 |
+
"normalized": false,
|
1703 |
+
"rstrip": false,
|
1704 |
+
"single_word": false,
|
1705 |
+
"special": true
|
1706 |
+
},
|
1707 |
+
"128213": {
|
1708 |
+
"content": "<|reserved_special_token_205|>",
|
1709 |
+
"lstrip": false,
|
1710 |
+
"normalized": false,
|
1711 |
+
"rstrip": false,
|
1712 |
+
"single_word": false,
|
1713 |
+
"special": true
|
1714 |
+
},
|
1715 |
+
"128214": {
|
1716 |
+
"content": "<|reserved_special_token_206|>",
|
1717 |
+
"lstrip": false,
|
1718 |
+
"normalized": false,
|
1719 |
+
"rstrip": false,
|
1720 |
+
"single_word": false,
|
1721 |
+
"special": true
|
1722 |
+
},
|
1723 |
+
"128215": {
|
1724 |
+
"content": "<|reserved_special_token_207|>",
|
1725 |
+
"lstrip": false,
|
1726 |
+
"normalized": false,
|
1727 |
+
"rstrip": false,
|
1728 |
+
"single_word": false,
|
1729 |
+
"special": true
|
1730 |
+
},
|
1731 |
+
"128216": {
|
1732 |
+
"content": "<|reserved_special_token_208|>",
|
1733 |
+
"lstrip": false,
|
1734 |
+
"normalized": false,
|
1735 |
+
"rstrip": false,
|
1736 |
+
"single_word": false,
|
1737 |
+
"special": true
|
1738 |
+
},
|
1739 |
+
"128217": {
|
1740 |
+
"content": "<|reserved_special_token_209|>",
|
1741 |
+
"lstrip": false,
|
1742 |
+
"normalized": false,
|
1743 |
+
"rstrip": false,
|
1744 |
+
"single_word": false,
|
1745 |
+
"special": true
|
1746 |
+
},
|
1747 |
+
"128218": {
|
1748 |
+
"content": "<|reserved_special_token_210|>",
|
1749 |
+
"lstrip": false,
|
1750 |
+
"normalized": false,
|
1751 |
+
"rstrip": false,
|
1752 |
+
"single_word": false,
|
1753 |
+
"special": true
|
1754 |
+
},
|
1755 |
+
"128219": {
|
1756 |
+
"content": "<|reserved_special_token_211|>",
|
1757 |
+
"lstrip": false,
|
1758 |
+
"normalized": false,
|
1759 |
+
"rstrip": false,
|
1760 |
+
"single_word": false,
|
1761 |
+
"special": true
|
1762 |
+
},
|
1763 |
+
"128220": {
|
1764 |
+
"content": "<|reserved_special_token_212|>",
|
1765 |
+
"lstrip": false,
|
1766 |
+
"normalized": false,
|
1767 |
+
"rstrip": false,
|
1768 |
+
"single_word": false,
|
1769 |
+
"special": true
|
1770 |
+
},
|
1771 |
+
"128221": {
|
1772 |
+
"content": "<|reserved_special_token_213|>",
|
1773 |
+
"lstrip": false,
|
1774 |
+
"normalized": false,
|
1775 |
+
"rstrip": false,
|
1776 |
+
"single_word": false,
|
1777 |
+
"special": true
|
1778 |
+
},
|
1779 |
+
"128222": {
|
1780 |
+
"content": "<|reserved_special_token_214|>",
|
1781 |
+
"lstrip": false,
|
1782 |
+
"normalized": false,
|
1783 |
+
"rstrip": false,
|
1784 |
+
"single_word": false,
|
1785 |
+
"special": true
|
1786 |
+
},
|
1787 |
+
"128223": {
|
1788 |
+
"content": "<|reserved_special_token_215|>",
|
1789 |
+
"lstrip": false,
|
1790 |
+
"normalized": false,
|
1791 |
+
"rstrip": false,
|
1792 |
+
"single_word": false,
|
1793 |
+
"special": true
|
1794 |
+
},
|
1795 |
+
"128224": {
|
1796 |
+
"content": "<|reserved_special_token_216|>",
|
1797 |
+
"lstrip": false,
|
1798 |
+
"normalized": false,
|
1799 |
+
"rstrip": false,
|
1800 |
+
"single_word": false,
|
1801 |
+
"special": true
|
1802 |
+
},
|
1803 |
+
"128225": {
|
1804 |
+
"content": "<|reserved_special_token_217|>",
|
1805 |
+
"lstrip": false,
|
1806 |
+
"normalized": false,
|
1807 |
+
"rstrip": false,
|
1808 |
+
"single_word": false,
|
1809 |
+
"special": true
|
1810 |
+
},
|
1811 |
+
"128226": {
|
1812 |
+
"content": "<|reserved_special_token_218|>",
|
1813 |
+
"lstrip": false,
|
1814 |
+
"normalized": false,
|
1815 |
+
"rstrip": false,
|
1816 |
+
"single_word": false,
|
1817 |
+
"special": true
|
1818 |
+
},
|
1819 |
+
"128227": {
|
1820 |
+
"content": "<|reserved_special_token_219|>",
|
1821 |
+
"lstrip": false,
|
1822 |
+
"normalized": false,
|
1823 |
+
"rstrip": false,
|
1824 |
+
"single_word": false,
|
1825 |
+
"special": true
|
1826 |
+
},
|
1827 |
+
"128228": {
|
1828 |
+
"content": "<|reserved_special_token_220|>",
|
1829 |
+
"lstrip": false,
|
1830 |
+
"normalized": false,
|
1831 |
+
"rstrip": false,
|
1832 |
+
"single_word": false,
|
1833 |
+
"special": true
|
1834 |
+
},
|
1835 |
+
"128229": {
|
1836 |
+
"content": "<|reserved_special_token_221|>",
|
1837 |
+
"lstrip": false,
|
1838 |
+
"normalized": false,
|
1839 |
+
"rstrip": false,
|
1840 |
+
"single_word": false,
|
1841 |
+
"special": true
|
1842 |
+
},
|
1843 |
+
"128230": {
|
1844 |
+
"content": "<|reserved_special_token_222|>",
|
1845 |
+
"lstrip": false,
|
1846 |
+
"normalized": false,
|
1847 |
+
"rstrip": false,
|
1848 |
+
"single_word": false,
|
1849 |
+
"special": true
|
1850 |
+
},
|
1851 |
+
"128231": {
|
1852 |
+
"content": "<|reserved_special_token_223|>",
|
1853 |
+
"lstrip": false,
|
1854 |
+
"normalized": false,
|
1855 |
+
"rstrip": false,
|
1856 |
+
"single_word": false,
|
1857 |
+
"special": true
|
1858 |
+
},
|
1859 |
+
"128232": {
|
1860 |
+
"content": "<|reserved_special_token_224|>",
|
1861 |
+
"lstrip": false,
|
1862 |
+
"normalized": false,
|
1863 |
+
"rstrip": false,
|
1864 |
+
"single_word": false,
|
1865 |
+
"special": true
|
1866 |
+
},
|
1867 |
+
"128233": {
|
1868 |
+
"content": "<|reserved_special_token_225|>",
|
1869 |
+
"lstrip": false,
|
1870 |
+
"normalized": false,
|
1871 |
+
"rstrip": false,
|
1872 |
+
"single_word": false,
|
1873 |
+
"special": true
|
1874 |
+
},
|
1875 |
+
"128234": {
|
1876 |
+
"content": "<|reserved_special_token_226|>",
|
1877 |
+
"lstrip": false,
|
1878 |
+
"normalized": false,
|
1879 |
+
"rstrip": false,
|
1880 |
+
"single_word": false,
|
1881 |
+
"special": true
|
1882 |
+
},
|
1883 |
+
"128235": {
|
1884 |
+
"content": "<|reserved_special_token_227|>",
|
1885 |
+
"lstrip": false,
|
1886 |
+
"normalized": false,
|
1887 |
+
"rstrip": false,
|
1888 |
+
"single_word": false,
|
1889 |
+
"special": true
|
1890 |
+
},
|
1891 |
+
"128236": {
|
1892 |
+
"content": "<|reserved_special_token_228|>",
|
1893 |
+
"lstrip": false,
|
1894 |
+
"normalized": false,
|
1895 |
+
"rstrip": false,
|
1896 |
+
"single_word": false,
|
1897 |
+
"special": true
|
1898 |
+
},
|
1899 |
+
"128237": {
|
1900 |
+
"content": "<|reserved_special_token_229|>",
|
1901 |
+
"lstrip": false,
|
1902 |
+
"normalized": false,
|
1903 |
+
"rstrip": false,
|
1904 |
+
"single_word": false,
|
1905 |
+
"special": true
|
1906 |
+
},
|
1907 |
+
"128238": {
|
1908 |
+
"content": "<|reserved_special_token_230|>",
|
1909 |
+
"lstrip": false,
|
1910 |
+
"normalized": false,
|
1911 |
+
"rstrip": false,
|
1912 |
+
"single_word": false,
|
1913 |
+
"special": true
|
1914 |
+
},
|
1915 |
+
"128239": {
|
1916 |
+
"content": "<|reserved_special_token_231|>",
|
1917 |
+
"lstrip": false,
|
1918 |
+
"normalized": false,
|
1919 |
+
"rstrip": false,
|
1920 |
+
"single_word": false,
|
1921 |
+
"special": true
|
1922 |
+
},
|
1923 |
+
"128240": {
|
1924 |
+
"content": "<|reserved_special_token_232|>",
|
1925 |
+
"lstrip": false,
|
1926 |
+
"normalized": false,
|
1927 |
+
"rstrip": false,
|
1928 |
+
"single_word": false,
|
1929 |
+
"special": true
|
1930 |
+
},
|
1931 |
+
"128241": {
|
1932 |
+
"content": "<|reserved_special_token_233|>",
|
1933 |
+
"lstrip": false,
|
1934 |
+
"normalized": false,
|
1935 |
+
"rstrip": false,
|
1936 |
+
"single_word": false,
|
1937 |
+
"special": true
|
1938 |
+
},
|
1939 |
+
"128242": {
|
1940 |
+
"content": "<|reserved_special_token_234|>",
|
1941 |
+
"lstrip": false,
|
1942 |
+
"normalized": false,
|
1943 |
+
"rstrip": false,
|
1944 |
+
"single_word": false,
|
1945 |
+
"special": true
|
1946 |
+
},
|
1947 |
+
"128243": {
|
1948 |
+
"content": "<|reserved_special_token_235|>",
|
1949 |
+
"lstrip": false,
|
1950 |
+
"normalized": false,
|
1951 |
+
"rstrip": false,
|
1952 |
+
"single_word": false,
|
1953 |
+
"special": true
|
1954 |
+
},
|
1955 |
+
"128244": {
|
1956 |
+
"content": "<|reserved_special_token_236|>",
|
1957 |
+
"lstrip": false,
|
1958 |
+
"normalized": false,
|
1959 |
+
"rstrip": false,
|
1960 |
+
"single_word": false,
|
1961 |
+
"special": true
|
1962 |
+
},
|
1963 |
+
"128245": {
|
1964 |
+
"content": "<|reserved_special_token_237|>",
|
1965 |
+
"lstrip": false,
|
1966 |
+
"normalized": false,
|
1967 |
+
"rstrip": false,
|
1968 |
+
"single_word": false,
|
1969 |
+
"special": true
|
1970 |
+
},
|
1971 |
+
"128246": {
|
1972 |
+
"content": "<|reserved_special_token_238|>",
|
1973 |
+
"lstrip": false,
|
1974 |
+
"normalized": false,
|
1975 |
+
"rstrip": false,
|
1976 |
+
"single_word": false,
|
1977 |
+
"special": true
|
1978 |
+
},
|
1979 |
+
"128247": {
|
1980 |
+
"content": "<|reserved_special_token_239|>",
|
1981 |
+
"lstrip": false,
|
1982 |
+
"normalized": false,
|
1983 |
+
"rstrip": false,
|
1984 |
+
"single_word": false,
|
1985 |
+
"special": true
|
1986 |
+
},
|
1987 |
+
"128248": {
|
1988 |
+
"content": "<|reserved_special_token_240|>",
|
1989 |
+
"lstrip": false,
|
1990 |
+
"normalized": false,
|
1991 |
+
"rstrip": false,
|
1992 |
+
"single_word": false,
|
1993 |
+
"special": true
|
1994 |
+
},
|
1995 |
+
"128249": {
|
1996 |
+
"content": "<|reserved_special_token_241|>",
|
1997 |
+
"lstrip": false,
|
1998 |
+
"normalized": false,
|
1999 |
+
"rstrip": false,
|
2000 |
+
"single_word": false,
|
2001 |
+
"special": true
|
2002 |
+
},
|
2003 |
+
"128250": {
|
2004 |
+
"content": "<|reserved_special_token_242|>",
|
2005 |
+
"lstrip": false,
|
2006 |
+
"normalized": false,
|
2007 |
+
"rstrip": false,
|
2008 |
+
"single_word": false,
|
2009 |
+
"special": true
|
2010 |
+
},
|
2011 |
+
"128251": {
|
2012 |
+
"content": "<|reserved_special_token_243|>",
|
2013 |
+
"lstrip": false,
|
2014 |
+
"normalized": false,
|
2015 |
+
"rstrip": false,
|
2016 |
+
"single_word": false,
|
2017 |
+
"special": true
|
2018 |
+
},
|
2019 |
+
"128252": {
|
2020 |
+
"content": "<|reserved_special_token_244|>",
|
2021 |
+
"lstrip": false,
|
2022 |
+
"normalized": false,
|
2023 |
+
"rstrip": false,
|
2024 |
+
"single_word": false,
|
2025 |
+
"special": true
|
2026 |
+
},
|
2027 |
+
"128253": {
|
2028 |
+
"content": "<|reserved_special_token_245|>",
|
2029 |
+
"lstrip": false,
|
2030 |
+
"normalized": false,
|
2031 |
+
"rstrip": false,
|
2032 |
+
"single_word": false,
|
2033 |
+
"special": true
|
2034 |
+
},
|
2035 |
+
"128254": {
|
2036 |
+
"content": "<|reserved_special_token_246|>",
|
2037 |
+
"lstrip": false,
|
2038 |
+
"normalized": false,
|
2039 |
+
"rstrip": false,
|
2040 |
+
"single_word": false,
|
2041 |
+
"special": true
|
2042 |
+
},
|
2043 |
+
"128255": {
|
2044 |
+
"content": "<|reserved_special_token_247|>",
|
2045 |
+
"lstrip": false,
|
2046 |
+
"normalized": false,
|
2047 |
+
"rstrip": false,
|
2048 |
+
"single_word": false,
|
2049 |
+
"special": true
|
2050 |
+
}
|
2051 |
+
},
|
2052 |
+
"bos_token": "<|begin_of_text|>",
|
2053 |
+
"chat_template": "{% for message in messages %}\n{% if message['role'] == 'user' or message['role'] == 'system' %}\n{{ '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n' + message['content'] + '<|eot_id|>' }}{% elif message['role'] == 'tool' %}\n{{ '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n' + message['content'] + '<|eot_id|>' }}{% else %}\n{{ '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'}}{% if message['content'] is not none %}\n{{ '>>>all\n' + message['content'] }}{% endif %}\n{% if 'tool_calls' in message and message['tool_calls'] is not none %}\n{% for tool_call in message['tool_calls'] %}\n{{ '>>>' + tool_call['function']['name'] + '\n' + tool_call['function']['arguments'] }}{% endfor %}\n{% endif %}\n{{ '<|eot_id|>' }}{% endif %}\n{% endfor %}\n{% if add_generation_prompt %}{{ '<|start_header_id|>{role}<|end_header_id|>\n\n' }}{% endif %}",
|
2054 |
+
"clean_up_tokenization_spaces": true,
|
2055 |
+
"eos_token": "<|eot_id|>",
|
2056 |
+
"legacy": true,
|
2057 |
+
"model_input_names": [
|
2058 |
+
"input_ids",
|
2059 |
+
"attention_mask"
|
2060 |
+
],
|
2061 |
+
"model_max_length": 8192,
|
2062 |
+
"pad_token": "<|eot_id|>",
|
2063 |
+
"padding_side": "right",
|
2064 |
+
"tokenizer_class": "PreTrainedTokenizerFast"
|
2065 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,3685 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 1.0,
|
5 |
+
"eval_steps": 169,
|
6 |
+
"global_step": 511,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.0019569471624266144,
|
13 |
+
"grad_norm": 4.606130123138428,
|
14 |
+
"learning_rate": 3.125e-07,
|
15 |
+
"loss": 0.6812,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.003913894324853229,
|
20 |
+
"grad_norm": 5.627719402313232,
|
21 |
+
"learning_rate": 6.25e-07,
|
22 |
+
"loss": 0.7188,
|
23 |
+
"step": 2
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.005870841487279843,
|
27 |
+
"grad_norm": 5.225893974304199,
|
28 |
+
"learning_rate": 9.375000000000001e-07,
|
29 |
+
"loss": 0.6832,
|
30 |
+
"step": 3
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.007827788649706457,
|
34 |
+
"grad_norm": 4.055615425109863,
|
35 |
+
"learning_rate": 1.25e-06,
|
36 |
+
"loss": 0.7478,
|
37 |
+
"step": 4
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.009784735812133072,
|
41 |
+
"grad_norm": 3.32236385345459,
|
42 |
+
"learning_rate": 1.5625e-06,
|
43 |
+
"loss": 0.6512,
|
44 |
+
"step": 5
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.011741682974559686,
|
48 |
+
"grad_norm": 2.5439915657043457,
|
49 |
+
"learning_rate": 1.8750000000000003e-06,
|
50 |
+
"loss": 0.72,
|
51 |
+
"step": 6
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.0136986301369863,
|
55 |
+
"grad_norm": 1.9466145038604736,
|
56 |
+
"learning_rate": 2.1875000000000002e-06,
|
57 |
+
"loss": 0.6302,
|
58 |
+
"step": 7
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.015655577299412915,
|
62 |
+
"grad_norm": 1.833212971687317,
|
63 |
+
"learning_rate": 2.5e-06,
|
64 |
+
"loss": 0.6859,
|
65 |
+
"step": 8
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.01761252446183953,
|
69 |
+
"grad_norm": 1.4203251600265503,
|
70 |
+
"learning_rate": 2.8125e-06,
|
71 |
+
"loss": 0.5943,
|
72 |
+
"step": 9
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.019569471624266144,
|
76 |
+
"grad_norm": 1.7164653539657593,
|
77 |
+
"learning_rate": 3.125e-06,
|
78 |
+
"loss": 0.5744,
|
79 |
+
"step": 10
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.021526418786692758,
|
83 |
+
"grad_norm": 1.4249149560928345,
|
84 |
+
"learning_rate": 3.4375e-06,
|
85 |
+
"loss": 0.5896,
|
86 |
+
"step": 11
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.023483365949119372,
|
90 |
+
"grad_norm": 1.2433736324310303,
|
91 |
+
"learning_rate": 3.7500000000000005e-06,
|
92 |
+
"loss": 0.5873,
|
93 |
+
"step": 12
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.025440313111545987,
|
97 |
+
"grad_norm": 1.0826597213745117,
|
98 |
+
"learning_rate": 4.0625000000000005e-06,
|
99 |
+
"loss": 0.5792,
|
100 |
+
"step": 13
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.0273972602739726,
|
104 |
+
"grad_norm": 1.0738195180892944,
|
105 |
+
"learning_rate": 4.3750000000000005e-06,
|
106 |
+
"loss": 0.6032,
|
107 |
+
"step": 14
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.029354207436399216,
|
111 |
+
"grad_norm": 1.1434872150421143,
|
112 |
+
"learning_rate": 4.6875000000000004e-06,
|
113 |
+
"loss": 0.5698,
|
114 |
+
"step": 15
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.03131115459882583,
|
118 |
+
"grad_norm": 1.4672112464904785,
|
119 |
+
"learning_rate": 5e-06,
|
120 |
+
"loss": 0.5471,
|
121 |
+
"step": 16
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.033268101761252444,
|
125 |
+
"grad_norm": 0.9875673651695251,
|
126 |
+
"learning_rate": 4.999949650182267e-06,
|
127 |
+
"loss": 0.5393,
|
128 |
+
"step": 17
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.03522504892367906,
|
132 |
+
"grad_norm": 1.0974621772766113,
|
133 |
+
"learning_rate": 4.999798602757149e-06,
|
134 |
+
"loss": 0.5349,
|
135 |
+
"step": 18
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.03718199608610567,
|
139 |
+
"grad_norm": 1.2209999561309814,
|
140 |
+
"learning_rate": 4.999546863808815e-06,
|
141 |
+
"loss": 0.6743,
|
142 |
+
"step": 19
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.03913894324853229,
|
146 |
+
"grad_norm": 0.8842924237251282,
|
147 |
+
"learning_rate": 4.999194443477273e-06,
|
148 |
+
"loss": 0.5919,
|
149 |
+
"step": 20
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.0410958904109589,
|
153 |
+
"grad_norm": 1.0825450420379639,
|
154 |
+
"learning_rate": 4.998741355957963e-06,
|
155 |
+
"loss": 0.6438,
|
156 |
+
"step": 21
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.043052837573385516,
|
160 |
+
"grad_norm": 1.0688315629959106,
|
161 |
+
"learning_rate": 4.998187619501185e-06,
|
162 |
+
"loss": 0.5637,
|
163 |
+
"step": 22
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.04500978473581213,
|
167 |
+
"grad_norm": 0.8487011790275574,
|
168 |
+
"learning_rate": 4.99753325641136e-06,
|
169 |
+
"loss": 0.5082,
|
170 |
+
"step": 23
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.046966731898238745,
|
174 |
+
"grad_norm": 0.9255719780921936,
|
175 |
+
"learning_rate": 4.9967782930461405e-06,
|
176 |
+
"loss": 0.5081,
|
177 |
+
"step": 24
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.04892367906066536,
|
181 |
+
"grad_norm": 0.9492978453636169,
|
182 |
+
"learning_rate": 4.9959227598153395e-06,
|
183 |
+
"loss": 0.6473,
|
184 |
+
"step": 25
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.050880626223091974,
|
188 |
+
"grad_norm": 1.5718590021133423,
|
189 |
+
"learning_rate": 4.994966691179712e-06,
|
190 |
+
"loss": 0.5219,
|
191 |
+
"step": 26
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.05283757338551859,
|
195 |
+
"grad_norm": 0.9533342123031616,
|
196 |
+
"learning_rate": 4.993910125649561e-06,
|
197 |
+
"loss": 0.5279,
|
198 |
+
"step": 27
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.0547945205479452,
|
202 |
+
"grad_norm": 1.8043086528778076,
|
203 |
+
"learning_rate": 4.992753105783194e-06,
|
204 |
+
"loss": 0.5277,
|
205 |
+
"step": 28
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.05675146771037182,
|
209 |
+
"grad_norm": 1.317238450050354,
|
210 |
+
"learning_rate": 4.991495678185202e-06,
|
211 |
+
"loss": 0.4567,
|
212 |
+
"step": 29
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.05870841487279843,
|
216 |
+
"grad_norm": 1.1877973079681396,
|
217 |
+
"learning_rate": 4.990137893504585e-06,
|
218 |
+
"loss": 0.5536,
|
219 |
+
"step": 30
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.060665362035225046,
|
223 |
+
"grad_norm": 1.052051305770874,
|
224 |
+
"learning_rate": 4.988679806432712e-06,
|
225 |
+
"loss": 0.4946,
|
226 |
+
"step": 31
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.06262230919765166,
|
230 |
+
"grad_norm": 7.080264091491699,
|
231 |
+
"learning_rate": 4.987121475701118e-06,
|
232 |
+
"loss": 0.5056,
|
233 |
+
"step": 32
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.06457925636007827,
|
237 |
+
"grad_norm": 3.640033483505249,
|
238 |
+
"learning_rate": 4.985462964079137e-06,
|
239 |
+
"loss": 0.5162,
|
240 |
+
"step": 33
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.06653620352250489,
|
244 |
+
"grad_norm": 2.17399263381958,
|
245 |
+
"learning_rate": 4.983704338371375e-06,
|
246 |
+
"loss": 0.5314,
|
247 |
+
"step": 34
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.0684931506849315,
|
251 |
+
"grad_norm": 0.9113507270812988,
|
252 |
+
"learning_rate": 4.981845669415022e-06,
|
253 |
+
"loss": 0.5416,
|
254 |
+
"step": 35
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.07045009784735812,
|
258 |
+
"grad_norm": 0.865261971950531,
|
259 |
+
"learning_rate": 4.9798870320769884e-06,
|
260 |
+
"loss": 0.5266,
|
261 |
+
"step": 36
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.07240704500978473,
|
265 |
+
"grad_norm": 1.3988151550292969,
|
266 |
+
"learning_rate": 4.977828505250903e-06,
|
267 |
+
"loss": 0.4983,
|
268 |
+
"step": 37
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.07436399217221135,
|
272 |
+
"grad_norm": 1.0698161125183105,
|
273 |
+
"learning_rate": 4.975670171853926e-06,
|
274 |
+
"loss": 0.4723,
|
275 |
+
"step": 38
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.07632093933463796,
|
279 |
+
"grad_norm": 1.2741320133209229,
|
280 |
+
"learning_rate": 4.9734121188234115e-06,
|
281 |
+
"loss": 0.4996,
|
282 |
+
"step": 39
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.07827788649706457,
|
286 |
+
"grad_norm": 2.0048317909240723,
|
287 |
+
"learning_rate": 4.971054437113406e-06,
|
288 |
+
"loss": 0.6535,
|
289 |
+
"step": 40
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.08023483365949119,
|
293 |
+
"grad_norm": 1.2805678844451904,
|
294 |
+
"learning_rate": 4.968597221690986e-06,
|
295 |
+
"loss": 0.5198,
|
296 |
+
"step": 41
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 0.0821917808219178,
|
300 |
+
"grad_norm": 0.9233219027519226,
|
301 |
+
"learning_rate": 4.96604057153243e-06,
|
302 |
+
"loss": 0.5724,
|
303 |
+
"step": 42
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.08414872798434442,
|
307 |
+
"grad_norm": 0.9261006712913513,
|
308 |
+
"learning_rate": 4.963384589619233e-06,
|
309 |
+
"loss": 0.4601,
|
310 |
+
"step": 43
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.08610567514677103,
|
314 |
+
"grad_norm": 1.3594372272491455,
|
315 |
+
"learning_rate": 4.960629382933959e-06,
|
316 |
+
"loss": 0.5616,
|
317 |
+
"step": 44
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.08806262230919765,
|
321 |
+
"grad_norm": 2.4310686588287354,
|
322 |
+
"learning_rate": 4.957775062455933e-06,
|
323 |
+
"loss": 0.5442,
|
324 |
+
"step": 45
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.09001956947162426,
|
328 |
+
"grad_norm": 1.030832290649414,
|
329 |
+
"learning_rate": 4.9548217431567665e-06,
|
330 |
+
"loss": 0.5964,
|
331 |
+
"step": 46
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.09197651663405088,
|
335 |
+
"grad_norm": 0.831721305847168,
|
336 |
+
"learning_rate": 4.951769543995731e-06,
|
337 |
+
"loss": 0.44,
|
338 |
+
"step": 47
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 0.09393346379647749,
|
342 |
+
"grad_norm": 0.9876791834831238,
|
343 |
+
"learning_rate": 4.948618587914963e-06,
|
344 |
+
"loss": 0.5404,
|
345 |
+
"step": 48
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.0958904109589041,
|
349 |
+
"grad_norm": 0.9953415393829346,
|
350 |
+
"learning_rate": 4.9453690018345144e-06,
|
351 |
+
"loss": 0.5668,
|
352 |
+
"step": 49
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 0.09784735812133072,
|
356 |
+
"grad_norm": 0.8553183078765869,
|
357 |
+
"learning_rate": 4.9420209166472386e-06,
|
358 |
+
"loss": 0.5414,
|
359 |
+
"step": 50
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 0.09980430528375733,
|
363 |
+
"grad_norm": 0.7962396144866943,
|
364 |
+
"learning_rate": 4.938574467213519e-06,
|
365 |
+
"loss": 0.495,
|
366 |
+
"step": 51
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 0.10176125244618395,
|
370 |
+
"grad_norm": 0.7835857272148132,
|
371 |
+
"learning_rate": 4.935029792355834e-06,
|
372 |
+
"loss": 0.5037,
|
373 |
+
"step": 52
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 0.10371819960861056,
|
377 |
+
"grad_norm": 0.8453947901725769,
|
378 |
+
"learning_rate": 4.931387034853173e-06,
|
379 |
+
"loss": 0.5011,
|
380 |
+
"step": 53
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 0.10567514677103718,
|
384 |
+
"grad_norm": 1.8459208011627197,
|
385 |
+
"learning_rate": 4.927646341435276e-06,
|
386 |
+
"loss": 0.5554,
|
387 |
+
"step": 54
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.10763209393346379,
|
391 |
+
"grad_norm": 0.9212117195129395,
|
392 |
+
"learning_rate": 4.9238078627767285e-06,
|
393 |
+
"loss": 0.5886,
|
394 |
+
"step": 55
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 0.1095890410958904,
|
398 |
+
"grad_norm": 0.7834203243255615,
|
399 |
+
"learning_rate": 4.919871753490892e-06,
|
400 |
+
"loss": 0.4602,
|
401 |
+
"step": 56
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.11154598825831702,
|
405 |
+
"grad_norm": 0.9025184512138367,
|
406 |
+
"learning_rate": 4.9158381721236715e-06,
|
407 |
+
"loss": 0.4544,
|
408 |
+
"step": 57
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 0.11350293542074363,
|
412 |
+
"grad_norm": 1.1300384998321533,
|
413 |
+
"learning_rate": 4.91170728114714e-06,
|
414 |
+
"loss": 0.5704,
|
415 |
+
"step": 58
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 0.11545988258317025,
|
419 |
+
"grad_norm": 0.7926605343818665,
|
420 |
+
"learning_rate": 4.907479246952981e-06,
|
421 |
+
"loss": 0.5112,
|
422 |
+
"step": 59
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 0.11741682974559686,
|
426 |
+
"grad_norm": 0.7744232416152954,
|
427 |
+
"learning_rate": 4.903154239845798e-06,
|
428 |
+
"loss": 0.4894,
|
429 |
+
"step": 60
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.11937377690802348,
|
433 |
+
"grad_norm": 1.6636885404586792,
|
434 |
+
"learning_rate": 4.8987324340362445e-06,
|
435 |
+
"loss": 0.5311,
|
436 |
+
"step": 61
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 0.12133072407045009,
|
440 |
+
"grad_norm": 1.0098280906677246,
|
441 |
+
"learning_rate": 4.894214007634014e-06,
|
442 |
+
"loss": 0.4907,
|
443 |
+
"step": 62
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 0.1232876712328767,
|
447 |
+
"grad_norm": 1.0168606042861938,
|
448 |
+
"learning_rate": 4.889599142640663e-06,
|
449 |
+
"loss": 0.5128,
|
450 |
+
"step": 63
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 0.12524461839530332,
|
454 |
+
"grad_norm": 0.8393405079841614,
|
455 |
+
"learning_rate": 4.884888024942282e-06,
|
456 |
+
"loss": 0.4989,
|
457 |
+
"step": 64
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 0.12720156555772993,
|
461 |
+
"grad_norm": 1.2758891582489014,
|
462 |
+
"learning_rate": 4.880080844302004e-06,
|
463 |
+
"loss": 0.5329,
|
464 |
+
"step": 65
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 0.12915851272015655,
|
468 |
+
"grad_norm": 0.8657482862472534,
|
469 |
+
"learning_rate": 4.875177794352364e-06,
|
470 |
+
"loss": 0.5058,
|
471 |
+
"step": 66
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 0.13111545988258316,
|
475 |
+
"grad_norm": 0.9110330939292908,
|
476 |
+
"learning_rate": 4.870179072587499e-06,
|
477 |
+
"loss": 0.5137,
|
478 |
+
"step": 67
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 0.13307240704500978,
|
482 |
+
"grad_norm": 0.8738705515861511,
|
483 |
+
"learning_rate": 4.865084880355193e-06,
|
484 |
+
"loss": 0.5423,
|
485 |
+
"step": 68
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 0.1350293542074364,
|
489 |
+
"grad_norm": 0.8127829432487488,
|
490 |
+
"learning_rate": 4.859895422848767e-06,
|
491 |
+
"loss": 0.5402,
|
492 |
+
"step": 69
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 0.136986301369863,
|
496 |
+
"grad_norm": 0.768864631652832,
|
497 |
+
"learning_rate": 4.854610909098813e-06,
|
498 |
+
"loss": 0.5301,
|
499 |
+
"step": 70
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 0.13894324853228962,
|
503 |
+
"grad_norm": 1.2464350461959839,
|
504 |
+
"learning_rate": 4.849231551964771e-06,
|
505 |
+
"loss": 0.5124,
|
506 |
+
"step": 71
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 0.14090019569471623,
|
510 |
+
"grad_norm": 0.9351313710212708,
|
511 |
+
"learning_rate": 4.843757568126366e-06,
|
512 |
+
"loss": 0.5152,
|
513 |
+
"step": 72
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 0.14285714285714285,
|
517 |
+
"grad_norm": 0.842991054058075,
|
518 |
+
"learning_rate": 4.838189178074867e-06,
|
519 |
+
"loss": 0.5254,
|
520 |
+
"step": 73
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 0.14481409001956946,
|
524 |
+
"grad_norm": 0.7789003252983093,
|
525 |
+
"learning_rate": 4.832526606104213e-06,
|
526 |
+
"loss": 0.5528,
|
527 |
+
"step": 74
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 0.14677103718199608,
|
531 |
+
"grad_norm": 0.8701135516166687,
|
532 |
+
"learning_rate": 4.826770080301978e-06,
|
533 |
+
"loss": 0.5243,
|
534 |
+
"step": 75
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 0.1487279843444227,
|
538 |
+
"grad_norm": 0.8384250998497009,
|
539 |
+
"learning_rate": 4.8209198325401815e-06,
|
540 |
+
"loss": 0.4648,
|
541 |
+
"step": 76
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 0.1506849315068493,
|
545 |
+
"grad_norm": 1.0472533702850342,
|
546 |
+
"learning_rate": 4.814976098465951e-06,
|
547 |
+
"loss": 0.5342,
|
548 |
+
"step": 77
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 0.15264187866927592,
|
552 |
+
"grad_norm": 0.9264402389526367,
|
553 |
+
"learning_rate": 4.808939117492028e-06,
|
554 |
+
"loss": 0.5267,
|
555 |
+
"step": 78
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 0.15459882583170254,
|
559 |
+
"grad_norm": 0.8155198097229004,
|
560 |
+
"learning_rate": 4.802809132787125e-06,
|
561 |
+
"loss": 0.5363,
|
562 |
+
"step": 79
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 0.15655577299412915,
|
566 |
+
"grad_norm": 0.8857468366622925,
|
567 |
+
"learning_rate": 4.796586391266135e-06,
|
568 |
+
"loss": 0.5021,
|
569 |
+
"step": 80
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 0.15851272015655576,
|
573 |
+
"grad_norm": 1.0320619344711304,
|
574 |
+
"learning_rate": 4.790271143580174e-06,
|
575 |
+
"loss": 0.4892,
|
576 |
+
"step": 81
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 0.16046966731898238,
|
580 |
+
"grad_norm": 0.9655166268348694,
|
581 |
+
"learning_rate": 4.783863644106502e-06,
|
582 |
+
"loss": 0.5493,
|
583 |
+
"step": 82
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 0.162426614481409,
|
587 |
+
"grad_norm": 1.3644921779632568,
|
588 |
+
"learning_rate": 4.777364150938263e-06,
|
589 |
+
"loss": 0.4835,
|
590 |
+
"step": 83
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 0.1643835616438356,
|
594 |
+
"grad_norm": 1.291692852973938,
|
595 |
+
"learning_rate": 4.770772925874093e-06,
|
596 |
+
"loss": 0.5755,
|
597 |
+
"step": 84
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 0.16634050880626222,
|
601 |
+
"grad_norm": 1.0446902513504028,
|
602 |
+
"learning_rate": 4.764090234407578e-06,
|
603 |
+
"loss": 0.5659,
|
604 |
+
"step": 85
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 0.16829745596868884,
|
608 |
+
"grad_norm": 0.9225801825523376,
|
609 |
+
"learning_rate": 4.757316345716554e-06,
|
610 |
+
"loss": 0.4067,
|
611 |
+
"step": 86
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 0.17025440313111545,
|
615 |
+
"grad_norm": 0.8291013240814209,
|
616 |
+
"learning_rate": 4.75045153265227e-06,
|
617 |
+
"loss": 0.4946,
|
618 |
+
"step": 87
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 0.17221135029354206,
|
622 |
+
"grad_norm": 1.1656488180160522,
|
623 |
+
"learning_rate": 4.743496071728396e-06,
|
624 |
+
"loss": 0.4933,
|
625 |
+
"step": 88
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 0.17416829745596868,
|
629 |
+
"grad_norm": 0.9090279936790466,
|
630 |
+
"learning_rate": 4.736450243109885e-06,
|
631 |
+
"loss": 0.5085,
|
632 |
+
"step": 89
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 0.1761252446183953,
|
636 |
+
"grad_norm": 1.2236806154251099,
|
637 |
+
"learning_rate": 4.729314330601684e-06,
|
638 |
+
"loss": 0.5147,
|
639 |
+
"step": 90
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 0.1780821917808219,
|
643 |
+
"grad_norm": 0.9335976839065552,
|
644 |
+
"learning_rate": 4.7220886216373095e-06,
|
645 |
+
"loss": 0.4589,
|
646 |
+
"step": 91
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 0.18003913894324852,
|
650 |
+
"grad_norm": 0.759772002696991,
|
651 |
+
"learning_rate": 4.714773407267264e-06,
|
652 |
+
"loss": 0.5398,
|
653 |
+
"step": 92
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 0.18199608610567514,
|
657 |
+
"grad_norm": 0.9582347869873047,
|
658 |
+
"learning_rate": 4.707368982147318e-06,
|
659 |
+
"loss": 0.5696,
|
660 |
+
"step": 93
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 0.18395303326810175,
|
664 |
+
"grad_norm": 0.9130314588546753,
|
665 |
+
"learning_rate": 4.699875644526633e-06,
|
666 |
+
"loss": 0.4803,
|
667 |
+
"step": 94
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 0.18590998043052837,
|
671 |
+
"grad_norm": 0.9103049635887146,
|
672 |
+
"learning_rate": 4.692293696235758e-06,
|
673 |
+
"loss": 0.4833,
|
674 |
+
"step": 95
|
675 |
+
},
|
676 |
+
{
|
677 |
+
"epoch": 0.18786692759295498,
|
678 |
+
"grad_norm": 0.7975893616676331,
|
679 |
+
"learning_rate": 4.684623442674463e-06,
|
680 |
+
"loss": 0.5263,
|
681 |
+
"step": 96
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 0.1898238747553816,
|
685 |
+
"grad_norm": 0.761643648147583,
|
686 |
+
"learning_rate": 4.676865192799443e-06,
|
687 |
+
"loss": 0.4519,
|
688 |
+
"step": 97
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"epoch": 0.1917808219178082,
|
692 |
+
"grad_norm": 0.7510681748390198,
|
693 |
+
"learning_rate": 4.669019259111873e-06,
|
694 |
+
"loss": 0.4871,
|
695 |
+
"step": 98
|
696 |
+
},
|
697 |
+
{
|
698 |
+
"epoch": 0.19373776908023482,
|
699 |
+
"grad_norm": 1.1785235404968262,
|
700 |
+
"learning_rate": 4.661085957644817e-06,
|
701 |
+
"loss": 0.4644,
|
702 |
+
"step": 99
|
703 |
+
},
|
704 |
+
{
|
705 |
+
"epoch": 0.19569471624266144,
|
706 |
+
"grad_norm": 1.2464004755020142,
|
707 |
+
"learning_rate": 4.653065607950502e-06,
|
708 |
+
"loss": 0.4791,
|
709 |
+
"step": 100
|
710 |
+
},
|
711 |
+
{
|
712 |
+
"epoch": 0.19765166340508805,
|
713 |
+
"grad_norm": 2.580218553543091,
|
714 |
+
"learning_rate": 4.644958533087443e-06,
|
715 |
+
"loss": 0.4146,
|
716 |
+
"step": 101
|
717 |
+
},
|
718 |
+
{
|
719 |
+
"epoch": 0.19960861056751467,
|
720 |
+
"grad_norm": 0.9442769289016724,
|
721 |
+
"learning_rate": 4.636765059607434e-06,
|
722 |
+
"loss": 0.494,
|
723 |
+
"step": 102
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"epoch": 0.20156555772994128,
|
727 |
+
"grad_norm": 0.7965562343597412,
|
728 |
+
"learning_rate": 4.628485517542393e-06,
|
729 |
+
"loss": 0.4496,
|
730 |
+
"step": 103
|
731 |
+
},
|
732 |
+
{
|
733 |
+
"epoch": 0.2035225048923679,
|
734 |
+
"grad_norm": 1.2338522672653198,
|
735 |
+
"learning_rate": 4.620120240391065e-06,
|
736 |
+
"loss": 0.4592,
|
737 |
+
"step": 104
|
738 |
+
},
|
739 |
+
{
|
740 |
+
"epoch": 0.2054794520547945,
|
741 |
+
"grad_norm": 0.8661827445030212,
|
742 |
+
"learning_rate": 4.611669565105597e-06,
|
743 |
+
"loss": 0.4883,
|
744 |
+
"step": 105
|
745 |
+
},
|
746 |
+
{
|
747 |
+
"epoch": 0.20743639921722112,
|
748 |
+
"grad_norm": 1.014655351638794,
|
749 |
+
"learning_rate": 4.603133832077953e-06,
|
750 |
+
"loss": 0.5101,
|
751 |
+
"step": 106
|
752 |
+
},
|
753 |
+
{
|
754 |
+
"epoch": 0.20939334637964774,
|
755 |
+
"grad_norm": 0.9033066630363464,
|
756 |
+
"learning_rate": 4.5945133851262185e-06,
|
757 |
+
"loss": 0.4515,
|
758 |
+
"step": 107
|
759 |
+
},
|
760 |
+
{
|
761 |
+
"epoch": 0.21135029354207435,
|
762 |
+
"grad_norm": 0.91737961769104,
|
763 |
+
"learning_rate": 4.585808571480739e-06,
|
764 |
+
"loss": 0.4886,
|
765 |
+
"step": 108
|
766 |
+
},
|
767 |
+
{
|
768 |
+
"epoch": 0.21330724070450097,
|
769 |
+
"grad_norm": 0.9076818823814392,
|
770 |
+
"learning_rate": 4.577019741770137e-06,
|
771 |
+
"loss": 0.5572,
|
772 |
+
"step": 109
|
773 |
+
},
|
774 |
+
{
|
775 |
+
"epoch": 0.21526418786692758,
|
776 |
+
"grad_norm": 0.9256044626235962,
|
777 |
+
"learning_rate": 4.5681472500071935e-06,
|
778 |
+
"loss": 0.5089,
|
779 |
+
"step": 110
|
780 |
+
},
|
781 |
+
{
|
782 |
+
"epoch": 0.2172211350293542,
|
783 |
+
"grad_norm": 0.8705273270606995,
|
784 |
+
"learning_rate": 4.559191453574582e-06,
|
785 |
+
"loss": 0.5199,
|
786 |
+
"step": 111
|
787 |
+
},
|
788 |
+
{
|
789 |
+
"epoch": 0.2191780821917808,
|
790 |
+
"grad_norm": 0.8358094096183777,
|
791 |
+
"learning_rate": 4.550152713210478e-06,
|
792 |
+
"loss": 0.5091,
|
793 |
+
"step": 112
|
794 |
+
},
|
795 |
+
{
|
796 |
+
"epoch": 0.22113502935420742,
|
797 |
+
"grad_norm": 1.0409964323043823,
|
798 |
+
"learning_rate": 4.541031392994025e-06,
|
799 |
+
"loss": 0.4997,
|
800 |
+
"step": 113
|
801 |
+
},
|
802 |
+
{
|
803 |
+
"epoch": 0.22309197651663404,
|
804 |
+
"grad_norm": 0.8039932250976562,
|
805 |
+
"learning_rate": 4.53182786033067e-06,
|
806 |
+
"loss": 0.537,
|
807 |
+
"step": 114
|
808 |
+
},
|
809 |
+
{
|
810 |
+
"epoch": 0.22504892367906065,
|
811 |
+
"grad_norm": 0.9191640615463257,
|
812 |
+
"learning_rate": 4.522542485937369e-06,
|
813 |
+
"loss": 0.5799,
|
814 |
+
"step": 115
|
815 |
+
},
|
816 |
+
{
|
817 |
+
"epoch": 0.22700587084148727,
|
818 |
+
"grad_norm": 0.8132153153419495,
|
819 |
+
"learning_rate": 4.513175643827647e-06,
|
820 |
+
"loss": 0.5217,
|
821 |
+
"step": 116
|
822 |
+
},
|
823 |
+
{
|
824 |
+
"epoch": 0.22896281800391388,
|
825 |
+
"grad_norm": 0.7776696085929871,
|
826 |
+
"learning_rate": 4.503727711296539e-06,
|
827 |
+
"loss": 0.4729,
|
828 |
+
"step": 117
|
829 |
+
},
|
830 |
+
{
|
831 |
+
"epoch": 0.2309197651663405,
|
832 |
+
"grad_norm": 0.8824874758720398,
|
833 |
+
"learning_rate": 4.494199068905389e-06,
|
834 |
+
"loss": 0.4977,
|
835 |
+
"step": 118
|
836 |
+
},
|
837 |
+
{
|
838 |
+
"epoch": 0.2328767123287671,
|
839 |
+
"grad_norm": 0.9938674569129944,
|
840 |
+
"learning_rate": 4.484590100466524e-06,
|
841 |
+
"loss": 0.5067,
|
842 |
+
"step": 119
|
843 |
+
},
|
844 |
+
{
|
845 |
+
"epoch": 0.23483365949119372,
|
846 |
+
"grad_norm": 1.018510103225708,
|
847 |
+
"learning_rate": 4.474901193027791e-06,
|
848 |
+
"loss": 0.5855,
|
849 |
+
"step": 120
|
850 |
+
},
|
851 |
+
{
|
852 |
+
"epoch": 0.23679060665362034,
|
853 |
+
"grad_norm": 1.0530946254730225,
|
854 |
+
"learning_rate": 4.4651327368569695e-06,
|
855 |
+
"loss": 0.4835,
|
856 |
+
"step": 121
|
857 |
+
},
|
858 |
+
{
|
859 |
+
"epoch": 0.23874755381604695,
|
860 |
+
"grad_norm": 0.7325494289398193,
|
861 |
+
"learning_rate": 4.455285125426049e-06,
|
862 |
+
"loss": 0.5043,
|
863 |
+
"step": 122
|
864 |
+
},
|
865 |
+
{
|
866 |
+
"epoch": 0.24070450097847357,
|
867 |
+
"grad_norm": 1.2264351844787598,
|
868 |
+
"learning_rate": 4.445358755395382e-06,
|
869 |
+
"loss": 0.4991,
|
870 |
+
"step": 123
|
871 |
+
},
|
872 |
+
{
|
873 |
+
"epoch": 0.24266144814090018,
|
874 |
+
"grad_norm": 0.7878324389457703,
|
875 |
+
"learning_rate": 4.435354026597707e-06,
|
876 |
+
"loss": 0.4943,
|
877 |
+
"step": 124
|
878 |
+
},
|
879 |
+
{
|
880 |
+
"epoch": 0.2446183953033268,
|
881 |
+
"grad_norm": 1.0379810333251953,
|
882 |
+
"learning_rate": 4.425271342022039e-06,
|
883 |
+
"loss": 0.5664,
|
884 |
+
"step": 125
|
885 |
+
},
|
886 |
+
{
|
887 |
+
"epoch": 0.2465753424657534,
|
888 |
+
"grad_norm": 1.2007404565811157,
|
889 |
+
"learning_rate": 4.415111107797445e-06,
|
890 |
+
"loss": 0.4495,
|
891 |
+
"step": 126
|
892 |
+
},
|
893 |
+
{
|
894 |
+
"epoch": 0.24853228962818003,
|
895 |
+
"grad_norm": 1.4260215759277344,
|
896 |
+
"learning_rate": 4.404873733176678e-06,
|
897 |
+
"loss": 0.4848,
|
898 |
+
"step": 127
|
899 |
+
},
|
900 |
+
{
|
901 |
+
"epoch": 0.25048923679060664,
|
902 |
+
"grad_norm": 0.7717714309692383,
|
903 |
+
"learning_rate": 4.3945596305196925e-06,
|
904 |
+
"loss": 0.4975,
|
905 |
+
"step": 128
|
906 |
+
},
|
907 |
+
{
|
908 |
+
"epoch": 0.25244618395303325,
|
909 |
+
"grad_norm": 1.0631009340286255,
|
910 |
+
"learning_rate": 4.384169215277042e-06,
|
911 |
+
"loss": 0.538,
|
912 |
+
"step": 129
|
913 |
+
},
|
914 |
+
{
|
915 |
+
"epoch": 0.25440313111545987,
|
916 |
+
"grad_norm": 0.9604893326759338,
|
917 |
+
"learning_rate": 4.373702905973136e-06,
|
918 |
+
"loss": 0.554,
|
919 |
+
"step": 130
|
920 |
+
},
|
921 |
+
{
|
922 |
+
"epoch": 0.2563600782778865,
|
923 |
+
"grad_norm": 0.8638473749160767,
|
924 |
+
"learning_rate": 4.363161124189387e-06,
|
925 |
+
"loss": 0.4839,
|
926 |
+
"step": 131
|
927 |
+
},
|
928 |
+
{
|
929 |
+
"epoch": 0.2583170254403131,
|
930 |
+
"grad_norm": 0.8187501430511475,
|
931 |
+
"learning_rate": 4.352544294547229e-06,
|
932 |
+
"loss": 0.5105,
|
933 |
+
"step": 132
|
934 |
+
},
|
935 |
+
{
|
936 |
+
"epoch": 0.2602739726027397,
|
937 |
+
"grad_norm": 1.4357470273971558,
|
938 |
+
"learning_rate": 4.341852844691012e-06,
|
939 |
+
"loss": 0.4532,
|
940 |
+
"step": 133
|
941 |
+
},
|
942 |
+
{
|
943 |
+
"epoch": 0.2622309197651663,
|
944 |
+
"grad_norm": 0.8292232155799866,
|
945 |
+
"learning_rate": 4.331087205270778e-06,
|
946 |
+
"loss": 0.451,
|
947 |
+
"step": 134
|
948 |
+
},
|
949 |
+
{
|
950 |
+
"epoch": 0.26418786692759294,
|
951 |
+
"grad_norm": 0.8243665099143982,
|
952 |
+
"learning_rate": 4.320247809924911e-06,
|
953 |
+
"loss": 0.4857,
|
954 |
+
"step": 135
|
955 |
+
},
|
956 |
+
{
|
957 |
+
"epoch": 0.26614481409001955,
|
958 |
+
"grad_norm": 0.9147266745567322,
|
959 |
+
"learning_rate": 4.309335095262675e-06,
|
960 |
+
"loss": 0.4778,
|
961 |
+
"step": 136
|
962 |
+
},
|
963 |
+
{
|
964 |
+
"epoch": 0.26810176125244617,
|
965 |
+
"grad_norm": 0.8612287044525146,
|
966 |
+
"learning_rate": 4.2983495008466285e-06,
|
967 |
+
"loss": 0.4627,
|
968 |
+
"step": 137
|
969 |
+
},
|
970 |
+
{
|
971 |
+
"epoch": 0.2700587084148728,
|
972 |
+
"grad_norm": 0.8230846524238586,
|
973 |
+
"learning_rate": 4.287291469174909e-06,
|
974 |
+
"loss": 0.4627,
|
975 |
+
"step": 138
|
976 |
+
},
|
977 |
+
{
|
978 |
+
"epoch": 0.2720156555772994,
|
979 |
+
"grad_norm": 0.8767359852790833,
|
980 |
+
"learning_rate": 4.276161445663423e-06,
|
981 |
+
"loss": 0.5119,
|
982 |
+
"step": 139
|
983 |
+
},
|
984 |
+
{
|
985 |
+
"epoch": 0.273972602739726,
|
986 |
+
"grad_norm": 0.8119643926620483,
|
987 |
+
"learning_rate": 4.264959878627891e-06,
|
988 |
+
"loss": 0.4495,
|
989 |
+
"step": 140
|
990 |
+
},
|
991 |
+
{
|
992 |
+
"epoch": 0.2759295499021526,
|
993 |
+
"grad_norm": 0.7973845601081848,
|
994 |
+
"learning_rate": 4.253687219265803e-06,
|
995 |
+
"loss": 0.5228,
|
996 |
+
"step": 141
|
997 |
+
},
|
998 |
+
{
|
999 |
+
"epoch": 0.27788649706457924,
|
1000 |
+
"grad_norm": 0.892238199710846,
|
1001 |
+
"learning_rate": 4.242343921638235e-06,
|
1002 |
+
"loss": 0.5154,
|
1003 |
+
"step": 142
|
1004 |
+
},
|
1005 |
+
{
|
1006 |
+
"epoch": 0.27984344422700586,
|
1007 |
+
"grad_norm": 1.3092166185379028,
|
1008 |
+
"learning_rate": 4.230930442651558e-06,
|
1009 |
+
"loss": 0.5085,
|
1010 |
+
"step": 143
|
1011 |
+
},
|
1012 |
+
{
|
1013 |
+
"epoch": 0.28180039138943247,
|
1014 |
+
"grad_norm": 1.2284399271011353,
|
1015 |
+
"learning_rate": 4.219447242039043e-06,
|
1016 |
+
"loss": 0.4366,
|
1017 |
+
"step": 144
|
1018 |
+
},
|
1019 |
+
{
|
1020 |
+
"epoch": 0.2837573385518591,
|
1021 |
+
"grad_norm": 1.0883151292800903,
|
1022 |
+
"learning_rate": 4.207894782342337e-06,
|
1023 |
+
"loss": 0.5958,
|
1024 |
+
"step": 145
|
1025 |
+
},
|
1026 |
+
{
|
1027 |
+
"epoch": 0.2857142857142857,
|
1028 |
+
"grad_norm": 1.1132919788360596,
|
1029 |
+
"learning_rate": 4.196273528892831e-06,
|
1030 |
+
"loss": 0.4348,
|
1031 |
+
"step": 146
|
1032 |
+
},
|
1033 |
+
{
|
1034 |
+
"epoch": 0.2876712328767123,
|
1035 |
+
"grad_norm": 1.2576059103012085,
|
1036 |
+
"learning_rate": 4.18458394979292e-06,
|
1037 |
+
"loss": 0.5247,
|
1038 |
+
"step": 147
|
1039 |
+
},
|
1040 |
+
{
|
1041 |
+
"epoch": 0.2896281800391389,
|
1042 |
+
"grad_norm": 0.8995031714439392,
|
1043 |
+
"learning_rate": 4.172826515897146e-06,
|
1044 |
+
"loss": 0.5082,
|
1045 |
+
"step": 148
|
1046 |
+
},
|
1047 |
+
{
|
1048 |
+
"epoch": 0.29158512720156554,
|
1049 |
+
"grad_norm": 0.7533922791481018,
|
1050 |
+
"learning_rate": 4.161001700793231e-06,
|
1051 |
+
"loss": 0.4644,
|
1052 |
+
"step": 149
|
1053 |
+
},
|
1054 |
+
{
|
1055 |
+
"epoch": 0.29354207436399216,
|
1056 |
+
"grad_norm": 0.9206835031509399,
|
1057 |
+
"learning_rate": 4.149109980783004e-06,
|
1058 |
+
"loss": 0.494,
|
1059 |
+
"step": 150
|
1060 |
+
},
|
1061 |
+
{
|
1062 |
+
"epoch": 0.29549902152641877,
|
1063 |
+
"grad_norm": 1.208590030670166,
|
1064 |
+
"learning_rate": 4.137151834863213e-06,
|
1065 |
+
"loss": 0.5545,
|
1066 |
+
"step": 151
|
1067 |
+
},
|
1068 |
+
{
|
1069 |
+
"epoch": 0.2974559686888454,
|
1070 |
+
"grad_norm": 0.7689659595489502,
|
1071 |
+
"learning_rate": 4.125127744706232e-06,
|
1072 |
+
"loss": 0.4845,
|
1073 |
+
"step": 152
|
1074 |
+
},
|
1075 |
+
{
|
1076 |
+
"epoch": 0.299412915851272,
|
1077 |
+
"grad_norm": 1.0235570669174194,
|
1078 |
+
"learning_rate": 4.113038194640658e-06,
|
1079 |
+
"loss": 0.4778,
|
1080 |
+
"step": 153
|
1081 |
+
},
|
1082 |
+
{
|
1083 |
+
"epoch": 0.3013698630136986,
|
1084 |
+
"grad_norm": 1.1112617254257202,
|
1085 |
+
"learning_rate": 4.100883671631806e-06,
|
1086 |
+
"loss": 0.5206,
|
1087 |
+
"step": 154
|
1088 |
+
},
|
1089 |
+
{
|
1090 |
+
"epoch": 0.30332681017612523,
|
1091 |
+
"grad_norm": 1.073519229888916,
|
1092 |
+
"learning_rate": 4.088664665262091e-06,
|
1093 |
+
"loss": 0.4944,
|
1094 |
+
"step": 155
|
1095 |
+
},
|
1096 |
+
{
|
1097 |
+
"epoch": 0.30528375733855184,
|
1098 |
+
"grad_norm": 0.8319236040115356,
|
1099 |
+
"learning_rate": 4.076381667711306e-06,
|
1100 |
+
"loss": 0.4741,
|
1101 |
+
"step": 156
|
1102 |
+
},
|
1103 |
+
{
|
1104 |
+
"epoch": 0.30724070450097846,
|
1105 |
+
"grad_norm": 1.2600641250610352,
|
1106 |
+
"learning_rate": 4.064035173736804e-06,
|
1107 |
+
"loss": 0.5311,
|
1108 |
+
"step": 157
|
1109 |
+
},
|
1110 |
+
{
|
1111 |
+
"epoch": 0.30919765166340507,
|
1112 |
+
"grad_norm": 0.8686632513999939,
|
1113 |
+
"learning_rate": 4.05162568065356e-06,
|
1114 |
+
"loss": 0.5436,
|
1115 |
+
"step": 158
|
1116 |
+
},
|
1117 |
+
{
|
1118 |
+
"epoch": 0.3111545988258317,
|
1119 |
+
"grad_norm": 0.7053869366645813,
|
1120 |
+
"learning_rate": 4.039153688314146e-06,
|
1121 |
+
"loss": 0.4846,
|
1122 |
+
"step": 159
|
1123 |
+
},
|
1124 |
+
{
|
1125 |
+
"epoch": 0.3131115459882583,
|
1126 |
+
"grad_norm": 0.8360055685043335,
|
1127 |
+
"learning_rate": 4.0266196990885955e-06,
|
1128 |
+
"loss": 0.5041,
|
1129 |
+
"step": 160
|
1130 |
+
},
|
1131 |
+
{
|
1132 |
+
"epoch": 0.3150684931506849,
|
1133 |
+
"grad_norm": 0.8842881321907043,
|
1134 |
+
"learning_rate": 4.014024217844167e-06,
|
1135 |
+
"loss": 0.4708,
|
1136 |
+
"step": 161
|
1137 |
+
},
|
1138 |
+
{
|
1139 |
+
"epoch": 0.31702544031311153,
|
1140 |
+
"grad_norm": 1.0392301082611084,
|
1141 |
+
"learning_rate": 4.001367751925008e-06,
|
1142 |
+
"loss": 0.5315,
|
1143 |
+
"step": 162
|
1144 |
+
},
|
1145 |
+
{
|
1146 |
+
"epoch": 0.31898238747553814,
|
1147 |
+
"grad_norm": 0.8801809549331665,
|
1148 |
+
"learning_rate": 3.98865081113172e-06,
|
1149 |
+
"loss": 0.4438,
|
1150 |
+
"step": 163
|
1151 |
+
},
|
1152 |
+
{
|
1153 |
+
"epoch": 0.32093933463796476,
|
1154 |
+
"grad_norm": 1.395719289779663,
|
1155 |
+
"learning_rate": 3.9758739077008256e-06,
|
1156 |
+
"loss": 0.4929,
|
1157 |
+
"step": 164
|
1158 |
+
},
|
1159 |
+
{
|
1160 |
+
"epoch": 0.32289628180039137,
|
1161 |
+
"grad_norm": 0.8075605034828186,
|
1162 |
+
"learning_rate": 3.96303755628413e-06,
|
1163 |
+
"loss": 0.4364,
|
1164 |
+
"step": 165
|
1165 |
+
},
|
1166 |
+
{
|
1167 |
+
"epoch": 0.324853228962818,
|
1168 |
+
"grad_norm": 0.9566773772239685,
|
1169 |
+
"learning_rate": 3.950142273927996e-06,
|
1170 |
+
"loss": 0.4001,
|
1171 |
+
"step": 166
|
1172 |
+
},
|
1173 |
+
{
|
1174 |
+
"epoch": 0.3268101761252446,
|
1175 |
+
"grad_norm": 2.270550012588501,
|
1176 |
+
"learning_rate": 3.937188580052518e-06,
|
1177 |
+
"loss": 0.4683,
|
1178 |
+
"step": 167
|
1179 |
+
},
|
1180 |
+
{
|
1181 |
+
"epoch": 0.3287671232876712,
|
1182 |
+
"grad_norm": 0.8937717080116272,
|
1183 |
+
"learning_rate": 3.924176996430597e-06,
|
1184 |
+
"loss": 0.479,
|
1185 |
+
"step": 168
|
1186 |
+
},
|
1187 |
+
{
|
1188 |
+
"epoch": 0.33072407045009783,
|
1189 |
+
"grad_norm": 0.9620490074157715,
|
1190 |
+
"learning_rate": 3.911108047166924e-06,
|
1191 |
+
"loss": 0.4669,
|
1192 |
+
"step": 169
|
1193 |
+
},
|
1194 |
+
{
|
1195 |
+
"epoch": 0.33072407045009783,
|
1196 |
+
"eval_accuracy": 0.825246566025413,
|
1197 |
+
"eval_accuracy_first_token": 0.9521367521367521,
|
1198 |
+
"eval_accuracy_first_token_all": 0.9670737362807235,
|
1199 |
+
"eval_accuracy_first_token_all_total": 6469,
|
1200 |
+
"eval_accuracy_first_token_calculate": 0.7954545454545454,
|
1201 |
+
"eval_accuracy_first_token_calculate_total": 44,
|
1202 |
+
"eval_accuracy_first_token_execute": 1.0,
|
1203 |
+
"eval_accuracy_first_token_execute_total": 202,
|
1204 |
+
"eval_accuracy_first_token_get": 0.9649122807017544,
|
1205 |
+
"eval_accuracy_first_token_get_total": 456,
|
1206 |
+
"eval_accuracy_first_token_python": 0.8777777777777778,
|
1207 |
+
"eval_accuracy_first_token_python_total": 990,
|
1208 |
+
"eval_loss": 0.5176534056663513,
|
1209 |
+
"eval_perplexity": 1.206566771452624,
|
1210 |
+
"eval_runtime": 524.2306,
|
1211 |
+
"eval_samples_per_second": 1.269,
|
1212 |
+
"eval_steps_per_second": 0.16,
|
1213 |
+
"eval_total_number_first_token": 9360,
|
1214 |
+
"step": 169
|
1215 |
+
},
|
1216 |
+
{
|
1217 |
+
"epoch": 0.33268101761252444,
|
1218 |
+
"grad_norm": 0.8628460168838501,
|
1219 |
+
"learning_rate": 3.897982258676867e-06,
|
1220 |
+
"loss": 0.4727,
|
1221 |
+
"step": 170
|
1222 |
+
},
|
1223 |
+
{
|
1224 |
+
"epoch": 0.33463796477495106,
|
1225 |
+
"grad_norm": 0.8537535071372986,
|
1226 |
+
"learning_rate": 3.8848001596652765e-06,
|
1227 |
+
"loss": 0.4746,
|
1228 |
+
"step": 171
|
1229 |
+
},
|
1230 |
+
{
|
1231 |
+
"epoch": 0.33659491193737767,
|
1232 |
+
"grad_norm": 0.9613227248191833,
|
1233 |
+
"learning_rate": 3.8715622811051754e-06,
|
1234 |
+
"loss": 0.5148,
|
1235 |
+
"step": 172
|
1236 |
+
},
|
1237 |
+
{
|
1238 |
+
"epoch": 0.3385518590998043,
|
1239 |
+
"grad_norm": 0.8833454251289368,
|
1240 |
+
"learning_rate": 3.858269156216383e-06,
|
1241 |
+
"loss": 0.5125,
|
1242 |
+
"step": 173
|
1243 |
+
},
|
1244 |
+
{
|
1245 |
+
"epoch": 0.3405088062622309,
|
1246 |
+
"grad_norm": 0.9823891520500183,
|
1247 |
+
"learning_rate": 3.844921320444031e-06,
|
1248 |
+
"loss": 0.5127,
|
1249 |
+
"step": 174
|
1250 |
+
},
|
1251 |
+
{
|
1252 |
+
"epoch": 0.3424657534246575,
|
1253 |
+
"grad_norm": 1.0789107084274292,
|
1254 |
+
"learning_rate": 3.8315193114369995e-06,
|
1255 |
+
"loss": 0.4935,
|
1256 |
+
"step": 175
|
1257 |
+
},
|
1258 |
+
{
|
1259 |
+
"epoch": 0.34442270058708413,
|
1260 |
+
"grad_norm": 0.8753149509429932,
|
1261 |
+
"learning_rate": 3.8180636690262565e-06,
|
1262 |
+
"loss": 0.4543,
|
1263 |
+
"step": 176
|
1264 |
+
},
|
1265 |
+
{
|
1266 |
+
"epoch": 0.34637964774951074,
|
1267 |
+
"grad_norm": 1.7468674182891846,
|
1268 |
+
"learning_rate": 3.804554935203115e-06,
|
1269 |
+
"loss": 0.4955,
|
1270 |
+
"step": 177
|
1271 |
+
},
|
1272 |
+
{
|
1273 |
+
"epoch": 0.34833659491193736,
|
1274 |
+
"grad_norm": 0.9011304974555969,
|
1275 |
+
"learning_rate": 3.7909936540974052e-06,
|
1276 |
+
"loss": 0.5992,
|
1277 |
+
"step": 178
|
1278 |
+
},
|
1279 |
+
{
|
1280 |
+
"epoch": 0.350293542074364,
|
1281 |
+
"grad_norm": 0.9541127681732178,
|
1282 |
+
"learning_rate": 3.777380371955552e-06,
|
1283 |
+
"loss": 0.5322,
|
1284 |
+
"step": 179
|
1285 |
+
},
|
1286 |
+
{
|
1287 |
+
"epoch": 0.3522504892367906,
|
1288 |
+
"grad_norm": 1.3841750621795654,
|
1289 |
+
"learning_rate": 3.7637156371185744e-06,
|
1290 |
+
"loss": 0.4661,
|
1291 |
+
"step": 180
|
1292 |
+
},
|
1293 |
+
{
|
1294 |
+
"epoch": 0.3542074363992172,
|
1295 |
+
"grad_norm": 1.0240124464035034,
|
1296 |
+
"learning_rate": 3.7500000000000005e-06,
|
1297 |
+
"loss": 0.5231,
|
1298 |
+
"step": 181
|
1299 |
+
},
|
1300 |
+
{
|
1301 |
+
"epoch": 0.3561643835616438,
|
1302 |
+
"grad_norm": 1.444016933441162,
|
1303 |
+
"learning_rate": 3.7362340130636926e-06,
|
1304 |
+
"loss": 0.5203,
|
1305 |
+
"step": 182
|
1306 |
+
},
|
1307 |
+
{
|
1308 |
+
"epoch": 0.35812133072407043,
|
1309 |
+
"grad_norm": 0.7845962047576904,
|
1310 |
+
"learning_rate": 3.7224182308015977e-06,
|
1311 |
+
"loss": 0.4929,
|
1312 |
+
"step": 183
|
1313 |
+
},
|
1314 |
+
{
|
1315 |
+
"epoch": 0.36007827788649704,
|
1316 |
+
"grad_norm": 1.0257796049118042,
|
1317 |
+
"learning_rate": 3.7085532097114098e-06,
|
1318 |
+
"loss": 0.4597,
|
1319 |
+
"step": 184
|
1320 |
+
},
|
1321 |
+
{
|
1322 |
+
"epoch": 0.36203522504892366,
|
1323 |
+
"grad_norm": 0.9083458185195923,
|
1324 |
+
"learning_rate": 3.6946395082741582e-06,
|
1325 |
+
"loss": 0.5254,
|
1326 |
+
"step": 185
|
1327 |
+
},
|
1328 |
+
{
|
1329 |
+
"epoch": 0.3639921722113503,
|
1330 |
+
"grad_norm": 0.9128417372703552,
|
1331 |
+
"learning_rate": 3.6806776869317074e-06,
|
1332 |
+
"loss": 0.4428,
|
1333 |
+
"step": 186
|
1334 |
+
},
|
1335 |
+
{
|
1336 |
+
"epoch": 0.3659491193737769,
|
1337 |
+
"grad_norm": 1.1980143785476685,
|
1338 |
+
"learning_rate": 3.6666683080641846e-06,
|
1339 |
+
"loss": 0.5374,
|
1340 |
+
"step": 187
|
1341 |
+
},
|
1342 |
+
{
|
1343 |
+
"epoch": 0.3679060665362035,
|
1344 |
+
"grad_norm": 0.8467942476272583,
|
1345 |
+
"learning_rate": 3.6526119359673283e-06,
|
1346 |
+
"loss": 0.4963,
|
1347 |
+
"step": 188
|
1348 |
+
},
|
1349 |
+
{
|
1350 |
+
"epoch": 0.3698630136986301,
|
1351 |
+
"grad_norm": 0.8798732757568359,
|
1352 |
+
"learning_rate": 3.6385091368297582e-06,
|
1353 |
+
"loss": 0.5208,
|
1354 |
+
"step": 189
|
1355 |
+
},
|
1356 |
+
{
|
1357 |
+
"epoch": 0.37181996086105673,
|
1358 |
+
"grad_norm": 0.8612852692604065,
|
1359 |
+
"learning_rate": 3.624360478710165e-06,
|
1360 |
+
"loss": 0.3989,
|
1361 |
+
"step": 190
|
1362 |
+
},
|
1363 |
+
{
|
1364 |
+
"epoch": 0.37377690802348335,
|
1365 |
+
"grad_norm": 0.7529587149620056,
|
1366 |
+
"learning_rate": 3.6101665315144357e-06,
|
1367 |
+
"loss": 0.5015,
|
1368 |
+
"step": 191
|
1369 |
+
},
|
1370 |
+
{
|
1371 |
+
"epoch": 0.37573385518590996,
|
1372 |
+
"grad_norm": 0.8704853653907776,
|
1373 |
+
"learning_rate": 3.595927866972694e-06,
|
1374 |
+
"loss": 0.4318,
|
1375 |
+
"step": 192
|
1376 |
+
},
|
1377 |
+
{
|
1378 |
+
"epoch": 0.3776908023483366,
|
1379 |
+
"grad_norm": 1.1298363208770752,
|
1380 |
+
"learning_rate": 3.581645058616271e-06,
|
1381 |
+
"loss": 0.5047,
|
1382 |
+
"step": 193
|
1383 |
+
},
|
1384 |
+
{
|
1385 |
+
"epoch": 0.3796477495107632,
|
1386 |
+
"grad_norm": 1.2964321374893188,
|
1387 |
+
"learning_rate": 3.5673186817546047e-06,
|
1388 |
+
"loss": 0.4764,
|
1389 |
+
"step": 194
|
1390 |
+
},
|
1391 |
+
{
|
1392 |
+
"epoch": 0.3816046966731898,
|
1393 |
+
"grad_norm": 2.080096960067749,
|
1394 |
+
"learning_rate": 3.552949313452067e-06,
|
1395 |
+
"loss": 0.4808,
|
1396 |
+
"step": 195
|
1397 |
+
},
|
1398 |
+
{
|
1399 |
+
"epoch": 0.3835616438356164,
|
1400 |
+
"grad_norm": 0.8993785977363586,
|
1401 |
+
"learning_rate": 3.5385375325047167e-06,
|
1402 |
+
"loss": 0.5577,
|
1403 |
+
"step": 196
|
1404 |
+
},
|
1405 |
+
{
|
1406 |
+
"epoch": 0.38551859099804303,
|
1407 |
+
"grad_norm": 0.8617794513702393,
|
1408 |
+
"learning_rate": 3.5240839194169885e-06,
|
1409 |
+
"loss": 0.5042,
|
1410 |
+
"step": 197
|
1411 |
+
},
|
1412 |
+
{
|
1413 |
+
"epoch": 0.38747553816046965,
|
1414 |
+
"grad_norm": 0.9634183645248413,
|
1415 |
+
"learning_rate": 3.5095890563783124e-06,
|
1416 |
+
"loss": 0.466,
|
1417 |
+
"step": 198
|
1418 |
+
},
|
1419 |
+
{
|
1420 |
+
"epoch": 0.38943248532289626,
|
1421 |
+
"grad_norm": 0.9015300273895264,
|
1422 |
+
"learning_rate": 3.4950535272396564e-06,
|
1423 |
+
"loss": 0.3887,
|
1424 |
+
"step": 199
|
1425 |
+
},
|
1426 |
+
{
|
1427 |
+
"epoch": 0.3913894324853229,
|
1428 |
+
"grad_norm": 0.8658633828163147,
|
1429 |
+
"learning_rate": 3.480477917490014e-06,
|
1430 |
+
"loss": 0.4665,
|
1431 |
+
"step": 200
|
1432 |
+
},
|
1433 |
+
{
|
1434 |
+
"epoch": 0.3933463796477495,
|
1435 |
+
"grad_norm": 0.7967968583106995,
|
1436 |
+
"learning_rate": 3.4658628142328215e-06,
|
1437 |
+
"loss": 0.515,
|
1438 |
+
"step": 201
|
1439 |
+
},
|
1440 |
+
{
|
1441 |
+
"epoch": 0.3953033268101761,
|
1442 |
+
"grad_norm": 0.7495056986808777,
|
1443 |
+
"learning_rate": 3.4512088061623077e-06,
|
1444 |
+
"loss": 0.4345,
|
1445 |
+
"step": 202
|
1446 |
+
},
|
1447 |
+
{
|
1448 |
+
"epoch": 0.3972602739726027,
|
1449 |
+
"grad_norm": 0.9585980772972107,
|
1450 |
+
"learning_rate": 3.436516483539781e-06,
|
1451 |
+
"loss": 0.4084,
|
1452 |
+
"step": 203
|
1453 |
+
},
|
1454 |
+
{
|
1455 |
+
"epoch": 0.39921722113502933,
|
1456 |
+
"grad_norm": 0.9240750670433044,
|
1457 |
+
"learning_rate": 3.4217864381698523e-06,
|
1458 |
+
"loss": 0.4451,
|
1459 |
+
"step": 204
|
1460 |
+
},
|
1461 |
+
{
|
1462 |
+
"epoch": 0.40117416829745595,
|
1463 |
+
"grad_norm": 1.2117798328399658,
|
1464 |
+
"learning_rate": 3.4070192633766025e-06,
|
1465 |
+
"loss": 0.5152,
|
1466 |
+
"step": 205
|
1467 |
+
},
|
1468 |
+
{
|
1469 |
+
"epoch": 0.40313111545988256,
|
1470 |
+
"grad_norm": 0.868486225605011,
|
1471 |
+
"learning_rate": 3.39221555397968e-06,
|
1472 |
+
"loss": 0.5456,
|
1473 |
+
"step": 206
|
1474 |
+
},
|
1475 |
+
{
|
1476 |
+
"epoch": 0.4050880626223092,
|
1477 |
+
"grad_norm": 0.7969531416893005,
|
1478 |
+
"learning_rate": 3.37737590627034e-06,
|
1479 |
+
"loss": 0.4295,
|
1480 |
+
"step": 207
|
1481 |
+
},
|
1482 |
+
{
|
1483 |
+
"epoch": 0.4070450097847358,
|
1484 |
+
"grad_norm": 0.9103299975395203,
|
1485 |
+
"learning_rate": 3.362500917987427e-06,
|
1486 |
+
"loss": 0.4485,
|
1487 |
+
"step": 208
|
1488 |
+
},
|
1489 |
+
{
|
1490 |
+
"epoch": 0.4090019569471624,
|
1491 |
+
"grad_norm": 1.0487585067749023,
|
1492 |
+
"learning_rate": 3.3475911882933014e-06,
|
1493 |
+
"loss": 0.4807,
|
1494 |
+
"step": 209
|
1495 |
+
},
|
1496 |
+
{
|
1497 |
+
"epoch": 0.410958904109589,
|
1498 |
+
"grad_norm": 0.9155584573745728,
|
1499 |
+
"learning_rate": 3.332647317749702e-06,
|
1500 |
+
"loss": 0.4617,
|
1501 |
+
"step": 210
|
1502 |
+
},
|
1503 |
+
{
|
1504 |
+
"epoch": 0.41291585127201563,
|
1505 |
+
"grad_norm": 0.9164103865623474,
|
1506 |
+
"learning_rate": 3.3176699082935546e-06,
|
1507 |
+
"loss": 0.5041,
|
1508 |
+
"step": 211
|
1509 |
+
},
|
1510 |
+
{
|
1511 |
+
"epoch": 0.41487279843444225,
|
1512 |
+
"grad_norm": 0.7580545544624329,
|
1513 |
+
"learning_rate": 3.3026595632127274e-06,
|
1514 |
+
"loss": 0.465,
|
1515 |
+
"step": 212
|
1516 |
+
},
|
1517 |
+
{
|
1518 |
+
"epoch": 0.41682974559686886,
|
1519 |
+
"grad_norm": 1.0577958822250366,
|
1520 |
+
"learning_rate": 3.2876168871217322e-06,
|
1521 |
+
"loss": 0.4055,
|
1522 |
+
"step": 213
|
1523 |
+
},
|
1524 |
+
{
|
1525 |
+
"epoch": 0.4187866927592955,
|
1526 |
+
"grad_norm": 1.2304415702819824,
|
1527 |
+
"learning_rate": 3.272542485937369e-06,
|
1528 |
+
"loss": 0.3852,
|
1529 |
+
"step": 214
|
1530 |
+
},
|
1531 |
+
{
|
1532 |
+
"epoch": 0.4207436399217221,
|
1533 |
+
"grad_norm": 0.905158281326294,
|
1534 |
+
"learning_rate": 3.2574369668543187e-06,
|
1535 |
+
"loss": 0.4861,
|
1536 |
+
"step": 215
|
1537 |
+
},
|
1538 |
+
{
|
1539 |
+
"epoch": 0.4227005870841487,
|
1540 |
+
"grad_norm": 0.9109801054000854,
|
1541 |
+
"learning_rate": 3.2423009383206876e-06,
|
1542 |
+
"loss": 0.4247,
|
1543 |
+
"step": 216
|
1544 |
+
},
|
1545 |
+
{
|
1546 |
+
"epoch": 0.4246575342465753,
|
1547 |
+
"grad_norm": 0.8025485277175903,
|
1548 |
+
"learning_rate": 3.227135010013498e-06,
|
1549 |
+
"loss": 0.5319,
|
1550 |
+
"step": 217
|
1551 |
+
},
|
1552 |
+
{
|
1553 |
+
"epoch": 0.42661448140900193,
|
1554 |
+
"grad_norm": 0.883714497089386,
|
1555 |
+
"learning_rate": 3.211939792814131e-06,
|
1556 |
+
"loss": 0.5287,
|
1557 |
+
"step": 218
|
1558 |
+
},
|
1559 |
+
{
|
1560 |
+
"epoch": 0.42857142857142855,
|
1561 |
+
"grad_norm": 0.9827890396118164,
|
1562 |
+
"learning_rate": 3.19671589878372e-06,
|
1563 |
+
"loss": 0.4799,
|
1564 |
+
"step": 219
|
1565 |
+
},
|
1566 |
+
{
|
1567 |
+
"epoch": 0.43052837573385516,
|
1568 |
+
"grad_norm": 0.8296178579330444,
|
1569 |
+
"learning_rate": 3.1814639411384953e-06,
|
1570 |
+
"loss": 0.4725,
|
1571 |
+
"step": 220
|
1572 |
+
},
|
1573 |
+
{
|
1574 |
+
"epoch": 0.4324853228962818,
|
1575 |
+
"grad_norm": 0.8092741370201111,
|
1576 |
+
"learning_rate": 3.1661845342250874e-06,
|
1577 |
+
"loss": 0.5054,
|
1578 |
+
"step": 221
|
1579 |
+
},
|
1580 |
+
{
|
1581 |
+
"epoch": 0.4344422700587084,
|
1582 |
+
"grad_norm": 1.160125732421875,
|
1583 |
+
"learning_rate": 3.1508782934957804e-06,
|
1584 |
+
"loss": 0.6022,
|
1585 |
+
"step": 222
|
1586 |
+
},
|
1587 |
+
{
|
1588 |
+
"epoch": 0.436399217221135,
|
1589 |
+
"grad_norm": 0.871837854385376,
|
1590 |
+
"learning_rate": 3.1355458354837183e-06,
|
1591 |
+
"loss": 0.4545,
|
1592 |
+
"step": 223
|
1593 |
+
},
|
1594 |
+
{
|
1595 |
+
"epoch": 0.4383561643835616,
|
1596 |
+
"grad_norm": 0.8639246225357056,
|
1597 |
+
"learning_rate": 3.1201877777780724e-06,
|
1598 |
+
"loss": 0.449,
|
1599 |
+
"step": 224
|
1600 |
+
},
|
1601 |
+
{
|
1602 |
+
"epoch": 0.44031311154598823,
|
1603 |
+
"grad_norm": 0.9144279956817627,
|
1604 |
+
"learning_rate": 3.1048047389991693e-06,
|
1605 |
+
"loss": 0.4308,
|
1606 |
+
"step": 225
|
1607 |
+
},
|
1608 |
+
{
|
1609 |
+
"epoch": 0.44227005870841485,
|
1610 |
+
"grad_norm": 1.0165725946426392,
|
1611 |
+
"learning_rate": 3.089397338773569e-06,
|
1612 |
+
"loss": 0.4997,
|
1613 |
+
"step": 226
|
1614 |
+
},
|
1615 |
+
{
|
1616 |
+
"epoch": 0.44422700587084146,
|
1617 |
+
"grad_norm": 0.7787861824035645,
|
1618 |
+
"learning_rate": 3.0739661977091027e-06,
|
1619 |
+
"loss": 0.4408,
|
1620 |
+
"step": 227
|
1621 |
+
},
|
1622 |
+
{
|
1623 |
+
"epoch": 0.4461839530332681,
|
1624 |
+
"grad_norm": 0.8962077498435974,
|
1625 |
+
"learning_rate": 3.0585119373698858e-06,
|
1626 |
+
"loss": 0.4879,
|
1627 |
+
"step": 228
|
1628 |
+
},
|
1629 |
+
{
|
1630 |
+
"epoch": 0.4481409001956947,
|
1631 |
+
"grad_norm": 0.8481760621070862,
|
1632 |
+
"learning_rate": 3.04303518025127e-06,
|
1633 |
+
"loss": 0.4525,
|
1634 |
+
"step": 229
|
1635 |
+
},
|
1636 |
+
{
|
1637 |
+
"epoch": 0.4500978473581213,
|
1638 |
+
"grad_norm": 0.9689728021621704,
|
1639 |
+
"learning_rate": 3.0275365497547747e-06,
|
1640 |
+
"loss": 0.5199,
|
1641 |
+
"step": 230
|
1642 |
+
},
|
1643 |
+
{
|
1644 |
+
"epoch": 0.4520547945205479,
|
1645 |
+
"grad_norm": 1.0657813549041748,
|
1646 |
+
"learning_rate": 3.012016670162977e-06,
|
1647 |
+
"loss": 0.4834,
|
1648 |
+
"step": 231
|
1649 |
+
},
|
1650 |
+
{
|
1651 |
+
"epoch": 0.45401174168297453,
|
1652 |
+
"grad_norm": 1.0324097871780396,
|
1653 |
+
"learning_rate": 2.9964761666143638e-06,
|
1654 |
+
"loss": 0.5407,
|
1655 |
+
"step": 232
|
1656 |
+
},
|
1657 |
+
{
|
1658 |
+
"epoch": 0.45596868884540115,
|
1659 |
+
"grad_norm": 0.8452147245407104,
|
1660 |
+
"learning_rate": 2.980915665078153e-06,
|
1661 |
+
"loss": 0.5108,
|
1662 |
+
"step": 233
|
1663 |
+
},
|
1664 |
+
{
|
1665 |
+
"epoch": 0.45792563600782776,
|
1666 |
+
"grad_norm": 1.1484103202819824,
|
1667 |
+
"learning_rate": 2.9653357923290753e-06,
|
1668 |
+
"loss": 0.4082,
|
1669 |
+
"step": 234
|
1670 |
+
},
|
1671 |
+
{
|
1672 |
+
"epoch": 0.4598825831702544,
|
1673 |
+
"grad_norm": 0.859313428401947,
|
1674 |
+
"learning_rate": 2.949737175922135e-06,
|
1675 |
+
"loss": 0.4752,
|
1676 |
+
"step": 235
|
1677 |
+
},
|
1678 |
+
{
|
1679 |
+
"epoch": 0.461839530332681,
|
1680 |
+
"grad_norm": 0.87496417760849,
|
1681 |
+
"learning_rate": 2.9341204441673267e-06,
|
1682 |
+
"loss": 0.4624,
|
1683 |
+
"step": 236
|
1684 |
+
},
|
1685 |
+
{
|
1686 |
+
"epoch": 0.4637964774951076,
|
1687 |
+
"grad_norm": 0.9420116543769836,
|
1688 |
+
"learning_rate": 2.9184862261043272e-06,
|
1689 |
+
"loss": 0.4557,
|
1690 |
+
"step": 237
|
1691 |
+
},
|
1692 |
+
{
|
1693 |
+
"epoch": 0.4657534246575342,
|
1694 |
+
"grad_norm": 1.4860702753067017,
|
1695 |
+
"learning_rate": 2.902835151477161e-06,
|
1696 |
+
"loss": 0.4617,
|
1697 |
+
"step": 238
|
1698 |
+
},
|
1699 |
+
{
|
1700 |
+
"epoch": 0.46771037181996084,
|
1701 |
+
"grad_norm": 0.8771023750305176,
|
1702 |
+
"learning_rate": 2.887167850708831e-06,
|
1703 |
+
"loss": 0.5299,
|
1704 |
+
"step": 239
|
1705 |
+
},
|
1706 |
+
{
|
1707 |
+
"epoch": 0.46966731898238745,
|
1708 |
+
"grad_norm": 0.8673617839813232,
|
1709 |
+
"learning_rate": 2.8714849548759293e-06,
|
1710 |
+
"loss": 0.5504,
|
1711 |
+
"step": 240
|
1712 |
+
},
|
1713 |
+
{
|
1714 |
+
"epoch": 0.47162426614481406,
|
1715 |
+
"grad_norm": 0.8307452201843262,
|
1716 |
+
"learning_rate": 2.8557870956832135e-06,
|
1717 |
+
"loss": 0.4735,
|
1718 |
+
"step": 241
|
1719 |
+
},
|
1720 |
+
{
|
1721 |
+
"epoch": 0.4735812133072407,
|
1722 |
+
"grad_norm": 0.9233512282371521,
|
1723 |
+
"learning_rate": 2.840074905438161e-06,
|
1724 |
+
"loss": 0.3701,
|
1725 |
+
"step": 242
|
1726 |
+
},
|
1727 |
+
{
|
1728 |
+
"epoch": 0.4755381604696673,
|
1729 |
+
"grad_norm": 1.0768812894821167,
|
1730 |
+
"learning_rate": 2.8243490170255046e-06,
|
1731 |
+
"loss": 0.4983,
|
1732 |
+
"step": 243
|
1733 |
+
},
|
1734 |
+
{
|
1735 |
+
"epoch": 0.4774951076320939,
|
1736 |
+
"grad_norm": 0.9305315017700195,
|
1737 |
+
"learning_rate": 2.808610063881737e-06,
|
1738 |
+
"loss": 0.4137,
|
1739 |
+
"step": 244
|
1740 |
+
},
|
1741 |
+
{
|
1742 |
+
"epoch": 0.4794520547945205,
|
1743 |
+
"grad_norm": 1.1971187591552734,
|
1744 |
+
"learning_rate": 2.792858679969596e-06,
|
1745 |
+
"loss": 0.452,
|
1746 |
+
"step": 245
|
1747 |
+
},
|
1748 |
+
{
|
1749 |
+
"epoch": 0.48140900195694714,
|
1750 |
+
"grad_norm": 1.314292073249817,
|
1751 |
+
"learning_rate": 2.7770954997525277e-06,
|
1752 |
+
"loss": 0.526,
|
1753 |
+
"step": 246
|
1754 |
+
},
|
1755 |
+
{
|
1756 |
+
"epoch": 0.48336594911937375,
|
1757 |
+
"grad_norm": 1.2386282682418823,
|
1758 |
+
"learning_rate": 2.761321158169134e-06,
|
1759 |
+
"loss": 0.5002,
|
1760 |
+
"step": 247
|
1761 |
+
},
|
1762 |
+
{
|
1763 |
+
"epoch": 0.48532289628180036,
|
1764 |
+
"grad_norm": 0.9772767424583435,
|
1765 |
+
"learning_rate": 2.745536290607593e-06,
|
1766 |
+
"loss": 0.5091,
|
1767 |
+
"step": 248
|
1768 |
+
},
|
1769 |
+
{
|
1770 |
+
"epoch": 0.487279843444227,
|
1771 |
+
"grad_norm": 1.0364662408828735,
|
1772 |
+
"learning_rate": 2.729741532880069e-06,
|
1773 |
+
"loss": 0.4752,
|
1774 |
+
"step": 249
|
1775 |
+
},
|
1776 |
+
{
|
1777 |
+
"epoch": 0.4892367906066536,
|
1778 |
+
"grad_norm": 0.8030025362968445,
|
1779 |
+
"learning_rate": 2.7139375211971e-06,
|
1780 |
+
"loss": 0.462,
|
1781 |
+
"step": 250
|
1782 |
+
},
|
1783 |
+
{
|
1784 |
+
"epoch": 0.4911937377690802,
|
1785 |
+
"grad_norm": 1.3889553546905518,
|
1786 |
+
"learning_rate": 2.6981248921419713e-06,
|
1787 |
+
"loss": 0.4102,
|
1788 |
+
"step": 251
|
1789 |
+
},
|
1790 |
+
{
|
1791 |
+
"epoch": 0.4931506849315068,
|
1792 |
+
"grad_norm": 0.9577500224113464,
|
1793 |
+
"learning_rate": 2.682304282645077e-06,
|
1794 |
+
"loss": 0.5008,
|
1795 |
+
"step": 252
|
1796 |
+
},
|
1797 |
+
{
|
1798 |
+
"epoch": 0.49510763209393344,
|
1799 |
+
"grad_norm": 1.3206193447113037,
|
1800 |
+
"learning_rate": 2.66647632995826e-06,
|
1801 |
+
"loss": 0.4624,
|
1802 |
+
"step": 253
|
1803 |
+
},
|
1804 |
+
{
|
1805 |
+
"epoch": 0.49706457925636005,
|
1806 |
+
"grad_norm": 0.8159929513931274,
|
1807 |
+
"learning_rate": 2.6506416716291466e-06,
|
1808 |
+
"loss": 0.4561,
|
1809 |
+
"step": 254
|
1810 |
+
},
|
1811 |
+
{
|
1812 |
+
"epoch": 0.49902152641878667,
|
1813 |
+
"grad_norm": 0.854573130607605,
|
1814 |
+
"learning_rate": 2.634800945475465e-06,
|
1815 |
+
"loss": 0.5503,
|
1816 |
+
"step": 255
|
1817 |
+
},
|
1818 |
+
{
|
1819 |
+
"epoch": 0.5009784735812133,
|
1820 |
+
"grad_norm": 9.345633506774902,
|
1821 |
+
"learning_rate": 2.6189547895593565e-06,
|
1822 |
+
"loss": 0.5216,
|
1823 |
+
"step": 256
|
1824 |
+
},
|
1825 |
+
{
|
1826 |
+
"epoch": 0.50293542074364,
|
1827 |
+
"grad_norm": 0.8881295323371887,
|
1828 |
+
"learning_rate": 2.6031038421616684e-06,
|
1829 |
+
"loss": 0.4713,
|
1830 |
+
"step": 257
|
1831 |
+
},
|
1832 |
+
{
|
1833 |
+
"epoch": 0.5048923679060665,
|
1834 |
+
"grad_norm": 1.7568496465682983,
|
1835 |
+
"learning_rate": 2.587248741756253e-06,
|
1836 |
+
"loss": 0.5096,
|
1837 |
+
"step": 258
|
1838 |
+
},
|
1839 |
+
{
|
1840 |
+
"epoch": 0.5068493150684932,
|
1841 |
+
"grad_norm": 0.8306764960289001,
|
1842 |
+
"learning_rate": 2.5713901269842405e-06,
|
1843 |
+
"loss": 0.4504,
|
1844 |
+
"step": 259
|
1845 |
+
},
|
1846 |
+
{
|
1847 |
+
"epoch": 0.5088062622309197,
|
1848 |
+
"grad_norm": 0.9716941118240356,
|
1849 |
+
"learning_rate": 2.555528636628324e-06,
|
1850 |
+
"loss": 0.4668,
|
1851 |
+
"step": 260
|
1852 |
+
},
|
1853 |
+
{
|
1854 |
+
"epoch": 0.5107632093933464,
|
1855 |
+
"grad_norm": 0.8290694355964661,
|
1856 |
+
"learning_rate": 2.53966490958702e-06,
|
1857 |
+
"loss": 0.4288,
|
1858 |
+
"step": 261
|
1859 |
+
},
|
1860 |
+
{
|
1861 |
+
"epoch": 0.512720156555773,
|
1862 |
+
"grad_norm": 0.9514800310134888,
|
1863 |
+
"learning_rate": 2.5237995848489422e-06,
|
1864 |
+
"loss": 0.5157,
|
1865 |
+
"step": 262
|
1866 |
+
},
|
1867 |
+
{
|
1868 |
+
"epoch": 0.5146771037181996,
|
1869 |
+
"grad_norm": 1.515278935432434,
|
1870 |
+
"learning_rate": 2.507933301467056e-06,
|
1871 |
+
"loss": 0.4863,
|
1872 |
+
"step": 263
|
1873 |
+
},
|
1874 |
+
{
|
1875 |
+
"epoch": 0.5166340508806262,
|
1876 |
+
"grad_norm": 0.9582359790802002,
|
1877 |
+
"learning_rate": 2.4920666985329446e-06,
|
1878 |
+
"loss": 0.4694,
|
1879 |
+
"step": 264
|
1880 |
+
},
|
1881 |
+
{
|
1882 |
+
"epoch": 0.5185909980430529,
|
1883 |
+
"grad_norm": 0.8128112554550171,
|
1884 |
+
"learning_rate": 2.4762004151510586e-06,
|
1885 |
+
"loss": 0.4244,
|
1886 |
+
"step": 265
|
1887 |
+
},
|
1888 |
+
{
|
1889 |
+
"epoch": 0.5205479452054794,
|
1890 |
+
"grad_norm": 1.151044487953186,
|
1891 |
+
"learning_rate": 2.4603350904129802e-06,
|
1892 |
+
"loss": 0.4555,
|
1893 |
+
"step": 266
|
1894 |
+
},
|
1895 |
+
{
|
1896 |
+
"epoch": 0.5225048923679061,
|
1897 |
+
"grad_norm": 0.8072860240936279,
|
1898 |
+
"learning_rate": 2.4444713633716764e-06,
|
1899 |
+
"loss": 0.4173,
|
1900 |
+
"step": 267
|
1901 |
+
},
|
1902 |
+
{
|
1903 |
+
"epoch": 0.5244618395303327,
|
1904 |
+
"grad_norm": 1.8496747016906738,
|
1905 |
+
"learning_rate": 2.42860987301576e-06,
|
1906 |
+
"loss": 0.4206,
|
1907 |
+
"step": 268
|
1908 |
+
},
|
1909 |
+
{
|
1910 |
+
"epoch": 0.5264187866927593,
|
1911 |
+
"grad_norm": 1.096216082572937,
|
1912 |
+
"learning_rate": 2.4127512582437486e-06,
|
1913 |
+
"loss": 0.4501,
|
1914 |
+
"step": 269
|
1915 |
+
},
|
1916 |
+
{
|
1917 |
+
"epoch": 0.5283757338551859,
|
1918 |
+
"grad_norm": 0.9519087076187134,
|
1919 |
+
"learning_rate": 2.3968961578383324e-06,
|
1920 |
+
"loss": 0.4848,
|
1921 |
+
"step": 270
|
1922 |
+
},
|
1923 |
+
{
|
1924 |
+
"epoch": 0.5303326810176126,
|
1925 |
+
"grad_norm": 0.9204405546188354,
|
1926 |
+
"learning_rate": 2.3810452104406444e-06,
|
1927 |
+
"loss": 0.4526,
|
1928 |
+
"step": 271
|
1929 |
+
},
|
1930 |
+
{
|
1931 |
+
"epoch": 0.5322896281800391,
|
1932 |
+
"grad_norm": 0.8748743534088135,
|
1933 |
+
"learning_rate": 2.3651990545245357e-06,
|
1934 |
+
"loss": 0.4547,
|
1935 |
+
"step": 272
|
1936 |
+
},
|
1937 |
+
{
|
1938 |
+
"epoch": 0.5342465753424658,
|
1939 |
+
"grad_norm": 1.6212592124938965,
|
1940 |
+
"learning_rate": 2.3493583283708542e-06,
|
1941 |
+
"loss": 0.4937,
|
1942 |
+
"step": 273
|
1943 |
+
},
|
1944 |
+
{
|
1945 |
+
"epoch": 0.5362035225048923,
|
1946 |
+
"grad_norm": 0.9793727993965149,
|
1947 |
+
"learning_rate": 2.3335236700417404e-06,
|
1948 |
+
"loss": 0.4456,
|
1949 |
+
"step": 274
|
1950 |
+
},
|
1951 |
+
{
|
1952 |
+
"epoch": 0.538160469667319,
|
1953 |
+
"grad_norm": 1.7149184942245483,
|
1954 |
+
"learning_rate": 2.3176957173549236e-06,
|
1955 |
+
"loss": 0.4737,
|
1956 |
+
"step": 275
|
1957 |
+
},
|
1958 |
+
{
|
1959 |
+
"epoch": 0.5401174168297456,
|
1960 |
+
"grad_norm": 0.9447053074836731,
|
1961 |
+
"learning_rate": 2.3018751078580287e-06,
|
1962 |
+
"loss": 0.4496,
|
1963 |
+
"step": 276
|
1964 |
+
},
|
1965 |
+
{
|
1966 |
+
"epoch": 0.5420743639921722,
|
1967 |
+
"grad_norm": 0.9250771999359131,
|
1968 |
+
"learning_rate": 2.2860624788029013e-06,
|
1969 |
+
"loss": 0.4674,
|
1970 |
+
"step": 277
|
1971 |
+
},
|
1972 |
+
{
|
1973 |
+
"epoch": 0.5440313111545988,
|
1974 |
+
"grad_norm": 0.8631194233894348,
|
1975 |
+
"learning_rate": 2.2702584671199317e-06,
|
1976 |
+
"loss": 0.48,
|
1977 |
+
"step": 278
|
1978 |
+
},
|
1979 |
+
{
|
1980 |
+
"epoch": 0.5459882583170255,
|
1981 |
+
"grad_norm": 0.8921899199485779,
|
1982 |
+
"learning_rate": 2.2544637093924072e-06,
|
1983 |
+
"loss": 0.4009,
|
1984 |
+
"step": 279
|
1985 |
+
},
|
1986 |
+
{
|
1987 |
+
"epoch": 0.547945205479452,
|
1988 |
+
"grad_norm": 0.811696469783783,
|
1989 |
+
"learning_rate": 2.238678841830867e-06,
|
1990 |
+
"loss": 0.4714,
|
1991 |
+
"step": 280
|
1992 |
+
},
|
1993 |
+
{
|
1994 |
+
"epoch": 0.5499021526418787,
|
1995 |
+
"grad_norm": 0.7900722026824951,
|
1996 |
+
"learning_rate": 2.2229045002474727e-06,
|
1997 |
+
"loss": 0.3956,
|
1998 |
+
"step": 281
|
1999 |
+
},
|
2000 |
+
{
|
2001 |
+
"epoch": 0.5518590998043053,
|
2002 |
+
"grad_norm": 0.8538399934768677,
|
2003 |
+
"learning_rate": 2.2071413200304046e-06,
|
2004 |
+
"loss": 0.3488,
|
2005 |
+
"step": 282
|
2006 |
+
},
|
2007 |
+
{
|
2008 |
+
"epoch": 0.5538160469667319,
|
2009 |
+
"grad_norm": 0.9310709238052368,
|
2010 |
+
"learning_rate": 2.1913899361182634e-06,
|
2011 |
+
"loss": 0.3915,
|
2012 |
+
"step": 283
|
2013 |
+
},
|
2014 |
+
{
|
2015 |
+
"epoch": 0.5557729941291585,
|
2016 |
+
"grad_norm": 0.8419170379638672,
|
2017 |
+
"learning_rate": 2.1756509829744958e-06,
|
2018 |
+
"loss": 0.4716,
|
2019 |
+
"step": 284
|
2020 |
+
},
|
2021 |
+
{
|
2022 |
+
"epoch": 0.5577299412915852,
|
2023 |
+
"grad_norm": 1.2008228302001953,
|
2024 |
+
"learning_rate": 2.1599250945618404e-06,
|
2025 |
+
"loss": 0.4493,
|
2026 |
+
"step": 285
|
2027 |
+
},
|
2028 |
+
{
|
2029 |
+
"epoch": 0.5596868884540117,
|
2030 |
+
"grad_norm": 0.8127449750900269,
|
2031 |
+
"learning_rate": 2.1442129043167877e-06,
|
2032 |
+
"loss": 0.4223,
|
2033 |
+
"step": 286
|
2034 |
+
},
|
2035 |
+
{
|
2036 |
+
"epoch": 0.5616438356164384,
|
2037 |
+
"grad_norm": 1.0872187614440918,
|
2038 |
+
"learning_rate": 2.128515045124071e-06,
|
2039 |
+
"loss": 0.4814,
|
2040 |
+
"step": 287
|
2041 |
+
},
|
2042 |
+
{
|
2043 |
+
"epoch": 0.5636007827788649,
|
2044 |
+
"grad_norm": 0.9573928713798523,
|
2045 |
+
"learning_rate": 2.1128321492911697e-06,
|
2046 |
+
"loss": 0.4606,
|
2047 |
+
"step": 288
|
2048 |
+
},
|
2049 |
+
{
|
2050 |
+
"epoch": 0.5655577299412916,
|
2051 |
+
"grad_norm": 0.7555910348892212,
|
2052 |
+
"learning_rate": 2.0971648485228404e-06,
|
2053 |
+
"loss": 0.446,
|
2054 |
+
"step": 289
|
2055 |
+
},
|
2056 |
+
{
|
2057 |
+
"epoch": 0.5675146771037182,
|
2058 |
+
"grad_norm": 0.9281080961227417,
|
2059 |
+
"learning_rate": 2.0815137738956736e-06,
|
2060 |
+
"loss": 0.4224,
|
2061 |
+
"step": 290
|
2062 |
+
},
|
2063 |
+
{
|
2064 |
+
"epoch": 0.5694716242661448,
|
2065 |
+
"grad_norm": 1.0036050081253052,
|
2066 |
+
"learning_rate": 2.0658795558326745e-06,
|
2067 |
+
"loss": 0.4476,
|
2068 |
+
"step": 291
|
2069 |
+
},
|
2070 |
+
{
|
2071 |
+
"epoch": 0.5714285714285714,
|
2072 |
+
"grad_norm": 0.8064005970954895,
|
2073 |
+
"learning_rate": 2.0502628240778655e-06,
|
2074 |
+
"loss": 0.4518,
|
2075 |
+
"step": 292
|
2076 |
+
},
|
2077 |
+
{
|
2078 |
+
"epoch": 0.5733855185909981,
|
2079 |
+
"grad_norm": 0.8491390347480774,
|
2080 |
+
"learning_rate": 2.034664207670925e-06,
|
2081 |
+
"loss": 0.4947,
|
2082 |
+
"step": 293
|
2083 |
+
},
|
2084 |
+
{
|
2085 |
+
"epoch": 0.5753424657534246,
|
2086 |
+
"grad_norm": 1.433266043663025,
|
2087 |
+
"learning_rate": 2.019084334921849e-06,
|
2088 |
+
"loss": 0.4929,
|
2089 |
+
"step": 294
|
2090 |
+
},
|
2091 |
+
{
|
2092 |
+
"epoch": 0.5772994129158513,
|
2093 |
+
"grad_norm": 0.8420299291610718,
|
2094 |
+
"learning_rate": 2.003523833385637e-06,
|
2095 |
+
"loss": 0.4533,
|
2096 |
+
"step": 295
|
2097 |
+
},
|
2098 |
+
{
|
2099 |
+
"epoch": 0.5792563600782779,
|
2100 |
+
"grad_norm": 2.3586318492889404,
|
2101 |
+
"learning_rate": 1.987983329837024e-06,
|
2102 |
+
"loss": 0.4257,
|
2103 |
+
"step": 296
|
2104 |
+
},
|
2105 |
+
{
|
2106 |
+
"epoch": 0.5812133072407045,
|
2107 |
+
"grad_norm": 0.85833340883255,
|
2108 |
+
"learning_rate": 1.972463450245226e-06,
|
2109 |
+
"loss": 0.4875,
|
2110 |
+
"step": 297
|
2111 |
+
},
|
2112 |
+
{
|
2113 |
+
"epoch": 0.5831702544031311,
|
2114 |
+
"grad_norm": 0.7927659749984741,
|
2115 |
+
"learning_rate": 1.956964819748731e-06,
|
2116 |
+
"loss": 0.415,
|
2117 |
+
"step": 298
|
2118 |
+
},
|
2119 |
+
{
|
2120 |
+
"epoch": 0.5851272015655578,
|
2121 |
+
"grad_norm": 0.8850895762443542,
|
2122 |
+
"learning_rate": 1.9414880626301147e-06,
|
2123 |
+
"loss": 0.409,
|
2124 |
+
"step": 299
|
2125 |
+
},
|
2126 |
+
{
|
2127 |
+
"epoch": 0.5870841487279843,
|
2128 |
+
"grad_norm": 1.509407877922058,
|
2129 |
+
"learning_rate": 1.9260338022908972e-06,
|
2130 |
+
"loss": 0.5041,
|
2131 |
+
"step": 300
|
2132 |
+
},
|
2133 |
+
{
|
2134 |
+
"epoch": 0.589041095890411,
|
2135 |
+
"grad_norm": 1.5269814729690552,
|
2136 |
+
"learning_rate": 1.9106026612264316e-06,
|
2137 |
+
"loss": 0.4222,
|
2138 |
+
"step": 301
|
2139 |
+
},
|
2140 |
+
{
|
2141 |
+
"epoch": 0.5909980430528375,
|
2142 |
+
"grad_norm": 1.386004090309143,
|
2143 |
+
"learning_rate": 1.895195261000831e-06,
|
2144 |
+
"loss": 0.5278,
|
2145 |
+
"step": 302
|
2146 |
+
},
|
2147 |
+
{
|
2148 |
+
"epoch": 0.5929549902152642,
|
2149 |
+
"grad_norm": 1.278283953666687,
|
2150 |
+
"learning_rate": 1.8798122222219288e-06,
|
2151 |
+
"loss": 0.4823,
|
2152 |
+
"step": 303
|
2153 |
+
},
|
2154 |
+
{
|
2155 |
+
"epoch": 0.5949119373776908,
|
2156 |
+
"grad_norm": 0.8502036333084106,
|
2157 |
+
"learning_rate": 1.8644541645162834e-06,
|
2158 |
+
"loss": 0.4682,
|
2159 |
+
"step": 304
|
2160 |
+
},
|
2161 |
+
{
|
2162 |
+
"epoch": 0.5968688845401174,
|
2163 |
+
"grad_norm": 0.8835340142250061,
|
2164 |
+
"learning_rate": 1.84912170650422e-06,
|
2165 |
+
"loss": 0.3474,
|
2166 |
+
"step": 305
|
2167 |
+
},
|
2168 |
+
{
|
2169 |
+
"epoch": 0.598825831702544,
|
2170 |
+
"grad_norm": 0.8175051212310791,
|
2171 |
+
"learning_rate": 1.833815465774913e-06,
|
2172 |
+
"loss": 0.4262,
|
2173 |
+
"step": 306
|
2174 |
+
},
|
2175 |
+
{
|
2176 |
+
"epoch": 0.6007827788649707,
|
2177 |
+
"grad_norm": 1.031742811203003,
|
2178 |
+
"learning_rate": 1.818536058861506e-06,
|
2179 |
+
"loss": 0.4432,
|
2180 |
+
"step": 307
|
2181 |
+
},
|
2182 |
+
{
|
2183 |
+
"epoch": 0.6027397260273972,
|
2184 |
+
"grad_norm": 0.9526416659355164,
|
2185 |
+
"learning_rate": 1.803284101216281e-06,
|
2186 |
+
"loss": 0.3981,
|
2187 |
+
"step": 308
|
2188 |
+
},
|
2189 |
+
{
|
2190 |
+
"epoch": 0.6046966731898239,
|
2191 |
+
"grad_norm": 0.9259310364723206,
|
2192 |
+
"learning_rate": 1.7880602071858694e-06,
|
2193 |
+
"loss": 0.4249,
|
2194 |
+
"step": 309
|
2195 |
+
},
|
2196 |
+
{
|
2197 |
+
"epoch": 0.6066536203522505,
|
2198 |
+
"grad_norm": 1.0978782176971436,
|
2199 |
+
"learning_rate": 1.7728649899865024e-06,
|
2200 |
+
"loss": 0.4955,
|
2201 |
+
"step": 310
|
2202 |
+
},
|
2203 |
+
{
|
2204 |
+
"epoch": 0.6086105675146771,
|
2205 |
+
"grad_norm": 0.8304716944694519,
|
2206 |
+
"learning_rate": 1.7576990616793139e-06,
|
2207 |
+
"loss": 0.4666,
|
2208 |
+
"step": 311
|
2209 |
+
},
|
2210 |
+
{
|
2211 |
+
"epoch": 0.6105675146771037,
|
2212 |
+
"grad_norm": 2.960554838180542,
|
2213 |
+
"learning_rate": 1.7425630331456821e-06,
|
2214 |
+
"loss": 0.412,
|
2215 |
+
"step": 312
|
2216 |
+
},
|
2217 |
+
{
|
2218 |
+
"epoch": 0.6125244618395304,
|
2219 |
+
"grad_norm": 0.8440503478050232,
|
2220 |
+
"learning_rate": 1.7274575140626318e-06,
|
2221 |
+
"loss": 0.4814,
|
2222 |
+
"step": 313
|
2223 |
+
},
|
2224 |
+
{
|
2225 |
+
"epoch": 0.6144814090019569,
|
2226 |
+
"grad_norm": 0.8478916883468628,
|
2227 |
+
"learning_rate": 1.7123831128782686e-06,
|
2228 |
+
"loss": 0.4708,
|
2229 |
+
"step": 314
|
2230 |
+
},
|
2231 |
+
{
|
2232 |
+
"epoch": 0.6164383561643836,
|
2233 |
+
"grad_norm": 0.8599239587783813,
|
2234 |
+
"learning_rate": 1.697340436787273e-06,
|
2235 |
+
"loss": 0.428,
|
2236 |
+
"step": 315
|
2237 |
+
},
|
2238 |
+
{
|
2239 |
+
"epoch": 0.6183953033268101,
|
2240 |
+
"grad_norm": 1.151842474937439,
|
2241 |
+
"learning_rate": 1.6823300917064462e-06,
|
2242 |
+
"loss": 0.3433,
|
2243 |
+
"step": 316
|
2244 |
+
},
|
2245 |
+
{
|
2246 |
+
"epoch": 0.6203522504892368,
|
2247 |
+
"grad_norm": 0.8544068336486816,
|
2248 |
+
"learning_rate": 1.6673526822502982e-06,
|
2249 |
+
"loss": 0.4431,
|
2250 |
+
"step": 317
|
2251 |
+
},
|
2252 |
+
{
|
2253 |
+
"epoch": 0.6223091976516634,
|
2254 |
+
"grad_norm": 1.1891425848007202,
|
2255 |
+
"learning_rate": 1.6524088117066984e-06,
|
2256 |
+
"loss": 0.4334,
|
2257 |
+
"step": 318
|
2258 |
+
},
|
2259 |
+
{
|
2260 |
+
"epoch": 0.62426614481409,
|
2261 |
+
"grad_norm": 1.1379172801971436,
|
2262 |
+
"learning_rate": 1.637499082012574e-06,
|
2263 |
+
"loss": 0.5514,
|
2264 |
+
"step": 319
|
2265 |
+
},
|
2266 |
+
{
|
2267 |
+
"epoch": 0.6262230919765166,
|
2268 |
+
"grad_norm": 1.0814030170440674,
|
2269 |
+
"learning_rate": 1.6226240937296617e-06,
|
2270 |
+
"loss": 0.4772,
|
2271 |
+
"step": 320
|
2272 |
+
},
|
2273 |
+
{
|
2274 |
+
"epoch": 0.6281800391389433,
|
2275 |
+
"grad_norm": 0.9527184963226318,
|
2276 |
+
"learning_rate": 1.6077844460203207e-06,
|
2277 |
+
"loss": 0.4292,
|
2278 |
+
"step": 321
|
2279 |
+
},
|
2280 |
+
{
|
2281 |
+
"epoch": 0.6301369863013698,
|
2282 |
+
"grad_norm": 0.9083294868469238,
|
2283 |
+
"learning_rate": 1.5929807366233979e-06,
|
2284 |
+
"loss": 0.501,
|
2285 |
+
"step": 322
|
2286 |
+
},
|
2287 |
+
{
|
2288 |
+
"epoch": 0.6320939334637965,
|
2289 |
+
"grad_norm": 1.4445644617080688,
|
2290 |
+
"learning_rate": 1.5782135618301486e-06,
|
2291 |
+
"loss": 0.4924,
|
2292 |
+
"step": 323
|
2293 |
+
},
|
2294 |
+
{
|
2295 |
+
"epoch": 0.6340508806262231,
|
2296 |
+
"grad_norm": 1.361970067024231,
|
2297 |
+
"learning_rate": 1.56348351646022e-06,
|
2298 |
+
"loss": 0.4487,
|
2299 |
+
"step": 324
|
2300 |
+
},
|
2301 |
+
{
|
2302 |
+
"epoch": 0.6360078277886497,
|
2303 |
+
"grad_norm": 0.8321120142936707,
|
2304 |
+
"learning_rate": 1.5487911938376925e-06,
|
2305 |
+
"loss": 0.4566,
|
2306 |
+
"step": 325
|
2307 |
+
},
|
2308 |
+
{
|
2309 |
+
"epoch": 0.6379647749510763,
|
2310 |
+
"grad_norm": 1.1182819604873657,
|
2311 |
+
"learning_rate": 1.5341371857671782e-06,
|
2312 |
+
"loss": 0.4253,
|
2313 |
+
"step": 326
|
2314 |
+
},
|
2315 |
+
{
|
2316 |
+
"epoch": 0.639921722113503,
|
2317 |
+
"grad_norm": 1.133865475654602,
|
2318 |
+
"learning_rate": 1.5195220825099863e-06,
|
2319 |
+
"loss": 0.4212,
|
2320 |
+
"step": 327
|
2321 |
+
},
|
2322 |
+
{
|
2323 |
+
"epoch": 0.6418786692759295,
|
2324 |
+
"grad_norm": 0.9962513446807861,
|
2325 |
+
"learning_rate": 1.5049464727603453e-06,
|
2326 |
+
"loss": 0.4702,
|
2327 |
+
"step": 328
|
2328 |
+
},
|
2329 |
+
{
|
2330 |
+
"epoch": 0.6438356164383562,
|
2331 |
+
"grad_norm": 1.1037347316741943,
|
2332 |
+
"learning_rate": 1.4904109436216885e-06,
|
2333 |
+
"loss": 0.5035,
|
2334 |
+
"step": 329
|
2335 |
+
},
|
2336 |
+
{
|
2337 |
+
"epoch": 0.6457925636007827,
|
2338 |
+
"grad_norm": 1.0168620347976685,
|
2339 |
+
"learning_rate": 1.475916080583012e-06,
|
2340 |
+
"loss": 0.4762,
|
2341 |
+
"step": 330
|
2342 |
+
},
|
2343 |
+
{
|
2344 |
+
"epoch": 0.6477495107632094,
|
2345 |
+
"grad_norm": 1.1695796251296997,
|
2346 |
+
"learning_rate": 1.4614624674952843e-06,
|
2347 |
+
"loss": 0.4313,
|
2348 |
+
"step": 331
|
2349 |
+
},
|
2350 |
+
{
|
2351 |
+
"epoch": 0.649706457925636,
|
2352 |
+
"grad_norm": 1.4158042669296265,
|
2353 |
+
"learning_rate": 1.4470506865479337e-06,
|
2354 |
+
"loss": 0.4798,
|
2355 |
+
"step": 332
|
2356 |
+
},
|
2357 |
+
{
|
2358 |
+
"epoch": 0.6516634050880626,
|
2359 |
+
"grad_norm": 0.9545938968658447,
|
2360 |
+
"learning_rate": 1.4326813182453959e-06,
|
2361 |
+
"loss": 0.4126,
|
2362 |
+
"step": 333
|
2363 |
+
},
|
2364 |
+
{
|
2365 |
+
"epoch": 0.6536203522504892,
|
2366 |
+
"grad_norm": 1.0253559350967407,
|
2367 |
+
"learning_rate": 1.4183549413837288e-06,
|
2368 |
+
"loss": 0.4633,
|
2369 |
+
"step": 334
|
2370 |
+
},
|
2371 |
+
{
|
2372 |
+
"epoch": 0.6555772994129159,
|
2373 |
+
"grad_norm": 0.9522657990455627,
|
2374 |
+
"learning_rate": 1.4040721330273063e-06,
|
2375 |
+
"loss": 0.4716,
|
2376 |
+
"step": 335
|
2377 |
+
},
|
2378 |
+
{
|
2379 |
+
"epoch": 0.6575342465753424,
|
2380 |
+
"grad_norm": 0.9612335562705994,
|
2381 |
+
"learning_rate": 1.3898334684855647e-06,
|
2382 |
+
"loss": 0.4699,
|
2383 |
+
"step": 336
|
2384 |
+
},
|
2385 |
+
{
|
2386 |
+
"epoch": 0.6594911937377691,
|
2387 |
+
"grad_norm": 0.9365352392196655,
|
2388 |
+
"learning_rate": 1.375639521289836e-06,
|
2389 |
+
"loss": 0.4775,
|
2390 |
+
"step": 337
|
2391 |
+
},
|
2392 |
+
{
|
2393 |
+
"epoch": 0.6614481409001957,
|
2394 |
+
"grad_norm": 0.9329326152801514,
|
2395 |
+
"learning_rate": 1.3614908631702435e-06,
|
2396 |
+
"loss": 0.4236,
|
2397 |
+
"step": 338
|
2398 |
+
},
|
2399 |
+
{
|
2400 |
+
"epoch": 0.6614481409001957,
|
2401 |
+
"eval_accuracy": 0.8283926414598568,
|
2402 |
+
"eval_accuracy_first_token": 0.9538461538461539,
|
2403 |
+
"eval_accuracy_first_token_all": 0.9723295718039883,
|
2404 |
+
"eval_accuracy_first_token_all_total": 6469,
|
2405 |
+
"eval_accuracy_first_token_calculate": 0.9090909090909091,
|
2406 |
+
"eval_accuracy_first_token_calculate_total": 44,
|
2407 |
+
"eval_accuracy_first_token_execute": 1.0,
|
2408 |
+
"eval_accuracy_first_token_execute_total": 202,
|
2409 |
+
"eval_accuracy_first_token_get": 0.9517543859649122,
|
2410 |
+
"eval_accuracy_first_token_get_total": 456,
|
2411 |
+
"eval_accuracy_first_token_python": 0.8838383838383839,
|
2412 |
+
"eval_accuracy_first_token_python_total": 990,
|
2413 |
+
"eval_loss": 0.5066910982131958,
|
2414 |
+
"eval_perplexity": 1.2021342846813718,
|
2415 |
+
"eval_runtime": 525.6643,
|
2416 |
+
"eval_samples_per_second": 1.265,
|
2417 |
+
"eval_steps_per_second": 0.16,
|
2418 |
+
"eval_total_number_first_token": 9360,
|
2419 |
+
"step": 338
|
2420 |
+
},
|
2421 |
+
{
|
2422 |
+
"epoch": 0.6634050880626223,
|
2423 |
+
"grad_norm": 0.9786916375160217,
|
2424 |
+
"learning_rate": 1.3473880640326725e-06,
|
2425 |
+
"loss": 0.4361,
|
2426 |
+
"step": 339
|
2427 |
+
},
|
2428 |
+
{
|
2429 |
+
"epoch": 0.6653620352250489,
|
2430 |
+
"grad_norm": 0.9186453819274902,
|
2431 |
+
"learning_rate": 1.3333316919358159e-06,
|
2432 |
+
"loss": 0.4658,
|
2433 |
+
"step": 340
|
2434 |
+
},
|
2435 |
+
{
|
2436 |
+
"epoch": 0.6673189823874756,
|
2437 |
+
"grad_norm": 1.02847421169281,
|
2438 |
+
"learning_rate": 1.3193223130682937e-06,
|
2439 |
+
"loss": 0.4517,
|
2440 |
+
"step": 341
|
2441 |
+
},
|
2442 |
+
{
|
2443 |
+
"epoch": 0.6692759295499021,
|
2444 |
+
"grad_norm": 0.970281720161438,
|
2445 |
+
"learning_rate": 1.3053604917258428e-06,
|
2446 |
+
"loss": 0.4617,
|
2447 |
+
"step": 342
|
2448 |
+
},
|
2449 |
+
{
|
2450 |
+
"epoch": 0.6712328767123288,
|
2451 |
+
"grad_norm": 0.7810537219047546,
|
2452 |
+
"learning_rate": 1.2914467902885902e-06,
|
2453 |
+
"loss": 0.4246,
|
2454 |
+
"step": 343
|
2455 |
+
},
|
2456 |
+
{
|
2457 |
+
"epoch": 0.6731898238747553,
|
2458 |
+
"grad_norm": 0.9498399496078491,
|
2459 |
+
"learning_rate": 1.2775817691984032e-06,
|
2460 |
+
"loss": 0.4706,
|
2461 |
+
"step": 344
|
2462 |
+
},
|
2463 |
+
{
|
2464 |
+
"epoch": 0.675146771037182,
|
2465 |
+
"grad_norm": 0.9036231637001038,
|
2466 |
+
"learning_rate": 1.2637659869363085e-06,
|
2467 |
+
"loss": 0.4826,
|
2468 |
+
"step": 345
|
2469 |
+
},
|
2470 |
+
{
|
2471 |
+
"epoch": 0.6771037181996086,
|
2472 |
+
"grad_norm": 0.8129305243492126,
|
2473 |
+
"learning_rate": 1.2500000000000007e-06,
|
2474 |
+
"loss": 0.4163,
|
2475 |
+
"step": 346
|
2476 |
+
},
|
2477 |
+
{
|
2478 |
+
"epoch": 0.6790606653620352,
|
2479 |
+
"grad_norm": 1.4746164083480835,
|
2480 |
+
"learning_rate": 1.2362843628814267e-06,
|
2481 |
+
"loss": 0.3961,
|
2482 |
+
"step": 347
|
2483 |
+
},
|
2484 |
+
{
|
2485 |
+
"epoch": 0.6810176125244618,
|
2486 |
+
"grad_norm": 11.255887031555176,
|
2487 |
+
"learning_rate": 1.222619628044449e-06,
|
2488 |
+
"loss": 0.4761,
|
2489 |
+
"step": 348
|
2490 |
+
},
|
2491 |
+
{
|
2492 |
+
"epoch": 0.6829745596868885,
|
2493 |
+
"grad_norm": 0.9121260643005371,
|
2494 |
+
"learning_rate": 1.2090063459025956e-06,
|
2495 |
+
"loss": 0.4277,
|
2496 |
+
"step": 349
|
2497 |
+
},
|
2498 |
+
{
|
2499 |
+
"epoch": 0.684931506849315,
|
2500 |
+
"grad_norm": 0.9116764068603516,
|
2501 |
+
"learning_rate": 1.1954450647968856e-06,
|
2502 |
+
"loss": 0.4696,
|
2503 |
+
"step": 350
|
2504 |
+
},
|
2505 |
+
{
|
2506 |
+
"epoch": 0.6868884540117417,
|
2507 |
+
"grad_norm": 1.206604242324829,
|
2508 |
+
"learning_rate": 1.181936330973744e-06,
|
2509 |
+
"loss": 0.4205,
|
2510 |
+
"step": 351
|
2511 |
+
},
|
2512 |
+
{
|
2513 |
+
"epoch": 0.6888454011741683,
|
2514 |
+
"grad_norm": 0.8744117617607117,
|
2515 |
+
"learning_rate": 1.1684806885630003e-06,
|
2516 |
+
"loss": 0.5077,
|
2517 |
+
"step": 352
|
2518 |
+
},
|
2519 |
+
{
|
2520 |
+
"epoch": 0.6908023483365949,
|
2521 |
+
"grad_norm": 2.155042886734009,
|
2522 |
+
"learning_rate": 1.155078679555969e-06,
|
2523 |
+
"loss": 0.4193,
|
2524 |
+
"step": 353
|
2525 |
+
},
|
2526 |
+
{
|
2527 |
+
"epoch": 0.6927592954990215,
|
2528 |
+
"grad_norm": 0.9258475303649902,
|
2529 |
+
"learning_rate": 1.1417308437836181e-06,
|
2530 |
+
"loss": 0.3645,
|
2531 |
+
"step": 354
|
2532 |
+
},
|
2533 |
+
{
|
2534 |
+
"epoch": 0.6947162426614482,
|
2535 |
+
"grad_norm": 0.7997338771820068,
|
2536 |
+
"learning_rate": 1.1284377188948258e-06,
|
2537 |
+
"loss": 0.4044,
|
2538 |
+
"step": 355
|
2539 |
+
},
|
2540 |
+
{
|
2541 |
+
"epoch": 0.6966731898238747,
|
2542 |
+
"grad_norm": 0.8342923521995544,
|
2543 |
+
"learning_rate": 1.1151998403347245e-06,
|
2544 |
+
"loss": 0.4132,
|
2545 |
+
"step": 356
|
2546 |
+
},
|
2547 |
+
{
|
2548 |
+
"epoch": 0.6986301369863014,
|
2549 |
+
"grad_norm": 1.0009496212005615,
|
2550 |
+
"learning_rate": 1.1020177413231334e-06,
|
2551 |
+
"loss": 0.4046,
|
2552 |
+
"step": 357
|
2553 |
+
},
|
2554 |
+
{
|
2555 |
+
"epoch": 0.700587084148728,
|
2556 |
+
"grad_norm": 1.0892616510391235,
|
2557 |
+
"learning_rate": 1.0888919528330778e-06,
|
2558 |
+
"loss": 0.4878,
|
2559 |
+
"step": 358
|
2560 |
+
},
|
2561 |
+
{
|
2562 |
+
"epoch": 0.7025440313111546,
|
2563 |
+
"grad_norm": 0.829866886138916,
|
2564 |
+
"learning_rate": 1.0758230035694031e-06,
|
2565 |
+
"loss": 0.4876,
|
2566 |
+
"step": 359
|
2567 |
+
},
|
2568 |
+
{
|
2569 |
+
"epoch": 0.7045009784735812,
|
2570 |
+
"grad_norm": 0.9134871363639832,
|
2571 |
+
"learning_rate": 1.062811419947482e-06,
|
2572 |
+
"loss": 0.5027,
|
2573 |
+
"step": 360
|
2574 |
+
},
|
2575 |
+
{
|
2576 |
+
"epoch": 0.7064579256360078,
|
2577 |
+
"grad_norm": 1.1233887672424316,
|
2578 |
+
"learning_rate": 1.049857726072005e-06,
|
2579 |
+
"loss": 0.3487,
|
2580 |
+
"step": 361
|
2581 |
+
},
|
2582 |
+
{
|
2583 |
+
"epoch": 0.7084148727984344,
|
2584 |
+
"grad_norm": 0.8092291355133057,
|
2585 |
+
"learning_rate": 1.036962443715872e-06,
|
2586 |
+
"loss": 0.5009,
|
2587 |
+
"step": 362
|
2588 |
+
},
|
2589 |
+
{
|
2590 |
+
"epoch": 0.7103718199608611,
|
2591 |
+
"grad_norm": 1.730331301689148,
|
2592 |
+
"learning_rate": 1.0241260922991761e-06,
|
2593 |
+
"loss": 0.386,
|
2594 |
+
"step": 363
|
2595 |
+
},
|
2596 |
+
{
|
2597 |
+
"epoch": 0.7123287671232876,
|
2598 |
+
"grad_norm": 0.9802207946777344,
|
2599 |
+
"learning_rate": 1.0113491888682802e-06,
|
2600 |
+
"loss": 0.4209,
|
2601 |
+
"step": 364
|
2602 |
+
},
|
2603 |
+
{
|
2604 |
+
"epoch": 0.7142857142857143,
|
2605 |
+
"grad_norm": 1.0146572589874268,
|
2606 |
+
"learning_rate": 9.986322480749926e-07,
|
2607 |
+
"loss": 0.6119,
|
2608 |
+
"step": 365
|
2609 |
+
},
|
2610 |
+
{
|
2611 |
+
"epoch": 0.7162426614481409,
|
2612 |
+
"grad_norm": 0.930644154548645,
|
2613 |
+
"learning_rate": 9.85975782155834e-07,
|
2614 |
+
"loss": 0.4453,
|
2615 |
+
"step": 366
|
2616 |
+
},
|
2617 |
+
{
|
2618 |
+
"epoch": 0.7181996086105675,
|
2619 |
+
"grad_norm": 1.2394402027130127,
|
2620 |
+
"learning_rate": 9.733803009114045e-07,
|
2621 |
+
"loss": 0.4364,
|
2622 |
+
"step": 367
|
2623 |
+
},
|
2624 |
+
{
|
2625 |
+
"epoch": 0.7201565557729941,
|
2626 |
+
"grad_norm": 0.8096799850463867,
|
2627 |
+
"learning_rate": 9.608463116858544e-07,
|
2628 |
+
"loss": 0.3672,
|
2629 |
+
"step": 368
|
2630 |
+
},
|
2631 |
+
{
|
2632 |
+
"epoch": 0.7221135029354208,
|
2633 |
+
"grad_norm": 0.9330917596817017,
|
2634 |
+
"learning_rate": 9.483743193464409e-07,
|
2635 |
+
"loss": 0.4665,
|
2636 |
+
"step": 369
|
2637 |
+
},
|
2638 |
+
{
|
2639 |
+
"epoch": 0.7240704500978473,
|
2640 |
+
"grad_norm": 1.0829280614852905,
|
2641 |
+
"learning_rate": 9.359648262631962e-07,
|
2642 |
+
"loss": 0.4924,
|
2643 |
+
"step": 370
|
2644 |
+
},
|
2645 |
+
{
|
2646 |
+
"epoch": 0.726027397260274,
|
2647 |
+
"grad_norm": 1.0950247049331665,
|
2648 |
+
"learning_rate": 9.236183322886946e-07,
|
2649 |
+
"loss": 0.4907,
|
2650 |
+
"step": 371
|
2651 |
+
},
|
2652 |
+
{
|
2653 |
+
"epoch": 0.7279843444227005,
|
2654 |
+
"grad_norm": 0.8494971394538879,
|
2655 |
+
"learning_rate": 9.113353347379097e-07,
|
2656 |
+
"loss": 0.4286,
|
2657 |
+
"step": 372
|
2658 |
+
},
|
2659 |
+
{
|
2660 |
+
"epoch": 0.7299412915851272,
|
2661 |
+
"grad_norm": 0.9138147830963135,
|
2662 |
+
"learning_rate": 8.991163283681945e-07,
|
2663 |
+
"loss": 0.4396,
|
2664 |
+
"step": 373
|
2665 |
+
},
|
2666 |
+
{
|
2667 |
+
"epoch": 0.7318982387475538,
|
2668 |
+
"grad_norm": 1.6995892524719238,
|
2669 |
+
"learning_rate": 8.869618053593429e-07,
|
2670 |
+
"loss": 0.3989,
|
2671 |
+
"step": 374
|
2672 |
+
},
|
2673 |
+
{
|
2674 |
+
"epoch": 0.7338551859099804,
|
2675 |
+
"grad_norm": 0.9424477815628052,
|
2676 |
+
"learning_rate": 8.748722552937688e-07,
|
2677 |
+
"loss": 0.4371,
|
2678 |
+
"step": 375
|
2679 |
+
},
|
2680 |
+
{
|
2681 |
+
"epoch": 0.735812133072407,
|
2682 |
+
"grad_norm": 1.2042125463485718,
|
2683 |
+
"learning_rate": 8.628481651367876e-07,
|
2684 |
+
"loss": 0.4337,
|
2685 |
+
"step": 376
|
2686 |
+
},
|
2687 |
+
{
|
2688 |
+
"epoch": 0.7377690802348337,
|
2689 |
+
"grad_norm": 0.9822342395782471,
|
2690 |
+
"learning_rate": 8.508900192169964e-07,
|
2691 |
+
"loss": 0.4329,
|
2692 |
+
"step": 377
|
2693 |
+
},
|
2694 |
+
{
|
2695 |
+
"epoch": 0.7397260273972602,
|
2696 |
+
"grad_norm": 1.0332896709442139,
|
2697 |
+
"learning_rate": 8.389982992067688e-07,
|
2698 |
+
"loss": 0.4286,
|
2699 |
+
"step": 378
|
2700 |
+
},
|
2701 |
+
{
|
2702 |
+
"epoch": 0.7416829745596869,
|
2703 |
+
"grad_norm": 0.8743665218353271,
|
2704 |
+
"learning_rate": 8.271734841028553e-07,
|
2705 |
+
"loss": 0.487,
|
2706 |
+
"step": 379
|
2707 |
+
},
|
2708 |
+
{
|
2709 |
+
"epoch": 0.7436399217221135,
|
2710 |
+
"grad_norm": 0.9147298336029053,
|
2711 |
+
"learning_rate": 8.154160502070804e-07,
|
2712 |
+
"loss": 0.453,
|
2713 |
+
"step": 380
|
2714 |
+
},
|
2715 |
+
{
|
2716 |
+
"epoch": 0.7455968688845401,
|
2717 |
+
"grad_norm": 1.113299012184143,
|
2718 |
+
"learning_rate": 8.037264711071699e-07,
|
2719 |
+
"loss": 0.4432,
|
2720 |
+
"step": 381
|
2721 |
+
},
|
2722 |
+
{
|
2723 |
+
"epoch": 0.7475538160469667,
|
2724 |
+
"grad_norm": 0.934984564781189,
|
2725 |
+
"learning_rate": 7.921052176576643e-07,
|
2726 |
+
"loss": 0.5102,
|
2727 |
+
"step": 382
|
2728 |
+
},
|
2729 |
+
{
|
2730 |
+
"epoch": 0.7495107632093934,
|
2731 |
+
"grad_norm": 0.8149503469467163,
|
2732 |
+
"learning_rate": 7.805527579609575e-07,
|
2733 |
+
"loss": 0.4834,
|
2734 |
+
"step": 383
|
2735 |
+
},
|
2736 |
+
{
|
2737 |
+
"epoch": 0.7514677103718199,
|
2738 |
+
"grad_norm": 1.2893983125686646,
|
2739 |
+
"learning_rate": 7.690695573484433e-07,
|
2740 |
+
"loss": 0.3211,
|
2741 |
+
"step": 384
|
2742 |
+
},
|
2743 |
+
{
|
2744 |
+
"epoch": 0.7534246575342466,
|
2745 |
+
"grad_norm": 1.0519015789031982,
|
2746 |
+
"learning_rate": 7.576560783617667e-07,
|
2747 |
+
"loss": 0.4613,
|
2748 |
+
"step": 385
|
2749 |
+
},
|
2750 |
+
{
|
2751 |
+
"epoch": 0.7553816046966731,
|
2752 |
+
"grad_norm": 0.8619464039802551,
|
2753 |
+
"learning_rate": 7.463127807341966e-07,
|
2754 |
+
"loss": 0.4728,
|
2755 |
+
"step": 386
|
2756 |
+
},
|
2757 |
+
{
|
2758 |
+
"epoch": 0.7573385518590998,
|
2759 |
+
"grad_norm": 0.890130341053009,
|
2760 |
+
"learning_rate": 7.35040121372109e-07,
|
2761 |
+
"loss": 0.4721,
|
2762 |
+
"step": 387
|
2763 |
+
},
|
2764 |
+
{
|
2765 |
+
"epoch": 0.7592954990215264,
|
2766 |
+
"grad_norm": 1.1289362907409668,
|
2767 |
+
"learning_rate": 7.238385543365783e-07,
|
2768 |
+
"loss": 0.4206,
|
2769 |
+
"step": 388
|
2770 |
+
},
|
2771 |
+
{
|
2772 |
+
"epoch": 0.761252446183953,
|
2773 |
+
"grad_norm": 0.8591368198394775,
|
2774 |
+
"learning_rate": 7.127085308250914e-07,
|
2775 |
+
"loss": 0.415,
|
2776 |
+
"step": 389
|
2777 |
+
},
|
2778 |
+
{
|
2779 |
+
"epoch": 0.7632093933463796,
|
2780 |
+
"grad_norm": 0.9674418568611145,
|
2781 |
+
"learning_rate": 7.016504991533727e-07,
|
2782 |
+
"loss": 0.5114,
|
2783 |
+
"step": 390
|
2784 |
+
},
|
2785 |
+
{
|
2786 |
+
"epoch": 0.7651663405088063,
|
2787 |
+
"grad_norm": 1.0890218019485474,
|
2788 |
+
"learning_rate": 6.906649047373246e-07,
|
2789 |
+
"loss": 0.3641,
|
2790 |
+
"step": 391
|
2791 |
+
},
|
2792 |
+
{
|
2793 |
+
"epoch": 0.7671232876712328,
|
2794 |
+
"grad_norm": 0.9494483470916748,
|
2795 |
+
"learning_rate": 6.797521900750897e-07,
|
2796 |
+
"loss": 0.4682,
|
2797 |
+
"step": 392
|
2798 |
+
},
|
2799 |
+
{
|
2800 |
+
"epoch": 0.7690802348336595,
|
2801 |
+
"grad_norm": 0.9544976949691772,
|
2802 |
+
"learning_rate": 6.689127947292232e-07,
|
2803 |
+
"loss": 0.4227,
|
2804 |
+
"step": 393
|
2805 |
+
},
|
2806 |
+
{
|
2807 |
+
"epoch": 0.7710371819960861,
|
2808 |
+
"grad_norm": 2.679705858230591,
|
2809 |
+
"learning_rate": 6.581471553089874e-07,
|
2810 |
+
"loss": 0.4482,
|
2811 |
+
"step": 394
|
2812 |
+
},
|
2813 |
+
{
|
2814 |
+
"epoch": 0.7729941291585127,
|
2815 |
+
"grad_norm": 0.8427915573120117,
|
2816 |
+
"learning_rate": 6.474557054527709e-07,
|
2817 |
+
"loss": 0.4048,
|
2818 |
+
"step": 395
|
2819 |
+
},
|
2820 |
+
{
|
2821 |
+
"epoch": 0.7749510763209393,
|
2822 |
+
"grad_norm": 0.8168734312057495,
|
2823 |
+
"learning_rate": 6.368388758106134e-07,
|
2824 |
+
"loss": 0.377,
|
2825 |
+
"step": 396
|
2826 |
+
},
|
2827 |
+
{
|
2828 |
+
"epoch": 0.776908023483366,
|
2829 |
+
"grad_norm": 1.0561057329177856,
|
2830 |
+
"learning_rate": 6.262970940268653e-07,
|
2831 |
+
"loss": 0.4315,
|
2832 |
+
"step": 397
|
2833 |
+
},
|
2834 |
+
{
|
2835 |
+
"epoch": 0.7788649706457925,
|
2836 |
+
"grad_norm": 0.8930473923683167,
|
2837 |
+
"learning_rate": 6.158307847229594e-07,
|
2838 |
+
"loss": 0.5171,
|
2839 |
+
"step": 398
|
2840 |
+
},
|
2841 |
+
{
|
2842 |
+
"epoch": 0.7808219178082192,
|
2843 |
+
"grad_norm": 1.0137521028518677,
|
2844 |
+
"learning_rate": 6.05440369480308e-07,
|
2845 |
+
"loss": 0.4549,
|
2846 |
+
"step": 399
|
2847 |
+
},
|
2848 |
+
{
|
2849 |
+
"epoch": 0.7827788649706457,
|
2850 |
+
"grad_norm": 0.9667198061943054,
|
2851 |
+
"learning_rate": 5.951262668233232e-07,
|
2852 |
+
"loss": 0.4213,
|
2853 |
+
"step": 400
|
2854 |
+
},
|
2855 |
+
{
|
2856 |
+
"epoch": 0.7847358121330724,
|
2857 |
+
"grad_norm": 0.7895818948745728,
|
2858 |
+
"learning_rate": 5.848888922025553e-07,
|
2859 |
+
"loss": 0.427,
|
2860 |
+
"step": 401
|
2861 |
+
},
|
2862 |
+
{
|
2863 |
+
"epoch": 0.786692759295499,
|
2864 |
+
"grad_norm": 1.007455825805664,
|
2865 |
+
"learning_rate": 5.747286579779607e-07,
|
2866 |
+
"loss": 0.4125,
|
2867 |
+
"step": 402
|
2868 |
+
},
|
2869 |
+
{
|
2870 |
+
"epoch": 0.7886497064579256,
|
2871 |
+
"grad_norm": 1.8778549432754517,
|
2872 |
+
"learning_rate": 5.646459734022938e-07,
|
2873 |
+
"loss": 0.4568,
|
2874 |
+
"step": 403
|
2875 |
+
},
|
2876 |
+
{
|
2877 |
+
"epoch": 0.7906066536203522,
|
2878 |
+
"grad_norm": 0.976000964641571,
|
2879 |
+
"learning_rate": 5.546412446046187e-07,
|
2880 |
+
"loss": 0.5,
|
2881 |
+
"step": 404
|
2882 |
+
},
|
2883 |
+
{
|
2884 |
+
"epoch": 0.7925636007827789,
|
2885 |
+
"grad_norm": 0.9260036945343018,
|
2886 |
+
"learning_rate": 5.447148745739522e-07,
|
2887 |
+
"loss": 0.4729,
|
2888 |
+
"step": 405
|
2889 |
+
},
|
2890 |
+
{
|
2891 |
+
"epoch": 0.7945205479452054,
|
2892 |
+
"grad_norm": 0.851002037525177,
|
2893 |
+
"learning_rate": 5.348672631430319e-07,
|
2894 |
+
"loss": 0.4294,
|
2895 |
+
"step": 406
|
2896 |
+
},
|
2897 |
+
{
|
2898 |
+
"epoch": 0.7964774951076321,
|
2899 |
+
"grad_norm": 0.976465106010437,
|
2900 |
+
"learning_rate": 5.250988069722096e-07,
|
2901 |
+
"loss": 0.4655,
|
2902 |
+
"step": 407
|
2903 |
+
},
|
2904 |
+
{
|
2905 |
+
"epoch": 0.7984344422700587,
|
2906 |
+
"grad_norm": 0.9321781396865845,
|
2907 |
+
"learning_rate": 5.154098995334769e-07,
|
2908 |
+
"loss": 0.3931,
|
2909 |
+
"step": 408
|
2910 |
+
},
|
2911 |
+
{
|
2912 |
+
"epoch": 0.8003913894324853,
|
2913 |
+
"grad_norm": 0.8924025297164917,
|
2914 |
+
"learning_rate": 5.058009310946119e-07,
|
2915 |
+
"loss": 0.4222,
|
2916 |
+
"step": 409
|
2917 |
+
},
|
2918 |
+
{
|
2919 |
+
"epoch": 0.8023483365949119,
|
2920 |
+
"grad_norm": 0.8116724491119385,
|
2921 |
+
"learning_rate": 4.962722887034616e-07,
|
2922 |
+
"loss": 0.325,
|
2923 |
+
"step": 410
|
2924 |
+
},
|
2925 |
+
{
|
2926 |
+
"epoch": 0.8043052837573386,
|
2927 |
+
"grad_norm": 0.9633209705352783,
|
2928 |
+
"learning_rate": 4.868243561723535e-07,
|
2929 |
+
"loss": 0.3769,
|
2930 |
+
"step": 411
|
2931 |
+
},
|
2932 |
+
{
|
2933 |
+
"epoch": 0.8062622309197651,
|
2934 |
+
"grad_norm": 0.902252733707428,
|
2935 |
+
"learning_rate": 4.774575140626317e-07,
|
2936 |
+
"loss": 0.3959,
|
2937 |
+
"step": 412
|
2938 |
+
},
|
2939 |
+
{
|
2940 |
+
"epoch": 0.8082191780821918,
|
2941 |
+
"grad_norm": 0.8941038250923157,
|
2942 |
+
"learning_rate": 4.681721396693303e-07,
|
2943 |
+
"loss": 0.4998,
|
2944 |
+
"step": 413
|
2945 |
+
},
|
2946 |
+
{
|
2947 |
+
"epoch": 0.8101761252446184,
|
2948 |
+
"grad_norm": 1.213836669921875,
|
2949 |
+
"learning_rate": 4.589686070059762e-07,
|
2950 |
+
"loss": 0.5012,
|
2951 |
+
"step": 414
|
2952 |
+
},
|
2953 |
+
{
|
2954 |
+
"epoch": 0.812133072407045,
|
2955 |
+
"grad_norm": 1.0174344778060913,
|
2956 |
+
"learning_rate": 4.4984728678952234e-07,
|
2957 |
+
"loss": 0.468,
|
2958 |
+
"step": 415
|
2959 |
+
},
|
2960 |
+
{
|
2961 |
+
"epoch": 0.8140900195694716,
|
2962 |
+
"grad_norm": 1.8333814144134521,
|
2963 |
+
"learning_rate": 4.4080854642541833e-07,
|
2964 |
+
"loss": 0.4941,
|
2965 |
+
"step": 416
|
2966 |
+
},
|
2967 |
+
{
|
2968 |
+
"epoch": 0.8160469667318982,
|
2969 |
+
"grad_norm": 1.6971678733825684,
|
2970 |
+
"learning_rate": 4.318527499928074e-07,
|
2971 |
+
"loss": 0.3649,
|
2972 |
+
"step": 417
|
2973 |
+
},
|
2974 |
+
{
|
2975 |
+
"epoch": 0.8180039138943248,
|
2976 |
+
"grad_norm": 0.8866695165634155,
|
2977 |
+
"learning_rate": 4.229802582298634e-07,
|
2978 |
+
"loss": 0.4657,
|
2979 |
+
"step": 418
|
2980 |
+
},
|
2981 |
+
{
|
2982 |
+
"epoch": 0.8199608610567515,
|
2983 |
+
"grad_norm": 1.3764787912368774,
|
2984 |
+
"learning_rate": 4.141914285192619e-07,
|
2985 |
+
"loss": 0.3836,
|
2986 |
+
"step": 419
|
2987 |
+
},
|
2988 |
+
{
|
2989 |
+
"epoch": 0.821917808219178,
|
2990 |
+
"grad_norm": 0.9406548142433167,
|
2991 |
+
"learning_rate": 4.0548661487378184e-07,
|
2992 |
+
"loss": 0.497,
|
2993 |
+
"step": 420
|
2994 |
+
},
|
2995 |
+
{
|
2996 |
+
"epoch": 0.8238747553816047,
|
2997 |
+
"grad_norm": 0.8251882195472717,
|
2998 |
+
"learning_rate": 3.9686616792204677e-07,
|
2999 |
+
"loss": 0.4032,
|
3000 |
+
"step": 421
|
3001 |
+
},
|
3002 |
+
{
|
3003 |
+
"epoch": 0.8258317025440313,
|
3004 |
+
"grad_norm": 0.8226965069770813,
|
3005 |
+
"learning_rate": 3.8833043489440477e-07,
|
3006 |
+
"loss": 0.4526,
|
3007 |
+
"step": 422
|
3008 |
+
},
|
3009 |
+
{
|
3010 |
+
"epoch": 0.8277886497064579,
|
3011 |
+
"grad_norm": 0.9033458232879639,
|
3012 |
+
"learning_rate": 3.798797596089351e-07,
|
3013 |
+
"loss": 0.4149,
|
3014 |
+
"step": 423
|
3015 |
+
},
|
3016 |
+
{
|
3017 |
+
"epoch": 0.8297455968688845,
|
3018 |
+
"grad_norm": 0.9945986866950989,
|
3019 |
+
"learning_rate": 3.715144824576078e-07,
|
3020 |
+
"loss": 0.5138,
|
3021 |
+
"step": 424
|
3022 |
+
},
|
3023 |
+
{
|
3024 |
+
"epoch": 0.8317025440313112,
|
3025 |
+
"grad_norm": 1.1671781539916992,
|
3026 |
+
"learning_rate": 3.632349403925664e-07,
|
3027 |
+
"loss": 0.4718,
|
3028 |
+
"step": 425
|
3029 |
+
},
|
3030 |
+
{
|
3031 |
+
"epoch": 0.8336594911937377,
|
3032 |
+
"grad_norm": 1.2945449352264404,
|
3033 |
+
"learning_rate": 3.5504146691255736e-07,
|
3034 |
+
"loss": 0.4514,
|
3035 |
+
"step": 426
|
3036 |
+
},
|
3037 |
+
{
|
3038 |
+
"epoch": 0.8356164383561644,
|
3039 |
+
"grad_norm": 1.3590197563171387,
|
3040 |
+
"learning_rate": 3.469343920494986e-07,
|
3041 |
+
"loss": 0.4147,
|
3042 |
+
"step": 427
|
3043 |
+
},
|
3044 |
+
{
|
3045 |
+
"epoch": 0.837573385518591,
|
3046 |
+
"grad_norm": 0.8810437917709351,
|
3047 |
+
"learning_rate": 3.389140423551834e-07,
|
3048 |
+
"loss": 0.4462,
|
3049 |
+
"step": 428
|
3050 |
+
},
|
3051 |
+
{
|
3052 |
+
"epoch": 0.8395303326810176,
|
3053 |
+
"grad_norm": 0.9122494459152222,
|
3054 |
+
"learning_rate": 3.3098074088812686e-07,
|
3055 |
+
"loss": 0.4766,
|
3056 |
+
"step": 429
|
3057 |
+
},
|
3058 |
+
{
|
3059 |
+
"epoch": 0.8414872798434442,
|
3060 |
+
"grad_norm": 0.8525986075401306,
|
3061 |
+
"learning_rate": 3.2313480720055747e-07,
|
3062 |
+
"loss": 0.3684,
|
3063 |
+
"step": 430
|
3064 |
+
},
|
3065 |
+
{
|
3066 |
+
"epoch": 0.8434442270058709,
|
3067 |
+
"grad_norm": 1.0988531112670898,
|
3068 |
+
"learning_rate": 3.153765573255377e-07,
|
3069 |
+
"loss": 0.4956,
|
3070 |
+
"step": 431
|
3071 |
+
},
|
3072 |
+
{
|
3073 |
+
"epoch": 0.8454011741682974,
|
3074 |
+
"grad_norm": 0.7911211848258972,
|
3075 |
+
"learning_rate": 3.0770630376424276e-07,
|
3076 |
+
"loss": 0.4842,
|
3077 |
+
"step": 432
|
3078 |
+
},
|
3079 |
+
{
|
3080 |
+
"epoch": 0.8473581213307241,
|
3081 |
+
"grad_norm": 1.0055835247039795,
|
3082 |
+
"learning_rate": 3.0012435547336737e-07,
|
3083 |
+
"loss": 0.3518,
|
3084 |
+
"step": 433
|
3085 |
+
},
|
3086 |
+
{
|
3087 |
+
"epoch": 0.8493150684931506,
|
3088 |
+
"grad_norm": 1.304575800895691,
|
3089 |
+
"learning_rate": 2.9263101785268253e-07,
|
3090 |
+
"loss": 0.3509,
|
3091 |
+
"step": 434
|
3092 |
+
},
|
3093 |
+
{
|
3094 |
+
"epoch": 0.8512720156555773,
|
3095 |
+
"grad_norm": 0.9222425818443298,
|
3096 |
+
"learning_rate": 2.8522659273273606e-07,
|
3097 |
+
"loss": 0.3888,
|
3098 |
+
"step": 435
|
3099 |
+
},
|
3100 |
+
{
|
3101 |
+
"epoch": 0.8532289628180039,
|
3102 |
+
"grad_norm": 0.9765827059745789,
|
3103 |
+
"learning_rate": 2.779113783626916e-07,
|
3104 |
+
"loss": 0.4616,
|
3105 |
+
"step": 436
|
3106 |
+
},
|
3107 |
+
{
|
3108 |
+
"epoch": 0.8551859099804305,
|
3109 |
+
"grad_norm": 0.972284734249115,
|
3110 |
+
"learning_rate": 2.7068566939831646e-07,
|
3111 |
+
"loss": 0.3573,
|
3112 |
+
"step": 437
|
3113 |
+
},
|
3114 |
+
{
|
3115 |
+
"epoch": 0.8571428571428571,
|
3116 |
+
"grad_norm": 0.9025648832321167,
|
3117 |
+
"learning_rate": 2.6354975689011576e-07,
|
3118 |
+
"loss": 0.4246,
|
3119 |
+
"step": 438
|
3120 |
+
},
|
3121 |
+
{
|
3122 |
+
"epoch": 0.8590998043052838,
|
3123 |
+
"grad_norm": 0.8234553933143616,
|
3124 |
+
"learning_rate": 2.5650392827160446e-07,
|
3125 |
+
"loss": 0.3739,
|
3126 |
+
"step": 439
|
3127 |
+
},
|
3128 |
+
{
|
3129 |
+
"epoch": 0.8610567514677103,
|
3130 |
+
"grad_norm": 1.1872916221618652,
|
3131 |
+
"learning_rate": 2.4954846734773054e-07,
|
3132 |
+
"loss": 0.377,
|
3133 |
+
"step": 440
|
3134 |
+
},
|
3135 |
+
{
|
3136 |
+
"epoch": 0.863013698630137,
|
3137 |
+
"grad_norm": 0.9565138816833496,
|
3138 |
+
"learning_rate": 2.4268365428344737e-07,
|
3139 |
+
"loss": 0.5044,
|
3140 |
+
"step": 441
|
3141 |
+
},
|
3142 |
+
{
|
3143 |
+
"epoch": 0.8649706457925636,
|
3144 |
+
"grad_norm": 1.1466796398162842,
|
3145 |
+
"learning_rate": 2.3590976559242278e-07,
|
3146 |
+
"loss": 0.3848,
|
3147 |
+
"step": 442
|
3148 |
+
},
|
3149 |
+
{
|
3150 |
+
"epoch": 0.8669275929549902,
|
3151 |
+
"grad_norm": 0.9302741289138794,
|
3152 |
+
"learning_rate": 2.29227074125907e-07,
|
3153 |
+
"loss": 0.5157,
|
3154 |
+
"step": 443
|
3155 |
+
},
|
3156 |
+
{
|
3157 |
+
"epoch": 0.8688845401174168,
|
3158 |
+
"grad_norm": 0.9383424520492554,
|
3159 |
+
"learning_rate": 2.2263584906173723e-07,
|
3160 |
+
"loss": 0.4421,
|
3161 |
+
"step": 444
|
3162 |
+
},
|
3163 |
+
{
|
3164 |
+
"epoch": 0.8708414872798435,
|
3165 |
+
"grad_norm": 1.1834505796432495,
|
3166 |
+
"learning_rate": 2.1613635589349756e-07,
|
3167 |
+
"loss": 0.4172,
|
3168 |
+
"step": 445
|
3169 |
+
},
|
3170 |
+
{
|
3171 |
+
"epoch": 0.87279843444227,
|
3172 |
+
"grad_norm": 0.9577175378799438,
|
3173 |
+
"learning_rate": 2.0972885641982605e-07,
|
3174 |
+
"loss": 0.4004,
|
3175 |
+
"step": 446
|
3176 |
+
},
|
3177 |
+
{
|
3178 |
+
"epoch": 0.8747553816046967,
|
3179 |
+
"grad_norm": 0.8691757321357727,
|
3180 |
+
"learning_rate": 2.0341360873386673e-07,
|
3181 |
+
"loss": 0.4321,
|
3182 |
+
"step": 447
|
3183 |
+
},
|
3184 |
+
{
|
3185 |
+
"epoch": 0.8767123287671232,
|
3186 |
+
"grad_norm": 1.0094484090805054,
|
3187 |
+
"learning_rate": 1.97190867212875e-07,
|
3188 |
+
"loss": 0.428,
|
3189 |
+
"step": 448
|
3190 |
+
},
|
3191 |
+
{
|
3192 |
+
"epoch": 0.8786692759295499,
|
3193 |
+
"grad_norm": 0.8963342308998108,
|
3194 |
+
"learning_rate": 1.9106088250797266e-07,
|
3195 |
+
"loss": 0.4358,
|
3196 |
+
"step": 449
|
3197 |
+
},
|
3198 |
+
{
|
3199 |
+
"epoch": 0.8806262230919765,
|
3200 |
+
"grad_norm": 1.7301355600357056,
|
3201 |
+
"learning_rate": 1.8502390153404936e-07,
|
3202 |
+
"loss": 0.4104,
|
3203 |
+
"step": 450
|
3204 |
+
},
|
3205 |
+
{
|
3206 |
+
"epoch": 0.8825831702544031,
|
3207 |
+
"grad_norm": 0.8558318614959717,
|
3208 |
+
"learning_rate": 1.790801674598186e-07,
|
3209 |
+
"loss": 0.4592,
|
3210 |
+
"step": 451
|
3211 |
+
},
|
3212 |
+
{
|
3213 |
+
"epoch": 0.8845401174168297,
|
3214 |
+
"grad_norm": 0.8883755207061768,
|
3215 |
+
"learning_rate": 1.732299196980225e-07,
|
3216 |
+
"loss": 0.416,
|
3217 |
+
"step": 452
|
3218 |
+
},
|
3219 |
+
{
|
3220 |
+
"epoch": 0.8864970645792564,
|
3221 |
+
"grad_norm": 1.679168701171875,
|
3222 |
+
"learning_rate": 1.6747339389578732e-07,
|
3223 |
+
"loss": 0.4899,
|
3224 |
+
"step": 453
|
3225 |
+
},
|
3226 |
+
{
|
3227 |
+
"epoch": 0.8884540117416829,
|
3228 |
+
"grad_norm": 0.8892528414726257,
|
3229 |
+
"learning_rate": 1.6181082192513352e-07,
|
3230 |
+
"loss": 0.4228,
|
3231 |
+
"step": 454
|
3232 |
+
},
|
3233 |
+
{
|
3234 |
+
"epoch": 0.8904109589041096,
|
3235 |
+
"grad_norm": 1.5113455057144165,
|
3236 |
+
"learning_rate": 1.5624243187363442e-07,
|
3237 |
+
"loss": 0.4832,
|
3238 |
+
"step": 455
|
3239 |
+
},
|
3240 |
+
{
|
3241 |
+
"epoch": 0.8923679060665362,
|
3242 |
+
"grad_norm": 1.2870134115219116,
|
3243 |
+
"learning_rate": 1.507684480352292e-07,
|
3244 |
+
"loss": 0.4141,
|
3245 |
+
"step": 456
|
3246 |
+
},
|
3247 |
+
{
|
3248 |
+
"epoch": 0.8943248532289628,
|
3249 |
+
"grad_norm": 1.6229395866394043,
|
3250 |
+
"learning_rate": 1.4538909090118846e-07,
|
3251 |
+
"loss": 0.4619,
|
3252 |
+
"step": 457
|
3253 |
+
},
|
3254 |
+
{
|
3255 |
+
"epoch": 0.8962818003913894,
|
3256 |
+
"grad_norm": 0.8794851899147034,
|
3257 |
+
"learning_rate": 1.4010457715123355e-07,
|
3258 |
+
"loss": 0.3665,
|
3259 |
+
"step": 458
|
3260 |
+
},
|
3261 |
+
{
|
3262 |
+
"epoch": 0.898238747553816,
|
3263 |
+
"grad_norm": 0.8392042517662048,
|
3264 |
+
"learning_rate": 1.3491511964480703e-07,
|
3265 |
+
"loss": 0.4389,
|
3266 |
+
"step": 459
|
3267 |
+
},
|
3268 |
+
{
|
3269 |
+
"epoch": 0.9001956947162426,
|
3270 |
+
"grad_norm": 1.3040436506271362,
|
3271 |
+
"learning_rate": 1.2982092741250145e-07,
|
3272 |
+
"loss": 0.3347,
|
3273 |
+
"step": 460
|
3274 |
+
},
|
3275 |
+
{
|
3276 |
+
"epoch": 0.9021526418786693,
|
3277 |
+
"grad_norm": 2.594942331314087,
|
3278 |
+
"learning_rate": 1.2482220564763669e-07,
|
3279 |
+
"loss": 0.3493,
|
3280 |
+
"step": 461
|
3281 |
+
},
|
3282 |
+
{
|
3283 |
+
"epoch": 0.9041095890410958,
|
3284 |
+
"grad_norm": 1.2146382331848145,
|
3285 |
+
"learning_rate": 1.1991915569799645e-07,
|
3286 |
+
"loss": 0.487,
|
3287 |
+
"step": 462
|
3288 |
+
},
|
3289 |
+
{
|
3290 |
+
"epoch": 0.9060665362035225,
|
3291 |
+
"grad_norm": 0.9857767224311829,
|
3292 |
+
"learning_rate": 1.1511197505771843e-07,
|
3293 |
+
"loss": 0.3678,
|
3294 |
+
"step": 463
|
3295 |
+
},
|
3296 |
+
{
|
3297 |
+
"epoch": 0.9080234833659491,
|
3298 |
+
"grad_norm": 0.9433605670928955,
|
3299 |
+
"learning_rate": 1.1040085735933681e-07,
|
3300 |
+
"loss": 0.4477,
|
3301 |
+
"step": 464
|
3302 |
+
},
|
3303 |
+
{
|
3304 |
+
"epoch": 0.9099804305283757,
|
3305 |
+
"grad_norm": 1.0072382688522339,
|
3306 |
+
"learning_rate": 1.0578599236598708e-07,
|
3307 |
+
"loss": 0.4258,
|
3308 |
+
"step": 465
|
3309 |
+
},
|
3310 |
+
{
|
3311 |
+
"epoch": 0.9119373776908023,
|
3312 |
+
"grad_norm": 0.977323591709137,
|
3313 |
+
"learning_rate": 1.0126756596375687e-07,
|
3314 |
+
"loss": 0.4071,
|
3315 |
+
"step": 466
|
3316 |
+
},
|
3317 |
+
{
|
3318 |
+
"epoch": 0.913894324853229,
|
3319 |
+
"grad_norm": 0.924149751663208,
|
3320 |
+
"learning_rate": 9.684576015420277e-08,
|
3321 |
+
"loss": 0.477,
|
3322 |
+
"step": 467
|
3323 |
+
},
|
3324 |
+
{
|
3325 |
+
"epoch": 0.9158512720156555,
|
3326 |
+
"grad_norm": 0.8529196381568909,
|
3327 |
+
"learning_rate": 9.252075304701929e-08,
|
3328 |
+
"loss": 0.4513,
|
3329 |
+
"step": 468
|
3330 |
+
},
|
3331 |
+
{
|
3332 |
+
"epoch": 0.9178082191780822,
|
3333 |
+
"grad_norm": 1.0572128295898438,
|
3334 |
+
"learning_rate": 8.829271885286095e-08,
|
3335 |
+
"loss": 0.4472,
|
3336 |
+
"step": 469
|
3337 |
+
},
|
3338 |
+
{
|
3339 |
+
"epoch": 0.9197651663405088,
|
3340 |
+
"grad_norm": 3.0187559127807617,
|
3341 |
+
"learning_rate": 8.416182787632871e-08,
|
3342 |
+
"loss": 0.3696,
|
3343 |
+
"step": 470
|
3344 |
+
},
|
3345 |
+
{
|
3346 |
+
"epoch": 0.9217221135029354,
|
3347 |
+
"grad_norm": 1.2419676780700684,
|
3348 |
+
"learning_rate": 8.012824650910938e-08,
|
3349 |
+
"loss": 0.3411,
|
3350 |
+
"step": 471
|
3351 |
+
},
|
3352 |
+
{
|
3353 |
+
"epoch": 0.923679060665362,
|
3354 |
+
"grad_norm": 0.8936371803283691,
|
3355 |
+
"learning_rate": 7.619213722327184e-08,
|
3356 |
+
"loss": 0.4494,
|
3357 |
+
"step": 472
|
3358 |
+
},
|
3359 |
+
{
|
3360 |
+
"epoch": 0.9256360078277887,
|
3361 |
+
"grad_norm": 1.0433343648910522,
|
3362 |
+
"learning_rate": 7.235365856472443e-08,
|
3363 |
+
"loss": 0.4545,
|
3364 |
+
"step": 473
|
3365 |
+
},
|
3366 |
+
{
|
3367 |
+
"epoch": 0.9275929549902152,
|
3368 |
+
"grad_norm": 0.9922037720680237,
|
3369 |
+
"learning_rate": 6.86129651468273e-08,
|
3370 |
+
"loss": 0.4118,
|
3371 |
+
"step": 474
|
3372 |
+
},
|
3373 |
+
{
|
3374 |
+
"epoch": 0.9295499021526419,
|
3375 |
+
"grad_norm": 0.8298634886741638,
|
3376 |
+
"learning_rate": 6.497020764416633e-08,
|
3377 |
+
"loss": 0.4768,
|
3378 |
+
"step": 475
|
3379 |
+
},
|
3380 |
+
{
|
3381 |
+
"epoch": 0.9315068493150684,
|
3382 |
+
"grad_norm": 0.8023221492767334,
|
3383 |
+
"learning_rate": 6.142553278648239e-08,
|
3384 |
+
"loss": 0.4451,
|
3385 |
+
"step": 476
|
3386 |
+
},
|
3387 |
+
{
|
3388 |
+
"epoch": 0.9334637964774951,
|
3389 |
+
"grad_norm": 0.828525960445404,
|
3390 |
+
"learning_rate": 5.7979083352762146e-08,
|
3391 |
+
"loss": 0.3043,
|
3392 |
+
"step": 477
|
3393 |
+
},
|
3394 |
+
{
|
3395 |
+
"epoch": 0.9354207436399217,
|
3396 |
+
"grad_norm": 1.59126615524292,
|
3397 |
+
"learning_rate": 5.463099816548578e-08,
|
3398 |
+
"loss": 0.3771,
|
3399 |
+
"step": 478
|
3400 |
+
},
|
3401 |
+
{
|
3402 |
+
"epoch": 0.9373776908023483,
|
3403 |
+
"grad_norm": 1.2710837125778198,
|
3404 |
+
"learning_rate": 5.1381412085036994e-08,
|
3405 |
+
"loss": 0.4743,
|
3406 |
+
"step": 479
|
3407 |
+
},
|
3408 |
+
{
|
3409 |
+
"epoch": 0.9393346379647749,
|
3410 |
+
"grad_norm": 0.953567624092102,
|
3411 |
+
"learning_rate": 4.823045600426901e-08,
|
3412 |
+
"loss": 0.4077,
|
3413 |
+
"step": 480
|
3414 |
+
},
|
3415 |
+
{
|
3416 |
+
"epoch": 0.9412915851272016,
|
3417 |
+
"grad_norm": 0.9778720736503601,
|
3418 |
+
"learning_rate": 4.5178256843233235e-08,
|
3419 |
+
"loss": 0.4112,
|
3420 |
+
"step": 481
|
3421 |
+
},
|
3422 |
+
{
|
3423 |
+
"epoch": 0.9432485322896281,
|
3424 |
+
"grad_norm": 0.8094834685325623,
|
3425 |
+
"learning_rate": 4.2224937544067254e-08,
|
3426 |
+
"loss": 0.4878,
|
3427 |
+
"step": 482
|
3428 |
+
},
|
3429 |
+
{
|
3430 |
+
"epoch": 0.9452054794520548,
|
3431 |
+
"grad_norm": 0.8327929377555847,
|
3432 |
+
"learning_rate": 3.9370617066040726e-08,
|
3433 |
+
"loss": 0.3676,
|
3434 |
+
"step": 483
|
3435 |
+
},
|
3436 |
+
{
|
3437 |
+
"epoch": 0.9471624266144814,
|
3438 |
+
"grad_norm": 0.8924036622047424,
|
3439 |
+
"learning_rate": 3.661541038076755e-08,
|
3440 |
+
"loss": 0.3628,
|
3441 |
+
"step": 484
|
3442 |
+
},
|
3443 |
+
{
|
3444 |
+
"epoch": 0.949119373776908,
|
3445 |
+
"grad_norm": 1.062476634979248,
|
3446 |
+
"learning_rate": 3.395942846757067e-08,
|
3447 |
+
"loss": 0.3709,
|
3448 |
+
"step": 485
|
3449 |
+
},
|
3450 |
+
{
|
3451 |
+
"epoch": 0.9510763209393346,
|
3452 |
+
"grad_norm": 0.9672690033912659,
|
3453 |
+
"learning_rate": 3.1402778309014284e-08,
|
3454 |
+
"loss": 0.4846,
|
3455 |
+
"step": 486
|
3456 |
+
},
|
3457 |
+
{
|
3458 |
+
"epoch": 0.9530332681017613,
|
3459 |
+
"grad_norm": 0.9301928281784058,
|
3460 |
+
"learning_rate": 2.8945562886593948e-08,
|
3461 |
+
"loss": 0.4465,
|
3462 |
+
"step": 487
|
3463 |
+
},
|
3464 |
+
{
|
3465 |
+
"epoch": 0.9549902152641878,
|
3466 |
+
"grad_norm": 1.6346007585525513,
|
3467 |
+
"learning_rate": 2.6587881176588782e-08,
|
3468 |
+
"loss": 0.3958,
|
3469 |
+
"step": 488
|
3470 |
+
},
|
3471 |
+
{
|
3472 |
+
"epoch": 0.9569471624266145,
|
3473 |
+
"grad_norm": 0.9479952454566956,
|
3474 |
+
"learning_rate": 2.4329828146074096e-08,
|
3475 |
+
"loss": 0.3922,
|
3476 |
+
"step": 489
|
3477 |
+
},
|
3478 |
+
{
|
3479 |
+
"epoch": 0.958904109589041,
|
3480 |
+
"grad_norm": 1.1471753120422363,
|
3481 |
+
"learning_rate": 2.2171494749097243e-08,
|
3482 |
+
"loss": 0.462,
|
3483 |
+
"step": 490
|
3484 |
+
},
|
3485 |
+
{
|
3486 |
+
"epoch": 0.9608610567514677,
|
3487 |
+
"grad_norm": 0.9728820323944092,
|
3488 |
+
"learning_rate": 2.011296792301165e-08,
|
3489 |
+
"loss": 0.4206,
|
3490 |
+
"step": 491
|
3491 |
+
},
|
3492 |
+
{
|
3493 |
+
"epoch": 0.9628180039138943,
|
3494 |
+
"grad_norm": 0.8930822014808655,
|
3495 |
+
"learning_rate": 1.8154330584978785e-08,
|
3496 |
+
"loss": 0.4664,
|
3497 |
+
"step": 492
|
3498 |
+
},
|
3499 |
+
{
|
3500 |
+
"epoch": 0.9647749510763209,
|
3501 |
+
"grad_norm": 1.0260281562805176,
|
3502 |
+
"learning_rate": 1.629566162862445e-08,
|
3503 |
+
"loss": 0.4395,
|
3504 |
+
"step": 493
|
3505 |
+
},
|
3506 |
+
{
|
3507 |
+
"epoch": 0.9667318982387475,
|
3508 |
+
"grad_norm": 1.2178572416305542,
|
3509 |
+
"learning_rate": 1.453703592086353e-08,
|
3510 |
+
"loss": 0.4311,
|
3511 |
+
"step": 494
|
3512 |
+
},
|
3513 |
+
{
|
3514 |
+
"epoch": 0.9686888454011742,
|
3515 |
+
"grad_norm": 0.8803574442863464,
|
3516 |
+
"learning_rate": 1.28785242988827e-08,
|
3517 |
+
"loss": 0.4175,
|
3518 |
+
"step": 495
|
3519 |
+
},
|
3520 |
+
{
|
3521 |
+
"epoch": 0.9706457925636007,
|
3522 |
+
"grad_norm": 0.9738378524780273,
|
3523 |
+
"learning_rate": 1.132019356728853e-08,
|
3524 |
+
"loss": 0.4419,
|
3525 |
+
"step": 496
|
3526 |
+
},
|
3527 |
+
{
|
3528 |
+
"epoch": 0.9726027397260274,
|
3529 |
+
"grad_norm": 0.8282538056373596,
|
3530 |
+
"learning_rate": 9.862106495415469e-09,
|
3531 |
+
"loss": 0.4128,
|
3532 |
+
"step": 497
|
3533 |
+
},
|
3534 |
+
{
|
3535 |
+
"epoch": 0.974559686888454,
|
3536 |
+
"grad_norm": 1.130934715270996,
|
3537 |
+
"learning_rate": 8.504321814798433e-09,
|
3538 |
+
"loss": 0.3772,
|
3539 |
+
"step": 498
|
3540 |
+
},
|
3541 |
+
{
|
3542 |
+
"epoch": 0.9765166340508806,
|
3543 |
+
"grad_norm": 2.3474204540252686,
|
3544 |
+
"learning_rate": 7.246894216806355e-09,
|
3545 |
+
"loss": 0.4271,
|
3546 |
+
"step": 499
|
3547 |
+
},
|
3548 |
+
{
|
3549 |
+
"epoch": 0.9784735812133072,
|
3550 |
+
"grad_norm": 0.9170702695846558,
|
3551 |
+
"learning_rate": 6.089874350439507e-09,
|
3552 |
+
"loss": 0.4163,
|
3553 |
+
"step": 500
|
3554 |
+
},
|
3555 |
+
{
|
3556 |
+
"epoch": 0.9804305283757339,
|
3557 |
+
"grad_norm": 1.3329914808273315,
|
3558 |
+
"learning_rate": 5.033308820289185e-09,
|
3559 |
+
"loss": 0.4318,
|
3560 |
+
"step": 501
|
3561 |
+
},
|
3562 |
+
{
|
3563 |
+
"epoch": 0.9823874755381604,
|
3564 |
+
"grad_norm": 0.9551968574523926,
|
3565 |
+
"learning_rate": 4.07724018466088e-09,
|
3566 |
+
"loss": 0.3538,
|
3567 |
+
"step": 502
|
3568 |
+
},
|
3569 |
+
{
|
3570 |
+
"epoch": 0.9843444227005871,
|
3571 |
+
"grad_norm": 0.9140384197235107,
|
3572 |
+
"learning_rate": 3.2217069538600932e-09,
|
3573 |
+
"loss": 0.4503,
|
3574 |
+
"step": 503
|
3575 |
+
},
|
3576 |
+
{
|
3577 |
+
"epoch": 0.9863013698630136,
|
3578 |
+
"grad_norm": 1.072695016860962,
|
3579 |
+
"learning_rate": 2.4667435886402414e-09,
|
3580 |
+
"loss": 0.4374,
|
3581 |
+
"step": 504
|
3582 |
+
},
|
3583 |
+
{
|
3584 |
+
"epoch": 0.9882583170254403,
|
3585 |
+
"grad_norm": 0.8060042262077332,
|
3586 |
+
"learning_rate": 1.8123804988159909e-09,
|
3587 |
+
"loss": 0.4142,
|
3588 |
+
"step": 505
|
3589 |
+
},
|
3590 |
+
{
|
3591 |
+
"epoch": 0.9902152641878669,
|
3592 |
+
"grad_norm": 1.2433676719665527,
|
3593 |
+
"learning_rate": 1.2586440420372936e-09,
|
3594 |
+
"loss": 0.4401,
|
3595 |
+
"step": 506
|
3596 |
+
},
|
3597 |
+
{
|
3598 |
+
"epoch": 0.9921722113502935,
|
3599 |
+
"grad_norm": 1.1050037145614624,
|
3600 |
+
"learning_rate": 8.0555652272718e-10,
|
3601 |
+
"loss": 0.4379,
|
3602 |
+
"step": 507
|
3603 |
+
},
|
3604 |
+
{
|
3605 |
+
"epoch": 0.9921722113502935,
|
3606 |
+
"eval_accuracy": 0.8291501000753674,
|
3607 |
+
"eval_accuracy_first_token": 0.9575854700854701,
|
3608 |
+
"eval_accuracy_first_token_all": 0.9726387385994744,
|
3609 |
+
"eval_accuracy_first_token_all_total": 6469,
|
3610 |
+
"eval_accuracy_first_token_calculate": 0.9090909090909091,
|
3611 |
+
"eval_accuracy_first_token_calculate_total": 44,
|
3612 |
+
"eval_accuracy_first_token_execute": 1.0,
|
3613 |
+
"eval_accuracy_first_token_execute_total": 202,
|
3614 |
+
"eval_accuracy_first_token_get": 0.956140350877193,
|
3615 |
+
"eval_accuracy_first_token_get_total": 456,
|
3616 |
+
"eval_accuracy_first_token_python": 0.8909090909090909,
|
3617 |
+
"eval_accuracy_first_token_python_total": 990,
|
3618 |
+
"eval_loss": 0.5047600269317627,
|
3619 |
+
"eval_perplexity": 1.201347285698878,
|
3620 |
+
"eval_runtime": 525.3078,
|
3621 |
+
"eval_samples_per_second": 1.266,
|
3622 |
+
"eval_steps_per_second": 0.16,
|
3623 |
+
"eval_total_number_first_token": 9360,
|
3624 |
+
"step": 507
|
3625 |
+
},
|
3626 |
+
{
|
3627 |
+
"epoch": 0.9941291585127201,
|
3628 |
+
"grad_norm": 0.9681710004806519,
|
3629 |
+
"learning_rate": 4.5313619118553256e-10,
|
3630 |
+
"loss": 0.4287,
|
3631 |
+
"step": 508
|
3632 |
+
},
|
3633 |
+
{
|
3634 |
+
"epoch": 0.9960861056751468,
|
3635 |
+
"grad_norm": 0.8318100571632385,
|
3636 |
+
"learning_rate": 2.0139724285161976e-10,
|
3637 |
+
"loss": 0.4405,
|
3638 |
+
"step": 509
|
3639 |
+
},
|
3640 |
+
{
|
3641 |
+
"epoch": 0.9980430528375733,
|
3642 |
+
"grad_norm": 0.8928787708282471,
|
3643 |
+
"learning_rate": 5.0349817733719165e-11,
|
3644 |
+
"loss": 0.3779,
|
3645 |
+
"step": 510
|
3646 |
+
},
|
3647 |
+
{
|
3648 |
+
"epoch": 1.0,
|
3649 |
+
"grad_norm": 2.4657742977142334,
|
3650 |
+
"learning_rate": 0.0,
|
3651 |
+
"loss": 0.4483,
|
3652 |
+
"step": 511
|
3653 |
+
},
|
3654 |
+
{
|
3655 |
+
"epoch": 1.0,
|
3656 |
+
"step": 511,
|
3657 |
+
"total_flos": 529508264312832.0,
|
3658 |
+
"train_loss": 0.47377988486140676,
|
3659 |
+
"train_runtime": 61575.0259,
|
3660 |
+
"train_samples_per_second": 0.133,
|
3661 |
+
"train_steps_per_second": 0.008
|
3662 |
+
}
|
3663 |
+
],
|
3664 |
+
"logging_steps": 1.0,
|
3665 |
+
"max_steps": 511,
|
3666 |
+
"num_input_tokens_seen": 0,
|
3667 |
+
"num_train_epochs": 1,
|
3668 |
+
"save_steps": 5.0,
|
3669 |
+
"stateful_callbacks": {
|
3670 |
+
"TrainerControl": {
|
3671 |
+
"args": {
|
3672 |
+
"should_epoch_stop": false,
|
3673 |
+
"should_evaluate": false,
|
3674 |
+
"should_log": false,
|
3675 |
+
"should_save": false,
|
3676 |
+
"should_training_stop": false
|
3677 |
+
},
|
3678 |
+
"attributes": {}
|
3679 |
+
}
|
3680 |
+
},
|
3681 |
+
"total_flos": 529508264312832.0,
|
3682 |
+
"train_batch_size": 1,
|
3683 |
+
"trial_name": null,
|
3684 |
+
"trial_params": null
|
3685 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55d04555a2221298ec49cd1bc17be6f1ef717839127cc47b4b129b472b35e8e5
|
3 |
+
size 7160
|