Upload folder using huggingface_hub
Browse files- config.json +40 -0
- generation_config.json +12 -0
- model-00001-of-00030.safetensors +3 -0
- model-00002-of-00030.safetensors +3 -0
- model-00003-of-00030.safetensors +3 -0
- model-00004-of-00030.safetensors +3 -0
- model-00005-of-00030.safetensors +3 -0
- model-00006-of-00030.safetensors +3 -0
- model-00007-of-00030.safetensors +3 -0
- model-00008-of-00030.safetensors +3 -0
- model-00009-of-00030.safetensors +3 -0
- model-00010-of-00030.safetensors +3 -0
- model-00011-of-00030.safetensors +3 -0
- model-00012-of-00030.safetensors +3 -0
- model-00013-of-00030.safetensors +3 -0
- model-00014-of-00030.safetensors +3 -0
- model-00015-of-00030.safetensors +3 -0
- model-00016-of-00030.safetensors +3 -0
- model-00017-of-00030.safetensors +3 -0
- model-00018-of-00030.safetensors +3 -0
- model-00019-of-00030.safetensors +3 -0
- model-00020-of-00030.safetensors +3 -0
- model-00021-of-00030.safetensors +3 -0
- model-00022-of-00030.safetensors +3 -0
- model-00023-of-00030.safetensors +3 -0
- model-00024-of-00030.safetensors +3 -0
- model-00025-of-00030.safetensors +3 -0
- model-00026-of-00030.safetensors +3 -0
- model-00027-of-00030.safetensors +3 -0
- model-00028-of-00030.safetensors +3 -0
- model-00029-of-00030.safetensors +3 -0
- model-00030-of-00030.safetensors +3 -0
- model.safetensors.index.json +730 -0
- runs/Aug02_03-07-07_149-130-216-123/events.out.tfevents.1722568648.149-130-216-123.50296.0 +3 -0
- runs/Aug02_03-28-04_149-130-216-123/events.out.tfevents.1722569538.149-130-216-123.60998.0 +3 -0
- runs/Aug02_03-43-04_149-130-216-123/events.out.tfevents.1722570477.149-130-216-123.69842.0 +3 -0
- runs/Aug02_03-50-58_149-130-216-123/events.out.tfevents.1722570942.149-130-216-123.75120.0 +3 -0
- runs/Aug02_03-58-40_149-130-216-123/events.out.tfevents.1722571374.149-130-216-123.79981.0 +3 -0
- special_tokens_map.json +17 -0
- tokenizer.json +0 -0
- tokenizer/tokenizer_config.json +1 -1
- tokenizer_config.json +2065 -0
- trainer_state.json +3664 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "meta-llama/Meta-Llama-3.1-70B-Instruct",
|
3 |
+
"architectures": [
|
4 |
+
"LlamaForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_bias": false,
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 128000,
|
9 |
+
"eos_token_id": [
|
10 |
+
128001,
|
11 |
+
128008,
|
12 |
+
128009
|
13 |
+
],
|
14 |
+
"hidden_act": "silu",
|
15 |
+
"hidden_size": 8192,
|
16 |
+
"initializer_range": 0.02,
|
17 |
+
"intermediate_size": 28672,
|
18 |
+
"max_position_embeddings": 131072,
|
19 |
+
"mlp_bias": false,
|
20 |
+
"model_type": "llama",
|
21 |
+
"num_attention_heads": 64,
|
22 |
+
"num_hidden_layers": 80,
|
23 |
+
"num_key_value_heads": 8,
|
24 |
+
"pretraining_tp": 1,
|
25 |
+
"rms_norm_eps": 1e-05,
|
26 |
+
"rope_scaling": {
|
27 |
+
"factor": 8.0,
|
28 |
+
"high_freq_factor": 4.0,
|
29 |
+
"low_freq_factor": 1.0,
|
30 |
+
"original_max_position_embeddings": 8192,
|
31 |
+
"rope_type": "llama3"
|
32 |
+
},
|
33 |
+
"rope_theta": 500000.0,
|
34 |
+
"sliding_window": 8192,
|
35 |
+
"tie_word_embeddings": false,
|
36 |
+
"torch_dtype": "bfloat16",
|
37 |
+
"transformers_version": "4.44.0.dev0",
|
38 |
+
"use_cache": false,
|
39 |
+
"vocab_size": 128256
|
40 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 128000,
|
3 |
+
"do_sample": true,
|
4 |
+
"eos_token_id": [
|
5 |
+
128001,
|
6 |
+
128008,
|
7 |
+
128009
|
8 |
+
],
|
9 |
+
"temperature": 0.6,
|
10 |
+
"top_p": 0.9,
|
11 |
+
"transformers_version": "4.44.0.dev0"
|
12 |
+
}
|
model-00001-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7468a93fd4da195d0ebb7a4ae07ce042c985952a35423d1acb8c7c08ce4b864e
|
3 |
+
size 4584408808
|
model-00002-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4987344fd1c79c29eba14a2147eb7750c46b7755979e9e40ff2f717a4e0f36c
|
3 |
+
size 4664167376
|
model-00003-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29b6b94e07b0775a25a409f28ba6512797e2e6d5860e411731d81c34449e6c56
|
3 |
+
size 4999711704
|
model-00004-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9af325f16271855ff16c33ab12bb9559343077de55109369e7965c6d4b7899ea
|
3 |
+
size 4966157032
|
model-00005-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d33e0219794e5f0b44a1e8a24fced4d000d86ff3181c8e2377cd4b22de895eb
|
3 |
+
size 4664134408
|
model-00006-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1fe64e569269a848492669293a00b312ae542de49eb9410b16507a2e9de7d9ad
|
3 |
+
size 4664167408
|
model-00007-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:72a5f7ed87b78d7e02e4956c58d7687063b2a61192564dbc1d967766d4cf4576
|
3 |
+
size 4664167408
|
model-00008-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a04f0c405d711d8a772892232c6300b131b9593b58ef0e0a17cf29d848c0b13
|
3 |
+
size 4999711728
|
model-00009-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93a3f9efd7ba7f98d7370e8bea653bc1681db71879b9cb141b6f63662d078204
|
3 |
+
size 4966157056
|
model-00010-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9cf0c429850eed34897720f6615de83b512c7f440a5b2e68a936b0c3620c2990
|
3 |
+
size 4664134408
|
model-00011-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14d2f8c3b4fae02f79f7889455c9dd321d91b73e5a60ac4a75d52d66963ea98f
|
3 |
+
size 4664167408
|
model-00012-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ca10d793db95f6ebf80e0901ffc2e77aadf4b937efdd1c1647466ad380a5a6d0
|
3 |
+
size 4664167408
|
model-00013-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50f7ec37f16afacd042478149375a659dfd716a59ecfa637583f34b9e496b8d4
|
3 |
+
size 4999711728
|
model-00014-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6de84cad7bde0cfce599afa96f4f477ff424efccf065448b97ff54373551940a
|
3 |
+
size 4966157056
|
model-00015-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7063be9e482a3aec0df17978585735a08986c9ea59b7de537652c77e39f00763
|
3 |
+
size 4664134408
|
model-00016-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d8cb5bc763824125f156ae8655c642fb6dfd60326f4604beae291f5bdbd99f0
|
3 |
+
size 4664167408
|
model-00017-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:470aff4a39c5af61f207b8311acd303f29642b3ecaa446cfe33b92b31bfe4445
|
3 |
+
size 4664167408
|
model-00018-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15b3f513b528f653dbedbb89424f6a9a87a8b24bd2ade46a8b8d2c2c8b792921
|
3 |
+
size 4999711728
|
model-00019-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:abb7e4f6892f083f27b965d9d6a793a85c375fe6cde64aa7068fb7dd537e79f9
|
3 |
+
size 4966157056
|
model-00020-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:09fa7d9e0870b6969caefac39fccb67df69552a759f9f9ddaa542c8cc436015a
|
3 |
+
size 4664134408
|
model-00021-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50b2a16941d20e18f3602ecf7cf1542c6562e9a15f234f0435c2ea24e8ae8062
|
3 |
+
size 4664167408
|
model-00022-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:33d8ae518a1a28f770a5ac9ee43eee8f9ca759b22f97c8cc9cb9de87ae1891a4
|
3 |
+
size 4664167408
|
model-00023-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6cbdf80647078c6ce82ea92d6fff9daa0623a90c745c5d10670f277921fcd74a
|
3 |
+
size 4999711728
|
model-00024-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e0ae3df6edbc2bd1dc6382781f446299b1ef8367a23fd94156b93fb82d52744
|
3 |
+
size 4966157056
|
model-00025-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e34d4b96d64cb64ef255d3ce6f8bb857e73b82fde0146d3e126e7d143e0d31dc
|
3 |
+
size 4664134408
|
model-00026-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c96555194534ab531b6ef199045d5d65a95f35c3826069bab3fcff7499100699
|
3 |
+
size 4664167408
|
model-00027-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5f8ad916cc4f26faf34bb9b131270335375acf674b7b5ccae7388cf43510ab6
|
3 |
+
size 4664167408
|
model-00028-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:089f0df1233c7a690c3d1e7eec3919d5024edaf5ab6b2b639de230cf13f4bf16
|
3 |
+
size 4999711728
|
model-00029-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5839dceed19991e9b17583cc91b4ad17aff7119cc6015fa261de2ec9e51a7ff2
|
3 |
+
size 4966173536
|
model-00030-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:271686127f0511923ba4ffdfc07c99c06230bb1432b67382da54d5de22c335db
|
3 |
+
size 2101346432
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,730 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 141107412992
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "model-00030-of-00030.safetensors",
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00030.safetensors",
|
8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00030.safetensors",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00030.safetensors",
|
10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00030.safetensors",
|
11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00030.safetensors",
|
12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00030.safetensors",
|
13 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00030.safetensors",
|
14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00030.safetensors",
|
15 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00030.safetensors",
|
16 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00030.safetensors",
|
17 |
+
"model.layers.1.input_layernorm.weight": "model-00002-of-00030.safetensors",
|
18 |
+
"model.layers.1.mlp.down_proj.weight": "model-00002-of-00030.safetensors",
|
19 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00030.safetensors",
|
20 |
+
"model.layers.1.mlp.up_proj.weight": "model-00002-of-00030.safetensors",
|
21 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00002-of-00030.safetensors",
|
22 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00030.safetensors",
|
23 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00030.safetensors",
|
24 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00030.safetensors",
|
25 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00030.safetensors",
|
26 |
+
"model.layers.10.input_layernorm.weight": "model-00005-of-00030.safetensors",
|
27 |
+
"model.layers.10.mlp.down_proj.weight": "model-00005-of-00030.safetensors",
|
28 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00005-of-00030.safetensors",
|
29 |
+
"model.layers.10.mlp.up_proj.weight": "model-00005-of-00030.safetensors",
|
30 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00005-of-00030.safetensors",
|
31 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00005-of-00030.safetensors",
|
32 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00005-of-00030.safetensors",
|
33 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00005-of-00030.safetensors",
|
34 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00005-of-00030.safetensors",
|
35 |
+
"model.layers.11.input_layernorm.weight": "model-00005-of-00030.safetensors",
|
36 |
+
"model.layers.11.mlp.down_proj.weight": "model-00005-of-00030.safetensors",
|
37 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00005-of-00030.safetensors",
|
38 |
+
"model.layers.11.mlp.up_proj.weight": "model-00005-of-00030.safetensors",
|
39 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00005-of-00030.safetensors",
|
40 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00005-of-00030.safetensors",
|
41 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00005-of-00030.safetensors",
|
42 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00005-of-00030.safetensors",
|
43 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00005-of-00030.safetensors",
|
44 |
+
"model.layers.12.input_layernorm.weight": "model-00006-of-00030.safetensors",
|
45 |
+
"model.layers.12.mlp.down_proj.weight": "model-00006-of-00030.safetensors",
|
46 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00005-of-00030.safetensors",
|
47 |
+
"model.layers.12.mlp.up_proj.weight": "model-00005-of-00030.safetensors",
|
48 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00006-of-00030.safetensors",
|
49 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00005-of-00030.safetensors",
|
50 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00005-of-00030.safetensors",
|
51 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00005-of-00030.safetensors",
|
52 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00005-of-00030.safetensors",
|
53 |
+
"model.layers.13.input_layernorm.weight": "model-00006-of-00030.safetensors",
|
54 |
+
"model.layers.13.mlp.down_proj.weight": "model-00006-of-00030.safetensors",
|
55 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00006-of-00030.safetensors",
|
56 |
+
"model.layers.13.mlp.up_proj.weight": "model-00006-of-00030.safetensors",
|
57 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00006-of-00030.safetensors",
|
58 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00006-of-00030.safetensors",
|
59 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00006-of-00030.safetensors",
|
60 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00006-of-00030.safetensors",
|
61 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00006-of-00030.safetensors",
|
62 |
+
"model.layers.14.input_layernorm.weight": "model-00006-of-00030.safetensors",
|
63 |
+
"model.layers.14.mlp.down_proj.weight": "model-00006-of-00030.safetensors",
|
64 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00006-of-00030.safetensors",
|
65 |
+
"model.layers.14.mlp.up_proj.weight": "model-00006-of-00030.safetensors",
|
66 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00006-of-00030.safetensors",
|
67 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00006-of-00030.safetensors",
|
68 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00006-of-00030.safetensors",
|
69 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00006-of-00030.safetensors",
|
70 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00006-of-00030.safetensors",
|
71 |
+
"model.layers.15.input_layernorm.weight": "model-00007-of-00030.safetensors",
|
72 |
+
"model.layers.15.mlp.down_proj.weight": "model-00007-of-00030.safetensors",
|
73 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00006-of-00030.safetensors",
|
74 |
+
"model.layers.15.mlp.up_proj.weight": "model-00007-of-00030.safetensors",
|
75 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00007-of-00030.safetensors",
|
76 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00006-of-00030.safetensors",
|
77 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00006-of-00030.safetensors",
|
78 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00006-of-00030.safetensors",
|
79 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00006-of-00030.safetensors",
|
80 |
+
"model.layers.16.input_layernorm.weight": "model-00007-of-00030.safetensors",
|
81 |
+
"model.layers.16.mlp.down_proj.weight": "model-00007-of-00030.safetensors",
|
82 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00007-of-00030.safetensors",
|
83 |
+
"model.layers.16.mlp.up_proj.weight": "model-00007-of-00030.safetensors",
|
84 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00007-of-00030.safetensors",
|
85 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00007-of-00030.safetensors",
|
86 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00007-of-00030.safetensors",
|
87 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00007-of-00030.safetensors",
|
88 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00007-of-00030.safetensors",
|
89 |
+
"model.layers.17.input_layernorm.weight": "model-00007-of-00030.safetensors",
|
90 |
+
"model.layers.17.mlp.down_proj.weight": "model-00007-of-00030.safetensors",
|
91 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00007-of-00030.safetensors",
|
92 |
+
"model.layers.17.mlp.up_proj.weight": "model-00007-of-00030.safetensors",
|
93 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00007-of-00030.safetensors",
|
94 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00007-of-00030.safetensors",
|
95 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00007-of-00030.safetensors",
|
96 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00007-of-00030.safetensors",
|
97 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00007-of-00030.safetensors",
|
98 |
+
"model.layers.18.input_layernorm.weight": "model-00008-of-00030.safetensors",
|
99 |
+
"model.layers.18.mlp.down_proj.weight": "model-00008-of-00030.safetensors",
|
100 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00008-of-00030.safetensors",
|
101 |
+
"model.layers.18.mlp.up_proj.weight": "model-00008-of-00030.safetensors",
|
102 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00008-of-00030.safetensors",
|
103 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00007-of-00030.safetensors",
|
104 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00007-of-00030.safetensors",
|
105 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00007-of-00030.safetensors",
|
106 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00007-of-00030.safetensors",
|
107 |
+
"model.layers.19.input_layernorm.weight": "model-00008-of-00030.safetensors",
|
108 |
+
"model.layers.19.mlp.down_proj.weight": "model-00008-of-00030.safetensors",
|
109 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00008-of-00030.safetensors",
|
110 |
+
"model.layers.19.mlp.up_proj.weight": "model-00008-of-00030.safetensors",
|
111 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00008-of-00030.safetensors",
|
112 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00008-of-00030.safetensors",
|
113 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00008-of-00030.safetensors",
|
114 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00008-of-00030.safetensors",
|
115 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00008-of-00030.safetensors",
|
116 |
+
"model.layers.2.input_layernorm.weight": "model-00002-of-00030.safetensors",
|
117 |
+
"model.layers.2.mlp.down_proj.weight": "model-00002-of-00030.safetensors",
|
118 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00002-of-00030.safetensors",
|
119 |
+
"model.layers.2.mlp.up_proj.weight": "model-00002-of-00030.safetensors",
|
120 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00002-of-00030.safetensors",
|
121 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00002-of-00030.safetensors",
|
122 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00002-of-00030.safetensors",
|
123 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00002-of-00030.safetensors",
|
124 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00002-of-00030.safetensors",
|
125 |
+
"model.layers.20.input_layernorm.weight": "model-00008-of-00030.safetensors",
|
126 |
+
"model.layers.20.mlp.down_proj.weight": "model-00008-of-00030.safetensors",
|
127 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00008-of-00030.safetensors",
|
128 |
+
"model.layers.20.mlp.up_proj.weight": "model-00008-of-00030.safetensors",
|
129 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00008-of-00030.safetensors",
|
130 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00008-of-00030.safetensors",
|
131 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00008-of-00030.safetensors",
|
132 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00008-of-00030.safetensors",
|
133 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00008-of-00030.safetensors",
|
134 |
+
"model.layers.21.input_layernorm.weight": "model-00009-of-00030.safetensors",
|
135 |
+
"model.layers.21.mlp.down_proj.weight": "model-00009-of-00030.safetensors",
|
136 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00009-of-00030.safetensors",
|
137 |
+
"model.layers.21.mlp.up_proj.weight": "model-00009-of-00030.safetensors",
|
138 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00009-of-00030.safetensors",
|
139 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00008-of-00030.safetensors",
|
140 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00009-of-00030.safetensors",
|
141 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00008-of-00030.safetensors",
|
142 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00008-of-00030.safetensors",
|
143 |
+
"model.layers.22.input_layernorm.weight": "model-00009-of-00030.safetensors",
|
144 |
+
"model.layers.22.mlp.down_proj.weight": "model-00009-of-00030.safetensors",
|
145 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00009-of-00030.safetensors",
|
146 |
+
"model.layers.22.mlp.up_proj.weight": "model-00009-of-00030.safetensors",
|
147 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00009-of-00030.safetensors",
|
148 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00009-of-00030.safetensors",
|
149 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00009-of-00030.safetensors",
|
150 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00009-of-00030.safetensors",
|
151 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00009-of-00030.safetensors",
|
152 |
+
"model.layers.23.input_layernorm.weight": "model-00009-of-00030.safetensors",
|
153 |
+
"model.layers.23.mlp.down_proj.weight": "model-00009-of-00030.safetensors",
|
154 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00009-of-00030.safetensors",
|
155 |
+
"model.layers.23.mlp.up_proj.weight": "model-00009-of-00030.safetensors",
|
156 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00009-of-00030.safetensors",
|
157 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00009-of-00030.safetensors",
|
158 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00009-of-00030.safetensors",
|
159 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00009-of-00030.safetensors",
|
160 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00009-of-00030.safetensors",
|
161 |
+
"model.layers.24.input_layernorm.weight": "model-00010-of-00030.safetensors",
|
162 |
+
"model.layers.24.mlp.down_proj.weight": "model-00010-of-00030.safetensors",
|
163 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00010-of-00030.safetensors",
|
164 |
+
"model.layers.24.mlp.up_proj.weight": "model-00010-of-00030.safetensors",
|
165 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00010-of-00030.safetensors",
|
166 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00010-of-00030.safetensors",
|
167 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00010-of-00030.safetensors",
|
168 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00010-of-00030.safetensors",
|
169 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00010-of-00030.safetensors",
|
170 |
+
"model.layers.25.input_layernorm.weight": "model-00010-of-00030.safetensors",
|
171 |
+
"model.layers.25.mlp.down_proj.weight": "model-00010-of-00030.safetensors",
|
172 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00010-of-00030.safetensors",
|
173 |
+
"model.layers.25.mlp.up_proj.weight": "model-00010-of-00030.safetensors",
|
174 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00010-of-00030.safetensors",
|
175 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00010-of-00030.safetensors",
|
176 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00010-of-00030.safetensors",
|
177 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00010-of-00030.safetensors",
|
178 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00010-of-00030.safetensors",
|
179 |
+
"model.layers.26.input_layernorm.weight": "model-00011-of-00030.safetensors",
|
180 |
+
"model.layers.26.mlp.down_proj.weight": "model-00011-of-00030.safetensors",
|
181 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00010-of-00030.safetensors",
|
182 |
+
"model.layers.26.mlp.up_proj.weight": "model-00010-of-00030.safetensors",
|
183 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00011-of-00030.safetensors",
|
184 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00010-of-00030.safetensors",
|
185 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00010-of-00030.safetensors",
|
186 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00010-of-00030.safetensors",
|
187 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00010-of-00030.safetensors",
|
188 |
+
"model.layers.27.input_layernorm.weight": "model-00011-of-00030.safetensors",
|
189 |
+
"model.layers.27.mlp.down_proj.weight": "model-00011-of-00030.safetensors",
|
190 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00011-of-00030.safetensors",
|
191 |
+
"model.layers.27.mlp.up_proj.weight": "model-00011-of-00030.safetensors",
|
192 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00011-of-00030.safetensors",
|
193 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00011-of-00030.safetensors",
|
194 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00011-of-00030.safetensors",
|
195 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00011-of-00030.safetensors",
|
196 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00011-of-00030.safetensors",
|
197 |
+
"model.layers.28.input_layernorm.weight": "model-00011-of-00030.safetensors",
|
198 |
+
"model.layers.28.mlp.down_proj.weight": "model-00011-of-00030.safetensors",
|
199 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00011-of-00030.safetensors",
|
200 |
+
"model.layers.28.mlp.up_proj.weight": "model-00011-of-00030.safetensors",
|
201 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00011-of-00030.safetensors",
|
202 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00011-of-00030.safetensors",
|
203 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00011-of-00030.safetensors",
|
204 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00011-of-00030.safetensors",
|
205 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00011-of-00030.safetensors",
|
206 |
+
"model.layers.29.input_layernorm.weight": "model-00012-of-00030.safetensors",
|
207 |
+
"model.layers.29.mlp.down_proj.weight": "model-00012-of-00030.safetensors",
|
208 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00011-of-00030.safetensors",
|
209 |
+
"model.layers.29.mlp.up_proj.weight": "model-00012-of-00030.safetensors",
|
210 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00012-of-00030.safetensors",
|
211 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00011-of-00030.safetensors",
|
212 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00011-of-00030.safetensors",
|
213 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00011-of-00030.safetensors",
|
214 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00011-of-00030.safetensors",
|
215 |
+
"model.layers.3.input_layernorm.weight": "model-00002-of-00030.safetensors",
|
216 |
+
"model.layers.3.mlp.down_proj.weight": "model-00002-of-00030.safetensors",
|
217 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00002-of-00030.safetensors",
|
218 |
+
"model.layers.3.mlp.up_proj.weight": "model-00002-of-00030.safetensors",
|
219 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00002-of-00030.safetensors",
|
220 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00002-of-00030.safetensors",
|
221 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00002-of-00030.safetensors",
|
222 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00002-of-00030.safetensors",
|
223 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00002-of-00030.safetensors",
|
224 |
+
"model.layers.30.input_layernorm.weight": "model-00012-of-00030.safetensors",
|
225 |
+
"model.layers.30.mlp.down_proj.weight": "model-00012-of-00030.safetensors",
|
226 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00012-of-00030.safetensors",
|
227 |
+
"model.layers.30.mlp.up_proj.weight": "model-00012-of-00030.safetensors",
|
228 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00012-of-00030.safetensors",
|
229 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00012-of-00030.safetensors",
|
230 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00012-of-00030.safetensors",
|
231 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00012-of-00030.safetensors",
|
232 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00012-of-00030.safetensors",
|
233 |
+
"model.layers.31.input_layernorm.weight": "model-00012-of-00030.safetensors",
|
234 |
+
"model.layers.31.mlp.down_proj.weight": "model-00012-of-00030.safetensors",
|
235 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00012-of-00030.safetensors",
|
236 |
+
"model.layers.31.mlp.up_proj.weight": "model-00012-of-00030.safetensors",
|
237 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00012-of-00030.safetensors",
|
238 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00012-of-00030.safetensors",
|
239 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00012-of-00030.safetensors",
|
240 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00012-of-00030.safetensors",
|
241 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00012-of-00030.safetensors",
|
242 |
+
"model.layers.32.input_layernorm.weight": "model-00013-of-00030.safetensors",
|
243 |
+
"model.layers.32.mlp.down_proj.weight": "model-00013-of-00030.safetensors",
|
244 |
+
"model.layers.32.mlp.gate_proj.weight": "model-00013-of-00030.safetensors",
|
245 |
+
"model.layers.32.mlp.up_proj.weight": "model-00013-of-00030.safetensors",
|
246 |
+
"model.layers.32.post_attention_layernorm.weight": "model-00013-of-00030.safetensors",
|
247 |
+
"model.layers.32.self_attn.k_proj.weight": "model-00012-of-00030.safetensors",
|
248 |
+
"model.layers.32.self_attn.o_proj.weight": "model-00012-of-00030.safetensors",
|
249 |
+
"model.layers.32.self_attn.q_proj.weight": "model-00012-of-00030.safetensors",
|
250 |
+
"model.layers.32.self_attn.v_proj.weight": "model-00012-of-00030.safetensors",
|
251 |
+
"model.layers.33.input_layernorm.weight": "model-00013-of-00030.safetensors",
|
252 |
+
"model.layers.33.mlp.down_proj.weight": "model-00013-of-00030.safetensors",
|
253 |
+
"model.layers.33.mlp.gate_proj.weight": "model-00013-of-00030.safetensors",
|
254 |
+
"model.layers.33.mlp.up_proj.weight": "model-00013-of-00030.safetensors",
|
255 |
+
"model.layers.33.post_attention_layernorm.weight": "model-00013-of-00030.safetensors",
|
256 |
+
"model.layers.33.self_attn.k_proj.weight": "model-00013-of-00030.safetensors",
|
257 |
+
"model.layers.33.self_attn.o_proj.weight": "model-00013-of-00030.safetensors",
|
258 |
+
"model.layers.33.self_attn.q_proj.weight": "model-00013-of-00030.safetensors",
|
259 |
+
"model.layers.33.self_attn.v_proj.weight": "model-00013-of-00030.safetensors",
|
260 |
+
"model.layers.34.input_layernorm.weight": "model-00013-of-00030.safetensors",
|
261 |
+
"model.layers.34.mlp.down_proj.weight": "model-00013-of-00030.safetensors",
|
262 |
+
"model.layers.34.mlp.gate_proj.weight": "model-00013-of-00030.safetensors",
|
263 |
+
"model.layers.34.mlp.up_proj.weight": "model-00013-of-00030.safetensors",
|
264 |
+
"model.layers.34.post_attention_layernorm.weight": "model-00013-of-00030.safetensors",
|
265 |
+
"model.layers.34.self_attn.k_proj.weight": "model-00013-of-00030.safetensors",
|
266 |
+
"model.layers.34.self_attn.o_proj.weight": "model-00013-of-00030.safetensors",
|
267 |
+
"model.layers.34.self_attn.q_proj.weight": "model-00013-of-00030.safetensors",
|
268 |
+
"model.layers.34.self_attn.v_proj.weight": "model-00013-of-00030.safetensors",
|
269 |
+
"model.layers.35.input_layernorm.weight": "model-00014-of-00030.safetensors",
|
270 |
+
"model.layers.35.mlp.down_proj.weight": "model-00014-of-00030.safetensors",
|
271 |
+
"model.layers.35.mlp.gate_proj.weight": "model-00014-of-00030.safetensors",
|
272 |
+
"model.layers.35.mlp.up_proj.weight": "model-00014-of-00030.safetensors",
|
273 |
+
"model.layers.35.post_attention_layernorm.weight": "model-00014-of-00030.safetensors",
|
274 |
+
"model.layers.35.self_attn.k_proj.weight": "model-00013-of-00030.safetensors",
|
275 |
+
"model.layers.35.self_attn.o_proj.weight": "model-00014-of-00030.safetensors",
|
276 |
+
"model.layers.35.self_attn.q_proj.weight": "model-00013-of-00030.safetensors",
|
277 |
+
"model.layers.35.self_attn.v_proj.weight": "model-00013-of-00030.safetensors",
|
278 |
+
"model.layers.36.input_layernorm.weight": "model-00014-of-00030.safetensors",
|
279 |
+
"model.layers.36.mlp.down_proj.weight": "model-00014-of-00030.safetensors",
|
280 |
+
"model.layers.36.mlp.gate_proj.weight": "model-00014-of-00030.safetensors",
|
281 |
+
"model.layers.36.mlp.up_proj.weight": "model-00014-of-00030.safetensors",
|
282 |
+
"model.layers.36.post_attention_layernorm.weight": "model-00014-of-00030.safetensors",
|
283 |
+
"model.layers.36.self_attn.k_proj.weight": "model-00014-of-00030.safetensors",
|
284 |
+
"model.layers.36.self_attn.o_proj.weight": "model-00014-of-00030.safetensors",
|
285 |
+
"model.layers.36.self_attn.q_proj.weight": "model-00014-of-00030.safetensors",
|
286 |
+
"model.layers.36.self_attn.v_proj.weight": "model-00014-of-00030.safetensors",
|
287 |
+
"model.layers.37.input_layernorm.weight": "model-00014-of-00030.safetensors",
|
288 |
+
"model.layers.37.mlp.down_proj.weight": "model-00014-of-00030.safetensors",
|
289 |
+
"model.layers.37.mlp.gate_proj.weight": "model-00014-of-00030.safetensors",
|
290 |
+
"model.layers.37.mlp.up_proj.weight": "model-00014-of-00030.safetensors",
|
291 |
+
"model.layers.37.post_attention_layernorm.weight": "model-00014-of-00030.safetensors",
|
292 |
+
"model.layers.37.self_attn.k_proj.weight": "model-00014-of-00030.safetensors",
|
293 |
+
"model.layers.37.self_attn.o_proj.weight": "model-00014-of-00030.safetensors",
|
294 |
+
"model.layers.37.self_attn.q_proj.weight": "model-00014-of-00030.safetensors",
|
295 |
+
"model.layers.37.self_attn.v_proj.weight": "model-00014-of-00030.safetensors",
|
296 |
+
"model.layers.38.input_layernorm.weight": "model-00015-of-00030.safetensors",
|
297 |
+
"model.layers.38.mlp.down_proj.weight": "model-00015-of-00030.safetensors",
|
298 |
+
"model.layers.38.mlp.gate_proj.weight": "model-00015-of-00030.safetensors",
|
299 |
+
"model.layers.38.mlp.up_proj.weight": "model-00015-of-00030.safetensors",
|
300 |
+
"model.layers.38.post_attention_layernorm.weight": "model-00015-of-00030.safetensors",
|
301 |
+
"model.layers.38.self_attn.k_proj.weight": "model-00015-of-00030.safetensors",
|
302 |
+
"model.layers.38.self_attn.o_proj.weight": "model-00015-of-00030.safetensors",
|
303 |
+
"model.layers.38.self_attn.q_proj.weight": "model-00015-of-00030.safetensors",
|
304 |
+
"model.layers.38.self_attn.v_proj.weight": "model-00015-of-00030.safetensors",
|
305 |
+
"model.layers.39.input_layernorm.weight": "model-00015-of-00030.safetensors",
|
306 |
+
"model.layers.39.mlp.down_proj.weight": "model-00015-of-00030.safetensors",
|
307 |
+
"model.layers.39.mlp.gate_proj.weight": "model-00015-of-00030.safetensors",
|
308 |
+
"model.layers.39.mlp.up_proj.weight": "model-00015-of-00030.safetensors",
|
309 |
+
"model.layers.39.post_attention_layernorm.weight": "model-00015-of-00030.safetensors",
|
310 |
+
"model.layers.39.self_attn.k_proj.weight": "model-00015-of-00030.safetensors",
|
311 |
+
"model.layers.39.self_attn.o_proj.weight": "model-00015-of-00030.safetensors",
|
312 |
+
"model.layers.39.self_attn.q_proj.weight": "model-00015-of-00030.safetensors",
|
313 |
+
"model.layers.39.self_attn.v_proj.weight": "model-00015-of-00030.safetensors",
|
314 |
+
"model.layers.4.input_layernorm.weight": "model-00003-of-00030.safetensors",
|
315 |
+
"model.layers.4.mlp.down_proj.weight": "model-00003-of-00030.safetensors",
|
316 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00003-of-00030.safetensors",
|
317 |
+
"model.layers.4.mlp.up_proj.weight": "model-00003-of-00030.safetensors",
|
318 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00003-of-00030.safetensors",
|
319 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00002-of-00030.safetensors",
|
320 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00002-of-00030.safetensors",
|
321 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00002-of-00030.safetensors",
|
322 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00002-of-00030.safetensors",
|
323 |
+
"model.layers.40.input_layernorm.weight": "model-00016-of-00030.safetensors",
|
324 |
+
"model.layers.40.mlp.down_proj.weight": "model-00016-of-00030.safetensors",
|
325 |
+
"model.layers.40.mlp.gate_proj.weight": "model-00015-of-00030.safetensors",
|
326 |
+
"model.layers.40.mlp.up_proj.weight": "model-00015-of-00030.safetensors",
|
327 |
+
"model.layers.40.post_attention_layernorm.weight": "model-00016-of-00030.safetensors",
|
328 |
+
"model.layers.40.self_attn.k_proj.weight": "model-00015-of-00030.safetensors",
|
329 |
+
"model.layers.40.self_attn.o_proj.weight": "model-00015-of-00030.safetensors",
|
330 |
+
"model.layers.40.self_attn.q_proj.weight": "model-00015-of-00030.safetensors",
|
331 |
+
"model.layers.40.self_attn.v_proj.weight": "model-00015-of-00030.safetensors",
|
332 |
+
"model.layers.41.input_layernorm.weight": "model-00016-of-00030.safetensors",
|
333 |
+
"model.layers.41.mlp.down_proj.weight": "model-00016-of-00030.safetensors",
|
334 |
+
"model.layers.41.mlp.gate_proj.weight": "model-00016-of-00030.safetensors",
|
335 |
+
"model.layers.41.mlp.up_proj.weight": "model-00016-of-00030.safetensors",
|
336 |
+
"model.layers.41.post_attention_layernorm.weight": "model-00016-of-00030.safetensors",
|
337 |
+
"model.layers.41.self_attn.k_proj.weight": "model-00016-of-00030.safetensors",
|
338 |
+
"model.layers.41.self_attn.o_proj.weight": "model-00016-of-00030.safetensors",
|
339 |
+
"model.layers.41.self_attn.q_proj.weight": "model-00016-of-00030.safetensors",
|
340 |
+
"model.layers.41.self_attn.v_proj.weight": "model-00016-of-00030.safetensors",
|
341 |
+
"model.layers.42.input_layernorm.weight": "model-00016-of-00030.safetensors",
|
342 |
+
"model.layers.42.mlp.down_proj.weight": "model-00016-of-00030.safetensors",
|
343 |
+
"model.layers.42.mlp.gate_proj.weight": "model-00016-of-00030.safetensors",
|
344 |
+
"model.layers.42.mlp.up_proj.weight": "model-00016-of-00030.safetensors",
|
345 |
+
"model.layers.42.post_attention_layernorm.weight": "model-00016-of-00030.safetensors",
|
346 |
+
"model.layers.42.self_attn.k_proj.weight": "model-00016-of-00030.safetensors",
|
347 |
+
"model.layers.42.self_attn.o_proj.weight": "model-00016-of-00030.safetensors",
|
348 |
+
"model.layers.42.self_attn.q_proj.weight": "model-00016-of-00030.safetensors",
|
349 |
+
"model.layers.42.self_attn.v_proj.weight": "model-00016-of-00030.safetensors",
|
350 |
+
"model.layers.43.input_layernorm.weight": "model-00017-of-00030.safetensors",
|
351 |
+
"model.layers.43.mlp.down_proj.weight": "model-00017-of-00030.safetensors",
|
352 |
+
"model.layers.43.mlp.gate_proj.weight": "model-00016-of-00030.safetensors",
|
353 |
+
"model.layers.43.mlp.up_proj.weight": "model-00017-of-00030.safetensors",
|
354 |
+
"model.layers.43.post_attention_layernorm.weight": "model-00017-of-00030.safetensors",
|
355 |
+
"model.layers.43.self_attn.k_proj.weight": "model-00016-of-00030.safetensors",
|
356 |
+
"model.layers.43.self_attn.o_proj.weight": "model-00016-of-00030.safetensors",
|
357 |
+
"model.layers.43.self_attn.q_proj.weight": "model-00016-of-00030.safetensors",
|
358 |
+
"model.layers.43.self_attn.v_proj.weight": "model-00016-of-00030.safetensors",
|
359 |
+
"model.layers.44.input_layernorm.weight": "model-00017-of-00030.safetensors",
|
360 |
+
"model.layers.44.mlp.down_proj.weight": "model-00017-of-00030.safetensors",
|
361 |
+
"model.layers.44.mlp.gate_proj.weight": "model-00017-of-00030.safetensors",
|
362 |
+
"model.layers.44.mlp.up_proj.weight": "model-00017-of-00030.safetensors",
|
363 |
+
"model.layers.44.post_attention_layernorm.weight": "model-00017-of-00030.safetensors",
|
364 |
+
"model.layers.44.self_attn.k_proj.weight": "model-00017-of-00030.safetensors",
|
365 |
+
"model.layers.44.self_attn.o_proj.weight": "model-00017-of-00030.safetensors",
|
366 |
+
"model.layers.44.self_attn.q_proj.weight": "model-00017-of-00030.safetensors",
|
367 |
+
"model.layers.44.self_attn.v_proj.weight": "model-00017-of-00030.safetensors",
|
368 |
+
"model.layers.45.input_layernorm.weight": "model-00017-of-00030.safetensors",
|
369 |
+
"model.layers.45.mlp.down_proj.weight": "model-00017-of-00030.safetensors",
|
370 |
+
"model.layers.45.mlp.gate_proj.weight": "model-00017-of-00030.safetensors",
|
371 |
+
"model.layers.45.mlp.up_proj.weight": "model-00017-of-00030.safetensors",
|
372 |
+
"model.layers.45.post_attention_layernorm.weight": "model-00017-of-00030.safetensors",
|
373 |
+
"model.layers.45.self_attn.k_proj.weight": "model-00017-of-00030.safetensors",
|
374 |
+
"model.layers.45.self_attn.o_proj.weight": "model-00017-of-00030.safetensors",
|
375 |
+
"model.layers.45.self_attn.q_proj.weight": "model-00017-of-00030.safetensors",
|
376 |
+
"model.layers.45.self_attn.v_proj.weight": "model-00017-of-00030.safetensors",
|
377 |
+
"model.layers.46.input_layernorm.weight": "model-00018-of-00030.safetensors",
|
378 |
+
"model.layers.46.mlp.down_proj.weight": "model-00018-of-00030.safetensors",
|
379 |
+
"model.layers.46.mlp.gate_proj.weight": "model-00018-of-00030.safetensors",
|
380 |
+
"model.layers.46.mlp.up_proj.weight": "model-00018-of-00030.safetensors",
|
381 |
+
"model.layers.46.post_attention_layernorm.weight": "model-00018-of-00030.safetensors",
|
382 |
+
"model.layers.46.self_attn.k_proj.weight": "model-00017-of-00030.safetensors",
|
383 |
+
"model.layers.46.self_attn.o_proj.weight": "model-00017-of-00030.safetensors",
|
384 |
+
"model.layers.46.self_attn.q_proj.weight": "model-00017-of-00030.safetensors",
|
385 |
+
"model.layers.46.self_attn.v_proj.weight": "model-00017-of-00030.safetensors",
|
386 |
+
"model.layers.47.input_layernorm.weight": "model-00018-of-00030.safetensors",
|
387 |
+
"model.layers.47.mlp.down_proj.weight": "model-00018-of-00030.safetensors",
|
388 |
+
"model.layers.47.mlp.gate_proj.weight": "model-00018-of-00030.safetensors",
|
389 |
+
"model.layers.47.mlp.up_proj.weight": "model-00018-of-00030.safetensors",
|
390 |
+
"model.layers.47.post_attention_layernorm.weight": "model-00018-of-00030.safetensors",
|
391 |
+
"model.layers.47.self_attn.k_proj.weight": "model-00018-of-00030.safetensors",
|
392 |
+
"model.layers.47.self_attn.o_proj.weight": "model-00018-of-00030.safetensors",
|
393 |
+
"model.layers.47.self_attn.q_proj.weight": "model-00018-of-00030.safetensors",
|
394 |
+
"model.layers.47.self_attn.v_proj.weight": "model-00018-of-00030.safetensors",
|
395 |
+
"model.layers.48.input_layernorm.weight": "model-00018-of-00030.safetensors",
|
396 |
+
"model.layers.48.mlp.down_proj.weight": "model-00018-of-00030.safetensors",
|
397 |
+
"model.layers.48.mlp.gate_proj.weight": "model-00018-of-00030.safetensors",
|
398 |
+
"model.layers.48.mlp.up_proj.weight": "model-00018-of-00030.safetensors",
|
399 |
+
"model.layers.48.post_attention_layernorm.weight": "model-00018-of-00030.safetensors",
|
400 |
+
"model.layers.48.self_attn.k_proj.weight": "model-00018-of-00030.safetensors",
|
401 |
+
"model.layers.48.self_attn.o_proj.weight": "model-00018-of-00030.safetensors",
|
402 |
+
"model.layers.48.self_attn.q_proj.weight": "model-00018-of-00030.safetensors",
|
403 |
+
"model.layers.48.self_attn.v_proj.weight": "model-00018-of-00030.safetensors",
|
404 |
+
"model.layers.49.input_layernorm.weight": "model-00019-of-00030.safetensors",
|
405 |
+
"model.layers.49.mlp.down_proj.weight": "model-00019-of-00030.safetensors",
|
406 |
+
"model.layers.49.mlp.gate_proj.weight": "model-00019-of-00030.safetensors",
|
407 |
+
"model.layers.49.mlp.up_proj.weight": "model-00019-of-00030.safetensors",
|
408 |
+
"model.layers.49.post_attention_layernorm.weight": "model-00019-of-00030.safetensors",
|
409 |
+
"model.layers.49.self_attn.k_proj.weight": "model-00018-of-00030.safetensors",
|
410 |
+
"model.layers.49.self_attn.o_proj.weight": "model-00019-of-00030.safetensors",
|
411 |
+
"model.layers.49.self_attn.q_proj.weight": "model-00018-of-00030.safetensors",
|
412 |
+
"model.layers.49.self_attn.v_proj.weight": "model-00018-of-00030.safetensors",
|
413 |
+
"model.layers.5.input_layernorm.weight": "model-00003-of-00030.safetensors",
|
414 |
+
"model.layers.5.mlp.down_proj.weight": "model-00003-of-00030.safetensors",
|
415 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00003-of-00030.safetensors",
|
416 |
+
"model.layers.5.mlp.up_proj.weight": "model-00003-of-00030.safetensors",
|
417 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00003-of-00030.safetensors",
|
418 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00003-of-00030.safetensors",
|
419 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00003-of-00030.safetensors",
|
420 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00003-of-00030.safetensors",
|
421 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00003-of-00030.safetensors",
|
422 |
+
"model.layers.50.input_layernorm.weight": "model-00019-of-00030.safetensors",
|
423 |
+
"model.layers.50.mlp.down_proj.weight": "model-00019-of-00030.safetensors",
|
424 |
+
"model.layers.50.mlp.gate_proj.weight": "model-00019-of-00030.safetensors",
|
425 |
+
"model.layers.50.mlp.up_proj.weight": "model-00019-of-00030.safetensors",
|
426 |
+
"model.layers.50.post_attention_layernorm.weight": "model-00019-of-00030.safetensors",
|
427 |
+
"model.layers.50.self_attn.k_proj.weight": "model-00019-of-00030.safetensors",
|
428 |
+
"model.layers.50.self_attn.o_proj.weight": "model-00019-of-00030.safetensors",
|
429 |
+
"model.layers.50.self_attn.q_proj.weight": "model-00019-of-00030.safetensors",
|
430 |
+
"model.layers.50.self_attn.v_proj.weight": "model-00019-of-00030.safetensors",
|
431 |
+
"model.layers.51.input_layernorm.weight": "model-00019-of-00030.safetensors",
|
432 |
+
"model.layers.51.mlp.down_proj.weight": "model-00019-of-00030.safetensors",
|
433 |
+
"model.layers.51.mlp.gate_proj.weight": "model-00019-of-00030.safetensors",
|
434 |
+
"model.layers.51.mlp.up_proj.weight": "model-00019-of-00030.safetensors",
|
435 |
+
"model.layers.51.post_attention_layernorm.weight": "model-00019-of-00030.safetensors",
|
436 |
+
"model.layers.51.self_attn.k_proj.weight": "model-00019-of-00030.safetensors",
|
437 |
+
"model.layers.51.self_attn.o_proj.weight": "model-00019-of-00030.safetensors",
|
438 |
+
"model.layers.51.self_attn.q_proj.weight": "model-00019-of-00030.safetensors",
|
439 |
+
"model.layers.51.self_attn.v_proj.weight": "model-00019-of-00030.safetensors",
|
440 |
+
"model.layers.52.input_layernorm.weight": "model-00020-of-00030.safetensors",
|
441 |
+
"model.layers.52.mlp.down_proj.weight": "model-00020-of-00030.safetensors",
|
442 |
+
"model.layers.52.mlp.gate_proj.weight": "model-00020-of-00030.safetensors",
|
443 |
+
"model.layers.52.mlp.up_proj.weight": "model-00020-of-00030.safetensors",
|
444 |
+
"model.layers.52.post_attention_layernorm.weight": "model-00020-of-00030.safetensors",
|
445 |
+
"model.layers.52.self_attn.k_proj.weight": "model-00020-of-00030.safetensors",
|
446 |
+
"model.layers.52.self_attn.o_proj.weight": "model-00020-of-00030.safetensors",
|
447 |
+
"model.layers.52.self_attn.q_proj.weight": "model-00020-of-00030.safetensors",
|
448 |
+
"model.layers.52.self_attn.v_proj.weight": "model-00020-of-00030.safetensors",
|
449 |
+
"model.layers.53.input_layernorm.weight": "model-00020-of-00030.safetensors",
|
450 |
+
"model.layers.53.mlp.down_proj.weight": "model-00020-of-00030.safetensors",
|
451 |
+
"model.layers.53.mlp.gate_proj.weight": "model-00020-of-00030.safetensors",
|
452 |
+
"model.layers.53.mlp.up_proj.weight": "model-00020-of-00030.safetensors",
|
453 |
+
"model.layers.53.post_attention_layernorm.weight": "model-00020-of-00030.safetensors",
|
454 |
+
"model.layers.53.self_attn.k_proj.weight": "model-00020-of-00030.safetensors",
|
455 |
+
"model.layers.53.self_attn.o_proj.weight": "model-00020-of-00030.safetensors",
|
456 |
+
"model.layers.53.self_attn.q_proj.weight": "model-00020-of-00030.safetensors",
|
457 |
+
"model.layers.53.self_attn.v_proj.weight": "model-00020-of-00030.safetensors",
|
458 |
+
"model.layers.54.input_layernorm.weight": "model-00021-of-00030.safetensors",
|
459 |
+
"model.layers.54.mlp.down_proj.weight": "model-00021-of-00030.safetensors",
|
460 |
+
"model.layers.54.mlp.gate_proj.weight": "model-00020-of-00030.safetensors",
|
461 |
+
"model.layers.54.mlp.up_proj.weight": "model-00020-of-00030.safetensors",
|
462 |
+
"model.layers.54.post_attention_layernorm.weight": "model-00021-of-00030.safetensors",
|
463 |
+
"model.layers.54.self_attn.k_proj.weight": "model-00020-of-00030.safetensors",
|
464 |
+
"model.layers.54.self_attn.o_proj.weight": "model-00020-of-00030.safetensors",
|
465 |
+
"model.layers.54.self_attn.q_proj.weight": "model-00020-of-00030.safetensors",
|
466 |
+
"model.layers.54.self_attn.v_proj.weight": "model-00020-of-00030.safetensors",
|
467 |
+
"model.layers.55.input_layernorm.weight": "model-00021-of-00030.safetensors",
|
468 |
+
"model.layers.55.mlp.down_proj.weight": "model-00021-of-00030.safetensors",
|
469 |
+
"model.layers.55.mlp.gate_proj.weight": "model-00021-of-00030.safetensors",
|
470 |
+
"model.layers.55.mlp.up_proj.weight": "model-00021-of-00030.safetensors",
|
471 |
+
"model.layers.55.post_attention_layernorm.weight": "model-00021-of-00030.safetensors",
|
472 |
+
"model.layers.55.self_attn.k_proj.weight": "model-00021-of-00030.safetensors",
|
473 |
+
"model.layers.55.self_attn.o_proj.weight": "model-00021-of-00030.safetensors",
|
474 |
+
"model.layers.55.self_attn.q_proj.weight": "model-00021-of-00030.safetensors",
|
475 |
+
"model.layers.55.self_attn.v_proj.weight": "model-00021-of-00030.safetensors",
|
476 |
+
"model.layers.56.input_layernorm.weight": "model-00021-of-00030.safetensors",
|
477 |
+
"model.layers.56.mlp.down_proj.weight": "model-00021-of-00030.safetensors",
|
478 |
+
"model.layers.56.mlp.gate_proj.weight": "model-00021-of-00030.safetensors",
|
479 |
+
"model.layers.56.mlp.up_proj.weight": "model-00021-of-00030.safetensors",
|
480 |
+
"model.layers.56.post_attention_layernorm.weight": "model-00021-of-00030.safetensors",
|
481 |
+
"model.layers.56.self_attn.k_proj.weight": "model-00021-of-00030.safetensors",
|
482 |
+
"model.layers.56.self_attn.o_proj.weight": "model-00021-of-00030.safetensors",
|
483 |
+
"model.layers.56.self_attn.q_proj.weight": "model-00021-of-00030.safetensors",
|
484 |
+
"model.layers.56.self_attn.v_proj.weight": "model-00021-of-00030.safetensors",
|
485 |
+
"model.layers.57.input_layernorm.weight": "model-00022-of-00030.safetensors",
|
486 |
+
"model.layers.57.mlp.down_proj.weight": "model-00022-of-00030.safetensors",
|
487 |
+
"model.layers.57.mlp.gate_proj.weight": "model-00021-of-00030.safetensors",
|
488 |
+
"model.layers.57.mlp.up_proj.weight": "model-00022-of-00030.safetensors",
|
489 |
+
"model.layers.57.post_attention_layernorm.weight": "model-00022-of-00030.safetensors",
|
490 |
+
"model.layers.57.self_attn.k_proj.weight": "model-00021-of-00030.safetensors",
|
491 |
+
"model.layers.57.self_attn.o_proj.weight": "model-00021-of-00030.safetensors",
|
492 |
+
"model.layers.57.self_attn.q_proj.weight": "model-00021-of-00030.safetensors",
|
493 |
+
"model.layers.57.self_attn.v_proj.weight": "model-00021-of-00030.safetensors",
|
494 |
+
"model.layers.58.input_layernorm.weight": "model-00022-of-00030.safetensors",
|
495 |
+
"model.layers.58.mlp.down_proj.weight": "model-00022-of-00030.safetensors",
|
496 |
+
"model.layers.58.mlp.gate_proj.weight": "model-00022-of-00030.safetensors",
|
497 |
+
"model.layers.58.mlp.up_proj.weight": "model-00022-of-00030.safetensors",
|
498 |
+
"model.layers.58.post_attention_layernorm.weight": "model-00022-of-00030.safetensors",
|
499 |
+
"model.layers.58.self_attn.k_proj.weight": "model-00022-of-00030.safetensors",
|
500 |
+
"model.layers.58.self_attn.o_proj.weight": "model-00022-of-00030.safetensors",
|
501 |
+
"model.layers.58.self_attn.q_proj.weight": "model-00022-of-00030.safetensors",
|
502 |
+
"model.layers.58.self_attn.v_proj.weight": "model-00022-of-00030.safetensors",
|
503 |
+
"model.layers.59.input_layernorm.weight": "model-00022-of-00030.safetensors",
|
504 |
+
"model.layers.59.mlp.down_proj.weight": "model-00022-of-00030.safetensors",
|
505 |
+
"model.layers.59.mlp.gate_proj.weight": "model-00022-of-00030.safetensors",
|
506 |
+
"model.layers.59.mlp.up_proj.weight": "model-00022-of-00030.safetensors",
|
507 |
+
"model.layers.59.post_attention_layernorm.weight": "model-00022-of-00030.safetensors",
|
508 |
+
"model.layers.59.self_attn.k_proj.weight": "model-00022-of-00030.safetensors",
|
509 |
+
"model.layers.59.self_attn.o_proj.weight": "model-00022-of-00030.safetensors",
|
510 |
+
"model.layers.59.self_attn.q_proj.weight": "model-00022-of-00030.safetensors",
|
511 |
+
"model.layers.59.self_attn.v_proj.weight": "model-00022-of-00030.safetensors",
|
512 |
+
"model.layers.6.input_layernorm.weight": "model-00003-of-00030.safetensors",
|
513 |
+
"model.layers.6.mlp.down_proj.weight": "model-00003-of-00030.safetensors",
|
514 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00003-of-00030.safetensors",
|
515 |
+
"model.layers.6.mlp.up_proj.weight": "model-00003-of-00030.safetensors",
|
516 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00003-of-00030.safetensors",
|
517 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00003-of-00030.safetensors",
|
518 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00003-of-00030.safetensors",
|
519 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00003-of-00030.safetensors",
|
520 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00003-of-00030.safetensors",
|
521 |
+
"model.layers.60.input_layernorm.weight": "model-00023-of-00030.safetensors",
|
522 |
+
"model.layers.60.mlp.down_proj.weight": "model-00023-of-00030.safetensors",
|
523 |
+
"model.layers.60.mlp.gate_proj.weight": "model-00023-of-00030.safetensors",
|
524 |
+
"model.layers.60.mlp.up_proj.weight": "model-00023-of-00030.safetensors",
|
525 |
+
"model.layers.60.post_attention_layernorm.weight": "model-00023-of-00030.safetensors",
|
526 |
+
"model.layers.60.self_attn.k_proj.weight": "model-00022-of-00030.safetensors",
|
527 |
+
"model.layers.60.self_attn.o_proj.weight": "model-00022-of-00030.safetensors",
|
528 |
+
"model.layers.60.self_attn.q_proj.weight": "model-00022-of-00030.safetensors",
|
529 |
+
"model.layers.60.self_attn.v_proj.weight": "model-00022-of-00030.safetensors",
|
530 |
+
"model.layers.61.input_layernorm.weight": "model-00023-of-00030.safetensors",
|
531 |
+
"model.layers.61.mlp.down_proj.weight": "model-00023-of-00030.safetensors",
|
532 |
+
"model.layers.61.mlp.gate_proj.weight": "model-00023-of-00030.safetensors",
|
533 |
+
"model.layers.61.mlp.up_proj.weight": "model-00023-of-00030.safetensors",
|
534 |
+
"model.layers.61.post_attention_layernorm.weight": "model-00023-of-00030.safetensors",
|
535 |
+
"model.layers.61.self_attn.k_proj.weight": "model-00023-of-00030.safetensors",
|
536 |
+
"model.layers.61.self_attn.o_proj.weight": "model-00023-of-00030.safetensors",
|
537 |
+
"model.layers.61.self_attn.q_proj.weight": "model-00023-of-00030.safetensors",
|
538 |
+
"model.layers.61.self_attn.v_proj.weight": "model-00023-of-00030.safetensors",
|
539 |
+
"model.layers.62.input_layernorm.weight": "model-00023-of-00030.safetensors",
|
540 |
+
"model.layers.62.mlp.down_proj.weight": "model-00023-of-00030.safetensors",
|
541 |
+
"model.layers.62.mlp.gate_proj.weight": "model-00023-of-00030.safetensors",
|
542 |
+
"model.layers.62.mlp.up_proj.weight": "model-00023-of-00030.safetensors",
|
543 |
+
"model.layers.62.post_attention_layernorm.weight": "model-00023-of-00030.safetensors",
|
544 |
+
"model.layers.62.self_attn.k_proj.weight": "model-00023-of-00030.safetensors",
|
545 |
+
"model.layers.62.self_attn.o_proj.weight": "model-00023-of-00030.safetensors",
|
546 |
+
"model.layers.62.self_attn.q_proj.weight": "model-00023-of-00030.safetensors",
|
547 |
+
"model.layers.62.self_attn.v_proj.weight": "model-00023-of-00030.safetensors",
|
548 |
+
"model.layers.63.input_layernorm.weight": "model-00024-of-00030.safetensors",
|
549 |
+
"model.layers.63.mlp.down_proj.weight": "model-00024-of-00030.safetensors",
|
550 |
+
"model.layers.63.mlp.gate_proj.weight": "model-00024-of-00030.safetensors",
|
551 |
+
"model.layers.63.mlp.up_proj.weight": "model-00024-of-00030.safetensors",
|
552 |
+
"model.layers.63.post_attention_layernorm.weight": "model-00024-of-00030.safetensors",
|
553 |
+
"model.layers.63.self_attn.k_proj.weight": "model-00023-of-00030.safetensors",
|
554 |
+
"model.layers.63.self_attn.o_proj.weight": "model-00024-of-00030.safetensors",
|
555 |
+
"model.layers.63.self_attn.q_proj.weight": "model-00023-of-00030.safetensors",
|
556 |
+
"model.layers.63.self_attn.v_proj.weight": "model-00023-of-00030.safetensors",
|
557 |
+
"model.layers.64.input_layernorm.weight": "model-00024-of-00030.safetensors",
|
558 |
+
"model.layers.64.mlp.down_proj.weight": "model-00024-of-00030.safetensors",
|
559 |
+
"model.layers.64.mlp.gate_proj.weight": "model-00024-of-00030.safetensors",
|
560 |
+
"model.layers.64.mlp.up_proj.weight": "model-00024-of-00030.safetensors",
|
561 |
+
"model.layers.64.post_attention_layernorm.weight": "model-00024-of-00030.safetensors",
|
562 |
+
"model.layers.64.self_attn.k_proj.weight": "model-00024-of-00030.safetensors",
|
563 |
+
"model.layers.64.self_attn.o_proj.weight": "model-00024-of-00030.safetensors",
|
564 |
+
"model.layers.64.self_attn.q_proj.weight": "model-00024-of-00030.safetensors",
|
565 |
+
"model.layers.64.self_attn.v_proj.weight": "model-00024-of-00030.safetensors",
|
566 |
+
"model.layers.65.input_layernorm.weight": "model-00024-of-00030.safetensors",
|
567 |
+
"model.layers.65.mlp.down_proj.weight": "model-00024-of-00030.safetensors",
|
568 |
+
"model.layers.65.mlp.gate_proj.weight": "model-00024-of-00030.safetensors",
|
569 |
+
"model.layers.65.mlp.up_proj.weight": "model-00024-of-00030.safetensors",
|
570 |
+
"model.layers.65.post_attention_layernorm.weight": "model-00024-of-00030.safetensors",
|
571 |
+
"model.layers.65.self_attn.k_proj.weight": "model-00024-of-00030.safetensors",
|
572 |
+
"model.layers.65.self_attn.o_proj.weight": "model-00024-of-00030.safetensors",
|
573 |
+
"model.layers.65.self_attn.q_proj.weight": "model-00024-of-00030.safetensors",
|
574 |
+
"model.layers.65.self_attn.v_proj.weight": "model-00024-of-00030.safetensors",
|
575 |
+
"model.layers.66.input_layernorm.weight": "model-00025-of-00030.safetensors",
|
576 |
+
"model.layers.66.mlp.down_proj.weight": "model-00025-of-00030.safetensors",
|
577 |
+
"model.layers.66.mlp.gate_proj.weight": "model-00025-of-00030.safetensors",
|
578 |
+
"model.layers.66.mlp.up_proj.weight": "model-00025-of-00030.safetensors",
|
579 |
+
"model.layers.66.post_attention_layernorm.weight": "model-00025-of-00030.safetensors",
|
580 |
+
"model.layers.66.self_attn.k_proj.weight": "model-00025-of-00030.safetensors",
|
581 |
+
"model.layers.66.self_attn.o_proj.weight": "model-00025-of-00030.safetensors",
|
582 |
+
"model.layers.66.self_attn.q_proj.weight": "model-00025-of-00030.safetensors",
|
583 |
+
"model.layers.66.self_attn.v_proj.weight": "model-00025-of-00030.safetensors",
|
584 |
+
"model.layers.67.input_layernorm.weight": "model-00025-of-00030.safetensors",
|
585 |
+
"model.layers.67.mlp.down_proj.weight": "model-00025-of-00030.safetensors",
|
586 |
+
"model.layers.67.mlp.gate_proj.weight": "model-00025-of-00030.safetensors",
|
587 |
+
"model.layers.67.mlp.up_proj.weight": "model-00025-of-00030.safetensors",
|
588 |
+
"model.layers.67.post_attention_layernorm.weight": "model-00025-of-00030.safetensors",
|
589 |
+
"model.layers.67.self_attn.k_proj.weight": "model-00025-of-00030.safetensors",
|
590 |
+
"model.layers.67.self_attn.o_proj.weight": "model-00025-of-00030.safetensors",
|
591 |
+
"model.layers.67.self_attn.q_proj.weight": "model-00025-of-00030.safetensors",
|
592 |
+
"model.layers.67.self_attn.v_proj.weight": "model-00025-of-00030.safetensors",
|
593 |
+
"model.layers.68.input_layernorm.weight": "model-00026-of-00030.safetensors",
|
594 |
+
"model.layers.68.mlp.down_proj.weight": "model-00026-of-00030.safetensors",
|
595 |
+
"model.layers.68.mlp.gate_proj.weight": "model-00025-of-00030.safetensors",
|
596 |
+
"model.layers.68.mlp.up_proj.weight": "model-00025-of-00030.safetensors",
|
597 |
+
"model.layers.68.post_attention_layernorm.weight": "model-00026-of-00030.safetensors",
|
598 |
+
"model.layers.68.self_attn.k_proj.weight": "model-00025-of-00030.safetensors",
|
599 |
+
"model.layers.68.self_attn.o_proj.weight": "model-00025-of-00030.safetensors",
|
600 |
+
"model.layers.68.self_attn.q_proj.weight": "model-00025-of-00030.safetensors",
|
601 |
+
"model.layers.68.self_attn.v_proj.weight": "model-00025-of-00030.safetensors",
|
602 |
+
"model.layers.69.input_layernorm.weight": "model-00026-of-00030.safetensors",
|
603 |
+
"model.layers.69.mlp.down_proj.weight": "model-00026-of-00030.safetensors",
|
604 |
+
"model.layers.69.mlp.gate_proj.weight": "model-00026-of-00030.safetensors",
|
605 |
+
"model.layers.69.mlp.up_proj.weight": "model-00026-of-00030.safetensors",
|
606 |
+
"model.layers.69.post_attention_layernorm.weight": "model-00026-of-00030.safetensors",
|
607 |
+
"model.layers.69.self_attn.k_proj.weight": "model-00026-of-00030.safetensors",
|
608 |
+
"model.layers.69.self_attn.o_proj.weight": "model-00026-of-00030.safetensors",
|
609 |
+
"model.layers.69.self_attn.q_proj.weight": "model-00026-of-00030.safetensors",
|
610 |
+
"model.layers.69.self_attn.v_proj.weight": "model-00026-of-00030.safetensors",
|
611 |
+
"model.layers.7.input_layernorm.weight": "model-00004-of-00030.safetensors",
|
612 |
+
"model.layers.7.mlp.down_proj.weight": "model-00004-of-00030.safetensors",
|
613 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00004-of-00030.safetensors",
|
614 |
+
"model.layers.7.mlp.up_proj.weight": "model-00004-of-00030.safetensors",
|
615 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00004-of-00030.safetensors",
|
616 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00003-of-00030.safetensors",
|
617 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00004-of-00030.safetensors",
|
618 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00003-of-00030.safetensors",
|
619 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00003-of-00030.safetensors",
|
620 |
+
"model.layers.70.input_layernorm.weight": "model-00026-of-00030.safetensors",
|
621 |
+
"model.layers.70.mlp.down_proj.weight": "model-00026-of-00030.safetensors",
|
622 |
+
"model.layers.70.mlp.gate_proj.weight": "model-00026-of-00030.safetensors",
|
623 |
+
"model.layers.70.mlp.up_proj.weight": "model-00026-of-00030.safetensors",
|
624 |
+
"model.layers.70.post_attention_layernorm.weight": "model-00026-of-00030.safetensors",
|
625 |
+
"model.layers.70.self_attn.k_proj.weight": "model-00026-of-00030.safetensors",
|
626 |
+
"model.layers.70.self_attn.o_proj.weight": "model-00026-of-00030.safetensors",
|
627 |
+
"model.layers.70.self_attn.q_proj.weight": "model-00026-of-00030.safetensors",
|
628 |
+
"model.layers.70.self_attn.v_proj.weight": "model-00026-of-00030.safetensors",
|
629 |
+
"model.layers.71.input_layernorm.weight": "model-00027-of-00030.safetensors",
|
630 |
+
"model.layers.71.mlp.down_proj.weight": "model-00027-of-00030.safetensors",
|
631 |
+
"model.layers.71.mlp.gate_proj.weight": "model-00026-of-00030.safetensors",
|
632 |
+
"model.layers.71.mlp.up_proj.weight": "model-00027-of-00030.safetensors",
|
633 |
+
"model.layers.71.post_attention_layernorm.weight": "model-00027-of-00030.safetensors",
|
634 |
+
"model.layers.71.self_attn.k_proj.weight": "model-00026-of-00030.safetensors",
|
635 |
+
"model.layers.71.self_attn.o_proj.weight": "model-00026-of-00030.safetensors",
|
636 |
+
"model.layers.71.self_attn.q_proj.weight": "model-00026-of-00030.safetensors",
|
637 |
+
"model.layers.71.self_attn.v_proj.weight": "model-00026-of-00030.safetensors",
|
638 |
+
"model.layers.72.input_layernorm.weight": "model-00027-of-00030.safetensors",
|
639 |
+
"model.layers.72.mlp.down_proj.weight": "model-00027-of-00030.safetensors",
|
640 |
+
"model.layers.72.mlp.gate_proj.weight": "model-00027-of-00030.safetensors",
|
641 |
+
"model.layers.72.mlp.up_proj.weight": "model-00027-of-00030.safetensors",
|
642 |
+
"model.layers.72.post_attention_layernorm.weight": "model-00027-of-00030.safetensors",
|
643 |
+
"model.layers.72.self_attn.k_proj.weight": "model-00027-of-00030.safetensors",
|
644 |
+
"model.layers.72.self_attn.o_proj.weight": "model-00027-of-00030.safetensors",
|
645 |
+
"model.layers.72.self_attn.q_proj.weight": "model-00027-of-00030.safetensors",
|
646 |
+
"model.layers.72.self_attn.v_proj.weight": "model-00027-of-00030.safetensors",
|
647 |
+
"model.layers.73.input_layernorm.weight": "model-00027-of-00030.safetensors",
|
648 |
+
"model.layers.73.mlp.down_proj.weight": "model-00027-of-00030.safetensors",
|
649 |
+
"model.layers.73.mlp.gate_proj.weight": "model-00027-of-00030.safetensors",
|
650 |
+
"model.layers.73.mlp.up_proj.weight": "model-00027-of-00030.safetensors",
|
651 |
+
"model.layers.73.post_attention_layernorm.weight": "model-00027-of-00030.safetensors",
|
652 |
+
"model.layers.73.self_attn.k_proj.weight": "model-00027-of-00030.safetensors",
|
653 |
+
"model.layers.73.self_attn.o_proj.weight": "model-00027-of-00030.safetensors",
|
654 |
+
"model.layers.73.self_attn.q_proj.weight": "model-00027-of-00030.safetensors",
|
655 |
+
"model.layers.73.self_attn.v_proj.weight": "model-00027-of-00030.safetensors",
|
656 |
+
"model.layers.74.input_layernorm.weight": "model-00028-of-00030.safetensors",
|
657 |
+
"model.layers.74.mlp.down_proj.weight": "model-00028-of-00030.safetensors",
|
658 |
+
"model.layers.74.mlp.gate_proj.weight": "model-00028-of-00030.safetensors",
|
659 |
+
"model.layers.74.mlp.up_proj.weight": "model-00028-of-00030.safetensors",
|
660 |
+
"model.layers.74.post_attention_layernorm.weight": "model-00028-of-00030.safetensors",
|
661 |
+
"model.layers.74.self_attn.k_proj.weight": "model-00027-of-00030.safetensors",
|
662 |
+
"model.layers.74.self_attn.o_proj.weight": "model-00027-of-00030.safetensors",
|
663 |
+
"model.layers.74.self_attn.q_proj.weight": "model-00027-of-00030.safetensors",
|
664 |
+
"model.layers.74.self_attn.v_proj.weight": "model-00027-of-00030.safetensors",
|
665 |
+
"model.layers.75.input_layernorm.weight": "model-00028-of-00030.safetensors",
|
666 |
+
"model.layers.75.mlp.down_proj.weight": "model-00028-of-00030.safetensors",
|
667 |
+
"model.layers.75.mlp.gate_proj.weight": "model-00028-of-00030.safetensors",
|
668 |
+
"model.layers.75.mlp.up_proj.weight": "model-00028-of-00030.safetensors",
|
669 |
+
"model.layers.75.post_attention_layernorm.weight": "model-00028-of-00030.safetensors",
|
670 |
+
"model.layers.75.self_attn.k_proj.weight": "model-00028-of-00030.safetensors",
|
671 |
+
"model.layers.75.self_attn.o_proj.weight": "model-00028-of-00030.safetensors",
|
672 |
+
"model.layers.75.self_attn.q_proj.weight": "model-00028-of-00030.safetensors",
|
673 |
+
"model.layers.75.self_attn.v_proj.weight": "model-00028-of-00030.safetensors",
|
674 |
+
"model.layers.76.input_layernorm.weight": "model-00028-of-00030.safetensors",
|
675 |
+
"model.layers.76.mlp.down_proj.weight": "model-00028-of-00030.safetensors",
|
676 |
+
"model.layers.76.mlp.gate_proj.weight": "model-00028-of-00030.safetensors",
|
677 |
+
"model.layers.76.mlp.up_proj.weight": "model-00028-of-00030.safetensors",
|
678 |
+
"model.layers.76.post_attention_layernorm.weight": "model-00028-of-00030.safetensors",
|
679 |
+
"model.layers.76.self_attn.k_proj.weight": "model-00028-of-00030.safetensors",
|
680 |
+
"model.layers.76.self_attn.o_proj.weight": "model-00028-of-00030.safetensors",
|
681 |
+
"model.layers.76.self_attn.q_proj.weight": "model-00028-of-00030.safetensors",
|
682 |
+
"model.layers.76.self_attn.v_proj.weight": "model-00028-of-00030.safetensors",
|
683 |
+
"model.layers.77.input_layernorm.weight": "model-00029-of-00030.safetensors",
|
684 |
+
"model.layers.77.mlp.down_proj.weight": "model-00029-of-00030.safetensors",
|
685 |
+
"model.layers.77.mlp.gate_proj.weight": "model-00029-of-00030.safetensors",
|
686 |
+
"model.layers.77.mlp.up_proj.weight": "model-00029-of-00030.safetensors",
|
687 |
+
"model.layers.77.post_attention_layernorm.weight": "model-00029-of-00030.safetensors",
|
688 |
+
"model.layers.77.self_attn.k_proj.weight": "model-00028-of-00030.safetensors",
|
689 |
+
"model.layers.77.self_attn.o_proj.weight": "model-00029-of-00030.safetensors",
|
690 |
+
"model.layers.77.self_attn.q_proj.weight": "model-00028-of-00030.safetensors",
|
691 |
+
"model.layers.77.self_attn.v_proj.weight": "model-00028-of-00030.safetensors",
|
692 |
+
"model.layers.78.input_layernorm.weight": "model-00029-of-00030.safetensors",
|
693 |
+
"model.layers.78.mlp.down_proj.weight": "model-00029-of-00030.safetensors",
|
694 |
+
"model.layers.78.mlp.gate_proj.weight": "model-00029-of-00030.safetensors",
|
695 |
+
"model.layers.78.mlp.up_proj.weight": "model-00029-of-00030.safetensors",
|
696 |
+
"model.layers.78.post_attention_layernorm.weight": "model-00029-of-00030.safetensors",
|
697 |
+
"model.layers.78.self_attn.k_proj.weight": "model-00029-of-00030.safetensors",
|
698 |
+
"model.layers.78.self_attn.o_proj.weight": "model-00029-of-00030.safetensors",
|
699 |
+
"model.layers.78.self_attn.q_proj.weight": "model-00029-of-00030.safetensors",
|
700 |
+
"model.layers.78.self_attn.v_proj.weight": "model-00029-of-00030.safetensors",
|
701 |
+
"model.layers.79.input_layernorm.weight": "model-00029-of-00030.safetensors",
|
702 |
+
"model.layers.79.mlp.down_proj.weight": "model-00029-of-00030.safetensors",
|
703 |
+
"model.layers.79.mlp.gate_proj.weight": "model-00029-of-00030.safetensors",
|
704 |
+
"model.layers.79.mlp.up_proj.weight": "model-00029-of-00030.safetensors",
|
705 |
+
"model.layers.79.post_attention_layernorm.weight": "model-00029-of-00030.safetensors",
|
706 |
+
"model.layers.79.self_attn.k_proj.weight": "model-00029-of-00030.safetensors",
|
707 |
+
"model.layers.79.self_attn.o_proj.weight": "model-00029-of-00030.safetensors",
|
708 |
+
"model.layers.79.self_attn.q_proj.weight": "model-00029-of-00030.safetensors",
|
709 |
+
"model.layers.79.self_attn.v_proj.weight": "model-00029-of-00030.safetensors",
|
710 |
+
"model.layers.8.input_layernorm.weight": "model-00004-of-00030.safetensors",
|
711 |
+
"model.layers.8.mlp.down_proj.weight": "model-00004-of-00030.safetensors",
|
712 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00004-of-00030.safetensors",
|
713 |
+
"model.layers.8.mlp.up_proj.weight": "model-00004-of-00030.safetensors",
|
714 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00004-of-00030.safetensors",
|
715 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00004-of-00030.safetensors",
|
716 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00004-of-00030.safetensors",
|
717 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00004-of-00030.safetensors",
|
718 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00004-of-00030.safetensors",
|
719 |
+
"model.layers.9.input_layernorm.weight": "model-00004-of-00030.safetensors",
|
720 |
+
"model.layers.9.mlp.down_proj.weight": "model-00004-of-00030.safetensors",
|
721 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00004-of-00030.safetensors",
|
722 |
+
"model.layers.9.mlp.up_proj.weight": "model-00004-of-00030.safetensors",
|
723 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00004-of-00030.safetensors",
|
724 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00004-of-00030.safetensors",
|
725 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00004-of-00030.safetensors",
|
726 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00004-of-00030.safetensors",
|
727 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00004-of-00030.safetensors",
|
728 |
+
"model.norm.weight": "model-00029-of-00030.safetensors"
|
729 |
+
}
|
730 |
+
}
|
runs/Aug02_03-07-07_149-130-216-123/events.out.tfevents.1722568648.149-130-216-123.50296.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6bad0df06e03e073f8ac2ba388c13f664a0031afc589150e880fa1f3a5c2853
|
3 |
+
size 5832
|
runs/Aug02_03-28-04_149-130-216-123/events.out.tfevents.1722569538.149-130-216-123.60998.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:726403b43006b4dbb85e9616865e1b047da8ab7267cbfa511bfe3758d44457a9
|
3 |
+
size 5833
|
runs/Aug02_03-43-04_149-130-216-123/events.out.tfevents.1722570477.149-130-216-123.69842.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cc4151405431a59b63700194bc2524216aa8d7386555e9117bc35e850c93059a
|
3 |
+
size 5416
|
runs/Aug02_03-50-58_149-130-216-123/events.out.tfevents.1722570942.149-130-216-123.75120.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:705366bc2ab1f104995cd92730df6319682d61bd8205515a6df3aa9790818f4b
|
3 |
+
size 5415
|
runs/Aug02_03-58-40_149-130-216-123/events.out.tfevents.1722571374.149-130-216-123.79981.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:632ecf7fb693208505b865a3b676ecdfa2d353571daf39eb840b973d33b64a87
|
3 |
+
size 116164
|
special_tokens_map.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<|begin_of_text|>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|eot_id|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "<|eot_id|>"
|
17 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer/tokenizer_config.json
CHANGED
@@ -2058,7 +2058,7 @@
|
|
2058 |
"input_ids",
|
2059 |
"attention_mask"
|
2060 |
],
|
2061 |
-
"model_max_length":
|
2062 |
"pad_token": "<|eot_id|>",
|
2063 |
"padding_side": "right",
|
2064 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
|
|
2058 |
"input_ids",
|
2059 |
"attention_mask"
|
2060 |
],
|
2061 |
+
"model_max_length": 8192,
|
2062 |
"pad_token": "<|eot_id|>",
|
2063 |
"padding_side": "right",
|
2064 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
tokenizer_config.json
ADDED
@@ -0,0 +1,2065 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"128000": {
|
4 |
+
"content": "<|begin_of_text|>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"128001": {
|
12 |
+
"content": "<|end_of_text|>",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"128002": {
|
20 |
+
"content": "<|reserved_special_token_0|>",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"128003": {
|
28 |
+
"content": "<|reserved_special_token_1|>",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"128004": {
|
36 |
+
"content": "<|finetune_right_pad_id|>",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
},
|
43 |
+
"128005": {
|
44 |
+
"content": "<|reserved_special_token_2|>",
|
45 |
+
"lstrip": false,
|
46 |
+
"normalized": false,
|
47 |
+
"rstrip": false,
|
48 |
+
"single_word": false,
|
49 |
+
"special": true
|
50 |
+
},
|
51 |
+
"128006": {
|
52 |
+
"content": "<|start_header_id|>",
|
53 |
+
"lstrip": false,
|
54 |
+
"normalized": false,
|
55 |
+
"rstrip": false,
|
56 |
+
"single_word": false,
|
57 |
+
"special": true
|
58 |
+
},
|
59 |
+
"128007": {
|
60 |
+
"content": "<|end_header_id|>",
|
61 |
+
"lstrip": false,
|
62 |
+
"normalized": false,
|
63 |
+
"rstrip": false,
|
64 |
+
"single_word": false,
|
65 |
+
"special": true
|
66 |
+
},
|
67 |
+
"128008": {
|
68 |
+
"content": "<|eom_id|>",
|
69 |
+
"lstrip": false,
|
70 |
+
"normalized": false,
|
71 |
+
"rstrip": false,
|
72 |
+
"single_word": false,
|
73 |
+
"special": true
|
74 |
+
},
|
75 |
+
"128009": {
|
76 |
+
"content": "<|eot_id|>",
|
77 |
+
"lstrip": false,
|
78 |
+
"normalized": false,
|
79 |
+
"rstrip": false,
|
80 |
+
"single_word": false,
|
81 |
+
"special": true
|
82 |
+
},
|
83 |
+
"128010": {
|
84 |
+
"content": "<|python_tag|>",
|
85 |
+
"lstrip": false,
|
86 |
+
"normalized": false,
|
87 |
+
"rstrip": false,
|
88 |
+
"single_word": false,
|
89 |
+
"special": true
|
90 |
+
},
|
91 |
+
"128011": {
|
92 |
+
"content": "<|reserved_special_token_3|>",
|
93 |
+
"lstrip": false,
|
94 |
+
"normalized": false,
|
95 |
+
"rstrip": false,
|
96 |
+
"single_word": false,
|
97 |
+
"special": true
|
98 |
+
},
|
99 |
+
"128012": {
|
100 |
+
"content": "<|reserved_special_token_4|>",
|
101 |
+
"lstrip": false,
|
102 |
+
"normalized": false,
|
103 |
+
"rstrip": false,
|
104 |
+
"single_word": false,
|
105 |
+
"special": true
|
106 |
+
},
|
107 |
+
"128013": {
|
108 |
+
"content": "<|reserved_special_token_5|>",
|
109 |
+
"lstrip": false,
|
110 |
+
"normalized": false,
|
111 |
+
"rstrip": false,
|
112 |
+
"single_word": false,
|
113 |
+
"special": true
|
114 |
+
},
|
115 |
+
"128014": {
|
116 |
+
"content": "<|reserved_special_token_6|>",
|
117 |
+
"lstrip": false,
|
118 |
+
"normalized": false,
|
119 |
+
"rstrip": false,
|
120 |
+
"single_word": false,
|
121 |
+
"special": true
|
122 |
+
},
|
123 |
+
"128015": {
|
124 |
+
"content": "<|reserved_special_token_7|>",
|
125 |
+
"lstrip": false,
|
126 |
+
"normalized": false,
|
127 |
+
"rstrip": false,
|
128 |
+
"single_word": false,
|
129 |
+
"special": true
|
130 |
+
},
|
131 |
+
"128016": {
|
132 |
+
"content": "<|reserved_special_token_8|>",
|
133 |
+
"lstrip": false,
|
134 |
+
"normalized": false,
|
135 |
+
"rstrip": false,
|
136 |
+
"single_word": false,
|
137 |
+
"special": true
|
138 |
+
},
|
139 |
+
"128017": {
|
140 |
+
"content": "<|reserved_special_token_9|>",
|
141 |
+
"lstrip": false,
|
142 |
+
"normalized": false,
|
143 |
+
"rstrip": false,
|
144 |
+
"single_word": false,
|
145 |
+
"special": true
|
146 |
+
},
|
147 |
+
"128018": {
|
148 |
+
"content": "<|reserved_special_token_10|>",
|
149 |
+
"lstrip": false,
|
150 |
+
"normalized": false,
|
151 |
+
"rstrip": false,
|
152 |
+
"single_word": false,
|
153 |
+
"special": true
|
154 |
+
},
|
155 |
+
"128019": {
|
156 |
+
"content": "<|reserved_special_token_11|>",
|
157 |
+
"lstrip": false,
|
158 |
+
"normalized": false,
|
159 |
+
"rstrip": false,
|
160 |
+
"single_word": false,
|
161 |
+
"special": true
|
162 |
+
},
|
163 |
+
"128020": {
|
164 |
+
"content": "<|reserved_special_token_12|>",
|
165 |
+
"lstrip": false,
|
166 |
+
"normalized": false,
|
167 |
+
"rstrip": false,
|
168 |
+
"single_word": false,
|
169 |
+
"special": true
|
170 |
+
},
|
171 |
+
"128021": {
|
172 |
+
"content": "<|reserved_special_token_13|>",
|
173 |
+
"lstrip": false,
|
174 |
+
"normalized": false,
|
175 |
+
"rstrip": false,
|
176 |
+
"single_word": false,
|
177 |
+
"special": true
|
178 |
+
},
|
179 |
+
"128022": {
|
180 |
+
"content": "<|reserved_special_token_14|>",
|
181 |
+
"lstrip": false,
|
182 |
+
"normalized": false,
|
183 |
+
"rstrip": false,
|
184 |
+
"single_word": false,
|
185 |
+
"special": true
|
186 |
+
},
|
187 |
+
"128023": {
|
188 |
+
"content": "<|reserved_special_token_15|>",
|
189 |
+
"lstrip": false,
|
190 |
+
"normalized": false,
|
191 |
+
"rstrip": false,
|
192 |
+
"single_word": false,
|
193 |
+
"special": true
|
194 |
+
},
|
195 |
+
"128024": {
|
196 |
+
"content": "<|reserved_special_token_16|>",
|
197 |
+
"lstrip": false,
|
198 |
+
"normalized": false,
|
199 |
+
"rstrip": false,
|
200 |
+
"single_word": false,
|
201 |
+
"special": true
|
202 |
+
},
|
203 |
+
"128025": {
|
204 |
+
"content": "<|reserved_special_token_17|>",
|
205 |
+
"lstrip": false,
|
206 |
+
"normalized": false,
|
207 |
+
"rstrip": false,
|
208 |
+
"single_word": false,
|
209 |
+
"special": true
|
210 |
+
},
|
211 |
+
"128026": {
|
212 |
+
"content": "<|reserved_special_token_18|>",
|
213 |
+
"lstrip": false,
|
214 |
+
"normalized": false,
|
215 |
+
"rstrip": false,
|
216 |
+
"single_word": false,
|
217 |
+
"special": true
|
218 |
+
},
|
219 |
+
"128027": {
|
220 |
+
"content": "<|reserved_special_token_19|>",
|
221 |
+
"lstrip": false,
|
222 |
+
"normalized": false,
|
223 |
+
"rstrip": false,
|
224 |
+
"single_word": false,
|
225 |
+
"special": true
|
226 |
+
},
|
227 |
+
"128028": {
|
228 |
+
"content": "<|reserved_special_token_20|>",
|
229 |
+
"lstrip": false,
|
230 |
+
"normalized": false,
|
231 |
+
"rstrip": false,
|
232 |
+
"single_word": false,
|
233 |
+
"special": true
|
234 |
+
},
|
235 |
+
"128029": {
|
236 |
+
"content": "<|reserved_special_token_21|>",
|
237 |
+
"lstrip": false,
|
238 |
+
"normalized": false,
|
239 |
+
"rstrip": false,
|
240 |
+
"single_word": false,
|
241 |
+
"special": true
|
242 |
+
},
|
243 |
+
"128030": {
|
244 |
+
"content": "<|reserved_special_token_22|>",
|
245 |
+
"lstrip": false,
|
246 |
+
"normalized": false,
|
247 |
+
"rstrip": false,
|
248 |
+
"single_word": false,
|
249 |
+
"special": true
|
250 |
+
},
|
251 |
+
"128031": {
|
252 |
+
"content": "<|reserved_special_token_23|>",
|
253 |
+
"lstrip": false,
|
254 |
+
"normalized": false,
|
255 |
+
"rstrip": false,
|
256 |
+
"single_word": false,
|
257 |
+
"special": true
|
258 |
+
},
|
259 |
+
"128032": {
|
260 |
+
"content": "<|reserved_special_token_24|>",
|
261 |
+
"lstrip": false,
|
262 |
+
"normalized": false,
|
263 |
+
"rstrip": false,
|
264 |
+
"single_word": false,
|
265 |
+
"special": true
|
266 |
+
},
|
267 |
+
"128033": {
|
268 |
+
"content": "<|reserved_special_token_25|>",
|
269 |
+
"lstrip": false,
|
270 |
+
"normalized": false,
|
271 |
+
"rstrip": false,
|
272 |
+
"single_word": false,
|
273 |
+
"special": true
|
274 |
+
},
|
275 |
+
"128034": {
|
276 |
+
"content": "<|reserved_special_token_26|>",
|
277 |
+
"lstrip": false,
|
278 |
+
"normalized": false,
|
279 |
+
"rstrip": false,
|
280 |
+
"single_word": false,
|
281 |
+
"special": true
|
282 |
+
},
|
283 |
+
"128035": {
|
284 |
+
"content": "<|reserved_special_token_27|>",
|
285 |
+
"lstrip": false,
|
286 |
+
"normalized": false,
|
287 |
+
"rstrip": false,
|
288 |
+
"single_word": false,
|
289 |
+
"special": true
|
290 |
+
},
|
291 |
+
"128036": {
|
292 |
+
"content": "<|reserved_special_token_28|>",
|
293 |
+
"lstrip": false,
|
294 |
+
"normalized": false,
|
295 |
+
"rstrip": false,
|
296 |
+
"single_word": false,
|
297 |
+
"special": true
|
298 |
+
},
|
299 |
+
"128037": {
|
300 |
+
"content": "<|reserved_special_token_29|>",
|
301 |
+
"lstrip": false,
|
302 |
+
"normalized": false,
|
303 |
+
"rstrip": false,
|
304 |
+
"single_word": false,
|
305 |
+
"special": true
|
306 |
+
},
|
307 |
+
"128038": {
|
308 |
+
"content": "<|reserved_special_token_30|>",
|
309 |
+
"lstrip": false,
|
310 |
+
"normalized": false,
|
311 |
+
"rstrip": false,
|
312 |
+
"single_word": false,
|
313 |
+
"special": true
|
314 |
+
},
|
315 |
+
"128039": {
|
316 |
+
"content": "<|reserved_special_token_31|>",
|
317 |
+
"lstrip": false,
|
318 |
+
"normalized": false,
|
319 |
+
"rstrip": false,
|
320 |
+
"single_word": false,
|
321 |
+
"special": true
|
322 |
+
},
|
323 |
+
"128040": {
|
324 |
+
"content": "<|reserved_special_token_32|>",
|
325 |
+
"lstrip": false,
|
326 |
+
"normalized": false,
|
327 |
+
"rstrip": false,
|
328 |
+
"single_word": false,
|
329 |
+
"special": true
|
330 |
+
},
|
331 |
+
"128041": {
|
332 |
+
"content": "<|reserved_special_token_33|>",
|
333 |
+
"lstrip": false,
|
334 |
+
"normalized": false,
|
335 |
+
"rstrip": false,
|
336 |
+
"single_word": false,
|
337 |
+
"special": true
|
338 |
+
},
|
339 |
+
"128042": {
|
340 |
+
"content": "<|reserved_special_token_34|>",
|
341 |
+
"lstrip": false,
|
342 |
+
"normalized": false,
|
343 |
+
"rstrip": false,
|
344 |
+
"single_word": false,
|
345 |
+
"special": true
|
346 |
+
},
|
347 |
+
"128043": {
|
348 |
+
"content": "<|reserved_special_token_35|>",
|
349 |
+
"lstrip": false,
|
350 |
+
"normalized": false,
|
351 |
+
"rstrip": false,
|
352 |
+
"single_word": false,
|
353 |
+
"special": true
|
354 |
+
},
|
355 |
+
"128044": {
|
356 |
+
"content": "<|reserved_special_token_36|>",
|
357 |
+
"lstrip": false,
|
358 |
+
"normalized": false,
|
359 |
+
"rstrip": false,
|
360 |
+
"single_word": false,
|
361 |
+
"special": true
|
362 |
+
},
|
363 |
+
"128045": {
|
364 |
+
"content": "<|reserved_special_token_37|>",
|
365 |
+
"lstrip": false,
|
366 |
+
"normalized": false,
|
367 |
+
"rstrip": false,
|
368 |
+
"single_word": false,
|
369 |
+
"special": true
|
370 |
+
},
|
371 |
+
"128046": {
|
372 |
+
"content": "<|reserved_special_token_38|>",
|
373 |
+
"lstrip": false,
|
374 |
+
"normalized": false,
|
375 |
+
"rstrip": false,
|
376 |
+
"single_word": false,
|
377 |
+
"special": true
|
378 |
+
},
|
379 |
+
"128047": {
|
380 |
+
"content": "<|reserved_special_token_39|>",
|
381 |
+
"lstrip": false,
|
382 |
+
"normalized": false,
|
383 |
+
"rstrip": false,
|
384 |
+
"single_word": false,
|
385 |
+
"special": true
|
386 |
+
},
|
387 |
+
"128048": {
|
388 |
+
"content": "<|reserved_special_token_40|>",
|
389 |
+
"lstrip": false,
|
390 |
+
"normalized": false,
|
391 |
+
"rstrip": false,
|
392 |
+
"single_word": false,
|
393 |
+
"special": true
|
394 |
+
},
|
395 |
+
"128049": {
|
396 |
+
"content": "<|reserved_special_token_41|>",
|
397 |
+
"lstrip": false,
|
398 |
+
"normalized": false,
|
399 |
+
"rstrip": false,
|
400 |
+
"single_word": false,
|
401 |
+
"special": true
|
402 |
+
},
|
403 |
+
"128050": {
|
404 |
+
"content": "<|reserved_special_token_42|>",
|
405 |
+
"lstrip": false,
|
406 |
+
"normalized": false,
|
407 |
+
"rstrip": false,
|
408 |
+
"single_word": false,
|
409 |
+
"special": true
|
410 |
+
},
|
411 |
+
"128051": {
|
412 |
+
"content": "<|reserved_special_token_43|>",
|
413 |
+
"lstrip": false,
|
414 |
+
"normalized": false,
|
415 |
+
"rstrip": false,
|
416 |
+
"single_word": false,
|
417 |
+
"special": true
|
418 |
+
},
|
419 |
+
"128052": {
|
420 |
+
"content": "<|reserved_special_token_44|>",
|
421 |
+
"lstrip": false,
|
422 |
+
"normalized": false,
|
423 |
+
"rstrip": false,
|
424 |
+
"single_word": false,
|
425 |
+
"special": true
|
426 |
+
},
|
427 |
+
"128053": {
|
428 |
+
"content": "<|reserved_special_token_45|>",
|
429 |
+
"lstrip": false,
|
430 |
+
"normalized": false,
|
431 |
+
"rstrip": false,
|
432 |
+
"single_word": false,
|
433 |
+
"special": true
|
434 |
+
},
|
435 |
+
"128054": {
|
436 |
+
"content": "<|reserved_special_token_46|>",
|
437 |
+
"lstrip": false,
|
438 |
+
"normalized": false,
|
439 |
+
"rstrip": false,
|
440 |
+
"single_word": false,
|
441 |
+
"special": true
|
442 |
+
},
|
443 |
+
"128055": {
|
444 |
+
"content": "<|reserved_special_token_47|>",
|
445 |
+
"lstrip": false,
|
446 |
+
"normalized": false,
|
447 |
+
"rstrip": false,
|
448 |
+
"single_word": false,
|
449 |
+
"special": true
|
450 |
+
},
|
451 |
+
"128056": {
|
452 |
+
"content": "<|reserved_special_token_48|>",
|
453 |
+
"lstrip": false,
|
454 |
+
"normalized": false,
|
455 |
+
"rstrip": false,
|
456 |
+
"single_word": false,
|
457 |
+
"special": true
|
458 |
+
},
|
459 |
+
"128057": {
|
460 |
+
"content": "<|reserved_special_token_49|>",
|
461 |
+
"lstrip": false,
|
462 |
+
"normalized": false,
|
463 |
+
"rstrip": false,
|
464 |
+
"single_word": false,
|
465 |
+
"special": true
|
466 |
+
},
|
467 |
+
"128058": {
|
468 |
+
"content": "<|reserved_special_token_50|>",
|
469 |
+
"lstrip": false,
|
470 |
+
"normalized": false,
|
471 |
+
"rstrip": false,
|
472 |
+
"single_word": false,
|
473 |
+
"special": true
|
474 |
+
},
|
475 |
+
"128059": {
|
476 |
+
"content": "<|reserved_special_token_51|>",
|
477 |
+
"lstrip": false,
|
478 |
+
"normalized": false,
|
479 |
+
"rstrip": false,
|
480 |
+
"single_word": false,
|
481 |
+
"special": true
|
482 |
+
},
|
483 |
+
"128060": {
|
484 |
+
"content": "<|reserved_special_token_52|>",
|
485 |
+
"lstrip": false,
|
486 |
+
"normalized": false,
|
487 |
+
"rstrip": false,
|
488 |
+
"single_word": false,
|
489 |
+
"special": true
|
490 |
+
},
|
491 |
+
"128061": {
|
492 |
+
"content": "<|reserved_special_token_53|>",
|
493 |
+
"lstrip": false,
|
494 |
+
"normalized": false,
|
495 |
+
"rstrip": false,
|
496 |
+
"single_word": false,
|
497 |
+
"special": true
|
498 |
+
},
|
499 |
+
"128062": {
|
500 |
+
"content": "<|reserved_special_token_54|>",
|
501 |
+
"lstrip": false,
|
502 |
+
"normalized": false,
|
503 |
+
"rstrip": false,
|
504 |
+
"single_word": false,
|
505 |
+
"special": true
|
506 |
+
},
|
507 |
+
"128063": {
|
508 |
+
"content": "<|reserved_special_token_55|>",
|
509 |
+
"lstrip": false,
|
510 |
+
"normalized": false,
|
511 |
+
"rstrip": false,
|
512 |
+
"single_word": false,
|
513 |
+
"special": true
|
514 |
+
},
|
515 |
+
"128064": {
|
516 |
+
"content": "<|reserved_special_token_56|>",
|
517 |
+
"lstrip": false,
|
518 |
+
"normalized": false,
|
519 |
+
"rstrip": false,
|
520 |
+
"single_word": false,
|
521 |
+
"special": true
|
522 |
+
},
|
523 |
+
"128065": {
|
524 |
+
"content": "<|reserved_special_token_57|>",
|
525 |
+
"lstrip": false,
|
526 |
+
"normalized": false,
|
527 |
+
"rstrip": false,
|
528 |
+
"single_word": false,
|
529 |
+
"special": true
|
530 |
+
},
|
531 |
+
"128066": {
|
532 |
+
"content": "<|reserved_special_token_58|>",
|
533 |
+
"lstrip": false,
|
534 |
+
"normalized": false,
|
535 |
+
"rstrip": false,
|
536 |
+
"single_word": false,
|
537 |
+
"special": true
|
538 |
+
},
|
539 |
+
"128067": {
|
540 |
+
"content": "<|reserved_special_token_59|>",
|
541 |
+
"lstrip": false,
|
542 |
+
"normalized": false,
|
543 |
+
"rstrip": false,
|
544 |
+
"single_word": false,
|
545 |
+
"special": true
|
546 |
+
},
|
547 |
+
"128068": {
|
548 |
+
"content": "<|reserved_special_token_60|>",
|
549 |
+
"lstrip": false,
|
550 |
+
"normalized": false,
|
551 |
+
"rstrip": false,
|
552 |
+
"single_word": false,
|
553 |
+
"special": true
|
554 |
+
},
|
555 |
+
"128069": {
|
556 |
+
"content": "<|reserved_special_token_61|>",
|
557 |
+
"lstrip": false,
|
558 |
+
"normalized": false,
|
559 |
+
"rstrip": false,
|
560 |
+
"single_word": false,
|
561 |
+
"special": true
|
562 |
+
},
|
563 |
+
"128070": {
|
564 |
+
"content": "<|reserved_special_token_62|>",
|
565 |
+
"lstrip": false,
|
566 |
+
"normalized": false,
|
567 |
+
"rstrip": false,
|
568 |
+
"single_word": false,
|
569 |
+
"special": true
|
570 |
+
},
|
571 |
+
"128071": {
|
572 |
+
"content": "<|reserved_special_token_63|>",
|
573 |
+
"lstrip": false,
|
574 |
+
"normalized": false,
|
575 |
+
"rstrip": false,
|
576 |
+
"single_word": false,
|
577 |
+
"special": true
|
578 |
+
},
|
579 |
+
"128072": {
|
580 |
+
"content": "<|reserved_special_token_64|>",
|
581 |
+
"lstrip": false,
|
582 |
+
"normalized": false,
|
583 |
+
"rstrip": false,
|
584 |
+
"single_word": false,
|
585 |
+
"special": true
|
586 |
+
},
|
587 |
+
"128073": {
|
588 |
+
"content": "<|reserved_special_token_65|>",
|
589 |
+
"lstrip": false,
|
590 |
+
"normalized": false,
|
591 |
+
"rstrip": false,
|
592 |
+
"single_word": false,
|
593 |
+
"special": true
|
594 |
+
},
|
595 |
+
"128074": {
|
596 |
+
"content": "<|reserved_special_token_66|>",
|
597 |
+
"lstrip": false,
|
598 |
+
"normalized": false,
|
599 |
+
"rstrip": false,
|
600 |
+
"single_word": false,
|
601 |
+
"special": true
|
602 |
+
},
|
603 |
+
"128075": {
|
604 |
+
"content": "<|reserved_special_token_67|>",
|
605 |
+
"lstrip": false,
|
606 |
+
"normalized": false,
|
607 |
+
"rstrip": false,
|
608 |
+
"single_word": false,
|
609 |
+
"special": true
|
610 |
+
},
|
611 |
+
"128076": {
|
612 |
+
"content": "<|reserved_special_token_68|>",
|
613 |
+
"lstrip": false,
|
614 |
+
"normalized": false,
|
615 |
+
"rstrip": false,
|
616 |
+
"single_word": false,
|
617 |
+
"special": true
|
618 |
+
},
|
619 |
+
"128077": {
|
620 |
+
"content": "<|reserved_special_token_69|>",
|
621 |
+
"lstrip": false,
|
622 |
+
"normalized": false,
|
623 |
+
"rstrip": false,
|
624 |
+
"single_word": false,
|
625 |
+
"special": true
|
626 |
+
},
|
627 |
+
"128078": {
|
628 |
+
"content": "<|reserved_special_token_70|>",
|
629 |
+
"lstrip": false,
|
630 |
+
"normalized": false,
|
631 |
+
"rstrip": false,
|
632 |
+
"single_word": false,
|
633 |
+
"special": true
|
634 |
+
},
|
635 |
+
"128079": {
|
636 |
+
"content": "<|reserved_special_token_71|>",
|
637 |
+
"lstrip": false,
|
638 |
+
"normalized": false,
|
639 |
+
"rstrip": false,
|
640 |
+
"single_word": false,
|
641 |
+
"special": true
|
642 |
+
},
|
643 |
+
"128080": {
|
644 |
+
"content": "<|reserved_special_token_72|>",
|
645 |
+
"lstrip": false,
|
646 |
+
"normalized": false,
|
647 |
+
"rstrip": false,
|
648 |
+
"single_word": false,
|
649 |
+
"special": true
|
650 |
+
},
|
651 |
+
"128081": {
|
652 |
+
"content": "<|reserved_special_token_73|>",
|
653 |
+
"lstrip": false,
|
654 |
+
"normalized": false,
|
655 |
+
"rstrip": false,
|
656 |
+
"single_word": false,
|
657 |
+
"special": true
|
658 |
+
},
|
659 |
+
"128082": {
|
660 |
+
"content": "<|reserved_special_token_74|>",
|
661 |
+
"lstrip": false,
|
662 |
+
"normalized": false,
|
663 |
+
"rstrip": false,
|
664 |
+
"single_word": false,
|
665 |
+
"special": true
|
666 |
+
},
|
667 |
+
"128083": {
|
668 |
+
"content": "<|reserved_special_token_75|>",
|
669 |
+
"lstrip": false,
|
670 |
+
"normalized": false,
|
671 |
+
"rstrip": false,
|
672 |
+
"single_word": false,
|
673 |
+
"special": true
|
674 |
+
},
|
675 |
+
"128084": {
|
676 |
+
"content": "<|reserved_special_token_76|>",
|
677 |
+
"lstrip": false,
|
678 |
+
"normalized": false,
|
679 |
+
"rstrip": false,
|
680 |
+
"single_word": false,
|
681 |
+
"special": true
|
682 |
+
},
|
683 |
+
"128085": {
|
684 |
+
"content": "<|reserved_special_token_77|>",
|
685 |
+
"lstrip": false,
|
686 |
+
"normalized": false,
|
687 |
+
"rstrip": false,
|
688 |
+
"single_word": false,
|
689 |
+
"special": true
|
690 |
+
},
|
691 |
+
"128086": {
|
692 |
+
"content": "<|reserved_special_token_78|>",
|
693 |
+
"lstrip": false,
|
694 |
+
"normalized": false,
|
695 |
+
"rstrip": false,
|
696 |
+
"single_word": false,
|
697 |
+
"special": true
|
698 |
+
},
|
699 |
+
"128087": {
|
700 |
+
"content": "<|reserved_special_token_79|>",
|
701 |
+
"lstrip": false,
|
702 |
+
"normalized": false,
|
703 |
+
"rstrip": false,
|
704 |
+
"single_word": false,
|
705 |
+
"special": true
|
706 |
+
},
|
707 |
+
"128088": {
|
708 |
+
"content": "<|reserved_special_token_80|>",
|
709 |
+
"lstrip": false,
|
710 |
+
"normalized": false,
|
711 |
+
"rstrip": false,
|
712 |
+
"single_word": false,
|
713 |
+
"special": true
|
714 |
+
},
|
715 |
+
"128089": {
|
716 |
+
"content": "<|reserved_special_token_81|>",
|
717 |
+
"lstrip": false,
|
718 |
+
"normalized": false,
|
719 |
+
"rstrip": false,
|
720 |
+
"single_word": false,
|
721 |
+
"special": true
|
722 |
+
},
|
723 |
+
"128090": {
|
724 |
+
"content": "<|reserved_special_token_82|>",
|
725 |
+
"lstrip": false,
|
726 |
+
"normalized": false,
|
727 |
+
"rstrip": false,
|
728 |
+
"single_word": false,
|
729 |
+
"special": true
|
730 |
+
},
|
731 |
+
"128091": {
|
732 |
+
"content": "<|reserved_special_token_83|>",
|
733 |
+
"lstrip": false,
|
734 |
+
"normalized": false,
|
735 |
+
"rstrip": false,
|
736 |
+
"single_word": false,
|
737 |
+
"special": true
|
738 |
+
},
|
739 |
+
"128092": {
|
740 |
+
"content": "<|reserved_special_token_84|>",
|
741 |
+
"lstrip": false,
|
742 |
+
"normalized": false,
|
743 |
+
"rstrip": false,
|
744 |
+
"single_word": false,
|
745 |
+
"special": true
|
746 |
+
},
|
747 |
+
"128093": {
|
748 |
+
"content": "<|reserved_special_token_85|>",
|
749 |
+
"lstrip": false,
|
750 |
+
"normalized": false,
|
751 |
+
"rstrip": false,
|
752 |
+
"single_word": false,
|
753 |
+
"special": true
|
754 |
+
},
|
755 |
+
"128094": {
|
756 |
+
"content": "<|reserved_special_token_86|>",
|
757 |
+
"lstrip": false,
|
758 |
+
"normalized": false,
|
759 |
+
"rstrip": false,
|
760 |
+
"single_word": false,
|
761 |
+
"special": true
|
762 |
+
},
|
763 |
+
"128095": {
|
764 |
+
"content": "<|reserved_special_token_87|>",
|
765 |
+
"lstrip": false,
|
766 |
+
"normalized": false,
|
767 |
+
"rstrip": false,
|
768 |
+
"single_word": false,
|
769 |
+
"special": true
|
770 |
+
},
|
771 |
+
"128096": {
|
772 |
+
"content": "<|reserved_special_token_88|>",
|
773 |
+
"lstrip": false,
|
774 |
+
"normalized": false,
|
775 |
+
"rstrip": false,
|
776 |
+
"single_word": false,
|
777 |
+
"special": true
|
778 |
+
},
|
779 |
+
"128097": {
|
780 |
+
"content": "<|reserved_special_token_89|>",
|
781 |
+
"lstrip": false,
|
782 |
+
"normalized": false,
|
783 |
+
"rstrip": false,
|
784 |
+
"single_word": false,
|
785 |
+
"special": true
|
786 |
+
},
|
787 |
+
"128098": {
|
788 |
+
"content": "<|reserved_special_token_90|>",
|
789 |
+
"lstrip": false,
|
790 |
+
"normalized": false,
|
791 |
+
"rstrip": false,
|
792 |
+
"single_word": false,
|
793 |
+
"special": true
|
794 |
+
},
|
795 |
+
"128099": {
|
796 |
+
"content": "<|reserved_special_token_91|>",
|
797 |
+
"lstrip": false,
|
798 |
+
"normalized": false,
|
799 |
+
"rstrip": false,
|
800 |
+
"single_word": false,
|
801 |
+
"special": true
|
802 |
+
},
|
803 |
+
"128100": {
|
804 |
+
"content": "<|reserved_special_token_92|>",
|
805 |
+
"lstrip": false,
|
806 |
+
"normalized": false,
|
807 |
+
"rstrip": false,
|
808 |
+
"single_word": false,
|
809 |
+
"special": true
|
810 |
+
},
|
811 |
+
"128101": {
|
812 |
+
"content": "<|reserved_special_token_93|>",
|
813 |
+
"lstrip": false,
|
814 |
+
"normalized": false,
|
815 |
+
"rstrip": false,
|
816 |
+
"single_word": false,
|
817 |
+
"special": true
|
818 |
+
},
|
819 |
+
"128102": {
|
820 |
+
"content": "<|reserved_special_token_94|>",
|
821 |
+
"lstrip": false,
|
822 |
+
"normalized": false,
|
823 |
+
"rstrip": false,
|
824 |
+
"single_word": false,
|
825 |
+
"special": true
|
826 |
+
},
|
827 |
+
"128103": {
|
828 |
+
"content": "<|reserved_special_token_95|>",
|
829 |
+
"lstrip": false,
|
830 |
+
"normalized": false,
|
831 |
+
"rstrip": false,
|
832 |
+
"single_word": false,
|
833 |
+
"special": true
|
834 |
+
},
|
835 |
+
"128104": {
|
836 |
+
"content": "<|reserved_special_token_96|>",
|
837 |
+
"lstrip": false,
|
838 |
+
"normalized": false,
|
839 |
+
"rstrip": false,
|
840 |
+
"single_word": false,
|
841 |
+
"special": true
|
842 |
+
},
|
843 |
+
"128105": {
|
844 |
+
"content": "<|reserved_special_token_97|>",
|
845 |
+
"lstrip": false,
|
846 |
+
"normalized": false,
|
847 |
+
"rstrip": false,
|
848 |
+
"single_word": false,
|
849 |
+
"special": true
|
850 |
+
},
|
851 |
+
"128106": {
|
852 |
+
"content": "<|reserved_special_token_98|>",
|
853 |
+
"lstrip": false,
|
854 |
+
"normalized": false,
|
855 |
+
"rstrip": false,
|
856 |
+
"single_word": false,
|
857 |
+
"special": true
|
858 |
+
},
|
859 |
+
"128107": {
|
860 |
+
"content": "<|reserved_special_token_99|>",
|
861 |
+
"lstrip": false,
|
862 |
+
"normalized": false,
|
863 |
+
"rstrip": false,
|
864 |
+
"single_word": false,
|
865 |
+
"special": true
|
866 |
+
},
|
867 |
+
"128108": {
|
868 |
+
"content": "<|reserved_special_token_100|>",
|
869 |
+
"lstrip": false,
|
870 |
+
"normalized": false,
|
871 |
+
"rstrip": false,
|
872 |
+
"single_word": false,
|
873 |
+
"special": true
|
874 |
+
},
|
875 |
+
"128109": {
|
876 |
+
"content": "<|reserved_special_token_101|>",
|
877 |
+
"lstrip": false,
|
878 |
+
"normalized": false,
|
879 |
+
"rstrip": false,
|
880 |
+
"single_word": false,
|
881 |
+
"special": true
|
882 |
+
},
|
883 |
+
"128110": {
|
884 |
+
"content": "<|reserved_special_token_102|>",
|
885 |
+
"lstrip": false,
|
886 |
+
"normalized": false,
|
887 |
+
"rstrip": false,
|
888 |
+
"single_word": false,
|
889 |
+
"special": true
|
890 |
+
},
|
891 |
+
"128111": {
|
892 |
+
"content": "<|reserved_special_token_103|>",
|
893 |
+
"lstrip": false,
|
894 |
+
"normalized": false,
|
895 |
+
"rstrip": false,
|
896 |
+
"single_word": false,
|
897 |
+
"special": true
|
898 |
+
},
|
899 |
+
"128112": {
|
900 |
+
"content": "<|reserved_special_token_104|>",
|
901 |
+
"lstrip": false,
|
902 |
+
"normalized": false,
|
903 |
+
"rstrip": false,
|
904 |
+
"single_word": false,
|
905 |
+
"special": true
|
906 |
+
},
|
907 |
+
"128113": {
|
908 |
+
"content": "<|reserved_special_token_105|>",
|
909 |
+
"lstrip": false,
|
910 |
+
"normalized": false,
|
911 |
+
"rstrip": false,
|
912 |
+
"single_word": false,
|
913 |
+
"special": true
|
914 |
+
},
|
915 |
+
"128114": {
|
916 |
+
"content": "<|reserved_special_token_106|>",
|
917 |
+
"lstrip": false,
|
918 |
+
"normalized": false,
|
919 |
+
"rstrip": false,
|
920 |
+
"single_word": false,
|
921 |
+
"special": true
|
922 |
+
},
|
923 |
+
"128115": {
|
924 |
+
"content": "<|reserved_special_token_107|>",
|
925 |
+
"lstrip": false,
|
926 |
+
"normalized": false,
|
927 |
+
"rstrip": false,
|
928 |
+
"single_word": false,
|
929 |
+
"special": true
|
930 |
+
},
|
931 |
+
"128116": {
|
932 |
+
"content": "<|reserved_special_token_108|>",
|
933 |
+
"lstrip": false,
|
934 |
+
"normalized": false,
|
935 |
+
"rstrip": false,
|
936 |
+
"single_word": false,
|
937 |
+
"special": true
|
938 |
+
},
|
939 |
+
"128117": {
|
940 |
+
"content": "<|reserved_special_token_109|>",
|
941 |
+
"lstrip": false,
|
942 |
+
"normalized": false,
|
943 |
+
"rstrip": false,
|
944 |
+
"single_word": false,
|
945 |
+
"special": true
|
946 |
+
},
|
947 |
+
"128118": {
|
948 |
+
"content": "<|reserved_special_token_110|>",
|
949 |
+
"lstrip": false,
|
950 |
+
"normalized": false,
|
951 |
+
"rstrip": false,
|
952 |
+
"single_word": false,
|
953 |
+
"special": true
|
954 |
+
},
|
955 |
+
"128119": {
|
956 |
+
"content": "<|reserved_special_token_111|>",
|
957 |
+
"lstrip": false,
|
958 |
+
"normalized": false,
|
959 |
+
"rstrip": false,
|
960 |
+
"single_word": false,
|
961 |
+
"special": true
|
962 |
+
},
|
963 |
+
"128120": {
|
964 |
+
"content": "<|reserved_special_token_112|>",
|
965 |
+
"lstrip": false,
|
966 |
+
"normalized": false,
|
967 |
+
"rstrip": false,
|
968 |
+
"single_word": false,
|
969 |
+
"special": true
|
970 |
+
},
|
971 |
+
"128121": {
|
972 |
+
"content": "<|reserved_special_token_113|>",
|
973 |
+
"lstrip": false,
|
974 |
+
"normalized": false,
|
975 |
+
"rstrip": false,
|
976 |
+
"single_word": false,
|
977 |
+
"special": true
|
978 |
+
},
|
979 |
+
"128122": {
|
980 |
+
"content": "<|reserved_special_token_114|>",
|
981 |
+
"lstrip": false,
|
982 |
+
"normalized": false,
|
983 |
+
"rstrip": false,
|
984 |
+
"single_word": false,
|
985 |
+
"special": true
|
986 |
+
},
|
987 |
+
"128123": {
|
988 |
+
"content": "<|reserved_special_token_115|>",
|
989 |
+
"lstrip": false,
|
990 |
+
"normalized": false,
|
991 |
+
"rstrip": false,
|
992 |
+
"single_word": false,
|
993 |
+
"special": true
|
994 |
+
},
|
995 |
+
"128124": {
|
996 |
+
"content": "<|reserved_special_token_116|>",
|
997 |
+
"lstrip": false,
|
998 |
+
"normalized": false,
|
999 |
+
"rstrip": false,
|
1000 |
+
"single_word": false,
|
1001 |
+
"special": true
|
1002 |
+
},
|
1003 |
+
"128125": {
|
1004 |
+
"content": "<|reserved_special_token_117|>",
|
1005 |
+
"lstrip": false,
|
1006 |
+
"normalized": false,
|
1007 |
+
"rstrip": false,
|
1008 |
+
"single_word": false,
|
1009 |
+
"special": true
|
1010 |
+
},
|
1011 |
+
"128126": {
|
1012 |
+
"content": "<|reserved_special_token_118|>",
|
1013 |
+
"lstrip": false,
|
1014 |
+
"normalized": false,
|
1015 |
+
"rstrip": false,
|
1016 |
+
"single_word": false,
|
1017 |
+
"special": true
|
1018 |
+
},
|
1019 |
+
"128127": {
|
1020 |
+
"content": "<|reserved_special_token_119|>",
|
1021 |
+
"lstrip": false,
|
1022 |
+
"normalized": false,
|
1023 |
+
"rstrip": false,
|
1024 |
+
"single_word": false,
|
1025 |
+
"special": true
|
1026 |
+
},
|
1027 |
+
"128128": {
|
1028 |
+
"content": "<|reserved_special_token_120|>",
|
1029 |
+
"lstrip": false,
|
1030 |
+
"normalized": false,
|
1031 |
+
"rstrip": false,
|
1032 |
+
"single_word": false,
|
1033 |
+
"special": true
|
1034 |
+
},
|
1035 |
+
"128129": {
|
1036 |
+
"content": "<|reserved_special_token_121|>",
|
1037 |
+
"lstrip": false,
|
1038 |
+
"normalized": false,
|
1039 |
+
"rstrip": false,
|
1040 |
+
"single_word": false,
|
1041 |
+
"special": true
|
1042 |
+
},
|
1043 |
+
"128130": {
|
1044 |
+
"content": "<|reserved_special_token_122|>",
|
1045 |
+
"lstrip": false,
|
1046 |
+
"normalized": false,
|
1047 |
+
"rstrip": false,
|
1048 |
+
"single_word": false,
|
1049 |
+
"special": true
|
1050 |
+
},
|
1051 |
+
"128131": {
|
1052 |
+
"content": "<|reserved_special_token_123|>",
|
1053 |
+
"lstrip": false,
|
1054 |
+
"normalized": false,
|
1055 |
+
"rstrip": false,
|
1056 |
+
"single_word": false,
|
1057 |
+
"special": true
|
1058 |
+
},
|
1059 |
+
"128132": {
|
1060 |
+
"content": "<|reserved_special_token_124|>",
|
1061 |
+
"lstrip": false,
|
1062 |
+
"normalized": false,
|
1063 |
+
"rstrip": false,
|
1064 |
+
"single_word": false,
|
1065 |
+
"special": true
|
1066 |
+
},
|
1067 |
+
"128133": {
|
1068 |
+
"content": "<|reserved_special_token_125|>",
|
1069 |
+
"lstrip": false,
|
1070 |
+
"normalized": false,
|
1071 |
+
"rstrip": false,
|
1072 |
+
"single_word": false,
|
1073 |
+
"special": true
|
1074 |
+
},
|
1075 |
+
"128134": {
|
1076 |
+
"content": "<|reserved_special_token_126|>",
|
1077 |
+
"lstrip": false,
|
1078 |
+
"normalized": false,
|
1079 |
+
"rstrip": false,
|
1080 |
+
"single_word": false,
|
1081 |
+
"special": true
|
1082 |
+
},
|
1083 |
+
"128135": {
|
1084 |
+
"content": "<|reserved_special_token_127|>",
|
1085 |
+
"lstrip": false,
|
1086 |
+
"normalized": false,
|
1087 |
+
"rstrip": false,
|
1088 |
+
"single_word": false,
|
1089 |
+
"special": true
|
1090 |
+
},
|
1091 |
+
"128136": {
|
1092 |
+
"content": "<|reserved_special_token_128|>",
|
1093 |
+
"lstrip": false,
|
1094 |
+
"normalized": false,
|
1095 |
+
"rstrip": false,
|
1096 |
+
"single_word": false,
|
1097 |
+
"special": true
|
1098 |
+
},
|
1099 |
+
"128137": {
|
1100 |
+
"content": "<|reserved_special_token_129|>",
|
1101 |
+
"lstrip": false,
|
1102 |
+
"normalized": false,
|
1103 |
+
"rstrip": false,
|
1104 |
+
"single_word": false,
|
1105 |
+
"special": true
|
1106 |
+
},
|
1107 |
+
"128138": {
|
1108 |
+
"content": "<|reserved_special_token_130|>",
|
1109 |
+
"lstrip": false,
|
1110 |
+
"normalized": false,
|
1111 |
+
"rstrip": false,
|
1112 |
+
"single_word": false,
|
1113 |
+
"special": true
|
1114 |
+
},
|
1115 |
+
"128139": {
|
1116 |
+
"content": "<|reserved_special_token_131|>",
|
1117 |
+
"lstrip": false,
|
1118 |
+
"normalized": false,
|
1119 |
+
"rstrip": false,
|
1120 |
+
"single_word": false,
|
1121 |
+
"special": true
|
1122 |
+
},
|
1123 |
+
"128140": {
|
1124 |
+
"content": "<|reserved_special_token_132|>",
|
1125 |
+
"lstrip": false,
|
1126 |
+
"normalized": false,
|
1127 |
+
"rstrip": false,
|
1128 |
+
"single_word": false,
|
1129 |
+
"special": true
|
1130 |
+
},
|
1131 |
+
"128141": {
|
1132 |
+
"content": "<|reserved_special_token_133|>",
|
1133 |
+
"lstrip": false,
|
1134 |
+
"normalized": false,
|
1135 |
+
"rstrip": false,
|
1136 |
+
"single_word": false,
|
1137 |
+
"special": true
|
1138 |
+
},
|
1139 |
+
"128142": {
|
1140 |
+
"content": "<|reserved_special_token_134|>",
|
1141 |
+
"lstrip": false,
|
1142 |
+
"normalized": false,
|
1143 |
+
"rstrip": false,
|
1144 |
+
"single_word": false,
|
1145 |
+
"special": true
|
1146 |
+
},
|
1147 |
+
"128143": {
|
1148 |
+
"content": "<|reserved_special_token_135|>",
|
1149 |
+
"lstrip": false,
|
1150 |
+
"normalized": false,
|
1151 |
+
"rstrip": false,
|
1152 |
+
"single_word": false,
|
1153 |
+
"special": true
|
1154 |
+
},
|
1155 |
+
"128144": {
|
1156 |
+
"content": "<|reserved_special_token_136|>",
|
1157 |
+
"lstrip": false,
|
1158 |
+
"normalized": false,
|
1159 |
+
"rstrip": false,
|
1160 |
+
"single_word": false,
|
1161 |
+
"special": true
|
1162 |
+
},
|
1163 |
+
"128145": {
|
1164 |
+
"content": "<|reserved_special_token_137|>",
|
1165 |
+
"lstrip": false,
|
1166 |
+
"normalized": false,
|
1167 |
+
"rstrip": false,
|
1168 |
+
"single_word": false,
|
1169 |
+
"special": true
|
1170 |
+
},
|
1171 |
+
"128146": {
|
1172 |
+
"content": "<|reserved_special_token_138|>",
|
1173 |
+
"lstrip": false,
|
1174 |
+
"normalized": false,
|
1175 |
+
"rstrip": false,
|
1176 |
+
"single_word": false,
|
1177 |
+
"special": true
|
1178 |
+
},
|
1179 |
+
"128147": {
|
1180 |
+
"content": "<|reserved_special_token_139|>",
|
1181 |
+
"lstrip": false,
|
1182 |
+
"normalized": false,
|
1183 |
+
"rstrip": false,
|
1184 |
+
"single_word": false,
|
1185 |
+
"special": true
|
1186 |
+
},
|
1187 |
+
"128148": {
|
1188 |
+
"content": "<|reserved_special_token_140|>",
|
1189 |
+
"lstrip": false,
|
1190 |
+
"normalized": false,
|
1191 |
+
"rstrip": false,
|
1192 |
+
"single_word": false,
|
1193 |
+
"special": true
|
1194 |
+
},
|
1195 |
+
"128149": {
|
1196 |
+
"content": "<|reserved_special_token_141|>",
|
1197 |
+
"lstrip": false,
|
1198 |
+
"normalized": false,
|
1199 |
+
"rstrip": false,
|
1200 |
+
"single_word": false,
|
1201 |
+
"special": true
|
1202 |
+
},
|
1203 |
+
"128150": {
|
1204 |
+
"content": "<|reserved_special_token_142|>",
|
1205 |
+
"lstrip": false,
|
1206 |
+
"normalized": false,
|
1207 |
+
"rstrip": false,
|
1208 |
+
"single_word": false,
|
1209 |
+
"special": true
|
1210 |
+
},
|
1211 |
+
"128151": {
|
1212 |
+
"content": "<|reserved_special_token_143|>",
|
1213 |
+
"lstrip": false,
|
1214 |
+
"normalized": false,
|
1215 |
+
"rstrip": false,
|
1216 |
+
"single_word": false,
|
1217 |
+
"special": true
|
1218 |
+
},
|
1219 |
+
"128152": {
|
1220 |
+
"content": "<|reserved_special_token_144|>",
|
1221 |
+
"lstrip": false,
|
1222 |
+
"normalized": false,
|
1223 |
+
"rstrip": false,
|
1224 |
+
"single_word": false,
|
1225 |
+
"special": true
|
1226 |
+
},
|
1227 |
+
"128153": {
|
1228 |
+
"content": "<|reserved_special_token_145|>",
|
1229 |
+
"lstrip": false,
|
1230 |
+
"normalized": false,
|
1231 |
+
"rstrip": false,
|
1232 |
+
"single_word": false,
|
1233 |
+
"special": true
|
1234 |
+
},
|
1235 |
+
"128154": {
|
1236 |
+
"content": "<|reserved_special_token_146|>",
|
1237 |
+
"lstrip": false,
|
1238 |
+
"normalized": false,
|
1239 |
+
"rstrip": false,
|
1240 |
+
"single_word": false,
|
1241 |
+
"special": true
|
1242 |
+
},
|
1243 |
+
"128155": {
|
1244 |
+
"content": "<|reserved_special_token_147|>",
|
1245 |
+
"lstrip": false,
|
1246 |
+
"normalized": false,
|
1247 |
+
"rstrip": false,
|
1248 |
+
"single_word": false,
|
1249 |
+
"special": true
|
1250 |
+
},
|
1251 |
+
"128156": {
|
1252 |
+
"content": "<|reserved_special_token_148|>",
|
1253 |
+
"lstrip": false,
|
1254 |
+
"normalized": false,
|
1255 |
+
"rstrip": false,
|
1256 |
+
"single_word": false,
|
1257 |
+
"special": true
|
1258 |
+
},
|
1259 |
+
"128157": {
|
1260 |
+
"content": "<|reserved_special_token_149|>",
|
1261 |
+
"lstrip": false,
|
1262 |
+
"normalized": false,
|
1263 |
+
"rstrip": false,
|
1264 |
+
"single_word": false,
|
1265 |
+
"special": true
|
1266 |
+
},
|
1267 |
+
"128158": {
|
1268 |
+
"content": "<|reserved_special_token_150|>",
|
1269 |
+
"lstrip": false,
|
1270 |
+
"normalized": false,
|
1271 |
+
"rstrip": false,
|
1272 |
+
"single_word": false,
|
1273 |
+
"special": true
|
1274 |
+
},
|
1275 |
+
"128159": {
|
1276 |
+
"content": "<|reserved_special_token_151|>",
|
1277 |
+
"lstrip": false,
|
1278 |
+
"normalized": false,
|
1279 |
+
"rstrip": false,
|
1280 |
+
"single_word": false,
|
1281 |
+
"special": true
|
1282 |
+
},
|
1283 |
+
"128160": {
|
1284 |
+
"content": "<|reserved_special_token_152|>",
|
1285 |
+
"lstrip": false,
|
1286 |
+
"normalized": false,
|
1287 |
+
"rstrip": false,
|
1288 |
+
"single_word": false,
|
1289 |
+
"special": true
|
1290 |
+
},
|
1291 |
+
"128161": {
|
1292 |
+
"content": "<|reserved_special_token_153|>",
|
1293 |
+
"lstrip": false,
|
1294 |
+
"normalized": false,
|
1295 |
+
"rstrip": false,
|
1296 |
+
"single_word": false,
|
1297 |
+
"special": true
|
1298 |
+
},
|
1299 |
+
"128162": {
|
1300 |
+
"content": "<|reserved_special_token_154|>",
|
1301 |
+
"lstrip": false,
|
1302 |
+
"normalized": false,
|
1303 |
+
"rstrip": false,
|
1304 |
+
"single_word": false,
|
1305 |
+
"special": true
|
1306 |
+
},
|
1307 |
+
"128163": {
|
1308 |
+
"content": "<|reserved_special_token_155|>",
|
1309 |
+
"lstrip": false,
|
1310 |
+
"normalized": false,
|
1311 |
+
"rstrip": false,
|
1312 |
+
"single_word": false,
|
1313 |
+
"special": true
|
1314 |
+
},
|
1315 |
+
"128164": {
|
1316 |
+
"content": "<|reserved_special_token_156|>",
|
1317 |
+
"lstrip": false,
|
1318 |
+
"normalized": false,
|
1319 |
+
"rstrip": false,
|
1320 |
+
"single_word": false,
|
1321 |
+
"special": true
|
1322 |
+
},
|
1323 |
+
"128165": {
|
1324 |
+
"content": "<|reserved_special_token_157|>",
|
1325 |
+
"lstrip": false,
|
1326 |
+
"normalized": false,
|
1327 |
+
"rstrip": false,
|
1328 |
+
"single_word": false,
|
1329 |
+
"special": true
|
1330 |
+
},
|
1331 |
+
"128166": {
|
1332 |
+
"content": "<|reserved_special_token_158|>",
|
1333 |
+
"lstrip": false,
|
1334 |
+
"normalized": false,
|
1335 |
+
"rstrip": false,
|
1336 |
+
"single_word": false,
|
1337 |
+
"special": true
|
1338 |
+
},
|
1339 |
+
"128167": {
|
1340 |
+
"content": "<|reserved_special_token_159|>",
|
1341 |
+
"lstrip": false,
|
1342 |
+
"normalized": false,
|
1343 |
+
"rstrip": false,
|
1344 |
+
"single_word": false,
|
1345 |
+
"special": true
|
1346 |
+
},
|
1347 |
+
"128168": {
|
1348 |
+
"content": "<|reserved_special_token_160|>",
|
1349 |
+
"lstrip": false,
|
1350 |
+
"normalized": false,
|
1351 |
+
"rstrip": false,
|
1352 |
+
"single_word": false,
|
1353 |
+
"special": true
|
1354 |
+
},
|
1355 |
+
"128169": {
|
1356 |
+
"content": "<|reserved_special_token_161|>",
|
1357 |
+
"lstrip": false,
|
1358 |
+
"normalized": false,
|
1359 |
+
"rstrip": false,
|
1360 |
+
"single_word": false,
|
1361 |
+
"special": true
|
1362 |
+
},
|
1363 |
+
"128170": {
|
1364 |
+
"content": "<|reserved_special_token_162|>",
|
1365 |
+
"lstrip": false,
|
1366 |
+
"normalized": false,
|
1367 |
+
"rstrip": false,
|
1368 |
+
"single_word": false,
|
1369 |
+
"special": true
|
1370 |
+
},
|
1371 |
+
"128171": {
|
1372 |
+
"content": "<|reserved_special_token_163|>",
|
1373 |
+
"lstrip": false,
|
1374 |
+
"normalized": false,
|
1375 |
+
"rstrip": false,
|
1376 |
+
"single_word": false,
|
1377 |
+
"special": true
|
1378 |
+
},
|
1379 |
+
"128172": {
|
1380 |
+
"content": "<|reserved_special_token_164|>",
|
1381 |
+
"lstrip": false,
|
1382 |
+
"normalized": false,
|
1383 |
+
"rstrip": false,
|
1384 |
+
"single_word": false,
|
1385 |
+
"special": true
|
1386 |
+
},
|
1387 |
+
"128173": {
|
1388 |
+
"content": "<|reserved_special_token_165|>",
|
1389 |
+
"lstrip": false,
|
1390 |
+
"normalized": false,
|
1391 |
+
"rstrip": false,
|
1392 |
+
"single_word": false,
|
1393 |
+
"special": true
|
1394 |
+
},
|
1395 |
+
"128174": {
|
1396 |
+
"content": "<|reserved_special_token_166|>",
|
1397 |
+
"lstrip": false,
|
1398 |
+
"normalized": false,
|
1399 |
+
"rstrip": false,
|
1400 |
+
"single_word": false,
|
1401 |
+
"special": true
|
1402 |
+
},
|
1403 |
+
"128175": {
|
1404 |
+
"content": "<|reserved_special_token_167|>",
|
1405 |
+
"lstrip": false,
|
1406 |
+
"normalized": false,
|
1407 |
+
"rstrip": false,
|
1408 |
+
"single_word": false,
|
1409 |
+
"special": true
|
1410 |
+
},
|
1411 |
+
"128176": {
|
1412 |
+
"content": "<|reserved_special_token_168|>",
|
1413 |
+
"lstrip": false,
|
1414 |
+
"normalized": false,
|
1415 |
+
"rstrip": false,
|
1416 |
+
"single_word": false,
|
1417 |
+
"special": true
|
1418 |
+
},
|
1419 |
+
"128177": {
|
1420 |
+
"content": "<|reserved_special_token_169|>",
|
1421 |
+
"lstrip": false,
|
1422 |
+
"normalized": false,
|
1423 |
+
"rstrip": false,
|
1424 |
+
"single_word": false,
|
1425 |
+
"special": true
|
1426 |
+
},
|
1427 |
+
"128178": {
|
1428 |
+
"content": "<|reserved_special_token_170|>",
|
1429 |
+
"lstrip": false,
|
1430 |
+
"normalized": false,
|
1431 |
+
"rstrip": false,
|
1432 |
+
"single_word": false,
|
1433 |
+
"special": true
|
1434 |
+
},
|
1435 |
+
"128179": {
|
1436 |
+
"content": "<|reserved_special_token_171|>",
|
1437 |
+
"lstrip": false,
|
1438 |
+
"normalized": false,
|
1439 |
+
"rstrip": false,
|
1440 |
+
"single_word": false,
|
1441 |
+
"special": true
|
1442 |
+
},
|
1443 |
+
"128180": {
|
1444 |
+
"content": "<|reserved_special_token_172|>",
|
1445 |
+
"lstrip": false,
|
1446 |
+
"normalized": false,
|
1447 |
+
"rstrip": false,
|
1448 |
+
"single_word": false,
|
1449 |
+
"special": true
|
1450 |
+
},
|
1451 |
+
"128181": {
|
1452 |
+
"content": "<|reserved_special_token_173|>",
|
1453 |
+
"lstrip": false,
|
1454 |
+
"normalized": false,
|
1455 |
+
"rstrip": false,
|
1456 |
+
"single_word": false,
|
1457 |
+
"special": true
|
1458 |
+
},
|
1459 |
+
"128182": {
|
1460 |
+
"content": "<|reserved_special_token_174|>",
|
1461 |
+
"lstrip": false,
|
1462 |
+
"normalized": false,
|
1463 |
+
"rstrip": false,
|
1464 |
+
"single_word": false,
|
1465 |
+
"special": true
|
1466 |
+
},
|
1467 |
+
"128183": {
|
1468 |
+
"content": "<|reserved_special_token_175|>",
|
1469 |
+
"lstrip": false,
|
1470 |
+
"normalized": false,
|
1471 |
+
"rstrip": false,
|
1472 |
+
"single_word": false,
|
1473 |
+
"special": true
|
1474 |
+
},
|
1475 |
+
"128184": {
|
1476 |
+
"content": "<|reserved_special_token_176|>",
|
1477 |
+
"lstrip": false,
|
1478 |
+
"normalized": false,
|
1479 |
+
"rstrip": false,
|
1480 |
+
"single_word": false,
|
1481 |
+
"special": true
|
1482 |
+
},
|
1483 |
+
"128185": {
|
1484 |
+
"content": "<|reserved_special_token_177|>",
|
1485 |
+
"lstrip": false,
|
1486 |
+
"normalized": false,
|
1487 |
+
"rstrip": false,
|
1488 |
+
"single_word": false,
|
1489 |
+
"special": true
|
1490 |
+
},
|
1491 |
+
"128186": {
|
1492 |
+
"content": "<|reserved_special_token_178|>",
|
1493 |
+
"lstrip": false,
|
1494 |
+
"normalized": false,
|
1495 |
+
"rstrip": false,
|
1496 |
+
"single_word": false,
|
1497 |
+
"special": true
|
1498 |
+
},
|
1499 |
+
"128187": {
|
1500 |
+
"content": "<|reserved_special_token_179|>",
|
1501 |
+
"lstrip": false,
|
1502 |
+
"normalized": false,
|
1503 |
+
"rstrip": false,
|
1504 |
+
"single_word": false,
|
1505 |
+
"special": true
|
1506 |
+
},
|
1507 |
+
"128188": {
|
1508 |
+
"content": "<|reserved_special_token_180|>",
|
1509 |
+
"lstrip": false,
|
1510 |
+
"normalized": false,
|
1511 |
+
"rstrip": false,
|
1512 |
+
"single_word": false,
|
1513 |
+
"special": true
|
1514 |
+
},
|
1515 |
+
"128189": {
|
1516 |
+
"content": "<|reserved_special_token_181|>",
|
1517 |
+
"lstrip": false,
|
1518 |
+
"normalized": false,
|
1519 |
+
"rstrip": false,
|
1520 |
+
"single_word": false,
|
1521 |
+
"special": true
|
1522 |
+
},
|
1523 |
+
"128190": {
|
1524 |
+
"content": "<|reserved_special_token_182|>",
|
1525 |
+
"lstrip": false,
|
1526 |
+
"normalized": false,
|
1527 |
+
"rstrip": false,
|
1528 |
+
"single_word": false,
|
1529 |
+
"special": true
|
1530 |
+
},
|
1531 |
+
"128191": {
|
1532 |
+
"content": "<|reserved_special_token_183|>",
|
1533 |
+
"lstrip": false,
|
1534 |
+
"normalized": false,
|
1535 |
+
"rstrip": false,
|
1536 |
+
"single_word": false,
|
1537 |
+
"special": true
|
1538 |
+
},
|
1539 |
+
"128192": {
|
1540 |
+
"content": "<|reserved_special_token_184|>",
|
1541 |
+
"lstrip": false,
|
1542 |
+
"normalized": false,
|
1543 |
+
"rstrip": false,
|
1544 |
+
"single_word": false,
|
1545 |
+
"special": true
|
1546 |
+
},
|
1547 |
+
"128193": {
|
1548 |
+
"content": "<|reserved_special_token_185|>",
|
1549 |
+
"lstrip": false,
|
1550 |
+
"normalized": false,
|
1551 |
+
"rstrip": false,
|
1552 |
+
"single_word": false,
|
1553 |
+
"special": true
|
1554 |
+
},
|
1555 |
+
"128194": {
|
1556 |
+
"content": "<|reserved_special_token_186|>",
|
1557 |
+
"lstrip": false,
|
1558 |
+
"normalized": false,
|
1559 |
+
"rstrip": false,
|
1560 |
+
"single_word": false,
|
1561 |
+
"special": true
|
1562 |
+
},
|
1563 |
+
"128195": {
|
1564 |
+
"content": "<|reserved_special_token_187|>",
|
1565 |
+
"lstrip": false,
|
1566 |
+
"normalized": false,
|
1567 |
+
"rstrip": false,
|
1568 |
+
"single_word": false,
|
1569 |
+
"special": true
|
1570 |
+
},
|
1571 |
+
"128196": {
|
1572 |
+
"content": "<|reserved_special_token_188|>",
|
1573 |
+
"lstrip": false,
|
1574 |
+
"normalized": false,
|
1575 |
+
"rstrip": false,
|
1576 |
+
"single_word": false,
|
1577 |
+
"special": true
|
1578 |
+
},
|
1579 |
+
"128197": {
|
1580 |
+
"content": "<|reserved_special_token_189|>",
|
1581 |
+
"lstrip": false,
|
1582 |
+
"normalized": false,
|
1583 |
+
"rstrip": false,
|
1584 |
+
"single_word": false,
|
1585 |
+
"special": true
|
1586 |
+
},
|
1587 |
+
"128198": {
|
1588 |
+
"content": "<|reserved_special_token_190|>",
|
1589 |
+
"lstrip": false,
|
1590 |
+
"normalized": false,
|
1591 |
+
"rstrip": false,
|
1592 |
+
"single_word": false,
|
1593 |
+
"special": true
|
1594 |
+
},
|
1595 |
+
"128199": {
|
1596 |
+
"content": "<|reserved_special_token_191|>",
|
1597 |
+
"lstrip": false,
|
1598 |
+
"normalized": false,
|
1599 |
+
"rstrip": false,
|
1600 |
+
"single_word": false,
|
1601 |
+
"special": true
|
1602 |
+
},
|
1603 |
+
"128200": {
|
1604 |
+
"content": "<|reserved_special_token_192|>",
|
1605 |
+
"lstrip": false,
|
1606 |
+
"normalized": false,
|
1607 |
+
"rstrip": false,
|
1608 |
+
"single_word": false,
|
1609 |
+
"special": true
|
1610 |
+
},
|
1611 |
+
"128201": {
|
1612 |
+
"content": "<|reserved_special_token_193|>",
|
1613 |
+
"lstrip": false,
|
1614 |
+
"normalized": false,
|
1615 |
+
"rstrip": false,
|
1616 |
+
"single_word": false,
|
1617 |
+
"special": true
|
1618 |
+
},
|
1619 |
+
"128202": {
|
1620 |
+
"content": "<|reserved_special_token_194|>",
|
1621 |
+
"lstrip": false,
|
1622 |
+
"normalized": false,
|
1623 |
+
"rstrip": false,
|
1624 |
+
"single_word": false,
|
1625 |
+
"special": true
|
1626 |
+
},
|
1627 |
+
"128203": {
|
1628 |
+
"content": "<|reserved_special_token_195|>",
|
1629 |
+
"lstrip": false,
|
1630 |
+
"normalized": false,
|
1631 |
+
"rstrip": false,
|
1632 |
+
"single_word": false,
|
1633 |
+
"special": true
|
1634 |
+
},
|
1635 |
+
"128204": {
|
1636 |
+
"content": "<|reserved_special_token_196|>",
|
1637 |
+
"lstrip": false,
|
1638 |
+
"normalized": false,
|
1639 |
+
"rstrip": false,
|
1640 |
+
"single_word": false,
|
1641 |
+
"special": true
|
1642 |
+
},
|
1643 |
+
"128205": {
|
1644 |
+
"content": "<|reserved_special_token_197|>",
|
1645 |
+
"lstrip": false,
|
1646 |
+
"normalized": false,
|
1647 |
+
"rstrip": false,
|
1648 |
+
"single_word": false,
|
1649 |
+
"special": true
|
1650 |
+
},
|
1651 |
+
"128206": {
|
1652 |
+
"content": "<|reserved_special_token_198|>",
|
1653 |
+
"lstrip": false,
|
1654 |
+
"normalized": false,
|
1655 |
+
"rstrip": false,
|
1656 |
+
"single_word": false,
|
1657 |
+
"special": true
|
1658 |
+
},
|
1659 |
+
"128207": {
|
1660 |
+
"content": "<|reserved_special_token_199|>",
|
1661 |
+
"lstrip": false,
|
1662 |
+
"normalized": false,
|
1663 |
+
"rstrip": false,
|
1664 |
+
"single_word": false,
|
1665 |
+
"special": true
|
1666 |
+
},
|
1667 |
+
"128208": {
|
1668 |
+
"content": "<|reserved_special_token_200|>",
|
1669 |
+
"lstrip": false,
|
1670 |
+
"normalized": false,
|
1671 |
+
"rstrip": false,
|
1672 |
+
"single_word": false,
|
1673 |
+
"special": true
|
1674 |
+
},
|
1675 |
+
"128209": {
|
1676 |
+
"content": "<|reserved_special_token_201|>",
|
1677 |
+
"lstrip": false,
|
1678 |
+
"normalized": false,
|
1679 |
+
"rstrip": false,
|
1680 |
+
"single_word": false,
|
1681 |
+
"special": true
|
1682 |
+
},
|
1683 |
+
"128210": {
|
1684 |
+
"content": "<|reserved_special_token_202|>",
|
1685 |
+
"lstrip": false,
|
1686 |
+
"normalized": false,
|
1687 |
+
"rstrip": false,
|
1688 |
+
"single_word": false,
|
1689 |
+
"special": true
|
1690 |
+
},
|
1691 |
+
"128211": {
|
1692 |
+
"content": "<|reserved_special_token_203|>",
|
1693 |
+
"lstrip": false,
|
1694 |
+
"normalized": false,
|
1695 |
+
"rstrip": false,
|
1696 |
+
"single_word": false,
|
1697 |
+
"special": true
|
1698 |
+
},
|
1699 |
+
"128212": {
|
1700 |
+
"content": "<|reserved_special_token_204|>",
|
1701 |
+
"lstrip": false,
|
1702 |
+
"normalized": false,
|
1703 |
+
"rstrip": false,
|
1704 |
+
"single_word": false,
|
1705 |
+
"special": true
|
1706 |
+
},
|
1707 |
+
"128213": {
|
1708 |
+
"content": "<|reserved_special_token_205|>",
|
1709 |
+
"lstrip": false,
|
1710 |
+
"normalized": false,
|
1711 |
+
"rstrip": false,
|
1712 |
+
"single_word": false,
|
1713 |
+
"special": true
|
1714 |
+
},
|
1715 |
+
"128214": {
|
1716 |
+
"content": "<|reserved_special_token_206|>",
|
1717 |
+
"lstrip": false,
|
1718 |
+
"normalized": false,
|
1719 |
+
"rstrip": false,
|
1720 |
+
"single_word": false,
|
1721 |
+
"special": true
|
1722 |
+
},
|
1723 |
+
"128215": {
|
1724 |
+
"content": "<|reserved_special_token_207|>",
|
1725 |
+
"lstrip": false,
|
1726 |
+
"normalized": false,
|
1727 |
+
"rstrip": false,
|
1728 |
+
"single_word": false,
|
1729 |
+
"special": true
|
1730 |
+
},
|
1731 |
+
"128216": {
|
1732 |
+
"content": "<|reserved_special_token_208|>",
|
1733 |
+
"lstrip": false,
|
1734 |
+
"normalized": false,
|
1735 |
+
"rstrip": false,
|
1736 |
+
"single_word": false,
|
1737 |
+
"special": true
|
1738 |
+
},
|
1739 |
+
"128217": {
|
1740 |
+
"content": "<|reserved_special_token_209|>",
|
1741 |
+
"lstrip": false,
|
1742 |
+
"normalized": false,
|
1743 |
+
"rstrip": false,
|
1744 |
+
"single_word": false,
|
1745 |
+
"special": true
|
1746 |
+
},
|
1747 |
+
"128218": {
|
1748 |
+
"content": "<|reserved_special_token_210|>",
|
1749 |
+
"lstrip": false,
|
1750 |
+
"normalized": false,
|
1751 |
+
"rstrip": false,
|
1752 |
+
"single_word": false,
|
1753 |
+
"special": true
|
1754 |
+
},
|
1755 |
+
"128219": {
|
1756 |
+
"content": "<|reserved_special_token_211|>",
|
1757 |
+
"lstrip": false,
|
1758 |
+
"normalized": false,
|
1759 |
+
"rstrip": false,
|
1760 |
+
"single_word": false,
|
1761 |
+
"special": true
|
1762 |
+
},
|
1763 |
+
"128220": {
|
1764 |
+
"content": "<|reserved_special_token_212|>",
|
1765 |
+
"lstrip": false,
|
1766 |
+
"normalized": false,
|
1767 |
+
"rstrip": false,
|
1768 |
+
"single_word": false,
|
1769 |
+
"special": true
|
1770 |
+
},
|
1771 |
+
"128221": {
|
1772 |
+
"content": "<|reserved_special_token_213|>",
|
1773 |
+
"lstrip": false,
|
1774 |
+
"normalized": false,
|
1775 |
+
"rstrip": false,
|
1776 |
+
"single_word": false,
|
1777 |
+
"special": true
|
1778 |
+
},
|
1779 |
+
"128222": {
|
1780 |
+
"content": "<|reserved_special_token_214|>",
|
1781 |
+
"lstrip": false,
|
1782 |
+
"normalized": false,
|
1783 |
+
"rstrip": false,
|
1784 |
+
"single_word": false,
|
1785 |
+
"special": true
|
1786 |
+
},
|
1787 |
+
"128223": {
|
1788 |
+
"content": "<|reserved_special_token_215|>",
|
1789 |
+
"lstrip": false,
|
1790 |
+
"normalized": false,
|
1791 |
+
"rstrip": false,
|
1792 |
+
"single_word": false,
|
1793 |
+
"special": true
|
1794 |
+
},
|
1795 |
+
"128224": {
|
1796 |
+
"content": "<|reserved_special_token_216|>",
|
1797 |
+
"lstrip": false,
|
1798 |
+
"normalized": false,
|
1799 |
+
"rstrip": false,
|
1800 |
+
"single_word": false,
|
1801 |
+
"special": true
|
1802 |
+
},
|
1803 |
+
"128225": {
|
1804 |
+
"content": "<|reserved_special_token_217|>",
|
1805 |
+
"lstrip": false,
|
1806 |
+
"normalized": false,
|
1807 |
+
"rstrip": false,
|
1808 |
+
"single_word": false,
|
1809 |
+
"special": true
|
1810 |
+
},
|
1811 |
+
"128226": {
|
1812 |
+
"content": "<|reserved_special_token_218|>",
|
1813 |
+
"lstrip": false,
|
1814 |
+
"normalized": false,
|
1815 |
+
"rstrip": false,
|
1816 |
+
"single_word": false,
|
1817 |
+
"special": true
|
1818 |
+
},
|
1819 |
+
"128227": {
|
1820 |
+
"content": "<|reserved_special_token_219|>",
|
1821 |
+
"lstrip": false,
|
1822 |
+
"normalized": false,
|
1823 |
+
"rstrip": false,
|
1824 |
+
"single_word": false,
|
1825 |
+
"special": true
|
1826 |
+
},
|
1827 |
+
"128228": {
|
1828 |
+
"content": "<|reserved_special_token_220|>",
|
1829 |
+
"lstrip": false,
|
1830 |
+
"normalized": false,
|
1831 |
+
"rstrip": false,
|
1832 |
+
"single_word": false,
|
1833 |
+
"special": true
|
1834 |
+
},
|
1835 |
+
"128229": {
|
1836 |
+
"content": "<|reserved_special_token_221|>",
|
1837 |
+
"lstrip": false,
|
1838 |
+
"normalized": false,
|
1839 |
+
"rstrip": false,
|
1840 |
+
"single_word": false,
|
1841 |
+
"special": true
|
1842 |
+
},
|
1843 |
+
"128230": {
|
1844 |
+
"content": "<|reserved_special_token_222|>",
|
1845 |
+
"lstrip": false,
|
1846 |
+
"normalized": false,
|
1847 |
+
"rstrip": false,
|
1848 |
+
"single_word": false,
|
1849 |
+
"special": true
|
1850 |
+
},
|
1851 |
+
"128231": {
|
1852 |
+
"content": "<|reserved_special_token_223|>",
|
1853 |
+
"lstrip": false,
|
1854 |
+
"normalized": false,
|
1855 |
+
"rstrip": false,
|
1856 |
+
"single_word": false,
|
1857 |
+
"special": true
|
1858 |
+
},
|
1859 |
+
"128232": {
|
1860 |
+
"content": "<|reserved_special_token_224|>",
|
1861 |
+
"lstrip": false,
|
1862 |
+
"normalized": false,
|
1863 |
+
"rstrip": false,
|
1864 |
+
"single_word": false,
|
1865 |
+
"special": true
|
1866 |
+
},
|
1867 |
+
"128233": {
|
1868 |
+
"content": "<|reserved_special_token_225|>",
|
1869 |
+
"lstrip": false,
|
1870 |
+
"normalized": false,
|
1871 |
+
"rstrip": false,
|
1872 |
+
"single_word": false,
|
1873 |
+
"special": true
|
1874 |
+
},
|
1875 |
+
"128234": {
|
1876 |
+
"content": "<|reserved_special_token_226|>",
|
1877 |
+
"lstrip": false,
|
1878 |
+
"normalized": false,
|
1879 |
+
"rstrip": false,
|
1880 |
+
"single_word": false,
|
1881 |
+
"special": true
|
1882 |
+
},
|
1883 |
+
"128235": {
|
1884 |
+
"content": "<|reserved_special_token_227|>",
|
1885 |
+
"lstrip": false,
|
1886 |
+
"normalized": false,
|
1887 |
+
"rstrip": false,
|
1888 |
+
"single_word": false,
|
1889 |
+
"special": true
|
1890 |
+
},
|
1891 |
+
"128236": {
|
1892 |
+
"content": "<|reserved_special_token_228|>",
|
1893 |
+
"lstrip": false,
|
1894 |
+
"normalized": false,
|
1895 |
+
"rstrip": false,
|
1896 |
+
"single_word": false,
|
1897 |
+
"special": true
|
1898 |
+
},
|
1899 |
+
"128237": {
|
1900 |
+
"content": "<|reserved_special_token_229|>",
|
1901 |
+
"lstrip": false,
|
1902 |
+
"normalized": false,
|
1903 |
+
"rstrip": false,
|
1904 |
+
"single_word": false,
|
1905 |
+
"special": true
|
1906 |
+
},
|
1907 |
+
"128238": {
|
1908 |
+
"content": "<|reserved_special_token_230|>",
|
1909 |
+
"lstrip": false,
|
1910 |
+
"normalized": false,
|
1911 |
+
"rstrip": false,
|
1912 |
+
"single_word": false,
|
1913 |
+
"special": true
|
1914 |
+
},
|
1915 |
+
"128239": {
|
1916 |
+
"content": "<|reserved_special_token_231|>",
|
1917 |
+
"lstrip": false,
|
1918 |
+
"normalized": false,
|
1919 |
+
"rstrip": false,
|
1920 |
+
"single_word": false,
|
1921 |
+
"special": true
|
1922 |
+
},
|
1923 |
+
"128240": {
|
1924 |
+
"content": "<|reserved_special_token_232|>",
|
1925 |
+
"lstrip": false,
|
1926 |
+
"normalized": false,
|
1927 |
+
"rstrip": false,
|
1928 |
+
"single_word": false,
|
1929 |
+
"special": true
|
1930 |
+
},
|
1931 |
+
"128241": {
|
1932 |
+
"content": "<|reserved_special_token_233|>",
|
1933 |
+
"lstrip": false,
|
1934 |
+
"normalized": false,
|
1935 |
+
"rstrip": false,
|
1936 |
+
"single_word": false,
|
1937 |
+
"special": true
|
1938 |
+
},
|
1939 |
+
"128242": {
|
1940 |
+
"content": "<|reserved_special_token_234|>",
|
1941 |
+
"lstrip": false,
|
1942 |
+
"normalized": false,
|
1943 |
+
"rstrip": false,
|
1944 |
+
"single_word": false,
|
1945 |
+
"special": true
|
1946 |
+
},
|
1947 |
+
"128243": {
|
1948 |
+
"content": "<|reserved_special_token_235|>",
|
1949 |
+
"lstrip": false,
|
1950 |
+
"normalized": false,
|
1951 |
+
"rstrip": false,
|
1952 |
+
"single_word": false,
|
1953 |
+
"special": true
|
1954 |
+
},
|
1955 |
+
"128244": {
|
1956 |
+
"content": "<|reserved_special_token_236|>",
|
1957 |
+
"lstrip": false,
|
1958 |
+
"normalized": false,
|
1959 |
+
"rstrip": false,
|
1960 |
+
"single_word": false,
|
1961 |
+
"special": true
|
1962 |
+
},
|
1963 |
+
"128245": {
|
1964 |
+
"content": "<|reserved_special_token_237|>",
|
1965 |
+
"lstrip": false,
|
1966 |
+
"normalized": false,
|
1967 |
+
"rstrip": false,
|
1968 |
+
"single_word": false,
|
1969 |
+
"special": true
|
1970 |
+
},
|
1971 |
+
"128246": {
|
1972 |
+
"content": "<|reserved_special_token_238|>",
|
1973 |
+
"lstrip": false,
|
1974 |
+
"normalized": false,
|
1975 |
+
"rstrip": false,
|
1976 |
+
"single_word": false,
|
1977 |
+
"special": true
|
1978 |
+
},
|
1979 |
+
"128247": {
|
1980 |
+
"content": "<|reserved_special_token_239|>",
|
1981 |
+
"lstrip": false,
|
1982 |
+
"normalized": false,
|
1983 |
+
"rstrip": false,
|
1984 |
+
"single_word": false,
|
1985 |
+
"special": true
|
1986 |
+
},
|
1987 |
+
"128248": {
|
1988 |
+
"content": "<|reserved_special_token_240|>",
|
1989 |
+
"lstrip": false,
|
1990 |
+
"normalized": false,
|
1991 |
+
"rstrip": false,
|
1992 |
+
"single_word": false,
|
1993 |
+
"special": true
|
1994 |
+
},
|
1995 |
+
"128249": {
|
1996 |
+
"content": "<|reserved_special_token_241|>",
|
1997 |
+
"lstrip": false,
|
1998 |
+
"normalized": false,
|
1999 |
+
"rstrip": false,
|
2000 |
+
"single_word": false,
|
2001 |
+
"special": true
|
2002 |
+
},
|
2003 |
+
"128250": {
|
2004 |
+
"content": "<|reserved_special_token_242|>",
|
2005 |
+
"lstrip": false,
|
2006 |
+
"normalized": false,
|
2007 |
+
"rstrip": false,
|
2008 |
+
"single_word": false,
|
2009 |
+
"special": true
|
2010 |
+
},
|
2011 |
+
"128251": {
|
2012 |
+
"content": "<|reserved_special_token_243|>",
|
2013 |
+
"lstrip": false,
|
2014 |
+
"normalized": false,
|
2015 |
+
"rstrip": false,
|
2016 |
+
"single_word": false,
|
2017 |
+
"special": true
|
2018 |
+
},
|
2019 |
+
"128252": {
|
2020 |
+
"content": "<|reserved_special_token_244|>",
|
2021 |
+
"lstrip": false,
|
2022 |
+
"normalized": false,
|
2023 |
+
"rstrip": false,
|
2024 |
+
"single_word": false,
|
2025 |
+
"special": true
|
2026 |
+
},
|
2027 |
+
"128253": {
|
2028 |
+
"content": "<|reserved_special_token_245|>",
|
2029 |
+
"lstrip": false,
|
2030 |
+
"normalized": false,
|
2031 |
+
"rstrip": false,
|
2032 |
+
"single_word": false,
|
2033 |
+
"special": true
|
2034 |
+
},
|
2035 |
+
"128254": {
|
2036 |
+
"content": "<|reserved_special_token_246|>",
|
2037 |
+
"lstrip": false,
|
2038 |
+
"normalized": false,
|
2039 |
+
"rstrip": false,
|
2040 |
+
"single_word": false,
|
2041 |
+
"special": true
|
2042 |
+
},
|
2043 |
+
"128255": {
|
2044 |
+
"content": "<|reserved_special_token_247|>",
|
2045 |
+
"lstrip": false,
|
2046 |
+
"normalized": false,
|
2047 |
+
"rstrip": false,
|
2048 |
+
"single_word": false,
|
2049 |
+
"special": true
|
2050 |
+
}
|
2051 |
+
},
|
2052 |
+
"bos_token": "<|begin_of_text|>",
|
2053 |
+
"chat_template": "",
|
2054 |
+
"clean_up_tokenization_spaces": true,
|
2055 |
+
"eos_token": "<|eot_id|>",
|
2056 |
+
"legacy": true,
|
2057 |
+
"model_input_names": [
|
2058 |
+
"input_ids",
|
2059 |
+
"attention_mask"
|
2060 |
+
],
|
2061 |
+
"model_max_length": 8192,
|
2062 |
+
"pad_token": "<|eot_id|>",
|
2063 |
+
"padding_side": "right",
|
2064 |
+
"tokenizer_class": "PreTrainedTokenizerFast"
|
2065 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,3664 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 1.0,
|
5 |
+
"eval_steps": 169,
|
6 |
+
"global_step": 508,
|
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.001968503937007874,
|
13 |
+
"grad_norm": 4.332395134133844,
|
14 |
+
"learning_rate": 3.125e-07,
|
15 |
+
"loss": 0.7038,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.003937007874015748,
|
20 |
+
"grad_norm": 3.8032272638568987,
|
21 |
+
"learning_rate": 6.25e-07,
|
22 |
+
"loss": 0.6613,
|
23 |
+
"step": 2
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.005905511811023622,
|
27 |
+
"grad_norm": 3.8441769742686236,
|
28 |
+
"learning_rate": 9.375000000000001e-07,
|
29 |
+
"loss": 0.6784,
|
30 |
+
"step": 3
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.007874015748031496,
|
34 |
+
"grad_norm": 13.21086646658165,
|
35 |
+
"learning_rate": 1.25e-06,
|
36 |
+
"loss": 0.684,
|
37 |
+
"step": 4
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.00984251968503937,
|
41 |
+
"grad_norm": 4.69882563265012,
|
42 |
+
"learning_rate": 1.5625e-06,
|
43 |
+
"loss": 0.8,
|
44 |
+
"step": 5
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.011811023622047244,
|
48 |
+
"grad_norm": 2.9865736925889923,
|
49 |
+
"learning_rate": 1.8750000000000003e-06,
|
50 |
+
"loss": 0.6825,
|
51 |
+
"step": 6
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.013779527559055118,
|
55 |
+
"grad_norm": 2.2616602440416993,
|
56 |
+
"learning_rate": 2.1875000000000002e-06,
|
57 |
+
"loss": 0.6512,
|
58 |
+
"step": 7
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.015748031496062992,
|
62 |
+
"grad_norm": 1.7232429041769661,
|
63 |
+
"learning_rate": 2.5e-06,
|
64 |
+
"loss": 0.6967,
|
65 |
+
"step": 8
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.017716535433070866,
|
69 |
+
"grad_norm": 1.518727852616696,
|
70 |
+
"learning_rate": 2.8125e-06,
|
71 |
+
"loss": 0.7053,
|
72 |
+
"step": 9
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.01968503937007874,
|
76 |
+
"grad_norm": 1.5602105724827853,
|
77 |
+
"learning_rate": 3.125e-06,
|
78 |
+
"loss": 0.6418,
|
79 |
+
"step": 10
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.021653543307086614,
|
83 |
+
"grad_norm": 1.1712436246749327,
|
84 |
+
"learning_rate": 3.4375e-06,
|
85 |
+
"loss": 0.6534,
|
86 |
+
"step": 11
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.023622047244094488,
|
90 |
+
"grad_norm": 1.212415322561924,
|
91 |
+
"learning_rate": 3.7500000000000005e-06,
|
92 |
+
"loss": 0.608,
|
93 |
+
"step": 12
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.025590551181102362,
|
97 |
+
"grad_norm": 2.380916453953302,
|
98 |
+
"learning_rate": 4.0625000000000005e-06,
|
99 |
+
"loss": 0.6561,
|
100 |
+
"step": 13
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.027559055118110236,
|
104 |
+
"grad_norm": 1.2987604338710539,
|
105 |
+
"learning_rate": 4.3750000000000005e-06,
|
106 |
+
"loss": 0.6322,
|
107 |
+
"step": 14
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.02952755905511811,
|
111 |
+
"grad_norm": 1.185019864587836,
|
112 |
+
"learning_rate": 4.6875000000000004e-06,
|
113 |
+
"loss": 0.4954,
|
114 |
+
"step": 15
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.031496062992125984,
|
118 |
+
"grad_norm": 1.2589412860556821,
|
119 |
+
"learning_rate": 5e-06,
|
120 |
+
"loss": 0.6023,
|
121 |
+
"step": 16
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.03346456692913386,
|
125 |
+
"grad_norm": 1.2322462534120997,
|
126 |
+
"learning_rate": 4.999949034290173e-06,
|
127 |
+
"loss": 0.681,
|
128 |
+
"step": 17
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.03543307086614173,
|
132 |
+
"grad_norm": 1.5064860621939775,
|
133 |
+
"learning_rate": 4.999796139238694e-06,
|
134 |
+
"loss": 0.5486,
|
135 |
+
"step": 18
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.03740157480314961,
|
139 |
+
"grad_norm": 1.3098881938046696,
|
140 |
+
"learning_rate": 4.999541321079486e-06,
|
141 |
+
"loss": 0.5843,
|
142 |
+
"step": 19
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.03937007874015748,
|
146 |
+
"grad_norm": 1.0503442131959184,
|
147 |
+
"learning_rate": 4.999184590202142e-06,
|
148 |
+
"loss": 0.4994,
|
149 |
+
"step": 20
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.04133858267716536,
|
153 |
+
"grad_norm": 1.2483896372838335,
|
154 |
+
"learning_rate": 4.998725961151493e-06,
|
155 |
+
"loss": 0.5296,
|
156 |
+
"step": 21
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.04330708661417323,
|
160 |
+
"grad_norm": 1.0327187684618095,
|
161 |
+
"learning_rate": 4.998165452627025e-06,
|
162 |
+
"loss": 0.5137,
|
163 |
+
"step": 22
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.045275590551181105,
|
167 |
+
"grad_norm": 1.1974834598681166,
|
168 |
+
"learning_rate": 4.99750308748211e-06,
|
169 |
+
"loss": 0.5128,
|
170 |
+
"step": 23
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.047244094488188976,
|
174 |
+
"grad_norm": 1.0642219502411139,
|
175 |
+
"learning_rate": 4.996738892723076e-06,
|
176 |
+
"loss": 0.5345,
|
177 |
+
"step": 24
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.04921259842519685,
|
181 |
+
"grad_norm": 1.0658394002157676,
|
182 |
+
"learning_rate": 4.995872899508103e-06,
|
183 |
+
"loss": 0.5282,
|
184 |
+
"step": 25
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.051181102362204724,
|
188 |
+
"grad_norm": 1.1719573437053,
|
189 |
+
"learning_rate": 4.9949051431459615e-06,
|
190 |
+
"loss": 0.5788,
|
191 |
+
"step": 26
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.0531496062992126,
|
195 |
+
"grad_norm": 0.9655899374808902,
|
196 |
+
"learning_rate": 4.993835663094562e-06,
|
197 |
+
"loss": 0.6245,
|
198 |
+
"step": 27
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.05511811023622047,
|
202 |
+
"grad_norm": 0.9796161059781048,
|
203 |
+
"learning_rate": 4.992664502959351e-06,
|
204 |
+
"loss": 0.5289,
|
205 |
+
"step": 28
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.05708661417322835,
|
209 |
+
"grad_norm": 1.71222119533011,
|
210 |
+
"learning_rate": 4.9913917104915374e-06,
|
211 |
+
"loss": 0.57,
|
212 |
+
"step": 29
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.05905511811023622,
|
216 |
+
"grad_norm": 1.0197717375686455,
|
217 |
+
"learning_rate": 4.990017337586137e-06,
|
218 |
+
"loss": 0.519,
|
219 |
+
"step": 30
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.0610236220472441,
|
223 |
+
"grad_norm": 1.1975231795964436,
|
224 |
+
"learning_rate": 4.988541440279862e-06,
|
225 |
+
"loss": 0.5343,
|
226 |
+
"step": 31
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.06299212598425197,
|
230 |
+
"grad_norm": 1.0891858921723208,
|
231 |
+
"learning_rate": 4.9869640787488375e-06,
|
232 |
+
"loss": 0.5278,
|
233 |
+
"step": 32
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.06496062992125984,
|
237 |
+
"grad_norm": 1.0524330061660225,
|
238 |
+
"learning_rate": 4.985285317306141e-06,
|
239 |
+
"loss": 0.4977,
|
240 |
+
"step": 33
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.06692913385826772,
|
244 |
+
"grad_norm": 0.8881056102807858,
|
245 |
+
"learning_rate": 4.983505224399188e-06,
|
246 |
+
"loss": 0.4628,
|
247 |
+
"step": 34
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.0688976377952756,
|
251 |
+
"grad_norm": 1.4276667421032012,
|
252 |
+
"learning_rate": 4.981623872606938e-06,
|
253 |
+
"loss": 0.5652,
|
254 |
+
"step": 35
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.07086614173228346,
|
258 |
+
"grad_norm": 1.5304505733171991,
|
259 |
+
"learning_rate": 4.9796413386369344e-06,
|
260 |
+
"loss": 0.472,
|
261 |
+
"step": 36
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.07283464566929133,
|
265 |
+
"grad_norm": 1.0115212501786546,
|
266 |
+
"learning_rate": 4.977557703322178e-06,
|
267 |
+
"loss": 0.5252,
|
268 |
+
"step": 37
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.07480314960629922,
|
272 |
+
"grad_norm": 0.8772818580054346,
|
273 |
+
"learning_rate": 4.975373051617831e-06,
|
274 |
+
"loss": 0.5178,
|
275 |
+
"step": 38
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.07677165354330709,
|
279 |
+
"grad_norm": 1.0066576706461172,
|
280 |
+
"learning_rate": 4.973087472597754e-06,
|
281 |
+
"loss": 0.5763,
|
282 |
+
"step": 39
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.07874015748031496,
|
286 |
+
"grad_norm": 1.0932413280744155,
|
287 |
+
"learning_rate": 4.970701059450872e-06,
|
288 |
+
"loss": 0.541,
|
289 |
+
"step": 40
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.08070866141732283,
|
293 |
+
"grad_norm": 0.8923882213553012,
|
294 |
+
"learning_rate": 4.968213909477376e-06,
|
295 |
+
"loss": 0.5698,
|
296 |
+
"step": 41
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 0.08267716535433071,
|
300 |
+
"grad_norm": 0.9066223497697822,
|
301 |
+
"learning_rate": 4.965626124084759e-06,
|
302 |
+
"loss": 0.5799,
|
303 |
+
"step": 42
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.08464566929133858,
|
307 |
+
"grad_norm": 1.818495666444202,
|
308 |
+
"learning_rate": 4.962937808783675e-06,
|
309 |
+
"loss": 0.4798,
|
310 |
+
"step": 43
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.08661417322834646,
|
314 |
+
"grad_norm": 0.8209739924387579,
|
315 |
+
"learning_rate": 4.960149073183643e-06,
|
316 |
+
"loss": 0.5458,
|
317 |
+
"step": 44
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.08858267716535433,
|
321 |
+
"grad_norm": 0.964480961227574,
|
322 |
+
"learning_rate": 4.957260030988575e-06,
|
323 |
+
"loss": 0.6135,
|
324 |
+
"step": 45
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.09055118110236221,
|
328 |
+
"grad_norm": 1.3029039264019875,
|
329 |
+
"learning_rate": 4.954270799992138e-06,
|
330 |
+
"loss": 0.5808,
|
331 |
+
"step": 46
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.09251968503937008,
|
335 |
+
"grad_norm": 1.3124173456233417,
|
336 |
+
"learning_rate": 4.951181502072957e-06,
|
337 |
+
"loss": 0.5146,
|
338 |
+
"step": 47
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 0.09448818897637795,
|
342 |
+
"grad_norm": 1.091556201810711,
|
343 |
+
"learning_rate": 4.947992263189641e-06,
|
344 |
+
"loss": 0.5056,
|
345 |
+
"step": 48
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.09645669291338582,
|
349 |
+
"grad_norm": 1.845554567847516,
|
350 |
+
"learning_rate": 4.944703213375648e-06,
|
351 |
+
"loss": 0.4985,
|
352 |
+
"step": 49
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 0.0984251968503937,
|
356 |
+
"grad_norm": 0.9595152711989854,
|
357 |
+
"learning_rate": 4.941314486733986e-06,
|
358 |
+
"loss": 0.5185,
|
359 |
+
"step": 50
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 0.10039370078740158,
|
363 |
+
"grad_norm": 1.052944693142675,
|
364 |
+
"learning_rate": 4.937826221431742e-06,
|
365 |
+
"loss": 0.541,
|
366 |
+
"step": 51
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 0.10236220472440945,
|
370 |
+
"grad_norm": 1.8359217216949988,
|
371 |
+
"learning_rate": 4.934238559694448e-06,
|
372 |
+
"loss": 0.4732,
|
373 |
+
"step": 52
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 0.10433070866141732,
|
377 |
+
"grad_norm": 0.7780724565161726,
|
378 |
+
"learning_rate": 4.930551647800287e-06,
|
379 |
+
"loss": 0.5362,
|
380 |
+
"step": 53
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 0.1062992125984252,
|
384 |
+
"grad_norm": 1.0943420987327674,
|
385 |
+
"learning_rate": 4.926765636074124e-06,
|
386 |
+
"loss": 0.5573,
|
387 |
+
"step": 54
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.10826771653543307,
|
391 |
+
"grad_norm": 0.8835792924826419,
|
392 |
+
"learning_rate": 4.92288067888138e-06,
|
393 |
+
"loss": 0.55,
|
394 |
+
"step": 55
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 0.11023622047244094,
|
398 |
+
"grad_norm": 2.9389315424393643,
|
399 |
+
"learning_rate": 4.918896934621734e-06,
|
400 |
+
"loss": 0.5186,
|
401 |
+
"step": 56
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.11220472440944881,
|
405 |
+
"grad_norm": 0.8470711864407996,
|
406 |
+
"learning_rate": 4.914814565722671e-06,
|
407 |
+
"loss": 0.5772,
|
408 |
+
"step": 57
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 0.1141732283464567,
|
412 |
+
"grad_norm": 2.683190905501092,
|
413 |
+
"learning_rate": 4.9106337386328524e-06,
|
414 |
+
"loss": 0.542,
|
415 |
+
"step": 58
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 0.11614173228346457,
|
419 |
+
"grad_norm": 1.0455114679897974,
|
420 |
+
"learning_rate": 4.906354623815336e-06,
|
421 |
+
"loss": 0.4742,
|
422 |
+
"step": 59
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 0.11811023622047244,
|
426 |
+
"grad_norm": 0.9509865582235187,
|
427 |
+
"learning_rate": 4.9019773957406194e-06,
|
428 |
+
"loss": 0.4711,
|
429 |
+
"step": 60
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.12007874015748031,
|
433 |
+
"grad_norm": 0.8665458092112138,
|
434 |
+
"learning_rate": 4.897502232879533e-06,
|
435 |
+
"loss": 0.5401,
|
436 |
+
"step": 61
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 0.1220472440944882,
|
440 |
+
"grad_norm": 0.8508175382415222,
|
441 |
+
"learning_rate": 4.892929317695957e-06,
|
442 |
+
"loss": 0.5181,
|
443 |
+
"step": 62
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 0.12401574803149606,
|
447 |
+
"grad_norm": 0.8821611955743189,
|
448 |
+
"learning_rate": 4.888258836639386e-06,
|
449 |
+
"loss": 0.5483,
|
450 |
+
"step": 63
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 0.12598425196850394,
|
454 |
+
"grad_norm": 1.3830991975814106,
|
455 |
+
"learning_rate": 4.883490980137327e-06,
|
456 |
+
"loss": 0.4886,
|
457 |
+
"step": 64
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 0.1279527559055118,
|
461 |
+
"grad_norm": 0.8883477594577199,
|
462 |
+
"learning_rate": 4.878625942587531e-06,
|
463 |
+
"loss": 0.5847,
|
464 |
+
"step": 65
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 0.12992125984251968,
|
468 |
+
"grad_norm": 0.9173712226341854,
|
469 |
+
"learning_rate": 4.8736639223500734e-06,
|
470 |
+
"loss": 0.4875,
|
471 |
+
"step": 66
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 0.13188976377952755,
|
475 |
+
"grad_norm": 1.429358689482403,
|
476 |
+
"learning_rate": 4.868605121739261e-06,
|
477 |
+
"loss": 0.5519,
|
478 |
+
"step": 67
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 0.13385826771653545,
|
482 |
+
"grad_norm": 1.1044409729056377,
|
483 |
+
"learning_rate": 4.863449747015384e-06,
|
484 |
+
"loss": 0.4856,
|
485 |
+
"step": 68
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 0.13582677165354332,
|
489 |
+
"grad_norm": 0.9315698624773923,
|
490 |
+
"learning_rate": 4.858198008376308e-06,
|
491 |
+
"loss": 0.47,
|
492 |
+
"step": 69
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 0.1377952755905512,
|
496 |
+
"grad_norm": 1.7217476799446472,
|
497 |
+
"learning_rate": 4.8528501199489045e-06,
|
498 |
+
"loss": 0.5075,
|
499 |
+
"step": 70
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 0.13976377952755906,
|
503 |
+
"grad_norm": 3.073555434911596,
|
504 |
+
"learning_rate": 4.847406299780316e-06,
|
505 |
+
"loss": 0.4722,
|
506 |
+
"step": 71
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 0.14173228346456693,
|
510 |
+
"grad_norm": 1.1660178741995686,
|
511 |
+
"learning_rate": 4.84186676982907e-06,
|
512 |
+
"loss": 0.5038,
|
513 |
+
"step": 72
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 0.1437007874015748,
|
517 |
+
"grad_norm": 1.0506730147991332,
|
518 |
+
"learning_rate": 4.836231755956028e-06,
|
519 |
+
"loss": 0.5016,
|
520 |
+
"step": 73
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 0.14566929133858267,
|
524 |
+
"grad_norm": 0.8677747645293913,
|
525 |
+
"learning_rate": 4.830501487915175e-06,
|
526 |
+
"loss": 0.5029,
|
527 |
+
"step": 74
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 0.14763779527559054,
|
531 |
+
"grad_norm": 0.8908161828150893,
|
532 |
+
"learning_rate": 4.824676199344253e-06,
|
533 |
+
"loss": 0.5234,
|
534 |
+
"step": 75
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 0.14960629921259844,
|
538 |
+
"grad_norm": 0.9393694358554296,
|
539 |
+
"learning_rate": 4.8187561277552376e-06,
|
540 |
+
"loss": 0.4979,
|
541 |
+
"step": 76
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 0.1515748031496063,
|
545 |
+
"grad_norm": 1.5061362639101046,
|
546 |
+
"learning_rate": 4.812741514524647e-06,
|
547 |
+
"loss": 0.6668,
|
548 |
+
"step": 77
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 0.15354330708661418,
|
552 |
+
"grad_norm": 0.8981888468432785,
|
553 |
+
"learning_rate": 4.806632604883709e-06,
|
554 |
+
"loss": 0.5162,
|
555 |
+
"step": 78
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 0.15551181102362205,
|
559 |
+
"grad_norm": 0.7689317410884454,
|
560 |
+
"learning_rate": 4.800429647908354e-06,
|
561 |
+
"loss": 0.5035,
|
562 |
+
"step": 79
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 0.15748031496062992,
|
566 |
+
"grad_norm": 0.9244306023248633,
|
567 |
+
"learning_rate": 4.7941328965090705e-06,
|
568 |
+
"loss": 0.4985,
|
569 |
+
"step": 80
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 0.1594488188976378,
|
573 |
+
"grad_norm": 1.0540613081580672,
|
574 |
+
"learning_rate": 4.787742607420579e-06,
|
575 |
+
"loss": 0.3994,
|
576 |
+
"step": 81
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 0.16141732283464566,
|
580 |
+
"grad_norm": 1.007287531899793,
|
581 |
+
"learning_rate": 4.7812590411913755e-06,
|
582 |
+
"loss": 0.4842,
|
583 |
+
"step": 82
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 0.16338582677165353,
|
587 |
+
"grad_norm": 0.8767045652213882,
|
588 |
+
"learning_rate": 4.774682462173105e-06,
|
589 |
+
"loss": 0.5551,
|
590 |
+
"step": 83
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 0.16535433070866143,
|
594 |
+
"grad_norm": 1.9260648630773072,
|
595 |
+
"learning_rate": 4.768013138509781e-06,
|
596 |
+
"loss": 0.5416,
|
597 |
+
"step": 84
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 0.1673228346456693,
|
601 |
+
"grad_norm": 0.9582175240132643,
|
602 |
+
"learning_rate": 4.7612513421268546e-06,
|
603 |
+
"loss": 0.5334,
|
604 |
+
"step": 85
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 0.16929133858267717,
|
608 |
+
"grad_norm": 0.8128204814045301,
|
609 |
+
"learning_rate": 4.754397348720129e-06,
|
610 |
+
"loss": 0.4635,
|
611 |
+
"step": 86
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 0.17125984251968504,
|
615 |
+
"grad_norm": 0.8980619226018841,
|
616 |
+
"learning_rate": 4.7474514377445155e-06,
|
617 |
+
"loss": 0.4183,
|
618 |
+
"step": 87
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 0.1732283464566929,
|
622 |
+
"grad_norm": 1.6857219087991773,
|
623 |
+
"learning_rate": 4.740413892402639e-06,
|
624 |
+
"loss": 0.4992,
|
625 |
+
"step": 88
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 0.17519685039370078,
|
629 |
+
"grad_norm": 0.8886797894135899,
|
630 |
+
"learning_rate": 4.733284999633297e-06,
|
631 |
+
"loss": 0.4769,
|
632 |
+
"step": 89
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 0.17716535433070865,
|
636 |
+
"grad_norm": 0.818408900835814,
|
637 |
+
"learning_rate": 4.726065050099752e-06,
|
638 |
+
"loss": 0.5397,
|
639 |
+
"step": 90
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 0.17913385826771652,
|
643 |
+
"grad_norm": 1.0812576227525792,
|
644 |
+
"learning_rate": 4.718754338177887e-06,
|
645 |
+
"loss": 0.4881,
|
646 |
+
"step": 91
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 0.18110236220472442,
|
650 |
+
"grad_norm": 1.4788693769546513,
|
651 |
+
"learning_rate": 4.711353161944199e-06,
|
652 |
+
"loss": 0.4761,
|
653 |
+
"step": 92
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 0.1830708661417323,
|
657 |
+
"grad_norm": 1.2325496456214284,
|
658 |
+
"learning_rate": 4.703861823163649e-06,
|
659 |
+
"loss": 0.4836,
|
660 |
+
"step": 93
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 0.18503937007874016,
|
664 |
+
"grad_norm": 0.8865488032350944,
|
665 |
+
"learning_rate": 4.696280627277356e-06,
|
666 |
+
"loss": 0.5754,
|
667 |
+
"step": 94
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 0.18700787401574803,
|
671 |
+
"grad_norm": 0.7276510882056314,
|
672 |
+
"learning_rate": 4.688609883390144e-06,
|
673 |
+
"loss": 0.4811,
|
674 |
+
"step": 95
|
675 |
+
},
|
676 |
+
{
|
677 |
+
"epoch": 0.1889763779527559,
|
678 |
+
"grad_norm": 1.379464962941928,
|
679 |
+
"learning_rate": 4.680849904257938e-06,
|
680 |
+
"loss": 0.5191,
|
681 |
+
"step": 96
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 0.19094488188976377,
|
685 |
+
"grad_norm": 1.0428272965764391,
|
686 |
+
"learning_rate": 4.673001006275013e-06,
|
687 |
+
"loss": 0.523,
|
688 |
+
"step": 97
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"epoch": 0.19291338582677164,
|
692 |
+
"grad_norm": 0.8570935917785768,
|
693 |
+
"learning_rate": 4.665063509461098e-06,
|
694 |
+
"loss": 0.6276,
|
695 |
+
"step": 98
|
696 |
+
},
|
697 |
+
{
|
698 |
+
"epoch": 0.19488188976377951,
|
699 |
+
"grad_norm": 0.8005902318380953,
|
700 |
+
"learning_rate": 4.6570377374483155e-06,
|
701 |
+
"loss": 0.4075,
|
702 |
+
"step": 99
|
703 |
+
},
|
704 |
+
{
|
705 |
+
"epoch": 0.1968503937007874,
|
706 |
+
"grad_norm": 0.8977816634387835,
|
707 |
+
"learning_rate": 4.648924017468003e-06,
|
708 |
+
"loss": 0.5731,
|
709 |
+
"step": 100
|
710 |
+
},
|
711 |
+
{
|
712 |
+
"epoch": 0.19881889763779528,
|
713 |
+
"grad_norm": 0.9141364434484606,
|
714 |
+
"learning_rate": 4.640722680337358e-06,
|
715 |
+
"loss": 0.5193,
|
716 |
+
"step": 101
|
717 |
+
},
|
718 |
+
{
|
719 |
+
"epoch": 0.20078740157480315,
|
720 |
+
"grad_norm": 0.8901321318942949,
|
721 |
+
"learning_rate": 4.632434060445956e-06,
|
722 |
+
"loss": 0.522,
|
723 |
+
"step": 102
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"epoch": 0.20275590551181102,
|
727 |
+
"grad_norm": 1.043927384339449,
|
728 |
+
"learning_rate": 4.624058495742115e-06,
|
729 |
+
"loss": 0.462,
|
730 |
+
"step": 103
|
731 |
+
},
|
732 |
+
{
|
733 |
+
"epoch": 0.2047244094488189,
|
734 |
+
"grad_norm": 0.8110104992888918,
|
735 |
+
"learning_rate": 4.615596327719111e-06,
|
736 |
+
"loss": 0.5066,
|
737 |
+
"step": 104
|
738 |
+
},
|
739 |
+
{
|
740 |
+
"epoch": 0.20669291338582677,
|
741 |
+
"grad_norm": 0.8047954894259877,
|
742 |
+
"learning_rate": 4.607047901401267e-06,
|
743 |
+
"loss": 0.5461,
|
744 |
+
"step": 105
|
745 |
+
},
|
746 |
+
{
|
747 |
+
"epoch": 0.20866141732283464,
|
748 |
+
"grad_norm": 1.071113008622335,
|
749 |
+
"learning_rate": 4.598413565329876e-06,
|
750 |
+
"loss": 0.4851,
|
751 |
+
"step": 106
|
752 |
+
},
|
753 |
+
{
|
754 |
+
"epoch": 0.2106299212598425,
|
755 |
+
"grad_norm": 1.0506203680713584,
|
756 |
+
"learning_rate": 4.589693671548989e-06,
|
757 |
+
"loss": 0.6077,
|
758 |
+
"step": 107
|
759 |
+
},
|
760 |
+
{
|
761 |
+
"epoch": 0.2125984251968504,
|
762 |
+
"grad_norm": 3.8529396922156187,
|
763 |
+
"learning_rate": 4.580888575591068e-06,
|
764 |
+
"loss": 0.4328,
|
765 |
+
"step": 108
|
766 |
+
},
|
767 |
+
{
|
768 |
+
"epoch": 0.21456692913385828,
|
769 |
+
"grad_norm": 0.9888673635049777,
|
770 |
+
"learning_rate": 4.571998636462487e-06,
|
771 |
+
"loss": 0.5187,
|
772 |
+
"step": 109
|
773 |
+
},
|
774 |
+
{
|
775 |
+
"epoch": 0.21653543307086615,
|
776 |
+
"grad_norm": 1.6344963772635281,
|
777 |
+
"learning_rate": 4.56302421662889e-06,
|
778 |
+
"loss": 0.539,
|
779 |
+
"step": 110
|
780 |
+
},
|
781 |
+
{
|
782 |
+
"epoch": 0.21850393700787402,
|
783 |
+
"grad_norm": 0.9247317260190662,
|
784 |
+
"learning_rate": 4.55396568200042e-06,
|
785 |
+
"loss": 0.5578,
|
786 |
+
"step": 111
|
787 |
+
},
|
788 |
+
{
|
789 |
+
"epoch": 0.2204724409448819,
|
790 |
+
"grad_norm": 0.9051549148747274,
|
791 |
+
"learning_rate": 4.544823401916794e-06,
|
792 |
+
"loss": 0.5248,
|
793 |
+
"step": 112
|
794 |
+
},
|
795 |
+
{
|
796 |
+
"epoch": 0.22244094488188976,
|
797 |
+
"grad_norm": 1.357378622779329,
|
798 |
+
"learning_rate": 4.5355977491322485e-06,
|
799 |
+
"loss": 0.5421,
|
800 |
+
"step": 113
|
801 |
+
},
|
802 |
+
{
|
803 |
+
"epoch": 0.22440944881889763,
|
804 |
+
"grad_norm": 0.9619565073321122,
|
805 |
+
"learning_rate": 4.5262890998003374e-06,
|
806 |
+
"loss": 0.431,
|
807 |
+
"step": 114
|
808 |
+
},
|
809 |
+
{
|
810 |
+
"epoch": 0.2263779527559055,
|
811 |
+
"grad_norm": 1.7617613793605524,
|
812 |
+
"learning_rate": 4.5168978334585955e-06,
|
813 |
+
"loss": 0.5252,
|
814 |
+
"step": 115
|
815 |
+
},
|
816 |
+
{
|
817 |
+
"epoch": 0.2283464566929134,
|
818 |
+
"grad_norm": 1.032437247985628,
|
819 |
+
"learning_rate": 4.507424333013069e-06,
|
820 |
+
"loss": 0.4954,
|
821 |
+
"step": 116
|
822 |
+
},
|
823 |
+
{
|
824 |
+
"epoch": 0.23031496062992127,
|
825 |
+
"grad_norm": 1.8092825383360753,
|
826 |
+
"learning_rate": 4.497868984722698e-06,
|
827 |
+
"loss": 0.4427,
|
828 |
+
"step": 117
|
829 |
+
},
|
830 |
+
{
|
831 |
+
"epoch": 0.23228346456692914,
|
832 |
+
"grad_norm": 0.8778261117229528,
|
833 |
+
"learning_rate": 4.4882321781835666e-06,
|
834 |
+
"loss": 0.5413,
|
835 |
+
"step": 118
|
836 |
+
},
|
837 |
+
{
|
838 |
+
"epoch": 0.234251968503937,
|
839 |
+
"grad_norm": 1.1025746342315803,
|
840 |
+
"learning_rate": 4.478514306313026e-06,
|
841 |
+
"loss": 0.4299,
|
842 |
+
"step": 119
|
843 |
+
},
|
844 |
+
{
|
845 |
+
"epoch": 0.23622047244094488,
|
846 |
+
"grad_norm": 2.8378126602332436,
|
847 |
+
"learning_rate": 4.4687157653336645e-06,
|
848 |
+
"loss": 0.5511,
|
849 |
+
"step": 120
|
850 |
+
},
|
851 |
+
{
|
852 |
+
"epoch": 0.23818897637795275,
|
853 |
+
"grad_norm": 0.9667061503063853,
|
854 |
+
"learning_rate": 4.458836954757161e-06,
|
855 |
+
"loss": 0.4908,
|
856 |
+
"step": 121
|
857 |
+
},
|
858 |
+
{
|
859 |
+
"epoch": 0.24015748031496062,
|
860 |
+
"grad_norm": 0.7831662518960953,
|
861 |
+
"learning_rate": 4.448878277367988e-06,
|
862 |
+
"loss": 0.4249,
|
863 |
+
"step": 122
|
864 |
+
},
|
865 |
+
{
|
866 |
+
"epoch": 0.2421259842519685,
|
867 |
+
"grad_norm": 1.0044477612786213,
|
868 |
+
"learning_rate": 4.438840139206998e-06,
|
869 |
+
"loss": 0.5353,
|
870 |
+
"step": 123
|
871 |
+
},
|
872 |
+
{
|
873 |
+
"epoch": 0.2440944881889764,
|
874 |
+
"grad_norm": 0.8674217801187197,
|
875 |
+
"learning_rate": 4.428722949554858e-06,
|
876 |
+
"loss": 0.5313,
|
877 |
+
"step": 124
|
878 |
+
},
|
879 |
+
{
|
880 |
+
"epoch": 0.24606299212598426,
|
881 |
+
"grad_norm": 0.9013952910070694,
|
882 |
+
"learning_rate": 4.41852712091537e-06,
|
883 |
+
"loss": 0.4605,
|
884 |
+
"step": 125
|
885 |
+
},
|
886 |
+
{
|
887 |
+
"epoch": 0.24803149606299213,
|
888 |
+
"grad_norm": 1.353639010795885,
|
889 |
+
"learning_rate": 4.40825306899865e-06,
|
890 |
+
"loss": 0.4818,
|
891 |
+
"step": 126
|
892 |
+
},
|
893 |
+
{
|
894 |
+
"epoch": 0.25,
|
895 |
+
"grad_norm": 1.732310535590409,
|
896 |
+
"learning_rate": 4.397901212704176e-06,
|
897 |
+
"loss": 0.4927,
|
898 |
+
"step": 127
|
899 |
+
},
|
900 |
+
{
|
901 |
+
"epoch": 0.25196850393700787,
|
902 |
+
"grad_norm": 0.8300534233456965,
|
903 |
+
"learning_rate": 4.387471974103713e-06,
|
904 |
+
"loss": 0.4265,
|
905 |
+
"step": 128
|
906 |
+
},
|
907 |
+
{
|
908 |
+
"epoch": 0.25393700787401574,
|
909 |
+
"grad_norm": 0.8246016132923696,
|
910 |
+
"learning_rate": 4.3769657784240975e-06,
|
911 |
+
"loss": 0.5417,
|
912 |
+
"step": 129
|
913 |
+
},
|
914 |
+
{
|
915 |
+
"epoch": 0.2559055118110236,
|
916 |
+
"grad_norm": 2.3420257329268197,
|
917 |
+
"learning_rate": 4.366383054029907e-06,
|
918 |
+
"loss": 0.455,
|
919 |
+
"step": 130
|
920 |
+
},
|
921 |
+
{
|
922 |
+
"epoch": 0.2578740157480315,
|
923 |
+
"grad_norm": 0.8435577950726181,
|
924 |
+
"learning_rate": 4.355724232405989e-06,
|
925 |
+
"loss": 0.5828,
|
926 |
+
"step": 131
|
927 |
+
},
|
928 |
+
{
|
929 |
+
"epoch": 0.25984251968503935,
|
930 |
+
"grad_norm": 0.9019738301923552,
|
931 |
+
"learning_rate": 4.3449897481398735e-06,
|
932 |
+
"loss": 0.4956,
|
933 |
+
"step": 132
|
934 |
+
},
|
935 |
+
{
|
936 |
+
"epoch": 0.2618110236220472,
|
937 |
+
"grad_norm": 1.358855180994632,
|
938 |
+
"learning_rate": 4.3341800389040465e-06,
|
939 |
+
"loss": 0.4645,
|
940 |
+
"step": 133
|
941 |
+
},
|
942 |
+
{
|
943 |
+
"epoch": 0.2637795275590551,
|
944 |
+
"grad_norm": 0.9505080270122251,
|
945 |
+
"learning_rate": 4.3232955454381126e-06,
|
946 |
+
"loss": 0.4748,
|
947 |
+
"step": 134
|
948 |
+
},
|
949 |
+
{
|
950 |
+
"epoch": 0.265748031496063,
|
951 |
+
"grad_norm": 1.2239916154381045,
|
952 |
+
"learning_rate": 4.31233671153082e-06,
|
953 |
+
"loss": 0.5063,
|
954 |
+
"step": 135
|
955 |
+
},
|
956 |
+
{
|
957 |
+
"epoch": 0.2677165354330709,
|
958 |
+
"grad_norm": 0.7921771152274636,
|
959 |
+
"learning_rate": 4.3013039840019675e-06,
|
960 |
+
"loss": 0.4813,
|
961 |
+
"step": 136
|
962 |
+
},
|
963 |
+
{
|
964 |
+
"epoch": 0.26968503937007876,
|
965 |
+
"grad_norm": 0.9993865396431013,
|
966 |
+
"learning_rate": 4.2901978126841885e-06,
|
967 |
+
"loss": 0.4572,
|
968 |
+
"step": 137
|
969 |
+
},
|
970 |
+
{
|
971 |
+
"epoch": 0.27165354330708663,
|
972 |
+
"grad_norm": 0.8513708686442735,
|
973 |
+
"learning_rate": 4.2790186504046045e-06,
|
974 |
+
"loss": 0.6056,
|
975 |
+
"step": 138
|
976 |
+
},
|
977 |
+
{
|
978 |
+
"epoch": 0.2736220472440945,
|
979 |
+
"grad_norm": 0.7314619767820716,
|
980 |
+
"learning_rate": 4.267766952966369e-06,
|
981 |
+
"loss": 0.4675,
|
982 |
+
"step": 139
|
983 |
+
},
|
984 |
+
{
|
985 |
+
"epoch": 0.2755905511811024,
|
986 |
+
"grad_norm": 0.8844513998291939,
|
987 |
+
"learning_rate": 4.256443179130081e-06,
|
988 |
+
"loss": 0.5111,
|
989 |
+
"step": 140
|
990 |
+
},
|
991 |
+
{
|
992 |
+
"epoch": 0.27755905511811024,
|
993 |
+
"grad_norm": 0.9156687716284092,
|
994 |
+
"learning_rate": 4.2450477905950745e-06,
|
995 |
+
"loss": 0.4682,
|
996 |
+
"step": 141
|
997 |
+
},
|
998 |
+
{
|
999 |
+
"epoch": 0.2795275590551181,
|
1000 |
+
"grad_norm": 2.073718224317071,
|
1001 |
+
"learning_rate": 4.233581251980604e-06,
|
1002 |
+
"loss": 0.4546,
|
1003 |
+
"step": 142
|
1004 |
+
},
|
1005 |
+
{
|
1006 |
+
"epoch": 0.281496062992126,
|
1007 |
+
"grad_norm": 1.0794774294141698,
|
1008 |
+
"learning_rate": 4.222044030806894e-06,
|
1009 |
+
"loss": 0.5123,
|
1010 |
+
"step": 143
|
1011 |
+
},
|
1012 |
+
{
|
1013 |
+
"epoch": 0.28346456692913385,
|
1014 |
+
"grad_norm": 1.0016070803809438,
|
1015 |
+
"learning_rate": 4.210436597476077e-06,
|
1016 |
+
"loss": 0.5368,
|
1017 |
+
"step": 144
|
1018 |
+
},
|
1019 |
+
{
|
1020 |
+
"epoch": 0.2854330708661417,
|
1021 |
+
"grad_norm": 0.9098780784046511,
|
1022 |
+
"learning_rate": 4.198759425253015e-06,
|
1023 |
+
"loss": 0.4818,
|
1024 |
+
"step": 145
|
1025 |
+
},
|
1026 |
+
{
|
1027 |
+
"epoch": 0.2874015748031496,
|
1028 |
+
"grad_norm": 0.953137882333216,
|
1029 |
+
"learning_rate": 4.187012990246005e-06,
|
1030 |
+
"loss": 0.4783,
|
1031 |
+
"step": 146
|
1032 |
+
},
|
1033 |
+
{
|
1034 |
+
"epoch": 0.28937007874015747,
|
1035 |
+
"grad_norm": 0.8310403789001214,
|
1036 |
+
"learning_rate": 4.175197771387368e-06,
|
1037 |
+
"loss": 0.4613,
|
1038 |
+
"step": 147
|
1039 |
+
},
|
1040 |
+
{
|
1041 |
+
"epoch": 0.29133858267716534,
|
1042 |
+
"grad_norm": 1.1060295165436405,
|
1043 |
+
"learning_rate": 4.163314250413913e-06,
|
1044 |
+
"loss": 0.4841,
|
1045 |
+
"step": 148
|
1046 |
+
},
|
1047 |
+
{
|
1048 |
+
"epoch": 0.2933070866141732,
|
1049 |
+
"grad_norm": 0.9471537101152984,
|
1050 |
+
"learning_rate": 4.1513629118473095e-06,
|
1051 |
+
"loss": 0.3994,
|
1052 |
+
"step": 149
|
1053 |
+
},
|
1054 |
+
{
|
1055 |
+
"epoch": 0.2952755905511811,
|
1056 |
+
"grad_norm": 0.8986530874577185,
|
1057 |
+
"learning_rate": 4.139344242974317e-06,
|
1058 |
+
"loss": 0.5461,
|
1059 |
+
"step": 150
|
1060 |
+
},
|
1061 |
+
{
|
1062 |
+
"epoch": 0.297244094488189,
|
1063 |
+
"grad_norm": 0.8896339993189858,
|
1064 |
+
"learning_rate": 4.127258733826929e-06,
|
1065 |
+
"loss": 0.5245,
|
1066 |
+
"step": 151
|
1067 |
+
},
|
1068 |
+
{
|
1069 |
+
"epoch": 0.2992125984251969,
|
1070 |
+
"grad_norm": 1.3706641760505383,
|
1071 |
+
"learning_rate": 4.1151068771623864e-06,
|
1072 |
+
"loss": 0.5109,
|
1073 |
+
"step": 152
|
1074 |
+
},
|
1075 |
+
{
|
1076 |
+
"epoch": 0.30118110236220474,
|
1077 |
+
"grad_norm": 1.0147467704170827,
|
1078 |
+
"learning_rate": 4.102889168443091e-06,
|
1079 |
+
"loss": 0.3745,
|
1080 |
+
"step": 153
|
1081 |
+
},
|
1082 |
+
{
|
1083 |
+
"epoch": 0.3031496062992126,
|
1084 |
+
"grad_norm": 1.0264900634849563,
|
1085 |
+
"learning_rate": 4.0906061058164e-06,
|
1086 |
+
"loss": 0.4894,
|
1087 |
+
"step": 154
|
1088 |
+
},
|
1089 |
+
{
|
1090 |
+
"epoch": 0.3051181102362205,
|
1091 |
+
"grad_norm": 1.1560527014582376,
|
1092 |
+
"learning_rate": 4.078258190094318e-06,
|
1093 |
+
"loss": 0.5614,
|
1094 |
+
"step": 155
|
1095 |
+
},
|
1096 |
+
{
|
1097 |
+
"epoch": 0.30708661417322836,
|
1098 |
+
"grad_norm": 1.0261028613642564,
|
1099 |
+
"learning_rate": 4.065845924733077e-06,
|
1100 |
+
"loss": 0.4748,
|
1101 |
+
"step": 156
|
1102 |
+
},
|
1103 |
+
{
|
1104 |
+
"epoch": 0.3090551181102362,
|
1105 |
+
"grad_norm": 1.3512728606768398,
|
1106 |
+
"learning_rate": 4.053369815812608e-06,
|
1107 |
+
"loss": 0.507,
|
1108 |
+
"step": 157
|
1109 |
+
},
|
1110 |
+
{
|
1111 |
+
"epoch": 0.3110236220472441,
|
1112 |
+
"grad_norm": 1.3513792498067174,
|
1113 |
+
"learning_rate": 4.040830372015909e-06,
|
1114 |
+
"loss": 0.4525,
|
1115 |
+
"step": 158
|
1116 |
+
},
|
1117 |
+
{
|
1118 |
+
"epoch": 0.31299212598425197,
|
1119 |
+
"grad_norm": 1.0720661582317261,
|
1120 |
+
"learning_rate": 4.0282281046083045e-06,
|
1121 |
+
"loss": 0.5038,
|
1122 |
+
"step": 159
|
1123 |
+
},
|
1124 |
+
{
|
1125 |
+
"epoch": 0.31496062992125984,
|
1126 |
+
"grad_norm": 1.7686925251926875,
|
1127 |
+
"learning_rate": 4.015563527416596e-06,
|
1128 |
+
"loss": 0.5094,
|
1129 |
+
"step": 160
|
1130 |
+
},
|
1131 |
+
{
|
1132 |
+
"epoch": 0.3169291338582677,
|
1133 |
+
"grad_norm": 0.9696692443073361,
|
1134 |
+
"learning_rate": 4.002837156808116e-06,
|
1135 |
+
"loss": 0.5307,
|
1136 |
+
"step": 161
|
1137 |
+
},
|
1138 |
+
{
|
1139 |
+
"epoch": 0.3188976377952756,
|
1140 |
+
"grad_norm": 1.3990075425359831,
|
1141 |
+
"learning_rate": 3.990049511669675e-06,
|
1142 |
+
"loss": 0.4939,
|
1143 |
+
"step": 162
|
1144 |
+
},
|
1145 |
+
{
|
1146 |
+
"epoch": 0.32086614173228345,
|
1147 |
+
"grad_norm": 1.225093666699612,
|
1148 |
+
"learning_rate": 3.977201113386402e-06,
|
1149 |
+
"loss": 0.6196,
|
1150 |
+
"step": 163
|
1151 |
+
},
|
1152 |
+
{
|
1153 |
+
"epoch": 0.3228346456692913,
|
1154 |
+
"grad_norm": 1.2749819137188019,
|
1155 |
+
"learning_rate": 3.964292485820487e-06,
|
1156 |
+
"loss": 0.5102,
|
1157 |
+
"step": 164
|
1158 |
+
},
|
1159 |
+
{
|
1160 |
+
"epoch": 0.3248031496062992,
|
1161 |
+
"grad_norm": 0.819264787351332,
|
1162 |
+
"learning_rate": 3.951324155289825e-06,
|
1163 |
+
"loss": 0.4787,
|
1164 |
+
"step": 165
|
1165 |
+
},
|
1166 |
+
{
|
1167 |
+
"epoch": 0.32677165354330706,
|
1168 |
+
"grad_norm": 0.842964654581977,
|
1169 |
+
"learning_rate": 3.938296650546552e-06,
|
1170 |
+
"loss": 0.4691,
|
1171 |
+
"step": 166
|
1172 |
+
},
|
1173 |
+
{
|
1174 |
+
"epoch": 0.328740157480315,
|
1175 |
+
"grad_norm": 1.0712152280027085,
|
1176 |
+
"learning_rate": 3.9252105027554885e-06,
|
1177 |
+
"loss": 0.4763,
|
1178 |
+
"step": 167
|
1179 |
+
},
|
1180 |
+
{
|
1181 |
+
"epoch": 0.33070866141732286,
|
1182 |
+
"grad_norm": 1.05082390567464,
|
1183 |
+
"learning_rate": 3.912066245472484e-06,
|
1184 |
+
"loss": 0.509,
|
1185 |
+
"step": 168
|
1186 |
+
},
|
1187 |
+
{
|
1188 |
+
"epoch": 0.33267716535433073,
|
1189 |
+
"grad_norm": 1.1903053575513274,
|
1190 |
+
"learning_rate": 3.898864414622661e-06,
|
1191 |
+
"loss": 0.5244,
|
1192 |
+
"step": 169
|
1193 |
+
},
|
1194 |
+
{
|
1195 |
+
"epoch": 0.33267716535433073,
|
1196 |
+
"eval_accuracy": 0.8246661365010368,
|
1197 |
+
"eval_accuracy_first_token": 0.7662962171404146,
|
1198 |
+
"eval_accuracy_first_token_<": 0.9489204844655081,
|
1199 |
+
"eval_accuracy_first_token_<_total": 1899,
|
1200 |
+
"eval_accuracy_first_token_<|python_tag|>": 0.9,
|
1201 |
+
"eval_accuracy_first_token_<|python_tag|>_total": 990,
|
1202 |
+
"eval_accuracy_first_token_Here": 0.649546827794562,
|
1203 |
+
"eval_accuracy_first_token_Here_total": 331,
|
1204 |
+
"eval_accuracy_first_token_The": 0.8935108153078203,
|
1205 |
+
"eval_accuracy_first_token_The_total": 2404,
|
1206 |
+
"eval_accuracy_first_token_To": 0.7887931034482759,
|
1207 |
+
"eval_accuracy_first_token_To_total": 928,
|
1208 |
+
"eval_loss": 0.509745717048645,
|
1209 |
+
"eval_perplexity": 1.199116424327827,
|
1210 |
+
"eval_runtime": 552.2978,
|
1211 |
+
"eval_samples_per_second": 1.248,
|
1212 |
+
"eval_steps_per_second": 0.158,
|
1213 |
+
"eval_total_number_first_token": 9358,
|
1214 |
+
"step": 169
|
1215 |
+
},
|
1216 |
+
{
|
1217 |
+
"epoch": 0.3346456692913386,
|
1218 |
+
"grad_norm": 1.339307004668538,
|
1219 |
+
"learning_rate": 3.8856055484785625e-06,
|
1220 |
+
"loss": 0.5357,
|
1221 |
+
"step": 170
|
1222 |
+
},
|
1223 |
+
{
|
1224 |
+
"epoch": 0.33661417322834647,
|
1225 |
+
"grad_norm": 0.8533902981924752,
|
1226 |
+
"learning_rate": 3.872290187638208e-06,
|
1227 |
+
"loss": 0.4445,
|
1228 |
+
"step": 171
|
1229 |
+
},
|
1230 |
+
{
|
1231 |
+
"epoch": 0.33858267716535434,
|
1232 |
+
"grad_norm": 0.8902879713059768,
|
1233 |
+
"learning_rate": 3.858918875003053e-06,
|
1234 |
+
"loss": 0.5513,
|
1235 |
+
"step": 172
|
1236 |
+
},
|
1237 |
+
{
|
1238 |
+
"epoch": 0.3405511811023622,
|
1239 |
+
"grad_norm": 0.834178892942214,
|
1240 |
+
"learning_rate": 3.845492155755848e-06,
|
1241 |
+
"loss": 0.5228,
|
1242 |
+
"step": 173
|
1243 |
+
},
|
1244 |
+
{
|
1245 |
+
"epoch": 0.3425196850393701,
|
1246 |
+
"grad_norm": 1.3019761562742433,
|
1247 |
+
"learning_rate": 3.832010577338414e-06,
|
1248 |
+
"loss": 0.4312,
|
1249 |
+
"step": 174
|
1250 |
+
},
|
1251 |
+
{
|
1252 |
+
"epoch": 0.34448818897637795,
|
1253 |
+
"grad_norm": 4.039845846275563,
|
1254 |
+
"learning_rate": 3.818474689429324e-06,
|
1255 |
+
"loss": 0.5169,
|
1256 |
+
"step": 175
|
1257 |
+
},
|
1258 |
+
{
|
1259 |
+
"epoch": 0.3464566929133858,
|
1260 |
+
"grad_norm": 0.7754436253803598,
|
1261 |
+
"learning_rate": 3.8048850439214844e-06,
|
1262 |
+
"loss": 0.4312,
|
1263 |
+
"step": 176
|
1264 |
+
},
|
1265 |
+
{
|
1266 |
+
"epoch": 0.3484251968503937,
|
1267 |
+
"grad_norm": 0.952028926293702,
|
1268 |
+
"learning_rate": 3.7912421948996394e-06,
|
1269 |
+
"loss": 0.5327,
|
1270 |
+
"step": 177
|
1271 |
+
},
|
1272 |
+
{
|
1273 |
+
"epoch": 0.35039370078740156,
|
1274 |
+
"grad_norm": 1.3003893654273762,
|
1275 |
+
"learning_rate": 3.7775466986177763e-06,
|
1276 |
+
"loss": 0.5361,
|
1277 |
+
"step": 178
|
1278 |
+
},
|
1279 |
+
{
|
1280 |
+
"epoch": 0.35236220472440943,
|
1281 |
+
"grad_norm": 0.9157436593409249,
|
1282 |
+
"learning_rate": 3.7637991134764475e-06,
|
1283 |
+
"loss": 0.4125,
|
1284 |
+
"step": 179
|
1285 |
+
},
|
1286 |
+
{
|
1287 |
+
"epoch": 0.3543307086614173,
|
1288 |
+
"grad_norm": 1.35306351061652,
|
1289 |
+
"learning_rate": 3.7500000000000005e-06,
|
1290 |
+
"loss": 0.4931,
|
1291 |
+
"step": 180
|
1292 |
+
},
|
1293 |
+
{
|
1294 |
+
"epoch": 0.3562992125984252,
|
1295 |
+
"grad_norm": 0.7608013791131959,
|
1296 |
+
"learning_rate": 3.736149920813726e-06,
|
1297 |
+
"loss": 0.4712,
|
1298 |
+
"step": 181
|
1299 |
+
},
|
1300 |
+
{
|
1301 |
+
"epoch": 0.35826771653543305,
|
1302 |
+
"grad_norm": 0.9464529110177089,
|
1303 |
+
"learning_rate": 3.7222494406209174e-06,
|
1304 |
+
"loss": 0.6079,
|
1305 |
+
"step": 182
|
1306 |
+
},
|
1307 |
+
{
|
1308 |
+
"epoch": 0.36023622047244097,
|
1309 |
+
"grad_norm": 0.8940626357877456,
|
1310 |
+
"learning_rate": 3.7082991261798473e-06,
|
1311 |
+
"loss": 0.4839,
|
1312 |
+
"step": 183
|
1313 |
+
},
|
1314 |
+
{
|
1315 |
+
"epoch": 0.36220472440944884,
|
1316 |
+
"grad_norm": 0.9203015169741534,
|
1317 |
+
"learning_rate": 3.6942995462806574e-06,
|
1318 |
+
"loss": 0.4931,
|
1319 |
+
"step": 184
|
1320 |
+
},
|
1321 |
+
{
|
1322 |
+
"epoch": 0.3641732283464567,
|
1323 |
+
"grad_norm": 0.9322524391033973,
|
1324 |
+
"learning_rate": 3.6802512717221694e-06,
|
1325 |
+
"loss": 0.4785,
|
1326 |
+
"step": 185
|
1327 |
+
},
|
1328 |
+
{
|
1329 |
+
"epoch": 0.3661417322834646,
|
1330 |
+
"grad_norm": 0.9190265161551326,
|
1331 |
+
"learning_rate": 3.6661548752886113e-06,
|
1332 |
+
"loss": 0.5132,
|
1333 |
+
"step": 186
|
1334 |
+
},
|
1335 |
+
{
|
1336 |
+
"epoch": 0.36811023622047245,
|
1337 |
+
"grad_norm": 0.8294908667711738,
|
1338 |
+
"learning_rate": 3.6520109317262624e-06,
|
1339 |
+
"loss": 0.4042,
|
1340 |
+
"step": 187
|
1341 |
+
},
|
1342 |
+
{
|
1343 |
+
"epoch": 0.3700787401574803,
|
1344 |
+
"grad_norm": 0.999949692414383,
|
1345 |
+
"learning_rate": 3.6378200177200223e-06,
|
1346 |
+
"loss": 0.4822,
|
1347 |
+
"step": 188
|
1348 |
+
},
|
1349 |
+
{
|
1350 |
+
"epoch": 0.3720472440944882,
|
1351 |
+
"grad_norm": 3.014470961734112,
|
1352 |
+
"learning_rate": 3.623582711869895e-06,
|
1353 |
+
"loss": 0.3565,
|
1354 |
+
"step": 189
|
1355 |
+
},
|
1356 |
+
{
|
1357 |
+
"epoch": 0.37401574803149606,
|
1358 |
+
"grad_norm": 1.1256555660488559,
|
1359 |
+
"learning_rate": 3.6092995946673996e-06,
|
1360 |
+
"loss": 0.442,
|
1361 |
+
"step": 190
|
1362 |
+
},
|
1363 |
+
{
|
1364 |
+
"epoch": 0.37598425196850394,
|
1365 |
+
"grad_norm": 2.345863305053407,
|
1366 |
+
"learning_rate": 3.5949712484719013e-06,
|
1367 |
+
"loss": 0.4855,
|
1368 |
+
"step": 191
|
1369 |
+
},
|
1370 |
+
{
|
1371 |
+
"epoch": 0.3779527559055118,
|
1372 |
+
"grad_norm": 0.9047629883258947,
|
1373 |
+
"learning_rate": 3.5805982574868673e-06,
|
1374 |
+
"loss": 0.4716,
|
1375 |
+
"step": 192
|
1376 |
+
},
|
1377 |
+
{
|
1378 |
+
"epoch": 0.3799212598425197,
|
1379 |
+
"grad_norm": 0.9238635453577433,
|
1380 |
+
"learning_rate": 3.5661812077360496e-06,
|
1381 |
+
"loss": 0.4555,
|
1382 |
+
"step": 193
|
1383 |
+
},
|
1384 |
+
{
|
1385 |
+
"epoch": 0.38188976377952755,
|
1386 |
+
"grad_norm": 0.8838668873279338,
|
1387 |
+
"learning_rate": 3.5517206870395852e-06,
|
1388 |
+
"loss": 0.5298,
|
1389 |
+
"step": 194
|
1390 |
+
},
|
1391 |
+
{
|
1392 |
+
"epoch": 0.3838582677165354,
|
1393 |
+
"grad_norm": 0.9462930307216526,
|
1394 |
+
"learning_rate": 3.5372172849900377e-06,
|
1395 |
+
"loss": 0.4931,
|
1396 |
+
"step": 195
|
1397 |
+
},
|
1398 |
+
{
|
1399 |
+
"epoch": 0.3858267716535433,
|
1400 |
+
"grad_norm": 0.9622124378606475,
|
1401 |
+
"learning_rate": 3.5226715929283507e-06,
|
1402 |
+
"loss": 0.497,
|
1403 |
+
"step": 196
|
1404 |
+
},
|
1405 |
+
{
|
1406 |
+
"epoch": 0.38779527559055116,
|
1407 |
+
"grad_norm": 0.9079516318983362,
|
1408 |
+
"learning_rate": 3.508084203919739e-06,
|
1409 |
+
"loss": 0.4954,
|
1410 |
+
"step": 197
|
1411 |
+
},
|
1412 |
+
{
|
1413 |
+
"epoch": 0.38976377952755903,
|
1414 |
+
"grad_norm": 1.1546647829704102,
|
1415 |
+
"learning_rate": 3.493455712729514e-06,
|
1416 |
+
"loss": 0.5305,
|
1417 |
+
"step": 198
|
1418 |
+
},
|
1419 |
+
{
|
1420 |
+
"epoch": 0.39173228346456695,
|
1421 |
+
"grad_norm": 0.7798719077204135,
|
1422 |
+
"learning_rate": 3.478786715798823e-06,
|
1423 |
+
"loss": 0.451,
|
1424 |
+
"step": 199
|
1425 |
+
},
|
1426 |
+
{
|
1427 |
+
"epoch": 0.3937007874015748,
|
1428 |
+
"grad_norm": 0.9459194095168413,
|
1429 |
+
"learning_rate": 3.46407781122034e-06,
|
1430 |
+
"loss": 0.5437,
|
1431 |
+
"step": 200
|
1432 |
+
},
|
1433 |
+
{
|
1434 |
+
"epoch": 0.3956692913385827,
|
1435 |
+
"grad_norm": 0.9501953125,
|
1436 |
+
"learning_rate": 3.449329598713874e-06,
|
1437 |
+
"loss": 0.5366,
|
1438 |
+
"step": 201
|
1439 |
+
},
|
1440 |
+
{
|
1441 |
+
"epoch": 0.39763779527559057,
|
1442 |
+
"grad_norm": 1.4056853114275554,
|
1443 |
+
"learning_rate": 3.434542679601922e-06,
|
1444 |
+
"loss": 0.505,
|
1445 |
+
"step": 202
|
1446 |
+
},
|
1447 |
+
{
|
1448 |
+
"epoch": 0.39960629921259844,
|
1449 |
+
"grad_norm": 1.1059042675913875,
|
1450 |
+
"learning_rate": 3.4197176567851463e-06,
|
1451 |
+
"loss": 0.5734,
|
1452 |
+
"step": 203
|
1453 |
+
},
|
1454 |
+
{
|
1455 |
+
"epoch": 0.4015748031496063,
|
1456 |
+
"grad_norm": 0.8360499368792941,
|
1457 |
+
"learning_rate": 3.404855134717795e-06,
|
1458 |
+
"loss": 0.5807,
|
1459 |
+
"step": 204
|
1460 |
+
},
|
1461 |
+
{
|
1462 |
+
"epoch": 0.4035433070866142,
|
1463 |
+
"grad_norm": 1.5711715398240578,
|
1464 |
+
"learning_rate": 3.3899557193830585e-06,
|
1465 |
+
"loss": 0.4644,
|
1466 |
+
"step": 205
|
1467 |
+
},
|
1468 |
+
{
|
1469 |
+
"epoch": 0.40551181102362205,
|
1470 |
+
"grad_norm": 0.8968395119800229,
|
1471 |
+
"learning_rate": 3.375020018268359e-06,
|
1472 |
+
"loss": 0.4902,
|
1473 |
+
"step": 206
|
1474 |
+
},
|
1475 |
+
{
|
1476 |
+
"epoch": 0.4074803149606299,
|
1477 |
+
"grad_norm": 1.1447160591147387,
|
1478 |
+
"learning_rate": 3.360048640340585e-06,
|
1479 |
+
"loss": 0.4326,
|
1480 |
+
"step": 207
|
1481 |
+
},
|
1482 |
+
{
|
1483 |
+
"epoch": 0.4094488188976378,
|
1484 |
+
"grad_norm": 0.904757092159541,
|
1485 |
+
"learning_rate": 3.345042196021257e-06,
|
1486 |
+
"loss": 0.4989,
|
1487 |
+
"step": 208
|
1488 |
+
},
|
1489 |
+
{
|
1490 |
+
"epoch": 0.41141732283464566,
|
1491 |
+
"grad_norm": 1.1049980536396267,
|
1492 |
+
"learning_rate": 3.3300012971616467e-06,
|
1493 |
+
"loss": 0.4361,
|
1494 |
+
"step": 209
|
1495 |
+
},
|
1496 |
+
{
|
1497 |
+
"epoch": 0.41338582677165353,
|
1498 |
+
"grad_norm": 0.83343430543165,
|
1499 |
+
"learning_rate": 3.3149265570178215e-06,
|
1500 |
+
"loss": 0.574,
|
1501 |
+
"step": 210
|
1502 |
+
},
|
1503 |
+
{
|
1504 |
+
"epoch": 0.4153543307086614,
|
1505 |
+
"grad_norm": 1.0114446438073477,
|
1506 |
+
"learning_rate": 3.2998185902256475e-06,
|
1507 |
+
"loss": 0.5026,
|
1508 |
+
"step": 211
|
1509 |
+
},
|
1510 |
+
{
|
1511 |
+
"epoch": 0.41732283464566927,
|
1512 |
+
"grad_norm": 0.8198824163776982,
|
1513 |
+
"learning_rate": 3.284678012775727e-06,
|
1514 |
+
"loss": 0.5051,
|
1515 |
+
"step": 212
|
1516 |
+
},
|
1517 |
+
{
|
1518 |
+
"epoch": 0.41929133858267714,
|
1519 |
+
"grad_norm": 0.9127041105062259,
|
1520 |
+
"learning_rate": 3.269505441988281e-06,
|
1521 |
+
"loss": 0.4701,
|
1522 |
+
"step": 213
|
1523 |
+
},
|
1524 |
+
{
|
1525 |
+
"epoch": 0.421259842519685,
|
1526 |
+
"grad_norm": 4.605482002737506,
|
1527 |
+
"learning_rate": 3.2543014964879814e-06,
|
1528 |
+
"loss": 0.5211,
|
1529 |
+
"step": 214
|
1530 |
+
},
|
1531 |
+
{
|
1532 |
+
"epoch": 0.42322834645669294,
|
1533 |
+
"grad_norm": 0.9332310758215561,
|
1534 |
+
"learning_rate": 3.2390667961787276e-06,
|
1535 |
+
"loss": 0.4969,
|
1536 |
+
"step": 215
|
1537 |
+
},
|
1538 |
+
{
|
1539 |
+
"epoch": 0.4251968503937008,
|
1540 |
+
"grad_norm": 1.4647155705637793,
|
1541 |
+
"learning_rate": 3.223801962218372e-06,
|
1542 |
+
"loss": 0.5109,
|
1543 |
+
"step": 216
|
1544 |
+
},
|
1545 |
+
{
|
1546 |
+
"epoch": 0.4271653543307087,
|
1547 |
+
"grad_norm": 0.7928872277960117,
|
1548 |
+
"learning_rate": 3.208507616993393e-06,
|
1549 |
+
"loss": 0.5023,
|
1550 |
+
"step": 217
|
1551 |
+
},
|
1552 |
+
{
|
1553 |
+
"epoch": 0.42913385826771655,
|
1554 |
+
"grad_norm": 1.4862552178807018,
|
1555 |
+
"learning_rate": 3.19318438409352e-06,
|
1556 |
+
"loss": 0.474,
|
1557 |
+
"step": 218
|
1558 |
+
},
|
1559 |
+
{
|
1560 |
+
"epoch": 0.4311023622047244,
|
1561 |
+
"grad_norm": 0.8070313474908052,
|
1562 |
+
"learning_rate": 3.1778328882863058e-06,
|
1563 |
+
"loss": 0.4826,
|
1564 |
+
"step": 219
|
1565 |
+
},
|
1566 |
+
{
|
1567 |
+
"epoch": 0.4330708661417323,
|
1568 |
+
"grad_norm": 1.066146986749072,
|
1569 |
+
"learning_rate": 3.162453755491655e-06,
|
1570 |
+
"loss": 0.4812,
|
1571 |
+
"step": 220
|
1572 |
+
},
|
1573 |
+
{
|
1574 |
+
"epoch": 0.43503937007874016,
|
1575 |
+
"grad_norm": 1.1392211636109735,
|
1576 |
+
"learning_rate": 3.147047612756302e-06,
|
1577 |
+
"loss": 0.5323,
|
1578 |
+
"step": 221
|
1579 |
+
},
|
1580 |
+
{
|
1581 |
+
"epoch": 0.43700787401574803,
|
1582 |
+
"grad_norm": 1.4312267251600133,
|
1583 |
+
"learning_rate": 3.1316150882282486e-06,
|
1584 |
+
"loss": 0.4592,
|
1585 |
+
"step": 222
|
1586 |
+
},
|
1587 |
+
{
|
1588 |
+
"epoch": 0.4389763779527559,
|
1589 |
+
"grad_norm": 1.6780209812766753,
|
1590 |
+
"learning_rate": 3.1161568111311487e-06,
|
1591 |
+
"loss": 0.414,
|
1592 |
+
"step": 223
|
1593 |
+
},
|
1594 |
+
{
|
1595 |
+
"epoch": 0.4409448818897638,
|
1596 |
+
"grad_norm": 0.9508842644408767,
|
1597 |
+
"learning_rate": 3.1006734117386517e-06,
|
1598 |
+
"loss": 0.4582,
|
1599 |
+
"step": 224
|
1600 |
+
},
|
1601 |
+
{
|
1602 |
+
"epoch": 0.44291338582677164,
|
1603 |
+
"grad_norm": 0.9030605623165181,
|
1604 |
+
"learning_rate": 3.0851655213487123e-06,
|
1605 |
+
"loss": 0.5879,
|
1606 |
+
"step": 225
|
1607 |
+
},
|
1608 |
+
{
|
1609 |
+
"epoch": 0.4448818897637795,
|
1610 |
+
"grad_norm": 0.8294458831301379,
|
1611 |
+
"learning_rate": 3.0696337722578444e-06,
|
1612 |
+
"loss": 0.5549,
|
1613 |
+
"step": 226
|
1614 |
+
},
|
1615 |
+
{
|
1616 |
+
"epoch": 0.4468503937007874,
|
1617 |
+
"grad_norm": 0.883421459990203,
|
1618 |
+
"learning_rate": 3.05407879773534e-06,
|
1619 |
+
"loss": 0.462,
|
1620 |
+
"step": 227
|
1621 |
+
},
|
1622 |
+
{
|
1623 |
+
"epoch": 0.44881889763779526,
|
1624 |
+
"grad_norm": 1.180508460557826,
|
1625 |
+
"learning_rate": 3.038501231997454e-06,
|
1626 |
+
"loss": 0.3841,
|
1627 |
+
"step": 228
|
1628 |
+
},
|
1629 |
+
{
|
1630 |
+
"epoch": 0.4507874015748031,
|
1631 |
+
"grad_norm": 0.7962446898877688,
|
1632 |
+
"learning_rate": 3.0229017101815424e-06,
|
1633 |
+
"loss": 0.4295,
|
1634 |
+
"step": 229
|
1635 |
+
},
|
1636 |
+
{
|
1637 |
+
"epoch": 0.452755905511811,
|
1638 |
+
"grad_norm": 1.0717622725485056,
|
1639 |
+
"learning_rate": 3.007280868320167e-06,
|
1640 |
+
"loss": 0.3735,
|
1641 |
+
"step": 230
|
1642 |
+
},
|
1643 |
+
{
|
1644 |
+
"epoch": 0.4547244094488189,
|
1645 |
+
"grad_norm": 0.8086381614393529,
|
1646 |
+
"learning_rate": 2.9916393433151636e-06,
|
1647 |
+
"loss": 0.4798,
|
1648 |
+
"step": 231
|
1649 |
+
},
|
1650 |
+
{
|
1651 |
+
"epoch": 0.4566929133858268,
|
1652 |
+
"grad_norm": 0.8936705133798069,
|
1653 |
+
"learning_rate": 2.975977772911671e-06,
|
1654 |
+
"loss": 0.4978,
|
1655 |
+
"step": 232
|
1656 |
+
},
|
1657 |
+
{
|
1658 |
+
"epoch": 0.45866141732283466,
|
1659 |
+
"grad_norm": 0.8810316708162265,
|
1660 |
+
"learning_rate": 2.960296795672132e-06,
|
1661 |
+
"loss": 0.442,
|
1662 |
+
"step": 233
|
1663 |
+
},
|
1664 |
+
{
|
1665 |
+
"epoch": 0.46062992125984253,
|
1666 |
+
"grad_norm": 5.897839891083801,
|
1667 |
+
"learning_rate": 2.9445970509502547e-06,
|
1668 |
+
"loss": 0.403,
|
1669 |
+
"step": 234
|
1670 |
+
},
|
1671 |
+
{
|
1672 |
+
"epoch": 0.4625984251968504,
|
1673 |
+
"grad_norm": 0.9519402065973711,
|
1674 |
+
"learning_rate": 2.928879178864946e-06,
|
1675 |
+
"loss": 0.5554,
|
1676 |
+
"step": 235
|
1677 |
+
},
|
1678 |
+
{
|
1679 |
+
"epoch": 0.4645669291338583,
|
1680 |
+
"grad_norm": 0.7844120883152197,
|
1681 |
+
"learning_rate": 2.9131438202742123e-06,
|
1682 |
+
"loss": 0.5294,
|
1683 |
+
"step": 236
|
1684 |
+
},
|
1685 |
+
{
|
1686 |
+
"epoch": 0.46653543307086615,
|
1687 |
+
"grad_norm": 0.8063590456534869,
|
1688 |
+
"learning_rate": 2.897391616749031e-06,
|
1689 |
+
"loss": 0.4248,
|
1690 |
+
"step": 237
|
1691 |
+
},
|
1692 |
+
{
|
1693 |
+
"epoch": 0.468503937007874,
|
1694 |
+
"grad_norm": 1.0564127057502695,
|
1695 |
+
"learning_rate": 2.8816232105471864e-06,
|
1696 |
+
"loss": 0.3977,
|
1697 |
+
"step": 238
|
1698 |
+
},
|
1699 |
+
{
|
1700 |
+
"epoch": 0.4704724409448819,
|
1701 |
+
"grad_norm": 0.8741365668536474,
|
1702 |
+
"learning_rate": 2.865839244587093e-06,
|
1703 |
+
"loss": 0.5085,
|
1704 |
+
"step": 239
|
1705 |
+
},
|
1706 |
+
{
|
1707 |
+
"epoch": 0.47244094488188976,
|
1708 |
+
"grad_norm": 0.8777418773756611,
|
1709 |
+
"learning_rate": 2.8500403624215733e-06,
|
1710 |
+
"loss": 0.4319,
|
1711 |
+
"step": 240
|
1712 |
+
},
|
1713 |
+
{
|
1714 |
+
"epoch": 0.4744094488188976,
|
1715 |
+
"grad_norm": 1.3773613507232982,
|
1716 |
+
"learning_rate": 2.8342272082116214e-06,
|
1717 |
+
"loss": 0.4283,
|
1718 |
+
"step": 241
|
1719 |
+
},
|
1720 |
+
{
|
1721 |
+
"epoch": 0.4763779527559055,
|
1722 |
+
"grad_norm": 0.7719588739949143,
|
1723 |
+
"learning_rate": 2.8184004267001427e-06,
|
1724 |
+
"loss": 0.4309,
|
1725 |
+
"step": 242
|
1726 |
+
},
|
1727 |
+
{
|
1728 |
+
"epoch": 0.47834645669291337,
|
1729 |
+
"grad_norm": 0.9822729160842563,
|
1730 |
+
"learning_rate": 2.802560663185658e-06,
|
1731 |
+
"loss": 0.3833,
|
1732 |
+
"step": 243
|
1733 |
+
},
|
1734 |
+
{
|
1735 |
+
"epoch": 0.48031496062992124,
|
1736 |
+
"grad_norm": 0.9917830897090999,
|
1737 |
+
"learning_rate": 2.786708563496002e-06,
|
1738 |
+
"loss": 0.4897,
|
1739 |
+
"step": 244
|
1740 |
+
},
|
1741 |
+
{
|
1742 |
+
"epoch": 0.4822834645669291,
|
1743 |
+
"grad_norm": 0.8144457334187595,
|
1744 |
+
"learning_rate": 2.7708447739619833e-06,
|
1745 |
+
"loss": 0.4388,
|
1746 |
+
"step": 245
|
1747 |
+
},
|
1748 |
+
{
|
1749 |
+
"epoch": 0.484251968503937,
|
1750 |
+
"grad_norm": 0.994242994512558,
|
1751 |
+
"learning_rate": 2.7549699413910387e-06,
|
1752 |
+
"loss": 0.371,
|
1753 |
+
"step": 246
|
1754 |
+
},
|
1755 |
+
{
|
1756 |
+
"epoch": 0.4862204724409449,
|
1757 |
+
"grad_norm": 0.8932095220572448,
|
1758 |
+
"learning_rate": 2.739084713040856e-06,
|
1759 |
+
"loss": 0.4611,
|
1760 |
+
"step": 247
|
1761 |
+
},
|
1762 |
+
{
|
1763 |
+
"epoch": 0.4881889763779528,
|
1764 |
+
"grad_norm": 1.1131293477611248,
|
1765 |
+
"learning_rate": 2.723189736592986e-06,
|
1766 |
+
"loss": 0.4332,
|
1767 |
+
"step": 248
|
1768 |
+
},
|
1769 |
+
{
|
1770 |
+
"epoch": 0.49015748031496065,
|
1771 |
+
"grad_norm": 0.710443345927187,
|
1772 |
+
"learning_rate": 2.707285660126435e-06,
|
1773 |
+
"loss": 0.3728,
|
1774 |
+
"step": 249
|
1775 |
+
},
|
1776 |
+
{
|
1777 |
+
"epoch": 0.4921259842519685,
|
1778 |
+
"grad_norm": 0.8696923722717679,
|
1779 |
+
"learning_rate": 2.69137313209124e-06,
|
1780 |
+
"loss": 0.4867,
|
1781 |
+
"step": 250
|
1782 |
+
},
|
1783 |
+
{
|
1784 |
+
"epoch": 0.4940944881889764,
|
1785 |
+
"grad_norm": 0.9579603395355718,
|
1786 |
+
"learning_rate": 2.6754528012820288e-06,
|
1787 |
+
"loss": 0.4599,
|
1788 |
+
"step": 251
|
1789 |
+
},
|
1790 |
+
{
|
1791 |
+
"epoch": 0.49606299212598426,
|
1792 |
+
"grad_norm": 0.8469557790483282,
|
1793 |
+
"learning_rate": 2.6595253168115707e-06,
|
1794 |
+
"loss": 0.5015,
|
1795 |
+
"step": 252
|
1796 |
+
},
|
1797 |
+
{
|
1798 |
+
"epoch": 0.49803149606299213,
|
1799 |
+
"grad_norm": 0.9679659162207404,
|
1800 |
+
"learning_rate": 2.643591328084309e-06,
|
1801 |
+
"loss": 0.454,
|
1802 |
+
"step": 253
|
1803 |
+
},
|
1804 |
+
{
|
1805 |
+
"epoch": 0.5,
|
1806 |
+
"grad_norm": 1.2026592195228134,
|
1807 |
+
"learning_rate": 2.6276514847698763e-06,
|
1808 |
+
"loss": 0.4387,
|
1809 |
+
"step": 254
|
1810 |
+
},
|
1811 |
+
{
|
1812 |
+
"epoch": 0.5019685039370079,
|
1813 |
+
"grad_norm": 1.027519530136241,
|
1814 |
+
"learning_rate": 2.61170643677662e-06,
|
1815 |
+
"loss": 0.579,
|
1816 |
+
"step": 255
|
1817 |
+
},
|
1818 |
+
{
|
1819 |
+
"epoch": 0.5039370078740157,
|
1820 |
+
"grad_norm": 0.8919743806127818,
|
1821 |
+
"learning_rate": 2.595756834225089e-06,
|
1822 |
+
"loss": 0.5206,
|
1823 |
+
"step": 256
|
1824 |
+
},
|
1825 |
+
{
|
1826 |
+
"epoch": 0.5059055118110236,
|
1827 |
+
"grad_norm": 0.9565537176068634,
|
1828 |
+
"learning_rate": 2.5798033274215363e-06,
|
1829 |
+
"loss": 0.455,
|
1830 |
+
"step": 257
|
1831 |
+
},
|
1832 |
+
{
|
1833 |
+
"epoch": 0.5078740157480315,
|
1834 |
+
"grad_norm": 0.8750677082568031,
|
1835 |
+
"learning_rate": 2.5638465668314006e-06,
|
1836 |
+
"loss": 0.4438,
|
1837 |
+
"step": 258
|
1838 |
+
},
|
1839 |
+
{
|
1840 |
+
"epoch": 0.5098425196850394,
|
1841 |
+
"grad_norm": 4.156160052480647,
|
1842 |
+
"learning_rate": 2.547887203052786e-06,
|
1843 |
+
"loss": 0.4682,
|
1844 |
+
"step": 259
|
1845 |
+
},
|
1846 |
+
{
|
1847 |
+
"epoch": 0.5118110236220472,
|
1848 |
+
"grad_norm": 0.8806621051495006,
|
1849 |
+
"learning_rate": 2.531925886789935e-06,
|
1850 |
+
"loss": 0.4055,
|
1851 |
+
"step": 260
|
1852 |
+
},
|
1853 |
+
{
|
1854 |
+
"epoch": 0.5137795275590551,
|
1855 |
+
"grad_norm": 0.8166380192798925,
|
1856 |
+
"learning_rate": 2.515963268826698e-06,
|
1857 |
+
"loss": 0.4172,
|
1858 |
+
"step": 261
|
1859 |
+
},
|
1860 |
+
{
|
1861 |
+
"epoch": 0.515748031496063,
|
1862 |
+
"grad_norm": 0.8474794194583648,
|
1863 |
+
"learning_rate": 2.5e-06,
|
1864 |
+
"loss": 0.4054,
|
1865 |
+
"step": 262
|
1866 |
+
},
|
1867 |
+
{
|
1868 |
+
"epoch": 0.5177165354330708,
|
1869 |
+
"grad_norm": 0.8625258165448675,
|
1870 |
+
"learning_rate": 2.4840367311733023e-06,
|
1871 |
+
"loss": 0.3982,
|
1872 |
+
"step": 263
|
1873 |
+
},
|
1874 |
+
{
|
1875 |
+
"epoch": 0.5196850393700787,
|
1876 |
+
"grad_norm": 0.8312498910086424,
|
1877 |
+
"learning_rate": 2.4680741132100664e-06,
|
1878 |
+
"loss": 0.4446,
|
1879 |
+
"step": 264
|
1880 |
+
},
|
1881 |
+
{
|
1882 |
+
"epoch": 0.5216535433070866,
|
1883 |
+
"grad_norm": 1.2996938473325663,
|
1884 |
+
"learning_rate": 2.452112796947215e-06,
|
1885 |
+
"loss": 0.4721,
|
1886 |
+
"step": 265
|
1887 |
+
},
|
1888 |
+
{
|
1889 |
+
"epoch": 0.5236220472440944,
|
1890 |
+
"grad_norm": 0.7749604922653435,
|
1891 |
+
"learning_rate": 2.4361534331686002e-06,
|
1892 |
+
"loss": 0.4437,
|
1893 |
+
"step": 266
|
1894 |
+
},
|
1895 |
+
{
|
1896 |
+
"epoch": 0.5255905511811023,
|
1897 |
+
"grad_norm": 1.2900722363673192,
|
1898 |
+
"learning_rate": 2.420196672578465e-06,
|
1899 |
+
"loss": 0.4791,
|
1900 |
+
"step": 267
|
1901 |
+
},
|
1902 |
+
{
|
1903 |
+
"epoch": 0.5275590551181102,
|
1904 |
+
"grad_norm": 2.3581594405299335,
|
1905 |
+
"learning_rate": 2.404243165774912e-06,
|
1906 |
+
"loss": 0.4225,
|
1907 |
+
"step": 268
|
1908 |
+
},
|
1909 |
+
{
|
1910 |
+
"epoch": 0.5295275590551181,
|
1911 |
+
"grad_norm": 1.0362736267414994,
|
1912 |
+
"learning_rate": 2.3882935632233805e-06,
|
1913 |
+
"loss": 0.514,
|
1914 |
+
"step": 269
|
1915 |
+
},
|
1916 |
+
{
|
1917 |
+
"epoch": 0.531496062992126,
|
1918 |
+
"grad_norm": 0.9331680987472524,
|
1919 |
+
"learning_rate": 2.372348515230124e-06,
|
1920 |
+
"loss": 0.4193,
|
1921 |
+
"step": 270
|
1922 |
+
},
|
1923 |
+
{
|
1924 |
+
"epoch": 0.5334645669291339,
|
1925 |
+
"grad_norm": 1.1905250166916495,
|
1926 |
+
"learning_rate": 2.356408671915692e-06,
|
1927 |
+
"loss": 0.5042,
|
1928 |
+
"step": 271
|
1929 |
+
},
|
1930 |
+
{
|
1931 |
+
"epoch": 0.5354330708661418,
|
1932 |
+
"grad_norm": 0.8572786945892718,
|
1933 |
+
"learning_rate": 2.340474683188429e-06,
|
1934 |
+
"loss": 0.4399,
|
1935 |
+
"step": 272
|
1936 |
+
},
|
1937 |
+
{
|
1938 |
+
"epoch": 0.5374015748031497,
|
1939 |
+
"grad_norm": 1.0648664039670561,
|
1940 |
+
"learning_rate": 2.324547198717972e-06,
|
1941 |
+
"loss": 0.4741,
|
1942 |
+
"step": 273
|
1943 |
+
},
|
1944 |
+
{
|
1945 |
+
"epoch": 0.5393700787401575,
|
1946 |
+
"grad_norm": 1.9327803933661767,
|
1947 |
+
"learning_rate": 2.308626867908761e-06,
|
1948 |
+
"loss": 0.4574,
|
1949 |
+
"step": 274
|
1950 |
+
},
|
1951 |
+
{
|
1952 |
+
"epoch": 0.5413385826771654,
|
1953 |
+
"grad_norm": 0.9128616465522047,
|
1954 |
+
"learning_rate": 2.2927143398735664e-06,
|
1955 |
+
"loss": 0.4437,
|
1956 |
+
"step": 275
|
1957 |
+
},
|
1958 |
+
{
|
1959 |
+
"epoch": 0.5433070866141733,
|
1960 |
+
"grad_norm": 0.873444229946243,
|
1961 |
+
"learning_rate": 2.2768102634070146e-06,
|
1962 |
+
"loss": 0.4382,
|
1963 |
+
"step": 276
|
1964 |
+
},
|
1965 |
+
{
|
1966 |
+
"epoch": 0.5452755905511811,
|
1967 |
+
"grad_norm": 0.9487309713553738,
|
1968 |
+
"learning_rate": 2.2609152869591445e-06,
|
1969 |
+
"loss": 0.4964,
|
1970 |
+
"step": 277
|
1971 |
+
},
|
1972 |
+
{
|
1973 |
+
"epoch": 0.547244094488189,
|
1974 |
+
"grad_norm": 1.5543510034516503,
|
1975 |
+
"learning_rate": 2.2450300586089626e-06,
|
1976 |
+
"loss": 0.458,
|
1977 |
+
"step": 278
|
1978 |
+
},
|
1979 |
+
{
|
1980 |
+
"epoch": 0.5492125984251969,
|
1981 |
+
"grad_norm": 0.843153283370843,
|
1982 |
+
"learning_rate": 2.229155226038017e-06,
|
1983 |
+
"loss": 0.5173,
|
1984 |
+
"step": 279
|
1985 |
+
},
|
1986 |
+
{
|
1987 |
+
"epoch": 0.5511811023622047,
|
1988 |
+
"grad_norm": 1.0206989602121845,
|
1989 |
+
"learning_rate": 2.2132914365039993e-06,
|
1990 |
+
"loss": 0.551,
|
1991 |
+
"step": 280
|
1992 |
+
},
|
1993 |
+
{
|
1994 |
+
"epoch": 0.5531496062992126,
|
1995 |
+
"grad_norm": 0.8733293387877374,
|
1996 |
+
"learning_rate": 2.1974393368143433e-06,
|
1997 |
+
"loss": 0.4698,
|
1998 |
+
"step": 281
|
1999 |
+
},
|
2000 |
+
{
|
2001 |
+
"epoch": 0.5551181102362205,
|
2002 |
+
"grad_norm": 0.9045357110695507,
|
2003 |
+
"learning_rate": 2.1815995732998586e-06,
|
2004 |
+
"loss": 0.4783,
|
2005 |
+
"step": 282
|
2006 |
+
},
|
2007 |
+
{
|
2008 |
+
"epoch": 0.5570866141732284,
|
2009 |
+
"grad_norm": 1.1714298674446673,
|
2010 |
+
"learning_rate": 2.165772791788379e-06,
|
2011 |
+
"loss": 0.4505,
|
2012 |
+
"step": 283
|
2013 |
+
},
|
2014 |
+
{
|
2015 |
+
"epoch": 0.5590551181102362,
|
2016 |
+
"grad_norm": 1.0449206200708,
|
2017 |
+
"learning_rate": 2.1499596375784284e-06,
|
2018 |
+
"loss": 0.4361,
|
2019 |
+
"step": 284
|
2020 |
+
},
|
2021 |
+
{
|
2022 |
+
"epoch": 0.5610236220472441,
|
2023 |
+
"grad_norm": 0.9414076112602807,
|
2024 |
+
"learning_rate": 2.1341607554129073e-06,
|
2025 |
+
"loss": 0.4665,
|
2026 |
+
"step": 285
|
2027 |
+
},
|
2028 |
+
{
|
2029 |
+
"epoch": 0.562992125984252,
|
2030 |
+
"grad_norm": 1.0364017694779857,
|
2031 |
+
"learning_rate": 2.1183767894528135e-06,
|
2032 |
+
"loss": 0.436,
|
2033 |
+
"step": 286
|
2034 |
+
},
|
2035 |
+
{
|
2036 |
+
"epoch": 0.5649606299212598,
|
2037 |
+
"grad_norm": 0.9062612467100826,
|
2038 |
+
"learning_rate": 2.1026083832509704e-06,
|
2039 |
+
"loss": 0.526,
|
2040 |
+
"step": 287
|
2041 |
+
},
|
2042 |
+
{
|
2043 |
+
"epoch": 0.5669291338582677,
|
2044 |
+
"grad_norm": 0.7845496876032904,
|
2045 |
+
"learning_rate": 2.086856179725788e-06,
|
2046 |
+
"loss": 0.4373,
|
2047 |
+
"step": 288
|
2048 |
+
},
|
2049 |
+
{
|
2050 |
+
"epoch": 0.5688976377952756,
|
2051 |
+
"grad_norm": 1.5434192627506897,
|
2052 |
+
"learning_rate": 2.0711208211350543e-06,
|
2053 |
+
"loss": 0.495,
|
2054 |
+
"step": 289
|
2055 |
+
},
|
2056 |
+
{
|
2057 |
+
"epoch": 0.5708661417322834,
|
2058 |
+
"grad_norm": 1.732032499885022,
|
2059 |
+
"learning_rate": 2.055402949049746e-06,
|
2060 |
+
"loss": 0.4232,
|
2061 |
+
"step": 290
|
2062 |
+
},
|
2063 |
+
{
|
2064 |
+
"epoch": 0.5728346456692913,
|
2065 |
+
"grad_norm": 1.1791659079954764,
|
2066 |
+
"learning_rate": 2.0397032043278686e-06,
|
2067 |
+
"loss": 0.4766,
|
2068 |
+
"step": 291
|
2069 |
+
},
|
2070 |
+
{
|
2071 |
+
"epoch": 0.5748031496062992,
|
2072 |
+
"grad_norm": 0.9826059946246523,
|
2073 |
+
"learning_rate": 2.024022227088329e-06,
|
2074 |
+
"loss": 0.4686,
|
2075 |
+
"step": 292
|
2076 |
+
},
|
2077 |
+
{
|
2078 |
+
"epoch": 0.5767716535433071,
|
2079 |
+
"grad_norm": 1.1819752621296946,
|
2080 |
+
"learning_rate": 2.008360656684837e-06,
|
2081 |
+
"loss": 0.5234,
|
2082 |
+
"step": 293
|
2083 |
+
},
|
2084 |
+
{
|
2085 |
+
"epoch": 0.5787401574803149,
|
2086 |
+
"grad_norm": 1.836095015890831,
|
2087 |
+
"learning_rate": 1.9927191316798333e-06,
|
2088 |
+
"loss": 0.3621,
|
2089 |
+
"step": 294
|
2090 |
+
},
|
2091 |
+
{
|
2092 |
+
"epoch": 0.5807086614173228,
|
2093 |
+
"grad_norm": 1.0606463475234196,
|
2094 |
+
"learning_rate": 1.977098289818459e-06,
|
2095 |
+
"loss": 0.3665,
|
2096 |
+
"step": 295
|
2097 |
+
},
|
2098 |
+
{
|
2099 |
+
"epoch": 0.5826771653543307,
|
2100 |
+
"grad_norm": 0.8708744885029884,
|
2101 |
+
"learning_rate": 1.961498768002547e-06,
|
2102 |
+
"loss": 0.4281,
|
2103 |
+
"step": 296
|
2104 |
+
},
|
2105 |
+
{
|
2106 |
+
"epoch": 0.5846456692913385,
|
2107 |
+
"grad_norm": 0.9694572451225193,
|
2108 |
+
"learning_rate": 1.9459212022646604e-06,
|
2109 |
+
"loss": 0.4269,
|
2110 |
+
"step": 297
|
2111 |
+
},
|
2112 |
+
{
|
2113 |
+
"epoch": 0.5866141732283464,
|
2114 |
+
"grad_norm": 1.52601054119704,
|
2115 |
+
"learning_rate": 1.930366227742157e-06,
|
2116 |
+
"loss": 0.4095,
|
2117 |
+
"step": 298
|
2118 |
+
},
|
2119 |
+
{
|
2120 |
+
"epoch": 0.5885826771653543,
|
2121 |
+
"grad_norm": 0.8299536757583065,
|
2122 |
+
"learning_rate": 1.914834478651288e-06,
|
2123 |
+
"loss": 0.5123,
|
2124 |
+
"step": 299
|
2125 |
+
},
|
2126 |
+
{
|
2127 |
+
"epoch": 0.5905511811023622,
|
2128 |
+
"grad_norm": 0.9288221226511972,
|
2129 |
+
"learning_rate": 1.8993265882613483e-06,
|
2130 |
+
"loss": 0.4786,
|
2131 |
+
"step": 300
|
2132 |
+
},
|
2133 |
+
{
|
2134 |
+
"epoch": 0.59251968503937,
|
2135 |
+
"grad_norm": 1.9153123784076878,
|
2136 |
+
"learning_rate": 1.8838431888688528e-06,
|
2137 |
+
"loss": 0.442,
|
2138 |
+
"step": 301
|
2139 |
+
},
|
2140 |
+
{
|
2141 |
+
"epoch": 0.594488188976378,
|
2142 |
+
"grad_norm": 0.8883998580295289,
|
2143 |
+
"learning_rate": 1.8683849117717518e-06,
|
2144 |
+
"loss": 0.4459,
|
2145 |
+
"step": 302
|
2146 |
+
},
|
2147 |
+
{
|
2148 |
+
"epoch": 0.5964566929133859,
|
2149 |
+
"grad_norm": 0.9033764630985829,
|
2150 |
+
"learning_rate": 1.852952387243698e-06,
|
2151 |
+
"loss": 0.4801,
|
2152 |
+
"step": 303
|
2153 |
+
},
|
2154 |
+
{
|
2155 |
+
"epoch": 0.5984251968503937,
|
2156 |
+
"grad_norm": 1.0771433466136495,
|
2157 |
+
"learning_rate": 1.8375462445083464e-06,
|
2158 |
+
"loss": 0.4227,
|
2159 |
+
"step": 304
|
2160 |
+
},
|
2161 |
+
{
|
2162 |
+
"epoch": 0.6003937007874016,
|
2163 |
+
"grad_norm": 1.1264043096408438,
|
2164 |
+
"learning_rate": 1.8221671117136953e-06,
|
2165 |
+
"loss": 0.4932,
|
2166 |
+
"step": 305
|
2167 |
+
},
|
2168 |
+
{
|
2169 |
+
"epoch": 0.6023622047244095,
|
2170 |
+
"grad_norm": 1.08738798244193,
|
2171 |
+
"learning_rate": 1.80681561590648e-06,
|
2172 |
+
"loss": 0.5191,
|
2173 |
+
"step": 306
|
2174 |
+
},
|
2175 |
+
{
|
2176 |
+
"epoch": 0.6043307086614174,
|
2177 |
+
"grad_norm": 0.7987448502017881,
|
2178 |
+
"learning_rate": 1.7914923830066074e-06,
|
2179 |
+
"loss": 0.4618,
|
2180 |
+
"step": 307
|
2181 |
+
},
|
2182 |
+
{
|
2183 |
+
"epoch": 0.6062992125984252,
|
2184 |
+
"grad_norm": 0.9944446151408849,
|
2185 |
+
"learning_rate": 1.7761980377816287e-06,
|
2186 |
+
"loss": 0.4358,
|
2187 |
+
"step": 308
|
2188 |
+
},
|
2189 |
+
{
|
2190 |
+
"epoch": 0.6082677165354331,
|
2191 |
+
"grad_norm": 1.0742200261888726,
|
2192 |
+
"learning_rate": 1.7609332038212728e-06,
|
2193 |
+
"loss": 0.4193,
|
2194 |
+
"step": 309
|
2195 |
+
},
|
2196 |
+
{
|
2197 |
+
"epoch": 0.610236220472441,
|
2198 |
+
"grad_norm": 1.0872956708805233,
|
2199 |
+
"learning_rate": 1.7456985035120194e-06,
|
2200 |
+
"loss": 0.4545,
|
2201 |
+
"step": 310
|
2202 |
+
},
|
2203 |
+
{
|
2204 |
+
"epoch": 0.6122047244094488,
|
2205 |
+
"grad_norm": 1.0692325907893834,
|
2206 |
+
"learning_rate": 1.7304945580117195e-06,
|
2207 |
+
"loss": 0.4365,
|
2208 |
+
"step": 311
|
2209 |
+
},
|
2210 |
+
{
|
2211 |
+
"epoch": 0.6141732283464567,
|
2212 |
+
"grad_norm": 1.4216199373627865,
|
2213 |
+
"learning_rate": 1.7153219872242727e-06,
|
2214 |
+
"loss": 0.4552,
|
2215 |
+
"step": 312
|
2216 |
+
},
|
2217 |
+
{
|
2218 |
+
"epoch": 0.6161417322834646,
|
2219 |
+
"grad_norm": 0.9025617724171956,
|
2220 |
+
"learning_rate": 1.700181409774353e-06,
|
2221 |
+
"loss": 0.4142,
|
2222 |
+
"step": 313
|
2223 |
+
},
|
2224 |
+
{
|
2225 |
+
"epoch": 0.6181102362204725,
|
2226 |
+
"grad_norm": 1.4701867077129656,
|
2227 |
+
"learning_rate": 1.6850734429821792e-06,
|
2228 |
+
"loss": 0.4939,
|
2229 |
+
"step": 314
|
2230 |
+
},
|
2231 |
+
{
|
2232 |
+
"epoch": 0.6200787401574803,
|
2233 |
+
"grad_norm": 1.6211825794563106,
|
2234 |
+
"learning_rate": 1.6699987028383547e-06,
|
2235 |
+
"loss": 0.4243,
|
2236 |
+
"step": 315
|
2237 |
+
},
|
2238 |
+
{
|
2239 |
+
"epoch": 0.6220472440944882,
|
2240 |
+
"grad_norm": 1.2528280691205667,
|
2241 |
+
"learning_rate": 1.6549578039787436e-06,
|
2242 |
+
"loss": 0.4472,
|
2243 |
+
"step": 316
|
2244 |
+
},
|
2245 |
+
{
|
2246 |
+
"epoch": 0.6240157480314961,
|
2247 |
+
"grad_norm": 1.4234084359812396,
|
2248 |
+
"learning_rate": 1.6399513596594158e-06,
|
2249 |
+
"loss": 0.3996,
|
2250 |
+
"step": 317
|
2251 |
+
},
|
2252 |
+
{
|
2253 |
+
"epoch": 0.6259842519685039,
|
2254 |
+
"grad_norm": 1.2903411072700746,
|
2255 |
+
"learning_rate": 1.6249799817316415e-06,
|
2256 |
+
"loss": 0.417,
|
2257 |
+
"step": 318
|
2258 |
+
},
|
2259 |
+
{
|
2260 |
+
"epoch": 0.6279527559055118,
|
2261 |
+
"grad_norm": 1.0448194221823608,
|
2262 |
+
"learning_rate": 1.6100442806169423e-06,
|
2263 |
+
"loss": 0.4193,
|
2264 |
+
"step": 319
|
2265 |
+
},
|
2266 |
+
{
|
2267 |
+
"epoch": 0.6299212598425197,
|
2268 |
+
"grad_norm": 0.7502474376681744,
|
2269 |
+
"learning_rate": 1.595144865282205e-06,
|
2270 |
+
"loss": 0.5476,
|
2271 |
+
"step": 320
|
2272 |
+
},
|
2273 |
+
{
|
2274 |
+
"epoch": 0.6318897637795275,
|
2275 |
+
"grad_norm": 0.8490377322709838,
|
2276 |
+
"learning_rate": 1.5802823432148545e-06,
|
2277 |
+
"loss": 0.4885,
|
2278 |
+
"step": 321
|
2279 |
+
},
|
2280 |
+
{
|
2281 |
+
"epoch": 0.6338582677165354,
|
2282 |
+
"grad_norm": 1.2648831300690013,
|
2283 |
+
"learning_rate": 1.5654573203980782e-06,
|
2284 |
+
"loss": 0.4387,
|
2285 |
+
"step": 322
|
2286 |
+
},
|
2287 |
+
{
|
2288 |
+
"epoch": 0.6358267716535433,
|
2289 |
+
"grad_norm": 0.8514651671613641,
|
2290 |
+
"learning_rate": 1.5506704012861257e-06,
|
2291 |
+
"loss": 0.4465,
|
2292 |
+
"step": 323
|
2293 |
+
},
|
2294 |
+
{
|
2295 |
+
"epoch": 0.6377952755905512,
|
2296 |
+
"grad_norm": 1.0222395663644381,
|
2297 |
+
"learning_rate": 1.5359221887796616e-06,
|
2298 |
+
"loss": 0.437,
|
2299 |
+
"step": 324
|
2300 |
+
},
|
2301 |
+
{
|
2302 |
+
"epoch": 0.639763779527559,
|
2303 |
+
"grad_norm": 0.9497855107455955,
|
2304 |
+
"learning_rate": 1.5212132842011778e-06,
|
2305 |
+
"loss": 0.5466,
|
2306 |
+
"step": 325
|
2307 |
+
},
|
2308 |
+
{
|
2309 |
+
"epoch": 0.6417322834645669,
|
2310 |
+
"grad_norm": 0.8431905728595827,
|
2311 |
+
"learning_rate": 1.5065442872704872e-06,
|
2312 |
+
"loss": 0.5627,
|
2313 |
+
"step": 326
|
2314 |
+
},
|
2315 |
+
{
|
2316 |
+
"epoch": 0.6437007874015748,
|
2317 |
+
"grad_norm": 1.082255095866634,
|
2318 |
+
"learning_rate": 1.4919157960802619e-06,
|
2319 |
+
"loss": 0.4315,
|
2320 |
+
"step": 327
|
2321 |
+
},
|
2322 |
+
{
|
2323 |
+
"epoch": 0.6456692913385826,
|
2324 |
+
"grad_norm": 1.1418415531966362,
|
2325 |
+
"learning_rate": 1.4773284070716504e-06,
|
2326 |
+
"loss": 0.506,
|
2327 |
+
"step": 328
|
2328 |
+
},
|
2329 |
+
{
|
2330 |
+
"epoch": 0.6476377952755905,
|
2331 |
+
"grad_norm": 1.0386895105443592,
|
2332 |
+
"learning_rate": 1.4627827150099627e-06,
|
2333 |
+
"loss": 0.4045,
|
2334 |
+
"step": 329
|
2335 |
+
},
|
2336 |
+
{
|
2337 |
+
"epoch": 0.6496062992125984,
|
2338 |
+
"grad_norm": 0.7965031672604527,
|
2339 |
+
"learning_rate": 1.4482793129604148e-06,
|
2340 |
+
"loss": 0.4128,
|
2341 |
+
"step": 330
|
2342 |
+
},
|
2343 |
+
{
|
2344 |
+
"epoch": 0.6515748031496063,
|
2345 |
+
"grad_norm": 1.0706828235481562,
|
2346 |
+
"learning_rate": 1.4338187922639506e-06,
|
2347 |
+
"loss": 0.4873,
|
2348 |
+
"step": 331
|
2349 |
+
},
|
2350 |
+
{
|
2351 |
+
"epoch": 0.6535433070866141,
|
2352 |
+
"grad_norm": 1.010780223186052,
|
2353 |
+
"learning_rate": 1.4194017425131324e-06,
|
2354 |
+
"loss": 0.4529,
|
2355 |
+
"step": 332
|
2356 |
+
},
|
2357 |
+
{
|
2358 |
+
"epoch": 0.655511811023622,
|
2359 |
+
"grad_norm": 0.9600940507276752,
|
2360 |
+
"learning_rate": 1.405028751528099e-06,
|
2361 |
+
"loss": 0.4724,
|
2362 |
+
"step": 333
|
2363 |
+
},
|
2364 |
+
{
|
2365 |
+
"epoch": 0.65748031496063,
|
2366 |
+
"grad_norm": 0.9764309603793133,
|
2367 |
+
"learning_rate": 1.3907004053326006e-06,
|
2368 |
+
"loss": 0.3466,
|
2369 |
+
"step": 334
|
2370 |
+
},
|
2371 |
+
{
|
2372 |
+
"epoch": 0.6594488188976378,
|
2373 |
+
"grad_norm": 1.1423974049119299,
|
2374 |
+
"learning_rate": 1.3764172881301063e-06,
|
2375 |
+
"loss": 0.4322,
|
2376 |
+
"step": 335
|
2377 |
+
},
|
2378 |
+
{
|
2379 |
+
"epoch": 0.6614173228346457,
|
2380 |
+
"grad_norm": 1.2060374393851416,
|
2381 |
+
"learning_rate": 1.362179982279979e-06,
|
2382 |
+
"loss": 0.4461,
|
2383 |
+
"step": 336
|
2384 |
+
},
|
2385 |
+
{
|
2386 |
+
"epoch": 0.6633858267716536,
|
2387 |
+
"grad_norm": 1.2086001572935363,
|
2388 |
+
"learning_rate": 1.347989068273738e-06,
|
2389 |
+
"loss": 0.3849,
|
2390 |
+
"step": 337
|
2391 |
+
},
|
2392 |
+
{
|
2393 |
+
"epoch": 0.6653543307086615,
|
2394 |
+
"grad_norm": 0.8627331404783796,
|
2395 |
+
"learning_rate": 1.3338451247113898e-06,
|
2396 |
+
"loss": 0.4661,
|
2397 |
+
"step": 338
|
2398 |
+
},
|
2399 |
+
{
|
2400 |
+
"epoch": 0.6653543307086615,
|
2401 |
+
"eval_accuracy": 0.8276808215111454,
|
2402 |
+
"eval_accuracy_first_token": 0.7754862150032058,
|
2403 |
+
"eval_accuracy_first_token_<": 0.9599789362822538,
|
2404 |
+
"eval_accuracy_first_token_<_total": 1899,
|
2405 |
+
"eval_accuracy_first_token_<|python_tag|>": 0.9202020202020202,
|
2406 |
+
"eval_accuracy_first_token_<|python_tag|>_total": 990,
|
2407 |
+
"eval_accuracy_first_token_Here": 0.6918429003021148,
|
2408 |
+
"eval_accuracy_first_token_Here_total": 331,
|
2409 |
+
"eval_accuracy_first_token_The": 0.8801996672212978,
|
2410 |
+
"eval_accuracy_first_token_The_total": 2404,
|
2411 |
+
"eval_accuracy_first_token_To": 0.8060344827586207,
|
2412 |
+
"eval_accuracy_first_token_To_total": 928,
|
2413 |
+
"eval_loss": 0.4993845224380493,
|
2414 |
+
"eval_perplexity": 1.1952336899234497,
|
2415 |
+
"eval_runtime": 550.918,
|
2416 |
+
"eval_samples_per_second": 1.251,
|
2417 |
+
"eval_steps_per_second": 0.158,
|
2418 |
+
"eval_total_number_first_token": 9358,
|
2419 |
+
"step": 338
|
2420 |
+
},
|
2421 |
+
{
|
2422 |
+
"epoch": 0.6673228346456693,
|
2423 |
+
"grad_norm": 0.8859890191170555,
|
2424 |
+
"learning_rate": 1.3197487282778315e-06,
|
2425 |
+
"loss": 0.4468,
|
2426 |
+
"step": 339
|
2427 |
+
},
|
2428 |
+
{
|
2429 |
+
"epoch": 0.6692913385826772,
|
2430 |
+
"grad_norm": 1.0644157193112311,
|
2431 |
+
"learning_rate": 1.3057004537193424e-06,
|
2432 |
+
"loss": 0.4267,
|
2433 |
+
"step": 340
|
2434 |
+
},
|
2435 |
+
{
|
2436 |
+
"epoch": 0.6712598425196851,
|
2437 |
+
"grad_norm": 1.1533288398188408,
|
2438 |
+
"learning_rate": 1.2917008738201536e-06,
|
2439 |
+
"loss": 0.4906,
|
2440 |
+
"step": 341
|
2441 |
+
},
|
2442 |
+
{
|
2443 |
+
"epoch": 0.6732283464566929,
|
2444 |
+
"grad_norm": 0.8272350855889613,
|
2445 |
+
"learning_rate": 1.2777505593790834e-06,
|
2446 |
+
"loss": 0.4833,
|
2447 |
+
"step": 342
|
2448 |
+
},
|
2449 |
+
{
|
2450 |
+
"epoch": 0.6751968503937008,
|
2451 |
+
"grad_norm": 1.32130782853451,
|
2452 |
+
"learning_rate": 1.263850079186274e-06,
|
2453 |
+
"loss": 0.4463,
|
2454 |
+
"step": 343
|
2455 |
+
},
|
2456 |
+
{
|
2457 |
+
"epoch": 0.6771653543307087,
|
2458 |
+
"grad_norm": 0.8065185454495468,
|
2459 |
+
"learning_rate": 1.2500000000000007e-06,
|
2460 |
+
"loss": 0.3829,
|
2461 |
+
"step": 344
|
2462 |
+
},
|
2463 |
+
{
|
2464 |
+
"epoch": 0.6791338582677166,
|
2465 |
+
"grad_norm": 0.7422824598097033,
|
2466 |
+
"learning_rate": 1.2362008865235536e-06,
|
2467 |
+
"loss": 0.3774,
|
2468 |
+
"step": 345
|
2469 |
+
},
|
2470 |
+
{
|
2471 |
+
"epoch": 0.6811023622047244,
|
2472 |
+
"grad_norm": 1.0704521032466394,
|
2473 |
+
"learning_rate": 1.2224533013822237e-06,
|
2474 |
+
"loss": 0.4497,
|
2475 |
+
"step": 346
|
2476 |
+
},
|
2477 |
+
{
|
2478 |
+
"epoch": 0.6830708661417323,
|
2479 |
+
"grad_norm": 1.4370970783293397,
|
2480 |
+
"learning_rate": 1.2087578051003619e-06,
|
2481 |
+
"loss": 0.3994,
|
2482 |
+
"step": 347
|
2483 |
+
},
|
2484 |
+
{
|
2485 |
+
"epoch": 0.6850393700787402,
|
2486 |
+
"grad_norm": 1.0762816440657645,
|
2487 |
+
"learning_rate": 1.1951149560785166e-06,
|
2488 |
+
"loss": 0.4879,
|
2489 |
+
"step": 348
|
2490 |
+
},
|
2491 |
+
{
|
2492 |
+
"epoch": 0.687007874015748,
|
2493 |
+
"grad_norm": 0.999638462276997,
|
2494 |
+
"learning_rate": 1.181525310570677e-06,
|
2495 |
+
"loss": 0.4049,
|
2496 |
+
"step": 349
|
2497 |
+
},
|
2498 |
+
{
|
2499 |
+
"epoch": 0.6889763779527559,
|
2500 |
+
"grad_norm": 0.7125141978940648,
|
2501 |
+
"learning_rate": 1.1679894226615861e-06,
|
2502 |
+
"loss": 0.47,
|
2503 |
+
"step": 350
|
2504 |
+
},
|
2505 |
+
{
|
2506 |
+
"epoch": 0.6909448818897638,
|
2507 |
+
"grad_norm": 2.3784943021939,
|
2508 |
+
"learning_rate": 1.1545078442441526e-06,
|
2509 |
+
"loss": 0.3979,
|
2510 |
+
"step": 351
|
2511 |
+
},
|
2512 |
+
{
|
2513 |
+
"epoch": 0.6929133858267716,
|
2514 |
+
"grad_norm": 0.7438302581823832,
|
2515 |
+
"learning_rate": 1.1410811249969475e-06,
|
2516 |
+
"loss": 0.4839,
|
2517 |
+
"step": 352
|
2518 |
+
},
|
2519 |
+
{
|
2520 |
+
"epoch": 0.6948818897637795,
|
2521 |
+
"grad_norm": 0.8945326825925858,
|
2522 |
+
"learning_rate": 1.1277098123617922e-06,
|
2523 |
+
"loss": 0.4467,
|
2524 |
+
"step": 353
|
2525 |
+
},
|
2526 |
+
{
|
2527 |
+
"epoch": 0.6968503937007874,
|
2528 |
+
"grad_norm": 0.9603219580688872,
|
2529 |
+
"learning_rate": 1.1143944515214385e-06,
|
2530 |
+
"loss": 0.4495,
|
2531 |
+
"step": 354
|
2532 |
+
},
|
2533 |
+
{
|
2534 |
+
"epoch": 0.6988188976377953,
|
2535 |
+
"grad_norm": 1.4664719141635538,
|
2536 |
+
"learning_rate": 1.10113558537734e-06,
|
2537 |
+
"loss": 0.4944,
|
2538 |
+
"step": 355
|
2539 |
+
},
|
2540 |
+
{
|
2541 |
+
"epoch": 0.7007874015748031,
|
2542 |
+
"grad_norm": 1.2476331714652613,
|
2543 |
+
"learning_rate": 1.0879337545275165e-06,
|
2544 |
+
"loss": 0.5793,
|
2545 |
+
"step": 356
|
2546 |
+
},
|
2547 |
+
{
|
2548 |
+
"epoch": 0.702755905511811,
|
2549 |
+
"grad_norm": 0.9156400646754094,
|
2550 |
+
"learning_rate": 1.074789497244512e-06,
|
2551 |
+
"loss": 0.4221,
|
2552 |
+
"step": 357
|
2553 |
+
},
|
2554 |
+
{
|
2555 |
+
"epoch": 0.7047244094488189,
|
2556 |
+
"grad_norm": 2.5318845730546196,
|
2557 |
+
"learning_rate": 1.0617033494534486e-06,
|
2558 |
+
"loss": 0.4377,
|
2559 |
+
"step": 358
|
2560 |
+
},
|
2561 |
+
{
|
2562 |
+
"epoch": 0.7066929133858267,
|
2563 |
+
"grad_norm": 1.2015844613438207,
|
2564 |
+
"learning_rate": 1.0486758447101753e-06,
|
2565 |
+
"loss": 0.4659,
|
2566 |
+
"step": 359
|
2567 |
+
},
|
2568 |
+
{
|
2569 |
+
"epoch": 0.7086614173228346,
|
2570 |
+
"grad_norm": 0.9516842380567236,
|
2571 |
+
"learning_rate": 1.035707514179513e-06,
|
2572 |
+
"loss": 0.4184,
|
2573 |
+
"step": 360
|
2574 |
+
},
|
2575 |
+
{
|
2576 |
+
"epoch": 0.7106299212598425,
|
2577 |
+
"grad_norm": 0.9525083829856291,
|
2578 |
+
"learning_rate": 1.0227988866135995e-06,
|
2579 |
+
"loss": 0.358,
|
2580 |
+
"step": 361
|
2581 |
+
},
|
2582 |
+
{
|
2583 |
+
"epoch": 0.7125984251968503,
|
2584 |
+
"grad_norm": 1.4467162043063637,
|
2585 |
+
"learning_rate": 1.0099504883303255e-06,
|
2586 |
+
"loss": 0.3927,
|
2587 |
+
"step": 362
|
2588 |
+
},
|
2589 |
+
{
|
2590 |
+
"epoch": 0.7145669291338582,
|
2591 |
+
"grad_norm": 1.186260329222654,
|
2592 |
+
"learning_rate": 9.971628431918845e-07,
|
2593 |
+
"loss": 0.4433,
|
2594 |
+
"step": 363
|
2595 |
+
},
|
2596 |
+
{
|
2597 |
+
"epoch": 0.7165354330708661,
|
2598 |
+
"grad_norm": 0.8887871636025992,
|
2599 |
+
"learning_rate": 9.844364725834058e-07,
|
2600 |
+
"loss": 0.4411,
|
2601 |
+
"step": 364
|
2602 |
+
},
|
2603 |
+
{
|
2604 |
+
"epoch": 0.718503937007874,
|
2605 |
+
"grad_norm": 1.0782965924363137,
|
2606 |
+
"learning_rate": 9.71771895391696e-07,
|
2607 |
+
"loss": 0.4019,
|
2608 |
+
"step": 365
|
2609 |
+
},
|
2610 |
+
{
|
2611 |
+
"epoch": 0.7204724409448819,
|
2612 |
+
"grad_norm": 0.8292803711940244,
|
2613 |
+
"learning_rate": 9.591696279840906e-07,
|
2614 |
+
"loss": 0.4356,
|
2615 |
+
"step": 366
|
2616 |
+
},
|
2617 |
+
{
|
2618 |
+
"epoch": 0.7224409448818898,
|
2619 |
+
"grad_norm": 1.1636402977394662,
|
2620 |
+
"learning_rate": 9.466301841873929e-07,
|
2621 |
+
"loss": 0.5021,
|
2622 |
+
"step": 367
|
2623 |
+
},
|
2624 |
+
{
|
2625 |
+
"epoch": 0.7244094488188977,
|
2626 |
+
"grad_norm": 1.2022996028060275,
|
2627 |
+
"learning_rate": 9.341540752669234e-07,
|
2628 |
+
"loss": 0.5142,
|
2629 |
+
"step": 368
|
2630 |
+
},
|
2631 |
+
{
|
2632 |
+
"epoch": 0.7263779527559056,
|
2633 |
+
"grad_norm": 1.0809958010299958,
|
2634 |
+
"learning_rate": 9.217418099056821e-07,
|
2635 |
+
"loss": 0.4273,
|
2636 |
+
"step": 369
|
2637 |
+
},
|
2638 |
+
{
|
2639 |
+
"epoch": 0.7283464566929134,
|
2640 |
+
"grad_norm": 0.9929276956854678,
|
2641 |
+
"learning_rate": 9.093938941836012e-07,
|
2642 |
+
"loss": 0.4444,
|
2643 |
+
"step": 370
|
2644 |
+
},
|
2645 |
+
{
|
2646 |
+
"epoch": 0.7303149606299213,
|
2647 |
+
"grad_norm": 0.7447267161683555,
|
2648 |
+
"learning_rate": 8.971108315569094e-07,
|
2649 |
+
"loss": 0.394,
|
2650 |
+
"step": 371
|
2651 |
+
},
|
2652 |
+
{
|
2653 |
+
"epoch": 0.7322834645669292,
|
2654 |
+
"grad_norm": 0.8131869419909002,
|
2655 |
+
"learning_rate": 8.848931228376137e-07,
|
2656 |
+
"loss": 0.468,
|
2657 |
+
"step": 372
|
2658 |
+
},
|
2659 |
+
{
|
2660 |
+
"epoch": 0.734251968503937,
|
2661 |
+
"grad_norm": 0.8078315201370335,
|
2662 |
+
"learning_rate": 8.727412661730724e-07,
|
2663 |
+
"loss": 0.5374,
|
2664 |
+
"step": 373
|
2665 |
+
},
|
2666 |
+
{
|
2667 |
+
"epoch": 0.7362204724409449,
|
2668 |
+
"grad_norm": 0.8611154445074285,
|
2669 |
+
"learning_rate": 8.606557570256844e-07,
|
2670 |
+
"loss": 0.4585,
|
2671 |
+
"step": 374
|
2672 |
+
},
|
2673 |
+
{
|
2674 |
+
"epoch": 0.7381889763779528,
|
2675 |
+
"grad_norm": 0.9620990091277316,
|
2676 |
+
"learning_rate": 8.486370881526917e-07,
|
2677 |
+
"loss": 0.4473,
|
2678 |
+
"step": 375
|
2679 |
+
},
|
2680 |
+
{
|
2681 |
+
"epoch": 0.7401574803149606,
|
2682 |
+
"grad_norm": 1.072939801506809,
|
2683 |
+
"learning_rate": 8.366857495860869e-07,
|
2684 |
+
"loss": 0.4152,
|
2685 |
+
"step": 376
|
2686 |
+
},
|
2687 |
+
{
|
2688 |
+
"epoch": 0.7421259842519685,
|
2689 |
+
"grad_norm": 1.0168662482449515,
|
2690 |
+
"learning_rate": 8.24802228612633e-07,
|
2691 |
+
"loss": 0.4174,
|
2692 |
+
"step": 377
|
2693 |
+
},
|
2694 |
+
{
|
2695 |
+
"epoch": 0.7440944881889764,
|
2696 |
+
"grad_norm": 0.8387562652899657,
|
2697 |
+
"learning_rate": 8.129870097539951e-07,
|
2698 |
+
"loss": 0.5152,
|
2699 |
+
"step": 378
|
2700 |
+
},
|
2701 |
+
{
|
2702 |
+
"epoch": 0.7460629921259843,
|
2703 |
+
"grad_norm": 1.1029564445037212,
|
2704 |
+
"learning_rate": 8.012405747469861e-07,
|
2705 |
+
"loss": 0.534,
|
2706 |
+
"step": 379
|
2707 |
+
},
|
2708 |
+
{
|
2709 |
+
"epoch": 0.7480314960629921,
|
2710 |
+
"grad_norm": 0.7201029027810675,
|
2711 |
+
"learning_rate": 7.895634025239243e-07,
|
2712 |
+
"loss": 0.4516,
|
2713 |
+
"step": 380
|
2714 |
+
},
|
2715 |
+
{
|
2716 |
+
"epoch": 0.75,
|
2717 |
+
"grad_norm": 0.9054127475907084,
|
2718 |
+
"learning_rate": 7.779559691931065e-07,
|
2719 |
+
"loss": 0.4897,
|
2720 |
+
"step": 381
|
2721 |
+
},
|
2722 |
+
{
|
2723 |
+
"epoch": 0.7519685039370079,
|
2724 |
+
"grad_norm": 0.9229217986975267,
|
2725 |
+
"learning_rate": 7.66418748019396e-07,
|
2726 |
+
"loss": 0.4883,
|
2727 |
+
"step": 382
|
2728 |
+
},
|
2729 |
+
{
|
2730 |
+
"epoch": 0.7539370078740157,
|
2731 |
+
"grad_norm": 0.9011840634292719,
|
2732 |
+
"learning_rate": 7.54952209404926e-07,
|
2733 |
+
"loss": 0.4866,
|
2734 |
+
"step": 383
|
2735 |
+
},
|
2736 |
+
{
|
2737 |
+
"epoch": 0.7559055118110236,
|
2738 |
+
"grad_norm": 0.855848115039962,
|
2739 |
+
"learning_rate": 7.435568208699203e-07,
|
2740 |
+
"loss": 0.3808,
|
2741 |
+
"step": 384
|
2742 |
+
},
|
2743 |
+
{
|
2744 |
+
"epoch": 0.7578740157480315,
|
2745 |
+
"grad_norm": 1.1287210701987485,
|
2746 |
+
"learning_rate": 7.322330470336314e-07,
|
2747 |
+
"loss": 0.3988,
|
2748 |
+
"step": 385
|
2749 |
+
},
|
2750 |
+
{
|
2751 |
+
"epoch": 0.7598425196850394,
|
2752 |
+
"grad_norm": 0.9772116372811883,
|
2753 |
+
"learning_rate": 7.209813495953963e-07,
|
2754 |
+
"loss": 0.5117,
|
2755 |
+
"step": 386
|
2756 |
+
},
|
2757 |
+
{
|
2758 |
+
"epoch": 0.7618110236220472,
|
2759 |
+
"grad_norm": 1.0255758644993986,
|
2760 |
+
"learning_rate": 7.098021873158126e-07,
|
2761 |
+
"loss": 0.438,
|
2762 |
+
"step": 387
|
2763 |
+
},
|
2764 |
+
{
|
2765 |
+
"epoch": 0.7637795275590551,
|
2766 |
+
"grad_norm": 0.9832119201339524,
|
2767 |
+
"learning_rate": 6.986960159980327e-07,
|
2768 |
+
"loss": 0.5492,
|
2769 |
+
"step": 388
|
2770 |
+
},
|
2771 |
+
{
|
2772 |
+
"epoch": 0.765748031496063,
|
2773 |
+
"grad_norm": 0.9391130557550369,
|
2774 |
+
"learning_rate": 6.876632884691803e-07,
|
2775 |
+
"loss": 0.395,
|
2776 |
+
"step": 389
|
2777 |
+
},
|
2778 |
+
{
|
2779 |
+
"epoch": 0.7677165354330708,
|
2780 |
+
"grad_norm": 0.9181705334242035,
|
2781 |
+
"learning_rate": 6.767044545618879e-07,
|
2782 |
+
"loss": 0.4503,
|
2783 |
+
"step": 390
|
2784 |
+
},
|
2785 |
+
{
|
2786 |
+
"epoch": 0.7696850393700787,
|
2787 |
+
"grad_norm": 1.0300761390988038,
|
2788 |
+
"learning_rate": 6.658199610959537e-07,
|
2789 |
+
"loss": 0.474,
|
2790 |
+
"step": 391
|
2791 |
+
},
|
2792 |
+
{
|
2793 |
+
"epoch": 0.7716535433070866,
|
2794 |
+
"grad_norm": 0.8708437915946684,
|
2795 |
+
"learning_rate": 6.55010251860127e-07,
|
2796 |
+
"loss": 0.4441,
|
2797 |
+
"step": 392
|
2798 |
+
},
|
2799 |
+
{
|
2800 |
+
"epoch": 0.7736220472440944,
|
2801 |
+
"grad_norm": 0.9670344205389225,
|
2802 |
+
"learning_rate": 6.442757675940109e-07,
|
2803 |
+
"loss": 0.4131,
|
2804 |
+
"step": 393
|
2805 |
+
},
|
2806 |
+
{
|
2807 |
+
"epoch": 0.7755905511811023,
|
2808 |
+
"grad_norm": 0.9278345314974272,
|
2809 |
+
"learning_rate": 6.336169459700933e-07,
|
2810 |
+
"loss": 0.4111,
|
2811 |
+
"step": 394
|
2812 |
+
},
|
2813 |
+
{
|
2814 |
+
"epoch": 0.7775590551181102,
|
2815 |
+
"grad_norm": 0.8525334343828224,
|
2816 |
+
"learning_rate": 6.230342215759027e-07,
|
2817 |
+
"loss": 0.3805,
|
2818 |
+
"step": 395
|
2819 |
+
},
|
2820 |
+
{
|
2821 |
+
"epoch": 0.7795275590551181,
|
2822 |
+
"grad_norm": 0.8818820675161857,
|
2823 |
+
"learning_rate": 6.125280258962874e-07,
|
2824 |
+
"loss": 0.426,
|
2825 |
+
"step": 396
|
2826 |
+
},
|
2827 |
+
{
|
2828 |
+
"epoch": 0.781496062992126,
|
2829 |
+
"grad_norm": 1.5469693241838445,
|
2830 |
+
"learning_rate": 6.020987872958237e-07,
|
2831 |
+
"loss": 0.5351,
|
2832 |
+
"step": 397
|
2833 |
+
},
|
2834 |
+
{
|
2835 |
+
"epoch": 0.7834645669291339,
|
2836 |
+
"grad_norm": 0.8899842684673445,
|
2837 |
+
"learning_rate": 5.91746931001351e-07,
|
2838 |
+
"loss": 0.4157,
|
2839 |
+
"step": 398
|
2840 |
+
},
|
2841 |
+
{
|
2842 |
+
"epoch": 0.7854330708661418,
|
2843 |
+
"grad_norm": 0.8232301686270491,
|
2844 |
+
"learning_rate": 5.814728790846308e-07,
|
2845 |
+
"loss": 0.3969,
|
2846 |
+
"step": 399
|
2847 |
+
},
|
2848 |
+
{
|
2849 |
+
"epoch": 0.7874015748031497,
|
2850 |
+
"grad_norm": 1.0153791863734263,
|
2851 |
+
"learning_rate": 5.712770504451426e-07,
|
2852 |
+
"loss": 0.4635,
|
2853 |
+
"step": 400
|
2854 |
+
},
|
2855 |
+
{
|
2856 |
+
"epoch": 0.7893700787401575,
|
2857 |
+
"grad_norm": 0.8407425085704395,
|
2858 |
+
"learning_rate": 5.611598607930033e-07,
|
2859 |
+
"loss": 0.4233,
|
2860 |
+
"step": 401
|
2861 |
+
},
|
2862 |
+
{
|
2863 |
+
"epoch": 0.7913385826771654,
|
2864 |
+
"grad_norm": 0.8392579630637883,
|
2865 |
+
"learning_rate": 5.511217226320126e-07,
|
2866 |
+
"loss": 0.4487,
|
2867 |
+
"step": 402
|
2868 |
+
},
|
2869 |
+
{
|
2870 |
+
"epoch": 0.7933070866141733,
|
2871 |
+
"grad_norm": 1.114866286158925,
|
2872 |
+
"learning_rate": 5.411630452428396e-07,
|
2873 |
+
"loss": 0.4769,
|
2874 |
+
"step": 403
|
2875 |
+
},
|
2876 |
+
{
|
2877 |
+
"epoch": 0.7952755905511811,
|
2878 |
+
"grad_norm": 1.0781688957676823,
|
2879 |
+
"learning_rate": 5.312842346663363e-07,
|
2880 |
+
"loss": 0.3288,
|
2881 |
+
"step": 404
|
2882 |
+
},
|
2883 |
+
{
|
2884 |
+
"epoch": 0.797244094488189,
|
2885 |
+
"grad_norm": 0.776231861916159,
|
2886 |
+
"learning_rate": 5.214856936869753e-07,
|
2887 |
+
"loss": 0.4266,
|
2888 |
+
"step": 405
|
2889 |
+
},
|
2890 |
+
{
|
2891 |
+
"epoch": 0.7992125984251969,
|
2892 |
+
"grad_norm": 0.762343087232223,
|
2893 |
+
"learning_rate": 5.117678218164337e-07,
|
2894 |
+
"loss": 0.4505,
|
2895 |
+
"step": 406
|
2896 |
+
},
|
2897 |
+
{
|
2898 |
+
"epoch": 0.8011811023622047,
|
2899 |
+
"grad_norm": 0.8033552900917362,
|
2900 |
+
"learning_rate": 5.021310152773034e-07,
|
2901 |
+
"loss": 0.4262,
|
2902 |
+
"step": 407
|
2903 |
+
},
|
2904 |
+
{
|
2905 |
+
"epoch": 0.8031496062992126,
|
2906 |
+
"grad_norm": 0.9170707693341349,
|
2907 |
+
"learning_rate": 4.925756669869313e-07,
|
2908 |
+
"loss": 0.4283,
|
2909 |
+
"step": 408
|
2910 |
+
},
|
2911 |
+
{
|
2912 |
+
"epoch": 0.8051181102362205,
|
2913 |
+
"grad_norm": 1.129653313885886,
|
2914 |
+
"learning_rate": 4.831021665414043e-07,
|
2915 |
+
"loss": 0.3817,
|
2916 |
+
"step": 409
|
2917 |
+
},
|
2918 |
+
{
|
2919 |
+
"epoch": 0.8070866141732284,
|
2920 |
+
"grad_norm": 1.4424483504544063,
|
2921 |
+
"learning_rate": 4.737109001996637e-07,
|
2922 |
+
"loss": 0.4238,
|
2923 |
+
"step": 410
|
2924 |
+
},
|
2925 |
+
{
|
2926 |
+
"epoch": 0.8090551181102362,
|
2927 |
+
"grad_norm": 1.0131174677216408,
|
2928 |
+
"learning_rate": 4.6440225086775176e-07,
|
2929 |
+
"loss": 0.4574,
|
2930 |
+
"step": 411
|
2931 |
+
},
|
2932 |
+
{
|
2933 |
+
"epoch": 0.8110236220472441,
|
2934 |
+
"grad_norm": 1.0317767560783413,
|
2935 |
+
"learning_rate": 4.55176598083206e-07,
|
2936 |
+
"loss": 0.4272,
|
2937 |
+
"step": 412
|
2938 |
+
},
|
2939 |
+
{
|
2940 |
+
"epoch": 0.812992125984252,
|
2941 |
+
"grad_norm": 1.0233220042513846,
|
2942 |
+
"learning_rate": 4.4603431799958074e-07,
|
2943 |
+
"loss": 0.4473,
|
2944 |
+
"step": 413
|
2945 |
+
},
|
2946 |
+
{
|
2947 |
+
"epoch": 0.8149606299212598,
|
2948 |
+
"grad_norm": 0.8542754328879538,
|
2949 |
+
"learning_rate": 4.3697578337111053e-07,
|
2950 |
+
"loss": 0.4485,
|
2951 |
+
"step": 414
|
2952 |
+
},
|
2953 |
+
{
|
2954 |
+
"epoch": 0.8169291338582677,
|
2955 |
+
"grad_norm": 1.0943473819404532,
|
2956 |
+
"learning_rate": 4.280013635375138e-07,
|
2957 |
+
"loss": 0.4701,
|
2958 |
+
"step": 415
|
2959 |
+
},
|
2960 |
+
{
|
2961 |
+
"epoch": 0.8188976377952756,
|
2962 |
+
"grad_norm": 0.9268802927680222,
|
2963 |
+
"learning_rate": 4.1911142440893197e-07,
|
2964 |
+
"loss": 0.4236,
|
2965 |
+
"step": 416
|
2966 |
+
},
|
2967 |
+
{
|
2968 |
+
"epoch": 0.8208661417322834,
|
2969 |
+
"grad_norm": 0.8831699289176582,
|
2970 |
+
"learning_rate": 4.103063284510117e-07,
|
2971 |
+
"loss": 0.4366,
|
2972 |
+
"step": 417
|
2973 |
+
},
|
2974 |
+
{
|
2975 |
+
"epoch": 0.8228346456692913,
|
2976 |
+
"grad_norm": 1.4025172389257854,
|
2977 |
+
"learning_rate": 4.015864346701251e-07,
|
2978 |
+
"loss": 0.4431,
|
2979 |
+
"step": 418
|
2980 |
+
},
|
2981 |
+
{
|
2982 |
+
"epoch": 0.8248031496062992,
|
2983 |
+
"grad_norm": 1.1860309850463138,
|
2984 |
+
"learning_rate": 3.929520985987334e-07,
|
2985 |
+
"loss": 0.4141,
|
2986 |
+
"step": 419
|
2987 |
+
},
|
2988 |
+
{
|
2989 |
+
"epoch": 0.8267716535433071,
|
2990 |
+
"grad_norm": 0.8197597639637244,
|
2991 |
+
"learning_rate": 3.8440367228089e-07,
|
2992 |
+
"loss": 0.5017,
|
2993 |
+
"step": 420
|
2994 |
+
},
|
2995 |
+
{
|
2996 |
+
"epoch": 0.8287401574803149,
|
2997 |
+
"grad_norm": 0.9362851536852345,
|
2998 |
+
"learning_rate": 3.7594150425788677e-07,
|
2999 |
+
"loss": 0.4179,
|
3000 |
+
"step": 421
|
3001 |
+
},
|
3002 |
+
{
|
3003 |
+
"epoch": 0.8307086614173228,
|
3004 |
+
"grad_norm": 1.3750907694593544,
|
3005 |
+
"learning_rate": 3.6756593955404403e-07,
|
3006 |
+
"loss": 0.426,
|
3007 |
+
"step": 422
|
3008 |
+
},
|
3009 |
+
{
|
3010 |
+
"epoch": 0.8326771653543307,
|
3011 |
+
"grad_norm": 0.8182694196765484,
|
3012 |
+
"learning_rate": 3.5927731966264175e-07,
|
3013 |
+
"loss": 0.3848,
|
3014 |
+
"step": 423
|
3015 |
+
},
|
3016 |
+
{
|
3017 |
+
"epoch": 0.8346456692913385,
|
3018 |
+
"grad_norm": 1.1511162896225982,
|
3019 |
+
"learning_rate": 3.510759825319976e-07,
|
3020 |
+
"loss": 0.495,
|
3021 |
+
"step": 424
|
3022 |
+
},
|
3023 |
+
{
|
3024 |
+
"epoch": 0.8366141732283464,
|
3025 |
+
"grad_norm": 1.1082154782574505,
|
3026 |
+
"learning_rate": 3.4296226255168484e-07,
|
3027 |
+
"loss": 0.4561,
|
3028 |
+
"step": 425
|
3029 |
+
},
|
3030 |
+
{
|
3031 |
+
"epoch": 0.8385826771653543,
|
3032 |
+
"grad_norm": 1.352703252528523,
|
3033 |
+
"learning_rate": 3.3493649053890325e-07,
|
3034 |
+
"loss": 0.3687,
|
3035 |
+
"step": 426
|
3036 |
+
},
|
3037 |
+
{
|
3038 |
+
"epoch": 0.8405511811023622,
|
3039 |
+
"grad_norm": 0.9424678467646581,
|
3040 |
+
"learning_rate": 3.2699899372498736e-07,
|
3041 |
+
"loss": 0.4757,
|
3042 |
+
"step": 427
|
3043 |
+
},
|
3044 |
+
{
|
3045 |
+
"epoch": 0.84251968503937,
|
3046 |
+
"grad_norm": 1.1072236275545695,
|
3047 |
+
"learning_rate": 3.191500957420626e-07,
|
3048 |
+
"loss": 0.4473,
|
3049 |
+
"step": 428
|
3050 |
+
},
|
3051 |
+
{
|
3052 |
+
"epoch": 0.844488188976378,
|
3053 |
+
"grad_norm": 1.8305124197035552,
|
3054 |
+
"learning_rate": 3.1139011660985624e-07,
|
3055 |
+
"loss": 0.4529,
|
3056 |
+
"step": 429
|
3057 |
+
},
|
3058 |
+
{
|
3059 |
+
"epoch": 0.8464566929133859,
|
3060 |
+
"grad_norm": 1.093729672924255,
|
3061 |
+
"learning_rate": 3.0371937272264454e-07,
|
3062 |
+
"loss": 0.5216,
|
3063 |
+
"step": 430
|
3064 |
+
},
|
3065 |
+
{
|
3066 |
+
"epoch": 0.8484251968503937,
|
3067 |
+
"grad_norm": 0.958833049325444,
|
3068 |
+
"learning_rate": 2.961381768363511e-07,
|
3069 |
+
"loss": 0.5062,
|
3070 |
+
"step": 431
|
3071 |
+
},
|
3072 |
+
{
|
3073 |
+
"epoch": 0.8503937007874016,
|
3074 |
+
"grad_norm": 1.1796242400127814,
|
3075 |
+
"learning_rate": 2.8864683805580136e-07,
|
3076 |
+
"loss": 0.4664,
|
3077 |
+
"step": 432
|
3078 |
+
},
|
3079 |
+
{
|
3080 |
+
"epoch": 0.8523622047244095,
|
3081 |
+
"grad_norm": 0.8060870545610721,
|
3082 |
+
"learning_rate": 2.8124566182211434e-07,
|
3083 |
+
"loss": 0.5173,
|
3084 |
+
"step": 433
|
3085 |
+
},
|
3086 |
+
{
|
3087 |
+
"epoch": 0.8543307086614174,
|
3088 |
+
"grad_norm": 1.0949935927704386,
|
3089 |
+
"learning_rate": 2.7393494990024835e-07,
|
3090 |
+
"loss": 0.4514,
|
3091 |
+
"step": 434
|
3092 |
+
},
|
3093 |
+
{
|
3094 |
+
"epoch": 0.8562992125984252,
|
3095 |
+
"grad_norm": 1.9213755509125885,
|
3096 |
+
"learning_rate": 2.6671500036670324e-07,
|
3097 |
+
"loss": 0.457,
|
3098 |
+
"step": 435
|
3099 |
+
},
|
3100 |
+
{
|
3101 |
+
"epoch": 0.8582677165354331,
|
3102 |
+
"grad_norm": 0.7576072257543266,
|
3103 |
+
"learning_rate": 2.5958610759736133e-07,
|
3104 |
+
"loss": 0.3776,
|
3105 |
+
"step": 436
|
3106 |
+
},
|
3107 |
+
{
|
3108 |
+
"epoch": 0.860236220472441,
|
3109 |
+
"grad_norm": 0.9698921361904715,
|
3110 |
+
"learning_rate": 2.5254856225548546e-07,
|
3111 |
+
"loss": 0.4309,
|
3112 |
+
"step": 437
|
3113 |
+
},
|
3114 |
+
{
|
3115 |
+
"epoch": 0.8622047244094488,
|
3116 |
+
"grad_norm": 1.1235058717255908,
|
3117 |
+
"learning_rate": 2.456026512798715e-07,
|
3118 |
+
"loss": 0.4771,
|
3119 |
+
"step": 438
|
3120 |
+
},
|
3121 |
+
{
|
3122 |
+
"epoch": 0.8641732283464567,
|
3123 |
+
"grad_norm": 0.976026525281605,
|
3124 |
+
"learning_rate": 2.38748657873146e-07,
|
3125 |
+
"loss": 0.4859,
|
3126 |
+
"step": 439
|
3127 |
+
},
|
3128 |
+
{
|
3129 |
+
"epoch": 0.8661417322834646,
|
3130 |
+
"grad_norm": 0.7648607059270878,
|
3131 |
+
"learning_rate": 2.3198686149022016e-07,
|
3132 |
+
"loss": 0.4224,
|
3133 |
+
"step": 440
|
3134 |
+
},
|
3135 |
+
{
|
3136 |
+
"epoch": 0.8681102362204725,
|
3137 |
+
"grad_norm": 1.2296857492126643,
|
3138 |
+
"learning_rate": 2.2531753782689598e-07,
|
3139 |
+
"loss": 0.3892,
|
3140 |
+
"step": 441
|
3141 |
+
},
|
3142 |
+
{
|
3143 |
+
"epoch": 0.8700787401574803,
|
3144 |
+
"grad_norm": 1.0696201173297104,
|
3145 |
+
"learning_rate": 2.1874095880862505e-07,
|
3146 |
+
"loss": 0.4382,
|
3147 |
+
"step": 442
|
3148 |
+
},
|
3149 |
+
{
|
3150 |
+
"epoch": 0.8720472440944882,
|
3151 |
+
"grad_norm": 0.8951240141423281,
|
3152 |
+
"learning_rate": 2.122573925794219e-07,
|
3153 |
+
"loss": 0.4117,
|
3154 |
+
"step": 443
|
3155 |
+
},
|
3156 |
+
{
|
3157 |
+
"epoch": 0.8740157480314961,
|
3158 |
+
"grad_norm": 0.8173547373043929,
|
3159 |
+
"learning_rate": 2.0586710349093013e-07,
|
3160 |
+
"loss": 0.4907,
|
3161 |
+
"step": 444
|
3162 |
+
},
|
3163 |
+
{
|
3164 |
+
"epoch": 0.8759842519685039,
|
3165 |
+
"grad_norm": 1.1001975619027133,
|
3166 |
+
"learning_rate": 1.9957035209164562e-07,
|
3167 |
+
"loss": 0.4993,
|
3168 |
+
"step": 445
|
3169 |
+
},
|
3170 |
+
{
|
3171 |
+
"epoch": 0.8779527559055118,
|
3172 |
+
"grad_norm": 0.9491438659517182,
|
3173 |
+
"learning_rate": 1.9336739511629232e-07,
|
3174 |
+
"loss": 0.4663,
|
3175 |
+
"step": 446
|
3176 |
+
},
|
3177 |
+
{
|
3178 |
+
"epoch": 0.8799212598425197,
|
3179 |
+
"grad_norm": 1.0810133349772146,
|
3180 |
+
"learning_rate": 1.8725848547535368e-07,
|
3181 |
+
"loss": 0.5156,
|
3182 |
+
"step": 447
|
3183 |
+
},
|
3184 |
+
{
|
3185 |
+
"epoch": 0.8818897637795275,
|
3186 |
+
"grad_norm": 0.7618874778695859,
|
3187 |
+
"learning_rate": 1.8124387224476347e-07,
|
3188 |
+
"loss": 0.4335,
|
3189 |
+
"step": 448
|
3190 |
+
},
|
3191 |
+
{
|
3192 |
+
"epoch": 0.8838582677165354,
|
3193 |
+
"grad_norm": 0.9430841395865759,
|
3194 |
+
"learning_rate": 1.753238006557473e-07,
|
3195 |
+
"loss": 0.383,
|
3196 |
+
"step": 449
|
3197 |
+
},
|
3198 |
+
{
|
3199 |
+
"epoch": 0.8858267716535433,
|
3200 |
+
"grad_norm": 0.8657928111335921,
|
3201 |
+
"learning_rate": 1.6949851208482583e-07,
|
3202 |
+
"loss": 0.4255,
|
3203 |
+
"step": 450
|
3204 |
+
},
|
3205 |
+
{
|
3206 |
+
"epoch": 0.8877952755905512,
|
3207 |
+
"grad_norm": 1.7161732171227453,
|
3208 |
+
"learning_rate": 1.6376824404397252e-07,
|
3209 |
+
"loss": 0.4448,
|
3210 |
+
"step": 451
|
3211 |
+
},
|
3212 |
+
{
|
3213 |
+
"epoch": 0.889763779527559,
|
3214 |
+
"grad_norm": 1.270254639155913,
|
3215 |
+
"learning_rate": 1.5813323017093042e-07,
|
3216 |
+
"loss": 0.4279,
|
3217 |
+
"step": 452
|
3218 |
+
},
|
3219 |
+
{
|
3220 |
+
"epoch": 0.8917322834645669,
|
3221 |
+
"grad_norm": 0.8123015748331465,
|
3222 |
+
"learning_rate": 1.525937002196845e-07,
|
3223 |
+
"loss": 0.403,
|
3224 |
+
"step": 453
|
3225 |
+
},
|
3226 |
+
{
|
3227 |
+
"epoch": 0.8937007874015748,
|
3228 |
+
"grad_norm": 1.334895078629325,
|
3229 |
+
"learning_rate": 1.471498800510962e-07,
|
3230 |
+
"loss": 0.4821,
|
3231 |
+
"step": 454
|
3232 |
+
},
|
3233 |
+
{
|
3234 |
+
"epoch": 0.8956692913385826,
|
3235 |
+
"grad_norm": 1.0041108869094808,
|
3236 |
+
"learning_rate": 1.4180199162369207e-07,
|
3237 |
+
"loss": 0.4335,
|
3238 |
+
"step": 455
|
3239 |
+
},
|
3240 |
+
{
|
3241 |
+
"epoch": 0.8976377952755905,
|
3242 |
+
"grad_norm": 0.8554268743987077,
|
3243 |
+
"learning_rate": 1.3655025298461662e-07,
|
3244 |
+
"loss": 0.464,
|
3245 |
+
"step": 456
|
3246 |
+
},
|
3247 |
+
{
|
3248 |
+
"epoch": 0.8996062992125984,
|
3249 |
+
"grad_norm": 0.8749648836446161,
|
3250 |
+
"learning_rate": 1.3139487826073937e-07,
|
3251 |
+
"loss": 0.4395,
|
3252 |
+
"step": 457
|
3253 |
+
},
|
3254 |
+
{
|
3255 |
+
"epoch": 0.9015748031496063,
|
3256 |
+
"grad_norm": 1.033997084622728,
|
3257 |
+
"learning_rate": 1.2633607764992673e-07,
|
3258 |
+
"loss": 0.4063,
|
3259 |
+
"step": 458
|
3260 |
+
},
|
3261 |
+
{
|
3262 |
+
"epoch": 0.9035433070866141,
|
3263 |
+
"grad_norm": 0.8497913384972722,
|
3264 |
+
"learning_rate": 1.2137405741246916e-07,
|
3265 |
+
"loss": 0.41,
|
3266 |
+
"step": 459
|
3267 |
+
},
|
3268 |
+
{
|
3269 |
+
"epoch": 0.905511811023622,
|
3270 |
+
"grad_norm": 10.200487342112707,
|
3271 |
+
"learning_rate": 1.1650901986267365e-07,
|
3272 |
+
"loss": 0.4292,
|
3273 |
+
"step": 460
|
3274 |
+
},
|
3275 |
+
{
|
3276 |
+
"epoch": 0.90748031496063,
|
3277 |
+
"grad_norm": 0.8025258853932543,
|
3278 |
+
"learning_rate": 1.1174116336061469e-07,
|
3279 |
+
"loss": 0.3503,
|
3280 |
+
"step": 461
|
3281 |
+
},
|
3282 |
+
{
|
3283 |
+
"epoch": 0.9094488188976378,
|
3284 |
+
"grad_norm": 0.8215353071574096,
|
3285 |
+
"learning_rate": 1.0707068230404406e-07,
|
3286 |
+
"loss": 0.4633,
|
3287 |
+
"step": 462
|
3288 |
+
},
|
3289 |
+
{
|
3290 |
+
"epoch": 0.9114173228346457,
|
3291 |
+
"grad_norm": 1.146375660721515,
|
3292 |
+
"learning_rate": 1.0249776712046745e-07,
|
3293 |
+
"loss": 0.4166,
|
3294 |
+
"step": 463
|
3295 |
+
},
|
3296 |
+
{
|
3297 |
+
"epoch": 0.9133858267716536,
|
3298 |
+
"grad_norm": 0.8755933248602664,
|
3299 |
+
"learning_rate": 9.802260425938098e-08,
|
3300 |
+
"loss": 0.4614,
|
3301 |
+
"step": 464
|
3302 |
+
},
|
3303 |
+
{
|
3304 |
+
"epoch": 0.9153543307086615,
|
3305 |
+
"grad_norm": 0.9696195760449576,
|
3306 |
+
"learning_rate": 9.364537618466451e-08,
|
3307 |
+
"loss": 0.4167,
|
3308 |
+
"step": 465
|
3309 |
+
},
|
3310 |
+
{
|
3311 |
+
"epoch": 0.9173228346456693,
|
3312 |
+
"grad_norm": 1.0388943528957006,
|
3313 |
+
"learning_rate": 8.936626136714754e-08,
|
3314 |
+
"loss": 0.58,
|
3315 |
+
"step": 466
|
3316 |
+
},
|
3317 |
+
{
|
3318 |
+
"epoch": 0.9192913385826772,
|
3319 |
+
"grad_norm": 0.8175192369303365,
|
3320 |
+
"learning_rate": 8.518543427732951e-08,
|
3321 |
+
"loss": 0.4174,
|
3322 |
+
"step": 467
|
3323 |
+
},
|
3324 |
+
{
|
3325 |
+
"epoch": 0.9212598425196851,
|
3326 |
+
"grad_norm": 0.921738436654059,
|
3327 |
+
"learning_rate": 8.110306537826601e-08,
|
3328 |
+
"loss": 0.4204,
|
3329 |
+
"step": 468
|
3330 |
+
},
|
3331 |
+
{
|
3332 |
+
"epoch": 0.9232283464566929,
|
3333 |
+
"grad_norm": 1.324496079833298,
|
3334 |
+
"learning_rate": 7.711932111862024e-08,
|
3335 |
+
"loss": 0.4078,
|
3336 |
+
"step": 469
|
3337 |
+
},
|
3338 |
+
{
|
3339 |
+
"epoch": 0.9251968503937008,
|
3340 |
+
"grad_norm": 0.8739004378907311,
|
3341 |
+
"learning_rate": 7.323436392587591e-08,
|
3342 |
+
"loss": 0.4382,
|
3343 |
+
"step": 470
|
3344 |
+
},
|
3345 |
+
{
|
3346 |
+
"epoch": 0.9271653543307087,
|
3347 |
+
"grad_norm": 1.4507666698538697,
|
3348 |
+
"learning_rate": 6.94483521997133e-08,
|
3349 |
+
"loss": 0.4327,
|
3350 |
+
"step": 471
|
3351 |
+
},
|
3352 |
+
{
|
3353 |
+
"epoch": 0.9291338582677166,
|
3354 |
+
"grad_norm": 2.393429177400887,
|
3355 |
+
"learning_rate": 6.576144030555259e-08,
|
3356 |
+
"loss": 0.4487,
|
3357 |
+
"step": 472
|
3358 |
+
},
|
3359 |
+
{
|
3360 |
+
"epoch": 0.9311023622047244,
|
3361 |
+
"grad_norm": 1.8599037252141386,
|
3362 |
+
"learning_rate": 6.217377856825885e-08,
|
3363 |
+
"loss": 0.4466,
|
3364 |
+
"step": 473
|
3365 |
+
},
|
3366 |
+
{
|
3367 |
+
"epoch": 0.9330708661417323,
|
3368 |
+
"grad_norm": 14.522545485987576,
|
3369 |
+
"learning_rate": 5.8685513266014125e-08,
|
3370 |
+
"loss": 0.4628,
|
3371 |
+
"step": 474
|
3372 |
+
},
|
3373 |
+
{
|
3374 |
+
"epoch": 0.9350393700787402,
|
3375 |
+
"grad_norm": 0.9566107624170317,
|
3376 |
+
"learning_rate": 5.529678662435228e-08,
|
3377 |
+
"loss": 0.4836,
|
3378 |
+
"step": 475
|
3379 |
+
},
|
3380 |
+
{
|
3381 |
+
"epoch": 0.937007874015748,
|
3382 |
+
"grad_norm": 0.9657422719809673,
|
3383 |
+
"learning_rate": 5.2007736810359696e-08,
|
3384 |
+
"loss": 0.473,
|
3385 |
+
"step": 476
|
3386 |
+
},
|
3387 |
+
{
|
3388 |
+
"epoch": 0.9389763779527559,
|
3389 |
+
"grad_norm": 1.2062447957929703,
|
3390 |
+
"learning_rate": 4.881849792704368e-08,
|
3391 |
+
"loss": 0.3763,
|
3392 |
+
"step": 477
|
3393 |
+
},
|
3394 |
+
{
|
3395 |
+
"epoch": 0.9409448818897638,
|
3396 |
+
"grad_norm": 0.7659233057083479,
|
3397 |
+
"learning_rate": 4.5729200007862686e-08,
|
3398 |
+
"loss": 0.4329,
|
3399 |
+
"step": 478
|
3400 |
+
},
|
3401 |
+
{
|
3402 |
+
"epoch": 0.9429133858267716,
|
3403 |
+
"grad_norm": 1.2608330514373431,
|
3404 |
+
"learning_rate": 4.2739969011426075e-08,
|
3405 |
+
"loss": 0.4357,
|
3406 |
+
"step": 479
|
3407 |
+
},
|
3408 |
+
{
|
3409 |
+
"epoch": 0.9448818897637795,
|
3410 |
+
"grad_norm": 1.7397554811132858,
|
3411 |
+
"learning_rate": 3.985092681635716e-08,
|
3412 |
+
"loss": 0.429,
|
3413 |
+
"step": 480
|
3414 |
+
},
|
3415 |
+
{
|
3416 |
+
"epoch": 0.9468503937007874,
|
3417 |
+
"grad_norm": 1.448927446479969,
|
3418 |
+
"learning_rate": 3.70621912163252e-08,
|
3419 |
+
"loss": 0.417,
|
3420 |
+
"step": 481
|
3421 |
+
},
|
3422 |
+
{
|
3423 |
+
"epoch": 0.9488188976377953,
|
3424 |
+
"grad_norm": 1.1673579325201837,
|
3425 |
+
"learning_rate": 3.43738759152415e-08,
|
3426 |
+
"loss": 0.4629,
|
3427 |
+
"step": 482
|
3428 |
+
},
|
3429 |
+
{
|
3430 |
+
"epoch": 0.9507874015748031,
|
3431 |
+
"grad_norm": 0.9845214613691381,
|
3432 |
+
"learning_rate": 3.178609052262416e-08,
|
3433 |
+
"loss": 0.3867,
|
3434 |
+
"step": 483
|
3435 |
+
},
|
3436 |
+
{
|
3437 |
+
"epoch": 0.952755905511811,
|
3438 |
+
"grad_norm": 0.8723540832246429,
|
3439 |
+
"learning_rate": 2.9298940549128962e-08,
|
3440 |
+
"loss": 0.4598,
|
3441 |
+
"step": 484
|
3442 |
+
},
|
3443 |
+
{
|
3444 |
+
"epoch": 0.9547244094488189,
|
3445 |
+
"grad_norm": 0.959905519952331,
|
3446 |
+
"learning_rate": 2.691252740224637e-08,
|
3447 |
+
"loss": 0.4659,
|
3448 |
+
"step": 485
|
3449 |
+
},
|
3450 |
+
{
|
3451 |
+
"epoch": 0.9566929133858267,
|
3452 |
+
"grad_norm": 1.2404459615128476,
|
3453 |
+
"learning_rate": 2.4626948382168725e-08,
|
3454 |
+
"loss": 0.426,
|
3455 |
+
"step": 486
|
3456 |
+
},
|
3457 |
+
{
|
3458 |
+
"epoch": 0.9586614173228346,
|
3459 |
+
"grad_norm": 0.893494717612766,
|
3460 |
+
"learning_rate": 2.244229667782205e-08,
|
3461 |
+
"loss": 0.4217,
|
3462 |
+
"step": 487
|
3463 |
+
},
|
3464 |
+
{
|
3465 |
+
"epoch": 0.9606299212598425,
|
3466 |
+
"grad_norm": 1.1412736276476656,
|
3467 |
+
"learning_rate": 2.0358661363065746e-08,
|
3468 |
+
"loss": 0.5281,
|
3469 |
+
"step": 488
|
3470 |
+
},
|
3471 |
+
{
|
3472 |
+
"epoch": 0.9625984251968503,
|
3473 |
+
"grad_norm": 1.2250423365692404,
|
3474 |
+
"learning_rate": 1.837612739306216e-08,
|
3475 |
+
"loss": 0.5264,
|
3476 |
+
"step": 489
|
3477 |
+
},
|
3478 |
+
{
|
3479 |
+
"epoch": 0.9645669291338582,
|
3480 |
+
"grad_norm": 1.3877089712502941,
|
3481 |
+
"learning_rate": 1.6494775600812418e-08,
|
3482 |
+
"loss": 0.5014,
|
3483 |
+
"step": 490
|
3484 |
+
},
|
3485 |
+
{
|
3486 |
+
"epoch": 0.9665354330708661,
|
3487 |
+
"grad_norm": 0.9974143156857421,
|
3488 |
+
"learning_rate": 1.4714682693859616e-08,
|
3489 |
+
"loss": 0.4364,
|
3490 |
+
"step": 491
|
3491 |
+
},
|
3492 |
+
{
|
3493 |
+
"epoch": 0.968503937007874,
|
3494 |
+
"grad_norm": 1.3085113499447627,
|
3495 |
+
"learning_rate": 1.3035921251163263e-08,
|
3496 |
+
"loss": 0.5221,
|
3497 |
+
"step": 492
|
3498 |
+
},
|
3499 |
+
{
|
3500 |
+
"epoch": 0.9704724409448819,
|
3501 |
+
"grad_norm": 0.9619634470389329,
|
3502 |
+
"learning_rate": 1.1458559720137762e-08,
|
3503 |
+
"loss": 0.4261,
|
3504 |
+
"step": 493
|
3505 |
+
},
|
3506 |
+
{
|
3507 |
+
"epoch": 0.9724409448818898,
|
3508 |
+
"grad_norm": 1.2644328401227114,
|
3509 |
+
"learning_rate": 9.982662413862975e-09,
|
3510 |
+
"loss": 0.4717,
|
3511 |
+
"step": 494
|
3512 |
+
},
|
3513 |
+
{
|
3514 |
+
"epoch": 0.9744094488188977,
|
3515 |
+
"grad_norm": 1.119378029772877,
|
3516 |
+
"learning_rate": 8.608289508462708e-09,
|
3517 |
+
"loss": 0.4448,
|
3518 |
+
"step": 495
|
3519 |
+
},
|
3520 |
+
{
|
3521 |
+
"epoch": 0.9763779527559056,
|
3522 |
+
"grad_norm": 1.1725926045854247,
|
3523 |
+
"learning_rate": 7.335497040648898e-09,
|
3524 |
+
"loss": 0.4378,
|
3525 |
+
"step": 496
|
3526 |
+
},
|
3527 |
+
{
|
3528 |
+
"epoch": 0.9783464566929134,
|
3529 |
+
"grad_norm": 0.8536423997109798,
|
3530 |
+
"learning_rate": 6.164336905438994e-09,
|
3531 |
+
"loss": 0.4371,
|
3532 |
+
"step": 497
|
3533 |
+
},
|
3534 |
+
{
|
3535 |
+
"epoch": 0.9803149606299213,
|
3536 |
+
"grad_norm": 1.0090984449839402,
|
3537 |
+
"learning_rate": 5.094856854039043e-09,
|
3538 |
+
"loss": 0.3578,
|
3539 |
+
"step": 498
|
3540 |
+
},
|
3541 |
+
{
|
3542 |
+
"epoch": 0.9822834645669292,
|
3543 |
+
"grad_norm": 1.0417737651445875,
|
3544 |
+
"learning_rate": 4.1271004918971845e-09,
|
3545 |
+
"loss": 0.361,
|
3546 |
+
"step": 499
|
3547 |
+
},
|
3548 |
+
{
|
3549 |
+
"epoch": 0.984251968503937,
|
3550 |
+
"grad_norm": 1.01560610240081,
|
3551 |
+
"learning_rate": 3.2611072769250797e-09,
|
3552 |
+
"loss": 0.462,
|
3553 |
+
"step": 500
|
3554 |
+
},
|
3555 |
+
{
|
3556 |
+
"epoch": 0.9862204724409449,
|
3557 |
+
"grad_norm": 0.9017494523501762,
|
3558 |
+
"learning_rate": 2.4969125178903043e-09,
|
3559 |
+
"loss": 0.4578,
|
3560 |
+
"step": 501
|
3561 |
+
},
|
3562 |
+
{
|
3563 |
+
"epoch": 0.9881889763779528,
|
3564 |
+
"grad_norm": 0.837833251411561,
|
3565 |
+
"learning_rate": 1.834547372975004e-09,
|
3566 |
+
"loss": 0.4371,
|
3567 |
+
"step": 502
|
3568 |
+
},
|
3569 |
+
{
|
3570 |
+
"epoch": 0.9901574803149606,
|
3571 |
+
"grad_norm": 0.9102649869347725,
|
3572 |
+
"learning_rate": 1.2740388485071864e-09,
|
3573 |
+
"loss": 0.5395,
|
3574 |
+
"step": 503
|
3575 |
+
},
|
3576 |
+
{
|
3577 |
+
"epoch": 0.9921259842519685,
|
3578 |
+
"grad_norm": 0.8960123585568193,
|
3579 |
+
"learning_rate": 8.154097978591014e-10,
|
3580 |
+
"loss": 0.3902,
|
3581 |
+
"step": 504
|
3582 |
+
},
|
3583 |
+
{
|
3584 |
+
"epoch": 0.9940944881889764,
|
3585 |
+
"grad_norm": 0.8174618918609772,
|
3586 |
+
"learning_rate": 4.586789205140996e-10,
|
3587 |
+
"loss": 0.387,
|
3588 |
+
"step": 505
|
3589 |
+
},
|
3590 |
+
{
|
3591 |
+
"epoch": 0.9960629921259843,
|
3592 |
+
"grad_norm": 1.5873110230672518,
|
3593 |
+
"learning_rate": 2.0386076130668453e-10,
|
3594 |
+
"loss": 0.4675,
|
3595 |
+
"step": 506
|
3596 |
+
},
|
3597 |
+
{
|
3598 |
+
"epoch": 0.9980314960629921,
|
3599 |
+
"grad_norm": 1.0566566451968318,
|
3600 |
+
"learning_rate": 5.0965709827432984e-11,
|
3601 |
+
"loss": 0.4223,
|
3602 |
+
"step": 507
|
3603 |
+
},
|
3604 |
+
{
|
3605 |
+
"epoch": 0.9980314960629921,
|
3606 |
+
"eval_accuracy": 0.828535117694603,
|
3607 |
+
"eval_accuracy_first_token": 0.7801880743748664,
|
3608 |
+
"eval_accuracy_first_token_<": 0.9647182727751448,
|
3609 |
+
"eval_accuracy_first_token_<_total": 1899,
|
3610 |
+
"eval_accuracy_first_token_<|python_tag|>": 0.901010101010101,
|
3611 |
+
"eval_accuracy_first_token_<|python_tag|>_total": 990,
|
3612 |
+
"eval_accuracy_first_token_Here": 0.6132930513595166,
|
3613 |
+
"eval_accuracy_first_token_Here_total": 331,
|
3614 |
+
"eval_accuracy_first_token_The": 0.9009983361064892,
|
3615 |
+
"eval_accuracy_first_token_The_total": 2404,
|
3616 |
+
"eval_accuracy_first_token_To": 0.8125,
|
3617 |
+
"eval_accuracy_first_token_To_total": 928,
|
3618 |
+
"eval_loss": 0.4954877495765686,
|
3619 |
+
"eval_perplexity": 1.1938056438441356,
|
3620 |
+
"eval_runtime": 550.8232,
|
3621 |
+
"eval_samples_per_second": 1.251,
|
3622 |
+
"eval_steps_per_second": 0.158,
|
3623 |
+
"eval_total_number_first_token": 9358,
|
3624 |
+
"step": 507
|
3625 |
+
},
|
3626 |
+
{
|
3627 |
+
"epoch": 1.0,
|
3628 |
+
"grad_norm": 0.90365538285163,
|
3629 |
+
"learning_rate": 0.0,
|
3630 |
+
"loss": 0.4007,
|
3631 |
+
"step": 508
|
3632 |
+
},
|
3633 |
+
{
|
3634 |
+
"epoch": 1.0,
|
3635 |
+
"step": 508,
|
3636 |
+
"total_flos": 526396560506880.0,
|
3637 |
+
"train_loss": 0.479396264325446,
|
3638 |
+
"train_runtime": 60254.3679,
|
3639 |
+
"train_samples_per_second": 0.135,
|
3640 |
+
"train_steps_per_second": 0.008
|
3641 |
+
}
|
3642 |
+
],
|
3643 |
+
"logging_steps": 1.0,
|
3644 |
+
"max_steps": 508,
|
3645 |
+
"num_input_tokens_seen": 0,
|
3646 |
+
"num_train_epochs": 1,
|
3647 |
+
"save_steps": 5.0,
|
3648 |
+
"stateful_callbacks": {
|
3649 |
+
"TrainerControl": {
|
3650 |
+
"args": {
|
3651 |
+
"should_epoch_stop": false,
|
3652 |
+
"should_evaluate": false,
|
3653 |
+
"should_log": false,
|
3654 |
+
"should_save": false,
|
3655 |
+
"should_training_stop": false
|
3656 |
+
},
|
3657 |
+
"attributes": {}
|
3658 |
+
}
|
3659 |
+
},
|
3660 |
+
"total_flos": 526396560506880.0,
|
3661 |
+
"train_batch_size": 1,
|
3662 |
+
"trial_name": null,
|
3663 |
+
"trial_params": null
|
3664 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f4a5c4136e702652b6bb3396d2d29b043952f06b6fcfa735240bd890b88104ca
|
3 |
+
size 7224
|