Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- 025/config.json +36 -0
- 025/generation_config.json +12 -0
- 025/latest +1 -0
- 025/model-00001-of-00030.safetensors +3 -0
- 025/model-00002-of-00030.safetensors +3 -0
- 025/model-00003-of-00030.safetensors +3 -0
- 025/model-00004-of-00030.safetensors +3 -0
- 025/model-00005-of-00030.safetensors +3 -0
- 025/model-00006-of-00030.safetensors +3 -0
- 025/model-00007-of-00030.safetensors +3 -0
- 025/model-00008-of-00030.safetensors +3 -0
- 025/model-00009-of-00030.safetensors +3 -0
- 025/model-00010-of-00030.safetensors +3 -0
- 025/model-00011-of-00030.safetensors +3 -0
- 025/model-00012-of-00030.safetensors +3 -0
- 025/model-00013-of-00030.safetensors +3 -0
- 025/model-00014-of-00030.safetensors +3 -0
- 025/model-00015-of-00030.safetensors +3 -0
- 025/model-00016-of-00030.safetensors +3 -0
- 025/model-00017-of-00030.safetensors +3 -0
- 025/model-00018-of-00030.safetensors +3 -0
- 025/model-00019-of-00030.safetensors +3 -0
- 025/model-00020-of-00030.safetensors +3 -0
- 025/model-00021-of-00030.safetensors +3 -0
- 025/model-00022-of-00030.safetensors +3 -0
- 025/model-00023-of-00030.safetensors +3 -0
- 025/model-00024-of-00030.safetensors +3 -0
- 025/model-00025-of-00030.safetensors +3 -0
- 025/model-00026-of-00030.safetensors +3 -0
- 025/model-00027-of-00030.safetensors +3 -0
- 025/model-00028-of-00030.safetensors +3 -0
- 025/model-00029-of-00030.safetensors +3 -0
- 025/model-00030-of-00030.safetensors +3 -0
- 025/model.safetensors.index.json +730 -0
- 025/rng_state_0.pth +3 -0
- 025/rng_state_1.pth +3 -0
- 025/rng_state_2.pth +3 -0
- 025/rng_state_3.pth +3 -0
- 025/rng_state_4.pth +3 -0
- 025/rng_state_5.pth +3 -0
- 025/rng_state_6.pth +3 -0
- 025/rng_state_7.pth +3 -0
- 025/scheduler.pt +3 -0
- 025/special_tokens_map.json +23 -0
- 025/tokenizer.json +3 -0
- 025/tokenizer_config.json +2064 -0
- 025/trainer_state.json +3029 -0
- 025/training_args.bin +3 -0
- 025/zero_to_fp32.py +674 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
025/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
025/config.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "/raid/HUB_LLM/Llama-3.3-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": 128009,
|
| 10 |
+
"head_dim": 128,
|
| 11 |
+
"hidden_act": "silu",
|
| 12 |
+
"hidden_size": 8192,
|
| 13 |
+
"initializer_range": 0.02,
|
| 14 |
+
"intermediate_size": 28672,
|
| 15 |
+
"max_position_embeddings": 16000,
|
| 16 |
+
"mlp_bias": false,
|
| 17 |
+
"model_type": "llama",
|
| 18 |
+
"num_attention_heads": 64,
|
| 19 |
+
"num_hidden_layers": 80,
|
| 20 |
+
"num_key_value_heads": 8,
|
| 21 |
+
"pretraining_tp": 1,
|
| 22 |
+
"rms_norm_eps": 1e-05,
|
| 23 |
+
"rope_scaling": {
|
| 24 |
+
"factor": 8.0,
|
| 25 |
+
"high_freq_factor": 4.0,
|
| 26 |
+
"low_freq_factor": 1.0,
|
| 27 |
+
"original_max_position_embeddings": 8192,
|
| 28 |
+
"rope_type": "llama3"
|
| 29 |
+
},
|
| 30 |
+
"rope_theta": 500000.0,
|
| 31 |
+
"tie_word_embeddings": false,
|
| 32 |
+
"torch_dtype": "bfloat16",
|
| 33 |
+
"transformers_version": "4.46.3",
|
| 34 |
+
"use_cache": false,
|
| 35 |
+
"vocab_size": 128256
|
| 36 |
+
}
|
025/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.46.3"
|
| 12 |
+
}
|
025/latest
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
global_step428
|
025/model-00001-of-00030.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a7d2f818fff9d10231768c2fb40650a55141b9bef51863ff8b1a90b1022ee05c
|
| 3 |
+
size 4584408808
|
025/model-00002-of-00030.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e2dda9c77d8437bb080d2a2c879661149ee4533212f8a243a82c89fe9dd03a21
|
| 3 |
+
size 4664167376
|
025/model-00003-of-00030.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:934dda9e7dc90ef6befc312d7fed970fb64c5177013502b7db872c5f6c03a7e8
|
| 3 |
+
size 4999711704
|
025/model-00004-of-00030.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:312f2ac2eb090fbc373ceb63f257d65b6235a3767bdce137fdbadd25bac57be8
|
| 3 |
+
size 4966157032
|
025/model-00005-of-00030.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d6609b8fbc36fe7333cfe7ca6f53220203dba227631eedf6b99c05494b66a6ad
|
| 3 |
+
size 4664134408
|
025/model-00006-of-00030.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48b4cc42268034e407615e13edbeb24ec27023f0de185e93c1ee96cc8a7be4a2
|
| 3 |
+
size 4664167408
|
025/model-00007-of-00030.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61b5f5d1c42f2a1807630a8bea3b86c8c2f0043c14f71fa3852803820573dab7
|
| 3 |
+
size 4664167408
|
025/model-00008-of-00030.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d26709a833a2eb283714d5b76817de3c977e2cc1f5b94c2e9094656dd3bbffb9
|
| 3 |
+
size 4999711728
|
025/model-00009-of-00030.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:444811413d838ed1fcf56270c37bbd5202a9ed4db5dffc1692a6cd39a1bf2a5b
|
| 3 |
+
size 4966157056
|
025/model-00010-of-00030.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:94d123691f67e41947c4972f3fdcb3beddc895387a2ae3718fe9c46c6483429d
|
| 3 |
+
size 4664134408
|
025/model-00011-of-00030.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9659ada06088636cfa5e9f98a66d36ac55516193c1e9a559cb53d38dea4846d1
|
| 3 |
+
size 4664167408
|
025/model-00012-of-00030.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7efecfb217c2cc64d318f5e0e189ba819bb808e96673f9507b2e0856b2e0a20f
|
| 3 |
+
size 4664167408
|
025/model-00013-of-00030.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0276b5bcc7755ad7668ab7b12b7274d7af48f526e933d9ce7060f9f3c5cc4d0
|
| 3 |
+
size 4999711728
|
025/model-00014-of-00030.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:08e1e45e93799f3c37541f72614a04e8ae03ca9f1aabd41150da6df5d189defc
|
| 3 |
+
size 4966157056
|
025/model-00015-of-00030.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc9041a75fc018c16afefcd3a01bb633571f78066fd400a09a54f69812aa04d6
|
| 3 |
+
size 4664134408
|
025/model-00016-of-00030.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:872432b99f2e9bb8dbd85e3641a04049c7a6cfe35dfc8f90034d4c32e2df2d7c
|
| 3 |
+
size 4664167408
|
025/model-00017-of-00030.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:093cc90b3fc795e28922e15a5c6e41931447be66832aa8cc8ff2562f1c93b0c7
|
| 3 |
+
size 4664167408
|
025/model-00018-of-00030.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f4400cbb4f16b0d571ef50bf1d15648685d27610950a1a12acba2257daafb1e
|
| 3 |
+
size 4999711728
|
025/model-00019-of-00030.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97689a9817abb8c2153578e15aa2f10eb74c5c0f2b57f7bf0f73ce0852c72199
|
| 3 |
+
size 4966157056
|
025/model-00020-of-00030.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d39bf896199869e224a95489e5056702b1afdd11faa0c7b6f8dd543713521fea
|
| 3 |
+
size 4664134408
|
025/model-00021-of-00030.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52bd737d80594f581ae89522de308e38acce533e6da57a8cad3befbb31e1e6e7
|
| 3 |
+
size 4664167408
|
025/model-00022-of-00030.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1d30ff644ed18c96f8e6bb0cf6314d4bfaba365acf55b959b4fa1b757c78661
|
| 3 |
+
size 4664167408
|
025/model-00023-of-00030.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:07871bf37c06d008fbce1d33918288ff39491cf5a9b75291b116deb6927e5e63
|
| 3 |
+
size 4999711728
|
025/model-00024-of-00030.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:875555b63b489868973cceadee96eb84e6d40ee86341a6137ee87ad2c9a9e381
|
| 3 |
+
size 4966157056
|
025/model-00025-of-00030.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4339a5d89cc040e229a84d5929764f3430ecc2b97a8cdeab5d676d9098209f1f
|
| 3 |
+
size 4664134408
|
025/model-00026-of-00030.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a68ffb7810fe9bd1da5663053feed318f65d9c4195d832667310ef048ebbf057
|
| 3 |
+
size 4664167408
|
025/model-00027-of-00030.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:189aa059b991046289318e44c98608cd8c7ef070e0ac224feeffcbd2f7db8db8
|
| 3 |
+
size 4664167408
|
025/model-00028-of-00030.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a0079c7a77eb485ec332df0a5e58f8cdf57b47865e08f174ad7e95d84715e31f
|
| 3 |
+
size 4999711728
|
025/model-00029-of-00030.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b74aee1a56eb6c78be4de43f28700453ba32b7d77748c009327d105f003cf4d
|
| 3 |
+
size 4966173536
|
025/model-00030-of-00030.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c3617e2eca754d44d623b17efd82bcc815e2741c74d70a7a3f3fde74aedd703
|
| 3 |
+
size 2101346432
|
025/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 |
+
}
|
025/rng_state_0.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:575119a228f98110923ffa2dedcb50e3317251b26054355d015e0b2240d566f2
|
| 3 |
+
size 15984
|
025/rng_state_1.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0728b56dab7abb5ef8a0d4bae3519c5767c97467bdd886d26bf19cc8599d0312
|
| 3 |
+
size 15984
|
025/rng_state_2.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f4e481d4ef1546694da7337f6bb6c658b866dcb79b85deeb477da0d27ebe851e
|
| 3 |
+
size 15984
|
025/rng_state_3.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:353c60be37ea56fc992fca446598ceca5d1fd002aa3bd6dbb9ad740e6f47ebb3
|
| 3 |
+
size 15984
|
025/rng_state_4.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e9107fe964ba7205e354084b85210e5a5ea1c98cfd4d38adb9cd3926945dcae4
|
| 3 |
+
size 15984
|
025/rng_state_5.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:69d1bb1abee38b92e53f3f23549b642ce0f1edcdccf7b6129847ac61636e96d5
|
| 3 |
+
size 15984
|
025/rng_state_6.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:afd5516048e20f36959601574e29e40106085a7d3cdc7bf425ce5e84633490e6
|
| 3 |
+
size 15984
|
025/rng_state_7.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e2c46927fc06939b4c976a01e4b95dec1f8b98ceaea86d31a5d756fc30ff006
|
| 3 |
+
size 15984
|
025/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6cbebd6c6d43be382fa69bd32785749eeeaad82c53959217cd3e263b5f4ca6b5
|
| 3 |
+
size 1064
|
025/special_tokens_map.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": {
|
| 17 |
+
"content": "<|end_of_text|>",
|
| 18 |
+
"lstrip": false,
|
| 19 |
+
"normalized": false,
|
| 20 |
+
"rstrip": false,
|
| 21 |
+
"single_word": false
|
| 22 |
+
}
|
| 23 |
+
}
|
025/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b9e4e7fb171f92fd137b777cc2714bf87d11576700a1dcd7a399e7bbe39537b
|
| 3 |
+
size 17209920
|
025/tokenizer_config.json
ADDED
|
@@ -0,0 +1,2064 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": "{{- bos_token }}\n{%- if custom_tools is defined %}\n {%- set tools = custom_tools %}\n{%- endif %}\n{%- if not tools_in_user_message is defined %}\n {%- set tools_in_user_message = true %}\n{%- endif %}\n{%- if not date_string is defined %}\n {%- set date_string = \"26 Jul 2024\" %}\n{%- endif %}\n{%- if not tools is defined %}\n {%- set tools = none %}\n{%- endif %}\n\n{#- This block extracts the system message, so we can slot it into the right place. #}\n{%- if messages[0]['role'] == 'system' %}\n {%- set system_message = messages[0]['content']|trim %}\n {%- set messages = messages[1:] %}\n{%- else %}\n {%- set system_message = \"\" %}\n{%- endif %}\n\n{#- System message + builtin tools #}\n{{- \"<|start_header_id|>system<|end_header_id|>\\n\\n\" }}\n{%- if builtin_tools is defined or tools is not none %}\n {{- \"Environment: ipython\\n\" }}\n{%- endif %}\n{%- if builtin_tools is defined %}\n {{- \"Tools: \" + builtin_tools | reject('equalto', 'code_interpreter') | join(\", \") + \"\\n\\n\"}}\n{%- endif %}\n{{- \"Cutting Knowledge Date: December 2023\\n\" }}\n{{- \"Today Date: \" + date_string + \"\\n\\n\" }}\n{%- if tools is not none and not tools_in_user_message %}\n {{- \"You have access to the following functions. To call a function, please respond with JSON for a function call.\" }}\n {{- 'Respond in the format {\"name\": function name, \"parameters\": dictionary of argument name and its value}.' }}\n {{- \"Do not use variables.\\n\\n\" }}\n {%- for t in tools %}\n {{- t | tojson(indent=4) }}\n {{- \"\\n\\n\" }}\n {%- endfor %}\n{%- endif %}\n{{- system_message }}\n{{- \"<|eot_id|>\" }}\n\n{#- Custom tools are passed in a user message with some extra guidance #}\n{%- if tools_in_user_message and not tools is none %}\n {#- Extract the first user message so we can plug it in here #}\n {%- if messages | length != 0 %}\n {%- set first_user_message = messages[0]['content']|trim %}\n {%- set messages = messages[1:] %}\n {%- else %}\n {{- raise_exception(\"Cannot put tools in the first user message when there's no first user message!\") }}\n{%- endif %}\n {{- '<|start_header_id|>user<|end_header_id|>\\n\\n' -}}\n {{- \"Given the following functions, please respond with a JSON for a function call \" }}\n {{- \"with its proper arguments that best answers the given prompt.\\n\\n\" }}\n {{- 'Respond in the format {\"name\": function name, \"parameters\": dictionary of argument name and its value}.' }}\n {{- \"Do not use variables.\\n\\n\" }}\n {%- for t in tools %}\n {{- t | tojson(indent=4) }}\n {{- \"\\n\\n\" }}\n {%- endfor %}\n {{- first_user_message + \"<|eot_id|>\"}}\n{%- endif %}\n\n{%- for message in messages %}\n {%- if not (message.role == 'ipython' or message.role == 'tool' or 'tool_calls' in message) %}\n {{- '<|start_header_id|>' + message['role'] + '<|end_header_id|>\\n\\n'+ message['content'] | trim + '<|eot_id|>' }}\n {%- elif 'tool_calls' in message %}\n {%- if not message.tool_calls|length == 1 %}\n {{- raise_exception(\"This model only supports single tool-calls at once!\") }}\n {%- endif %}\n {%- set tool_call = message.tool_calls[0].function %}\n {%- if builtin_tools is defined and tool_call.name in builtin_tools %}\n {{- '<|start_header_id|>assistant<|end_header_id|>\\n\\n' -}}\n {{- \"<|python_tag|>\" + tool_call.name + \".call(\" }}\n {%- for arg_name, arg_val in tool_call.arguments | items %}\n {{- arg_name + '=\"' + arg_val + '\"' }}\n {%- if not loop.last %}\n {{- \", \" }}\n {%- endif %}\n {%- endfor %}\n {{- \")\" }}\n {%- else %}\n {{- '<|start_header_id|>assistant<|end_header_id|>\\n\\n' -}}\n {{- '{\"name\": \"' + tool_call.name + '\", ' }}\n {{- '\"parameters\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- \"}\" }}\n {%- endif %}\n {%- if builtin_tools is defined %}\n {#- This means we're in ipython mode #}\n {{- \"<|eom_id|>\" }}\n {%- else %}\n {{- \"<|eot_id|>\" }}\n {%- endif %}\n {%- elif message.role == \"tool\" or message.role == \"ipython\" %}\n {{- \"<|start_header_id|>ipython<|end_header_id|>\\n\\n\" }}\n {%- if message.content is mapping or message.content is iterable %}\n {{- message.content | tojson }}\n {%- else %}\n {{- message.content }}\n {%- endif %}\n {{- \"<|eot_id|>\" }}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|start_header_id|>assistant<|end_header_id|>\\n\\n' }}\n{%- endif %}\n",
|
| 2054 |
+
"clean_up_tokenization_spaces": true,
|
| 2055 |
+
"eos_token": "<|eot_id|>",
|
| 2056 |
+
"extra_special_tokens": {},
|
| 2057 |
+
"model_input_names": [
|
| 2058 |
+
"input_ids",
|
| 2059 |
+
"attention_mask"
|
| 2060 |
+
],
|
| 2061 |
+
"model_max_length": 131072,
|
| 2062 |
+
"pad_token": "<|end_of_text|>",
|
| 2063 |
+
"tokenizer_class": "PreTrainedTokenizerFast"
|
| 2064 |
+
}
|
025/trainer_state.json
ADDED
|
@@ -0,0 +1,3029 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 0.2504113796760157,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 428,
|
| 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.0005850733170000365,
|
| 13 |
+
"grad_norm": 0.3784801935906415,
|
| 14 |
+
"learning_rate": 7.999998479354072e-06,
|
| 15 |
+
"loss": 1.1815,
|
| 16 |
+
"step": 1
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 0.001170146634000073,
|
| 20 |
+
"grad_norm": 0.10369689761982695,
|
| 21 |
+
"learning_rate": 7.999993917417574e-06,
|
| 22 |
+
"loss": 1.0085,
|
| 23 |
+
"step": 2
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"epoch": 0.0017552199510001097,
|
| 27 |
+
"grad_norm": 0.08165678751844849,
|
| 28 |
+
"learning_rate": 7.99998631419436e-06,
|
| 29 |
+
"loss": 0.934,
|
| 30 |
+
"step": 3
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"epoch": 0.002340293268000146,
|
| 34 |
+
"grad_norm": 0.06369675215202451,
|
| 35 |
+
"learning_rate": 7.999975669690855e-06,
|
| 36 |
+
"loss": 1.0323,
|
| 37 |
+
"step": 4
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"epoch": 0.002925366585000183,
|
| 41 |
+
"grad_norm": 0.08076101376684344,
|
| 42 |
+
"learning_rate": 7.999961983916048e-06,
|
| 43 |
+
"loss": 1.0676,
|
| 44 |
+
"step": 5
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"epoch": 0.0035104399020002195,
|
| 48 |
+
"grad_norm": 0.06288930819751326,
|
| 49 |
+
"learning_rate": 7.999945256881502e-06,
|
| 50 |
+
"loss": 1.0421,
|
| 51 |
+
"step": 6
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"epoch": 0.004095513219000256,
|
| 55 |
+
"grad_norm": 0.06851051488443692,
|
| 56 |
+
"learning_rate": 7.999925488601348e-06,
|
| 57 |
+
"loss": 0.9544,
|
| 58 |
+
"step": 7
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"epoch": 0.004680586536000292,
|
| 62 |
+
"grad_norm": 0.06007707301663692,
|
| 63 |
+
"learning_rate": 7.999902679092287e-06,
|
| 64 |
+
"loss": 1.0349,
|
| 65 |
+
"step": 8
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"epoch": 0.005265659853000329,
|
| 69 |
+
"grad_norm": 0.07674940091671953,
|
| 70 |
+
"learning_rate": 7.99987682837359e-06,
|
| 71 |
+
"loss": 1.1809,
|
| 72 |
+
"step": 9
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"epoch": 0.005850733170000366,
|
| 76 |
+
"grad_norm": 0.06356726822529891,
|
| 77 |
+
"learning_rate": 7.999847936467093e-06,
|
| 78 |
+
"loss": 0.9502,
|
| 79 |
+
"step": 10
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"epoch": 0.006435806487000402,
|
| 83 |
+
"grad_norm": 0.060093989725189235,
|
| 84 |
+
"learning_rate": 7.999816003397203e-06,
|
| 85 |
+
"loss": 1.0007,
|
| 86 |
+
"step": 11
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"epoch": 0.007020879804000439,
|
| 90 |
+
"grad_norm": 0.04797598057222403,
|
| 91 |
+
"learning_rate": 7.999781029190902e-06,
|
| 92 |
+
"loss": 1.0316,
|
| 93 |
+
"step": 12
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"epoch": 0.007605953121000476,
|
| 97 |
+
"grad_norm": 0.08827709210231136,
|
| 98 |
+
"learning_rate": 7.999743013877734e-06,
|
| 99 |
+
"loss": 1.0688,
|
| 100 |
+
"step": 13
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"epoch": 0.008191026438000511,
|
| 104 |
+
"grad_norm": 0.04993529689396162,
|
| 105 |
+
"learning_rate": 7.999701957489811e-06,
|
| 106 |
+
"loss": 0.9695,
|
| 107 |
+
"step": 14
|
| 108 |
+
},
|
| 109 |
+
{
|
| 110 |
+
"epoch": 0.008776099755000549,
|
| 111 |
+
"grad_norm": 0.053685150458545855,
|
| 112 |
+
"learning_rate": 7.999657860061823e-06,
|
| 113 |
+
"loss": 1.0826,
|
| 114 |
+
"step": 15
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"epoch": 0.009361173072000585,
|
| 118 |
+
"grad_norm": 0.04357397086005245,
|
| 119 |
+
"learning_rate": 7.99961072163102e-06,
|
| 120 |
+
"loss": 0.9788,
|
| 121 |
+
"step": 16
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"epoch": 0.009946246389000622,
|
| 125 |
+
"grad_norm": 0.051838589957396514,
|
| 126 |
+
"learning_rate": 7.999560542237226e-06,
|
| 127 |
+
"loss": 1.0222,
|
| 128 |
+
"step": 17
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"epoch": 0.010531319706000658,
|
| 132 |
+
"grad_norm": 0.04948384582310689,
|
| 133 |
+
"learning_rate": 7.999507321922833e-06,
|
| 134 |
+
"loss": 0.9882,
|
| 135 |
+
"step": 18
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"epoch": 0.011116393023000696,
|
| 139 |
+
"grad_norm": 0.05488935540485584,
|
| 140 |
+
"learning_rate": 7.9994510607328e-06,
|
| 141 |
+
"loss": 1.0124,
|
| 142 |
+
"step": 19
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"epoch": 0.011701466340000731,
|
| 146 |
+
"grad_norm": 0.04632979465330071,
|
| 147 |
+
"learning_rate": 7.999391758714659e-06,
|
| 148 |
+
"loss": 0.9646,
|
| 149 |
+
"step": 20
|
| 150 |
+
},
|
| 151 |
+
{
|
| 152 |
+
"epoch": 0.012286539657000767,
|
| 153 |
+
"grad_norm": 0.04102257708769348,
|
| 154 |
+
"learning_rate": 7.999329415918508e-06,
|
| 155 |
+
"loss": 0.8946,
|
| 156 |
+
"step": 21
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"epoch": 0.012871612974000805,
|
| 160 |
+
"grad_norm": 0.045466366302330634,
|
| 161 |
+
"learning_rate": 7.999264032397013e-06,
|
| 162 |
+
"loss": 0.9973,
|
| 163 |
+
"step": 22
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"epoch": 0.01345668629100084,
|
| 167 |
+
"grad_norm": 0.04440538659368297,
|
| 168 |
+
"learning_rate": 7.99919560820541e-06,
|
| 169 |
+
"loss": 1.0596,
|
| 170 |
+
"step": 23
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"epoch": 0.014041759608000878,
|
| 174 |
+
"grad_norm": 0.042500986542824803,
|
| 175 |
+
"learning_rate": 7.999124143401507e-06,
|
| 176 |
+
"loss": 0.9303,
|
| 177 |
+
"step": 24
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"epoch": 0.014626832925000914,
|
| 181 |
+
"grad_norm": 0.05180121412922999,
|
| 182 |
+
"learning_rate": 7.999049638045675e-06,
|
| 183 |
+
"loss": 0.9412,
|
| 184 |
+
"step": 25
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"epoch": 0.015211906242000951,
|
| 188 |
+
"grad_norm": 0.06441302150178038,
|
| 189 |
+
"learning_rate": 7.998972092200859e-06,
|
| 190 |
+
"loss": 0.9986,
|
| 191 |
+
"step": 26
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"epoch": 0.015796979559000987,
|
| 195 |
+
"grad_norm": 0.05297417453471626,
|
| 196 |
+
"learning_rate": 7.998891505932565e-06,
|
| 197 |
+
"loss": 1.0701,
|
| 198 |
+
"step": 27
|
| 199 |
+
},
|
| 200 |
+
{
|
| 201 |
+
"epoch": 0.016382052876001023,
|
| 202 |
+
"grad_norm": 0.04305692283062352,
|
| 203 |
+
"learning_rate": 7.998807879308878e-06,
|
| 204 |
+
"loss": 0.9823,
|
| 205 |
+
"step": 28
|
| 206 |
+
},
|
| 207 |
+
{
|
| 208 |
+
"epoch": 0.016967126193001062,
|
| 209 |
+
"grad_norm": 0.048331091733781785,
|
| 210 |
+
"learning_rate": 7.998721212400443e-06,
|
| 211 |
+
"loss": 0.9145,
|
| 212 |
+
"step": 29
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"epoch": 0.017552199510001098,
|
| 216 |
+
"grad_norm": 0.04249327256576877,
|
| 217 |
+
"learning_rate": 7.998631505280477e-06,
|
| 218 |
+
"loss": 0.9469,
|
| 219 |
+
"step": 30
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"epoch": 0.018137272827001134,
|
| 223 |
+
"grad_norm": 0.042672714299481426,
|
| 224 |
+
"learning_rate": 7.998538758024765e-06,
|
| 225 |
+
"loss": 0.9814,
|
| 226 |
+
"step": 31
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"epoch": 0.01872234614400117,
|
| 230 |
+
"grad_norm": 0.04643044969291229,
|
| 231 |
+
"learning_rate": 7.998442970711661e-06,
|
| 232 |
+
"loss": 0.9342,
|
| 233 |
+
"step": 32
|
| 234 |
+
},
|
| 235 |
+
{
|
| 236 |
+
"epoch": 0.019307419461001205,
|
| 237 |
+
"grad_norm": 0.042411147754236,
|
| 238 |
+
"learning_rate": 7.998344143422087e-06,
|
| 239 |
+
"loss": 0.8851,
|
| 240 |
+
"step": 33
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"epoch": 0.019892492778001244,
|
| 244 |
+
"grad_norm": 0.04407093546490425,
|
| 245 |
+
"learning_rate": 7.998242276239527e-06,
|
| 246 |
+
"loss": 1.0026,
|
| 247 |
+
"step": 34
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"epoch": 0.02047756609500128,
|
| 251 |
+
"grad_norm": 0.044039695433035646,
|
| 252 |
+
"learning_rate": 7.998137369250046e-06,
|
| 253 |
+
"loss": 0.9637,
|
| 254 |
+
"step": 35
|
| 255 |
+
},
|
| 256 |
+
{
|
| 257 |
+
"epoch": 0.021062639412001316,
|
| 258 |
+
"grad_norm": 0.04258725681727216,
|
| 259 |
+
"learning_rate": 7.998029422542267e-06,
|
| 260 |
+
"loss": 0.9249,
|
| 261 |
+
"step": 36
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"epoch": 0.021647712729001352,
|
| 265 |
+
"grad_norm": 0.045486820543060684,
|
| 266 |
+
"learning_rate": 7.997918436207383e-06,
|
| 267 |
+
"loss": 1.005,
|
| 268 |
+
"step": 37
|
| 269 |
+
},
|
| 270 |
+
{
|
| 271 |
+
"epoch": 0.02223278604600139,
|
| 272 |
+
"grad_norm": 0.03843585783476988,
|
| 273 |
+
"learning_rate": 7.997804410339156e-06,
|
| 274 |
+
"loss": 0.9815,
|
| 275 |
+
"step": 38
|
| 276 |
+
},
|
| 277 |
+
{
|
| 278 |
+
"epoch": 0.022817859363001427,
|
| 279 |
+
"grad_norm": 0.05544665751989288,
|
| 280 |
+
"learning_rate": 7.997687345033915e-06,
|
| 281 |
+
"loss": 0.94,
|
| 282 |
+
"step": 39
|
| 283 |
+
},
|
| 284 |
+
{
|
| 285 |
+
"epoch": 0.023402932680001463,
|
| 286 |
+
"grad_norm": 0.041440042889966715,
|
| 287 |
+
"learning_rate": 7.99756724039056e-06,
|
| 288 |
+
"loss": 0.9337,
|
| 289 |
+
"step": 40
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"epoch": 0.0239880059970015,
|
| 293 |
+
"grad_norm": 0.040659761048442974,
|
| 294 |
+
"learning_rate": 7.997444096510552e-06,
|
| 295 |
+
"loss": 0.897,
|
| 296 |
+
"step": 41
|
| 297 |
+
},
|
| 298 |
+
{
|
| 299 |
+
"epoch": 0.024573079314001534,
|
| 300 |
+
"grad_norm": 0.06541743477477353,
|
| 301 |
+
"learning_rate": 7.997317913497925e-06,
|
| 302 |
+
"loss": 0.9325,
|
| 303 |
+
"step": 42
|
| 304 |
+
},
|
| 305 |
+
{
|
| 306 |
+
"epoch": 0.025158152631001574,
|
| 307 |
+
"grad_norm": 0.04101226832374059,
|
| 308 |
+
"learning_rate": 7.997188691459279e-06,
|
| 309 |
+
"loss": 0.9323,
|
| 310 |
+
"step": 43
|
| 311 |
+
},
|
| 312 |
+
{
|
| 313 |
+
"epoch": 0.02574322594800161,
|
| 314 |
+
"grad_norm": 0.03954326036578227,
|
| 315 |
+
"learning_rate": 7.997056430503782e-06,
|
| 316 |
+
"loss": 0.8793,
|
| 317 |
+
"step": 44
|
| 318 |
+
},
|
| 319 |
+
{
|
| 320 |
+
"epoch": 0.026328299265001645,
|
| 321 |
+
"grad_norm": 0.0396268421897809,
|
| 322 |
+
"learning_rate": 7.996921130743165e-06,
|
| 323 |
+
"loss": 0.9849,
|
| 324 |
+
"step": 45
|
| 325 |
+
},
|
| 326 |
+
{
|
| 327 |
+
"epoch": 0.02691337258200168,
|
| 328 |
+
"grad_norm": 0.03855187149117414,
|
| 329 |
+
"learning_rate": 7.996782792291732e-06,
|
| 330 |
+
"loss": 0.9328,
|
| 331 |
+
"step": 46
|
| 332 |
+
},
|
| 333 |
+
{
|
| 334 |
+
"epoch": 0.02749844589900172,
|
| 335 |
+
"grad_norm": 0.03791722568157901,
|
| 336 |
+
"learning_rate": 7.996641415266355e-06,
|
| 337 |
+
"loss": 0.9293,
|
| 338 |
+
"step": 47
|
| 339 |
+
},
|
| 340 |
+
{
|
| 341 |
+
"epoch": 0.028083519216001756,
|
| 342 |
+
"grad_norm": 0.04497262810695708,
|
| 343 |
+
"learning_rate": 7.996496999786465e-06,
|
| 344 |
+
"loss": 0.9884,
|
| 345 |
+
"step": 48
|
| 346 |
+
},
|
| 347 |
+
{
|
| 348 |
+
"epoch": 0.02866859253300179,
|
| 349 |
+
"grad_norm": 0.041089653577607424,
|
| 350 |
+
"learning_rate": 7.996349545974065e-06,
|
| 351 |
+
"loss": 0.9305,
|
| 352 |
+
"step": 49
|
| 353 |
+
},
|
| 354 |
+
{
|
| 355 |
+
"epoch": 0.029253665850001827,
|
| 356 |
+
"grad_norm": 0.04162057876282252,
|
| 357 |
+
"learning_rate": 7.996199053953729e-06,
|
| 358 |
+
"loss": 1.0771,
|
| 359 |
+
"step": 50
|
| 360 |
+
},
|
| 361 |
+
{
|
| 362 |
+
"epoch": 0.029838739167001863,
|
| 363 |
+
"grad_norm": 0.045060287442874644,
|
| 364 |
+
"learning_rate": 7.996045523852587e-06,
|
| 365 |
+
"loss": 0.9819,
|
| 366 |
+
"step": 51
|
| 367 |
+
},
|
| 368 |
+
{
|
| 369 |
+
"epoch": 0.030423812484001903,
|
| 370 |
+
"grad_norm": 0.03950486400361273,
|
| 371 |
+
"learning_rate": 7.995888955800346e-06,
|
| 372 |
+
"loss": 0.8911,
|
| 373 |
+
"step": 52
|
| 374 |
+
},
|
| 375 |
+
{
|
| 376 |
+
"epoch": 0.03100888580100194,
|
| 377 |
+
"grad_norm": 0.040638774400984866,
|
| 378 |
+
"learning_rate": 7.995729349929275e-06,
|
| 379 |
+
"loss": 0.9289,
|
| 380 |
+
"step": 53
|
| 381 |
+
},
|
| 382 |
+
{
|
| 383 |
+
"epoch": 0.031593959118001974,
|
| 384 |
+
"grad_norm": 0.04034434081592363,
|
| 385 |
+
"learning_rate": 7.995566706374206e-06,
|
| 386 |
+
"loss": 0.9529,
|
| 387 |
+
"step": 54
|
| 388 |
+
},
|
| 389 |
+
{
|
| 390 |
+
"epoch": 0.03217903243500201,
|
| 391 |
+
"grad_norm": 0.04315614004870732,
|
| 392 |
+
"learning_rate": 7.995401025272545e-06,
|
| 393 |
+
"loss": 0.9554,
|
| 394 |
+
"step": 55
|
| 395 |
+
},
|
| 396 |
+
{
|
| 397 |
+
"epoch": 0.032764105752002046,
|
| 398 |
+
"grad_norm": 0.03862522293897866,
|
| 399 |
+
"learning_rate": 7.995232306764258e-06,
|
| 400 |
+
"loss": 0.9604,
|
| 401 |
+
"step": 56
|
| 402 |
+
},
|
| 403 |
+
{
|
| 404 |
+
"epoch": 0.03334917906900208,
|
| 405 |
+
"grad_norm": 0.042952485422922036,
|
| 406 |
+
"learning_rate": 7.995060550991879e-06,
|
| 407 |
+
"loss": 0.9731,
|
| 408 |
+
"step": 57
|
| 409 |
+
},
|
| 410 |
+
{
|
| 411 |
+
"epoch": 0.033934252386002124,
|
| 412 |
+
"grad_norm": 0.04399639647859174,
|
| 413 |
+
"learning_rate": 7.994885758100508e-06,
|
| 414 |
+
"loss": 0.868,
|
| 415 |
+
"step": 58
|
| 416 |
+
},
|
| 417 |
+
{
|
| 418 |
+
"epoch": 0.03451932570300216,
|
| 419 |
+
"grad_norm": 0.03794998627596821,
|
| 420 |
+
"learning_rate": 7.99470792823781e-06,
|
| 421 |
+
"loss": 0.9176,
|
| 422 |
+
"step": 59
|
| 423 |
+
},
|
| 424 |
+
{
|
| 425 |
+
"epoch": 0.035104399020002196,
|
| 426 |
+
"grad_norm": 0.046410465067380204,
|
| 427 |
+
"learning_rate": 7.99452706155402e-06,
|
| 428 |
+
"loss": 0.9456,
|
| 429 |
+
"step": 60
|
| 430 |
+
},
|
| 431 |
+
{
|
| 432 |
+
"epoch": 0.03568947233700223,
|
| 433 |
+
"grad_norm": 0.04773216743183266,
|
| 434 |
+
"learning_rate": 7.994343158201927e-06,
|
| 435 |
+
"loss": 1.0049,
|
| 436 |
+
"step": 61
|
| 437 |
+
},
|
| 438 |
+
{
|
| 439 |
+
"epoch": 0.03627454565400227,
|
| 440 |
+
"grad_norm": 0.04395331205981261,
|
| 441 |
+
"learning_rate": 7.994156218336901e-06,
|
| 442 |
+
"loss": 0.9197,
|
| 443 |
+
"step": 62
|
| 444 |
+
},
|
| 445 |
+
{
|
| 446 |
+
"epoch": 0.0368596189710023,
|
| 447 |
+
"grad_norm": 0.04353152162367831,
|
| 448 |
+
"learning_rate": 7.993966242116865e-06,
|
| 449 |
+
"loss": 0.8978,
|
| 450 |
+
"step": 63
|
| 451 |
+
},
|
| 452 |
+
{
|
| 453 |
+
"epoch": 0.03744469228800234,
|
| 454 |
+
"grad_norm": 0.041195331266407585,
|
| 455 |
+
"learning_rate": 7.993773229702312e-06,
|
| 456 |
+
"loss": 0.965,
|
| 457 |
+
"step": 64
|
| 458 |
+
},
|
| 459 |
+
{
|
| 460 |
+
"epoch": 0.038029765605002375,
|
| 461 |
+
"grad_norm": 0.050163343033375746,
|
| 462 |
+
"learning_rate": 7.993577181256304e-06,
|
| 463 |
+
"loss": 0.8876,
|
| 464 |
+
"step": 65
|
| 465 |
+
},
|
| 466 |
+
{
|
| 467 |
+
"epoch": 0.03861483892200241,
|
| 468 |
+
"grad_norm": 0.06660490581550026,
|
| 469 |
+
"learning_rate": 7.993378096944456e-06,
|
| 470 |
+
"loss": 0.9082,
|
| 471 |
+
"step": 66
|
| 472 |
+
},
|
| 473 |
+
{
|
| 474 |
+
"epoch": 0.03919991223900245,
|
| 475 |
+
"grad_norm": 0.03984407119317513,
|
| 476 |
+
"learning_rate": 7.99317597693496e-06,
|
| 477 |
+
"loss": 0.9233,
|
| 478 |
+
"step": 67
|
| 479 |
+
},
|
| 480 |
+
{
|
| 481 |
+
"epoch": 0.03978498555600249,
|
| 482 |
+
"grad_norm": 0.04866369054757869,
|
| 483 |
+
"learning_rate": 7.992970821398567e-06,
|
| 484 |
+
"loss": 0.9349,
|
| 485 |
+
"step": 68
|
| 486 |
+
},
|
| 487 |
+
{
|
| 488 |
+
"epoch": 0.040370058873002525,
|
| 489 |
+
"grad_norm": 0.04990567711730111,
|
| 490 |
+
"learning_rate": 7.99276263050859e-06,
|
| 491 |
+
"loss": 0.985,
|
| 492 |
+
"step": 69
|
| 493 |
+
},
|
| 494 |
+
{
|
| 495 |
+
"epoch": 0.04095513219000256,
|
| 496 |
+
"grad_norm": 0.17411986574945643,
|
| 497 |
+
"learning_rate": 7.992551404440914e-06,
|
| 498 |
+
"loss": 1.0208,
|
| 499 |
+
"step": 70
|
| 500 |
+
},
|
| 501 |
+
{
|
| 502 |
+
"epoch": 0.041540205507002596,
|
| 503 |
+
"grad_norm": 0.04353986815925501,
|
| 504 |
+
"learning_rate": 7.992337143373981e-06,
|
| 505 |
+
"loss": 0.9633,
|
| 506 |
+
"step": 71
|
| 507 |
+
},
|
| 508 |
+
{
|
| 509 |
+
"epoch": 0.04212527882400263,
|
| 510 |
+
"grad_norm": 0.05318272939257367,
|
| 511 |
+
"learning_rate": 7.9921198474888e-06,
|
| 512 |
+
"loss": 1.0015,
|
| 513 |
+
"step": 72
|
| 514 |
+
},
|
| 515 |
+
{
|
| 516 |
+
"epoch": 0.04271035214100267,
|
| 517 |
+
"grad_norm": 0.059411931897509304,
|
| 518 |
+
"learning_rate": 7.991899516968942e-06,
|
| 519 |
+
"loss": 1.0224,
|
| 520 |
+
"step": 73
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"epoch": 0.043295425458002704,
|
| 524 |
+
"grad_norm": 0.05746696657441689,
|
| 525 |
+
"learning_rate": 7.991676152000545e-06,
|
| 526 |
+
"loss": 0.9817,
|
| 527 |
+
"step": 74
|
| 528 |
+
},
|
| 529 |
+
{
|
| 530 |
+
"epoch": 0.04388049877500274,
|
| 531 |
+
"grad_norm": 0.03994063377968752,
|
| 532 |
+
"learning_rate": 7.991449752772307e-06,
|
| 533 |
+
"loss": 0.899,
|
| 534 |
+
"step": 75
|
| 535 |
+
},
|
| 536 |
+
{
|
| 537 |
+
"epoch": 0.04446557209200278,
|
| 538 |
+
"grad_norm": 0.05114807327866483,
|
| 539 |
+
"learning_rate": 7.991220319475492e-06,
|
| 540 |
+
"loss": 0.9627,
|
| 541 |
+
"step": 76
|
| 542 |
+
},
|
| 543 |
+
{
|
| 544 |
+
"epoch": 0.04505064540900282,
|
| 545 |
+
"grad_norm": 0.043413594203031196,
|
| 546 |
+
"learning_rate": 7.990987852303923e-06,
|
| 547 |
+
"loss": 0.9385,
|
| 548 |
+
"step": 77
|
| 549 |
+
},
|
| 550 |
+
{
|
| 551 |
+
"epoch": 0.045635718726002854,
|
| 552 |
+
"grad_norm": 0.044141893159488445,
|
| 553 |
+
"learning_rate": 7.990752351453994e-06,
|
| 554 |
+
"loss": 0.9214,
|
| 555 |
+
"step": 78
|
| 556 |
+
},
|
| 557 |
+
{
|
| 558 |
+
"epoch": 0.04622079204300289,
|
| 559 |
+
"grad_norm": 0.07098639926950194,
|
| 560 |
+
"learning_rate": 7.990513817124652e-06,
|
| 561 |
+
"loss": 0.9762,
|
| 562 |
+
"step": 79
|
| 563 |
+
},
|
| 564 |
+
{
|
| 565 |
+
"epoch": 0.046805865360002925,
|
| 566 |
+
"grad_norm": 0.04487096138718826,
|
| 567 |
+
"learning_rate": 7.990272249517416e-06,
|
| 568 |
+
"loss": 0.9379,
|
| 569 |
+
"step": 80
|
| 570 |
+
},
|
| 571 |
+
{
|
| 572 |
+
"epoch": 0.04739093867700296,
|
| 573 |
+
"grad_norm": 0.040488382771263605,
|
| 574 |
+
"learning_rate": 7.990027648836359e-06,
|
| 575 |
+
"loss": 0.9563,
|
| 576 |
+
"step": 81
|
| 577 |
+
},
|
| 578 |
+
{
|
| 579 |
+
"epoch": 0.047976011994003,
|
| 580 |
+
"grad_norm": 0.04352730030611419,
|
| 581 |
+
"learning_rate": 7.989780015288123e-06,
|
| 582 |
+
"loss": 0.9488,
|
| 583 |
+
"step": 82
|
| 584 |
+
},
|
| 585 |
+
{
|
| 586 |
+
"epoch": 0.04856108531100303,
|
| 587 |
+
"grad_norm": 0.04413441845817798,
|
| 588 |
+
"learning_rate": 7.98952934908191e-06,
|
| 589 |
+
"loss": 1.0336,
|
| 590 |
+
"step": 83
|
| 591 |
+
},
|
| 592 |
+
{
|
| 593 |
+
"epoch": 0.04914615862800307,
|
| 594 |
+
"grad_norm": 0.04193745680850997,
|
| 595 |
+
"learning_rate": 7.989275650429482e-06,
|
| 596 |
+
"loss": 0.8785,
|
| 597 |
+
"step": 84
|
| 598 |
+
},
|
| 599 |
+
{
|
| 600 |
+
"epoch": 0.04973123194500311,
|
| 601 |
+
"grad_norm": 0.04475381091812719,
|
| 602 |
+
"learning_rate": 7.989018919545165e-06,
|
| 603 |
+
"loss": 0.9443,
|
| 604 |
+
"step": 85
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"epoch": 0.05031630526200315,
|
| 608 |
+
"grad_norm": 0.04234754821679888,
|
| 609 |
+
"learning_rate": 7.988759156645845e-06,
|
| 610 |
+
"loss": 0.9564,
|
| 611 |
+
"step": 86
|
| 612 |
+
},
|
| 613 |
+
{
|
| 614 |
+
"epoch": 0.05090137857900318,
|
| 615 |
+
"grad_norm": 0.054324472784088765,
|
| 616 |
+
"learning_rate": 7.988496361950972e-06,
|
| 617 |
+
"loss": 0.9824,
|
| 618 |
+
"step": 87
|
| 619 |
+
},
|
| 620 |
+
{
|
| 621 |
+
"epoch": 0.05148645189600322,
|
| 622 |
+
"grad_norm": 0.051967709927586946,
|
| 623 |
+
"learning_rate": 7.988230535682556e-06,
|
| 624 |
+
"loss": 0.914,
|
| 625 |
+
"step": 88
|
| 626 |
+
},
|
| 627 |
+
{
|
| 628 |
+
"epoch": 0.052071525213003254,
|
| 629 |
+
"grad_norm": 0.03996756018971234,
|
| 630 |
+
"learning_rate": 7.987961678065169e-06,
|
| 631 |
+
"loss": 0.9421,
|
| 632 |
+
"step": 89
|
| 633 |
+
},
|
| 634 |
+
{
|
| 635 |
+
"epoch": 0.05265659853000329,
|
| 636 |
+
"grad_norm": 0.07556612961446735,
|
| 637 |
+
"learning_rate": 7.987689789325939e-06,
|
| 638 |
+
"loss": 0.9791,
|
| 639 |
+
"step": 90
|
| 640 |
+
},
|
| 641 |
+
{
|
| 642 |
+
"epoch": 0.053241671847003326,
|
| 643 |
+
"grad_norm": 0.04557130060143385,
|
| 644 |
+
"learning_rate": 7.987414869694562e-06,
|
| 645 |
+
"loss": 0.9318,
|
| 646 |
+
"step": 91
|
| 647 |
+
},
|
| 648 |
+
{
|
| 649 |
+
"epoch": 0.05382674516400336,
|
| 650 |
+
"grad_norm": 0.0424700455078842,
|
| 651 |
+
"learning_rate": 7.98713691940329e-06,
|
| 652 |
+
"loss": 0.9745,
|
| 653 |
+
"step": 92
|
| 654 |
+
},
|
| 655 |
+
{
|
| 656 |
+
"epoch": 0.0544118184810034,
|
| 657 |
+
"grad_norm": 0.07879025661937863,
|
| 658 |
+
"learning_rate": 7.986855938686935e-06,
|
| 659 |
+
"loss": 0.9614,
|
| 660 |
+
"step": 93
|
| 661 |
+
},
|
| 662 |
+
{
|
| 663 |
+
"epoch": 0.05499689179800344,
|
| 664 |
+
"grad_norm": 0.04227267907542001,
|
| 665 |
+
"learning_rate": 7.986571927782871e-06,
|
| 666 |
+
"loss": 0.9317,
|
| 667 |
+
"step": 94
|
| 668 |
+
},
|
| 669 |
+
{
|
| 670 |
+
"epoch": 0.055581965115003476,
|
| 671 |
+
"grad_norm": 0.042275976377898476,
|
| 672 |
+
"learning_rate": 7.986284886931033e-06,
|
| 673 |
+
"loss": 0.8982,
|
| 674 |
+
"step": 95
|
| 675 |
+
},
|
| 676 |
+
{
|
| 677 |
+
"epoch": 0.05616703843200351,
|
| 678 |
+
"grad_norm": 0.0457764180229334,
|
| 679 |
+
"learning_rate": 7.985994816373913e-06,
|
| 680 |
+
"loss": 0.8803,
|
| 681 |
+
"step": 96
|
| 682 |
+
},
|
| 683 |
+
{
|
| 684 |
+
"epoch": 0.05675211174900355,
|
| 685 |
+
"grad_norm": 0.04305545472943831,
|
| 686 |
+
"learning_rate": 7.985701716356565e-06,
|
| 687 |
+
"loss": 0.9786,
|
| 688 |
+
"step": 97
|
| 689 |
+
},
|
| 690 |
+
{
|
| 691 |
+
"epoch": 0.05733718506600358,
|
| 692 |
+
"grad_norm": 0.045580685701444475,
|
| 693 |
+
"learning_rate": 7.985405587126597e-06,
|
| 694 |
+
"loss": 0.9036,
|
| 695 |
+
"step": 98
|
| 696 |
+
},
|
| 697 |
+
{
|
| 698 |
+
"epoch": 0.05792225838300362,
|
| 699 |
+
"grad_norm": 0.0442896526405325,
|
| 700 |
+
"learning_rate": 7.985106428934183e-06,
|
| 701 |
+
"loss": 0.9871,
|
| 702 |
+
"step": 99
|
| 703 |
+
},
|
| 704 |
+
{
|
| 705 |
+
"epoch": 0.058507331700003655,
|
| 706 |
+
"grad_norm": 0.04396583794537118,
|
| 707 |
+
"learning_rate": 7.984804242032051e-06,
|
| 708 |
+
"loss": 1.0145,
|
| 709 |
+
"step": 100
|
| 710 |
+
},
|
| 711 |
+
{
|
| 712 |
+
"epoch": 0.05909240501700369,
|
| 713 |
+
"grad_norm": 0.04488641679254391,
|
| 714 |
+
"learning_rate": 7.984499026675494e-06,
|
| 715 |
+
"loss": 0.9673,
|
| 716 |
+
"step": 101
|
| 717 |
+
},
|
| 718 |
+
{
|
| 719 |
+
"epoch": 0.05967747833400373,
|
| 720 |
+
"grad_norm": 0.0402258783966036,
|
| 721 |
+
"learning_rate": 7.984190783122351e-06,
|
| 722 |
+
"loss": 1.0458,
|
| 723 |
+
"step": 102
|
| 724 |
+
},
|
| 725 |
+
{
|
| 726 |
+
"epoch": 0.06026255165100377,
|
| 727 |
+
"grad_norm": 0.048502182555142354,
|
| 728 |
+
"learning_rate": 7.983879511633036e-06,
|
| 729 |
+
"loss": 0.8879,
|
| 730 |
+
"step": 103
|
| 731 |
+
},
|
| 732 |
+
{
|
| 733 |
+
"epoch": 0.060847624968003805,
|
| 734 |
+
"grad_norm": 0.04818474096979939,
|
| 735 |
+
"learning_rate": 7.983565212470504e-06,
|
| 736 |
+
"loss": 0.9467,
|
| 737 |
+
"step": 104
|
| 738 |
+
},
|
| 739 |
+
{
|
| 740 |
+
"epoch": 0.06143269828500384,
|
| 741 |
+
"grad_norm": 0.04176125713160911,
|
| 742 |
+
"learning_rate": 7.983247885900283e-06,
|
| 743 |
+
"loss": 0.9266,
|
| 744 |
+
"step": 105
|
| 745 |
+
},
|
| 746 |
+
{
|
| 747 |
+
"epoch": 0.06201777160200388,
|
| 748 |
+
"grad_norm": 0.04212530605033032,
|
| 749 |
+
"learning_rate": 7.982927532190447e-06,
|
| 750 |
+
"loss": 0.9179,
|
| 751 |
+
"step": 106
|
| 752 |
+
},
|
| 753 |
+
{
|
| 754 |
+
"epoch": 0.06260284491900392,
|
| 755 |
+
"grad_norm": 0.037198964746819226,
|
| 756 |
+
"learning_rate": 7.982604151611633e-06,
|
| 757 |
+
"loss": 1.0018,
|
| 758 |
+
"step": 107
|
| 759 |
+
},
|
| 760 |
+
{
|
| 761 |
+
"epoch": 0.06318791823600395,
|
| 762 |
+
"grad_norm": 0.04090799839826158,
|
| 763 |
+
"learning_rate": 7.982277744437035e-06,
|
| 764 |
+
"loss": 0.8756,
|
| 765 |
+
"step": 108
|
| 766 |
+
},
|
| 767 |
+
{
|
| 768 |
+
"epoch": 0.06377299155300399,
|
| 769 |
+
"grad_norm": 0.03857422273289164,
|
| 770 |
+
"learning_rate": 7.981948310942402e-06,
|
| 771 |
+
"loss": 0.8855,
|
| 772 |
+
"step": 109
|
| 773 |
+
},
|
| 774 |
+
{
|
| 775 |
+
"epoch": 0.06435806487000402,
|
| 776 |
+
"grad_norm": 0.05241752689478532,
|
| 777 |
+
"learning_rate": 7.981615851406039e-06,
|
| 778 |
+
"loss": 0.8862,
|
| 779 |
+
"step": 110
|
| 780 |
+
},
|
| 781 |
+
{
|
| 782 |
+
"epoch": 0.06494313818700406,
|
| 783 |
+
"grad_norm": 0.04086973369607326,
|
| 784 |
+
"learning_rate": 7.981280366108814e-06,
|
| 785 |
+
"loss": 0.9221,
|
| 786 |
+
"step": 111
|
| 787 |
+
},
|
| 788 |
+
{
|
| 789 |
+
"epoch": 0.06552821150400409,
|
| 790 |
+
"grad_norm": 0.03931043694281754,
|
| 791 |
+
"learning_rate": 7.98094185533414e-06,
|
| 792 |
+
"loss": 0.9417,
|
| 793 |
+
"step": 112
|
| 794 |
+
},
|
| 795 |
+
{
|
| 796 |
+
"epoch": 0.06611328482100413,
|
| 797 |
+
"grad_norm": 0.04169878931857935,
|
| 798 |
+
"learning_rate": 7.980600319367995e-06,
|
| 799 |
+
"loss": 0.958,
|
| 800 |
+
"step": 113
|
| 801 |
+
},
|
| 802 |
+
{
|
| 803 |
+
"epoch": 0.06669835813800416,
|
| 804 |
+
"grad_norm": 0.044230077430854955,
|
| 805 |
+
"learning_rate": 7.980255758498908e-06,
|
| 806 |
+
"loss": 0.9265,
|
| 807 |
+
"step": 114
|
| 808 |
+
},
|
| 809 |
+
{
|
| 810 |
+
"epoch": 0.0672834314550042,
|
| 811 |
+
"grad_norm": 0.04488148180330816,
|
| 812 |
+
"learning_rate": 7.979908173017968e-06,
|
| 813 |
+
"loss": 0.8908,
|
| 814 |
+
"step": 115
|
| 815 |
+
},
|
| 816 |
+
{
|
| 817 |
+
"epoch": 0.06786850477200425,
|
| 818 |
+
"grad_norm": 0.042038370275589085,
|
| 819 |
+
"learning_rate": 7.979557563218815e-06,
|
| 820 |
+
"loss": 0.8961,
|
| 821 |
+
"step": 116
|
| 822 |
+
},
|
| 823 |
+
{
|
| 824 |
+
"epoch": 0.06845357808900428,
|
| 825 |
+
"grad_norm": 0.04747064970378541,
|
| 826 |
+
"learning_rate": 7.979203929397646e-06,
|
| 827 |
+
"loss": 1.0609,
|
| 828 |
+
"step": 117
|
| 829 |
+
},
|
| 830 |
+
{
|
| 831 |
+
"epoch": 0.06903865140600432,
|
| 832 |
+
"grad_norm": 0.04392999493678844,
|
| 833 |
+
"learning_rate": 7.97884727185321e-06,
|
| 834 |
+
"loss": 0.9001,
|
| 835 |
+
"step": 118
|
| 836 |
+
},
|
| 837 |
+
{
|
| 838 |
+
"epoch": 0.06962372472300435,
|
| 839 |
+
"grad_norm": 0.040693633998808994,
|
| 840 |
+
"learning_rate": 7.978487590886814e-06,
|
| 841 |
+
"loss": 0.8562,
|
| 842 |
+
"step": 119
|
| 843 |
+
},
|
| 844 |
+
{
|
| 845 |
+
"epoch": 0.07020879804000439,
|
| 846 |
+
"grad_norm": 0.08337676841807191,
|
| 847 |
+
"learning_rate": 7.978124886802316e-06,
|
| 848 |
+
"loss": 0.9344,
|
| 849 |
+
"step": 120
|
| 850 |
+
},
|
| 851 |
+
{
|
| 852 |
+
"epoch": 0.07079387135700442,
|
| 853 |
+
"grad_norm": 0.03951441645023813,
|
| 854 |
+
"learning_rate": 7.977759159906134e-06,
|
| 855 |
+
"loss": 0.9182,
|
| 856 |
+
"step": 121
|
| 857 |
+
},
|
| 858 |
+
{
|
| 859 |
+
"epoch": 0.07137894467400446,
|
| 860 |
+
"grad_norm": 0.04427536962304041,
|
| 861 |
+
"learning_rate": 7.977390410507229e-06,
|
| 862 |
+
"loss": 0.9079,
|
| 863 |
+
"step": 122
|
| 864 |
+
},
|
| 865 |
+
{
|
| 866 |
+
"epoch": 0.07196401799100449,
|
| 867 |
+
"grad_norm": 0.047402666476443076,
|
| 868 |
+
"learning_rate": 7.977018638917126e-06,
|
| 869 |
+
"loss": 0.9442,
|
| 870 |
+
"step": 123
|
| 871 |
+
},
|
| 872 |
+
{
|
| 873 |
+
"epoch": 0.07254909130800453,
|
| 874 |
+
"grad_norm": 0.07806155365092546,
|
| 875 |
+
"learning_rate": 7.976643845449897e-06,
|
| 876 |
+
"loss": 0.9453,
|
| 877 |
+
"step": 124
|
| 878 |
+
},
|
| 879 |
+
{
|
| 880 |
+
"epoch": 0.07313416462500458,
|
| 881 |
+
"grad_norm": 0.04187989433422361,
|
| 882 |
+
"learning_rate": 7.97626603042217e-06,
|
| 883 |
+
"loss": 0.9762,
|
| 884 |
+
"step": 125
|
| 885 |
+
},
|
| 886 |
+
{
|
| 887 |
+
"epoch": 0.0737192379420046,
|
| 888 |
+
"grad_norm": 0.038153971027990764,
|
| 889 |
+
"learning_rate": 7.975885194153125e-06,
|
| 890 |
+
"loss": 0.9377,
|
| 891 |
+
"step": 126
|
| 892 |
+
},
|
| 893 |
+
{
|
| 894 |
+
"epoch": 0.07430431125900465,
|
| 895 |
+
"grad_norm": 0.04398811005912341,
|
| 896 |
+
"learning_rate": 7.975501336964492e-06,
|
| 897 |
+
"loss": 0.9655,
|
| 898 |
+
"step": 127
|
| 899 |
+
},
|
| 900 |
+
{
|
| 901 |
+
"epoch": 0.07488938457600468,
|
| 902 |
+
"grad_norm": 0.04310577216463342,
|
| 903 |
+
"learning_rate": 7.975114459180555e-06,
|
| 904 |
+
"loss": 0.9082,
|
| 905 |
+
"step": 128
|
| 906 |
+
},
|
| 907 |
+
{
|
| 908 |
+
"epoch": 0.07547445789300472,
|
| 909 |
+
"grad_norm": 0.04552741227747631,
|
| 910 |
+
"learning_rate": 7.97472456112815e-06,
|
| 911 |
+
"loss": 0.8667,
|
| 912 |
+
"step": 129
|
| 913 |
+
},
|
| 914 |
+
{
|
| 915 |
+
"epoch": 0.07605953121000475,
|
| 916 |
+
"grad_norm": 0.0406705187810207,
|
| 917 |
+
"learning_rate": 7.974331643136666e-06,
|
| 918 |
+
"loss": 0.9286,
|
| 919 |
+
"step": 130
|
| 920 |
+
},
|
| 921 |
+
{
|
| 922 |
+
"epoch": 0.07664460452700479,
|
| 923 |
+
"grad_norm": 0.16819457832404855,
|
| 924 |
+
"learning_rate": 7.973935705538039e-06,
|
| 925 |
+
"loss": 0.9724,
|
| 926 |
+
"step": 131
|
| 927 |
+
},
|
| 928 |
+
{
|
| 929 |
+
"epoch": 0.07722967784400482,
|
| 930 |
+
"grad_norm": 0.04524796652654962,
|
| 931 |
+
"learning_rate": 7.973536748666756e-06,
|
| 932 |
+
"loss": 0.961,
|
| 933 |
+
"step": 132
|
| 934 |
+
},
|
| 935 |
+
{
|
| 936 |
+
"epoch": 0.07781475116100486,
|
| 937 |
+
"grad_norm": 0.051171072191227115,
|
| 938 |
+
"learning_rate": 7.973134772859862e-06,
|
| 939 |
+
"loss": 0.9513,
|
| 940 |
+
"step": 133
|
| 941 |
+
},
|
| 942 |
+
{
|
| 943 |
+
"epoch": 0.0783998244780049,
|
| 944 |
+
"grad_norm": 0.044436153110071305,
|
| 945 |
+
"learning_rate": 7.972729778456946e-06,
|
| 946 |
+
"loss": 0.9363,
|
| 947 |
+
"step": 134
|
| 948 |
+
},
|
| 949 |
+
{
|
| 950 |
+
"epoch": 0.07898489779500494,
|
| 951 |
+
"grad_norm": 0.04485419817375143,
|
| 952 |
+
"learning_rate": 7.97232176580015e-06,
|
| 953 |
+
"loss": 0.8583,
|
| 954 |
+
"step": 135
|
| 955 |
+
},
|
| 956 |
+
{
|
| 957 |
+
"epoch": 0.07956997111200498,
|
| 958 |
+
"grad_norm": 0.044866876801222304,
|
| 959 |
+
"learning_rate": 7.971910735234161e-06,
|
| 960 |
+
"loss": 0.9859,
|
| 961 |
+
"step": 136
|
| 962 |
+
},
|
| 963 |
+
{
|
| 964 |
+
"epoch": 0.080155044429005,
|
| 965 |
+
"grad_norm": 0.03934716109284772,
|
| 966 |
+
"learning_rate": 7.971496687106219e-06,
|
| 967 |
+
"loss": 0.8592,
|
| 968 |
+
"step": 137
|
| 969 |
+
},
|
| 970 |
+
{
|
| 971 |
+
"epoch": 0.08074011774600505,
|
| 972 |
+
"grad_norm": 0.041852675369480244,
|
| 973 |
+
"learning_rate": 7.971079621766117e-06,
|
| 974 |
+
"loss": 0.9353,
|
| 975 |
+
"step": 138
|
| 976 |
+
},
|
| 977 |
+
{
|
| 978 |
+
"epoch": 0.08132519106300508,
|
| 979 |
+
"grad_norm": 0.3430745253576026,
|
| 980 |
+
"learning_rate": 7.97065953956619e-06,
|
| 981 |
+
"loss": 0.9602,
|
| 982 |
+
"step": 139
|
| 983 |
+
},
|
| 984 |
+
{
|
| 985 |
+
"epoch": 0.08191026438000512,
|
| 986 |
+
"grad_norm": 0.44783710464834237,
|
| 987 |
+
"learning_rate": 7.970236440861327e-06,
|
| 988 |
+
"loss": 0.9833,
|
| 989 |
+
"step": 140
|
| 990 |
+
},
|
| 991 |
+
{
|
| 992 |
+
"epoch": 0.08249533769700515,
|
| 993 |
+
"grad_norm": 0.29750847371388817,
|
| 994 |
+
"learning_rate": 7.96981032600896e-06,
|
| 995 |
+
"loss": 0.8244,
|
| 996 |
+
"step": 141
|
| 997 |
+
},
|
| 998 |
+
{
|
| 999 |
+
"epoch": 0.08308041101400519,
|
| 1000 |
+
"grad_norm": 0.169443611740874,
|
| 1001 |
+
"learning_rate": 7.969381195369076e-06,
|
| 1002 |
+
"loss": 0.8983,
|
| 1003 |
+
"step": 142
|
| 1004 |
+
},
|
| 1005 |
+
{
|
| 1006 |
+
"epoch": 0.08366548433100524,
|
| 1007 |
+
"grad_norm": 0.04111262427570532,
|
| 1008 |
+
"learning_rate": 7.968949049304204e-06,
|
| 1009 |
+
"loss": 0.9552,
|
| 1010 |
+
"step": 143
|
| 1011 |
+
},
|
| 1012 |
+
{
|
| 1013 |
+
"epoch": 0.08425055764800526,
|
| 1014 |
+
"grad_norm": 0.04087231642049412,
|
| 1015 |
+
"learning_rate": 7.968513888179421e-06,
|
| 1016 |
+
"loss": 0.9051,
|
| 1017 |
+
"step": 144
|
| 1018 |
+
},
|
| 1019 |
+
{
|
| 1020 |
+
"epoch": 0.08483563096500531,
|
| 1021 |
+
"grad_norm": 0.05663350951363164,
|
| 1022 |
+
"learning_rate": 7.968075712362356e-06,
|
| 1023 |
+
"loss": 0.8366,
|
| 1024 |
+
"step": 145
|
| 1025 |
+
},
|
| 1026 |
+
{
|
| 1027 |
+
"epoch": 0.08542070428200534,
|
| 1028 |
+
"grad_norm": 0.04202895629977615,
|
| 1029 |
+
"learning_rate": 7.967634522223179e-06,
|
| 1030 |
+
"loss": 0.8115,
|
| 1031 |
+
"step": 146
|
| 1032 |
+
},
|
| 1033 |
+
{
|
| 1034 |
+
"epoch": 0.08600577759900538,
|
| 1035 |
+
"grad_norm": 0.04238111014919017,
|
| 1036 |
+
"learning_rate": 7.96719031813461e-06,
|
| 1037 |
+
"loss": 0.9086,
|
| 1038 |
+
"step": 147
|
| 1039 |
+
},
|
| 1040 |
+
{
|
| 1041 |
+
"epoch": 0.08659085091600541,
|
| 1042 |
+
"grad_norm": 0.04226501020383857,
|
| 1043 |
+
"learning_rate": 7.966743100471913e-06,
|
| 1044 |
+
"loss": 0.9286,
|
| 1045 |
+
"step": 148
|
| 1046 |
+
},
|
| 1047 |
+
{
|
| 1048 |
+
"epoch": 0.08717592423300545,
|
| 1049 |
+
"grad_norm": 0.046325797442375215,
|
| 1050 |
+
"learning_rate": 7.9662928696129e-06,
|
| 1051 |
+
"loss": 0.9393,
|
| 1052 |
+
"step": 149
|
| 1053 |
+
},
|
| 1054 |
+
{
|
| 1055 |
+
"epoch": 0.08776099755000548,
|
| 1056 |
+
"grad_norm": 0.05532068772615188,
|
| 1057 |
+
"learning_rate": 7.965839625937926e-06,
|
| 1058 |
+
"loss": 0.9202,
|
| 1059 |
+
"step": 150
|
| 1060 |
+
},
|
| 1061 |
+
{
|
| 1062 |
+
"epoch": 0.08834607086700552,
|
| 1063 |
+
"grad_norm": 0.039360829289514745,
|
| 1064 |
+
"learning_rate": 7.965383369829894e-06,
|
| 1065 |
+
"loss": 0.908,
|
| 1066 |
+
"step": 151
|
| 1067 |
+
},
|
| 1068 |
+
{
|
| 1069 |
+
"epoch": 0.08893114418400556,
|
| 1070 |
+
"grad_norm": 0.04965498407233415,
|
| 1071 |
+
"learning_rate": 7.964924101674252e-06,
|
| 1072 |
+
"loss": 0.9406,
|
| 1073 |
+
"step": 152
|
| 1074 |
+
},
|
| 1075 |
+
{
|
| 1076 |
+
"epoch": 0.0895162175010056,
|
| 1077 |
+
"grad_norm": 0.04177674200968805,
|
| 1078 |
+
"learning_rate": 7.964461821858987e-06,
|
| 1079 |
+
"loss": 0.8933,
|
| 1080 |
+
"step": 153
|
| 1081 |
+
},
|
| 1082 |
+
{
|
| 1083 |
+
"epoch": 0.09010129081800564,
|
| 1084 |
+
"grad_norm": 0.04711456314429998,
|
| 1085 |
+
"learning_rate": 7.963996530774639e-06,
|
| 1086 |
+
"loss": 1.0111,
|
| 1087 |
+
"step": 154
|
| 1088 |
+
},
|
| 1089 |
+
{
|
| 1090 |
+
"epoch": 0.09068636413500566,
|
| 1091 |
+
"grad_norm": 0.045100723994096155,
|
| 1092 |
+
"learning_rate": 7.963528228814285e-06,
|
| 1093 |
+
"loss": 0.9806,
|
| 1094 |
+
"step": 155
|
| 1095 |
+
},
|
| 1096 |
+
{
|
| 1097 |
+
"epoch": 0.09127143745200571,
|
| 1098 |
+
"grad_norm": 0.09448573408012474,
|
| 1099 |
+
"learning_rate": 7.96305691637355e-06,
|
| 1100 |
+
"loss": 0.9142,
|
| 1101 |
+
"step": 156
|
| 1102 |
+
},
|
| 1103 |
+
{
|
| 1104 |
+
"epoch": 0.09185651076900574,
|
| 1105 |
+
"grad_norm": 0.04297907772876167,
|
| 1106 |
+
"learning_rate": 7.962582593850596e-06,
|
| 1107 |
+
"loss": 0.8852,
|
| 1108 |
+
"step": 157
|
| 1109 |
+
},
|
| 1110 |
+
{
|
| 1111 |
+
"epoch": 0.09244158408600578,
|
| 1112 |
+
"grad_norm": 0.05151683390684187,
|
| 1113 |
+
"learning_rate": 7.962105261646138e-06,
|
| 1114 |
+
"loss": 0.9975,
|
| 1115 |
+
"step": 158
|
| 1116 |
+
},
|
| 1117 |
+
{
|
| 1118 |
+
"epoch": 0.09302665740300581,
|
| 1119 |
+
"grad_norm": 0.07242957126413647,
|
| 1120 |
+
"learning_rate": 7.961624920163423e-06,
|
| 1121 |
+
"loss": 0.9196,
|
| 1122 |
+
"step": 159
|
| 1123 |
+
},
|
| 1124 |
+
{
|
| 1125 |
+
"epoch": 0.09361173072000585,
|
| 1126 |
+
"grad_norm": 0.08840439035290122,
|
| 1127 |
+
"learning_rate": 7.961141569808248e-06,
|
| 1128 |
+
"loss": 0.92,
|
| 1129 |
+
"step": 160
|
| 1130 |
+
},
|
| 1131 |
+
{
|
| 1132 |
+
"epoch": 0.0941968040370059,
|
| 1133 |
+
"grad_norm": 0.11047843778949552,
|
| 1134 |
+
"learning_rate": 7.960655210988948e-06,
|
| 1135 |
+
"loss": 0.9452,
|
| 1136 |
+
"step": 161
|
| 1137 |
+
},
|
| 1138 |
+
{
|
| 1139 |
+
"epoch": 0.09478187735400592,
|
| 1140 |
+
"grad_norm": 0.04275273565605597,
|
| 1141 |
+
"learning_rate": 7.960165844116399e-06,
|
| 1142 |
+
"loss": 0.9641,
|
| 1143 |
+
"step": 162
|
| 1144 |
+
},
|
| 1145 |
+
{
|
| 1146 |
+
"epoch": 0.09536695067100597,
|
| 1147 |
+
"grad_norm": 0.05662855927390397,
|
| 1148 |
+
"learning_rate": 7.959673469604025e-06,
|
| 1149 |
+
"loss": 0.9354,
|
| 1150 |
+
"step": 163
|
| 1151 |
+
},
|
| 1152 |
+
{
|
| 1153 |
+
"epoch": 0.095952023988006,
|
| 1154 |
+
"grad_norm": 0.04769002643125012,
|
| 1155 |
+
"learning_rate": 7.959178087867779e-06,
|
| 1156 |
+
"loss": 0.9087,
|
| 1157 |
+
"step": 164
|
| 1158 |
+
},
|
| 1159 |
+
{
|
| 1160 |
+
"epoch": 0.09653709730500604,
|
| 1161 |
+
"grad_norm": 0.050744023655463925,
|
| 1162 |
+
"learning_rate": 7.958679699326164e-06,
|
| 1163 |
+
"loss": 0.9561,
|
| 1164 |
+
"step": 165
|
| 1165 |
+
},
|
| 1166 |
+
{
|
| 1167 |
+
"epoch": 0.09712217062200607,
|
| 1168 |
+
"grad_norm": 0.058451109924341715,
|
| 1169 |
+
"learning_rate": 7.958178304400222e-06,
|
| 1170 |
+
"loss": 0.9881,
|
| 1171 |
+
"step": 166
|
| 1172 |
+
},
|
| 1173 |
+
{
|
| 1174 |
+
"epoch": 0.09770724393900611,
|
| 1175 |
+
"grad_norm": 0.04338399471073774,
|
| 1176 |
+
"learning_rate": 7.95767390351353e-06,
|
| 1177 |
+
"loss": 0.9705,
|
| 1178 |
+
"step": 167
|
| 1179 |
+
},
|
| 1180 |
+
{
|
| 1181 |
+
"epoch": 0.09829231725600614,
|
| 1182 |
+
"grad_norm": 0.04901291931441639,
|
| 1183 |
+
"learning_rate": 7.95716649709221e-06,
|
| 1184 |
+
"loss": 0.9229,
|
| 1185 |
+
"step": 168
|
| 1186 |
+
},
|
| 1187 |
+
{
|
| 1188 |
+
"epoch": 0.09887739057300618,
|
| 1189 |
+
"grad_norm": 0.044284928725944674,
|
| 1190 |
+
"learning_rate": 7.95665608556492e-06,
|
| 1191 |
+
"loss": 0.9493,
|
| 1192 |
+
"step": 169
|
| 1193 |
+
},
|
| 1194 |
+
{
|
| 1195 |
+
"epoch": 0.09946246389000622,
|
| 1196 |
+
"grad_norm": 0.04914804115067185,
|
| 1197 |
+
"learning_rate": 7.956142669362855e-06,
|
| 1198 |
+
"loss": 0.9879,
|
| 1199 |
+
"step": 170
|
| 1200 |
+
},
|
| 1201 |
+
{
|
| 1202 |
+
"epoch": 0.10004753720700625,
|
| 1203 |
+
"grad_norm": 0.04087870881565583,
|
| 1204 |
+
"learning_rate": 7.955626248919752e-06,
|
| 1205 |
+
"loss": 0.9435,
|
| 1206 |
+
"step": 171
|
| 1207 |
+
},
|
| 1208 |
+
{
|
| 1209 |
+
"epoch": 0.1006326105240063,
|
| 1210 |
+
"grad_norm": 0.04938743203389444,
|
| 1211 |
+
"learning_rate": 7.955106824671888e-06,
|
| 1212 |
+
"loss": 0.8813,
|
| 1213 |
+
"step": 172
|
| 1214 |
+
},
|
| 1215 |
+
{
|
| 1216 |
+
"epoch": 0.10121768384100632,
|
| 1217 |
+
"grad_norm": 0.04440441336302364,
|
| 1218 |
+
"learning_rate": 7.95458439705807e-06,
|
| 1219 |
+
"loss": 0.954,
|
| 1220 |
+
"step": 173
|
| 1221 |
+
},
|
| 1222 |
+
{
|
| 1223 |
+
"epoch": 0.10180275715800637,
|
| 1224 |
+
"grad_norm": 0.04052619663535755,
|
| 1225 |
+
"learning_rate": 7.954058966519649e-06,
|
| 1226 |
+
"loss": 0.8759,
|
| 1227 |
+
"step": 174
|
| 1228 |
+
},
|
| 1229 |
+
{
|
| 1230 |
+
"epoch": 0.1023878304750064,
|
| 1231 |
+
"grad_norm": 0.04315943430366373,
|
| 1232 |
+
"learning_rate": 7.953530533500507e-06,
|
| 1233 |
+
"loss": 0.8621,
|
| 1234 |
+
"step": 175
|
| 1235 |
+
},
|
| 1236 |
+
{
|
| 1237 |
+
"epoch": 0.10297290379200644,
|
| 1238 |
+
"grad_norm": 0.07065437183104553,
|
| 1239 |
+
"learning_rate": 7.952999098447072e-06,
|
| 1240 |
+
"loss": 0.9796,
|
| 1241 |
+
"step": 176
|
| 1242 |
+
},
|
| 1243 |
+
{
|
| 1244 |
+
"epoch": 0.10355797710900647,
|
| 1245 |
+
"grad_norm": 0.04286710979601013,
|
| 1246 |
+
"learning_rate": 7.952464661808297e-06,
|
| 1247 |
+
"loss": 0.9187,
|
| 1248 |
+
"step": 177
|
| 1249 |
+
},
|
| 1250 |
+
{
|
| 1251 |
+
"epoch": 0.10414305042600651,
|
| 1252 |
+
"grad_norm": 0.044637305084684484,
|
| 1253 |
+
"learning_rate": 7.951927224035678e-06,
|
| 1254 |
+
"loss": 0.8772,
|
| 1255 |
+
"step": 178
|
| 1256 |
+
},
|
| 1257 |
+
{
|
| 1258 |
+
"epoch": 0.10472812374300655,
|
| 1259 |
+
"grad_norm": 0.04369651860095562,
|
| 1260 |
+
"learning_rate": 7.951386785583244e-06,
|
| 1261 |
+
"loss": 0.8969,
|
| 1262 |
+
"step": 179
|
| 1263 |
+
},
|
| 1264 |
+
{
|
| 1265 |
+
"epoch": 0.10531319706000658,
|
| 1266 |
+
"grad_norm": 0.05048322425196143,
|
| 1267 |
+
"learning_rate": 7.950843346907559e-06,
|
| 1268 |
+
"loss": 0.8907,
|
| 1269 |
+
"step": 180
|
| 1270 |
+
},
|
| 1271 |
+
{
|
| 1272 |
+
"epoch": 0.10589827037700662,
|
| 1273 |
+
"grad_norm": 0.03884181381210202,
|
| 1274 |
+
"learning_rate": 7.95029690846772e-06,
|
| 1275 |
+
"loss": 0.931,
|
| 1276 |
+
"step": 181
|
| 1277 |
+
},
|
| 1278 |
+
{
|
| 1279 |
+
"epoch": 0.10648334369400665,
|
| 1280 |
+
"grad_norm": 0.05060670376656713,
|
| 1281 |
+
"learning_rate": 7.949747470725362e-06,
|
| 1282 |
+
"loss": 0.8624,
|
| 1283 |
+
"step": 182
|
| 1284 |
+
},
|
| 1285 |
+
{
|
| 1286 |
+
"epoch": 0.1070684170110067,
|
| 1287 |
+
"grad_norm": 0.04162121727818916,
|
| 1288 |
+
"learning_rate": 7.949195034144653e-06,
|
| 1289 |
+
"loss": 0.9141,
|
| 1290 |
+
"step": 183
|
| 1291 |
+
},
|
| 1292 |
+
{
|
| 1293 |
+
"epoch": 0.10765349032800672,
|
| 1294 |
+
"grad_norm": 0.04729330740672752,
|
| 1295 |
+
"learning_rate": 7.94863959919229e-06,
|
| 1296 |
+
"loss": 0.921,
|
| 1297 |
+
"step": 184
|
| 1298 |
+
},
|
| 1299 |
+
{
|
| 1300 |
+
"epoch": 0.10823856364500677,
|
| 1301 |
+
"grad_norm": 0.04459204791909808,
|
| 1302 |
+
"learning_rate": 7.948081166337509e-06,
|
| 1303 |
+
"loss": 0.8993,
|
| 1304 |
+
"step": 185
|
| 1305 |
+
},
|
| 1306 |
+
{
|
| 1307 |
+
"epoch": 0.1088236369620068,
|
| 1308 |
+
"grad_norm": 0.04645986236352756,
|
| 1309 |
+
"learning_rate": 7.947519736052075e-06,
|
| 1310 |
+
"loss": 0.9158,
|
| 1311 |
+
"step": 186
|
| 1312 |
+
},
|
| 1313 |
+
{
|
| 1314 |
+
"epoch": 0.10940871027900684,
|
| 1315 |
+
"grad_norm": 0.04275967646092167,
|
| 1316 |
+
"learning_rate": 7.946955308810285e-06,
|
| 1317 |
+
"loss": 0.9387,
|
| 1318 |
+
"step": 187
|
| 1319 |
+
},
|
| 1320 |
+
{
|
| 1321 |
+
"epoch": 0.10999378359600688,
|
| 1322 |
+
"grad_norm": 0.07421648959437231,
|
| 1323 |
+
"learning_rate": 7.94638788508897e-06,
|
| 1324 |
+
"loss": 0.8497,
|
| 1325 |
+
"step": 188
|
| 1326 |
+
},
|
| 1327 |
+
{
|
| 1328 |
+
"epoch": 0.11057885691300691,
|
| 1329 |
+
"grad_norm": 0.04955170539289863,
|
| 1330 |
+
"learning_rate": 7.945817465367493e-06,
|
| 1331 |
+
"loss": 0.8525,
|
| 1332 |
+
"step": 189
|
| 1333 |
+
},
|
| 1334 |
+
{
|
| 1335 |
+
"epoch": 0.11116393023000695,
|
| 1336 |
+
"grad_norm": 0.12013696366466048,
|
| 1337 |
+
"learning_rate": 7.945244050127744e-06,
|
| 1338 |
+
"loss": 0.9616,
|
| 1339 |
+
"step": 190
|
| 1340 |
+
},
|
| 1341 |
+
{
|
| 1342 |
+
"epoch": 0.11174900354700698,
|
| 1343 |
+
"grad_norm": 0.040829512145039985,
|
| 1344 |
+
"learning_rate": 7.944667639854148e-06,
|
| 1345 |
+
"loss": 0.8344,
|
| 1346 |
+
"step": 191
|
| 1347 |
+
},
|
| 1348 |
+
{
|
| 1349 |
+
"epoch": 0.11233407686400702,
|
| 1350 |
+
"grad_norm": 0.05068364591326354,
|
| 1351 |
+
"learning_rate": 7.944088235033657e-06,
|
| 1352 |
+
"loss": 0.9403,
|
| 1353 |
+
"step": 192
|
| 1354 |
+
},
|
| 1355 |
+
{
|
| 1356 |
+
"epoch": 0.11291915018100705,
|
| 1357 |
+
"grad_norm": 0.0499939002215986,
|
| 1358 |
+
"learning_rate": 7.943505836155753e-06,
|
| 1359 |
+
"loss": 0.9475,
|
| 1360 |
+
"step": 193
|
| 1361 |
+
},
|
| 1362 |
+
{
|
| 1363 |
+
"epoch": 0.1135042234980071,
|
| 1364 |
+
"grad_norm": 0.05407026250866459,
|
| 1365 |
+
"learning_rate": 7.94292044371245e-06,
|
| 1366 |
+
"loss": 0.9101,
|
| 1367 |
+
"step": 194
|
| 1368 |
+
},
|
| 1369 |
+
{
|
| 1370 |
+
"epoch": 0.11408929681500712,
|
| 1371 |
+
"grad_norm": 0.06417314751489454,
|
| 1372 |
+
"learning_rate": 7.94233205819829e-06,
|
| 1373 |
+
"loss": 0.8787,
|
| 1374 |
+
"step": 195
|
| 1375 |
+
},
|
| 1376 |
+
{
|
| 1377 |
+
"epoch": 0.11467437013200717,
|
| 1378 |
+
"grad_norm": 0.03871241656337873,
|
| 1379 |
+
"learning_rate": 7.941740680110343e-06,
|
| 1380 |
+
"loss": 0.9059,
|
| 1381 |
+
"step": 196
|
| 1382 |
+
},
|
| 1383 |
+
{
|
| 1384 |
+
"epoch": 0.11525944344900721,
|
| 1385 |
+
"grad_norm": 0.041501526897382096,
|
| 1386 |
+
"learning_rate": 7.941146309948205e-06,
|
| 1387 |
+
"loss": 0.8946,
|
| 1388 |
+
"step": 197
|
| 1389 |
+
},
|
| 1390 |
+
{
|
| 1391 |
+
"epoch": 0.11584451676600724,
|
| 1392 |
+
"grad_norm": 0.037938175729775744,
|
| 1393 |
+
"learning_rate": 7.940548948214005e-06,
|
| 1394 |
+
"loss": 0.8534,
|
| 1395 |
+
"step": 198
|
| 1396 |
+
},
|
| 1397 |
+
{
|
| 1398 |
+
"epoch": 0.11642959008300728,
|
| 1399 |
+
"grad_norm": 0.038697315108935856,
|
| 1400 |
+
"learning_rate": 7.939948595412394e-06,
|
| 1401 |
+
"loss": 0.9671,
|
| 1402 |
+
"step": 199
|
| 1403 |
+
},
|
| 1404 |
+
{
|
| 1405 |
+
"epoch": 0.11701466340000731,
|
| 1406 |
+
"grad_norm": 0.040128164685532784,
|
| 1407 |
+
"learning_rate": 7.939345252050552e-06,
|
| 1408 |
+
"loss": 0.9452,
|
| 1409 |
+
"step": 200
|
| 1410 |
+
},
|
| 1411 |
+
{
|
| 1412 |
+
"epoch": 0.11759973671700735,
|
| 1413 |
+
"grad_norm": 0.04159138776071103,
|
| 1414 |
+
"learning_rate": 7.938738918638187e-06,
|
| 1415 |
+
"loss": 0.9525,
|
| 1416 |
+
"step": 201
|
| 1417 |
+
},
|
| 1418 |
+
{
|
| 1419 |
+
"epoch": 0.11818481003400738,
|
| 1420 |
+
"grad_norm": 0.044356876333774484,
|
| 1421 |
+
"learning_rate": 7.93812959568753e-06,
|
| 1422 |
+
"loss": 0.8863,
|
| 1423 |
+
"step": 202
|
| 1424 |
+
},
|
| 1425 |
+
{
|
| 1426 |
+
"epoch": 0.11876988335100742,
|
| 1427 |
+
"grad_norm": 0.04110203273326361,
|
| 1428 |
+
"learning_rate": 7.93751728371334e-06,
|
| 1429 |
+
"loss": 0.8585,
|
| 1430 |
+
"step": 203
|
| 1431 |
+
},
|
| 1432 |
+
{
|
| 1433 |
+
"epoch": 0.11935495666800745,
|
| 1434 |
+
"grad_norm": 0.03907623380015084,
|
| 1435 |
+
"learning_rate": 7.9369019832329e-06,
|
| 1436 |
+
"loss": 0.8901,
|
| 1437 |
+
"step": 204
|
| 1438 |
+
},
|
| 1439 |
+
{
|
| 1440 |
+
"epoch": 0.1199400299850075,
|
| 1441 |
+
"grad_norm": 0.06841747716076531,
|
| 1442 |
+
"learning_rate": 7.936283694766016e-06,
|
| 1443 |
+
"loss": 0.9382,
|
| 1444 |
+
"step": 205
|
| 1445 |
+
},
|
| 1446 |
+
{
|
| 1447 |
+
"epoch": 0.12052510330200754,
|
| 1448 |
+
"grad_norm": 0.03864267029597622,
|
| 1449 |
+
"learning_rate": 7.935662418835023e-06,
|
| 1450 |
+
"loss": 0.9445,
|
| 1451 |
+
"step": 206
|
| 1452 |
+
},
|
| 1453 |
+
{
|
| 1454 |
+
"epoch": 0.12111017661900757,
|
| 1455 |
+
"grad_norm": 0.04187477888552647,
|
| 1456 |
+
"learning_rate": 7.935038155964775e-06,
|
| 1457 |
+
"loss": 0.949,
|
| 1458 |
+
"step": 207
|
| 1459 |
+
},
|
| 1460 |
+
{
|
| 1461 |
+
"epoch": 0.12169524993600761,
|
| 1462 |
+
"grad_norm": 0.03844046778107278,
|
| 1463 |
+
"learning_rate": 7.934410906682653e-06,
|
| 1464 |
+
"loss": 0.8185,
|
| 1465 |
+
"step": 208
|
| 1466 |
+
},
|
| 1467 |
+
{
|
| 1468 |
+
"epoch": 0.12228032325300764,
|
| 1469 |
+
"grad_norm": 0.03894778215959397,
|
| 1470 |
+
"learning_rate": 7.933780671518558e-06,
|
| 1471 |
+
"loss": 0.8226,
|
| 1472 |
+
"step": 209
|
| 1473 |
+
},
|
| 1474 |
+
{
|
| 1475 |
+
"epoch": 0.12286539657000768,
|
| 1476 |
+
"grad_norm": 0.05316470088962357,
|
| 1477 |
+
"learning_rate": 7.933147451004914e-06,
|
| 1478 |
+
"loss": 0.9149,
|
| 1479 |
+
"step": 210
|
| 1480 |
+
},
|
| 1481 |
+
{
|
| 1482 |
+
"epoch": 0.12345046988700771,
|
| 1483 |
+
"grad_norm": 0.04054196015487159,
|
| 1484 |
+
"learning_rate": 7.932511245676669e-06,
|
| 1485 |
+
"loss": 0.907,
|
| 1486 |
+
"step": 211
|
| 1487 |
+
},
|
| 1488 |
+
{
|
| 1489 |
+
"epoch": 0.12403554320400775,
|
| 1490 |
+
"grad_norm": 0.04197248747401694,
|
| 1491 |
+
"learning_rate": 7.931872056071292e-06,
|
| 1492 |
+
"loss": 0.8974,
|
| 1493 |
+
"step": 212
|
| 1494 |
+
},
|
| 1495 |
+
{
|
| 1496 |
+
"epoch": 0.12462061652100778,
|
| 1497 |
+
"grad_norm": 0.04107563523275673,
|
| 1498 |
+
"learning_rate": 7.931229882728771e-06,
|
| 1499 |
+
"loss": 0.8758,
|
| 1500 |
+
"step": 213
|
| 1501 |
+
},
|
| 1502 |
+
{
|
| 1503 |
+
"epoch": 0.12520568983800784,
|
| 1504 |
+
"grad_norm": 0.04898006391812857,
|
| 1505 |
+
"learning_rate": 7.930584726191616e-06,
|
| 1506 |
+
"loss": 0.9015,
|
| 1507 |
+
"step": 214
|
| 1508 |
+
},
|
| 1509 |
+
{
|
| 1510 |
+
"epoch": 0.12579076315500787,
|
| 1511 |
+
"grad_norm": 0.053828637223887026,
|
| 1512 |
+
"learning_rate": 7.92993658700486e-06,
|
| 1513 |
+
"loss": 0.9095,
|
| 1514 |
+
"step": 215
|
| 1515 |
+
},
|
| 1516 |
+
{
|
| 1517 |
+
"epoch": 0.1263758364720079,
|
| 1518 |
+
"grad_norm": 0.041596264391364365,
|
| 1519 |
+
"learning_rate": 7.929285465716051e-06,
|
| 1520 |
+
"loss": 0.9324,
|
| 1521 |
+
"step": 216
|
| 1522 |
+
},
|
| 1523 |
+
{
|
| 1524 |
+
"epoch": 0.12696090978900793,
|
| 1525 |
+
"grad_norm": 0.04270202089537964,
|
| 1526 |
+
"learning_rate": 7.928631362875258e-06,
|
| 1527 |
+
"loss": 0.9712,
|
| 1528 |
+
"step": 217
|
| 1529 |
+
},
|
| 1530 |
+
{
|
| 1531 |
+
"epoch": 0.12754598310600798,
|
| 1532 |
+
"grad_norm": 0.04508600982672278,
|
| 1533 |
+
"learning_rate": 7.927974279035069e-06,
|
| 1534 |
+
"loss": 0.8526,
|
| 1535 |
+
"step": 218
|
| 1536 |
+
},
|
| 1537 |
+
{
|
| 1538 |
+
"epoch": 0.128131056423008,
|
| 1539 |
+
"grad_norm": 0.04210505656160864,
|
| 1540 |
+
"learning_rate": 7.927314214750592e-06,
|
| 1541 |
+
"loss": 0.8483,
|
| 1542 |
+
"step": 219
|
| 1543 |
+
},
|
| 1544 |
+
{
|
| 1545 |
+
"epoch": 0.12871612974000804,
|
| 1546 |
+
"grad_norm": 0.04228456764136032,
|
| 1547 |
+
"learning_rate": 7.926651170579451e-06,
|
| 1548 |
+
"loss": 1.0049,
|
| 1549 |
+
"step": 220
|
| 1550 |
+
},
|
| 1551 |
+
{
|
| 1552 |
+
"epoch": 0.12930120305700807,
|
| 1553 |
+
"grad_norm": 0.039866451292078504,
|
| 1554 |
+
"learning_rate": 7.92598514708179e-06,
|
| 1555 |
+
"loss": 0.9421,
|
| 1556 |
+
"step": 221
|
| 1557 |
+
},
|
| 1558 |
+
{
|
| 1559 |
+
"epoch": 0.12988627637400812,
|
| 1560 |
+
"grad_norm": 0.037613132725661406,
|
| 1561 |
+
"learning_rate": 7.925316144820263e-06,
|
| 1562 |
+
"loss": 0.9474,
|
| 1563 |
+
"step": 222
|
| 1564 |
+
},
|
| 1565 |
+
{
|
| 1566 |
+
"epoch": 0.13047134969100815,
|
| 1567 |
+
"grad_norm": 0.04168086524600805,
|
| 1568 |
+
"learning_rate": 7.92464416436005e-06,
|
| 1569 |
+
"loss": 0.9058,
|
| 1570 |
+
"step": 223
|
| 1571 |
+
},
|
| 1572 |
+
{
|
| 1573 |
+
"epoch": 0.13105642300800818,
|
| 1574 |
+
"grad_norm": 0.039621964711338775,
|
| 1575 |
+
"learning_rate": 7.923969206268839e-06,
|
| 1576 |
+
"loss": 0.9086,
|
| 1577 |
+
"step": 224
|
| 1578 |
+
},
|
| 1579 |
+
{
|
| 1580 |
+
"epoch": 0.13164149632500824,
|
| 1581 |
+
"grad_norm": 0.05209282643387043,
|
| 1582 |
+
"learning_rate": 7.923291271116838e-06,
|
| 1583 |
+
"loss": 0.9298,
|
| 1584 |
+
"step": 225
|
| 1585 |
+
},
|
| 1586 |
+
{
|
| 1587 |
+
"epoch": 0.13222656964200827,
|
| 1588 |
+
"grad_norm": 0.044258185244179175,
|
| 1589 |
+
"learning_rate": 7.92261035947677e-06,
|
| 1590 |
+
"loss": 0.8925,
|
| 1591 |
+
"step": 226
|
| 1592 |
+
},
|
| 1593 |
+
{
|
| 1594 |
+
"epoch": 0.1328116429590083,
|
| 1595 |
+
"grad_norm": 0.039844108391859055,
|
| 1596 |
+
"learning_rate": 7.92192647192387e-06,
|
| 1597 |
+
"loss": 0.8392,
|
| 1598 |
+
"step": 227
|
| 1599 |
+
},
|
| 1600 |
+
{
|
| 1601 |
+
"epoch": 0.13339671627600833,
|
| 1602 |
+
"grad_norm": 0.044744651789733476,
|
| 1603 |
+
"learning_rate": 7.92123960903589e-06,
|
| 1604 |
+
"loss": 0.9329,
|
| 1605 |
+
"step": 228
|
| 1606 |
+
},
|
| 1607 |
+
{
|
| 1608 |
+
"epoch": 0.13398178959300838,
|
| 1609 |
+
"grad_norm": 0.04494192821446448,
|
| 1610 |
+
"learning_rate": 7.92054977139309e-06,
|
| 1611 |
+
"loss": 0.8606,
|
| 1612 |
+
"step": 229
|
| 1613 |
+
},
|
| 1614 |
+
{
|
| 1615 |
+
"epoch": 0.1345668629100084,
|
| 1616 |
+
"grad_norm": 0.05863838322698434,
|
| 1617 |
+
"learning_rate": 7.919856959578252e-06,
|
| 1618 |
+
"loss": 0.9302,
|
| 1619 |
+
"step": 230
|
| 1620 |
+
},
|
| 1621 |
+
{
|
| 1622 |
+
"epoch": 0.13515193622700844,
|
| 1623 |
+
"grad_norm": 0.04085984556832983,
|
| 1624 |
+
"learning_rate": 7.919161174176663e-06,
|
| 1625 |
+
"loss": 0.9993,
|
| 1626 |
+
"step": 231
|
| 1627 |
+
},
|
| 1628 |
+
{
|
| 1629 |
+
"epoch": 0.1357370095440085,
|
| 1630 |
+
"grad_norm": 0.04500674877406008,
|
| 1631 |
+
"learning_rate": 7.918462415776125e-06,
|
| 1632 |
+
"loss": 0.9377,
|
| 1633 |
+
"step": 232
|
| 1634 |
+
},
|
| 1635 |
+
{
|
| 1636 |
+
"epoch": 0.13632208286100853,
|
| 1637 |
+
"grad_norm": 0.039173528958006375,
|
| 1638 |
+
"learning_rate": 7.917760684966955e-06,
|
| 1639 |
+
"loss": 0.813,
|
| 1640 |
+
"step": 233
|
| 1641 |
+
},
|
| 1642 |
+
{
|
| 1643 |
+
"epoch": 0.13690715617800855,
|
| 1644 |
+
"grad_norm": 0.04298295272921228,
|
| 1645 |
+
"learning_rate": 7.91705598234197e-06,
|
| 1646 |
+
"loss": 0.8952,
|
| 1647 |
+
"step": 234
|
| 1648 |
+
},
|
| 1649 |
+
{
|
| 1650 |
+
"epoch": 0.13749222949500858,
|
| 1651 |
+
"grad_norm": 0.04028408438122686,
|
| 1652 |
+
"learning_rate": 7.916348308496513e-06,
|
| 1653 |
+
"loss": 0.9051,
|
| 1654 |
+
"step": 235
|
| 1655 |
+
},
|
| 1656 |
+
{
|
| 1657 |
+
"epoch": 0.13807730281200864,
|
| 1658 |
+
"grad_norm": 0.06743695497866435,
|
| 1659 |
+
"learning_rate": 7.915637664028423e-06,
|
| 1660 |
+
"loss": 0.9475,
|
| 1661 |
+
"step": 236
|
| 1662 |
+
},
|
| 1663 |
+
{
|
| 1664 |
+
"epoch": 0.13866237612900867,
|
| 1665 |
+
"grad_norm": 0.03949575625475006,
|
| 1666 |
+
"learning_rate": 7.914924049538061e-06,
|
| 1667 |
+
"loss": 0.9316,
|
| 1668 |
+
"step": 237
|
| 1669 |
+
},
|
| 1670 |
+
{
|
| 1671 |
+
"epoch": 0.1392474494460087,
|
| 1672 |
+
"grad_norm": 0.04030623921903529,
|
| 1673 |
+
"learning_rate": 7.914207465628284e-06,
|
| 1674 |
+
"loss": 0.885,
|
| 1675 |
+
"step": 238
|
| 1676 |
+
},
|
| 1677 |
+
{
|
| 1678 |
+
"epoch": 0.13983252276300873,
|
| 1679 |
+
"grad_norm": 0.047528726409039795,
|
| 1680 |
+
"learning_rate": 7.91348791290447e-06,
|
| 1681 |
+
"loss": 0.918,
|
| 1682 |
+
"step": 239
|
| 1683 |
+
},
|
| 1684 |
+
{
|
| 1685 |
+
"epoch": 0.14041759608000878,
|
| 1686 |
+
"grad_norm": 0.04466991571391728,
|
| 1687 |
+
"learning_rate": 7.912765391974496e-06,
|
| 1688 |
+
"loss": 0.9305,
|
| 1689 |
+
"step": 240
|
| 1690 |
+
},
|
| 1691 |
+
{
|
| 1692 |
+
"epoch": 0.1410026693970088,
|
| 1693 |
+
"grad_norm": 0.04186868219039162,
|
| 1694 |
+
"learning_rate": 7.912039903448752e-06,
|
| 1695 |
+
"loss": 0.9415,
|
| 1696 |
+
"step": 241
|
| 1697 |
+
},
|
| 1698 |
+
{
|
| 1699 |
+
"epoch": 0.14158774271400884,
|
| 1700 |
+
"grad_norm": 0.05801571080351748,
|
| 1701 |
+
"learning_rate": 7.91131144794013e-06,
|
| 1702 |
+
"loss": 0.8787,
|
| 1703 |
+
"step": 242
|
| 1704 |
+
},
|
| 1705 |
+
{
|
| 1706 |
+
"epoch": 0.1421728160310089,
|
| 1707 |
+
"grad_norm": 0.045088484806881386,
|
| 1708 |
+
"learning_rate": 7.910580026064038e-06,
|
| 1709 |
+
"loss": 1.0604,
|
| 1710 |
+
"step": 243
|
| 1711 |
+
},
|
| 1712 |
+
{
|
| 1713 |
+
"epoch": 0.14275788934800893,
|
| 1714 |
+
"grad_norm": 0.06574863742707004,
|
| 1715 |
+
"learning_rate": 7.909845638438377e-06,
|
| 1716 |
+
"loss": 0.9216,
|
| 1717 |
+
"step": 244
|
| 1718 |
+
},
|
| 1719 |
+
{
|
| 1720 |
+
"epoch": 0.14334296266500896,
|
| 1721 |
+
"grad_norm": 0.0372095564143721,
|
| 1722 |
+
"learning_rate": 7.909108285683563e-06,
|
| 1723 |
+
"loss": 0.9336,
|
| 1724 |
+
"step": 245
|
| 1725 |
+
},
|
| 1726 |
+
{
|
| 1727 |
+
"epoch": 0.14392803598200898,
|
| 1728 |
+
"grad_norm": 0.04397627871472844,
|
| 1729 |
+
"learning_rate": 7.908367968422515e-06,
|
| 1730 |
+
"loss": 0.9261,
|
| 1731 |
+
"step": 246
|
| 1732 |
+
},
|
| 1733 |
+
{
|
| 1734 |
+
"epoch": 0.14451310929900904,
|
| 1735 |
+
"grad_norm": 0.04276892267104892,
|
| 1736 |
+
"learning_rate": 7.907624687280654e-06,
|
| 1737 |
+
"loss": 0.8673,
|
| 1738 |
+
"step": 247
|
| 1739 |
+
},
|
| 1740 |
+
{
|
| 1741 |
+
"epoch": 0.14509818261600907,
|
| 1742 |
+
"grad_norm": 0.045304865664725656,
|
| 1743 |
+
"learning_rate": 7.906878442885907e-06,
|
| 1744 |
+
"loss": 0.9475,
|
| 1745 |
+
"step": 248
|
| 1746 |
+
},
|
| 1747 |
+
{
|
| 1748 |
+
"epoch": 0.1456832559330091,
|
| 1749 |
+
"grad_norm": 0.04370076931511423,
|
| 1750 |
+
"learning_rate": 7.906129235868702e-06,
|
| 1751 |
+
"loss": 0.8433,
|
| 1752 |
+
"step": 249
|
| 1753 |
+
},
|
| 1754 |
+
{
|
| 1755 |
+
"epoch": 0.14626832925000915,
|
| 1756 |
+
"grad_norm": 0.0672588807453601,
|
| 1757 |
+
"learning_rate": 7.905377066861973e-06,
|
| 1758 |
+
"loss": 0.9124,
|
| 1759 |
+
"step": 250
|
| 1760 |
+
},
|
| 1761 |
+
{
|
| 1762 |
+
"epoch": 0.14685340256700918,
|
| 1763 |
+
"grad_norm": 0.046912566764935076,
|
| 1764 |
+
"learning_rate": 7.904621936501156e-06,
|
| 1765 |
+
"loss": 0.9044,
|
| 1766 |
+
"step": 251
|
| 1767 |
+
},
|
| 1768 |
+
{
|
| 1769 |
+
"epoch": 0.1474384758840092,
|
| 1770 |
+
"grad_norm": 0.07278415346178851,
|
| 1771 |
+
"learning_rate": 7.903863845424185e-06,
|
| 1772 |
+
"loss": 0.901,
|
| 1773 |
+
"step": 252
|
| 1774 |
+
},
|
| 1775 |
+
{
|
| 1776 |
+
"epoch": 0.14802354920100924,
|
| 1777 |
+
"grad_norm": 0.04218918671820467,
|
| 1778 |
+
"learning_rate": 7.9031027942715e-06,
|
| 1779 |
+
"loss": 0.9019,
|
| 1780 |
+
"step": 253
|
| 1781 |
+
},
|
| 1782 |
+
{
|
| 1783 |
+
"epoch": 0.1486086225180093,
|
| 1784 |
+
"grad_norm": 0.03858325311022567,
|
| 1785 |
+
"learning_rate": 7.90233878368604e-06,
|
| 1786 |
+
"loss": 0.8601,
|
| 1787 |
+
"step": 254
|
| 1788 |
+
},
|
| 1789 |
+
{
|
| 1790 |
+
"epoch": 0.14919369583500933,
|
| 1791 |
+
"grad_norm": 0.04209886442727145,
|
| 1792 |
+
"learning_rate": 7.90157181431324e-06,
|
| 1793 |
+
"loss": 0.8681,
|
| 1794 |
+
"step": 255
|
| 1795 |
+
},
|
| 1796 |
+
{
|
| 1797 |
+
"epoch": 0.14977876915200936,
|
| 1798 |
+
"grad_norm": 0.049400812285918,
|
| 1799 |
+
"learning_rate": 7.90080188680104e-06,
|
| 1800 |
+
"loss": 0.9494,
|
| 1801 |
+
"step": 256
|
| 1802 |
+
},
|
| 1803 |
+
{
|
| 1804 |
+
"epoch": 0.15036384246900938,
|
| 1805 |
+
"grad_norm": 0.047941941474994906,
|
| 1806 |
+
"learning_rate": 7.900029001799882e-06,
|
| 1807 |
+
"loss": 0.8439,
|
| 1808 |
+
"step": 257
|
| 1809 |
+
},
|
| 1810 |
+
{
|
| 1811 |
+
"epoch": 0.15094891578600944,
|
| 1812 |
+
"grad_norm": 0.042101153780900284,
|
| 1813 |
+
"learning_rate": 7.899253159962694e-06,
|
| 1814 |
+
"loss": 0.917,
|
| 1815 |
+
"step": 258
|
| 1816 |
+
},
|
| 1817 |
+
{
|
| 1818 |
+
"epoch": 0.15153398910300947,
|
| 1819 |
+
"grad_norm": 0.040583990176968884,
|
| 1820 |
+
"learning_rate": 7.898474361944915e-06,
|
| 1821 |
+
"loss": 0.9328,
|
| 1822 |
+
"step": 259
|
| 1823 |
+
},
|
| 1824 |
+
{
|
| 1825 |
+
"epoch": 0.1521190624200095,
|
| 1826 |
+
"grad_norm": 0.04000469028913075,
|
| 1827 |
+
"learning_rate": 7.897692608404474e-06,
|
| 1828 |
+
"loss": 0.9454,
|
| 1829 |
+
"step": 260
|
| 1830 |
+
},
|
| 1831 |
+
{
|
| 1832 |
+
"epoch": 0.15270413573700956,
|
| 1833 |
+
"grad_norm": 0.04819787772789072,
|
| 1834 |
+
"learning_rate": 7.8969079000018e-06,
|
| 1835 |
+
"loss": 1.0061,
|
| 1836 |
+
"step": 261
|
| 1837 |
+
},
|
| 1838 |
+
{
|
| 1839 |
+
"epoch": 0.15328920905400958,
|
| 1840 |
+
"grad_norm": 0.04670811295251141,
|
| 1841 |
+
"learning_rate": 7.896120237399817e-06,
|
| 1842 |
+
"loss": 0.8678,
|
| 1843 |
+
"step": 262
|
| 1844 |
+
},
|
| 1845 |
+
{
|
| 1846 |
+
"epoch": 0.1538742823710096,
|
| 1847 |
+
"grad_norm": 0.03876277230266676,
|
| 1848 |
+
"learning_rate": 7.895329621263945e-06,
|
| 1849 |
+
"loss": 0.9465,
|
| 1850 |
+
"step": 263
|
| 1851 |
+
},
|
| 1852 |
+
{
|
| 1853 |
+
"epoch": 0.15445935568800964,
|
| 1854 |
+
"grad_norm": 0.06917560168966953,
|
| 1855 |
+
"learning_rate": 7.894536052262098e-06,
|
| 1856 |
+
"loss": 0.9114,
|
| 1857 |
+
"step": 264
|
| 1858 |
+
},
|
| 1859 |
+
{
|
| 1860 |
+
"epoch": 0.1550444290050097,
|
| 1861 |
+
"grad_norm": 0.052197549375990714,
|
| 1862 |
+
"learning_rate": 7.893739531064688e-06,
|
| 1863 |
+
"loss": 0.8966,
|
| 1864 |
+
"step": 265
|
| 1865 |
+
},
|
| 1866 |
+
{
|
| 1867 |
+
"epoch": 0.15562950232200973,
|
| 1868 |
+
"grad_norm": 0.05089520469658166,
|
| 1869 |
+
"learning_rate": 7.892940058344615e-06,
|
| 1870 |
+
"loss": 0.8403,
|
| 1871 |
+
"step": 266
|
| 1872 |
+
},
|
| 1873 |
+
{
|
| 1874 |
+
"epoch": 0.15621457563900976,
|
| 1875 |
+
"grad_norm": 0.04200303069403226,
|
| 1876 |
+
"learning_rate": 7.89213763477728e-06,
|
| 1877 |
+
"loss": 0.7954,
|
| 1878 |
+
"step": 267
|
| 1879 |
+
},
|
| 1880 |
+
{
|
| 1881 |
+
"epoch": 0.1567996489560098,
|
| 1882 |
+
"grad_norm": 0.04045997821257577,
|
| 1883 |
+
"learning_rate": 7.89133226104057e-06,
|
| 1884 |
+
"loss": 0.9484,
|
| 1885 |
+
"step": 268
|
| 1886 |
+
},
|
| 1887 |
+
{
|
| 1888 |
+
"epoch": 0.15738472227300984,
|
| 1889 |
+
"grad_norm": 0.04355833968928891,
|
| 1890 |
+
"learning_rate": 7.890523937814872e-06,
|
| 1891 |
+
"loss": 0.8871,
|
| 1892 |
+
"step": 269
|
| 1893 |
+
},
|
| 1894 |
+
{
|
| 1895 |
+
"epoch": 0.15796979559000987,
|
| 1896 |
+
"grad_norm": 0.038980722774793516,
|
| 1897 |
+
"learning_rate": 7.889712665783055e-06,
|
| 1898 |
+
"loss": 0.8242,
|
| 1899 |
+
"step": 270
|
| 1900 |
+
},
|
| 1901 |
+
{
|
| 1902 |
+
"epoch": 0.1585548689070099,
|
| 1903 |
+
"grad_norm": 0.0417431555190703,
|
| 1904 |
+
"learning_rate": 7.888898445630486e-06,
|
| 1905 |
+
"loss": 0.918,
|
| 1906 |
+
"step": 271
|
| 1907 |
+
},
|
| 1908 |
+
{
|
| 1909 |
+
"epoch": 0.15913994222400996,
|
| 1910 |
+
"grad_norm": 0.04420422353440596,
|
| 1911 |
+
"learning_rate": 7.888081278045022e-06,
|
| 1912 |
+
"loss": 0.9345,
|
| 1913 |
+
"step": 272
|
| 1914 |
+
},
|
| 1915 |
+
{
|
| 1916 |
+
"epoch": 0.15972501554100998,
|
| 1917 |
+
"grad_norm": 0.043453256463112454,
|
| 1918 |
+
"learning_rate": 7.88726116371701e-06,
|
| 1919 |
+
"loss": 0.8439,
|
| 1920 |
+
"step": 273
|
| 1921 |
+
},
|
| 1922 |
+
{
|
| 1923 |
+
"epoch": 0.16031008885801,
|
| 1924 |
+
"grad_norm": 0.04018335492133053,
|
| 1925 |
+
"learning_rate": 7.88643810333928e-06,
|
| 1926 |
+
"loss": 0.9024,
|
| 1927 |
+
"step": 274
|
| 1928 |
+
},
|
| 1929 |
+
{
|
| 1930 |
+
"epoch": 0.16089516217501004,
|
| 1931 |
+
"grad_norm": 0.03885288803364117,
|
| 1932 |
+
"learning_rate": 7.885612097607161e-06,
|
| 1933 |
+
"loss": 0.9005,
|
| 1934 |
+
"step": 275
|
| 1935 |
+
},
|
| 1936 |
+
{
|
| 1937 |
+
"epoch": 0.1614802354920101,
|
| 1938 |
+
"grad_norm": 0.03940189643105726,
|
| 1939 |
+
"learning_rate": 7.884783147218464e-06,
|
| 1940 |
+
"loss": 0.8726,
|
| 1941 |
+
"step": 276
|
| 1942 |
+
},
|
| 1943 |
+
{
|
| 1944 |
+
"epoch": 0.16206530880901013,
|
| 1945 |
+
"grad_norm": 0.04322545289358093,
|
| 1946 |
+
"learning_rate": 7.88395125287349e-06,
|
| 1947 |
+
"loss": 0.9309,
|
| 1948 |
+
"step": 277
|
| 1949 |
+
},
|
| 1950 |
+
{
|
| 1951 |
+
"epoch": 0.16265038212601016,
|
| 1952 |
+
"grad_norm": 0.03991615308835092,
|
| 1953 |
+
"learning_rate": 7.883116415275022e-06,
|
| 1954 |
+
"loss": 0.9319,
|
| 1955 |
+
"step": 278
|
| 1956 |
+
},
|
| 1957 |
+
{
|
| 1958 |
+
"epoch": 0.1632354554430102,
|
| 1959 |
+
"grad_norm": 0.04774591346437184,
|
| 1960 |
+
"learning_rate": 7.882278635128339e-06,
|
| 1961 |
+
"loss": 0.9976,
|
| 1962 |
+
"step": 279
|
| 1963 |
+
},
|
| 1964 |
+
{
|
| 1965 |
+
"epoch": 0.16382052876001024,
|
| 1966 |
+
"grad_norm": 0.043726280435400645,
|
| 1967 |
+
"learning_rate": 7.881437913141196e-06,
|
| 1968 |
+
"loss": 0.9041,
|
| 1969 |
+
"step": 280
|
| 1970 |
+
},
|
| 1971 |
+
{
|
| 1972 |
+
"epoch": 0.16440560207701027,
|
| 1973 |
+
"grad_norm": 0.05349577122745657,
|
| 1974 |
+
"learning_rate": 7.880594250023842e-06,
|
| 1975 |
+
"loss": 0.9109,
|
| 1976 |
+
"step": 281
|
| 1977 |
+
},
|
| 1978 |
+
{
|
| 1979 |
+
"epoch": 0.1649906753940103,
|
| 1980 |
+
"grad_norm": 0.04664425873865413,
|
| 1981 |
+
"learning_rate": 7.879747646489002e-06,
|
| 1982 |
+
"loss": 0.8872,
|
| 1983 |
+
"step": 282
|
| 1984 |
+
},
|
| 1985 |
+
{
|
| 1986 |
+
"epoch": 0.16557574871101036,
|
| 1987 |
+
"grad_norm": 0.04689991827127376,
|
| 1988 |
+
"learning_rate": 7.878898103251891e-06,
|
| 1989 |
+
"loss": 0.946,
|
| 1990 |
+
"step": 283
|
| 1991 |
+
},
|
| 1992 |
+
{
|
| 1993 |
+
"epoch": 0.16616082202801039,
|
| 1994 |
+
"grad_norm": 0.04419788368438809,
|
| 1995 |
+
"learning_rate": 7.87804562103021e-06,
|
| 1996 |
+
"loss": 0.8699,
|
| 1997 |
+
"step": 284
|
| 1998 |
+
},
|
| 1999 |
+
{
|
| 2000 |
+
"epoch": 0.16674589534501041,
|
| 2001 |
+
"grad_norm": 0.0498909584325992,
|
| 2002 |
+
"learning_rate": 7.877190200544131e-06,
|
| 2003 |
+
"loss": 0.8396,
|
| 2004 |
+
"step": 285
|
| 2005 |
+
},
|
| 2006 |
+
{
|
| 2007 |
+
"epoch": 0.16733096866201047,
|
| 2008 |
+
"grad_norm": 0.04446094526551824,
|
| 2009 |
+
"learning_rate": 7.876331842516323e-06,
|
| 2010 |
+
"loss": 0.887,
|
| 2011 |
+
"step": 286
|
| 2012 |
+
},
|
| 2013 |
+
{
|
| 2014 |
+
"epoch": 0.1679160419790105,
|
| 2015 |
+
"grad_norm": 0.06094680175561847,
|
| 2016 |
+
"learning_rate": 7.875470547671926e-06,
|
| 2017 |
+
"loss": 0.8834,
|
| 2018 |
+
"step": 287
|
| 2019 |
+
},
|
| 2020 |
+
{
|
| 2021 |
+
"epoch": 0.16850111529601053,
|
| 2022 |
+
"grad_norm": 0.038876474999689326,
|
| 2023 |
+
"learning_rate": 7.874606316738566e-06,
|
| 2024 |
+
"loss": 0.8975,
|
| 2025 |
+
"step": 288
|
| 2026 |
+
},
|
| 2027 |
+
{
|
| 2028 |
+
"epoch": 0.16908618861301056,
|
| 2029 |
+
"grad_norm": 0.04076135396799628,
|
| 2030 |
+
"learning_rate": 7.873739150446349e-06,
|
| 2031 |
+
"loss": 0.9094,
|
| 2032 |
+
"step": 289
|
| 2033 |
+
},
|
| 2034 |
+
{
|
| 2035 |
+
"epoch": 0.16967126193001061,
|
| 2036 |
+
"grad_norm": 0.04242085203333459,
|
| 2037 |
+
"learning_rate": 7.872869049527855e-06,
|
| 2038 |
+
"loss": 0.9346,
|
| 2039 |
+
"step": 290
|
| 2040 |
+
},
|
| 2041 |
+
{
|
| 2042 |
+
"epoch": 0.17025633524701064,
|
| 2043 |
+
"grad_norm": 0.04192270928126719,
|
| 2044 |
+
"learning_rate": 7.871996014718154e-06,
|
| 2045 |
+
"loss": 0.916,
|
| 2046 |
+
"step": 291
|
| 2047 |
+
},
|
| 2048 |
+
{
|
| 2049 |
+
"epoch": 0.17084140856401067,
|
| 2050 |
+
"grad_norm": 0.06296131776401025,
|
| 2051 |
+
"learning_rate": 7.871120046754787e-06,
|
| 2052 |
+
"loss": 0.7869,
|
| 2053 |
+
"step": 292
|
| 2054 |
+
},
|
| 2055 |
+
{
|
| 2056 |
+
"epoch": 0.1714264818810107,
|
| 2057 |
+
"grad_norm": 0.04208658542590707,
|
| 2058 |
+
"learning_rate": 7.870241146377773e-06,
|
| 2059 |
+
"loss": 0.863,
|
| 2060 |
+
"step": 293
|
| 2061 |
+
},
|
| 2062 |
+
{
|
| 2063 |
+
"epoch": 0.17201155519801076,
|
| 2064 |
+
"grad_norm": 0.04221040890826715,
|
| 2065 |
+
"learning_rate": 7.869359314329613e-06,
|
| 2066 |
+
"loss": 0.8125,
|
| 2067 |
+
"step": 294
|
| 2068 |
+
},
|
| 2069 |
+
{
|
| 2070 |
+
"epoch": 0.17259662851501079,
|
| 2071 |
+
"grad_norm": 0.044062682914531,
|
| 2072 |
+
"learning_rate": 7.868474551355277e-06,
|
| 2073 |
+
"loss": 0.8283,
|
| 2074 |
+
"step": 295
|
| 2075 |
+
},
|
| 2076 |
+
{
|
| 2077 |
+
"epoch": 0.17318170183201081,
|
| 2078 |
+
"grad_norm": 0.053136044791769796,
|
| 2079 |
+
"learning_rate": 7.867586858202221e-06,
|
| 2080 |
+
"loss": 0.9321,
|
| 2081 |
+
"step": 296
|
| 2082 |
+
},
|
| 2083 |
+
{
|
| 2084 |
+
"epoch": 0.17376677514901087,
|
| 2085 |
+
"grad_norm": 0.041998835388755755,
|
| 2086 |
+
"learning_rate": 7.866696235620367e-06,
|
| 2087 |
+
"loss": 0.9435,
|
| 2088 |
+
"step": 297
|
| 2089 |
+
},
|
| 2090 |
+
{
|
| 2091 |
+
"epoch": 0.1743518484660109,
|
| 2092 |
+
"grad_norm": 0.04432061620173052,
|
| 2093 |
+
"learning_rate": 7.865802684362119e-06,
|
| 2094 |
+
"loss": 0.944,
|
| 2095 |
+
"step": 298
|
| 2096 |
+
},
|
| 2097 |
+
{
|
| 2098 |
+
"epoch": 0.17493692178301093,
|
| 2099 |
+
"grad_norm": 0.03816132379303917,
|
| 2100 |
+
"learning_rate": 7.864906205182347e-06,
|
| 2101 |
+
"loss": 0.9222,
|
| 2102 |
+
"step": 299
|
| 2103 |
+
},
|
| 2104 |
+
{
|
| 2105 |
+
"epoch": 0.17552199510001096,
|
| 2106 |
+
"grad_norm": 0.04061878988742196,
|
| 2107 |
+
"learning_rate": 7.864006798838405e-06,
|
| 2108 |
+
"loss": 0.9344,
|
| 2109 |
+
"step": 300
|
| 2110 |
+
},
|
| 2111 |
+
{
|
| 2112 |
+
"epoch": 0.17610706841701101,
|
| 2113 |
+
"grad_norm": 0.038725999488975066,
|
| 2114 |
+
"learning_rate": 7.863104466090113e-06,
|
| 2115 |
+
"loss": 0.9477,
|
| 2116 |
+
"step": 301
|
| 2117 |
+
},
|
| 2118 |
+
{
|
| 2119 |
+
"epoch": 0.17669214173401104,
|
| 2120 |
+
"grad_norm": 0.0675670307551766,
|
| 2121 |
+
"learning_rate": 7.862199207699763e-06,
|
| 2122 |
+
"loss": 0.8939,
|
| 2123 |
+
"step": 302
|
| 2124 |
+
},
|
| 2125 |
+
{
|
| 2126 |
+
"epoch": 0.17727721505101107,
|
| 2127 |
+
"grad_norm": 0.04866290151842816,
|
| 2128 |
+
"learning_rate": 7.861291024432122e-06,
|
| 2129 |
+
"loss": 0.944,
|
| 2130 |
+
"step": 303
|
| 2131 |
+
},
|
| 2132 |
+
{
|
| 2133 |
+
"epoch": 0.17786228836801113,
|
| 2134 |
+
"grad_norm": 0.04231401792052211,
|
| 2135 |
+
"learning_rate": 7.860379917054426e-06,
|
| 2136 |
+
"loss": 0.9108,
|
| 2137 |
+
"step": 304
|
| 2138 |
+
},
|
| 2139 |
+
{
|
| 2140 |
+
"epoch": 0.17844736168501116,
|
| 2141 |
+
"grad_norm": 0.21645206187990054,
|
| 2142 |
+
"learning_rate": 7.859465886336381e-06,
|
| 2143 |
+
"loss": 0.9328,
|
| 2144 |
+
"step": 305
|
| 2145 |
+
},
|
| 2146 |
+
{
|
| 2147 |
+
"epoch": 0.1790324350020112,
|
| 2148 |
+
"grad_norm": 0.04212212891416765,
|
| 2149 |
+
"learning_rate": 7.858548933050162e-06,
|
| 2150 |
+
"loss": 0.9755,
|
| 2151 |
+
"step": 306
|
| 2152 |
+
},
|
| 2153 |
+
{
|
| 2154 |
+
"epoch": 0.17961750831901122,
|
| 2155 |
+
"grad_norm": 0.047331820432207364,
|
| 2156 |
+
"learning_rate": 7.857629057970417e-06,
|
| 2157 |
+
"loss": 0.8702,
|
| 2158 |
+
"step": 307
|
| 2159 |
+
},
|
| 2160 |
+
{
|
| 2161 |
+
"epoch": 0.18020258163601127,
|
| 2162 |
+
"grad_norm": 0.040260553510288316,
|
| 2163 |
+
"learning_rate": 7.856706261874258e-06,
|
| 2164 |
+
"loss": 0.8934,
|
| 2165 |
+
"step": 308
|
| 2166 |
+
},
|
| 2167 |
+
{
|
| 2168 |
+
"epoch": 0.1807876549530113,
|
| 2169 |
+
"grad_norm": 0.04326897093604986,
|
| 2170 |
+
"learning_rate": 7.855780545541264e-06,
|
| 2171 |
+
"loss": 0.877,
|
| 2172 |
+
"step": 309
|
| 2173 |
+
},
|
| 2174 |
+
{
|
| 2175 |
+
"epoch": 0.18137272827001133,
|
| 2176 |
+
"grad_norm": 0.03936456606263684,
|
| 2177 |
+
"learning_rate": 7.854851909753487e-06,
|
| 2178 |
+
"loss": 0.9206,
|
| 2179 |
+
"step": 310
|
| 2180 |
+
},
|
| 2181 |
+
{
|
| 2182 |
+
"epoch": 0.18195780158701136,
|
| 2183 |
+
"grad_norm": 0.040529920237504666,
|
| 2184 |
+
"learning_rate": 7.853920355295438e-06,
|
| 2185 |
+
"loss": 0.8469,
|
| 2186 |
+
"step": 311
|
| 2187 |
+
},
|
| 2188 |
+
{
|
| 2189 |
+
"epoch": 0.18254287490401142,
|
| 2190 |
+
"grad_norm": 0.07984199172508148,
|
| 2191 |
+
"learning_rate": 7.852985882954102e-06,
|
| 2192 |
+
"loss": 0.856,
|
| 2193 |
+
"step": 312
|
| 2194 |
+
},
|
| 2195 |
+
{
|
| 2196 |
+
"epoch": 0.18312794822101144,
|
| 2197 |
+
"grad_norm": 0.04341308255910565,
|
| 2198 |
+
"learning_rate": 7.85204849351892e-06,
|
| 2199 |
+
"loss": 0.8975,
|
| 2200 |
+
"step": 313
|
| 2201 |
+
},
|
| 2202 |
+
{
|
| 2203 |
+
"epoch": 0.18371302153801147,
|
| 2204 |
+
"grad_norm": 0.05163482815007264,
|
| 2205 |
+
"learning_rate": 7.851108187781802e-06,
|
| 2206 |
+
"loss": 0.8516,
|
| 2207 |
+
"step": 314
|
| 2208 |
+
},
|
| 2209 |
+
{
|
| 2210 |
+
"epoch": 0.18429809485501153,
|
| 2211 |
+
"grad_norm": 0.04363599571939765,
|
| 2212 |
+
"learning_rate": 7.850164966537124e-06,
|
| 2213 |
+
"loss": 0.9088,
|
| 2214 |
+
"step": 315
|
| 2215 |
+
},
|
| 2216 |
+
{
|
| 2217 |
+
"epoch": 0.18488316817201156,
|
| 2218 |
+
"grad_norm": 0.043024652012164384,
|
| 2219 |
+
"learning_rate": 7.84921883058172e-06,
|
| 2220 |
+
"loss": 0.8291,
|
| 2221 |
+
"step": 316
|
| 2222 |
+
},
|
| 2223 |
+
{
|
| 2224 |
+
"epoch": 0.1854682414890116,
|
| 2225 |
+
"grad_norm": 0.041659608271311335,
|
| 2226 |
+
"learning_rate": 7.848269780714892e-06,
|
| 2227 |
+
"loss": 0.9719,
|
| 2228 |
+
"step": 317
|
| 2229 |
+
},
|
| 2230 |
+
{
|
| 2231 |
+
"epoch": 0.18605331480601162,
|
| 2232 |
+
"grad_norm": 0.04557805725835434,
|
| 2233 |
+
"learning_rate": 7.847317817738394e-06,
|
| 2234 |
+
"loss": 0.9638,
|
| 2235 |
+
"step": 318
|
| 2236 |
+
},
|
| 2237 |
+
{
|
| 2238 |
+
"epoch": 0.18663838812301167,
|
| 2239 |
+
"grad_norm": 0.04388413396186285,
|
| 2240 |
+
"learning_rate": 7.846362942456455e-06,
|
| 2241 |
+
"loss": 0.93,
|
| 2242 |
+
"step": 319
|
| 2243 |
+
},
|
| 2244 |
+
{
|
| 2245 |
+
"epoch": 0.1872234614400117,
|
| 2246 |
+
"grad_norm": 0.04052950822615268,
|
| 2247 |
+
"learning_rate": 7.845405155675752e-06,
|
| 2248 |
+
"loss": 0.8951,
|
| 2249 |
+
"step": 320
|
| 2250 |
+
},
|
| 2251 |
+
{
|
| 2252 |
+
"epoch": 0.18780853475701173,
|
| 2253 |
+
"grad_norm": 0.03852369264523642,
|
| 2254 |
+
"learning_rate": 7.844444458205428e-06,
|
| 2255 |
+
"loss": 0.8521,
|
| 2256 |
+
"step": 321
|
| 2257 |
+
},
|
| 2258 |
+
{
|
| 2259 |
+
"epoch": 0.1883936080740118,
|
| 2260 |
+
"grad_norm": 0.045799254500923765,
|
| 2261 |
+
"learning_rate": 7.843480850857083e-06,
|
| 2262 |
+
"loss": 0.8966,
|
| 2263 |
+
"step": 322
|
| 2264 |
+
},
|
| 2265 |
+
{
|
| 2266 |
+
"epoch": 0.18897868139101182,
|
| 2267 |
+
"grad_norm": 0.04373024374645557,
|
| 2268 |
+
"learning_rate": 7.842514334444776e-06,
|
| 2269 |
+
"loss": 0.973,
|
| 2270 |
+
"step": 323
|
| 2271 |
+
},
|
| 2272 |
+
{
|
| 2273 |
+
"epoch": 0.18956375470801184,
|
| 2274 |
+
"grad_norm": 0.037372310076302304,
|
| 2275 |
+
"learning_rate": 7.841544909785022e-06,
|
| 2276 |
+
"loss": 1.0232,
|
| 2277 |
+
"step": 324
|
| 2278 |
+
},
|
| 2279 |
+
{
|
| 2280 |
+
"epoch": 0.19014882802501187,
|
| 2281 |
+
"grad_norm": 0.044911079932608254,
|
| 2282 |
+
"learning_rate": 7.840572577696798e-06,
|
| 2283 |
+
"loss": 0.8351,
|
| 2284 |
+
"step": 325
|
| 2285 |
+
},
|
| 2286 |
+
{
|
| 2287 |
+
"epoch": 0.19073390134201193,
|
| 2288 |
+
"grad_norm": 0.04820487217400144,
|
| 2289 |
+
"learning_rate": 7.839597339001529e-06,
|
| 2290 |
+
"loss": 0.9381,
|
| 2291 |
+
"step": 326
|
| 2292 |
+
},
|
| 2293 |
+
{
|
| 2294 |
+
"epoch": 0.19131897465901196,
|
| 2295 |
+
"grad_norm": 0.04460622903204633,
|
| 2296 |
+
"learning_rate": 7.8386191945231e-06,
|
| 2297 |
+
"loss": 0.9047,
|
| 2298 |
+
"step": 327
|
| 2299 |
+
},
|
| 2300 |
+
{
|
| 2301 |
+
"epoch": 0.191904047976012,
|
| 2302 |
+
"grad_norm": 0.04344227987010105,
|
| 2303 |
+
"learning_rate": 7.837638145087855e-06,
|
| 2304 |
+
"loss": 0.8882,
|
| 2305 |
+
"step": 328
|
| 2306 |
+
},
|
| 2307 |
+
{
|
| 2308 |
+
"epoch": 0.19248912129301204,
|
| 2309 |
+
"grad_norm": 0.041162516007716705,
|
| 2310 |
+
"learning_rate": 7.836654191524583e-06,
|
| 2311 |
+
"loss": 0.888,
|
| 2312 |
+
"step": 329
|
| 2313 |
+
},
|
| 2314 |
+
{
|
| 2315 |
+
"epoch": 0.19307419461001207,
|
| 2316 |
+
"grad_norm": 0.050217278727892056,
|
| 2317 |
+
"learning_rate": 7.835667334664533e-06,
|
| 2318 |
+
"loss": 0.9425,
|
| 2319 |
+
"step": 330
|
| 2320 |
+
},
|
| 2321 |
+
{
|
| 2322 |
+
"epoch": 0.1936592679270121,
|
| 2323 |
+
"grad_norm": 0.045239661384039016,
|
| 2324 |
+
"learning_rate": 7.834677575341407e-06,
|
| 2325 |
+
"loss": 0.845,
|
| 2326 |
+
"step": 331
|
| 2327 |
+
},
|
| 2328 |
+
{
|
| 2329 |
+
"epoch": 0.19424434124401213,
|
| 2330 |
+
"grad_norm": 0.04069762643444013,
|
| 2331 |
+
"learning_rate": 7.833684914391354e-06,
|
| 2332 |
+
"loss": 0.9045,
|
| 2333 |
+
"step": 332
|
| 2334 |
+
},
|
| 2335 |
+
{
|
| 2336 |
+
"epoch": 0.1948294145610122,
|
| 2337 |
+
"grad_norm": 0.03659391253836006,
|
| 2338 |
+
"learning_rate": 7.832689352652978e-06,
|
| 2339 |
+
"loss": 0.8415,
|
| 2340 |
+
"step": 333
|
| 2341 |
+
},
|
| 2342 |
+
{
|
| 2343 |
+
"epoch": 0.19541448787801222,
|
| 2344 |
+
"grad_norm": 0.0478253523475305,
|
| 2345 |
+
"learning_rate": 7.831690890967332e-06,
|
| 2346 |
+
"loss": 0.9023,
|
| 2347 |
+
"step": 334
|
| 2348 |
+
},
|
| 2349 |
+
{
|
| 2350 |
+
"epoch": 0.19599956119501225,
|
| 2351 |
+
"grad_norm": 0.03931532297283958,
|
| 2352 |
+
"learning_rate": 7.830689530177923e-06,
|
| 2353 |
+
"loss": 0.8757,
|
| 2354 |
+
"step": 335
|
| 2355 |
+
},
|
| 2356 |
+
{
|
| 2357 |
+
"epoch": 0.19658463451201227,
|
| 2358 |
+
"grad_norm": 0.04480666786944768,
|
| 2359 |
+
"learning_rate": 7.8296852711307e-06,
|
| 2360 |
+
"loss": 0.8393,
|
| 2361 |
+
"step": 336
|
| 2362 |
+
},
|
| 2363 |
+
{
|
| 2364 |
+
"epoch": 0.19716970782901233,
|
| 2365 |
+
"grad_norm": 0.0734058976406723,
|
| 2366 |
+
"learning_rate": 7.828678114674066e-06,
|
| 2367 |
+
"loss": 0.9038,
|
| 2368 |
+
"step": 337
|
| 2369 |
+
},
|
| 2370 |
+
{
|
| 2371 |
+
"epoch": 0.19775478114601236,
|
| 2372 |
+
"grad_norm": 0.03967258990394233,
|
| 2373 |
+
"learning_rate": 7.827668061658871e-06,
|
| 2374 |
+
"loss": 0.8009,
|
| 2375 |
+
"step": 338
|
| 2376 |
+
},
|
| 2377 |
+
{
|
| 2378 |
+
"epoch": 0.1983398544630124,
|
| 2379 |
+
"grad_norm": 0.0418553799297778,
|
| 2380 |
+
"learning_rate": 7.82665511293841e-06,
|
| 2381 |
+
"loss": 0.8865,
|
| 2382 |
+
"step": 339
|
| 2383 |
+
},
|
| 2384 |
+
{
|
| 2385 |
+
"epoch": 0.19892492778001244,
|
| 2386 |
+
"grad_norm": 0.0384561013270465,
|
| 2387 |
+
"learning_rate": 7.825639269368426e-06,
|
| 2388 |
+
"loss": 0.872,
|
| 2389 |
+
"step": 340
|
| 2390 |
+
},
|
| 2391 |
+
{
|
| 2392 |
+
"epoch": 0.19951000109701247,
|
| 2393 |
+
"grad_norm": 0.04182210062250734,
|
| 2394 |
+
"learning_rate": 7.824620531807106e-06,
|
| 2395 |
+
"loss": 0.8974,
|
| 2396 |
+
"step": 341
|
| 2397 |
+
},
|
| 2398 |
+
{
|
| 2399 |
+
"epoch": 0.2000950744140125,
|
| 2400 |
+
"grad_norm": 0.0402445680829306,
|
| 2401 |
+
"learning_rate": 7.823598901115085e-06,
|
| 2402 |
+
"loss": 0.8017,
|
| 2403 |
+
"step": 342
|
| 2404 |
+
},
|
| 2405 |
+
{
|
| 2406 |
+
"epoch": 0.20068014773101253,
|
| 2407 |
+
"grad_norm": 0.03976795416941979,
|
| 2408 |
+
"learning_rate": 7.822574378155436e-06,
|
| 2409 |
+
"loss": 0.9298,
|
| 2410 |
+
"step": 343
|
| 2411 |
+
},
|
| 2412 |
+
{
|
| 2413 |
+
"epoch": 0.2012652210480126,
|
| 2414 |
+
"grad_norm": 0.043031163568613286,
|
| 2415 |
+
"learning_rate": 7.821546963793683e-06,
|
| 2416 |
+
"loss": 0.9508,
|
| 2417 |
+
"step": 344
|
| 2418 |
+
},
|
| 2419 |
+
{
|
| 2420 |
+
"epoch": 0.20185029436501262,
|
| 2421 |
+
"grad_norm": 0.0485982687560341,
|
| 2422 |
+
"learning_rate": 7.82051665889779e-06,
|
| 2423 |
+
"loss": 0.8536,
|
| 2424 |
+
"step": 345
|
| 2425 |
+
},
|
| 2426 |
+
{
|
| 2427 |
+
"epoch": 0.20243536768201265,
|
| 2428 |
+
"grad_norm": 0.04149899672912665,
|
| 2429 |
+
"learning_rate": 7.819483464338156e-06,
|
| 2430 |
+
"loss": 0.8767,
|
| 2431 |
+
"step": 346
|
| 2432 |
+
},
|
| 2433 |
+
{
|
| 2434 |
+
"epoch": 0.2030204409990127,
|
| 2435 |
+
"grad_norm": 0.0971131140419449,
|
| 2436 |
+
"learning_rate": 7.818447380987634e-06,
|
| 2437 |
+
"loss": 0.9271,
|
| 2438 |
+
"step": 347
|
| 2439 |
+
},
|
| 2440 |
+
{
|
| 2441 |
+
"epoch": 0.20360551431601273,
|
| 2442 |
+
"grad_norm": 0.04183099462603424,
|
| 2443 |
+
"learning_rate": 7.817408409721506e-06,
|
| 2444 |
+
"loss": 0.8362,
|
| 2445 |
+
"step": 348
|
| 2446 |
+
},
|
| 2447 |
+
{
|
| 2448 |
+
"epoch": 0.20419058763301276,
|
| 2449 |
+
"grad_norm": 0.03719681766847752,
|
| 2450 |
+
"learning_rate": 7.8163665514175e-06,
|
| 2451 |
+
"loss": 0.8544,
|
| 2452 |
+
"step": 349
|
| 2453 |
+
},
|
| 2454 |
+
{
|
| 2455 |
+
"epoch": 0.2047756609500128,
|
| 2456 |
+
"grad_norm": 0.08061763199476867,
|
| 2457 |
+
"learning_rate": 7.815321806955782e-06,
|
| 2458 |
+
"loss": 0.8335,
|
| 2459 |
+
"step": 350
|
| 2460 |
+
},
|
| 2461 |
+
{
|
| 2462 |
+
"epoch": 0.20536073426701285,
|
| 2463 |
+
"grad_norm": 0.053441055551360056,
|
| 2464 |
+
"learning_rate": 7.814274177218955e-06,
|
| 2465 |
+
"loss": 0.8602,
|
| 2466 |
+
"step": 351
|
| 2467 |
+
},
|
| 2468 |
+
{
|
| 2469 |
+
"epoch": 0.20594580758401287,
|
| 2470 |
+
"grad_norm": 0.1775803458323184,
|
| 2471 |
+
"learning_rate": 7.81322366309206e-06,
|
| 2472 |
+
"loss": 0.8998,
|
| 2473 |
+
"step": 352
|
| 2474 |
+
},
|
| 2475 |
+
{
|
| 2476 |
+
"epoch": 0.2065308809010129,
|
| 2477 |
+
"grad_norm": 0.0637002971995377,
|
| 2478 |
+
"learning_rate": 7.812170265462573e-06,
|
| 2479 |
+
"loss": 0.9737,
|
| 2480 |
+
"step": 353
|
| 2481 |
+
},
|
| 2482 |
+
{
|
| 2483 |
+
"epoch": 0.20711595421801293,
|
| 2484 |
+
"grad_norm": 0.04274639590829472,
|
| 2485 |
+
"learning_rate": 7.81111398522041e-06,
|
| 2486 |
+
"loss": 1.009,
|
| 2487 |
+
"step": 354
|
| 2488 |
+
},
|
| 2489 |
+
{
|
| 2490 |
+
"epoch": 0.207701027535013,
|
| 2491 |
+
"grad_norm": 0.041282961278004064,
|
| 2492 |
+
"learning_rate": 7.81005482325792e-06,
|
| 2493 |
+
"loss": 0.9035,
|
| 2494 |
+
"step": 355
|
| 2495 |
+
},
|
| 2496 |
+
{
|
| 2497 |
+
"epoch": 0.20828610085201302,
|
| 2498 |
+
"grad_norm": 0.04195399372218902,
|
| 2499 |
+
"learning_rate": 7.808992780469889e-06,
|
| 2500 |
+
"loss": 0.9128,
|
| 2501 |
+
"step": 356
|
| 2502 |
+
},
|
| 2503 |
+
{
|
| 2504 |
+
"epoch": 0.20887117416901305,
|
| 2505 |
+
"grad_norm": 0.03698717701423449,
|
| 2506 |
+
"learning_rate": 7.807927857753527e-06,
|
| 2507 |
+
"loss": 0.8562,
|
| 2508 |
+
"step": 357
|
| 2509 |
+
},
|
| 2510 |
+
{
|
| 2511 |
+
"epoch": 0.2094562474860131,
|
| 2512 |
+
"grad_norm": 0.1081591722204418,
|
| 2513 |
+
"learning_rate": 7.80686005600849e-06,
|
| 2514 |
+
"loss": 0.8931,
|
| 2515 |
+
"step": 358
|
| 2516 |
+
},
|
| 2517 |
+
{
|
| 2518 |
+
"epoch": 0.21004132080301313,
|
| 2519 |
+
"grad_norm": 0.04152721891763337,
|
| 2520 |
+
"learning_rate": 7.80578937613686e-06,
|
| 2521 |
+
"loss": 0.8633,
|
| 2522 |
+
"step": 359
|
| 2523 |
+
},
|
| 2524 |
+
{
|
| 2525 |
+
"epoch": 0.21062639412001316,
|
| 2526 |
+
"grad_norm": 0.04200660652374662,
|
| 2527 |
+
"learning_rate": 7.804715819043148e-06,
|
| 2528 |
+
"loss": 0.8773,
|
| 2529 |
+
"step": 360
|
| 2530 |
+
},
|
| 2531 |
+
{
|
| 2532 |
+
"epoch": 0.2112114674370132,
|
| 2533 |
+
"grad_norm": 0.04405111681557889,
|
| 2534 |
+
"learning_rate": 7.803639385634302e-06,
|
| 2535 |
+
"loss": 0.8587,
|
| 2536 |
+
"step": 361
|
| 2537 |
+
},
|
| 2538 |
+
{
|
| 2539 |
+
"epoch": 0.21179654075401325,
|
| 2540 |
+
"grad_norm": 0.04571477197647962,
|
| 2541 |
+
"learning_rate": 7.802560076819694e-06,
|
| 2542 |
+
"loss": 0.8334,
|
| 2543 |
+
"step": 362
|
| 2544 |
+
},
|
| 2545 |
+
{
|
| 2546 |
+
"epoch": 0.21238161407101327,
|
| 2547 |
+
"grad_norm": 0.041607118224879065,
|
| 2548 |
+
"learning_rate": 7.80147789351113e-06,
|
| 2549 |
+
"loss": 0.8739,
|
| 2550 |
+
"step": 363
|
| 2551 |
+
},
|
| 2552 |
+
{
|
| 2553 |
+
"epoch": 0.2129666873880133,
|
| 2554 |
+
"grad_norm": 0.06194034993642153,
|
| 2555 |
+
"learning_rate": 7.800392836622838e-06,
|
| 2556 |
+
"loss": 0.8956,
|
| 2557 |
+
"step": 364
|
| 2558 |
+
},
|
| 2559 |
+
{
|
| 2560 |
+
"epoch": 0.21355176070501336,
|
| 2561 |
+
"grad_norm": 0.03798806008002444,
|
| 2562 |
+
"learning_rate": 7.79930490707148e-06,
|
| 2563 |
+
"loss": 0.8966,
|
| 2564 |
+
"step": 365
|
| 2565 |
+
},
|
| 2566 |
+
{
|
| 2567 |
+
"epoch": 0.2141368340220134,
|
| 2568 |
+
"grad_norm": 0.04739784630899101,
|
| 2569 |
+
"learning_rate": 7.798214105776146e-06,
|
| 2570 |
+
"loss": 0.9552,
|
| 2571 |
+
"step": 366
|
| 2572 |
+
},
|
| 2573 |
+
{
|
| 2574 |
+
"epoch": 0.21472190733901342,
|
| 2575 |
+
"grad_norm": 0.04497114482691456,
|
| 2576 |
+
"learning_rate": 7.797120433658343e-06,
|
| 2577 |
+
"loss": 0.8666,
|
| 2578 |
+
"step": 367
|
| 2579 |
+
},
|
| 2580 |
+
{
|
| 2581 |
+
"epoch": 0.21530698065601345,
|
| 2582 |
+
"grad_norm": 0.04176901867071411,
|
| 2583 |
+
"learning_rate": 7.796023891642011e-06,
|
| 2584 |
+
"loss": 0.9051,
|
| 2585 |
+
"step": 368
|
| 2586 |
+
},
|
| 2587 |
+
{
|
| 2588 |
+
"epoch": 0.2158920539730135,
|
| 2589 |
+
"grad_norm": 0.056698801623745465,
|
| 2590 |
+
"learning_rate": 7.794924480653513e-06,
|
| 2591 |
+
"loss": 0.8745,
|
| 2592 |
+
"step": 369
|
| 2593 |
+
},
|
| 2594 |
+
{
|
| 2595 |
+
"epoch": 0.21647712729001353,
|
| 2596 |
+
"grad_norm": 0.04267067239376988,
|
| 2597 |
+
"learning_rate": 7.793822201621633e-06,
|
| 2598 |
+
"loss": 0.9129,
|
| 2599 |
+
"step": 370
|
| 2600 |
+
},
|
| 2601 |
+
{
|
| 2602 |
+
"epoch": 0.21706220060701356,
|
| 2603 |
+
"grad_norm": 0.03999203881276761,
|
| 2604 |
+
"learning_rate": 7.79271705547758e-06,
|
| 2605 |
+
"loss": 0.8814,
|
| 2606 |
+
"step": 371
|
| 2607 |
+
},
|
| 2608 |
+
{
|
| 2609 |
+
"epoch": 0.2176472739240136,
|
| 2610 |
+
"grad_norm": 0.04206496870855173,
|
| 2611 |
+
"learning_rate": 7.79160904315499e-06,
|
| 2612 |
+
"loss": 0.8936,
|
| 2613 |
+
"step": 372
|
| 2614 |
+
},
|
| 2615 |
+
{
|
| 2616 |
+
"epoch": 0.21823234724101365,
|
| 2617 |
+
"grad_norm": 0.040567992793796616,
|
| 2618 |
+
"learning_rate": 7.79049816558991e-06,
|
| 2619 |
+
"loss": 0.8961,
|
| 2620 |
+
"step": 373
|
| 2621 |
+
},
|
| 2622 |
+
{
|
| 2623 |
+
"epoch": 0.21881742055801368,
|
| 2624 |
+
"grad_norm": 0.04165915715538525,
|
| 2625 |
+
"learning_rate": 7.789384423720815e-06,
|
| 2626 |
+
"loss": 0.901,
|
| 2627 |
+
"step": 374
|
| 2628 |
+
},
|
| 2629 |
+
{
|
| 2630 |
+
"epoch": 0.2194024938750137,
|
| 2631 |
+
"grad_norm": 0.04311161567240108,
|
| 2632 |
+
"learning_rate": 7.788267818488597e-06,
|
| 2633 |
+
"loss": 0.8571,
|
| 2634 |
+
"step": 375
|
| 2635 |
+
},
|
| 2636 |
+
{
|
| 2637 |
+
"epoch": 0.21998756719201376,
|
| 2638 |
+
"grad_norm": 0.04090984120457054,
|
| 2639 |
+
"learning_rate": 7.78714835083657e-06,
|
| 2640 |
+
"loss": 0.879,
|
| 2641 |
+
"step": 376
|
| 2642 |
+
},
|
| 2643 |
+
{
|
| 2644 |
+
"epoch": 0.2205726405090138,
|
| 2645 |
+
"grad_norm": 0.03723653818234615,
|
| 2646 |
+
"learning_rate": 7.786026021710462e-06,
|
| 2647 |
+
"loss": 0.8687,
|
| 2648 |
+
"step": 377
|
| 2649 |
+
},
|
| 2650 |
+
{
|
| 2651 |
+
"epoch": 0.22115771382601382,
|
| 2652 |
+
"grad_norm": 0.040732056413017595,
|
| 2653 |
+
"learning_rate": 7.78490083205842e-06,
|
| 2654 |
+
"loss": 0.9033,
|
| 2655 |
+
"step": 378
|
| 2656 |
+
},
|
| 2657 |
+
{
|
| 2658 |
+
"epoch": 0.22174278714301385,
|
| 2659 |
+
"grad_norm": 0.03755340315603773,
|
| 2660 |
+
"learning_rate": 7.783772782831008e-06,
|
| 2661 |
+
"loss": 0.8919,
|
| 2662 |
+
"step": 379
|
| 2663 |
+
},
|
| 2664 |
+
{
|
| 2665 |
+
"epoch": 0.2223278604600139,
|
| 2666 |
+
"grad_norm": 0.04513035465018611,
|
| 2667 |
+
"learning_rate": 7.782641874981207e-06,
|
| 2668 |
+
"loss": 0.8766,
|
| 2669 |
+
"step": 380
|
| 2670 |
+
},
|
| 2671 |
+
{
|
| 2672 |
+
"epoch": 0.22291293377701393,
|
| 2673 |
+
"grad_norm": 0.042927929340526826,
|
| 2674 |
+
"learning_rate": 7.78150810946441e-06,
|
| 2675 |
+
"loss": 0.8692,
|
| 2676 |
+
"step": 381
|
| 2677 |
+
},
|
| 2678 |
+
{
|
| 2679 |
+
"epoch": 0.22349800709401396,
|
| 2680 |
+
"grad_norm": 0.03548281821425231,
|
| 2681 |
+
"learning_rate": 7.780371487238428e-06,
|
| 2682 |
+
"loss": 0.7295,
|
| 2683 |
+
"step": 382
|
| 2684 |
+
},
|
| 2685 |
+
{
|
| 2686 |
+
"epoch": 0.22408308041101402,
|
| 2687 |
+
"grad_norm": 0.03978070402906236,
|
| 2688 |
+
"learning_rate": 7.779232009263484e-06,
|
| 2689 |
+
"loss": 0.8555,
|
| 2690 |
+
"step": 383
|
| 2691 |
+
},
|
| 2692 |
+
{
|
| 2693 |
+
"epoch": 0.22466815372801405,
|
| 2694 |
+
"grad_norm": 0.036709565386030436,
|
| 2695 |
+
"learning_rate": 7.778089676502209e-06,
|
| 2696 |
+
"loss": 0.7492,
|
| 2697 |
+
"step": 384
|
| 2698 |
+
},
|
| 2699 |
+
{
|
| 2700 |
+
"epoch": 0.22525322704501408,
|
| 2701 |
+
"grad_norm": 0.04547788495521431,
|
| 2702 |
+
"learning_rate": 7.776944489919649e-06,
|
| 2703 |
+
"loss": 0.8334,
|
| 2704 |
+
"step": 385
|
| 2705 |
+
},
|
| 2706 |
+
{
|
| 2707 |
+
"epoch": 0.2258383003620141,
|
| 2708 |
+
"grad_norm": 0.04220442842369723,
|
| 2709 |
+
"learning_rate": 7.775796450483267e-06,
|
| 2710 |
+
"loss": 0.8244,
|
| 2711 |
+
"step": 386
|
| 2712 |
+
},
|
| 2713 |
+
{
|
| 2714 |
+
"epoch": 0.22642337367901416,
|
| 2715 |
+
"grad_norm": 0.04778060193840243,
|
| 2716 |
+
"learning_rate": 7.774645559162927e-06,
|
| 2717 |
+
"loss": 0.8511,
|
| 2718 |
+
"step": 387
|
| 2719 |
+
},
|
| 2720 |
+
{
|
| 2721 |
+
"epoch": 0.2270084469960142,
|
| 2722 |
+
"grad_norm": 0.05014682109980806,
|
| 2723 |
+
"learning_rate": 7.773491816930904e-06,
|
| 2724 |
+
"loss": 0.8334,
|
| 2725 |
+
"step": 388
|
| 2726 |
+
},
|
| 2727 |
+
{
|
| 2728 |
+
"epoch": 0.22759352031301422,
|
| 2729 |
+
"grad_norm": 0.04001986651909544,
|
| 2730 |
+
"learning_rate": 7.772335224761886e-06,
|
| 2731 |
+
"loss": 0.8224,
|
| 2732 |
+
"step": 389
|
| 2733 |
+
},
|
| 2734 |
+
{
|
| 2735 |
+
"epoch": 0.22817859363001425,
|
| 2736 |
+
"grad_norm": 0.040094874463681825,
|
| 2737 |
+
"learning_rate": 7.771175783632966e-06,
|
| 2738 |
+
"loss": 0.9069,
|
| 2739 |
+
"step": 390
|
| 2740 |
+
},
|
| 2741 |
+
{
|
| 2742 |
+
"epoch": 0.2287636669470143,
|
| 2743 |
+
"grad_norm": 0.03678306586668835,
|
| 2744 |
+
"learning_rate": 7.770013494523641e-06,
|
| 2745 |
+
"loss": 0.8758,
|
| 2746 |
+
"step": 391
|
| 2747 |
+
},
|
| 2748 |
+
{
|
| 2749 |
+
"epoch": 0.22934874026401433,
|
| 2750 |
+
"grad_norm": 0.04444193067206238,
|
| 2751 |
+
"learning_rate": 7.768848358415819e-06,
|
| 2752 |
+
"loss": 0.946,
|
| 2753 |
+
"step": 392
|
| 2754 |
+
},
|
| 2755 |
+
{
|
| 2756 |
+
"epoch": 0.22993381358101436,
|
| 2757 |
+
"grad_norm": 0.042386218395158284,
|
| 2758 |
+
"learning_rate": 7.767680376293811e-06,
|
| 2759 |
+
"loss": 0.8395,
|
| 2760 |
+
"step": 393
|
| 2761 |
+
},
|
| 2762 |
+
{
|
| 2763 |
+
"epoch": 0.23051888689801442,
|
| 2764 |
+
"grad_norm": 0.051874603825963005,
|
| 2765 |
+
"learning_rate": 7.766509549144332e-06,
|
| 2766 |
+
"loss": 0.8867,
|
| 2767 |
+
"step": 394
|
| 2768 |
+
},
|
| 2769 |
+
{
|
| 2770 |
+
"epoch": 0.23110396021501445,
|
| 2771 |
+
"grad_norm": 0.04115935591406729,
|
| 2772 |
+
"learning_rate": 7.765335877956498e-06,
|
| 2773 |
+
"loss": 0.8509,
|
| 2774 |
+
"step": 395
|
| 2775 |
+
},
|
| 2776 |
+
{
|
| 2777 |
+
"epoch": 0.23168903353201448,
|
| 2778 |
+
"grad_norm": 0.045377388296697053,
|
| 2779 |
+
"learning_rate": 7.764159363721833e-06,
|
| 2780 |
+
"loss": 0.8783,
|
| 2781 |
+
"step": 396
|
| 2782 |
+
},
|
| 2783 |
+
{
|
| 2784 |
+
"epoch": 0.2322741068490145,
|
| 2785 |
+
"grad_norm": 0.03845331275197764,
|
| 2786 |
+
"learning_rate": 7.762980007434261e-06,
|
| 2787 |
+
"loss": 0.8721,
|
| 2788 |
+
"step": 397
|
| 2789 |
+
},
|
| 2790 |
+
{
|
| 2791 |
+
"epoch": 0.23285918016601456,
|
| 2792 |
+
"grad_norm": 0.06130607399623932,
|
| 2793 |
+
"learning_rate": 7.761797810090103e-06,
|
| 2794 |
+
"loss": 0.896,
|
| 2795 |
+
"step": 398
|
| 2796 |
+
},
|
| 2797 |
+
{
|
| 2798 |
+
"epoch": 0.2334442534830146,
|
| 2799 |
+
"grad_norm": 0.0653248890033106,
|
| 2800 |
+
"learning_rate": 7.760612772688086e-06,
|
| 2801 |
+
"loss": 0.9239,
|
| 2802 |
+
"step": 399
|
| 2803 |
+
},
|
| 2804 |
+
{
|
| 2805 |
+
"epoch": 0.23402932680001462,
|
| 2806 |
+
"grad_norm": 0.04386903271065406,
|
| 2807 |
+
"learning_rate": 7.759424896229329e-06,
|
| 2808 |
+
"loss": 0.9055,
|
| 2809 |
+
"step": 400
|
| 2810 |
+
},
|
| 2811 |
+
{
|
| 2812 |
+
"epoch": 0.23461440011701468,
|
| 2813 |
+
"grad_norm": 0.05112057938888221,
|
| 2814 |
+
"learning_rate": 7.758234181717359e-06,
|
| 2815 |
+
"loss": 0.8179,
|
| 2816 |
+
"step": 401
|
| 2817 |
+
},
|
| 2818 |
+
{
|
| 2819 |
+
"epoch": 0.2351994734340147,
|
| 2820 |
+
"grad_norm": 0.03919834965990091,
|
| 2821 |
+
"learning_rate": 7.757040630158094e-06,
|
| 2822 |
+
"loss": 0.9131,
|
| 2823 |
+
"step": 402
|
| 2824 |
+
},
|
| 2825 |
+
{
|
| 2826 |
+
"epoch": 0.23578454675101473,
|
| 2827 |
+
"grad_norm": 0.04080472273046829,
|
| 2828 |
+
"learning_rate": 7.75584424255985e-06,
|
| 2829 |
+
"loss": 0.8772,
|
| 2830 |
+
"step": 403
|
| 2831 |
+
},
|
| 2832 |
+
{
|
| 2833 |
+
"epoch": 0.23636962006801476,
|
| 2834 |
+
"grad_norm": 0.036834620421617906,
|
| 2835 |
+
"learning_rate": 7.754645019933338e-06,
|
| 2836 |
+
"loss": 0.8155,
|
| 2837 |
+
"step": 404
|
| 2838 |
+
},
|
| 2839 |
+
{
|
| 2840 |
+
"epoch": 0.23695469338501482,
|
| 2841 |
+
"grad_norm": 0.03654317750178369,
|
| 2842 |
+
"learning_rate": 7.753442963291668e-06,
|
| 2843 |
+
"loss": 0.8346,
|
| 2844 |
+
"step": 405
|
| 2845 |
+
},
|
| 2846 |
+
{
|
| 2847 |
+
"epoch": 0.23753976670201485,
|
| 2848 |
+
"grad_norm": 0.04519798929105044,
|
| 2849 |
+
"learning_rate": 7.752238073650339e-06,
|
| 2850 |
+
"loss": 0.912,
|
| 2851 |
+
"step": 406
|
| 2852 |
+
},
|
| 2853 |
+
{
|
| 2854 |
+
"epoch": 0.23812484001901488,
|
| 2855 |
+
"grad_norm": 0.03826695253269902,
|
| 2856 |
+
"learning_rate": 7.751030352027246e-06,
|
| 2857 |
+
"loss": 0.8772,
|
| 2858 |
+
"step": 407
|
| 2859 |
+
},
|
| 2860 |
+
{
|
| 2861 |
+
"epoch": 0.2387099133360149,
|
| 2862 |
+
"grad_norm": 0.04486993387188878,
|
| 2863 |
+
"learning_rate": 7.749819799442676e-06,
|
| 2864 |
+
"loss": 0.8826,
|
| 2865 |
+
"step": 408
|
| 2866 |
+
},
|
| 2867 |
+
{
|
| 2868 |
+
"epoch": 0.23929498665301496,
|
| 2869 |
+
"grad_norm": 0.0776681654995442,
|
| 2870 |
+
"learning_rate": 7.74860641691931e-06,
|
| 2871 |
+
"loss": 0.8987,
|
| 2872 |
+
"step": 409
|
| 2873 |
+
},
|
| 2874 |
+
{
|
| 2875 |
+
"epoch": 0.239880059970015,
|
| 2876 |
+
"grad_norm": 0.05169098865704706,
|
| 2877 |
+
"learning_rate": 7.747390205482216e-06,
|
| 2878 |
+
"loss": 0.7904,
|
| 2879 |
+
"step": 410
|
| 2880 |
+
},
|
| 2881 |
+
{
|
| 2882 |
+
"epoch": 0.24046513328701502,
|
| 2883 |
+
"grad_norm": 0.042053672534972886,
|
| 2884 |
+
"learning_rate": 7.746171166158855e-06,
|
| 2885 |
+
"loss": 0.9188,
|
| 2886 |
+
"step": 411
|
| 2887 |
+
},
|
| 2888 |
+
{
|
| 2889 |
+
"epoch": 0.24105020660401508,
|
| 2890 |
+
"grad_norm": 0.044614916290635534,
|
| 2891 |
+
"learning_rate": 7.744949299979071e-06,
|
| 2892 |
+
"loss": 0.9118,
|
| 2893 |
+
"step": 412
|
| 2894 |
+
},
|
| 2895 |
+
{
|
| 2896 |
+
"epoch": 0.2416352799210151,
|
| 2897 |
+
"grad_norm": 0.04594381480411999,
|
| 2898 |
+
"learning_rate": 7.743724607975105e-06,
|
| 2899 |
+
"loss": 0.8547,
|
| 2900 |
+
"step": 413
|
| 2901 |
+
},
|
| 2902 |
+
{
|
| 2903 |
+
"epoch": 0.24222035323801513,
|
| 2904 |
+
"grad_norm": 0.037664202042716706,
|
| 2905 |
+
"learning_rate": 7.742497091181578e-06,
|
| 2906 |
+
"loss": 0.8446,
|
| 2907 |
+
"step": 414
|
| 2908 |
+
},
|
| 2909 |
+
{
|
| 2910 |
+
"epoch": 0.24280542655501516,
|
| 2911 |
+
"grad_norm": 0.04794778502796113,
|
| 2912 |
+
"learning_rate": 7.741266750635502e-06,
|
| 2913 |
+
"loss": 0.897,
|
| 2914 |
+
"step": 415
|
| 2915 |
+
},
|
| 2916 |
+
{
|
| 2917 |
+
"epoch": 0.24339049987201522,
|
| 2918 |
+
"grad_norm": 0.04188595026753968,
|
| 2919 |
+
"learning_rate": 7.740033587376275e-06,
|
| 2920 |
+
"loss": 0.9061,
|
| 2921 |
+
"step": 416
|
| 2922 |
+
},
|
| 2923 |
+
{
|
| 2924 |
+
"epoch": 0.24397557318901525,
|
| 2925 |
+
"grad_norm": 0.04407359629305258,
|
| 2926 |
+
"learning_rate": 7.738797602445671e-06,
|
| 2927 |
+
"loss": 0.9146,
|
| 2928 |
+
"step": 417
|
| 2929 |
+
},
|
| 2930 |
+
{
|
| 2931 |
+
"epoch": 0.24456064650601528,
|
| 2932 |
+
"grad_norm": 0.04077311126531583,
|
| 2933 |
+
"learning_rate": 7.73755879688786e-06,
|
| 2934 |
+
"loss": 0.8515,
|
| 2935 |
+
"step": 418
|
| 2936 |
+
},
|
| 2937 |
+
{
|
| 2938 |
+
"epoch": 0.24514571982301533,
|
| 2939 |
+
"grad_norm": 0.055784116703384304,
|
| 2940 |
+
"learning_rate": 7.736317171749385e-06,
|
| 2941 |
+
"loss": 0.851,
|
| 2942 |
+
"step": 419
|
| 2943 |
+
},
|
| 2944 |
+
{
|
| 2945 |
+
"epoch": 0.24573079314001536,
|
| 2946 |
+
"grad_norm": 0.049743142106565615,
|
| 2947 |
+
"learning_rate": 7.735072728079179e-06,
|
| 2948 |
+
"loss": 0.8718,
|
| 2949 |
+
"step": 420
|
| 2950 |
+
},
|
| 2951 |
+
{
|
| 2952 |
+
"epoch": 0.2463158664570154,
|
| 2953 |
+
"grad_norm": 0.04470234941233142,
|
| 2954 |
+
"learning_rate": 7.73382546692855e-06,
|
| 2955 |
+
"loss": 0.9624,
|
| 2956 |
+
"step": 421
|
| 2957 |
+
},
|
| 2958 |
+
{
|
| 2959 |
+
"epoch": 0.24690093977401542,
|
| 2960 |
+
"grad_norm": 0.040010409109375616,
|
| 2961 |
+
"learning_rate": 7.732575389351187e-06,
|
| 2962 |
+
"loss": 0.8925,
|
| 2963 |
+
"step": 422
|
| 2964 |
+
},
|
| 2965 |
+
{
|
| 2966 |
+
"epoch": 0.24748601309101548,
|
| 2967 |
+
"grad_norm": 0.04513853855792064,
|
| 2968 |
+
"learning_rate": 7.731322496403161e-06,
|
| 2969 |
+
"loss": 0.8163,
|
| 2970 |
+
"step": 423
|
| 2971 |
+
},
|
| 2972 |
+
{
|
| 2973 |
+
"epoch": 0.2480710864080155,
|
| 2974 |
+
"grad_norm": 0.04305001532204258,
|
| 2975 |
+
"learning_rate": 7.730066789142922e-06,
|
| 2976 |
+
"loss": 0.818,
|
| 2977 |
+
"step": 424
|
| 2978 |
+
},
|
| 2979 |
+
{
|
| 2980 |
+
"epoch": 0.24865615972501554,
|
| 2981 |
+
"grad_norm": 0.0381328984157233,
|
| 2982 |
+
"learning_rate": 7.728808268631291e-06,
|
| 2983 |
+
"loss": 0.8655,
|
| 2984 |
+
"step": 425
|
| 2985 |
+
},
|
| 2986 |
+
{
|
| 2987 |
+
"epoch": 0.24924123304201556,
|
| 2988 |
+
"grad_norm": 0.04141777979618345,
|
| 2989 |
+
"learning_rate": 7.727546935931473e-06,
|
| 2990 |
+
"loss": 0.8447,
|
| 2991 |
+
"step": 426
|
| 2992 |
+
},
|
| 2993 |
+
{
|
| 2994 |
+
"epoch": 0.24982630635901562,
|
| 2995 |
+
"grad_norm": 0.0441532278076972,
|
| 2996 |
+
"learning_rate": 7.726282792109049e-06,
|
| 2997 |
+
"loss": 0.7839,
|
| 2998 |
+
"step": 427
|
| 2999 |
+
},
|
| 3000 |
+
{
|
| 3001 |
+
"epoch": 0.2504113796760157,
|
| 3002 |
+
"grad_norm": 0.04369415131884431,
|
| 3003 |
+
"learning_rate": 7.725015838231966e-06,
|
| 3004 |
+
"loss": 0.8375,
|
| 3005 |
+
"step": 428
|
| 3006 |
+
}
|
| 3007 |
+
],
|
| 3008 |
+
"logging_steps": 1,
|
| 3009 |
+
"max_steps": 3418,
|
| 3010 |
+
"num_input_tokens_seen": 0,
|
| 3011 |
+
"num_train_epochs": 2,
|
| 3012 |
+
"save_steps": 428,
|
| 3013 |
+
"stateful_callbacks": {
|
| 3014 |
+
"TrainerControl": {
|
| 3015 |
+
"args": {
|
| 3016 |
+
"should_epoch_stop": false,
|
| 3017 |
+
"should_evaluate": false,
|
| 3018 |
+
"should_log": false,
|
| 3019 |
+
"should_save": true,
|
| 3020 |
+
"should_training_stop": false
|
| 3021 |
+
},
|
| 3022 |
+
"attributes": {}
|
| 3023 |
+
}
|
| 3024 |
+
},
|
| 3025 |
+
"total_flos": 1775486329946112.0,
|
| 3026 |
+
"train_batch_size": 1,
|
| 3027 |
+
"trial_name": null,
|
| 3028 |
+
"trial_params": null
|
| 3029 |
+
}
|
025/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0af7282c8ed9263b59e5fec9eb2eb6dc8fdaa6726fe7a5737f67abf37af0cc28
|
| 3 |
+
size 8440
|
025/zero_to_fp32.py
ADDED
|
@@ -0,0 +1,674 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/usr/bin/env python
|
| 2 |
+
|
| 3 |
+
# Copyright (c) Microsoft Corporation.
|
| 4 |
+
# SPDX-License-Identifier: Apache-2.0
|
| 5 |
+
|
| 6 |
+
# DeepSpeed Team
|
| 7 |
+
|
| 8 |
+
# This script extracts fp32 consolidated weights from a zero 1, 2 and 3 DeepSpeed checkpoints. It gets
|
| 9 |
+
# copied into the top level checkpoint dir, so the user can easily do the conversion at any point in
|
| 10 |
+
# the future. Once extracted, the weights don't require DeepSpeed and can be used in any
|
| 11 |
+
# application.
|
| 12 |
+
#
|
| 13 |
+
# example:
|
| 14 |
+
# python zero_to_fp32.py . output_dir/
|
| 15 |
+
# or
|
| 16 |
+
# python zero_to_fp32.py . output_dir/ --safe_serialization
|
| 17 |
+
|
| 18 |
+
import argparse
|
| 19 |
+
import torch
|
| 20 |
+
import glob
|
| 21 |
+
import math
|
| 22 |
+
import os
|
| 23 |
+
import re
|
| 24 |
+
import json
|
| 25 |
+
from tqdm import tqdm
|
| 26 |
+
from collections import OrderedDict
|
| 27 |
+
from dataclasses import dataclass
|
| 28 |
+
|
| 29 |
+
# while this script doesn't use deepspeed to recover data, since the checkpoints are pickled with
|
| 30 |
+
# DeepSpeed data structures it has to be available in the current python environment.
|
| 31 |
+
from deepspeed.utils import logger
|
| 32 |
+
from deepspeed.checkpoint.constants import (DS_VERSION, OPTIMIZER_STATE_DICT, SINGLE_PARTITION_OF_FP32_GROUPS,
|
| 33 |
+
FP32_FLAT_GROUPS, ZERO_STAGE, PARTITION_COUNT, PARAM_SHAPES, BUFFER_NAMES,
|
| 34 |
+
FROZEN_PARAM_SHAPES, FROZEN_PARAM_FRAGMENTS)
|
| 35 |
+
|
| 36 |
+
|
| 37 |
+
@dataclass
|
| 38 |
+
class zero_model_state:
|
| 39 |
+
buffers: dict()
|
| 40 |
+
param_shapes: dict()
|
| 41 |
+
shared_params: list
|
| 42 |
+
ds_version: int
|
| 43 |
+
frozen_param_shapes: dict()
|
| 44 |
+
frozen_param_fragments: dict()
|
| 45 |
+
|
| 46 |
+
|
| 47 |
+
debug = 0
|
| 48 |
+
|
| 49 |
+
# load to cpu
|
| 50 |
+
device = torch.device('cpu')
|
| 51 |
+
|
| 52 |
+
|
| 53 |
+
def atoi(text):
|
| 54 |
+
return int(text) if text.isdigit() else text
|
| 55 |
+
|
| 56 |
+
|
| 57 |
+
def natural_keys(text):
|
| 58 |
+
'''
|
| 59 |
+
alist.sort(key=natural_keys) sorts in human order
|
| 60 |
+
http://nedbatchelder.com/blog/200712/human_sorting.html
|
| 61 |
+
(See Toothy's implementation in the comments)
|
| 62 |
+
'''
|
| 63 |
+
return [atoi(c) for c in re.split(r'(\d+)', text)]
|
| 64 |
+
|
| 65 |
+
|
| 66 |
+
def get_model_state_file(checkpoint_dir, zero_stage):
|
| 67 |
+
if not os.path.isdir(checkpoint_dir):
|
| 68 |
+
raise FileNotFoundError(f"Directory '{checkpoint_dir}' doesn't exist")
|
| 69 |
+
|
| 70 |
+
# there should be only one file
|
| 71 |
+
if zero_stage <= 2:
|
| 72 |
+
file = os.path.join(checkpoint_dir, "mp_rank_00_model_states.pt")
|
| 73 |
+
elif zero_stage == 3:
|
| 74 |
+
file = os.path.join(checkpoint_dir, "zero_pp_rank_0_mp_rank_00_model_states.pt")
|
| 75 |
+
|
| 76 |
+
if not os.path.exists(file):
|
| 77 |
+
raise FileNotFoundError(f"can't find model states file at '{file}'")
|
| 78 |
+
|
| 79 |
+
return file
|
| 80 |
+
|
| 81 |
+
|
| 82 |
+
def get_checkpoint_files(checkpoint_dir, glob_pattern):
|
| 83 |
+
# XXX: need to test that this simple glob rule works for multi-node setup too
|
| 84 |
+
ckpt_files = sorted(glob.glob(os.path.join(checkpoint_dir, glob_pattern)), key=natural_keys)
|
| 85 |
+
|
| 86 |
+
if len(ckpt_files) == 0:
|
| 87 |
+
raise FileNotFoundError(f"can't find {glob_pattern} files in directory '{checkpoint_dir}'")
|
| 88 |
+
|
| 89 |
+
return ckpt_files
|
| 90 |
+
|
| 91 |
+
|
| 92 |
+
def get_optim_files(checkpoint_dir):
|
| 93 |
+
return get_checkpoint_files(checkpoint_dir, "*_optim_states.pt")
|
| 94 |
+
|
| 95 |
+
|
| 96 |
+
def get_model_state_files(checkpoint_dir):
|
| 97 |
+
return get_checkpoint_files(checkpoint_dir, "*_model_states.pt")
|
| 98 |
+
|
| 99 |
+
|
| 100 |
+
def parse_model_states(files):
|
| 101 |
+
zero_model_states = []
|
| 102 |
+
for file in files:
|
| 103 |
+
state_dict = torch.load(file, map_location=device)
|
| 104 |
+
|
| 105 |
+
if BUFFER_NAMES not in state_dict:
|
| 106 |
+
raise ValueError(f"{file} is not a model state checkpoint")
|
| 107 |
+
buffer_names = state_dict[BUFFER_NAMES]
|
| 108 |
+
if debug:
|
| 109 |
+
print("Found buffers:", buffer_names)
|
| 110 |
+
|
| 111 |
+
# recover just the buffers while restoring them to fp32 if they were saved in fp16
|
| 112 |
+
buffers = {k: v.float() for k, v in state_dict["module"].items() if k in buffer_names}
|
| 113 |
+
param_shapes = state_dict[PARAM_SHAPES]
|
| 114 |
+
|
| 115 |
+
# collect parameters that are included in param_shapes
|
| 116 |
+
param_names = []
|
| 117 |
+
for s in param_shapes:
|
| 118 |
+
for name in s.keys():
|
| 119 |
+
param_names.append(name)
|
| 120 |
+
|
| 121 |
+
# update with frozen parameters
|
| 122 |
+
frozen_param_shapes = state_dict.get(FROZEN_PARAM_SHAPES, None)
|
| 123 |
+
if frozen_param_shapes is not None:
|
| 124 |
+
if debug:
|
| 125 |
+
print(f"Found frozen_param_shapes: {frozen_param_shapes}")
|
| 126 |
+
param_names += list(frozen_param_shapes.keys())
|
| 127 |
+
|
| 128 |
+
# handle shared params
|
| 129 |
+
shared_params = [[k, v] for k, v in state_dict["shared_params"].items()]
|
| 130 |
+
|
| 131 |
+
ds_version = state_dict.get(DS_VERSION, None)
|
| 132 |
+
|
| 133 |
+
frozen_param_fragments = state_dict.get(FROZEN_PARAM_FRAGMENTS, None)
|
| 134 |
+
|
| 135 |
+
z_model_state = zero_model_state(buffers=buffers,
|
| 136 |
+
param_shapes=param_shapes,
|
| 137 |
+
shared_params=shared_params,
|
| 138 |
+
ds_version=ds_version,
|
| 139 |
+
frozen_param_shapes=frozen_param_shapes,
|
| 140 |
+
frozen_param_fragments=frozen_param_fragments)
|
| 141 |
+
zero_model_states.append(z_model_state)
|
| 142 |
+
|
| 143 |
+
return zero_model_states
|
| 144 |
+
|
| 145 |
+
|
| 146 |
+
def parse_optim_states(files, ds_checkpoint_dir):
|
| 147 |
+
total_files = len(files)
|
| 148 |
+
state_dicts = []
|
| 149 |
+
for f in files:
|
| 150 |
+
state_dict = torch.load(f, map_location=device)
|
| 151 |
+
# immediately discard the potentially huge 2 optimizer states as we only care for fp32 master weights
|
| 152 |
+
# and also handle the case where it was already removed by another helper script
|
| 153 |
+
state_dict["optimizer_state_dict"].pop("optimizer_state_dict", None)
|
| 154 |
+
state_dicts.append(state_dict)
|
| 155 |
+
|
| 156 |
+
if not ZERO_STAGE in state_dicts[0][OPTIMIZER_STATE_DICT]:
|
| 157 |
+
raise ValueError(f"{files[0]} is not a zero checkpoint")
|
| 158 |
+
zero_stage = state_dicts[0][OPTIMIZER_STATE_DICT][ZERO_STAGE]
|
| 159 |
+
world_size = state_dicts[0][OPTIMIZER_STATE_DICT][PARTITION_COUNT]
|
| 160 |
+
|
| 161 |
+
# For ZeRO-2 each param group can have different partition_count as data parallelism for expert
|
| 162 |
+
# parameters can be different from data parallelism for non-expert parameters. So we can just
|
| 163 |
+
# use the max of the partition_count to get the dp world_size.
|
| 164 |
+
|
| 165 |
+
if type(world_size) is list:
|
| 166 |
+
world_size = max(world_size)
|
| 167 |
+
|
| 168 |
+
if world_size != total_files:
|
| 169 |
+
raise ValueError(
|
| 170 |
+
f"Expected {world_size} of '*_optim_states.pt' under '{ds_checkpoint_dir}' but found {total_files} files. "
|
| 171 |
+
"Possibly due to an overwrite of an old checkpoint, or a checkpoint didn't get saved by one or more processes."
|
| 172 |
+
)
|
| 173 |
+
|
| 174 |
+
# the groups are named differently in each stage
|
| 175 |
+
if zero_stage <= 2:
|
| 176 |
+
fp32_groups_key = SINGLE_PARTITION_OF_FP32_GROUPS
|
| 177 |
+
elif zero_stage == 3:
|
| 178 |
+
fp32_groups_key = FP32_FLAT_GROUPS
|
| 179 |
+
else:
|
| 180 |
+
raise ValueError(f"unknown zero stage {zero_stage}")
|
| 181 |
+
|
| 182 |
+
if zero_stage <= 2:
|
| 183 |
+
fp32_flat_groups = [state_dicts[i][OPTIMIZER_STATE_DICT][fp32_groups_key] for i in range(len(state_dicts))]
|
| 184 |
+
elif zero_stage == 3:
|
| 185 |
+
# if there is more than one param group, there will be multiple flattened tensors - one
|
| 186 |
+
# flattened tensor per group - for simplicity merge them into a single tensor
|
| 187 |
+
#
|
| 188 |
+
# XXX: could make the script more memory efficient for when there are multiple groups - it
|
| 189 |
+
# will require matching the sub-lists of param_shapes for each param group flattened tensor
|
| 190 |
+
|
| 191 |
+
fp32_flat_groups = [
|
| 192 |
+
torch.cat(state_dicts[i][OPTIMIZER_STATE_DICT][fp32_groups_key], 0) for i in range(len(state_dicts))
|
| 193 |
+
]
|
| 194 |
+
|
| 195 |
+
return zero_stage, world_size, fp32_flat_groups
|
| 196 |
+
|
| 197 |
+
|
| 198 |
+
def _get_fp32_state_dict_from_zero_checkpoint(ds_checkpoint_dir, exclude_frozen_parameters):
|
| 199 |
+
"""
|
| 200 |
+
Returns fp32 state_dict reconstructed from ds checkpoint
|
| 201 |
+
|
| 202 |
+
Args:
|
| 203 |
+
- ``ds_checkpoint_dir``: path to the deepspeed checkpoint folder (where the optimizer files are)
|
| 204 |
+
|
| 205 |
+
"""
|
| 206 |
+
print(f"Processing zero checkpoint '{ds_checkpoint_dir}'")
|
| 207 |
+
|
| 208 |
+
optim_files = get_optim_files(ds_checkpoint_dir)
|
| 209 |
+
zero_stage, world_size, fp32_flat_groups = parse_optim_states(optim_files, ds_checkpoint_dir)
|
| 210 |
+
print(f"Detected checkpoint of type zero stage {zero_stage}, world_size: {world_size}")
|
| 211 |
+
|
| 212 |
+
model_files = get_model_state_files(ds_checkpoint_dir)
|
| 213 |
+
|
| 214 |
+
zero_model_states = parse_model_states(model_files)
|
| 215 |
+
print(f'Parsing checkpoint created by deepspeed=={zero_model_states[0].ds_version}')
|
| 216 |
+
|
| 217 |
+
if zero_stage <= 2:
|
| 218 |
+
return _get_fp32_state_dict_from_zero2_checkpoint(world_size, fp32_flat_groups, zero_model_states,
|
| 219 |
+
exclude_frozen_parameters)
|
| 220 |
+
elif zero_stage == 3:
|
| 221 |
+
return _get_fp32_state_dict_from_zero3_checkpoint(world_size, fp32_flat_groups, zero_model_states,
|
| 222 |
+
exclude_frozen_parameters)
|
| 223 |
+
|
| 224 |
+
|
| 225 |
+
def _zero2_merge_frozen_params(state_dict, zero_model_states):
|
| 226 |
+
if zero_model_states[0].frozen_param_shapes is None or len(zero_model_states[0].frozen_param_shapes) == 0:
|
| 227 |
+
return
|
| 228 |
+
|
| 229 |
+
frozen_param_shapes = zero_model_states[0].frozen_param_shapes
|
| 230 |
+
frozen_param_fragments = zero_model_states[0].frozen_param_fragments
|
| 231 |
+
|
| 232 |
+
if debug:
|
| 233 |
+
num_elem = sum(s.numel() for s in frozen_param_shapes.values())
|
| 234 |
+
print(f'rank 0: {FROZEN_PARAM_SHAPES}.numel = {num_elem}')
|
| 235 |
+
|
| 236 |
+
wanted_params = len(frozen_param_shapes)
|
| 237 |
+
wanted_numel = sum(s.numel() for s in frozen_param_shapes.values())
|
| 238 |
+
avail_numel = sum([p.numel() for p in frozen_param_fragments.values()])
|
| 239 |
+
print(f'Frozen params: Have {avail_numel} numels to process.')
|
| 240 |
+
print(f'Frozen params: Need {wanted_numel} numels in {wanted_params} params')
|
| 241 |
+
|
| 242 |
+
total_params = 0
|
| 243 |
+
total_numel = 0
|
| 244 |
+
for name, shape in frozen_param_shapes.items():
|
| 245 |
+
total_params += 1
|
| 246 |
+
unpartitioned_numel = shape.numel()
|
| 247 |
+
total_numel += unpartitioned_numel
|
| 248 |
+
|
| 249 |
+
state_dict[name] = frozen_param_fragments[name]
|
| 250 |
+
|
| 251 |
+
if debug:
|
| 252 |
+
print(f"{name} full shape: {shape} unpartitioned numel {unpartitioned_numel} ")
|
| 253 |
+
|
| 254 |
+
print(f"Reconstructed Frozen fp32 state dict with {total_params} params {total_numel} elements")
|
| 255 |
+
|
| 256 |
+
|
| 257 |
+
def _has_callable(obj, fn):
|
| 258 |
+
attr = getattr(obj, fn, None)
|
| 259 |
+
return callable(attr)
|
| 260 |
+
|
| 261 |
+
|
| 262 |
+
def _zero2_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states):
|
| 263 |
+
param_shapes = zero_model_states[0].param_shapes
|
| 264 |
+
|
| 265 |
+
# Reconstruction protocol:
|
| 266 |
+
#
|
| 267 |
+
# XXX: document this
|
| 268 |
+
|
| 269 |
+
if debug:
|
| 270 |
+
for i in range(world_size):
|
| 271 |
+
for j in range(len(fp32_flat_groups[0])):
|
| 272 |
+
print(f"{FP32_FLAT_GROUPS}[{i}][{j}].shape={fp32_flat_groups[i][j].shape}")
|
| 273 |
+
|
| 274 |
+
# XXX: memory usage doubles here (zero2)
|
| 275 |
+
num_param_groups = len(fp32_flat_groups[0])
|
| 276 |
+
merged_single_partition_of_fp32_groups = []
|
| 277 |
+
for i in range(num_param_groups):
|
| 278 |
+
merged_partitions = [sd[i] for sd in fp32_flat_groups]
|
| 279 |
+
full_single_fp32_vector = torch.cat(merged_partitions, 0)
|
| 280 |
+
merged_single_partition_of_fp32_groups.append(full_single_fp32_vector)
|
| 281 |
+
avail_numel = sum(
|
| 282 |
+
[full_single_fp32_vector.numel() for full_single_fp32_vector in merged_single_partition_of_fp32_groups])
|
| 283 |
+
|
| 284 |
+
if debug:
|
| 285 |
+
wanted_params = sum([len(shapes) for shapes in param_shapes])
|
| 286 |
+
wanted_numel = sum([sum(shape.numel() for shape in shapes.values()) for shapes in param_shapes])
|
| 287 |
+
# not asserting if there is a mismatch due to possible padding
|
| 288 |
+
print(f"Have {avail_numel} numels to process.")
|
| 289 |
+
print(f"Need {wanted_numel} numels in {wanted_params} params.")
|
| 290 |
+
|
| 291 |
+
# params
|
| 292 |
+
# XXX: for huge models that can't fit into the host's RAM we will have to recode this to support
|
| 293 |
+
# out-of-core computing solution
|
| 294 |
+
total_numel = 0
|
| 295 |
+
total_params = 0
|
| 296 |
+
for shapes, full_single_fp32_vector in zip(param_shapes, merged_single_partition_of_fp32_groups):
|
| 297 |
+
offset = 0
|
| 298 |
+
avail_numel = full_single_fp32_vector.numel()
|
| 299 |
+
for name, shape in shapes.items():
|
| 300 |
+
|
| 301 |
+
unpartitioned_numel = shape.numel() if _has_callable(shape, 'numel') else math.prod(shape)
|
| 302 |
+
total_numel += unpartitioned_numel
|
| 303 |
+
total_params += 1
|
| 304 |
+
|
| 305 |
+
if debug:
|
| 306 |
+
print(f"{name} full shape: {shape} unpartitioned numel {unpartitioned_numel} ")
|
| 307 |
+
state_dict[name] = full_single_fp32_vector.narrow(0, offset, unpartitioned_numel).view(shape)
|
| 308 |
+
offset += unpartitioned_numel
|
| 309 |
+
|
| 310 |
+
# Z2 started to align to 2*world_size to improve nccl performance. Therefore both offset and
|
| 311 |
+
# avail_numel can differ by anywhere between 0..2*world_size. Due to two unrelated complex
|
| 312 |
+
# paddings performed in the code it's almost impossible to predict the exact numbers w/o the
|
| 313 |
+
# live optimizer object, so we are checking that the numbers are within the right range
|
| 314 |
+
align_to = 2 * world_size
|
| 315 |
+
|
| 316 |
+
def zero2_align(x):
|
| 317 |
+
return align_to * math.ceil(x / align_to)
|
| 318 |
+
|
| 319 |
+
if debug:
|
| 320 |
+
print(f"original offset={offset}, avail_numel={avail_numel}")
|
| 321 |
+
|
| 322 |
+
offset = zero2_align(offset)
|
| 323 |
+
avail_numel = zero2_align(avail_numel)
|
| 324 |
+
|
| 325 |
+
if debug:
|
| 326 |
+
print(f"aligned offset={offset}, avail_numel={avail_numel}")
|
| 327 |
+
|
| 328 |
+
# Sanity check
|
| 329 |
+
if offset != avail_numel:
|
| 330 |
+
raise ValueError(f"consumed {offset} numels out of {avail_numel} - something is wrong")
|
| 331 |
+
|
| 332 |
+
print(f"Reconstructed fp32 state dict with {total_params} params {total_numel} elements")
|
| 333 |
+
|
| 334 |
+
|
| 335 |
+
def _get_fp32_state_dict_from_zero2_checkpoint(world_size, fp32_flat_groups, zero_model_states,
|
| 336 |
+
exclude_frozen_parameters):
|
| 337 |
+
state_dict = OrderedDict()
|
| 338 |
+
|
| 339 |
+
# buffers
|
| 340 |
+
buffers = zero_model_states[0].buffers
|
| 341 |
+
state_dict.update(buffers)
|
| 342 |
+
if debug:
|
| 343 |
+
print(f"added {len(buffers)} buffers")
|
| 344 |
+
|
| 345 |
+
if not exclude_frozen_parameters:
|
| 346 |
+
_zero2_merge_frozen_params(state_dict, zero_model_states)
|
| 347 |
+
|
| 348 |
+
_zero2_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states)
|
| 349 |
+
|
| 350 |
+
# recover shared parameters
|
| 351 |
+
for pair in zero_model_states[0].shared_params:
|
| 352 |
+
if pair[1] in state_dict:
|
| 353 |
+
state_dict[pair[0]] = state_dict[pair[1]]
|
| 354 |
+
|
| 355 |
+
return state_dict
|
| 356 |
+
|
| 357 |
+
|
| 358 |
+
def zero3_partitioned_param_info(unpartitioned_numel, world_size):
|
| 359 |
+
remainder = unpartitioned_numel % world_size
|
| 360 |
+
padding_numel = (world_size - remainder) if remainder else 0
|
| 361 |
+
partitioned_numel = math.ceil(unpartitioned_numel / world_size)
|
| 362 |
+
return partitioned_numel, padding_numel
|
| 363 |
+
|
| 364 |
+
|
| 365 |
+
def _zero3_merge_frozen_params(state_dict, world_size, zero_model_states):
|
| 366 |
+
if zero_model_states[0].frozen_param_shapes is None or len(zero_model_states[0].frozen_param_shapes) == 0:
|
| 367 |
+
return
|
| 368 |
+
|
| 369 |
+
if debug:
|
| 370 |
+
for i in range(world_size):
|
| 371 |
+
num_elem = sum(s.numel() for s in zero_model_states[i].frozen_param_fragments.values())
|
| 372 |
+
print(f'rank {i}: {FROZEN_PARAM_SHAPES}.numel = {num_elem}')
|
| 373 |
+
|
| 374 |
+
frozen_param_shapes = zero_model_states[0].frozen_param_shapes
|
| 375 |
+
wanted_params = len(frozen_param_shapes)
|
| 376 |
+
wanted_numel = sum(s.numel() for s in frozen_param_shapes.values())
|
| 377 |
+
avail_numel = sum([p.numel() for p in zero_model_states[0].frozen_param_fragments.values()]) * world_size
|
| 378 |
+
print(f'Frozen params: Have {avail_numel} numels to process.')
|
| 379 |
+
print(f'Frozen params: Need {wanted_numel} numels in {wanted_params} params')
|
| 380 |
+
|
| 381 |
+
total_params = 0
|
| 382 |
+
total_numel = 0
|
| 383 |
+
for name, shape in zero_model_states[0].frozen_param_shapes.items():
|
| 384 |
+
total_params += 1
|
| 385 |
+
unpartitioned_numel = shape.numel()
|
| 386 |
+
total_numel += unpartitioned_numel
|
| 387 |
+
|
| 388 |
+
param_frags = tuple(model_state.frozen_param_fragments[name] for model_state in zero_model_states)
|
| 389 |
+
state_dict[name] = torch.cat(param_frags, 0).narrow(0, 0, unpartitioned_numel).view(shape)
|
| 390 |
+
|
| 391 |
+
partitioned_numel, partitioned_padding_numel = zero3_partitioned_param_info(unpartitioned_numel, world_size)
|
| 392 |
+
|
| 393 |
+
if debug:
|
| 394 |
+
print(
|
| 395 |
+
f"Frozen params: {total_params} {name} full shape: {shape} partition0 numel={partitioned_numel} partitioned_padding_numel={partitioned_padding_numel}"
|
| 396 |
+
)
|
| 397 |
+
|
| 398 |
+
print(f"Reconstructed Frozen fp32 state dict with {total_params} params {total_numel} elements")
|
| 399 |
+
|
| 400 |
+
|
| 401 |
+
def _zero3_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states):
|
| 402 |
+
param_shapes = zero_model_states[0].param_shapes
|
| 403 |
+
avail_numel = fp32_flat_groups[0].numel() * world_size
|
| 404 |
+
# Reconstruction protocol: For zero3 we need to zip the partitions together at boundary of each
|
| 405 |
+
# param, re-consolidating each param, while dealing with padding if any
|
| 406 |
+
|
| 407 |
+
# merge list of dicts, preserving order
|
| 408 |
+
param_shapes = {k: v for d in param_shapes for k, v in d.items()}
|
| 409 |
+
|
| 410 |
+
if debug:
|
| 411 |
+
for i in range(world_size):
|
| 412 |
+
print(f"{FP32_FLAT_GROUPS}[{i}].shape={fp32_flat_groups[i].shape}")
|
| 413 |
+
|
| 414 |
+
wanted_params = len(param_shapes)
|
| 415 |
+
wanted_numel = sum(shape.numel() for shape in param_shapes.values())
|
| 416 |
+
# not asserting if there is a mismatch due to possible padding
|
| 417 |
+
avail_numel = fp32_flat_groups[0].numel() * world_size
|
| 418 |
+
print(f"Trainable params: Have {avail_numel} numels to process.")
|
| 419 |
+
print(f"Trainable params: Need {wanted_numel} numels in {wanted_params} params.")
|
| 420 |
+
|
| 421 |
+
# params
|
| 422 |
+
# XXX: for huge models that can't fit into the host's RAM we will have to recode this to support
|
| 423 |
+
# out-of-core computing solution
|
| 424 |
+
offset = 0
|
| 425 |
+
total_numel = 0
|
| 426 |
+
total_params = 0
|
| 427 |
+
for name, shape in tqdm(param_shapes.items(), desc='Gathering Sharded Weights'):
|
| 428 |
+
unpartitioned_numel = shape.numel()
|
| 429 |
+
total_numel += unpartitioned_numel
|
| 430 |
+
total_params += 1
|
| 431 |
+
partitioned_numel, partitioned_padding_numel = zero3_partitioned_param_info(unpartitioned_numel, world_size)
|
| 432 |
+
|
| 433 |
+
if debug:
|
| 434 |
+
print(
|
| 435 |
+
f"Trainable params: {total_params} {name} full shape: {shape} partition0 numel={partitioned_numel} partitioned_padding_numel={partitioned_padding_numel}"
|
| 436 |
+
)
|
| 437 |
+
|
| 438 |
+
# XXX: memory usage doubles here
|
| 439 |
+
state_dict[name] = torch.cat(
|
| 440 |
+
tuple(fp32_flat_groups[i].narrow(0, offset, partitioned_numel) for i in range(world_size)),
|
| 441 |
+
0).narrow(0, 0, unpartitioned_numel).view(shape)
|
| 442 |
+
offset += partitioned_numel
|
| 443 |
+
|
| 444 |
+
offset *= world_size
|
| 445 |
+
|
| 446 |
+
# Sanity check
|
| 447 |
+
if offset != avail_numel:
|
| 448 |
+
raise ValueError(f"consumed {offset} numels out of {avail_numel} - something is wrong")
|
| 449 |
+
|
| 450 |
+
print(f"Reconstructed Trainable fp32 state dict with {total_params} params {total_numel} elements")
|
| 451 |
+
|
| 452 |
+
|
| 453 |
+
def _get_fp32_state_dict_from_zero3_checkpoint(world_size, fp32_flat_groups, zero_model_states,
|
| 454 |
+
exclude_frozen_parameters):
|
| 455 |
+
state_dict = OrderedDict()
|
| 456 |
+
|
| 457 |
+
# buffers
|
| 458 |
+
buffers = zero_model_states[0].buffers
|
| 459 |
+
state_dict.update(buffers)
|
| 460 |
+
if debug:
|
| 461 |
+
print(f"added {len(buffers)} buffers")
|
| 462 |
+
|
| 463 |
+
if not exclude_frozen_parameters:
|
| 464 |
+
_zero3_merge_frozen_params(state_dict, world_size, zero_model_states)
|
| 465 |
+
|
| 466 |
+
_zero3_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states)
|
| 467 |
+
|
| 468 |
+
# recover shared parameters
|
| 469 |
+
for pair in zero_model_states[0].shared_params:
|
| 470 |
+
if pair[1] in state_dict:
|
| 471 |
+
state_dict[pair[0]] = state_dict[pair[1]]
|
| 472 |
+
|
| 473 |
+
return state_dict
|
| 474 |
+
|
| 475 |
+
|
| 476 |
+
def get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir, tag=None, exclude_frozen_parameters=False):
|
| 477 |
+
"""
|
| 478 |
+
Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated state_dict that can be loaded with
|
| 479 |
+
``load_state_dict()`` and used for training without DeepSpeed or shared with others, for example
|
| 480 |
+
via a model hub.
|
| 481 |
+
|
| 482 |
+
Args:
|
| 483 |
+
- ``checkpoint_dir``: path to the desired checkpoint folder
|
| 484 |
+
- ``tag``: checkpoint tag used as a unique identifier for checkpoint. If not provided will attempt to load tag in 'latest' file. e.g., ``global_step14``
|
| 485 |
+
- ``exclude_frozen_parameters``: exclude frozen parameters
|
| 486 |
+
|
| 487 |
+
Returns:
|
| 488 |
+
- pytorch ``state_dict``
|
| 489 |
+
|
| 490 |
+
Note: this approach may not work if your application doesn't have sufficient free CPU memory and
|
| 491 |
+
you may need to use the offline approach using the ``zero_to_fp32.py`` script that is saved with
|
| 492 |
+
the checkpoint.
|
| 493 |
+
|
| 494 |
+
A typical usage might be ::
|
| 495 |
+
|
| 496 |
+
from deepspeed.utils.zero_to_fp32 import get_fp32_state_dict_from_zero_checkpoint
|
| 497 |
+
# do the training and checkpoint saving
|
| 498 |
+
state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir) # already on cpu
|
| 499 |
+
model = model.cpu() # move to cpu
|
| 500 |
+
model.load_state_dict(state_dict)
|
| 501 |
+
# submit to model hub or save the model to share with others
|
| 502 |
+
|
| 503 |
+
In this example the ``model`` will no longer be usable in the deepspeed context of the same
|
| 504 |
+
application. i.e. you will need to re-initialize the deepspeed engine, since
|
| 505 |
+
``model.load_state_dict(state_dict)`` will remove all the deepspeed magic from it.
|
| 506 |
+
|
| 507 |
+
If you want it all done for you, use ``load_state_dict_from_zero_checkpoint`` instead.
|
| 508 |
+
|
| 509 |
+
"""
|
| 510 |
+
if tag is None:
|
| 511 |
+
latest_path = os.path.join(checkpoint_dir, 'latest')
|
| 512 |
+
if os.path.isfile(latest_path):
|
| 513 |
+
with open(latest_path, 'r') as fd:
|
| 514 |
+
tag = fd.read().strip()
|
| 515 |
+
else:
|
| 516 |
+
raise ValueError(f"Unable to find 'latest' file at {latest_path}")
|
| 517 |
+
|
| 518 |
+
ds_checkpoint_dir = os.path.join(checkpoint_dir, tag)
|
| 519 |
+
|
| 520 |
+
if not os.path.isdir(ds_checkpoint_dir):
|
| 521 |
+
raise FileNotFoundError(f"Directory '{ds_checkpoint_dir}' doesn't exist")
|
| 522 |
+
|
| 523 |
+
return _get_fp32_state_dict_from_zero_checkpoint(ds_checkpoint_dir, exclude_frozen_parameters)
|
| 524 |
+
|
| 525 |
+
|
| 526 |
+
def convert_zero_checkpoint_to_fp32_state_dict(checkpoint_dir,
|
| 527 |
+
output_dir,
|
| 528 |
+
max_shard_size="5GB",
|
| 529 |
+
safe_serialization=False,
|
| 530 |
+
tag=None,
|
| 531 |
+
exclude_frozen_parameters=False):
|
| 532 |
+
"""
|
| 533 |
+
Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated ``state_dict`` file that can be
|
| 534 |
+
loaded with ``torch.load(file)`` + ``load_state_dict()`` and used for training without DeepSpeed.
|
| 535 |
+
|
| 536 |
+
Args:
|
| 537 |
+
- ``checkpoint_dir``: path to the desired checkpoint folder. (one that contains the tag-folder, like ``global_step14``)
|
| 538 |
+
- ``output_dir``: directory to the pytorch fp32 state_dict output files
|
| 539 |
+
- ``max_shard_size``: the maximum size for a checkpoint before being sharded, default value is 5GB
|
| 540 |
+
- ``safe_serialization``: whether to save the model using `safetensors` or the traditional PyTorch way (that uses `pickle`).
|
| 541 |
+
- ``tag``: checkpoint tag used as a unique identifier for checkpoint. If not provided will attempt to load tag in the file named ``latest`` in the checkpoint folder, e.g., ``global_step14``
|
| 542 |
+
- ``exclude_frozen_parameters``: exclude frozen parameters
|
| 543 |
+
"""
|
| 544 |
+
# Dependency pre-check
|
| 545 |
+
if safe_serialization:
|
| 546 |
+
try:
|
| 547 |
+
from safetensors.torch import save_file
|
| 548 |
+
except ImportError:
|
| 549 |
+
print('If you want to use `safe_serialization`, please `pip install safetensors`')
|
| 550 |
+
raise
|
| 551 |
+
if max_shard_size is not None:
|
| 552 |
+
try:
|
| 553 |
+
from huggingface_hub import split_torch_state_dict_into_shards
|
| 554 |
+
except ImportError:
|
| 555 |
+
print('If you want to use `max_shard_size`, please `pip install huggingface_hub`')
|
| 556 |
+
raise
|
| 557 |
+
|
| 558 |
+
# Convert zero checkpoint to state_dict
|
| 559 |
+
state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir, tag, exclude_frozen_parameters)
|
| 560 |
+
|
| 561 |
+
# Shard the model if it is too big.
|
| 562 |
+
weights_name = "model.safetensors" if safe_serialization else "pytorch_model.bin"
|
| 563 |
+
if max_shard_size is not None:
|
| 564 |
+
filename_pattern = weights_name.replace(".bin", "{suffix}.bin").replace(".safetensors", "{suffix}.safetensors")
|
| 565 |
+
state_dict_split = split_torch_state_dict_into_shards(state_dict,
|
| 566 |
+
filename_pattern=filename_pattern,
|
| 567 |
+
max_shard_size=max_shard_size)
|
| 568 |
+
else:
|
| 569 |
+
from collections import namedtuple
|
| 570 |
+
StateDictSplit = namedtuple("StateDictSplit", ["is_sharded", "filename_to_tensors"])
|
| 571 |
+
state_dict_split = StateDictSplit(is_sharded=False,
|
| 572 |
+
filename_to_tensors={weights_name: list(state_dict.keys())})
|
| 573 |
+
|
| 574 |
+
# Save the model
|
| 575 |
+
filename_to_tensors = state_dict_split.filename_to_tensors.items()
|
| 576 |
+
for shard_file, tensors in tqdm(filename_to_tensors, desc="Saving checkpoint shards"):
|
| 577 |
+
shard = {tensor: state_dict[tensor].contiguous() for tensor in tensors}
|
| 578 |
+
output_path = os.path.join(output_dir, shard_file)
|
| 579 |
+
if safe_serialization:
|
| 580 |
+
save_file(shard, output_path, metadata={"format": "pt"})
|
| 581 |
+
else:
|
| 582 |
+
torch.save(shard, output_path)
|
| 583 |
+
|
| 584 |
+
# Save index if sharded
|
| 585 |
+
if state_dict_split.is_sharded:
|
| 586 |
+
index = {
|
| 587 |
+
"metadata": state_dict_split.metadata,
|
| 588 |
+
"weight_map": state_dict_split.tensor_to_filename,
|
| 589 |
+
}
|
| 590 |
+
save_index_file = "model.safetensors.index.json" if safe_serialization else "pytorch_model.bin.index.json"
|
| 591 |
+
save_index_file = os.path.join(output_dir, save_index_file)
|
| 592 |
+
with open(save_index_file, "w", encoding="utf-8") as f:
|
| 593 |
+
content = json.dumps(index, indent=2, sort_keys=True) + "\n"
|
| 594 |
+
f.write(content)
|
| 595 |
+
|
| 596 |
+
|
| 597 |
+
def load_state_dict_from_zero_checkpoint(model, checkpoint_dir, tag=None):
|
| 598 |
+
"""
|
| 599 |
+
1. Put the provided model to cpu
|
| 600 |
+
2. Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated ``state_dict``
|
| 601 |
+
3. Load it into the provided model
|
| 602 |
+
|
| 603 |
+
Args:
|
| 604 |
+
- ``model``: the model object to update
|
| 605 |
+
- ``checkpoint_dir``: path to the desired checkpoint folder. (one that contains the tag-folder, like ``global_step14``)
|
| 606 |
+
- ``tag``: checkpoint tag used as a unique identifier for checkpoint. If not provided will attempt to load tag in the file named ``latest`` in the checkpoint folder, e.g., ``global_step14``
|
| 607 |
+
|
| 608 |
+
Returns:
|
| 609 |
+
- ``model`: modified model
|
| 610 |
+
|
| 611 |
+
Make sure you have plenty of CPU memory available before you call this function. If you don't
|
| 612 |
+
have enough use the ``zero_to_fp32.py`` utility to do the conversion. You will find it
|
| 613 |
+
conveniently placed for you in the checkpoint folder.
|
| 614 |
+
|
| 615 |
+
A typical usage might be ::
|
| 616 |
+
|
| 617 |
+
from deepspeed.utils.zero_to_fp32 import load_state_dict_from_zero_checkpoint
|
| 618 |
+
model = load_state_dict_from_zero_checkpoint(trainer.model, checkpoint_dir)
|
| 619 |
+
# submit to model hub or save the model to share with others
|
| 620 |
+
|
| 621 |
+
Note, that once this was run, the ``model`` will no longer be usable in the deepspeed context
|
| 622 |
+
of the same application. i.e. you will need to re-initialize the deepspeed engine, since
|
| 623 |
+
``model.load_state_dict(state_dict)`` will remove all the deepspeed magic from it.
|
| 624 |
+
|
| 625 |
+
"""
|
| 626 |
+
logger.info(f"Extracting fp32 weights")
|
| 627 |
+
state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir, tag)
|
| 628 |
+
|
| 629 |
+
logger.info(f"Overwriting model with fp32 weights")
|
| 630 |
+
model = model.cpu()
|
| 631 |
+
model.load_state_dict(state_dict, strict=False)
|
| 632 |
+
|
| 633 |
+
return model
|
| 634 |
+
|
| 635 |
+
|
| 636 |
+
if __name__ == "__main__":
|
| 637 |
+
parser = argparse.ArgumentParser()
|
| 638 |
+
parser.add_argument("checkpoint_dir",
|
| 639 |
+
type=str,
|
| 640 |
+
help="path to the desired checkpoint folder, e.g., path/checkpoint-12")
|
| 641 |
+
parser.add_argument("output_dir",
|
| 642 |
+
type=str,
|
| 643 |
+
help="directory to the pytorch fp32 state_dict output files"
|
| 644 |
+
"(e.g. path/checkpoint-12-output/)")
|
| 645 |
+
parser.add_argument(
|
| 646 |
+
"--max_shard_size",
|
| 647 |
+
type=str,
|
| 648 |
+
default="5GB",
|
| 649 |
+
help="The maximum size for a checkpoint before being sharded. Checkpoints shard will then be each of size"
|
| 650 |
+
"lower than this size. If expressed as a string, needs to be digits followed by a unit (like `5MB`"
|
| 651 |
+
"We default it to 5GB in order for models to be able to run easily on free-tier google colab instances"
|
| 652 |
+
"without CPU OOM issues.")
|
| 653 |
+
parser.add_argument(
|
| 654 |
+
"--safe_serialization",
|
| 655 |
+
default=False,
|
| 656 |
+
action='store_true',
|
| 657 |
+
help="Whether to save the model using `safetensors` or the traditional PyTorch way (that uses `pickle`).")
|
| 658 |
+
parser.add_argument("-t",
|
| 659 |
+
"--tag",
|
| 660 |
+
type=str,
|
| 661 |
+
default=None,
|
| 662 |
+
help="checkpoint tag used as a unique identifier for checkpoint. e.g., global_step1")
|
| 663 |
+
parser.add_argument("--exclude_frozen_parameters", action='store_true', help="exclude frozen parameters")
|
| 664 |
+
parser.add_argument("-d", "--debug", action='store_true', help="enable debug")
|
| 665 |
+
args = parser.parse_args()
|
| 666 |
+
|
| 667 |
+
debug = args.debug
|
| 668 |
+
|
| 669 |
+
convert_zero_checkpoint_to_fp32_state_dict(args.checkpoint_dir,
|
| 670 |
+
args.output_dir,
|
| 671 |
+
max_shard_size=args.max_shard_size,
|
| 672 |
+
safe_serialization=args.safe_serialization,
|
| 673 |
+
tag=args.tag,
|
| 674 |
+
exclude_frozen_parameters=args.exclude_frozen_parameters)
|