Brown commited on
Upload folder using huggingface_hub
Browse files- added_tokens.json +5 -0
- all_results.json +8 -0
- config.json +28 -0
- generation_config.json +6 -0
- merges.txt +0 -0
- model-00001-of-00031.safetensors +3 -0
- model-00002-of-00031.safetensors +3 -0
- model-00003-of-00031.safetensors +3 -0
- model-00004-of-00031.safetensors +3 -0
- model-00005-of-00031.safetensors +3 -0
- model-00006-of-00031.safetensors +3 -0
- model-00007-of-00031.safetensors +3 -0
- model-00008-of-00031.safetensors +3 -0
- model-00009-of-00031.safetensors +3 -0
- model-00010-of-00031.safetensors +3 -0
- model-00011-of-00031.safetensors +3 -0
- model-00012-of-00031.safetensors +3 -0
- model-00013-of-00031.safetensors +3 -0
- model-00014-of-00031.safetensors +3 -0
- model-00015-of-00031.safetensors +3 -0
- model-00016-of-00031.safetensors +3 -0
- model-00017-of-00031.safetensors +3 -0
- model-00018-of-00031.safetensors +3 -0
- model-00019-of-00031.safetensors +3 -0
- model-00020-of-00031.safetensors +3 -0
- model-00021-of-00031.safetensors +3 -0
- model-00022-of-00031.safetensors +3 -0
- model-00023-of-00031.safetensors +3 -0
- model-00024-of-00031.safetensors +3 -0
- model-00025-of-00031.safetensors +3 -0
- model-00026-of-00031.safetensors +3 -0
- model-00027-of-00031.safetensors +3 -0
- model-00028-of-00031.safetensors +3 -0
- model-00029-of-00031.safetensors +3 -0
- model-00030-of-00031.safetensors +3 -0
- model-00031-of-00031.safetensors +3 -0
- model.safetensors.index.json +970 -0
- special_tokens_map.json +20 -0
- tokenizer.json +0 -0
- tokenizer_config.json +44 -0
- train_results.json +8 -0
- trainer_log.jsonl +291 -0
- trainer_state.json +2261 -0
- training_args.bin +3 -0
- training_loss.png +0 -0
- vocab.json +0 -0
added_tokens.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"<|endoftext|>": 151643,
|
| 3 |
+
"<|im_end|>": 151645,
|
| 4 |
+
"<|im_start|>": 151644
|
| 5 |
+
}
|
all_results.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 2.9985842378480414,
|
| 3 |
+
"total_flos": 5.875342281120154e+16,
|
| 4 |
+
"train_loss": 0.11385704865424108,
|
| 5 |
+
"train_runtime": 162519.6807,
|
| 6 |
+
"train_samples_per_second": 3.441,
|
| 7 |
+
"train_steps_per_second": 0.02
|
| 8 |
+
}
|
config.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "/apdcephfs_sh4/share_300001476/trenousqiu/models/models--Qwen--Qwen2-72B/snapshots/87993795c78576318087f70b43fbf530eb7789e7",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"Qwen2ForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": 151643,
|
| 8 |
+
"eos_token_id": 151643,
|
| 9 |
+
"hidden_act": "silu",
|
| 10 |
+
"hidden_size": 8192,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"intermediate_size": 29568,
|
| 13 |
+
"max_position_embeddings": 131072,
|
| 14 |
+
"max_window_layers": 80,
|
| 15 |
+
"model_type": "qwen2",
|
| 16 |
+
"num_attention_heads": 64,
|
| 17 |
+
"num_hidden_layers": 80,
|
| 18 |
+
"num_key_value_heads": 8,
|
| 19 |
+
"rms_norm_eps": 1e-05,
|
| 20 |
+
"rope_theta": 1000000.0,
|
| 21 |
+
"sliding_window": null,
|
| 22 |
+
"tie_word_embeddings": false,
|
| 23 |
+
"torch_dtype": "bfloat16",
|
| 24 |
+
"transformers_version": "4.44.1",
|
| 25 |
+
"use_cache": false,
|
| 26 |
+
"use_sliding_window": false,
|
| 27 |
+
"vocab_size": 152064
|
| 28 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token_id": 151643,
|
| 3 |
+
"eos_token_id": 151643,
|
| 4 |
+
"max_new_tokens": 2048,
|
| 5 |
+
"transformers_version": "4.44.1"
|
| 6 |
+
}
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
model-00001-of-00031.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b479e533f8d91e4a71e75e922c244fad8d95827a917914e792c67ca127d76393
|
| 3 |
+
size 4548798728
|
model-00002-of-00031.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:694d4302a4093dc8d8bf024e2f83665d205b8d6be6bfc1b3bd8abb88e58d8480
|
| 3 |
+
size 4964101384
|
model-00003-of-00031.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:549de6fe185337a9b31338818494c1f8cc0816a4cde4f86861bfd6adb78a639f
|
| 3 |
+
size 4781637328
|
model-00004-of-00031.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bfc432840c4f7a7748aa38f5e64e059dac8c562530a1531c7100e21560130fcb
|
| 3 |
+
size 4781670320
|
model-00005-of-00031.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2894954565c53db836060f018f76c540c7b36c6c5f544fea131040ddf96f50c1
|
| 3 |
+
size 4781670360
|
model-00006-of-00031.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:251fa12119f970c5c08560007351dfae6283f06ab490502e281b6856a11d5911
|
| 3 |
+
size 4964101416
|
model-00007-of-00031.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b0cd0c7a2b0c406b6f6f53e45308068300e3d17e89e3450f945ea7dc4ed3eecf
|
| 3 |
+
size 4781637360
|
model-00008-of-00031.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:53550200da186f89dc848dd40b0f16900bae0e5a01e89da69a632833d9482090
|
| 3 |
+
size 4781670360
|
model-00009-of-00031.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e732b2099464dab5ff7594c6f3fb41fecf9fe5104b1e498783fdcd9cd2674302
|
| 3 |
+
size 4781670360
|
model-00010-of-00031.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ae4c50f0e307bfaab39cbcee5694c037668fb6ce87150c8a61c35811a29ba81
|
| 3 |
+
size 4964101416
|
model-00011-of-00031.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46d6436c54a504e6c4f5451d62def2de50044236db0f862944ef24bd9640f3fe
|
| 3 |
+
size 4781637360
|
model-00012-of-00031.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:71dde60db7538ea3bab274457e87b90c7b1301f1666ee8f22e450917904ebf9e
|
| 3 |
+
size 4781670360
|
model-00013-of-00031.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f28377f2d2634b9c24d1187077dfebcd66f885bead671772eab2dc9ff7d5dd2
|
| 3 |
+
size 4781670360
|
model-00014-of-00031.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40cba5215be8b67a4a78eef96c0ccbc314cff53f180ed534864ec56dbacdc63b
|
| 3 |
+
size 4964101416
|
model-00015-of-00031.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd1cf43cfa9726e402bf7dd1a18169f74a8fa4fa06d75b6194ce9130d9e04777
|
| 3 |
+
size 4781637360
|
model-00016-of-00031.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32bfb4b048ce284c7184a15516e38bffa004539adc63d2c679af750281326768
|
| 3 |
+
size 4781670360
|
model-00017-of-00031.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cabb3fa7986f57462f83928cd5fb6f519314ca7dad3c8d42e6b484b7a6a004b2
|
| 3 |
+
size 4781670360
|
model-00018-of-00031.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b58e8e0c26ac0c4b240f0a8a44dc2309524fe6a4657ce7ca9597e629340126e8
|
| 3 |
+
size 4964101416
|
model-00019-of-00031.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d324aff1294116358c7399181d1a837f869abf5a0e327898871a6117946b666
|
| 3 |
+
size 4781637360
|
model-00020-of-00031.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:64290f5b7793269cd1325a548b77f37796483a86dcff907463d8c7b652597c65
|
| 3 |
+
size 4781670360
|
model-00021-of-00031.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:49affcaef7bb0946fe778232f1f862bb0e3d030623867a8045f114479436d443
|
| 3 |
+
size 4781670360
|
model-00022-of-00031.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:18913acd7085462945976cf75f25fd05a038c799264b5825a2a7810494d9807b
|
| 3 |
+
size 4964101416
|
model-00023-of-00031.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:133929b381f23a47b1de884865864fbc1e4566bd12ca874189a9722f6198151c
|
| 3 |
+
size 4781637360
|
model-00024-of-00031.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f20b86472ed8f32e23b731c9ffc44f844377d61875c135c21452614e8dadffba
|
| 3 |
+
size 4781670360
|
model-00025-of-00031.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ae9c31c57843fd433a238aa8a57ba3692a5c9556482784f59d8a41db5911dee0
|
| 3 |
+
size 4781670360
|
model-00026-of-00031.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b0f4af92c7cd395b375d023419baf949608ed70a106f1698707a584fc6a8d8d
|
| 3 |
+
size 4964101416
|
model-00027-of-00031.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0fed11336d12598707669190e9185e89b33c7b4063975be6833892cb0ea38d39
|
| 3 |
+
size 4781637360
|
model-00028-of-00031.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e69cbde30087789f1a7addce6fb882f18d53b911853a067b3cf7b325c4af48ed
|
| 3 |
+
size 4781670360
|
model-00029-of-00031.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dbad54db8f2e0ad4d97b5b03fcd838da782fdd9a3de23cbe85b96c5d22ff54e4
|
| 3 |
+
size 4781670360
|
model-00030-of-00031.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b578fa6adaf230c7c2b9e9799ac81aba9c90c6523d9db4dcf26be451d711a54
|
| 3 |
+
size 3208747032
|
model-00031-of-00031.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed6d1144ca75e01b4ce7898e69157f87e801fa60592b30fd64b6bdf8fa7fb67b
|
| 3 |
+
size 2491416704
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1,970 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 145412407296
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"lm_head.weight": "model-00031-of-00031.safetensors",
|
| 7 |
+
"model.embed_tokens.weight": "model-00001-of-00031.safetensors",
|
| 8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00031.safetensors",
|
| 9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00031.safetensors",
|
| 10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00031.safetensors",
|
| 11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00031.safetensors",
|
| 12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00031.safetensors",
|
| 13 |
+
"model.layers.0.self_attn.k_proj.bias": "model-00001-of-00031.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00031.safetensors",
|
| 15 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00031.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.q_proj.bias": "model-00001-of-00031.safetensors",
|
| 17 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00031.safetensors",
|
| 18 |
+
"model.layers.0.self_attn.v_proj.bias": "model-00001-of-00031.safetensors",
|
| 19 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00031.safetensors",
|
| 20 |
+
"model.layers.1.input_layernorm.weight": "model-00002-of-00031.safetensors",
|
| 21 |
+
"model.layers.1.mlp.down_proj.weight": "model-00002-of-00031.safetensors",
|
| 22 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00002-of-00031.safetensors",
|
| 23 |
+
"model.layers.1.mlp.up_proj.weight": "model-00002-of-00031.safetensors",
|
| 24 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00002-of-00031.safetensors",
|
| 25 |
+
"model.layers.1.self_attn.k_proj.bias": "model-00001-of-00031.safetensors",
|
| 26 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00031.safetensors",
|
| 27 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00031.safetensors",
|
| 28 |
+
"model.layers.1.self_attn.q_proj.bias": "model-00001-of-00031.safetensors",
|
| 29 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00031.safetensors",
|
| 30 |
+
"model.layers.1.self_attn.v_proj.bias": "model-00001-of-00031.safetensors",
|
| 31 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00031.safetensors",
|
| 32 |
+
"model.layers.10.input_layernorm.weight": "model-00005-of-00031.safetensors",
|
| 33 |
+
"model.layers.10.mlp.down_proj.weight": "model-00005-of-00031.safetensors",
|
| 34 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00005-of-00031.safetensors",
|
| 35 |
+
"model.layers.10.mlp.up_proj.weight": "model-00005-of-00031.safetensors",
|
| 36 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00005-of-00031.safetensors",
|
| 37 |
+
"model.layers.10.self_attn.k_proj.bias": "model-00005-of-00031.safetensors",
|
| 38 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00005-of-00031.safetensors",
|
| 39 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00005-of-00031.safetensors",
|
| 40 |
+
"model.layers.10.self_attn.q_proj.bias": "model-00005-of-00031.safetensors",
|
| 41 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00005-of-00031.safetensors",
|
| 42 |
+
"model.layers.10.self_attn.v_proj.bias": "model-00005-of-00031.safetensors",
|
| 43 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00005-of-00031.safetensors",
|
| 44 |
+
"model.layers.11.input_layernorm.weight": "model-00005-of-00031.safetensors",
|
| 45 |
+
"model.layers.11.mlp.down_proj.weight": "model-00005-of-00031.safetensors",
|
| 46 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00005-of-00031.safetensors",
|
| 47 |
+
"model.layers.11.mlp.up_proj.weight": "model-00005-of-00031.safetensors",
|
| 48 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00005-of-00031.safetensors",
|
| 49 |
+
"model.layers.11.self_attn.k_proj.bias": "model-00005-of-00031.safetensors",
|
| 50 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00005-of-00031.safetensors",
|
| 51 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00005-of-00031.safetensors",
|
| 52 |
+
"model.layers.11.self_attn.q_proj.bias": "model-00005-of-00031.safetensors",
|
| 53 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00005-of-00031.safetensors",
|
| 54 |
+
"model.layers.11.self_attn.v_proj.bias": "model-00005-of-00031.safetensors",
|
| 55 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00005-of-00031.safetensors",
|
| 56 |
+
"model.layers.12.input_layernorm.weight": "model-00006-of-00031.safetensors",
|
| 57 |
+
"model.layers.12.mlp.down_proj.weight": "model-00006-of-00031.safetensors",
|
| 58 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00006-of-00031.safetensors",
|
| 59 |
+
"model.layers.12.mlp.up_proj.weight": "model-00006-of-00031.safetensors",
|
| 60 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00006-of-00031.safetensors",
|
| 61 |
+
"model.layers.12.self_attn.k_proj.bias": "model-00005-of-00031.safetensors",
|
| 62 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00005-of-00031.safetensors",
|
| 63 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00005-of-00031.safetensors",
|
| 64 |
+
"model.layers.12.self_attn.q_proj.bias": "model-00005-of-00031.safetensors",
|
| 65 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00005-of-00031.safetensors",
|
| 66 |
+
"model.layers.12.self_attn.v_proj.bias": "model-00005-of-00031.safetensors",
|
| 67 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00005-of-00031.safetensors",
|
| 68 |
+
"model.layers.13.input_layernorm.weight": "model-00006-of-00031.safetensors",
|
| 69 |
+
"model.layers.13.mlp.down_proj.weight": "model-00006-of-00031.safetensors",
|
| 70 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00006-of-00031.safetensors",
|
| 71 |
+
"model.layers.13.mlp.up_proj.weight": "model-00006-of-00031.safetensors",
|
| 72 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00006-of-00031.safetensors",
|
| 73 |
+
"model.layers.13.self_attn.k_proj.bias": "model-00006-of-00031.safetensors",
|
| 74 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00006-of-00031.safetensors",
|
| 75 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00006-of-00031.safetensors",
|
| 76 |
+
"model.layers.13.self_attn.q_proj.bias": "model-00006-of-00031.safetensors",
|
| 77 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00006-of-00031.safetensors",
|
| 78 |
+
"model.layers.13.self_attn.v_proj.bias": "model-00006-of-00031.safetensors",
|
| 79 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00006-of-00031.safetensors",
|
| 80 |
+
"model.layers.14.input_layernorm.weight": "model-00006-of-00031.safetensors",
|
| 81 |
+
"model.layers.14.mlp.down_proj.weight": "model-00006-of-00031.safetensors",
|
| 82 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00006-of-00031.safetensors",
|
| 83 |
+
"model.layers.14.mlp.up_proj.weight": "model-00006-of-00031.safetensors",
|
| 84 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00006-of-00031.safetensors",
|
| 85 |
+
"model.layers.14.self_attn.k_proj.bias": "model-00006-of-00031.safetensors",
|
| 86 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00006-of-00031.safetensors",
|
| 87 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00006-of-00031.safetensors",
|
| 88 |
+
"model.layers.14.self_attn.q_proj.bias": "model-00006-of-00031.safetensors",
|
| 89 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00006-of-00031.safetensors",
|
| 90 |
+
"model.layers.14.self_attn.v_proj.bias": "model-00006-of-00031.safetensors",
|
| 91 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00006-of-00031.safetensors",
|
| 92 |
+
"model.layers.15.input_layernorm.weight": "model-00007-of-00031.safetensors",
|
| 93 |
+
"model.layers.15.mlp.down_proj.weight": "model-00007-of-00031.safetensors",
|
| 94 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00007-of-00031.safetensors",
|
| 95 |
+
"model.layers.15.mlp.up_proj.weight": "model-00007-of-00031.safetensors",
|
| 96 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00007-of-00031.safetensors",
|
| 97 |
+
"model.layers.15.self_attn.k_proj.bias": "model-00007-of-00031.safetensors",
|
| 98 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00007-of-00031.safetensors",
|
| 99 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00007-of-00031.safetensors",
|
| 100 |
+
"model.layers.15.self_attn.q_proj.bias": "model-00007-of-00031.safetensors",
|
| 101 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00007-of-00031.safetensors",
|
| 102 |
+
"model.layers.15.self_attn.v_proj.bias": "model-00007-of-00031.safetensors",
|
| 103 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00007-of-00031.safetensors",
|
| 104 |
+
"model.layers.16.input_layernorm.weight": "model-00007-of-00031.safetensors",
|
| 105 |
+
"model.layers.16.mlp.down_proj.weight": "model-00007-of-00031.safetensors",
|
| 106 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00007-of-00031.safetensors",
|
| 107 |
+
"model.layers.16.mlp.up_proj.weight": "model-00007-of-00031.safetensors",
|
| 108 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00007-of-00031.safetensors",
|
| 109 |
+
"model.layers.16.self_attn.k_proj.bias": "model-00007-of-00031.safetensors",
|
| 110 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00007-of-00031.safetensors",
|
| 111 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00007-of-00031.safetensors",
|
| 112 |
+
"model.layers.16.self_attn.q_proj.bias": "model-00007-of-00031.safetensors",
|
| 113 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00007-of-00031.safetensors",
|
| 114 |
+
"model.layers.16.self_attn.v_proj.bias": "model-00007-of-00031.safetensors",
|
| 115 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00007-of-00031.safetensors",
|
| 116 |
+
"model.layers.17.input_layernorm.weight": "model-00008-of-00031.safetensors",
|
| 117 |
+
"model.layers.17.mlp.down_proj.weight": "model-00008-of-00031.safetensors",
|
| 118 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00007-of-00031.safetensors",
|
| 119 |
+
"model.layers.17.mlp.up_proj.weight": "model-00007-of-00031.safetensors",
|
| 120 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00008-of-00031.safetensors",
|
| 121 |
+
"model.layers.17.self_attn.k_proj.bias": "model-00007-of-00031.safetensors",
|
| 122 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00007-of-00031.safetensors",
|
| 123 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00007-of-00031.safetensors",
|
| 124 |
+
"model.layers.17.self_attn.q_proj.bias": "model-00007-of-00031.safetensors",
|
| 125 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00007-of-00031.safetensors",
|
| 126 |
+
"model.layers.17.self_attn.v_proj.bias": "model-00007-of-00031.safetensors",
|
| 127 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00007-of-00031.safetensors",
|
| 128 |
+
"model.layers.18.input_layernorm.weight": "model-00008-of-00031.safetensors",
|
| 129 |
+
"model.layers.18.mlp.down_proj.weight": "model-00008-of-00031.safetensors",
|
| 130 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00008-of-00031.safetensors",
|
| 131 |
+
"model.layers.18.mlp.up_proj.weight": "model-00008-of-00031.safetensors",
|
| 132 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00008-of-00031.safetensors",
|
| 133 |
+
"model.layers.18.self_attn.k_proj.bias": "model-00008-of-00031.safetensors",
|
| 134 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00008-of-00031.safetensors",
|
| 135 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00008-of-00031.safetensors",
|
| 136 |
+
"model.layers.18.self_attn.q_proj.bias": "model-00008-of-00031.safetensors",
|
| 137 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00008-of-00031.safetensors",
|
| 138 |
+
"model.layers.18.self_attn.v_proj.bias": "model-00008-of-00031.safetensors",
|
| 139 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00008-of-00031.safetensors",
|
| 140 |
+
"model.layers.19.input_layernorm.weight": "model-00008-of-00031.safetensors",
|
| 141 |
+
"model.layers.19.mlp.down_proj.weight": "model-00008-of-00031.safetensors",
|
| 142 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00008-of-00031.safetensors",
|
| 143 |
+
"model.layers.19.mlp.up_proj.weight": "model-00008-of-00031.safetensors",
|
| 144 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00008-of-00031.safetensors",
|
| 145 |
+
"model.layers.19.self_attn.k_proj.bias": "model-00008-of-00031.safetensors",
|
| 146 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00008-of-00031.safetensors",
|
| 147 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00008-of-00031.safetensors",
|
| 148 |
+
"model.layers.19.self_attn.q_proj.bias": "model-00008-of-00031.safetensors",
|
| 149 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00008-of-00031.safetensors",
|
| 150 |
+
"model.layers.19.self_attn.v_proj.bias": "model-00008-of-00031.safetensors",
|
| 151 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00008-of-00031.safetensors",
|
| 152 |
+
"model.layers.2.input_layernorm.weight": "model-00002-of-00031.safetensors",
|
| 153 |
+
"model.layers.2.mlp.down_proj.weight": "model-00002-of-00031.safetensors",
|
| 154 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00002-of-00031.safetensors",
|
| 155 |
+
"model.layers.2.mlp.up_proj.weight": "model-00002-of-00031.safetensors",
|
| 156 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00002-of-00031.safetensors",
|
| 157 |
+
"model.layers.2.self_attn.k_proj.bias": "model-00002-of-00031.safetensors",
|
| 158 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00002-of-00031.safetensors",
|
| 159 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00002-of-00031.safetensors",
|
| 160 |
+
"model.layers.2.self_attn.q_proj.bias": "model-00002-of-00031.safetensors",
|
| 161 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00002-of-00031.safetensors",
|
| 162 |
+
"model.layers.2.self_attn.v_proj.bias": "model-00002-of-00031.safetensors",
|
| 163 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00002-of-00031.safetensors",
|
| 164 |
+
"model.layers.20.input_layernorm.weight": "model-00009-of-00031.safetensors",
|
| 165 |
+
"model.layers.20.mlp.down_proj.weight": "model-00009-of-00031.safetensors",
|
| 166 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00008-of-00031.safetensors",
|
| 167 |
+
"model.layers.20.mlp.up_proj.weight": "model-00009-of-00031.safetensors",
|
| 168 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00009-of-00031.safetensors",
|
| 169 |
+
"model.layers.20.self_attn.k_proj.bias": "model-00008-of-00031.safetensors",
|
| 170 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00008-of-00031.safetensors",
|
| 171 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00008-of-00031.safetensors",
|
| 172 |
+
"model.layers.20.self_attn.q_proj.bias": "model-00008-of-00031.safetensors",
|
| 173 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00008-of-00031.safetensors",
|
| 174 |
+
"model.layers.20.self_attn.v_proj.bias": "model-00008-of-00031.safetensors",
|
| 175 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00008-of-00031.safetensors",
|
| 176 |
+
"model.layers.21.input_layernorm.weight": "model-00009-of-00031.safetensors",
|
| 177 |
+
"model.layers.21.mlp.down_proj.weight": "model-00009-of-00031.safetensors",
|
| 178 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00009-of-00031.safetensors",
|
| 179 |
+
"model.layers.21.mlp.up_proj.weight": "model-00009-of-00031.safetensors",
|
| 180 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00009-of-00031.safetensors",
|
| 181 |
+
"model.layers.21.self_attn.k_proj.bias": "model-00009-of-00031.safetensors",
|
| 182 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00009-of-00031.safetensors",
|
| 183 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00009-of-00031.safetensors",
|
| 184 |
+
"model.layers.21.self_attn.q_proj.bias": "model-00009-of-00031.safetensors",
|
| 185 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00009-of-00031.safetensors",
|
| 186 |
+
"model.layers.21.self_attn.v_proj.bias": "model-00009-of-00031.safetensors",
|
| 187 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00009-of-00031.safetensors",
|
| 188 |
+
"model.layers.22.input_layernorm.weight": "model-00009-of-00031.safetensors",
|
| 189 |
+
"model.layers.22.mlp.down_proj.weight": "model-00009-of-00031.safetensors",
|
| 190 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00009-of-00031.safetensors",
|
| 191 |
+
"model.layers.22.mlp.up_proj.weight": "model-00009-of-00031.safetensors",
|
| 192 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00009-of-00031.safetensors",
|
| 193 |
+
"model.layers.22.self_attn.k_proj.bias": "model-00009-of-00031.safetensors",
|
| 194 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00009-of-00031.safetensors",
|
| 195 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00009-of-00031.safetensors",
|
| 196 |
+
"model.layers.22.self_attn.q_proj.bias": "model-00009-of-00031.safetensors",
|
| 197 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00009-of-00031.safetensors",
|
| 198 |
+
"model.layers.22.self_attn.v_proj.bias": "model-00009-of-00031.safetensors",
|
| 199 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00009-of-00031.safetensors",
|
| 200 |
+
"model.layers.23.input_layernorm.weight": "model-00010-of-00031.safetensors",
|
| 201 |
+
"model.layers.23.mlp.down_proj.weight": "model-00010-of-00031.safetensors",
|
| 202 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00010-of-00031.safetensors",
|
| 203 |
+
"model.layers.23.mlp.up_proj.weight": "model-00010-of-00031.safetensors",
|
| 204 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00010-of-00031.safetensors",
|
| 205 |
+
"model.layers.23.self_attn.k_proj.bias": "model-00009-of-00031.safetensors",
|
| 206 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00009-of-00031.safetensors",
|
| 207 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00009-of-00031.safetensors",
|
| 208 |
+
"model.layers.23.self_attn.q_proj.bias": "model-00009-of-00031.safetensors",
|
| 209 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00009-of-00031.safetensors",
|
| 210 |
+
"model.layers.23.self_attn.v_proj.bias": "model-00009-of-00031.safetensors",
|
| 211 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00009-of-00031.safetensors",
|
| 212 |
+
"model.layers.24.input_layernorm.weight": "model-00010-of-00031.safetensors",
|
| 213 |
+
"model.layers.24.mlp.down_proj.weight": "model-00010-of-00031.safetensors",
|
| 214 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00010-of-00031.safetensors",
|
| 215 |
+
"model.layers.24.mlp.up_proj.weight": "model-00010-of-00031.safetensors",
|
| 216 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00010-of-00031.safetensors",
|
| 217 |
+
"model.layers.24.self_attn.k_proj.bias": "model-00010-of-00031.safetensors",
|
| 218 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00010-of-00031.safetensors",
|
| 219 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00010-of-00031.safetensors",
|
| 220 |
+
"model.layers.24.self_attn.q_proj.bias": "model-00010-of-00031.safetensors",
|
| 221 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00010-of-00031.safetensors",
|
| 222 |
+
"model.layers.24.self_attn.v_proj.bias": "model-00010-of-00031.safetensors",
|
| 223 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00010-of-00031.safetensors",
|
| 224 |
+
"model.layers.25.input_layernorm.weight": "model-00010-of-00031.safetensors",
|
| 225 |
+
"model.layers.25.mlp.down_proj.weight": "model-00010-of-00031.safetensors",
|
| 226 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00010-of-00031.safetensors",
|
| 227 |
+
"model.layers.25.mlp.up_proj.weight": "model-00010-of-00031.safetensors",
|
| 228 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00010-of-00031.safetensors",
|
| 229 |
+
"model.layers.25.self_attn.k_proj.bias": "model-00010-of-00031.safetensors",
|
| 230 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00010-of-00031.safetensors",
|
| 231 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00010-of-00031.safetensors",
|
| 232 |
+
"model.layers.25.self_attn.q_proj.bias": "model-00010-of-00031.safetensors",
|
| 233 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00010-of-00031.safetensors",
|
| 234 |
+
"model.layers.25.self_attn.v_proj.bias": "model-00010-of-00031.safetensors",
|
| 235 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00010-of-00031.safetensors",
|
| 236 |
+
"model.layers.26.input_layernorm.weight": "model-00011-of-00031.safetensors",
|
| 237 |
+
"model.layers.26.mlp.down_proj.weight": "model-00011-of-00031.safetensors",
|
| 238 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00011-of-00031.safetensors",
|
| 239 |
+
"model.layers.26.mlp.up_proj.weight": "model-00011-of-00031.safetensors",
|
| 240 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00011-of-00031.safetensors",
|
| 241 |
+
"model.layers.26.self_attn.k_proj.bias": "model-00011-of-00031.safetensors",
|
| 242 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00011-of-00031.safetensors",
|
| 243 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00011-of-00031.safetensors",
|
| 244 |
+
"model.layers.26.self_attn.q_proj.bias": "model-00011-of-00031.safetensors",
|
| 245 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00011-of-00031.safetensors",
|
| 246 |
+
"model.layers.26.self_attn.v_proj.bias": "model-00011-of-00031.safetensors",
|
| 247 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00011-of-00031.safetensors",
|
| 248 |
+
"model.layers.27.input_layernorm.weight": "model-00011-of-00031.safetensors",
|
| 249 |
+
"model.layers.27.mlp.down_proj.weight": "model-00011-of-00031.safetensors",
|
| 250 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00011-of-00031.safetensors",
|
| 251 |
+
"model.layers.27.mlp.up_proj.weight": "model-00011-of-00031.safetensors",
|
| 252 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00011-of-00031.safetensors",
|
| 253 |
+
"model.layers.27.self_attn.k_proj.bias": "model-00011-of-00031.safetensors",
|
| 254 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00011-of-00031.safetensors",
|
| 255 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00011-of-00031.safetensors",
|
| 256 |
+
"model.layers.27.self_attn.q_proj.bias": "model-00011-of-00031.safetensors",
|
| 257 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00011-of-00031.safetensors",
|
| 258 |
+
"model.layers.27.self_attn.v_proj.bias": "model-00011-of-00031.safetensors",
|
| 259 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00011-of-00031.safetensors",
|
| 260 |
+
"model.layers.28.input_layernorm.weight": "model-00012-of-00031.safetensors",
|
| 261 |
+
"model.layers.28.mlp.down_proj.weight": "model-00012-of-00031.safetensors",
|
| 262 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00011-of-00031.safetensors",
|
| 263 |
+
"model.layers.28.mlp.up_proj.weight": "model-00011-of-00031.safetensors",
|
| 264 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00012-of-00031.safetensors",
|
| 265 |
+
"model.layers.28.self_attn.k_proj.bias": "model-00011-of-00031.safetensors",
|
| 266 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00011-of-00031.safetensors",
|
| 267 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00011-of-00031.safetensors",
|
| 268 |
+
"model.layers.28.self_attn.q_proj.bias": "model-00011-of-00031.safetensors",
|
| 269 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00011-of-00031.safetensors",
|
| 270 |
+
"model.layers.28.self_attn.v_proj.bias": "model-00011-of-00031.safetensors",
|
| 271 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00011-of-00031.safetensors",
|
| 272 |
+
"model.layers.29.input_layernorm.weight": "model-00012-of-00031.safetensors",
|
| 273 |
+
"model.layers.29.mlp.down_proj.weight": "model-00012-of-00031.safetensors",
|
| 274 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00012-of-00031.safetensors",
|
| 275 |
+
"model.layers.29.mlp.up_proj.weight": "model-00012-of-00031.safetensors",
|
| 276 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00012-of-00031.safetensors",
|
| 277 |
+
"model.layers.29.self_attn.k_proj.bias": "model-00012-of-00031.safetensors",
|
| 278 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00012-of-00031.safetensors",
|
| 279 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00012-of-00031.safetensors",
|
| 280 |
+
"model.layers.29.self_attn.q_proj.bias": "model-00012-of-00031.safetensors",
|
| 281 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00012-of-00031.safetensors",
|
| 282 |
+
"model.layers.29.self_attn.v_proj.bias": "model-00012-of-00031.safetensors",
|
| 283 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00012-of-00031.safetensors",
|
| 284 |
+
"model.layers.3.input_layernorm.weight": "model-00002-of-00031.safetensors",
|
| 285 |
+
"model.layers.3.mlp.down_proj.weight": "model-00002-of-00031.safetensors",
|
| 286 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00002-of-00031.safetensors",
|
| 287 |
+
"model.layers.3.mlp.up_proj.weight": "model-00002-of-00031.safetensors",
|
| 288 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00002-of-00031.safetensors",
|
| 289 |
+
"model.layers.3.self_attn.k_proj.bias": "model-00002-of-00031.safetensors",
|
| 290 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00002-of-00031.safetensors",
|
| 291 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00002-of-00031.safetensors",
|
| 292 |
+
"model.layers.3.self_attn.q_proj.bias": "model-00002-of-00031.safetensors",
|
| 293 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00002-of-00031.safetensors",
|
| 294 |
+
"model.layers.3.self_attn.v_proj.bias": "model-00002-of-00031.safetensors",
|
| 295 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00002-of-00031.safetensors",
|
| 296 |
+
"model.layers.30.input_layernorm.weight": "model-00012-of-00031.safetensors",
|
| 297 |
+
"model.layers.30.mlp.down_proj.weight": "model-00012-of-00031.safetensors",
|
| 298 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00012-of-00031.safetensors",
|
| 299 |
+
"model.layers.30.mlp.up_proj.weight": "model-00012-of-00031.safetensors",
|
| 300 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00012-of-00031.safetensors",
|
| 301 |
+
"model.layers.30.self_attn.k_proj.bias": "model-00012-of-00031.safetensors",
|
| 302 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00012-of-00031.safetensors",
|
| 303 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00012-of-00031.safetensors",
|
| 304 |
+
"model.layers.30.self_attn.q_proj.bias": "model-00012-of-00031.safetensors",
|
| 305 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00012-of-00031.safetensors",
|
| 306 |
+
"model.layers.30.self_attn.v_proj.bias": "model-00012-of-00031.safetensors",
|
| 307 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00012-of-00031.safetensors",
|
| 308 |
+
"model.layers.31.input_layernorm.weight": "model-00013-of-00031.safetensors",
|
| 309 |
+
"model.layers.31.mlp.down_proj.weight": "model-00013-of-00031.safetensors",
|
| 310 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00012-of-00031.safetensors",
|
| 311 |
+
"model.layers.31.mlp.up_proj.weight": "model-00013-of-00031.safetensors",
|
| 312 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00013-of-00031.safetensors",
|
| 313 |
+
"model.layers.31.self_attn.k_proj.bias": "model-00012-of-00031.safetensors",
|
| 314 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00012-of-00031.safetensors",
|
| 315 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00012-of-00031.safetensors",
|
| 316 |
+
"model.layers.31.self_attn.q_proj.bias": "model-00012-of-00031.safetensors",
|
| 317 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00012-of-00031.safetensors",
|
| 318 |
+
"model.layers.31.self_attn.v_proj.bias": "model-00012-of-00031.safetensors",
|
| 319 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00012-of-00031.safetensors",
|
| 320 |
+
"model.layers.32.input_layernorm.weight": "model-00013-of-00031.safetensors",
|
| 321 |
+
"model.layers.32.mlp.down_proj.weight": "model-00013-of-00031.safetensors",
|
| 322 |
+
"model.layers.32.mlp.gate_proj.weight": "model-00013-of-00031.safetensors",
|
| 323 |
+
"model.layers.32.mlp.up_proj.weight": "model-00013-of-00031.safetensors",
|
| 324 |
+
"model.layers.32.post_attention_layernorm.weight": "model-00013-of-00031.safetensors",
|
| 325 |
+
"model.layers.32.self_attn.k_proj.bias": "model-00013-of-00031.safetensors",
|
| 326 |
+
"model.layers.32.self_attn.k_proj.weight": "model-00013-of-00031.safetensors",
|
| 327 |
+
"model.layers.32.self_attn.o_proj.weight": "model-00013-of-00031.safetensors",
|
| 328 |
+
"model.layers.32.self_attn.q_proj.bias": "model-00013-of-00031.safetensors",
|
| 329 |
+
"model.layers.32.self_attn.q_proj.weight": "model-00013-of-00031.safetensors",
|
| 330 |
+
"model.layers.32.self_attn.v_proj.bias": "model-00013-of-00031.safetensors",
|
| 331 |
+
"model.layers.32.self_attn.v_proj.weight": "model-00013-of-00031.safetensors",
|
| 332 |
+
"model.layers.33.input_layernorm.weight": "model-00013-of-00031.safetensors",
|
| 333 |
+
"model.layers.33.mlp.down_proj.weight": "model-00013-of-00031.safetensors",
|
| 334 |
+
"model.layers.33.mlp.gate_proj.weight": "model-00013-of-00031.safetensors",
|
| 335 |
+
"model.layers.33.mlp.up_proj.weight": "model-00013-of-00031.safetensors",
|
| 336 |
+
"model.layers.33.post_attention_layernorm.weight": "model-00013-of-00031.safetensors",
|
| 337 |
+
"model.layers.33.self_attn.k_proj.bias": "model-00013-of-00031.safetensors",
|
| 338 |
+
"model.layers.33.self_attn.k_proj.weight": "model-00013-of-00031.safetensors",
|
| 339 |
+
"model.layers.33.self_attn.o_proj.weight": "model-00013-of-00031.safetensors",
|
| 340 |
+
"model.layers.33.self_attn.q_proj.bias": "model-00013-of-00031.safetensors",
|
| 341 |
+
"model.layers.33.self_attn.q_proj.weight": "model-00013-of-00031.safetensors",
|
| 342 |
+
"model.layers.33.self_attn.v_proj.bias": "model-00013-of-00031.safetensors",
|
| 343 |
+
"model.layers.33.self_attn.v_proj.weight": "model-00013-of-00031.safetensors",
|
| 344 |
+
"model.layers.34.input_layernorm.weight": "model-00014-of-00031.safetensors",
|
| 345 |
+
"model.layers.34.mlp.down_proj.weight": "model-00014-of-00031.safetensors",
|
| 346 |
+
"model.layers.34.mlp.gate_proj.weight": "model-00014-of-00031.safetensors",
|
| 347 |
+
"model.layers.34.mlp.up_proj.weight": "model-00014-of-00031.safetensors",
|
| 348 |
+
"model.layers.34.post_attention_layernorm.weight": "model-00014-of-00031.safetensors",
|
| 349 |
+
"model.layers.34.self_attn.k_proj.bias": "model-00013-of-00031.safetensors",
|
| 350 |
+
"model.layers.34.self_attn.k_proj.weight": "model-00013-of-00031.safetensors",
|
| 351 |
+
"model.layers.34.self_attn.o_proj.weight": "model-00013-of-00031.safetensors",
|
| 352 |
+
"model.layers.34.self_attn.q_proj.bias": "model-00013-of-00031.safetensors",
|
| 353 |
+
"model.layers.34.self_attn.q_proj.weight": "model-00013-of-00031.safetensors",
|
| 354 |
+
"model.layers.34.self_attn.v_proj.bias": "model-00013-of-00031.safetensors",
|
| 355 |
+
"model.layers.34.self_attn.v_proj.weight": "model-00013-of-00031.safetensors",
|
| 356 |
+
"model.layers.35.input_layernorm.weight": "model-00014-of-00031.safetensors",
|
| 357 |
+
"model.layers.35.mlp.down_proj.weight": "model-00014-of-00031.safetensors",
|
| 358 |
+
"model.layers.35.mlp.gate_proj.weight": "model-00014-of-00031.safetensors",
|
| 359 |
+
"model.layers.35.mlp.up_proj.weight": "model-00014-of-00031.safetensors",
|
| 360 |
+
"model.layers.35.post_attention_layernorm.weight": "model-00014-of-00031.safetensors",
|
| 361 |
+
"model.layers.35.self_attn.k_proj.bias": "model-00014-of-00031.safetensors",
|
| 362 |
+
"model.layers.35.self_attn.k_proj.weight": "model-00014-of-00031.safetensors",
|
| 363 |
+
"model.layers.35.self_attn.o_proj.weight": "model-00014-of-00031.safetensors",
|
| 364 |
+
"model.layers.35.self_attn.q_proj.bias": "model-00014-of-00031.safetensors",
|
| 365 |
+
"model.layers.35.self_attn.q_proj.weight": "model-00014-of-00031.safetensors",
|
| 366 |
+
"model.layers.35.self_attn.v_proj.bias": "model-00014-of-00031.safetensors",
|
| 367 |
+
"model.layers.35.self_attn.v_proj.weight": "model-00014-of-00031.safetensors",
|
| 368 |
+
"model.layers.36.input_layernorm.weight": "model-00014-of-00031.safetensors",
|
| 369 |
+
"model.layers.36.mlp.down_proj.weight": "model-00014-of-00031.safetensors",
|
| 370 |
+
"model.layers.36.mlp.gate_proj.weight": "model-00014-of-00031.safetensors",
|
| 371 |
+
"model.layers.36.mlp.up_proj.weight": "model-00014-of-00031.safetensors",
|
| 372 |
+
"model.layers.36.post_attention_layernorm.weight": "model-00014-of-00031.safetensors",
|
| 373 |
+
"model.layers.36.self_attn.k_proj.bias": "model-00014-of-00031.safetensors",
|
| 374 |
+
"model.layers.36.self_attn.k_proj.weight": "model-00014-of-00031.safetensors",
|
| 375 |
+
"model.layers.36.self_attn.o_proj.weight": "model-00014-of-00031.safetensors",
|
| 376 |
+
"model.layers.36.self_attn.q_proj.bias": "model-00014-of-00031.safetensors",
|
| 377 |
+
"model.layers.36.self_attn.q_proj.weight": "model-00014-of-00031.safetensors",
|
| 378 |
+
"model.layers.36.self_attn.v_proj.bias": "model-00014-of-00031.safetensors",
|
| 379 |
+
"model.layers.36.self_attn.v_proj.weight": "model-00014-of-00031.safetensors",
|
| 380 |
+
"model.layers.37.input_layernorm.weight": "model-00015-of-00031.safetensors",
|
| 381 |
+
"model.layers.37.mlp.down_proj.weight": "model-00015-of-00031.safetensors",
|
| 382 |
+
"model.layers.37.mlp.gate_proj.weight": "model-00015-of-00031.safetensors",
|
| 383 |
+
"model.layers.37.mlp.up_proj.weight": "model-00015-of-00031.safetensors",
|
| 384 |
+
"model.layers.37.post_attention_layernorm.weight": "model-00015-of-00031.safetensors",
|
| 385 |
+
"model.layers.37.self_attn.k_proj.bias": "model-00015-of-00031.safetensors",
|
| 386 |
+
"model.layers.37.self_attn.k_proj.weight": "model-00015-of-00031.safetensors",
|
| 387 |
+
"model.layers.37.self_attn.o_proj.weight": "model-00015-of-00031.safetensors",
|
| 388 |
+
"model.layers.37.self_attn.q_proj.bias": "model-00015-of-00031.safetensors",
|
| 389 |
+
"model.layers.37.self_attn.q_proj.weight": "model-00015-of-00031.safetensors",
|
| 390 |
+
"model.layers.37.self_attn.v_proj.bias": "model-00015-of-00031.safetensors",
|
| 391 |
+
"model.layers.37.self_attn.v_proj.weight": "model-00015-of-00031.safetensors",
|
| 392 |
+
"model.layers.38.input_layernorm.weight": "model-00015-of-00031.safetensors",
|
| 393 |
+
"model.layers.38.mlp.down_proj.weight": "model-00015-of-00031.safetensors",
|
| 394 |
+
"model.layers.38.mlp.gate_proj.weight": "model-00015-of-00031.safetensors",
|
| 395 |
+
"model.layers.38.mlp.up_proj.weight": "model-00015-of-00031.safetensors",
|
| 396 |
+
"model.layers.38.post_attention_layernorm.weight": "model-00015-of-00031.safetensors",
|
| 397 |
+
"model.layers.38.self_attn.k_proj.bias": "model-00015-of-00031.safetensors",
|
| 398 |
+
"model.layers.38.self_attn.k_proj.weight": "model-00015-of-00031.safetensors",
|
| 399 |
+
"model.layers.38.self_attn.o_proj.weight": "model-00015-of-00031.safetensors",
|
| 400 |
+
"model.layers.38.self_attn.q_proj.bias": "model-00015-of-00031.safetensors",
|
| 401 |
+
"model.layers.38.self_attn.q_proj.weight": "model-00015-of-00031.safetensors",
|
| 402 |
+
"model.layers.38.self_attn.v_proj.bias": "model-00015-of-00031.safetensors",
|
| 403 |
+
"model.layers.38.self_attn.v_proj.weight": "model-00015-of-00031.safetensors",
|
| 404 |
+
"model.layers.39.input_layernorm.weight": "model-00016-of-00031.safetensors",
|
| 405 |
+
"model.layers.39.mlp.down_proj.weight": "model-00016-of-00031.safetensors",
|
| 406 |
+
"model.layers.39.mlp.gate_proj.weight": "model-00015-of-00031.safetensors",
|
| 407 |
+
"model.layers.39.mlp.up_proj.weight": "model-00015-of-00031.safetensors",
|
| 408 |
+
"model.layers.39.post_attention_layernorm.weight": "model-00016-of-00031.safetensors",
|
| 409 |
+
"model.layers.39.self_attn.k_proj.bias": "model-00015-of-00031.safetensors",
|
| 410 |
+
"model.layers.39.self_attn.k_proj.weight": "model-00015-of-00031.safetensors",
|
| 411 |
+
"model.layers.39.self_attn.o_proj.weight": "model-00015-of-00031.safetensors",
|
| 412 |
+
"model.layers.39.self_attn.q_proj.bias": "model-00015-of-00031.safetensors",
|
| 413 |
+
"model.layers.39.self_attn.q_proj.weight": "model-00015-of-00031.safetensors",
|
| 414 |
+
"model.layers.39.self_attn.v_proj.bias": "model-00015-of-00031.safetensors",
|
| 415 |
+
"model.layers.39.self_attn.v_proj.weight": "model-00015-of-00031.safetensors",
|
| 416 |
+
"model.layers.4.input_layernorm.weight": "model-00003-of-00031.safetensors",
|
| 417 |
+
"model.layers.4.mlp.down_proj.weight": "model-00003-of-00031.safetensors",
|
| 418 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00003-of-00031.safetensors",
|
| 419 |
+
"model.layers.4.mlp.up_proj.weight": "model-00003-of-00031.safetensors",
|
| 420 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00003-of-00031.safetensors",
|
| 421 |
+
"model.layers.4.self_attn.k_proj.bias": "model-00003-of-00031.safetensors",
|
| 422 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00003-of-00031.safetensors",
|
| 423 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00003-of-00031.safetensors",
|
| 424 |
+
"model.layers.4.self_attn.q_proj.bias": "model-00003-of-00031.safetensors",
|
| 425 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00003-of-00031.safetensors",
|
| 426 |
+
"model.layers.4.self_attn.v_proj.bias": "model-00003-of-00031.safetensors",
|
| 427 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00003-of-00031.safetensors",
|
| 428 |
+
"model.layers.40.input_layernorm.weight": "model-00016-of-00031.safetensors",
|
| 429 |
+
"model.layers.40.mlp.down_proj.weight": "model-00016-of-00031.safetensors",
|
| 430 |
+
"model.layers.40.mlp.gate_proj.weight": "model-00016-of-00031.safetensors",
|
| 431 |
+
"model.layers.40.mlp.up_proj.weight": "model-00016-of-00031.safetensors",
|
| 432 |
+
"model.layers.40.post_attention_layernorm.weight": "model-00016-of-00031.safetensors",
|
| 433 |
+
"model.layers.40.self_attn.k_proj.bias": "model-00016-of-00031.safetensors",
|
| 434 |
+
"model.layers.40.self_attn.k_proj.weight": "model-00016-of-00031.safetensors",
|
| 435 |
+
"model.layers.40.self_attn.o_proj.weight": "model-00016-of-00031.safetensors",
|
| 436 |
+
"model.layers.40.self_attn.q_proj.bias": "model-00016-of-00031.safetensors",
|
| 437 |
+
"model.layers.40.self_attn.q_proj.weight": "model-00016-of-00031.safetensors",
|
| 438 |
+
"model.layers.40.self_attn.v_proj.bias": "model-00016-of-00031.safetensors",
|
| 439 |
+
"model.layers.40.self_attn.v_proj.weight": "model-00016-of-00031.safetensors",
|
| 440 |
+
"model.layers.41.input_layernorm.weight": "model-00016-of-00031.safetensors",
|
| 441 |
+
"model.layers.41.mlp.down_proj.weight": "model-00016-of-00031.safetensors",
|
| 442 |
+
"model.layers.41.mlp.gate_proj.weight": "model-00016-of-00031.safetensors",
|
| 443 |
+
"model.layers.41.mlp.up_proj.weight": "model-00016-of-00031.safetensors",
|
| 444 |
+
"model.layers.41.post_attention_layernorm.weight": "model-00016-of-00031.safetensors",
|
| 445 |
+
"model.layers.41.self_attn.k_proj.bias": "model-00016-of-00031.safetensors",
|
| 446 |
+
"model.layers.41.self_attn.k_proj.weight": "model-00016-of-00031.safetensors",
|
| 447 |
+
"model.layers.41.self_attn.o_proj.weight": "model-00016-of-00031.safetensors",
|
| 448 |
+
"model.layers.41.self_attn.q_proj.bias": "model-00016-of-00031.safetensors",
|
| 449 |
+
"model.layers.41.self_attn.q_proj.weight": "model-00016-of-00031.safetensors",
|
| 450 |
+
"model.layers.41.self_attn.v_proj.bias": "model-00016-of-00031.safetensors",
|
| 451 |
+
"model.layers.41.self_attn.v_proj.weight": "model-00016-of-00031.safetensors",
|
| 452 |
+
"model.layers.42.input_layernorm.weight": "model-00017-of-00031.safetensors",
|
| 453 |
+
"model.layers.42.mlp.down_proj.weight": "model-00017-of-00031.safetensors",
|
| 454 |
+
"model.layers.42.mlp.gate_proj.weight": "model-00016-of-00031.safetensors",
|
| 455 |
+
"model.layers.42.mlp.up_proj.weight": "model-00017-of-00031.safetensors",
|
| 456 |
+
"model.layers.42.post_attention_layernorm.weight": "model-00017-of-00031.safetensors",
|
| 457 |
+
"model.layers.42.self_attn.k_proj.bias": "model-00016-of-00031.safetensors",
|
| 458 |
+
"model.layers.42.self_attn.k_proj.weight": "model-00016-of-00031.safetensors",
|
| 459 |
+
"model.layers.42.self_attn.o_proj.weight": "model-00016-of-00031.safetensors",
|
| 460 |
+
"model.layers.42.self_attn.q_proj.bias": "model-00016-of-00031.safetensors",
|
| 461 |
+
"model.layers.42.self_attn.q_proj.weight": "model-00016-of-00031.safetensors",
|
| 462 |
+
"model.layers.42.self_attn.v_proj.bias": "model-00016-of-00031.safetensors",
|
| 463 |
+
"model.layers.42.self_attn.v_proj.weight": "model-00016-of-00031.safetensors",
|
| 464 |
+
"model.layers.43.input_layernorm.weight": "model-00017-of-00031.safetensors",
|
| 465 |
+
"model.layers.43.mlp.down_proj.weight": "model-00017-of-00031.safetensors",
|
| 466 |
+
"model.layers.43.mlp.gate_proj.weight": "model-00017-of-00031.safetensors",
|
| 467 |
+
"model.layers.43.mlp.up_proj.weight": "model-00017-of-00031.safetensors",
|
| 468 |
+
"model.layers.43.post_attention_layernorm.weight": "model-00017-of-00031.safetensors",
|
| 469 |
+
"model.layers.43.self_attn.k_proj.bias": "model-00017-of-00031.safetensors",
|
| 470 |
+
"model.layers.43.self_attn.k_proj.weight": "model-00017-of-00031.safetensors",
|
| 471 |
+
"model.layers.43.self_attn.o_proj.weight": "model-00017-of-00031.safetensors",
|
| 472 |
+
"model.layers.43.self_attn.q_proj.bias": "model-00017-of-00031.safetensors",
|
| 473 |
+
"model.layers.43.self_attn.q_proj.weight": "model-00017-of-00031.safetensors",
|
| 474 |
+
"model.layers.43.self_attn.v_proj.bias": "model-00017-of-00031.safetensors",
|
| 475 |
+
"model.layers.43.self_attn.v_proj.weight": "model-00017-of-00031.safetensors",
|
| 476 |
+
"model.layers.44.input_layernorm.weight": "model-00017-of-00031.safetensors",
|
| 477 |
+
"model.layers.44.mlp.down_proj.weight": "model-00017-of-00031.safetensors",
|
| 478 |
+
"model.layers.44.mlp.gate_proj.weight": "model-00017-of-00031.safetensors",
|
| 479 |
+
"model.layers.44.mlp.up_proj.weight": "model-00017-of-00031.safetensors",
|
| 480 |
+
"model.layers.44.post_attention_layernorm.weight": "model-00017-of-00031.safetensors",
|
| 481 |
+
"model.layers.44.self_attn.k_proj.bias": "model-00017-of-00031.safetensors",
|
| 482 |
+
"model.layers.44.self_attn.k_proj.weight": "model-00017-of-00031.safetensors",
|
| 483 |
+
"model.layers.44.self_attn.o_proj.weight": "model-00017-of-00031.safetensors",
|
| 484 |
+
"model.layers.44.self_attn.q_proj.bias": "model-00017-of-00031.safetensors",
|
| 485 |
+
"model.layers.44.self_attn.q_proj.weight": "model-00017-of-00031.safetensors",
|
| 486 |
+
"model.layers.44.self_attn.v_proj.bias": "model-00017-of-00031.safetensors",
|
| 487 |
+
"model.layers.44.self_attn.v_proj.weight": "model-00017-of-00031.safetensors",
|
| 488 |
+
"model.layers.45.input_layernorm.weight": "model-00018-of-00031.safetensors",
|
| 489 |
+
"model.layers.45.mlp.down_proj.weight": "model-00018-of-00031.safetensors",
|
| 490 |
+
"model.layers.45.mlp.gate_proj.weight": "model-00018-of-00031.safetensors",
|
| 491 |
+
"model.layers.45.mlp.up_proj.weight": "model-00018-of-00031.safetensors",
|
| 492 |
+
"model.layers.45.post_attention_layernorm.weight": "model-00018-of-00031.safetensors",
|
| 493 |
+
"model.layers.45.self_attn.k_proj.bias": "model-00017-of-00031.safetensors",
|
| 494 |
+
"model.layers.45.self_attn.k_proj.weight": "model-00017-of-00031.safetensors",
|
| 495 |
+
"model.layers.45.self_attn.o_proj.weight": "model-00017-of-00031.safetensors",
|
| 496 |
+
"model.layers.45.self_attn.q_proj.bias": "model-00017-of-00031.safetensors",
|
| 497 |
+
"model.layers.45.self_attn.q_proj.weight": "model-00017-of-00031.safetensors",
|
| 498 |
+
"model.layers.45.self_attn.v_proj.bias": "model-00017-of-00031.safetensors",
|
| 499 |
+
"model.layers.45.self_attn.v_proj.weight": "model-00017-of-00031.safetensors",
|
| 500 |
+
"model.layers.46.input_layernorm.weight": "model-00018-of-00031.safetensors",
|
| 501 |
+
"model.layers.46.mlp.down_proj.weight": "model-00018-of-00031.safetensors",
|
| 502 |
+
"model.layers.46.mlp.gate_proj.weight": "model-00018-of-00031.safetensors",
|
| 503 |
+
"model.layers.46.mlp.up_proj.weight": "model-00018-of-00031.safetensors",
|
| 504 |
+
"model.layers.46.post_attention_layernorm.weight": "model-00018-of-00031.safetensors",
|
| 505 |
+
"model.layers.46.self_attn.k_proj.bias": "model-00018-of-00031.safetensors",
|
| 506 |
+
"model.layers.46.self_attn.k_proj.weight": "model-00018-of-00031.safetensors",
|
| 507 |
+
"model.layers.46.self_attn.o_proj.weight": "model-00018-of-00031.safetensors",
|
| 508 |
+
"model.layers.46.self_attn.q_proj.bias": "model-00018-of-00031.safetensors",
|
| 509 |
+
"model.layers.46.self_attn.q_proj.weight": "model-00018-of-00031.safetensors",
|
| 510 |
+
"model.layers.46.self_attn.v_proj.bias": "model-00018-of-00031.safetensors",
|
| 511 |
+
"model.layers.46.self_attn.v_proj.weight": "model-00018-of-00031.safetensors",
|
| 512 |
+
"model.layers.47.input_layernorm.weight": "model-00018-of-00031.safetensors",
|
| 513 |
+
"model.layers.47.mlp.down_proj.weight": "model-00018-of-00031.safetensors",
|
| 514 |
+
"model.layers.47.mlp.gate_proj.weight": "model-00018-of-00031.safetensors",
|
| 515 |
+
"model.layers.47.mlp.up_proj.weight": "model-00018-of-00031.safetensors",
|
| 516 |
+
"model.layers.47.post_attention_layernorm.weight": "model-00018-of-00031.safetensors",
|
| 517 |
+
"model.layers.47.self_attn.k_proj.bias": "model-00018-of-00031.safetensors",
|
| 518 |
+
"model.layers.47.self_attn.k_proj.weight": "model-00018-of-00031.safetensors",
|
| 519 |
+
"model.layers.47.self_attn.o_proj.weight": "model-00018-of-00031.safetensors",
|
| 520 |
+
"model.layers.47.self_attn.q_proj.bias": "model-00018-of-00031.safetensors",
|
| 521 |
+
"model.layers.47.self_attn.q_proj.weight": "model-00018-of-00031.safetensors",
|
| 522 |
+
"model.layers.47.self_attn.v_proj.bias": "model-00018-of-00031.safetensors",
|
| 523 |
+
"model.layers.47.self_attn.v_proj.weight": "model-00018-of-00031.safetensors",
|
| 524 |
+
"model.layers.48.input_layernorm.weight": "model-00019-of-00031.safetensors",
|
| 525 |
+
"model.layers.48.mlp.down_proj.weight": "model-00019-of-00031.safetensors",
|
| 526 |
+
"model.layers.48.mlp.gate_proj.weight": "model-00019-of-00031.safetensors",
|
| 527 |
+
"model.layers.48.mlp.up_proj.weight": "model-00019-of-00031.safetensors",
|
| 528 |
+
"model.layers.48.post_attention_layernorm.weight": "model-00019-of-00031.safetensors",
|
| 529 |
+
"model.layers.48.self_attn.k_proj.bias": "model-00019-of-00031.safetensors",
|
| 530 |
+
"model.layers.48.self_attn.k_proj.weight": "model-00019-of-00031.safetensors",
|
| 531 |
+
"model.layers.48.self_attn.o_proj.weight": "model-00019-of-00031.safetensors",
|
| 532 |
+
"model.layers.48.self_attn.q_proj.bias": "model-00019-of-00031.safetensors",
|
| 533 |
+
"model.layers.48.self_attn.q_proj.weight": "model-00019-of-00031.safetensors",
|
| 534 |
+
"model.layers.48.self_attn.v_proj.bias": "model-00019-of-00031.safetensors",
|
| 535 |
+
"model.layers.48.self_attn.v_proj.weight": "model-00019-of-00031.safetensors",
|
| 536 |
+
"model.layers.49.input_layernorm.weight": "model-00019-of-00031.safetensors",
|
| 537 |
+
"model.layers.49.mlp.down_proj.weight": "model-00019-of-00031.safetensors",
|
| 538 |
+
"model.layers.49.mlp.gate_proj.weight": "model-00019-of-00031.safetensors",
|
| 539 |
+
"model.layers.49.mlp.up_proj.weight": "model-00019-of-00031.safetensors",
|
| 540 |
+
"model.layers.49.post_attention_layernorm.weight": "model-00019-of-00031.safetensors",
|
| 541 |
+
"model.layers.49.self_attn.k_proj.bias": "model-00019-of-00031.safetensors",
|
| 542 |
+
"model.layers.49.self_attn.k_proj.weight": "model-00019-of-00031.safetensors",
|
| 543 |
+
"model.layers.49.self_attn.o_proj.weight": "model-00019-of-00031.safetensors",
|
| 544 |
+
"model.layers.49.self_attn.q_proj.bias": "model-00019-of-00031.safetensors",
|
| 545 |
+
"model.layers.49.self_attn.q_proj.weight": "model-00019-of-00031.safetensors",
|
| 546 |
+
"model.layers.49.self_attn.v_proj.bias": "model-00019-of-00031.safetensors",
|
| 547 |
+
"model.layers.49.self_attn.v_proj.weight": "model-00019-of-00031.safetensors",
|
| 548 |
+
"model.layers.5.input_layernorm.weight": "model-00003-of-00031.safetensors",
|
| 549 |
+
"model.layers.5.mlp.down_proj.weight": "model-00003-of-00031.safetensors",
|
| 550 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00003-of-00031.safetensors",
|
| 551 |
+
"model.layers.5.mlp.up_proj.weight": "model-00003-of-00031.safetensors",
|
| 552 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00003-of-00031.safetensors",
|
| 553 |
+
"model.layers.5.self_attn.k_proj.bias": "model-00003-of-00031.safetensors",
|
| 554 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00003-of-00031.safetensors",
|
| 555 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00003-of-00031.safetensors",
|
| 556 |
+
"model.layers.5.self_attn.q_proj.bias": "model-00003-of-00031.safetensors",
|
| 557 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00003-of-00031.safetensors",
|
| 558 |
+
"model.layers.5.self_attn.v_proj.bias": "model-00003-of-00031.safetensors",
|
| 559 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00003-of-00031.safetensors",
|
| 560 |
+
"model.layers.50.input_layernorm.weight": "model-00020-of-00031.safetensors",
|
| 561 |
+
"model.layers.50.mlp.down_proj.weight": "model-00020-of-00031.safetensors",
|
| 562 |
+
"model.layers.50.mlp.gate_proj.weight": "model-00019-of-00031.safetensors",
|
| 563 |
+
"model.layers.50.mlp.up_proj.weight": "model-00019-of-00031.safetensors",
|
| 564 |
+
"model.layers.50.post_attention_layernorm.weight": "model-00020-of-00031.safetensors",
|
| 565 |
+
"model.layers.50.self_attn.k_proj.bias": "model-00019-of-00031.safetensors",
|
| 566 |
+
"model.layers.50.self_attn.k_proj.weight": "model-00019-of-00031.safetensors",
|
| 567 |
+
"model.layers.50.self_attn.o_proj.weight": "model-00019-of-00031.safetensors",
|
| 568 |
+
"model.layers.50.self_attn.q_proj.bias": "model-00019-of-00031.safetensors",
|
| 569 |
+
"model.layers.50.self_attn.q_proj.weight": "model-00019-of-00031.safetensors",
|
| 570 |
+
"model.layers.50.self_attn.v_proj.bias": "model-00019-of-00031.safetensors",
|
| 571 |
+
"model.layers.50.self_attn.v_proj.weight": "model-00019-of-00031.safetensors",
|
| 572 |
+
"model.layers.51.input_layernorm.weight": "model-00020-of-00031.safetensors",
|
| 573 |
+
"model.layers.51.mlp.down_proj.weight": "model-00020-of-00031.safetensors",
|
| 574 |
+
"model.layers.51.mlp.gate_proj.weight": "model-00020-of-00031.safetensors",
|
| 575 |
+
"model.layers.51.mlp.up_proj.weight": "model-00020-of-00031.safetensors",
|
| 576 |
+
"model.layers.51.post_attention_layernorm.weight": "model-00020-of-00031.safetensors",
|
| 577 |
+
"model.layers.51.self_attn.k_proj.bias": "model-00020-of-00031.safetensors",
|
| 578 |
+
"model.layers.51.self_attn.k_proj.weight": "model-00020-of-00031.safetensors",
|
| 579 |
+
"model.layers.51.self_attn.o_proj.weight": "model-00020-of-00031.safetensors",
|
| 580 |
+
"model.layers.51.self_attn.q_proj.bias": "model-00020-of-00031.safetensors",
|
| 581 |
+
"model.layers.51.self_attn.q_proj.weight": "model-00020-of-00031.safetensors",
|
| 582 |
+
"model.layers.51.self_attn.v_proj.bias": "model-00020-of-00031.safetensors",
|
| 583 |
+
"model.layers.51.self_attn.v_proj.weight": "model-00020-of-00031.safetensors",
|
| 584 |
+
"model.layers.52.input_layernorm.weight": "model-00020-of-00031.safetensors",
|
| 585 |
+
"model.layers.52.mlp.down_proj.weight": "model-00020-of-00031.safetensors",
|
| 586 |
+
"model.layers.52.mlp.gate_proj.weight": "model-00020-of-00031.safetensors",
|
| 587 |
+
"model.layers.52.mlp.up_proj.weight": "model-00020-of-00031.safetensors",
|
| 588 |
+
"model.layers.52.post_attention_layernorm.weight": "model-00020-of-00031.safetensors",
|
| 589 |
+
"model.layers.52.self_attn.k_proj.bias": "model-00020-of-00031.safetensors",
|
| 590 |
+
"model.layers.52.self_attn.k_proj.weight": "model-00020-of-00031.safetensors",
|
| 591 |
+
"model.layers.52.self_attn.o_proj.weight": "model-00020-of-00031.safetensors",
|
| 592 |
+
"model.layers.52.self_attn.q_proj.bias": "model-00020-of-00031.safetensors",
|
| 593 |
+
"model.layers.52.self_attn.q_proj.weight": "model-00020-of-00031.safetensors",
|
| 594 |
+
"model.layers.52.self_attn.v_proj.bias": "model-00020-of-00031.safetensors",
|
| 595 |
+
"model.layers.52.self_attn.v_proj.weight": "model-00020-of-00031.safetensors",
|
| 596 |
+
"model.layers.53.input_layernorm.weight": "model-00021-of-00031.safetensors",
|
| 597 |
+
"model.layers.53.mlp.down_proj.weight": "model-00021-of-00031.safetensors",
|
| 598 |
+
"model.layers.53.mlp.gate_proj.weight": "model-00020-of-00031.safetensors",
|
| 599 |
+
"model.layers.53.mlp.up_proj.weight": "model-00021-of-00031.safetensors",
|
| 600 |
+
"model.layers.53.post_attention_layernorm.weight": "model-00021-of-00031.safetensors",
|
| 601 |
+
"model.layers.53.self_attn.k_proj.bias": "model-00020-of-00031.safetensors",
|
| 602 |
+
"model.layers.53.self_attn.k_proj.weight": "model-00020-of-00031.safetensors",
|
| 603 |
+
"model.layers.53.self_attn.o_proj.weight": "model-00020-of-00031.safetensors",
|
| 604 |
+
"model.layers.53.self_attn.q_proj.bias": "model-00020-of-00031.safetensors",
|
| 605 |
+
"model.layers.53.self_attn.q_proj.weight": "model-00020-of-00031.safetensors",
|
| 606 |
+
"model.layers.53.self_attn.v_proj.bias": "model-00020-of-00031.safetensors",
|
| 607 |
+
"model.layers.53.self_attn.v_proj.weight": "model-00020-of-00031.safetensors",
|
| 608 |
+
"model.layers.54.input_layernorm.weight": "model-00021-of-00031.safetensors",
|
| 609 |
+
"model.layers.54.mlp.down_proj.weight": "model-00021-of-00031.safetensors",
|
| 610 |
+
"model.layers.54.mlp.gate_proj.weight": "model-00021-of-00031.safetensors",
|
| 611 |
+
"model.layers.54.mlp.up_proj.weight": "model-00021-of-00031.safetensors",
|
| 612 |
+
"model.layers.54.post_attention_layernorm.weight": "model-00021-of-00031.safetensors",
|
| 613 |
+
"model.layers.54.self_attn.k_proj.bias": "model-00021-of-00031.safetensors",
|
| 614 |
+
"model.layers.54.self_attn.k_proj.weight": "model-00021-of-00031.safetensors",
|
| 615 |
+
"model.layers.54.self_attn.o_proj.weight": "model-00021-of-00031.safetensors",
|
| 616 |
+
"model.layers.54.self_attn.q_proj.bias": "model-00021-of-00031.safetensors",
|
| 617 |
+
"model.layers.54.self_attn.q_proj.weight": "model-00021-of-00031.safetensors",
|
| 618 |
+
"model.layers.54.self_attn.v_proj.bias": "model-00021-of-00031.safetensors",
|
| 619 |
+
"model.layers.54.self_attn.v_proj.weight": "model-00021-of-00031.safetensors",
|
| 620 |
+
"model.layers.55.input_layernorm.weight": "model-00021-of-00031.safetensors",
|
| 621 |
+
"model.layers.55.mlp.down_proj.weight": "model-00021-of-00031.safetensors",
|
| 622 |
+
"model.layers.55.mlp.gate_proj.weight": "model-00021-of-00031.safetensors",
|
| 623 |
+
"model.layers.55.mlp.up_proj.weight": "model-00021-of-00031.safetensors",
|
| 624 |
+
"model.layers.55.post_attention_layernorm.weight": "model-00021-of-00031.safetensors",
|
| 625 |
+
"model.layers.55.self_attn.k_proj.bias": "model-00021-of-00031.safetensors",
|
| 626 |
+
"model.layers.55.self_attn.k_proj.weight": "model-00021-of-00031.safetensors",
|
| 627 |
+
"model.layers.55.self_attn.o_proj.weight": "model-00021-of-00031.safetensors",
|
| 628 |
+
"model.layers.55.self_attn.q_proj.bias": "model-00021-of-00031.safetensors",
|
| 629 |
+
"model.layers.55.self_attn.q_proj.weight": "model-00021-of-00031.safetensors",
|
| 630 |
+
"model.layers.55.self_attn.v_proj.bias": "model-00021-of-00031.safetensors",
|
| 631 |
+
"model.layers.55.self_attn.v_proj.weight": "model-00021-of-00031.safetensors",
|
| 632 |
+
"model.layers.56.input_layernorm.weight": "model-00022-of-00031.safetensors",
|
| 633 |
+
"model.layers.56.mlp.down_proj.weight": "model-00022-of-00031.safetensors",
|
| 634 |
+
"model.layers.56.mlp.gate_proj.weight": "model-00022-of-00031.safetensors",
|
| 635 |
+
"model.layers.56.mlp.up_proj.weight": "model-00022-of-00031.safetensors",
|
| 636 |
+
"model.layers.56.post_attention_layernorm.weight": "model-00022-of-00031.safetensors",
|
| 637 |
+
"model.layers.56.self_attn.k_proj.bias": "model-00021-of-00031.safetensors",
|
| 638 |
+
"model.layers.56.self_attn.k_proj.weight": "model-00021-of-00031.safetensors",
|
| 639 |
+
"model.layers.56.self_attn.o_proj.weight": "model-00021-of-00031.safetensors",
|
| 640 |
+
"model.layers.56.self_attn.q_proj.bias": "model-00021-of-00031.safetensors",
|
| 641 |
+
"model.layers.56.self_attn.q_proj.weight": "model-00021-of-00031.safetensors",
|
| 642 |
+
"model.layers.56.self_attn.v_proj.bias": "model-00021-of-00031.safetensors",
|
| 643 |
+
"model.layers.56.self_attn.v_proj.weight": "model-00021-of-00031.safetensors",
|
| 644 |
+
"model.layers.57.input_layernorm.weight": "model-00022-of-00031.safetensors",
|
| 645 |
+
"model.layers.57.mlp.down_proj.weight": "model-00022-of-00031.safetensors",
|
| 646 |
+
"model.layers.57.mlp.gate_proj.weight": "model-00022-of-00031.safetensors",
|
| 647 |
+
"model.layers.57.mlp.up_proj.weight": "model-00022-of-00031.safetensors",
|
| 648 |
+
"model.layers.57.post_attention_layernorm.weight": "model-00022-of-00031.safetensors",
|
| 649 |
+
"model.layers.57.self_attn.k_proj.bias": "model-00022-of-00031.safetensors",
|
| 650 |
+
"model.layers.57.self_attn.k_proj.weight": "model-00022-of-00031.safetensors",
|
| 651 |
+
"model.layers.57.self_attn.o_proj.weight": "model-00022-of-00031.safetensors",
|
| 652 |
+
"model.layers.57.self_attn.q_proj.bias": "model-00022-of-00031.safetensors",
|
| 653 |
+
"model.layers.57.self_attn.q_proj.weight": "model-00022-of-00031.safetensors",
|
| 654 |
+
"model.layers.57.self_attn.v_proj.bias": "model-00022-of-00031.safetensors",
|
| 655 |
+
"model.layers.57.self_attn.v_proj.weight": "model-00022-of-00031.safetensors",
|
| 656 |
+
"model.layers.58.input_layernorm.weight": "model-00022-of-00031.safetensors",
|
| 657 |
+
"model.layers.58.mlp.down_proj.weight": "model-00022-of-00031.safetensors",
|
| 658 |
+
"model.layers.58.mlp.gate_proj.weight": "model-00022-of-00031.safetensors",
|
| 659 |
+
"model.layers.58.mlp.up_proj.weight": "model-00022-of-00031.safetensors",
|
| 660 |
+
"model.layers.58.post_attention_layernorm.weight": "model-00022-of-00031.safetensors",
|
| 661 |
+
"model.layers.58.self_attn.k_proj.bias": "model-00022-of-00031.safetensors",
|
| 662 |
+
"model.layers.58.self_attn.k_proj.weight": "model-00022-of-00031.safetensors",
|
| 663 |
+
"model.layers.58.self_attn.o_proj.weight": "model-00022-of-00031.safetensors",
|
| 664 |
+
"model.layers.58.self_attn.q_proj.bias": "model-00022-of-00031.safetensors",
|
| 665 |
+
"model.layers.58.self_attn.q_proj.weight": "model-00022-of-00031.safetensors",
|
| 666 |
+
"model.layers.58.self_attn.v_proj.bias": "model-00022-of-00031.safetensors",
|
| 667 |
+
"model.layers.58.self_attn.v_proj.weight": "model-00022-of-00031.safetensors",
|
| 668 |
+
"model.layers.59.input_layernorm.weight": "model-00023-of-00031.safetensors",
|
| 669 |
+
"model.layers.59.mlp.down_proj.weight": "model-00023-of-00031.safetensors",
|
| 670 |
+
"model.layers.59.mlp.gate_proj.weight": "model-00023-of-00031.safetensors",
|
| 671 |
+
"model.layers.59.mlp.up_proj.weight": "model-00023-of-00031.safetensors",
|
| 672 |
+
"model.layers.59.post_attention_layernorm.weight": "model-00023-of-00031.safetensors",
|
| 673 |
+
"model.layers.59.self_attn.k_proj.bias": "model-00023-of-00031.safetensors",
|
| 674 |
+
"model.layers.59.self_attn.k_proj.weight": "model-00023-of-00031.safetensors",
|
| 675 |
+
"model.layers.59.self_attn.o_proj.weight": "model-00023-of-00031.safetensors",
|
| 676 |
+
"model.layers.59.self_attn.q_proj.bias": "model-00023-of-00031.safetensors",
|
| 677 |
+
"model.layers.59.self_attn.q_proj.weight": "model-00023-of-00031.safetensors",
|
| 678 |
+
"model.layers.59.self_attn.v_proj.bias": "model-00023-of-00031.safetensors",
|
| 679 |
+
"model.layers.59.self_attn.v_proj.weight": "model-00023-of-00031.safetensors",
|
| 680 |
+
"model.layers.6.input_layernorm.weight": "model-00004-of-00031.safetensors",
|
| 681 |
+
"model.layers.6.mlp.down_proj.weight": "model-00004-of-00031.safetensors",
|
| 682 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00003-of-00031.safetensors",
|
| 683 |
+
"model.layers.6.mlp.up_proj.weight": "model-00003-of-00031.safetensors",
|
| 684 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00004-of-00031.safetensors",
|
| 685 |
+
"model.layers.6.self_attn.k_proj.bias": "model-00003-of-00031.safetensors",
|
| 686 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00003-of-00031.safetensors",
|
| 687 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00003-of-00031.safetensors",
|
| 688 |
+
"model.layers.6.self_attn.q_proj.bias": "model-00003-of-00031.safetensors",
|
| 689 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00003-of-00031.safetensors",
|
| 690 |
+
"model.layers.6.self_attn.v_proj.bias": "model-00003-of-00031.safetensors",
|
| 691 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00003-of-00031.safetensors",
|
| 692 |
+
"model.layers.60.input_layernorm.weight": "model-00023-of-00031.safetensors",
|
| 693 |
+
"model.layers.60.mlp.down_proj.weight": "model-00023-of-00031.safetensors",
|
| 694 |
+
"model.layers.60.mlp.gate_proj.weight": "model-00023-of-00031.safetensors",
|
| 695 |
+
"model.layers.60.mlp.up_proj.weight": "model-00023-of-00031.safetensors",
|
| 696 |
+
"model.layers.60.post_attention_layernorm.weight": "model-00023-of-00031.safetensors",
|
| 697 |
+
"model.layers.60.self_attn.k_proj.bias": "model-00023-of-00031.safetensors",
|
| 698 |
+
"model.layers.60.self_attn.k_proj.weight": "model-00023-of-00031.safetensors",
|
| 699 |
+
"model.layers.60.self_attn.o_proj.weight": "model-00023-of-00031.safetensors",
|
| 700 |
+
"model.layers.60.self_attn.q_proj.bias": "model-00023-of-00031.safetensors",
|
| 701 |
+
"model.layers.60.self_attn.q_proj.weight": "model-00023-of-00031.safetensors",
|
| 702 |
+
"model.layers.60.self_attn.v_proj.bias": "model-00023-of-00031.safetensors",
|
| 703 |
+
"model.layers.60.self_attn.v_proj.weight": "model-00023-of-00031.safetensors",
|
| 704 |
+
"model.layers.61.input_layernorm.weight": "model-00024-of-00031.safetensors",
|
| 705 |
+
"model.layers.61.mlp.down_proj.weight": "model-00024-of-00031.safetensors",
|
| 706 |
+
"model.layers.61.mlp.gate_proj.weight": "model-00023-of-00031.safetensors",
|
| 707 |
+
"model.layers.61.mlp.up_proj.weight": "model-00023-of-00031.safetensors",
|
| 708 |
+
"model.layers.61.post_attention_layernorm.weight": "model-00024-of-00031.safetensors",
|
| 709 |
+
"model.layers.61.self_attn.k_proj.bias": "model-00023-of-00031.safetensors",
|
| 710 |
+
"model.layers.61.self_attn.k_proj.weight": "model-00023-of-00031.safetensors",
|
| 711 |
+
"model.layers.61.self_attn.o_proj.weight": "model-00023-of-00031.safetensors",
|
| 712 |
+
"model.layers.61.self_attn.q_proj.bias": "model-00023-of-00031.safetensors",
|
| 713 |
+
"model.layers.61.self_attn.q_proj.weight": "model-00023-of-00031.safetensors",
|
| 714 |
+
"model.layers.61.self_attn.v_proj.bias": "model-00023-of-00031.safetensors",
|
| 715 |
+
"model.layers.61.self_attn.v_proj.weight": "model-00023-of-00031.safetensors",
|
| 716 |
+
"model.layers.62.input_layernorm.weight": "model-00024-of-00031.safetensors",
|
| 717 |
+
"model.layers.62.mlp.down_proj.weight": "model-00024-of-00031.safetensors",
|
| 718 |
+
"model.layers.62.mlp.gate_proj.weight": "model-00024-of-00031.safetensors",
|
| 719 |
+
"model.layers.62.mlp.up_proj.weight": "model-00024-of-00031.safetensors",
|
| 720 |
+
"model.layers.62.post_attention_layernorm.weight": "model-00024-of-00031.safetensors",
|
| 721 |
+
"model.layers.62.self_attn.k_proj.bias": "model-00024-of-00031.safetensors",
|
| 722 |
+
"model.layers.62.self_attn.k_proj.weight": "model-00024-of-00031.safetensors",
|
| 723 |
+
"model.layers.62.self_attn.o_proj.weight": "model-00024-of-00031.safetensors",
|
| 724 |
+
"model.layers.62.self_attn.q_proj.bias": "model-00024-of-00031.safetensors",
|
| 725 |
+
"model.layers.62.self_attn.q_proj.weight": "model-00024-of-00031.safetensors",
|
| 726 |
+
"model.layers.62.self_attn.v_proj.bias": "model-00024-of-00031.safetensors",
|
| 727 |
+
"model.layers.62.self_attn.v_proj.weight": "model-00024-of-00031.safetensors",
|
| 728 |
+
"model.layers.63.input_layernorm.weight": "model-00024-of-00031.safetensors",
|
| 729 |
+
"model.layers.63.mlp.down_proj.weight": "model-00024-of-00031.safetensors",
|
| 730 |
+
"model.layers.63.mlp.gate_proj.weight": "model-00024-of-00031.safetensors",
|
| 731 |
+
"model.layers.63.mlp.up_proj.weight": "model-00024-of-00031.safetensors",
|
| 732 |
+
"model.layers.63.post_attention_layernorm.weight": "model-00024-of-00031.safetensors",
|
| 733 |
+
"model.layers.63.self_attn.k_proj.bias": "model-00024-of-00031.safetensors",
|
| 734 |
+
"model.layers.63.self_attn.k_proj.weight": "model-00024-of-00031.safetensors",
|
| 735 |
+
"model.layers.63.self_attn.o_proj.weight": "model-00024-of-00031.safetensors",
|
| 736 |
+
"model.layers.63.self_attn.q_proj.bias": "model-00024-of-00031.safetensors",
|
| 737 |
+
"model.layers.63.self_attn.q_proj.weight": "model-00024-of-00031.safetensors",
|
| 738 |
+
"model.layers.63.self_attn.v_proj.bias": "model-00024-of-00031.safetensors",
|
| 739 |
+
"model.layers.63.self_attn.v_proj.weight": "model-00024-of-00031.safetensors",
|
| 740 |
+
"model.layers.64.input_layernorm.weight": "model-00025-of-00031.safetensors",
|
| 741 |
+
"model.layers.64.mlp.down_proj.weight": "model-00025-of-00031.safetensors",
|
| 742 |
+
"model.layers.64.mlp.gate_proj.weight": "model-00024-of-00031.safetensors",
|
| 743 |
+
"model.layers.64.mlp.up_proj.weight": "model-00025-of-00031.safetensors",
|
| 744 |
+
"model.layers.64.post_attention_layernorm.weight": "model-00025-of-00031.safetensors",
|
| 745 |
+
"model.layers.64.self_attn.k_proj.bias": "model-00024-of-00031.safetensors",
|
| 746 |
+
"model.layers.64.self_attn.k_proj.weight": "model-00024-of-00031.safetensors",
|
| 747 |
+
"model.layers.64.self_attn.o_proj.weight": "model-00024-of-00031.safetensors",
|
| 748 |
+
"model.layers.64.self_attn.q_proj.bias": "model-00024-of-00031.safetensors",
|
| 749 |
+
"model.layers.64.self_attn.q_proj.weight": "model-00024-of-00031.safetensors",
|
| 750 |
+
"model.layers.64.self_attn.v_proj.bias": "model-00024-of-00031.safetensors",
|
| 751 |
+
"model.layers.64.self_attn.v_proj.weight": "model-00024-of-00031.safetensors",
|
| 752 |
+
"model.layers.65.input_layernorm.weight": "model-00025-of-00031.safetensors",
|
| 753 |
+
"model.layers.65.mlp.down_proj.weight": "model-00025-of-00031.safetensors",
|
| 754 |
+
"model.layers.65.mlp.gate_proj.weight": "model-00025-of-00031.safetensors",
|
| 755 |
+
"model.layers.65.mlp.up_proj.weight": "model-00025-of-00031.safetensors",
|
| 756 |
+
"model.layers.65.post_attention_layernorm.weight": "model-00025-of-00031.safetensors",
|
| 757 |
+
"model.layers.65.self_attn.k_proj.bias": "model-00025-of-00031.safetensors",
|
| 758 |
+
"model.layers.65.self_attn.k_proj.weight": "model-00025-of-00031.safetensors",
|
| 759 |
+
"model.layers.65.self_attn.o_proj.weight": "model-00025-of-00031.safetensors",
|
| 760 |
+
"model.layers.65.self_attn.q_proj.bias": "model-00025-of-00031.safetensors",
|
| 761 |
+
"model.layers.65.self_attn.q_proj.weight": "model-00025-of-00031.safetensors",
|
| 762 |
+
"model.layers.65.self_attn.v_proj.bias": "model-00025-of-00031.safetensors",
|
| 763 |
+
"model.layers.65.self_attn.v_proj.weight": "model-00025-of-00031.safetensors",
|
| 764 |
+
"model.layers.66.input_layernorm.weight": "model-00025-of-00031.safetensors",
|
| 765 |
+
"model.layers.66.mlp.down_proj.weight": "model-00025-of-00031.safetensors",
|
| 766 |
+
"model.layers.66.mlp.gate_proj.weight": "model-00025-of-00031.safetensors",
|
| 767 |
+
"model.layers.66.mlp.up_proj.weight": "model-00025-of-00031.safetensors",
|
| 768 |
+
"model.layers.66.post_attention_layernorm.weight": "model-00025-of-00031.safetensors",
|
| 769 |
+
"model.layers.66.self_attn.k_proj.bias": "model-00025-of-00031.safetensors",
|
| 770 |
+
"model.layers.66.self_attn.k_proj.weight": "model-00025-of-00031.safetensors",
|
| 771 |
+
"model.layers.66.self_attn.o_proj.weight": "model-00025-of-00031.safetensors",
|
| 772 |
+
"model.layers.66.self_attn.q_proj.bias": "model-00025-of-00031.safetensors",
|
| 773 |
+
"model.layers.66.self_attn.q_proj.weight": "model-00025-of-00031.safetensors",
|
| 774 |
+
"model.layers.66.self_attn.v_proj.bias": "model-00025-of-00031.safetensors",
|
| 775 |
+
"model.layers.66.self_attn.v_proj.weight": "model-00025-of-00031.safetensors",
|
| 776 |
+
"model.layers.67.input_layernorm.weight": "model-00026-of-00031.safetensors",
|
| 777 |
+
"model.layers.67.mlp.down_proj.weight": "model-00026-of-00031.safetensors",
|
| 778 |
+
"model.layers.67.mlp.gate_proj.weight": "model-00026-of-00031.safetensors",
|
| 779 |
+
"model.layers.67.mlp.up_proj.weight": "model-00026-of-00031.safetensors",
|
| 780 |
+
"model.layers.67.post_attention_layernorm.weight": "model-00026-of-00031.safetensors",
|
| 781 |
+
"model.layers.67.self_attn.k_proj.bias": "model-00025-of-00031.safetensors",
|
| 782 |
+
"model.layers.67.self_attn.k_proj.weight": "model-00025-of-00031.safetensors",
|
| 783 |
+
"model.layers.67.self_attn.o_proj.weight": "model-00025-of-00031.safetensors",
|
| 784 |
+
"model.layers.67.self_attn.q_proj.bias": "model-00025-of-00031.safetensors",
|
| 785 |
+
"model.layers.67.self_attn.q_proj.weight": "model-00025-of-00031.safetensors",
|
| 786 |
+
"model.layers.67.self_attn.v_proj.bias": "model-00025-of-00031.safetensors",
|
| 787 |
+
"model.layers.67.self_attn.v_proj.weight": "model-00025-of-00031.safetensors",
|
| 788 |
+
"model.layers.68.input_layernorm.weight": "model-00026-of-00031.safetensors",
|
| 789 |
+
"model.layers.68.mlp.down_proj.weight": "model-00026-of-00031.safetensors",
|
| 790 |
+
"model.layers.68.mlp.gate_proj.weight": "model-00026-of-00031.safetensors",
|
| 791 |
+
"model.layers.68.mlp.up_proj.weight": "model-00026-of-00031.safetensors",
|
| 792 |
+
"model.layers.68.post_attention_layernorm.weight": "model-00026-of-00031.safetensors",
|
| 793 |
+
"model.layers.68.self_attn.k_proj.bias": "model-00026-of-00031.safetensors",
|
| 794 |
+
"model.layers.68.self_attn.k_proj.weight": "model-00026-of-00031.safetensors",
|
| 795 |
+
"model.layers.68.self_attn.o_proj.weight": "model-00026-of-00031.safetensors",
|
| 796 |
+
"model.layers.68.self_attn.q_proj.bias": "model-00026-of-00031.safetensors",
|
| 797 |
+
"model.layers.68.self_attn.q_proj.weight": "model-00026-of-00031.safetensors",
|
| 798 |
+
"model.layers.68.self_attn.v_proj.bias": "model-00026-of-00031.safetensors",
|
| 799 |
+
"model.layers.68.self_attn.v_proj.weight": "model-00026-of-00031.safetensors",
|
| 800 |
+
"model.layers.69.input_layernorm.weight": "model-00026-of-00031.safetensors",
|
| 801 |
+
"model.layers.69.mlp.down_proj.weight": "model-00026-of-00031.safetensors",
|
| 802 |
+
"model.layers.69.mlp.gate_proj.weight": "model-00026-of-00031.safetensors",
|
| 803 |
+
"model.layers.69.mlp.up_proj.weight": "model-00026-of-00031.safetensors",
|
| 804 |
+
"model.layers.69.post_attention_layernorm.weight": "model-00026-of-00031.safetensors",
|
| 805 |
+
"model.layers.69.self_attn.k_proj.bias": "model-00026-of-00031.safetensors",
|
| 806 |
+
"model.layers.69.self_attn.k_proj.weight": "model-00026-of-00031.safetensors",
|
| 807 |
+
"model.layers.69.self_attn.o_proj.weight": "model-00026-of-00031.safetensors",
|
| 808 |
+
"model.layers.69.self_attn.q_proj.bias": "model-00026-of-00031.safetensors",
|
| 809 |
+
"model.layers.69.self_attn.q_proj.weight": "model-00026-of-00031.safetensors",
|
| 810 |
+
"model.layers.69.self_attn.v_proj.bias": "model-00026-of-00031.safetensors",
|
| 811 |
+
"model.layers.69.self_attn.v_proj.weight": "model-00026-of-00031.safetensors",
|
| 812 |
+
"model.layers.7.input_layernorm.weight": "model-00004-of-00031.safetensors",
|
| 813 |
+
"model.layers.7.mlp.down_proj.weight": "model-00004-of-00031.safetensors",
|
| 814 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00004-of-00031.safetensors",
|
| 815 |
+
"model.layers.7.mlp.up_proj.weight": "model-00004-of-00031.safetensors",
|
| 816 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00004-of-00031.safetensors",
|
| 817 |
+
"model.layers.7.self_attn.k_proj.bias": "model-00004-of-00031.safetensors",
|
| 818 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00004-of-00031.safetensors",
|
| 819 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00004-of-00031.safetensors",
|
| 820 |
+
"model.layers.7.self_attn.q_proj.bias": "model-00004-of-00031.safetensors",
|
| 821 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00004-of-00031.safetensors",
|
| 822 |
+
"model.layers.7.self_attn.v_proj.bias": "model-00004-of-00031.safetensors",
|
| 823 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00004-of-00031.safetensors",
|
| 824 |
+
"model.layers.70.input_layernorm.weight": "model-00027-of-00031.safetensors",
|
| 825 |
+
"model.layers.70.mlp.down_proj.weight": "model-00027-of-00031.safetensors",
|
| 826 |
+
"model.layers.70.mlp.gate_proj.weight": "model-00027-of-00031.safetensors",
|
| 827 |
+
"model.layers.70.mlp.up_proj.weight": "model-00027-of-00031.safetensors",
|
| 828 |
+
"model.layers.70.post_attention_layernorm.weight": "model-00027-of-00031.safetensors",
|
| 829 |
+
"model.layers.70.self_attn.k_proj.bias": "model-00027-of-00031.safetensors",
|
| 830 |
+
"model.layers.70.self_attn.k_proj.weight": "model-00027-of-00031.safetensors",
|
| 831 |
+
"model.layers.70.self_attn.o_proj.weight": "model-00027-of-00031.safetensors",
|
| 832 |
+
"model.layers.70.self_attn.q_proj.bias": "model-00027-of-00031.safetensors",
|
| 833 |
+
"model.layers.70.self_attn.q_proj.weight": "model-00027-of-00031.safetensors",
|
| 834 |
+
"model.layers.70.self_attn.v_proj.bias": "model-00027-of-00031.safetensors",
|
| 835 |
+
"model.layers.70.self_attn.v_proj.weight": "model-00027-of-00031.safetensors",
|
| 836 |
+
"model.layers.71.input_layernorm.weight": "model-00027-of-00031.safetensors",
|
| 837 |
+
"model.layers.71.mlp.down_proj.weight": "model-00027-of-00031.safetensors",
|
| 838 |
+
"model.layers.71.mlp.gate_proj.weight": "model-00027-of-00031.safetensors",
|
| 839 |
+
"model.layers.71.mlp.up_proj.weight": "model-00027-of-00031.safetensors",
|
| 840 |
+
"model.layers.71.post_attention_layernorm.weight": "model-00027-of-00031.safetensors",
|
| 841 |
+
"model.layers.71.self_attn.k_proj.bias": "model-00027-of-00031.safetensors",
|
| 842 |
+
"model.layers.71.self_attn.k_proj.weight": "model-00027-of-00031.safetensors",
|
| 843 |
+
"model.layers.71.self_attn.o_proj.weight": "model-00027-of-00031.safetensors",
|
| 844 |
+
"model.layers.71.self_attn.q_proj.bias": "model-00027-of-00031.safetensors",
|
| 845 |
+
"model.layers.71.self_attn.q_proj.weight": "model-00027-of-00031.safetensors",
|
| 846 |
+
"model.layers.71.self_attn.v_proj.bias": "model-00027-of-00031.safetensors",
|
| 847 |
+
"model.layers.71.self_attn.v_proj.weight": "model-00027-of-00031.safetensors",
|
| 848 |
+
"model.layers.72.input_layernorm.weight": "model-00028-of-00031.safetensors",
|
| 849 |
+
"model.layers.72.mlp.down_proj.weight": "model-00028-of-00031.safetensors",
|
| 850 |
+
"model.layers.72.mlp.gate_proj.weight": "model-00027-of-00031.safetensors",
|
| 851 |
+
"model.layers.72.mlp.up_proj.weight": "model-00027-of-00031.safetensors",
|
| 852 |
+
"model.layers.72.post_attention_layernorm.weight": "model-00028-of-00031.safetensors",
|
| 853 |
+
"model.layers.72.self_attn.k_proj.bias": "model-00027-of-00031.safetensors",
|
| 854 |
+
"model.layers.72.self_attn.k_proj.weight": "model-00027-of-00031.safetensors",
|
| 855 |
+
"model.layers.72.self_attn.o_proj.weight": "model-00027-of-00031.safetensors",
|
| 856 |
+
"model.layers.72.self_attn.q_proj.bias": "model-00027-of-00031.safetensors",
|
| 857 |
+
"model.layers.72.self_attn.q_proj.weight": "model-00027-of-00031.safetensors",
|
| 858 |
+
"model.layers.72.self_attn.v_proj.bias": "model-00027-of-00031.safetensors",
|
| 859 |
+
"model.layers.72.self_attn.v_proj.weight": "model-00027-of-00031.safetensors",
|
| 860 |
+
"model.layers.73.input_layernorm.weight": "model-00028-of-00031.safetensors",
|
| 861 |
+
"model.layers.73.mlp.down_proj.weight": "model-00028-of-00031.safetensors",
|
| 862 |
+
"model.layers.73.mlp.gate_proj.weight": "model-00028-of-00031.safetensors",
|
| 863 |
+
"model.layers.73.mlp.up_proj.weight": "model-00028-of-00031.safetensors",
|
| 864 |
+
"model.layers.73.post_attention_layernorm.weight": "model-00028-of-00031.safetensors",
|
| 865 |
+
"model.layers.73.self_attn.k_proj.bias": "model-00028-of-00031.safetensors",
|
| 866 |
+
"model.layers.73.self_attn.k_proj.weight": "model-00028-of-00031.safetensors",
|
| 867 |
+
"model.layers.73.self_attn.o_proj.weight": "model-00028-of-00031.safetensors",
|
| 868 |
+
"model.layers.73.self_attn.q_proj.bias": "model-00028-of-00031.safetensors",
|
| 869 |
+
"model.layers.73.self_attn.q_proj.weight": "model-00028-of-00031.safetensors",
|
| 870 |
+
"model.layers.73.self_attn.v_proj.bias": "model-00028-of-00031.safetensors",
|
| 871 |
+
"model.layers.73.self_attn.v_proj.weight": "model-00028-of-00031.safetensors",
|
| 872 |
+
"model.layers.74.input_layernorm.weight": "model-00028-of-00031.safetensors",
|
| 873 |
+
"model.layers.74.mlp.down_proj.weight": "model-00028-of-00031.safetensors",
|
| 874 |
+
"model.layers.74.mlp.gate_proj.weight": "model-00028-of-00031.safetensors",
|
| 875 |
+
"model.layers.74.mlp.up_proj.weight": "model-00028-of-00031.safetensors",
|
| 876 |
+
"model.layers.74.post_attention_layernorm.weight": "model-00028-of-00031.safetensors",
|
| 877 |
+
"model.layers.74.self_attn.k_proj.bias": "model-00028-of-00031.safetensors",
|
| 878 |
+
"model.layers.74.self_attn.k_proj.weight": "model-00028-of-00031.safetensors",
|
| 879 |
+
"model.layers.74.self_attn.o_proj.weight": "model-00028-of-00031.safetensors",
|
| 880 |
+
"model.layers.74.self_attn.q_proj.bias": "model-00028-of-00031.safetensors",
|
| 881 |
+
"model.layers.74.self_attn.q_proj.weight": "model-00028-of-00031.safetensors",
|
| 882 |
+
"model.layers.74.self_attn.v_proj.bias": "model-00028-of-00031.safetensors",
|
| 883 |
+
"model.layers.74.self_attn.v_proj.weight": "model-00028-of-00031.safetensors",
|
| 884 |
+
"model.layers.75.input_layernorm.weight": "model-00029-of-00031.safetensors",
|
| 885 |
+
"model.layers.75.mlp.down_proj.weight": "model-00029-of-00031.safetensors",
|
| 886 |
+
"model.layers.75.mlp.gate_proj.weight": "model-00028-of-00031.safetensors",
|
| 887 |
+
"model.layers.75.mlp.up_proj.weight": "model-00029-of-00031.safetensors",
|
| 888 |
+
"model.layers.75.post_attention_layernorm.weight": "model-00029-of-00031.safetensors",
|
| 889 |
+
"model.layers.75.self_attn.k_proj.bias": "model-00028-of-00031.safetensors",
|
| 890 |
+
"model.layers.75.self_attn.k_proj.weight": "model-00028-of-00031.safetensors",
|
| 891 |
+
"model.layers.75.self_attn.o_proj.weight": "model-00028-of-00031.safetensors",
|
| 892 |
+
"model.layers.75.self_attn.q_proj.bias": "model-00028-of-00031.safetensors",
|
| 893 |
+
"model.layers.75.self_attn.q_proj.weight": "model-00028-of-00031.safetensors",
|
| 894 |
+
"model.layers.75.self_attn.v_proj.bias": "model-00028-of-00031.safetensors",
|
| 895 |
+
"model.layers.75.self_attn.v_proj.weight": "model-00028-of-00031.safetensors",
|
| 896 |
+
"model.layers.76.input_layernorm.weight": "model-00029-of-00031.safetensors",
|
| 897 |
+
"model.layers.76.mlp.down_proj.weight": "model-00029-of-00031.safetensors",
|
| 898 |
+
"model.layers.76.mlp.gate_proj.weight": "model-00029-of-00031.safetensors",
|
| 899 |
+
"model.layers.76.mlp.up_proj.weight": "model-00029-of-00031.safetensors",
|
| 900 |
+
"model.layers.76.post_attention_layernorm.weight": "model-00029-of-00031.safetensors",
|
| 901 |
+
"model.layers.76.self_attn.k_proj.bias": "model-00029-of-00031.safetensors",
|
| 902 |
+
"model.layers.76.self_attn.k_proj.weight": "model-00029-of-00031.safetensors",
|
| 903 |
+
"model.layers.76.self_attn.o_proj.weight": "model-00029-of-00031.safetensors",
|
| 904 |
+
"model.layers.76.self_attn.q_proj.bias": "model-00029-of-00031.safetensors",
|
| 905 |
+
"model.layers.76.self_attn.q_proj.weight": "model-00029-of-00031.safetensors",
|
| 906 |
+
"model.layers.76.self_attn.v_proj.bias": "model-00029-of-00031.safetensors",
|
| 907 |
+
"model.layers.76.self_attn.v_proj.weight": "model-00029-of-00031.safetensors",
|
| 908 |
+
"model.layers.77.input_layernorm.weight": "model-00029-of-00031.safetensors",
|
| 909 |
+
"model.layers.77.mlp.down_proj.weight": "model-00029-of-00031.safetensors",
|
| 910 |
+
"model.layers.77.mlp.gate_proj.weight": "model-00029-of-00031.safetensors",
|
| 911 |
+
"model.layers.77.mlp.up_proj.weight": "model-00029-of-00031.safetensors",
|
| 912 |
+
"model.layers.77.post_attention_layernorm.weight": "model-00029-of-00031.safetensors",
|
| 913 |
+
"model.layers.77.self_attn.k_proj.bias": "model-00029-of-00031.safetensors",
|
| 914 |
+
"model.layers.77.self_attn.k_proj.weight": "model-00029-of-00031.safetensors",
|
| 915 |
+
"model.layers.77.self_attn.o_proj.weight": "model-00029-of-00031.safetensors",
|
| 916 |
+
"model.layers.77.self_attn.q_proj.bias": "model-00029-of-00031.safetensors",
|
| 917 |
+
"model.layers.77.self_attn.q_proj.weight": "model-00029-of-00031.safetensors",
|
| 918 |
+
"model.layers.77.self_attn.v_proj.bias": "model-00029-of-00031.safetensors",
|
| 919 |
+
"model.layers.77.self_attn.v_proj.weight": "model-00029-of-00031.safetensors",
|
| 920 |
+
"model.layers.78.input_layernorm.weight": "model-00030-of-00031.safetensors",
|
| 921 |
+
"model.layers.78.mlp.down_proj.weight": "model-00030-of-00031.safetensors",
|
| 922 |
+
"model.layers.78.mlp.gate_proj.weight": "model-00030-of-00031.safetensors",
|
| 923 |
+
"model.layers.78.mlp.up_proj.weight": "model-00030-of-00031.safetensors",
|
| 924 |
+
"model.layers.78.post_attention_layernorm.weight": "model-00030-of-00031.safetensors",
|
| 925 |
+
"model.layers.78.self_attn.k_proj.bias": "model-00029-of-00031.safetensors",
|
| 926 |
+
"model.layers.78.self_attn.k_proj.weight": "model-00029-of-00031.safetensors",
|
| 927 |
+
"model.layers.78.self_attn.o_proj.weight": "model-00029-of-00031.safetensors",
|
| 928 |
+
"model.layers.78.self_attn.q_proj.bias": "model-00029-of-00031.safetensors",
|
| 929 |
+
"model.layers.78.self_attn.q_proj.weight": "model-00029-of-00031.safetensors",
|
| 930 |
+
"model.layers.78.self_attn.v_proj.bias": "model-00029-of-00031.safetensors",
|
| 931 |
+
"model.layers.78.self_attn.v_proj.weight": "model-00029-of-00031.safetensors",
|
| 932 |
+
"model.layers.79.input_layernorm.weight": "model-00030-of-00031.safetensors",
|
| 933 |
+
"model.layers.79.mlp.down_proj.weight": "model-00030-of-00031.safetensors",
|
| 934 |
+
"model.layers.79.mlp.gate_proj.weight": "model-00030-of-00031.safetensors",
|
| 935 |
+
"model.layers.79.mlp.up_proj.weight": "model-00030-of-00031.safetensors",
|
| 936 |
+
"model.layers.79.post_attention_layernorm.weight": "model-00030-of-00031.safetensors",
|
| 937 |
+
"model.layers.79.self_attn.k_proj.bias": "model-00030-of-00031.safetensors",
|
| 938 |
+
"model.layers.79.self_attn.k_proj.weight": "model-00030-of-00031.safetensors",
|
| 939 |
+
"model.layers.79.self_attn.o_proj.weight": "model-00030-of-00031.safetensors",
|
| 940 |
+
"model.layers.79.self_attn.q_proj.bias": "model-00030-of-00031.safetensors",
|
| 941 |
+
"model.layers.79.self_attn.q_proj.weight": "model-00030-of-00031.safetensors",
|
| 942 |
+
"model.layers.79.self_attn.v_proj.bias": "model-00030-of-00031.safetensors",
|
| 943 |
+
"model.layers.79.self_attn.v_proj.weight": "model-00030-of-00031.safetensors",
|
| 944 |
+
"model.layers.8.input_layernorm.weight": "model-00004-of-00031.safetensors",
|
| 945 |
+
"model.layers.8.mlp.down_proj.weight": "model-00004-of-00031.safetensors",
|
| 946 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00004-of-00031.safetensors",
|
| 947 |
+
"model.layers.8.mlp.up_proj.weight": "model-00004-of-00031.safetensors",
|
| 948 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00004-of-00031.safetensors",
|
| 949 |
+
"model.layers.8.self_attn.k_proj.bias": "model-00004-of-00031.safetensors",
|
| 950 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00004-of-00031.safetensors",
|
| 951 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00004-of-00031.safetensors",
|
| 952 |
+
"model.layers.8.self_attn.q_proj.bias": "model-00004-of-00031.safetensors",
|
| 953 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00004-of-00031.safetensors",
|
| 954 |
+
"model.layers.8.self_attn.v_proj.bias": "model-00004-of-00031.safetensors",
|
| 955 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00004-of-00031.safetensors",
|
| 956 |
+
"model.layers.9.input_layernorm.weight": "model-00005-of-00031.safetensors",
|
| 957 |
+
"model.layers.9.mlp.down_proj.weight": "model-00005-of-00031.safetensors",
|
| 958 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00004-of-00031.safetensors",
|
| 959 |
+
"model.layers.9.mlp.up_proj.weight": "model-00005-of-00031.safetensors",
|
| 960 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00005-of-00031.safetensors",
|
| 961 |
+
"model.layers.9.self_attn.k_proj.bias": "model-00004-of-00031.safetensors",
|
| 962 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00004-of-00031.safetensors",
|
| 963 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00004-of-00031.safetensors",
|
| 964 |
+
"model.layers.9.self_attn.q_proj.bias": "model-00004-of-00031.safetensors",
|
| 965 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00004-of-00031.safetensors",
|
| 966 |
+
"model.layers.9.self_attn.v_proj.bias": "model-00004-of-00031.safetensors",
|
| 967 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00004-of-00031.safetensors",
|
| 968 |
+
"model.norm.weight": "model-00030-of-00031.safetensors"
|
| 969 |
+
}
|
| 970 |
+
}
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|im_start|>",
|
| 4 |
+
"<|im_end|>"
|
| 5 |
+
],
|
| 6 |
+
"eos_token": {
|
| 7 |
+
"content": "<|endoftext|>",
|
| 8 |
+
"lstrip": false,
|
| 9 |
+
"normalized": false,
|
| 10 |
+
"rstrip": false,
|
| 11 |
+
"single_word": false
|
| 12 |
+
},
|
| 13 |
+
"pad_token": {
|
| 14 |
+
"content": "<|endoftext|>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false
|
| 19 |
+
}
|
| 20 |
+
}
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"added_tokens_decoder": {
|
| 4 |
+
"151643": {
|
| 5 |
+
"content": "<|endoftext|>",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": false,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false,
|
| 10 |
+
"special": true
|
| 11 |
+
},
|
| 12 |
+
"151644": {
|
| 13 |
+
"content": "<|im_start|>",
|
| 14 |
+
"lstrip": false,
|
| 15 |
+
"normalized": false,
|
| 16 |
+
"rstrip": false,
|
| 17 |
+
"single_word": false,
|
| 18 |
+
"special": true
|
| 19 |
+
},
|
| 20 |
+
"151645": {
|
| 21 |
+
"content": "<|im_end|>",
|
| 22 |
+
"lstrip": false,
|
| 23 |
+
"normalized": false,
|
| 24 |
+
"rstrip": false,
|
| 25 |
+
"single_word": false,
|
| 26 |
+
"special": true
|
| 27 |
+
}
|
| 28 |
+
},
|
| 29 |
+
"additional_special_tokens": [
|
| 30 |
+
"<|im_start|>",
|
| 31 |
+
"<|im_end|>"
|
| 32 |
+
],
|
| 33 |
+
"bos_token": null,
|
| 34 |
+
"chat_template": "{% set system_message = 'Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n' %}{% if messages[0]['role'] == 'system' %}{% set system_message = messages[0]['content'] %}{% endif %}{% if system_message is defined %}{{ system_message }}{% endif %}{% for message in messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ '### Instruction:\n' + content + '\n\n### Response:\n' }}{% elif message['role'] == 'assistant' %}{{ content + '<|endoftext|>' + '\n\n' }}{% endif %}{% endfor %}",
|
| 35 |
+
"clean_up_tokenization_spaces": false,
|
| 36 |
+
"eos_token": "<|endoftext|>",
|
| 37 |
+
"errors": "replace",
|
| 38 |
+
"model_max_length": 131072,
|
| 39 |
+
"pad_token": "<|endoftext|>",
|
| 40 |
+
"padding_side": "right",
|
| 41 |
+
"split_special_tokens": false,
|
| 42 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 43 |
+
"unk_token": null
|
| 44 |
+
}
|
train_results.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 2.9985842378480414,
|
| 3 |
+
"total_flos": 5.875342281120154e+16,
|
| 4 |
+
"train_loss": 0.11385704865424108,
|
| 5 |
+
"train_runtime": 162519.6807,
|
| 6 |
+
"train_samples_per_second": 3.441,
|
| 7 |
+
"train_steps_per_second": 0.02
|
| 8 |
+
}
|
trainer_log.jsonl
ADDED
|
@@ -0,0 +1,291 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"current_steps": 10, "total_steps": 3177, "loss": 0.3368, "learning_rate": 2.0833333333333334e-06, "epoch": 0.009438414346389807, "percentage": 0.31, "elapsed_time": "0:08:46", "remaining_time": "1 day, 22:18:37", "throughput": "0.00", "total_tokens": 0}
|
| 2 |
+
{"current_steps": 20, "total_steps": 3177, "loss": 0.2696, "learning_rate": 4.166666666666667e-06, "epoch": 0.018876828692779613, "percentage": 0.63, "elapsed_time": "0:17:15", "remaining_time": "1 day, 21:24:29", "throughput": "0.00", "total_tokens": 0}
|
| 3 |
+
{"current_steps": 30, "total_steps": 3177, "loss": 0.2345, "learning_rate": 6.25e-06, "epoch": 0.028315243039169418, "percentage": 0.94, "elapsed_time": "0:25:44", "remaining_time": "1 day, 21:00:53", "throughput": "0.00", "total_tokens": 0}
|
| 4 |
+
{"current_steps": 40, "total_steps": 3177, "loss": 0.213, "learning_rate": 8.333333333333334e-06, "epoch": 0.037753657385559226, "percentage": 1.26, "elapsed_time": "0:34:14", "remaining_time": "1 day, 20:45:20", "throughput": "0.00", "total_tokens": 0}
|
| 5 |
+
{"current_steps": 50, "total_steps": 3177, "loss": 0.194, "learning_rate": 1.0416666666666668e-05, "epoch": 0.04719207173194903, "percentage": 1.57, "elapsed_time": "0:42:43", "remaining_time": "1 day, 20:32:15", "throughput": "0.00", "total_tokens": 0}
|
| 6 |
+
{"current_steps": 60, "total_steps": 3177, "loss": 0.1871, "learning_rate": 1.25e-05, "epoch": 0.056630486078338836, "percentage": 1.89, "elapsed_time": "0:51:13", "remaining_time": "1 day, 20:20:59", "throughput": "0.00", "total_tokens": 0}
|
| 7 |
+
{"current_steps": 70, "total_steps": 3177, "loss": 0.1791, "learning_rate": 1.4583333333333333e-05, "epoch": 0.06606890042472864, "percentage": 2.2, "elapsed_time": "0:59:42", "remaining_time": "1 day, 20:09:59", "throughput": "0.00", "total_tokens": 0}
|
| 8 |
+
{"current_steps": 80, "total_steps": 3177, "loss": 0.1777, "learning_rate": 1.6666666666666667e-05, "epoch": 0.07550731477111845, "percentage": 2.52, "elapsed_time": "1:08:12", "remaining_time": "1 day, 20:00:16", "throughput": "0.00", "total_tokens": 0}
|
| 9 |
+
{"current_steps": 90, "total_steps": 3177, "loss": 0.1743, "learning_rate": 1.8750000000000002e-05, "epoch": 0.08494572911750826, "percentage": 2.83, "elapsed_time": "1:16:41", "remaining_time": "1 day, 19:50:39", "throughput": "0.00", "total_tokens": 0}
|
| 10 |
+
{"current_steps": 100, "total_steps": 3177, "loss": 0.173, "learning_rate": 1.9999916822524766e-05, "epoch": 0.09438414346389806, "percentage": 3.15, "elapsed_time": "1:25:11", "remaining_time": "1 day, 19:41:29", "throughput": "0.00", "total_tokens": 0}
|
| 11 |
+
{"current_steps": 110, "total_steps": 3177, "loss": 0.1697, "learning_rate": 1.999898109181919e-05, "epoch": 0.10382255781028787, "percentage": 3.46, "elapsed_time": "1:33:41", "remaining_time": "1 day, 19:32:20", "throughput": "0.00", "total_tokens": 0}
|
| 12 |
+
{"current_steps": 120, "total_steps": 3177, "loss": 0.1669, "learning_rate": 1.9997005756177228e-05, "epoch": 0.11326097215667767, "percentage": 3.78, "elapsed_time": "1:42:11", "remaining_time": "1 day, 19:23:10", "throughput": "0.00", "total_tokens": 0}
|
| 13 |
+
{"current_steps": 130, "total_steps": 3177, "loss": 0.1664, "learning_rate": 1.999399102097668e-05, "epoch": 0.12269938650306748, "percentage": 4.09, "elapsed_time": "1:50:40", "remaining_time": "1 day, 19:14:02", "throughput": "0.00", "total_tokens": 0}
|
| 14 |
+
{"current_steps": 140, "total_steps": 3177, "loss": 0.1652, "learning_rate": 1.9989937199662845e-05, "epoch": 0.13213780084945728, "percentage": 4.41, "elapsed_time": "1:59:09", "remaining_time": "1 day, 19:04:55", "throughput": "0.00", "total_tokens": 0}
|
| 15 |
+
{"current_steps": 150, "total_steps": 3177, "loss": 0.1619, "learning_rate": 1.998484471371593e-05, "epoch": 0.1415762151958471, "percentage": 4.72, "elapsed_time": "2:07:39", "remaining_time": "1 day, 18:56:00", "throughput": "0.00", "total_tokens": 0}
|
| 16 |
+
{"current_steps": 160, "total_steps": 3177, "loss": 0.1606, "learning_rate": 1.9978714092607234e-05, "epoch": 0.1510146295422369, "percentage": 5.04, "elapsed_time": "2:16:08", "remaining_time": "1 day, 18:47:04", "throughput": "0.00", "total_tokens": 0}
|
| 17 |
+
{"current_steps": 170, "total_steps": 3177, "loss": 0.16, "learning_rate": 1.9971545973744102e-05, "epoch": 0.16045304388862672, "percentage": 5.35, "elapsed_time": "2:24:37", "remaining_time": "1 day, 18:38:09", "throughput": "0.00", "total_tokens": 0}
|
| 18 |
+
{"current_steps": 180, "total_steps": 3177, "loss": 0.1582, "learning_rate": 1.9963341102403652e-05, "epoch": 0.16989145823501653, "percentage": 5.67, "elapsed_time": "2:33:06", "remaining_time": "1 day, 18:29:20", "throughput": "0.00", "total_tokens": 0}
|
| 19 |
+
{"current_steps": 190, "total_steps": 3177, "loss": 0.1551, "learning_rate": 1.9954100331655265e-05, "epoch": 0.1793298725814063, "percentage": 5.98, "elapsed_time": "2:41:36", "remaining_time": "1 day, 18:20:34", "throughput": "0.00", "total_tokens": 0}
|
| 20 |
+
{"current_steps": 200, "total_steps": 3177, "loss": 0.1559, "learning_rate": 1.9943824622271934e-05, "epoch": 0.18876828692779613, "percentage": 6.3, "elapsed_time": "2:50:05", "remaining_time": "1 day, 18:11:50", "throughput": "0.00", "total_tokens": 0}
|
| 21 |
+
{"current_steps": 210, "total_steps": 3177, "loss": 0.1534, "learning_rate": 1.9932515042630335e-05, "epoch": 0.19820670127418594, "percentage": 6.61, "elapsed_time": "2:58:34", "remaining_time": "1 day, 18:03:07", "throughput": "0.00", "total_tokens": 0}
|
| 22 |
+
{"current_steps": 220, "total_steps": 3177, "loss": 0.1545, "learning_rate": 1.9920172768599763e-05, "epoch": 0.20764511562057575, "percentage": 6.92, "elapsed_time": "3:07:04", "remaining_time": "1 day, 17:54:26", "throughput": "0.00", "total_tokens": 0}
|
| 23 |
+
{"current_steps": 230, "total_steps": 3177, "loss": 0.1543, "learning_rate": 1.9906799083419865e-05, "epoch": 0.21708352996696556, "percentage": 7.24, "elapsed_time": "3:15:33", "remaining_time": "1 day, 17:45:43", "throughput": "0.00", "total_tokens": 0}
|
| 24 |
+
{"current_steps": 240, "total_steps": 3177, "loss": 0.1538, "learning_rate": 1.989239537756723e-05, "epoch": 0.22652194431335534, "percentage": 7.55, "elapsed_time": "3:24:03", "remaining_time": "1 day, 17:37:04", "throughput": "0.00", "total_tokens": 0}
|
| 25 |
+
{"current_steps": 250, "total_steps": 3177, "loss": 0.1541, "learning_rate": 1.987696314861082e-05, "epoch": 0.23596035865974516, "percentage": 7.87, "elapsed_time": "3:32:32", "remaining_time": "1 day, 17:28:22", "throughput": "0.00", "total_tokens": 0}
|
| 26 |
+
{"current_steps": 260, "total_steps": 3177, "loss": 0.1518, "learning_rate": 1.986050400105626e-05, "epoch": 0.24539877300613497, "percentage": 8.18, "elapsed_time": "3:41:01", "remaining_time": "1 day, 17:19:45", "throughput": "0.00", "total_tokens": 0}
|
| 27 |
+
{"current_steps": 270, "total_steps": 3177, "loss": 0.1501, "learning_rate": 1.9843019646179014e-05, "epoch": 0.25483718735252475, "percentage": 8.5, "elapsed_time": "3:49:31", "remaining_time": "1 day, 17:11:11", "throughput": "0.00", "total_tokens": 0}
|
| 28 |
+
{"current_steps": 280, "total_steps": 3177, "loss": 0.1483, "learning_rate": 1.9824511901846475e-05, "epoch": 0.26427560169891456, "percentage": 8.81, "elapsed_time": "3:58:00", "remaining_time": "1 day, 17:02:33", "throughput": "0.00", "total_tokens": 0}
|
| 29 |
+
{"current_steps": 290, "total_steps": 3177, "loss": 0.1514, "learning_rate": 1.9804982692328944e-05, "epoch": 0.2737140160453044, "percentage": 9.13, "elapsed_time": "4:06:30", "remaining_time": "1 day, 16:53:58", "throughput": "0.00", "total_tokens": 0}
|
| 30 |
+
{"current_steps": 300, "total_steps": 3177, "loss": 0.151, "learning_rate": 1.9784434048099565e-05, "epoch": 0.2831524303916942, "percentage": 9.44, "elapsed_time": "4:14:59", "remaining_time": "1 day, 16:45:25", "throughput": "0.00", "total_tokens": 0}
|
| 31 |
+
{"current_steps": 310, "total_steps": 3177, "loss": 0.1498, "learning_rate": 1.976286810562323e-05, "epoch": 0.292590844738084, "percentage": 9.76, "elapsed_time": "4:23:29", "remaining_time": "1 day, 16:36:48", "throughput": "0.00", "total_tokens": 0}
|
| 32 |
+
{"current_steps": 320, "total_steps": 3177, "loss": 0.1513, "learning_rate": 1.9740287107134417e-05, "epoch": 0.3020292590844738, "percentage": 10.07, "elapsed_time": "4:31:58", "remaining_time": "1 day, 16:28:15", "throughput": "0.00", "total_tokens": 0}
|
| 33 |
+
{"current_steps": 330, "total_steps": 3177, "loss": 0.1489, "learning_rate": 1.97166934004041e-05, "epoch": 0.3114676734308636, "percentage": 10.39, "elapsed_time": "4:40:28", "remaining_time": "1 day, 16:19:43", "throughput": "0.00", "total_tokens": 0}
|
| 34 |
+
{"current_steps": 340, "total_steps": 3177, "loss": 0.1449, "learning_rate": 1.9692089438495622e-05, "epoch": 0.32090608777725343, "percentage": 10.7, "elapsed_time": "4:48:58", "remaining_time": "1 day, 16:11:10", "throughput": "0.00", "total_tokens": 0}
|
| 35 |
+
{"current_steps": 350, "total_steps": 3177, "loss": 0.1469, "learning_rate": 1.9666477779509655e-05, "epoch": 0.33034450212364325, "percentage": 11.02, "elapsed_time": "4:57:28", "remaining_time": "1 day, 16:02:44", "throughput": "0.00", "total_tokens": 0}
|
| 36 |
+
{"current_steps": 360, "total_steps": 3177, "loss": 0.1468, "learning_rate": 1.963986108631823e-05, "epoch": 0.33978291647003306, "percentage": 11.33, "elapsed_time": "5:05:58", "remaining_time": "1 day, 15:54:11", "throughput": "0.00", "total_tokens": 0}
|
| 37 |
+
{"current_steps": 370, "total_steps": 3177, "loss": 0.1483, "learning_rate": 1.9612242126287876e-05, "epoch": 0.3492213308164228, "percentage": 11.65, "elapsed_time": "5:14:27", "remaining_time": "1 day, 15:45:36", "throughput": "0.00", "total_tokens": 0}
|
| 38 |
+
{"current_steps": 380, "total_steps": 3177, "loss": 0.1443, "learning_rate": 1.958362377099191e-05, "epoch": 0.3586597451628126, "percentage": 11.96, "elapsed_time": "5:22:56", "remaining_time": "1 day, 15:37:01", "throughput": "0.00", "total_tokens": 0}
|
| 39 |
+
{"current_steps": 390, "total_steps": 3177, "loss": 0.1463, "learning_rate": 1.9554008995911837e-05, "epoch": 0.36809815950920244, "percentage": 12.28, "elapsed_time": "5:31:25", "remaining_time": "1 day, 15:28:26", "throughput": "0.00", "total_tokens": 0}
|
| 40 |
+
{"current_steps": 400, "total_steps": 3177, "loss": 0.1471, "learning_rate": 1.9523400880128032e-05, "epoch": 0.37753657385559225, "percentage": 12.59, "elapsed_time": "5:39:54", "remaining_time": "1 day, 15:19:51", "throughput": "0.00", "total_tokens": 0}
|
| 41 |
+
{"current_steps": 410, "total_steps": 3177, "loss": 0.1452, "learning_rate": 1.949180260599957e-05, "epoch": 0.38697498820198206, "percentage": 12.91, "elapsed_time": "5:48:24", "remaining_time": "1 day, 15:11:17", "throughput": "0.00", "total_tokens": 0}
|
| 42 |
+
{"current_steps": 420, "total_steps": 3177, "loss": 0.1455, "learning_rate": 1.945921745883337e-05, "epoch": 0.3964134025483719, "percentage": 13.22, "elapsed_time": "5:56:53", "remaining_time": "1 day, 15:02:44", "throughput": "0.00", "total_tokens": 0}
|
| 43 |
+
{"current_steps": 430, "total_steps": 3177, "loss": 0.1435, "learning_rate": 1.9425648826542618e-05, "epoch": 0.4058518168947617, "percentage": 13.53, "elapsed_time": "6:05:22", "remaining_time": "1 day, 14:54:09", "throughput": "0.00", "total_tokens": 0}
|
| 44 |
+
{"current_steps": 440, "total_steps": 3177, "loss": 0.1436, "learning_rate": 1.939110019929451e-05, "epoch": 0.4152902312411515, "percentage": 13.85, "elapsed_time": "6:13:52", "remaining_time": "1 day, 14:45:37", "throughput": "0.00", "total_tokens": 0}
|
| 45 |
+
{"current_steps": 450, "total_steps": 3177, "loss": 0.1451, "learning_rate": 1.935557516914739e-05, "epoch": 0.4247286455875413, "percentage": 14.16, "elapsed_time": "6:22:21", "remaining_time": "1 day, 14:37:03", "throughput": "0.00", "total_tokens": 0}
|
| 46 |
+
{"current_steps": 460, "total_steps": 3177, "loss": 0.1444, "learning_rate": 1.931907742967727e-05, "epoch": 0.4341670599339311, "percentage": 14.48, "elapsed_time": "6:30:50", "remaining_time": "1 day, 14:28:32", "throughput": "0.00", "total_tokens": 0}
|
| 47 |
+
{"current_steps": 470, "total_steps": 3177, "loss": 0.142, "learning_rate": 1.92816107755938e-05, "epoch": 0.44360547428032093, "percentage": 14.79, "elapsed_time": "6:39:19", "remaining_time": "1 day, 14:19:58", "throughput": "0.00", "total_tokens": 0}
|
| 48 |
+
{"current_steps": 480, "total_steps": 3177, "loss": 0.1406, "learning_rate": 1.9243179102345753e-05, "epoch": 0.4530438886267107, "percentage": 15.11, "elapsed_time": "6:47:49", "remaining_time": "1 day, 14:11:26", "throughput": "0.00", "total_tokens": 0}
|
| 49 |
+
{"current_steps": 490, "total_steps": 3177, "loss": 0.144, "learning_rate": 1.9203786405715984e-05, "epoch": 0.4624823029731005, "percentage": 15.42, "elapsed_time": "6:56:18", "remaining_time": "1 day, 14:02:54", "throughput": "0.00", "total_tokens": 0}
|
| 50 |
+
{"current_steps": 500, "total_steps": 3177, "loss": 0.1428, "learning_rate": 1.9163436781405992e-05, "epoch": 0.4719207173194903, "percentage": 15.74, "elapsed_time": "7:04:48", "remaining_time": "1 day, 13:54:24", "throughput": "0.00", "total_tokens": 0}
|
| 51 |
+
{"current_steps": 510, "total_steps": 3177, "loss": 0.1399, "learning_rate": 1.912213442461009e-05, "epoch": 0.4813591316658801, "percentage": 16.05, "elapsed_time": "7:13:17", "remaining_time": "1 day, 13:45:53", "throughput": "0.00", "total_tokens": 0}
|
| 52 |
+
{"current_steps": 520, "total_steps": 3177, "loss": 0.1396, "learning_rate": 1.9079883629579224e-05, "epoch": 0.49079754601226994, "percentage": 16.37, "elapsed_time": "7:21:47", "remaining_time": "1 day, 13:37:24", "throughput": "0.00", "total_tokens": 0}
|
| 53 |
+
{"current_steps": 530, "total_steps": 3177, "loss": 0.1403, "learning_rate": 1.9036688789174496e-05, "epoch": 0.5002359603586597, "percentage": 16.68, "elapsed_time": "7:30:17", "remaining_time": "1 day, 13:28:54", "throughput": "0.00", "total_tokens": 0}
|
| 54 |
+
{"current_steps": 540, "total_steps": 3177, "loss": 0.1399, "learning_rate": 1.899255439441043e-05, "epoch": 0.5096743747050495, "percentage": 17.0, "elapsed_time": "7:38:46", "remaining_time": "1 day, 13:20:23", "throughput": "0.00", "total_tokens": 0}
|
| 55 |
+
{"current_steps": 550, "total_steps": 3177, "loss": 0.1376, "learning_rate": 1.8947485033988034e-05, "epoch": 0.5191127890514393, "percentage": 17.31, "elapsed_time": "7:47:16", "remaining_time": "1 day, 13:11:51", "throughput": "0.00", "total_tokens": 0}
|
| 56 |
+
{"current_steps": 560, "total_steps": 3177, "loss": 0.1415, "learning_rate": 1.8901485393817724e-05, "epoch": 0.5285512033978291, "percentage": 17.63, "elapsed_time": "7:55:46", "remaining_time": "1 day, 13:03:23", "throughput": "0.00", "total_tokens": 0}
|
| 57 |
+
{"current_steps": 570, "total_steps": 3177, "loss": 0.1423, "learning_rate": 1.8854560256532098e-05, "epoch": 0.5379896177442189, "percentage": 17.94, "elapsed_time": "8:04:15", "remaining_time": "1 day, 12:54:51", "throughput": "0.00", "total_tokens": 0}
|
| 58 |
+
{"current_steps": 580, "total_steps": 3177, "loss": 0.139, "learning_rate": 1.880671450098871e-05, "epoch": 0.5474280320906088, "percentage": 18.26, "elapsed_time": "8:12:45", "remaining_time": "1 day, 12:46:20", "throughput": "0.00", "total_tokens": 0}
|
| 59 |
+
{"current_steps": 590, "total_steps": 3177, "loss": 0.1396, "learning_rate": 1.8757953101762786e-05, "epoch": 0.5568664464369986, "percentage": 18.57, "elapsed_time": "8:21:14", "remaining_time": "1 day, 12:37:48", "throughput": "0.00", "total_tokens": 0}
|
| 60 |
+
{"current_steps": 600, "total_steps": 3177, "loss": 0.138, "learning_rate": 1.8708281128630023e-05, "epoch": 0.5663048607833884, "percentage": 18.89, "elapsed_time": "8:29:44", "remaining_time": "1 day, 12:29:20", "throughput": "0.00", "total_tokens": 0}
|
| 61 |
+
{"current_steps": 610, "total_steps": 3177, "loss": 0.1406, "learning_rate": 1.865770374603948e-05, "epoch": 0.5757432751297782, "percentage": 19.2, "elapsed_time": "8:38:14", "remaining_time": "1 day, 12:20:52", "throughput": "0.00", "total_tokens": 0}
|
| 62 |
+
{"current_steps": 620, "total_steps": 3177, "loss": 0.138, "learning_rate": 1.8606226212576612e-05, "epoch": 0.585181689476168, "percentage": 19.52, "elapsed_time": "8:46:44", "remaining_time": "1 day, 12:12:21", "throughput": "0.00", "total_tokens": 0}
|
| 63 |
+
{"current_steps": 630, "total_steps": 3177, "loss": 0.1408, "learning_rate": 1.8553853880416555e-05, "epoch": 0.5946201038225578, "percentage": 19.83, "elapsed_time": "8:55:13", "remaining_time": "1 day, 12:03:50", "throughput": "0.00", "total_tokens": 0}
|
| 64 |
+
{"current_steps": 640, "total_steps": 3177, "loss": 0.1394, "learning_rate": 1.8500592194767625e-05, "epoch": 0.6040585181689476, "percentage": 20.14, "elapsed_time": "9:03:42", "remaining_time": "1 day, 11:55:18", "throughput": "0.00", "total_tokens": 0}
|
| 65 |
+
{"current_steps": 650, "total_steps": 3177, "loss": 0.1384, "learning_rate": 1.8446446693305194e-05, "epoch": 0.6134969325153374, "percentage": 20.46, "elapsed_time": "9:12:11", "remaining_time": "1 day, 11:46:46", "throughput": "0.00", "total_tokens": 0}
|
| 66 |
+
{"current_steps": 660, "total_steps": 3177, "loss": 0.1393, "learning_rate": 1.8391423005595928e-05, "epoch": 0.6229353468617272, "percentage": 20.77, "elapsed_time": "9:20:41", "remaining_time": "1 day, 11:38:15", "throughput": "0.00", "total_tokens": 0}
|
| 67 |
+
{"current_steps": 670, "total_steps": 3177, "loss": 0.1398, "learning_rate": 1.833552685251246e-05, "epoch": 0.6323737612081171, "percentage": 21.09, "elapsed_time": "9:29:10", "remaining_time": "1 day, 11:29:45", "throughput": "0.00", "total_tokens": 0}
|
| 68 |
+
{"current_steps": 680, "total_steps": 3177, "loss": 0.1369, "learning_rate": 1.827876404563861e-05, "epoch": 0.6418121755545069, "percentage": 21.4, "elapsed_time": "9:37:40", "remaining_time": "1 day, 11:21:14", "throughput": "0.00", "total_tokens": 0}
|
| 69 |
+
{"current_steps": 690, "total_steps": 3177, "loss": 0.1346, "learning_rate": 1.8221140486665125e-05, "epoch": 0.6512505899008967, "percentage": 21.72, "elapsed_time": "9:46:09", "remaining_time": "1 day, 11:12:42", "throughput": "0.00", "total_tokens": 0}
|
| 70 |
+
{"current_steps": 700, "total_steps": 3177, "loss": 0.1357, "learning_rate": 1.8162662166776085e-05, "epoch": 0.6606890042472865, "percentage": 22.03, "elapsed_time": "9:54:39", "remaining_time": "1 day, 11:04:12", "throughput": "0.00", "total_tokens": 0}
|
| 71 |
+
{"current_steps": 710, "total_steps": 3177, "loss": 0.1389, "learning_rate": 1.8103335166026002e-05, "epoch": 0.6701274185936763, "percentage": 22.35, "elapsed_time": "10:03:08", "remaining_time": "1 day, 10:55:42", "throughput": "0.00", "total_tokens": 0}
|
| 72 |
+
{"current_steps": 720, "total_steps": 3177, "loss": 0.1375, "learning_rate": 1.804316565270765e-05, "epoch": 0.6795658329400661, "percentage": 22.66, "elapsed_time": "10:11:38", "remaining_time": "1 day, 10:47:13", "throughput": "0.00", "total_tokens": 0}
|
| 73 |
+
{"current_steps": 730, "total_steps": 3177, "loss": 0.1364, "learning_rate": 1.798215988271075e-05, "epoch": 0.6890042472864559, "percentage": 22.98, "elapsed_time": "10:20:07", "remaining_time": "1 day, 10:38:42", "throughput": "0.00", "total_tokens": 0}
|
| 74 |
+
{"current_steps": 740, "total_steps": 3177, "loss": 0.138, "learning_rate": 1.7920324198871546e-05, "epoch": 0.6984426616328456, "percentage": 23.29, "elapsed_time": "10:28:37", "remaining_time": "1 day, 10:30:13", "throughput": "0.00", "total_tokens": 0}
|
| 75 |
+
{"current_steps": 750, "total_steps": 3177, "loss": 0.1346, "learning_rate": 1.785766503031332e-05, "epoch": 0.7078810759792354, "percentage": 23.61, "elapsed_time": "10:37:07", "remaining_time": "1 day, 10:21:43", "throughput": "0.00", "total_tokens": 0}
|
| 76 |
+
{"current_steps": 760, "total_steps": 3177, "loss": 0.1352, "learning_rate": 1.7794188891777964e-05, "epoch": 0.7173194903256253, "percentage": 23.92, "elapsed_time": "10:45:37", "remaining_time": "1 day, 10:13:14", "throughput": "0.00", "total_tokens": 0}
|
| 77 |
+
{"current_steps": 770, "total_steps": 3177, "loss": 0.1353, "learning_rate": 1.7729902382948617e-05, "epoch": 0.7267579046720151, "percentage": 24.24, "elapsed_time": "10:54:07", "remaining_time": "1 day, 10:04:45", "throughput": "0.00", "total_tokens": 0}
|
| 78 |
+
{"current_steps": 780, "total_steps": 3177, "loss": 0.1352, "learning_rate": 1.76648121877635e-05, "epoch": 0.7361963190184049, "percentage": 24.55, "elapsed_time": "11:02:36", "remaining_time": "1 day, 9:56:15", "throughput": "0.00", "total_tokens": 0}
|
| 79 |
+
{"current_steps": 790, "total_steps": 3177, "loss": 0.1341, "learning_rate": 1.759892507372099e-05, "epoch": 0.7456347333647947, "percentage": 24.87, "elapsed_time": "11:11:06", "remaining_time": "1 day, 9:47:45", "throughput": "0.00", "total_tokens": 0}
|
| 80 |
+
{"current_steps": 800, "total_steps": 3177, "loss": 0.1333, "learning_rate": 1.7532247891175968e-05, "epoch": 0.7550731477111845, "percentage": 25.18, "elapsed_time": "11:19:36", "remaining_time": "1 day, 9:39:16", "throughput": "0.00", "total_tokens": 0}
|
| 81 |
+
{"current_steps": 810, "total_steps": 3177, "loss": 0.136, "learning_rate": 1.746478757262761e-05, "epoch": 0.7645115620575743, "percentage": 25.5, "elapsed_time": "11:28:05", "remaining_time": "1 day, 9:30:45", "throughput": "0.00", "total_tokens": 0}
|
| 82 |
+
{"current_steps": 820, "total_steps": 3177, "loss": 0.1336, "learning_rate": 1.739655113199858e-05, "epoch": 0.7739499764039641, "percentage": 25.81, "elapsed_time": "11:36:35", "remaining_time": "1 day, 9:22:16", "throughput": "0.00", "total_tokens": 0}
|
| 83 |
+
{"current_steps": 830, "total_steps": 3177, "loss": 0.1331, "learning_rate": 1.7327545663905813e-05, "epoch": 0.7833883907503539, "percentage": 26.13, "elapsed_time": "11:45:05", "remaining_time": "1 day, 9:13:46", "throughput": "0.00", "total_tokens": 0}
|
| 84 |
+
{"current_steps": 840, "total_steps": 3177, "loss": 0.1328, "learning_rate": 1.7257778342922853e-05, "epoch": 0.7928268050967437, "percentage": 26.44, "elapsed_time": "11:53:34", "remaining_time": "1 day, 9:05:15", "throughput": "0.00", "total_tokens": 0}
|
| 85 |
+
{"current_steps": 850, "total_steps": 3177, "loss": 0.1319, "learning_rate": 1.7187256422833928e-05, "epoch": 0.8022652194431336, "percentage": 26.75, "elapsed_time": "12:02:03", "remaining_time": "1 day, 8:56:45", "throughput": "0.00", "total_tokens": 0}
|
| 86 |
+
{"current_steps": 860, "total_steps": 3177, "loss": 0.1324, "learning_rate": 1.711598723587975e-05, "epoch": 0.8117036337895234, "percentage": 27.07, "elapsed_time": "12:10:33", "remaining_time": "1 day, 8:48:15", "throughput": "0.00", "total_tokens": 0}
|
| 87 |
+
{"current_steps": 870, "total_steps": 3177, "loss": 0.1325, "learning_rate": 1.7043978191995177e-05, "epoch": 0.8211420481359132, "percentage": 27.38, "elapsed_time": "12:19:03", "remaining_time": "1 day, 8:39:46", "throughput": "0.00", "total_tokens": 0}
|
| 88 |
+
{"current_steps": 880, "total_steps": 3177, "loss": 0.1315, "learning_rate": 1.6971236778038806e-05, "epoch": 0.830580462482303, "percentage": 27.7, "elapsed_time": "12:27:32", "remaining_time": "1 day, 8:31:15", "throughput": "0.00", "total_tokens": 0}
|
| 89 |
+
{"current_steps": 890, "total_steps": 3177, "loss": 0.1328, "learning_rate": 1.6897770557014535e-05, "epoch": 0.8400188768286928, "percentage": 28.01, "elapsed_time": "12:36:02", "remaining_time": "1 day, 8:22:45", "throughput": "0.00", "total_tokens": 0}
|
| 90 |
+
{"current_steps": 900, "total_steps": 3177, "loss": 0.1351, "learning_rate": 1.682358716728525e-05, "epoch": 0.8494572911750826, "percentage": 28.33, "elapsed_time": "12:44:32", "remaining_time": "1 day, 8:14:16", "throughput": "0.00", "total_tokens": 0}
|
| 91 |
+
{"current_steps": 910, "total_steps": 3177, "loss": 0.1325, "learning_rate": 1.674869432177864e-05, "epoch": 0.8588957055214724, "percentage": 28.64, "elapsed_time": "12:53:01", "remaining_time": "1 day, 8:05:45", "throughput": "0.00", "total_tokens": 0}
|
| 92 |
+
{"current_steps": 920, "total_steps": 3177, "loss": 0.1312, "learning_rate": 1.667309980718529e-05, "epoch": 0.8683341198678622, "percentage": 28.96, "elapsed_time": "13:01:30", "remaining_time": "1 day, 7:57:14", "throughput": "0.00", "total_tokens": 0}
|
| 93 |
+
{"current_steps": 930, "total_steps": 3177, "loss": 0.1317, "learning_rate": 1.6596811483149077e-05, "epoch": 0.877772534214252, "percentage": 29.27, "elapsed_time": "13:10:00", "remaining_time": "1 day, 7:48:44", "throughput": "0.00", "total_tokens": 0}
|
| 94 |
+
{"current_steps": 940, "total_steps": 3177, "loss": 0.1355, "learning_rate": 1.651983728145e-05, "epoch": 0.8872109485606419, "percentage": 29.59, "elapsed_time": "13:18:29", "remaining_time": "1 day, 7:40:14", "throughput": "0.00", "total_tokens": 0}
|
| 95 |
+
{"current_steps": 950, "total_steps": 3177, "loss": 0.1309, "learning_rate": 1.6442185205179507e-05, "epoch": 0.8966493629070316, "percentage": 29.9, "elapsed_time": "13:26:59", "remaining_time": "1 day, 7:31:45", "throughput": "0.00", "total_tokens": 0}
|
| 96 |
+
{"current_steps": 960, "total_steps": 3177, "loss": 0.1339, "learning_rate": 1.6363863327908405e-05, "epoch": 0.9060877772534214, "percentage": 30.22, "elapsed_time": "13:35:29", "remaining_time": "1 day, 7:23:16", "throughput": "0.00", "total_tokens": 0}
|
| 97 |
+
{"current_steps": 970, "total_steps": 3177, "loss": 0.1299, "learning_rate": 1.6284879792847433e-05, "epoch": 0.9155261915998112, "percentage": 30.53, "elapsed_time": "13:43:58", "remaining_time": "1 day, 7:14:46", "throughput": "0.00", "total_tokens": 0}
|
| 98 |
+
{"current_steps": 980, "total_steps": 3177, "loss": 0.1305, "learning_rate": 1.620524281200062e-05, "epoch": 0.924964605946201, "percentage": 30.85, "elapsed_time": "13:52:28", "remaining_time": "1 day, 7:06:16", "throughput": "0.00", "total_tokens": 0}
|
| 99 |
+
{"current_steps": 990, "total_steps": 3177, "loss": 0.1322, "learning_rate": 1.6124960665311447e-05, "epoch": 0.9344030202925908, "percentage": 31.16, "elapsed_time": "14:00:57", "remaining_time": "1 day, 6:57:45", "throughput": "0.00", "total_tokens": 0}
|
| 100 |
+
{"current_steps": 1000, "total_steps": 3177, "loss": 0.129, "learning_rate": 1.6044041699802005e-05, "epoch": 0.9438414346389806, "percentage": 31.48, "elapsed_time": "14:09:27", "remaining_time": "1 day, 6:49:16", "throughput": "0.00", "total_tokens": 0}
|
| 101 |
+
{"current_steps": 1010, "total_steps": 3177, "loss": 0.1321, "learning_rate": 1.5962494328705123e-05, "epoch": 0.9532798489853704, "percentage": 31.79, "elapsed_time": "14:17:56", "remaining_time": "1 day, 6:40:45", "throughput": "0.00", "total_tokens": 0}
|
| 102 |
+
{"current_steps": 1020, "total_steps": 3177, "loss": 0.1334, "learning_rate": 1.588032703058964e-05, "epoch": 0.9627182633317602, "percentage": 32.11, "elapsed_time": "14:26:26", "remaining_time": "1 day, 6:32:15", "throughput": "0.00", "total_tokens": 0}
|
| 103 |
+
{"current_steps": 1030, "total_steps": 3177, "loss": 0.1325, "learning_rate": 1.5797548348478893e-05, "epoch": 0.9721566776781501, "percentage": 32.42, "elapsed_time": "14:34:56", "remaining_time": "1 day, 6:23:47", "throughput": "0.00", "total_tokens": 0}
|
| 104 |
+
{"current_steps": 1040, "total_steps": 3177, "loss": 0.132, "learning_rate": 1.571416688896246e-05, "epoch": 0.9815950920245399, "percentage": 32.74, "elapsed_time": "14:43:26", "remaining_time": "1 day, 6:15:17", "throughput": "0.00", "total_tokens": 0}
|
| 105 |
+
{"current_steps": 1050, "total_steps": 3177, "loss": 0.1301, "learning_rate": 1.563019132130136e-05, "epoch": 0.9910335063709297, "percentage": 33.05, "elapsed_time": "14:51:55", "remaining_time": "1 day, 6:06:47", "throughput": "0.00", "total_tokens": 0}
|
| 106 |
+
{"current_steps": 1060, "total_steps": 3177, "loss": 0.1282, "learning_rate": 1.5545630376526665e-05, "epoch": 1.0004719207173194, "percentage": 33.36, "elapsed_time": "15:00:32", "remaining_time": "1 day, 5:58:31", "throughput": "0.00", "total_tokens": 0}
|
| 107 |
+
{"current_steps": 1070, "total_steps": 3177, "loss": 0.1142, "learning_rate": 1.5460492846531748e-05, "epoch": 1.0099103350637093, "percentage": 33.68, "elapsed_time": "15:09:01", "remaining_time": "1 day, 5:50:01", "throughput": "0.00", "total_tokens": 0}
|
| 108 |
+
{"current_steps": 1080, "total_steps": 3177, "loss": 0.1157, "learning_rate": 1.5374787583158188e-05, "epoch": 1.019348749410099, "percentage": 33.99, "elapsed_time": "15:17:31", "remaining_time": "1 day, 5:41:31", "throughput": "0.00", "total_tokens": 0}
|
| 109 |
+
{"current_steps": 1090, "total_steps": 3177, "loss": 0.1143, "learning_rate": 1.5288523497275392e-05, "epoch": 1.028787163756489, "percentage": 34.31, "elapsed_time": "15:26:01", "remaining_time": "1 day, 5:33:01", "throughput": "0.00", "total_tokens": 0}
|
| 110 |
+
{"current_steps": 1100, "total_steps": 3177, "loss": 0.1128, "learning_rate": 1.5201709557854178e-05, "epoch": 1.0382255781028786, "percentage": 34.62, "elapsed_time": "15:34:31", "remaining_time": "1 day, 5:24:32", "throughput": "0.00", "total_tokens": 0}
|
| 111 |
+
{"current_steps": 1110, "total_steps": 3177, "loss": 0.1161, "learning_rate": 1.5114354791034225e-05, "epoch": 1.0476639924492686, "percentage": 34.94, "elapsed_time": "15:43:01", "remaining_time": "1 day, 5:16:03", "throughput": "0.00", "total_tokens": 0}
|
| 112 |
+
{"current_steps": 1120, "total_steps": 3177, "loss": 0.1159, "learning_rate": 1.5026468279185615e-05, "epoch": 1.0571024067956583, "percentage": 35.25, "elapsed_time": "15:51:32", "remaining_time": "1 day, 5:07:35", "throughput": "0.00", "total_tokens": 0}
|
| 113 |
+
{"current_steps": 1130, "total_steps": 3177, "loss": 0.1161, "learning_rate": 1.4938059159964555e-05, "epoch": 1.0665408211420482, "percentage": 35.57, "elapsed_time": "16:00:01", "remaining_time": "1 day, 4:59:05", "throughput": "0.00", "total_tokens": 0}
|
| 114 |
+
{"current_steps": 1140, "total_steps": 3177, "loss": 0.1141, "learning_rate": 1.4849136625363297e-05, "epoch": 1.0759792354884379, "percentage": 35.88, "elapsed_time": "16:13:14", "remaining_time": "1 day, 4:59:01", "throughput": "0.00", "total_tokens": 0}
|
| 115 |
+
{"current_steps": 1150, "total_steps": 3177, "loss": 0.1125, "learning_rate": 1.4759709920754453e-05, "epoch": 1.0854176498348278, "percentage": 36.2, "elapsed_time": "16:22:01", "remaining_time": "1 day, 4:50:56", "throughput": "0.00", "total_tokens": 0}
|
| 116 |
+
{"current_steps": 1160, "total_steps": 3177, "loss": 0.1141, "learning_rate": 1.4669788343929736e-05, "epoch": 1.0948560641812175, "percentage": 36.51, "elapsed_time": "16:30:32", "remaining_time": "1 day, 4:42:20", "throughput": "0.00", "total_tokens": 0}
|
| 117 |
+
{"current_steps": 1170, "total_steps": 3177, "loss": 0.1128, "learning_rate": 1.4579381244133265e-05, "epoch": 1.1042944785276074, "percentage": 36.83, "elapsed_time": "16:39:01", "remaining_time": "1 day, 4:33:42", "throughput": "0.00", "total_tokens": 0}
|
| 118 |
+
{"current_steps": 1180, "total_steps": 3177, "loss": 0.1137, "learning_rate": 1.4488498021089514e-05, "epoch": 1.1137328928739971, "percentage": 37.14, "elapsed_time": "16:47:30", "remaining_time": "1 day, 4:25:05", "throughput": "0.00", "total_tokens": 0}
|
| 119 |
+
{"current_steps": 1190, "total_steps": 3177, "loss": 0.1143, "learning_rate": 1.4397148124025997e-05, "epoch": 1.123171307220387, "percentage": 37.46, "elapsed_time": "16:56:01", "remaining_time": "1 day, 4:16:30", "throughput": "0.00", "total_tokens": 0}
|
| 120 |
+
{"current_steps": 1200, "total_steps": 3177, "loss": 0.117, "learning_rate": 1.4305341050690845e-05, "epoch": 1.1326097215667768, "percentage": 37.77, "elapsed_time": "17:04:30", "remaining_time": "1 day, 4:07:53", "throughput": "0.00", "total_tokens": 0}
|
| 121 |
+
{"current_steps": 1210, "total_steps": 3177, "loss": 0.1137, "learning_rate": 1.421308634636529e-05, "epoch": 1.1420481359131667, "percentage": 38.09, "elapsed_time": "17:13:01", "remaining_time": "1 day, 3:59:17", "throughput": "0.00", "total_tokens": 0}
|
| 122 |
+
{"current_steps": 1220, "total_steps": 3177, "loss": 0.1145, "learning_rate": 1.412039360287126e-05, "epoch": 1.1514865502595564, "percentage": 38.4, "elapsed_time": "17:21:31", "remaining_time": "1 day, 3:50:41", "throughput": "0.00", "total_tokens": 0}
|
| 123 |
+
{"current_steps": 1230, "total_steps": 3177, "loss": 0.1138, "learning_rate": 1.4027272457574082e-05, "epoch": 1.1609249646059463, "percentage": 38.72, "elapsed_time": "17:30:00", "remaining_time": "1 day, 3:42:05", "throughput": "0.00", "total_tokens": 0}
|
| 124 |
+
{"current_steps": 1240, "total_steps": 3177, "loss": 0.1135, "learning_rate": 1.3933732592380485e-05, "epoch": 1.170363378952336, "percentage": 39.03, "elapsed_time": "17:38:31", "remaining_time": "1 day, 3:33:30", "throughput": "0.00", "total_tokens": 0}
|
| 125 |
+
{"current_steps": 1250, "total_steps": 3177, "loss": 0.1134, "learning_rate": 1.3839783732731966e-05, "epoch": 1.1798017932987257, "percentage": 39.35, "elapsed_time": "17:47:00", "remaining_time": "1 day, 3:24:53", "throughput": "0.00", "total_tokens": 0}
|
| 126 |
+
{"current_steps": 1260, "total_steps": 3177, "loss": 0.1136, "learning_rate": 1.3745435646593613e-05, "epoch": 1.1892402076451156, "percentage": 39.66, "elapsed_time": "17:55:30", "remaining_time": "1 day, 3:16:18", "throughput": "0.00", "total_tokens": 0}
|
| 127 |
+
{"current_steps": 1270, "total_steps": 3177, "loss": 0.113, "learning_rate": 1.3650698143438534e-05, "epoch": 1.1986786219915055, "percentage": 39.97, "elapsed_time": "18:04:00", "remaining_time": "1 day, 3:07:43", "throughput": "0.00", "total_tokens": 0}
|
| 128 |
+
{"current_steps": 1280, "total_steps": 3177, "loss": 0.1167, "learning_rate": 1.3555581073227942e-05, "epoch": 1.2081170363378952, "percentage": 40.29, "elapsed_time": "18:12:30", "remaining_time": "1 day, 2:59:08", "throughput": "0.00", "total_tokens": 0}
|
| 129 |
+
{"current_steps": 1290, "total_steps": 3177, "loss": 0.1147, "learning_rate": 1.346009432538705e-05, "epoch": 1.217555450684285, "percentage": 40.6, "elapsed_time": "18:21:00", "remaining_time": "1 day, 2:50:32", "throughput": "0.00", "total_tokens": 0}
|
| 130 |
+
{"current_steps": 1300, "total_steps": 3177, "loss": 0.1145, "learning_rate": 1.3364247827776854e-05, "epoch": 1.2269938650306749, "percentage": 40.92, "elapsed_time": "18:29:29", "remaining_time": "1 day, 2:41:56", "throughput": "0.00", "total_tokens": 0}
|
| 131 |
+
{"current_steps": 1310, "total_steps": 3177, "loss": 0.1141, "learning_rate": 1.3268051545661937e-05, "epoch": 1.2364322793770646, "percentage": 41.23, "elapsed_time": "18:37:59", "remaining_time": "1 day, 2:33:21", "throughput": "0.00", "total_tokens": 0}
|
| 132 |
+
{"current_steps": 1320, "total_steps": 3177, "loss": 0.1122, "learning_rate": 1.3171515480674342e-05, "epoch": 1.2458706937234545, "percentage": 41.55, "elapsed_time": "18:46:29", "remaining_time": "1 day, 2:24:46", "throughput": "0.00", "total_tokens": 0}
|
| 133 |
+
{"current_steps": 1330, "total_steps": 3177, "loss": 0.1173, "learning_rate": 1.3074649669773716e-05, "epoch": 1.2553091080698442, "percentage": 41.86, "elapsed_time": "18:54:59", "remaining_time": "1 day, 2:16:11", "throughput": "0.00", "total_tokens": 0}
|
| 134 |
+
{"current_steps": 1340, "total_steps": 3177, "loss": 0.1103, "learning_rate": 1.297746418420374e-05, "epoch": 1.2647475224162341, "percentage": 42.18, "elapsed_time": "19:03:29", "remaining_time": "1 day, 2:07:36", "throughput": "0.00", "total_tokens": 0}
|
| 135 |
+
{"current_steps": 1350, "total_steps": 3177, "loss": 0.1122, "learning_rate": 1.2879969128445025e-05, "epoch": 1.2741859367626238, "percentage": 42.49, "elapsed_time": "19:11:59", "remaining_time": "1 day, 1:59:01", "throughput": "0.00", "total_tokens": 0}
|
| 136 |
+
{"current_steps": 1360, "total_steps": 3177, "loss": 0.1112, "learning_rate": 1.2782174639164528e-05, "epoch": 1.2836243511090137, "percentage": 42.81, "elapsed_time": "19:20:28", "remaining_time": "1 day, 1:50:25", "throughput": "0.00", "total_tokens": 0}
|
| 137 |
+
{"current_steps": 1370, "total_steps": 3177, "loss": 0.1125, "learning_rate": 1.2684090884161636e-05, "epoch": 1.2930627654554034, "percentage": 43.12, "elapsed_time": "19:28:58", "remaining_time": "1 day, 1:41:51", "throughput": "0.00", "total_tokens": 0}
|
| 138 |
+
{"current_steps": 1380, "total_steps": 3177, "loss": 0.1107, "learning_rate": 1.2585728061311003e-05, "epoch": 1.3025011798017934, "percentage": 43.44, "elapsed_time": "19:37:28", "remaining_time": "1 day, 1:33:16", "throughput": "0.00", "total_tokens": 0}
|
| 139 |
+
{"current_steps": 1390, "total_steps": 3177, "loss": 0.1122, "learning_rate": 1.248709639750228e-05, "epoch": 1.311939594148183, "percentage": 43.75, "elapsed_time": "19:45:58", "remaining_time": "1 day, 1:24:41", "throughput": "0.00", "total_tokens": 0}
|
| 140 |
+
{"current_steps": 1400, "total_steps": 3177, "loss": 0.1124, "learning_rate": 1.2388206147576796e-05, "epoch": 1.321378008494573, "percentage": 44.07, "elapsed_time": "19:54:28", "remaining_time": "1 day, 1:16:07", "throughput": "0.00", "total_tokens": 0}
|
| 141 |
+
{"current_steps": 1410, "total_steps": 3177, "loss": 0.1151, "learning_rate": 1.2289067593261358e-05, "epoch": 1.3308164228409627, "percentage": 44.38, "elapsed_time": "20:02:57", "remaining_time": "1 day, 1:07:32", "throughput": "0.00", "total_tokens": 0}
|
| 142 |
+
{"current_steps": 1420, "total_steps": 3177, "loss": 0.1124, "learning_rate": 1.2189691042099265e-05, "epoch": 1.3402548371873526, "percentage": 44.7, "elapsed_time": "20:11:27", "remaining_time": "1 day, 0:58:58", "throughput": "0.00", "total_tokens": 0}
|
| 143 |
+
{"current_steps": 1430, "total_steps": 3177, "loss": 0.1154, "learning_rate": 1.209008682637859e-05, "epoch": 1.3496932515337423, "percentage": 45.01, "elapsed_time": "20:19:57", "remaining_time": "1 day, 0:50:23", "throughput": "0.00", "total_tokens": 0}
|
| 144 |
+
{"current_steps": 1440, "total_steps": 3177, "loss": 0.1127, "learning_rate": 1.1990265302057948e-05, "epoch": 1.359131665880132, "percentage": 45.33, "elapsed_time": "20:28:26", "remaining_time": "1 day, 0:41:48", "throughput": "0.00", "total_tokens": 0}
|
| 145 |
+
{"current_steps": 1450, "total_steps": 3177, "loss": 0.1134, "learning_rate": 1.1890236847689762e-05, "epoch": 1.368570080226522, "percentage": 45.64, "elapsed_time": "20:36:56", "remaining_time": "1 day, 0:33:14", "throughput": "0.00", "total_tokens": 0}
|
| 146 |
+
{"current_steps": 1460, "total_steps": 3177, "loss": 0.1145, "learning_rate": 1.1790011863341197e-05, "epoch": 1.3780084945729119, "percentage": 45.96, "elapsed_time": "20:45:26", "remaining_time": "1 day, 0:24:40", "throughput": "0.00", "total_tokens": 0}
|
| 147 |
+
{"current_steps": 1470, "total_steps": 3177, "loss": 0.1128, "learning_rate": 1.1689600769512855e-05, "epoch": 1.3874469089193016, "percentage": 46.27, "elapsed_time": "20:53:56", "remaining_time": "1 day, 0:16:06", "throughput": "0.00", "total_tokens": 0}
|
| 148 |
+
{"current_steps": 1480, "total_steps": 3177, "loss": 0.1158, "learning_rate": 1.1589014006055337e-05, "epoch": 1.3968853232656913, "percentage": 46.58, "elapsed_time": "21:02:26", "remaining_time": "1 day, 0:07:32", "throughput": "0.00", "total_tokens": 0}
|
| 149 |
+
{"current_steps": 1490, "total_steps": 3177, "loss": 0.1107, "learning_rate": 1.1488262031083816e-05, "epoch": 1.4063237376120812, "percentage": 46.9, "elapsed_time": "21:10:55", "remaining_time": "23:58:58", "throughput": "0.00", "total_tokens": 0}
|
| 150 |
+
{"current_steps": 1500, "total_steps": 3177, "loss": 0.1138, "learning_rate": 1.1387355319890685e-05, "epoch": 1.415762151958471, "percentage": 47.21, "elapsed_time": "21:19:26", "remaining_time": "23:50:24", "throughput": "0.00", "total_tokens": 0}
|
| 151 |
+
{"current_steps": 1510, "total_steps": 3177, "loss": 0.112, "learning_rate": 1.1286304363856418e-05, "epoch": 1.4252005663048608, "percentage": 47.53, "elapsed_time": "21:27:55", "remaining_time": "23:41:50", "throughput": "0.00", "total_tokens": 0}
|
| 152 |
+
{"current_steps": 1520, "total_steps": 3177, "loss": 0.1137, "learning_rate": 1.1185119669358792e-05, "epoch": 1.4346389806512505, "percentage": 47.84, "elapsed_time": "21:36:25", "remaining_time": "23:33:16", "throughput": "0.00", "total_tokens": 0}
|
| 153 |
+
{"current_steps": 1530, "total_steps": 3177, "loss": 0.1093, "learning_rate": 1.1083811756680523e-05, "epoch": 1.4440773949976404, "percentage": 48.16, "elapsed_time": "21:44:55", "remaining_time": "23:24:42", "throughput": "0.00", "total_tokens": 0}
|
| 154 |
+
{"current_steps": 1540, "total_steps": 3177, "loss": 0.1138, "learning_rate": 1.0982391158915441e-05, "epoch": 1.4535158093440301, "percentage": 48.47, "elapsed_time": "21:53:24", "remaining_time": "23:16:08", "throughput": "0.00", "total_tokens": 0}
|
| 155 |
+
{"current_steps": 1550, "total_steps": 3177, "loss": 0.1135, "learning_rate": 1.0880868420873375e-05, "epoch": 1.46295422369042, "percentage": 48.79, "elapsed_time": "22:01:54", "remaining_time": "23:07:34", "throughput": "0.00", "total_tokens": 0}
|
| 156 |
+
{"current_steps": 1560, "total_steps": 3177, "loss": 0.1104, "learning_rate": 1.0779254097983788e-05, "epoch": 1.4723926380368098, "percentage": 49.1, "elapsed_time": "22:10:24", "remaining_time": "22:59:00", "throughput": "0.00", "total_tokens": 0}
|
| 157 |
+
{"current_steps": 1570, "total_steps": 3177, "loss": 0.114, "learning_rate": 1.0677558755198327e-05, "epoch": 1.4818310523831997, "percentage": 49.42, "elapsed_time": "22:18:54", "remaining_time": "22:50:27", "throughput": "0.00", "total_tokens": 0}
|
| 158 |
+
{"current_steps": 1580, "total_steps": 3177, "loss": 0.1112, "learning_rate": 1.0575792965892349e-05, "epoch": 1.4912694667295894, "percentage": 49.73, "elapsed_time": "22:27:24", "remaining_time": "22:41:54", "throughput": "0.00", "total_tokens": 0}
|
| 159 |
+
{"current_steps": 1590, "total_steps": 3177, "loss": 0.1099, "learning_rate": 1.0473967310765629e-05, "epoch": 1.500707881075979, "percentage": 50.05, "elapsed_time": "22:35:54", "remaining_time": "22:33:21", "throughput": "0.00", "total_tokens": 0}
|
| 160 |
+
{"current_steps": 1600, "total_steps": 3177, "loss": 0.1109, "learning_rate": 1.0372092376742247e-05, "epoch": 1.510146295422369, "percentage": 50.36, "elapsed_time": "22:44:24", "remaining_time": "22:24:47", "throughput": "0.00", "total_tokens": 0}
|
| 161 |
+
{"current_steps": 1610, "total_steps": 3177, "loss": 0.1123, "learning_rate": 1.0270178755869861e-05, "epoch": 1.519584709768759, "percentage": 50.68, "elapsed_time": "22:52:54", "remaining_time": "22:16:14", "throughput": "0.00", "total_tokens": 0}
|
| 162 |
+
{"current_steps": 1620, "total_steps": 3177, "loss": 0.1088, "learning_rate": 1.0168237044218452e-05, "epoch": 1.5290231241151486, "percentage": 50.99, "elapsed_time": "23:01:23", "remaining_time": "22:07:40", "throughput": "0.00", "total_tokens": 0}
|
| 163 |
+
{"current_steps": 1630, "total_steps": 3177, "loss": 0.1125, "learning_rate": 1.0066277840778626e-05, "epoch": 1.5384615384615383, "percentage": 51.31, "elapsed_time": "23:09:53", "remaining_time": "21:59:07", "throughput": "0.00", "total_tokens": 0}
|
| 164 |
+
{"current_steps": 1640, "total_steps": 3177, "loss": 0.1078, "learning_rate": 9.964311746359631e-06, "epoch": 1.5478999528079282, "percentage": 51.62, "elapsed_time": "23:18:23", "remaining_time": "21:50:34", "throughput": "0.00", "total_tokens": 0}
|
| 165 |
+
{"current_steps": 1650, "total_steps": 3177, "loss": 0.108, "learning_rate": 9.862349362487172e-06, "epoch": 1.5573383671543182, "percentage": 51.94, "elapsed_time": "23:26:53", "remaining_time": "21:42:01", "throughput": "0.00", "total_tokens": 0}
|
| 166 |
+
{"current_steps": 1660, "total_steps": 3177, "loss": 0.1073, "learning_rate": 9.760401290301164e-06, "epoch": 1.5667767815007079, "percentage": 52.25, "elapsed_time": "23:35:23", "remaining_time": "21:33:28", "throughput": "0.00", "total_tokens": 0}
|
| 167 |
+
{"current_steps": 1670, "total_steps": 3177, "loss": 0.1095, "learning_rate": 9.658478129453532e-06, "epoch": 1.5762151958470976, "percentage": 52.57, "elapsed_time": "23:43:53", "remaining_time": "21:24:54", "throughput": "0.00", "total_tokens": 0}
|
| 168 |
+
{"current_steps": 1680, "total_steps": 3177, "loss": 0.109, "learning_rate": 9.556590477006123e-06, "epoch": 1.5856536101934875, "percentage": 52.88, "elapsed_time": "23:52:23", "remaining_time": "21:16:21", "throughput": "0.00", "total_tokens": 0}
|
| 169 |
+
{"current_steps": 1690, "total_steps": 3177, "loss": 0.1111, "learning_rate": 9.454748926328962e-06, "epoch": 1.5950920245398774, "percentage": 53.19, "elapsed_time": "1 day, 0:00:53", "remaining_time": "21:07:48", "throughput": "0.00", "total_tokens": 0}
|
| 170 |
+
{"current_steps": 1700, "total_steps": 3177, "loss": 0.1091, "learning_rate": 9.352964065998801e-06, "epoch": 1.6045304388862671, "percentage": 53.51, "elapsed_time": "1 day, 0:09:22", "remaining_time": "20:59:15", "throughput": "0.00", "total_tokens": 0}
|
| 171 |
+
{"current_steps": 1710, "total_steps": 3177, "loss": 0.1124, "learning_rate": 9.251246478698242e-06, "epoch": 1.6139688532326568, "percentage": 53.82, "elapsed_time": "1 day, 0:17:52", "remaining_time": "20:50:42", "throughput": "0.00", "total_tokens": 0}
|
| 172 |
+
{"current_steps": 1720, "total_steps": 3177, "loss": 0.1091, "learning_rate": 9.149606740115444e-06, "epoch": 1.6234072675790467, "percentage": 54.14, "elapsed_time": "1 day, 0:26:22", "remaining_time": "20:42:09", "throughput": "0.00", "total_tokens": 0}
|
| 173 |
+
{"current_steps": 1730, "total_steps": 3177, "loss": 0.1084, "learning_rate": 9.04805541784454e-06, "epoch": 1.6328456819254367, "percentage": 54.45, "elapsed_time": "1 day, 0:34:52", "remaining_time": "20:33:36", "throughput": "0.00", "total_tokens": 0}
|
| 174 |
+
{"current_steps": 1740, "total_steps": 3177, "loss": 0.1071, "learning_rate": 8.946603070286926e-06, "epoch": 1.6422840962718264, "percentage": 54.77, "elapsed_time": "1 day, 0:43:22", "remaining_time": "20:25:03", "throughput": "0.00", "total_tokens": 0}
|
| 175 |
+
{"current_steps": 1750, "total_steps": 3177, "loss": 0.1106, "learning_rate": 8.845260245553493e-06, "epoch": 1.651722510618216, "percentage": 55.08, "elapsed_time": "1 day, 0:51:52", "remaining_time": "20:16:31", "throughput": "0.00", "total_tokens": 0}
|
| 176 |
+
{"current_steps": 1760, "total_steps": 3177, "loss": 0.1095, "learning_rate": 8.744037480367922e-06, "epoch": 1.661160924964606, "percentage": 55.4, "elapsed_time": "1 day, 1:00:23", "remaining_time": "20:07:58", "throughput": "0.00", "total_tokens": 0}
|
| 177 |
+
{"current_steps": 1770, "total_steps": 3177, "loss": 0.1086, "learning_rate": 8.642945298971168e-06, "epoch": 1.670599339310996, "percentage": 55.71, "elapsed_time": "1 day, 1:08:53", "remaining_time": "19:59:26", "throughput": "0.00", "total_tokens": 0}
|
| 178 |
+
{"current_steps": 1780, "total_steps": 3177, "loss": 0.1096, "learning_rate": 8.54199421202726e-06, "epoch": 1.6800377536573856, "percentage": 56.03, "elapsed_time": "1 day, 1:17:23", "remaining_time": "19:50:53", "throughput": "0.00", "total_tokens": 0}
|
| 179 |
+
{"current_steps": 1790, "total_steps": 3177, "loss": 0.111, "learning_rate": 8.441194715530472e-06, "epoch": 1.6894761680037753, "percentage": 56.34, "elapsed_time": "1 day, 1:25:53", "remaining_time": "19:42:20", "throughput": "0.00", "total_tokens": 0}
|
| 180 |
+
{"current_steps": 1810, "total_steps": 3177, "loss": 0.1077, "learning_rate": 8.240092397960601e-06, "epoch": 1.708352996696555, "percentage": 56.97, "elapsed_time": "1 day, 1:42:52", "remaining_time": "19:25:15", "throughput": "0.00", "total_tokens": 0}
|
| 181 |
+
{"current_steps": 1820, "total_steps": 3177, "loss": 0.109, "learning_rate": 8.139810485714142e-06, "epoch": 1.7177914110429446, "percentage": 57.29, "elapsed_time": "1 day, 1:51:22", "remaining_time": "19:16:42", "throughput": "0.00", "total_tokens": 0}
|
| 182 |
+
{"current_steps": 1830, "total_steps": 3177, "loss": 0.1103, "learning_rate": 8.03972197939414e-06, "epoch": 1.7272298253893346, "percentage": 57.6, "elapsed_time": "1 day, 1:59:52", "remaining_time": "19:08:10", "throughput": "0.00", "total_tokens": 0}
|
| 183 |
+
{"current_steps": 1840, "total_steps": 3177, "loss": 0.106, "learning_rate": 7.939837285311425e-06, "epoch": 1.7366682397357245, "percentage": 57.92, "elapsed_time": "1 day, 2:08:22", "remaining_time": "18:59:37", "throughput": "0.00", "total_tokens": 0}
|
| 184 |
+
{"current_steps": 1850, "total_steps": 3177, "loss": 0.1111, "learning_rate": 7.840166788586244e-06, "epoch": 1.7461066540821142, "percentage": 58.23, "elapsed_time": "1 day, 2:16:52", "remaining_time": "18:51:05", "throughput": "0.00", "total_tokens": 0}
|
| 185 |
+
{"current_steps": 1860, "total_steps": 3177, "loss": 0.1107, "learning_rate": 7.740720852068524e-06, "epoch": 1.7555450684285039, "percentage": 58.55, "elapsed_time": "1 day, 2:25:22", "remaining_time": "18:42:33", "throughput": "0.00", "total_tokens": 0}
|
| 186 |
+
{"current_steps": 1880, "total_steps": 3177, "loss": 0.1092, "learning_rate": 7.542543993241278e-06, "epoch": 1.7744218971212837, "percentage": 59.18, "elapsed_time": "1 day, 2:42:22", "remaining_time": "18:25:27", "throughput": "0.00", "total_tokens": 0}
|
| 187 |
+
{"current_steps": 1890, "total_steps": 3177, "loss": 0.1033, "learning_rate": 7.443833675595254e-06, "epoch": 1.7838603114676734, "percentage": 59.49, "elapsed_time": "1 day, 2:50:52", "remaining_time": "18:16:55", "throughput": "0.00", "total_tokens": 0}
|
| 188 |
+
{"current_steps": 1900, "total_steps": 3177, "loss": 0.1088, "learning_rate": 7.3453891253413935e-06, "epoch": 1.7932987258140631, "percentage": 59.8, "elapsed_time": "1 day, 2:59:22", "remaining_time": "18:08:23", "throughput": "0.00", "total_tokens": 0}
|
| 189 |
+
{"current_steps": 1910, "total_steps": 3177, "loss": 0.1074, "learning_rate": 7.247220577866625e-06, "epoch": 1.802737140160453, "percentage": 60.12, "elapsed_time": "1 day, 3:07:51", "remaining_time": "17:59:50", "throughput": "0.00", "total_tokens": 0}
|
| 190 |
+
{"current_steps": 1920, "total_steps": 3177, "loss": 0.1069, "learning_rate": 7.149338239861579e-06, "epoch": 1.812175554506843, "percentage": 60.43, "elapsed_time": "1 day, 3:16:21", "remaining_time": "17:51:18", "throughput": "0.00", "total_tokens": 0}
|
| 191 |
+
{"current_steps": 1930, "total_steps": 3177, "loss": 0.1051, "learning_rate": 7.051752288259366e-06, "epoch": 1.8216139688532327, "percentage": 60.75, "elapsed_time": "1 day, 3:24:51", "remaining_time": "17:42:45", "throughput": "0.00", "total_tokens": 0}
|
| 192 |
+
{"current_steps": 1940, "total_steps": 3177, "loss": 0.1071, "learning_rate": 6.954472869177479e-06, "epoch": 1.8310523831996224, "percentage": 61.06, "elapsed_time": "1 day, 3:33:20", "remaining_time": "17:34:13", "throughput": "0.00", "total_tokens": 0}
|
| 193 |
+
{"current_steps": 1950, "total_steps": 3177, "loss": 0.108, "learning_rate": 6.857510096862901e-06, "epoch": 1.8404907975460123, "percentage": 61.38, "elapsed_time": "1 day, 3:41:50", "remaining_time": "17:25:41", "throughput": "0.00", "total_tokens": 0}
|
| 194 |
+
{"current_steps": 1960, "total_steps": 3177, "loss": 0.1081, "learning_rate": 6.760874052640494e-06, "epoch": 1.8499292118924022, "percentage": 61.69, "elapsed_time": "1 day, 3:50:20", "remaining_time": "17:17:08", "throughput": "0.00", "total_tokens": 0}
|
| 195 |
+
{"current_steps": 1970, "total_steps": 3177, "loss": 0.1079, "learning_rate": 6.664574783864862e-06, "epoch": 1.859367626238792, "percentage": 62.01, "elapsed_time": "1 day, 3:58:50", "remaining_time": "17:08:36", "throughput": "0.00", "total_tokens": 0}
|
| 196 |
+
{"current_steps": 1980, "total_steps": 3177, "loss": 0.1068, "learning_rate": 6.568622302875682e-06, "epoch": 1.8688060405851816, "percentage": 62.32, "elapsed_time": "1 day, 4:07:20", "remaining_time": "17:00:04", "throughput": "0.00", "total_tokens": 0}
|
| 197 |
+
{"current_steps": 1990, "total_steps": 3177, "loss": 0.106, "learning_rate": 6.473026585956736e-06, "epoch": 1.8782444549315715, "percentage": 62.64, "elapsed_time": "1 day, 4:15:50", "remaining_time": "16:51:32", "throughput": "0.00", "total_tokens": 0}
|
| 198 |
+
{"current_steps": 2000, "total_steps": 3177, "loss": 0.1076, "learning_rate": 6.377797572298661e-06, "epoch": 1.8876828692779613, "percentage": 62.95, "elapsed_time": "1 day, 4:24:20", "remaining_time": "16:43:00", "throughput": "0.00", "total_tokens": 0}
|
| 199 |
+
{"current_steps": 2010, "total_steps": 3177, "loss": 0.1079, "learning_rate": 6.282945162965548e-06, "epoch": 1.897121283624351, "percentage": 63.27, "elapsed_time": "1 day, 4:32:49", "remaining_time": "16:34:27", "throughput": "0.00", "total_tokens": 0}
|
| 200 |
+
{"current_steps": 2020, "total_steps": 3177, "loss": 0.1064, "learning_rate": 6.188479219865529e-06, "epoch": 1.9065596979707409, "percentage": 63.58, "elapsed_time": "1 day, 4:41:20", "remaining_time": "16:25:56", "throughput": "0.00", "total_tokens": 0}
|
| 201 |
+
{"current_steps": 2030, "total_steps": 3177, "loss": 0.1054, "learning_rate": 6.094409564725435e-06, "epoch": 1.9159981123171308, "percentage": 63.9, "elapsed_time": "1 day, 4:49:50", "remaining_time": "16:17:24", "throughput": "0.00", "total_tokens": 0}
|
| 202 |
+
{"current_steps": 2040, "total_steps": 3177, "loss": 0.1082, "learning_rate": 6.0007459780695885e-06, "epoch": 1.9254365266635205, "percentage": 64.21, "elapsed_time": "1 day, 4:58:21", "remaining_time": "16:08:52", "throughput": "0.00", "total_tokens": 0}
|
| 203 |
+
{"current_steps": 2050, "total_steps": 3177, "loss": 0.1081, "learning_rate": 5.907498198202939e-06, "epoch": 1.9348749410099102, "percentage": 64.53, "elapsed_time": "1 day, 5:06:50", "remaining_time": "16:00:20", "throughput": "0.00", "total_tokens": 0}
|
| 204 |
+
{"current_steps": 2060, "total_steps": 3177, "loss": 0.1069, "learning_rate": 5.8146759201985525e-06, "epoch": 1.9443133553563001, "percentage": 64.84, "elapsed_time": "1 day, 5:15:21", "remaining_time": "15:51:48", "throughput": "0.00", "total_tokens": 0}
|
| 205 |
+
{"current_steps": 2070, "total_steps": 3177, "loss": 0.1064, "learning_rate": 5.722288794889603e-06, "epoch": 1.95375176970269, "percentage": 65.16, "elapsed_time": "1 day, 5:23:51", "remaining_time": "15:43:16", "throughput": "0.00", "total_tokens": 0}
|
| 206 |
+
{"current_steps": 2080, "total_steps": 3177, "loss": 0.1045, "learning_rate": 5.630346427865965e-06, "epoch": 1.9631901840490797, "percentage": 65.47, "elapsed_time": "1 day, 5:32:21", "remaining_time": "15:34:44", "throughput": "0.00", "total_tokens": 0}
|
| 207 |
+
{"current_steps": 2090, "total_steps": 3177, "loss": 0.1066, "learning_rate": 5.538858378475508e-06, "epoch": 1.9726285983954694, "percentage": 65.79, "elapsed_time": "1 day, 5:40:51", "remaining_time": "15:26:12", "throughput": "0.00", "total_tokens": 0}
|
| 208 |
+
{"current_steps": 2100, "total_steps": 3177, "loss": 0.1037, "learning_rate": 5.447834158830202e-06, "epoch": 1.9820670127418594, "percentage": 66.1, "elapsed_time": "1 day, 5:49:20", "remaining_time": "15:17:40", "throughput": "0.00", "total_tokens": 0}
|
| 209 |
+
{"current_steps": 2110, "total_steps": 3177, "loss": 0.1054, "learning_rate": 5.357283232817147e-06, "epoch": 1.9915054270882493, "percentage": 66.41, "elapsed_time": "1 day, 5:57:50", "remaining_time": "15:09:08", "throughput": "0.00", "total_tokens": 0}
|
| 210 |
+
{"current_steps": 2120, "total_steps": 3177, "loss": 0.1031, "learning_rate": 5.267215015114574e-06, "epoch": 2.0009438414346388, "percentage": 66.73, "elapsed_time": "1 day, 6:06:26", "remaining_time": "15:00:39", "throughput": "0.00", "total_tokens": 0}
|
| 211 |
+
{"current_steps": 2130, "total_steps": 3177, "loss": 0.0868, "learning_rate": 5.177638870213008e-06, "epoch": 2.0103822557810287, "percentage": 67.04, "elapsed_time": "1 day, 6:14:56", "remaining_time": "14:52:08", "throughput": "0.00", "total_tokens": 0}
|
| 212 |
+
{"current_steps": 2140, "total_steps": 3177, "loss": 0.0834, "learning_rate": 5.088564111441645e-06, "epoch": 2.0198206701274186, "percentage": 67.36, "elapsed_time": "1 day, 6:23:27", "remaining_time": "14:43:36", "throughput": "0.00", "total_tokens": 0}
|
| 213 |
+
{"current_steps": 2150, "total_steps": 3177, "loss": 0.0852, "learning_rate": 5.000000000000003e-06, "epoch": 2.0292590844738085, "percentage": 67.67, "elapsed_time": "1 day, 6:31:57", "remaining_time": "14:35:04", "throughput": "0.00", "total_tokens": 0}
|
| 214 |
+
{"current_steps": 2160, "total_steps": 3177, "loss": 0.0845, "learning_rate": 4.911955743995042e-06, "epoch": 2.038697498820198, "percentage": 67.99, "elapsed_time": "1 day, 6:40:26", "remaining_time": "14:26:32", "throughput": "0.00", "total_tokens": 0}
|
| 215 |
+
{"current_steps": 2170, "total_steps": 3177, "loss": 0.0847, "learning_rate": 4.824440497483802e-06, "epoch": 2.048135913166588, "percentage": 68.3, "elapsed_time": "1 day, 6:48:56", "remaining_time": "14:18:00", "throughput": "0.00", "total_tokens": 0}
|
| 216 |
+
{"current_steps": 2180, "total_steps": 3177, "loss": 0.0845, "learning_rate": 4.737463359521618e-06, "epoch": 2.057574327512978, "percentage": 68.62, "elapsed_time": "1 day, 6:57:26", "remaining_time": "14:09:28", "throughput": "0.00", "total_tokens": 0}
|
| 217 |
+
{"current_steps": 2190, "total_steps": 3177, "loss": 0.085, "learning_rate": 4.6510333732160915e-06, "epoch": 2.067012741859368, "percentage": 68.93, "elapsed_time": "1 day, 7:05:56", "remaining_time": "14:00:57", "throughput": "0.00", "total_tokens": 0}
|
| 218 |
+
{"current_steps": 2200, "total_steps": 3177, "loss": 0.0867, "learning_rate": 4.565159524786888e-06, "epoch": 2.0764511562057573, "percentage": 69.25, "elapsed_time": "1 day, 7:14:26", "remaining_time": "13:52:25", "throughput": "0.00", "total_tokens": 0}
|
| 219 |
+
{"current_steps": 2210, "total_steps": 3177, "loss": 0.0834, "learning_rate": 4.479850742631396e-06, "epoch": 2.085889570552147, "percentage": 69.56, "elapsed_time": "1 day, 7:22:56", "remaining_time": "13:43:53", "throughput": "0.00", "total_tokens": 0}
|
| 220 |
+
{"current_steps": 2220, "total_steps": 3177, "loss": 0.0849, "learning_rate": 4.395115896396457e-06, "epoch": 2.095327984898537, "percentage": 69.88, "elapsed_time": "1 day, 7:31:26", "remaining_time": "13:35:22", "throughput": "0.00", "total_tokens": 0}
|
| 221 |
+
{"current_steps": 2230, "total_steps": 3177, "loss": 0.084, "learning_rate": 4.310963796056168e-06, "epoch": 2.104766399244927, "percentage": 70.19, "elapsed_time": "1 day, 7:39:56", "remaining_time": "13:26:50", "throughput": "0.00", "total_tokens": 0}
|
| 222 |
+
{"current_steps": 2240, "total_steps": 3177, "loss": 0.0875, "learning_rate": 4.227403190995901e-06, "epoch": 2.1142048135913165, "percentage": 70.51, "elapsed_time": "1 day, 7:48:26", "remaining_time": "13:18:18", "throughput": "0.00", "total_tokens": 0}
|
| 223 |
+
{"current_steps": 2250, "total_steps": 3177, "loss": 0.0853, "learning_rate": 4.14444276910263e-06, "epoch": 2.1236432279377064, "percentage": 70.82, "elapsed_time": "1 day, 7:56:57", "remaining_time": "13:09:47", "throughput": "0.00", "total_tokens": 0}
|
| 224 |
+
{"current_steps": 2260, "total_steps": 3177, "loss": 0.0867, "learning_rate": 4.06209115586162e-06, "epoch": 2.1330816422840964, "percentage": 71.14, "elapsed_time": "1 day, 8:05:27", "remaining_time": "13:01:15", "throughput": "0.00", "total_tokens": 0}
|
| 225 |
+
{"current_steps": 2270, "total_steps": 3177, "loss": 0.0865, "learning_rate": 3.980356913459642e-06, "epoch": 2.1425200566304863, "percentage": 71.45, "elapsed_time": "1 day, 8:13:58", "remaining_time": "12:52:44", "throughput": "0.00", "total_tokens": 0}
|
| 226 |
+
{"current_steps": 2280, "total_steps": 3177, "loss": 0.0848, "learning_rate": 3.899248539894756e-06, "epoch": 2.1519584709768758, "percentage": 71.77, "elapsed_time": "1 day, 8:22:28", "remaining_time": "12:44:12", "throughput": "0.00", "total_tokens": 0}
|
| 227 |
+
{"current_steps": 2290, "total_steps": 3177, "loss": 0.0843, "learning_rate": 3.818774468092754e-06, "epoch": 2.1613968853232657, "percentage": 72.08, "elapsed_time": "1 day, 8:30:58", "remaining_time": "12:35:40", "throughput": "0.00", "total_tokens": 0}
|
| 228 |
+
{"current_steps": 2300, "total_steps": 3177, "loss": 0.0811, "learning_rate": 3.738943065030376e-06, "epoch": 2.1708352996696556, "percentage": 72.4, "elapsed_time": "1 day, 8:39:28", "remaining_time": "12:27:09", "throughput": "0.00", "total_tokens": 0}
|
| 229 |
+
{"current_steps": 2310, "total_steps": 3177, "loss": 0.083, "learning_rate": 3.659762630865411e-06, "epoch": 2.180273714016045, "percentage": 72.71, "elapsed_time": "1 day, 8:47:57", "remaining_time": "12:18:37", "throughput": "0.00", "total_tokens": 0}
|
| 230 |
+
{"current_steps": 2320, "total_steps": 3177, "loss": 0.0827, "learning_rate": 3.5812413980736916e-06, "epoch": 2.189712128362435, "percentage": 73.02, "elapsed_time": "1 day, 8:56:27", "remaining_time": "12:10:05", "throughput": "0.00", "total_tokens": 0}
|
| 231 |
+
{"current_steps": 2330, "total_steps": 3177, "loss": 0.0849, "learning_rate": 3.5033875305931662e-06, "epoch": 2.199150542708825, "percentage": 73.34, "elapsed_time": "1 day, 9:04:57", "remaining_time": "12:01:34", "throughput": "0.00", "total_tokens": 0}
|
| 232 |
+
{"current_steps": 2340, "total_steps": 3177, "loss": 0.0822, "learning_rate": 3.4262091229750973e-06, "epoch": 2.208588957055215, "percentage": 73.65, "elapsed_time": "1 day, 9:13:26", "remaining_time": "11:53:02", "throughput": "0.00", "total_tokens": 0}
|
| 233 |
+
{"current_steps": 2350, "total_steps": 3177, "loss": 0.0835, "learning_rate": 3.3497141995424397e-06, "epoch": 2.2180273714016043, "percentage": 73.97, "elapsed_time": "1 day, 9:21:56", "remaining_time": "11:44:30", "throughput": "0.00", "total_tokens": 0}
|
| 234 |
+
{"current_steps": 2360, "total_steps": 3177, "loss": 0.0841, "learning_rate": 3.2739107135555603e-06, "epoch": 2.2274657857479943, "percentage": 74.28, "elapsed_time": "1 day, 9:30:26", "remaining_time": "11:35:59", "throughput": "0.00", "total_tokens": 0}
|
| 235 |
+
{"current_steps": 2620, "total_steps": 3177, "loss": 0.0826, "learning_rate": 1.5699684619909983e-06, "epoch": 2.472864558754129, "percentage": 82.47, "elapsed_time": "1 day, 13:11:25", "remaining_time": "7:54:23", "throughput": "0.00", "total_tokens": 0}
|
| 236 |
+
{"current_steps": 2630, "total_steps": 3177, "loss": 0.0802, "learning_rate": 1.5155589093841939e-06, "epoch": 2.482302973100519, "percentage": 82.78, "elapsed_time": "1 day, 13:19:56", "remaining_time": "7:45:52", "throughput": "0.00", "total_tokens": 0}
|
| 237 |
+
{"current_steps": 2640, "total_steps": 3177, "loss": 0.081, "learning_rate": 1.4620314933430269e-06, "epoch": 2.491741387446909, "percentage": 83.1, "elapsed_time": "1 day, 13:28:26", "remaining_time": "7:37:21", "throughput": "0.00", "total_tokens": 0}
|
| 238 |
+
{"current_steps": 2650, "total_steps": 3177, "loss": 0.0808, "learning_rate": 1.4093917791711497e-06, "epoch": 2.501179801793299, "percentage": 83.41, "elapsed_time": "1 day, 13:36:55", "remaining_time": "7:28:49", "throughput": "0.00", "total_tokens": 0}
|
| 239 |
+
{"current_steps": 2660, "total_steps": 3177, "loss": 0.08, "learning_rate": 1.357645239876879e-06, "epoch": 2.5106182161396884, "percentage": 83.73, "elapsed_time": "1 day, 13:45:25", "remaining_time": "7:20:18", "throughput": "0.00", "total_tokens": 0}
|
| 240 |
+
{"current_steps": 2670, "total_steps": 3177, "loss": 0.0818, "learning_rate": 1.3067972556041753e-06, "epoch": 2.5200566304860783, "percentage": 84.04, "elapsed_time": "1 day, 13:53:55", "remaining_time": "7:11:47", "throughput": "0.00", "total_tokens": 0}
|
| 241 |
+
{"current_steps": 2680, "total_steps": 3177, "loss": 0.0807, "learning_rate": 1.2568531130732498e-06, "epoch": 2.5294950448324682, "percentage": 84.36, "elapsed_time": "1 day, 14:02:25", "remaining_time": "7:03:16", "throughput": "0.00", "total_tokens": 0}
|
| 242 |
+
{"current_steps": 2690, "total_steps": 3177, "loss": 0.0802, "learning_rate": 1.207818005030904e-06, "epoch": 2.5389334591788577, "percentage": 84.67, "elapsed_time": "1 day, 14:10:55", "remaining_time": "6:54:45", "throughput": "0.00", "total_tokens": 0}
|
| 243 |
+
{"current_steps": 2700, "total_steps": 3177, "loss": 0.0818, "learning_rate": 1.1596970297106458e-06, "epoch": 2.5483718735252476, "percentage": 84.99, "elapsed_time": "1 day, 14:19:24", "remaining_time": "6:46:13", "throughput": "0.00", "total_tokens": 0}
|
| 244 |
+
{"current_steps": 2710, "total_steps": 3177, "loss": 0.0806, "learning_rate": 1.1124951903025981e-06, "epoch": 2.5578102878716376, "percentage": 85.3, "elapsed_time": "1 day, 14:27:54", "remaining_time": "6:37:42", "throughput": "0.00", "total_tokens": 0}
|
| 245 |
+
{"current_steps": 2720, "total_steps": 3177, "loss": 0.081, "learning_rate": 1.0662173944333288e-06, "epoch": 2.5672487022180275, "percentage": 85.62, "elapsed_time": "1 day, 14:36:24", "remaining_time": "6:29:11", "throughput": "0.00", "total_tokens": 0}
|
| 246 |
+
{"current_steps": 2730, "total_steps": 3177, "loss": 0.081, "learning_rate": 1.0208684536555968e-06, "epoch": 2.5766871165644174, "percentage": 85.93, "elapsed_time": "1 day, 14:44:54", "remaining_time": "6:20:40", "throughput": "0.00", "total_tokens": 0}
|
| 247 |
+
{"current_steps": 2740, "total_steps": 3177, "loss": 0.0832, "learning_rate": 9.764530829480822e-07, "epoch": 2.586125530910807, "percentage": 86.24, "elapsed_time": "1 day, 14:53:24", "remaining_time": "6:12:09", "throughput": "0.00", "total_tokens": 0}
|
| 248 |
+
{"current_steps": 2750, "total_steps": 3177, "loss": 0.0802, "learning_rate": 9.329759002251726e-07, "epoch": 2.595563945257197, "percentage": 86.56, "elapsed_time": "1 day, 15:01:54", "remaining_time": "6:03:38", "throughput": "0.00", "total_tokens": 0}
|
| 249 |
+
{"current_steps": 2760, "total_steps": 3177, "loss": 0.0799, "learning_rate": 8.904414258568306e-07, "epoch": 2.6050023596035867, "percentage": 86.87, "elapsed_time": "1 day, 15:10:24", "remaining_time": "5:55:06", "throughput": "0.00", "total_tokens": 0}
|
| 250 |
+
{"current_steps": 2770, "total_steps": 3177, "loss": 0.0827, "learning_rate": 8.488540821986035e-07, "epoch": 2.614440773949976, "percentage": 87.19, "elapsed_time": "1 day, 15:18:53", "remaining_time": "5:46:35", "throughput": "0.00", "total_tokens": 0}
|
| 251 |
+
{"current_steps": 2780, "total_steps": 3177, "loss": 0.0792, "learning_rate": 8.082181931318311e-07, "epoch": 2.623879188296366, "percentage": 87.5, "elapsed_time": "1 day, 15:27:24", "remaining_time": "5:38:04", "throughput": "0.00", "total_tokens": 0}
|
| 252 |
+
{"current_steps": 2790, "total_steps": 3177, "loss": 0.079, "learning_rate": 7.685379836140872e-07, "epoch": 2.633317602642756, "percentage": 87.82, "elapsed_time": "1 day, 15:35:54", "remaining_time": "5:29:33", "throughput": "0.00", "total_tokens": 0}
|
| 253 |
+
{"current_steps": 2800, "total_steps": 3177, "loss": 0.0818, "learning_rate": 7.298175792398976e-07, "epoch": 2.642756016989146, "percentage": 88.13, "elapsed_time": "1 day, 15:44:24", "remaining_time": "5:21:02", "throughput": "0.00", "total_tokens": 0}
|
| 254 |
+
{"current_steps": 2810, "total_steps": 3177, "loss": 0.0804, "learning_rate": 6.920610058118105e-07, "epoch": 2.652194431335536, "percentage": 88.45, "elapsed_time": "1 day, 15:52:54", "remaining_time": "5:12:31", "throughput": "0.00", "total_tokens": 0}
|
| 255 |
+
{"current_steps": 2820, "total_steps": 3177, "loss": 0.0816, "learning_rate": 6.552721889218194e-07, "epoch": 2.6616328456819254, "percentage": 88.76, "elapsed_time": "1 day, 16:01:24", "remaining_time": "5:04:00", "throughput": "0.00", "total_tokens": 0}
|
| 256 |
+
{"current_steps": 2830, "total_steps": 3177, "loss": 0.08, "learning_rate": 6.194549535432137e-07, "epoch": 2.6710712600283153, "percentage": 89.08, "elapsed_time": "1 day, 16:09:54", "remaining_time": "4:55:29", "throughput": "0.00", "total_tokens": 0}
|
| 257 |
+
{"current_steps": 2840, "total_steps": 3177, "loss": 0.0823, "learning_rate": 5.846130236329073e-07, "epoch": 2.680509674374705, "percentage": 89.39, "elapsed_time": "1 day, 16:18:23", "remaining_time": "4:46:58", "throughput": "0.00", "total_tokens": 0}
|
| 258 |
+
{"current_steps": 2850, "total_steps": 3177, "loss": 0.0809, "learning_rate": 5.507500217442341e-07, "epoch": 2.6899480887210947, "percentage": 89.71, "elapsed_time": "1 day, 16:26:53", "remaining_time": "4:38:27", "throughput": "0.00", "total_tokens": 0}
|
| 259 |
+
{"current_steps": 2860, "total_steps": 3177, "loss": 0.0784, "learning_rate": 5.178694686503205e-07, "epoch": 2.6993865030674846, "percentage": 90.02, "elapsed_time": "1 day, 16:35:23", "remaining_time": "4:29:56", "throughput": "0.00", "total_tokens": 0}
|
| 260 |
+
{"current_steps": 2870, "total_steps": 3177, "loss": 0.081, "learning_rate": 4.85974782978027e-07, "epoch": 2.7088249174138745, "percentage": 90.34, "elapsed_time": "1 day, 16:43:53", "remaining_time": "4:21:25", "throughput": "0.00", "total_tokens": 0}
|
| 261 |
+
{"current_steps": 2880, "total_steps": 3177, "loss": 0.0778, "learning_rate": 4.5506928085250033e-07, "epoch": 2.718263331760264, "percentage": 90.65, "elapsed_time": "1 day, 16:52:22", "remaining_time": "4:12:54", "throughput": "0.00", "total_tokens": 0}
|
| 262 |
+
{"current_steps": 2890, "total_steps": 3177, "loss": 0.0832, "learning_rate": 4.251561755524036e-07, "epoch": 2.727701746106654, "percentage": 90.97, "elapsed_time": "1 day, 17:00:52", "remaining_time": "4:04:23", "throughput": "0.00", "total_tokens": 0}
|
| 263 |
+
{"current_steps": 2900, "total_steps": 3177, "loss": 0.0808, "learning_rate": 3.9623857717581813e-07, "epoch": 2.737140160453044, "percentage": 91.28, "elapsed_time": "1 day, 17:09:22", "remaining_time": "3:55:52", "throughput": "0.00", "total_tokens": 0}
|
| 264 |
+
{"current_steps": 2910, "total_steps": 3177, "loss": 0.081, "learning_rate": 3.6831949231689203e-07, "epoch": 2.746578574799434, "percentage": 91.6, "elapsed_time": "1 day, 17:17:51", "remaining_time": "3:47:21", "throughput": "0.00", "total_tokens": 0}
|
| 265 |
+
{"current_steps": 2920, "total_steps": 3177, "loss": 0.0821, "learning_rate": 3.414018237532335e-07, "epoch": 2.7560169891458237, "percentage": 91.91, "elapsed_time": "1 day, 17:26:21", "remaining_time": "3:38:50", "throughput": "0.00", "total_tokens": 0}
|
| 266 |
+
{"current_steps": 2930, "total_steps": 3177, "loss": 0.08, "learning_rate": 3.154883701441136e-07, "epoch": 2.765455403492213, "percentage": 92.23, "elapsed_time": "1 day, 17:34:51", "remaining_time": "3:30:19", "throughput": "0.00", "total_tokens": 0}
|
| 267 |
+
{"current_steps": 2940, "total_steps": 3177, "loss": 0.0798, "learning_rate": 2.905818257394799e-07, "epoch": 2.774893817838603, "percentage": 92.54, "elapsed_time": "1 day, 17:43:21", "remaining_time": "3:21:48", "throughput": "0.00", "total_tokens": 0}
|
| 268 |
+
{"current_steps": 2950, "total_steps": 3177, "loss": 0.0819, "learning_rate": 2.666847800998362e-07, "epoch": 2.784332232184993, "percentage": 92.85, "elapsed_time": "1 day, 17:51:51", "remaining_time": "3:13:17", "throughput": "0.00", "total_tokens": 0}
|
| 269 |
+
{"current_steps": 2960, "total_steps": 3177, "loss": 0.0807, "learning_rate": 2.437997178270035e-07, "epoch": 2.7937706465313825, "percentage": 93.17, "elapsed_time": "1 day, 18:00:21", "remaining_time": "3:04:46", "throughput": "0.00", "total_tokens": 0}
|
| 270 |
+
{"current_steps": 2970, "total_steps": 3177, "loss": 0.0806, "learning_rate": 2.219290183057865e-07, "epoch": 2.8032090608777724, "percentage": 93.48, "elapsed_time": "1 day, 18:08:52", "remaining_time": "2:56:15", "throughput": "0.00", "total_tokens": 0}
|
| 271 |
+
{"current_steps": 2980, "total_steps": 3177, "loss": 0.0778, "learning_rate": 2.0107495545659829e-07, "epoch": 2.8126474752241624, "percentage": 93.8, "elapsed_time": "1 day, 18:17:22", "remaining_time": "2:47:44", "throughput": "0.00", "total_tokens": 0}
|
| 272 |
+
{"current_steps": 2990, "total_steps": 3177, "loss": 0.0777, "learning_rate": 1.8123969749902714e-07, "epoch": 2.8220858895705523, "percentage": 94.11, "elapsed_time": "1 day, 18:25:52", "remaining_time": "2:39:13", "throughput": "0.00", "total_tokens": 0}
|
| 273 |
+
{"current_steps": 3000, "total_steps": 3177, "loss": 0.0813, "learning_rate": 1.6242530672641143e-07, "epoch": 2.831524303916942, "percentage": 94.43, "elapsed_time": "1 day, 18:34:22", "remaining_time": "2:30:42", "throughput": "0.00", "total_tokens": 0}
|
| 274 |
+
{"current_steps": 3010, "total_steps": 3177, "loss": 0.0788, "learning_rate": 1.4463373929141766e-07, "epoch": 2.8409627182633317, "percentage": 94.74, "elapsed_time": "1 day, 18:42:51", "remaining_time": "2:22:11", "throughput": "0.00", "total_tokens": 0}
|
| 275 |
+
{"current_steps": 3020, "total_steps": 3177, "loss": 0.0819, "learning_rate": 1.2786684500265546e-07, "epoch": 2.8504011326097216, "percentage": 95.06, "elapsed_time": "1 day, 18:51:21", "remaining_time": "2:13:40", "throughput": "0.00", "total_tokens": 0}
|
| 276 |
+
{"current_steps": 3030, "total_steps": 3177, "loss": 0.0794, "learning_rate": 1.1212636713235581e-07, "epoch": 2.8598395469561115, "percentage": 95.37, "elapsed_time": "1 day, 18:59:50", "remaining_time": "2:05:09", "throughput": "0.00", "total_tokens": 0}
|
| 277 |
+
{"current_steps": 3040, "total_steps": 3177, "loss": 0.0814, "learning_rate": 9.741394223512057e-08, "epoch": 2.869277961302501, "percentage": 95.69, "elapsed_time": "1 day, 19:08:20", "remaining_time": "1:56:38", "throughput": "0.00", "total_tokens": 0}
|
| 278 |
+
{"current_steps": 3050, "total_steps": 3177, "loss": 0.0804, "learning_rate": 8.373109997776185e-08, "epoch": 2.878716375648891, "percentage": 96.0, "elapsed_time": "1 day, 19:16:51", "remaining_time": "1:48:07", "throughput": "0.00", "total_tokens": 0}
|
| 279 |
+
{"current_steps": 3060, "total_steps": 3177, "loss": 0.08, "learning_rate": 7.10792629802659e-08, "epoch": 2.888154789995281, "percentage": 96.32, "elapsed_time": "1 day, 19:25:21", "remaining_time": "1:39:37", "throughput": "0.00", "total_tokens": 0}
|
| 280 |
+
{"current_steps": 3070, "total_steps": 3177, "loss": 0.0809, "learning_rate": 5.945974666788479e-08, "epoch": 2.8975932043416703, "percentage": 96.63, "elapsed_time": "1 day, 19:33:52", "remaining_time": "1:31:06", "throughput": "0.00", "total_tokens": 0}
|
| 281 |
+
{"current_steps": 3080, "total_steps": 3177, "loss": 0.0817, "learning_rate": 4.887375913436132e-08, "epoch": 2.9070316186880603, "percentage": 96.95, "elapsed_time": "1 day, 19:42:22", "remaining_time": "1:22:35", "throughput": "0.00", "total_tokens": 0}
|
| 282 |
+
{"current_steps": 3090, "total_steps": 3177, "loss": 0.0823, "learning_rate": 3.932240101633178e-08, "epoch": 2.91647003303445, "percentage": 97.26, "elapsed_time": "1 day, 19:50:51", "remaining_time": "1:14:04", "throughput": "0.00", "total_tokens": 0}
|
| 283 |
+
{"current_steps": 3100, "total_steps": 3177, "loss": 0.0764, "learning_rate": 3.0806665378884106e-08, "epoch": 2.92590844738084, "percentage": 97.58, "elapsed_time": "1 day, 19:59:21", "remaining_time": "1:05:33", "throughput": "0.00", "total_tokens": 0}
|
| 284 |
+
{"current_steps": 3110, "total_steps": 3177, "loss": 0.0784, "learning_rate": 2.33274376123116e-08, "epoch": 2.93534686172723, "percentage": 97.89, "elapsed_time": "1 day, 20:07:50", "remaining_time": "0:57:02", "throughput": "0.00", "total_tokens": 0}
|
| 285 |
+
{"current_steps": 3120, "total_steps": 3177, "loss": 0.0795, "learning_rate": 1.68854953400599e-08, "epoch": 2.9447852760736195, "percentage": 98.21, "elapsed_time": "1 day, 20:16:20", "remaining_time": "0:48:31", "throughput": "0.00", "total_tokens": 0}
|
| 286 |
+
{"current_steps": 3130, "total_steps": 3177, "loss": 0.0801, "learning_rate": 1.1481508337869429e-08, "epoch": 2.9542236904200094, "percentage": 98.52, "elapsed_time": "1 day, 20:24:50", "remaining_time": "0:40:00", "throughput": "0.00", "total_tokens": 0}
|
| 287 |
+
{"current_steps": 3140, "total_steps": 3177, "loss": 0.0828, "learning_rate": 7.1160384641455475e-09, "epoch": 2.9636621047663994, "percentage": 98.84, "elapsed_time": "1 day, 20:33:20", "remaining_time": "0:31:30", "throughput": "0.00", "total_tokens": 0}
|
| 288 |
+
{"current_steps": 3150, "total_steps": 3177, "loss": 0.0808, "learning_rate": 3.7895396015374955e-09, "epoch": 2.973100519112789, "percentage": 99.15, "elapsed_time": "1 day, 20:41:50", "remaining_time": "0:22:59", "throughput": "0.00", "total_tokens": 0}
|
| 289 |
+
{"current_steps": 3160, "total_steps": 3177, "loss": 0.0803, "learning_rate": 1.502357609749483e-09, "epoch": 2.9825389334591788, "percentage": 99.46, "elapsed_time": "1 day, 20:50:20", "remaining_time": "0:14:28", "throughput": "0.00", "total_tokens": 0}
|
| 290 |
+
{"current_steps": 3170, "total_steps": 3177, "loss": 0.0813, "learning_rate": 2.5473028957945234e-10, "epoch": 2.9919773478055687, "percentage": 99.78, "elapsed_time": "1 day, 20:58:50", "remaining_time": "0:05:57", "throughput": "0.00", "total_tokens": 0}
|
| 291 |
+
{"current_steps": 3177, "total_steps": 3177, "epoch": 2.9985842378480414, "percentage": 100.0, "elapsed_time": "1 day, 21:08:40", "remaining_time": "0:00:00", "throughput": "0.00", "total_tokens": 0}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,2261 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 2.9985842378480414,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 3177,
|
| 7 |
+
"is_hyper_param_search": false,
|
| 8 |
+
"is_local_process_zero": true,
|
| 9 |
+
"is_world_process_zero": true,
|
| 10 |
+
"log_history": [
|
| 11 |
+
{
|
| 12 |
+
"epoch": 0.009438414346389807,
|
| 13 |
+
"grad_norm": 0.7047261682571029,
|
| 14 |
+
"learning_rate": 2.0833333333333334e-06,
|
| 15 |
+
"loss": 0.3368,
|
| 16 |
+
"step": 10
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 0.018876828692779613,
|
| 20 |
+
"grad_norm": 0.44565794909772116,
|
| 21 |
+
"learning_rate": 4.166666666666667e-06,
|
| 22 |
+
"loss": 0.2696,
|
| 23 |
+
"step": 20
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"epoch": 0.028315243039169418,
|
| 27 |
+
"grad_norm": 0.2469001773100438,
|
| 28 |
+
"learning_rate": 6.25e-06,
|
| 29 |
+
"loss": 0.2345,
|
| 30 |
+
"step": 30
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"epoch": 0.037753657385559226,
|
| 34 |
+
"grad_norm": 0.17504888016598083,
|
| 35 |
+
"learning_rate": 8.333333333333334e-06,
|
| 36 |
+
"loss": 0.213,
|
| 37 |
+
"step": 40
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"epoch": 0.04719207173194903,
|
| 41 |
+
"grad_norm": 0.14319985578848382,
|
| 42 |
+
"learning_rate": 1.0416666666666668e-05,
|
| 43 |
+
"loss": 0.194,
|
| 44 |
+
"step": 50
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"epoch": 0.056630486078338836,
|
| 48 |
+
"grad_norm": 0.1594795618687463,
|
| 49 |
+
"learning_rate": 1.25e-05,
|
| 50 |
+
"loss": 0.1871,
|
| 51 |
+
"step": 60
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"epoch": 0.06606890042472864,
|
| 55 |
+
"grad_norm": 0.14625288121586646,
|
| 56 |
+
"learning_rate": 1.4583333333333333e-05,
|
| 57 |
+
"loss": 0.1791,
|
| 58 |
+
"step": 70
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"epoch": 0.07550731477111845,
|
| 62 |
+
"grad_norm": 0.44536813060583275,
|
| 63 |
+
"learning_rate": 1.6666666666666667e-05,
|
| 64 |
+
"loss": 0.1777,
|
| 65 |
+
"step": 80
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"epoch": 0.08494572911750826,
|
| 69 |
+
"grad_norm": 0.17858201185676476,
|
| 70 |
+
"learning_rate": 1.8750000000000002e-05,
|
| 71 |
+
"loss": 0.1743,
|
| 72 |
+
"step": 90
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"epoch": 0.09438414346389806,
|
| 76 |
+
"grad_norm": 0.22679600482590775,
|
| 77 |
+
"learning_rate": 1.9999916822524766e-05,
|
| 78 |
+
"loss": 0.173,
|
| 79 |
+
"step": 100
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"epoch": 0.10382255781028787,
|
| 83 |
+
"grad_norm": 0.2245846959065181,
|
| 84 |
+
"learning_rate": 1.999898109181919e-05,
|
| 85 |
+
"loss": 0.1697,
|
| 86 |
+
"step": 110
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"epoch": 0.11326097215667767,
|
| 90 |
+
"grad_norm": 0.21274961909318216,
|
| 91 |
+
"learning_rate": 1.9997005756177228e-05,
|
| 92 |
+
"loss": 0.1669,
|
| 93 |
+
"step": 120
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"epoch": 0.12269938650306748,
|
| 97 |
+
"grad_norm": 0.15535944242468744,
|
| 98 |
+
"learning_rate": 1.999399102097668e-05,
|
| 99 |
+
"loss": 0.1664,
|
| 100 |
+
"step": 130
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"epoch": 0.13213780084945728,
|
| 104 |
+
"grad_norm": 0.1677351780597522,
|
| 105 |
+
"learning_rate": 1.9989937199662845e-05,
|
| 106 |
+
"loss": 0.1652,
|
| 107 |
+
"step": 140
|
| 108 |
+
},
|
| 109 |
+
{
|
| 110 |
+
"epoch": 0.1415762151958471,
|
| 111 |
+
"grad_norm": 0.15664753634679404,
|
| 112 |
+
"learning_rate": 1.998484471371593e-05,
|
| 113 |
+
"loss": 0.1619,
|
| 114 |
+
"step": 150
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"epoch": 0.1510146295422369,
|
| 118 |
+
"grad_norm": 0.1936710831336268,
|
| 119 |
+
"learning_rate": 1.9978714092607234e-05,
|
| 120 |
+
"loss": 0.1606,
|
| 121 |
+
"step": 160
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"epoch": 0.16045304388862672,
|
| 125 |
+
"grad_norm": 0.21595388620143963,
|
| 126 |
+
"learning_rate": 1.9971545973744102e-05,
|
| 127 |
+
"loss": 0.16,
|
| 128 |
+
"step": 170
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"epoch": 0.16989145823501653,
|
| 132 |
+
"grad_norm": 0.19084712938417736,
|
| 133 |
+
"learning_rate": 1.9963341102403652e-05,
|
| 134 |
+
"loss": 0.1582,
|
| 135 |
+
"step": 180
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"epoch": 0.1793298725814063,
|
| 139 |
+
"grad_norm": 0.19755743286804991,
|
| 140 |
+
"learning_rate": 1.9954100331655265e-05,
|
| 141 |
+
"loss": 0.1551,
|
| 142 |
+
"step": 190
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"epoch": 0.18876828692779613,
|
| 146 |
+
"grad_norm": 0.21785901423412252,
|
| 147 |
+
"learning_rate": 1.9943824622271934e-05,
|
| 148 |
+
"loss": 0.1559,
|
| 149 |
+
"step": 200
|
| 150 |
+
},
|
| 151 |
+
{
|
| 152 |
+
"epoch": 0.19820670127418594,
|
| 153 |
+
"grad_norm": 0.1472275149396309,
|
| 154 |
+
"learning_rate": 1.9932515042630335e-05,
|
| 155 |
+
"loss": 0.1534,
|
| 156 |
+
"step": 210
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"epoch": 0.20764511562057575,
|
| 160 |
+
"grad_norm": 0.14184865805893884,
|
| 161 |
+
"learning_rate": 1.9920172768599763e-05,
|
| 162 |
+
"loss": 0.1545,
|
| 163 |
+
"step": 220
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"epoch": 0.21708352996696556,
|
| 167 |
+
"grad_norm": 0.1833363522186809,
|
| 168 |
+
"learning_rate": 1.9906799083419865e-05,
|
| 169 |
+
"loss": 0.1543,
|
| 170 |
+
"step": 230
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"epoch": 0.22652194431335534,
|
| 174 |
+
"grad_norm": 0.141212536462394,
|
| 175 |
+
"learning_rate": 1.989239537756723e-05,
|
| 176 |
+
"loss": 0.1538,
|
| 177 |
+
"step": 240
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"epoch": 0.23596035865974516,
|
| 181 |
+
"grad_norm": 0.1556507383209179,
|
| 182 |
+
"learning_rate": 1.987696314861082e-05,
|
| 183 |
+
"loss": 0.1541,
|
| 184 |
+
"step": 250
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"epoch": 0.24539877300613497,
|
| 188 |
+
"grad_norm": 0.17173283637998002,
|
| 189 |
+
"learning_rate": 1.986050400105626e-05,
|
| 190 |
+
"loss": 0.1518,
|
| 191 |
+
"step": 260
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"epoch": 0.25483718735252475,
|
| 195 |
+
"grad_norm": 0.150629748875022,
|
| 196 |
+
"learning_rate": 1.9843019646179014e-05,
|
| 197 |
+
"loss": 0.1501,
|
| 198 |
+
"step": 270
|
| 199 |
+
},
|
| 200 |
+
{
|
| 201 |
+
"epoch": 0.26427560169891456,
|
| 202 |
+
"grad_norm": 0.19334006281958221,
|
| 203 |
+
"learning_rate": 1.9824511901846475e-05,
|
| 204 |
+
"loss": 0.1483,
|
| 205 |
+
"step": 280
|
| 206 |
+
},
|
| 207 |
+
{
|
| 208 |
+
"epoch": 0.2737140160453044,
|
| 209 |
+
"grad_norm": 0.12527664802237196,
|
| 210 |
+
"learning_rate": 1.9804982692328944e-05,
|
| 211 |
+
"loss": 0.1514,
|
| 212 |
+
"step": 290
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"epoch": 0.2831524303916942,
|
| 216 |
+
"grad_norm": 0.19858199254198736,
|
| 217 |
+
"learning_rate": 1.9784434048099565e-05,
|
| 218 |
+
"loss": 0.151,
|
| 219 |
+
"step": 300
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"epoch": 0.292590844738084,
|
| 223 |
+
"grad_norm": 0.1677799134496006,
|
| 224 |
+
"learning_rate": 1.976286810562323e-05,
|
| 225 |
+
"loss": 0.1498,
|
| 226 |
+
"step": 310
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"epoch": 0.3020292590844738,
|
| 230 |
+
"grad_norm": 0.15743349400071904,
|
| 231 |
+
"learning_rate": 1.9740287107134417e-05,
|
| 232 |
+
"loss": 0.1513,
|
| 233 |
+
"step": 320
|
| 234 |
+
},
|
| 235 |
+
{
|
| 236 |
+
"epoch": 0.3114676734308636,
|
| 237 |
+
"grad_norm": 0.1616061413079364,
|
| 238 |
+
"learning_rate": 1.97166934004041e-05,
|
| 239 |
+
"loss": 0.1489,
|
| 240 |
+
"step": 330
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"epoch": 0.32090608777725343,
|
| 244 |
+
"grad_norm": 0.1878283137943562,
|
| 245 |
+
"learning_rate": 1.9692089438495622e-05,
|
| 246 |
+
"loss": 0.1449,
|
| 247 |
+
"step": 340
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"epoch": 0.33034450212364325,
|
| 251 |
+
"grad_norm": 0.16166637953640253,
|
| 252 |
+
"learning_rate": 1.9666477779509655e-05,
|
| 253 |
+
"loss": 0.1469,
|
| 254 |
+
"step": 350
|
| 255 |
+
},
|
| 256 |
+
{
|
| 257 |
+
"epoch": 0.33978291647003306,
|
| 258 |
+
"grad_norm": 0.12292532976422958,
|
| 259 |
+
"learning_rate": 1.963986108631823e-05,
|
| 260 |
+
"loss": 0.1468,
|
| 261 |
+
"step": 360
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"epoch": 0.3492213308164228,
|
| 265 |
+
"grad_norm": 0.16469874208354635,
|
| 266 |
+
"learning_rate": 1.9612242126287876e-05,
|
| 267 |
+
"loss": 0.1483,
|
| 268 |
+
"step": 370
|
| 269 |
+
},
|
| 270 |
+
{
|
| 271 |
+
"epoch": 0.3586597451628126,
|
| 272 |
+
"grad_norm": 0.13369950841636608,
|
| 273 |
+
"learning_rate": 1.958362377099191e-05,
|
| 274 |
+
"loss": 0.1443,
|
| 275 |
+
"step": 380
|
| 276 |
+
},
|
| 277 |
+
{
|
| 278 |
+
"epoch": 0.36809815950920244,
|
| 279 |
+
"grad_norm": 0.12551292002845085,
|
| 280 |
+
"learning_rate": 1.9554008995911837e-05,
|
| 281 |
+
"loss": 0.1463,
|
| 282 |
+
"step": 390
|
| 283 |
+
},
|
| 284 |
+
{
|
| 285 |
+
"epoch": 0.37753657385559225,
|
| 286 |
+
"grad_norm": 0.14851921568961518,
|
| 287 |
+
"learning_rate": 1.9523400880128032e-05,
|
| 288 |
+
"loss": 0.1471,
|
| 289 |
+
"step": 400
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"epoch": 0.38697498820198206,
|
| 293 |
+
"grad_norm": 0.13162403368451694,
|
| 294 |
+
"learning_rate": 1.949180260599957e-05,
|
| 295 |
+
"loss": 0.1452,
|
| 296 |
+
"step": 410
|
| 297 |
+
},
|
| 298 |
+
{
|
| 299 |
+
"epoch": 0.3964134025483719,
|
| 300 |
+
"grad_norm": 0.12724887401811377,
|
| 301 |
+
"learning_rate": 1.945921745883337e-05,
|
| 302 |
+
"loss": 0.1455,
|
| 303 |
+
"step": 420
|
| 304 |
+
},
|
| 305 |
+
{
|
| 306 |
+
"epoch": 0.4058518168947617,
|
| 307 |
+
"grad_norm": 0.11779906396951238,
|
| 308 |
+
"learning_rate": 1.9425648826542618e-05,
|
| 309 |
+
"loss": 0.1435,
|
| 310 |
+
"step": 430
|
| 311 |
+
},
|
| 312 |
+
{
|
| 313 |
+
"epoch": 0.4152902312411515,
|
| 314 |
+
"grad_norm": 0.1610933457769652,
|
| 315 |
+
"learning_rate": 1.939110019929451e-05,
|
| 316 |
+
"loss": 0.1436,
|
| 317 |
+
"step": 440
|
| 318 |
+
},
|
| 319 |
+
{
|
| 320 |
+
"epoch": 0.4247286455875413,
|
| 321 |
+
"grad_norm": 0.12250958203512534,
|
| 322 |
+
"learning_rate": 1.935557516914739e-05,
|
| 323 |
+
"loss": 0.1451,
|
| 324 |
+
"step": 450
|
| 325 |
+
},
|
| 326 |
+
{
|
| 327 |
+
"epoch": 0.4341670599339311,
|
| 328 |
+
"grad_norm": 0.1380572524992858,
|
| 329 |
+
"learning_rate": 1.931907742967727e-05,
|
| 330 |
+
"loss": 0.1444,
|
| 331 |
+
"step": 460
|
| 332 |
+
},
|
| 333 |
+
{
|
| 334 |
+
"epoch": 0.44360547428032093,
|
| 335 |
+
"grad_norm": 0.13646993698111895,
|
| 336 |
+
"learning_rate": 1.92816107755938e-05,
|
| 337 |
+
"loss": 0.142,
|
| 338 |
+
"step": 470
|
| 339 |
+
},
|
| 340 |
+
{
|
| 341 |
+
"epoch": 0.4530438886267107,
|
| 342 |
+
"grad_norm": 0.11765542306036501,
|
| 343 |
+
"learning_rate": 1.9243179102345753e-05,
|
| 344 |
+
"loss": 0.1406,
|
| 345 |
+
"step": 480
|
| 346 |
+
},
|
| 347 |
+
{
|
| 348 |
+
"epoch": 0.4624823029731005,
|
| 349 |
+
"grad_norm": 0.1266567901893174,
|
| 350 |
+
"learning_rate": 1.9203786405715984e-05,
|
| 351 |
+
"loss": 0.144,
|
| 352 |
+
"step": 490
|
| 353 |
+
},
|
| 354 |
+
{
|
| 355 |
+
"epoch": 0.4719207173194903,
|
| 356 |
+
"grad_norm": 0.1113634311573256,
|
| 357 |
+
"learning_rate": 1.9163436781405992e-05,
|
| 358 |
+
"loss": 0.1428,
|
| 359 |
+
"step": 500
|
| 360 |
+
},
|
| 361 |
+
{
|
| 362 |
+
"epoch": 0.4813591316658801,
|
| 363 |
+
"grad_norm": 0.13808836428511967,
|
| 364 |
+
"learning_rate": 1.912213442461009e-05,
|
| 365 |
+
"loss": 0.1399,
|
| 366 |
+
"step": 510
|
| 367 |
+
},
|
| 368 |
+
{
|
| 369 |
+
"epoch": 0.49079754601226994,
|
| 370 |
+
"grad_norm": 0.1226613837593307,
|
| 371 |
+
"learning_rate": 1.9079883629579224e-05,
|
| 372 |
+
"loss": 0.1396,
|
| 373 |
+
"step": 520
|
| 374 |
+
},
|
| 375 |
+
{
|
| 376 |
+
"epoch": 0.5002359603586597,
|
| 377 |
+
"grad_norm": 0.14272835200919645,
|
| 378 |
+
"learning_rate": 1.9036688789174496e-05,
|
| 379 |
+
"loss": 0.1403,
|
| 380 |
+
"step": 530
|
| 381 |
+
},
|
| 382 |
+
{
|
| 383 |
+
"epoch": 0.5096743747050495,
|
| 384 |
+
"grad_norm": 0.12981510040553715,
|
| 385 |
+
"learning_rate": 1.899255439441043e-05,
|
| 386 |
+
"loss": 0.1399,
|
| 387 |
+
"step": 540
|
| 388 |
+
},
|
| 389 |
+
{
|
| 390 |
+
"epoch": 0.5191127890514393,
|
| 391 |
+
"grad_norm": 0.1190871345092575,
|
| 392 |
+
"learning_rate": 1.8947485033988034e-05,
|
| 393 |
+
"loss": 0.1376,
|
| 394 |
+
"step": 550
|
| 395 |
+
},
|
| 396 |
+
{
|
| 397 |
+
"epoch": 0.5285512033978291,
|
| 398 |
+
"grad_norm": 0.1271477738963388,
|
| 399 |
+
"learning_rate": 1.8901485393817724e-05,
|
| 400 |
+
"loss": 0.1415,
|
| 401 |
+
"step": 560
|
| 402 |
+
},
|
| 403 |
+
{
|
| 404 |
+
"epoch": 0.5379896177442189,
|
| 405 |
+
"grad_norm": 0.12965211048846748,
|
| 406 |
+
"learning_rate": 1.8854560256532098e-05,
|
| 407 |
+
"loss": 0.1423,
|
| 408 |
+
"step": 570
|
| 409 |
+
},
|
| 410 |
+
{
|
| 411 |
+
"epoch": 0.5474280320906088,
|
| 412 |
+
"grad_norm": 0.13373262160455968,
|
| 413 |
+
"learning_rate": 1.880671450098871e-05,
|
| 414 |
+
"loss": 0.139,
|
| 415 |
+
"step": 580
|
| 416 |
+
},
|
| 417 |
+
{
|
| 418 |
+
"epoch": 0.5568664464369986,
|
| 419 |
+
"grad_norm": 0.1322939697550499,
|
| 420 |
+
"learning_rate": 1.8757953101762786e-05,
|
| 421 |
+
"loss": 0.1396,
|
| 422 |
+
"step": 590
|
| 423 |
+
},
|
| 424 |
+
{
|
| 425 |
+
"epoch": 0.5663048607833884,
|
| 426 |
+
"grad_norm": 0.11918437239832326,
|
| 427 |
+
"learning_rate": 1.8708281128630023e-05,
|
| 428 |
+
"loss": 0.138,
|
| 429 |
+
"step": 600
|
| 430 |
+
},
|
| 431 |
+
{
|
| 432 |
+
"epoch": 0.5757432751297782,
|
| 433 |
+
"grad_norm": 0.12338738357381479,
|
| 434 |
+
"learning_rate": 1.865770374603948e-05,
|
| 435 |
+
"loss": 0.1406,
|
| 436 |
+
"step": 610
|
| 437 |
+
},
|
| 438 |
+
{
|
| 439 |
+
"epoch": 0.585181689476168,
|
| 440 |
+
"grad_norm": 0.11573754594906395,
|
| 441 |
+
"learning_rate": 1.8606226212576612e-05,
|
| 442 |
+
"loss": 0.138,
|
| 443 |
+
"step": 620
|
| 444 |
+
},
|
| 445 |
+
{
|
| 446 |
+
"epoch": 0.5946201038225578,
|
| 447 |
+
"grad_norm": 0.1419588706141848,
|
| 448 |
+
"learning_rate": 1.8553853880416555e-05,
|
| 449 |
+
"loss": 0.1408,
|
| 450 |
+
"step": 630
|
| 451 |
+
},
|
| 452 |
+
{
|
| 453 |
+
"epoch": 0.6040585181689476,
|
| 454 |
+
"grad_norm": 0.13998266637185536,
|
| 455 |
+
"learning_rate": 1.8500592194767625e-05,
|
| 456 |
+
"loss": 0.1394,
|
| 457 |
+
"step": 640
|
| 458 |
+
},
|
| 459 |
+
{
|
| 460 |
+
"epoch": 0.6134969325153374,
|
| 461 |
+
"grad_norm": 0.11868995175822014,
|
| 462 |
+
"learning_rate": 1.8446446693305194e-05,
|
| 463 |
+
"loss": 0.1384,
|
| 464 |
+
"step": 650
|
| 465 |
+
},
|
| 466 |
+
{
|
| 467 |
+
"epoch": 0.6229353468617272,
|
| 468 |
+
"grad_norm": 0.1328472026088287,
|
| 469 |
+
"learning_rate": 1.8391423005595928e-05,
|
| 470 |
+
"loss": 0.1393,
|
| 471 |
+
"step": 660
|
| 472 |
+
},
|
| 473 |
+
{
|
| 474 |
+
"epoch": 0.6323737612081171,
|
| 475 |
+
"grad_norm": 0.11726921800593894,
|
| 476 |
+
"learning_rate": 1.833552685251246e-05,
|
| 477 |
+
"loss": 0.1398,
|
| 478 |
+
"step": 670
|
| 479 |
+
},
|
| 480 |
+
{
|
| 481 |
+
"epoch": 0.6418121755545069,
|
| 482 |
+
"grad_norm": 0.11466260187649016,
|
| 483 |
+
"learning_rate": 1.827876404563861e-05,
|
| 484 |
+
"loss": 0.1369,
|
| 485 |
+
"step": 680
|
| 486 |
+
},
|
| 487 |
+
{
|
| 488 |
+
"epoch": 0.6512505899008967,
|
| 489 |
+
"grad_norm": 0.11234281014514101,
|
| 490 |
+
"learning_rate": 1.8221140486665125e-05,
|
| 491 |
+
"loss": 0.1346,
|
| 492 |
+
"step": 690
|
| 493 |
+
},
|
| 494 |
+
{
|
| 495 |
+
"epoch": 0.6606890042472865,
|
| 496 |
+
"grad_norm": 0.11159741277810285,
|
| 497 |
+
"learning_rate": 1.8162662166776085e-05,
|
| 498 |
+
"loss": 0.1357,
|
| 499 |
+
"step": 700
|
| 500 |
+
},
|
| 501 |
+
{
|
| 502 |
+
"epoch": 0.6701274185936763,
|
| 503 |
+
"grad_norm": 0.12752868267859116,
|
| 504 |
+
"learning_rate": 1.8103335166026002e-05,
|
| 505 |
+
"loss": 0.1389,
|
| 506 |
+
"step": 710
|
| 507 |
+
},
|
| 508 |
+
{
|
| 509 |
+
"epoch": 0.6795658329400661,
|
| 510 |
+
"grad_norm": 0.12084535348559353,
|
| 511 |
+
"learning_rate": 1.804316565270765e-05,
|
| 512 |
+
"loss": 0.1375,
|
| 513 |
+
"step": 720
|
| 514 |
+
},
|
| 515 |
+
{
|
| 516 |
+
"epoch": 0.6890042472864559,
|
| 517 |
+
"grad_norm": 0.12102077085461252,
|
| 518 |
+
"learning_rate": 1.798215988271075e-05,
|
| 519 |
+
"loss": 0.1364,
|
| 520 |
+
"step": 730
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"epoch": 0.6984426616328456,
|
| 524 |
+
"grad_norm": 0.11713742692774234,
|
| 525 |
+
"learning_rate": 1.7920324198871546e-05,
|
| 526 |
+
"loss": 0.138,
|
| 527 |
+
"step": 740
|
| 528 |
+
},
|
| 529 |
+
{
|
| 530 |
+
"epoch": 0.7078810759792354,
|
| 531 |
+
"grad_norm": 0.11656355822805255,
|
| 532 |
+
"learning_rate": 1.785766503031332e-05,
|
| 533 |
+
"loss": 0.1346,
|
| 534 |
+
"step": 750
|
| 535 |
+
},
|
| 536 |
+
{
|
| 537 |
+
"epoch": 0.7173194903256253,
|
| 538 |
+
"grad_norm": 0.11377328844943654,
|
| 539 |
+
"learning_rate": 1.7794188891777964e-05,
|
| 540 |
+
"loss": 0.1352,
|
| 541 |
+
"step": 760
|
| 542 |
+
},
|
| 543 |
+
{
|
| 544 |
+
"epoch": 0.7267579046720151,
|
| 545 |
+
"grad_norm": 0.12103799646507679,
|
| 546 |
+
"learning_rate": 1.7729902382948617e-05,
|
| 547 |
+
"loss": 0.1353,
|
| 548 |
+
"step": 770
|
| 549 |
+
},
|
| 550 |
+
{
|
| 551 |
+
"epoch": 0.7361963190184049,
|
| 552 |
+
"grad_norm": 0.1073585292390918,
|
| 553 |
+
"learning_rate": 1.76648121877635e-05,
|
| 554 |
+
"loss": 0.1352,
|
| 555 |
+
"step": 780
|
| 556 |
+
},
|
| 557 |
+
{
|
| 558 |
+
"epoch": 0.7456347333647947,
|
| 559 |
+
"grad_norm": 0.11214075940260533,
|
| 560 |
+
"learning_rate": 1.759892507372099e-05,
|
| 561 |
+
"loss": 0.1341,
|
| 562 |
+
"step": 790
|
| 563 |
+
},
|
| 564 |
+
{
|
| 565 |
+
"epoch": 0.7550731477111845,
|
| 566 |
+
"grad_norm": 0.11706899066793994,
|
| 567 |
+
"learning_rate": 1.7532247891175968e-05,
|
| 568 |
+
"loss": 0.1333,
|
| 569 |
+
"step": 800
|
| 570 |
+
},
|
| 571 |
+
{
|
| 572 |
+
"epoch": 0.7645115620575743,
|
| 573 |
+
"grad_norm": 0.11789888505768062,
|
| 574 |
+
"learning_rate": 1.746478757262761e-05,
|
| 575 |
+
"loss": 0.136,
|
| 576 |
+
"step": 810
|
| 577 |
+
},
|
| 578 |
+
{
|
| 579 |
+
"epoch": 0.7739499764039641,
|
| 580 |
+
"grad_norm": 0.11237848535926774,
|
| 581 |
+
"learning_rate": 1.739655113199858e-05,
|
| 582 |
+
"loss": 0.1336,
|
| 583 |
+
"step": 820
|
| 584 |
+
},
|
| 585 |
+
{
|
| 586 |
+
"epoch": 0.7833883907503539,
|
| 587 |
+
"grad_norm": 0.10753154987431834,
|
| 588 |
+
"learning_rate": 1.7327545663905813e-05,
|
| 589 |
+
"loss": 0.1331,
|
| 590 |
+
"step": 830
|
| 591 |
+
},
|
| 592 |
+
{
|
| 593 |
+
"epoch": 0.7928268050967437,
|
| 594 |
+
"grad_norm": 0.1441522552747225,
|
| 595 |
+
"learning_rate": 1.7257778342922853e-05,
|
| 596 |
+
"loss": 0.1328,
|
| 597 |
+
"step": 840
|
| 598 |
+
},
|
| 599 |
+
{
|
| 600 |
+
"epoch": 0.8022652194431336,
|
| 601 |
+
"grad_norm": 0.1269707942863234,
|
| 602 |
+
"learning_rate": 1.7187256422833928e-05,
|
| 603 |
+
"loss": 0.1319,
|
| 604 |
+
"step": 850
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"epoch": 0.8117036337895234,
|
| 608 |
+
"grad_norm": 0.11091236494221275,
|
| 609 |
+
"learning_rate": 1.711598723587975e-05,
|
| 610 |
+
"loss": 0.1324,
|
| 611 |
+
"step": 860
|
| 612 |
+
},
|
| 613 |
+
{
|
| 614 |
+
"epoch": 0.8211420481359132,
|
| 615 |
+
"grad_norm": 0.10854265306012167,
|
| 616 |
+
"learning_rate": 1.7043978191995177e-05,
|
| 617 |
+
"loss": 0.1325,
|
| 618 |
+
"step": 870
|
| 619 |
+
},
|
| 620 |
+
{
|
| 621 |
+
"epoch": 0.830580462482303,
|
| 622 |
+
"grad_norm": 0.1110467712060928,
|
| 623 |
+
"learning_rate": 1.6971236778038806e-05,
|
| 624 |
+
"loss": 0.1315,
|
| 625 |
+
"step": 880
|
| 626 |
+
},
|
| 627 |
+
{
|
| 628 |
+
"epoch": 0.8400188768286928,
|
| 629 |
+
"grad_norm": 0.12129611756408008,
|
| 630 |
+
"learning_rate": 1.6897770557014535e-05,
|
| 631 |
+
"loss": 0.1328,
|
| 632 |
+
"step": 890
|
| 633 |
+
},
|
| 634 |
+
{
|
| 635 |
+
"epoch": 0.8494572911750826,
|
| 636 |
+
"grad_norm": 0.106781748696916,
|
| 637 |
+
"learning_rate": 1.682358716728525e-05,
|
| 638 |
+
"loss": 0.1351,
|
| 639 |
+
"step": 900
|
| 640 |
+
},
|
| 641 |
+
{
|
| 642 |
+
"epoch": 0.8588957055214724,
|
| 643 |
+
"grad_norm": 0.11020118439519076,
|
| 644 |
+
"learning_rate": 1.674869432177864e-05,
|
| 645 |
+
"loss": 0.1325,
|
| 646 |
+
"step": 910
|
| 647 |
+
},
|
| 648 |
+
{
|
| 649 |
+
"epoch": 0.8683341198678622,
|
| 650 |
+
"grad_norm": 0.11750342557908768,
|
| 651 |
+
"learning_rate": 1.667309980718529e-05,
|
| 652 |
+
"loss": 0.1312,
|
| 653 |
+
"step": 920
|
| 654 |
+
},
|
| 655 |
+
{
|
| 656 |
+
"epoch": 0.877772534214252,
|
| 657 |
+
"grad_norm": 0.12853148875033116,
|
| 658 |
+
"learning_rate": 1.6596811483149077e-05,
|
| 659 |
+
"loss": 0.1317,
|
| 660 |
+
"step": 930
|
| 661 |
+
},
|
| 662 |
+
{
|
| 663 |
+
"epoch": 0.8872109485606419,
|
| 664 |
+
"grad_norm": 0.11393786746070304,
|
| 665 |
+
"learning_rate": 1.651983728145e-05,
|
| 666 |
+
"loss": 0.1355,
|
| 667 |
+
"step": 940
|
| 668 |
+
},
|
| 669 |
+
{
|
| 670 |
+
"epoch": 0.8966493629070316,
|
| 671 |
+
"grad_norm": 0.11013100846033319,
|
| 672 |
+
"learning_rate": 1.6442185205179507e-05,
|
| 673 |
+
"loss": 0.1309,
|
| 674 |
+
"step": 950
|
| 675 |
+
},
|
| 676 |
+
{
|
| 677 |
+
"epoch": 0.9060877772534214,
|
| 678 |
+
"grad_norm": 0.10641286141618259,
|
| 679 |
+
"learning_rate": 1.6363863327908405e-05,
|
| 680 |
+
"loss": 0.1339,
|
| 681 |
+
"step": 960
|
| 682 |
+
},
|
| 683 |
+
{
|
| 684 |
+
"epoch": 0.9155261915998112,
|
| 685 |
+
"grad_norm": 0.11308702339858176,
|
| 686 |
+
"learning_rate": 1.6284879792847433e-05,
|
| 687 |
+
"loss": 0.1299,
|
| 688 |
+
"step": 970
|
| 689 |
+
},
|
| 690 |
+
{
|
| 691 |
+
"epoch": 0.924964605946201,
|
| 692 |
+
"grad_norm": 0.11315250527471539,
|
| 693 |
+
"learning_rate": 1.620524281200062e-05,
|
| 694 |
+
"loss": 0.1305,
|
| 695 |
+
"step": 980
|
| 696 |
+
},
|
| 697 |
+
{
|
| 698 |
+
"epoch": 0.9344030202925908,
|
| 699 |
+
"grad_norm": 0.0972875949252274,
|
| 700 |
+
"learning_rate": 1.6124960665311447e-05,
|
| 701 |
+
"loss": 0.1322,
|
| 702 |
+
"step": 990
|
| 703 |
+
},
|
| 704 |
+
{
|
| 705 |
+
"epoch": 0.9438414346389806,
|
| 706 |
+
"grad_norm": 0.10070713866086979,
|
| 707 |
+
"learning_rate": 1.6044041699802005e-05,
|
| 708 |
+
"loss": 0.129,
|
| 709 |
+
"step": 1000
|
| 710 |
+
},
|
| 711 |
+
{
|
| 712 |
+
"epoch": 0.9532798489853704,
|
| 713 |
+
"grad_norm": 0.11109074990403733,
|
| 714 |
+
"learning_rate": 1.5962494328705123e-05,
|
| 715 |
+
"loss": 0.1321,
|
| 716 |
+
"step": 1010
|
| 717 |
+
},
|
| 718 |
+
{
|
| 719 |
+
"epoch": 0.9627182633317602,
|
| 720 |
+
"grad_norm": 0.1199186598391774,
|
| 721 |
+
"learning_rate": 1.588032703058964e-05,
|
| 722 |
+
"loss": 0.1334,
|
| 723 |
+
"step": 1020
|
| 724 |
+
},
|
| 725 |
+
{
|
| 726 |
+
"epoch": 0.9721566776781501,
|
| 727 |
+
"grad_norm": 0.10777396066893469,
|
| 728 |
+
"learning_rate": 1.5797548348478893e-05,
|
| 729 |
+
"loss": 0.1325,
|
| 730 |
+
"step": 1030
|
| 731 |
+
},
|
| 732 |
+
{
|
| 733 |
+
"epoch": 0.9815950920245399,
|
| 734 |
+
"grad_norm": 0.11999882098060052,
|
| 735 |
+
"learning_rate": 1.571416688896246e-05,
|
| 736 |
+
"loss": 0.132,
|
| 737 |
+
"step": 1040
|
| 738 |
+
},
|
| 739 |
+
{
|
| 740 |
+
"epoch": 0.9910335063709297,
|
| 741 |
+
"grad_norm": 0.10911342083469809,
|
| 742 |
+
"learning_rate": 1.563019132130136e-05,
|
| 743 |
+
"loss": 0.1301,
|
| 744 |
+
"step": 1050
|
| 745 |
+
},
|
| 746 |
+
{
|
| 747 |
+
"epoch": 1.0004719207173194,
|
| 748 |
+
"grad_norm": 0.11482143235010223,
|
| 749 |
+
"learning_rate": 1.5545630376526665e-05,
|
| 750 |
+
"loss": 0.1282,
|
| 751 |
+
"step": 1060
|
| 752 |
+
},
|
| 753 |
+
{
|
| 754 |
+
"epoch": 1.0099103350637093,
|
| 755 |
+
"grad_norm": 0.11699392564682201,
|
| 756 |
+
"learning_rate": 1.5460492846531748e-05,
|
| 757 |
+
"loss": 0.1142,
|
| 758 |
+
"step": 1070
|
| 759 |
+
},
|
| 760 |
+
{
|
| 761 |
+
"epoch": 1.019348749410099,
|
| 762 |
+
"grad_norm": 0.09530170230868218,
|
| 763 |
+
"learning_rate": 1.5374787583158188e-05,
|
| 764 |
+
"loss": 0.1157,
|
| 765 |
+
"step": 1080
|
| 766 |
+
},
|
| 767 |
+
{
|
| 768 |
+
"epoch": 1.028787163756489,
|
| 769 |
+
"grad_norm": 0.09486822390799159,
|
| 770 |
+
"learning_rate": 1.5288523497275392e-05,
|
| 771 |
+
"loss": 0.1143,
|
| 772 |
+
"step": 1090
|
| 773 |
+
},
|
| 774 |
+
{
|
| 775 |
+
"epoch": 1.0382255781028786,
|
| 776 |
+
"grad_norm": 0.09531194088354993,
|
| 777 |
+
"learning_rate": 1.5201709557854178e-05,
|
| 778 |
+
"loss": 0.1128,
|
| 779 |
+
"step": 1100
|
| 780 |
+
},
|
| 781 |
+
{
|
| 782 |
+
"epoch": 1.0476639924492686,
|
| 783 |
+
"grad_norm": 0.11206649112299381,
|
| 784 |
+
"learning_rate": 1.5114354791034225e-05,
|
| 785 |
+
"loss": 0.1161,
|
| 786 |
+
"step": 1110
|
| 787 |
+
},
|
| 788 |
+
{
|
| 789 |
+
"epoch": 1.0571024067956583,
|
| 790 |
+
"grad_norm": 0.10196697892456508,
|
| 791 |
+
"learning_rate": 1.5026468279185615e-05,
|
| 792 |
+
"loss": 0.1159,
|
| 793 |
+
"step": 1120
|
| 794 |
+
},
|
| 795 |
+
{
|
| 796 |
+
"epoch": 1.0665408211420482,
|
| 797 |
+
"grad_norm": 0.10326390731228648,
|
| 798 |
+
"learning_rate": 1.4938059159964555e-05,
|
| 799 |
+
"loss": 0.1161,
|
| 800 |
+
"step": 1130
|
| 801 |
+
},
|
| 802 |
+
{
|
| 803 |
+
"epoch": 1.0759792354884379,
|
| 804 |
+
"grad_norm": 0.09969628777021497,
|
| 805 |
+
"learning_rate": 1.4849136625363297e-05,
|
| 806 |
+
"loss": 0.1141,
|
| 807 |
+
"step": 1140
|
| 808 |
+
},
|
| 809 |
+
{
|
| 810 |
+
"epoch": 1.0854176498348278,
|
| 811 |
+
"grad_norm": 0.0939091288214549,
|
| 812 |
+
"learning_rate": 1.4759709920754453e-05,
|
| 813 |
+
"loss": 0.1125,
|
| 814 |
+
"step": 1150
|
| 815 |
+
},
|
| 816 |
+
{
|
| 817 |
+
"epoch": 1.0948560641812175,
|
| 818 |
+
"grad_norm": 0.09506323252337912,
|
| 819 |
+
"learning_rate": 1.4669788343929736e-05,
|
| 820 |
+
"loss": 0.1141,
|
| 821 |
+
"step": 1160
|
| 822 |
+
},
|
| 823 |
+
{
|
| 824 |
+
"epoch": 1.1042944785276074,
|
| 825 |
+
"grad_norm": 0.10154441851850998,
|
| 826 |
+
"learning_rate": 1.4579381244133265e-05,
|
| 827 |
+
"loss": 0.1128,
|
| 828 |
+
"step": 1170
|
| 829 |
+
},
|
| 830 |
+
{
|
| 831 |
+
"epoch": 1.1137328928739971,
|
| 832 |
+
"grad_norm": 0.11822773479215737,
|
| 833 |
+
"learning_rate": 1.4488498021089514e-05,
|
| 834 |
+
"loss": 0.1137,
|
| 835 |
+
"step": 1180
|
| 836 |
+
},
|
| 837 |
+
{
|
| 838 |
+
"epoch": 1.123171307220387,
|
| 839 |
+
"grad_norm": 0.1009800661484683,
|
| 840 |
+
"learning_rate": 1.4397148124025997e-05,
|
| 841 |
+
"loss": 0.1143,
|
| 842 |
+
"step": 1190
|
| 843 |
+
},
|
| 844 |
+
{
|
| 845 |
+
"epoch": 1.1326097215667768,
|
| 846 |
+
"grad_norm": 0.10126420585679885,
|
| 847 |
+
"learning_rate": 1.4305341050690845e-05,
|
| 848 |
+
"loss": 0.117,
|
| 849 |
+
"step": 1200
|
| 850 |
+
},
|
| 851 |
+
{
|
| 852 |
+
"epoch": 1.1420481359131667,
|
| 853 |
+
"grad_norm": 0.09588874040008494,
|
| 854 |
+
"learning_rate": 1.421308634636529e-05,
|
| 855 |
+
"loss": 0.1137,
|
| 856 |
+
"step": 1210
|
| 857 |
+
},
|
| 858 |
+
{
|
| 859 |
+
"epoch": 1.1514865502595564,
|
| 860 |
+
"grad_norm": 0.10922875430592754,
|
| 861 |
+
"learning_rate": 1.412039360287126e-05,
|
| 862 |
+
"loss": 0.1145,
|
| 863 |
+
"step": 1220
|
| 864 |
+
},
|
| 865 |
+
{
|
| 866 |
+
"epoch": 1.1609249646059463,
|
| 867 |
+
"grad_norm": 0.11298890031757797,
|
| 868 |
+
"learning_rate": 1.4027272457574082e-05,
|
| 869 |
+
"loss": 0.1138,
|
| 870 |
+
"step": 1230
|
| 871 |
+
},
|
| 872 |
+
{
|
| 873 |
+
"epoch": 1.170363378952336,
|
| 874 |
+
"grad_norm": 0.10857815603466196,
|
| 875 |
+
"learning_rate": 1.3933732592380485e-05,
|
| 876 |
+
"loss": 0.1135,
|
| 877 |
+
"step": 1240
|
| 878 |
+
},
|
| 879 |
+
{
|
| 880 |
+
"epoch": 1.1798017932987257,
|
| 881 |
+
"grad_norm": 0.10213279825434321,
|
| 882 |
+
"learning_rate": 1.3839783732731966e-05,
|
| 883 |
+
"loss": 0.1134,
|
| 884 |
+
"step": 1250
|
| 885 |
+
},
|
| 886 |
+
{
|
| 887 |
+
"epoch": 1.1892402076451156,
|
| 888 |
+
"grad_norm": 0.10027833977041692,
|
| 889 |
+
"learning_rate": 1.3745435646593613e-05,
|
| 890 |
+
"loss": 0.1136,
|
| 891 |
+
"step": 1260
|
| 892 |
+
},
|
| 893 |
+
{
|
| 894 |
+
"epoch": 1.1986786219915055,
|
| 895 |
+
"grad_norm": 0.09590585357482817,
|
| 896 |
+
"learning_rate": 1.3650698143438534e-05,
|
| 897 |
+
"loss": 0.113,
|
| 898 |
+
"step": 1270
|
| 899 |
+
},
|
| 900 |
+
{
|
| 901 |
+
"epoch": 1.2081170363378952,
|
| 902 |
+
"grad_norm": 0.10321073236266613,
|
| 903 |
+
"learning_rate": 1.3555581073227942e-05,
|
| 904 |
+
"loss": 0.1167,
|
| 905 |
+
"step": 1280
|
| 906 |
+
},
|
| 907 |
+
{
|
| 908 |
+
"epoch": 1.217555450684285,
|
| 909 |
+
"grad_norm": 0.09327710523878686,
|
| 910 |
+
"learning_rate": 1.346009432538705e-05,
|
| 911 |
+
"loss": 0.1147,
|
| 912 |
+
"step": 1290
|
| 913 |
+
},
|
| 914 |
+
{
|
| 915 |
+
"epoch": 1.2269938650306749,
|
| 916 |
+
"grad_norm": 0.0933025296287067,
|
| 917 |
+
"learning_rate": 1.3364247827776854e-05,
|
| 918 |
+
"loss": 0.1145,
|
| 919 |
+
"step": 1300
|
| 920 |
+
},
|
| 921 |
+
{
|
| 922 |
+
"epoch": 1.2364322793770646,
|
| 923 |
+
"grad_norm": 0.09493771082819326,
|
| 924 |
+
"learning_rate": 1.3268051545661937e-05,
|
| 925 |
+
"loss": 0.1141,
|
| 926 |
+
"step": 1310
|
| 927 |
+
},
|
| 928 |
+
{
|
| 929 |
+
"epoch": 1.2458706937234545,
|
| 930 |
+
"grad_norm": 0.10053484854502866,
|
| 931 |
+
"learning_rate": 1.3171515480674342e-05,
|
| 932 |
+
"loss": 0.1122,
|
| 933 |
+
"step": 1320
|
| 934 |
+
},
|
| 935 |
+
{
|
| 936 |
+
"epoch": 1.2553091080698442,
|
| 937 |
+
"grad_norm": 0.1108335770631105,
|
| 938 |
+
"learning_rate": 1.3074649669773716e-05,
|
| 939 |
+
"loss": 0.1173,
|
| 940 |
+
"step": 1330
|
| 941 |
+
},
|
| 942 |
+
{
|
| 943 |
+
"epoch": 1.2647475224162341,
|
| 944 |
+
"grad_norm": 0.10521299166726314,
|
| 945 |
+
"learning_rate": 1.297746418420374e-05,
|
| 946 |
+
"loss": 0.1103,
|
| 947 |
+
"step": 1340
|
| 948 |
+
},
|
| 949 |
+
{
|
| 950 |
+
"epoch": 1.2741859367626238,
|
| 951 |
+
"grad_norm": 0.10478814209881943,
|
| 952 |
+
"learning_rate": 1.2879969128445025e-05,
|
| 953 |
+
"loss": 0.1122,
|
| 954 |
+
"step": 1350
|
| 955 |
+
},
|
| 956 |
+
{
|
| 957 |
+
"epoch": 1.2836243511090137,
|
| 958 |
+
"grad_norm": 0.0969588608522638,
|
| 959 |
+
"learning_rate": 1.2782174639164528e-05,
|
| 960 |
+
"loss": 0.1112,
|
| 961 |
+
"step": 1360
|
| 962 |
+
},
|
| 963 |
+
{
|
| 964 |
+
"epoch": 1.2930627654554034,
|
| 965 |
+
"grad_norm": 0.10783687256200783,
|
| 966 |
+
"learning_rate": 1.2684090884161636e-05,
|
| 967 |
+
"loss": 0.1125,
|
| 968 |
+
"step": 1370
|
| 969 |
+
},
|
| 970 |
+
{
|
| 971 |
+
"epoch": 1.3025011798017934,
|
| 972 |
+
"grad_norm": 0.10076692580892369,
|
| 973 |
+
"learning_rate": 1.2585728061311003e-05,
|
| 974 |
+
"loss": 0.1107,
|
| 975 |
+
"step": 1380
|
| 976 |
+
},
|
| 977 |
+
{
|
| 978 |
+
"epoch": 1.311939594148183,
|
| 979 |
+
"grad_norm": 0.09895358395270354,
|
| 980 |
+
"learning_rate": 1.248709639750228e-05,
|
| 981 |
+
"loss": 0.1122,
|
| 982 |
+
"step": 1390
|
| 983 |
+
},
|
| 984 |
+
{
|
| 985 |
+
"epoch": 1.321378008494573,
|
| 986 |
+
"grad_norm": 0.10215738990006902,
|
| 987 |
+
"learning_rate": 1.2388206147576796e-05,
|
| 988 |
+
"loss": 0.1124,
|
| 989 |
+
"step": 1400
|
| 990 |
+
},
|
| 991 |
+
{
|
| 992 |
+
"epoch": 1.3308164228409627,
|
| 993 |
+
"grad_norm": 0.09611638665301472,
|
| 994 |
+
"learning_rate": 1.2289067593261358e-05,
|
| 995 |
+
"loss": 0.1151,
|
| 996 |
+
"step": 1410
|
| 997 |
+
},
|
| 998 |
+
{
|
| 999 |
+
"epoch": 1.3402548371873526,
|
| 1000 |
+
"grad_norm": 0.09899073401009041,
|
| 1001 |
+
"learning_rate": 1.2189691042099265e-05,
|
| 1002 |
+
"loss": 0.1124,
|
| 1003 |
+
"step": 1420
|
| 1004 |
+
},
|
| 1005 |
+
{
|
| 1006 |
+
"epoch": 1.3496932515337423,
|
| 1007 |
+
"grad_norm": 0.1157109248340035,
|
| 1008 |
+
"learning_rate": 1.209008682637859e-05,
|
| 1009 |
+
"loss": 0.1154,
|
| 1010 |
+
"step": 1430
|
| 1011 |
+
},
|
| 1012 |
+
{
|
| 1013 |
+
"epoch": 1.359131665880132,
|
| 1014 |
+
"grad_norm": 0.09358448441833775,
|
| 1015 |
+
"learning_rate": 1.1990265302057948e-05,
|
| 1016 |
+
"loss": 0.1127,
|
| 1017 |
+
"step": 1440
|
| 1018 |
+
},
|
| 1019 |
+
{
|
| 1020 |
+
"epoch": 1.368570080226522,
|
| 1021 |
+
"grad_norm": 0.10318474117014907,
|
| 1022 |
+
"learning_rate": 1.1890236847689762e-05,
|
| 1023 |
+
"loss": 0.1134,
|
| 1024 |
+
"step": 1450
|
| 1025 |
+
},
|
| 1026 |
+
{
|
| 1027 |
+
"epoch": 1.3780084945729119,
|
| 1028 |
+
"grad_norm": 0.10507403584009326,
|
| 1029 |
+
"learning_rate": 1.1790011863341197e-05,
|
| 1030 |
+
"loss": 0.1145,
|
| 1031 |
+
"step": 1460
|
| 1032 |
+
},
|
| 1033 |
+
{
|
| 1034 |
+
"epoch": 1.3874469089193016,
|
| 1035 |
+
"grad_norm": 0.09210160678217687,
|
| 1036 |
+
"learning_rate": 1.1689600769512855e-05,
|
| 1037 |
+
"loss": 0.1128,
|
| 1038 |
+
"step": 1470
|
| 1039 |
+
},
|
| 1040 |
+
{
|
| 1041 |
+
"epoch": 1.3968853232656913,
|
| 1042 |
+
"grad_norm": 0.09890271495599744,
|
| 1043 |
+
"learning_rate": 1.1589014006055337e-05,
|
| 1044 |
+
"loss": 0.1158,
|
| 1045 |
+
"step": 1480
|
| 1046 |
+
},
|
| 1047 |
+
{
|
| 1048 |
+
"epoch": 1.4063237376120812,
|
| 1049 |
+
"grad_norm": 0.09768042621781026,
|
| 1050 |
+
"learning_rate": 1.1488262031083816e-05,
|
| 1051 |
+
"loss": 0.1107,
|
| 1052 |
+
"step": 1490
|
| 1053 |
+
},
|
| 1054 |
+
{
|
| 1055 |
+
"epoch": 1.415762151958471,
|
| 1056 |
+
"grad_norm": 0.09501221720590393,
|
| 1057 |
+
"learning_rate": 1.1387355319890685e-05,
|
| 1058 |
+
"loss": 0.1138,
|
| 1059 |
+
"step": 1500
|
| 1060 |
+
},
|
| 1061 |
+
{
|
| 1062 |
+
"epoch": 1.4252005663048608,
|
| 1063 |
+
"grad_norm": 0.09098951194154016,
|
| 1064 |
+
"learning_rate": 1.1286304363856418e-05,
|
| 1065 |
+
"loss": 0.112,
|
| 1066 |
+
"step": 1510
|
| 1067 |
+
},
|
| 1068 |
+
{
|
| 1069 |
+
"epoch": 1.4346389806512505,
|
| 1070 |
+
"grad_norm": 0.08856225785605727,
|
| 1071 |
+
"learning_rate": 1.1185119669358792e-05,
|
| 1072 |
+
"loss": 0.1137,
|
| 1073 |
+
"step": 1520
|
| 1074 |
+
},
|
| 1075 |
+
{
|
| 1076 |
+
"epoch": 1.4440773949976404,
|
| 1077 |
+
"grad_norm": 0.09111265321801558,
|
| 1078 |
+
"learning_rate": 1.1083811756680523e-05,
|
| 1079 |
+
"loss": 0.1093,
|
| 1080 |
+
"step": 1530
|
| 1081 |
+
},
|
| 1082 |
+
{
|
| 1083 |
+
"epoch": 1.4535158093440301,
|
| 1084 |
+
"grad_norm": 0.09329783759350743,
|
| 1085 |
+
"learning_rate": 1.0982391158915441e-05,
|
| 1086 |
+
"loss": 0.1138,
|
| 1087 |
+
"step": 1540
|
| 1088 |
+
},
|
| 1089 |
+
{
|
| 1090 |
+
"epoch": 1.46295422369042,
|
| 1091 |
+
"grad_norm": 0.09114905230583735,
|
| 1092 |
+
"learning_rate": 1.0880868420873375e-05,
|
| 1093 |
+
"loss": 0.1135,
|
| 1094 |
+
"step": 1550
|
| 1095 |
+
},
|
| 1096 |
+
{
|
| 1097 |
+
"epoch": 1.4723926380368098,
|
| 1098 |
+
"grad_norm": 0.10049302399783284,
|
| 1099 |
+
"learning_rate": 1.0779254097983788e-05,
|
| 1100 |
+
"loss": 0.1104,
|
| 1101 |
+
"step": 1560
|
| 1102 |
+
},
|
| 1103 |
+
{
|
| 1104 |
+
"epoch": 1.4818310523831997,
|
| 1105 |
+
"grad_norm": 0.08811790258148439,
|
| 1106 |
+
"learning_rate": 1.0677558755198327e-05,
|
| 1107 |
+
"loss": 0.114,
|
| 1108 |
+
"step": 1570
|
| 1109 |
+
},
|
| 1110 |
+
{
|
| 1111 |
+
"epoch": 1.4912694667295894,
|
| 1112 |
+
"grad_norm": 0.09402068008649977,
|
| 1113 |
+
"learning_rate": 1.0575792965892349e-05,
|
| 1114 |
+
"loss": 0.1112,
|
| 1115 |
+
"step": 1580
|
| 1116 |
+
},
|
| 1117 |
+
{
|
| 1118 |
+
"epoch": 1.500707881075979,
|
| 1119 |
+
"grad_norm": 0.09144293350756144,
|
| 1120 |
+
"learning_rate": 1.0473967310765629e-05,
|
| 1121 |
+
"loss": 0.1099,
|
| 1122 |
+
"step": 1590
|
| 1123 |
+
},
|
| 1124 |
+
{
|
| 1125 |
+
"epoch": 1.510146295422369,
|
| 1126 |
+
"grad_norm": 0.08887643971229772,
|
| 1127 |
+
"learning_rate": 1.0372092376742247e-05,
|
| 1128 |
+
"loss": 0.1109,
|
| 1129 |
+
"step": 1600
|
| 1130 |
+
},
|
| 1131 |
+
{
|
| 1132 |
+
"epoch": 1.519584709768759,
|
| 1133 |
+
"grad_norm": 0.09042876745354687,
|
| 1134 |
+
"learning_rate": 1.0270178755869861e-05,
|
| 1135 |
+
"loss": 0.1123,
|
| 1136 |
+
"step": 1610
|
| 1137 |
+
},
|
| 1138 |
+
{
|
| 1139 |
+
"epoch": 1.5290231241151486,
|
| 1140 |
+
"grad_norm": 0.08799872003450031,
|
| 1141 |
+
"learning_rate": 1.0168237044218452e-05,
|
| 1142 |
+
"loss": 0.1088,
|
| 1143 |
+
"step": 1620
|
| 1144 |
+
},
|
| 1145 |
+
{
|
| 1146 |
+
"epoch": 1.5384615384615383,
|
| 1147 |
+
"grad_norm": 0.08558681617619375,
|
| 1148 |
+
"learning_rate": 1.0066277840778626e-05,
|
| 1149 |
+
"loss": 0.1125,
|
| 1150 |
+
"step": 1630
|
| 1151 |
+
},
|
| 1152 |
+
{
|
| 1153 |
+
"epoch": 1.5478999528079282,
|
| 1154 |
+
"grad_norm": 0.08917702916102198,
|
| 1155 |
+
"learning_rate": 9.964311746359631e-06,
|
| 1156 |
+
"loss": 0.1078,
|
| 1157 |
+
"step": 1640
|
| 1158 |
+
},
|
| 1159 |
+
{
|
| 1160 |
+
"epoch": 1.5573383671543182,
|
| 1161 |
+
"grad_norm": 0.09365014825092945,
|
| 1162 |
+
"learning_rate": 9.862349362487172e-06,
|
| 1163 |
+
"loss": 0.108,
|
| 1164 |
+
"step": 1650
|
| 1165 |
+
},
|
| 1166 |
+
{
|
| 1167 |
+
"epoch": 1.5667767815007079,
|
| 1168 |
+
"grad_norm": 0.08881624424784158,
|
| 1169 |
+
"learning_rate": 9.760401290301164e-06,
|
| 1170 |
+
"loss": 0.1073,
|
| 1171 |
+
"step": 1660
|
| 1172 |
+
},
|
| 1173 |
+
{
|
| 1174 |
+
"epoch": 1.5762151958470976,
|
| 1175 |
+
"grad_norm": 0.09040629927788134,
|
| 1176 |
+
"learning_rate": 9.658478129453532e-06,
|
| 1177 |
+
"loss": 0.1095,
|
| 1178 |
+
"step": 1670
|
| 1179 |
+
},
|
| 1180 |
+
{
|
| 1181 |
+
"epoch": 1.5856536101934875,
|
| 1182 |
+
"grad_norm": 0.09668654356646131,
|
| 1183 |
+
"learning_rate": 9.556590477006123e-06,
|
| 1184 |
+
"loss": 0.109,
|
| 1185 |
+
"step": 1680
|
| 1186 |
+
},
|
| 1187 |
+
{
|
| 1188 |
+
"epoch": 1.5950920245398774,
|
| 1189 |
+
"grad_norm": 0.08945527030759594,
|
| 1190 |
+
"learning_rate": 9.454748926328962e-06,
|
| 1191 |
+
"loss": 0.1111,
|
| 1192 |
+
"step": 1690
|
| 1193 |
+
},
|
| 1194 |
+
{
|
| 1195 |
+
"epoch": 1.6045304388862671,
|
| 1196 |
+
"grad_norm": 0.09096700102455489,
|
| 1197 |
+
"learning_rate": 9.352964065998801e-06,
|
| 1198 |
+
"loss": 0.1091,
|
| 1199 |
+
"step": 1700
|
| 1200 |
+
},
|
| 1201 |
+
{
|
| 1202 |
+
"epoch": 1.6139688532326568,
|
| 1203 |
+
"grad_norm": 0.098227701202526,
|
| 1204 |
+
"learning_rate": 9.251246478698242e-06,
|
| 1205 |
+
"loss": 0.1124,
|
| 1206 |
+
"step": 1710
|
| 1207 |
+
},
|
| 1208 |
+
{
|
| 1209 |
+
"epoch": 1.6234072675790467,
|
| 1210 |
+
"grad_norm": 0.08702267003826049,
|
| 1211 |
+
"learning_rate": 9.149606740115444e-06,
|
| 1212 |
+
"loss": 0.1091,
|
| 1213 |
+
"step": 1720
|
| 1214 |
+
},
|
| 1215 |
+
{
|
| 1216 |
+
"epoch": 1.6328456819254367,
|
| 1217 |
+
"grad_norm": 0.0912741057496456,
|
| 1218 |
+
"learning_rate": 9.04805541784454e-06,
|
| 1219 |
+
"loss": 0.1084,
|
| 1220 |
+
"step": 1730
|
| 1221 |
+
},
|
| 1222 |
+
{
|
| 1223 |
+
"epoch": 1.6422840962718264,
|
| 1224 |
+
"grad_norm": 0.09473199957469115,
|
| 1225 |
+
"learning_rate": 8.946603070286926e-06,
|
| 1226 |
+
"loss": 0.1071,
|
| 1227 |
+
"step": 1740
|
| 1228 |
+
},
|
| 1229 |
+
{
|
| 1230 |
+
"epoch": 1.651722510618216,
|
| 1231 |
+
"grad_norm": 0.09786418318351309,
|
| 1232 |
+
"learning_rate": 8.845260245553493e-06,
|
| 1233 |
+
"loss": 0.1106,
|
| 1234 |
+
"step": 1750
|
| 1235 |
+
},
|
| 1236 |
+
{
|
| 1237 |
+
"epoch": 1.661160924964606,
|
| 1238 |
+
"grad_norm": 0.09376970400308367,
|
| 1239 |
+
"learning_rate": 8.744037480367922e-06,
|
| 1240 |
+
"loss": 0.1095,
|
| 1241 |
+
"step": 1760
|
| 1242 |
+
},
|
| 1243 |
+
{
|
| 1244 |
+
"epoch": 1.670599339310996,
|
| 1245 |
+
"grad_norm": 0.09927967174299174,
|
| 1246 |
+
"learning_rate": 8.642945298971168e-06,
|
| 1247 |
+
"loss": 0.1086,
|
| 1248 |
+
"step": 1770
|
| 1249 |
+
},
|
| 1250 |
+
{
|
| 1251 |
+
"epoch": 1.6800377536573856,
|
| 1252 |
+
"grad_norm": 0.08941325714107755,
|
| 1253 |
+
"learning_rate": 8.54199421202726e-06,
|
| 1254 |
+
"loss": 0.1096,
|
| 1255 |
+
"step": 1780
|
| 1256 |
+
},
|
| 1257 |
+
{
|
| 1258 |
+
"epoch": 1.6894761680037753,
|
| 1259 |
+
"grad_norm": 0.09076378690689199,
|
| 1260 |
+
"learning_rate": 8.441194715530472e-06,
|
| 1261 |
+
"loss": 0.111,
|
| 1262 |
+
"step": 1790
|
| 1263 |
+
},
|
| 1264 |
+
{
|
| 1265 |
+
"epoch": 1.6989145823501652,
|
| 1266 |
+
"grad_norm": 0.08350889813597084,
|
| 1267 |
+
"learning_rate": 8.340557289714055e-06,
|
| 1268 |
+
"loss": 0.1089,
|
| 1269 |
+
"step": 1800
|
| 1270 |
+
},
|
| 1271 |
+
{
|
| 1272 |
+
"epoch": 1.708352996696555,
|
| 1273 |
+
"grad_norm": 0.1102767062542333,
|
| 1274 |
+
"learning_rate": 8.240092397960601e-06,
|
| 1275 |
+
"loss": 0.1077,
|
| 1276 |
+
"step": 1810
|
| 1277 |
+
},
|
| 1278 |
+
{
|
| 1279 |
+
"epoch": 1.7177914110429446,
|
| 1280 |
+
"grad_norm": 0.0928092514701947,
|
| 1281 |
+
"learning_rate": 8.139810485714142e-06,
|
| 1282 |
+
"loss": 0.109,
|
| 1283 |
+
"step": 1820
|
| 1284 |
+
},
|
| 1285 |
+
{
|
| 1286 |
+
"epoch": 1.7272298253893346,
|
| 1287 |
+
"grad_norm": 0.08827741386544802,
|
| 1288 |
+
"learning_rate": 8.03972197939414e-06,
|
| 1289 |
+
"loss": 0.1103,
|
| 1290 |
+
"step": 1830
|
| 1291 |
+
},
|
| 1292 |
+
{
|
| 1293 |
+
"epoch": 1.7366682397357245,
|
| 1294 |
+
"grad_norm": 0.09074532027658296,
|
| 1295 |
+
"learning_rate": 7.939837285311425e-06,
|
| 1296 |
+
"loss": 0.106,
|
| 1297 |
+
"step": 1840
|
| 1298 |
+
},
|
| 1299 |
+
{
|
| 1300 |
+
"epoch": 1.7461066540821142,
|
| 1301 |
+
"grad_norm": 0.08863060213083432,
|
| 1302 |
+
"learning_rate": 7.840166788586244e-06,
|
| 1303 |
+
"loss": 0.1111,
|
| 1304 |
+
"step": 1850
|
| 1305 |
+
},
|
| 1306 |
+
{
|
| 1307 |
+
"epoch": 1.7555450684285039,
|
| 1308 |
+
"grad_norm": 0.0873194235737418,
|
| 1309 |
+
"learning_rate": 7.740720852068524e-06,
|
| 1310 |
+
"loss": 0.1107,
|
| 1311 |
+
"step": 1860
|
| 1312 |
+
},
|
| 1313 |
+
{
|
| 1314 |
+
"epoch": 1.7649834827748938,
|
| 1315 |
+
"grad_norm": 0.09463118593541094,
|
| 1316 |
+
"learning_rate": 7.641509815260412e-06,
|
| 1317 |
+
"loss": 0.1067,
|
| 1318 |
+
"step": 1870
|
| 1319 |
+
},
|
| 1320 |
+
{
|
| 1321 |
+
"epoch": 1.7744218971212837,
|
| 1322 |
+
"grad_norm": 0.08277999614215281,
|
| 1323 |
+
"learning_rate": 7.542543993241278e-06,
|
| 1324 |
+
"loss": 0.1092,
|
| 1325 |
+
"step": 1880
|
| 1326 |
+
},
|
| 1327 |
+
{
|
| 1328 |
+
"epoch": 1.7838603114676734,
|
| 1329 |
+
"grad_norm": 0.08350764579820083,
|
| 1330 |
+
"learning_rate": 7.443833675595254e-06,
|
| 1331 |
+
"loss": 0.1033,
|
| 1332 |
+
"step": 1890
|
| 1333 |
+
},
|
| 1334 |
+
{
|
| 1335 |
+
"epoch": 1.7932987258140631,
|
| 1336 |
+
"grad_norm": 0.0892168369121696,
|
| 1337 |
+
"learning_rate": 7.3453891253413935e-06,
|
| 1338 |
+
"loss": 0.1088,
|
| 1339 |
+
"step": 1900
|
| 1340 |
+
},
|
| 1341 |
+
{
|
| 1342 |
+
"epoch": 1.802737140160453,
|
| 1343 |
+
"grad_norm": 0.09068391166704463,
|
| 1344 |
+
"learning_rate": 7.247220577866625e-06,
|
| 1345 |
+
"loss": 0.1074,
|
| 1346 |
+
"step": 1910
|
| 1347 |
+
},
|
| 1348 |
+
{
|
| 1349 |
+
"epoch": 1.812175554506843,
|
| 1350 |
+
"grad_norm": 0.09208367707491026,
|
| 1351 |
+
"learning_rate": 7.149338239861579e-06,
|
| 1352 |
+
"loss": 0.1069,
|
| 1353 |
+
"step": 1920
|
| 1354 |
+
},
|
| 1355 |
+
{
|
| 1356 |
+
"epoch": 1.8216139688532327,
|
| 1357 |
+
"grad_norm": 0.09334448658561058,
|
| 1358 |
+
"learning_rate": 7.051752288259366e-06,
|
| 1359 |
+
"loss": 0.1051,
|
| 1360 |
+
"step": 1930
|
| 1361 |
+
},
|
| 1362 |
+
{
|
| 1363 |
+
"epoch": 1.8310523831996224,
|
| 1364 |
+
"grad_norm": 0.0867013966015152,
|
| 1365 |
+
"learning_rate": 6.954472869177479e-06,
|
| 1366 |
+
"loss": 0.1071,
|
| 1367 |
+
"step": 1940
|
| 1368 |
+
},
|
| 1369 |
+
{
|
| 1370 |
+
"epoch": 1.8404907975460123,
|
| 1371 |
+
"grad_norm": 0.08513824070105314,
|
| 1372 |
+
"learning_rate": 6.857510096862901e-06,
|
| 1373 |
+
"loss": 0.108,
|
| 1374 |
+
"step": 1950
|
| 1375 |
+
},
|
| 1376 |
+
{
|
| 1377 |
+
"epoch": 1.8499292118924022,
|
| 1378 |
+
"grad_norm": 0.08880515925379688,
|
| 1379 |
+
"learning_rate": 6.760874052640494e-06,
|
| 1380 |
+
"loss": 0.1081,
|
| 1381 |
+
"step": 1960
|
| 1382 |
+
},
|
| 1383 |
+
{
|
| 1384 |
+
"epoch": 1.859367626238792,
|
| 1385 |
+
"grad_norm": 0.09395118992476542,
|
| 1386 |
+
"learning_rate": 6.664574783864862e-06,
|
| 1387 |
+
"loss": 0.1079,
|
| 1388 |
+
"step": 1970
|
| 1389 |
+
},
|
| 1390 |
+
{
|
| 1391 |
+
"epoch": 1.8688060405851816,
|
| 1392 |
+
"grad_norm": 0.09253843263366972,
|
| 1393 |
+
"learning_rate": 6.568622302875682e-06,
|
| 1394 |
+
"loss": 0.1068,
|
| 1395 |
+
"step": 1980
|
| 1396 |
+
},
|
| 1397 |
+
{
|
| 1398 |
+
"epoch": 1.8782444549315715,
|
| 1399 |
+
"grad_norm": 0.09103342170778085,
|
| 1400 |
+
"learning_rate": 6.473026585956736e-06,
|
| 1401 |
+
"loss": 0.106,
|
| 1402 |
+
"step": 1990
|
| 1403 |
+
},
|
| 1404 |
+
{
|
| 1405 |
+
"epoch": 1.8876828692779613,
|
| 1406 |
+
"grad_norm": 0.08266259287550586,
|
| 1407 |
+
"learning_rate": 6.377797572298661e-06,
|
| 1408 |
+
"loss": 0.1076,
|
| 1409 |
+
"step": 2000
|
| 1410 |
+
},
|
| 1411 |
+
{
|
| 1412 |
+
"epoch": 1.897121283624351,
|
| 1413 |
+
"grad_norm": 0.08360823987901486,
|
| 1414 |
+
"learning_rate": 6.282945162965548e-06,
|
| 1415 |
+
"loss": 0.1079,
|
| 1416 |
+
"step": 2010
|
| 1417 |
+
},
|
| 1418 |
+
{
|
| 1419 |
+
"epoch": 1.9065596979707409,
|
| 1420 |
+
"grad_norm": 0.09004863363551058,
|
| 1421 |
+
"learning_rate": 6.188479219865529e-06,
|
| 1422 |
+
"loss": 0.1064,
|
| 1423 |
+
"step": 2020
|
| 1424 |
+
},
|
| 1425 |
+
{
|
| 1426 |
+
"epoch": 1.9159981123171308,
|
| 1427 |
+
"grad_norm": 0.0931263680297109,
|
| 1428 |
+
"learning_rate": 6.094409564725435e-06,
|
| 1429 |
+
"loss": 0.1054,
|
| 1430 |
+
"step": 2030
|
| 1431 |
+
},
|
| 1432 |
+
{
|
| 1433 |
+
"epoch": 1.9254365266635205,
|
| 1434 |
+
"grad_norm": 0.09051504504706874,
|
| 1435 |
+
"learning_rate": 6.0007459780695885e-06,
|
| 1436 |
+
"loss": 0.1082,
|
| 1437 |
+
"step": 2040
|
| 1438 |
+
},
|
| 1439 |
+
{
|
| 1440 |
+
"epoch": 1.9348749410099102,
|
| 1441 |
+
"grad_norm": 0.0904194328886728,
|
| 1442 |
+
"learning_rate": 5.907498198202939e-06,
|
| 1443 |
+
"loss": 0.1081,
|
| 1444 |
+
"step": 2050
|
| 1445 |
+
},
|
| 1446 |
+
{
|
| 1447 |
+
"epoch": 1.9443133553563001,
|
| 1448 |
+
"grad_norm": 0.08711490496456058,
|
| 1449 |
+
"learning_rate": 5.8146759201985525e-06,
|
| 1450 |
+
"loss": 0.1069,
|
| 1451 |
+
"step": 2060
|
| 1452 |
+
},
|
| 1453 |
+
{
|
| 1454 |
+
"epoch": 1.95375176970269,
|
| 1455 |
+
"grad_norm": 0.08686808156213838,
|
| 1456 |
+
"learning_rate": 5.722288794889603e-06,
|
| 1457 |
+
"loss": 0.1064,
|
| 1458 |
+
"step": 2070
|
| 1459 |
+
},
|
| 1460 |
+
{
|
| 1461 |
+
"epoch": 1.9631901840490797,
|
| 1462 |
+
"grad_norm": 0.08817123970600604,
|
| 1463 |
+
"learning_rate": 5.630346427865965e-06,
|
| 1464 |
+
"loss": 0.1045,
|
| 1465 |
+
"step": 2080
|
| 1466 |
+
},
|
| 1467 |
+
{
|
| 1468 |
+
"epoch": 1.9726285983954694,
|
| 1469 |
+
"grad_norm": 0.08339231796976605,
|
| 1470 |
+
"learning_rate": 5.538858378475508e-06,
|
| 1471 |
+
"loss": 0.1066,
|
| 1472 |
+
"step": 2090
|
| 1473 |
+
},
|
| 1474 |
+
{
|
| 1475 |
+
"epoch": 1.9820670127418594,
|
| 1476 |
+
"grad_norm": 0.08824324960180577,
|
| 1477 |
+
"learning_rate": 5.447834158830202e-06,
|
| 1478 |
+
"loss": 0.1037,
|
| 1479 |
+
"step": 2100
|
| 1480 |
+
},
|
| 1481 |
+
{
|
| 1482 |
+
"epoch": 1.9915054270882493,
|
| 1483 |
+
"grad_norm": 0.09311929590923752,
|
| 1484 |
+
"learning_rate": 5.357283232817147e-06,
|
| 1485 |
+
"loss": 0.1054,
|
| 1486 |
+
"step": 2110
|
| 1487 |
+
},
|
| 1488 |
+
{
|
| 1489 |
+
"epoch": 2.0009438414346388,
|
| 1490 |
+
"grad_norm": 0.1334431719993605,
|
| 1491 |
+
"learning_rate": 5.267215015114574e-06,
|
| 1492 |
+
"loss": 0.1031,
|
| 1493 |
+
"step": 2120
|
| 1494 |
+
},
|
| 1495 |
+
{
|
| 1496 |
+
"epoch": 2.0103822557810287,
|
| 1497 |
+
"grad_norm": 0.10361861757914052,
|
| 1498 |
+
"learning_rate": 5.177638870213008e-06,
|
| 1499 |
+
"loss": 0.0868,
|
| 1500 |
+
"step": 2130
|
| 1501 |
+
},
|
| 1502 |
+
{
|
| 1503 |
+
"epoch": 2.0198206701274186,
|
| 1504 |
+
"grad_norm": 0.084172782289755,
|
| 1505 |
+
"learning_rate": 5.088564111441645e-06,
|
| 1506 |
+
"loss": 0.0834,
|
| 1507 |
+
"step": 2140
|
| 1508 |
+
},
|
| 1509 |
+
{
|
| 1510 |
+
"epoch": 2.0292590844738085,
|
| 1511 |
+
"grad_norm": 0.08727410339549913,
|
| 1512 |
+
"learning_rate": 5.000000000000003e-06,
|
| 1513 |
+
"loss": 0.0852,
|
| 1514 |
+
"step": 2150
|
| 1515 |
+
},
|
| 1516 |
+
{
|
| 1517 |
+
"epoch": 2.038697498820198,
|
| 1518 |
+
"grad_norm": 0.08994662846331379,
|
| 1519 |
+
"learning_rate": 4.911955743995042e-06,
|
| 1520 |
+
"loss": 0.0845,
|
| 1521 |
+
"step": 2160
|
| 1522 |
+
},
|
| 1523 |
+
{
|
| 1524 |
+
"epoch": 2.048135913166588,
|
| 1525 |
+
"grad_norm": 0.08715835430152602,
|
| 1526 |
+
"learning_rate": 4.824440497483802e-06,
|
| 1527 |
+
"loss": 0.0847,
|
| 1528 |
+
"step": 2170
|
| 1529 |
+
},
|
| 1530 |
+
{
|
| 1531 |
+
"epoch": 2.057574327512978,
|
| 1532 |
+
"grad_norm": 0.0943214139106939,
|
| 1533 |
+
"learning_rate": 4.737463359521618e-06,
|
| 1534 |
+
"loss": 0.0845,
|
| 1535 |
+
"step": 2180
|
| 1536 |
+
},
|
| 1537 |
+
{
|
| 1538 |
+
"epoch": 2.067012741859368,
|
| 1539 |
+
"grad_norm": 0.09049982951899538,
|
| 1540 |
+
"learning_rate": 4.6510333732160915e-06,
|
| 1541 |
+
"loss": 0.085,
|
| 1542 |
+
"step": 2190
|
| 1543 |
+
},
|
| 1544 |
+
{
|
| 1545 |
+
"epoch": 2.0764511562057573,
|
| 1546 |
+
"grad_norm": 0.08823142440331375,
|
| 1547 |
+
"learning_rate": 4.565159524786888e-06,
|
| 1548 |
+
"loss": 0.0867,
|
| 1549 |
+
"step": 2200
|
| 1550 |
+
},
|
| 1551 |
+
{
|
| 1552 |
+
"epoch": 2.085889570552147,
|
| 1553 |
+
"grad_norm": 0.08727162151071796,
|
| 1554 |
+
"learning_rate": 4.479850742631396e-06,
|
| 1555 |
+
"loss": 0.0834,
|
| 1556 |
+
"step": 2210
|
| 1557 |
+
},
|
| 1558 |
+
{
|
| 1559 |
+
"epoch": 2.095327984898537,
|
| 1560 |
+
"grad_norm": 0.08243182067038303,
|
| 1561 |
+
"learning_rate": 4.395115896396457e-06,
|
| 1562 |
+
"loss": 0.0849,
|
| 1563 |
+
"step": 2220
|
| 1564 |
+
},
|
| 1565 |
+
{
|
| 1566 |
+
"epoch": 2.104766399244927,
|
| 1567 |
+
"grad_norm": 0.08720723034547441,
|
| 1568 |
+
"learning_rate": 4.310963796056168e-06,
|
| 1569 |
+
"loss": 0.084,
|
| 1570 |
+
"step": 2230
|
| 1571 |
+
},
|
| 1572 |
+
{
|
| 1573 |
+
"epoch": 2.1142048135913165,
|
| 1574 |
+
"grad_norm": 0.08588933137845103,
|
| 1575 |
+
"learning_rate": 4.227403190995901e-06,
|
| 1576 |
+
"loss": 0.0875,
|
| 1577 |
+
"step": 2240
|
| 1578 |
+
},
|
| 1579 |
+
{
|
| 1580 |
+
"epoch": 2.1236432279377064,
|
| 1581 |
+
"grad_norm": 0.09200761679022347,
|
| 1582 |
+
"learning_rate": 4.14444276910263e-06,
|
| 1583 |
+
"loss": 0.0853,
|
| 1584 |
+
"step": 2250
|
| 1585 |
+
},
|
| 1586 |
+
{
|
| 1587 |
+
"epoch": 2.1330816422840964,
|
| 1588 |
+
"grad_norm": 0.08831298949051568,
|
| 1589 |
+
"learning_rate": 4.06209115586162e-06,
|
| 1590 |
+
"loss": 0.0867,
|
| 1591 |
+
"step": 2260
|
| 1592 |
+
},
|
| 1593 |
+
{
|
| 1594 |
+
"epoch": 2.1425200566304863,
|
| 1595 |
+
"grad_norm": 0.0893828115241757,
|
| 1596 |
+
"learning_rate": 3.980356913459642e-06,
|
| 1597 |
+
"loss": 0.0865,
|
| 1598 |
+
"step": 2270
|
| 1599 |
+
},
|
| 1600 |
+
{
|
| 1601 |
+
"epoch": 2.1519584709768758,
|
| 1602 |
+
"grad_norm": 0.09119946740323005,
|
| 1603 |
+
"learning_rate": 3.899248539894756e-06,
|
| 1604 |
+
"loss": 0.0848,
|
| 1605 |
+
"step": 2280
|
| 1606 |
+
},
|
| 1607 |
+
{
|
| 1608 |
+
"epoch": 2.1613968853232657,
|
| 1609 |
+
"grad_norm": 0.08882008929472095,
|
| 1610 |
+
"learning_rate": 3.818774468092754e-06,
|
| 1611 |
+
"loss": 0.0843,
|
| 1612 |
+
"step": 2290
|
| 1613 |
+
},
|
| 1614 |
+
{
|
| 1615 |
+
"epoch": 2.1708352996696556,
|
| 1616 |
+
"grad_norm": 0.08922739717614447,
|
| 1617 |
+
"learning_rate": 3.738943065030376e-06,
|
| 1618 |
+
"loss": 0.0811,
|
| 1619 |
+
"step": 2300
|
| 1620 |
+
},
|
| 1621 |
+
{
|
| 1622 |
+
"epoch": 2.180273714016045,
|
| 1623 |
+
"grad_norm": 0.08622476744102522,
|
| 1624 |
+
"learning_rate": 3.659762630865411e-06,
|
| 1625 |
+
"loss": 0.083,
|
| 1626 |
+
"step": 2310
|
| 1627 |
+
},
|
| 1628 |
+
{
|
| 1629 |
+
"epoch": 2.189712128362435,
|
| 1630 |
+
"grad_norm": 0.08399251697806781,
|
| 1631 |
+
"learning_rate": 3.5812413980736916e-06,
|
| 1632 |
+
"loss": 0.0827,
|
| 1633 |
+
"step": 2320
|
| 1634 |
+
},
|
| 1635 |
+
{
|
| 1636 |
+
"epoch": 2.199150542708825,
|
| 1637 |
+
"grad_norm": 0.09006770579644241,
|
| 1638 |
+
"learning_rate": 3.5033875305931662e-06,
|
| 1639 |
+
"loss": 0.0849,
|
| 1640 |
+
"step": 2330
|
| 1641 |
+
},
|
| 1642 |
+
{
|
| 1643 |
+
"epoch": 2.208588957055215,
|
| 1644 |
+
"grad_norm": 0.08747795506814363,
|
| 1645 |
+
"learning_rate": 3.4262091229750973e-06,
|
| 1646 |
+
"loss": 0.0822,
|
| 1647 |
+
"step": 2340
|
| 1648 |
+
},
|
| 1649 |
+
{
|
| 1650 |
+
"epoch": 2.2180273714016043,
|
| 1651 |
+
"grad_norm": 0.08840099962821243,
|
| 1652 |
+
"learning_rate": 3.3497141995424397e-06,
|
| 1653 |
+
"loss": 0.0835,
|
| 1654 |
+
"step": 2350
|
| 1655 |
+
},
|
| 1656 |
+
{
|
| 1657 |
+
"epoch": 2.2274657857479943,
|
| 1658 |
+
"grad_norm": 0.08986511740506226,
|
| 1659 |
+
"learning_rate": 3.2739107135555603e-06,
|
| 1660 |
+
"loss": 0.0841,
|
| 1661 |
+
"step": 2360
|
| 1662 |
+
},
|
| 1663 |
+
{
|
| 1664 |
+
"epoch": 2.236904200094384,
|
| 1665 |
+
"grad_norm": 0.08924913381765429,
|
| 1666 |
+
"learning_rate": 3.1988065463853204e-06,
|
| 1667 |
+
"loss": 0.0849,
|
| 1668 |
+
"step": 2370
|
| 1669 |
+
},
|
| 1670 |
+
{
|
| 1671 |
+
"epoch": 2.246342614440774,
|
| 1672 |
+
"grad_norm": 0.08622955784811655,
|
| 1673 |
+
"learning_rate": 3.1244095066936396e-06,
|
| 1674 |
+
"loss": 0.0848,
|
| 1675 |
+
"step": 2380
|
| 1676 |
+
},
|
| 1677 |
+
{
|
| 1678 |
+
"epoch": 2.2557810287871636,
|
| 1679 |
+
"grad_norm": 0.08819044440789944,
|
| 1680 |
+
"learning_rate": 3.050727329621637e-06,
|
| 1681 |
+
"loss": 0.0835,
|
| 1682 |
+
"step": 2390
|
| 1683 |
+
},
|
| 1684 |
+
{
|
| 1685 |
+
"epoch": 2.2652194431335535,
|
| 1686 |
+
"grad_norm": 0.08900963097417651,
|
| 1687 |
+
"learning_rate": 2.977767675985377e-06,
|
| 1688 |
+
"loss": 0.0805,
|
| 1689 |
+
"step": 2400
|
| 1690 |
+
},
|
| 1691 |
+
{
|
| 1692 |
+
"epoch": 2.2746578574799434,
|
| 1693 |
+
"grad_norm": 0.0889820260869723,
|
| 1694 |
+
"learning_rate": 2.905538131479376e-06,
|
| 1695 |
+
"loss": 0.0844,
|
| 1696 |
+
"step": 2410
|
| 1697 |
+
},
|
| 1698 |
+
{
|
| 1699 |
+
"epoch": 2.2840962718263333,
|
| 1700 |
+
"grad_norm": 0.08508956855605507,
|
| 1701 |
+
"learning_rate": 2.8340462058879214e-06,
|
| 1702 |
+
"loss": 0.082,
|
| 1703 |
+
"step": 2420
|
| 1704 |
+
},
|
| 1705 |
+
{
|
| 1706 |
+
"epoch": 2.293534686172723,
|
| 1707 |
+
"grad_norm": 0.0859290434178059,
|
| 1708 |
+
"learning_rate": 2.76329933230425e-06,
|
| 1709 |
+
"loss": 0.0819,
|
| 1710 |
+
"step": 2430
|
| 1711 |
+
},
|
| 1712 |
+
{
|
| 1713 |
+
"epoch": 2.3029731005191127,
|
| 1714 |
+
"grad_norm": 0.08310233373376713,
|
| 1715 |
+
"learning_rate": 2.6933048663577297e-06,
|
| 1716 |
+
"loss": 0.0811,
|
| 1717 |
+
"step": 2440
|
| 1718 |
+
},
|
| 1719 |
+
{
|
| 1720 |
+
"epoch": 2.3124115148655027,
|
| 1721 |
+
"grad_norm": 0.08745596999299074,
|
| 1722 |
+
"learning_rate": 2.6240700854490988e-06,
|
| 1723 |
+
"loss": 0.0824,
|
| 1724 |
+
"step": 2450
|
| 1725 |
+
},
|
| 1726 |
+
{
|
| 1727 |
+
"epoch": 2.3218499292118926,
|
| 1728 |
+
"grad_norm": 0.08451577327209396,
|
| 1729 |
+
"learning_rate": 2.5556021879938074e-06,
|
| 1730 |
+
"loss": 0.0828,
|
| 1731 |
+
"step": 2460
|
| 1732 |
+
},
|
| 1733 |
+
{
|
| 1734 |
+
"epoch": 2.331288343558282,
|
| 1735 |
+
"grad_norm": 0.09129945645731877,
|
| 1736 |
+
"learning_rate": 2.4879082926735974e-06,
|
| 1737 |
+
"loss": 0.0837,
|
| 1738 |
+
"step": 2470
|
| 1739 |
+
},
|
| 1740 |
+
{
|
| 1741 |
+
"epoch": 2.340726757904672,
|
| 1742 |
+
"grad_norm": 0.083910957600724,
|
| 1743 |
+
"learning_rate": 2.4209954376963797e-06,
|
| 1744 |
+
"loss": 0.0816,
|
| 1745 |
+
"step": 2480
|
| 1746 |
+
},
|
| 1747 |
+
{
|
| 1748 |
+
"epoch": 2.350165172251062,
|
| 1749 |
+
"grad_norm": 0.08447673558716574,
|
| 1750 |
+
"learning_rate": 2.354870580064439e-06,
|
| 1751 |
+
"loss": 0.0808,
|
| 1752 |
+
"step": 2490
|
| 1753 |
+
},
|
| 1754 |
+
{
|
| 1755 |
+
"epoch": 2.3596035865974514,
|
| 1756 |
+
"grad_norm": 0.08671014168934867,
|
| 1757 |
+
"learning_rate": 2.289540594851122e-06,
|
| 1758 |
+
"loss": 0.0814,
|
| 1759 |
+
"step": 2500
|
| 1760 |
+
},
|
| 1761 |
+
{
|
| 1762 |
+
"epoch": 2.3690420009438413,
|
| 1763 |
+
"grad_norm": 0.08155772855747594,
|
| 1764 |
+
"learning_rate": 2.225012274486028e-06,
|
| 1765 |
+
"loss": 0.0791,
|
| 1766 |
+
"step": 2510
|
| 1767 |
+
},
|
| 1768 |
+
{
|
| 1769 |
+
"epoch": 2.3784804152902312,
|
| 1770 |
+
"grad_norm": 0.08555794455636312,
|
| 1771 |
+
"learning_rate": 2.1612923280487883e-06,
|
| 1772 |
+
"loss": 0.0843,
|
| 1773 |
+
"step": 2520
|
| 1774 |
+
},
|
| 1775 |
+
{
|
| 1776 |
+
"epoch": 2.387918829636621,
|
| 1777 |
+
"grad_norm": 0.08566290155470521,
|
| 1778 |
+
"learning_rate": 2.0983873805715216e-06,
|
| 1779 |
+
"loss": 0.0837,
|
| 1780 |
+
"step": 2530
|
| 1781 |
+
},
|
| 1782 |
+
{
|
| 1783 |
+
"epoch": 2.397357243983011,
|
| 1784 |
+
"grad_norm": 0.08531077534490512,
|
| 1785 |
+
"learning_rate": 2.0363039723500155e-06,
|
| 1786 |
+
"loss": 0.0838,
|
| 1787 |
+
"step": 2540
|
| 1788 |
+
},
|
| 1789 |
+
{
|
| 1790 |
+
"epoch": 2.4067956583294006,
|
| 1791 |
+
"grad_norm": 0.08375539552341336,
|
| 1792 |
+
"learning_rate": 1.9750485582637245e-06,
|
| 1793 |
+
"loss": 0.0822,
|
| 1794 |
+
"step": 2550
|
| 1795 |
+
},
|
| 1796 |
+
{
|
| 1797 |
+
"epoch": 2.4162340726757905,
|
| 1798 |
+
"grad_norm": 0.08503293134727295,
|
| 1799 |
+
"learning_rate": 1.9146275071046626e-06,
|
| 1800 |
+
"loss": 0.0849,
|
| 1801 |
+
"step": 2560
|
| 1802 |
+
},
|
| 1803 |
+
{
|
| 1804 |
+
"epoch": 2.4256724870221804,
|
| 1805 |
+
"grad_norm": 0.08165485153496227,
|
| 1806 |
+
"learning_rate": 1.8550471009152138e-06,
|
| 1807 |
+
"loss": 0.0803,
|
| 1808 |
+
"step": 2570
|
| 1809 |
+
},
|
| 1810 |
+
{
|
| 1811 |
+
"epoch": 2.43511090136857,
|
| 1812 |
+
"grad_norm": 0.08309504205099255,
|
| 1813 |
+
"learning_rate": 1.7963135343349914e-06,
|
| 1814 |
+
"loss": 0.0789,
|
| 1815 |
+
"step": 2580
|
| 1816 |
+
},
|
| 1817 |
+
{
|
| 1818 |
+
"epoch": 2.44454931571496,
|
| 1819 |
+
"grad_norm": 0.08294260063335909,
|
| 1820 |
+
"learning_rate": 1.73843291395678e-06,
|
| 1821 |
+
"loss": 0.0823,
|
| 1822 |
+
"step": 2590
|
| 1823 |
+
},
|
| 1824 |
+
{
|
| 1825 |
+
"epoch": 2.4539877300613497,
|
| 1826 |
+
"grad_norm": 0.08537750016844735,
|
| 1827 |
+
"learning_rate": 1.6814112576916142e-06,
|
| 1828 |
+
"loss": 0.0825,
|
| 1829 |
+
"step": 2600
|
| 1830 |
+
},
|
| 1831 |
+
{
|
| 1832 |
+
"epoch": 2.4634261444077397,
|
| 1833 |
+
"grad_norm": 0.08433197560779272,
|
| 1834 |
+
"learning_rate": 1.6252544941430982e-06,
|
| 1835 |
+
"loss": 0.0813,
|
| 1836 |
+
"step": 2610
|
| 1837 |
+
},
|
| 1838 |
+
{
|
| 1839 |
+
"epoch": 2.472864558754129,
|
| 1840 |
+
"grad_norm": 0.08321923421106348,
|
| 1841 |
+
"learning_rate": 1.5699684619909983e-06,
|
| 1842 |
+
"loss": 0.0826,
|
| 1843 |
+
"step": 2620
|
| 1844 |
+
},
|
| 1845 |
+
{
|
| 1846 |
+
"epoch": 2.482302973100519,
|
| 1847 |
+
"grad_norm": 0.08373732680479463,
|
| 1848 |
+
"learning_rate": 1.5155589093841939e-06,
|
| 1849 |
+
"loss": 0.0802,
|
| 1850 |
+
"step": 2630
|
| 1851 |
+
},
|
| 1852 |
+
{
|
| 1853 |
+
"epoch": 2.491741387446909,
|
| 1854 |
+
"grad_norm": 0.09112397953039225,
|
| 1855 |
+
"learning_rate": 1.4620314933430269e-06,
|
| 1856 |
+
"loss": 0.081,
|
| 1857 |
+
"step": 2640
|
| 1858 |
+
},
|
| 1859 |
+
{
|
| 1860 |
+
"epoch": 2.501179801793299,
|
| 1861 |
+
"grad_norm": 0.08246005822696881,
|
| 1862 |
+
"learning_rate": 1.4093917791711497e-06,
|
| 1863 |
+
"loss": 0.0808,
|
| 1864 |
+
"step": 2650
|
| 1865 |
+
},
|
| 1866 |
+
{
|
| 1867 |
+
"epoch": 2.5106182161396884,
|
| 1868 |
+
"grad_norm": 0.08399111524479627,
|
| 1869 |
+
"learning_rate": 1.357645239876879e-06,
|
| 1870 |
+
"loss": 0.08,
|
| 1871 |
+
"step": 2660
|
| 1872 |
+
},
|
| 1873 |
+
{
|
| 1874 |
+
"epoch": 2.5200566304860783,
|
| 1875 |
+
"grad_norm": 0.08520663335129833,
|
| 1876 |
+
"learning_rate": 1.3067972556041753e-06,
|
| 1877 |
+
"loss": 0.0818,
|
| 1878 |
+
"step": 2670
|
| 1879 |
+
},
|
| 1880 |
+
{
|
| 1881 |
+
"epoch": 2.5294950448324682,
|
| 1882 |
+
"grad_norm": 0.08299784168003543,
|
| 1883 |
+
"learning_rate": 1.2568531130732498e-06,
|
| 1884 |
+
"loss": 0.0807,
|
| 1885 |
+
"step": 2680
|
| 1886 |
+
},
|
| 1887 |
+
{
|
| 1888 |
+
"epoch": 2.5389334591788577,
|
| 1889 |
+
"grad_norm": 0.08594453806774255,
|
| 1890 |
+
"learning_rate": 1.207818005030904e-06,
|
| 1891 |
+
"loss": 0.0802,
|
| 1892 |
+
"step": 2690
|
| 1893 |
+
},
|
| 1894 |
+
{
|
| 1895 |
+
"epoch": 2.5483718735252476,
|
| 1896 |
+
"grad_norm": 0.08039958287229476,
|
| 1897 |
+
"learning_rate": 1.1596970297106458e-06,
|
| 1898 |
+
"loss": 0.0818,
|
| 1899 |
+
"step": 2700
|
| 1900 |
+
},
|
| 1901 |
+
{
|
| 1902 |
+
"epoch": 2.5578102878716376,
|
| 1903 |
+
"grad_norm": 0.08085895400758615,
|
| 1904 |
+
"learning_rate": 1.1124951903025981e-06,
|
| 1905 |
+
"loss": 0.0806,
|
| 1906 |
+
"step": 2710
|
| 1907 |
+
},
|
| 1908 |
+
{
|
| 1909 |
+
"epoch": 2.5672487022180275,
|
| 1910 |
+
"grad_norm": 0.08458215660632902,
|
| 1911 |
+
"learning_rate": 1.0662173944333288e-06,
|
| 1912 |
+
"loss": 0.081,
|
| 1913 |
+
"step": 2720
|
| 1914 |
+
},
|
| 1915 |
+
{
|
| 1916 |
+
"epoch": 2.5766871165644174,
|
| 1917 |
+
"grad_norm": 0.0826446041832577,
|
| 1918 |
+
"learning_rate": 1.0208684536555968e-06,
|
| 1919 |
+
"loss": 0.081,
|
| 1920 |
+
"step": 2730
|
| 1921 |
+
},
|
| 1922 |
+
{
|
| 1923 |
+
"epoch": 2.586125530910807,
|
| 1924 |
+
"grad_norm": 0.08442284791430928,
|
| 1925 |
+
"learning_rate": 9.764530829480822e-07,
|
| 1926 |
+
"loss": 0.0832,
|
| 1927 |
+
"step": 2740
|
| 1928 |
+
},
|
| 1929 |
+
{
|
| 1930 |
+
"epoch": 2.595563945257197,
|
| 1931 |
+
"grad_norm": 0.08336636617446731,
|
| 1932 |
+
"learning_rate": 9.329759002251726e-07,
|
| 1933 |
+
"loss": 0.0802,
|
| 1934 |
+
"step": 2750
|
| 1935 |
+
},
|
| 1936 |
+
{
|
| 1937 |
+
"epoch": 2.6050023596035867,
|
| 1938 |
+
"grad_norm": 0.0846992268529094,
|
| 1939 |
+
"learning_rate": 8.904414258568306e-07,
|
| 1940 |
+
"loss": 0.0799,
|
| 1941 |
+
"step": 2760
|
| 1942 |
+
},
|
| 1943 |
+
{
|
| 1944 |
+
"epoch": 2.614440773949976,
|
| 1945 |
+
"grad_norm": 0.08300701320734614,
|
| 1946 |
+
"learning_rate": 8.488540821986035e-07,
|
| 1947 |
+
"loss": 0.0827,
|
| 1948 |
+
"step": 2770
|
| 1949 |
+
},
|
| 1950 |
+
{
|
| 1951 |
+
"epoch": 2.623879188296366,
|
| 1952 |
+
"grad_norm": 0.08443465909555346,
|
| 1953 |
+
"learning_rate": 8.082181931318311e-07,
|
| 1954 |
+
"loss": 0.0792,
|
| 1955 |
+
"step": 2780
|
| 1956 |
+
},
|
| 1957 |
+
{
|
| 1958 |
+
"epoch": 2.633317602642756,
|
| 1959 |
+
"grad_norm": 0.08476186997139065,
|
| 1960 |
+
"learning_rate": 7.685379836140872e-07,
|
| 1961 |
+
"loss": 0.079,
|
| 1962 |
+
"step": 2790
|
| 1963 |
+
},
|
| 1964 |
+
{
|
| 1965 |
+
"epoch": 2.642756016989146,
|
| 1966 |
+
"grad_norm": 0.08472149270611445,
|
| 1967 |
+
"learning_rate": 7.298175792398976e-07,
|
| 1968 |
+
"loss": 0.0818,
|
| 1969 |
+
"step": 2800
|
| 1970 |
+
},
|
| 1971 |
+
{
|
| 1972 |
+
"epoch": 2.652194431335536,
|
| 1973 |
+
"grad_norm": 0.08032205169166948,
|
| 1974 |
+
"learning_rate": 6.920610058118105e-07,
|
| 1975 |
+
"loss": 0.0804,
|
| 1976 |
+
"step": 2810
|
| 1977 |
+
},
|
| 1978 |
+
{
|
| 1979 |
+
"epoch": 2.6616328456819254,
|
| 1980 |
+
"grad_norm": 0.08367697987102687,
|
| 1981 |
+
"learning_rate": 6.552721889218194e-07,
|
| 1982 |
+
"loss": 0.0816,
|
| 1983 |
+
"step": 2820
|
| 1984 |
+
},
|
| 1985 |
+
{
|
| 1986 |
+
"epoch": 2.6710712600283153,
|
| 1987 |
+
"grad_norm": 0.08668064800964889,
|
| 1988 |
+
"learning_rate": 6.194549535432137e-07,
|
| 1989 |
+
"loss": 0.08,
|
| 1990 |
+
"step": 2830
|
| 1991 |
+
},
|
| 1992 |
+
{
|
| 1993 |
+
"epoch": 2.680509674374705,
|
| 1994 |
+
"grad_norm": 0.0828804628433115,
|
| 1995 |
+
"learning_rate": 5.846130236329073e-07,
|
| 1996 |
+
"loss": 0.0823,
|
| 1997 |
+
"step": 2840
|
| 1998 |
+
},
|
| 1999 |
+
{
|
| 2000 |
+
"epoch": 2.6899480887210947,
|
| 2001 |
+
"grad_norm": 0.08378018124842795,
|
| 2002 |
+
"learning_rate": 5.507500217442341e-07,
|
| 2003 |
+
"loss": 0.0809,
|
| 2004 |
+
"step": 2850
|
| 2005 |
+
},
|
| 2006 |
+
{
|
| 2007 |
+
"epoch": 2.6993865030674846,
|
| 2008 |
+
"grad_norm": 0.08220414182971268,
|
| 2009 |
+
"learning_rate": 5.178694686503205e-07,
|
| 2010 |
+
"loss": 0.0784,
|
| 2011 |
+
"step": 2860
|
| 2012 |
+
},
|
| 2013 |
+
{
|
| 2014 |
+
"epoch": 2.7088249174138745,
|
| 2015 |
+
"grad_norm": 0.08076213129882256,
|
| 2016 |
+
"learning_rate": 4.85974782978027e-07,
|
| 2017 |
+
"loss": 0.081,
|
| 2018 |
+
"step": 2870
|
| 2019 |
+
},
|
| 2020 |
+
{
|
| 2021 |
+
"epoch": 2.718263331760264,
|
| 2022 |
+
"grad_norm": 0.08189865863600006,
|
| 2023 |
+
"learning_rate": 4.5506928085250033e-07,
|
| 2024 |
+
"loss": 0.0778,
|
| 2025 |
+
"step": 2880
|
| 2026 |
+
},
|
| 2027 |
+
{
|
| 2028 |
+
"epoch": 2.727701746106654,
|
| 2029 |
+
"grad_norm": 0.08777777733586507,
|
| 2030 |
+
"learning_rate": 4.251561755524036e-07,
|
| 2031 |
+
"loss": 0.0832,
|
| 2032 |
+
"step": 2890
|
| 2033 |
+
},
|
| 2034 |
+
{
|
| 2035 |
+
"epoch": 2.737140160453044,
|
| 2036 |
+
"grad_norm": 0.08438414185840341,
|
| 2037 |
+
"learning_rate": 3.9623857717581813e-07,
|
| 2038 |
+
"loss": 0.0808,
|
| 2039 |
+
"step": 2900
|
| 2040 |
+
},
|
| 2041 |
+
{
|
| 2042 |
+
"epoch": 2.746578574799434,
|
| 2043 |
+
"grad_norm": 0.08245920785308986,
|
| 2044 |
+
"learning_rate": 3.6831949231689203e-07,
|
| 2045 |
+
"loss": 0.081,
|
| 2046 |
+
"step": 2910
|
| 2047 |
+
},
|
| 2048 |
+
{
|
| 2049 |
+
"epoch": 2.7560169891458237,
|
| 2050 |
+
"grad_norm": 0.08356304284398074,
|
| 2051 |
+
"learning_rate": 3.414018237532335e-07,
|
| 2052 |
+
"loss": 0.0821,
|
| 2053 |
+
"step": 2920
|
| 2054 |
+
},
|
| 2055 |
+
{
|
| 2056 |
+
"epoch": 2.765455403492213,
|
| 2057 |
+
"grad_norm": 0.08633702580648989,
|
| 2058 |
+
"learning_rate": 3.154883701441136e-07,
|
| 2059 |
+
"loss": 0.08,
|
| 2060 |
+
"step": 2930
|
| 2061 |
+
},
|
| 2062 |
+
{
|
| 2063 |
+
"epoch": 2.774893817838603,
|
| 2064 |
+
"grad_norm": 0.0821243443006684,
|
| 2065 |
+
"learning_rate": 2.905818257394799e-07,
|
| 2066 |
+
"loss": 0.0798,
|
| 2067 |
+
"step": 2940
|
| 2068 |
+
},
|
| 2069 |
+
{
|
| 2070 |
+
"epoch": 2.784332232184993,
|
| 2071 |
+
"grad_norm": 0.08233971677127812,
|
| 2072 |
+
"learning_rate": 2.666847800998362e-07,
|
| 2073 |
+
"loss": 0.0819,
|
| 2074 |
+
"step": 2950
|
| 2075 |
+
},
|
| 2076 |
+
{
|
| 2077 |
+
"epoch": 2.7937706465313825,
|
| 2078 |
+
"grad_norm": 0.08176593022884952,
|
| 2079 |
+
"learning_rate": 2.437997178270035e-07,
|
| 2080 |
+
"loss": 0.0807,
|
| 2081 |
+
"step": 2960
|
| 2082 |
+
},
|
| 2083 |
+
{
|
| 2084 |
+
"epoch": 2.8032090608777724,
|
| 2085 |
+
"grad_norm": 0.08485236840414098,
|
| 2086 |
+
"learning_rate": 2.219290183057865e-07,
|
| 2087 |
+
"loss": 0.0806,
|
| 2088 |
+
"step": 2970
|
| 2089 |
+
},
|
| 2090 |
+
{
|
| 2091 |
+
"epoch": 2.8126474752241624,
|
| 2092 |
+
"grad_norm": 0.08134044819035506,
|
| 2093 |
+
"learning_rate": 2.0107495545659829e-07,
|
| 2094 |
+
"loss": 0.0778,
|
| 2095 |
+
"step": 2980
|
| 2096 |
+
},
|
| 2097 |
+
{
|
| 2098 |
+
"epoch": 2.8220858895705523,
|
| 2099 |
+
"grad_norm": 0.08200978384685277,
|
| 2100 |
+
"learning_rate": 1.8123969749902714e-07,
|
| 2101 |
+
"loss": 0.0777,
|
| 2102 |
+
"step": 2990
|
| 2103 |
+
},
|
| 2104 |
+
{
|
| 2105 |
+
"epoch": 2.831524303916942,
|
| 2106 |
+
"grad_norm": 0.08409107175117113,
|
| 2107 |
+
"learning_rate": 1.6242530672641143e-07,
|
| 2108 |
+
"loss": 0.0813,
|
| 2109 |
+
"step": 3000
|
| 2110 |
+
},
|
| 2111 |
+
{
|
| 2112 |
+
"epoch": 2.8409627182633317,
|
| 2113 |
+
"grad_norm": 0.08288246905003016,
|
| 2114 |
+
"learning_rate": 1.4463373929141766e-07,
|
| 2115 |
+
"loss": 0.0788,
|
| 2116 |
+
"step": 3010
|
| 2117 |
+
},
|
| 2118 |
+
{
|
| 2119 |
+
"epoch": 2.8504011326097216,
|
| 2120 |
+
"grad_norm": 0.08212980978941326,
|
| 2121 |
+
"learning_rate": 1.2786684500265546e-07,
|
| 2122 |
+
"loss": 0.0819,
|
| 2123 |
+
"step": 3020
|
| 2124 |
+
},
|
| 2125 |
+
{
|
| 2126 |
+
"epoch": 2.8598395469561115,
|
| 2127 |
+
"grad_norm": 0.0832626354470357,
|
| 2128 |
+
"learning_rate": 1.1212636713235581e-07,
|
| 2129 |
+
"loss": 0.0794,
|
| 2130 |
+
"step": 3030
|
| 2131 |
+
},
|
| 2132 |
+
{
|
| 2133 |
+
"epoch": 2.869277961302501,
|
| 2134 |
+
"grad_norm": 0.0836378792472762,
|
| 2135 |
+
"learning_rate": 9.741394223512057e-08,
|
| 2136 |
+
"loss": 0.0814,
|
| 2137 |
+
"step": 3040
|
| 2138 |
+
},
|
| 2139 |
+
{
|
| 2140 |
+
"epoch": 2.878716375648891,
|
| 2141 |
+
"grad_norm": 0.08017963643030881,
|
| 2142 |
+
"learning_rate": 8.373109997776185e-08,
|
| 2143 |
+
"loss": 0.0804,
|
| 2144 |
+
"step": 3050
|
| 2145 |
+
},
|
| 2146 |
+
{
|
| 2147 |
+
"epoch": 2.888154789995281,
|
| 2148 |
+
"grad_norm": 0.08105963755024889,
|
| 2149 |
+
"learning_rate": 7.10792629802659e-08,
|
| 2150 |
+
"loss": 0.08,
|
| 2151 |
+
"step": 3060
|
| 2152 |
+
},
|
| 2153 |
+
{
|
| 2154 |
+
"epoch": 2.8975932043416703,
|
| 2155 |
+
"grad_norm": 0.08196798527897163,
|
| 2156 |
+
"learning_rate": 5.945974666788479e-08,
|
| 2157 |
+
"loss": 0.0809,
|
| 2158 |
+
"step": 3070
|
| 2159 |
+
},
|
| 2160 |
+
{
|
| 2161 |
+
"epoch": 2.9070316186880603,
|
| 2162 |
+
"grad_norm": 0.08445010118063752,
|
| 2163 |
+
"learning_rate": 4.887375913436132e-08,
|
| 2164 |
+
"loss": 0.0817,
|
| 2165 |
+
"step": 3080
|
| 2166 |
+
},
|
| 2167 |
+
{
|
| 2168 |
+
"epoch": 2.91647003303445,
|
| 2169 |
+
"grad_norm": 0.0830340739185833,
|
| 2170 |
+
"learning_rate": 3.932240101633178e-08,
|
| 2171 |
+
"loss": 0.0823,
|
| 2172 |
+
"step": 3090
|
| 2173 |
+
},
|
| 2174 |
+
{
|
| 2175 |
+
"epoch": 2.92590844738084,
|
| 2176 |
+
"grad_norm": 0.08107816362561618,
|
| 2177 |
+
"learning_rate": 3.0806665378884106e-08,
|
| 2178 |
+
"loss": 0.0764,
|
| 2179 |
+
"step": 3100
|
| 2180 |
+
},
|
| 2181 |
+
{
|
| 2182 |
+
"epoch": 2.93534686172723,
|
| 2183 |
+
"grad_norm": 0.08498347611137054,
|
| 2184 |
+
"learning_rate": 2.33274376123116e-08,
|
| 2185 |
+
"loss": 0.0784,
|
| 2186 |
+
"step": 3110
|
| 2187 |
+
},
|
| 2188 |
+
{
|
| 2189 |
+
"epoch": 2.9447852760736195,
|
| 2190 |
+
"grad_norm": 0.08214101571060746,
|
| 2191 |
+
"learning_rate": 1.68854953400599e-08,
|
| 2192 |
+
"loss": 0.0795,
|
| 2193 |
+
"step": 3120
|
| 2194 |
+
},
|
| 2195 |
+
{
|
| 2196 |
+
"epoch": 2.9542236904200094,
|
| 2197 |
+
"grad_norm": 0.0849230883706386,
|
| 2198 |
+
"learning_rate": 1.1481508337869429e-08,
|
| 2199 |
+
"loss": 0.0801,
|
| 2200 |
+
"step": 3130
|
| 2201 |
+
},
|
| 2202 |
+
{
|
| 2203 |
+
"epoch": 2.9636621047663994,
|
| 2204 |
+
"grad_norm": 0.09022687172778407,
|
| 2205 |
+
"learning_rate": 7.1160384641455475e-09,
|
| 2206 |
+
"loss": 0.0828,
|
| 2207 |
+
"step": 3140
|
| 2208 |
+
},
|
| 2209 |
+
{
|
| 2210 |
+
"epoch": 2.973100519112789,
|
| 2211 |
+
"grad_norm": 0.08399540827662202,
|
| 2212 |
+
"learning_rate": 3.7895396015374955e-09,
|
| 2213 |
+
"loss": 0.0808,
|
| 2214 |
+
"step": 3150
|
| 2215 |
+
},
|
| 2216 |
+
{
|
| 2217 |
+
"epoch": 2.9825389334591788,
|
| 2218 |
+
"grad_norm": 0.08027494442622467,
|
| 2219 |
+
"learning_rate": 1.502357609749483e-09,
|
| 2220 |
+
"loss": 0.0803,
|
| 2221 |
+
"step": 3160
|
| 2222 |
+
},
|
| 2223 |
+
{
|
| 2224 |
+
"epoch": 2.9919773478055687,
|
| 2225 |
+
"grad_norm": 0.08480380742956374,
|
| 2226 |
+
"learning_rate": 2.5473028957945234e-10,
|
| 2227 |
+
"loss": 0.0813,
|
| 2228 |
+
"step": 3170
|
| 2229 |
+
},
|
| 2230 |
+
{
|
| 2231 |
+
"epoch": 2.9985842378480414,
|
| 2232 |
+
"step": 3177,
|
| 2233 |
+
"total_flos": 5.875342281120154e+16,
|
| 2234 |
+
"train_loss": 0.11385704865424108,
|
| 2235 |
+
"train_runtime": 162519.6807,
|
| 2236 |
+
"train_samples_per_second": 3.441,
|
| 2237 |
+
"train_steps_per_second": 0.02
|
| 2238 |
+
}
|
| 2239 |
+
],
|
| 2240 |
+
"logging_steps": 10,
|
| 2241 |
+
"max_steps": 3177,
|
| 2242 |
+
"num_input_tokens_seen": 0,
|
| 2243 |
+
"num_train_epochs": 3,
|
| 2244 |
+
"save_steps": 50000000,
|
| 2245 |
+
"stateful_callbacks": {
|
| 2246 |
+
"TrainerControl": {
|
| 2247 |
+
"args": {
|
| 2248 |
+
"should_epoch_stop": false,
|
| 2249 |
+
"should_evaluate": false,
|
| 2250 |
+
"should_log": false,
|
| 2251 |
+
"should_save": true,
|
| 2252 |
+
"should_training_stop": true
|
| 2253 |
+
},
|
| 2254 |
+
"attributes": {}
|
| 2255 |
+
}
|
| 2256 |
+
},
|
| 2257 |
+
"total_flos": 5.875342281120154e+16,
|
| 2258 |
+
"train_batch_size": 1,
|
| 2259 |
+
"trial_name": null,
|
| 2260 |
+
"trial_params": null
|
| 2261 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:756f5b50a6aefa13e703583604e4feb8437b69a33cc7b4d6adcfda6a54a39860
|
| 3 |
+
size 7224
|
training_loss.png
ADDED
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|