Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- config.json +44 -0
- generation_config.json +10 -0
- model-00001-of-00020.safetensors +3 -0
- model-00002-of-00020.safetensors +3 -0
- model-00003-of-00020.safetensors +3 -0
- model-00004-of-00020.safetensors +3 -0
- model-00005-of-00020.safetensors +3 -0
- model-00006-of-00020.safetensors +3 -0
- model-00007-of-00020.safetensors +3 -0
- model-00008-of-00020.safetensors +3 -0
- model-00009-of-00020.safetensors +3 -0
- model-00010-of-00020.safetensors +3 -0
- model-00011-of-00020.safetensors +3 -0
- model-00012-of-00020.safetensors +3 -0
- model-00013-of-00020.safetensors +3 -0
- model-00014-of-00020.safetensors +3 -0
- model-00015-of-00020.safetensors +3 -0
- model-00016-of-00020.safetensors +3 -0
- model-00017-of-00020.safetensors +3 -0
- model-00018-of-00020.safetensors +3 -0
- model-00019-of-00020.safetensors +3 -0
- model-00020-of-00020.safetensors +3 -0
- model.safetensors.index.json +1002 -0
- optimizer.pt +3 -0
- results_['boolq', 'lambada_openai', 'logiqa', 'mmlu', 'openbookqa', 'hellaswag'].json +1 -0
- results_['boolq', 'lambada_openai', 'logiqa', 'mmlu', 'openbookqa', 'hellaswag']_raw.json +3 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +23 -0
- tokenizer.json +3 -0
- tokenizer_config.json +2067 -0
- trainer_state.json +3939 -0
- training_args.bin +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
results_\['boolq',[[:space:]]'lambada_openai',[[:space:]]'logiqa',[[:space:]]'mmlu',[[:space:]]'openbookqa',[[:space:]]'hellaswag'\]_raw.json filter=lfs diff=lfs merge=lfs -text
|
37 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
config.json
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/mnt/scratch/bborisov/models/perf_models/experts-8",
|
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 |
+
"experts_per_token": 2,
|
15 |
+
"head_dim": 128,
|
16 |
+
"hidden_act": "silu",
|
17 |
+
"hidden_size": 4096,
|
18 |
+
"initializer_range": 0.02,
|
19 |
+
"intermediate_size": 14336,
|
20 |
+
"max_position_embeddings": 131072,
|
21 |
+
"mlp_bias": false,
|
22 |
+
"model_type": "llama",
|
23 |
+
"num_attention_heads": 32,
|
24 |
+
"num_experts": 8,
|
25 |
+
"num_hidden_layers": 32,
|
26 |
+
"num_key_value_heads": 8,
|
27 |
+
"output_router_logits": false,
|
28 |
+
"pretraining_tp": 1,
|
29 |
+
"rms_norm_eps": 1e-05,
|
30 |
+
"rope_scaling": {
|
31 |
+
"factor": 8.0,
|
32 |
+
"high_freq_factor": 4.0,
|
33 |
+
"low_freq_factor": 1.0,
|
34 |
+
"original_max_position_embeddings": 8192,
|
35 |
+
"rope_type": "llama3"
|
36 |
+
},
|
37 |
+
"rope_theta": 500000.0,
|
38 |
+
"router_loss_coef": 0,
|
39 |
+
"tie_word_embeddings": false,
|
40 |
+
"torch_dtype": "bfloat16",
|
41 |
+
"transformers_version": "4.46.2",
|
42 |
+
"use_cache": true,
|
43 |
+
"vocab_size": 128256
|
44 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 128000,
|
4 |
+
"eos_token_id": [
|
5 |
+
128001,
|
6 |
+
128008,
|
7 |
+
128009
|
8 |
+
],
|
9 |
+
"transformers_version": "4.46.2"
|
10 |
+
}
|
model-00001-of-00020.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e29154007cf14aa493af000fb3539d44107a4db7dddb429098c6daf3a2cae498
|
3 |
+
size 4976628880
|
model-00002-of-00020.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f19ee1b58479b4ece837e2b2c3924e2f24350c8b6c72d2cc61f28d156e3dacd
|
3 |
+
size 4983003536
|
model-00003-of-00020.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4be7d9dbebe3a8196f3af812b89635815f3aee9681d067edd4c0ac7896f038ba
|
3 |
+
size 4899034728
|
model-00004-of-00020.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:149973db70b6226c5ce885e066e03378cc9c89af49c33d2cce81061f0c2500c3
|
3 |
+
size 4983003528
|
model-00005-of-00020.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:129087f235ac183d7ee0e077217adb2cd7d74805551385895ce832de6877a1ce
|
3 |
+
size 4983003536
|
model-00006-of-00020.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f2749ed5df0ef8aa4e07cad6341b03be6214bc2c0f2249f30fc4318bcbb5302a
|
3 |
+
size 4899034728
|
model-00007-of-00020.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cc41e6ac62b20d39f517e2534afcd4da4601221689d5e0ed902fd851a55cb88f
|
3 |
+
size 4983003584
|
model-00008-of-00020.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:480b093c2f4398dd065411dac4d4f77b9b992910f4d70b4db9b6d6ead71b2589
|
3 |
+
size 4983003592
|
model-00009-of-00020.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45ac9f84eeaa367de9592447e42cf6f1a73490e98792cc4e15262d913e184354
|
3 |
+
size 4983003584
|
model-00010-of-00020.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99fc31c81ee39e8b49ca8fec482382445c069f7360381ea8b44edc1fd0fadac7
|
3 |
+
size 4899034776
|
model-00011-of-00020.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b5d79a8503d26b0959f045b192cd0f5c76c811c6ac475b3d858b1506a2e05582
|
3 |
+
size 4983003584
|
model-00012-of-00020.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4dc7c8857cd06b4ea23d2f001b6c92f5811ad8b250cd4af26ac7a60c5d1cc3c7
|
3 |
+
size 4983003584
|
model-00013-of-00020.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26e778803897a690f6e943cf58298e36b3dcbe61f73011a2861a353165c47771
|
3 |
+
size 4899034776
|
model-00014-of-00020.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0fe8aafeb11166c5a00c0485d0ae1311236b37b3b391b610e4d3d1dda8b8df1f
|
3 |
+
size 4983003584
|
model-00015-of-00020.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:22f31406a2e6d344fe3ed48b787dd426c348555b15696dd5db63bd1faa6c513f
|
3 |
+
size 4983003584
|
model-00016-of-00020.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de3bfa613d9792963a35a7bf5b1ddab738ac44b402a4179c8fa41ad886787c89
|
3 |
+
size 4899034776
|
model-00017-of-00020.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f4779778c1d60480afe00080952a9eceb25807ee1c3aeef1a18e085d68e07cd6
|
3 |
+
size 4983003584
|
model-00018-of-00020.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7feab1511c8a15528835dd87bd2095c12a4bd1cd4201d7a5237630206549b4d7
|
3 |
+
size 4983003584
|
model-00019-of-00020.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1b3e853f29fa545edb7c781dd25414120037f8b94c2214408b3463940168029
|
3 |
+
size 4664244048
|
model-00020-of-00020.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9bb7a5c6402e8a0f3838d4d45f59e5f3fff4f0f6375ef5c71b2b4604cccded4c
|
3 |
+
size 1050673280
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,1002 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 94982643712
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "model-00020-of-00020.safetensors",
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00020.safetensors",
|
8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00020.safetensors",
|
9 |
+
"model.layers.0.moe.gate.weight": "model-00001-of-00020.safetensors",
|
10 |
+
"model.layers.0.moe.mlp.0.down_proj.weight": "model-00001-of-00020.safetensors",
|
11 |
+
"model.layers.0.moe.mlp.0.gate_proj.weight": "model-00001-of-00020.safetensors",
|
12 |
+
"model.layers.0.moe.mlp.0.up_proj.weight": "model-00001-of-00020.safetensors",
|
13 |
+
"model.layers.0.moe.mlp.1.down_proj.weight": "model-00001-of-00020.safetensors",
|
14 |
+
"model.layers.0.moe.mlp.1.gate_proj.weight": "model-00001-of-00020.safetensors",
|
15 |
+
"model.layers.0.moe.mlp.1.up_proj.weight": "model-00001-of-00020.safetensors",
|
16 |
+
"model.layers.0.moe.mlp.2.down_proj.weight": "model-00001-of-00020.safetensors",
|
17 |
+
"model.layers.0.moe.mlp.2.gate_proj.weight": "model-00001-of-00020.safetensors",
|
18 |
+
"model.layers.0.moe.mlp.2.up_proj.weight": "model-00001-of-00020.safetensors",
|
19 |
+
"model.layers.0.moe.mlp.3.down_proj.weight": "model-00001-of-00020.safetensors",
|
20 |
+
"model.layers.0.moe.mlp.3.gate_proj.weight": "model-00001-of-00020.safetensors",
|
21 |
+
"model.layers.0.moe.mlp.3.up_proj.weight": "model-00001-of-00020.safetensors",
|
22 |
+
"model.layers.0.moe.mlp.4.down_proj.weight": "model-00001-of-00020.safetensors",
|
23 |
+
"model.layers.0.moe.mlp.4.gate_proj.weight": "model-00001-of-00020.safetensors",
|
24 |
+
"model.layers.0.moe.mlp.4.up_proj.weight": "model-00001-of-00020.safetensors",
|
25 |
+
"model.layers.0.moe.mlp.5.down_proj.weight": "model-00001-of-00020.safetensors",
|
26 |
+
"model.layers.0.moe.mlp.5.gate_proj.weight": "model-00001-of-00020.safetensors",
|
27 |
+
"model.layers.0.moe.mlp.5.up_proj.weight": "model-00001-of-00020.safetensors",
|
28 |
+
"model.layers.0.moe.mlp.6.down_proj.weight": "model-00001-of-00020.safetensors",
|
29 |
+
"model.layers.0.moe.mlp.6.gate_proj.weight": "model-00001-of-00020.safetensors",
|
30 |
+
"model.layers.0.moe.mlp.6.up_proj.weight": "model-00001-of-00020.safetensors",
|
31 |
+
"model.layers.0.moe.mlp.7.down_proj.weight": "model-00001-of-00020.safetensors",
|
32 |
+
"model.layers.0.moe.mlp.7.gate_proj.weight": "model-00001-of-00020.safetensors",
|
33 |
+
"model.layers.0.moe.mlp.7.up_proj.weight": "model-00001-of-00020.safetensors",
|
34 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00020.safetensors",
|
35 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00020.safetensors",
|
36 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00020.safetensors",
|
37 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00020.safetensors",
|
38 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00020.safetensors",
|
39 |
+
"model.layers.1.input_layernorm.weight": "model-00002-of-00020.safetensors",
|
40 |
+
"model.layers.1.moe.gate.weight": "model-00002-of-00020.safetensors",
|
41 |
+
"model.layers.1.moe.mlp.0.down_proj.weight": "model-00001-of-00020.safetensors",
|
42 |
+
"model.layers.1.moe.mlp.0.gate_proj.weight": "model-00001-of-00020.safetensors",
|
43 |
+
"model.layers.1.moe.mlp.0.up_proj.weight": "model-00001-of-00020.safetensors",
|
44 |
+
"model.layers.1.moe.mlp.1.down_proj.weight": "model-00001-of-00020.safetensors",
|
45 |
+
"model.layers.1.moe.mlp.1.gate_proj.weight": "model-00001-of-00020.safetensors",
|
46 |
+
"model.layers.1.moe.mlp.1.up_proj.weight": "model-00001-of-00020.safetensors",
|
47 |
+
"model.layers.1.moe.mlp.2.down_proj.weight": "model-00002-of-00020.safetensors",
|
48 |
+
"model.layers.1.moe.mlp.2.gate_proj.weight": "model-00001-of-00020.safetensors",
|
49 |
+
"model.layers.1.moe.mlp.2.up_proj.weight": "model-00001-of-00020.safetensors",
|
50 |
+
"model.layers.1.moe.mlp.3.down_proj.weight": "model-00002-of-00020.safetensors",
|
51 |
+
"model.layers.1.moe.mlp.3.gate_proj.weight": "model-00002-of-00020.safetensors",
|
52 |
+
"model.layers.1.moe.mlp.3.up_proj.weight": "model-00002-of-00020.safetensors",
|
53 |
+
"model.layers.1.moe.mlp.4.down_proj.weight": "model-00002-of-00020.safetensors",
|
54 |
+
"model.layers.1.moe.mlp.4.gate_proj.weight": "model-00002-of-00020.safetensors",
|
55 |
+
"model.layers.1.moe.mlp.4.up_proj.weight": "model-00002-of-00020.safetensors",
|
56 |
+
"model.layers.1.moe.mlp.5.down_proj.weight": "model-00002-of-00020.safetensors",
|
57 |
+
"model.layers.1.moe.mlp.5.gate_proj.weight": "model-00002-of-00020.safetensors",
|
58 |
+
"model.layers.1.moe.mlp.5.up_proj.weight": "model-00002-of-00020.safetensors",
|
59 |
+
"model.layers.1.moe.mlp.6.down_proj.weight": "model-00002-of-00020.safetensors",
|
60 |
+
"model.layers.1.moe.mlp.6.gate_proj.weight": "model-00002-of-00020.safetensors",
|
61 |
+
"model.layers.1.moe.mlp.6.up_proj.weight": "model-00002-of-00020.safetensors",
|
62 |
+
"model.layers.1.moe.mlp.7.down_proj.weight": "model-00002-of-00020.safetensors",
|
63 |
+
"model.layers.1.moe.mlp.7.gate_proj.weight": "model-00002-of-00020.safetensors",
|
64 |
+
"model.layers.1.moe.mlp.7.up_proj.weight": "model-00002-of-00020.safetensors",
|
65 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00002-of-00020.safetensors",
|
66 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00020.safetensors",
|
67 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00020.safetensors",
|
68 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00020.safetensors",
|
69 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00020.safetensors",
|
70 |
+
"model.layers.10.input_layernorm.weight": "model-00007-of-00020.safetensors",
|
71 |
+
"model.layers.10.moe.gate.weight": "model-00007-of-00020.safetensors",
|
72 |
+
"model.layers.10.moe.mlp.0.down_proj.weight": "model-00007-of-00020.safetensors",
|
73 |
+
"model.layers.10.moe.mlp.0.gate_proj.weight": "model-00007-of-00020.safetensors",
|
74 |
+
"model.layers.10.moe.mlp.0.up_proj.weight": "model-00007-of-00020.safetensors",
|
75 |
+
"model.layers.10.moe.mlp.1.down_proj.weight": "model-00007-of-00020.safetensors",
|
76 |
+
"model.layers.10.moe.mlp.1.gate_proj.weight": "model-00007-of-00020.safetensors",
|
77 |
+
"model.layers.10.moe.mlp.1.up_proj.weight": "model-00007-of-00020.safetensors",
|
78 |
+
"model.layers.10.moe.mlp.2.down_proj.weight": "model-00007-of-00020.safetensors",
|
79 |
+
"model.layers.10.moe.mlp.2.gate_proj.weight": "model-00007-of-00020.safetensors",
|
80 |
+
"model.layers.10.moe.mlp.2.up_proj.weight": "model-00007-of-00020.safetensors",
|
81 |
+
"model.layers.10.moe.mlp.3.down_proj.weight": "model-00007-of-00020.safetensors",
|
82 |
+
"model.layers.10.moe.mlp.3.gate_proj.weight": "model-00007-of-00020.safetensors",
|
83 |
+
"model.layers.10.moe.mlp.3.up_proj.weight": "model-00007-of-00020.safetensors",
|
84 |
+
"model.layers.10.moe.mlp.4.down_proj.weight": "model-00007-of-00020.safetensors",
|
85 |
+
"model.layers.10.moe.mlp.4.gate_proj.weight": "model-00007-of-00020.safetensors",
|
86 |
+
"model.layers.10.moe.mlp.4.up_proj.weight": "model-00007-of-00020.safetensors",
|
87 |
+
"model.layers.10.moe.mlp.5.down_proj.weight": "model-00007-of-00020.safetensors",
|
88 |
+
"model.layers.10.moe.mlp.5.gate_proj.weight": "model-00007-of-00020.safetensors",
|
89 |
+
"model.layers.10.moe.mlp.5.up_proj.weight": "model-00007-of-00020.safetensors",
|
90 |
+
"model.layers.10.moe.mlp.6.down_proj.weight": "model-00007-of-00020.safetensors",
|
91 |
+
"model.layers.10.moe.mlp.6.gate_proj.weight": "model-00007-of-00020.safetensors",
|
92 |
+
"model.layers.10.moe.mlp.6.up_proj.weight": "model-00007-of-00020.safetensors",
|
93 |
+
"model.layers.10.moe.mlp.7.down_proj.weight": "model-00007-of-00020.safetensors",
|
94 |
+
"model.layers.10.moe.mlp.7.gate_proj.weight": "model-00007-of-00020.safetensors",
|
95 |
+
"model.layers.10.moe.mlp.7.up_proj.weight": "model-00007-of-00020.safetensors",
|
96 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00007-of-00020.safetensors",
|
97 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00007-of-00020.safetensors",
|
98 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00007-of-00020.safetensors",
|
99 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00007-of-00020.safetensors",
|
100 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00007-of-00020.safetensors",
|
101 |
+
"model.layers.11.input_layernorm.weight": "model-00008-of-00020.safetensors",
|
102 |
+
"model.layers.11.moe.gate.weight": "model-00008-of-00020.safetensors",
|
103 |
+
"model.layers.11.moe.mlp.0.down_proj.weight": "model-00007-of-00020.safetensors",
|
104 |
+
"model.layers.11.moe.mlp.0.gate_proj.weight": "model-00007-of-00020.safetensors",
|
105 |
+
"model.layers.11.moe.mlp.0.up_proj.weight": "model-00007-of-00020.safetensors",
|
106 |
+
"model.layers.11.moe.mlp.1.down_proj.weight": "model-00007-of-00020.safetensors",
|
107 |
+
"model.layers.11.moe.mlp.1.gate_proj.weight": "model-00007-of-00020.safetensors",
|
108 |
+
"model.layers.11.moe.mlp.1.up_proj.weight": "model-00007-of-00020.safetensors",
|
109 |
+
"model.layers.11.moe.mlp.2.down_proj.weight": "model-00007-of-00020.safetensors",
|
110 |
+
"model.layers.11.moe.mlp.2.gate_proj.weight": "model-00007-of-00020.safetensors",
|
111 |
+
"model.layers.11.moe.mlp.2.up_proj.weight": "model-00007-of-00020.safetensors",
|
112 |
+
"model.layers.11.moe.mlp.3.down_proj.weight": "model-00007-of-00020.safetensors",
|
113 |
+
"model.layers.11.moe.mlp.3.gate_proj.weight": "model-00007-of-00020.safetensors",
|
114 |
+
"model.layers.11.moe.mlp.3.up_proj.weight": "model-00007-of-00020.safetensors",
|
115 |
+
"model.layers.11.moe.mlp.4.down_proj.weight": "model-00008-of-00020.safetensors",
|
116 |
+
"model.layers.11.moe.mlp.4.gate_proj.weight": "model-00007-of-00020.safetensors",
|
117 |
+
"model.layers.11.moe.mlp.4.up_proj.weight": "model-00007-of-00020.safetensors",
|
118 |
+
"model.layers.11.moe.mlp.5.down_proj.weight": "model-00008-of-00020.safetensors",
|
119 |
+
"model.layers.11.moe.mlp.5.gate_proj.weight": "model-00008-of-00020.safetensors",
|
120 |
+
"model.layers.11.moe.mlp.5.up_proj.weight": "model-00008-of-00020.safetensors",
|
121 |
+
"model.layers.11.moe.mlp.6.down_proj.weight": "model-00008-of-00020.safetensors",
|
122 |
+
"model.layers.11.moe.mlp.6.gate_proj.weight": "model-00008-of-00020.safetensors",
|
123 |
+
"model.layers.11.moe.mlp.6.up_proj.weight": "model-00008-of-00020.safetensors",
|
124 |
+
"model.layers.11.moe.mlp.7.down_proj.weight": "model-00008-of-00020.safetensors",
|
125 |
+
"model.layers.11.moe.mlp.7.gate_proj.weight": "model-00008-of-00020.safetensors",
|
126 |
+
"model.layers.11.moe.mlp.7.up_proj.weight": "model-00008-of-00020.safetensors",
|
127 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00008-of-00020.safetensors",
|
128 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00007-of-00020.safetensors",
|
129 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00007-of-00020.safetensors",
|
130 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00007-of-00020.safetensors",
|
131 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00007-of-00020.safetensors",
|
132 |
+
"model.layers.12.input_layernorm.weight": "model-00008-of-00020.safetensors",
|
133 |
+
"model.layers.12.moe.gate.weight": "model-00008-of-00020.safetensors",
|
134 |
+
"model.layers.12.moe.mlp.0.down_proj.weight": "model-00008-of-00020.safetensors",
|
135 |
+
"model.layers.12.moe.mlp.0.gate_proj.weight": "model-00008-of-00020.safetensors",
|
136 |
+
"model.layers.12.moe.mlp.0.up_proj.weight": "model-00008-of-00020.safetensors",
|
137 |
+
"model.layers.12.moe.mlp.1.down_proj.weight": "model-00008-of-00020.safetensors",
|
138 |
+
"model.layers.12.moe.mlp.1.gate_proj.weight": "model-00008-of-00020.safetensors",
|
139 |
+
"model.layers.12.moe.mlp.1.up_proj.weight": "model-00008-of-00020.safetensors",
|
140 |
+
"model.layers.12.moe.mlp.2.down_proj.weight": "model-00008-of-00020.safetensors",
|
141 |
+
"model.layers.12.moe.mlp.2.gate_proj.weight": "model-00008-of-00020.safetensors",
|
142 |
+
"model.layers.12.moe.mlp.2.up_proj.weight": "model-00008-of-00020.safetensors",
|
143 |
+
"model.layers.12.moe.mlp.3.down_proj.weight": "model-00008-of-00020.safetensors",
|
144 |
+
"model.layers.12.moe.mlp.3.gate_proj.weight": "model-00008-of-00020.safetensors",
|
145 |
+
"model.layers.12.moe.mlp.3.up_proj.weight": "model-00008-of-00020.safetensors",
|
146 |
+
"model.layers.12.moe.mlp.4.down_proj.weight": "model-00008-of-00020.safetensors",
|
147 |
+
"model.layers.12.moe.mlp.4.gate_proj.weight": "model-00008-of-00020.safetensors",
|
148 |
+
"model.layers.12.moe.mlp.4.up_proj.weight": "model-00008-of-00020.safetensors",
|
149 |
+
"model.layers.12.moe.mlp.5.down_proj.weight": "model-00008-of-00020.safetensors",
|
150 |
+
"model.layers.12.moe.mlp.5.gate_proj.weight": "model-00008-of-00020.safetensors",
|
151 |
+
"model.layers.12.moe.mlp.5.up_proj.weight": "model-00008-of-00020.safetensors",
|
152 |
+
"model.layers.12.moe.mlp.6.down_proj.weight": "model-00008-of-00020.safetensors",
|
153 |
+
"model.layers.12.moe.mlp.6.gate_proj.weight": "model-00008-of-00020.safetensors",
|
154 |
+
"model.layers.12.moe.mlp.6.up_proj.weight": "model-00008-of-00020.safetensors",
|
155 |
+
"model.layers.12.moe.mlp.7.down_proj.weight": "model-00008-of-00020.safetensors",
|
156 |
+
"model.layers.12.moe.mlp.7.gate_proj.weight": "model-00008-of-00020.safetensors",
|
157 |
+
"model.layers.12.moe.mlp.7.up_proj.weight": "model-00008-of-00020.safetensors",
|
158 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00008-of-00020.safetensors",
|
159 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00008-of-00020.safetensors",
|
160 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00008-of-00020.safetensors",
|
161 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00008-of-00020.safetensors",
|
162 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00008-of-00020.safetensors",
|
163 |
+
"model.layers.13.input_layernorm.weight": "model-00009-of-00020.safetensors",
|
164 |
+
"model.layers.13.moe.gate.weight": "model-00009-of-00020.safetensors",
|
165 |
+
"model.layers.13.moe.mlp.0.down_proj.weight": "model-00008-of-00020.safetensors",
|
166 |
+
"model.layers.13.moe.mlp.0.gate_proj.weight": "model-00008-of-00020.safetensors",
|
167 |
+
"model.layers.13.moe.mlp.0.up_proj.weight": "model-00008-of-00020.safetensors",
|
168 |
+
"model.layers.13.moe.mlp.1.down_proj.weight": "model-00008-of-00020.safetensors",
|
169 |
+
"model.layers.13.moe.mlp.1.gate_proj.weight": "model-00008-of-00020.safetensors",
|
170 |
+
"model.layers.13.moe.mlp.1.up_proj.weight": "model-00008-of-00020.safetensors",
|
171 |
+
"model.layers.13.moe.mlp.2.down_proj.weight": "model-00009-of-00020.safetensors",
|
172 |
+
"model.layers.13.moe.mlp.2.gate_proj.weight": "model-00008-of-00020.safetensors",
|
173 |
+
"model.layers.13.moe.mlp.2.up_proj.weight": "model-00009-of-00020.safetensors",
|
174 |
+
"model.layers.13.moe.mlp.3.down_proj.weight": "model-00009-of-00020.safetensors",
|
175 |
+
"model.layers.13.moe.mlp.3.gate_proj.weight": "model-00009-of-00020.safetensors",
|
176 |
+
"model.layers.13.moe.mlp.3.up_proj.weight": "model-00009-of-00020.safetensors",
|
177 |
+
"model.layers.13.moe.mlp.4.down_proj.weight": "model-00009-of-00020.safetensors",
|
178 |
+
"model.layers.13.moe.mlp.4.gate_proj.weight": "model-00009-of-00020.safetensors",
|
179 |
+
"model.layers.13.moe.mlp.4.up_proj.weight": "model-00009-of-00020.safetensors",
|
180 |
+
"model.layers.13.moe.mlp.5.down_proj.weight": "model-00009-of-00020.safetensors",
|
181 |
+
"model.layers.13.moe.mlp.5.gate_proj.weight": "model-00009-of-00020.safetensors",
|
182 |
+
"model.layers.13.moe.mlp.5.up_proj.weight": "model-00009-of-00020.safetensors",
|
183 |
+
"model.layers.13.moe.mlp.6.down_proj.weight": "model-00009-of-00020.safetensors",
|
184 |
+
"model.layers.13.moe.mlp.6.gate_proj.weight": "model-00009-of-00020.safetensors",
|
185 |
+
"model.layers.13.moe.mlp.6.up_proj.weight": "model-00009-of-00020.safetensors",
|
186 |
+
"model.layers.13.moe.mlp.7.down_proj.weight": "model-00009-of-00020.safetensors",
|
187 |
+
"model.layers.13.moe.mlp.7.gate_proj.weight": "model-00009-of-00020.safetensors",
|
188 |
+
"model.layers.13.moe.mlp.7.up_proj.weight": "model-00009-of-00020.safetensors",
|
189 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00009-of-00020.safetensors",
|
190 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00008-of-00020.safetensors",
|
191 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00008-of-00020.safetensors",
|
192 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00008-of-00020.safetensors",
|
193 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00008-of-00020.safetensors",
|
194 |
+
"model.layers.14.input_layernorm.weight": "model-00009-of-00020.safetensors",
|
195 |
+
"model.layers.14.moe.gate.weight": "model-00009-of-00020.safetensors",
|
196 |
+
"model.layers.14.moe.mlp.0.down_proj.weight": "model-00009-of-00020.safetensors",
|
197 |
+
"model.layers.14.moe.mlp.0.gate_proj.weight": "model-00009-of-00020.safetensors",
|
198 |
+
"model.layers.14.moe.mlp.0.up_proj.weight": "model-00009-of-00020.safetensors",
|
199 |
+
"model.layers.14.moe.mlp.1.down_proj.weight": "model-00009-of-00020.safetensors",
|
200 |
+
"model.layers.14.moe.mlp.1.gate_proj.weight": "model-00009-of-00020.safetensors",
|
201 |
+
"model.layers.14.moe.mlp.1.up_proj.weight": "model-00009-of-00020.safetensors",
|
202 |
+
"model.layers.14.moe.mlp.2.down_proj.weight": "model-00009-of-00020.safetensors",
|
203 |
+
"model.layers.14.moe.mlp.2.gate_proj.weight": "model-00009-of-00020.safetensors",
|
204 |
+
"model.layers.14.moe.mlp.2.up_proj.weight": "model-00009-of-00020.safetensors",
|
205 |
+
"model.layers.14.moe.mlp.3.down_proj.weight": "model-00009-of-00020.safetensors",
|
206 |
+
"model.layers.14.moe.mlp.3.gate_proj.weight": "model-00009-of-00020.safetensors",
|
207 |
+
"model.layers.14.moe.mlp.3.up_proj.weight": "model-00009-of-00020.safetensors",
|
208 |
+
"model.layers.14.moe.mlp.4.down_proj.weight": "model-00009-of-00020.safetensors",
|
209 |
+
"model.layers.14.moe.mlp.4.gate_proj.weight": "model-00009-of-00020.safetensors",
|
210 |
+
"model.layers.14.moe.mlp.4.up_proj.weight": "model-00009-of-00020.safetensors",
|
211 |
+
"model.layers.14.moe.mlp.5.down_proj.weight": "model-00009-of-00020.safetensors",
|
212 |
+
"model.layers.14.moe.mlp.5.gate_proj.weight": "model-00009-of-00020.safetensors",
|
213 |
+
"model.layers.14.moe.mlp.5.up_proj.weight": "model-00009-of-00020.safetensors",
|
214 |
+
"model.layers.14.moe.mlp.6.down_proj.weight": "model-00009-of-00020.safetensors",
|
215 |
+
"model.layers.14.moe.mlp.6.gate_proj.weight": "model-00009-of-00020.safetensors",
|
216 |
+
"model.layers.14.moe.mlp.6.up_proj.weight": "model-00009-of-00020.safetensors",
|
217 |
+
"model.layers.14.moe.mlp.7.down_proj.weight": "model-00009-of-00020.safetensors",
|
218 |
+
"model.layers.14.moe.mlp.7.gate_proj.weight": "model-00009-of-00020.safetensors",
|
219 |
+
"model.layers.14.moe.mlp.7.up_proj.weight": "model-00009-of-00020.safetensors",
|
220 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00009-of-00020.safetensors",
|
221 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00009-of-00020.safetensors",
|
222 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00009-of-00020.safetensors",
|
223 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00009-of-00020.safetensors",
|
224 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00009-of-00020.safetensors",
|
225 |
+
"model.layers.15.input_layernorm.weight": "model-00010-of-00020.safetensors",
|
226 |
+
"model.layers.15.moe.gate.weight": "model-00010-of-00020.safetensors",
|
227 |
+
"model.layers.15.moe.mlp.0.down_proj.weight": "model-00010-of-00020.safetensors",
|
228 |
+
"model.layers.15.moe.mlp.0.gate_proj.weight": "model-00010-of-00020.safetensors",
|
229 |
+
"model.layers.15.moe.mlp.0.up_proj.weight": "model-00010-of-00020.safetensors",
|
230 |
+
"model.layers.15.moe.mlp.1.down_proj.weight": "model-00010-of-00020.safetensors",
|
231 |
+
"model.layers.15.moe.mlp.1.gate_proj.weight": "model-00010-of-00020.safetensors",
|
232 |
+
"model.layers.15.moe.mlp.1.up_proj.weight": "model-00010-of-00020.safetensors",
|
233 |
+
"model.layers.15.moe.mlp.2.down_proj.weight": "model-00010-of-00020.safetensors",
|
234 |
+
"model.layers.15.moe.mlp.2.gate_proj.weight": "model-00010-of-00020.safetensors",
|
235 |
+
"model.layers.15.moe.mlp.2.up_proj.weight": "model-00010-of-00020.safetensors",
|
236 |
+
"model.layers.15.moe.mlp.3.down_proj.weight": "model-00010-of-00020.safetensors",
|
237 |
+
"model.layers.15.moe.mlp.3.gate_proj.weight": "model-00010-of-00020.safetensors",
|
238 |
+
"model.layers.15.moe.mlp.3.up_proj.weight": "model-00010-of-00020.safetensors",
|
239 |
+
"model.layers.15.moe.mlp.4.down_proj.weight": "model-00010-of-00020.safetensors",
|
240 |
+
"model.layers.15.moe.mlp.4.gate_proj.weight": "model-00010-of-00020.safetensors",
|
241 |
+
"model.layers.15.moe.mlp.4.up_proj.weight": "model-00010-of-00020.safetensors",
|
242 |
+
"model.layers.15.moe.mlp.5.down_proj.weight": "model-00010-of-00020.safetensors",
|
243 |
+
"model.layers.15.moe.mlp.5.gate_proj.weight": "model-00010-of-00020.safetensors",
|
244 |
+
"model.layers.15.moe.mlp.5.up_proj.weight": "model-00010-of-00020.safetensors",
|
245 |
+
"model.layers.15.moe.mlp.6.down_proj.weight": "model-00010-of-00020.safetensors",
|
246 |
+
"model.layers.15.moe.mlp.6.gate_proj.weight": "model-00010-of-00020.safetensors",
|
247 |
+
"model.layers.15.moe.mlp.6.up_proj.weight": "model-00010-of-00020.safetensors",
|
248 |
+
"model.layers.15.moe.mlp.7.down_proj.weight": "model-00010-of-00020.safetensors",
|
249 |
+
"model.layers.15.moe.mlp.7.gate_proj.weight": "model-00010-of-00020.safetensors",
|
250 |
+
"model.layers.15.moe.mlp.7.up_proj.weight": "model-00010-of-00020.safetensors",
|
251 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00010-of-00020.safetensors",
|
252 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00009-of-00020.safetensors",
|
253 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00009-of-00020.safetensors",
|
254 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00009-of-00020.safetensors",
|
255 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00009-of-00020.safetensors",
|
256 |
+
"model.layers.16.input_layernorm.weight": "model-00011-of-00020.safetensors",
|
257 |
+
"model.layers.16.moe.gate.weight": "model-00011-of-00020.safetensors",
|
258 |
+
"model.layers.16.moe.mlp.0.down_proj.weight": "model-00010-of-00020.safetensors",
|
259 |
+
"model.layers.16.moe.mlp.0.gate_proj.weight": "model-00010-of-00020.safetensors",
|
260 |
+
"model.layers.16.moe.mlp.0.up_proj.weight": "model-00010-of-00020.safetensors",
|
261 |
+
"model.layers.16.moe.mlp.1.down_proj.weight": "model-00010-of-00020.safetensors",
|
262 |
+
"model.layers.16.moe.mlp.1.gate_proj.weight": "model-00010-of-00020.safetensors",
|
263 |
+
"model.layers.16.moe.mlp.1.up_proj.weight": "model-00010-of-00020.safetensors",
|
264 |
+
"model.layers.16.moe.mlp.2.down_proj.weight": "model-00010-of-00020.safetensors",
|
265 |
+
"model.layers.16.moe.mlp.2.gate_proj.weight": "model-00010-of-00020.safetensors",
|
266 |
+
"model.layers.16.moe.mlp.2.up_proj.weight": "model-00010-of-00020.safetensors",
|
267 |
+
"model.layers.16.moe.mlp.3.down_proj.weight": "model-00010-of-00020.safetensors",
|
268 |
+
"model.layers.16.moe.mlp.3.gate_proj.weight": "model-00010-of-00020.safetensors",
|
269 |
+
"model.layers.16.moe.mlp.3.up_proj.weight": "model-00010-of-00020.safetensors",
|
270 |
+
"model.layers.16.moe.mlp.4.down_proj.weight": "model-00010-of-00020.safetensors",
|
271 |
+
"model.layers.16.moe.mlp.4.gate_proj.weight": "model-00010-of-00020.safetensors",
|
272 |
+
"model.layers.16.moe.mlp.4.up_proj.weight": "model-00010-of-00020.safetensors",
|
273 |
+
"model.layers.16.moe.mlp.5.down_proj.weight": "model-00011-of-00020.safetensors",
|
274 |
+
"model.layers.16.moe.mlp.5.gate_proj.weight": "model-00010-of-00020.safetensors",
|
275 |
+
"model.layers.16.moe.mlp.5.up_proj.weight": "model-00010-of-00020.safetensors",
|
276 |
+
"model.layers.16.moe.mlp.6.down_proj.weight": "model-00011-of-00020.safetensors",
|
277 |
+
"model.layers.16.moe.mlp.6.gate_proj.weight": "model-00011-of-00020.safetensors",
|
278 |
+
"model.layers.16.moe.mlp.6.up_proj.weight": "model-00011-of-00020.safetensors",
|
279 |
+
"model.layers.16.moe.mlp.7.down_proj.weight": "model-00011-of-00020.safetensors",
|
280 |
+
"model.layers.16.moe.mlp.7.gate_proj.weight": "model-00011-of-00020.safetensors",
|
281 |
+
"model.layers.16.moe.mlp.7.up_proj.weight": "model-00011-of-00020.safetensors",
|
282 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00011-of-00020.safetensors",
|
283 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00010-of-00020.safetensors",
|
284 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00010-of-00020.safetensors",
|
285 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00010-of-00020.safetensors",
|
286 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00010-of-00020.safetensors",
|
287 |
+
"model.layers.17.input_layernorm.weight": "model-00011-of-00020.safetensors",
|
288 |
+
"model.layers.17.moe.gate.weight": "model-00011-of-00020.safetensors",
|
289 |
+
"model.layers.17.moe.mlp.0.down_proj.weight": "model-00011-of-00020.safetensors",
|
290 |
+
"model.layers.17.moe.mlp.0.gate_proj.weight": "model-00011-of-00020.safetensors",
|
291 |
+
"model.layers.17.moe.mlp.0.up_proj.weight": "model-00011-of-00020.safetensors",
|
292 |
+
"model.layers.17.moe.mlp.1.down_proj.weight": "model-00011-of-00020.safetensors",
|
293 |
+
"model.layers.17.moe.mlp.1.gate_proj.weight": "model-00011-of-00020.safetensors",
|
294 |
+
"model.layers.17.moe.mlp.1.up_proj.weight": "model-00011-of-00020.safetensors",
|
295 |
+
"model.layers.17.moe.mlp.2.down_proj.weight": "model-00011-of-00020.safetensors",
|
296 |
+
"model.layers.17.moe.mlp.2.gate_proj.weight": "model-00011-of-00020.safetensors",
|
297 |
+
"model.layers.17.moe.mlp.2.up_proj.weight": "model-00011-of-00020.safetensors",
|
298 |
+
"model.layers.17.moe.mlp.3.down_proj.weight": "model-00011-of-00020.safetensors",
|
299 |
+
"model.layers.17.moe.mlp.3.gate_proj.weight": "model-00011-of-00020.safetensors",
|
300 |
+
"model.layers.17.moe.mlp.3.up_proj.weight": "model-00011-of-00020.safetensors",
|
301 |
+
"model.layers.17.moe.mlp.4.down_proj.weight": "model-00011-of-00020.safetensors",
|
302 |
+
"model.layers.17.moe.mlp.4.gate_proj.weight": "model-00011-of-00020.safetensors",
|
303 |
+
"model.layers.17.moe.mlp.4.up_proj.weight": "model-00011-of-00020.safetensors",
|
304 |
+
"model.layers.17.moe.mlp.5.down_proj.weight": "model-00011-of-00020.safetensors",
|
305 |
+
"model.layers.17.moe.mlp.5.gate_proj.weight": "model-00011-of-00020.safetensors",
|
306 |
+
"model.layers.17.moe.mlp.5.up_proj.weight": "model-00011-of-00020.safetensors",
|
307 |
+
"model.layers.17.moe.mlp.6.down_proj.weight": "model-00011-of-00020.safetensors",
|
308 |
+
"model.layers.17.moe.mlp.6.gate_proj.weight": "model-00011-of-00020.safetensors",
|
309 |
+
"model.layers.17.moe.mlp.6.up_proj.weight": "model-00011-of-00020.safetensors",
|
310 |
+
"model.layers.17.moe.mlp.7.down_proj.weight": "model-00011-of-00020.safetensors",
|
311 |
+
"model.layers.17.moe.mlp.7.gate_proj.weight": "model-00011-of-00020.safetensors",
|
312 |
+
"model.layers.17.moe.mlp.7.up_proj.weight": "model-00011-of-00020.safetensors",
|
313 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00011-of-00020.safetensors",
|
314 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00011-of-00020.safetensors",
|
315 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00011-of-00020.safetensors",
|
316 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00011-of-00020.safetensors",
|
317 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00011-of-00020.safetensors",
|
318 |
+
"model.layers.18.input_layernorm.weight": "model-00012-of-00020.safetensors",
|
319 |
+
"model.layers.18.moe.gate.weight": "model-00012-of-00020.safetensors",
|
320 |
+
"model.layers.18.moe.mlp.0.down_proj.weight": "model-00011-of-00020.safetensors",
|
321 |
+
"model.layers.18.moe.mlp.0.gate_proj.weight": "model-00011-of-00020.safetensors",
|
322 |
+
"model.layers.18.moe.mlp.0.up_proj.weight": "model-00011-of-00020.safetensors",
|
323 |
+
"model.layers.18.moe.mlp.1.down_proj.weight": "model-00011-of-00020.safetensors",
|
324 |
+
"model.layers.18.moe.mlp.1.gate_proj.weight": "model-00011-of-00020.safetensors",
|
325 |
+
"model.layers.18.moe.mlp.1.up_proj.weight": "model-00011-of-00020.safetensors",
|
326 |
+
"model.layers.18.moe.mlp.2.down_proj.weight": "model-00011-of-00020.safetensors",
|
327 |
+
"model.layers.18.moe.mlp.2.gate_proj.weight": "model-00011-of-00020.safetensors",
|
328 |
+
"model.layers.18.moe.mlp.2.up_proj.weight": "model-00011-of-00020.safetensors",
|
329 |
+
"model.layers.18.moe.mlp.3.down_proj.weight": "model-00012-of-00020.safetensors",
|
330 |
+
"model.layers.18.moe.mlp.3.gate_proj.weight": "model-00011-of-00020.safetensors",
|
331 |
+
"model.layers.18.moe.mlp.3.up_proj.weight": "model-00012-of-00020.safetensors",
|
332 |
+
"model.layers.18.moe.mlp.4.down_proj.weight": "model-00012-of-00020.safetensors",
|
333 |
+
"model.layers.18.moe.mlp.4.gate_proj.weight": "model-00012-of-00020.safetensors",
|
334 |
+
"model.layers.18.moe.mlp.4.up_proj.weight": "model-00012-of-00020.safetensors",
|
335 |
+
"model.layers.18.moe.mlp.5.down_proj.weight": "model-00012-of-00020.safetensors",
|
336 |
+
"model.layers.18.moe.mlp.5.gate_proj.weight": "model-00012-of-00020.safetensors",
|
337 |
+
"model.layers.18.moe.mlp.5.up_proj.weight": "model-00012-of-00020.safetensors",
|
338 |
+
"model.layers.18.moe.mlp.6.down_proj.weight": "model-00012-of-00020.safetensors",
|
339 |
+
"model.layers.18.moe.mlp.6.gate_proj.weight": "model-00012-of-00020.safetensors",
|
340 |
+
"model.layers.18.moe.mlp.6.up_proj.weight": "model-00012-of-00020.safetensors",
|
341 |
+
"model.layers.18.moe.mlp.7.down_proj.weight": "model-00012-of-00020.safetensors",
|
342 |
+
"model.layers.18.moe.mlp.7.gate_proj.weight": "model-00012-of-00020.safetensors",
|
343 |
+
"model.layers.18.moe.mlp.7.up_proj.weight": "model-00012-of-00020.safetensors",
|
344 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00012-of-00020.safetensors",
|
345 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00011-of-00020.safetensors",
|
346 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00011-of-00020.safetensors",
|
347 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00011-of-00020.safetensors",
|
348 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00011-of-00020.safetensors",
|
349 |
+
"model.layers.19.input_layernorm.weight": "model-00012-of-00020.safetensors",
|
350 |
+
"model.layers.19.moe.gate.weight": "model-00012-of-00020.safetensors",
|
351 |
+
"model.layers.19.moe.mlp.0.down_proj.weight": "model-00012-of-00020.safetensors",
|
352 |
+
"model.layers.19.moe.mlp.0.gate_proj.weight": "model-00012-of-00020.safetensors",
|
353 |
+
"model.layers.19.moe.mlp.0.up_proj.weight": "model-00012-of-00020.safetensors",
|
354 |
+
"model.layers.19.moe.mlp.1.down_proj.weight": "model-00012-of-00020.safetensors",
|
355 |
+
"model.layers.19.moe.mlp.1.gate_proj.weight": "model-00012-of-00020.safetensors",
|
356 |
+
"model.layers.19.moe.mlp.1.up_proj.weight": "model-00012-of-00020.safetensors",
|
357 |
+
"model.layers.19.moe.mlp.2.down_proj.weight": "model-00012-of-00020.safetensors",
|
358 |
+
"model.layers.19.moe.mlp.2.gate_proj.weight": "model-00012-of-00020.safetensors",
|
359 |
+
"model.layers.19.moe.mlp.2.up_proj.weight": "model-00012-of-00020.safetensors",
|
360 |
+
"model.layers.19.moe.mlp.3.down_proj.weight": "model-00012-of-00020.safetensors",
|
361 |
+
"model.layers.19.moe.mlp.3.gate_proj.weight": "model-00012-of-00020.safetensors",
|
362 |
+
"model.layers.19.moe.mlp.3.up_proj.weight": "model-00012-of-00020.safetensors",
|
363 |
+
"model.layers.19.moe.mlp.4.down_proj.weight": "model-00012-of-00020.safetensors",
|
364 |
+
"model.layers.19.moe.mlp.4.gate_proj.weight": "model-00012-of-00020.safetensors",
|
365 |
+
"model.layers.19.moe.mlp.4.up_proj.weight": "model-00012-of-00020.safetensors",
|
366 |
+
"model.layers.19.moe.mlp.5.down_proj.weight": "model-00012-of-00020.safetensors",
|
367 |
+
"model.layers.19.moe.mlp.5.gate_proj.weight": "model-00012-of-00020.safetensors",
|
368 |
+
"model.layers.19.moe.mlp.5.up_proj.weight": "model-00012-of-00020.safetensors",
|
369 |
+
"model.layers.19.moe.mlp.6.down_proj.weight": "model-00012-of-00020.safetensors",
|
370 |
+
"model.layers.19.moe.mlp.6.gate_proj.weight": "model-00012-of-00020.safetensors",
|
371 |
+
"model.layers.19.moe.mlp.6.up_proj.weight": "model-00012-of-00020.safetensors",
|
372 |
+
"model.layers.19.moe.mlp.7.down_proj.weight": "model-00012-of-00020.safetensors",
|
373 |
+
"model.layers.19.moe.mlp.7.gate_proj.weight": "model-00012-of-00020.safetensors",
|
374 |
+
"model.layers.19.moe.mlp.7.up_proj.weight": "model-00012-of-00020.safetensors",
|
375 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00012-of-00020.safetensors",
|
376 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00012-of-00020.safetensors",
|
377 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00012-of-00020.safetensors",
|
378 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00012-of-00020.safetensors",
|
379 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00012-of-00020.safetensors",
|
380 |
+
"model.layers.2.input_layernorm.weight": "model-00002-of-00020.safetensors",
|
381 |
+
"model.layers.2.moe.gate.weight": "model-00002-of-00020.safetensors",
|
382 |
+
"model.layers.2.moe.mlp.0.down_proj.weight": "model-00002-of-00020.safetensors",
|
383 |
+
"model.layers.2.moe.mlp.0.gate_proj.weight": "model-00002-of-00020.safetensors",
|
384 |
+
"model.layers.2.moe.mlp.0.up_proj.weight": "model-00002-of-00020.safetensors",
|
385 |
+
"model.layers.2.moe.mlp.1.down_proj.weight": "model-00002-of-00020.safetensors",
|
386 |
+
"model.layers.2.moe.mlp.1.gate_proj.weight": "model-00002-of-00020.safetensors",
|
387 |
+
"model.layers.2.moe.mlp.1.up_proj.weight": "model-00002-of-00020.safetensors",
|
388 |
+
"model.layers.2.moe.mlp.2.down_proj.weight": "model-00002-of-00020.safetensors",
|
389 |
+
"model.layers.2.moe.mlp.2.gate_proj.weight": "model-00002-of-00020.safetensors",
|
390 |
+
"model.layers.2.moe.mlp.2.up_proj.weight": "model-00002-of-00020.safetensors",
|
391 |
+
"model.layers.2.moe.mlp.3.down_proj.weight": "model-00002-of-00020.safetensors",
|
392 |
+
"model.layers.2.moe.mlp.3.gate_proj.weight": "model-00002-of-00020.safetensors",
|
393 |
+
"model.layers.2.moe.mlp.3.up_proj.weight": "model-00002-of-00020.safetensors",
|
394 |
+
"model.layers.2.moe.mlp.4.down_proj.weight": "model-00002-of-00020.safetensors",
|
395 |
+
"model.layers.2.moe.mlp.4.gate_proj.weight": "model-00002-of-00020.safetensors",
|
396 |
+
"model.layers.2.moe.mlp.4.up_proj.weight": "model-00002-of-00020.safetensors",
|
397 |
+
"model.layers.2.moe.mlp.5.down_proj.weight": "model-00002-of-00020.safetensors",
|
398 |
+
"model.layers.2.moe.mlp.5.gate_proj.weight": "model-00002-of-00020.safetensors",
|
399 |
+
"model.layers.2.moe.mlp.5.up_proj.weight": "model-00002-of-00020.safetensors",
|
400 |
+
"model.layers.2.moe.mlp.6.down_proj.weight": "model-00002-of-00020.safetensors",
|
401 |
+
"model.layers.2.moe.mlp.6.gate_proj.weight": "model-00002-of-00020.safetensors",
|
402 |
+
"model.layers.2.moe.mlp.6.up_proj.weight": "model-00002-of-00020.safetensors",
|
403 |
+
"model.layers.2.moe.mlp.7.down_proj.weight": "model-00002-of-00020.safetensors",
|
404 |
+
"model.layers.2.moe.mlp.7.gate_proj.weight": "model-00002-of-00020.safetensors",
|
405 |
+
"model.layers.2.moe.mlp.7.up_proj.weight": "model-00002-of-00020.safetensors",
|
406 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00002-of-00020.safetensors",
|
407 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00002-of-00020.safetensors",
|
408 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00002-of-00020.safetensors",
|
409 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00002-of-00020.safetensors",
|
410 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00002-of-00020.safetensors",
|
411 |
+
"model.layers.20.input_layernorm.weight": "model-00013-of-00020.safetensors",
|
412 |
+
"model.layers.20.moe.gate.weight": "model-00013-of-00020.safetensors",
|
413 |
+
"model.layers.20.moe.mlp.0.down_proj.weight": "model-00012-of-00020.safetensors",
|
414 |
+
"model.layers.20.moe.mlp.0.gate_proj.weight": "model-00012-of-00020.safetensors",
|
415 |
+
"model.layers.20.moe.mlp.0.up_proj.weight": "model-00012-of-00020.safetensors",
|
416 |
+
"model.layers.20.moe.mlp.1.down_proj.weight": "model-00013-of-00020.safetensors",
|
417 |
+
"model.layers.20.moe.mlp.1.gate_proj.weight": "model-00013-of-00020.safetensors",
|
418 |
+
"model.layers.20.moe.mlp.1.up_proj.weight": "model-00013-of-00020.safetensors",
|
419 |
+
"model.layers.20.moe.mlp.2.down_proj.weight": "model-00013-of-00020.safetensors",
|
420 |
+
"model.layers.20.moe.mlp.2.gate_proj.weight": "model-00013-of-00020.safetensors",
|
421 |
+
"model.layers.20.moe.mlp.2.up_proj.weight": "model-00013-of-00020.safetensors",
|
422 |
+
"model.layers.20.moe.mlp.3.down_proj.weight": "model-00013-of-00020.safetensors",
|
423 |
+
"model.layers.20.moe.mlp.3.gate_proj.weight": "model-00013-of-00020.safetensors",
|
424 |
+
"model.layers.20.moe.mlp.3.up_proj.weight": "model-00013-of-00020.safetensors",
|
425 |
+
"model.layers.20.moe.mlp.4.down_proj.weight": "model-00013-of-00020.safetensors",
|
426 |
+
"model.layers.20.moe.mlp.4.gate_proj.weight": "model-00013-of-00020.safetensors",
|
427 |
+
"model.layers.20.moe.mlp.4.up_proj.weight": "model-00013-of-00020.safetensors",
|
428 |
+
"model.layers.20.moe.mlp.5.down_proj.weight": "model-00013-of-00020.safetensors",
|
429 |
+
"model.layers.20.moe.mlp.5.gate_proj.weight": "model-00013-of-00020.safetensors",
|
430 |
+
"model.layers.20.moe.mlp.5.up_proj.weight": "model-00013-of-00020.safetensors",
|
431 |
+
"model.layers.20.moe.mlp.6.down_proj.weight": "model-00013-of-00020.safetensors",
|
432 |
+
"model.layers.20.moe.mlp.6.gate_proj.weight": "model-00013-of-00020.safetensors",
|
433 |
+
"model.layers.20.moe.mlp.6.up_proj.weight": "model-00013-of-00020.safetensors",
|
434 |
+
"model.layers.20.moe.mlp.7.down_proj.weight": "model-00013-of-00020.safetensors",
|
435 |
+
"model.layers.20.moe.mlp.7.gate_proj.weight": "model-00013-of-00020.safetensors",
|
436 |
+
"model.layers.20.moe.mlp.7.up_proj.weight": "model-00013-of-00020.safetensors",
|
437 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00013-of-00020.safetensors",
|
438 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00012-of-00020.safetensors",
|
439 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00012-of-00020.safetensors",
|
440 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00012-of-00020.safetensors",
|
441 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00012-of-00020.safetensors",
|
442 |
+
"model.layers.21.input_layernorm.weight": "model-00014-of-00020.safetensors",
|
443 |
+
"model.layers.21.moe.gate.weight": "model-00014-of-00020.safetensors",
|
444 |
+
"model.layers.21.moe.mlp.0.down_proj.weight": "model-00013-of-00020.safetensors",
|
445 |
+
"model.layers.21.moe.mlp.0.gate_proj.weight": "model-00013-of-00020.safetensors",
|
446 |
+
"model.layers.21.moe.mlp.0.up_proj.weight": "model-00013-of-00020.safetensors",
|
447 |
+
"model.layers.21.moe.mlp.1.down_proj.weight": "model-00013-of-00020.safetensors",
|
448 |
+
"model.layers.21.moe.mlp.1.gate_proj.weight": "model-00013-of-00020.safetensors",
|
449 |
+
"model.layers.21.moe.mlp.1.up_proj.weight": "model-00013-of-00020.safetensors",
|
450 |
+
"model.layers.21.moe.mlp.2.down_proj.weight": "model-00013-of-00020.safetensors",
|
451 |
+
"model.layers.21.moe.mlp.2.gate_proj.weight": "model-00013-of-00020.safetensors",
|
452 |
+
"model.layers.21.moe.mlp.2.up_proj.weight": "model-00013-of-00020.safetensors",
|
453 |
+
"model.layers.21.moe.mlp.3.down_proj.weight": "model-00013-of-00020.safetensors",
|
454 |
+
"model.layers.21.moe.mlp.3.gate_proj.weight": "model-00013-of-00020.safetensors",
|
455 |
+
"model.layers.21.moe.mlp.3.up_proj.weight": "model-00013-of-00020.safetensors",
|
456 |
+
"model.layers.21.moe.mlp.4.down_proj.weight": "model-00013-of-00020.safetensors",
|
457 |
+
"model.layers.21.moe.mlp.4.gate_proj.weight": "model-00013-of-00020.safetensors",
|
458 |
+
"model.layers.21.moe.mlp.4.up_proj.weight": "model-00013-of-00020.safetensors",
|
459 |
+
"model.layers.21.moe.mlp.5.down_proj.weight": "model-00013-of-00020.safetensors",
|
460 |
+
"model.layers.21.moe.mlp.5.gate_proj.weight": "model-00013-of-00020.safetensors",
|
461 |
+
"model.layers.21.moe.mlp.5.up_proj.weight": "model-00013-of-00020.safetensors",
|
462 |
+
"model.layers.21.moe.mlp.6.down_proj.weight": "model-00014-of-00020.safetensors",
|
463 |
+
"model.layers.21.moe.mlp.6.gate_proj.weight": "model-00013-of-00020.safetensors",
|
464 |
+
"model.layers.21.moe.mlp.6.up_proj.weight": "model-00013-of-00020.safetensors",
|
465 |
+
"model.layers.21.moe.mlp.7.down_proj.weight": "model-00014-of-00020.safetensors",
|
466 |
+
"model.layers.21.moe.mlp.7.gate_proj.weight": "model-00014-of-00020.safetensors",
|
467 |
+
"model.layers.21.moe.mlp.7.up_proj.weight": "model-00014-of-00020.safetensors",
|
468 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00014-of-00020.safetensors",
|
469 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00013-of-00020.safetensors",
|
470 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00013-of-00020.safetensors",
|
471 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00013-of-00020.safetensors",
|
472 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00013-of-00020.safetensors",
|
473 |
+
"model.layers.22.input_layernorm.weight": "model-00014-of-00020.safetensors",
|
474 |
+
"model.layers.22.moe.gate.weight": "model-00014-of-00020.safetensors",
|
475 |
+
"model.layers.22.moe.mlp.0.down_proj.weight": "model-00014-of-00020.safetensors",
|
476 |
+
"model.layers.22.moe.mlp.0.gate_proj.weight": "model-00014-of-00020.safetensors",
|
477 |
+
"model.layers.22.moe.mlp.0.up_proj.weight": "model-00014-of-00020.safetensors",
|
478 |
+
"model.layers.22.moe.mlp.1.down_proj.weight": "model-00014-of-00020.safetensors",
|
479 |
+
"model.layers.22.moe.mlp.1.gate_proj.weight": "model-00014-of-00020.safetensors",
|
480 |
+
"model.layers.22.moe.mlp.1.up_proj.weight": "model-00014-of-00020.safetensors",
|
481 |
+
"model.layers.22.moe.mlp.2.down_proj.weight": "model-00014-of-00020.safetensors",
|
482 |
+
"model.layers.22.moe.mlp.2.gate_proj.weight": "model-00014-of-00020.safetensors",
|
483 |
+
"model.layers.22.moe.mlp.2.up_proj.weight": "model-00014-of-00020.safetensors",
|
484 |
+
"model.layers.22.moe.mlp.3.down_proj.weight": "model-00014-of-00020.safetensors",
|
485 |
+
"model.layers.22.moe.mlp.3.gate_proj.weight": "model-00014-of-00020.safetensors",
|
486 |
+
"model.layers.22.moe.mlp.3.up_proj.weight": "model-00014-of-00020.safetensors",
|
487 |
+
"model.layers.22.moe.mlp.4.down_proj.weight": "model-00014-of-00020.safetensors",
|
488 |
+
"model.layers.22.moe.mlp.4.gate_proj.weight": "model-00014-of-00020.safetensors",
|
489 |
+
"model.layers.22.moe.mlp.4.up_proj.weight": "model-00014-of-00020.safetensors",
|
490 |
+
"model.layers.22.moe.mlp.5.down_proj.weight": "model-00014-of-00020.safetensors",
|
491 |
+
"model.layers.22.moe.mlp.5.gate_proj.weight": "model-00014-of-00020.safetensors",
|
492 |
+
"model.layers.22.moe.mlp.5.up_proj.weight": "model-00014-of-00020.safetensors",
|
493 |
+
"model.layers.22.moe.mlp.6.down_proj.weight": "model-00014-of-00020.safetensors",
|
494 |
+
"model.layers.22.moe.mlp.6.gate_proj.weight": "model-00014-of-00020.safetensors",
|
495 |
+
"model.layers.22.moe.mlp.6.up_proj.weight": "model-00014-of-00020.safetensors",
|
496 |
+
"model.layers.22.moe.mlp.7.down_proj.weight": "model-00014-of-00020.safetensors",
|
497 |
+
"model.layers.22.moe.mlp.7.gate_proj.weight": "model-00014-of-00020.safetensors",
|
498 |
+
"model.layers.22.moe.mlp.7.up_proj.weight": "model-00014-of-00020.safetensors",
|
499 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00014-of-00020.safetensors",
|
500 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00014-of-00020.safetensors",
|
501 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00014-of-00020.safetensors",
|
502 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00014-of-00020.safetensors",
|
503 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00014-of-00020.safetensors",
|
504 |
+
"model.layers.23.input_layernorm.weight": "model-00015-of-00020.safetensors",
|
505 |
+
"model.layers.23.moe.gate.weight": "model-00015-of-00020.safetensors",
|
506 |
+
"model.layers.23.moe.mlp.0.down_proj.weight": "model-00014-of-00020.safetensors",
|
507 |
+
"model.layers.23.moe.mlp.0.gate_proj.weight": "model-00014-of-00020.safetensors",
|
508 |
+
"model.layers.23.moe.mlp.0.up_proj.weight": "model-00014-of-00020.safetensors",
|
509 |
+
"model.layers.23.moe.mlp.1.down_proj.weight": "model-00014-of-00020.safetensors",
|
510 |
+
"model.layers.23.moe.mlp.1.gate_proj.weight": "model-00014-of-00020.safetensors",
|
511 |
+
"model.layers.23.moe.mlp.1.up_proj.weight": "model-00014-of-00020.safetensors",
|
512 |
+
"model.layers.23.moe.mlp.2.down_proj.weight": "model-00014-of-00020.safetensors",
|
513 |
+
"model.layers.23.moe.mlp.2.gate_proj.weight": "model-00014-of-00020.safetensors",
|
514 |
+
"model.layers.23.moe.mlp.2.up_proj.weight": "model-00014-of-00020.safetensors",
|
515 |
+
"model.layers.23.moe.mlp.3.down_proj.weight": "model-00014-of-00020.safetensors",
|
516 |
+
"model.layers.23.moe.mlp.3.gate_proj.weight": "model-00014-of-00020.safetensors",
|
517 |
+
"model.layers.23.moe.mlp.3.up_proj.weight": "model-00014-of-00020.safetensors",
|
518 |
+
"model.layers.23.moe.mlp.4.down_proj.weight": "model-00015-of-00020.safetensors",
|
519 |
+
"model.layers.23.moe.mlp.4.gate_proj.weight": "model-00014-of-00020.safetensors",
|
520 |
+
"model.layers.23.moe.mlp.4.up_proj.weight": "model-00015-of-00020.safetensors",
|
521 |
+
"model.layers.23.moe.mlp.5.down_proj.weight": "model-00015-of-00020.safetensors",
|
522 |
+
"model.layers.23.moe.mlp.5.gate_proj.weight": "model-00015-of-00020.safetensors",
|
523 |
+
"model.layers.23.moe.mlp.5.up_proj.weight": "model-00015-of-00020.safetensors",
|
524 |
+
"model.layers.23.moe.mlp.6.down_proj.weight": "model-00015-of-00020.safetensors",
|
525 |
+
"model.layers.23.moe.mlp.6.gate_proj.weight": "model-00015-of-00020.safetensors",
|
526 |
+
"model.layers.23.moe.mlp.6.up_proj.weight": "model-00015-of-00020.safetensors",
|
527 |
+
"model.layers.23.moe.mlp.7.down_proj.weight": "model-00015-of-00020.safetensors",
|
528 |
+
"model.layers.23.moe.mlp.7.gate_proj.weight": "model-00015-of-00020.safetensors",
|
529 |
+
"model.layers.23.moe.mlp.7.up_proj.weight": "model-00015-of-00020.safetensors",
|
530 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00015-of-00020.safetensors",
|
531 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00014-of-00020.safetensors",
|
532 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00014-of-00020.safetensors",
|
533 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00014-of-00020.safetensors",
|
534 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00014-of-00020.safetensors",
|
535 |
+
"model.layers.24.input_layernorm.weight": "model-00015-of-00020.safetensors",
|
536 |
+
"model.layers.24.moe.gate.weight": "model-00015-of-00020.safetensors",
|
537 |
+
"model.layers.24.moe.mlp.0.down_proj.weight": "model-00015-of-00020.safetensors",
|
538 |
+
"model.layers.24.moe.mlp.0.gate_proj.weight": "model-00015-of-00020.safetensors",
|
539 |
+
"model.layers.24.moe.mlp.0.up_proj.weight": "model-00015-of-00020.safetensors",
|
540 |
+
"model.layers.24.moe.mlp.1.down_proj.weight": "model-00015-of-00020.safetensors",
|
541 |
+
"model.layers.24.moe.mlp.1.gate_proj.weight": "model-00015-of-00020.safetensors",
|
542 |
+
"model.layers.24.moe.mlp.1.up_proj.weight": "model-00015-of-00020.safetensors",
|
543 |
+
"model.layers.24.moe.mlp.2.down_proj.weight": "model-00015-of-00020.safetensors",
|
544 |
+
"model.layers.24.moe.mlp.2.gate_proj.weight": "model-00015-of-00020.safetensors",
|
545 |
+
"model.layers.24.moe.mlp.2.up_proj.weight": "model-00015-of-00020.safetensors",
|
546 |
+
"model.layers.24.moe.mlp.3.down_proj.weight": "model-00015-of-00020.safetensors",
|
547 |
+
"model.layers.24.moe.mlp.3.gate_proj.weight": "model-00015-of-00020.safetensors",
|
548 |
+
"model.layers.24.moe.mlp.3.up_proj.weight": "model-00015-of-00020.safetensors",
|
549 |
+
"model.layers.24.moe.mlp.4.down_proj.weight": "model-00015-of-00020.safetensors",
|
550 |
+
"model.layers.24.moe.mlp.4.gate_proj.weight": "model-00015-of-00020.safetensors",
|
551 |
+
"model.layers.24.moe.mlp.4.up_proj.weight": "model-00015-of-00020.safetensors",
|
552 |
+
"model.layers.24.moe.mlp.5.down_proj.weight": "model-00015-of-00020.safetensors",
|
553 |
+
"model.layers.24.moe.mlp.5.gate_proj.weight": "model-00015-of-00020.safetensors",
|
554 |
+
"model.layers.24.moe.mlp.5.up_proj.weight": "model-00015-of-00020.safetensors",
|
555 |
+
"model.layers.24.moe.mlp.6.down_proj.weight": "model-00015-of-00020.safetensors",
|
556 |
+
"model.layers.24.moe.mlp.6.gate_proj.weight": "model-00015-of-00020.safetensors",
|
557 |
+
"model.layers.24.moe.mlp.6.up_proj.weight": "model-00015-of-00020.safetensors",
|
558 |
+
"model.layers.24.moe.mlp.7.down_proj.weight": "model-00015-of-00020.safetensors",
|
559 |
+
"model.layers.24.moe.mlp.7.gate_proj.weight": "model-00015-of-00020.safetensors",
|
560 |
+
"model.layers.24.moe.mlp.7.up_proj.weight": "model-00015-of-00020.safetensors",
|
561 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00015-of-00020.safetensors",
|
562 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00015-of-00020.safetensors",
|
563 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00015-of-00020.safetensors",
|
564 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00015-of-00020.safetensors",
|
565 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00015-of-00020.safetensors",
|
566 |
+
"model.layers.25.input_layernorm.weight": "model-00016-of-00020.safetensors",
|
567 |
+
"model.layers.25.moe.gate.weight": "model-00016-of-00020.safetensors",
|
568 |
+
"model.layers.25.moe.mlp.0.down_proj.weight": "model-00015-of-00020.safetensors",
|
569 |
+
"model.layers.25.moe.mlp.0.gate_proj.weight": "model-00015-of-00020.safetensors",
|
570 |
+
"model.layers.25.moe.mlp.0.up_proj.weight": "model-00015-of-00020.safetensors",
|
571 |
+
"model.layers.25.moe.mlp.1.down_proj.weight": "model-00015-of-00020.safetensors",
|
572 |
+
"model.layers.25.moe.mlp.1.gate_proj.weight": "model-00015-of-00020.safetensors",
|
573 |
+
"model.layers.25.moe.mlp.1.up_proj.weight": "model-00015-of-00020.safetensors",
|
574 |
+
"model.layers.25.moe.mlp.2.down_proj.weight": "model-00016-of-00020.safetensors",
|
575 |
+
"model.layers.25.moe.mlp.2.gate_proj.weight": "model-00016-of-00020.safetensors",
|
576 |
+
"model.layers.25.moe.mlp.2.up_proj.weight": "model-00016-of-00020.safetensors",
|
577 |
+
"model.layers.25.moe.mlp.3.down_proj.weight": "model-00016-of-00020.safetensors",
|
578 |
+
"model.layers.25.moe.mlp.3.gate_proj.weight": "model-00016-of-00020.safetensors",
|
579 |
+
"model.layers.25.moe.mlp.3.up_proj.weight": "model-00016-of-00020.safetensors",
|
580 |
+
"model.layers.25.moe.mlp.4.down_proj.weight": "model-00016-of-00020.safetensors",
|
581 |
+
"model.layers.25.moe.mlp.4.gate_proj.weight": "model-00016-of-00020.safetensors",
|
582 |
+
"model.layers.25.moe.mlp.4.up_proj.weight": "model-00016-of-00020.safetensors",
|
583 |
+
"model.layers.25.moe.mlp.5.down_proj.weight": "model-00016-of-00020.safetensors",
|
584 |
+
"model.layers.25.moe.mlp.5.gate_proj.weight": "model-00016-of-00020.safetensors",
|
585 |
+
"model.layers.25.moe.mlp.5.up_proj.weight": "model-00016-of-00020.safetensors",
|
586 |
+
"model.layers.25.moe.mlp.6.down_proj.weight": "model-00016-of-00020.safetensors",
|
587 |
+
"model.layers.25.moe.mlp.6.gate_proj.weight": "model-00016-of-00020.safetensors",
|
588 |
+
"model.layers.25.moe.mlp.6.up_proj.weight": "model-00016-of-00020.safetensors",
|
589 |
+
"model.layers.25.moe.mlp.7.down_proj.weight": "model-00016-of-00020.safetensors",
|
590 |
+
"model.layers.25.moe.mlp.7.gate_proj.weight": "model-00016-of-00020.safetensors",
|
591 |
+
"model.layers.25.moe.mlp.7.up_proj.weight": "model-00016-of-00020.safetensors",
|
592 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00016-of-00020.safetensors",
|
593 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00015-of-00020.safetensors",
|
594 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00015-of-00020.safetensors",
|
595 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00015-of-00020.safetensors",
|
596 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00015-of-00020.safetensors",
|
597 |
+
"model.layers.26.input_layernorm.weight": "model-00017-of-00020.safetensors",
|
598 |
+
"model.layers.26.moe.gate.weight": "model-00017-of-00020.safetensors",
|
599 |
+
"model.layers.26.moe.mlp.0.down_proj.weight": "model-00016-of-00020.safetensors",
|
600 |
+
"model.layers.26.moe.mlp.0.gate_proj.weight": "model-00016-of-00020.safetensors",
|
601 |
+
"model.layers.26.moe.mlp.0.up_proj.weight": "model-00016-of-00020.safetensors",
|
602 |
+
"model.layers.26.moe.mlp.1.down_proj.weight": "model-00016-of-00020.safetensors",
|
603 |
+
"model.layers.26.moe.mlp.1.gate_proj.weight": "model-00016-of-00020.safetensors",
|
604 |
+
"model.layers.26.moe.mlp.1.up_proj.weight": "model-00016-of-00020.safetensors",
|
605 |
+
"model.layers.26.moe.mlp.2.down_proj.weight": "model-00016-of-00020.safetensors",
|
606 |
+
"model.layers.26.moe.mlp.2.gate_proj.weight": "model-00016-of-00020.safetensors",
|
607 |
+
"model.layers.26.moe.mlp.2.up_proj.weight": "model-00016-of-00020.safetensors",
|
608 |
+
"model.layers.26.moe.mlp.3.down_proj.weight": "model-00016-of-00020.safetensors",
|
609 |
+
"model.layers.26.moe.mlp.3.gate_proj.weight": "model-00016-of-00020.safetensors",
|
610 |
+
"model.layers.26.moe.mlp.3.up_proj.weight": "model-00016-of-00020.safetensors",
|
611 |
+
"model.layers.26.moe.mlp.4.down_proj.weight": "model-00016-of-00020.safetensors",
|
612 |
+
"model.layers.26.moe.mlp.4.gate_proj.weight": "model-00016-of-00020.safetensors",
|
613 |
+
"model.layers.26.moe.mlp.4.up_proj.weight": "model-00016-of-00020.safetensors",
|
614 |
+
"model.layers.26.moe.mlp.5.down_proj.weight": "model-00016-of-00020.safetensors",
|
615 |
+
"model.layers.26.moe.mlp.5.gate_proj.weight": "model-00016-of-00020.safetensors",
|
616 |
+
"model.layers.26.moe.mlp.5.up_proj.weight": "model-00016-of-00020.safetensors",
|
617 |
+
"model.layers.26.moe.mlp.6.down_proj.weight": "model-00016-of-00020.safetensors",
|
618 |
+
"model.layers.26.moe.mlp.6.gate_proj.weight": "model-00016-of-00020.safetensors",
|
619 |
+
"model.layers.26.moe.mlp.6.up_proj.weight": "model-00016-of-00020.safetensors",
|
620 |
+
"model.layers.26.moe.mlp.7.down_proj.weight": "model-00017-of-00020.safetensors",
|
621 |
+
"model.layers.26.moe.mlp.7.gate_proj.weight": "model-00016-of-00020.safetensors",
|
622 |
+
"model.layers.26.moe.mlp.7.up_proj.weight": "model-00016-of-00020.safetensors",
|
623 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00017-of-00020.safetensors",
|
624 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00016-of-00020.safetensors",
|
625 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00016-of-00020.safetensors",
|
626 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00016-of-00020.safetensors",
|
627 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00016-of-00020.safetensors",
|
628 |
+
"model.layers.27.input_layernorm.weight": "model-00017-of-00020.safetensors",
|
629 |
+
"model.layers.27.moe.gate.weight": "model-00017-of-00020.safetensors",
|
630 |
+
"model.layers.27.moe.mlp.0.down_proj.weight": "model-00017-of-00020.safetensors",
|
631 |
+
"model.layers.27.moe.mlp.0.gate_proj.weight": "model-00017-of-00020.safetensors",
|
632 |
+
"model.layers.27.moe.mlp.0.up_proj.weight": "model-00017-of-00020.safetensors",
|
633 |
+
"model.layers.27.moe.mlp.1.down_proj.weight": "model-00017-of-00020.safetensors",
|
634 |
+
"model.layers.27.moe.mlp.1.gate_proj.weight": "model-00017-of-00020.safetensors",
|
635 |
+
"model.layers.27.moe.mlp.1.up_proj.weight": "model-00017-of-00020.safetensors",
|
636 |
+
"model.layers.27.moe.mlp.2.down_proj.weight": "model-00017-of-00020.safetensors",
|
637 |
+
"model.layers.27.moe.mlp.2.gate_proj.weight": "model-00017-of-00020.safetensors",
|
638 |
+
"model.layers.27.moe.mlp.2.up_proj.weight": "model-00017-of-00020.safetensors",
|
639 |
+
"model.layers.27.moe.mlp.3.down_proj.weight": "model-00017-of-00020.safetensors",
|
640 |
+
"model.layers.27.moe.mlp.3.gate_proj.weight": "model-00017-of-00020.safetensors",
|
641 |
+
"model.layers.27.moe.mlp.3.up_proj.weight": "model-00017-of-00020.safetensors",
|
642 |
+
"model.layers.27.moe.mlp.4.down_proj.weight": "model-00017-of-00020.safetensors",
|
643 |
+
"model.layers.27.moe.mlp.4.gate_proj.weight": "model-00017-of-00020.safetensors",
|
644 |
+
"model.layers.27.moe.mlp.4.up_proj.weight": "model-00017-of-00020.safetensors",
|
645 |
+
"model.layers.27.moe.mlp.5.down_proj.weight": "model-00017-of-00020.safetensors",
|
646 |
+
"model.layers.27.moe.mlp.5.gate_proj.weight": "model-00017-of-00020.safetensors",
|
647 |
+
"model.layers.27.moe.mlp.5.up_proj.weight": "model-00017-of-00020.safetensors",
|
648 |
+
"model.layers.27.moe.mlp.6.down_proj.weight": "model-00017-of-00020.safetensors",
|
649 |
+
"model.layers.27.moe.mlp.6.gate_proj.weight": "model-00017-of-00020.safetensors",
|
650 |
+
"model.layers.27.moe.mlp.6.up_proj.weight": "model-00017-of-00020.safetensors",
|
651 |
+
"model.layers.27.moe.mlp.7.down_proj.weight": "model-00017-of-00020.safetensors",
|
652 |
+
"model.layers.27.moe.mlp.7.gate_proj.weight": "model-00017-of-00020.safetensors",
|
653 |
+
"model.layers.27.moe.mlp.7.up_proj.weight": "model-00017-of-00020.safetensors",
|
654 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00017-of-00020.safetensors",
|
655 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00017-of-00020.safetensors",
|
656 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00017-of-00020.safetensors",
|
657 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00017-of-00020.safetensors",
|
658 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00017-of-00020.safetensors",
|
659 |
+
"model.layers.28.input_layernorm.weight": "model-00018-of-00020.safetensors",
|
660 |
+
"model.layers.28.moe.gate.weight": "model-00018-of-00020.safetensors",
|
661 |
+
"model.layers.28.moe.mlp.0.down_proj.weight": "model-00017-of-00020.safetensors",
|
662 |
+
"model.layers.28.moe.mlp.0.gate_proj.weight": "model-00017-of-00020.safetensors",
|
663 |
+
"model.layers.28.moe.mlp.0.up_proj.weight": "model-00017-of-00020.safetensors",
|
664 |
+
"model.layers.28.moe.mlp.1.down_proj.weight": "model-00017-of-00020.safetensors",
|
665 |
+
"model.layers.28.moe.mlp.1.gate_proj.weight": "model-00017-of-00020.safetensors",
|
666 |
+
"model.layers.28.moe.mlp.1.up_proj.weight": "model-00017-of-00020.safetensors",
|
667 |
+
"model.layers.28.moe.mlp.2.down_proj.weight": "model-00017-of-00020.safetensors",
|
668 |
+
"model.layers.28.moe.mlp.2.gate_proj.weight": "model-00017-of-00020.safetensors",
|
669 |
+
"model.layers.28.moe.mlp.2.up_proj.weight": "model-00017-of-00020.safetensors",
|
670 |
+
"model.layers.28.moe.mlp.3.down_proj.weight": "model-00017-of-00020.safetensors",
|
671 |
+
"model.layers.28.moe.mlp.3.gate_proj.weight": "model-00017-of-00020.safetensors",
|
672 |
+
"model.layers.28.moe.mlp.3.up_proj.weight": "model-00017-of-00020.safetensors",
|
673 |
+
"model.layers.28.moe.mlp.4.down_proj.weight": "model-00017-of-00020.safetensors",
|
674 |
+
"model.layers.28.moe.mlp.4.gate_proj.weight": "model-00017-of-00020.safetensors",
|
675 |
+
"model.layers.28.moe.mlp.4.up_proj.weight": "model-00017-of-00020.safetensors",
|
676 |
+
"model.layers.28.moe.mlp.5.down_proj.weight": "model-00018-of-00020.safetensors",
|
677 |
+
"model.layers.28.moe.mlp.5.gate_proj.weight": "model-00017-of-00020.safetensors",
|
678 |
+
"model.layers.28.moe.mlp.5.up_proj.weight": "model-00018-of-00020.safetensors",
|
679 |
+
"model.layers.28.moe.mlp.6.down_proj.weight": "model-00018-of-00020.safetensors",
|
680 |
+
"model.layers.28.moe.mlp.6.gate_proj.weight": "model-00018-of-00020.safetensors",
|
681 |
+
"model.layers.28.moe.mlp.6.up_proj.weight": "model-00018-of-00020.safetensors",
|
682 |
+
"model.layers.28.moe.mlp.7.down_proj.weight": "model-00018-of-00020.safetensors",
|
683 |
+
"model.layers.28.moe.mlp.7.gate_proj.weight": "model-00018-of-00020.safetensors",
|
684 |
+
"model.layers.28.moe.mlp.7.up_proj.weight": "model-00018-of-00020.safetensors",
|
685 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00018-of-00020.safetensors",
|
686 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00017-of-00020.safetensors",
|
687 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00017-of-00020.safetensors",
|
688 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00017-of-00020.safetensors",
|
689 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00017-of-00020.safetensors",
|
690 |
+
"model.layers.29.input_layernorm.weight": "model-00018-of-00020.safetensors",
|
691 |
+
"model.layers.29.moe.gate.weight": "model-00018-of-00020.safetensors",
|
692 |
+
"model.layers.29.moe.mlp.0.down_proj.weight": "model-00018-of-00020.safetensors",
|
693 |
+
"model.layers.29.moe.mlp.0.gate_proj.weight": "model-00018-of-00020.safetensors",
|
694 |
+
"model.layers.29.moe.mlp.0.up_proj.weight": "model-00018-of-00020.safetensors",
|
695 |
+
"model.layers.29.moe.mlp.1.down_proj.weight": "model-00018-of-00020.safetensors",
|
696 |
+
"model.layers.29.moe.mlp.1.gate_proj.weight": "model-00018-of-00020.safetensors",
|
697 |
+
"model.layers.29.moe.mlp.1.up_proj.weight": "model-00018-of-00020.safetensors",
|
698 |
+
"model.layers.29.moe.mlp.2.down_proj.weight": "model-00018-of-00020.safetensors",
|
699 |
+
"model.layers.29.moe.mlp.2.gate_proj.weight": "model-00018-of-00020.safetensors",
|
700 |
+
"model.layers.29.moe.mlp.2.up_proj.weight": "model-00018-of-00020.safetensors",
|
701 |
+
"model.layers.29.moe.mlp.3.down_proj.weight": "model-00018-of-00020.safetensors",
|
702 |
+
"model.layers.29.moe.mlp.3.gate_proj.weight": "model-00018-of-00020.safetensors",
|
703 |
+
"model.layers.29.moe.mlp.3.up_proj.weight": "model-00018-of-00020.safetensors",
|
704 |
+
"model.layers.29.moe.mlp.4.down_proj.weight": "model-00018-of-00020.safetensors",
|
705 |
+
"model.layers.29.moe.mlp.4.gate_proj.weight": "model-00018-of-00020.safetensors",
|
706 |
+
"model.layers.29.moe.mlp.4.up_proj.weight": "model-00018-of-00020.safetensors",
|
707 |
+
"model.layers.29.moe.mlp.5.down_proj.weight": "model-00018-of-00020.safetensors",
|
708 |
+
"model.layers.29.moe.mlp.5.gate_proj.weight": "model-00018-of-00020.safetensors",
|
709 |
+
"model.layers.29.moe.mlp.5.up_proj.weight": "model-00018-of-00020.safetensors",
|
710 |
+
"model.layers.29.moe.mlp.6.down_proj.weight": "model-00018-of-00020.safetensors",
|
711 |
+
"model.layers.29.moe.mlp.6.gate_proj.weight": "model-00018-of-00020.safetensors",
|
712 |
+
"model.layers.29.moe.mlp.6.up_proj.weight": "model-00018-of-00020.safetensors",
|
713 |
+
"model.layers.29.moe.mlp.7.down_proj.weight": "model-00018-of-00020.safetensors",
|
714 |
+
"model.layers.29.moe.mlp.7.gate_proj.weight": "model-00018-of-00020.safetensors",
|
715 |
+
"model.layers.29.moe.mlp.7.up_proj.weight": "model-00018-of-00020.safetensors",
|
716 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00018-of-00020.safetensors",
|
717 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00018-of-00020.safetensors",
|
718 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00018-of-00020.safetensors",
|
719 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00018-of-00020.safetensors",
|
720 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00018-of-00020.safetensors",
|
721 |
+
"model.layers.3.input_layernorm.weight": "model-00003-of-00020.safetensors",
|
722 |
+
"model.layers.3.moe.gate.weight": "model-00003-of-00020.safetensors",
|
723 |
+
"model.layers.3.moe.mlp.0.down_proj.weight": "model-00003-of-00020.safetensors",
|
724 |
+
"model.layers.3.moe.mlp.0.gate_proj.weight": "model-00002-of-00020.safetensors",
|
725 |
+
"model.layers.3.moe.mlp.0.up_proj.weight": "model-00003-of-00020.safetensors",
|
726 |
+
"model.layers.3.moe.mlp.1.down_proj.weight": "model-00003-of-00020.safetensors",
|
727 |
+
"model.layers.3.moe.mlp.1.gate_proj.weight": "model-00003-of-00020.safetensors",
|
728 |
+
"model.layers.3.moe.mlp.1.up_proj.weight": "model-00003-of-00020.safetensors",
|
729 |
+
"model.layers.3.moe.mlp.2.down_proj.weight": "model-00003-of-00020.safetensors",
|
730 |
+
"model.layers.3.moe.mlp.2.gate_proj.weight": "model-00003-of-00020.safetensors",
|
731 |
+
"model.layers.3.moe.mlp.2.up_proj.weight": "model-00003-of-00020.safetensors",
|
732 |
+
"model.layers.3.moe.mlp.3.down_proj.weight": "model-00003-of-00020.safetensors",
|
733 |
+
"model.layers.3.moe.mlp.3.gate_proj.weight": "model-00003-of-00020.safetensors",
|
734 |
+
"model.layers.3.moe.mlp.3.up_proj.weight": "model-00003-of-00020.safetensors",
|
735 |
+
"model.layers.3.moe.mlp.4.down_proj.weight": "model-00003-of-00020.safetensors",
|
736 |
+
"model.layers.3.moe.mlp.4.gate_proj.weight": "model-00003-of-00020.safetensors",
|
737 |
+
"model.layers.3.moe.mlp.4.up_proj.weight": "model-00003-of-00020.safetensors",
|
738 |
+
"model.layers.3.moe.mlp.5.down_proj.weight": "model-00003-of-00020.safetensors",
|
739 |
+
"model.layers.3.moe.mlp.5.gate_proj.weight": "model-00003-of-00020.safetensors",
|
740 |
+
"model.layers.3.moe.mlp.5.up_proj.weight": "model-00003-of-00020.safetensors",
|
741 |
+
"model.layers.3.moe.mlp.6.down_proj.weight": "model-00003-of-00020.safetensors",
|
742 |
+
"model.layers.3.moe.mlp.6.gate_proj.weight": "model-00003-of-00020.safetensors",
|
743 |
+
"model.layers.3.moe.mlp.6.up_proj.weight": "model-00003-of-00020.safetensors",
|
744 |
+
"model.layers.3.moe.mlp.7.down_proj.weight": "model-00003-of-00020.safetensors",
|
745 |
+
"model.layers.3.moe.mlp.7.gate_proj.weight": "model-00003-of-00020.safetensors",
|
746 |
+
"model.layers.3.moe.mlp.7.up_proj.weight": "model-00003-of-00020.safetensors",
|
747 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00003-of-00020.safetensors",
|
748 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00002-of-00020.safetensors",
|
749 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00002-of-00020.safetensors",
|
750 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00002-of-00020.safetensors",
|
751 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00002-of-00020.safetensors",
|
752 |
+
"model.layers.30.input_layernorm.weight": "model-00019-of-00020.safetensors",
|
753 |
+
"model.layers.30.moe.gate.weight": "model-00019-of-00020.safetensors",
|
754 |
+
"model.layers.30.moe.mlp.0.down_proj.weight": "model-00018-of-00020.safetensors",
|
755 |
+
"model.layers.30.moe.mlp.0.gate_proj.weight": "model-00018-of-00020.safetensors",
|
756 |
+
"model.layers.30.moe.mlp.0.up_proj.weight": "model-00018-of-00020.safetensors",
|
757 |
+
"model.layers.30.moe.mlp.1.down_proj.weight": "model-00018-of-00020.safetensors",
|
758 |
+
"model.layers.30.moe.mlp.1.gate_proj.weight": "model-00018-of-00020.safetensors",
|
759 |
+
"model.layers.30.moe.mlp.1.up_proj.weight": "model-00018-of-00020.safetensors",
|
760 |
+
"model.layers.30.moe.mlp.2.down_proj.weight": "model-00018-of-00020.safetensors",
|
761 |
+
"model.layers.30.moe.mlp.2.gate_proj.weight": "model-00018-of-00020.safetensors",
|
762 |
+
"model.layers.30.moe.mlp.2.up_proj.weight": "model-00018-of-00020.safetensors",
|
763 |
+
"model.layers.30.moe.mlp.3.down_proj.weight": "model-00019-of-00020.safetensors",
|
764 |
+
"model.layers.30.moe.mlp.3.gate_proj.weight": "model-00019-of-00020.safetensors",
|
765 |
+
"model.layers.30.moe.mlp.3.up_proj.weight": "model-00019-of-00020.safetensors",
|
766 |
+
"model.layers.30.moe.mlp.4.down_proj.weight": "model-00019-of-00020.safetensors",
|
767 |
+
"model.layers.30.moe.mlp.4.gate_proj.weight": "model-00019-of-00020.safetensors",
|
768 |
+
"model.layers.30.moe.mlp.4.up_proj.weight": "model-00019-of-00020.safetensors",
|
769 |
+
"model.layers.30.moe.mlp.5.down_proj.weight": "model-00019-of-00020.safetensors",
|
770 |
+
"model.layers.30.moe.mlp.5.gate_proj.weight": "model-00019-of-00020.safetensors",
|
771 |
+
"model.layers.30.moe.mlp.5.up_proj.weight": "model-00019-of-00020.safetensors",
|
772 |
+
"model.layers.30.moe.mlp.6.down_proj.weight": "model-00019-of-00020.safetensors",
|
773 |
+
"model.layers.30.moe.mlp.6.gate_proj.weight": "model-00019-of-00020.safetensors",
|
774 |
+
"model.layers.30.moe.mlp.6.up_proj.weight": "model-00019-of-00020.safetensors",
|
775 |
+
"model.layers.30.moe.mlp.7.down_proj.weight": "model-00019-of-00020.safetensors",
|
776 |
+
"model.layers.30.moe.mlp.7.gate_proj.weight": "model-00019-of-00020.safetensors",
|
777 |
+
"model.layers.30.moe.mlp.7.up_proj.weight": "model-00019-of-00020.safetensors",
|
778 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00019-of-00020.safetensors",
|
779 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00018-of-00020.safetensors",
|
780 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00018-of-00020.safetensors",
|
781 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00018-of-00020.safetensors",
|
782 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00018-of-00020.safetensors",
|
783 |
+
"model.layers.31.input_layernorm.weight": "model-00019-of-00020.safetensors",
|
784 |
+
"model.layers.31.moe.gate.weight": "model-00019-of-00020.safetensors",
|
785 |
+
"model.layers.31.moe.mlp.0.down_proj.weight": "model-00019-of-00020.safetensors",
|
786 |
+
"model.layers.31.moe.mlp.0.gate_proj.weight": "model-00019-of-00020.safetensors",
|
787 |
+
"model.layers.31.moe.mlp.0.up_proj.weight": "model-00019-of-00020.safetensors",
|
788 |
+
"model.layers.31.moe.mlp.1.down_proj.weight": "model-00019-of-00020.safetensors",
|
789 |
+
"model.layers.31.moe.mlp.1.gate_proj.weight": "model-00019-of-00020.safetensors",
|
790 |
+
"model.layers.31.moe.mlp.1.up_proj.weight": "model-00019-of-00020.safetensors",
|
791 |
+
"model.layers.31.moe.mlp.2.down_proj.weight": "model-00019-of-00020.safetensors",
|
792 |
+
"model.layers.31.moe.mlp.2.gate_proj.weight": "model-00019-of-00020.safetensors",
|
793 |
+
"model.layers.31.moe.mlp.2.up_proj.weight": "model-00019-of-00020.safetensors",
|
794 |
+
"model.layers.31.moe.mlp.3.down_proj.weight": "model-00019-of-00020.safetensors",
|
795 |
+
"model.layers.31.moe.mlp.3.gate_proj.weight": "model-00019-of-00020.safetensors",
|
796 |
+
"model.layers.31.moe.mlp.3.up_proj.weight": "model-00019-of-00020.safetensors",
|
797 |
+
"model.layers.31.moe.mlp.4.down_proj.weight": "model-00019-of-00020.safetensors",
|
798 |
+
"model.layers.31.moe.mlp.4.gate_proj.weight": "model-00019-of-00020.safetensors",
|
799 |
+
"model.layers.31.moe.mlp.4.up_proj.weight": "model-00019-of-00020.safetensors",
|
800 |
+
"model.layers.31.moe.mlp.5.down_proj.weight": "model-00019-of-00020.safetensors",
|
801 |
+
"model.layers.31.moe.mlp.5.gate_proj.weight": "model-00019-of-00020.safetensors",
|
802 |
+
"model.layers.31.moe.mlp.5.up_proj.weight": "model-00019-of-00020.safetensors",
|
803 |
+
"model.layers.31.moe.mlp.6.down_proj.weight": "model-00019-of-00020.safetensors",
|
804 |
+
"model.layers.31.moe.mlp.6.gate_proj.weight": "model-00019-of-00020.safetensors",
|
805 |
+
"model.layers.31.moe.mlp.6.up_proj.weight": "model-00019-of-00020.safetensors",
|
806 |
+
"model.layers.31.moe.mlp.7.down_proj.weight": "model-00019-of-00020.safetensors",
|
807 |
+
"model.layers.31.moe.mlp.7.gate_proj.weight": "model-00019-of-00020.safetensors",
|
808 |
+
"model.layers.31.moe.mlp.7.up_proj.weight": "model-00019-of-00020.safetensors",
|
809 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00019-of-00020.safetensors",
|
810 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00019-of-00020.safetensors",
|
811 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00019-of-00020.safetensors",
|
812 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00019-of-00020.safetensors",
|
813 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00019-of-00020.safetensors",
|
814 |
+
"model.layers.4.input_layernorm.weight": "model-00004-of-00020.safetensors",
|
815 |
+
"model.layers.4.moe.gate.weight": "model-00004-of-00020.safetensors",
|
816 |
+
"model.layers.4.moe.mlp.0.down_proj.weight": "model-00003-of-00020.safetensors",
|
817 |
+
"model.layers.4.moe.mlp.0.gate_proj.weight": "model-00003-of-00020.safetensors",
|
818 |
+
"model.layers.4.moe.mlp.0.up_proj.weight": "model-00003-of-00020.safetensors",
|
819 |
+
"model.layers.4.moe.mlp.1.down_proj.weight": "model-00003-of-00020.safetensors",
|
820 |
+
"model.layers.4.moe.mlp.1.gate_proj.weight": "model-00003-of-00020.safetensors",
|
821 |
+
"model.layers.4.moe.mlp.1.up_proj.weight": "model-00003-of-00020.safetensors",
|
822 |
+
"model.layers.4.moe.mlp.2.down_proj.weight": "model-00003-of-00020.safetensors",
|
823 |
+
"model.layers.4.moe.mlp.2.gate_proj.weight": "model-00003-of-00020.safetensors",
|
824 |
+
"model.layers.4.moe.mlp.2.up_proj.weight": "model-00003-of-00020.safetensors",
|
825 |
+
"model.layers.4.moe.mlp.3.down_proj.weight": "model-00003-of-00020.safetensors",
|
826 |
+
"model.layers.4.moe.mlp.3.gate_proj.weight": "model-00003-of-00020.safetensors",
|
827 |
+
"model.layers.4.moe.mlp.3.up_proj.weight": "model-00003-of-00020.safetensors",
|
828 |
+
"model.layers.4.moe.mlp.4.down_proj.weight": "model-00003-of-00020.safetensors",
|
829 |
+
"model.layers.4.moe.mlp.4.gate_proj.weight": "model-00003-of-00020.safetensors",
|
830 |
+
"model.layers.4.moe.mlp.4.up_proj.weight": "model-00003-of-00020.safetensors",
|
831 |
+
"model.layers.4.moe.mlp.5.down_proj.weight": "model-00003-of-00020.safetensors",
|
832 |
+
"model.layers.4.moe.mlp.5.gate_proj.weight": "model-00003-of-00020.safetensors",
|
833 |
+
"model.layers.4.moe.mlp.5.up_proj.weight": "model-00003-of-00020.safetensors",
|
834 |
+
"model.layers.4.moe.mlp.6.down_proj.weight": "model-00004-of-00020.safetensors",
|
835 |
+
"model.layers.4.moe.mlp.6.gate_proj.weight": "model-00004-of-00020.safetensors",
|
836 |
+
"model.layers.4.moe.mlp.6.up_proj.weight": "model-00004-of-00020.safetensors",
|
837 |
+
"model.layers.4.moe.mlp.7.down_proj.weight": "model-00004-of-00020.safetensors",
|
838 |
+
"model.layers.4.moe.mlp.7.gate_proj.weight": "model-00004-of-00020.safetensors",
|
839 |
+
"model.layers.4.moe.mlp.7.up_proj.weight": "model-00004-of-00020.safetensors",
|
840 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00004-of-00020.safetensors",
|
841 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00003-of-00020.safetensors",
|
842 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00003-of-00020.safetensors",
|
843 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00003-of-00020.safetensors",
|
844 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00003-of-00020.safetensors",
|
845 |
+
"model.layers.5.input_layernorm.weight": "model-00004-of-00020.safetensors",
|
846 |
+
"model.layers.5.moe.gate.weight": "model-00004-of-00020.safetensors",
|
847 |
+
"model.layers.5.moe.mlp.0.down_proj.weight": "model-00004-of-00020.safetensors",
|
848 |
+
"model.layers.5.moe.mlp.0.gate_proj.weight": "model-00004-of-00020.safetensors",
|
849 |
+
"model.layers.5.moe.mlp.0.up_proj.weight": "model-00004-of-00020.safetensors",
|
850 |
+
"model.layers.5.moe.mlp.1.down_proj.weight": "model-00004-of-00020.safetensors",
|
851 |
+
"model.layers.5.moe.mlp.1.gate_proj.weight": "model-00004-of-00020.safetensors",
|
852 |
+
"model.layers.5.moe.mlp.1.up_proj.weight": "model-00004-of-00020.safetensors",
|
853 |
+
"model.layers.5.moe.mlp.2.down_proj.weight": "model-00004-of-00020.safetensors",
|
854 |
+
"model.layers.5.moe.mlp.2.gate_proj.weight": "model-00004-of-00020.safetensors",
|
855 |
+
"model.layers.5.moe.mlp.2.up_proj.weight": "model-00004-of-00020.safetensors",
|
856 |
+
"model.layers.5.moe.mlp.3.down_proj.weight": "model-00004-of-00020.safetensors",
|
857 |
+
"model.layers.5.moe.mlp.3.gate_proj.weight": "model-00004-of-00020.safetensors",
|
858 |
+
"model.layers.5.moe.mlp.3.up_proj.weight": "model-00004-of-00020.safetensors",
|
859 |
+
"model.layers.5.moe.mlp.4.down_proj.weight": "model-00004-of-00020.safetensors",
|
860 |
+
"model.layers.5.moe.mlp.4.gate_proj.weight": "model-00004-of-00020.safetensors",
|
861 |
+
"model.layers.5.moe.mlp.4.up_proj.weight": "model-00004-of-00020.safetensors",
|
862 |
+
"model.layers.5.moe.mlp.5.down_proj.weight": "model-00004-of-00020.safetensors",
|
863 |
+
"model.layers.5.moe.mlp.5.gate_proj.weight": "model-00004-of-00020.safetensors",
|
864 |
+
"model.layers.5.moe.mlp.5.up_proj.weight": "model-00004-of-00020.safetensors",
|
865 |
+
"model.layers.5.moe.mlp.6.down_proj.weight": "model-00004-of-00020.safetensors",
|
866 |
+
"model.layers.5.moe.mlp.6.gate_proj.weight": "model-00004-of-00020.safetensors",
|
867 |
+
"model.layers.5.moe.mlp.6.up_proj.weight": "model-00004-of-00020.safetensors",
|
868 |
+
"model.layers.5.moe.mlp.7.down_proj.weight": "model-00004-of-00020.safetensors",
|
869 |
+
"model.layers.5.moe.mlp.7.gate_proj.weight": "model-00004-of-00020.safetensors",
|
870 |
+
"model.layers.5.moe.mlp.7.up_proj.weight": "model-00004-of-00020.safetensors",
|
871 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00004-of-00020.safetensors",
|
872 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00004-of-00020.safetensors",
|
873 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00004-of-00020.safetensors",
|
874 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00004-of-00020.safetensors",
|
875 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00004-of-00020.safetensors",
|
876 |
+
"model.layers.6.input_layernorm.weight": "model-00005-of-00020.safetensors",
|
877 |
+
"model.layers.6.moe.gate.weight": "model-00005-of-00020.safetensors",
|
878 |
+
"model.layers.6.moe.mlp.0.down_proj.weight": "model-00004-of-00020.safetensors",
|
879 |
+
"model.layers.6.moe.mlp.0.gate_proj.weight": "model-00004-of-00020.safetensors",
|
880 |
+
"model.layers.6.moe.mlp.0.up_proj.weight": "model-00004-of-00020.safetensors",
|
881 |
+
"model.layers.6.moe.mlp.1.down_proj.weight": "model-00004-of-00020.safetensors",
|
882 |
+
"model.layers.6.moe.mlp.1.gate_proj.weight": "model-00004-of-00020.safetensors",
|
883 |
+
"model.layers.6.moe.mlp.1.up_proj.weight": "model-00004-of-00020.safetensors",
|
884 |
+
"model.layers.6.moe.mlp.2.down_proj.weight": "model-00004-of-00020.safetensors",
|
885 |
+
"model.layers.6.moe.mlp.2.gate_proj.weight": "model-00004-of-00020.safetensors",
|
886 |
+
"model.layers.6.moe.mlp.2.up_proj.weight": "model-00004-of-00020.safetensors",
|
887 |
+
"model.layers.6.moe.mlp.3.down_proj.weight": "model-00005-of-00020.safetensors",
|
888 |
+
"model.layers.6.moe.mlp.3.gate_proj.weight": "model-00004-of-00020.safetensors",
|
889 |
+
"model.layers.6.moe.mlp.3.up_proj.weight": "model-00004-of-00020.safetensors",
|
890 |
+
"model.layers.6.moe.mlp.4.down_proj.weight": "model-00005-of-00020.safetensors",
|
891 |
+
"model.layers.6.moe.mlp.4.gate_proj.weight": "model-00005-of-00020.safetensors",
|
892 |
+
"model.layers.6.moe.mlp.4.up_proj.weight": "model-00005-of-00020.safetensors",
|
893 |
+
"model.layers.6.moe.mlp.5.down_proj.weight": "model-00005-of-00020.safetensors",
|
894 |
+
"model.layers.6.moe.mlp.5.gate_proj.weight": "model-00005-of-00020.safetensors",
|
895 |
+
"model.layers.6.moe.mlp.5.up_proj.weight": "model-00005-of-00020.safetensors",
|
896 |
+
"model.layers.6.moe.mlp.6.down_proj.weight": "model-00005-of-00020.safetensors",
|
897 |
+
"model.layers.6.moe.mlp.6.gate_proj.weight": "model-00005-of-00020.safetensors",
|
898 |
+
"model.layers.6.moe.mlp.6.up_proj.weight": "model-00005-of-00020.safetensors",
|
899 |
+
"model.layers.6.moe.mlp.7.down_proj.weight": "model-00005-of-00020.safetensors",
|
900 |
+
"model.layers.6.moe.mlp.7.gate_proj.weight": "model-00005-of-00020.safetensors",
|
901 |
+
"model.layers.6.moe.mlp.7.up_proj.weight": "model-00005-of-00020.safetensors",
|
902 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00005-of-00020.safetensors",
|
903 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00004-of-00020.safetensors",
|
904 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00004-of-00020.safetensors",
|
905 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00004-of-00020.safetensors",
|
906 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00004-of-00020.safetensors",
|
907 |
+
"model.layers.7.input_layernorm.weight": "model-00005-of-00020.safetensors",
|
908 |
+
"model.layers.7.moe.gate.weight": "model-00005-of-00020.safetensors",
|
909 |
+
"model.layers.7.moe.mlp.0.down_proj.weight": "model-00005-of-00020.safetensors",
|
910 |
+
"model.layers.7.moe.mlp.0.gate_proj.weight": "model-00005-of-00020.safetensors",
|
911 |
+
"model.layers.7.moe.mlp.0.up_proj.weight": "model-00005-of-00020.safetensors",
|
912 |
+
"model.layers.7.moe.mlp.1.down_proj.weight": "model-00005-of-00020.safetensors",
|
913 |
+
"model.layers.7.moe.mlp.1.gate_proj.weight": "model-00005-of-00020.safetensors",
|
914 |
+
"model.layers.7.moe.mlp.1.up_proj.weight": "model-00005-of-00020.safetensors",
|
915 |
+
"model.layers.7.moe.mlp.2.down_proj.weight": "model-00005-of-00020.safetensors",
|
916 |
+
"model.layers.7.moe.mlp.2.gate_proj.weight": "model-00005-of-00020.safetensors",
|
917 |
+
"model.layers.7.moe.mlp.2.up_proj.weight": "model-00005-of-00020.safetensors",
|
918 |
+
"model.layers.7.moe.mlp.3.down_proj.weight": "model-00005-of-00020.safetensors",
|
919 |
+
"model.layers.7.moe.mlp.3.gate_proj.weight": "model-00005-of-00020.safetensors",
|
920 |
+
"model.layers.7.moe.mlp.3.up_proj.weight": "model-00005-of-00020.safetensors",
|
921 |
+
"model.layers.7.moe.mlp.4.down_proj.weight": "model-00005-of-00020.safetensors",
|
922 |
+
"model.layers.7.moe.mlp.4.gate_proj.weight": "model-00005-of-00020.safetensors",
|
923 |
+
"model.layers.7.moe.mlp.4.up_proj.weight": "model-00005-of-00020.safetensors",
|
924 |
+
"model.layers.7.moe.mlp.5.down_proj.weight": "model-00005-of-00020.safetensors",
|
925 |
+
"model.layers.7.moe.mlp.5.gate_proj.weight": "model-00005-of-00020.safetensors",
|
926 |
+
"model.layers.7.moe.mlp.5.up_proj.weight": "model-00005-of-00020.safetensors",
|
927 |
+
"model.layers.7.moe.mlp.6.down_proj.weight": "model-00005-of-00020.safetensors",
|
928 |
+
"model.layers.7.moe.mlp.6.gate_proj.weight": "model-00005-of-00020.safetensors",
|
929 |
+
"model.layers.7.moe.mlp.6.up_proj.weight": "model-00005-of-00020.safetensors",
|
930 |
+
"model.layers.7.moe.mlp.7.down_proj.weight": "model-00005-of-00020.safetensors",
|
931 |
+
"model.layers.7.moe.mlp.7.gate_proj.weight": "model-00005-of-00020.safetensors",
|
932 |
+
"model.layers.7.moe.mlp.7.up_proj.weight": "model-00005-of-00020.safetensors",
|
933 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00005-of-00020.safetensors",
|
934 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00005-of-00020.safetensors",
|
935 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00005-of-00020.safetensors",
|
936 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00005-of-00020.safetensors",
|
937 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00005-of-00020.safetensors",
|
938 |
+
"model.layers.8.input_layernorm.weight": "model-00006-of-00020.safetensors",
|
939 |
+
"model.layers.8.moe.gate.weight": "model-00006-of-00020.safetensors",
|
940 |
+
"model.layers.8.moe.mlp.0.down_proj.weight": "model-00005-of-00020.safetensors",
|
941 |
+
"model.layers.8.moe.mlp.0.gate_proj.weight": "model-00005-of-00020.safetensors",
|
942 |
+
"model.layers.8.moe.mlp.0.up_proj.weight": "model-00005-of-00020.safetensors",
|
943 |
+
"model.layers.8.moe.mlp.1.down_proj.weight": "model-00006-of-00020.safetensors",
|
944 |
+
"model.layers.8.moe.mlp.1.gate_proj.weight": "model-00005-of-00020.safetensors",
|
945 |
+
"model.layers.8.moe.mlp.1.up_proj.weight": "model-00006-of-00020.safetensors",
|
946 |
+
"model.layers.8.moe.mlp.2.down_proj.weight": "model-00006-of-00020.safetensors",
|
947 |
+
"model.layers.8.moe.mlp.2.gate_proj.weight": "model-00006-of-00020.safetensors",
|
948 |
+
"model.layers.8.moe.mlp.2.up_proj.weight": "model-00006-of-00020.safetensors",
|
949 |
+
"model.layers.8.moe.mlp.3.down_proj.weight": "model-00006-of-00020.safetensors",
|
950 |
+
"model.layers.8.moe.mlp.3.gate_proj.weight": "model-00006-of-00020.safetensors",
|
951 |
+
"model.layers.8.moe.mlp.3.up_proj.weight": "model-00006-of-00020.safetensors",
|
952 |
+
"model.layers.8.moe.mlp.4.down_proj.weight": "model-00006-of-00020.safetensors",
|
953 |
+
"model.layers.8.moe.mlp.4.gate_proj.weight": "model-00006-of-00020.safetensors",
|
954 |
+
"model.layers.8.moe.mlp.4.up_proj.weight": "model-00006-of-00020.safetensors",
|
955 |
+
"model.layers.8.moe.mlp.5.down_proj.weight": "model-00006-of-00020.safetensors",
|
956 |
+
"model.layers.8.moe.mlp.5.gate_proj.weight": "model-00006-of-00020.safetensors",
|
957 |
+
"model.layers.8.moe.mlp.5.up_proj.weight": "model-00006-of-00020.safetensors",
|
958 |
+
"model.layers.8.moe.mlp.6.down_proj.weight": "model-00006-of-00020.safetensors",
|
959 |
+
"model.layers.8.moe.mlp.6.gate_proj.weight": "model-00006-of-00020.safetensors",
|
960 |
+
"model.layers.8.moe.mlp.6.up_proj.weight": "model-00006-of-00020.safetensors",
|
961 |
+
"model.layers.8.moe.mlp.7.down_proj.weight": "model-00006-of-00020.safetensors",
|
962 |
+
"model.layers.8.moe.mlp.7.gate_proj.weight": "model-00006-of-00020.safetensors",
|
963 |
+
"model.layers.8.moe.mlp.7.up_proj.weight": "model-00006-of-00020.safetensors",
|
964 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00006-of-00020.safetensors",
|
965 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00005-of-00020.safetensors",
|
966 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00005-of-00020.safetensors",
|
967 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00005-of-00020.safetensors",
|
968 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00005-of-00020.safetensors",
|
969 |
+
"model.layers.9.input_layernorm.weight": "model-00007-of-00020.safetensors",
|
970 |
+
"model.layers.9.moe.gate.weight": "model-00007-of-00020.safetensors",
|
971 |
+
"model.layers.9.moe.mlp.0.down_proj.weight": "model-00006-of-00020.safetensors",
|
972 |
+
"model.layers.9.moe.mlp.0.gate_proj.weight": "model-00006-of-00020.safetensors",
|
973 |
+
"model.layers.9.moe.mlp.0.up_proj.weight": "model-00006-of-00020.safetensors",
|
974 |
+
"model.layers.9.moe.mlp.1.down_proj.weight": "model-00006-of-00020.safetensors",
|
975 |
+
"model.layers.9.moe.mlp.1.gate_proj.weight": "model-00006-of-00020.safetensors",
|
976 |
+
"model.layers.9.moe.mlp.1.up_proj.weight": "model-00006-of-00020.safetensors",
|
977 |
+
"model.layers.9.moe.mlp.2.down_proj.weight": "model-00006-of-00020.safetensors",
|
978 |
+
"model.layers.9.moe.mlp.2.gate_proj.weight": "model-00006-of-00020.safetensors",
|
979 |
+
"model.layers.9.moe.mlp.2.up_proj.weight": "model-00006-of-00020.safetensors",
|
980 |
+
"model.layers.9.moe.mlp.3.down_proj.weight": "model-00006-of-00020.safetensors",
|
981 |
+
"model.layers.9.moe.mlp.3.gate_proj.weight": "model-00006-of-00020.safetensors",
|
982 |
+
"model.layers.9.moe.mlp.3.up_proj.weight": "model-00006-of-00020.safetensors",
|
983 |
+
"model.layers.9.moe.mlp.4.down_proj.weight": "model-00006-of-00020.safetensors",
|
984 |
+
"model.layers.9.moe.mlp.4.gate_proj.weight": "model-00006-of-00020.safetensors",
|
985 |
+
"model.layers.9.moe.mlp.4.up_proj.weight": "model-00006-of-00020.safetensors",
|
986 |
+
"model.layers.9.moe.mlp.5.down_proj.weight": "model-00006-of-00020.safetensors",
|
987 |
+
"model.layers.9.moe.mlp.5.gate_proj.weight": "model-00006-of-00020.safetensors",
|
988 |
+
"model.layers.9.moe.mlp.5.up_proj.weight": "model-00006-of-00020.safetensors",
|
989 |
+
"model.layers.9.moe.mlp.6.down_proj.weight": "model-00006-of-00020.safetensors",
|
990 |
+
"model.layers.9.moe.mlp.6.gate_proj.weight": "model-00006-of-00020.safetensors",
|
991 |
+
"model.layers.9.moe.mlp.6.up_proj.weight": "model-00006-of-00020.safetensors",
|
992 |
+
"model.layers.9.moe.mlp.7.down_proj.weight": "model-00007-of-00020.safetensors",
|
993 |
+
"model.layers.9.moe.mlp.7.gate_proj.weight": "model-00007-of-00020.safetensors",
|
994 |
+
"model.layers.9.moe.mlp.7.up_proj.weight": "model-00007-of-00020.safetensors",
|
995 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00007-of-00020.safetensors",
|
996 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00006-of-00020.safetensors",
|
997 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00006-of-00020.safetensors",
|
998 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00006-of-00020.safetensors",
|
999 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00006-of-00020.safetensors",
|
1000 |
+
"model.norm.weight": "model-00019-of-00020.safetensors"
|
1001 |
+
}
|
1002 |
+
}
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2d73af7f18b7a2d008ec6eff76bacc4c81e1d7def8be6e02279ed6c10611142
|
3 |
+
size 4221694
|
results_['boolq', 'lambada_openai', 'logiqa', 'mmlu', 'openbookqa', 'hellaswag'].json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"boolq": {"alias": "boolq", "acc,none": 0.8403669724770643, "acc_stderr,none": 0.006406021659710458}, "hellaswag": {"alias": "hellaswag", "acc,none": 0.5801633140808604, "acc_stderr,none": 0.004925233680511614, "acc_norm,none": 0.7120095598486357, "acc_norm_stderr,none": 0.004519011688417563}, "lambada_openai": {"alias": "lambada_openai", "perplexity,none": 16620.954351754033, "perplexity_stderr,none": 958.7913018156601, "acc,none": 0.00019406171162429653, "acc_stderr,none": 0.00019406171162429653}, "logiqa": {"alias": "logiqa", "acc,none": 0.3210445468509985, "acc_stderr,none": 0.018312456701476167, "acc_norm,none": 0.3379416282642089, "acc_norm_stderr,none": 0.018552921567581673}, "mmlu": {"acc,none": 0.6561031192137872, "acc_stderr,none": 0.0038096211891416147, "alias": "mmlu"}, "mmlu_humanities": {"acc,none": 0.6125398512221042, "acc_stderr,none": 0.0068108935576594405, "alias": " - humanities"}, "mmlu_formal_logic": {"alias": " - formal_logic", "acc,none": 0.5238095238095238, "acc_stderr,none": 0.04467062628403266}, "mmlu_high_school_european_history": {"alias": " - high_school_european_history", "acc,none": 0.7454545454545455, "acc_stderr,none": 0.03401506715249038}, "mmlu_high_school_us_history": {"alias": " - high_school_us_history", "acc,none": 0.8186274509803921, "acc_stderr,none": 0.027044621719474044}, "mmlu_high_school_world_history": {"alias": " - high_school_world_history", "acc,none": 0.8607594936708861, "acc_stderr,none": 0.022535526352692684}, "mmlu_international_law": {"alias": " - international_law", "acc,none": 0.768595041322314, "acc_stderr,none": 0.03849856098794088}, "mmlu_jurisprudence": {"alias": " - jurisprudence", "acc,none": 0.7685185185185185, "acc_stderr,none": 0.040774947092526284}, "mmlu_logical_fallacies": {"alias": " - logical_fallacies", "acc,none": 0.7423312883435583, "acc_stderr,none": 0.03436150827846915}, "mmlu_moral_disputes": {"alias": " - moral_disputes", "acc,none": 0.7052023121387283, "acc_stderr,none": 0.02454761779480379}, "mmlu_moral_scenarios": {"alias": " - moral_scenarios", "acc,none": 0.4860335195530726, "acc_stderr,none": 0.016715976410744602}, "mmlu_philosophy": {"alias": " - philosophy", "acc,none": 0.7009646302250804, "acc_stderr,none": 0.026003301117885184}, "mmlu_prehistory": {"alias": " - prehistory", "acc,none": 0.7376543209876543, "acc_stderr,none": 0.024477222856135194}, "mmlu_professional_law": {"alias": " - professional_law", "acc,none": 0.4869621903520209, "acc_stderr,none": 0.01276589388383549}, "mmlu_world_religions": {"alias": " - world_religions", "acc,none": 0.8304093567251462, "acc_stderr,none": 0.02878210810540169}, "mmlu_other": {"acc,none": 0.7296427421950434, "acc_stderr,none": 0.007671395482674981, "alias": " - other"}, "mmlu_business_ethics": {"alias": " - business_ethics", "acc,none": 0.64, "acc_stderr,none": 0.048241815132442176}, "mmlu_clinical_knowledge": {"alias": " - clinical_knowledge", "acc,none": 0.7471698113207547, "acc_stderr,none": 0.02674989977124118}, "mmlu_college_medicine": {"alias": " - college_medicine", "acc,none": 0.6589595375722543, "acc_stderr,none": 0.03614665424180821}, "mmlu_global_facts": {"alias": " - global_facts", "acc,none": 0.43, "acc_stderr,none": 0.049756985195624305}, "mmlu_human_aging": {"alias": " - human_aging", "acc,none": 0.6816143497757847, "acc_stderr,none": 0.03126580522513711}, "mmlu_management": {"alias": " - management", "acc,none": 0.8058252427184466, "acc_stderr,none": 0.03916667762822582}, "mmlu_marketing": {"alias": " - marketing", "acc,none": 0.8589743589743589, "acc_stderr,none": 0.022801382534597486}, "mmlu_medical_genetics": {"alias": " - medical_genetics", "acc,none": 0.78, "acc_stderr,none": 0.041633319989322654}, "mmlu_miscellaneous": {"alias": " - miscellaneous", "acc,none": 0.8212005108556832, "acc_stderr,none": 0.013702643715369047}, "mmlu_nutrition": {"alias": " - nutrition", "acc,none": 0.7745098039215687, "acc_stderr,none": 0.023929155517351218}, "mmlu_professional_accounting": {"alias": " - professional_accounting", "acc,none": 0.5141843971631206, "acc_stderr,none": 0.029815494483682023}, "mmlu_professional_medicine": {"alias": " - professional_medicine", "acc,none": 0.8272058823529411, "acc_stderr,none": 0.02296606758558178}, "mmlu_virology": {"alias": " - virology", "acc,none": 0.5060240963855421, "acc_stderr,none": 0.03892212195333041}, "mmlu_social_sciences": {"acc,none": 0.753331166720832, "acc_stderr,none": 0.007628478532288918, "alias": " - social sciences"}, "mmlu_econometrics": {"alias": " - econometrics", "acc,none": 0.5350877192982456, "acc_stderr,none": 0.04692008381368906}, "mmlu_high_school_geography": {"alias": " - high_school_geography", "acc,none": 0.7727272727272727, "acc_stderr,none": 0.029857515673386438}, "mmlu_high_school_government_and_politics": {"alias": " - high_school_government_and_politics", "acc,none": 0.8393782383419689, "acc_stderr,none": 0.02649905770139739}, "mmlu_high_school_macroeconomics": {"alias": " - high_school_macroeconomics", "acc,none": 0.6897435897435897, "acc_stderr,none": 0.02345467488940427}, "mmlu_high_school_microeconomics": {"alias": " - high_school_microeconomics", "acc,none": 0.7647058823529411, "acc_stderr,none": 0.027553614467863825}, "mmlu_high_school_psychology": {"alias": " - high_school_psychology", "acc,none": 0.8697247706422019, "acc_stderr,none": 0.01443186285247314}, "mmlu_human_sexuality": {"alias": " - human_sexuality", "acc,none": 0.7557251908396947, "acc_stderr,none": 0.037683359597287434}, "mmlu_professional_psychology": {"alias": " - professional_psychology", "acc,none": 0.6813725490196079, "acc_stderr,none": 0.018850084696468674}, "mmlu_public_relations": {"alias": " - public_relations", "acc,none": 0.6454545454545455, "acc_stderr,none": 0.04582004841505413}, "mmlu_security_studies": {"alias": " - security_studies", "acc,none": 0.7224489795918367, "acc_stderr,none": 0.028666857790274648}, "mmlu_sociology": {"alias": " - sociology", "acc,none": 0.8308457711442786, "acc_stderr,none": 0.026508590656233278}, "mmlu_us_foreign_policy": {"alias": " - us_foreign_policy", "acc,none": 0.86, "acc_stderr,none": 0.0348735088019777}, "mmlu_stem": {"acc,none": 0.5537583254043768, "acc_stderr,none": 0.008485169471299169, "alias": " - stem"}, "mmlu_abstract_algebra": {"alias": " - abstract_algebra", "acc,none": 0.38, "acc_stderr,none": 0.04878317312145634}, "mmlu_anatomy": {"alias": " - anatomy", "acc,none": 0.674074074074074, "acc_stderr,none": 0.040491220417025006}, "mmlu_astronomy": {"alias": " - astronomy", "acc,none": 0.7302631578947368, "acc_stderr,none": 0.036117805602848975}, "mmlu_college_biology": {"alias": " - college_biology", "acc,none": 0.8055555555555556, "acc_stderr,none": 0.03309615177059002}, "mmlu_college_chemistry": {"alias": " - college_chemistry", "acc,none": 0.46, "acc_stderr,none": 0.05009082659620332}, "mmlu_college_computer_science": {"alias": " - college_computer_science", "acc,none": 0.43, "acc_stderr,none": 0.049756985195624305}, "mmlu_college_mathematics": {"alias": " - college_mathematics", "acc,none": 0.4, "acc_stderr,none": 0.0492365963917331}, "mmlu_college_physics": {"alias": " - college_physics", "acc,none": 0.4019607843137255, "acc_stderr,none": 0.04878608714466993}, "mmlu_computer_security": {"alias": " - computer_security", "acc,none": 0.74, "acc_stderr,none": 0.0440844002276808}, "mmlu_conceptual_physics": {"alias": " - conceptual_physics", "acc,none": 0.5957446808510638, "acc_stderr,none": 0.032081157507886864}, "mmlu_electrical_engineering": {"alias": " - electrical_engineering", "acc,none": 0.593103448275862, "acc_stderr,none": 0.040937939812662354}, "mmlu_elementary_mathematics": {"alias": " - elementary_mathematics", "acc,none": 0.4603174603174603, "acc_stderr,none": 0.025670080636909207}, "mmlu_high_school_biology": {"alias": " - high_school_biology", "acc,none": 0.7838709677419354, "acc_stderr,none": 0.023415293433568577}, "mmlu_high_school_chemistry": {"alias": " - high_school_chemistry", "acc,none": 0.5960591133004927, "acc_stderr,none": 0.03452453903822033}, "mmlu_high_school_computer_science": {"alias": " - high_school_computer_science", "acc,none": 0.65, "acc_stderr,none": 0.04793724854411023}, "mmlu_high_school_mathematics": {"alias": " - high_school_mathematics", "acc,none": 0.35555555555555557, "acc_stderr,none": 0.029185714949857472}, "mmlu_high_school_physics": {"alias": " - high_school_physics", "acc,none": 0.3841059602649007, "acc_stderr,none": 0.03971301814719192}, "mmlu_high_school_statistics": {"alias": " - high_school_statistics", "acc,none": 0.5277777777777778, "acc_stderr,none": 0.03404705328653878}, "mmlu_machine_learning": {"alias": " - machine_learning", "acc,none": 0.4375, "acc_stderr,none": 0.04708567521880525}, "openbookqa": {"alias": "openbookqa", "acc,none": 0.382, "acc_stderr,none": 0.02175082059125093, "acc_norm,none": 0.47, "acc_norm_stderr,none": 0.0223427481925028}}
|
results_['boolq', 'lambada_openai', 'logiqa', 'mmlu', 'openbookqa', 'hellaswag']_raw.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2465f78a97b108882b103368706ae979d1ef1df04ced215d47e705f05e190d00
|
3 |
+
size 131973702
|
rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:386fcc8cc1089aade9450d86fb239ea3483f455fd2d78d8378645feecfec9d69
|
3 |
+
size 14244
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:09f0eb8f0bf25a8db6710cdc20a42a08d853beb87dcf683982c2797b54f794cf
|
3 |
+
size 1064
|
special_tokens_map.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<|begin_of_text|>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|eot_id|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "<|begin_of_text|>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
}
|
23 |
+
}
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52716f60c3ad328509fa37cdded9a2f1196ecae463f5480f5d38c66a25e7a7dc
|
3 |
+
size 17210019
|
tokenizer_config.json
ADDED
@@ -0,0 +1,2067 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"128000": {
|
4 |
+
"content": "<|begin_of_text|>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"128001": {
|
12 |
+
"content": "<|end_of_text|>",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"128002": {
|
20 |
+
"content": "<|reserved_special_token_0|>",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"128003": {
|
28 |
+
"content": "<|reserved_special_token_1|>",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"128004": {
|
36 |
+
"content": "<|finetune_right_pad_id|>",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
},
|
43 |
+
"128005": {
|
44 |
+
"content": "<|reserved_special_token_2|>",
|
45 |
+
"lstrip": false,
|
46 |
+
"normalized": false,
|
47 |
+
"rstrip": false,
|
48 |
+
"single_word": false,
|
49 |
+
"special": true
|
50 |
+
},
|
51 |
+
"128006": {
|
52 |
+
"content": "<|start_header_id|>",
|
53 |
+
"lstrip": false,
|
54 |
+
"normalized": false,
|
55 |
+
"rstrip": false,
|
56 |
+
"single_word": false,
|
57 |
+
"special": true
|
58 |
+
},
|
59 |
+
"128007": {
|
60 |
+
"content": "<|end_header_id|>",
|
61 |
+
"lstrip": false,
|
62 |
+
"normalized": false,
|
63 |
+
"rstrip": false,
|
64 |
+
"single_word": false,
|
65 |
+
"special": true
|
66 |
+
},
|
67 |
+
"128008": {
|
68 |
+
"content": "<|eom_id|>",
|
69 |
+
"lstrip": false,
|
70 |
+
"normalized": false,
|
71 |
+
"rstrip": false,
|
72 |
+
"single_word": false,
|
73 |
+
"special": true
|
74 |
+
},
|
75 |
+
"128009": {
|
76 |
+
"content": "<|eot_id|>",
|
77 |
+
"lstrip": false,
|
78 |
+
"normalized": false,
|
79 |
+
"rstrip": false,
|
80 |
+
"single_word": false,
|
81 |
+
"special": true
|
82 |
+
},
|
83 |
+
"128010": {
|
84 |
+
"content": "<|python_tag|>",
|
85 |
+
"lstrip": false,
|
86 |
+
"normalized": false,
|
87 |
+
"rstrip": false,
|
88 |
+
"single_word": false,
|
89 |
+
"special": true
|
90 |
+
},
|
91 |
+
"128011": {
|
92 |
+
"content": "<|reserved_special_token_3|>",
|
93 |
+
"lstrip": false,
|
94 |
+
"normalized": false,
|
95 |
+
"rstrip": false,
|
96 |
+
"single_word": false,
|
97 |
+
"special": true
|
98 |
+
},
|
99 |
+
"128012": {
|
100 |
+
"content": "<|reserved_special_token_4|>",
|
101 |
+
"lstrip": false,
|
102 |
+
"normalized": false,
|
103 |
+
"rstrip": false,
|
104 |
+
"single_word": false,
|
105 |
+
"special": true
|
106 |
+
},
|
107 |
+
"128013": {
|
108 |
+
"content": "<|reserved_special_token_5|>",
|
109 |
+
"lstrip": false,
|
110 |
+
"normalized": false,
|
111 |
+
"rstrip": false,
|
112 |
+
"single_word": false,
|
113 |
+
"special": true
|
114 |
+
},
|
115 |
+
"128014": {
|
116 |
+
"content": "<|reserved_special_token_6|>",
|
117 |
+
"lstrip": false,
|
118 |
+
"normalized": false,
|
119 |
+
"rstrip": false,
|
120 |
+
"single_word": false,
|
121 |
+
"special": true
|
122 |
+
},
|
123 |
+
"128015": {
|
124 |
+
"content": "<|reserved_special_token_7|>",
|
125 |
+
"lstrip": false,
|
126 |
+
"normalized": false,
|
127 |
+
"rstrip": false,
|
128 |
+
"single_word": false,
|
129 |
+
"special": true
|
130 |
+
},
|
131 |
+
"128016": {
|
132 |
+
"content": "<|reserved_special_token_8|>",
|
133 |
+
"lstrip": false,
|
134 |
+
"normalized": false,
|
135 |
+
"rstrip": false,
|
136 |
+
"single_word": false,
|
137 |
+
"special": true
|
138 |
+
},
|
139 |
+
"128017": {
|
140 |
+
"content": "<|reserved_special_token_9|>",
|
141 |
+
"lstrip": false,
|
142 |
+
"normalized": false,
|
143 |
+
"rstrip": false,
|
144 |
+
"single_word": false,
|
145 |
+
"special": true
|
146 |
+
},
|
147 |
+
"128018": {
|
148 |
+
"content": "<|reserved_special_token_10|>",
|
149 |
+
"lstrip": false,
|
150 |
+
"normalized": false,
|
151 |
+
"rstrip": false,
|
152 |
+
"single_word": false,
|
153 |
+
"special": true
|
154 |
+
},
|
155 |
+
"128019": {
|
156 |
+
"content": "<|reserved_special_token_11|>",
|
157 |
+
"lstrip": false,
|
158 |
+
"normalized": false,
|
159 |
+
"rstrip": false,
|
160 |
+
"single_word": false,
|
161 |
+
"special": true
|
162 |
+
},
|
163 |
+
"128020": {
|
164 |
+
"content": "<|reserved_special_token_12|>",
|
165 |
+
"lstrip": false,
|
166 |
+
"normalized": false,
|
167 |
+
"rstrip": false,
|
168 |
+
"single_word": false,
|
169 |
+
"special": true
|
170 |
+
},
|
171 |
+
"128021": {
|
172 |
+
"content": "<|reserved_special_token_13|>",
|
173 |
+
"lstrip": false,
|
174 |
+
"normalized": false,
|
175 |
+
"rstrip": false,
|
176 |
+
"single_word": false,
|
177 |
+
"special": true
|
178 |
+
},
|
179 |
+
"128022": {
|
180 |
+
"content": "<|reserved_special_token_14|>",
|
181 |
+
"lstrip": false,
|
182 |
+
"normalized": false,
|
183 |
+
"rstrip": false,
|
184 |
+
"single_word": false,
|
185 |
+
"special": true
|
186 |
+
},
|
187 |
+
"128023": {
|
188 |
+
"content": "<|reserved_special_token_15|>",
|
189 |
+
"lstrip": false,
|
190 |
+
"normalized": false,
|
191 |
+
"rstrip": false,
|
192 |
+
"single_word": false,
|
193 |
+
"special": true
|
194 |
+
},
|
195 |
+
"128024": {
|
196 |
+
"content": "<|reserved_special_token_16|>",
|
197 |
+
"lstrip": false,
|
198 |
+
"normalized": false,
|
199 |
+
"rstrip": false,
|
200 |
+
"single_word": false,
|
201 |
+
"special": true
|
202 |
+
},
|
203 |
+
"128025": {
|
204 |
+
"content": "<|reserved_special_token_17|>",
|
205 |
+
"lstrip": false,
|
206 |
+
"normalized": false,
|
207 |
+
"rstrip": false,
|
208 |
+
"single_word": false,
|
209 |
+
"special": true
|
210 |
+
},
|
211 |
+
"128026": {
|
212 |
+
"content": "<|reserved_special_token_18|>",
|
213 |
+
"lstrip": false,
|
214 |
+
"normalized": false,
|
215 |
+
"rstrip": false,
|
216 |
+
"single_word": false,
|
217 |
+
"special": true
|
218 |
+
},
|
219 |
+
"128027": {
|
220 |
+
"content": "<|reserved_special_token_19|>",
|
221 |
+
"lstrip": false,
|
222 |
+
"normalized": false,
|
223 |
+
"rstrip": false,
|
224 |
+
"single_word": false,
|
225 |
+
"special": true
|
226 |
+
},
|
227 |
+
"128028": {
|
228 |
+
"content": "<|reserved_special_token_20|>",
|
229 |
+
"lstrip": false,
|
230 |
+
"normalized": false,
|
231 |
+
"rstrip": false,
|
232 |
+
"single_word": false,
|
233 |
+
"special": true
|
234 |
+
},
|
235 |
+
"128029": {
|
236 |
+
"content": "<|reserved_special_token_21|>",
|
237 |
+
"lstrip": false,
|
238 |
+
"normalized": false,
|
239 |
+
"rstrip": false,
|
240 |
+
"single_word": false,
|
241 |
+
"special": true
|
242 |
+
},
|
243 |
+
"128030": {
|
244 |
+
"content": "<|reserved_special_token_22|>",
|
245 |
+
"lstrip": false,
|
246 |
+
"normalized": false,
|
247 |
+
"rstrip": false,
|
248 |
+
"single_word": false,
|
249 |
+
"special": true
|
250 |
+
},
|
251 |
+
"128031": {
|
252 |
+
"content": "<|reserved_special_token_23|>",
|
253 |
+
"lstrip": false,
|
254 |
+
"normalized": false,
|
255 |
+
"rstrip": false,
|
256 |
+
"single_word": false,
|
257 |
+
"special": true
|
258 |
+
},
|
259 |
+
"128032": {
|
260 |
+
"content": "<|reserved_special_token_24|>",
|
261 |
+
"lstrip": false,
|
262 |
+
"normalized": false,
|
263 |
+
"rstrip": false,
|
264 |
+
"single_word": false,
|
265 |
+
"special": true
|
266 |
+
},
|
267 |
+
"128033": {
|
268 |
+
"content": "<|reserved_special_token_25|>",
|
269 |
+
"lstrip": false,
|
270 |
+
"normalized": false,
|
271 |
+
"rstrip": false,
|
272 |
+
"single_word": false,
|
273 |
+
"special": true
|
274 |
+
},
|
275 |
+
"128034": {
|
276 |
+
"content": "<|reserved_special_token_26|>",
|
277 |
+
"lstrip": false,
|
278 |
+
"normalized": false,
|
279 |
+
"rstrip": false,
|
280 |
+
"single_word": false,
|
281 |
+
"special": true
|
282 |
+
},
|
283 |
+
"128035": {
|
284 |
+
"content": "<|reserved_special_token_27|>",
|
285 |
+
"lstrip": false,
|
286 |
+
"normalized": false,
|
287 |
+
"rstrip": false,
|
288 |
+
"single_word": false,
|
289 |
+
"special": true
|
290 |
+
},
|
291 |
+
"128036": {
|
292 |
+
"content": "<|reserved_special_token_28|>",
|
293 |
+
"lstrip": false,
|
294 |
+
"normalized": false,
|
295 |
+
"rstrip": false,
|
296 |
+
"single_word": false,
|
297 |
+
"special": true
|
298 |
+
},
|
299 |
+
"128037": {
|
300 |
+
"content": "<|reserved_special_token_29|>",
|
301 |
+
"lstrip": false,
|
302 |
+
"normalized": false,
|
303 |
+
"rstrip": false,
|
304 |
+
"single_word": false,
|
305 |
+
"special": true
|
306 |
+
},
|
307 |
+
"128038": {
|
308 |
+
"content": "<|reserved_special_token_30|>",
|
309 |
+
"lstrip": false,
|
310 |
+
"normalized": false,
|
311 |
+
"rstrip": false,
|
312 |
+
"single_word": false,
|
313 |
+
"special": true
|
314 |
+
},
|
315 |
+
"128039": {
|
316 |
+
"content": "<|reserved_special_token_31|>",
|
317 |
+
"lstrip": false,
|
318 |
+
"normalized": false,
|
319 |
+
"rstrip": false,
|
320 |
+
"single_word": false,
|
321 |
+
"special": true
|
322 |
+
},
|
323 |
+
"128040": {
|
324 |
+
"content": "<|reserved_special_token_32|>",
|
325 |
+
"lstrip": false,
|
326 |
+
"normalized": false,
|
327 |
+
"rstrip": false,
|
328 |
+
"single_word": false,
|
329 |
+
"special": true
|
330 |
+
},
|
331 |
+
"128041": {
|
332 |
+
"content": "<|reserved_special_token_33|>",
|
333 |
+
"lstrip": false,
|
334 |
+
"normalized": false,
|
335 |
+
"rstrip": false,
|
336 |
+
"single_word": false,
|
337 |
+
"special": true
|
338 |
+
},
|
339 |
+
"128042": {
|
340 |
+
"content": "<|reserved_special_token_34|>",
|
341 |
+
"lstrip": false,
|
342 |
+
"normalized": false,
|
343 |
+
"rstrip": false,
|
344 |
+
"single_word": false,
|
345 |
+
"special": true
|
346 |
+
},
|
347 |
+
"128043": {
|
348 |
+
"content": "<|reserved_special_token_35|>",
|
349 |
+
"lstrip": false,
|
350 |
+
"normalized": false,
|
351 |
+
"rstrip": false,
|
352 |
+
"single_word": false,
|
353 |
+
"special": true
|
354 |
+
},
|
355 |
+
"128044": {
|
356 |
+
"content": "<|reserved_special_token_36|>",
|
357 |
+
"lstrip": false,
|
358 |
+
"normalized": false,
|
359 |
+
"rstrip": false,
|
360 |
+
"single_word": false,
|
361 |
+
"special": true
|
362 |
+
},
|
363 |
+
"128045": {
|
364 |
+
"content": "<|reserved_special_token_37|>",
|
365 |
+
"lstrip": false,
|
366 |
+
"normalized": false,
|
367 |
+
"rstrip": false,
|
368 |
+
"single_word": false,
|
369 |
+
"special": true
|
370 |
+
},
|
371 |
+
"128046": {
|
372 |
+
"content": "<|reserved_special_token_38|>",
|
373 |
+
"lstrip": false,
|
374 |
+
"normalized": false,
|
375 |
+
"rstrip": false,
|
376 |
+
"single_word": false,
|
377 |
+
"special": true
|
378 |
+
},
|
379 |
+
"128047": {
|
380 |
+
"content": "<|reserved_special_token_39|>",
|
381 |
+
"lstrip": false,
|
382 |
+
"normalized": false,
|
383 |
+
"rstrip": false,
|
384 |
+
"single_word": false,
|
385 |
+
"special": true
|
386 |
+
},
|
387 |
+
"128048": {
|
388 |
+
"content": "<|reserved_special_token_40|>",
|
389 |
+
"lstrip": false,
|
390 |
+
"normalized": false,
|
391 |
+
"rstrip": false,
|
392 |
+
"single_word": false,
|
393 |
+
"special": true
|
394 |
+
},
|
395 |
+
"128049": {
|
396 |
+
"content": "<|reserved_special_token_41|>",
|
397 |
+
"lstrip": false,
|
398 |
+
"normalized": false,
|
399 |
+
"rstrip": false,
|
400 |
+
"single_word": false,
|
401 |
+
"special": true
|
402 |
+
},
|
403 |
+
"128050": {
|
404 |
+
"content": "<|reserved_special_token_42|>",
|
405 |
+
"lstrip": false,
|
406 |
+
"normalized": false,
|
407 |
+
"rstrip": false,
|
408 |
+
"single_word": false,
|
409 |
+
"special": true
|
410 |
+
},
|
411 |
+
"128051": {
|
412 |
+
"content": "<|reserved_special_token_43|>",
|
413 |
+
"lstrip": false,
|
414 |
+
"normalized": false,
|
415 |
+
"rstrip": false,
|
416 |
+
"single_word": false,
|
417 |
+
"special": true
|
418 |
+
},
|
419 |
+
"128052": {
|
420 |
+
"content": "<|reserved_special_token_44|>",
|
421 |
+
"lstrip": false,
|
422 |
+
"normalized": false,
|
423 |
+
"rstrip": false,
|
424 |
+
"single_word": false,
|
425 |
+
"special": true
|
426 |
+
},
|
427 |
+
"128053": {
|
428 |
+
"content": "<|reserved_special_token_45|>",
|
429 |
+
"lstrip": false,
|
430 |
+
"normalized": false,
|
431 |
+
"rstrip": false,
|
432 |
+
"single_word": false,
|
433 |
+
"special": true
|
434 |
+
},
|
435 |
+
"128054": {
|
436 |
+
"content": "<|reserved_special_token_46|>",
|
437 |
+
"lstrip": false,
|
438 |
+
"normalized": false,
|
439 |
+
"rstrip": false,
|
440 |
+
"single_word": false,
|
441 |
+
"special": true
|
442 |
+
},
|
443 |
+
"128055": {
|
444 |
+
"content": "<|reserved_special_token_47|>",
|
445 |
+
"lstrip": false,
|
446 |
+
"normalized": false,
|
447 |
+
"rstrip": false,
|
448 |
+
"single_word": false,
|
449 |
+
"special": true
|
450 |
+
},
|
451 |
+
"128056": {
|
452 |
+
"content": "<|reserved_special_token_48|>",
|
453 |
+
"lstrip": false,
|
454 |
+
"normalized": false,
|
455 |
+
"rstrip": false,
|
456 |
+
"single_word": false,
|
457 |
+
"special": true
|
458 |
+
},
|
459 |
+
"128057": {
|
460 |
+
"content": "<|reserved_special_token_49|>",
|
461 |
+
"lstrip": false,
|
462 |
+
"normalized": false,
|
463 |
+
"rstrip": false,
|
464 |
+
"single_word": false,
|
465 |
+
"special": true
|
466 |
+
},
|
467 |
+
"128058": {
|
468 |
+
"content": "<|reserved_special_token_50|>",
|
469 |
+
"lstrip": false,
|
470 |
+
"normalized": false,
|
471 |
+
"rstrip": false,
|
472 |
+
"single_word": false,
|
473 |
+
"special": true
|
474 |
+
},
|
475 |
+
"128059": {
|
476 |
+
"content": "<|reserved_special_token_51|>",
|
477 |
+
"lstrip": false,
|
478 |
+
"normalized": false,
|
479 |
+
"rstrip": false,
|
480 |
+
"single_word": false,
|
481 |
+
"special": true
|
482 |
+
},
|
483 |
+
"128060": {
|
484 |
+
"content": "<|reserved_special_token_52|>",
|
485 |
+
"lstrip": false,
|
486 |
+
"normalized": false,
|
487 |
+
"rstrip": false,
|
488 |
+
"single_word": false,
|
489 |
+
"special": true
|
490 |
+
},
|
491 |
+
"128061": {
|
492 |
+
"content": "<|reserved_special_token_53|>",
|
493 |
+
"lstrip": false,
|
494 |
+
"normalized": false,
|
495 |
+
"rstrip": false,
|
496 |
+
"single_word": false,
|
497 |
+
"special": true
|
498 |
+
},
|
499 |
+
"128062": {
|
500 |
+
"content": "<|reserved_special_token_54|>",
|
501 |
+
"lstrip": false,
|
502 |
+
"normalized": false,
|
503 |
+
"rstrip": false,
|
504 |
+
"single_word": false,
|
505 |
+
"special": true
|
506 |
+
},
|
507 |
+
"128063": {
|
508 |
+
"content": "<|reserved_special_token_55|>",
|
509 |
+
"lstrip": false,
|
510 |
+
"normalized": false,
|
511 |
+
"rstrip": false,
|
512 |
+
"single_word": false,
|
513 |
+
"special": true
|
514 |
+
},
|
515 |
+
"128064": {
|
516 |
+
"content": "<|reserved_special_token_56|>",
|
517 |
+
"lstrip": false,
|
518 |
+
"normalized": false,
|
519 |
+
"rstrip": false,
|
520 |
+
"single_word": false,
|
521 |
+
"special": true
|
522 |
+
},
|
523 |
+
"128065": {
|
524 |
+
"content": "<|reserved_special_token_57|>",
|
525 |
+
"lstrip": false,
|
526 |
+
"normalized": false,
|
527 |
+
"rstrip": false,
|
528 |
+
"single_word": false,
|
529 |
+
"special": true
|
530 |
+
},
|
531 |
+
"128066": {
|
532 |
+
"content": "<|reserved_special_token_58|>",
|
533 |
+
"lstrip": false,
|
534 |
+
"normalized": false,
|
535 |
+
"rstrip": false,
|
536 |
+
"single_word": false,
|
537 |
+
"special": true
|
538 |
+
},
|
539 |
+
"128067": {
|
540 |
+
"content": "<|reserved_special_token_59|>",
|
541 |
+
"lstrip": false,
|
542 |
+
"normalized": false,
|
543 |
+
"rstrip": false,
|
544 |
+
"single_word": false,
|
545 |
+
"special": true
|
546 |
+
},
|
547 |
+
"128068": {
|
548 |
+
"content": "<|reserved_special_token_60|>",
|
549 |
+
"lstrip": false,
|
550 |
+
"normalized": false,
|
551 |
+
"rstrip": false,
|
552 |
+
"single_word": false,
|
553 |
+
"special": true
|
554 |
+
},
|
555 |
+
"128069": {
|
556 |
+
"content": "<|reserved_special_token_61|>",
|
557 |
+
"lstrip": false,
|
558 |
+
"normalized": false,
|
559 |
+
"rstrip": false,
|
560 |
+
"single_word": false,
|
561 |
+
"special": true
|
562 |
+
},
|
563 |
+
"128070": {
|
564 |
+
"content": "<|reserved_special_token_62|>",
|
565 |
+
"lstrip": false,
|
566 |
+
"normalized": false,
|
567 |
+
"rstrip": false,
|
568 |
+
"single_word": false,
|
569 |
+
"special": true
|
570 |
+
},
|
571 |
+
"128071": {
|
572 |
+
"content": "<|reserved_special_token_63|>",
|
573 |
+
"lstrip": false,
|
574 |
+
"normalized": false,
|
575 |
+
"rstrip": false,
|
576 |
+
"single_word": false,
|
577 |
+
"special": true
|
578 |
+
},
|
579 |
+
"128072": {
|
580 |
+
"content": "<|reserved_special_token_64|>",
|
581 |
+
"lstrip": false,
|
582 |
+
"normalized": false,
|
583 |
+
"rstrip": false,
|
584 |
+
"single_word": false,
|
585 |
+
"special": true
|
586 |
+
},
|
587 |
+
"128073": {
|
588 |
+
"content": "<|reserved_special_token_65|>",
|
589 |
+
"lstrip": false,
|
590 |
+
"normalized": false,
|
591 |
+
"rstrip": false,
|
592 |
+
"single_word": false,
|
593 |
+
"special": true
|
594 |
+
},
|
595 |
+
"128074": {
|
596 |
+
"content": "<|reserved_special_token_66|>",
|
597 |
+
"lstrip": false,
|
598 |
+
"normalized": false,
|
599 |
+
"rstrip": false,
|
600 |
+
"single_word": false,
|
601 |
+
"special": true
|
602 |
+
},
|
603 |
+
"128075": {
|
604 |
+
"content": "<|reserved_special_token_67|>",
|
605 |
+
"lstrip": false,
|
606 |
+
"normalized": false,
|
607 |
+
"rstrip": false,
|
608 |
+
"single_word": false,
|
609 |
+
"special": true
|
610 |
+
},
|
611 |
+
"128076": {
|
612 |
+
"content": "<|reserved_special_token_68|>",
|
613 |
+
"lstrip": false,
|
614 |
+
"normalized": false,
|
615 |
+
"rstrip": false,
|
616 |
+
"single_word": false,
|
617 |
+
"special": true
|
618 |
+
},
|
619 |
+
"128077": {
|
620 |
+
"content": "<|reserved_special_token_69|>",
|
621 |
+
"lstrip": false,
|
622 |
+
"normalized": false,
|
623 |
+
"rstrip": false,
|
624 |
+
"single_word": false,
|
625 |
+
"special": true
|
626 |
+
},
|
627 |
+
"128078": {
|
628 |
+
"content": "<|reserved_special_token_70|>",
|
629 |
+
"lstrip": false,
|
630 |
+
"normalized": false,
|
631 |
+
"rstrip": false,
|
632 |
+
"single_word": false,
|
633 |
+
"special": true
|
634 |
+
},
|
635 |
+
"128079": {
|
636 |
+
"content": "<|reserved_special_token_71|>",
|
637 |
+
"lstrip": false,
|
638 |
+
"normalized": false,
|
639 |
+
"rstrip": false,
|
640 |
+
"single_word": false,
|
641 |
+
"special": true
|
642 |
+
},
|
643 |
+
"128080": {
|
644 |
+
"content": "<|reserved_special_token_72|>",
|
645 |
+
"lstrip": false,
|
646 |
+
"normalized": false,
|
647 |
+
"rstrip": false,
|
648 |
+
"single_word": false,
|
649 |
+
"special": true
|
650 |
+
},
|
651 |
+
"128081": {
|
652 |
+
"content": "<|reserved_special_token_73|>",
|
653 |
+
"lstrip": false,
|
654 |
+
"normalized": false,
|
655 |
+
"rstrip": false,
|
656 |
+
"single_word": false,
|
657 |
+
"special": true
|
658 |
+
},
|
659 |
+
"128082": {
|
660 |
+
"content": "<|reserved_special_token_74|>",
|
661 |
+
"lstrip": false,
|
662 |
+
"normalized": false,
|
663 |
+
"rstrip": false,
|
664 |
+
"single_word": false,
|
665 |
+
"special": true
|
666 |
+
},
|
667 |
+
"128083": {
|
668 |
+
"content": "<|reserved_special_token_75|>",
|
669 |
+
"lstrip": false,
|
670 |
+
"normalized": false,
|
671 |
+
"rstrip": false,
|
672 |
+
"single_word": false,
|
673 |
+
"special": true
|
674 |
+
},
|
675 |
+
"128084": {
|
676 |
+
"content": "<|reserved_special_token_76|>",
|
677 |
+
"lstrip": false,
|
678 |
+
"normalized": false,
|
679 |
+
"rstrip": false,
|
680 |
+
"single_word": false,
|
681 |
+
"special": true
|
682 |
+
},
|
683 |
+
"128085": {
|
684 |
+
"content": "<|reserved_special_token_77|>",
|
685 |
+
"lstrip": false,
|
686 |
+
"normalized": false,
|
687 |
+
"rstrip": false,
|
688 |
+
"single_word": false,
|
689 |
+
"special": true
|
690 |
+
},
|
691 |
+
"128086": {
|
692 |
+
"content": "<|reserved_special_token_78|>",
|
693 |
+
"lstrip": false,
|
694 |
+
"normalized": false,
|
695 |
+
"rstrip": false,
|
696 |
+
"single_word": false,
|
697 |
+
"special": true
|
698 |
+
},
|
699 |
+
"128087": {
|
700 |
+
"content": "<|reserved_special_token_79|>",
|
701 |
+
"lstrip": false,
|
702 |
+
"normalized": false,
|
703 |
+
"rstrip": false,
|
704 |
+
"single_word": false,
|
705 |
+
"special": true
|
706 |
+
},
|
707 |
+
"128088": {
|
708 |
+
"content": "<|reserved_special_token_80|>",
|
709 |
+
"lstrip": false,
|
710 |
+
"normalized": false,
|
711 |
+
"rstrip": false,
|
712 |
+
"single_word": false,
|
713 |
+
"special": true
|
714 |
+
},
|
715 |
+
"128089": {
|
716 |
+
"content": "<|reserved_special_token_81|>",
|
717 |
+
"lstrip": false,
|
718 |
+
"normalized": false,
|
719 |
+
"rstrip": false,
|
720 |
+
"single_word": false,
|
721 |
+
"special": true
|
722 |
+
},
|
723 |
+
"128090": {
|
724 |
+
"content": "<|reserved_special_token_82|>",
|
725 |
+
"lstrip": false,
|
726 |
+
"normalized": false,
|
727 |
+
"rstrip": false,
|
728 |
+
"single_word": false,
|
729 |
+
"special": true
|
730 |
+
},
|
731 |
+
"128091": {
|
732 |
+
"content": "<|reserved_special_token_83|>",
|
733 |
+
"lstrip": false,
|
734 |
+
"normalized": false,
|
735 |
+
"rstrip": false,
|
736 |
+
"single_word": false,
|
737 |
+
"special": true
|
738 |
+
},
|
739 |
+
"128092": {
|
740 |
+
"content": "<|reserved_special_token_84|>",
|
741 |
+
"lstrip": false,
|
742 |
+
"normalized": false,
|
743 |
+
"rstrip": false,
|
744 |
+
"single_word": false,
|
745 |
+
"special": true
|
746 |
+
},
|
747 |
+
"128093": {
|
748 |
+
"content": "<|reserved_special_token_85|>",
|
749 |
+
"lstrip": false,
|
750 |
+
"normalized": false,
|
751 |
+
"rstrip": false,
|
752 |
+
"single_word": false,
|
753 |
+
"special": true
|
754 |
+
},
|
755 |
+
"128094": {
|
756 |
+
"content": "<|reserved_special_token_86|>",
|
757 |
+
"lstrip": false,
|
758 |
+
"normalized": false,
|
759 |
+
"rstrip": false,
|
760 |
+
"single_word": false,
|
761 |
+
"special": true
|
762 |
+
},
|
763 |
+
"128095": {
|
764 |
+
"content": "<|reserved_special_token_87|>",
|
765 |
+
"lstrip": false,
|
766 |
+
"normalized": false,
|
767 |
+
"rstrip": false,
|
768 |
+
"single_word": false,
|
769 |
+
"special": true
|
770 |
+
},
|
771 |
+
"128096": {
|
772 |
+
"content": "<|reserved_special_token_88|>",
|
773 |
+
"lstrip": false,
|
774 |
+
"normalized": false,
|
775 |
+
"rstrip": false,
|
776 |
+
"single_word": false,
|
777 |
+
"special": true
|
778 |
+
},
|
779 |
+
"128097": {
|
780 |
+
"content": "<|reserved_special_token_89|>",
|
781 |
+
"lstrip": false,
|
782 |
+
"normalized": false,
|
783 |
+
"rstrip": false,
|
784 |
+
"single_word": false,
|
785 |
+
"special": true
|
786 |
+
},
|
787 |
+
"128098": {
|
788 |
+
"content": "<|reserved_special_token_90|>",
|
789 |
+
"lstrip": false,
|
790 |
+
"normalized": false,
|
791 |
+
"rstrip": false,
|
792 |
+
"single_word": false,
|
793 |
+
"special": true
|
794 |
+
},
|
795 |
+
"128099": {
|
796 |
+
"content": "<|reserved_special_token_91|>",
|
797 |
+
"lstrip": false,
|
798 |
+
"normalized": false,
|
799 |
+
"rstrip": false,
|
800 |
+
"single_word": false,
|
801 |
+
"special": true
|
802 |
+
},
|
803 |
+
"128100": {
|
804 |
+
"content": "<|reserved_special_token_92|>",
|
805 |
+
"lstrip": false,
|
806 |
+
"normalized": false,
|
807 |
+
"rstrip": false,
|
808 |
+
"single_word": false,
|
809 |
+
"special": true
|
810 |
+
},
|
811 |
+
"128101": {
|
812 |
+
"content": "<|reserved_special_token_93|>",
|
813 |
+
"lstrip": false,
|
814 |
+
"normalized": false,
|
815 |
+
"rstrip": false,
|
816 |
+
"single_word": false,
|
817 |
+
"special": true
|
818 |
+
},
|
819 |
+
"128102": {
|
820 |
+
"content": "<|reserved_special_token_94|>",
|
821 |
+
"lstrip": false,
|
822 |
+
"normalized": false,
|
823 |
+
"rstrip": false,
|
824 |
+
"single_word": false,
|
825 |
+
"special": true
|
826 |
+
},
|
827 |
+
"128103": {
|
828 |
+
"content": "<|reserved_special_token_95|>",
|
829 |
+
"lstrip": false,
|
830 |
+
"normalized": false,
|
831 |
+
"rstrip": false,
|
832 |
+
"single_word": false,
|
833 |
+
"special": true
|
834 |
+
},
|
835 |
+
"128104": {
|
836 |
+
"content": "<|reserved_special_token_96|>",
|
837 |
+
"lstrip": false,
|
838 |
+
"normalized": false,
|
839 |
+
"rstrip": false,
|
840 |
+
"single_word": false,
|
841 |
+
"special": true
|
842 |
+
},
|
843 |
+
"128105": {
|
844 |
+
"content": "<|reserved_special_token_97|>",
|
845 |
+
"lstrip": false,
|
846 |
+
"normalized": false,
|
847 |
+
"rstrip": false,
|
848 |
+
"single_word": false,
|
849 |
+
"special": true
|
850 |
+
},
|
851 |
+
"128106": {
|
852 |
+
"content": "<|reserved_special_token_98|>",
|
853 |
+
"lstrip": false,
|
854 |
+
"normalized": false,
|
855 |
+
"rstrip": false,
|
856 |
+
"single_word": false,
|
857 |
+
"special": true
|
858 |
+
},
|
859 |
+
"128107": {
|
860 |
+
"content": "<|reserved_special_token_99|>",
|
861 |
+
"lstrip": false,
|
862 |
+
"normalized": false,
|
863 |
+
"rstrip": false,
|
864 |
+
"single_word": false,
|
865 |
+
"special": true
|
866 |
+
},
|
867 |
+
"128108": {
|
868 |
+
"content": "<|reserved_special_token_100|>",
|
869 |
+
"lstrip": false,
|
870 |
+
"normalized": false,
|
871 |
+
"rstrip": false,
|
872 |
+
"single_word": false,
|
873 |
+
"special": true
|
874 |
+
},
|
875 |
+
"128109": {
|
876 |
+
"content": "<|reserved_special_token_101|>",
|
877 |
+
"lstrip": false,
|
878 |
+
"normalized": false,
|
879 |
+
"rstrip": false,
|
880 |
+
"single_word": false,
|
881 |
+
"special": true
|
882 |
+
},
|
883 |
+
"128110": {
|
884 |
+
"content": "<|reserved_special_token_102|>",
|
885 |
+
"lstrip": false,
|
886 |
+
"normalized": false,
|
887 |
+
"rstrip": false,
|
888 |
+
"single_word": false,
|
889 |
+
"special": true
|
890 |
+
},
|
891 |
+
"128111": {
|
892 |
+
"content": "<|reserved_special_token_103|>",
|
893 |
+
"lstrip": false,
|
894 |
+
"normalized": false,
|
895 |
+
"rstrip": false,
|
896 |
+
"single_word": false,
|
897 |
+
"special": true
|
898 |
+
},
|
899 |
+
"128112": {
|
900 |
+
"content": "<|reserved_special_token_104|>",
|
901 |
+
"lstrip": false,
|
902 |
+
"normalized": false,
|
903 |
+
"rstrip": false,
|
904 |
+
"single_word": false,
|
905 |
+
"special": true
|
906 |
+
},
|
907 |
+
"128113": {
|
908 |
+
"content": "<|reserved_special_token_105|>",
|
909 |
+
"lstrip": false,
|
910 |
+
"normalized": false,
|
911 |
+
"rstrip": false,
|
912 |
+
"single_word": false,
|
913 |
+
"special": true
|
914 |
+
},
|
915 |
+
"128114": {
|
916 |
+
"content": "<|reserved_special_token_106|>",
|
917 |
+
"lstrip": false,
|
918 |
+
"normalized": false,
|
919 |
+
"rstrip": false,
|
920 |
+
"single_word": false,
|
921 |
+
"special": true
|
922 |
+
},
|
923 |
+
"128115": {
|
924 |
+
"content": "<|reserved_special_token_107|>",
|
925 |
+
"lstrip": false,
|
926 |
+
"normalized": false,
|
927 |
+
"rstrip": false,
|
928 |
+
"single_word": false,
|
929 |
+
"special": true
|
930 |
+
},
|
931 |
+
"128116": {
|
932 |
+
"content": "<|reserved_special_token_108|>",
|
933 |
+
"lstrip": false,
|
934 |
+
"normalized": false,
|
935 |
+
"rstrip": false,
|
936 |
+
"single_word": false,
|
937 |
+
"special": true
|
938 |
+
},
|
939 |
+
"128117": {
|
940 |
+
"content": "<|reserved_special_token_109|>",
|
941 |
+
"lstrip": false,
|
942 |
+
"normalized": false,
|
943 |
+
"rstrip": false,
|
944 |
+
"single_word": false,
|
945 |
+
"special": true
|
946 |
+
},
|
947 |
+
"128118": {
|
948 |
+
"content": "<|reserved_special_token_110|>",
|
949 |
+
"lstrip": false,
|
950 |
+
"normalized": false,
|
951 |
+
"rstrip": false,
|
952 |
+
"single_word": false,
|
953 |
+
"special": true
|
954 |
+
},
|
955 |
+
"128119": {
|
956 |
+
"content": "<|reserved_special_token_111|>",
|
957 |
+
"lstrip": false,
|
958 |
+
"normalized": false,
|
959 |
+
"rstrip": false,
|
960 |
+
"single_word": false,
|
961 |
+
"special": true
|
962 |
+
},
|
963 |
+
"128120": {
|
964 |
+
"content": "<|reserved_special_token_112|>",
|
965 |
+
"lstrip": false,
|
966 |
+
"normalized": false,
|
967 |
+
"rstrip": false,
|
968 |
+
"single_word": false,
|
969 |
+
"special": true
|
970 |
+
},
|
971 |
+
"128121": {
|
972 |
+
"content": "<|reserved_special_token_113|>",
|
973 |
+
"lstrip": false,
|
974 |
+
"normalized": false,
|
975 |
+
"rstrip": false,
|
976 |
+
"single_word": false,
|
977 |
+
"special": true
|
978 |
+
},
|
979 |
+
"128122": {
|
980 |
+
"content": "<|reserved_special_token_114|>",
|
981 |
+
"lstrip": false,
|
982 |
+
"normalized": false,
|
983 |
+
"rstrip": false,
|
984 |
+
"single_word": false,
|
985 |
+
"special": true
|
986 |
+
},
|
987 |
+
"128123": {
|
988 |
+
"content": "<|reserved_special_token_115|>",
|
989 |
+
"lstrip": false,
|
990 |
+
"normalized": false,
|
991 |
+
"rstrip": false,
|
992 |
+
"single_word": false,
|
993 |
+
"special": true
|
994 |
+
},
|
995 |
+
"128124": {
|
996 |
+
"content": "<|reserved_special_token_116|>",
|
997 |
+
"lstrip": false,
|
998 |
+
"normalized": false,
|
999 |
+
"rstrip": false,
|
1000 |
+
"single_word": false,
|
1001 |
+
"special": true
|
1002 |
+
},
|
1003 |
+
"128125": {
|
1004 |
+
"content": "<|reserved_special_token_117|>",
|
1005 |
+
"lstrip": false,
|
1006 |
+
"normalized": false,
|
1007 |
+
"rstrip": false,
|
1008 |
+
"single_word": false,
|
1009 |
+
"special": true
|
1010 |
+
},
|
1011 |
+
"128126": {
|
1012 |
+
"content": "<|reserved_special_token_118|>",
|
1013 |
+
"lstrip": false,
|
1014 |
+
"normalized": false,
|
1015 |
+
"rstrip": false,
|
1016 |
+
"single_word": false,
|
1017 |
+
"special": true
|
1018 |
+
},
|
1019 |
+
"128127": {
|
1020 |
+
"content": "<|reserved_special_token_119|>",
|
1021 |
+
"lstrip": false,
|
1022 |
+
"normalized": false,
|
1023 |
+
"rstrip": false,
|
1024 |
+
"single_word": false,
|
1025 |
+
"special": true
|
1026 |
+
},
|
1027 |
+
"128128": {
|
1028 |
+
"content": "<|reserved_special_token_120|>",
|
1029 |
+
"lstrip": false,
|
1030 |
+
"normalized": false,
|
1031 |
+
"rstrip": false,
|
1032 |
+
"single_word": false,
|
1033 |
+
"special": true
|
1034 |
+
},
|
1035 |
+
"128129": {
|
1036 |
+
"content": "<|reserved_special_token_121|>",
|
1037 |
+
"lstrip": false,
|
1038 |
+
"normalized": false,
|
1039 |
+
"rstrip": false,
|
1040 |
+
"single_word": false,
|
1041 |
+
"special": true
|
1042 |
+
},
|
1043 |
+
"128130": {
|
1044 |
+
"content": "<|reserved_special_token_122|>",
|
1045 |
+
"lstrip": false,
|
1046 |
+
"normalized": false,
|
1047 |
+
"rstrip": false,
|
1048 |
+
"single_word": false,
|
1049 |
+
"special": true
|
1050 |
+
},
|
1051 |
+
"128131": {
|
1052 |
+
"content": "<|reserved_special_token_123|>",
|
1053 |
+
"lstrip": false,
|
1054 |
+
"normalized": false,
|
1055 |
+
"rstrip": false,
|
1056 |
+
"single_word": false,
|
1057 |
+
"special": true
|
1058 |
+
},
|
1059 |
+
"128132": {
|
1060 |
+
"content": "<|reserved_special_token_124|>",
|
1061 |
+
"lstrip": false,
|
1062 |
+
"normalized": false,
|
1063 |
+
"rstrip": false,
|
1064 |
+
"single_word": false,
|
1065 |
+
"special": true
|
1066 |
+
},
|
1067 |
+
"128133": {
|
1068 |
+
"content": "<|reserved_special_token_125|>",
|
1069 |
+
"lstrip": false,
|
1070 |
+
"normalized": false,
|
1071 |
+
"rstrip": false,
|
1072 |
+
"single_word": false,
|
1073 |
+
"special": true
|
1074 |
+
},
|
1075 |
+
"128134": {
|
1076 |
+
"content": "<|reserved_special_token_126|>",
|
1077 |
+
"lstrip": false,
|
1078 |
+
"normalized": false,
|
1079 |
+
"rstrip": false,
|
1080 |
+
"single_word": false,
|
1081 |
+
"special": true
|
1082 |
+
},
|
1083 |
+
"128135": {
|
1084 |
+
"content": "<|reserved_special_token_127|>",
|
1085 |
+
"lstrip": false,
|
1086 |
+
"normalized": false,
|
1087 |
+
"rstrip": false,
|
1088 |
+
"single_word": false,
|
1089 |
+
"special": true
|
1090 |
+
},
|
1091 |
+
"128136": {
|
1092 |
+
"content": "<|reserved_special_token_128|>",
|
1093 |
+
"lstrip": false,
|
1094 |
+
"normalized": false,
|
1095 |
+
"rstrip": false,
|
1096 |
+
"single_word": false,
|
1097 |
+
"special": true
|
1098 |
+
},
|
1099 |
+
"128137": {
|
1100 |
+
"content": "<|reserved_special_token_129|>",
|
1101 |
+
"lstrip": false,
|
1102 |
+
"normalized": false,
|
1103 |
+
"rstrip": false,
|
1104 |
+
"single_word": false,
|
1105 |
+
"special": true
|
1106 |
+
},
|
1107 |
+
"128138": {
|
1108 |
+
"content": "<|reserved_special_token_130|>",
|
1109 |
+
"lstrip": false,
|
1110 |
+
"normalized": false,
|
1111 |
+
"rstrip": false,
|
1112 |
+
"single_word": false,
|
1113 |
+
"special": true
|
1114 |
+
},
|
1115 |
+
"128139": {
|
1116 |
+
"content": "<|reserved_special_token_131|>",
|
1117 |
+
"lstrip": false,
|
1118 |
+
"normalized": false,
|
1119 |
+
"rstrip": false,
|
1120 |
+
"single_word": false,
|
1121 |
+
"special": true
|
1122 |
+
},
|
1123 |
+
"128140": {
|
1124 |
+
"content": "<|reserved_special_token_132|>",
|
1125 |
+
"lstrip": false,
|
1126 |
+
"normalized": false,
|
1127 |
+
"rstrip": false,
|
1128 |
+
"single_word": false,
|
1129 |
+
"special": true
|
1130 |
+
},
|
1131 |
+
"128141": {
|
1132 |
+
"content": "<|reserved_special_token_133|>",
|
1133 |
+
"lstrip": false,
|
1134 |
+
"normalized": false,
|
1135 |
+
"rstrip": false,
|
1136 |
+
"single_word": false,
|
1137 |
+
"special": true
|
1138 |
+
},
|
1139 |
+
"128142": {
|
1140 |
+
"content": "<|reserved_special_token_134|>",
|
1141 |
+
"lstrip": false,
|
1142 |
+
"normalized": false,
|
1143 |
+
"rstrip": false,
|
1144 |
+
"single_word": false,
|
1145 |
+
"special": true
|
1146 |
+
},
|
1147 |
+
"128143": {
|
1148 |
+
"content": "<|reserved_special_token_135|>",
|
1149 |
+
"lstrip": false,
|
1150 |
+
"normalized": false,
|
1151 |
+
"rstrip": false,
|
1152 |
+
"single_word": false,
|
1153 |
+
"special": true
|
1154 |
+
},
|
1155 |
+
"128144": {
|
1156 |
+
"content": "<|reserved_special_token_136|>",
|
1157 |
+
"lstrip": false,
|
1158 |
+
"normalized": false,
|
1159 |
+
"rstrip": false,
|
1160 |
+
"single_word": false,
|
1161 |
+
"special": true
|
1162 |
+
},
|
1163 |
+
"128145": {
|
1164 |
+
"content": "<|reserved_special_token_137|>",
|
1165 |
+
"lstrip": false,
|
1166 |
+
"normalized": false,
|
1167 |
+
"rstrip": false,
|
1168 |
+
"single_word": false,
|
1169 |
+
"special": true
|
1170 |
+
},
|
1171 |
+
"128146": {
|
1172 |
+
"content": "<|reserved_special_token_138|>",
|
1173 |
+
"lstrip": false,
|
1174 |
+
"normalized": false,
|
1175 |
+
"rstrip": false,
|
1176 |
+
"single_word": false,
|
1177 |
+
"special": true
|
1178 |
+
},
|
1179 |
+
"128147": {
|
1180 |
+
"content": "<|reserved_special_token_139|>",
|
1181 |
+
"lstrip": false,
|
1182 |
+
"normalized": false,
|
1183 |
+
"rstrip": false,
|
1184 |
+
"single_word": false,
|
1185 |
+
"special": true
|
1186 |
+
},
|
1187 |
+
"128148": {
|
1188 |
+
"content": "<|reserved_special_token_140|>",
|
1189 |
+
"lstrip": false,
|
1190 |
+
"normalized": false,
|
1191 |
+
"rstrip": false,
|
1192 |
+
"single_word": false,
|
1193 |
+
"special": true
|
1194 |
+
},
|
1195 |
+
"128149": {
|
1196 |
+
"content": "<|reserved_special_token_141|>",
|
1197 |
+
"lstrip": false,
|
1198 |
+
"normalized": false,
|
1199 |
+
"rstrip": false,
|
1200 |
+
"single_word": false,
|
1201 |
+
"special": true
|
1202 |
+
},
|
1203 |
+
"128150": {
|
1204 |
+
"content": "<|reserved_special_token_142|>",
|
1205 |
+
"lstrip": false,
|
1206 |
+
"normalized": false,
|
1207 |
+
"rstrip": false,
|
1208 |
+
"single_word": false,
|
1209 |
+
"special": true
|
1210 |
+
},
|
1211 |
+
"128151": {
|
1212 |
+
"content": "<|reserved_special_token_143|>",
|
1213 |
+
"lstrip": false,
|
1214 |
+
"normalized": false,
|
1215 |
+
"rstrip": false,
|
1216 |
+
"single_word": false,
|
1217 |
+
"special": true
|
1218 |
+
},
|
1219 |
+
"128152": {
|
1220 |
+
"content": "<|reserved_special_token_144|>",
|
1221 |
+
"lstrip": false,
|
1222 |
+
"normalized": false,
|
1223 |
+
"rstrip": false,
|
1224 |
+
"single_word": false,
|
1225 |
+
"special": true
|
1226 |
+
},
|
1227 |
+
"128153": {
|
1228 |
+
"content": "<|reserved_special_token_145|>",
|
1229 |
+
"lstrip": false,
|
1230 |
+
"normalized": false,
|
1231 |
+
"rstrip": false,
|
1232 |
+
"single_word": false,
|
1233 |
+
"special": true
|
1234 |
+
},
|
1235 |
+
"128154": {
|
1236 |
+
"content": "<|reserved_special_token_146|>",
|
1237 |
+
"lstrip": false,
|
1238 |
+
"normalized": false,
|
1239 |
+
"rstrip": false,
|
1240 |
+
"single_word": false,
|
1241 |
+
"special": true
|
1242 |
+
},
|
1243 |
+
"128155": {
|
1244 |
+
"content": "<|reserved_special_token_147|>",
|
1245 |
+
"lstrip": false,
|
1246 |
+
"normalized": false,
|
1247 |
+
"rstrip": false,
|
1248 |
+
"single_word": false,
|
1249 |
+
"special": true
|
1250 |
+
},
|
1251 |
+
"128156": {
|
1252 |
+
"content": "<|reserved_special_token_148|>",
|
1253 |
+
"lstrip": false,
|
1254 |
+
"normalized": false,
|
1255 |
+
"rstrip": false,
|
1256 |
+
"single_word": false,
|
1257 |
+
"special": true
|
1258 |
+
},
|
1259 |
+
"128157": {
|
1260 |
+
"content": "<|reserved_special_token_149|>",
|
1261 |
+
"lstrip": false,
|
1262 |
+
"normalized": false,
|
1263 |
+
"rstrip": false,
|
1264 |
+
"single_word": false,
|
1265 |
+
"special": true
|
1266 |
+
},
|
1267 |
+
"128158": {
|
1268 |
+
"content": "<|reserved_special_token_150|>",
|
1269 |
+
"lstrip": false,
|
1270 |
+
"normalized": false,
|
1271 |
+
"rstrip": false,
|
1272 |
+
"single_word": false,
|
1273 |
+
"special": true
|
1274 |
+
},
|
1275 |
+
"128159": {
|
1276 |
+
"content": "<|reserved_special_token_151|>",
|
1277 |
+
"lstrip": false,
|
1278 |
+
"normalized": false,
|
1279 |
+
"rstrip": false,
|
1280 |
+
"single_word": false,
|
1281 |
+
"special": true
|
1282 |
+
},
|
1283 |
+
"128160": {
|
1284 |
+
"content": "<|reserved_special_token_152|>",
|
1285 |
+
"lstrip": false,
|
1286 |
+
"normalized": false,
|
1287 |
+
"rstrip": false,
|
1288 |
+
"single_word": false,
|
1289 |
+
"special": true
|
1290 |
+
},
|
1291 |
+
"128161": {
|
1292 |
+
"content": "<|reserved_special_token_153|>",
|
1293 |
+
"lstrip": false,
|
1294 |
+
"normalized": false,
|
1295 |
+
"rstrip": false,
|
1296 |
+
"single_word": false,
|
1297 |
+
"special": true
|
1298 |
+
},
|
1299 |
+
"128162": {
|
1300 |
+
"content": "<|reserved_special_token_154|>",
|
1301 |
+
"lstrip": false,
|
1302 |
+
"normalized": false,
|
1303 |
+
"rstrip": false,
|
1304 |
+
"single_word": false,
|
1305 |
+
"special": true
|
1306 |
+
},
|
1307 |
+
"128163": {
|
1308 |
+
"content": "<|reserved_special_token_155|>",
|
1309 |
+
"lstrip": false,
|
1310 |
+
"normalized": false,
|
1311 |
+
"rstrip": false,
|
1312 |
+
"single_word": false,
|
1313 |
+
"special": true
|
1314 |
+
},
|
1315 |
+
"128164": {
|
1316 |
+
"content": "<|reserved_special_token_156|>",
|
1317 |
+
"lstrip": false,
|
1318 |
+
"normalized": false,
|
1319 |
+
"rstrip": false,
|
1320 |
+
"single_word": false,
|
1321 |
+
"special": true
|
1322 |
+
},
|
1323 |
+
"128165": {
|
1324 |
+
"content": "<|reserved_special_token_157|>",
|
1325 |
+
"lstrip": false,
|
1326 |
+
"normalized": false,
|
1327 |
+
"rstrip": false,
|
1328 |
+
"single_word": false,
|
1329 |
+
"special": true
|
1330 |
+
},
|
1331 |
+
"128166": {
|
1332 |
+
"content": "<|reserved_special_token_158|>",
|
1333 |
+
"lstrip": false,
|
1334 |
+
"normalized": false,
|
1335 |
+
"rstrip": false,
|
1336 |
+
"single_word": false,
|
1337 |
+
"special": true
|
1338 |
+
},
|
1339 |
+
"128167": {
|
1340 |
+
"content": "<|reserved_special_token_159|>",
|
1341 |
+
"lstrip": false,
|
1342 |
+
"normalized": false,
|
1343 |
+
"rstrip": false,
|
1344 |
+
"single_word": false,
|
1345 |
+
"special": true
|
1346 |
+
},
|
1347 |
+
"128168": {
|
1348 |
+
"content": "<|reserved_special_token_160|>",
|
1349 |
+
"lstrip": false,
|
1350 |
+
"normalized": false,
|
1351 |
+
"rstrip": false,
|
1352 |
+
"single_word": false,
|
1353 |
+
"special": true
|
1354 |
+
},
|
1355 |
+
"128169": {
|
1356 |
+
"content": "<|reserved_special_token_161|>",
|
1357 |
+
"lstrip": false,
|
1358 |
+
"normalized": false,
|
1359 |
+
"rstrip": false,
|
1360 |
+
"single_word": false,
|
1361 |
+
"special": true
|
1362 |
+
},
|
1363 |
+
"128170": {
|
1364 |
+
"content": "<|reserved_special_token_162|>",
|
1365 |
+
"lstrip": false,
|
1366 |
+
"normalized": false,
|
1367 |
+
"rstrip": false,
|
1368 |
+
"single_word": false,
|
1369 |
+
"special": true
|
1370 |
+
},
|
1371 |
+
"128171": {
|
1372 |
+
"content": "<|reserved_special_token_163|>",
|
1373 |
+
"lstrip": false,
|
1374 |
+
"normalized": false,
|
1375 |
+
"rstrip": false,
|
1376 |
+
"single_word": false,
|
1377 |
+
"special": true
|
1378 |
+
},
|
1379 |
+
"128172": {
|
1380 |
+
"content": "<|reserved_special_token_164|>",
|
1381 |
+
"lstrip": false,
|
1382 |
+
"normalized": false,
|
1383 |
+
"rstrip": false,
|
1384 |
+
"single_word": false,
|
1385 |
+
"special": true
|
1386 |
+
},
|
1387 |
+
"128173": {
|
1388 |
+
"content": "<|reserved_special_token_165|>",
|
1389 |
+
"lstrip": false,
|
1390 |
+
"normalized": false,
|
1391 |
+
"rstrip": false,
|
1392 |
+
"single_word": false,
|
1393 |
+
"special": true
|
1394 |
+
},
|
1395 |
+
"128174": {
|
1396 |
+
"content": "<|reserved_special_token_166|>",
|
1397 |
+
"lstrip": false,
|
1398 |
+
"normalized": false,
|
1399 |
+
"rstrip": false,
|
1400 |
+
"single_word": false,
|
1401 |
+
"special": true
|
1402 |
+
},
|
1403 |
+
"128175": {
|
1404 |
+
"content": "<|reserved_special_token_167|>",
|
1405 |
+
"lstrip": false,
|
1406 |
+
"normalized": false,
|
1407 |
+
"rstrip": false,
|
1408 |
+
"single_word": false,
|
1409 |
+
"special": true
|
1410 |
+
},
|
1411 |
+
"128176": {
|
1412 |
+
"content": "<|reserved_special_token_168|>",
|
1413 |
+
"lstrip": false,
|
1414 |
+
"normalized": false,
|
1415 |
+
"rstrip": false,
|
1416 |
+
"single_word": false,
|
1417 |
+
"special": true
|
1418 |
+
},
|
1419 |
+
"128177": {
|
1420 |
+
"content": "<|reserved_special_token_169|>",
|
1421 |
+
"lstrip": false,
|
1422 |
+
"normalized": false,
|
1423 |
+
"rstrip": false,
|
1424 |
+
"single_word": false,
|
1425 |
+
"special": true
|
1426 |
+
},
|
1427 |
+
"128178": {
|
1428 |
+
"content": "<|reserved_special_token_170|>",
|
1429 |
+
"lstrip": false,
|
1430 |
+
"normalized": false,
|
1431 |
+
"rstrip": false,
|
1432 |
+
"single_word": false,
|
1433 |
+
"special": true
|
1434 |
+
},
|
1435 |
+
"128179": {
|
1436 |
+
"content": "<|reserved_special_token_171|>",
|
1437 |
+
"lstrip": false,
|
1438 |
+
"normalized": false,
|
1439 |
+
"rstrip": false,
|
1440 |
+
"single_word": false,
|
1441 |
+
"special": true
|
1442 |
+
},
|
1443 |
+
"128180": {
|
1444 |
+
"content": "<|reserved_special_token_172|>",
|
1445 |
+
"lstrip": false,
|
1446 |
+
"normalized": false,
|
1447 |
+
"rstrip": false,
|
1448 |
+
"single_word": false,
|
1449 |
+
"special": true
|
1450 |
+
},
|
1451 |
+
"128181": {
|
1452 |
+
"content": "<|reserved_special_token_173|>",
|
1453 |
+
"lstrip": false,
|
1454 |
+
"normalized": false,
|
1455 |
+
"rstrip": false,
|
1456 |
+
"single_word": false,
|
1457 |
+
"special": true
|
1458 |
+
},
|
1459 |
+
"128182": {
|
1460 |
+
"content": "<|reserved_special_token_174|>",
|
1461 |
+
"lstrip": false,
|
1462 |
+
"normalized": false,
|
1463 |
+
"rstrip": false,
|
1464 |
+
"single_word": false,
|
1465 |
+
"special": true
|
1466 |
+
},
|
1467 |
+
"128183": {
|
1468 |
+
"content": "<|reserved_special_token_175|>",
|
1469 |
+
"lstrip": false,
|
1470 |
+
"normalized": false,
|
1471 |
+
"rstrip": false,
|
1472 |
+
"single_word": false,
|
1473 |
+
"special": true
|
1474 |
+
},
|
1475 |
+
"128184": {
|
1476 |
+
"content": "<|reserved_special_token_176|>",
|
1477 |
+
"lstrip": false,
|
1478 |
+
"normalized": false,
|
1479 |
+
"rstrip": false,
|
1480 |
+
"single_word": false,
|
1481 |
+
"special": true
|
1482 |
+
},
|
1483 |
+
"128185": {
|
1484 |
+
"content": "<|reserved_special_token_177|>",
|
1485 |
+
"lstrip": false,
|
1486 |
+
"normalized": false,
|
1487 |
+
"rstrip": false,
|
1488 |
+
"single_word": false,
|
1489 |
+
"special": true
|
1490 |
+
},
|
1491 |
+
"128186": {
|
1492 |
+
"content": "<|reserved_special_token_178|>",
|
1493 |
+
"lstrip": false,
|
1494 |
+
"normalized": false,
|
1495 |
+
"rstrip": false,
|
1496 |
+
"single_word": false,
|
1497 |
+
"special": true
|
1498 |
+
},
|
1499 |
+
"128187": {
|
1500 |
+
"content": "<|reserved_special_token_179|>",
|
1501 |
+
"lstrip": false,
|
1502 |
+
"normalized": false,
|
1503 |
+
"rstrip": false,
|
1504 |
+
"single_word": false,
|
1505 |
+
"special": true
|
1506 |
+
},
|
1507 |
+
"128188": {
|
1508 |
+
"content": "<|reserved_special_token_180|>",
|
1509 |
+
"lstrip": false,
|
1510 |
+
"normalized": false,
|
1511 |
+
"rstrip": false,
|
1512 |
+
"single_word": false,
|
1513 |
+
"special": true
|
1514 |
+
},
|
1515 |
+
"128189": {
|
1516 |
+
"content": "<|reserved_special_token_181|>",
|
1517 |
+
"lstrip": false,
|
1518 |
+
"normalized": false,
|
1519 |
+
"rstrip": false,
|
1520 |
+
"single_word": false,
|
1521 |
+
"special": true
|
1522 |
+
},
|
1523 |
+
"128190": {
|
1524 |
+
"content": "<|reserved_special_token_182|>",
|
1525 |
+
"lstrip": false,
|
1526 |
+
"normalized": false,
|
1527 |
+
"rstrip": false,
|
1528 |
+
"single_word": false,
|
1529 |
+
"special": true
|
1530 |
+
},
|
1531 |
+
"128191": {
|
1532 |
+
"content": "<|reserved_special_token_183|>",
|
1533 |
+
"lstrip": false,
|
1534 |
+
"normalized": false,
|
1535 |
+
"rstrip": false,
|
1536 |
+
"single_word": false,
|
1537 |
+
"special": true
|
1538 |
+
},
|
1539 |
+
"128192": {
|
1540 |
+
"content": "<|reserved_special_token_184|>",
|
1541 |
+
"lstrip": false,
|
1542 |
+
"normalized": false,
|
1543 |
+
"rstrip": false,
|
1544 |
+
"single_word": false,
|
1545 |
+
"special": true
|
1546 |
+
},
|
1547 |
+
"128193": {
|
1548 |
+
"content": "<|reserved_special_token_185|>",
|
1549 |
+
"lstrip": false,
|
1550 |
+
"normalized": false,
|
1551 |
+
"rstrip": false,
|
1552 |
+
"single_word": false,
|
1553 |
+
"special": true
|
1554 |
+
},
|
1555 |
+
"128194": {
|
1556 |
+
"content": "<|reserved_special_token_186|>",
|
1557 |
+
"lstrip": false,
|
1558 |
+
"normalized": false,
|
1559 |
+
"rstrip": false,
|
1560 |
+
"single_word": false,
|
1561 |
+
"special": true
|
1562 |
+
},
|
1563 |
+
"128195": {
|
1564 |
+
"content": "<|reserved_special_token_187|>",
|
1565 |
+
"lstrip": false,
|
1566 |
+
"normalized": false,
|
1567 |
+
"rstrip": false,
|
1568 |
+
"single_word": false,
|
1569 |
+
"special": true
|
1570 |
+
},
|
1571 |
+
"128196": {
|
1572 |
+
"content": "<|reserved_special_token_188|>",
|
1573 |
+
"lstrip": false,
|
1574 |
+
"normalized": false,
|
1575 |
+
"rstrip": false,
|
1576 |
+
"single_word": false,
|
1577 |
+
"special": true
|
1578 |
+
},
|
1579 |
+
"128197": {
|
1580 |
+
"content": "<|reserved_special_token_189|>",
|
1581 |
+
"lstrip": false,
|
1582 |
+
"normalized": false,
|
1583 |
+
"rstrip": false,
|
1584 |
+
"single_word": false,
|
1585 |
+
"special": true
|
1586 |
+
},
|
1587 |
+
"128198": {
|
1588 |
+
"content": "<|reserved_special_token_190|>",
|
1589 |
+
"lstrip": false,
|
1590 |
+
"normalized": false,
|
1591 |
+
"rstrip": false,
|
1592 |
+
"single_word": false,
|
1593 |
+
"special": true
|
1594 |
+
},
|
1595 |
+
"128199": {
|
1596 |
+
"content": "<|reserved_special_token_191|>",
|
1597 |
+
"lstrip": false,
|
1598 |
+
"normalized": false,
|
1599 |
+
"rstrip": false,
|
1600 |
+
"single_word": false,
|
1601 |
+
"special": true
|
1602 |
+
},
|
1603 |
+
"128200": {
|
1604 |
+
"content": "<|reserved_special_token_192|>",
|
1605 |
+
"lstrip": false,
|
1606 |
+
"normalized": false,
|
1607 |
+
"rstrip": false,
|
1608 |
+
"single_word": false,
|
1609 |
+
"special": true
|
1610 |
+
},
|
1611 |
+
"128201": {
|
1612 |
+
"content": "<|reserved_special_token_193|>",
|
1613 |
+
"lstrip": false,
|
1614 |
+
"normalized": false,
|
1615 |
+
"rstrip": false,
|
1616 |
+
"single_word": false,
|
1617 |
+
"special": true
|
1618 |
+
},
|
1619 |
+
"128202": {
|
1620 |
+
"content": "<|reserved_special_token_194|>",
|
1621 |
+
"lstrip": false,
|
1622 |
+
"normalized": false,
|
1623 |
+
"rstrip": false,
|
1624 |
+
"single_word": false,
|
1625 |
+
"special": true
|
1626 |
+
},
|
1627 |
+
"128203": {
|
1628 |
+
"content": "<|reserved_special_token_195|>",
|
1629 |
+
"lstrip": false,
|
1630 |
+
"normalized": false,
|
1631 |
+
"rstrip": false,
|
1632 |
+
"single_word": false,
|
1633 |
+
"special": true
|
1634 |
+
},
|
1635 |
+
"128204": {
|
1636 |
+
"content": "<|reserved_special_token_196|>",
|
1637 |
+
"lstrip": false,
|
1638 |
+
"normalized": false,
|
1639 |
+
"rstrip": false,
|
1640 |
+
"single_word": false,
|
1641 |
+
"special": true
|
1642 |
+
},
|
1643 |
+
"128205": {
|
1644 |
+
"content": "<|reserved_special_token_197|>",
|
1645 |
+
"lstrip": false,
|
1646 |
+
"normalized": false,
|
1647 |
+
"rstrip": false,
|
1648 |
+
"single_word": false,
|
1649 |
+
"special": true
|
1650 |
+
},
|
1651 |
+
"128206": {
|
1652 |
+
"content": "<|reserved_special_token_198|>",
|
1653 |
+
"lstrip": false,
|
1654 |
+
"normalized": false,
|
1655 |
+
"rstrip": false,
|
1656 |
+
"single_word": false,
|
1657 |
+
"special": true
|
1658 |
+
},
|
1659 |
+
"128207": {
|
1660 |
+
"content": "<|reserved_special_token_199|>",
|
1661 |
+
"lstrip": false,
|
1662 |
+
"normalized": false,
|
1663 |
+
"rstrip": false,
|
1664 |
+
"single_word": false,
|
1665 |
+
"special": true
|
1666 |
+
},
|
1667 |
+
"128208": {
|
1668 |
+
"content": "<|reserved_special_token_200|>",
|
1669 |
+
"lstrip": false,
|
1670 |
+
"normalized": false,
|
1671 |
+
"rstrip": false,
|
1672 |
+
"single_word": false,
|
1673 |
+
"special": true
|
1674 |
+
},
|
1675 |
+
"128209": {
|
1676 |
+
"content": "<|reserved_special_token_201|>",
|
1677 |
+
"lstrip": false,
|
1678 |
+
"normalized": false,
|
1679 |
+
"rstrip": false,
|
1680 |
+
"single_word": false,
|
1681 |
+
"special": true
|
1682 |
+
},
|
1683 |
+
"128210": {
|
1684 |
+
"content": "<|reserved_special_token_202|>",
|
1685 |
+
"lstrip": false,
|
1686 |
+
"normalized": false,
|
1687 |
+
"rstrip": false,
|
1688 |
+
"single_word": false,
|
1689 |
+
"special": true
|
1690 |
+
},
|
1691 |
+
"128211": {
|
1692 |
+
"content": "<|reserved_special_token_203|>",
|
1693 |
+
"lstrip": false,
|
1694 |
+
"normalized": false,
|
1695 |
+
"rstrip": false,
|
1696 |
+
"single_word": false,
|
1697 |
+
"special": true
|
1698 |
+
},
|
1699 |
+
"128212": {
|
1700 |
+
"content": "<|reserved_special_token_204|>",
|
1701 |
+
"lstrip": false,
|
1702 |
+
"normalized": false,
|
1703 |
+
"rstrip": false,
|
1704 |
+
"single_word": false,
|
1705 |
+
"special": true
|
1706 |
+
},
|
1707 |
+
"128213": {
|
1708 |
+
"content": "<|reserved_special_token_205|>",
|
1709 |
+
"lstrip": false,
|
1710 |
+
"normalized": false,
|
1711 |
+
"rstrip": false,
|
1712 |
+
"single_word": false,
|
1713 |
+
"special": true
|
1714 |
+
},
|
1715 |
+
"128214": {
|
1716 |
+
"content": "<|reserved_special_token_206|>",
|
1717 |
+
"lstrip": false,
|
1718 |
+
"normalized": false,
|
1719 |
+
"rstrip": false,
|
1720 |
+
"single_word": false,
|
1721 |
+
"special": true
|
1722 |
+
},
|
1723 |
+
"128215": {
|
1724 |
+
"content": "<|reserved_special_token_207|>",
|
1725 |
+
"lstrip": false,
|
1726 |
+
"normalized": false,
|
1727 |
+
"rstrip": false,
|
1728 |
+
"single_word": false,
|
1729 |
+
"special": true
|
1730 |
+
},
|
1731 |
+
"128216": {
|
1732 |
+
"content": "<|reserved_special_token_208|>",
|
1733 |
+
"lstrip": false,
|
1734 |
+
"normalized": false,
|
1735 |
+
"rstrip": false,
|
1736 |
+
"single_word": false,
|
1737 |
+
"special": true
|
1738 |
+
},
|
1739 |
+
"128217": {
|
1740 |
+
"content": "<|reserved_special_token_209|>",
|
1741 |
+
"lstrip": false,
|
1742 |
+
"normalized": false,
|
1743 |
+
"rstrip": false,
|
1744 |
+
"single_word": false,
|
1745 |
+
"special": true
|
1746 |
+
},
|
1747 |
+
"128218": {
|
1748 |
+
"content": "<|reserved_special_token_210|>",
|
1749 |
+
"lstrip": false,
|
1750 |
+
"normalized": false,
|
1751 |
+
"rstrip": false,
|
1752 |
+
"single_word": false,
|
1753 |
+
"special": true
|
1754 |
+
},
|
1755 |
+
"128219": {
|
1756 |
+
"content": "<|reserved_special_token_211|>",
|
1757 |
+
"lstrip": false,
|
1758 |
+
"normalized": false,
|
1759 |
+
"rstrip": false,
|
1760 |
+
"single_word": false,
|
1761 |
+
"special": true
|
1762 |
+
},
|
1763 |
+
"128220": {
|
1764 |
+
"content": "<|reserved_special_token_212|>",
|
1765 |
+
"lstrip": false,
|
1766 |
+
"normalized": false,
|
1767 |
+
"rstrip": false,
|
1768 |
+
"single_word": false,
|
1769 |
+
"special": true
|
1770 |
+
},
|
1771 |
+
"128221": {
|
1772 |
+
"content": "<|reserved_special_token_213|>",
|
1773 |
+
"lstrip": false,
|
1774 |
+
"normalized": false,
|
1775 |
+
"rstrip": false,
|
1776 |
+
"single_word": false,
|
1777 |
+
"special": true
|
1778 |
+
},
|
1779 |
+
"128222": {
|
1780 |
+
"content": "<|reserved_special_token_214|>",
|
1781 |
+
"lstrip": false,
|
1782 |
+
"normalized": false,
|
1783 |
+
"rstrip": false,
|
1784 |
+
"single_word": false,
|
1785 |
+
"special": true
|
1786 |
+
},
|
1787 |
+
"128223": {
|
1788 |
+
"content": "<|reserved_special_token_215|>",
|
1789 |
+
"lstrip": false,
|
1790 |
+
"normalized": false,
|
1791 |
+
"rstrip": false,
|
1792 |
+
"single_word": false,
|
1793 |
+
"special": true
|
1794 |
+
},
|
1795 |
+
"128224": {
|
1796 |
+
"content": "<|reserved_special_token_216|>",
|
1797 |
+
"lstrip": false,
|
1798 |
+
"normalized": false,
|
1799 |
+
"rstrip": false,
|
1800 |
+
"single_word": false,
|
1801 |
+
"special": true
|
1802 |
+
},
|
1803 |
+
"128225": {
|
1804 |
+
"content": "<|reserved_special_token_217|>",
|
1805 |
+
"lstrip": false,
|
1806 |
+
"normalized": false,
|
1807 |
+
"rstrip": false,
|
1808 |
+
"single_word": false,
|
1809 |
+
"special": true
|
1810 |
+
},
|
1811 |
+
"128226": {
|
1812 |
+
"content": "<|reserved_special_token_218|>",
|
1813 |
+
"lstrip": false,
|
1814 |
+
"normalized": false,
|
1815 |
+
"rstrip": false,
|
1816 |
+
"single_word": false,
|
1817 |
+
"special": true
|
1818 |
+
},
|
1819 |
+
"128227": {
|
1820 |
+
"content": "<|reserved_special_token_219|>",
|
1821 |
+
"lstrip": false,
|
1822 |
+
"normalized": false,
|
1823 |
+
"rstrip": false,
|
1824 |
+
"single_word": false,
|
1825 |
+
"special": true
|
1826 |
+
},
|
1827 |
+
"128228": {
|
1828 |
+
"content": "<|reserved_special_token_220|>",
|
1829 |
+
"lstrip": false,
|
1830 |
+
"normalized": false,
|
1831 |
+
"rstrip": false,
|
1832 |
+
"single_word": false,
|
1833 |
+
"special": true
|
1834 |
+
},
|
1835 |
+
"128229": {
|
1836 |
+
"content": "<|reserved_special_token_221|>",
|
1837 |
+
"lstrip": false,
|
1838 |
+
"normalized": false,
|
1839 |
+
"rstrip": false,
|
1840 |
+
"single_word": false,
|
1841 |
+
"special": true
|
1842 |
+
},
|
1843 |
+
"128230": {
|
1844 |
+
"content": "<|reserved_special_token_222|>",
|
1845 |
+
"lstrip": false,
|
1846 |
+
"normalized": false,
|
1847 |
+
"rstrip": false,
|
1848 |
+
"single_word": false,
|
1849 |
+
"special": true
|
1850 |
+
},
|
1851 |
+
"128231": {
|
1852 |
+
"content": "<|reserved_special_token_223|>",
|
1853 |
+
"lstrip": false,
|
1854 |
+
"normalized": false,
|
1855 |
+
"rstrip": false,
|
1856 |
+
"single_word": false,
|
1857 |
+
"special": true
|
1858 |
+
},
|
1859 |
+
"128232": {
|
1860 |
+
"content": "<|reserved_special_token_224|>",
|
1861 |
+
"lstrip": false,
|
1862 |
+
"normalized": false,
|
1863 |
+
"rstrip": false,
|
1864 |
+
"single_word": false,
|
1865 |
+
"special": true
|
1866 |
+
},
|
1867 |
+
"128233": {
|
1868 |
+
"content": "<|reserved_special_token_225|>",
|
1869 |
+
"lstrip": false,
|
1870 |
+
"normalized": false,
|
1871 |
+
"rstrip": false,
|
1872 |
+
"single_word": false,
|
1873 |
+
"special": true
|
1874 |
+
},
|
1875 |
+
"128234": {
|
1876 |
+
"content": "<|reserved_special_token_226|>",
|
1877 |
+
"lstrip": false,
|
1878 |
+
"normalized": false,
|
1879 |
+
"rstrip": false,
|
1880 |
+
"single_word": false,
|
1881 |
+
"special": true
|
1882 |
+
},
|
1883 |
+
"128235": {
|
1884 |
+
"content": "<|reserved_special_token_227|>",
|
1885 |
+
"lstrip": false,
|
1886 |
+
"normalized": false,
|
1887 |
+
"rstrip": false,
|
1888 |
+
"single_word": false,
|
1889 |
+
"special": true
|
1890 |
+
},
|
1891 |
+
"128236": {
|
1892 |
+
"content": "<|reserved_special_token_228|>",
|
1893 |
+
"lstrip": false,
|
1894 |
+
"normalized": false,
|
1895 |
+
"rstrip": false,
|
1896 |
+
"single_word": false,
|
1897 |
+
"special": true
|
1898 |
+
},
|
1899 |
+
"128237": {
|
1900 |
+
"content": "<|reserved_special_token_229|>",
|
1901 |
+
"lstrip": false,
|
1902 |
+
"normalized": false,
|
1903 |
+
"rstrip": false,
|
1904 |
+
"single_word": false,
|
1905 |
+
"special": true
|
1906 |
+
},
|
1907 |
+
"128238": {
|
1908 |
+
"content": "<|reserved_special_token_230|>",
|
1909 |
+
"lstrip": false,
|
1910 |
+
"normalized": false,
|
1911 |
+
"rstrip": false,
|
1912 |
+
"single_word": false,
|
1913 |
+
"special": true
|
1914 |
+
},
|
1915 |
+
"128239": {
|
1916 |
+
"content": "<|reserved_special_token_231|>",
|
1917 |
+
"lstrip": false,
|
1918 |
+
"normalized": false,
|
1919 |
+
"rstrip": false,
|
1920 |
+
"single_word": false,
|
1921 |
+
"special": true
|
1922 |
+
},
|
1923 |
+
"128240": {
|
1924 |
+
"content": "<|reserved_special_token_232|>",
|
1925 |
+
"lstrip": false,
|
1926 |
+
"normalized": false,
|
1927 |
+
"rstrip": false,
|
1928 |
+
"single_word": false,
|
1929 |
+
"special": true
|
1930 |
+
},
|
1931 |
+
"128241": {
|
1932 |
+
"content": "<|reserved_special_token_233|>",
|
1933 |
+
"lstrip": false,
|
1934 |
+
"normalized": false,
|
1935 |
+
"rstrip": false,
|
1936 |
+
"single_word": false,
|
1937 |
+
"special": true
|
1938 |
+
},
|
1939 |
+
"128242": {
|
1940 |
+
"content": "<|reserved_special_token_234|>",
|
1941 |
+
"lstrip": false,
|
1942 |
+
"normalized": false,
|
1943 |
+
"rstrip": false,
|
1944 |
+
"single_word": false,
|
1945 |
+
"special": true
|
1946 |
+
},
|
1947 |
+
"128243": {
|
1948 |
+
"content": "<|reserved_special_token_235|>",
|
1949 |
+
"lstrip": false,
|
1950 |
+
"normalized": false,
|
1951 |
+
"rstrip": false,
|
1952 |
+
"single_word": false,
|
1953 |
+
"special": true
|
1954 |
+
},
|
1955 |
+
"128244": {
|
1956 |
+
"content": "<|reserved_special_token_236|>",
|
1957 |
+
"lstrip": false,
|
1958 |
+
"normalized": false,
|
1959 |
+
"rstrip": false,
|
1960 |
+
"single_word": false,
|
1961 |
+
"special": true
|
1962 |
+
},
|
1963 |
+
"128245": {
|
1964 |
+
"content": "<|reserved_special_token_237|>",
|
1965 |
+
"lstrip": false,
|
1966 |
+
"normalized": false,
|
1967 |
+
"rstrip": false,
|
1968 |
+
"single_word": false,
|
1969 |
+
"special": true
|
1970 |
+
},
|
1971 |
+
"128246": {
|
1972 |
+
"content": "<|reserved_special_token_238|>",
|
1973 |
+
"lstrip": false,
|
1974 |
+
"normalized": false,
|
1975 |
+
"rstrip": false,
|
1976 |
+
"single_word": false,
|
1977 |
+
"special": true
|
1978 |
+
},
|
1979 |
+
"128247": {
|
1980 |
+
"content": "<|reserved_special_token_239|>",
|
1981 |
+
"lstrip": false,
|
1982 |
+
"normalized": false,
|
1983 |
+
"rstrip": false,
|
1984 |
+
"single_word": false,
|
1985 |
+
"special": true
|
1986 |
+
},
|
1987 |
+
"128248": {
|
1988 |
+
"content": "<|reserved_special_token_240|>",
|
1989 |
+
"lstrip": false,
|
1990 |
+
"normalized": false,
|
1991 |
+
"rstrip": false,
|
1992 |
+
"single_word": false,
|
1993 |
+
"special": true
|
1994 |
+
},
|
1995 |
+
"128249": {
|
1996 |
+
"content": "<|reserved_special_token_241|>",
|
1997 |
+
"lstrip": false,
|
1998 |
+
"normalized": false,
|
1999 |
+
"rstrip": false,
|
2000 |
+
"single_word": false,
|
2001 |
+
"special": true
|
2002 |
+
},
|
2003 |
+
"128250": {
|
2004 |
+
"content": "<|reserved_special_token_242|>",
|
2005 |
+
"lstrip": false,
|
2006 |
+
"normalized": false,
|
2007 |
+
"rstrip": false,
|
2008 |
+
"single_word": false,
|
2009 |
+
"special": true
|
2010 |
+
},
|
2011 |
+
"128251": {
|
2012 |
+
"content": "<|reserved_special_token_243|>",
|
2013 |
+
"lstrip": false,
|
2014 |
+
"normalized": false,
|
2015 |
+
"rstrip": false,
|
2016 |
+
"single_word": false,
|
2017 |
+
"special": true
|
2018 |
+
},
|
2019 |
+
"128252": {
|
2020 |
+
"content": "<|reserved_special_token_244|>",
|
2021 |
+
"lstrip": false,
|
2022 |
+
"normalized": false,
|
2023 |
+
"rstrip": false,
|
2024 |
+
"single_word": false,
|
2025 |
+
"special": true
|
2026 |
+
},
|
2027 |
+
"128253": {
|
2028 |
+
"content": "<|reserved_special_token_245|>",
|
2029 |
+
"lstrip": false,
|
2030 |
+
"normalized": false,
|
2031 |
+
"rstrip": false,
|
2032 |
+
"single_word": false,
|
2033 |
+
"special": true
|
2034 |
+
},
|
2035 |
+
"128254": {
|
2036 |
+
"content": "<|reserved_special_token_246|>",
|
2037 |
+
"lstrip": false,
|
2038 |
+
"normalized": false,
|
2039 |
+
"rstrip": false,
|
2040 |
+
"single_word": false,
|
2041 |
+
"special": true
|
2042 |
+
},
|
2043 |
+
"128255": {
|
2044 |
+
"content": "<|reserved_special_token_247|>",
|
2045 |
+
"lstrip": false,
|
2046 |
+
"normalized": false,
|
2047 |
+
"rstrip": false,
|
2048 |
+
"single_word": false,
|
2049 |
+
"special": true
|
2050 |
+
}
|
2051 |
+
},
|
2052 |
+
"bos_token": "<|begin_of_text|>",
|
2053 |
+
"chat_template": "{{- bos_token }}\n{%- if custom_tools is defined %}\n {%- set tools = custom_tools %}\n{%- endif %}\n{%- if not tools_in_user_message is defined %}\n {%- set tools_in_user_message = true %}\n{%- endif %}\n{%- if not date_string is defined %}\n {%- set date_string = \"26 Jul 2024\" %}\n{%- endif %}\n{%- if not tools is defined %}\n {%- set tools = none %}\n{%- endif %}\n\n{#- This block extracts the system message, so we can slot it into the right place. #}\n{%- if messages[0]['role'] == 'system' %}\n {%- set system_message = messages[0]['content']|trim %}\n {%- set messages = messages[1:] %}\n{%- else %}\n {%- set system_message = \"\" %}\n{%- endif %}\n\n{#- System message + builtin tools #}\n{{- \"<|start_header_id|>system<|end_header_id|>\\n\\n\" }}\n{%- if builtin_tools is defined or tools is not none %}\n {{- \"Environment: ipython\\n\" }}\n{%- endif %}\n{%- if builtin_tools is defined %}\n {{- \"Tools: \" + builtin_tools | reject('equalto', 'code_interpreter') | join(\", \") + \"\\n\\n\"}}\n{%- endif %}\n{{- \"Cutting Knowledge Date: December 2023\\n\" }}\n{{- \"Today Date: \" + date_string + \"\\n\\n\" }}\n{%- if tools is not none and not tools_in_user_message %}\n {{- \"You have access to the following functions. To call a function, please respond with JSON for a function call.\" }}\n {{- 'Respond in the format {\"name\": function name, \"parameters\": dictionary of argument name and its value}.' }}\n {{- \"Do not use variables.\\n\\n\" }}\n {%- for t in tools %}\n {{- t | tojson(indent=4) }}\n {{- \"\\n\\n\" }}\n {%- endfor %}\n{%- endif %}\n{{- system_message }}\n{{- \"<|eot_id|>\" }}\n\n{#- Custom tools are passed in a user message with some extra guidance #}\n{%- if tools_in_user_message and not tools is none %}\n {#- Extract the first user message so we can plug it in here #}\n {%- if messages | length != 0 %}\n {%- set first_user_message = messages[0]['content']|trim %}\n {%- set messages = messages[1:] %}\n {%- else %}\n {{- raise_exception(\"Cannot put tools in the first user message when there's no first user message!\") }}\n{%- endif %}\n {{- '<|start_header_id|>user<|end_header_id|>\\n\\n' -}}\n {{- \"Given the following functions, please respond with a JSON for a function call \" }}\n {{- \"with its proper arguments that best answers the given prompt.\\n\\n\" }}\n {{- 'Respond in the format {\"name\": function name, \"parameters\": dictionary of argument name and its value}.' }}\n {{- \"Do not use variables.\\n\\n\" }}\n {%- for t in tools %}\n {{- t | tojson(indent=4) }}\n {{- \"\\n\\n\" }}\n {%- endfor %}\n {{- first_user_message + \"<|eot_id|>\"}}\n{%- endif %}\n\n{%- for message in messages %}\n {%- if not (message.role == 'ipython' or message.role == 'tool' or 'tool_calls' in message) %}\n {{- '<|start_header_id|>' + message['role'] + '<|end_header_id|>\\n\\n'+ message['content'] | trim + '<|eot_id|>' }}\n {%- elif 'tool_calls' in message %}\n {%- if not message.tool_calls|length == 1 %}\n {{- raise_exception(\"This model only supports single tool-calls at once!\") }}\n {%- endif %}\n {%- set tool_call = message.tool_calls[0].function %}\n {%- if builtin_tools is defined and tool_call.name in builtin_tools %}\n {{- '<|start_header_id|>assistant<|end_header_id|>\\n\\n' -}}\n {{- \"<|python_tag|>\" + tool_call.name + \".call(\" }}\n {%- for arg_name, arg_val in tool_call.arguments | items %}\n {{- arg_name + '=\"' + arg_val + '\"' }}\n {%- if not loop.last %}\n {{- \", \" }}\n {%- endif %}\n {%- endfor %}\n {{- \")\" }}\n {%- else %}\n {{- '<|start_header_id|>assistant<|end_header_id|>\\n\\n' -}}\n {{- '{\"name\": \"' + tool_call.name + '\", ' }}\n {{- '\"parameters\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- \"}\" }}\n {%- endif %}\n {%- if builtin_tools is defined %}\n {#- This means we're in ipython mode #}\n {{- \"<|eom_id|>\" }}\n {%- else %}\n {{- \"<|eot_id|>\" }}\n {%- endif %}\n {%- elif message.role == \"tool\" or message.role == \"ipython\" %}\n {{- \"<|start_header_id|>ipython<|end_header_id|>\\n\\n\" }}\n {%- if message.content is mapping or message.content is iterable %}\n {{- message.content | tojson }}\n {%- else %}\n {{- message.content }}\n {%- endif %}\n {{- \"<|eot_id|>\" }}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|start_header_id|>assistant<|end_header_id|>\\n\\n' }}\n{%- endif %}\n",
|
2054 |
+
"clean_up_tokenization_spaces": true,
|
2055 |
+
"eos_token": "<|eot_id|>",
|
2056 |
+
"max_length": null,
|
2057 |
+
"model_input_names": [
|
2058 |
+
"input_ids",
|
2059 |
+
"attention_mask"
|
2060 |
+
],
|
2061 |
+
"model_max_length": 131072,
|
2062 |
+
"pad_to_multiple_of": null,
|
2063 |
+
"pad_token": "<|begin_of_text|>",
|
2064 |
+
"pad_token_type_id": 0,
|
2065 |
+
"padding_side": "left",
|
2066 |
+
"tokenizer_class": "PreTrainedTokenizerFast"
|
2067 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,3939 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 1.0,
|
5 |
+
"eval_steps": 200,
|
6 |
+
"global_step": 13939,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 7.174115790228854e-05,
|
13 |
+
"grad_norm": 0.201171875,
|
14 |
+
"learning_rate": 9.999282588420978e-06,
|
15 |
+
"loss": 0.8366,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.0017935289475572136,
|
20 |
+
"grad_norm": 0.7421875,
|
21 |
+
"learning_rate": 9.982064710524428e-06,
|
22 |
+
"loss": 0.9723,
|
23 |
+
"step": 25
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.0035870578951144273,
|
27 |
+
"grad_norm": 0.166015625,
|
28 |
+
"learning_rate": 9.964129421048858e-06,
|
29 |
+
"loss": 0.9534,
|
30 |
+
"step": 50
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.0053805868426716405,
|
34 |
+
"grad_norm": 0.265625,
|
35 |
+
"learning_rate": 9.946194131573285e-06,
|
36 |
+
"loss": 0.9673,
|
37 |
+
"step": 75
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.007174115790228855,
|
41 |
+
"grad_norm": 0.7109375,
|
42 |
+
"learning_rate": 9.928258842097713e-06,
|
43 |
+
"loss": 0.9947,
|
44 |
+
"step": 100
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.008967644737786069,
|
48 |
+
"grad_norm": 0.671875,
|
49 |
+
"learning_rate": 9.91032355262214e-06,
|
50 |
+
"loss": 0.87,
|
51 |
+
"step": 125
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.010761173685343281,
|
55 |
+
"grad_norm": 0.1923828125,
|
56 |
+
"learning_rate": 9.892388263146568e-06,
|
57 |
+
"loss": 0.9713,
|
58 |
+
"step": 150
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.012554702632900495,
|
62 |
+
"grad_norm": 1.4921875,
|
63 |
+
"learning_rate": 9.874452973670995e-06,
|
64 |
+
"loss": 0.9759,
|
65 |
+
"step": 175
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.01434823158045771,
|
69 |
+
"grad_norm": 0.251953125,
|
70 |
+
"learning_rate": 9.856517684195423e-06,
|
71 |
+
"loss": 1.0042,
|
72 |
+
"step": 200
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.01614176052801492,
|
76 |
+
"grad_norm": 0.1416015625,
|
77 |
+
"learning_rate": 9.83858239471985e-06,
|
78 |
+
"loss": 1.03,
|
79 |
+
"step": 225
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.017935289475572137,
|
83 |
+
"grad_norm": 0.3359375,
|
84 |
+
"learning_rate": 9.82064710524428e-06,
|
85 |
+
"loss": 0.9579,
|
86 |
+
"step": 250
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.01972881842312935,
|
90 |
+
"grad_norm": 0.328125,
|
91 |
+
"learning_rate": 9.802711815768707e-06,
|
92 |
+
"loss": 0.894,
|
93 |
+
"step": 275
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.021522347370686562,
|
97 |
+
"grad_norm": 0.46875,
|
98 |
+
"learning_rate": 9.784776526293135e-06,
|
99 |
+
"loss": 1.0126,
|
100 |
+
"step": 300
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.023315876318243778,
|
104 |
+
"grad_norm": 0.1669921875,
|
105 |
+
"learning_rate": 9.766841236817564e-06,
|
106 |
+
"loss": 0.9455,
|
107 |
+
"step": 325
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.02510940526580099,
|
111 |
+
"grad_norm": 0.3671875,
|
112 |
+
"learning_rate": 9.748905947341992e-06,
|
113 |
+
"loss": 1.0228,
|
114 |
+
"step": 350
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.026902934213358203,
|
118 |
+
"grad_norm": 0.890625,
|
119 |
+
"learning_rate": 9.73097065786642e-06,
|
120 |
+
"loss": 1.0725,
|
121 |
+
"step": 375
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.02869646316091542,
|
125 |
+
"grad_norm": 0.2578125,
|
126 |
+
"learning_rate": 9.713035368390847e-06,
|
127 |
+
"loss": 0.8015,
|
128 |
+
"step": 400
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.03048999210847263,
|
132 |
+
"grad_norm": 0.1865234375,
|
133 |
+
"learning_rate": 9.695100078915274e-06,
|
134 |
+
"loss": 1.0028,
|
135 |
+
"step": 425
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.03228352105602984,
|
139 |
+
"grad_norm": 0.3984375,
|
140 |
+
"learning_rate": 9.677164789439702e-06,
|
141 |
+
"loss": 0.9588,
|
142 |
+
"step": 450
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.03407705000358706,
|
146 |
+
"grad_norm": 0.1748046875,
|
147 |
+
"learning_rate": 9.65922949996413e-06,
|
148 |
+
"loss": 1.076,
|
149 |
+
"step": 475
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.035870578951144275,
|
153 |
+
"grad_norm": 0.177734375,
|
154 |
+
"learning_rate": 9.641294210488557e-06,
|
155 |
+
"loss": 1.0304,
|
156 |
+
"step": 500
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.037664107898701484,
|
160 |
+
"grad_norm": 0.26171875,
|
161 |
+
"learning_rate": 9.623358921012986e-06,
|
162 |
+
"loss": 0.9989,
|
163 |
+
"step": 525
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.0394576368462587,
|
167 |
+
"grad_norm": 0.1640625,
|
168 |
+
"learning_rate": 9.605423631537414e-06,
|
169 |
+
"loss": 0.9504,
|
170 |
+
"step": 550
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.041251165793815915,
|
174 |
+
"grad_norm": 0.1943359375,
|
175 |
+
"learning_rate": 9.587488342061841e-06,
|
176 |
+
"loss": 0.9648,
|
177 |
+
"step": 575
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.043044694741373124,
|
181 |
+
"grad_norm": 0.251953125,
|
182 |
+
"learning_rate": 9.569553052586269e-06,
|
183 |
+
"loss": 1.0331,
|
184 |
+
"step": 600
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.04483822368893034,
|
188 |
+
"grad_norm": 0.1650390625,
|
189 |
+
"learning_rate": 9.551617763110698e-06,
|
190 |
+
"loss": 0.9401,
|
191 |
+
"step": 625
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.046631752636487556,
|
195 |
+
"grad_norm": 0.39453125,
|
196 |
+
"learning_rate": 9.533682473635126e-06,
|
197 |
+
"loss": 1.0657,
|
198 |
+
"step": 650
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.048425281584044765,
|
202 |
+
"grad_norm": 0.3515625,
|
203 |
+
"learning_rate": 9.515747184159553e-06,
|
204 |
+
"loss": 0.9503,
|
205 |
+
"step": 675
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.05021881053160198,
|
209 |
+
"grad_norm": 0.2734375,
|
210 |
+
"learning_rate": 9.497811894683981e-06,
|
211 |
+
"loss": 1.0092,
|
212 |
+
"step": 700
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.052012339479159196,
|
216 |
+
"grad_norm": 0.2890625,
|
217 |
+
"learning_rate": 9.479876605208408e-06,
|
218 |
+
"loss": 1.113,
|
219 |
+
"step": 725
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.053805868426716405,
|
223 |
+
"grad_norm": 0.279296875,
|
224 |
+
"learning_rate": 9.461941315732836e-06,
|
225 |
+
"loss": 0.9051,
|
226 |
+
"step": 750
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.05559939737427362,
|
230 |
+
"grad_norm": 0.671875,
|
231 |
+
"learning_rate": 9.444006026257264e-06,
|
232 |
+
"loss": 1.0507,
|
233 |
+
"step": 775
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.05739292632183084,
|
237 |
+
"grad_norm": 0.1728515625,
|
238 |
+
"learning_rate": 9.426070736781693e-06,
|
239 |
+
"loss": 0.9657,
|
240 |
+
"step": 800
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.059186455269388046,
|
244 |
+
"grad_norm": 0.2353515625,
|
245 |
+
"learning_rate": 9.40813544730612e-06,
|
246 |
+
"loss": 0.9106,
|
247 |
+
"step": 825
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.06097998421694526,
|
251 |
+
"grad_norm": 0.220703125,
|
252 |
+
"learning_rate": 9.390200157830548e-06,
|
253 |
+
"loss": 0.9593,
|
254 |
+
"step": 850
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.06277351316450247,
|
258 |
+
"grad_norm": 0.2236328125,
|
259 |
+
"learning_rate": 9.372264868354975e-06,
|
260 |
+
"loss": 1.1362,
|
261 |
+
"step": 875
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.06456704211205969,
|
265 |
+
"grad_norm": 0.375,
|
266 |
+
"learning_rate": 9.354329578879405e-06,
|
267 |
+
"loss": 0.9396,
|
268 |
+
"step": 900
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.0663605710596169,
|
272 |
+
"grad_norm": 0.6484375,
|
273 |
+
"learning_rate": 9.336394289403832e-06,
|
274 |
+
"loss": 1.0783,
|
275 |
+
"step": 925
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.06815410000717412,
|
279 |
+
"grad_norm": 0.1982421875,
|
280 |
+
"learning_rate": 9.31845899992826e-06,
|
281 |
+
"loss": 0.9663,
|
282 |
+
"step": 950
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.06994762895473133,
|
286 |
+
"grad_norm": 1.65625,
|
287 |
+
"learning_rate": 9.300523710452687e-06,
|
288 |
+
"loss": 0.914,
|
289 |
+
"step": 975
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.07174115790228855,
|
293 |
+
"grad_norm": 0.251953125,
|
294 |
+
"learning_rate": 9.282588420977115e-06,
|
295 |
+
"loss": 1.0177,
|
296 |
+
"step": 1000
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 0.07353468684984575,
|
300 |
+
"grad_norm": 0.2138671875,
|
301 |
+
"learning_rate": 9.264653131501543e-06,
|
302 |
+
"loss": 1.0057,
|
303 |
+
"step": 1025
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.07532821579740297,
|
307 |
+
"grad_norm": 0.2392578125,
|
308 |
+
"learning_rate": 9.24671784202597e-06,
|
309 |
+
"loss": 1.054,
|
310 |
+
"step": 1050
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.07712174474496018,
|
314 |
+
"grad_norm": 0.16015625,
|
315 |
+
"learning_rate": 9.2287825525504e-06,
|
316 |
+
"loss": 0.9429,
|
317 |
+
"step": 1075
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.0789152736925174,
|
321 |
+
"grad_norm": 0.609375,
|
322 |
+
"learning_rate": 9.210847263074827e-06,
|
323 |
+
"loss": 1.093,
|
324 |
+
"step": 1100
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.08070880264007461,
|
328 |
+
"grad_norm": 0.1669921875,
|
329 |
+
"learning_rate": 9.192911973599254e-06,
|
330 |
+
"loss": 0.9702,
|
331 |
+
"step": 1125
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.08250233158763183,
|
335 |
+
"grad_norm": 0.1650390625,
|
336 |
+
"learning_rate": 9.174976684123682e-06,
|
337 |
+
"loss": 0.9367,
|
338 |
+
"step": 1150
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 0.08429586053518903,
|
342 |
+
"grad_norm": 0.224609375,
|
343 |
+
"learning_rate": 9.157041394648111e-06,
|
344 |
+
"loss": 0.987,
|
345 |
+
"step": 1175
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.08608938948274625,
|
349 |
+
"grad_norm": 0.189453125,
|
350 |
+
"learning_rate": 9.139106105172539e-06,
|
351 |
+
"loss": 1.0192,
|
352 |
+
"step": 1200
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 0.08788291843030346,
|
356 |
+
"grad_norm": 0.75,
|
357 |
+
"learning_rate": 9.121170815696966e-06,
|
358 |
+
"loss": 0.9659,
|
359 |
+
"step": 1225
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 0.08967644737786068,
|
363 |
+
"grad_norm": 0.142578125,
|
364 |
+
"learning_rate": 9.103235526221394e-06,
|
365 |
+
"loss": 1.0774,
|
366 |
+
"step": 1250
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 0.0914699763254179,
|
370 |
+
"grad_norm": 0.41015625,
|
371 |
+
"learning_rate": 9.085300236745821e-06,
|
372 |
+
"loss": 1.0287,
|
373 |
+
"step": 1275
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 0.09326350527297511,
|
377 |
+
"grad_norm": 0.146484375,
|
378 |
+
"learning_rate": 9.067364947270249e-06,
|
379 |
+
"loss": 1.0198,
|
380 |
+
"step": 1300
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 0.09505703422053231,
|
384 |
+
"grad_norm": 0.33984375,
|
385 |
+
"learning_rate": 9.049429657794677e-06,
|
386 |
+
"loss": 0.9995,
|
387 |
+
"step": 1325
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.09685056316808953,
|
391 |
+
"grad_norm": 0.474609375,
|
392 |
+
"learning_rate": 9.031494368319106e-06,
|
393 |
+
"loss": 1.0788,
|
394 |
+
"step": 1350
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 0.09864409211564674,
|
398 |
+
"grad_norm": 0.248046875,
|
399 |
+
"learning_rate": 9.013559078843533e-06,
|
400 |
+
"loss": 1.022,
|
401 |
+
"step": 1375
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.10043762106320396,
|
405 |
+
"grad_norm": 0.330078125,
|
406 |
+
"learning_rate": 8.995623789367961e-06,
|
407 |
+
"loss": 1.1129,
|
408 |
+
"step": 1400
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 0.10223115001076118,
|
412 |
+
"grad_norm": 0.142578125,
|
413 |
+
"learning_rate": 8.977688499892389e-06,
|
414 |
+
"loss": 1.1097,
|
415 |
+
"step": 1425
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 0.10402467895831839,
|
419 |
+
"grad_norm": 0.271484375,
|
420 |
+
"learning_rate": 8.959753210416818e-06,
|
421 |
+
"loss": 0.9678,
|
422 |
+
"step": 1450
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 0.1058182079058756,
|
426 |
+
"grad_norm": 0.181640625,
|
427 |
+
"learning_rate": 8.941817920941245e-06,
|
428 |
+
"loss": 0.9554,
|
429 |
+
"step": 1475
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.10761173685343281,
|
433 |
+
"grad_norm": 0.2197265625,
|
434 |
+
"learning_rate": 8.923882631465673e-06,
|
435 |
+
"loss": 0.9818,
|
436 |
+
"step": 1500
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 0.10940526580099003,
|
440 |
+
"grad_norm": 0.54296875,
|
441 |
+
"learning_rate": 8.9059473419901e-06,
|
442 |
+
"loss": 1.0429,
|
443 |
+
"step": 1525
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 0.11119879474854724,
|
447 |
+
"grad_norm": 0.275390625,
|
448 |
+
"learning_rate": 8.888012052514528e-06,
|
449 |
+
"loss": 1.0533,
|
450 |
+
"step": 1550
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 0.11299232369610446,
|
454 |
+
"grad_norm": 0.345703125,
|
455 |
+
"learning_rate": 8.870076763038956e-06,
|
456 |
+
"loss": 0.9546,
|
457 |
+
"step": 1575
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 0.11478585264366167,
|
461 |
+
"grad_norm": 0.1796875,
|
462 |
+
"learning_rate": 8.852141473563383e-06,
|
463 |
+
"loss": 0.9579,
|
464 |
+
"step": 1600
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 0.11657938159121889,
|
468 |
+
"grad_norm": 0.1689453125,
|
469 |
+
"learning_rate": 8.834206184087812e-06,
|
470 |
+
"loss": 1.1338,
|
471 |
+
"step": 1625
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 0.11837291053877609,
|
475 |
+
"grad_norm": 0.2734375,
|
476 |
+
"learning_rate": 8.81627089461224e-06,
|
477 |
+
"loss": 1.0436,
|
478 |
+
"step": 1650
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 0.1201664394863333,
|
482 |
+
"grad_norm": 0.458984375,
|
483 |
+
"learning_rate": 8.798335605136667e-06,
|
484 |
+
"loss": 1.0058,
|
485 |
+
"step": 1675
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 0.12195996843389052,
|
489 |
+
"grad_norm": 0.28515625,
|
490 |
+
"learning_rate": 8.780400315661095e-06,
|
491 |
+
"loss": 1.0284,
|
492 |
+
"step": 1700
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 0.12375349738144774,
|
496 |
+
"grad_norm": 0.341796875,
|
497 |
+
"learning_rate": 8.762465026185524e-06,
|
498 |
+
"loss": 0.9829,
|
499 |
+
"step": 1725
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 0.12554702632900494,
|
503 |
+
"grad_norm": 0.328125,
|
504 |
+
"learning_rate": 8.744529736709952e-06,
|
505 |
+
"loss": 0.8737,
|
506 |
+
"step": 1750
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 0.12734055527656216,
|
510 |
+
"grad_norm": 0.251953125,
|
511 |
+
"learning_rate": 8.72659444723438e-06,
|
512 |
+
"loss": 1.0051,
|
513 |
+
"step": 1775
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 0.12913408422411937,
|
517 |
+
"grad_norm": 0.29296875,
|
518 |
+
"learning_rate": 8.708659157758807e-06,
|
519 |
+
"loss": 0.9725,
|
520 |
+
"step": 1800
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 0.1309276131716766,
|
524 |
+
"grad_norm": 0.1650390625,
|
525 |
+
"learning_rate": 8.690723868283235e-06,
|
526 |
+
"loss": 1.0045,
|
527 |
+
"step": 1825
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 0.1327211421192338,
|
531 |
+
"grad_norm": 0.2080078125,
|
532 |
+
"learning_rate": 8.672788578807662e-06,
|
533 |
+
"loss": 1.1961,
|
534 |
+
"step": 1850
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 0.13451467106679102,
|
538 |
+
"grad_norm": 0.13671875,
|
539 |
+
"learning_rate": 8.65485328933209e-06,
|
540 |
+
"loss": 0.8977,
|
541 |
+
"step": 1875
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 0.13630820001434824,
|
545 |
+
"grad_norm": 0.126953125,
|
546 |
+
"learning_rate": 8.636917999856519e-06,
|
547 |
+
"loss": 0.83,
|
548 |
+
"step": 1900
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 0.13810172896190545,
|
552 |
+
"grad_norm": 0.201171875,
|
553 |
+
"learning_rate": 8.618982710380946e-06,
|
554 |
+
"loss": 0.9642,
|
555 |
+
"step": 1925
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 0.13989525790946267,
|
559 |
+
"grad_norm": 0.330078125,
|
560 |
+
"learning_rate": 8.601047420905374e-06,
|
561 |
+
"loss": 0.8958,
|
562 |
+
"step": 1950
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 0.14168878685701988,
|
566 |
+
"grad_norm": 0.2109375,
|
567 |
+
"learning_rate": 8.583112131429802e-06,
|
568 |
+
"loss": 1.002,
|
569 |
+
"step": 1975
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 0.1434823158045771,
|
573 |
+
"grad_norm": 0.2021484375,
|
574 |
+
"learning_rate": 8.56517684195423e-06,
|
575 |
+
"loss": 1.1167,
|
576 |
+
"step": 2000
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 0.1452758447521343,
|
580 |
+
"grad_norm": 0.185546875,
|
581 |
+
"learning_rate": 8.547241552478658e-06,
|
582 |
+
"loss": 0.9423,
|
583 |
+
"step": 2025
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 0.1470693736996915,
|
587 |
+
"grad_norm": 0.5703125,
|
588 |
+
"learning_rate": 8.529306263003086e-06,
|
589 |
+
"loss": 0.9908,
|
590 |
+
"step": 2050
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 0.14886290264724872,
|
594 |
+
"grad_norm": 0.2578125,
|
595 |
+
"learning_rate": 8.511370973527513e-06,
|
596 |
+
"loss": 0.9776,
|
597 |
+
"step": 2075
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 0.15065643159480593,
|
601 |
+
"grad_norm": 0.236328125,
|
602 |
+
"learning_rate": 8.493435684051941e-06,
|
603 |
+
"loss": 0.864,
|
604 |
+
"step": 2100
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 0.15244996054236315,
|
608 |
+
"grad_norm": 3.96875,
|
609 |
+
"learning_rate": 8.475500394576369e-06,
|
610 |
+
"loss": 1.0042,
|
611 |
+
"step": 2125
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 0.15424348948992037,
|
615 |
+
"grad_norm": 0.2890625,
|
616 |
+
"learning_rate": 8.457565105100796e-06,
|
617 |
+
"loss": 0.9348,
|
618 |
+
"step": 2150
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 0.15603701843747758,
|
622 |
+
"grad_norm": 0.1865234375,
|
623 |
+
"learning_rate": 8.439629815625225e-06,
|
624 |
+
"loss": 0.8448,
|
625 |
+
"step": 2175
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 0.1578305473850348,
|
629 |
+
"grad_norm": 0.26953125,
|
630 |
+
"learning_rate": 8.421694526149653e-06,
|
631 |
+
"loss": 1.0096,
|
632 |
+
"step": 2200
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 0.159624076332592,
|
636 |
+
"grad_norm": 0.5234375,
|
637 |
+
"learning_rate": 8.40375923667408e-06,
|
638 |
+
"loss": 0.9438,
|
639 |
+
"step": 2225
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 0.16141760528014923,
|
643 |
+
"grad_norm": 0.498046875,
|
644 |
+
"learning_rate": 8.385823947198508e-06,
|
645 |
+
"loss": 1.0227,
|
646 |
+
"step": 2250
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 0.16321113422770644,
|
650 |
+
"grad_norm": 0.2353515625,
|
651 |
+
"learning_rate": 8.367888657722937e-06,
|
652 |
+
"loss": 1.02,
|
653 |
+
"step": 2275
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 0.16500466317526366,
|
657 |
+
"grad_norm": 0.1630859375,
|
658 |
+
"learning_rate": 8.349953368247365e-06,
|
659 |
+
"loss": 0.947,
|
660 |
+
"step": 2300
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 0.16679819212282085,
|
664 |
+
"grad_norm": 0.490234375,
|
665 |
+
"learning_rate": 8.332018078771792e-06,
|
666 |
+
"loss": 0.9727,
|
667 |
+
"step": 2325
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 0.16859172107037806,
|
671 |
+
"grad_norm": 0.2490234375,
|
672 |
+
"learning_rate": 8.31408278929622e-06,
|
673 |
+
"loss": 0.9206,
|
674 |
+
"step": 2350
|
675 |
+
},
|
676 |
+
{
|
677 |
+
"epoch": 0.17038525001793528,
|
678 |
+
"grad_norm": 0.16796875,
|
679 |
+
"learning_rate": 8.296147499820648e-06,
|
680 |
+
"loss": 1.0461,
|
681 |
+
"step": 2375
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 0.1721787789654925,
|
685 |
+
"grad_norm": 0.134765625,
|
686 |
+
"learning_rate": 8.278212210345075e-06,
|
687 |
+
"loss": 1.0327,
|
688 |
+
"step": 2400
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"epoch": 0.1739723079130497,
|
692 |
+
"grad_norm": 0.1923828125,
|
693 |
+
"learning_rate": 8.260276920869503e-06,
|
694 |
+
"loss": 1.0652,
|
695 |
+
"step": 2425
|
696 |
+
},
|
697 |
+
{
|
698 |
+
"epoch": 0.17576583686060693,
|
699 |
+
"grad_norm": 0.3046875,
|
700 |
+
"learning_rate": 8.24234163139393e-06,
|
701 |
+
"loss": 0.9325,
|
702 |
+
"step": 2450
|
703 |
+
},
|
704 |
+
{
|
705 |
+
"epoch": 0.17755936580816414,
|
706 |
+
"grad_norm": 0.1689453125,
|
707 |
+
"learning_rate": 8.22440634191836e-06,
|
708 |
+
"loss": 1.0164,
|
709 |
+
"step": 2475
|
710 |
+
},
|
711 |
+
{
|
712 |
+
"epoch": 0.17935289475572136,
|
713 |
+
"grad_norm": 0.1884765625,
|
714 |
+
"learning_rate": 8.206471052442787e-06,
|
715 |
+
"loss": 0.9482,
|
716 |
+
"step": 2500
|
717 |
+
},
|
718 |
+
{
|
719 |
+
"epoch": 0.18114642370327858,
|
720 |
+
"grad_norm": 0.7578125,
|
721 |
+
"learning_rate": 8.188535762967215e-06,
|
722 |
+
"loss": 0.8935,
|
723 |
+
"step": 2525
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"epoch": 0.1829399526508358,
|
727 |
+
"grad_norm": 0.443359375,
|
728 |
+
"learning_rate": 8.170600473491644e-06,
|
729 |
+
"loss": 0.9094,
|
730 |
+
"step": 2550
|
731 |
+
},
|
732 |
+
{
|
733 |
+
"epoch": 0.184733481598393,
|
734 |
+
"grad_norm": 0.5546875,
|
735 |
+
"learning_rate": 8.152665184016071e-06,
|
736 |
+
"loss": 0.9651,
|
737 |
+
"step": 2575
|
738 |
+
},
|
739 |
+
{
|
740 |
+
"epoch": 0.18652701054595022,
|
741 |
+
"grad_norm": 0.220703125,
|
742 |
+
"learning_rate": 8.134729894540499e-06,
|
743 |
+
"loss": 0.9974,
|
744 |
+
"step": 2600
|
745 |
+
},
|
746 |
+
{
|
747 |
+
"epoch": 0.18832053949350744,
|
748 |
+
"grad_norm": 0.55859375,
|
749 |
+
"learning_rate": 8.116794605064927e-06,
|
750 |
+
"loss": 1.0355,
|
751 |
+
"step": 2625
|
752 |
+
},
|
753 |
+
{
|
754 |
+
"epoch": 0.19011406844106463,
|
755 |
+
"grad_norm": 0.55859375,
|
756 |
+
"learning_rate": 8.098859315589354e-06,
|
757 |
+
"loss": 0.9738,
|
758 |
+
"step": 2650
|
759 |
+
},
|
760 |
+
{
|
761 |
+
"epoch": 0.19190759738862184,
|
762 |
+
"grad_norm": 0.408203125,
|
763 |
+
"learning_rate": 8.080924026113782e-06,
|
764 |
+
"loss": 0.9252,
|
765 |
+
"step": 2675
|
766 |
+
},
|
767 |
+
{
|
768 |
+
"epoch": 0.19370112633617906,
|
769 |
+
"grad_norm": 0.234375,
|
770 |
+
"learning_rate": 8.06298873663821e-06,
|
771 |
+
"loss": 0.9504,
|
772 |
+
"step": 2700
|
773 |
+
},
|
774 |
+
{
|
775 |
+
"epoch": 0.19549465528373627,
|
776 |
+
"grad_norm": 0.208984375,
|
777 |
+
"learning_rate": 8.045053447162637e-06,
|
778 |
+
"loss": 0.9233,
|
779 |
+
"step": 2725
|
780 |
+
},
|
781 |
+
{
|
782 |
+
"epoch": 0.1972881842312935,
|
783 |
+
"grad_norm": 0.62890625,
|
784 |
+
"learning_rate": 8.027118157687066e-06,
|
785 |
+
"loss": 1.0145,
|
786 |
+
"step": 2750
|
787 |
+
},
|
788 |
+
{
|
789 |
+
"epoch": 0.1990817131788507,
|
790 |
+
"grad_norm": 0.287109375,
|
791 |
+
"learning_rate": 8.009182868211494e-06,
|
792 |
+
"loss": 0.9941,
|
793 |
+
"step": 2775
|
794 |
+
},
|
795 |
+
{
|
796 |
+
"epoch": 0.20087524212640792,
|
797 |
+
"grad_norm": 0.216796875,
|
798 |
+
"learning_rate": 7.991247578735921e-06,
|
799 |
+
"loss": 0.9517,
|
800 |
+
"step": 2800
|
801 |
+
},
|
802 |
+
{
|
803 |
+
"epoch": 0.20266877107396514,
|
804 |
+
"grad_norm": 0.2265625,
|
805 |
+
"learning_rate": 7.97331228926035e-06,
|
806 |
+
"loss": 0.8408,
|
807 |
+
"step": 2825
|
808 |
+
},
|
809 |
+
{
|
810 |
+
"epoch": 0.20446230002152235,
|
811 |
+
"grad_norm": 0.142578125,
|
812 |
+
"learning_rate": 7.955376999784778e-06,
|
813 |
+
"loss": 0.9418,
|
814 |
+
"step": 2850
|
815 |
+
},
|
816 |
+
{
|
817 |
+
"epoch": 0.20625582896907957,
|
818 |
+
"grad_norm": 0.10107421875,
|
819 |
+
"learning_rate": 7.937441710309205e-06,
|
820 |
+
"loss": 0.9479,
|
821 |
+
"step": 2875
|
822 |
+
},
|
823 |
+
{
|
824 |
+
"epoch": 0.20804935791663678,
|
825 |
+
"grad_norm": 0.25390625,
|
826 |
+
"learning_rate": 7.919506420833633e-06,
|
827 |
+
"loss": 1.1943,
|
828 |
+
"step": 2900
|
829 |
+
},
|
830 |
+
{
|
831 |
+
"epoch": 0.209842886864194,
|
832 |
+
"grad_norm": 0.392578125,
|
833 |
+
"learning_rate": 7.90157113135806e-06,
|
834 |
+
"loss": 1.0299,
|
835 |
+
"step": 2925
|
836 |
+
},
|
837 |
+
{
|
838 |
+
"epoch": 0.2116364158117512,
|
839 |
+
"grad_norm": 0.9453125,
|
840 |
+
"learning_rate": 7.883635841882488e-06,
|
841 |
+
"loss": 1.0215,
|
842 |
+
"step": 2950
|
843 |
+
},
|
844 |
+
{
|
845 |
+
"epoch": 0.2134299447593084,
|
846 |
+
"grad_norm": 0.46484375,
|
847 |
+
"learning_rate": 7.865700552406916e-06,
|
848 |
+
"loss": 1.0463,
|
849 |
+
"step": 2975
|
850 |
+
},
|
851 |
+
{
|
852 |
+
"epoch": 0.21522347370686562,
|
853 |
+
"grad_norm": 0.1318359375,
|
854 |
+
"learning_rate": 7.847765262931343e-06,
|
855 |
+
"loss": 0.9215,
|
856 |
+
"step": 3000
|
857 |
+
},
|
858 |
+
{
|
859 |
+
"epoch": 0.21701700265442284,
|
860 |
+
"grad_norm": 0.1435546875,
|
861 |
+
"learning_rate": 7.829829973455773e-06,
|
862 |
+
"loss": 0.964,
|
863 |
+
"step": 3025
|
864 |
+
},
|
865 |
+
{
|
866 |
+
"epoch": 0.21881053160198005,
|
867 |
+
"grad_norm": 0.15625,
|
868 |
+
"learning_rate": 7.8118946839802e-06,
|
869 |
+
"loss": 0.9525,
|
870 |
+
"step": 3050
|
871 |
+
},
|
872 |
+
{
|
873 |
+
"epoch": 0.22060406054953727,
|
874 |
+
"grad_norm": 0.2294921875,
|
875 |
+
"learning_rate": 7.793959394504628e-06,
|
876 |
+
"loss": 1.1366,
|
877 |
+
"step": 3075
|
878 |
+
},
|
879 |
+
{
|
880 |
+
"epoch": 0.22239758949709448,
|
881 |
+
"grad_norm": 0.2734375,
|
882 |
+
"learning_rate": 7.776024105029057e-06,
|
883 |
+
"loss": 1.0143,
|
884 |
+
"step": 3100
|
885 |
+
},
|
886 |
+
{
|
887 |
+
"epoch": 0.2241911184446517,
|
888 |
+
"grad_norm": 0.494140625,
|
889 |
+
"learning_rate": 7.758088815553484e-06,
|
890 |
+
"loss": 1.0759,
|
891 |
+
"step": 3125
|
892 |
+
},
|
893 |
+
{
|
894 |
+
"epoch": 0.22598464739220891,
|
895 |
+
"grad_norm": 0.1650390625,
|
896 |
+
"learning_rate": 7.740153526077912e-06,
|
897 |
+
"loss": 0.8999,
|
898 |
+
"step": 3150
|
899 |
+
},
|
900 |
+
{
|
901 |
+
"epoch": 0.22777817633976613,
|
902 |
+
"grad_norm": 0.125,
|
903 |
+
"learning_rate": 7.72221823660234e-06,
|
904 |
+
"loss": 1.0623,
|
905 |
+
"step": 3175
|
906 |
+
},
|
907 |
+
{
|
908 |
+
"epoch": 0.22957170528732335,
|
909 |
+
"grad_norm": 0.25,
|
910 |
+
"learning_rate": 7.704282947126767e-06,
|
911 |
+
"loss": 0.9954,
|
912 |
+
"step": 3200
|
913 |
+
},
|
914 |
+
{
|
915 |
+
"epoch": 0.23136523423488056,
|
916 |
+
"grad_norm": 0.369140625,
|
917 |
+
"learning_rate": 7.686347657651195e-06,
|
918 |
+
"loss": 1.1111,
|
919 |
+
"step": 3225
|
920 |
+
},
|
921 |
+
{
|
922 |
+
"epoch": 0.23315876318243778,
|
923 |
+
"grad_norm": 0.296875,
|
924 |
+
"learning_rate": 7.668412368175622e-06,
|
925 |
+
"loss": 0.8936,
|
926 |
+
"step": 3250
|
927 |
+
},
|
928 |
+
{
|
929 |
+
"epoch": 0.23495229212999497,
|
930 |
+
"grad_norm": 0.279296875,
|
931 |
+
"learning_rate": 7.65047707870005e-06,
|
932 |
+
"loss": 0.9579,
|
933 |
+
"step": 3275
|
934 |
+
},
|
935 |
+
{
|
936 |
+
"epoch": 0.23674582107755218,
|
937 |
+
"grad_norm": 0.337890625,
|
938 |
+
"learning_rate": 7.632541789224479e-06,
|
939 |
+
"loss": 1.1169,
|
940 |
+
"step": 3300
|
941 |
+
},
|
942 |
+
{
|
943 |
+
"epoch": 0.2385393500251094,
|
944 |
+
"grad_norm": 0.29296875,
|
945 |
+
"learning_rate": 7.614606499748907e-06,
|
946 |
+
"loss": 1.0179,
|
947 |
+
"step": 3325
|
948 |
+
},
|
949 |
+
{
|
950 |
+
"epoch": 0.2403328789726666,
|
951 |
+
"grad_norm": 1.0078125,
|
952 |
+
"learning_rate": 7.596671210273334e-06,
|
953 |
+
"loss": 0.9545,
|
954 |
+
"step": 3350
|
955 |
+
},
|
956 |
+
{
|
957 |
+
"epoch": 0.24212640792022383,
|
958 |
+
"grad_norm": 1.0625,
|
959 |
+
"learning_rate": 7.578735920797762e-06,
|
960 |
+
"loss": 1.0669,
|
961 |
+
"step": 3375
|
962 |
+
},
|
963 |
+
{
|
964 |
+
"epoch": 0.24391993686778105,
|
965 |
+
"grad_norm": 0.197265625,
|
966 |
+
"learning_rate": 7.56080063132219e-06,
|
967 |
+
"loss": 0.978,
|
968 |
+
"step": 3400
|
969 |
+
},
|
970 |
+
{
|
971 |
+
"epoch": 0.24571346581533826,
|
972 |
+
"grad_norm": 0.34375,
|
973 |
+
"learning_rate": 7.542865341846618e-06,
|
974 |
+
"loss": 0.8955,
|
975 |
+
"step": 3425
|
976 |
+
},
|
977 |
+
{
|
978 |
+
"epoch": 0.24750699476289548,
|
979 |
+
"grad_norm": 0.20703125,
|
980 |
+
"learning_rate": 7.524930052371045e-06,
|
981 |
+
"loss": 1.1202,
|
982 |
+
"step": 3450
|
983 |
+
},
|
984 |
+
{
|
985 |
+
"epoch": 0.2493005237104527,
|
986 |
+
"grad_norm": 0.1826171875,
|
987 |
+
"learning_rate": 7.5069947628954745e-06,
|
988 |
+
"loss": 0.8992,
|
989 |
+
"step": 3475
|
990 |
+
},
|
991 |
+
{
|
992 |
+
"epoch": 0.2510940526580099,
|
993 |
+
"grad_norm": 0.271484375,
|
994 |
+
"learning_rate": 7.489059473419902e-06,
|
995 |
+
"loss": 0.9247,
|
996 |
+
"step": 3500
|
997 |
+
},
|
998 |
+
{
|
999 |
+
"epoch": 0.2528875816055671,
|
1000 |
+
"grad_norm": 0.1884765625,
|
1001 |
+
"learning_rate": 7.47112418394433e-06,
|
1002 |
+
"loss": 0.9982,
|
1003 |
+
"step": 3525
|
1004 |
+
},
|
1005 |
+
{
|
1006 |
+
"epoch": 0.2546811105531243,
|
1007 |
+
"grad_norm": 0.37890625,
|
1008 |
+
"learning_rate": 7.453188894468757e-06,
|
1009 |
+
"loss": 0.9403,
|
1010 |
+
"step": 3550
|
1011 |
+
},
|
1012 |
+
{
|
1013 |
+
"epoch": 0.25647463950068156,
|
1014 |
+
"grad_norm": 0.2001953125,
|
1015 |
+
"learning_rate": 7.4352536049931856e-06,
|
1016 |
+
"loss": 0.9692,
|
1017 |
+
"step": 3575
|
1018 |
+
},
|
1019 |
+
{
|
1020 |
+
"epoch": 0.25826816844823874,
|
1021 |
+
"grad_norm": 0.255859375,
|
1022 |
+
"learning_rate": 7.417318315517613e-06,
|
1023 |
+
"loss": 0.9188,
|
1024 |
+
"step": 3600
|
1025 |
+
},
|
1026 |
+
{
|
1027 |
+
"epoch": 0.260061697395796,
|
1028 |
+
"grad_norm": 0.26171875,
|
1029 |
+
"learning_rate": 7.399383026042041e-06,
|
1030 |
+
"loss": 0.9708,
|
1031 |
+
"step": 3625
|
1032 |
+
},
|
1033 |
+
{
|
1034 |
+
"epoch": 0.2618552263433532,
|
1035 |
+
"grad_norm": 2.9375,
|
1036 |
+
"learning_rate": 7.381447736566468e-06,
|
1037 |
+
"loss": 0.9779,
|
1038 |
+
"step": 3650
|
1039 |
+
},
|
1040 |
+
{
|
1041 |
+
"epoch": 0.2636487552909104,
|
1042 |
+
"grad_norm": 0.224609375,
|
1043 |
+
"learning_rate": 7.363512447090897e-06,
|
1044 |
+
"loss": 1.0341,
|
1045 |
+
"step": 3675
|
1046 |
+
},
|
1047 |
+
{
|
1048 |
+
"epoch": 0.2654422842384676,
|
1049 |
+
"grad_norm": 0.1337890625,
|
1050 |
+
"learning_rate": 7.345577157615324e-06,
|
1051 |
+
"loss": 0.9934,
|
1052 |
+
"step": 3700
|
1053 |
+
},
|
1054 |
+
{
|
1055 |
+
"epoch": 0.2672358131860248,
|
1056 |
+
"grad_norm": 0.1806640625,
|
1057 |
+
"learning_rate": 7.327641868139752e-06,
|
1058 |
+
"loss": 0.9893,
|
1059 |
+
"step": 3725
|
1060 |
+
},
|
1061 |
+
{
|
1062 |
+
"epoch": 0.26902934213358204,
|
1063 |
+
"grad_norm": 0.1796875,
|
1064 |
+
"learning_rate": 7.309706578664181e-06,
|
1065 |
+
"loss": 1.0313,
|
1066 |
+
"step": 3750
|
1067 |
+
},
|
1068 |
+
{
|
1069 |
+
"epoch": 0.2708228710811392,
|
1070 |
+
"grad_norm": 0.6484375,
|
1071 |
+
"learning_rate": 7.2917712891886086e-06,
|
1072 |
+
"loss": 1.0338,
|
1073 |
+
"step": 3775
|
1074 |
+
},
|
1075 |
+
{
|
1076 |
+
"epoch": 0.27261640002869647,
|
1077 |
+
"grad_norm": 0.212890625,
|
1078 |
+
"learning_rate": 7.273835999713036e-06,
|
1079 |
+
"loss": 0.9932,
|
1080 |
+
"step": 3800
|
1081 |
+
},
|
1082 |
+
{
|
1083 |
+
"epoch": 0.27440992897625366,
|
1084 |
+
"grad_norm": 0.1865234375,
|
1085 |
+
"learning_rate": 7.255900710237464e-06,
|
1086 |
+
"loss": 0.9619,
|
1087 |
+
"step": 3825
|
1088 |
+
},
|
1089 |
+
{
|
1090 |
+
"epoch": 0.2762034579238109,
|
1091 |
+
"grad_norm": 0.171875,
|
1092 |
+
"learning_rate": 7.237965420761892e-06,
|
1093 |
+
"loss": 0.9433,
|
1094 |
+
"step": 3850
|
1095 |
+
},
|
1096 |
+
{
|
1097 |
+
"epoch": 0.2779969868713681,
|
1098 |
+
"grad_norm": 0.345703125,
|
1099 |
+
"learning_rate": 7.22003013128632e-06,
|
1100 |
+
"loss": 1.0252,
|
1101 |
+
"step": 3875
|
1102 |
+
},
|
1103 |
+
{
|
1104 |
+
"epoch": 0.27979051581892533,
|
1105 |
+
"grad_norm": 0.1279296875,
|
1106 |
+
"learning_rate": 7.202094841810747e-06,
|
1107 |
+
"loss": 0.963,
|
1108 |
+
"step": 3900
|
1109 |
+
},
|
1110 |
+
{
|
1111 |
+
"epoch": 0.2815840447664825,
|
1112 |
+
"grad_norm": 0.220703125,
|
1113 |
+
"learning_rate": 7.184159552335175e-06,
|
1114 |
+
"loss": 1.0337,
|
1115 |
+
"step": 3925
|
1116 |
+
},
|
1117 |
+
{
|
1118 |
+
"epoch": 0.28337757371403977,
|
1119 |
+
"grad_norm": 0.3828125,
|
1120 |
+
"learning_rate": 7.166224262859603e-06,
|
1121 |
+
"loss": 1.0714,
|
1122 |
+
"step": 3950
|
1123 |
+
},
|
1124 |
+
{
|
1125 |
+
"epoch": 0.28517110266159695,
|
1126 |
+
"grad_norm": 0.189453125,
|
1127 |
+
"learning_rate": 7.148288973384031e-06,
|
1128 |
+
"loss": 0.9653,
|
1129 |
+
"step": 3975
|
1130 |
+
},
|
1131 |
+
{
|
1132 |
+
"epoch": 0.2869646316091542,
|
1133 |
+
"grad_norm": 0.1884765625,
|
1134 |
+
"learning_rate": 7.130353683908458e-06,
|
1135 |
+
"loss": 1.0517,
|
1136 |
+
"step": 4000
|
1137 |
+
},
|
1138 |
+
{
|
1139 |
+
"epoch": 0.2887581605567114,
|
1140 |
+
"grad_norm": 0.2255859375,
|
1141 |
+
"learning_rate": 7.112418394432886e-06,
|
1142 |
+
"loss": 1.1255,
|
1143 |
+
"step": 4025
|
1144 |
+
},
|
1145 |
+
{
|
1146 |
+
"epoch": 0.2905516895042686,
|
1147 |
+
"grad_norm": 0.1845703125,
|
1148 |
+
"learning_rate": 7.094483104957315e-06,
|
1149 |
+
"loss": 1.0293,
|
1150 |
+
"step": 4050
|
1151 |
+
},
|
1152 |
+
{
|
1153 |
+
"epoch": 0.2923452184518258,
|
1154 |
+
"grad_norm": 0.296875,
|
1155 |
+
"learning_rate": 7.076547815481743e-06,
|
1156 |
+
"loss": 1.1049,
|
1157 |
+
"step": 4075
|
1158 |
+
},
|
1159 |
+
{
|
1160 |
+
"epoch": 0.294138747399383,
|
1161 |
+
"grad_norm": 1.75,
|
1162 |
+
"learning_rate": 7.05861252600617e-06,
|
1163 |
+
"loss": 1.1538,
|
1164 |
+
"step": 4100
|
1165 |
+
},
|
1166 |
+
{
|
1167 |
+
"epoch": 0.29593227634694025,
|
1168 |
+
"grad_norm": 0.185546875,
|
1169 |
+
"learning_rate": 7.040677236530599e-06,
|
1170 |
+
"loss": 1.1805,
|
1171 |
+
"step": 4125
|
1172 |
+
},
|
1173 |
+
{
|
1174 |
+
"epoch": 0.29772580529449744,
|
1175 |
+
"grad_norm": 0.3828125,
|
1176 |
+
"learning_rate": 7.022741947055026e-06,
|
1177 |
+
"loss": 0.9831,
|
1178 |
+
"step": 4150
|
1179 |
+
},
|
1180 |
+
{
|
1181 |
+
"epoch": 0.2995193342420547,
|
1182 |
+
"grad_norm": 0.462890625,
|
1183 |
+
"learning_rate": 7.004806657579454e-06,
|
1184 |
+
"loss": 0.8992,
|
1185 |
+
"step": 4175
|
1186 |
+
},
|
1187 |
+
{
|
1188 |
+
"epoch": 0.30131286318961187,
|
1189 |
+
"grad_norm": 0.83984375,
|
1190 |
+
"learning_rate": 6.986871368103881e-06,
|
1191 |
+
"loss": 0.9759,
|
1192 |
+
"step": 4200
|
1193 |
+
},
|
1194 |
+
{
|
1195 |
+
"epoch": 0.3031063921371691,
|
1196 |
+
"grad_norm": 0.310546875,
|
1197 |
+
"learning_rate": 6.96893607862831e-06,
|
1198 |
+
"loss": 0.907,
|
1199 |
+
"step": 4225
|
1200 |
+
},
|
1201 |
+
{
|
1202 |
+
"epoch": 0.3048999210847263,
|
1203 |
+
"grad_norm": 0.142578125,
|
1204 |
+
"learning_rate": 6.951000789152737e-06,
|
1205 |
+
"loss": 1.1788,
|
1206 |
+
"step": 4250
|
1207 |
+
},
|
1208 |
+
{
|
1209 |
+
"epoch": 0.30669345003228354,
|
1210 |
+
"grad_norm": 0.1884765625,
|
1211 |
+
"learning_rate": 6.933065499677165e-06,
|
1212 |
+
"loss": 0.9443,
|
1213 |
+
"step": 4275
|
1214 |
+
},
|
1215 |
+
{
|
1216 |
+
"epoch": 0.30848697897984073,
|
1217 |
+
"grad_norm": 0.1689453125,
|
1218 |
+
"learning_rate": 6.915130210201592e-06,
|
1219 |
+
"loss": 1.0499,
|
1220 |
+
"step": 4300
|
1221 |
+
},
|
1222 |
+
{
|
1223 |
+
"epoch": 0.310280507927398,
|
1224 |
+
"grad_norm": 0.314453125,
|
1225 |
+
"learning_rate": 6.897194920726022e-06,
|
1226 |
+
"loss": 1.0442,
|
1227 |
+
"step": 4325
|
1228 |
+
},
|
1229 |
+
{
|
1230 |
+
"epoch": 0.31207403687495516,
|
1231 |
+
"grad_norm": 0.34765625,
|
1232 |
+
"learning_rate": 6.879259631250449e-06,
|
1233 |
+
"loss": 0.9441,
|
1234 |
+
"step": 4350
|
1235 |
+
},
|
1236 |
+
{
|
1237 |
+
"epoch": 0.31386756582251235,
|
1238 |
+
"grad_norm": 0.240234375,
|
1239 |
+
"learning_rate": 6.861324341774877e-06,
|
1240 |
+
"loss": 0.9437,
|
1241 |
+
"step": 4375
|
1242 |
+
},
|
1243 |
+
{
|
1244 |
+
"epoch": 0.3156610947700696,
|
1245 |
+
"grad_norm": 0.2314453125,
|
1246 |
+
"learning_rate": 6.843389052299305e-06,
|
1247 |
+
"loss": 1.0314,
|
1248 |
+
"step": 4400
|
1249 |
+
},
|
1250 |
+
{
|
1251 |
+
"epoch": 0.3174546237176268,
|
1252 |
+
"grad_norm": 0.21484375,
|
1253 |
+
"learning_rate": 6.825453762823733e-06,
|
1254 |
+
"loss": 1.0433,
|
1255 |
+
"step": 4425
|
1256 |
+
},
|
1257 |
+
{
|
1258 |
+
"epoch": 0.319248152665184,
|
1259 |
+
"grad_norm": 0.625,
|
1260 |
+
"learning_rate": 6.80751847334816e-06,
|
1261 |
+
"loss": 0.876,
|
1262 |
+
"step": 4450
|
1263 |
+
},
|
1264 |
+
{
|
1265 |
+
"epoch": 0.3210416816127412,
|
1266 |
+
"grad_norm": 0.380859375,
|
1267 |
+
"learning_rate": 6.789583183872588e-06,
|
1268 |
+
"loss": 1.0804,
|
1269 |
+
"step": 4475
|
1270 |
+
},
|
1271 |
+
{
|
1272 |
+
"epoch": 0.32283521056029846,
|
1273 |
+
"grad_norm": 0.1416015625,
|
1274 |
+
"learning_rate": 6.771647894397016e-06,
|
1275 |
+
"loss": 1.0427,
|
1276 |
+
"step": 4500
|
1277 |
+
},
|
1278 |
+
{
|
1279 |
+
"epoch": 0.32462873950785565,
|
1280 |
+
"grad_norm": 0.203125,
|
1281 |
+
"learning_rate": 6.753712604921444e-06,
|
1282 |
+
"loss": 1.0126,
|
1283 |
+
"step": 4525
|
1284 |
+
},
|
1285 |
+
{
|
1286 |
+
"epoch": 0.3264222684554129,
|
1287 |
+
"grad_norm": 0.1689453125,
|
1288 |
+
"learning_rate": 6.735777315445871e-06,
|
1289 |
+
"loss": 1.0004,
|
1290 |
+
"step": 4550
|
1291 |
+
},
|
1292 |
+
{
|
1293 |
+
"epoch": 0.3282157974029701,
|
1294 |
+
"grad_norm": 0.41015625,
|
1295 |
+
"learning_rate": 6.717842025970299e-06,
|
1296 |
+
"loss": 1.0539,
|
1297 |
+
"step": 4575
|
1298 |
+
},
|
1299 |
+
{
|
1300 |
+
"epoch": 0.3300093263505273,
|
1301 |
+
"grad_norm": 0.181640625,
|
1302 |
+
"learning_rate": 6.699906736494728e-06,
|
1303 |
+
"loss": 0.8393,
|
1304 |
+
"step": 4600
|
1305 |
+
},
|
1306 |
+
{
|
1307 |
+
"epoch": 0.3318028552980845,
|
1308 |
+
"grad_norm": 0.1689453125,
|
1309 |
+
"learning_rate": 6.681971447019156e-06,
|
1310 |
+
"loss": 0.9865,
|
1311 |
+
"step": 4625
|
1312 |
+
},
|
1313 |
+
{
|
1314 |
+
"epoch": 0.3335963842456417,
|
1315 |
+
"grad_norm": 0.125,
|
1316 |
+
"learning_rate": 6.664036157543583e-06,
|
1317 |
+
"loss": 1.0389,
|
1318 |
+
"step": 4650
|
1319 |
+
},
|
1320 |
+
{
|
1321 |
+
"epoch": 0.33538991319319894,
|
1322 |
+
"grad_norm": 0.2373046875,
|
1323 |
+
"learning_rate": 6.646100868068012e-06,
|
1324 |
+
"loss": 1.1386,
|
1325 |
+
"step": 4675
|
1326 |
+
},
|
1327 |
+
{
|
1328 |
+
"epoch": 0.33718344214075613,
|
1329 |
+
"grad_norm": 0.20703125,
|
1330 |
+
"learning_rate": 6.628165578592439e-06,
|
1331 |
+
"loss": 0.9599,
|
1332 |
+
"step": 4700
|
1333 |
+
},
|
1334 |
+
{
|
1335 |
+
"epoch": 0.3389769710883134,
|
1336 |
+
"grad_norm": 0.1904296875,
|
1337 |
+
"learning_rate": 6.610230289116867e-06,
|
1338 |
+
"loss": 1.023,
|
1339 |
+
"step": 4725
|
1340 |
+
},
|
1341 |
+
{
|
1342 |
+
"epoch": 0.34077050003587056,
|
1343 |
+
"grad_norm": 0.26953125,
|
1344 |
+
"learning_rate": 6.592294999641294e-06,
|
1345 |
+
"loss": 1.0246,
|
1346 |
+
"step": 4750
|
1347 |
+
},
|
1348 |
+
{
|
1349 |
+
"epoch": 0.3425640289834278,
|
1350 |
+
"grad_norm": 0.20703125,
|
1351 |
+
"learning_rate": 6.574359710165723e-06,
|
1352 |
+
"loss": 0.8527,
|
1353 |
+
"step": 4775
|
1354 |
+
},
|
1355 |
+
{
|
1356 |
+
"epoch": 0.344357557930985,
|
1357 |
+
"grad_norm": 0.13671875,
|
1358 |
+
"learning_rate": 6.55642442069015e-06,
|
1359 |
+
"loss": 0.9386,
|
1360 |
+
"step": 4800
|
1361 |
+
},
|
1362 |
+
{
|
1363 |
+
"epoch": 0.34615108687854224,
|
1364 |
+
"grad_norm": 0.53515625,
|
1365 |
+
"learning_rate": 6.538489131214578e-06,
|
1366 |
+
"loss": 1.0464,
|
1367 |
+
"step": 4825
|
1368 |
+
},
|
1369 |
+
{
|
1370 |
+
"epoch": 0.3479446158260994,
|
1371 |
+
"grad_norm": 0.23046875,
|
1372 |
+
"learning_rate": 6.520553841739005e-06,
|
1373 |
+
"loss": 0.9225,
|
1374 |
+
"step": 4850
|
1375 |
+
},
|
1376 |
+
{
|
1377 |
+
"epoch": 0.34973814477365667,
|
1378 |
+
"grad_norm": 0.1806640625,
|
1379 |
+
"learning_rate": 6.502618552263435e-06,
|
1380 |
+
"loss": 0.9708,
|
1381 |
+
"step": 4875
|
1382 |
+
},
|
1383 |
+
{
|
1384 |
+
"epoch": 0.35153167372121386,
|
1385 |
+
"grad_norm": 0.310546875,
|
1386 |
+
"learning_rate": 6.484683262787862e-06,
|
1387 |
+
"loss": 0.9824,
|
1388 |
+
"step": 4900
|
1389 |
+
},
|
1390 |
+
{
|
1391 |
+
"epoch": 0.3533252026687711,
|
1392 |
+
"grad_norm": 0.26171875,
|
1393 |
+
"learning_rate": 6.46674797331229e-06,
|
1394 |
+
"loss": 1.0268,
|
1395 |
+
"step": 4925
|
1396 |
+
},
|
1397 |
+
{
|
1398 |
+
"epoch": 0.3551187316163283,
|
1399 |
+
"grad_norm": 0.15625,
|
1400 |
+
"learning_rate": 6.448812683836717e-06,
|
1401 |
+
"loss": 0.9887,
|
1402 |
+
"step": 4950
|
1403 |
+
},
|
1404 |
+
{
|
1405 |
+
"epoch": 0.3569122605638855,
|
1406 |
+
"grad_norm": 0.52734375,
|
1407 |
+
"learning_rate": 6.430877394361146e-06,
|
1408 |
+
"loss": 1.0141,
|
1409 |
+
"step": 4975
|
1410 |
+
},
|
1411 |
+
{
|
1412 |
+
"epoch": 0.3587057895114427,
|
1413 |
+
"grad_norm": 0.12060546875,
|
1414 |
+
"learning_rate": 6.412942104885573e-06,
|
1415 |
+
"loss": 0.8455,
|
1416 |
+
"step": 5000
|
1417 |
+
},
|
1418 |
+
{
|
1419 |
+
"epoch": 0.3604993184589999,
|
1420 |
+
"grad_norm": 0.12890625,
|
1421 |
+
"learning_rate": 6.395006815410001e-06,
|
1422 |
+
"loss": 0.9621,
|
1423 |
+
"step": 5025
|
1424 |
+
},
|
1425 |
+
{
|
1426 |
+
"epoch": 0.36229284740655715,
|
1427 |
+
"grad_norm": 0.1396484375,
|
1428 |
+
"learning_rate": 6.377071525934429e-06,
|
1429 |
+
"loss": 0.903,
|
1430 |
+
"step": 5050
|
1431 |
+
},
|
1432 |
+
{
|
1433 |
+
"epoch": 0.36408637635411434,
|
1434 |
+
"grad_norm": 0.216796875,
|
1435 |
+
"learning_rate": 6.359136236458857e-06,
|
1436 |
+
"loss": 1.058,
|
1437 |
+
"step": 5075
|
1438 |
+
},
|
1439 |
+
{
|
1440 |
+
"epoch": 0.3658799053016716,
|
1441 |
+
"grad_norm": 0.16015625,
|
1442 |
+
"learning_rate": 6.341200946983284e-06,
|
1443 |
+
"loss": 0.9965,
|
1444 |
+
"step": 5100
|
1445 |
+
},
|
1446 |
+
{
|
1447 |
+
"epoch": 0.36767343424922877,
|
1448 |
+
"grad_norm": 0.76171875,
|
1449 |
+
"learning_rate": 6.323265657507712e-06,
|
1450 |
+
"loss": 0.9547,
|
1451 |
+
"step": 5125
|
1452 |
+
},
|
1453 |
+
{
|
1454 |
+
"epoch": 0.369466963196786,
|
1455 |
+
"grad_norm": 0.88671875,
|
1456 |
+
"learning_rate": 6.305330368032141e-06,
|
1457 |
+
"loss": 1.066,
|
1458 |
+
"step": 5150
|
1459 |
+
},
|
1460 |
+
{
|
1461 |
+
"epoch": 0.3712604921443432,
|
1462 |
+
"grad_norm": 0.17578125,
|
1463 |
+
"learning_rate": 6.287395078556569e-06,
|
1464 |
+
"loss": 0.9571,
|
1465 |
+
"step": 5175
|
1466 |
+
},
|
1467 |
+
{
|
1468 |
+
"epoch": 0.37305402109190045,
|
1469 |
+
"grad_norm": 0.279296875,
|
1470 |
+
"learning_rate": 6.269459789080996e-06,
|
1471 |
+
"loss": 1.1076,
|
1472 |
+
"step": 5200
|
1473 |
+
},
|
1474 |
+
{
|
1475 |
+
"epoch": 0.37484755003945763,
|
1476 |
+
"grad_norm": 0.234375,
|
1477 |
+
"learning_rate": 6.251524499605424e-06,
|
1478 |
+
"loss": 1.0116,
|
1479 |
+
"step": 5225
|
1480 |
+
},
|
1481 |
+
{
|
1482 |
+
"epoch": 0.3766410789870149,
|
1483 |
+
"grad_norm": 0.3203125,
|
1484 |
+
"learning_rate": 6.233589210129852e-06,
|
1485 |
+
"loss": 0.9815,
|
1486 |
+
"step": 5250
|
1487 |
+
},
|
1488 |
+
{
|
1489 |
+
"epoch": 0.37843460793457206,
|
1490 |
+
"grad_norm": 0.259765625,
|
1491 |
+
"learning_rate": 6.21565392065428e-06,
|
1492 |
+
"loss": 1.0173,
|
1493 |
+
"step": 5275
|
1494 |
+
},
|
1495 |
+
{
|
1496 |
+
"epoch": 0.38022813688212925,
|
1497 |
+
"grad_norm": 0.2021484375,
|
1498 |
+
"learning_rate": 6.197718631178707e-06,
|
1499 |
+
"loss": 0.9725,
|
1500 |
+
"step": 5300
|
1501 |
+
},
|
1502 |
+
{
|
1503 |
+
"epoch": 0.3820216658296865,
|
1504 |
+
"grad_norm": 0.14453125,
|
1505 |
+
"learning_rate": 6.179783341703136e-06,
|
1506 |
+
"loss": 0.9518,
|
1507 |
+
"step": 5325
|
1508 |
+
},
|
1509 |
+
{
|
1510 |
+
"epoch": 0.3838151947772437,
|
1511 |
+
"grad_norm": 0.56640625,
|
1512 |
+
"learning_rate": 6.161848052227563e-06,
|
1513 |
+
"loss": 1.0591,
|
1514 |
+
"step": 5350
|
1515 |
+
},
|
1516 |
+
{
|
1517 |
+
"epoch": 0.38560872372480093,
|
1518 |
+
"grad_norm": 0.443359375,
|
1519 |
+
"learning_rate": 6.143912762751991e-06,
|
1520 |
+
"loss": 0.9761,
|
1521 |
+
"step": 5375
|
1522 |
+
},
|
1523 |
+
{
|
1524 |
+
"epoch": 0.3874022526723581,
|
1525 |
+
"grad_norm": 0.458984375,
|
1526 |
+
"learning_rate": 6.125977473276418e-06,
|
1527 |
+
"loss": 1.0181,
|
1528 |
+
"step": 5400
|
1529 |
+
},
|
1530 |
+
{
|
1531 |
+
"epoch": 0.38919578161991536,
|
1532 |
+
"grad_norm": 0.53125,
|
1533 |
+
"learning_rate": 6.108042183800848e-06,
|
1534 |
+
"loss": 0.9424,
|
1535 |
+
"step": 5425
|
1536 |
+
},
|
1537 |
+
{
|
1538 |
+
"epoch": 0.39098931056747255,
|
1539 |
+
"grad_norm": 0.2216796875,
|
1540 |
+
"learning_rate": 6.090106894325275e-06,
|
1541 |
+
"loss": 1.126,
|
1542 |
+
"step": 5450
|
1543 |
+
},
|
1544 |
+
{
|
1545 |
+
"epoch": 0.3927828395150298,
|
1546 |
+
"grad_norm": 0.36328125,
|
1547 |
+
"learning_rate": 6.072171604849703e-06,
|
1548 |
+
"loss": 0.9558,
|
1549 |
+
"step": 5475
|
1550 |
+
},
|
1551 |
+
{
|
1552 |
+
"epoch": 0.394576368462587,
|
1553 |
+
"grad_norm": 0.2119140625,
|
1554 |
+
"learning_rate": 6.05423631537413e-06,
|
1555 |
+
"loss": 0.9462,
|
1556 |
+
"step": 5500
|
1557 |
+
},
|
1558 |
+
{
|
1559 |
+
"epoch": 0.3963698974101442,
|
1560 |
+
"grad_norm": 0.21484375,
|
1561 |
+
"learning_rate": 6.036301025898559e-06,
|
1562 |
+
"loss": 0.9375,
|
1563 |
+
"step": 5525
|
1564 |
+
},
|
1565 |
+
{
|
1566 |
+
"epoch": 0.3981634263577014,
|
1567 |
+
"grad_norm": 1.2890625,
|
1568 |
+
"learning_rate": 6.018365736422986e-06,
|
1569 |
+
"loss": 1.0341,
|
1570 |
+
"step": 5550
|
1571 |
+
},
|
1572 |
+
{
|
1573 |
+
"epoch": 0.39995695530525865,
|
1574 |
+
"grad_norm": 0.28515625,
|
1575 |
+
"learning_rate": 6.000430446947414e-06,
|
1576 |
+
"loss": 0.994,
|
1577 |
+
"step": 5575
|
1578 |
+
},
|
1579 |
+
{
|
1580 |
+
"epoch": 0.40175048425281584,
|
1581 |
+
"grad_norm": 0.1591796875,
|
1582 |
+
"learning_rate": 5.982495157471842e-06,
|
1583 |
+
"loss": 1.1157,
|
1584 |
+
"step": 5600
|
1585 |
+
},
|
1586 |
+
{
|
1587 |
+
"epoch": 0.40354401320037303,
|
1588 |
+
"grad_norm": 0.400390625,
|
1589 |
+
"learning_rate": 5.96455986799627e-06,
|
1590 |
+
"loss": 1.0531,
|
1591 |
+
"step": 5625
|
1592 |
+
},
|
1593 |
+
{
|
1594 |
+
"epoch": 0.4053375421479303,
|
1595 |
+
"grad_norm": 0.4375,
|
1596 |
+
"learning_rate": 5.946624578520697e-06,
|
1597 |
+
"loss": 0.9557,
|
1598 |
+
"step": 5650
|
1599 |
+
},
|
1600 |
+
{
|
1601 |
+
"epoch": 0.40713107109548746,
|
1602 |
+
"grad_norm": 0.146484375,
|
1603 |
+
"learning_rate": 5.928689289045125e-06,
|
1604 |
+
"loss": 1.055,
|
1605 |
+
"step": 5675
|
1606 |
+
},
|
1607 |
+
{
|
1608 |
+
"epoch": 0.4089246000430447,
|
1609 |
+
"grad_norm": 0.1416015625,
|
1610 |
+
"learning_rate": 5.910753999569554e-06,
|
1611 |
+
"loss": 0.9165,
|
1612 |
+
"step": 5700
|
1613 |
+
},
|
1614 |
+
{
|
1615 |
+
"epoch": 0.4107181289906019,
|
1616 |
+
"grad_norm": 0.2490234375,
|
1617 |
+
"learning_rate": 5.892818710093982e-06,
|
1618 |
+
"loss": 0.9811,
|
1619 |
+
"step": 5725
|
1620 |
+
},
|
1621 |
+
{
|
1622 |
+
"epoch": 0.41251165793815914,
|
1623 |
+
"grad_norm": 0.3359375,
|
1624 |
+
"learning_rate": 5.874883420618409e-06,
|
1625 |
+
"loss": 1.0195,
|
1626 |
+
"step": 5750
|
1627 |
+
},
|
1628 |
+
{
|
1629 |
+
"epoch": 0.4143051868857163,
|
1630 |
+
"grad_norm": 0.25390625,
|
1631 |
+
"learning_rate": 5.856948131142837e-06,
|
1632 |
+
"loss": 1.0109,
|
1633 |
+
"step": 5775
|
1634 |
+
},
|
1635 |
+
{
|
1636 |
+
"epoch": 0.41609871583327357,
|
1637 |
+
"grad_norm": 0.26953125,
|
1638 |
+
"learning_rate": 5.839012841667265e-06,
|
1639 |
+
"loss": 0.9009,
|
1640 |
+
"step": 5800
|
1641 |
+
},
|
1642 |
+
{
|
1643 |
+
"epoch": 0.41789224478083076,
|
1644 |
+
"grad_norm": 0.423828125,
|
1645 |
+
"learning_rate": 5.821077552191693e-06,
|
1646 |
+
"loss": 0.8922,
|
1647 |
+
"step": 5825
|
1648 |
+
},
|
1649 |
+
{
|
1650 |
+
"epoch": 0.419685773728388,
|
1651 |
+
"grad_norm": 0.1875,
|
1652 |
+
"learning_rate": 5.80314226271612e-06,
|
1653 |
+
"loss": 0.9849,
|
1654 |
+
"step": 5850
|
1655 |
+
},
|
1656 |
+
{
|
1657 |
+
"epoch": 0.4214793026759452,
|
1658 |
+
"grad_norm": 0.193359375,
|
1659 |
+
"learning_rate": 5.785206973240548e-06,
|
1660 |
+
"loss": 0.935,
|
1661 |
+
"step": 5875
|
1662 |
+
},
|
1663 |
+
{
|
1664 |
+
"epoch": 0.4232728316235024,
|
1665 |
+
"grad_norm": 0.115234375,
|
1666 |
+
"learning_rate": 5.767271683764976e-06,
|
1667 |
+
"loss": 1.0707,
|
1668 |
+
"step": 5900
|
1669 |
+
},
|
1670 |
+
{
|
1671 |
+
"epoch": 0.4250663605710596,
|
1672 |
+
"grad_norm": 0.38671875,
|
1673 |
+
"learning_rate": 5.749336394289404e-06,
|
1674 |
+
"loss": 0.9005,
|
1675 |
+
"step": 5925
|
1676 |
+
},
|
1677 |
+
{
|
1678 |
+
"epoch": 0.4268598895186168,
|
1679 |
+
"grad_norm": 0.1572265625,
|
1680 |
+
"learning_rate": 5.7314011048138314e-06,
|
1681 |
+
"loss": 1.0365,
|
1682 |
+
"step": 5950
|
1683 |
+
},
|
1684 |
+
{
|
1685 |
+
"epoch": 0.42865341846617405,
|
1686 |
+
"grad_norm": 1.8671875,
|
1687 |
+
"learning_rate": 5.713465815338261e-06,
|
1688 |
+
"loss": 0.9861,
|
1689 |
+
"step": 5975
|
1690 |
+
},
|
1691 |
+
{
|
1692 |
+
"epoch": 0.43044694741373124,
|
1693 |
+
"grad_norm": 0.13671875,
|
1694 |
+
"learning_rate": 5.695530525862688e-06,
|
1695 |
+
"loss": 1.0156,
|
1696 |
+
"step": 6000
|
1697 |
+
},
|
1698 |
+
{
|
1699 |
+
"epoch": 0.4322404763612885,
|
1700 |
+
"grad_norm": 0.255859375,
|
1701 |
+
"learning_rate": 5.677595236387116e-06,
|
1702 |
+
"loss": 1.0903,
|
1703 |
+
"step": 6025
|
1704 |
+
},
|
1705 |
+
{
|
1706 |
+
"epoch": 0.43403400530884567,
|
1707 |
+
"grad_norm": 0.375,
|
1708 |
+
"learning_rate": 5.659659946911543e-06,
|
1709 |
+
"loss": 1.0378,
|
1710 |
+
"step": 6050
|
1711 |
+
},
|
1712 |
+
{
|
1713 |
+
"epoch": 0.4358275342564029,
|
1714 |
+
"grad_norm": 0.30078125,
|
1715 |
+
"learning_rate": 5.641724657435972e-06,
|
1716 |
+
"loss": 0.9674,
|
1717 |
+
"step": 6075
|
1718 |
+
},
|
1719 |
+
{
|
1720 |
+
"epoch": 0.4376210632039601,
|
1721 |
+
"grad_norm": 0.48046875,
|
1722 |
+
"learning_rate": 5.623789367960399e-06,
|
1723 |
+
"loss": 0.9478,
|
1724 |
+
"step": 6100
|
1725 |
+
},
|
1726 |
+
{
|
1727 |
+
"epoch": 0.43941459215151735,
|
1728 |
+
"grad_norm": 0.2021484375,
|
1729 |
+
"learning_rate": 5.605854078484827e-06,
|
1730 |
+
"loss": 0.9359,
|
1731 |
+
"step": 6125
|
1732 |
+
},
|
1733 |
+
{
|
1734 |
+
"epoch": 0.44120812109907454,
|
1735 |
+
"grad_norm": 0.2109375,
|
1736 |
+
"learning_rate": 5.5879187890092544e-06,
|
1737 |
+
"loss": 0.9368,
|
1738 |
+
"step": 6150
|
1739 |
+
},
|
1740 |
+
{
|
1741 |
+
"epoch": 0.4430016500466318,
|
1742 |
+
"grad_norm": 0.2373046875,
|
1743 |
+
"learning_rate": 5.569983499533683e-06,
|
1744 |
+
"loss": 1.009,
|
1745 |
+
"step": 6175
|
1746 |
+
},
|
1747 |
+
{
|
1748 |
+
"epoch": 0.44479517899418897,
|
1749 |
+
"grad_norm": 0.353515625,
|
1750 |
+
"learning_rate": 5.55204821005811e-06,
|
1751 |
+
"loss": 0.8657,
|
1752 |
+
"step": 6200
|
1753 |
+
},
|
1754 |
+
{
|
1755 |
+
"epoch": 0.44658870794174615,
|
1756 |
+
"grad_norm": 0.255859375,
|
1757 |
+
"learning_rate": 5.534112920582538e-06,
|
1758 |
+
"loss": 1.0022,
|
1759 |
+
"step": 6225
|
1760 |
+
},
|
1761 |
+
{
|
1762 |
+
"epoch": 0.4483822368893034,
|
1763 |
+
"grad_norm": 0.1865234375,
|
1764 |
+
"learning_rate": 5.516177631106967e-06,
|
1765 |
+
"loss": 0.9488,
|
1766 |
+
"step": 6250
|
1767 |
+
},
|
1768 |
+
{
|
1769 |
+
"epoch": 0.4501757658368606,
|
1770 |
+
"grad_norm": 0.384765625,
|
1771 |
+
"learning_rate": 5.498242341631395e-06,
|
1772 |
+
"loss": 0.8726,
|
1773 |
+
"step": 6275
|
1774 |
+
},
|
1775 |
+
{
|
1776 |
+
"epoch": 0.45196929478441783,
|
1777 |
+
"grad_norm": 0.15625,
|
1778 |
+
"learning_rate": 5.480307052155822e-06,
|
1779 |
+
"loss": 0.9772,
|
1780 |
+
"step": 6300
|
1781 |
+
},
|
1782 |
+
{
|
1783 |
+
"epoch": 0.453762823731975,
|
1784 |
+
"grad_norm": 0.14453125,
|
1785 |
+
"learning_rate": 5.46237176268025e-06,
|
1786 |
+
"loss": 1.0123,
|
1787 |
+
"step": 6325
|
1788 |
+
},
|
1789 |
+
{
|
1790 |
+
"epoch": 0.45555635267953226,
|
1791 |
+
"grad_norm": 0.181640625,
|
1792 |
+
"learning_rate": 5.444436473204678e-06,
|
1793 |
+
"loss": 1.2663,
|
1794 |
+
"step": 6350
|
1795 |
+
},
|
1796 |
+
{
|
1797 |
+
"epoch": 0.45734988162708945,
|
1798 |
+
"grad_norm": 0.12353515625,
|
1799 |
+
"learning_rate": 5.426501183729106e-06,
|
1800 |
+
"loss": 0.9921,
|
1801 |
+
"step": 6375
|
1802 |
+
},
|
1803 |
+
{
|
1804 |
+
"epoch": 0.4591434105746467,
|
1805 |
+
"grad_norm": 0.353515625,
|
1806 |
+
"learning_rate": 5.408565894253533e-06,
|
1807 |
+
"loss": 1.019,
|
1808 |
+
"step": 6400
|
1809 |
+
},
|
1810 |
+
{
|
1811 |
+
"epoch": 0.4609369395222039,
|
1812 |
+
"grad_norm": 0.640625,
|
1813 |
+
"learning_rate": 5.390630604777961e-06,
|
1814 |
+
"loss": 1.016,
|
1815 |
+
"step": 6425
|
1816 |
+
},
|
1817 |
+
{
|
1818 |
+
"epoch": 0.4627304684697611,
|
1819 |
+
"grad_norm": 0.51171875,
|
1820 |
+
"learning_rate": 5.372695315302389e-06,
|
1821 |
+
"loss": 1.0478,
|
1822 |
+
"step": 6450
|
1823 |
+
},
|
1824 |
+
{
|
1825 |
+
"epoch": 0.4645239974173183,
|
1826 |
+
"grad_norm": 0.578125,
|
1827 |
+
"learning_rate": 5.354760025826817e-06,
|
1828 |
+
"loss": 0.9038,
|
1829 |
+
"step": 6475
|
1830 |
+
},
|
1831 |
+
{
|
1832 |
+
"epoch": 0.46631752636487556,
|
1833 |
+
"grad_norm": 0.2216796875,
|
1834 |
+
"learning_rate": 5.3368247363512445e-06,
|
1835 |
+
"loss": 0.9667,
|
1836 |
+
"step": 6500
|
1837 |
+
},
|
1838 |
+
{
|
1839 |
+
"epoch": 0.46811105531243274,
|
1840 |
+
"grad_norm": 0.2099609375,
|
1841 |
+
"learning_rate": 5.318889446875674e-06,
|
1842 |
+
"loss": 0.945,
|
1843 |
+
"step": 6525
|
1844 |
+
},
|
1845 |
+
{
|
1846 |
+
"epoch": 0.46990458425998993,
|
1847 |
+
"grad_norm": 0.2080078125,
|
1848 |
+
"learning_rate": 5.300954157400101e-06,
|
1849 |
+
"loss": 0.9285,
|
1850 |
+
"step": 6550
|
1851 |
+
},
|
1852 |
+
{
|
1853 |
+
"epoch": 0.4716981132075472,
|
1854 |
+
"grad_norm": 0.205078125,
|
1855 |
+
"learning_rate": 5.283018867924529e-06,
|
1856 |
+
"loss": 0.9441,
|
1857 |
+
"step": 6575
|
1858 |
+
},
|
1859 |
+
{
|
1860 |
+
"epoch": 0.47349164215510436,
|
1861 |
+
"grad_norm": 0.275390625,
|
1862 |
+
"learning_rate": 5.265083578448956e-06,
|
1863 |
+
"loss": 1.0327,
|
1864 |
+
"step": 6600
|
1865 |
+
},
|
1866 |
+
{
|
1867 |
+
"epoch": 0.4752851711026616,
|
1868 |
+
"grad_norm": 0.177734375,
|
1869 |
+
"learning_rate": 5.247148288973385e-06,
|
1870 |
+
"loss": 0.9288,
|
1871 |
+
"step": 6625
|
1872 |
+
},
|
1873 |
+
{
|
1874 |
+
"epoch": 0.4770787000502188,
|
1875 |
+
"grad_norm": 0.6875,
|
1876 |
+
"learning_rate": 5.229212999497812e-06,
|
1877 |
+
"loss": 0.9748,
|
1878 |
+
"step": 6650
|
1879 |
+
},
|
1880 |
+
{
|
1881 |
+
"epoch": 0.47887222899777604,
|
1882 |
+
"grad_norm": 0.28125,
|
1883 |
+
"learning_rate": 5.21127771002224e-06,
|
1884 |
+
"loss": 1.2034,
|
1885 |
+
"step": 6675
|
1886 |
+
},
|
1887 |
+
{
|
1888 |
+
"epoch": 0.4806657579453332,
|
1889 |
+
"grad_norm": 0.494140625,
|
1890 |
+
"learning_rate": 5.1933424205466675e-06,
|
1891 |
+
"loss": 0.9929,
|
1892 |
+
"step": 6700
|
1893 |
+
},
|
1894 |
+
{
|
1895 |
+
"epoch": 0.48245928689289047,
|
1896 |
+
"grad_norm": 0.126953125,
|
1897 |
+
"learning_rate": 5.175407131071096e-06,
|
1898 |
+
"loss": 1.0314,
|
1899 |
+
"step": 6725
|
1900 |
+
},
|
1901 |
+
{
|
1902 |
+
"epoch": 0.48425281584044766,
|
1903 |
+
"grad_norm": 0.412109375,
|
1904 |
+
"learning_rate": 5.1574718415955234e-06,
|
1905 |
+
"loss": 1.1025,
|
1906 |
+
"step": 6750
|
1907 |
+
},
|
1908 |
+
{
|
1909 |
+
"epoch": 0.4860463447880049,
|
1910 |
+
"grad_norm": 0.201171875,
|
1911 |
+
"learning_rate": 5.139536552119951e-06,
|
1912 |
+
"loss": 0.9664,
|
1913 |
+
"step": 6775
|
1914 |
+
},
|
1915 |
+
{
|
1916 |
+
"epoch": 0.4878398737355621,
|
1917 |
+
"grad_norm": 0.38671875,
|
1918 |
+
"learning_rate": 5.1216012626443786e-06,
|
1919 |
+
"loss": 1.0528,
|
1920 |
+
"step": 6800
|
1921 |
+
},
|
1922 |
+
{
|
1923 |
+
"epoch": 0.4896334026831193,
|
1924 |
+
"grad_norm": 0.294921875,
|
1925 |
+
"learning_rate": 5.103665973168808e-06,
|
1926 |
+
"loss": 1.012,
|
1927 |
+
"step": 6825
|
1928 |
+
},
|
1929 |
+
{
|
1930 |
+
"epoch": 0.4914269316306765,
|
1931 |
+
"grad_norm": 5.53125,
|
1932 |
+
"learning_rate": 5.085730683693235e-06,
|
1933 |
+
"loss": 1.0442,
|
1934 |
+
"step": 6850
|
1935 |
+
},
|
1936 |
+
{
|
1937 |
+
"epoch": 0.4932204605782337,
|
1938 |
+
"grad_norm": 0.1513671875,
|
1939 |
+
"learning_rate": 5.067795394217663e-06,
|
1940 |
+
"loss": 0.9695,
|
1941 |
+
"step": 6875
|
1942 |
+
},
|
1943 |
+
{
|
1944 |
+
"epoch": 0.49501398952579095,
|
1945 |
+
"grad_norm": 0.365234375,
|
1946 |
+
"learning_rate": 5.049860104742091e-06,
|
1947 |
+
"loss": 0.9442,
|
1948 |
+
"step": 6900
|
1949 |
+
},
|
1950 |
+
{
|
1951 |
+
"epoch": 0.49680751847334814,
|
1952 |
+
"grad_norm": 0.263671875,
|
1953 |
+
"learning_rate": 5.031924815266519e-06,
|
1954 |
+
"loss": 0.9851,
|
1955 |
+
"step": 6925
|
1956 |
+
},
|
1957 |
+
{
|
1958 |
+
"epoch": 0.4986010474209054,
|
1959 |
+
"grad_norm": 0.58984375,
|
1960 |
+
"learning_rate": 5.0139895257909464e-06,
|
1961 |
+
"loss": 1.0582,
|
1962 |
+
"step": 6950
|
1963 |
+
},
|
1964 |
+
{
|
1965 |
+
"epoch": 0.5003945763684626,
|
1966 |
+
"grad_norm": 0.345703125,
|
1967 |
+
"learning_rate": 4.996054236315375e-06,
|
1968 |
+
"loss": 1.0165,
|
1969 |
+
"step": 6975
|
1970 |
+
},
|
1971 |
+
{
|
1972 |
+
"epoch": 0.5021881053160198,
|
1973 |
+
"grad_norm": 0.189453125,
|
1974 |
+
"learning_rate": 4.978118946839802e-06,
|
1975 |
+
"loss": 1.0012,
|
1976 |
+
"step": 7000
|
1977 |
+
},
|
1978 |
+
{
|
1979 |
+
"epoch": 0.503981634263577,
|
1980 |
+
"grad_norm": 0.1396484375,
|
1981 |
+
"learning_rate": 4.96018365736423e-06,
|
1982 |
+
"loss": 0.9372,
|
1983 |
+
"step": 7025
|
1984 |
+
},
|
1985 |
+
{
|
1986 |
+
"epoch": 0.5057751632111342,
|
1987 |
+
"grad_norm": 0.169921875,
|
1988 |
+
"learning_rate": 4.9422483678886575e-06,
|
1989 |
+
"loss": 0.9966,
|
1990 |
+
"step": 7050
|
1991 |
+
},
|
1992 |
+
{
|
1993 |
+
"epoch": 0.5075686921586915,
|
1994 |
+
"grad_norm": 0.2353515625,
|
1995 |
+
"learning_rate": 4.924313078413086e-06,
|
1996 |
+
"loss": 0.9735,
|
1997 |
+
"step": 7075
|
1998 |
+
},
|
1999 |
+
{
|
2000 |
+
"epoch": 0.5093622211062486,
|
2001 |
+
"grad_norm": 0.1494140625,
|
2002 |
+
"learning_rate": 4.9063777889375135e-06,
|
2003 |
+
"loss": 0.9408,
|
2004 |
+
"step": 7100
|
2005 |
+
},
|
2006 |
+
{
|
2007 |
+
"epoch": 0.5111557500538059,
|
2008 |
+
"grad_norm": 0.47265625,
|
2009 |
+
"learning_rate": 4.888442499461942e-06,
|
2010 |
+
"loss": 0.9853,
|
2011 |
+
"step": 7125
|
2012 |
+
},
|
2013 |
+
{
|
2014 |
+
"epoch": 0.5129492790013631,
|
2015 |
+
"grad_norm": 0.171875,
|
2016 |
+
"learning_rate": 4.8705072099863694e-06,
|
2017 |
+
"loss": 0.8846,
|
2018 |
+
"step": 7150
|
2019 |
+
},
|
2020 |
+
{
|
2021 |
+
"epoch": 0.5147428079489202,
|
2022 |
+
"grad_norm": 0.1455078125,
|
2023 |
+
"learning_rate": 4.852571920510797e-06,
|
2024 |
+
"loss": 1.0347,
|
2025 |
+
"step": 7175
|
2026 |
+
},
|
2027 |
+
{
|
2028 |
+
"epoch": 0.5165363368964775,
|
2029 |
+
"grad_norm": 0.33984375,
|
2030 |
+
"learning_rate": 4.834636631035225e-06,
|
2031 |
+
"loss": 0.9861,
|
2032 |
+
"step": 7200
|
2033 |
+
},
|
2034 |
+
{
|
2035 |
+
"epoch": 0.5183298658440347,
|
2036 |
+
"grad_norm": 0.296875,
|
2037 |
+
"learning_rate": 4.816701341559653e-06,
|
2038 |
+
"loss": 1.0312,
|
2039 |
+
"step": 7225
|
2040 |
+
},
|
2041 |
+
{
|
2042 |
+
"epoch": 0.520123394791592,
|
2043 |
+
"grad_norm": 0.12353515625,
|
2044 |
+
"learning_rate": 4.798766052084081e-06,
|
2045 |
+
"loss": 0.9744,
|
2046 |
+
"step": 7250
|
2047 |
+
},
|
2048 |
+
{
|
2049 |
+
"epoch": 0.5219169237391491,
|
2050 |
+
"grad_norm": 3.671875,
|
2051 |
+
"learning_rate": 4.780830762608509e-06,
|
2052 |
+
"loss": 1.0849,
|
2053 |
+
"step": 7275
|
2054 |
+
},
|
2055 |
+
{
|
2056 |
+
"epoch": 0.5237104526867064,
|
2057 |
+
"grad_norm": 0.36328125,
|
2058 |
+
"learning_rate": 4.7628954731329365e-06,
|
2059 |
+
"loss": 0.9942,
|
2060 |
+
"step": 7300
|
2061 |
+
},
|
2062 |
+
{
|
2063 |
+
"epoch": 0.5255039816342636,
|
2064 |
+
"grad_norm": 1.1875,
|
2065 |
+
"learning_rate": 4.744960183657364e-06,
|
2066 |
+
"loss": 0.9007,
|
2067 |
+
"step": 7325
|
2068 |
+
},
|
2069 |
+
{
|
2070 |
+
"epoch": 0.5272975105818208,
|
2071 |
+
"grad_norm": 0.119140625,
|
2072 |
+
"learning_rate": 4.7270248941817924e-06,
|
2073 |
+
"loss": 0.9755,
|
2074 |
+
"step": 7350
|
2075 |
+
},
|
2076 |
+
{
|
2077 |
+
"epoch": 0.529091039529378,
|
2078 |
+
"grad_norm": 0.1806640625,
|
2079 |
+
"learning_rate": 4.70908960470622e-06,
|
2080 |
+
"loss": 0.981,
|
2081 |
+
"step": 7375
|
2082 |
+
},
|
2083 |
+
{
|
2084 |
+
"epoch": 0.5308845684769352,
|
2085 |
+
"grad_norm": 0.5859375,
|
2086 |
+
"learning_rate": 4.691154315230648e-06,
|
2087 |
+
"loss": 1.1553,
|
2088 |
+
"step": 7400
|
2089 |
+
},
|
2090 |
+
{
|
2091 |
+
"epoch": 0.5326780974244925,
|
2092 |
+
"grad_norm": 0.2470703125,
|
2093 |
+
"learning_rate": 4.673219025755076e-06,
|
2094 |
+
"loss": 1.2496,
|
2095 |
+
"step": 7425
|
2096 |
+
},
|
2097 |
+
{
|
2098 |
+
"epoch": 0.5344716263720496,
|
2099 |
+
"grad_norm": 0.302734375,
|
2100 |
+
"learning_rate": 4.6552837362795035e-06,
|
2101 |
+
"loss": 0.9646,
|
2102 |
+
"step": 7450
|
2103 |
+
},
|
2104 |
+
{
|
2105 |
+
"epoch": 0.5362651553196068,
|
2106 |
+
"grad_norm": 0.1298828125,
|
2107 |
+
"learning_rate": 4.637348446803932e-06,
|
2108 |
+
"loss": 0.9441,
|
2109 |
+
"step": 7475
|
2110 |
+
},
|
2111 |
+
{
|
2112 |
+
"epoch": 0.5380586842671641,
|
2113 |
+
"grad_norm": 0.33203125,
|
2114 |
+
"learning_rate": 4.6194131573283595e-06,
|
2115 |
+
"loss": 0.9471,
|
2116 |
+
"step": 7500
|
2117 |
+
},
|
2118 |
+
{
|
2119 |
+
"epoch": 0.5398522132147213,
|
2120 |
+
"grad_norm": 1.4765625,
|
2121 |
+
"learning_rate": 4.601477867852788e-06,
|
2122 |
+
"loss": 0.8943,
|
2123 |
+
"step": 7525
|
2124 |
+
},
|
2125 |
+
{
|
2126 |
+
"epoch": 0.5416457421622785,
|
2127 |
+
"grad_norm": 0.48828125,
|
2128 |
+
"learning_rate": 4.5835425783772154e-06,
|
2129 |
+
"loss": 1.056,
|
2130 |
+
"step": 7550
|
2131 |
+
},
|
2132 |
+
{
|
2133 |
+
"epoch": 0.5434392711098357,
|
2134 |
+
"grad_norm": 0.162109375,
|
2135 |
+
"learning_rate": 4.565607288901643e-06,
|
2136 |
+
"loss": 0.9676,
|
2137 |
+
"step": 7575
|
2138 |
+
},
|
2139 |
+
{
|
2140 |
+
"epoch": 0.5452328000573929,
|
2141 |
+
"grad_norm": 0.1650390625,
|
2142 |
+
"learning_rate": 4.5476719994260706e-06,
|
2143 |
+
"loss": 1.0258,
|
2144 |
+
"step": 7600
|
2145 |
+
},
|
2146 |
+
{
|
2147 |
+
"epoch": 0.5470263290049502,
|
2148 |
+
"grad_norm": 2.640625,
|
2149 |
+
"learning_rate": 4.529736709950499e-06,
|
2150 |
+
"loss": 1.0032,
|
2151 |
+
"step": 7625
|
2152 |
+
},
|
2153 |
+
{
|
2154 |
+
"epoch": 0.5488198579525073,
|
2155 |
+
"grad_norm": 0.3984375,
|
2156 |
+
"learning_rate": 4.5118014204749265e-06,
|
2157 |
+
"loss": 1.0199,
|
2158 |
+
"step": 7650
|
2159 |
+
},
|
2160 |
+
{
|
2161 |
+
"epoch": 0.5506133869000646,
|
2162 |
+
"grad_norm": 0.2431640625,
|
2163 |
+
"learning_rate": 4.493866130999355e-06,
|
2164 |
+
"loss": 1.0425,
|
2165 |
+
"step": 7675
|
2166 |
+
},
|
2167 |
+
{
|
2168 |
+
"epoch": 0.5524069158476218,
|
2169 |
+
"grad_norm": 0.16015625,
|
2170 |
+
"learning_rate": 4.4759308415237825e-06,
|
2171 |
+
"loss": 1.0024,
|
2172 |
+
"step": 7700
|
2173 |
+
},
|
2174 |
+
{
|
2175 |
+
"epoch": 0.554200444795179,
|
2176 |
+
"grad_norm": 0.67578125,
|
2177 |
+
"learning_rate": 4.45799555204821e-06,
|
2178 |
+
"loss": 0.9574,
|
2179 |
+
"step": 7725
|
2180 |
+
},
|
2181 |
+
{
|
2182 |
+
"epoch": 0.5559939737427362,
|
2183 |
+
"grad_norm": 0.470703125,
|
2184 |
+
"learning_rate": 4.4400602625726384e-06,
|
2185 |
+
"loss": 0.9229,
|
2186 |
+
"step": 7750
|
2187 |
+
},
|
2188 |
+
{
|
2189 |
+
"epoch": 0.5577875026902934,
|
2190 |
+
"grad_norm": 0.31640625,
|
2191 |
+
"learning_rate": 4.422124973097066e-06,
|
2192 |
+
"loss": 1.0553,
|
2193 |
+
"step": 7775
|
2194 |
+
},
|
2195 |
+
{
|
2196 |
+
"epoch": 0.5595810316378507,
|
2197 |
+
"grad_norm": 0.203125,
|
2198 |
+
"learning_rate": 4.404189683621494e-06,
|
2199 |
+
"loss": 0.9049,
|
2200 |
+
"step": 7800
|
2201 |
+
},
|
2202 |
+
{
|
2203 |
+
"epoch": 0.5613745605854078,
|
2204 |
+
"grad_norm": 0.34375,
|
2205 |
+
"learning_rate": 4.386254394145922e-06,
|
2206 |
+
"loss": 0.9489,
|
2207 |
+
"step": 7825
|
2208 |
+
},
|
2209 |
+
{
|
2210 |
+
"epoch": 0.563168089532965,
|
2211 |
+
"grad_norm": 0.181640625,
|
2212 |
+
"learning_rate": 4.3683191046703495e-06,
|
2213 |
+
"loss": 1.0916,
|
2214 |
+
"step": 7850
|
2215 |
+
},
|
2216 |
+
{
|
2217 |
+
"epoch": 0.5649616184805223,
|
2218 |
+
"grad_norm": 0.19921875,
|
2219 |
+
"learning_rate": 4.350383815194777e-06,
|
2220 |
+
"loss": 1.0332,
|
2221 |
+
"step": 7875
|
2222 |
+
},
|
2223 |
+
{
|
2224 |
+
"epoch": 0.5667551474280795,
|
2225 |
+
"grad_norm": 0.208984375,
|
2226 |
+
"learning_rate": 4.3324485257192055e-06,
|
2227 |
+
"loss": 0.9569,
|
2228 |
+
"step": 7900
|
2229 |
+
},
|
2230 |
+
{
|
2231 |
+
"epoch": 0.5685486763756367,
|
2232 |
+
"grad_norm": 0.177734375,
|
2233 |
+
"learning_rate": 4.314513236243633e-06,
|
2234 |
+
"loss": 0.9475,
|
2235 |
+
"step": 7925
|
2236 |
+
},
|
2237 |
+
{
|
2238 |
+
"epoch": 0.5703422053231939,
|
2239 |
+
"grad_norm": 0.39453125,
|
2240 |
+
"learning_rate": 4.2965779467680614e-06,
|
2241 |
+
"loss": 0.9851,
|
2242 |
+
"step": 7950
|
2243 |
+
},
|
2244 |
+
{
|
2245 |
+
"epoch": 0.5721357342707512,
|
2246 |
+
"grad_norm": 0.275390625,
|
2247 |
+
"learning_rate": 4.278642657292489e-06,
|
2248 |
+
"loss": 1.003,
|
2249 |
+
"step": 7975
|
2250 |
+
},
|
2251 |
+
{
|
2252 |
+
"epoch": 0.5739292632183084,
|
2253 |
+
"grad_norm": 0.171875,
|
2254 |
+
"learning_rate": 4.2607073678169166e-06,
|
2255 |
+
"loss": 1.1598,
|
2256 |
+
"step": 8000
|
2257 |
+
},
|
2258 |
+
{
|
2259 |
+
"epoch": 0.5757227921658655,
|
2260 |
+
"grad_norm": 0.474609375,
|
2261 |
+
"learning_rate": 4.242772078341344e-06,
|
2262 |
+
"loss": 1.072,
|
2263 |
+
"step": 8025
|
2264 |
+
},
|
2265 |
+
{
|
2266 |
+
"epoch": 0.5775163211134228,
|
2267 |
+
"grad_norm": 0.11279296875,
|
2268 |
+
"learning_rate": 4.2248367888657725e-06,
|
2269 |
+
"loss": 0.8758,
|
2270 |
+
"step": 8050
|
2271 |
+
},
|
2272 |
+
{
|
2273 |
+
"epoch": 0.57930985006098,
|
2274 |
+
"grad_norm": 0.259765625,
|
2275 |
+
"learning_rate": 4.206901499390201e-06,
|
2276 |
+
"loss": 1.1417,
|
2277 |
+
"step": 8075
|
2278 |
+
},
|
2279 |
+
{
|
2280 |
+
"epoch": 0.5811033790085371,
|
2281 |
+
"grad_norm": 0.158203125,
|
2282 |
+
"learning_rate": 4.1889662099146285e-06,
|
2283 |
+
"loss": 0.9566,
|
2284 |
+
"step": 8100
|
2285 |
+
},
|
2286 |
+
{
|
2287 |
+
"epoch": 0.5828969079560944,
|
2288 |
+
"grad_norm": 0.18359375,
|
2289 |
+
"learning_rate": 4.171030920439056e-06,
|
2290 |
+
"loss": 1.0096,
|
2291 |
+
"step": 8125
|
2292 |
+
},
|
2293 |
+
{
|
2294 |
+
"epoch": 0.5846904369036516,
|
2295 |
+
"grad_norm": 0.1298828125,
|
2296 |
+
"learning_rate": 4.153095630963484e-06,
|
2297 |
+
"loss": 1.0485,
|
2298 |
+
"step": 8150
|
2299 |
+
},
|
2300 |
+
{
|
2301 |
+
"epoch": 0.5864839658512089,
|
2302 |
+
"grad_norm": 0.12451171875,
|
2303 |
+
"learning_rate": 4.135160341487912e-06,
|
2304 |
+
"loss": 0.9747,
|
2305 |
+
"step": 8175
|
2306 |
+
},
|
2307 |
+
{
|
2308 |
+
"epoch": 0.588277494798766,
|
2309 |
+
"grad_norm": 0.306640625,
|
2310 |
+
"learning_rate": 4.1172250520123395e-06,
|
2311 |
+
"loss": 0.9826,
|
2312 |
+
"step": 8200
|
2313 |
+
},
|
2314 |
+
{
|
2315 |
+
"epoch": 0.5900710237463233,
|
2316 |
+
"grad_norm": 0.2080078125,
|
2317 |
+
"learning_rate": 4.099289762536768e-06,
|
2318 |
+
"loss": 1.0612,
|
2319 |
+
"step": 8225
|
2320 |
+
},
|
2321 |
+
{
|
2322 |
+
"epoch": 0.5918645526938805,
|
2323 |
+
"grad_norm": 2.6875,
|
2324 |
+
"learning_rate": 4.0813544730611955e-06,
|
2325 |
+
"loss": 1.1022,
|
2326 |
+
"step": 8250
|
2327 |
+
},
|
2328 |
+
{
|
2329 |
+
"epoch": 0.5936580816414377,
|
2330 |
+
"grad_norm": 0.1923828125,
|
2331 |
+
"learning_rate": 4.063419183585623e-06,
|
2332 |
+
"loss": 0.9072,
|
2333 |
+
"step": 8275
|
2334 |
+
},
|
2335 |
+
{
|
2336 |
+
"epoch": 0.5954516105889949,
|
2337 |
+
"grad_norm": 0.283203125,
|
2338 |
+
"learning_rate": 4.045483894110051e-06,
|
2339 |
+
"loss": 1.0234,
|
2340 |
+
"step": 8300
|
2341 |
+
},
|
2342 |
+
{
|
2343 |
+
"epoch": 0.5972451395365521,
|
2344 |
+
"grad_norm": 0.296875,
|
2345 |
+
"learning_rate": 4.027548604634479e-06,
|
2346 |
+
"loss": 1.0396,
|
2347 |
+
"step": 8325
|
2348 |
+
},
|
2349 |
+
{
|
2350 |
+
"epoch": 0.5990386684841094,
|
2351 |
+
"grad_norm": 0.2890625,
|
2352 |
+
"learning_rate": 4.009613315158907e-06,
|
2353 |
+
"loss": 0.877,
|
2354 |
+
"step": 8350
|
2355 |
+
},
|
2356 |
+
{
|
2357 |
+
"epoch": 0.6008321974316665,
|
2358 |
+
"grad_norm": 0.271484375,
|
2359 |
+
"learning_rate": 3.991678025683335e-06,
|
2360 |
+
"loss": 0.8808,
|
2361 |
+
"step": 8375
|
2362 |
+
},
|
2363 |
+
{
|
2364 |
+
"epoch": 0.6026257263792237,
|
2365 |
+
"grad_norm": 0.1875,
|
2366 |
+
"learning_rate": 3.9737427362077625e-06,
|
2367 |
+
"loss": 1.0299,
|
2368 |
+
"step": 8400
|
2369 |
+
},
|
2370 |
+
{
|
2371 |
+
"epoch": 0.604419255326781,
|
2372 |
+
"grad_norm": 1.09375,
|
2373 |
+
"learning_rate": 3.95580744673219e-06,
|
2374 |
+
"loss": 1.0278,
|
2375 |
+
"step": 8425
|
2376 |
+
},
|
2377 |
+
{
|
2378 |
+
"epoch": 0.6062127842743382,
|
2379 |
+
"grad_norm": 0.19140625,
|
2380 |
+
"learning_rate": 3.9378721572566185e-06,
|
2381 |
+
"loss": 0.9991,
|
2382 |
+
"step": 8450
|
2383 |
+
},
|
2384 |
+
{
|
2385 |
+
"epoch": 0.6080063132218954,
|
2386 |
+
"grad_norm": 0.2109375,
|
2387 |
+
"learning_rate": 3.919936867781046e-06,
|
2388 |
+
"loss": 0.9768,
|
2389 |
+
"step": 8475
|
2390 |
+
},
|
2391 |
+
{
|
2392 |
+
"epoch": 0.6097998421694526,
|
2393 |
+
"grad_norm": 0.25390625,
|
2394 |
+
"learning_rate": 3.9020015783054745e-06,
|
2395 |
+
"loss": 1.0068,
|
2396 |
+
"step": 8500
|
2397 |
+
},
|
2398 |
+
{
|
2399 |
+
"epoch": 0.6115933711170098,
|
2400 |
+
"grad_norm": 0.296875,
|
2401 |
+
"learning_rate": 3.884066288829902e-06,
|
2402 |
+
"loss": 1.0219,
|
2403 |
+
"step": 8525
|
2404 |
+
},
|
2405 |
+
{
|
2406 |
+
"epoch": 0.6133869000645671,
|
2407 |
+
"grad_norm": 0.51953125,
|
2408 |
+
"learning_rate": 3.86613099935433e-06,
|
2409 |
+
"loss": 1.0836,
|
2410 |
+
"step": 8550
|
2411 |
+
},
|
2412 |
+
{
|
2413 |
+
"epoch": 0.6151804290121242,
|
2414 |
+
"grad_norm": 0.1689453125,
|
2415 |
+
"learning_rate": 3.848195709878758e-06,
|
2416 |
+
"loss": 0.9227,
|
2417 |
+
"step": 8575
|
2418 |
+
},
|
2419 |
+
{
|
2420 |
+
"epoch": 0.6169739579596815,
|
2421 |
+
"grad_norm": 0.5625,
|
2422 |
+
"learning_rate": 3.8302604204031855e-06,
|
2423 |
+
"loss": 1.0083,
|
2424 |
+
"step": 8600
|
2425 |
+
},
|
2426 |
+
{
|
2427 |
+
"epoch": 0.6187674869072387,
|
2428 |
+
"grad_norm": 0.1943359375,
|
2429 |
+
"learning_rate": 3.812325130927613e-06,
|
2430 |
+
"loss": 1.0881,
|
2431 |
+
"step": 8625
|
2432 |
+
},
|
2433 |
+
{
|
2434 |
+
"epoch": 0.620561015854796,
|
2435 |
+
"grad_norm": 0.875,
|
2436 |
+
"learning_rate": 3.7943898414520415e-06,
|
2437 |
+
"loss": 0.9992,
|
2438 |
+
"step": 8650
|
2439 |
+
},
|
2440 |
+
{
|
2441 |
+
"epoch": 0.6223545448023531,
|
2442 |
+
"grad_norm": 0.515625,
|
2443 |
+
"learning_rate": 3.7764545519764695e-06,
|
2444 |
+
"loss": 1.0048,
|
2445 |
+
"step": 8675
|
2446 |
+
},
|
2447 |
+
{
|
2448 |
+
"epoch": 0.6241480737499103,
|
2449 |
+
"grad_norm": 5.84375,
|
2450 |
+
"learning_rate": 3.758519262500897e-06,
|
2451 |
+
"loss": 1.023,
|
2452 |
+
"step": 8700
|
2453 |
+
},
|
2454 |
+
{
|
2455 |
+
"epoch": 0.6259416026974676,
|
2456 |
+
"grad_norm": 0.228515625,
|
2457 |
+
"learning_rate": 3.740583973025325e-06,
|
2458 |
+
"loss": 0.892,
|
2459 |
+
"step": 8725
|
2460 |
+
},
|
2461 |
+
{
|
2462 |
+
"epoch": 0.6277351316450247,
|
2463 |
+
"grad_norm": 3.59375,
|
2464 |
+
"learning_rate": 3.7226486835497526e-06,
|
2465 |
+
"loss": 0.9862,
|
2466 |
+
"step": 8750
|
2467 |
+
},
|
2468 |
+
{
|
2469 |
+
"epoch": 0.629528660592582,
|
2470 |
+
"grad_norm": 0.193359375,
|
2471 |
+
"learning_rate": 3.704713394074181e-06,
|
2472 |
+
"loss": 1.0362,
|
2473 |
+
"step": 8775
|
2474 |
+
},
|
2475 |
+
{
|
2476 |
+
"epoch": 0.6313221895401392,
|
2477 |
+
"grad_norm": 0.7890625,
|
2478 |
+
"learning_rate": 3.6867781045986085e-06,
|
2479 |
+
"loss": 1.0916,
|
2480 |
+
"step": 8800
|
2481 |
+
},
|
2482 |
+
{
|
2483 |
+
"epoch": 0.6331157184876964,
|
2484 |
+
"grad_norm": 0.298828125,
|
2485 |
+
"learning_rate": 3.6688428151230365e-06,
|
2486 |
+
"loss": 0.9269,
|
2487 |
+
"step": 8825
|
2488 |
+
},
|
2489 |
+
{
|
2490 |
+
"epoch": 0.6349092474352536,
|
2491 |
+
"grad_norm": 0.72265625,
|
2492 |
+
"learning_rate": 3.650907525647464e-06,
|
2493 |
+
"loss": 1.0274,
|
2494 |
+
"step": 8850
|
2495 |
+
},
|
2496 |
+
{
|
2497 |
+
"epoch": 0.6367027763828108,
|
2498 |
+
"grad_norm": 0.2451171875,
|
2499 |
+
"learning_rate": 3.632972236171892e-06,
|
2500 |
+
"loss": 0.9751,
|
2501 |
+
"step": 8875
|
2502 |
+
},
|
2503 |
+
{
|
2504 |
+
"epoch": 0.638496305330368,
|
2505 |
+
"grad_norm": 1.265625,
|
2506 |
+
"learning_rate": 3.6150369466963196e-06,
|
2507 |
+
"loss": 1.0403,
|
2508 |
+
"step": 8900
|
2509 |
+
},
|
2510 |
+
{
|
2511 |
+
"epoch": 0.6402898342779253,
|
2512 |
+
"grad_norm": 0.2578125,
|
2513 |
+
"learning_rate": 3.597101657220748e-06,
|
2514 |
+
"loss": 0.9077,
|
2515 |
+
"step": 8925
|
2516 |
+
},
|
2517 |
+
{
|
2518 |
+
"epoch": 0.6420833632254824,
|
2519 |
+
"grad_norm": 0.1630859375,
|
2520 |
+
"learning_rate": 3.5791663677451756e-06,
|
2521 |
+
"loss": 0.9537,
|
2522 |
+
"step": 8950
|
2523 |
+
},
|
2524 |
+
{
|
2525 |
+
"epoch": 0.6438768921730397,
|
2526 |
+
"grad_norm": 0.1806640625,
|
2527 |
+
"learning_rate": 3.5612310782696036e-06,
|
2528 |
+
"loss": 1.0603,
|
2529 |
+
"step": 8975
|
2530 |
+
},
|
2531 |
+
{
|
2532 |
+
"epoch": 0.6456704211205969,
|
2533 |
+
"grad_norm": 0.40625,
|
2534 |
+
"learning_rate": 3.5432957887940315e-06,
|
2535 |
+
"loss": 1.0238,
|
2536 |
+
"step": 9000
|
2537 |
+
},
|
2538 |
+
{
|
2539 |
+
"epoch": 0.647463950068154,
|
2540 |
+
"grad_norm": 0.208984375,
|
2541 |
+
"learning_rate": 3.525360499318459e-06,
|
2542 |
+
"loss": 1.0003,
|
2543 |
+
"step": 9025
|
2544 |
+
},
|
2545 |
+
{
|
2546 |
+
"epoch": 0.6492574790157113,
|
2547 |
+
"grad_norm": 0.3046875,
|
2548 |
+
"learning_rate": 3.5074252098428875e-06,
|
2549 |
+
"loss": 0.9724,
|
2550 |
+
"step": 9050
|
2551 |
+
},
|
2552 |
+
{
|
2553 |
+
"epoch": 0.6510510079632685,
|
2554 |
+
"grad_norm": 0.232421875,
|
2555 |
+
"learning_rate": 3.489489920367315e-06,
|
2556 |
+
"loss": 1.0083,
|
2557 |
+
"step": 9075
|
2558 |
+
},
|
2559 |
+
{
|
2560 |
+
"epoch": 0.6528445369108258,
|
2561 |
+
"grad_norm": 0.345703125,
|
2562 |
+
"learning_rate": 3.471554630891743e-06,
|
2563 |
+
"loss": 1.1098,
|
2564 |
+
"step": 9100
|
2565 |
+
},
|
2566 |
+
{
|
2567 |
+
"epoch": 0.6546380658583829,
|
2568 |
+
"grad_norm": 0.62109375,
|
2569 |
+
"learning_rate": 3.4536193414161706e-06,
|
2570 |
+
"loss": 1.0617,
|
2571 |
+
"step": 9125
|
2572 |
+
},
|
2573 |
+
{
|
2574 |
+
"epoch": 0.6564315948059402,
|
2575 |
+
"grad_norm": 0.283203125,
|
2576 |
+
"learning_rate": 3.4356840519405986e-06,
|
2577 |
+
"loss": 0.9711,
|
2578 |
+
"step": 9150
|
2579 |
+
},
|
2580 |
+
{
|
2581 |
+
"epoch": 0.6582251237534974,
|
2582 |
+
"grad_norm": 0.2255859375,
|
2583 |
+
"learning_rate": 3.417748762465026e-06,
|
2584 |
+
"loss": 0.97,
|
2585 |
+
"step": 9175
|
2586 |
+
},
|
2587 |
+
{
|
2588 |
+
"epoch": 0.6600186527010546,
|
2589 |
+
"grad_norm": 0.1904296875,
|
2590 |
+
"learning_rate": 3.3998134729894545e-06,
|
2591 |
+
"loss": 0.9635,
|
2592 |
+
"step": 9200
|
2593 |
+
},
|
2594 |
+
{
|
2595 |
+
"epoch": 0.6618121816486118,
|
2596 |
+
"grad_norm": 2.84375,
|
2597 |
+
"learning_rate": 3.381878183513882e-06,
|
2598 |
+
"loss": 1.0514,
|
2599 |
+
"step": 9225
|
2600 |
+
},
|
2601 |
+
{
|
2602 |
+
"epoch": 0.663605710596169,
|
2603 |
+
"grad_norm": 0.189453125,
|
2604 |
+
"learning_rate": 3.36394289403831e-06,
|
2605 |
+
"loss": 0.9953,
|
2606 |
+
"step": 9250
|
2607 |
+
},
|
2608 |
+
{
|
2609 |
+
"epoch": 0.6653992395437263,
|
2610 |
+
"grad_norm": 0.2099609375,
|
2611 |
+
"learning_rate": 3.3460076045627376e-06,
|
2612 |
+
"loss": 1.0291,
|
2613 |
+
"step": 9275
|
2614 |
+
},
|
2615 |
+
{
|
2616 |
+
"epoch": 0.6671927684912834,
|
2617 |
+
"grad_norm": 0.54296875,
|
2618 |
+
"learning_rate": 3.3280723150871656e-06,
|
2619 |
+
"loss": 1.0054,
|
2620 |
+
"step": 9300
|
2621 |
+
},
|
2622 |
+
{
|
2623 |
+
"epoch": 0.6689862974388406,
|
2624 |
+
"grad_norm": 0.1982421875,
|
2625 |
+
"learning_rate": 3.310137025611594e-06,
|
2626 |
+
"loss": 0.9536,
|
2627 |
+
"step": 9325
|
2628 |
+
},
|
2629 |
+
{
|
2630 |
+
"epoch": 0.6707798263863979,
|
2631 |
+
"grad_norm": 0.76953125,
|
2632 |
+
"learning_rate": 3.2922017361360216e-06,
|
2633 |
+
"loss": 1.0935,
|
2634 |
+
"step": 9350
|
2635 |
+
},
|
2636 |
+
{
|
2637 |
+
"epoch": 0.6725733553339551,
|
2638 |
+
"grad_norm": 0.130859375,
|
2639 |
+
"learning_rate": 3.2742664466604496e-06,
|
2640 |
+
"loss": 1.0158,
|
2641 |
+
"step": 9375
|
2642 |
+
},
|
2643 |
+
{
|
2644 |
+
"epoch": 0.6743668842815123,
|
2645 |
+
"grad_norm": 0.404296875,
|
2646 |
+
"learning_rate": 3.256331157184877e-06,
|
2647 |
+
"loss": 1.0243,
|
2648 |
+
"step": 9400
|
2649 |
+
},
|
2650 |
+
{
|
2651 |
+
"epoch": 0.6761604132290695,
|
2652 |
+
"grad_norm": 0.236328125,
|
2653 |
+
"learning_rate": 3.238395867709305e-06,
|
2654 |
+
"loss": 0.9841,
|
2655 |
+
"step": 9425
|
2656 |
+
},
|
2657 |
+
{
|
2658 |
+
"epoch": 0.6779539421766267,
|
2659 |
+
"grad_norm": 0.197265625,
|
2660 |
+
"learning_rate": 3.2204605782337327e-06,
|
2661 |
+
"loss": 0.9621,
|
2662 |
+
"step": 9450
|
2663 |
+
},
|
2664 |
+
{
|
2665 |
+
"epoch": 0.679747471124184,
|
2666 |
+
"grad_norm": 0.4296875,
|
2667 |
+
"learning_rate": 3.202525288758161e-06,
|
2668 |
+
"loss": 1.2427,
|
2669 |
+
"step": 9475
|
2670 |
+
},
|
2671 |
+
{
|
2672 |
+
"epoch": 0.6815410000717411,
|
2673 |
+
"grad_norm": 0.2470703125,
|
2674 |
+
"learning_rate": 3.1845899992825886e-06,
|
2675 |
+
"loss": 0.9871,
|
2676 |
+
"step": 9500
|
2677 |
+
},
|
2678 |
+
{
|
2679 |
+
"epoch": 0.6833345290192984,
|
2680 |
+
"grad_norm": 0.37890625,
|
2681 |
+
"learning_rate": 3.1666547098070166e-06,
|
2682 |
+
"loss": 0.9559,
|
2683 |
+
"step": 9525
|
2684 |
+
},
|
2685 |
+
{
|
2686 |
+
"epoch": 0.6851280579668556,
|
2687 |
+
"grad_norm": 4.25,
|
2688 |
+
"learning_rate": 3.148719420331444e-06,
|
2689 |
+
"loss": 1.1722,
|
2690 |
+
"step": 9550
|
2691 |
+
},
|
2692 |
+
{
|
2693 |
+
"epoch": 0.6869215869144129,
|
2694 |
+
"grad_norm": 0.1875,
|
2695 |
+
"learning_rate": 3.130784130855872e-06,
|
2696 |
+
"loss": 1.0006,
|
2697 |
+
"step": 9575
|
2698 |
+
},
|
2699 |
+
{
|
2700 |
+
"epoch": 0.68871511586197,
|
2701 |
+
"grad_norm": 0.1865234375,
|
2702 |
+
"learning_rate": 3.1128488413802997e-06,
|
2703 |
+
"loss": 0.9999,
|
2704 |
+
"step": 9600
|
2705 |
+
},
|
2706 |
+
{
|
2707 |
+
"epoch": 0.6905086448095272,
|
2708 |
+
"grad_norm": 0.97265625,
|
2709 |
+
"learning_rate": 3.094913551904728e-06,
|
2710 |
+
"loss": 0.9543,
|
2711 |
+
"step": 9625
|
2712 |
+
},
|
2713 |
+
{
|
2714 |
+
"epoch": 0.6923021737570845,
|
2715 |
+
"grad_norm": 0.4140625,
|
2716 |
+
"learning_rate": 3.076978262429156e-06,
|
2717 |
+
"loss": 0.9658,
|
2718 |
+
"step": 9650
|
2719 |
+
},
|
2720 |
+
{
|
2721 |
+
"epoch": 0.6940957027046416,
|
2722 |
+
"grad_norm": 0.1748046875,
|
2723 |
+
"learning_rate": 3.0590429729535836e-06,
|
2724 |
+
"loss": 1.1451,
|
2725 |
+
"step": 9675
|
2726 |
+
},
|
2727 |
+
{
|
2728 |
+
"epoch": 0.6958892316521988,
|
2729 |
+
"grad_norm": 0.166015625,
|
2730 |
+
"learning_rate": 3.0411076834780116e-06,
|
2731 |
+
"loss": 0.9441,
|
2732 |
+
"step": 9700
|
2733 |
+
},
|
2734 |
+
{
|
2735 |
+
"epoch": 0.6976827605997561,
|
2736 |
+
"grad_norm": 0.5625,
|
2737 |
+
"learning_rate": 3.023172394002439e-06,
|
2738 |
+
"loss": 1.0021,
|
2739 |
+
"step": 9725
|
2740 |
+
},
|
2741 |
+
{
|
2742 |
+
"epoch": 0.6994762895473133,
|
2743 |
+
"grad_norm": 0.2177734375,
|
2744 |
+
"learning_rate": 3.0052371045268676e-06,
|
2745 |
+
"loss": 1.0179,
|
2746 |
+
"step": 9750
|
2747 |
+
},
|
2748 |
+
{
|
2749 |
+
"epoch": 0.7012698184948705,
|
2750 |
+
"grad_norm": 0.130859375,
|
2751 |
+
"learning_rate": 2.987301815051295e-06,
|
2752 |
+
"loss": 1.0105,
|
2753 |
+
"step": 9775
|
2754 |
+
},
|
2755 |
+
{
|
2756 |
+
"epoch": 0.7030633474424277,
|
2757 |
+
"grad_norm": 0.2392578125,
|
2758 |
+
"learning_rate": 2.969366525575723e-06,
|
2759 |
+
"loss": 0.8946,
|
2760 |
+
"step": 9800
|
2761 |
+
},
|
2762 |
+
{
|
2763 |
+
"epoch": 0.704856876389985,
|
2764 |
+
"grad_norm": 0.79296875,
|
2765 |
+
"learning_rate": 2.9514312361001507e-06,
|
2766 |
+
"loss": 0.9994,
|
2767 |
+
"step": 9825
|
2768 |
+
},
|
2769 |
+
{
|
2770 |
+
"epoch": 0.7066504053375422,
|
2771 |
+
"grad_norm": 0.1611328125,
|
2772 |
+
"learning_rate": 2.9334959466245787e-06,
|
2773 |
+
"loss": 0.9527,
|
2774 |
+
"step": 9850
|
2775 |
+
},
|
2776 |
+
{
|
2777 |
+
"epoch": 0.7084439342850993,
|
2778 |
+
"grad_norm": 0.171875,
|
2779 |
+
"learning_rate": 2.9155606571490062e-06,
|
2780 |
+
"loss": 1.0214,
|
2781 |
+
"step": 9875
|
2782 |
+
},
|
2783 |
+
{
|
2784 |
+
"epoch": 0.7102374632326566,
|
2785 |
+
"grad_norm": 0.63671875,
|
2786 |
+
"learning_rate": 2.8976253676734346e-06,
|
2787 |
+
"loss": 1.1297,
|
2788 |
+
"step": 9900
|
2789 |
+
},
|
2790 |
+
{
|
2791 |
+
"epoch": 0.7120309921802138,
|
2792 |
+
"grad_norm": 0.1552734375,
|
2793 |
+
"learning_rate": 2.8796900781978626e-06,
|
2794 |
+
"loss": 0.9318,
|
2795 |
+
"step": 9925
|
2796 |
+
},
|
2797 |
+
{
|
2798 |
+
"epoch": 0.713824521127771,
|
2799 |
+
"grad_norm": 0.435546875,
|
2800 |
+
"learning_rate": 2.86175478872229e-06,
|
2801 |
+
"loss": 0.9355,
|
2802 |
+
"step": 9950
|
2803 |
+
},
|
2804 |
+
{
|
2805 |
+
"epoch": 0.7156180500753282,
|
2806 |
+
"grad_norm": 0.447265625,
|
2807 |
+
"learning_rate": 2.843819499246718e-06,
|
2808 |
+
"loss": 0.9861,
|
2809 |
+
"step": 9975
|
2810 |
+
},
|
2811 |
+
{
|
2812 |
+
"epoch": 0.7174115790228854,
|
2813 |
+
"grad_norm": 0.1728515625,
|
2814 |
+
"learning_rate": 2.8258842097711457e-06,
|
2815 |
+
"loss": 1.0028,
|
2816 |
+
"step": 10000
|
2817 |
+
},
|
2818 |
+
{
|
2819 |
+
"epoch": 0.7192051079704427,
|
2820 |
+
"grad_norm": 1.1875,
|
2821 |
+
"learning_rate": 2.807948920295574e-06,
|
2822 |
+
"loss": 0.9811,
|
2823 |
+
"step": 10025
|
2824 |
+
},
|
2825 |
+
{
|
2826 |
+
"epoch": 0.7209986369179998,
|
2827 |
+
"grad_norm": 0.3359375,
|
2828 |
+
"learning_rate": 2.7900136308200017e-06,
|
2829 |
+
"loss": 1.025,
|
2830 |
+
"step": 10050
|
2831 |
+
},
|
2832 |
+
{
|
2833 |
+
"epoch": 0.7227921658655571,
|
2834 |
+
"grad_norm": 0.1875,
|
2835 |
+
"learning_rate": 2.7720783413444296e-06,
|
2836 |
+
"loss": 0.9284,
|
2837 |
+
"step": 10075
|
2838 |
+
},
|
2839 |
+
{
|
2840 |
+
"epoch": 0.7245856948131143,
|
2841 |
+
"grad_norm": 0.380859375,
|
2842 |
+
"learning_rate": 2.754143051868857e-06,
|
2843 |
+
"loss": 1.038,
|
2844 |
+
"step": 10100
|
2845 |
+
},
|
2846 |
+
{
|
2847 |
+
"epoch": 0.7263792237606715,
|
2848 |
+
"grad_norm": 0.58984375,
|
2849 |
+
"learning_rate": 2.736207762393285e-06,
|
2850 |
+
"loss": 1.0082,
|
2851 |
+
"step": 10125
|
2852 |
+
},
|
2853 |
+
{
|
2854 |
+
"epoch": 0.7281727527082287,
|
2855 |
+
"grad_norm": 0.1875,
|
2856 |
+
"learning_rate": 2.7182724729177127e-06,
|
2857 |
+
"loss": 1.0237,
|
2858 |
+
"step": 10150
|
2859 |
+
},
|
2860 |
+
{
|
2861 |
+
"epoch": 0.7299662816557859,
|
2862 |
+
"grad_norm": 0.42578125,
|
2863 |
+
"learning_rate": 2.700337183442141e-06,
|
2864 |
+
"loss": 0.8815,
|
2865 |
+
"step": 10175
|
2866 |
+
},
|
2867 |
+
{
|
2868 |
+
"epoch": 0.7317598106033432,
|
2869 |
+
"grad_norm": 0.49609375,
|
2870 |
+
"learning_rate": 2.6824018939665687e-06,
|
2871 |
+
"loss": 0.9161,
|
2872 |
+
"step": 10200
|
2873 |
+
},
|
2874 |
+
{
|
2875 |
+
"epoch": 0.7335533395509003,
|
2876 |
+
"grad_norm": 0.1494140625,
|
2877 |
+
"learning_rate": 2.6644666044909967e-06,
|
2878 |
+
"loss": 1.0186,
|
2879 |
+
"step": 10225
|
2880 |
+
},
|
2881 |
+
{
|
2882 |
+
"epoch": 0.7353468684984575,
|
2883 |
+
"grad_norm": 0.19140625,
|
2884 |
+
"learning_rate": 2.6465313150154247e-06,
|
2885 |
+
"loss": 0.8941,
|
2886 |
+
"step": 10250
|
2887 |
+
},
|
2888 |
+
{
|
2889 |
+
"epoch": 0.7371403974460148,
|
2890 |
+
"grad_norm": 0.1845703125,
|
2891 |
+
"learning_rate": 2.6285960255398522e-06,
|
2892 |
+
"loss": 0.9991,
|
2893 |
+
"step": 10275
|
2894 |
+
},
|
2895 |
+
{
|
2896 |
+
"epoch": 0.738933926393572,
|
2897 |
+
"grad_norm": 0.1669921875,
|
2898 |
+
"learning_rate": 2.6106607360642806e-06,
|
2899 |
+
"loss": 1.1567,
|
2900 |
+
"step": 10300
|
2901 |
+
},
|
2902 |
+
{
|
2903 |
+
"epoch": 0.7407274553411292,
|
2904 |
+
"grad_norm": 0.6796875,
|
2905 |
+
"learning_rate": 2.592725446588708e-06,
|
2906 |
+
"loss": 0.9901,
|
2907 |
+
"step": 10325
|
2908 |
+
},
|
2909 |
+
{
|
2910 |
+
"epoch": 0.7425209842886864,
|
2911 |
+
"grad_norm": 0.1640625,
|
2912 |
+
"learning_rate": 2.574790157113136e-06,
|
2913 |
+
"loss": 1.0483,
|
2914 |
+
"step": 10350
|
2915 |
+
},
|
2916 |
+
{
|
2917 |
+
"epoch": 0.7443145132362436,
|
2918 |
+
"grad_norm": 0.34375,
|
2919 |
+
"learning_rate": 2.5568548676375637e-06,
|
2920 |
+
"loss": 0.9463,
|
2921 |
+
"step": 10375
|
2922 |
+
},
|
2923 |
+
{
|
2924 |
+
"epoch": 0.7461080421838009,
|
2925 |
+
"grad_norm": 0.146484375,
|
2926 |
+
"learning_rate": 2.5389195781619917e-06,
|
2927 |
+
"loss": 0.904,
|
2928 |
+
"step": 10400
|
2929 |
+
},
|
2930 |
+
{
|
2931 |
+
"epoch": 0.747901571131358,
|
2932 |
+
"grad_norm": 0.44921875,
|
2933 |
+
"learning_rate": 2.5209842886864193e-06,
|
2934 |
+
"loss": 0.9677,
|
2935 |
+
"step": 10425
|
2936 |
+
},
|
2937 |
+
{
|
2938 |
+
"epoch": 0.7496951000789153,
|
2939 |
+
"grad_norm": 0.357421875,
|
2940 |
+
"learning_rate": 2.5030489992108477e-06,
|
2941 |
+
"loss": 1.1016,
|
2942 |
+
"step": 10450
|
2943 |
+
},
|
2944 |
+
{
|
2945 |
+
"epoch": 0.7514886290264725,
|
2946 |
+
"grad_norm": 0.15234375,
|
2947 |
+
"learning_rate": 2.4851137097352752e-06,
|
2948 |
+
"loss": 0.9498,
|
2949 |
+
"step": 10475
|
2950 |
+
},
|
2951 |
+
{
|
2952 |
+
"epoch": 0.7532821579740298,
|
2953 |
+
"grad_norm": 0.26953125,
|
2954 |
+
"learning_rate": 2.467178420259703e-06,
|
2955 |
+
"loss": 0.9623,
|
2956 |
+
"step": 10500
|
2957 |
+
},
|
2958 |
+
{
|
2959 |
+
"epoch": 0.7550756869215869,
|
2960 |
+
"grad_norm": 0.251953125,
|
2961 |
+
"learning_rate": 2.449243130784131e-06,
|
2962 |
+
"loss": 0.9152,
|
2963 |
+
"step": 10525
|
2964 |
+
},
|
2965 |
+
{
|
2966 |
+
"epoch": 0.7568692158691441,
|
2967 |
+
"grad_norm": 0.1435546875,
|
2968 |
+
"learning_rate": 2.4313078413085587e-06,
|
2969 |
+
"loss": 0.9425,
|
2970 |
+
"step": 10550
|
2971 |
+
},
|
2972 |
+
{
|
2973 |
+
"epoch": 0.7586627448167014,
|
2974 |
+
"grad_norm": 0.458984375,
|
2975 |
+
"learning_rate": 2.4133725518329867e-06,
|
2976 |
+
"loss": 1.0248,
|
2977 |
+
"step": 10575
|
2978 |
+
},
|
2979 |
+
{
|
2980 |
+
"epoch": 0.7604562737642585,
|
2981 |
+
"grad_norm": 0.283203125,
|
2982 |
+
"learning_rate": 2.3954372623574147e-06,
|
2983 |
+
"loss": 0.8791,
|
2984 |
+
"step": 10600
|
2985 |
+
},
|
2986 |
+
{
|
2987 |
+
"epoch": 0.7622498027118157,
|
2988 |
+
"grad_norm": 0.177734375,
|
2989 |
+
"learning_rate": 2.3775019728818423e-06,
|
2990 |
+
"loss": 0.9201,
|
2991 |
+
"step": 10625
|
2992 |
+
},
|
2993 |
+
{
|
2994 |
+
"epoch": 0.764043331659373,
|
2995 |
+
"grad_norm": 0.64453125,
|
2996 |
+
"learning_rate": 2.3595666834062702e-06,
|
2997 |
+
"loss": 1.0206,
|
2998 |
+
"step": 10650
|
2999 |
+
},
|
3000 |
+
{
|
3001 |
+
"epoch": 0.7658368606069302,
|
3002 |
+
"grad_norm": 0.46484375,
|
3003 |
+
"learning_rate": 2.341631393930698e-06,
|
3004 |
+
"loss": 1.0521,
|
3005 |
+
"step": 10675
|
3006 |
+
},
|
3007 |
+
{
|
3008 |
+
"epoch": 0.7676303895544874,
|
3009 |
+
"grad_norm": 0.1591796875,
|
3010 |
+
"learning_rate": 2.323696104455126e-06,
|
3011 |
+
"loss": 1.0034,
|
3012 |
+
"step": 10700
|
3013 |
+
},
|
3014 |
+
{
|
3015 |
+
"epoch": 0.7694239185020446,
|
3016 |
+
"grad_norm": 0.44921875,
|
3017 |
+
"learning_rate": 2.305760814979554e-06,
|
3018 |
+
"loss": 0.957,
|
3019 |
+
"step": 10725
|
3020 |
+
},
|
3021 |
+
{
|
3022 |
+
"epoch": 0.7712174474496019,
|
3023 |
+
"grad_norm": 0.2490234375,
|
3024 |
+
"learning_rate": 2.2878255255039817e-06,
|
3025 |
+
"loss": 1.1092,
|
3026 |
+
"step": 10750
|
3027 |
+
},
|
3028 |
+
{
|
3029 |
+
"epoch": 0.7730109763971591,
|
3030 |
+
"grad_norm": 0.3125,
|
3031 |
+
"learning_rate": 2.2698902360284097e-06,
|
3032 |
+
"loss": 0.9977,
|
3033 |
+
"step": 10775
|
3034 |
+
},
|
3035 |
+
{
|
3036 |
+
"epoch": 0.7748045053447162,
|
3037 |
+
"grad_norm": 0.232421875,
|
3038 |
+
"learning_rate": 2.2519549465528377e-06,
|
3039 |
+
"loss": 1.0989,
|
3040 |
+
"step": 10800
|
3041 |
+
},
|
3042 |
+
{
|
3043 |
+
"epoch": 0.7765980342922735,
|
3044 |
+
"grad_norm": 0.11767578125,
|
3045 |
+
"learning_rate": 2.2340196570772652e-06,
|
3046 |
+
"loss": 1.0842,
|
3047 |
+
"step": 10825
|
3048 |
+
},
|
3049 |
+
{
|
3050 |
+
"epoch": 0.7783915632398307,
|
3051 |
+
"grad_norm": 0.4921875,
|
3052 |
+
"learning_rate": 2.2160843676016932e-06,
|
3053 |
+
"loss": 1.0147,
|
3054 |
+
"step": 10850
|
3055 |
+
},
|
3056 |
+
{
|
3057 |
+
"epoch": 0.7801850921873879,
|
3058 |
+
"grad_norm": 0.328125,
|
3059 |
+
"learning_rate": 2.198149078126121e-06,
|
3060 |
+
"loss": 1.0062,
|
3061 |
+
"step": 10875
|
3062 |
+
},
|
3063 |
+
{
|
3064 |
+
"epoch": 0.7819786211349451,
|
3065 |
+
"grad_norm": 0.177734375,
|
3066 |
+
"learning_rate": 2.1802137886505488e-06,
|
3067 |
+
"loss": 1.0242,
|
3068 |
+
"step": 10900
|
3069 |
+
},
|
3070 |
+
{
|
3071 |
+
"epoch": 0.7837721500825023,
|
3072 |
+
"grad_norm": 0.275390625,
|
3073 |
+
"learning_rate": 2.1622784991749767e-06,
|
3074 |
+
"loss": 0.9424,
|
3075 |
+
"step": 10925
|
3076 |
+
},
|
3077 |
+
{
|
3078 |
+
"epoch": 0.7855656790300596,
|
3079 |
+
"grad_norm": 0.2275390625,
|
3080 |
+
"learning_rate": 2.1443432096994047e-06,
|
3081 |
+
"loss": 0.931,
|
3082 |
+
"step": 10950
|
3083 |
+
},
|
3084 |
+
{
|
3085 |
+
"epoch": 0.7873592079776167,
|
3086 |
+
"grad_norm": 0.353515625,
|
3087 |
+
"learning_rate": 2.1264079202238323e-06,
|
3088 |
+
"loss": 0.9701,
|
3089 |
+
"step": 10975
|
3090 |
+
},
|
3091 |
+
{
|
3092 |
+
"epoch": 0.789152736925174,
|
3093 |
+
"grad_norm": 0.13671875,
|
3094 |
+
"learning_rate": 2.1084726307482607e-06,
|
3095 |
+
"loss": 1.0076,
|
3096 |
+
"step": 11000
|
3097 |
+
},
|
3098 |
+
{
|
3099 |
+
"epoch": 0.7909462658727312,
|
3100 |
+
"grad_norm": 0.51953125,
|
3101 |
+
"learning_rate": 2.0905373412726882e-06,
|
3102 |
+
"loss": 0.9799,
|
3103 |
+
"step": 11025
|
3104 |
+
},
|
3105 |
+
{
|
3106 |
+
"epoch": 0.7927397948202884,
|
3107 |
+
"grad_norm": 0.6875,
|
3108 |
+
"learning_rate": 2.0726020517971162e-06,
|
3109 |
+
"loss": 1.0588,
|
3110 |
+
"step": 11050
|
3111 |
+
},
|
3112 |
+
{
|
3113 |
+
"epoch": 0.7945333237678456,
|
3114 |
+
"grad_norm": 0.51953125,
|
3115 |
+
"learning_rate": 2.054666762321544e-06,
|
3116 |
+
"loss": 0.932,
|
3117 |
+
"step": 11075
|
3118 |
+
},
|
3119 |
+
{
|
3120 |
+
"epoch": 0.7963268527154028,
|
3121 |
+
"grad_norm": 0.1513671875,
|
3122 |
+
"learning_rate": 2.0367314728459718e-06,
|
3123 |
+
"loss": 1.053,
|
3124 |
+
"step": 11100
|
3125 |
+
},
|
3126 |
+
{
|
3127 |
+
"epoch": 0.7981203816629601,
|
3128 |
+
"grad_norm": 0.353515625,
|
3129 |
+
"learning_rate": 2.0187961833703997e-06,
|
3130 |
+
"loss": 0.9572,
|
3131 |
+
"step": 11125
|
3132 |
+
},
|
3133 |
+
{
|
3134 |
+
"epoch": 0.7999139106105173,
|
3135 |
+
"grad_norm": 0.296875,
|
3136 |
+
"learning_rate": 2.0008608938948277e-06,
|
3137 |
+
"loss": 1.0769,
|
3138 |
+
"step": 11150
|
3139 |
+
},
|
3140 |
+
{
|
3141 |
+
"epoch": 0.8017074395580744,
|
3142 |
+
"grad_norm": 0.302734375,
|
3143 |
+
"learning_rate": 1.9829256044192553e-06,
|
3144 |
+
"loss": 0.9988,
|
3145 |
+
"step": 11175
|
3146 |
+
},
|
3147 |
+
{
|
3148 |
+
"epoch": 0.8035009685056317,
|
3149 |
+
"grad_norm": 0.3984375,
|
3150 |
+
"learning_rate": 1.9649903149436833e-06,
|
3151 |
+
"loss": 1.0431,
|
3152 |
+
"step": 11200
|
3153 |
+
},
|
3154 |
+
{
|
3155 |
+
"epoch": 0.8052944974531889,
|
3156 |
+
"grad_norm": 0.13671875,
|
3157 |
+
"learning_rate": 1.9470550254681112e-06,
|
3158 |
+
"loss": 1.0488,
|
3159 |
+
"step": 11225
|
3160 |
+
},
|
3161 |
+
{
|
3162 |
+
"epoch": 0.8070880264007461,
|
3163 |
+
"grad_norm": 0.287109375,
|
3164 |
+
"learning_rate": 1.929119735992539e-06,
|
3165 |
+
"loss": 0.9088,
|
3166 |
+
"step": 11250
|
3167 |
+
},
|
3168 |
+
{
|
3169 |
+
"epoch": 0.8088815553483033,
|
3170 |
+
"grad_norm": 0.384765625,
|
3171 |
+
"learning_rate": 1.9111844465169668e-06,
|
3172 |
+
"loss": 1.0106,
|
3173 |
+
"step": 11275
|
3174 |
+
},
|
3175 |
+
{
|
3176 |
+
"epoch": 0.8106750842958605,
|
3177 |
+
"grad_norm": 0.203125,
|
3178 |
+
"learning_rate": 1.8932491570413948e-06,
|
3179 |
+
"loss": 0.8832,
|
3180 |
+
"step": 11300
|
3181 |
+
},
|
3182 |
+
{
|
3183 |
+
"epoch": 0.8124686132434178,
|
3184 |
+
"grad_norm": 0.421875,
|
3185 |
+
"learning_rate": 1.8753138675658227e-06,
|
3186 |
+
"loss": 0.9656,
|
3187 |
+
"step": 11325
|
3188 |
+
},
|
3189 |
+
{
|
3190 |
+
"epoch": 0.8142621421909749,
|
3191 |
+
"grad_norm": 0.25390625,
|
3192 |
+
"learning_rate": 1.8573785780902507e-06,
|
3193 |
+
"loss": 0.9692,
|
3194 |
+
"step": 11350
|
3195 |
+
},
|
3196 |
+
{
|
3197 |
+
"epoch": 0.8160556711385322,
|
3198 |
+
"grad_norm": 0.1669921875,
|
3199 |
+
"learning_rate": 1.8394432886146785e-06,
|
3200 |
+
"loss": 0.9788,
|
3201 |
+
"step": 11375
|
3202 |
+
},
|
3203 |
+
{
|
3204 |
+
"epoch": 0.8178492000860894,
|
3205 |
+
"grad_norm": 0.1259765625,
|
3206 |
+
"learning_rate": 1.8215079991391063e-06,
|
3207 |
+
"loss": 1.0019,
|
3208 |
+
"step": 11400
|
3209 |
+
},
|
3210 |
+
{
|
3211 |
+
"epoch": 0.8196427290336467,
|
3212 |
+
"grad_norm": 0.80078125,
|
3213 |
+
"learning_rate": 1.8035727096635342e-06,
|
3214 |
+
"loss": 0.9674,
|
3215 |
+
"step": 11425
|
3216 |
+
},
|
3217 |
+
{
|
3218 |
+
"epoch": 0.8214362579812038,
|
3219 |
+
"grad_norm": 0.1572265625,
|
3220 |
+
"learning_rate": 1.785637420187962e-06,
|
3221 |
+
"loss": 0.9064,
|
3222 |
+
"step": 11450
|
3223 |
+
},
|
3224 |
+
{
|
3225 |
+
"epoch": 0.823229786928761,
|
3226 |
+
"grad_norm": 3.34375,
|
3227 |
+
"learning_rate": 1.7677021307123898e-06,
|
3228 |
+
"loss": 1.1879,
|
3229 |
+
"step": 11475
|
3230 |
+
},
|
3231 |
+
{
|
3232 |
+
"epoch": 0.8250233158763183,
|
3233 |
+
"grad_norm": 0.515625,
|
3234 |
+
"learning_rate": 1.7497668412368178e-06,
|
3235 |
+
"loss": 1.148,
|
3236 |
+
"step": 11500
|
3237 |
+
},
|
3238 |
+
{
|
3239 |
+
"epoch": 0.8268168448238754,
|
3240 |
+
"grad_norm": 1.125,
|
3241 |
+
"learning_rate": 1.7318315517612455e-06,
|
3242 |
+
"loss": 0.9733,
|
3243 |
+
"step": 11525
|
3244 |
+
},
|
3245 |
+
{
|
3246 |
+
"epoch": 0.8286103737714327,
|
3247 |
+
"grad_norm": 0.265625,
|
3248 |
+
"learning_rate": 1.7138962622856733e-06,
|
3249 |
+
"loss": 1.0721,
|
3250 |
+
"step": 11550
|
3251 |
+
},
|
3252 |
+
{
|
3253 |
+
"epoch": 0.8304039027189899,
|
3254 |
+
"grad_norm": 0.1474609375,
|
3255 |
+
"learning_rate": 1.6959609728101013e-06,
|
3256 |
+
"loss": 1.0644,
|
3257 |
+
"step": 11575
|
3258 |
+
},
|
3259 |
+
{
|
3260 |
+
"epoch": 0.8321974316665471,
|
3261 |
+
"grad_norm": 0.1728515625,
|
3262 |
+
"learning_rate": 1.678025683334529e-06,
|
3263 |
+
"loss": 0.9961,
|
3264 |
+
"step": 11600
|
3265 |
+
},
|
3266 |
+
{
|
3267 |
+
"epoch": 0.8339909606141043,
|
3268 |
+
"grad_norm": 0.2060546875,
|
3269 |
+
"learning_rate": 1.6600903938589572e-06,
|
3270 |
+
"loss": 0.9952,
|
3271 |
+
"step": 11625
|
3272 |
+
},
|
3273 |
+
{
|
3274 |
+
"epoch": 0.8357844895616615,
|
3275 |
+
"grad_norm": 0.146484375,
|
3276 |
+
"learning_rate": 1.642155104383385e-06,
|
3277 |
+
"loss": 0.9518,
|
3278 |
+
"step": 11650
|
3279 |
+
},
|
3280 |
+
{
|
3281 |
+
"epoch": 0.8375780185092188,
|
3282 |
+
"grad_norm": 0.337890625,
|
3283 |
+
"learning_rate": 1.6242198149078128e-06,
|
3284 |
+
"loss": 0.9067,
|
3285 |
+
"step": 11675
|
3286 |
+
},
|
3287 |
+
{
|
3288 |
+
"epoch": 0.839371547456776,
|
3289 |
+
"grad_norm": 0.34375,
|
3290 |
+
"learning_rate": 1.6062845254322408e-06,
|
3291 |
+
"loss": 0.9853,
|
3292 |
+
"step": 11700
|
3293 |
+
},
|
3294 |
+
{
|
3295 |
+
"epoch": 0.8411650764043331,
|
3296 |
+
"grad_norm": 0.1279296875,
|
3297 |
+
"learning_rate": 1.5883492359566685e-06,
|
3298 |
+
"loss": 0.9909,
|
3299 |
+
"step": 11725
|
3300 |
+
},
|
3301 |
+
{
|
3302 |
+
"epoch": 0.8429586053518904,
|
3303 |
+
"grad_norm": 0.26953125,
|
3304 |
+
"learning_rate": 1.5704139464810963e-06,
|
3305 |
+
"loss": 1.0348,
|
3306 |
+
"step": 11750
|
3307 |
+
},
|
3308 |
+
{
|
3309 |
+
"epoch": 0.8447521342994476,
|
3310 |
+
"grad_norm": 0.298828125,
|
3311 |
+
"learning_rate": 1.5524786570055243e-06,
|
3312 |
+
"loss": 0.9372,
|
3313 |
+
"step": 11775
|
3314 |
+
},
|
3315 |
+
{
|
3316 |
+
"epoch": 0.8465456632470048,
|
3317 |
+
"grad_norm": 0.375,
|
3318 |
+
"learning_rate": 1.534543367529952e-06,
|
3319 |
+
"loss": 1.0784,
|
3320 |
+
"step": 11800
|
3321 |
+
},
|
3322 |
+
{
|
3323 |
+
"epoch": 0.848339192194562,
|
3324 |
+
"grad_norm": 0.1279296875,
|
3325 |
+
"learning_rate": 1.5166080780543798e-06,
|
3326 |
+
"loss": 0.9116,
|
3327 |
+
"step": 11825
|
3328 |
+
},
|
3329 |
+
{
|
3330 |
+
"epoch": 0.8501327211421192,
|
3331 |
+
"grad_norm": 0.1171875,
|
3332 |
+
"learning_rate": 1.4986727885788078e-06,
|
3333 |
+
"loss": 1.0438,
|
3334 |
+
"step": 11850
|
3335 |
+
},
|
3336 |
+
{
|
3337 |
+
"epoch": 0.8519262500896765,
|
3338 |
+
"grad_norm": 0.1279296875,
|
3339 |
+
"learning_rate": 1.4807374991032356e-06,
|
3340 |
+
"loss": 0.9669,
|
3341 |
+
"step": 11875
|
3342 |
+
},
|
3343 |
+
{
|
3344 |
+
"epoch": 0.8537197790372336,
|
3345 |
+
"grad_norm": 0.201171875,
|
3346 |
+
"learning_rate": 1.4628022096276633e-06,
|
3347 |
+
"loss": 0.9231,
|
3348 |
+
"step": 11900
|
3349 |
+
},
|
3350 |
+
{
|
3351 |
+
"epoch": 0.8555133079847909,
|
3352 |
+
"grad_norm": 0.3984375,
|
3353 |
+
"learning_rate": 1.4448669201520913e-06,
|
3354 |
+
"loss": 1.0184,
|
3355 |
+
"step": 11925
|
3356 |
+
},
|
3357 |
+
{
|
3358 |
+
"epoch": 0.8573068369323481,
|
3359 |
+
"grad_norm": 0.6953125,
|
3360 |
+
"learning_rate": 1.4269316306765193e-06,
|
3361 |
+
"loss": 1.1583,
|
3362 |
+
"step": 11950
|
3363 |
+
},
|
3364 |
+
{
|
3365 |
+
"epoch": 0.8591003658799053,
|
3366 |
+
"grad_norm": 0.30078125,
|
3367 |
+
"learning_rate": 1.4089963412009473e-06,
|
3368 |
+
"loss": 1.0219,
|
3369 |
+
"step": 11975
|
3370 |
+
},
|
3371 |
+
{
|
3372 |
+
"epoch": 0.8608938948274625,
|
3373 |
+
"grad_norm": 0.16015625,
|
3374 |
+
"learning_rate": 1.391061051725375e-06,
|
3375 |
+
"loss": 0.9889,
|
3376 |
+
"step": 12000
|
3377 |
+
},
|
3378 |
+
{
|
3379 |
+
"epoch": 0.8626874237750197,
|
3380 |
+
"grad_norm": 0.70703125,
|
3381 |
+
"learning_rate": 1.3731257622498028e-06,
|
3382 |
+
"loss": 0.9859,
|
3383 |
+
"step": 12025
|
3384 |
+
},
|
3385 |
+
{
|
3386 |
+
"epoch": 0.864480952722577,
|
3387 |
+
"grad_norm": 0.37890625,
|
3388 |
+
"learning_rate": 1.3551904727742308e-06,
|
3389 |
+
"loss": 1.044,
|
3390 |
+
"step": 12050
|
3391 |
+
},
|
3392 |
+
{
|
3393 |
+
"epoch": 0.8662744816701342,
|
3394 |
+
"grad_norm": 0.1513671875,
|
3395 |
+
"learning_rate": 1.3372551832986586e-06,
|
3396 |
+
"loss": 1.1042,
|
3397 |
+
"step": 12075
|
3398 |
+
},
|
3399 |
+
{
|
3400 |
+
"epoch": 0.8680680106176913,
|
3401 |
+
"grad_norm": 0.11328125,
|
3402 |
+
"learning_rate": 1.3193198938230863e-06,
|
3403 |
+
"loss": 0.8639,
|
3404 |
+
"step": 12100
|
3405 |
+
},
|
3406 |
+
{
|
3407 |
+
"epoch": 0.8698615395652486,
|
3408 |
+
"grad_norm": 0.2109375,
|
3409 |
+
"learning_rate": 1.3013846043475143e-06,
|
3410 |
+
"loss": 1.0858,
|
3411 |
+
"step": 12125
|
3412 |
+
},
|
3413 |
+
{
|
3414 |
+
"epoch": 0.8716550685128058,
|
3415 |
+
"grad_norm": 0.12109375,
|
3416 |
+
"learning_rate": 1.283449314871942e-06,
|
3417 |
+
"loss": 0.86,
|
3418 |
+
"step": 12150
|
3419 |
+
},
|
3420 |
+
{
|
3421 |
+
"epoch": 0.873448597460363,
|
3422 |
+
"grad_norm": 0.365234375,
|
3423 |
+
"learning_rate": 1.2655140253963699e-06,
|
3424 |
+
"loss": 1.0895,
|
3425 |
+
"step": 12175
|
3426 |
+
},
|
3427 |
+
{
|
3428 |
+
"epoch": 0.8752421264079202,
|
3429 |
+
"grad_norm": 0.318359375,
|
3430 |
+
"learning_rate": 1.2475787359207978e-06,
|
3431 |
+
"loss": 1.2286,
|
3432 |
+
"step": 12200
|
3433 |
+
},
|
3434 |
+
{
|
3435 |
+
"epoch": 0.8770356553554775,
|
3436 |
+
"grad_norm": 0.515625,
|
3437 |
+
"learning_rate": 1.2296434464452258e-06,
|
3438 |
+
"loss": 0.9593,
|
3439 |
+
"step": 12225
|
3440 |
+
},
|
3441 |
+
{
|
3442 |
+
"epoch": 0.8788291843030347,
|
3443 |
+
"grad_norm": 0.1904296875,
|
3444 |
+
"learning_rate": 1.2117081569696536e-06,
|
3445 |
+
"loss": 0.8951,
|
3446 |
+
"step": 12250
|
3447 |
+
},
|
3448 |
+
{
|
3449 |
+
"epoch": 0.8806227132505918,
|
3450 |
+
"grad_norm": 0.150390625,
|
3451 |
+
"learning_rate": 1.1937728674940814e-06,
|
3452 |
+
"loss": 1.1512,
|
3453 |
+
"step": 12275
|
3454 |
+
},
|
3455 |
+
{
|
3456 |
+
"epoch": 0.8824162421981491,
|
3457 |
+
"grad_norm": 5.53125,
|
3458 |
+
"learning_rate": 1.1758375780185093e-06,
|
3459 |
+
"loss": 0.9898,
|
3460 |
+
"step": 12300
|
3461 |
+
},
|
3462 |
+
{
|
3463 |
+
"epoch": 0.8842097711457063,
|
3464 |
+
"grad_norm": 0.212890625,
|
3465 |
+
"learning_rate": 1.1579022885429373e-06,
|
3466 |
+
"loss": 1.0355,
|
3467 |
+
"step": 12325
|
3468 |
+
},
|
3469 |
+
{
|
3470 |
+
"epoch": 0.8860033000932636,
|
3471 |
+
"grad_norm": 0.287109375,
|
3472 |
+
"learning_rate": 1.139966999067365e-06,
|
3473 |
+
"loss": 0.9758,
|
3474 |
+
"step": 12350
|
3475 |
+
},
|
3476 |
+
{
|
3477 |
+
"epoch": 0.8877968290408207,
|
3478 |
+
"grad_norm": 0.357421875,
|
3479 |
+
"learning_rate": 1.1220317095917929e-06,
|
3480 |
+
"loss": 0.9874,
|
3481 |
+
"step": 12375
|
3482 |
+
},
|
3483 |
+
{
|
3484 |
+
"epoch": 0.8895903579883779,
|
3485 |
+
"grad_norm": 0.6640625,
|
3486 |
+
"learning_rate": 1.1040964201162208e-06,
|
3487 |
+
"loss": 1.0189,
|
3488 |
+
"step": 12400
|
3489 |
+
},
|
3490 |
+
{
|
3491 |
+
"epoch": 0.8913838869359352,
|
3492 |
+
"grad_norm": 0.369140625,
|
3493 |
+
"learning_rate": 1.0861611306406486e-06,
|
3494 |
+
"loss": 1.0027,
|
3495 |
+
"step": 12425
|
3496 |
+
},
|
3497 |
+
{
|
3498 |
+
"epoch": 0.8931774158834923,
|
3499 |
+
"grad_norm": 0.306640625,
|
3500 |
+
"learning_rate": 1.0682258411650764e-06,
|
3501 |
+
"loss": 0.9254,
|
3502 |
+
"step": 12450
|
3503 |
+
},
|
3504 |
+
{
|
3505 |
+
"epoch": 0.8949709448310496,
|
3506 |
+
"grad_norm": 0.1767578125,
|
3507 |
+
"learning_rate": 1.0502905516895044e-06,
|
3508 |
+
"loss": 0.9798,
|
3509 |
+
"step": 12475
|
3510 |
+
},
|
3511 |
+
{
|
3512 |
+
"epoch": 0.8967644737786068,
|
3513 |
+
"grad_norm": 0.2216796875,
|
3514 |
+
"learning_rate": 1.0323552622139323e-06,
|
3515 |
+
"loss": 1.0012,
|
3516 |
+
"step": 12500
|
3517 |
+
},
|
3518 |
+
{
|
3519 |
+
"epoch": 0.898558002726164,
|
3520 |
+
"grad_norm": 0.65234375,
|
3521 |
+
"learning_rate": 1.0144199727383601e-06,
|
3522 |
+
"loss": 1.1634,
|
3523 |
+
"step": 12525
|
3524 |
+
},
|
3525 |
+
{
|
3526 |
+
"epoch": 0.9003515316737212,
|
3527 |
+
"grad_norm": 0.236328125,
|
3528 |
+
"learning_rate": 9.964846832627879e-07,
|
3529 |
+
"loss": 1.03,
|
3530 |
+
"step": 12550
|
3531 |
+
},
|
3532 |
+
{
|
3533 |
+
"epoch": 0.9021450606212784,
|
3534 |
+
"grad_norm": 0.306640625,
|
3535 |
+
"learning_rate": 9.785493937872159e-07,
|
3536 |
+
"loss": 0.9248,
|
3537 |
+
"step": 12575
|
3538 |
+
},
|
3539 |
+
{
|
3540 |
+
"epoch": 0.9039385895688357,
|
3541 |
+
"grad_norm": 0.1669921875,
|
3542 |
+
"learning_rate": 9.606141043116436e-07,
|
3543 |
+
"loss": 0.8934,
|
3544 |
+
"step": 12600
|
3545 |
+
},
|
3546 |
+
{
|
3547 |
+
"epoch": 0.9057321185163929,
|
3548 |
+
"grad_norm": 0.1865234375,
|
3549 |
+
"learning_rate": 9.426788148360716e-07,
|
3550 |
+
"loss": 1.1064,
|
3551 |
+
"step": 12625
|
3552 |
+
},
|
3553 |
+
{
|
3554 |
+
"epoch": 0.90752564746395,
|
3555 |
+
"grad_norm": 0.1591796875,
|
3556 |
+
"learning_rate": 9.247435253604995e-07,
|
3557 |
+
"loss": 0.9369,
|
3558 |
+
"step": 12650
|
3559 |
+
},
|
3560 |
+
{
|
3561 |
+
"epoch": 0.9093191764115073,
|
3562 |
+
"grad_norm": 0.2412109375,
|
3563 |
+
"learning_rate": 9.068082358849273e-07,
|
3564 |
+
"loss": 1.0222,
|
3565 |
+
"step": 12675
|
3566 |
+
},
|
3567 |
+
{
|
3568 |
+
"epoch": 0.9111127053590645,
|
3569 |
+
"grad_norm": 0.34765625,
|
3570 |
+
"learning_rate": 8.888729464093551e-07,
|
3571 |
+
"loss": 0.9838,
|
3572 |
+
"step": 12700
|
3573 |
+
},
|
3574 |
+
{
|
3575 |
+
"epoch": 0.9129062343066217,
|
3576 |
+
"grad_norm": 0.19921875,
|
3577 |
+
"learning_rate": 8.70937656933783e-07,
|
3578 |
+
"loss": 0.8956,
|
3579 |
+
"step": 12725
|
3580 |
+
},
|
3581 |
+
{
|
3582 |
+
"epoch": 0.9146997632541789,
|
3583 |
+
"grad_norm": 0.17578125,
|
3584 |
+
"learning_rate": 8.530023674582108e-07,
|
3585 |
+
"loss": 0.9418,
|
3586 |
+
"step": 12750
|
3587 |
+
},
|
3588 |
+
{
|
3589 |
+
"epoch": 0.9164932922017361,
|
3590 |
+
"grad_norm": 0.5234375,
|
3591 |
+
"learning_rate": 8.350670779826386e-07,
|
3592 |
+
"loss": 1.0145,
|
3593 |
+
"step": 12775
|
3594 |
+
},
|
3595 |
+
{
|
3596 |
+
"epoch": 0.9182868211492934,
|
3597 |
+
"grad_norm": 0.2138671875,
|
3598 |
+
"learning_rate": 8.171317885070666e-07,
|
3599 |
+
"loss": 0.9934,
|
3600 |
+
"step": 12800
|
3601 |
+
},
|
3602 |
+
{
|
3603 |
+
"epoch": 0.9200803500968505,
|
3604 |
+
"grad_norm": 0.375,
|
3605 |
+
"learning_rate": 7.991964990314945e-07,
|
3606 |
+
"loss": 1.1503,
|
3607 |
+
"step": 12825
|
3608 |
+
},
|
3609 |
+
{
|
3610 |
+
"epoch": 0.9218738790444078,
|
3611 |
+
"grad_norm": 0.302734375,
|
3612 |
+
"learning_rate": 7.812612095559223e-07,
|
3613 |
+
"loss": 1.2094,
|
3614 |
+
"step": 12850
|
3615 |
+
},
|
3616 |
+
{
|
3617 |
+
"epoch": 0.923667407991965,
|
3618 |
+
"grad_norm": 0.1552734375,
|
3619 |
+
"learning_rate": 7.633259200803501e-07,
|
3620 |
+
"loss": 1.0571,
|
3621 |
+
"step": 12875
|
3622 |
+
},
|
3623 |
+
{
|
3624 |
+
"epoch": 0.9254609369395222,
|
3625 |
+
"grad_norm": 0.2734375,
|
3626 |
+
"learning_rate": 7.45390630604778e-07,
|
3627 |
+
"loss": 1.0455,
|
3628 |
+
"step": 12900
|
3629 |
+
},
|
3630 |
+
{
|
3631 |
+
"epoch": 0.9272544658870794,
|
3632 |
+
"grad_norm": 0.431640625,
|
3633 |
+
"learning_rate": 7.274553411292058e-07,
|
3634 |
+
"loss": 1.0746,
|
3635 |
+
"step": 12925
|
3636 |
+
},
|
3637 |
+
{
|
3638 |
+
"epoch": 0.9290479948346366,
|
3639 |
+
"grad_norm": 0.12890625,
|
3640 |
+
"learning_rate": 7.095200516536338e-07,
|
3641 |
+
"loss": 1.0629,
|
3642 |
+
"step": 12950
|
3643 |
+
},
|
3644 |
+
{
|
3645 |
+
"epoch": 0.9308415237821939,
|
3646 |
+
"grad_norm": 0.177734375,
|
3647 |
+
"learning_rate": 6.915847621780616e-07,
|
3648 |
+
"loss": 0.9921,
|
3649 |
+
"step": 12975
|
3650 |
+
},
|
3651 |
+
{
|
3652 |
+
"epoch": 0.9326350527297511,
|
3653 |
+
"grad_norm": 0.302734375,
|
3654 |
+
"learning_rate": 6.736494727024895e-07,
|
3655 |
+
"loss": 0.9427,
|
3656 |
+
"step": 13000
|
3657 |
+
},
|
3658 |
+
{
|
3659 |
+
"epoch": 0.9344285816773082,
|
3660 |
+
"grad_norm": 0.1650390625,
|
3661 |
+
"learning_rate": 6.557141832269173e-07,
|
3662 |
+
"loss": 0.9967,
|
3663 |
+
"step": 13025
|
3664 |
+
},
|
3665 |
+
{
|
3666 |
+
"epoch": 0.9362221106248655,
|
3667 |
+
"grad_norm": 0.19140625,
|
3668 |
+
"learning_rate": 6.377788937513452e-07,
|
3669 |
+
"loss": 1.1217,
|
3670 |
+
"step": 13050
|
3671 |
+
},
|
3672 |
+
{
|
3673 |
+
"epoch": 0.9380156395724227,
|
3674 |
+
"grad_norm": 0.1318359375,
|
3675 |
+
"learning_rate": 6.19843604275773e-07,
|
3676 |
+
"loss": 1.0301,
|
3677 |
+
"step": 13075
|
3678 |
+
},
|
3679 |
+
{
|
3680 |
+
"epoch": 0.9398091685199799,
|
3681 |
+
"grad_norm": 1.6171875,
|
3682 |
+
"learning_rate": 6.019083148002009e-07,
|
3683 |
+
"loss": 0.9226,
|
3684 |
+
"step": 13100
|
3685 |
+
},
|
3686 |
+
{
|
3687 |
+
"epoch": 0.9416026974675371,
|
3688 |
+
"grad_norm": 0.953125,
|
3689 |
+
"learning_rate": 5.839730253246288e-07,
|
3690 |
+
"loss": 1.1147,
|
3691 |
+
"step": 13125
|
3692 |
+
},
|
3693 |
+
{
|
3694 |
+
"epoch": 0.9433962264150944,
|
3695 |
+
"grad_norm": 0.2294921875,
|
3696 |
+
"learning_rate": 5.660377358490567e-07,
|
3697 |
+
"loss": 1.1343,
|
3698 |
+
"step": 13150
|
3699 |
+
},
|
3700 |
+
{
|
3701 |
+
"epoch": 0.9451897553626516,
|
3702 |
+
"grad_norm": 0.1923828125,
|
3703 |
+
"learning_rate": 5.481024463734845e-07,
|
3704 |
+
"loss": 1.1753,
|
3705 |
+
"step": 13175
|
3706 |
+
},
|
3707 |
+
{
|
3708 |
+
"epoch": 0.9469832843102087,
|
3709 |
+
"grad_norm": 0.1767578125,
|
3710 |
+
"learning_rate": 5.301671568979123e-07,
|
3711 |
+
"loss": 1.0303,
|
3712 |
+
"step": 13200
|
3713 |
+
},
|
3714 |
+
{
|
3715 |
+
"epoch": 0.948776813257766,
|
3716 |
+
"grad_norm": 1.6484375,
|
3717 |
+
"learning_rate": 5.122318674223403e-07,
|
3718 |
+
"loss": 1.0228,
|
3719 |
+
"step": 13225
|
3720 |
+
},
|
3721 |
+
{
|
3722 |
+
"epoch": 0.9505703422053232,
|
3723 |
+
"grad_norm": 0.169921875,
|
3724 |
+
"learning_rate": 4.942965779467681e-07,
|
3725 |
+
"loss": 0.9644,
|
3726 |
+
"step": 13250
|
3727 |
+
},
|
3728 |
+
{
|
3729 |
+
"epoch": 0.9523638711528805,
|
3730 |
+
"grad_norm": 0.177734375,
|
3731 |
+
"learning_rate": 4.7636128847119593e-07,
|
3732 |
+
"loss": 0.9838,
|
3733 |
+
"step": 13275
|
3734 |
+
},
|
3735 |
+
{
|
3736 |
+
"epoch": 0.9541574001004376,
|
3737 |
+
"grad_norm": 0.162109375,
|
3738 |
+
"learning_rate": 4.5842599899562386e-07,
|
3739 |
+
"loss": 0.8988,
|
3740 |
+
"step": 13300
|
3741 |
+
},
|
3742 |
+
{
|
3743 |
+
"epoch": 0.9559509290479948,
|
3744 |
+
"grad_norm": 0.1357421875,
|
3745 |
+
"learning_rate": 4.404907095200517e-07,
|
3746 |
+
"loss": 1.2,
|
3747 |
+
"step": 13325
|
3748 |
+
},
|
3749 |
+
{
|
3750 |
+
"epoch": 0.9577444579955521,
|
3751 |
+
"grad_norm": 0.2470703125,
|
3752 |
+
"learning_rate": 4.225554200444795e-07,
|
3753 |
+
"loss": 0.9431,
|
3754 |
+
"step": 13350
|
3755 |
+
},
|
3756 |
+
{
|
3757 |
+
"epoch": 0.9595379869431092,
|
3758 |
+
"grad_norm": 0.359375,
|
3759 |
+
"learning_rate": 4.0462013056890743e-07,
|
3760 |
+
"loss": 0.9729,
|
3761 |
+
"step": 13375
|
3762 |
+
},
|
3763 |
+
{
|
3764 |
+
"epoch": 0.9613315158906665,
|
3765 |
+
"grad_norm": 0.212890625,
|
3766 |
+
"learning_rate": 3.8668484109333525e-07,
|
3767 |
+
"loss": 1.1659,
|
3768 |
+
"step": 13400
|
3769 |
+
},
|
3770 |
+
{
|
3771 |
+
"epoch": 0.9631250448382237,
|
3772 |
+
"grad_norm": 0.546875,
|
3773 |
+
"learning_rate": 3.6874955161776313e-07,
|
3774 |
+
"loss": 0.9316,
|
3775 |
+
"step": 13425
|
3776 |
+
},
|
3777 |
+
{
|
3778 |
+
"epoch": 0.9649185737857809,
|
3779 |
+
"grad_norm": 0.1728515625,
|
3780 |
+
"learning_rate": 3.50814262142191e-07,
|
3781 |
+
"loss": 0.9412,
|
3782 |
+
"step": 13450
|
3783 |
+
},
|
3784 |
+
{
|
3785 |
+
"epoch": 0.9667121027333381,
|
3786 |
+
"grad_norm": 5.65625,
|
3787 |
+
"learning_rate": 3.328789726666189e-07,
|
3788 |
+
"loss": 0.9748,
|
3789 |
+
"step": 13475
|
3790 |
+
},
|
3791 |
+
{
|
3792 |
+
"epoch": 0.9685056316808953,
|
3793 |
+
"grad_norm": 0.1796875,
|
3794 |
+
"learning_rate": 3.149436831910467e-07,
|
3795 |
+
"loss": 0.9574,
|
3796 |
+
"step": 13500
|
3797 |
+
},
|
3798 |
+
{
|
3799 |
+
"epoch": 0.9702991606284526,
|
3800 |
+
"grad_norm": 0.2490234375,
|
3801 |
+
"learning_rate": 2.970083937154746e-07,
|
3802 |
+
"loss": 0.9165,
|
3803 |
+
"step": 13525
|
3804 |
+
},
|
3805 |
+
{
|
3806 |
+
"epoch": 0.9720926895760098,
|
3807 |
+
"grad_norm": 0.4375,
|
3808 |
+
"learning_rate": 2.7907310423990245e-07,
|
3809 |
+
"loss": 0.9801,
|
3810 |
+
"step": 13550
|
3811 |
+
},
|
3812 |
+
{
|
3813 |
+
"epoch": 0.9738862185235669,
|
3814 |
+
"grad_norm": 0.24609375,
|
3815 |
+
"learning_rate": 2.611378147643303e-07,
|
3816 |
+
"loss": 0.9946,
|
3817 |
+
"step": 13575
|
3818 |
+
},
|
3819 |
+
{
|
3820 |
+
"epoch": 0.9756797474711242,
|
3821 |
+
"grad_norm": 1.03125,
|
3822 |
+
"learning_rate": 2.4320252528875815e-07,
|
3823 |
+
"loss": 0.9575,
|
3824 |
+
"step": 13600
|
3825 |
+
},
|
3826 |
+
{
|
3827 |
+
"epoch": 0.9774732764186814,
|
3828 |
+
"grad_norm": 0.267578125,
|
3829 |
+
"learning_rate": 2.2526723581318605e-07,
|
3830 |
+
"loss": 0.9646,
|
3831 |
+
"step": 13625
|
3832 |
+
},
|
3833 |
+
{
|
3834 |
+
"epoch": 0.9792668053662386,
|
3835 |
+
"grad_norm": 0.1708984375,
|
3836 |
+
"learning_rate": 2.0733194633761392e-07,
|
3837 |
+
"loss": 1.0246,
|
3838 |
+
"step": 13650
|
3839 |
+
},
|
3840 |
+
{
|
3841 |
+
"epoch": 0.9810603343137958,
|
3842 |
+
"grad_norm": 0.453125,
|
3843 |
+
"learning_rate": 1.8939665686204177e-07,
|
3844 |
+
"loss": 0.9829,
|
3845 |
+
"step": 13675
|
3846 |
+
},
|
3847 |
+
{
|
3848 |
+
"epoch": 0.982853863261353,
|
3849 |
+
"grad_norm": 0.310546875,
|
3850 |
+
"learning_rate": 1.7146136738646965e-07,
|
3851 |
+
"loss": 1.0098,
|
3852 |
+
"step": 13700
|
3853 |
+
},
|
3854 |
+
{
|
3855 |
+
"epoch": 0.9846473922089103,
|
3856 |
+
"grad_norm": 0.3203125,
|
3857 |
+
"learning_rate": 1.535260779108975e-07,
|
3858 |
+
"loss": 0.9828,
|
3859 |
+
"step": 13725
|
3860 |
+
},
|
3861 |
+
{
|
3862 |
+
"epoch": 0.9864409211564674,
|
3863 |
+
"grad_norm": 0.1611328125,
|
3864 |
+
"learning_rate": 1.3559078843532534e-07,
|
3865 |
+
"loss": 0.9689,
|
3866 |
+
"step": 13750
|
3867 |
+
},
|
3868 |
+
{
|
3869 |
+
"epoch": 0.9882344501040247,
|
3870 |
+
"grad_norm": 0.1904296875,
|
3871 |
+
"learning_rate": 1.1765549895975323e-07,
|
3872 |
+
"loss": 1.0347,
|
3873 |
+
"step": 13775
|
3874 |
+
},
|
3875 |
+
{
|
3876 |
+
"epoch": 0.9900279790515819,
|
3877 |
+
"grad_norm": 0.1669921875,
|
3878 |
+
"learning_rate": 9.972020948418109e-08,
|
3879 |
+
"loss": 1.0367,
|
3880 |
+
"step": 13800
|
3881 |
+
},
|
3882 |
+
{
|
3883 |
+
"epoch": 0.9918215079991392,
|
3884 |
+
"grad_norm": 0.28515625,
|
3885 |
+
"learning_rate": 8.178492000860894e-08,
|
3886 |
+
"loss": 0.904,
|
3887 |
+
"step": 13825
|
3888 |
+
},
|
3889 |
+
{
|
3890 |
+
"epoch": 0.9936150369466963,
|
3891 |
+
"grad_norm": 0.16796875,
|
3892 |
+
"learning_rate": 6.384963053303682e-08,
|
3893 |
+
"loss": 0.9934,
|
3894 |
+
"step": 13850
|
3895 |
+
},
|
3896 |
+
{
|
3897 |
+
"epoch": 0.9954085658942535,
|
3898 |
+
"grad_norm": 0.318359375,
|
3899 |
+
"learning_rate": 4.591434105746467e-08,
|
3900 |
+
"loss": 1.009,
|
3901 |
+
"step": 13875
|
3902 |
+
},
|
3903 |
+
{
|
3904 |
+
"epoch": 0.9972020948418108,
|
3905 |
+
"grad_norm": 0.25390625,
|
3906 |
+
"learning_rate": 2.7979051581892535e-08,
|
3907 |
+
"loss": 0.9746,
|
3908 |
+
"step": 13900
|
3909 |
+
},
|
3910 |
+
{
|
3911 |
+
"epoch": 0.998995623789368,
|
3912 |
+
"grad_norm": 0.310546875,
|
3913 |
+
"learning_rate": 1.0043762106320397e-08,
|
3914 |
+
"loss": 1.0373,
|
3915 |
+
"step": 13925
|
3916 |
+
}
|
3917 |
+
],
|
3918 |
+
"logging_steps": 25,
|
3919 |
+
"max_steps": 13939,
|
3920 |
+
"num_input_tokens_seen": 0,
|
3921 |
+
"num_train_epochs": 1,
|
3922 |
+
"save_steps": 500,
|
3923 |
+
"stateful_callbacks": {
|
3924 |
+
"TrainerControl": {
|
3925 |
+
"args": {
|
3926 |
+
"should_epoch_stop": false,
|
3927 |
+
"should_evaluate": false,
|
3928 |
+
"should_log": false,
|
3929 |
+
"should_save": true,
|
3930 |
+
"should_training_stop": true
|
3931 |
+
},
|
3932 |
+
"attributes": {}
|
3933 |
+
}
|
3934 |
+
},
|
3935 |
+
"total_flos": 8.128724037953004e+18,
|
3936 |
+
"train_batch_size": 1,
|
3937 |
+
"trial_name": null,
|
3938 |
+
"trial_params": null
|
3939 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d6c6bf25a7ab8ccf70117c9623c6f54b53f921782594ab23d730cd1d14945ca
|
3 |
+
size 5496
|