Initial commit
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- README.md +60 -0
- all_results.json +9 -0
- checkpoint-385/config.json +29 -0
- checkpoint-385/generation_config.json +9 -0
- checkpoint-385/global_step385/bf16_zero_pp_rank_0_mp_rank_00_optim_states.pt +3 -0
- checkpoint-385/global_step385/bf16_zero_pp_rank_1_mp_rank_00_optim_states.pt +3 -0
- checkpoint-385/global_step385/bf16_zero_pp_rank_2_mp_rank_00_optim_states.pt +3 -0
- checkpoint-385/global_step385/bf16_zero_pp_rank_3_mp_rank_00_optim_states.pt +3 -0
- checkpoint-385/global_step385/bf16_zero_pp_rank_4_mp_rank_00_optim_states.pt +3 -0
- checkpoint-385/global_step385/bf16_zero_pp_rank_5_mp_rank_00_optim_states.pt +3 -0
- checkpoint-385/global_step385/bf16_zero_pp_rank_6_mp_rank_00_optim_states.pt +3 -0
- checkpoint-385/global_step385/bf16_zero_pp_rank_7_mp_rank_00_optim_states.pt +3 -0
- checkpoint-385/global_step385/mp_rank_00_model_states.pt +3 -0
- checkpoint-385/latest +1 -0
- checkpoint-385/model-00001-of-00004.safetensors +3 -0
- checkpoint-385/model-00002-of-00004.safetensors +3 -0
- checkpoint-385/model-00003-of-00004.safetensors +3 -0
- checkpoint-385/model-00004-of-00004.safetensors +3 -0
- checkpoint-385/model.safetensors.index.json +298 -0
- checkpoint-385/rng_state_0.pth +3 -0
- checkpoint-385/rng_state_1.pth +3 -0
- checkpoint-385/rng_state_2.pth +3 -0
- checkpoint-385/rng_state_3.pth +3 -0
- checkpoint-385/rng_state_4.pth +3 -0
- checkpoint-385/rng_state_5.pth +3 -0
- checkpoint-385/rng_state_6.pth +3 -0
- checkpoint-385/rng_state_7.pth +3 -0
- checkpoint-385/scheduler.pt +3 -0
- checkpoint-385/special_tokens_map.json +17 -0
- checkpoint-385/tokenizer.json +0 -0
- checkpoint-385/tokenizer_config.json +2065 -0
- checkpoint-385/trainer_state.json +3113 -0
- checkpoint-385/training_args.bin +3 -0
- checkpoint-385/zero_to_fp32.py +604 -0
- config.json +29 -0
- generation_config.json +9 -0
- llamaboard_config.yaml +65 -0
- model-00001-of-00004.safetensors +3 -0
- model-00002-of-00004.safetensors +3 -0
- model-00003-of-00004.safetensors +3 -0
- model-00004-of-00004.safetensors +3 -0
- model.safetensors.index.json +298 -0
- running_log.txt +1038 -0
- special_tokens_map.json +17 -0
- tokenizer.json +0 -0
- tokenizer_config.json +2065 -0
- train_results.json +9 -0
- trainer_log.jsonl +386 -0
- trainer_state.json +3123 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
base_model: meta-llama/Meta-Llama-3-8B
|
4 |
+
tags:
|
5 |
+
- llama-factory
|
6 |
+
- full
|
7 |
+
- generated_from_trainer
|
8 |
+
model-index:
|
9 |
+
- name: train_2024-07-10-15-21-44_llama3
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# train_2024-07-10-15-21-44_llama3
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) on the truth_train dataset.
|
19 |
+
|
20 |
+
## Model description
|
21 |
+
|
22 |
+
More information needed
|
23 |
+
|
24 |
+
## Intended uses & limitations
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Training and evaluation data
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training procedure
|
33 |
+
|
34 |
+
### Training hyperparameters
|
35 |
+
|
36 |
+
The following hyperparameters were used during training:
|
37 |
+
- learning_rate: 5e-06
|
38 |
+
- train_batch_size: 4
|
39 |
+
- eval_batch_size: 8
|
40 |
+
- seed: 42
|
41 |
+
- distributed_type: multi-GPU
|
42 |
+
- num_devices: 8
|
43 |
+
- gradient_accumulation_steps: 8
|
44 |
+
- total_train_batch_size: 256
|
45 |
+
- total_eval_batch_size: 64
|
46 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
+
- lr_scheduler_type: cosine
|
48 |
+
- lr_scheduler_warmup_steps: 600
|
49 |
+
- num_epochs: 5.0
|
50 |
+
|
51 |
+
### Training results
|
52 |
+
|
53 |
+
|
54 |
+
|
55 |
+
### Framework versions
|
56 |
+
|
57 |
+
- Transformers 4.42.3
|
58 |
+
- Pytorch 2.3.0a0+ebedce2
|
59 |
+
- Datasets 2.20.0
|
60 |
+
- Tokenizers 0.19.1
|
all_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 4.951768488745981,
|
3 |
+
"num_input_tokens_seen": 5192736,
|
4 |
+
"total_flos": 2.3382655808988774e+17,
|
5 |
+
"train_loss": 0.7082552919200585,
|
6 |
+
"train_runtime": 5092.4527,
|
7 |
+
"train_samples_per_second": 19.519,
|
8 |
+
"train_steps_per_second": 0.076
|
9 |
+
}
|
checkpoint-385/config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "meta-llama/Meta-Llama-3-8B",
|
3 |
+
"architectures": [
|
4 |
+
"LlamaForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_bias": false,
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 128000,
|
9 |
+
"eos_token_id": 128001,
|
10 |
+
"hidden_act": "silu",
|
11 |
+
"hidden_size": 4096,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 14336,
|
14 |
+
"max_position_embeddings": 8192,
|
15 |
+
"mlp_bias": false,
|
16 |
+
"model_type": "llama",
|
17 |
+
"num_attention_heads": 32,
|
18 |
+
"num_hidden_layers": 32,
|
19 |
+
"num_key_value_heads": 8,
|
20 |
+
"pretraining_tp": 1,
|
21 |
+
"rms_norm_eps": 1e-05,
|
22 |
+
"rope_scaling": null,
|
23 |
+
"rope_theta": 500000.0,
|
24 |
+
"tie_word_embeddings": false,
|
25 |
+
"torch_dtype": "bfloat16",
|
26 |
+
"transformers_version": "4.42.3",
|
27 |
+
"use_cache": false,
|
28 |
+
"vocab_size": 128256
|
29 |
+
}
|
checkpoint-385/generation_config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 128000,
|
3 |
+
"do_sample": true,
|
4 |
+
"eos_token_id": 128001,
|
5 |
+
"max_length": 4096,
|
6 |
+
"temperature": 0.6,
|
7 |
+
"top_p": 0.9,
|
8 |
+
"transformers_version": "4.42.3"
|
9 |
+
}
|
checkpoint-385/global_step385/bf16_zero_pp_rank_0_mp_rank_00_optim_states.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1452cadca9e99e513aead937d68a06e4dd403bcebc6b0ae2107a9dc61602e286
|
3 |
+
size 12045399116
|
checkpoint-385/global_step385/bf16_zero_pp_rank_1_mp_rank_00_optim_states.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:332130d0aaf9661efbdc8d63cfa2324b89b2f04ee89bdcc9dcc08feb296d38d0
|
3 |
+
size 12045399948
|
checkpoint-385/global_step385/bf16_zero_pp_rank_2_mp_rank_00_optim_states.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ecfd854520db14d56ffa5b977c3479ad8f34214317cb8ce53045709be028ff6
|
3 |
+
size 12045400204
|
checkpoint-385/global_step385/bf16_zero_pp_rank_3_mp_rank_00_optim_states.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e533b59643438fae3d510d4b42f8521df934ada18b2f6a743770065713bf3172
|
3 |
+
size 12045399948
|
checkpoint-385/global_step385/bf16_zero_pp_rank_4_mp_rank_00_optim_states.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b17cdfb25369288f35fb479ad5732bcbf91ee4d690b5f2151f4ff37373e00408
|
3 |
+
size 12045400204
|
checkpoint-385/global_step385/bf16_zero_pp_rank_5_mp_rank_00_optim_states.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b02a989a64476ddd93b2859abf8dee0985ba7510759591225582157595ce2e2
|
3 |
+
size 12045400268
|
checkpoint-385/global_step385/bf16_zero_pp_rank_6_mp_rank_00_optim_states.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:438ff20a32901a038f604e1ab2f46a8fc48d6b5e7a0e239a711f2c0ff68497af
|
3 |
+
size 12045399948
|
checkpoint-385/global_step385/bf16_zero_pp_rank_7_mp_rank_00_optim_states.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ed61b5ed7520962e8162628f611d10d8a17a54f2fbc511def6c1743fdcfe734
|
3 |
+
size 12045398796
|
checkpoint-385/global_step385/mp_rank_00_model_states.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9908b515826fbc92424716b8e7dd94e5ce165e2a27df035c407a0f745a07f247
|
3 |
+
size 16060610616
|
checkpoint-385/latest
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
global_step385
|
checkpoint-385/model-00001-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95091273e88294fb364aa21ea26e19235d33e52c55bd3084a88c89fea8b26726
|
3 |
+
size 4976698672
|
checkpoint-385/model-00002-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27524a69f85bdd427bbc9f3b06c352d75e57fb52dd8bbfaa72357a0aa776ec14
|
3 |
+
size 4999802720
|
checkpoint-385/model-00003-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f3d18cfd3abd56f02f7d77fe84167a89940a20fad534fc60b9ccf8a13e458ba
|
3 |
+
size 4915916176
|
checkpoint-385/model-00004-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7fd33cba41fd9bb770eab81315a245e1fd442a47ac61b49f563417d3882e8d6
|
3 |
+
size 1168138808
|
checkpoint-385/model.safetensors.index.json
ADDED
@@ -0,0 +1,298 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 16060522496
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "model-00004-of-00004.safetensors",
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00004.safetensors",
|
8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
13 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
15 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
16 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
17 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
18 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
19 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
20 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
21 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
22 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
23 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
24 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
25 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
26 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
27 |
+
"model.layers.10.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
28 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
29 |
+
"model.layers.10.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
30 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
31 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
32 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
33 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
34 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
35 |
+
"model.layers.11.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
36 |
+
"model.layers.11.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
37 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
38 |
+
"model.layers.11.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
39 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
40 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
41 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
42 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
43 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
44 |
+
"model.layers.12.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
45 |
+
"model.layers.12.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
46 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
47 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
48 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
49 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
50 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
51 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
52 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
53 |
+
"model.layers.13.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
54 |
+
"model.layers.13.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
55 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
56 |
+
"model.layers.13.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
57 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
58 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
59 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
60 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
61 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
62 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
63 |
+
"model.layers.14.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
64 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
65 |
+
"model.layers.14.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
66 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
67 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
68 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
69 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
70 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
71 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
72 |
+
"model.layers.15.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
73 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
74 |
+
"model.layers.15.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
75 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
76 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
77 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
78 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
79 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
80 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
81 |
+
"model.layers.16.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
82 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
83 |
+
"model.layers.16.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
84 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
85 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
86 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
87 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
88 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
89 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
90 |
+
"model.layers.17.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
91 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
92 |
+
"model.layers.17.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
93 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
94 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
95 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
96 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
97 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
98 |
+
"model.layers.18.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
99 |
+
"model.layers.18.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
100 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
101 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
102 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
103 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
104 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
105 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
106 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
107 |
+
"model.layers.19.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
108 |
+
"model.layers.19.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
109 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
110 |
+
"model.layers.19.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
111 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
112 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
113 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
114 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
115 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
116 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
117 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
118 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
119 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
120 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
121 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
122 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
123 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
124 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
125 |
+
"model.layers.20.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
126 |
+
"model.layers.20.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
127 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
128 |
+
"model.layers.20.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
129 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
130 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
131 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
132 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
133 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
134 |
+
"model.layers.21.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
135 |
+
"model.layers.21.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
136 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
137 |
+
"model.layers.21.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
138 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
139 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
140 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
141 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
142 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
143 |
+
"model.layers.22.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
144 |
+
"model.layers.22.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
145 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
146 |
+
"model.layers.22.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
147 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
148 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
149 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
150 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
151 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
152 |
+
"model.layers.23.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
153 |
+
"model.layers.23.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
154 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
155 |
+
"model.layers.23.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
156 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
157 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
158 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
159 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
160 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
161 |
+
"model.layers.24.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
162 |
+
"model.layers.24.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
163 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
164 |
+
"model.layers.24.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
165 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
166 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
167 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
168 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
169 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
170 |
+
"model.layers.25.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
171 |
+
"model.layers.25.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
172 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
173 |
+
"model.layers.25.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
174 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
175 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
176 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
177 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
178 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
179 |
+
"model.layers.26.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
180 |
+
"model.layers.26.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
181 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
182 |
+
"model.layers.26.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
183 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
184 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
185 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
186 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
187 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
188 |
+
"model.layers.27.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
189 |
+
"model.layers.27.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
190 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
191 |
+
"model.layers.27.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
192 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
193 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
194 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
195 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
196 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
197 |
+
"model.layers.28.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
198 |
+
"model.layers.28.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
199 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
200 |
+
"model.layers.28.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
201 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
202 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
203 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
204 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
205 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
206 |
+
"model.layers.29.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
207 |
+
"model.layers.29.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
208 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
209 |
+
"model.layers.29.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
210 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
211 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
212 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
213 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
214 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
215 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
216 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
217 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
218 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
219 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
220 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
221 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
222 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
223 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
224 |
+
"model.layers.30.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
225 |
+
"model.layers.30.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
226 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
227 |
+
"model.layers.30.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
228 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
229 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
230 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
231 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
232 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
233 |
+
"model.layers.31.input_layernorm.weight": "model-00004-of-00004.safetensors",
|
234 |
+
"model.layers.31.mlp.down_proj.weight": "model-00004-of-00004.safetensors",
|
235 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
236 |
+
"model.layers.31.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
237 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00004-of-00004.safetensors",
|
238 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
239 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
240 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
241 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
242 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
243 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
244 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
245 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
246 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
247 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
248 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
249 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
250 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
251 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
252 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
253 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
254 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
255 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
256 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
257 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
258 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
259 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
260 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
261 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
262 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
263 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
264 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
265 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
266 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
267 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
268 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
269 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
270 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
271 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
272 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
273 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
274 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
275 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
276 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
277 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
278 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
279 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
280 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
281 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
282 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
283 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
284 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
285 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
286 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
287 |
+
"model.layers.9.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
288 |
+
"model.layers.9.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
289 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
290 |
+
"model.layers.9.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
291 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
292 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
293 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
294 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
295 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
296 |
+
"model.norm.weight": "model-00004-of-00004.safetensors"
|
297 |
+
}
|
298 |
+
}
|
checkpoint-385/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a0ef6f96a48e59aa52c4b471312c2a62378c19acc7ebbae839612b03a7d775a
|
3 |
+
size 15984
|
checkpoint-385/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab11d533c0fdad46ea8b8e295ba5fdb705e078eeb88cc28f37d82913508766e9
|
3 |
+
size 15984
|
checkpoint-385/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:615c168147e3465ce5bfab6da2ff4afc68566ce00ec0f0c6c9fc988038a58d0a
|
3 |
+
size 15984
|
checkpoint-385/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79f71e8f8674ecaef9f8cdcbf7ac457a8b8ff15b12694ba2a2fffcb4b43f0f08
|
3 |
+
size 15984
|
checkpoint-385/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88cf6d674dab5545c300a55135f08ca935730a3d35e2c419fb0b333f19482c19
|
3 |
+
size 15984
|
checkpoint-385/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2754f2cd8824702f027870d93748b3c0491b0ecd30f1e3d8e937116b2be6151f
|
3 |
+
size 15984
|
checkpoint-385/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1385124ac55604598f45ea6e2d141f29456647d3e7c10d12ca64ec93d312be8d
|
3 |
+
size 15984
|
checkpoint-385/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:416538efaec7391fa8fe782fb15146b83e5612d9e1961292c34c53e964806873
|
3 |
+
size 15984
|
checkpoint-385/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5773c00222bef1db5ca810359f2616a1fbd633a740c194d6a3070d6b031a0320
|
3 |
+
size 1064
|
checkpoint-385/special_tokens_map.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<|begin_of_text|>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|end_of_text|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "<|end_of_text|>"
|
17 |
+
}
|
checkpoint-385/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-385/tokenizer_config.json
ADDED
@@ -0,0 +1,2065 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"128000": {
|
4 |
+
"content": "<|begin_of_text|>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"128001": {
|
12 |
+
"content": "<|end_of_text|>",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"128002": {
|
20 |
+
"content": "<|reserved_special_token_0|>",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"128003": {
|
28 |
+
"content": "<|reserved_special_token_1|>",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"128004": {
|
36 |
+
"content": "<|reserved_special_token_2|>",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
},
|
43 |
+
"128005": {
|
44 |
+
"content": "<|reserved_special_token_3|>",
|
45 |
+
"lstrip": false,
|
46 |
+
"normalized": false,
|
47 |
+
"rstrip": false,
|
48 |
+
"single_word": false,
|
49 |
+
"special": true
|
50 |
+
},
|
51 |
+
"128006": {
|
52 |
+
"content": "<|start_header_id|>",
|
53 |
+
"lstrip": false,
|
54 |
+
"normalized": false,
|
55 |
+
"rstrip": false,
|
56 |
+
"single_word": false,
|
57 |
+
"special": true
|
58 |
+
},
|
59 |
+
"128007": {
|
60 |
+
"content": "<|end_header_id|>",
|
61 |
+
"lstrip": false,
|
62 |
+
"normalized": false,
|
63 |
+
"rstrip": false,
|
64 |
+
"single_word": false,
|
65 |
+
"special": true
|
66 |
+
},
|
67 |
+
"128008": {
|
68 |
+
"content": "<|reserved_special_token_4|>",
|
69 |
+
"lstrip": false,
|
70 |
+
"normalized": false,
|
71 |
+
"rstrip": false,
|
72 |
+
"single_word": false,
|
73 |
+
"special": true
|
74 |
+
},
|
75 |
+
"128009": {
|
76 |
+
"content": "<|eot_id|>",
|
77 |
+
"lstrip": false,
|
78 |
+
"normalized": false,
|
79 |
+
"rstrip": false,
|
80 |
+
"single_word": false,
|
81 |
+
"special": true
|
82 |
+
},
|
83 |
+
"128010": {
|
84 |
+
"content": "<|reserved_special_token_5|>",
|
85 |
+
"lstrip": false,
|
86 |
+
"normalized": false,
|
87 |
+
"rstrip": false,
|
88 |
+
"single_word": false,
|
89 |
+
"special": true
|
90 |
+
},
|
91 |
+
"128011": {
|
92 |
+
"content": "<|reserved_special_token_6|>",
|
93 |
+
"lstrip": false,
|
94 |
+
"normalized": false,
|
95 |
+
"rstrip": false,
|
96 |
+
"single_word": false,
|
97 |
+
"special": true
|
98 |
+
},
|
99 |
+
"128012": {
|
100 |
+
"content": "<|reserved_special_token_7|>",
|
101 |
+
"lstrip": false,
|
102 |
+
"normalized": false,
|
103 |
+
"rstrip": false,
|
104 |
+
"single_word": false,
|
105 |
+
"special": true
|
106 |
+
},
|
107 |
+
"128013": {
|
108 |
+
"content": "<|reserved_special_token_8|>",
|
109 |
+
"lstrip": false,
|
110 |
+
"normalized": false,
|
111 |
+
"rstrip": false,
|
112 |
+
"single_word": false,
|
113 |
+
"special": true
|
114 |
+
},
|
115 |
+
"128014": {
|
116 |
+
"content": "<|reserved_special_token_9|>",
|
117 |
+
"lstrip": false,
|
118 |
+
"normalized": false,
|
119 |
+
"rstrip": false,
|
120 |
+
"single_word": false,
|
121 |
+
"special": true
|
122 |
+
},
|
123 |
+
"128015": {
|
124 |
+
"content": "<|reserved_special_token_10|>",
|
125 |
+
"lstrip": false,
|
126 |
+
"normalized": false,
|
127 |
+
"rstrip": false,
|
128 |
+
"single_word": false,
|
129 |
+
"special": true
|
130 |
+
},
|
131 |
+
"128016": {
|
132 |
+
"content": "<|reserved_special_token_11|>",
|
133 |
+
"lstrip": false,
|
134 |
+
"normalized": false,
|
135 |
+
"rstrip": false,
|
136 |
+
"single_word": false,
|
137 |
+
"special": true
|
138 |
+
},
|
139 |
+
"128017": {
|
140 |
+
"content": "<|reserved_special_token_12|>",
|
141 |
+
"lstrip": false,
|
142 |
+
"normalized": false,
|
143 |
+
"rstrip": false,
|
144 |
+
"single_word": false,
|
145 |
+
"special": true
|
146 |
+
},
|
147 |
+
"128018": {
|
148 |
+
"content": "<|reserved_special_token_13|>",
|
149 |
+
"lstrip": false,
|
150 |
+
"normalized": false,
|
151 |
+
"rstrip": false,
|
152 |
+
"single_word": false,
|
153 |
+
"special": true
|
154 |
+
},
|
155 |
+
"128019": {
|
156 |
+
"content": "<|reserved_special_token_14|>",
|
157 |
+
"lstrip": false,
|
158 |
+
"normalized": false,
|
159 |
+
"rstrip": false,
|
160 |
+
"single_word": false,
|
161 |
+
"special": true
|
162 |
+
},
|
163 |
+
"128020": {
|
164 |
+
"content": "<|reserved_special_token_15|>",
|
165 |
+
"lstrip": false,
|
166 |
+
"normalized": false,
|
167 |
+
"rstrip": false,
|
168 |
+
"single_word": false,
|
169 |
+
"special": true
|
170 |
+
},
|
171 |
+
"128021": {
|
172 |
+
"content": "<|reserved_special_token_16|>",
|
173 |
+
"lstrip": false,
|
174 |
+
"normalized": false,
|
175 |
+
"rstrip": false,
|
176 |
+
"single_word": false,
|
177 |
+
"special": true
|
178 |
+
},
|
179 |
+
"128022": {
|
180 |
+
"content": "<|reserved_special_token_17|>",
|
181 |
+
"lstrip": false,
|
182 |
+
"normalized": false,
|
183 |
+
"rstrip": false,
|
184 |
+
"single_word": false,
|
185 |
+
"special": true
|
186 |
+
},
|
187 |
+
"128023": {
|
188 |
+
"content": "<|reserved_special_token_18|>",
|
189 |
+
"lstrip": false,
|
190 |
+
"normalized": false,
|
191 |
+
"rstrip": false,
|
192 |
+
"single_word": false,
|
193 |
+
"special": true
|
194 |
+
},
|
195 |
+
"128024": {
|
196 |
+
"content": "<|reserved_special_token_19|>",
|
197 |
+
"lstrip": false,
|
198 |
+
"normalized": false,
|
199 |
+
"rstrip": false,
|
200 |
+
"single_word": false,
|
201 |
+
"special": true
|
202 |
+
},
|
203 |
+
"128025": {
|
204 |
+
"content": "<|reserved_special_token_20|>",
|
205 |
+
"lstrip": false,
|
206 |
+
"normalized": false,
|
207 |
+
"rstrip": false,
|
208 |
+
"single_word": false,
|
209 |
+
"special": true
|
210 |
+
},
|
211 |
+
"128026": {
|
212 |
+
"content": "<|reserved_special_token_21|>",
|
213 |
+
"lstrip": false,
|
214 |
+
"normalized": false,
|
215 |
+
"rstrip": false,
|
216 |
+
"single_word": false,
|
217 |
+
"special": true
|
218 |
+
},
|
219 |
+
"128027": {
|
220 |
+
"content": "<|reserved_special_token_22|>",
|
221 |
+
"lstrip": false,
|
222 |
+
"normalized": false,
|
223 |
+
"rstrip": false,
|
224 |
+
"single_word": false,
|
225 |
+
"special": true
|
226 |
+
},
|
227 |
+
"128028": {
|
228 |
+
"content": "<|reserved_special_token_23|>",
|
229 |
+
"lstrip": false,
|
230 |
+
"normalized": false,
|
231 |
+
"rstrip": false,
|
232 |
+
"single_word": false,
|
233 |
+
"special": true
|
234 |
+
},
|
235 |
+
"128029": {
|
236 |
+
"content": "<|reserved_special_token_24|>",
|
237 |
+
"lstrip": false,
|
238 |
+
"normalized": false,
|
239 |
+
"rstrip": false,
|
240 |
+
"single_word": false,
|
241 |
+
"special": true
|
242 |
+
},
|
243 |
+
"128030": {
|
244 |
+
"content": "<|reserved_special_token_25|>",
|
245 |
+
"lstrip": false,
|
246 |
+
"normalized": false,
|
247 |
+
"rstrip": false,
|
248 |
+
"single_word": false,
|
249 |
+
"special": true
|
250 |
+
},
|
251 |
+
"128031": {
|
252 |
+
"content": "<|reserved_special_token_26|>",
|
253 |
+
"lstrip": false,
|
254 |
+
"normalized": false,
|
255 |
+
"rstrip": false,
|
256 |
+
"single_word": false,
|
257 |
+
"special": true
|
258 |
+
},
|
259 |
+
"128032": {
|
260 |
+
"content": "<|reserved_special_token_27|>",
|
261 |
+
"lstrip": false,
|
262 |
+
"normalized": false,
|
263 |
+
"rstrip": false,
|
264 |
+
"single_word": false,
|
265 |
+
"special": true
|
266 |
+
},
|
267 |
+
"128033": {
|
268 |
+
"content": "<|reserved_special_token_28|>",
|
269 |
+
"lstrip": false,
|
270 |
+
"normalized": false,
|
271 |
+
"rstrip": false,
|
272 |
+
"single_word": false,
|
273 |
+
"special": true
|
274 |
+
},
|
275 |
+
"128034": {
|
276 |
+
"content": "<|reserved_special_token_29|>",
|
277 |
+
"lstrip": false,
|
278 |
+
"normalized": false,
|
279 |
+
"rstrip": false,
|
280 |
+
"single_word": false,
|
281 |
+
"special": true
|
282 |
+
},
|
283 |
+
"128035": {
|
284 |
+
"content": "<|reserved_special_token_30|>",
|
285 |
+
"lstrip": false,
|
286 |
+
"normalized": false,
|
287 |
+
"rstrip": false,
|
288 |
+
"single_word": false,
|
289 |
+
"special": true
|
290 |
+
},
|
291 |
+
"128036": {
|
292 |
+
"content": "<|reserved_special_token_31|>",
|
293 |
+
"lstrip": false,
|
294 |
+
"normalized": false,
|
295 |
+
"rstrip": false,
|
296 |
+
"single_word": false,
|
297 |
+
"special": true
|
298 |
+
},
|
299 |
+
"128037": {
|
300 |
+
"content": "<|reserved_special_token_32|>",
|
301 |
+
"lstrip": false,
|
302 |
+
"normalized": false,
|
303 |
+
"rstrip": false,
|
304 |
+
"single_word": false,
|
305 |
+
"special": true
|
306 |
+
},
|
307 |
+
"128038": {
|
308 |
+
"content": "<|reserved_special_token_33|>",
|
309 |
+
"lstrip": false,
|
310 |
+
"normalized": false,
|
311 |
+
"rstrip": false,
|
312 |
+
"single_word": false,
|
313 |
+
"special": true
|
314 |
+
},
|
315 |
+
"128039": {
|
316 |
+
"content": "<|reserved_special_token_34|>",
|
317 |
+
"lstrip": false,
|
318 |
+
"normalized": false,
|
319 |
+
"rstrip": false,
|
320 |
+
"single_word": false,
|
321 |
+
"special": true
|
322 |
+
},
|
323 |
+
"128040": {
|
324 |
+
"content": "<|reserved_special_token_35|>",
|
325 |
+
"lstrip": false,
|
326 |
+
"normalized": false,
|
327 |
+
"rstrip": false,
|
328 |
+
"single_word": false,
|
329 |
+
"special": true
|
330 |
+
},
|
331 |
+
"128041": {
|
332 |
+
"content": "<|reserved_special_token_36|>",
|
333 |
+
"lstrip": false,
|
334 |
+
"normalized": false,
|
335 |
+
"rstrip": false,
|
336 |
+
"single_word": false,
|
337 |
+
"special": true
|
338 |
+
},
|
339 |
+
"128042": {
|
340 |
+
"content": "<|reserved_special_token_37|>",
|
341 |
+
"lstrip": false,
|
342 |
+
"normalized": false,
|
343 |
+
"rstrip": false,
|
344 |
+
"single_word": false,
|
345 |
+
"special": true
|
346 |
+
},
|
347 |
+
"128043": {
|
348 |
+
"content": "<|reserved_special_token_38|>",
|
349 |
+
"lstrip": false,
|
350 |
+
"normalized": false,
|
351 |
+
"rstrip": false,
|
352 |
+
"single_word": false,
|
353 |
+
"special": true
|
354 |
+
},
|
355 |
+
"128044": {
|
356 |
+
"content": "<|reserved_special_token_39|>",
|
357 |
+
"lstrip": false,
|
358 |
+
"normalized": false,
|
359 |
+
"rstrip": false,
|
360 |
+
"single_word": false,
|
361 |
+
"special": true
|
362 |
+
},
|
363 |
+
"128045": {
|
364 |
+
"content": "<|reserved_special_token_40|>",
|
365 |
+
"lstrip": false,
|
366 |
+
"normalized": false,
|
367 |
+
"rstrip": false,
|
368 |
+
"single_word": false,
|
369 |
+
"special": true
|
370 |
+
},
|
371 |
+
"128046": {
|
372 |
+
"content": "<|reserved_special_token_41|>",
|
373 |
+
"lstrip": false,
|
374 |
+
"normalized": false,
|
375 |
+
"rstrip": false,
|
376 |
+
"single_word": false,
|
377 |
+
"special": true
|
378 |
+
},
|
379 |
+
"128047": {
|
380 |
+
"content": "<|reserved_special_token_42|>",
|
381 |
+
"lstrip": false,
|
382 |
+
"normalized": false,
|
383 |
+
"rstrip": false,
|
384 |
+
"single_word": false,
|
385 |
+
"special": true
|
386 |
+
},
|
387 |
+
"128048": {
|
388 |
+
"content": "<|reserved_special_token_43|>",
|
389 |
+
"lstrip": false,
|
390 |
+
"normalized": false,
|
391 |
+
"rstrip": false,
|
392 |
+
"single_word": false,
|
393 |
+
"special": true
|
394 |
+
},
|
395 |
+
"128049": {
|
396 |
+
"content": "<|reserved_special_token_44|>",
|
397 |
+
"lstrip": false,
|
398 |
+
"normalized": false,
|
399 |
+
"rstrip": false,
|
400 |
+
"single_word": false,
|
401 |
+
"special": true
|
402 |
+
},
|
403 |
+
"128050": {
|
404 |
+
"content": "<|reserved_special_token_45|>",
|
405 |
+
"lstrip": false,
|
406 |
+
"normalized": false,
|
407 |
+
"rstrip": false,
|
408 |
+
"single_word": false,
|
409 |
+
"special": true
|
410 |
+
},
|
411 |
+
"128051": {
|
412 |
+
"content": "<|reserved_special_token_46|>",
|
413 |
+
"lstrip": false,
|
414 |
+
"normalized": false,
|
415 |
+
"rstrip": false,
|
416 |
+
"single_word": false,
|
417 |
+
"special": true
|
418 |
+
},
|
419 |
+
"128052": {
|
420 |
+
"content": "<|reserved_special_token_47|>",
|
421 |
+
"lstrip": false,
|
422 |
+
"normalized": false,
|
423 |
+
"rstrip": false,
|
424 |
+
"single_word": false,
|
425 |
+
"special": true
|
426 |
+
},
|
427 |
+
"128053": {
|
428 |
+
"content": "<|reserved_special_token_48|>",
|
429 |
+
"lstrip": false,
|
430 |
+
"normalized": false,
|
431 |
+
"rstrip": false,
|
432 |
+
"single_word": false,
|
433 |
+
"special": true
|
434 |
+
},
|
435 |
+
"128054": {
|
436 |
+
"content": "<|reserved_special_token_49|>",
|
437 |
+
"lstrip": false,
|
438 |
+
"normalized": false,
|
439 |
+
"rstrip": false,
|
440 |
+
"single_word": false,
|
441 |
+
"special": true
|
442 |
+
},
|
443 |
+
"128055": {
|
444 |
+
"content": "<|reserved_special_token_50|>",
|
445 |
+
"lstrip": false,
|
446 |
+
"normalized": false,
|
447 |
+
"rstrip": false,
|
448 |
+
"single_word": false,
|
449 |
+
"special": true
|
450 |
+
},
|
451 |
+
"128056": {
|
452 |
+
"content": "<|reserved_special_token_51|>",
|
453 |
+
"lstrip": false,
|
454 |
+
"normalized": false,
|
455 |
+
"rstrip": false,
|
456 |
+
"single_word": false,
|
457 |
+
"special": true
|
458 |
+
},
|
459 |
+
"128057": {
|
460 |
+
"content": "<|reserved_special_token_52|>",
|
461 |
+
"lstrip": false,
|
462 |
+
"normalized": false,
|
463 |
+
"rstrip": false,
|
464 |
+
"single_word": false,
|
465 |
+
"special": true
|
466 |
+
},
|
467 |
+
"128058": {
|
468 |
+
"content": "<|reserved_special_token_53|>",
|
469 |
+
"lstrip": false,
|
470 |
+
"normalized": false,
|
471 |
+
"rstrip": false,
|
472 |
+
"single_word": false,
|
473 |
+
"special": true
|
474 |
+
},
|
475 |
+
"128059": {
|
476 |
+
"content": "<|reserved_special_token_54|>",
|
477 |
+
"lstrip": false,
|
478 |
+
"normalized": false,
|
479 |
+
"rstrip": false,
|
480 |
+
"single_word": false,
|
481 |
+
"special": true
|
482 |
+
},
|
483 |
+
"128060": {
|
484 |
+
"content": "<|reserved_special_token_55|>",
|
485 |
+
"lstrip": false,
|
486 |
+
"normalized": false,
|
487 |
+
"rstrip": false,
|
488 |
+
"single_word": false,
|
489 |
+
"special": true
|
490 |
+
},
|
491 |
+
"128061": {
|
492 |
+
"content": "<|reserved_special_token_56|>",
|
493 |
+
"lstrip": false,
|
494 |
+
"normalized": false,
|
495 |
+
"rstrip": false,
|
496 |
+
"single_word": false,
|
497 |
+
"special": true
|
498 |
+
},
|
499 |
+
"128062": {
|
500 |
+
"content": "<|reserved_special_token_57|>",
|
501 |
+
"lstrip": false,
|
502 |
+
"normalized": false,
|
503 |
+
"rstrip": false,
|
504 |
+
"single_word": false,
|
505 |
+
"special": true
|
506 |
+
},
|
507 |
+
"128063": {
|
508 |
+
"content": "<|reserved_special_token_58|>",
|
509 |
+
"lstrip": false,
|
510 |
+
"normalized": false,
|
511 |
+
"rstrip": false,
|
512 |
+
"single_word": false,
|
513 |
+
"special": true
|
514 |
+
},
|
515 |
+
"128064": {
|
516 |
+
"content": "<|reserved_special_token_59|>",
|
517 |
+
"lstrip": false,
|
518 |
+
"normalized": false,
|
519 |
+
"rstrip": false,
|
520 |
+
"single_word": false,
|
521 |
+
"special": true
|
522 |
+
},
|
523 |
+
"128065": {
|
524 |
+
"content": "<|reserved_special_token_60|>",
|
525 |
+
"lstrip": false,
|
526 |
+
"normalized": false,
|
527 |
+
"rstrip": false,
|
528 |
+
"single_word": false,
|
529 |
+
"special": true
|
530 |
+
},
|
531 |
+
"128066": {
|
532 |
+
"content": "<|reserved_special_token_61|>",
|
533 |
+
"lstrip": false,
|
534 |
+
"normalized": false,
|
535 |
+
"rstrip": false,
|
536 |
+
"single_word": false,
|
537 |
+
"special": true
|
538 |
+
},
|
539 |
+
"128067": {
|
540 |
+
"content": "<|reserved_special_token_62|>",
|
541 |
+
"lstrip": false,
|
542 |
+
"normalized": false,
|
543 |
+
"rstrip": false,
|
544 |
+
"single_word": false,
|
545 |
+
"special": true
|
546 |
+
},
|
547 |
+
"128068": {
|
548 |
+
"content": "<|reserved_special_token_63|>",
|
549 |
+
"lstrip": false,
|
550 |
+
"normalized": false,
|
551 |
+
"rstrip": false,
|
552 |
+
"single_word": false,
|
553 |
+
"special": true
|
554 |
+
},
|
555 |
+
"128069": {
|
556 |
+
"content": "<|reserved_special_token_64|>",
|
557 |
+
"lstrip": false,
|
558 |
+
"normalized": false,
|
559 |
+
"rstrip": false,
|
560 |
+
"single_word": false,
|
561 |
+
"special": true
|
562 |
+
},
|
563 |
+
"128070": {
|
564 |
+
"content": "<|reserved_special_token_65|>",
|
565 |
+
"lstrip": false,
|
566 |
+
"normalized": false,
|
567 |
+
"rstrip": false,
|
568 |
+
"single_word": false,
|
569 |
+
"special": true
|
570 |
+
},
|
571 |
+
"128071": {
|
572 |
+
"content": "<|reserved_special_token_66|>",
|
573 |
+
"lstrip": false,
|
574 |
+
"normalized": false,
|
575 |
+
"rstrip": false,
|
576 |
+
"single_word": false,
|
577 |
+
"special": true
|
578 |
+
},
|
579 |
+
"128072": {
|
580 |
+
"content": "<|reserved_special_token_67|>",
|
581 |
+
"lstrip": false,
|
582 |
+
"normalized": false,
|
583 |
+
"rstrip": false,
|
584 |
+
"single_word": false,
|
585 |
+
"special": true
|
586 |
+
},
|
587 |
+
"128073": {
|
588 |
+
"content": "<|reserved_special_token_68|>",
|
589 |
+
"lstrip": false,
|
590 |
+
"normalized": false,
|
591 |
+
"rstrip": false,
|
592 |
+
"single_word": false,
|
593 |
+
"special": true
|
594 |
+
},
|
595 |
+
"128074": {
|
596 |
+
"content": "<|reserved_special_token_69|>",
|
597 |
+
"lstrip": false,
|
598 |
+
"normalized": false,
|
599 |
+
"rstrip": false,
|
600 |
+
"single_word": false,
|
601 |
+
"special": true
|
602 |
+
},
|
603 |
+
"128075": {
|
604 |
+
"content": "<|reserved_special_token_70|>",
|
605 |
+
"lstrip": false,
|
606 |
+
"normalized": false,
|
607 |
+
"rstrip": false,
|
608 |
+
"single_word": false,
|
609 |
+
"special": true
|
610 |
+
},
|
611 |
+
"128076": {
|
612 |
+
"content": "<|reserved_special_token_71|>",
|
613 |
+
"lstrip": false,
|
614 |
+
"normalized": false,
|
615 |
+
"rstrip": false,
|
616 |
+
"single_word": false,
|
617 |
+
"special": true
|
618 |
+
},
|
619 |
+
"128077": {
|
620 |
+
"content": "<|reserved_special_token_72|>",
|
621 |
+
"lstrip": false,
|
622 |
+
"normalized": false,
|
623 |
+
"rstrip": false,
|
624 |
+
"single_word": false,
|
625 |
+
"special": true
|
626 |
+
},
|
627 |
+
"128078": {
|
628 |
+
"content": "<|reserved_special_token_73|>",
|
629 |
+
"lstrip": false,
|
630 |
+
"normalized": false,
|
631 |
+
"rstrip": false,
|
632 |
+
"single_word": false,
|
633 |
+
"special": true
|
634 |
+
},
|
635 |
+
"128079": {
|
636 |
+
"content": "<|reserved_special_token_74|>",
|
637 |
+
"lstrip": false,
|
638 |
+
"normalized": false,
|
639 |
+
"rstrip": false,
|
640 |
+
"single_word": false,
|
641 |
+
"special": true
|
642 |
+
},
|
643 |
+
"128080": {
|
644 |
+
"content": "<|reserved_special_token_75|>",
|
645 |
+
"lstrip": false,
|
646 |
+
"normalized": false,
|
647 |
+
"rstrip": false,
|
648 |
+
"single_word": false,
|
649 |
+
"special": true
|
650 |
+
},
|
651 |
+
"128081": {
|
652 |
+
"content": "<|reserved_special_token_76|>",
|
653 |
+
"lstrip": false,
|
654 |
+
"normalized": false,
|
655 |
+
"rstrip": false,
|
656 |
+
"single_word": false,
|
657 |
+
"special": true
|
658 |
+
},
|
659 |
+
"128082": {
|
660 |
+
"content": "<|reserved_special_token_77|>",
|
661 |
+
"lstrip": false,
|
662 |
+
"normalized": false,
|
663 |
+
"rstrip": false,
|
664 |
+
"single_word": false,
|
665 |
+
"special": true
|
666 |
+
},
|
667 |
+
"128083": {
|
668 |
+
"content": "<|reserved_special_token_78|>",
|
669 |
+
"lstrip": false,
|
670 |
+
"normalized": false,
|
671 |
+
"rstrip": false,
|
672 |
+
"single_word": false,
|
673 |
+
"special": true
|
674 |
+
},
|
675 |
+
"128084": {
|
676 |
+
"content": "<|reserved_special_token_79|>",
|
677 |
+
"lstrip": false,
|
678 |
+
"normalized": false,
|
679 |
+
"rstrip": false,
|
680 |
+
"single_word": false,
|
681 |
+
"special": true
|
682 |
+
},
|
683 |
+
"128085": {
|
684 |
+
"content": "<|reserved_special_token_80|>",
|
685 |
+
"lstrip": false,
|
686 |
+
"normalized": false,
|
687 |
+
"rstrip": false,
|
688 |
+
"single_word": false,
|
689 |
+
"special": true
|
690 |
+
},
|
691 |
+
"128086": {
|
692 |
+
"content": "<|reserved_special_token_81|>",
|
693 |
+
"lstrip": false,
|
694 |
+
"normalized": false,
|
695 |
+
"rstrip": false,
|
696 |
+
"single_word": false,
|
697 |
+
"special": true
|
698 |
+
},
|
699 |
+
"128087": {
|
700 |
+
"content": "<|reserved_special_token_82|>",
|
701 |
+
"lstrip": false,
|
702 |
+
"normalized": false,
|
703 |
+
"rstrip": false,
|
704 |
+
"single_word": false,
|
705 |
+
"special": true
|
706 |
+
},
|
707 |
+
"128088": {
|
708 |
+
"content": "<|reserved_special_token_83|>",
|
709 |
+
"lstrip": false,
|
710 |
+
"normalized": false,
|
711 |
+
"rstrip": false,
|
712 |
+
"single_word": false,
|
713 |
+
"special": true
|
714 |
+
},
|
715 |
+
"128089": {
|
716 |
+
"content": "<|reserved_special_token_84|>",
|
717 |
+
"lstrip": false,
|
718 |
+
"normalized": false,
|
719 |
+
"rstrip": false,
|
720 |
+
"single_word": false,
|
721 |
+
"special": true
|
722 |
+
},
|
723 |
+
"128090": {
|
724 |
+
"content": "<|reserved_special_token_85|>",
|
725 |
+
"lstrip": false,
|
726 |
+
"normalized": false,
|
727 |
+
"rstrip": false,
|
728 |
+
"single_word": false,
|
729 |
+
"special": true
|
730 |
+
},
|
731 |
+
"128091": {
|
732 |
+
"content": "<|reserved_special_token_86|>",
|
733 |
+
"lstrip": false,
|
734 |
+
"normalized": false,
|
735 |
+
"rstrip": false,
|
736 |
+
"single_word": false,
|
737 |
+
"special": true
|
738 |
+
},
|
739 |
+
"128092": {
|
740 |
+
"content": "<|reserved_special_token_87|>",
|
741 |
+
"lstrip": false,
|
742 |
+
"normalized": false,
|
743 |
+
"rstrip": false,
|
744 |
+
"single_word": false,
|
745 |
+
"special": true
|
746 |
+
},
|
747 |
+
"128093": {
|
748 |
+
"content": "<|reserved_special_token_88|>",
|
749 |
+
"lstrip": false,
|
750 |
+
"normalized": false,
|
751 |
+
"rstrip": false,
|
752 |
+
"single_word": false,
|
753 |
+
"special": true
|
754 |
+
},
|
755 |
+
"128094": {
|
756 |
+
"content": "<|reserved_special_token_89|>",
|
757 |
+
"lstrip": false,
|
758 |
+
"normalized": false,
|
759 |
+
"rstrip": false,
|
760 |
+
"single_word": false,
|
761 |
+
"special": true
|
762 |
+
},
|
763 |
+
"128095": {
|
764 |
+
"content": "<|reserved_special_token_90|>",
|
765 |
+
"lstrip": false,
|
766 |
+
"normalized": false,
|
767 |
+
"rstrip": false,
|
768 |
+
"single_word": false,
|
769 |
+
"special": true
|
770 |
+
},
|
771 |
+
"128096": {
|
772 |
+
"content": "<|reserved_special_token_91|>",
|
773 |
+
"lstrip": false,
|
774 |
+
"normalized": false,
|
775 |
+
"rstrip": false,
|
776 |
+
"single_word": false,
|
777 |
+
"special": true
|
778 |
+
},
|
779 |
+
"128097": {
|
780 |
+
"content": "<|reserved_special_token_92|>",
|
781 |
+
"lstrip": false,
|
782 |
+
"normalized": false,
|
783 |
+
"rstrip": false,
|
784 |
+
"single_word": false,
|
785 |
+
"special": true
|
786 |
+
},
|
787 |
+
"128098": {
|
788 |
+
"content": "<|reserved_special_token_93|>",
|
789 |
+
"lstrip": false,
|
790 |
+
"normalized": false,
|
791 |
+
"rstrip": false,
|
792 |
+
"single_word": false,
|
793 |
+
"special": true
|
794 |
+
},
|
795 |
+
"128099": {
|
796 |
+
"content": "<|reserved_special_token_94|>",
|
797 |
+
"lstrip": false,
|
798 |
+
"normalized": false,
|
799 |
+
"rstrip": false,
|
800 |
+
"single_word": false,
|
801 |
+
"special": true
|
802 |
+
},
|
803 |
+
"128100": {
|
804 |
+
"content": "<|reserved_special_token_95|>",
|
805 |
+
"lstrip": false,
|
806 |
+
"normalized": false,
|
807 |
+
"rstrip": false,
|
808 |
+
"single_word": false,
|
809 |
+
"special": true
|
810 |
+
},
|
811 |
+
"128101": {
|
812 |
+
"content": "<|reserved_special_token_96|>",
|
813 |
+
"lstrip": false,
|
814 |
+
"normalized": false,
|
815 |
+
"rstrip": false,
|
816 |
+
"single_word": false,
|
817 |
+
"special": true
|
818 |
+
},
|
819 |
+
"128102": {
|
820 |
+
"content": "<|reserved_special_token_97|>",
|
821 |
+
"lstrip": false,
|
822 |
+
"normalized": false,
|
823 |
+
"rstrip": false,
|
824 |
+
"single_word": false,
|
825 |
+
"special": true
|
826 |
+
},
|
827 |
+
"128103": {
|
828 |
+
"content": "<|reserved_special_token_98|>",
|
829 |
+
"lstrip": false,
|
830 |
+
"normalized": false,
|
831 |
+
"rstrip": false,
|
832 |
+
"single_word": false,
|
833 |
+
"special": true
|
834 |
+
},
|
835 |
+
"128104": {
|
836 |
+
"content": "<|reserved_special_token_99|>",
|
837 |
+
"lstrip": false,
|
838 |
+
"normalized": false,
|
839 |
+
"rstrip": false,
|
840 |
+
"single_word": false,
|
841 |
+
"special": true
|
842 |
+
},
|
843 |
+
"128105": {
|
844 |
+
"content": "<|reserved_special_token_100|>",
|
845 |
+
"lstrip": false,
|
846 |
+
"normalized": false,
|
847 |
+
"rstrip": false,
|
848 |
+
"single_word": false,
|
849 |
+
"special": true
|
850 |
+
},
|
851 |
+
"128106": {
|
852 |
+
"content": "<|reserved_special_token_101|>",
|
853 |
+
"lstrip": false,
|
854 |
+
"normalized": false,
|
855 |
+
"rstrip": false,
|
856 |
+
"single_word": false,
|
857 |
+
"special": true
|
858 |
+
},
|
859 |
+
"128107": {
|
860 |
+
"content": "<|reserved_special_token_102|>",
|
861 |
+
"lstrip": false,
|
862 |
+
"normalized": false,
|
863 |
+
"rstrip": false,
|
864 |
+
"single_word": false,
|
865 |
+
"special": true
|
866 |
+
},
|
867 |
+
"128108": {
|
868 |
+
"content": "<|reserved_special_token_103|>",
|
869 |
+
"lstrip": false,
|
870 |
+
"normalized": false,
|
871 |
+
"rstrip": false,
|
872 |
+
"single_word": false,
|
873 |
+
"special": true
|
874 |
+
},
|
875 |
+
"128109": {
|
876 |
+
"content": "<|reserved_special_token_104|>",
|
877 |
+
"lstrip": false,
|
878 |
+
"normalized": false,
|
879 |
+
"rstrip": false,
|
880 |
+
"single_word": false,
|
881 |
+
"special": true
|
882 |
+
},
|
883 |
+
"128110": {
|
884 |
+
"content": "<|reserved_special_token_105|>",
|
885 |
+
"lstrip": false,
|
886 |
+
"normalized": false,
|
887 |
+
"rstrip": false,
|
888 |
+
"single_word": false,
|
889 |
+
"special": true
|
890 |
+
},
|
891 |
+
"128111": {
|
892 |
+
"content": "<|reserved_special_token_106|>",
|
893 |
+
"lstrip": false,
|
894 |
+
"normalized": false,
|
895 |
+
"rstrip": false,
|
896 |
+
"single_word": false,
|
897 |
+
"special": true
|
898 |
+
},
|
899 |
+
"128112": {
|
900 |
+
"content": "<|reserved_special_token_107|>",
|
901 |
+
"lstrip": false,
|
902 |
+
"normalized": false,
|
903 |
+
"rstrip": false,
|
904 |
+
"single_word": false,
|
905 |
+
"special": true
|
906 |
+
},
|
907 |
+
"128113": {
|
908 |
+
"content": "<|reserved_special_token_108|>",
|
909 |
+
"lstrip": false,
|
910 |
+
"normalized": false,
|
911 |
+
"rstrip": false,
|
912 |
+
"single_word": false,
|
913 |
+
"special": true
|
914 |
+
},
|
915 |
+
"128114": {
|
916 |
+
"content": "<|reserved_special_token_109|>",
|
917 |
+
"lstrip": false,
|
918 |
+
"normalized": false,
|
919 |
+
"rstrip": false,
|
920 |
+
"single_word": false,
|
921 |
+
"special": true
|
922 |
+
},
|
923 |
+
"128115": {
|
924 |
+
"content": "<|reserved_special_token_110|>",
|
925 |
+
"lstrip": false,
|
926 |
+
"normalized": false,
|
927 |
+
"rstrip": false,
|
928 |
+
"single_word": false,
|
929 |
+
"special": true
|
930 |
+
},
|
931 |
+
"128116": {
|
932 |
+
"content": "<|reserved_special_token_111|>",
|
933 |
+
"lstrip": false,
|
934 |
+
"normalized": false,
|
935 |
+
"rstrip": false,
|
936 |
+
"single_word": false,
|
937 |
+
"special": true
|
938 |
+
},
|
939 |
+
"128117": {
|
940 |
+
"content": "<|reserved_special_token_112|>",
|
941 |
+
"lstrip": false,
|
942 |
+
"normalized": false,
|
943 |
+
"rstrip": false,
|
944 |
+
"single_word": false,
|
945 |
+
"special": true
|
946 |
+
},
|
947 |
+
"128118": {
|
948 |
+
"content": "<|reserved_special_token_113|>",
|
949 |
+
"lstrip": false,
|
950 |
+
"normalized": false,
|
951 |
+
"rstrip": false,
|
952 |
+
"single_word": false,
|
953 |
+
"special": true
|
954 |
+
},
|
955 |
+
"128119": {
|
956 |
+
"content": "<|reserved_special_token_114|>",
|
957 |
+
"lstrip": false,
|
958 |
+
"normalized": false,
|
959 |
+
"rstrip": false,
|
960 |
+
"single_word": false,
|
961 |
+
"special": true
|
962 |
+
},
|
963 |
+
"128120": {
|
964 |
+
"content": "<|reserved_special_token_115|>",
|
965 |
+
"lstrip": false,
|
966 |
+
"normalized": false,
|
967 |
+
"rstrip": false,
|
968 |
+
"single_word": false,
|
969 |
+
"special": true
|
970 |
+
},
|
971 |
+
"128121": {
|
972 |
+
"content": "<|reserved_special_token_116|>",
|
973 |
+
"lstrip": false,
|
974 |
+
"normalized": false,
|
975 |
+
"rstrip": false,
|
976 |
+
"single_word": false,
|
977 |
+
"special": true
|
978 |
+
},
|
979 |
+
"128122": {
|
980 |
+
"content": "<|reserved_special_token_117|>",
|
981 |
+
"lstrip": false,
|
982 |
+
"normalized": false,
|
983 |
+
"rstrip": false,
|
984 |
+
"single_word": false,
|
985 |
+
"special": true
|
986 |
+
},
|
987 |
+
"128123": {
|
988 |
+
"content": "<|reserved_special_token_118|>",
|
989 |
+
"lstrip": false,
|
990 |
+
"normalized": false,
|
991 |
+
"rstrip": false,
|
992 |
+
"single_word": false,
|
993 |
+
"special": true
|
994 |
+
},
|
995 |
+
"128124": {
|
996 |
+
"content": "<|reserved_special_token_119|>",
|
997 |
+
"lstrip": false,
|
998 |
+
"normalized": false,
|
999 |
+
"rstrip": false,
|
1000 |
+
"single_word": false,
|
1001 |
+
"special": true
|
1002 |
+
},
|
1003 |
+
"128125": {
|
1004 |
+
"content": "<|reserved_special_token_120|>",
|
1005 |
+
"lstrip": false,
|
1006 |
+
"normalized": false,
|
1007 |
+
"rstrip": false,
|
1008 |
+
"single_word": false,
|
1009 |
+
"special": true
|
1010 |
+
},
|
1011 |
+
"128126": {
|
1012 |
+
"content": "<|reserved_special_token_121|>",
|
1013 |
+
"lstrip": false,
|
1014 |
+
"normalized": false,
|
1015 |
+
"rstrip": false,
|
1016 |
+
"single_word": false,
|
1017 |
+
"special": true
|
1018 |
+
},
|
1019 |
+
"128127": {
|
1020 |
+
"content": "<|reserved_special_token_122|>",
|
1021 |
+
"lstrip": false,
|
1022 |
+
"normalized": false,
|
1023 |
+
"rstrip": false,
|
1024 |
+
"single_word": false,
|
1025 |
+
"special": true
|
1026 |
+
},
|
1027 |
+
"128128": {
|
1028 |
+
"content": "<|reserved_special_token_123|>",
|
1029 |
+
"lstrip": false,
|
1030 |
+
"normalized": false,
|
1031 |
+
"rstrip": false,
|
1032 |
+
"single_word": false,
|
1033 |
+
"special": true
|
1034 |
+
},
|
1035 |
+
"128129": {
|
1036 |
+
"content": "<|reserved_special_token_124|>",
|
1037 |
+
"lstrip": false,
|
1038 |
+
"normalized": false,
|
1039 |
+
"rstrip": false,
|
1040 |
+
"single_word": false,
|
1041 |
+
"special": true
|
1042 |
+
},
|
1043 |
+
"128130": {
|
1044 |
+
"content": "<|reserved_special_token_125|>",
|
1045 |
+
"lstrip": false,
|
1046 |
+
"normalized": false,
|
1047 |
+
"rstrip": false,
|
1048 |
+
"single_word": false,
|
1049 |
+
"special": true
|
1050 |
+
},
|
1051 |
+
"128131": {
|
1052 |
+
"content": "<|reserved_special_token_126|>",
|
1053 |
+
"lstrip": false,
|
1054 |
+
"normalized": false,
|
1055 |
+
"rstrip": false,
|
1056 |
+
"single_word": false,
|
1057 |
+
"special": true
|
1058 |
+
},
|
1059 |
+
"128132": {
|
1060 |
+
"content": "<|reserved_special_token_127|>",
|
1061 |
+
"lstrip": false,
|
1062 |
+
"normalized": false,
|
1063 |
+
"rstrip": false,
|
1064 |
+
"single_word": false,
|
1065 |
+
"special": true
|
1066 |
+
},
|
1067 |
+
"128133": {
|
1068 |
+
"content": "<|reserved_special_token_128|>",
|
1069 |
+
"lstrip": false,
|
1070 |
+
"normalized": false,
|
1071 |
+
"rstrip": false,
|
1072 |
+
"single_word": false,
|
1073 |
+
"special": true
|
1074 |
+
},
|
1075 |
+
"128134": {
|
1076 |
+
"content": "<|reserved_special_token_129|>",
|
1077 |
+
"lstrip": false,
|
1078 |
+
"normalized": false,
|
1079 |
+
"rstrip": false,
|
1080 |
+
"single_word": false,
|
1081 |
+
"special": true
|
1082 |
+
},
|
1083 |
+
"128135": {
|
1084 |
+
"content": "<|reserved_special_token_130|>",
|
1085 |
+
"lstrip": false,
|
1086 |
+
"normalized": false,
|
1087 |
+
"rstrip": false,
|
1088 |
+
"single_word": false,
|
1089 |
+
"special": true
|
1090 |
+
},
|
1091 |
+
"128136": {
|
1092 |
+
"content": "<|reserved_special_token_131|>",
|
1093 |
+
"lstrip": false,
|
1094 |
+
"normalized": false,
|
1095 |
+
"rstrip": false,
|
1096 |
+
"single_word": false,
|
1097 |
+
"special": true
|
1098 |
+
},
|
1099 |
+
"128137": {
|
1100 |
+
"content": "<|reserved_special_token_132|>",
|
1101 |
+
"lstrip": false,
|
1102 |
+
"normalized": false,
|
1103 |
+
"rstrip": false,
|
1104 |
+
"single_word": false,
|
1105 |
+
"special": true
|
1106 |
+
},
|
1107 |
+
"128138": {
|
1108 |
+
"content": "<|reserved_special_token_133|>",
|
1109 |
+
"lstrip": false,
|
1110 |
+
"normalized": false,
|
1111 |
+
"rstrip": false,
|
1112 |
+
"single_word": false,
|
1113 |
+
"special": true
|
1114 |
+
},
|
1115 |
+
"128139": {
|
1116 |
+
"content": "<|reserved_special_token_134|>",
|
1117 |
+
"lstrip": false,
|
1118 |
+
"normalized": false,
|
1119 |
+
"rstrip": false,
|
1120 |
+
"single_word": false,
|
1121 |
+
"special": true
|
1122 |
+
},
|
1123 |
+
"128140": {
|
1124 |
+
"content": "<|reserved_special_token_135|>",
|
1125 |
+
"lstrip": false,
|
1126 |
+
"normalized": false,
|
1127 |
+
"rstrip": false,
|
1128 |
+
"single_word": false,
|
1129 |
+
"special": true
|
1130 |
+
},
|
1131 |
+
"128141": {
|
1132 |
+
"content": "<|reserved_special_token_136|>",
|
1133 |
+
"lstrip": false,
|
1134 |
+
"normalized": false,
|
1135 |
+
"rstrip": false,
|
1136 |
+
"single_word": false,
|
1137 |
+
"special": true
|
1138 |
+
},
|
1139 |
+
"128142": {
|
1140 |
+
"content": "<|reserved_special_token_137|>",
|
1141 |
+
"lstrip": false,
|
1142 |
+
"normalized": false,
|
1143 |
+
"rstrip": false,
|
1144 |
+
"single_word": false,
|
1145 |
+
"special": true
|
1146 |
+
},
|
1147 |
+
"128143": {
|
1148 |
+
"content": "<|reserved_special_token_138|>",
|
1149 |
+
"lstrip": false,
|
1150 |
+
"normalized": false,
|
1151 |
+
"rstrip": false,
|
1152 |
+
"single_word": false,
|
1153 |
+
"special": true
|
1154 |
+
},
|
1155 |
+
"128144": {
|
1156 |
+
"content": "<|reserved_special_token_139|>",
|
1157 |
+
"lstrip": false,
|
1158 |
+
"normalized": false,
|
1159 |
+
"rstrip": false,
|
1160 |
+
"single_word": false,
|
1161 |
+
"special": true
|
1162 |
+
},
|
1163 |
+
"128145": {
|
1164 |
+
"content": "<|reserved_special_token_140|>",
|
1165 |
+
"lstrip": false,
|
1166 |
+
"normalized": false,
|
1167 |
+
"rstrip": false,
|
1168 |
+
"single_word": false,
|
1169 |
+
"special": true
|
1170 |
+
},
|
1171 |
+
"128146": {
|
1172 |
+
"content": "<|reserved_special_token_141|>",
|
1173 |
+
"lstrip": false,
|
1174 |
+
"normalized": false,
|
1175 |
+
"rstrip": false,
|
1176 |
+
"single_word": false,
|
1177 |
+
"special": true
|
1178 |
+
},
|
1179 |
+
"128147": {
|
1180 |
+
"content": "<|reserved_special_token_142|>",
|
1181 |
+
"lstrip": false,
|
1182 |
+
"normalized": false,
|
1183 |
+
"rstrip": false,
|
1184 |
+
"single_word": false,
|
1185 |
+
"special": true
|
1186 |
+
},
|
1187 |
+
"128148": {
|
1188 |
+
"content": "<|reserved_special_token_143|>",
|
1189 |
+
"lstrip": false,
|
1190 |
+
"normalized": false,
|
1191 |
+
"rstrip": false,
|
1192 |
+
"single_word": false,
|
1193 |
+
"special": true
|
1194 |
+
},
|
1195 |
+
"128149": {
|
1196 |
+
"content": "<|reserved_special_token_144|>",
|
1197 |
+
"lstrip": false,
|
1198 |
+
"normalized": false,
|
1199 |
+
"rstrip": false,
|
1200 |
+
"single_word": false,
|
1201 |
+
"special": true
|
1202 |
+
},
|
1203 |
+
"128150": {
|
1204 |
+
"content": "<|reserved_special_token_145|>",
|
1205 |
+
"lstrip": false,
|
1206 |
+
"normalized": false,
|
1207 |
+
"rstrip": false,
|
1208 |
+
"single_word": false,
|
1209 |
+
"special": true
|
1210 |
+
},
|
1211 |
+
"128151": {
|
1212 |
+
"content": "<|reserved_special_token_146|>",
|
1213 |
+
"lstrip": false,
|
1214 |
+
"normalized": false,
|
1215 |
+
"rstrip": false,
|
1216 |
+
"single_word": false,
|
1217 |
+
"special": true
|
1218 |
+
},
|
1219 |
+
"128152": {
|
1220 |
+
"content": "<|reserved_special_token_147|>",
|
1221 |
+
"lstrip": false,
|
1222 |
+
"normalized": false,
|
1223 |
+
"rstrip": false,
|
1224 |
+
"single_word": false,
|
1225 |
+
"special": true
|
1226 |
+
},
|
1227 |
+
"128153": {
|
1228 |
+
"content": "<|reserved_special_token_148|>",
|
1229 |
+
"lstrip": false,
|
1230 |
+
"normalized": false,
|
1231 |
+
"rstrip": false,
|
1232 |
+
"single_word": false,
|
1233 |
+
"special": true
|
1234 |
+
},
|
1235 |
+
"128154": {
|
1236 |
+
"content": "<|reserved_special_token_149|>",
|
1237 |
+
"lstrip": false,
|
1238 |
+
"normalized": false,
|
1239 |
+
"rstrip": false,
|
1240 |
+
"single_word": false,
|
1241 |
+
"special": true
|
1242 |
+
},
|
1243 |
+
"128155": {
|
1244 |
+
"content": "<|reserved_special_token_150|>",
|
1245 |
+
"lstrip": false,
|
1246 |
+
"normalized": false,
|
1247 |
+
"rstrip": false,
|
1248 |
+
"single_word": false,
|
1249 |
+
"special": true
|
1250 |
+
},
|
1251 |
+
"128156": {
|
1252 |
+
"content": "<|reserved_special_token_151|>",
|
1253 |
+
"lstrip": false,
|
1254 |
+
"normalized": false,
|
1255 |
+
"rstrip": false,
|
1256 |
+
"single_word": false,
|
1257 |
+
"special": true
|
1258 |
+
},
|
1259 |
+
"128157": {
|
1260 |
+
"content": "<|reserved_special_token_152|>",
|
1261 |
+
"lstrip": false,
|
1262 |
+
"normalized": false,
|
1263 |
+
"rstrip": false,
|
1264 |
+
"single_word": false,
|
1265 |
+
"special": true
|
1266 |
+
},
|
1267 |
+
"128158": {
|
1268 |
+
"content": "<|reserved_special_token_153|>",
|
1269 |
+
"lstrip": false,
|
1270 |
+
"normalized": false,
|
1271 |
+
"rstrip": false,
|
1272 |
+
"single_word": false,
|
1273 |
+
"special": true
|
1274 |
+
},
|
1275 |
+
"128159": {
|
1276 |
+
"content": "<|reserved_special_token_154|>",
|
1277 |
+
"lstrip": false,
|
1278 |
+
"normalized": false,
|
1279 |
+
"rstrip": false,
|
1280 |
+
"single_word": false,
|
1281 |
+
"special": true
|
1282 |
+
},
|
1283 |
+
"128160": {
|
1284 |
+
"content": "<|reserved_special_token_155|>",
|
1285 |
+
"lstrip": false,
|
1286 |
+
"normalized": false,
|
1287 |
+
"rstrip": false,
|
1288 |
+
"single_word": false,
|
1289 |
+
"special": true
|
1290 |
+
},
|
1291 |
+
"128161": {
|
1292 |
+
"content": "<|reserved_special_token_156|>",
|
1293 |
+
"lstrip": false,
|
1294 |
+
"normalized": false,
|
1295 |
+
"rstrip": false,
|
1296 |
+
"single_word": false,
|
1297 |
+
"special": true
|
1298 |
+
},
|
1299 |
+
"128162": {
|
1300 |
+
"content": "<|reserved_special_token_157|>",
|
1301 |
+
"lstrip": false,
|
1302 |
+
"normalized": false,
|
1303 |
+
"rstrip": false,
|
1304 |
+
"single_word": false,
|
1305 |
+
"special": true
|
1306 |
+
},
|
1307 |
+
"128163": {
|
1308 |
+
"content": "<|reserved_special_token_158|>",
|
1309 |
+
"lstrip": false,
|
1310 |
+
"normalized": false,
|
1311 |
+
"rstrip": false,
|
1312 |
+
"single_word": false,
|
1313 |
+
"special": true
|
1314 |
+
},
|
1315 |
+
"128164": {
|
1316 |
+
"content": "<|reserved_special_token_159|>",
|
1317 |
+
"lstrip": false,
|
1318 |
+
"normalized": false,
|
1319 |
+
"rstrip": false,
|
1320 |
+
"single_word": false,
|
1321 |
+
"special": true
|
1322 |
+
},
|
1323 |
+
"128165": {
|
1324 |
+
"content": "<|reserved_special_token_160|>",
|
1325 |
+
"lstrip": false,
|
1326 |
+
"normalized": false,
|
1327 |
+
"rstrip": false,
|
1328 |
+
"single_word": false,
|
1329 |
+
"special": true
|
1330 |
+
},
|
1331 |
+
"128166": {
|
1332 |
+
"content": "<|reserved_special_token_161|>",
|
1333 |
+
"lstrip": false,
|
1334 |
+
"normalized": false,
|
1335 |
+
"rstrip": false,
|
1336 |
+
"single_word": false,
|
1337 |
+
"special": true
|
1338 |
+
},
|
1339 |
+
"128167": {
|
1340 |
+
"content": "<|reserved_special_token_162|>",
|
1341 |
+
"lstrip": false,
|
1342 |
+
"normalized": false,
|
1343 |
+
"rstrip": false,
|
1344 |
+
"single_word": false,
|
1345 |
+
"special": true
|
1346 |
+
},
|
1347 |
+
"128168": {
|
1348 |
+
"content": "<|reserved_special_token_163|>",
|
1349 |
+
"lstrip": false,
|
1350 |
+
"normalized": false,
|
1351 |
+
"rstrip": false,
|
1352 |
+
"single_word": false,
|
1353 |
+
"special": true
|
1354 |
+
},
|
1355 |
+
"128169": {
|
1356 |
+
"content": "<|reserved_special_token_164|>",
|
1357 |
+
"lstrip": false,
|
1358 |
+
"normalized": false,
|
1359 |
+
"rstrip": false,
|
1360 |
+
"single_word": false,
|
1361 |
+
"special": true
|
1362 |
+
},
|
1363 |
+
"128170": {
|
1364 |
+
"content": "<|reserved_special_token_165|>",
|
1365 |
+
"lstrip": false,
|
1366 |
+
"normalized": false,
|
1367 |
+
"rstrip": false,
|
1368 |
+
"single_word": false,
|
1369 |
+
"special": true
|
1370 |
+
},
|
1371 |
+
"128171": {
|
1372 |
+
"content": "<|reserved_special_token_166|>",
|
1373 |
+
"lstrip": false,
|
1374 |
+
"normalized": false,
|
1375 |
+
"rstrip": false,
|
1376 |
+
"single_word": false,
|
1377 |
+
"special": true
|
1378 |
+
},
|
1379 |
+
"128172": {
|
1380 |
+
"content": "<|reserved_special_token_167|>",
|
1381 |
+
"lstrip": false,
|
1382 |
+
"normalized": false,
|
1383 |
+
"rstrip": false,
|
1384 |
+
"single_word": false,
|
1385 |
+
"special": true
|
1386 |
+
},
|
1387 |
+
"128173": {
|
1388 |
+
"content": "<|reserved_special_token_168|>",
|
1389 |
+
"lstrip": false,
|
1390 |
+
"normalized": false,
|
1391 |
+
"rstrip": false,
|
1392 |
+
"single_word": false,
|
1393 |
+
"special": true
|
1394 |
+
},
|
1395 |
+
"128174": {
|
1396 |
+
"content": "<|reserved_special_token_169|>",
|
1397 |
+
"lstrip": false,
|
1398 |
+
"normalized": false,
|
1399 |
+
"rstrip": false,
|
1400 |
+
"single_word": false,
|
1401 |
+
"special": true
|
1402 |
+
},
|
1403 |
+
"128175": {
|
1404 |
+
"content": "<|reserved_special_token_170|>",
|
1405 |
+
"lstrip": false,
|
1406 |
+
"normalized": false,
|
1407 |
+
"rstrip": false,
|
1408 |
+
"single_word": false,
|
1409 |
+
"special": true
|
1410 |
+
},
|
1411 |
+
"128176": {
|
1412 |
+
"content": "<|reserved_special_token_171|>",
|
1413 |
+
"lstrip": false,
|
1414 |
+
"normalized": false,
|
1415 |
+
"rstrip": false,
|
1416 |
+
"single_word": false,
|
1417 |
+
"special": true
|
1418 |
+
},
|
1419 |
+
"128177": {
|
1420 |
+
"content": "<|reserved_special_token_172|>",
|
1421 |
+
"lstrip": false,
|
1422 |
+
"normalized": false,
|
1423 |
+
"rstrip": false,
|
1424 |
+
"single_word": false,
|
1425 |
+
"special": true
|
1426 |
+
},
|
1427 |
+
"128178": {
|
1428 |
+
"content": "<|reserved_special_token_173|>",
|
1429 |
+
"lstrip": false,
|
1430 |
+
"normalized": false,
|
1431 |
+
"rstrip": false,
|
1432 |
+
"single_word": false,
|
1433 |
+
"special": true
|
1434 |
+
},
|
1435 |
+
"128179": {
|
1436 |
+
"content": "<|reserved_special_token_174|>",
|
1437 |
+
"lstrip": false,
|
1438 |
+
"normalized": false,
|
1439 |
+
"rstrip": false,
|
1440 |
+
"single_word": false,
|
1441 |
+
"special": true
|
1442 |
+
},
|
1443 |
+
"128180": {
|
1444 |
+
"content": "<|reserved_special_token_175|>",
|
1445 |
+
"lstrip": false,
|
1446 |
+
"normalized": false,
|
1447 |
+
"rstrip": false,
|
1448 |
+
"single_word": false,
|
1449 |
+
"special": true
|
1450 |
+
},
|
1451 |
+
"128181": {
|
1452 |
+
"content": "<|reserved_special_token_176|>",
|
1453 |
+
"lstrip": false,
|
1454 |
+
"normalized": false,
|
1455 |
+
"rstrip": false,
|
1456 |
+
"single_word": false,
|
1457 |
+
"special": true
|
1458 |
+
},
|
1459 |
+
"128182": {
|
1460 |
+
"content": "<|reserved_special_token_177|>",
|
1461 |
+
"lstrip": false,
|
1462 |
+
"normalized": false,
|
1463 |
+
"rstrip": false,
|
1464 |
+
"single_word": false,
|
1465 |
+
"special": true
|
1466 |
+
},
|
1467 |
+
"128183": {
|
1468 |
+
"content": "<|reserved_special_token_178|>",
|
1469 |
+
"lstrip": false,
|
1470 |
+
"normalized": false,
|
1471 |
+
"rstrip": false,
|
1472 |
+
"single_word": false,
|
1473 |
+
"special": true
|
1474 |
+
},
|
1475 |
+
"128184": {
|
1476 |
+
"content": "<|reserved_special_token_179|>",
|
1477 |
+
"lstrip": false,
|
1478 |
+
"normalized": false,
|
1479 |
+
"rstrip": false,
|
1480 |
+
"single_word": false,
|
1481 |
+
"special": true
|
1482 |
+
},
|
1483 |
+
"128185": {
|
1484 |
+
"content": "<|reserved_special_token_180|>",
|
1485 |
+
"lstrip": false,
|
1486 |
+
"normalized": false,
|
1487 |
+
"rstrip": false,
|
1488 |
+
"single_word": false,
|
1489 |
+
"special": true
|
1490 |
+
},
|
1491 |
+
"128186": {
|
1492 |
+
"content": "<|reserved_special_token_181|>",
|
1493 |
+
"lstrip": false,
|
1494 |
+
"normalized": false,
|
1495 |
+
"rstrip": false,
|
1496 |
+
"single_word": false,
|
1497 |
+
"special": true
|
1498 |
+
},
|
1499 |
+
"128187": {
|
1500 |
+
"content": "<|reserved_special_token_182|>",
|
1501 |
+
"lstrip": false,
|
1502 |
+
"normalized": false,
|
1503 |
+
"rstrip": false,
|
1504 |
+
"single_word": false,
|
1505 |
+
"special": true
|
1506 |
+
},
|
1507 |
+
"128188": {
|
1508 |
+
"content": "<|reserved_special_token_183|>",
|
1509 |
+
"lstrip": false,
|
1510 |
+
"normalized": false,
|
1511 |
+
"rstrip": false,
|
1512 |
+
"single_word": false,
|
1513 |
+
"special": true
|
1514 |
+
},
|
1515 |
+
"128189": {
|
1516 |
+
"content": "<|reserved_special_token_184|>",
|
1517 |
+
"lstrip": false,
|
1518 |
+
"normalized": false,
|
1519 |
+
"rstrip": false,
|
1520 |
+
"single_word": false,
|
1521 |
+
"special": true
|
1522 |
+
},
|
1523 |
+
"128190": {
|
1524 |
+
"content": "<|reserved_special_token_185|>",
|
1525 |
+
"lstrip": false,
|
1526 |
+
"normalized": false,
|
1527 |
+
"rstrip": false,
|
1528 |
+
"single_word": false,
|
1529 |
+
"special": true
|
1530 |
+
},
|
1531 |
+
"128191": {
|
1532 |
+
"content": "<|reserved_special_token_186|>",
|
1533 |
+
"lstrip": false,
|
1534 |
+
"normalized": false,
|
1535 |
+
"rstrip": false,
|
1536 |
+
"single_word": false,
|
1537 |
+
"special": true
|
1538 |
+
},
|
1539 |
+
"128192": {
|
1540 |
+
"content": "<|reserved_special_token_187|>",
|
1541 |
+
"lstrip": false,
|
1542 |
+
"normalized": false,
|
1543 |
+
"rstrip": false,
|
1544 |
+
"single_word": false,
|
1545 |
+
"special": true
|
1546 |
+
},
|
1547 |
+
"128193": {
|
1548 |
+
"content": "<|reserved_special_token_188|>",
|
1549 |
+
"lstrip": false,
|
1550 |
+
"normalized": false,
|
1551 |
+
"rstrip": false,
|
1552 |
+
"single_word": false,
|
1553 |
+
"special": true
|
1554 |
+
},
|
1555 |
+
"128194": {
|
1556 |
+
"content": "<|reserved_special_token_189|>",
|
1557 |
+
"lstrip": false,
|
1558 |
+
"normalized": false,
|
1559 |
+
"rstrip": false,
|
1560 |
+
"single_word": false,
|
1561 |
+
"special": true
|
1562 |
+
},
|
1563 |
+
"128195": {
|
1564 |
+
"content": "<|reserved_special_token_190|>",
|
1565 |
+
"lstrip": false,
|
1566 |
+
"normalized": false,
|
1567 |
+
"rstrip": false,
|
1568 |
+
"single_word": false,
|
1569 |
+
"special": true
|
1570 |
+
},
|
1571 |
+
"128196": {
|
1572 |
+
"content": "<|reserved_special_token_191|>",
|
1573 |
+
"lstrip": false,
|
1574 |
+
"normalized": false,
|
1575 |
+
"rstrip": false,
|
1576 |
+
"single_word": false,
|
1577 |
+
"special": true
|
1578 |
+
},
|
1579 |
+
"128197": {
|
1580 |
+
"content": "<|reserved_special_token_192|>",
|
1581 |
+
"lstrip": false,
|
1582 |
+
"normalized": false,
|
1583 |
+
"rstrip": false,
|
1584 |
+
"single_word": false,
|
1585 |
+
"special": true
|
1586 |
+
},
|
1587 |
+
"128198": {
|
1588 |
+
"content": "<|reserved_special_token_193|>",
|
1589 |
+
"lstrip": false,
|
1590 |
+
"normalized": false,
|
1591 |
+
"rstrip": false,
|
1592 |
+
"single_word": false,
|
1593 |
+
"special": true
|
1594 |
+
},
|
1595 |
+
"128199": {
|
1596 |
+
"content": "<|reserved_special_token_194|>",
|
1597 |
+
"lstrip": false,
|
1598 |
+
"normalized": false,
|
1599 |
+
"rstrip": false,
|
1600 |
+
"single_word": false,
|
1601 |
+
"special": true
|
1602 |
+
},
|
1603 |
+
"128200": {
|
1604 |
+
"content": "<|reserved_special_token_195|>",
|
1605 |
+
"lstrip": false,
|
1606 |
+
"normalized": false,
|
1607 |
+
"rstrip": false,
|
1608 |
+
"single_word": false,
|
1609 |
+
"special": true
|
1610 |
+
},
|
1611 |
+
"128201": {
|
1612 |
+
"content": "<|reserved_special_token_196|>",
|
1613 |
+
"lstrip": false,
|
1614 |
+
"normalized": false,
|
1615 |
+
"rstrip": false,
|
1616 |
+
"single_word": false,
|
1617 |
+
"special": true
|
1618 |
+
},
|
1619 |
+
"128202": {
|
1620 |
+
"content": "<|reserved_special_token_197|>",
|
1621 |
+
"lstrip": false,
|
1622 |
+
"normalized": false,
|
1623 |
+
"rstrip": false,
|
1624 |
+
"single_word": false,
|
1625 |
+
"special": true
|
1626 |
+
},
|
1627 |
+
"128203": {
|
1628 |
+
"content": "<|reserved_special_token_198|>",
|
1629 |
+
"lstrip": false,
|
1630 |
+
"normalized": false,
|
1631 |
+
"rstrip": false,
|
1632 |
+
"single_word": false,
|
1633 |
+
"special": true
|
1634 |
+
},
|
1635 |
+
"128204": {
|
1636 |
+
"content": "<|reserved_special_token_199|>",
|
1637 |
+
"lstrip": false,
|
1638 |
+
"normalized": false,
|
1639 |
+
"rstrip": false,
|
1640 |
+
"single_word": false,
|
1641 |
+
"special": true
|
1642 |
+
},
|
1643 |
+
"128205": {
|
1644 |
+
"content": "<|reserved_special_token_200|>",
|
1645 |
+
"lstrip": false,
|
1646 |
+
"normalized": false,
|
1647 |
+
"rstrip": false,
|
1648 |
+
"single_word": false,
|
1649 |
+
"special": true
|
1650 |
+
},
|
1651 |
+
"128206": {
|
1652 |
+
"content": "<|reserved_special_token_201|>",
|
1653 |
+
"lstrip": false,
|
1654 |
+
"normalized": false,
|
1655 |
+
"rstrip": false,
|
1656 |
+
"single_word": false,
|
1657 |
+
"special": true
|
1658 |
+
},
|
1659 |
+
"128207": {
|
1660 |
+
"content": "<|reserved_special_token_202|>",
|
1661 |
+
"lstrip": false,
|
1662 |
+
"normalized": false,
|
1663 |
+
"rstrip": false,
|
1664 |
+
"single_word": false,
|
1665 |
+
"special": true
|
1666 |
+
},
|
1667 |
+
"128208": {
|
1668 |
+
"content": "<|reserved_special_token_203|>",
|
1669 |
+
"lstrip": false,
|
1670 |
+
"normalized": false,
|
1671 |
+
"rstrip": false,
|
1672 |
+
"single_word": false,
|
1673 |
+
"special": true
|
1674 |
+
},
|
1675 |
+
"128209": {
|
1676 |
+
"content": "<|reserved_special_token_204|>",
|
1677 |
+
"lstrip": false,
|
1678 |
+
"normalized": false,
|
1679 |
+
"rstrip": false,
|
1680 |
+
"single_word": false,
|
1681 |
+
"special": true
|
1682 |
+
},
|
1683 |
+
"128210": {
|
1684 |
+
"content": "<|reserved_special_token_205|>",
|
1685 |
+
"lstrip": false,
|
1686 |
+
"normalized": false,
|
1687 |
+
"rstrip": false,
|
1688 |
+
"single_word": false,
|
1689 |
+
"special": true
|
1690 |
+
},
|
1691 |
+
"128211": {
|
1692 |
+
"content": "<|reserved_special_token_206|>",
|
1693 |
+
"lstrip": false,
|
1694 |
+
"normalized": false,
|
1695 |
+
"rstrip": false,
|
1696 |
+
"single_word": false,
|
1697 |
+
"special": true
|
1698 |
+
},
|
1699 |
+
"128212": {
|
1700 |
+
"content": "<|reserved_special_token_207|>",
|
1701 |
+
"lstrip": false,
|
1702 |
+
"normalized": false,
|
1703 |
+
"rstrip": false,
|
1704 |
+
"single_word": false,
|
1705 |
+
"special": true
|
1706 |
+
},
|
1707 |
+
"128213": {
|
1708 |
+
"content": "<|reserved_special_token_208|>",
|
1709 |
+
"lstrip": false,
|
1710 |
+
"normalized": false,
|
1711 |
+
"rstrip": false,
|
1712 |
+
"single_word": false,
|
1713 |
+
"special": true
|
1714 |
+
},
|
1715 |
+
"128214": {
|
1716 |
+
"content": "<|reserved_special_token_209|>",
|
1717 |
+
"lstrip": false,
|
1718 |
+
"normalized": false,
|
1719 |
+
"rstrip": false,
|
1720 |
+
"single_word": false,
|
1721 |
+
"special": true
|
1722 |
+
},
|
1723 |
+
"128215": {
|
1724 |
+
"content": "<|reserved_special_token_210|>",
|
1725 |
+
"lstrip": false,
|
1726 |
+
"normalized": false,
|
1727 |
+
"rstrip": false,
|
1728 |
+
"single_word": false,
|
1729 |
+
"special": true
|
1730 |
+
},
|
1731 |
+
"128216": {
|
1732 |
+
"content": "<|reserved_special_token_211|>",
|
1733 |
+
"lstrip": false,
|
1734 |
+
"normalized": false,
|
1735 |
+
"rstrip": false,
|
1736 |
+
"single_word": false,
|
1737 |
+
"special": true
|
1738 |
+
},
|
1739 |
+
"128217": {
|
1740 |
+
"content": "<|reserved_special_token_212|>",
|
1741 |
+
"lstrip": false,
|
1742 |
+
"normalized": false,
|
1743 |
+
"rstrip": false,
|
1744 |
+
"single_word": false,
|
1745 |
+
"special": true
|
1746 |
+
},
|
1747 |
+
"128218": {
|
1748 |
+
"content": "<|reserved_special_token_213|>",
|
1749 |
+
"lstrip": false,
|
1750 |
+
"normalized": false,
|
1751 |
+
"rstrip": false,
|
1752 |
+
"single_word": false,
|
1753 |
+
"special": true
|
1754 |
+
},
|
1755 |
+
"128219": {
|
1756 |
+
"content": "<|reserved_special_token_214|>",
|
1757 |
+
"lstrip": false,
|
1758 |
+
"normalized": false,
|
1759 |
+
"rstrip": false,
|
1760 |
+
"single_word": false,
|
1761 |
+
"special": true
|
1762 |
+
},
|
1763 |
+
"128220": {
|
1764 |
+
"content": "<|reserved_special_token_215|>",
|
1765 |
+
"lstrip": false,
|
1766 |
+
"normalized": false,
|
1767 |
+
"rstrip": false,
|
1768 |
+
"single_word": false,
|
1769 |
+
"special": true
|
1770 |
+
},
|
1771 |
+
"128221": {
|
1772 |
+
"content": "<|reserved_special_token_216|>",
|
1773 |
+
"lstrip": false,
|
1774 |
+
"normalized": false,
|
1775 |
+
"rstrip": false,
|
1776 |
+
"single_word": false,
|
1777 |
+
"special": true
|
1778 |
+
},
|
1779 |
+
"128222": {
|
1780 |
+
"content": "<|reserved_special_token_217|>",
|
1781 |
+
"lstrip": false,
|
1782 |
+
"normalized": false,
|
1783 |
+
"rstrip": false,
|
1784 |
+
"single_word": false,
|
1785 |
+
"special": true
|
1786 |
+
},
|
1787 |
+
"128223": {
|
1788 |
+
"content": "<|reserved_special_token_218|>",
|
1789 |
+
"lstrip": false,
|
1790 |
+
"normalized": false,
|
1791 |
+
"rstrip": false,
|
1792 |
+
"single_word": false,
|
1793 |
+
"special": true
|
1794 |
+
},
|
1795 |
+
"128224": {
|
1796 |
+
"content": "<|reserved_special_token_219|>",
|
1797 |
+
"lstrip": false,
|
1798 |
+
"normalized": false,
|
1799 |
+
"rstrip": false,
|
1800 |
+
"single_word": false,
|
1801 |
+
"special": true
|
1802 |
+
},
|
1803 |
+
"128225": {
|
1804 |
+
"content": "<|reserved_special_token_220|>",
|
1805 |
+
"lstrip": false,
|
1806 |
+
"normalized": false,
|
1807 |
+
"rstrip": false,
|
1808 |
+
"single_word": false,
|
1809 |
+
"special": true
|
1810 |
+
},
|
1811 |
+
"128226": {
|
1812 |
+
"content": "<|reserved_special_token_221|>",
|
1813 |
+
"lstrip": false,
|
1814 |
+
"normalized": false,
|
1815 |
+
"rstrip": false,
|
1816 |
+
"single_word": false,
|
1817 |
+
"special": true
|
1818 |
+
},
|
1819 |
+
"128227": {
|
1820 |
+
"content": "<|reserved_special_token_222|>",
|
1821 |
+
"lstrip": false,
|
1822 |
+
"normalized": false,
|
1823 |
+
"rstrip": false,
|
1824 |
+
"single_word": false,
|
1825 |
+
"special": true
|
1826 |
+
},
|
1827 |
+
"128228": {
|
1828 |
+
"content": "<|reserved_special_token_223|>",
|
1829 |
+
"lstrip": false,
|
1830 |
+
"normalized": false,
|
1831 |
+
"rstrip": false,
|
1832 |
+
"single_word": false,
|
1833 |
+
"special": true
|
1834 |
+
},
|
1835 |
+
"128229": {
|
1836 |
+
"content": "<|reserved_special_token_224|>",
|
1837 |
+
"lstrip": false,
|
1838 |
+
"normalized": false,
|
1839 |
+
"rstrip": false,
|
1840 |
+
"single_word": false,
|
1841 |
+
"special": true
|
1842 |
+
},
|
1843 |
+
"128230": {
|
1844 |
+
"content": "<|reserved_special_token_225|>",
|
1845 |
+
"lstrip": false,
|
1846 |
+
"normalized": false,
|
1847 |
+
"rstrip": false,
|
1848 |
+
"single_word": false,
|
1849 |
+
"special": true
|
1850 |
+
},
|
1851 |
+
"128231": {
|
1852 |
+
"content": "<|reserved_special_token_226|>",
|
1853 |
+
"lstrip": false,
|
1854 |
+
"normalized": false,
|
1855 |
+
"rstrip": false,
|
1856 |
+
"single_word": false,
|
1857 |
+
"special": true
|
1858 |
+
},
|
1859 |
+
"128232": {
|
1860 |
+
"content": "<|reserved_special_token_227|>",
|
1861 |
+
"lstrip": false,
|
1862 |
+
"normalized": false,
|
1863 |
+
"rstrip": false,
|
1864 |
+
"single_word": false,
|
1865 |
+
"special": true
|
1866 |
+
},
|
1867 |
+
"128233": {
|
1868 |
+
"content": "<|reserved_special_token_228|>",
|
1869 |
+
"lstrip": false,
|
1870 |
+
"normalized": false,
|
1871 |
+
"rstrip": false,
|
1872 |
+
"single_word": false,
|
1873 |
+
"special": true
|
1874 |
+
},
|
1875 |
+
"128234": {
|
1876 |
+
"content": "<|reserved_special_token_229|>",
|
1877 |
+
"lstrip": false,
|
1878 |
+
"normalized": false,
|
1879 |
+
"rstrip": false,
|
1880 |
+
"single_word": false,
|
1881 |
+
"special": true
|
1882 |
+
},
|
1883 |
+
"128235": {
|
1884 |
+
"content": "<|reserved_special_token_230|>",
|
1885 |
+
"lstrip": false,
|
1886 |
+
"normalized": false,
|
1887 |
+
"rstrip": false,
|
1888 |
+
"single_word": false,
|
1889 |
+
"special": true
|
1890 |
+
},
|
1891 |
+
"128236": {
|
1892 |
+
"content": "<|reserved_special_token_231|>",
|
1893 |
+
"lstrip": false,
|
1894 |
+
"normalized": false,
|
1895 |
+
"rstrip": false,
|
1896 |
+
"single_word": false,
|
1897 |
+
"special": true
|
1898 |
+
},
|
1899 |
+
"128237": {
|
1900 |
+
"content": "<|reserved_special_token_232|>",
|
1901 |
+
"lstrip": false,
|
1902 |
+
"normalized": false,
|
1903 |
+
"rstrip": false,
|
1904 |
+
"single_word": false,
|
1905 |
+
"special": true
|
1906 |
+
},
|
1907 |
+
"128238": {
|
1908 |
+
"content": "<|reserved_special_token_233|>",
|
1909 |
+
"lstrip": false,
|
1910 |
+
"normalized": false,
|
1911 |
+
"rstrip": false,
|
1912 |
+
"single_word": false,
|
1913 |
+
"special": true
|
1914 |
+
},
|
1915 |
+
"128239": {
|
1916 |
+
"content": "<|reserved_special_token_234|>",
|
1917 |
+
"lstrip": false,
|
1918 |
+
"normalized": false,
|
1919 |
+
"rstrip": false,
|
1920 |
+
"single_word": false,
|
1921 |
+
"special": true
|
1922 |
+
},
|
1923 |
+
"128240": {
|
1924 |
+
"content": "<|reserved_special_token_235|>",
|
1925 |
+
"lstrip": false,
|
1926 |
+
"normalized": false,
|
1927 |
+
"rstrip": false,
|
1928 |
+
"single_word": false,
|
1929 |
+
"special": true
|
1930 |
+
},
|
1931 |
+
"128241": {
|
1932 |
+
"content": "<|reserved_special_token_236|>",
|
1933 |
+
"lstrip": false,
|
1934 |
+
"normalized": false,
|
1935 |
+
"rstrip": false,
|
1936 |
+
"single_word": false,
|
1937 |
+
"special": true
|
1938 |
+
},
|
1939 |
+
"128242": {
|
1940 |
+
"content": "<|reserved_special_token_237|>",
|
1941 |
+
"lstrip": false,
|
1942 |
+
"normalized": false,
|
1943 |
+
"rstrip": false,
|
1944 |
+
"single_word": false,
|
1945 |
+
"special": true
|
1946 |
+
},
|
1947 |
+
"128243": {
|
1948 |
+
"content": "<|reserved_special_token_238|>",
|
1949 |
+
"lstrip": false,
|
1950 |
+
"normalized": false,
|
1951 |
+
"rstrip": false,
|
1952 |
+
"single_word": false,
|
1953 |
+
"special": true
|
1954 |
+
},
|
1955 |
+
"128244": {
|
1956 |
+
"content": "<|reserved_special_token_239|>",
|
1957 |
+
"lstrip": false,
|
1958 |
+
"normalized": false,
|
1959 |
+
"rstrip": false,
|
1960 |
+
"single_word": false,
|
1961 |
+
"special": true
|
1962 |
+
},
|
1963 |
+
"128245": {
|
1964 |
+
"content": "<|reserved_special_token_240|>",
|
1965 |
+
"lstrip": false,
|
1966 |
+
"normalized": false,
|
1967 |
+
"rstrip": false,
|
1968 |
+
"single_word": false,
|
1969 |
+
"special": true
|
1970 |
+
},
|
1971 |
+
"128246": {
|
1972 |
+
"content": "<|reserved_special_token_241|>",
|
1973 |
+
"lstrip": false,
|
1974 |
+
"normalized": false,
|
1975 |
+
"rstrip": false,
|
1976 |
+
"single_word": false,
|
1977 |
+
"special": true
|
1978 |
+
},
|
1979 |
+
"128247": {
|
1980 |
+
"content": "<|reserved_special_token_242|>",
|
1981 |
+
"lstrip": false,
|
1982 |
+
"normalized": false,
|
1983 |
+
"rstrip": false,
|
1984 |
+
"single_word": false,
|
1985 |
+
"special": true
|
1986 |
+
},
|
1987 |
+
"128248": {
|
1988 |
+
"content": "<|reserved_special_token_243|>",
|
1989 |
+
"lstrip": false,
|
1990 |
+
"normalized": false,
|
1991 |
+
"rstrip": false,
|
1992 |
+
"single_word": false,
|
1993 |
+
"special": true
|
1994 |
+
},
|
1995 |
+
"128249": {
|
1996 |
+
"content": "<|reserved_special_token_244|>",
|
1997 |
+
"lstrip": false,
|
1998 |
+
"normalized": false,
|
1999 |
+
"rstrip": false,
|
2000 |
+
"single_word": false,
|
2001 |
+
"special": true
|
2002 |
+
},
|
2003 |
+
"128250": {
|
2004 |
+
"content": "<|reserved_special_token_245|>",
|
2005 |
+
"lstrip": false,
|
2006 |
+
"normalized": false,
|
2007 |
+
"rstrip": false,
|
2008 |
+
"single_word": false,
|
2009 |
+
"special": true
|
2010 |
+
},
|
2011 |
+
"128251": {
|
2012 |
+
"content": "<|reserved_special_token_246|>",
|
2013 |
+
"lstrip": false,
|
2014 |
+
"normalized": false,
|
2015 |
+
"rstrip": false,
|
2016 |
+
"single_word": false,
|
2017 |
+
"special": true
|
2018 |
+
},
|
2019 |
+
"128252": {
|
2020 |
+
"content": "<|reserved_special_token_247|>",
|
2021 |
+
"lstrip": false,
|
2022 |
+
"normalized": false,
|
2023 |
+
"rstrip": false,
|
2024 |
+
"single_word": false,
|
2025 |
+
"special": true
|
2026 |
+
},
|
2027 |
+
"128253": {
|
2028 |
+
"content": "<|reserved_special_token_248|>",
|
2029 |
+
"lstrip": false,
|
2030 |
+
"normalized": false,
|
2031 |
+
"rstrip": false,
|
2032 |
+
"single_word": false,
|
2033 |
+
"special": true
|
2034 |
+
},
|
2035 |
+
"128254": {
|
2036 |
+
"content": "<|reserved_special_token_249|>",
|
2037 |
+
"lstrip": false,
|
2038 |
+
"normalized": false,
|
2039 |
+
"rstrip": false,
|
2040 |
+
"single_word": false,
|
2041 |
+
"special": true
|
2042 |
+
},
|
2043 |
+
"128255": {
|
2044 |
+
"content": "<|reserved_special_token_250|>",
|
2045 |
+
"lstrip": false,
|
2046 |
+
"normalized": false,
|
2047 |
+
"rstrip": false,
|
2048 |
+
"single_word": false,
|
2049 |
+
"special": true
|
2050 |
+
}
|
2051 |
+
},
|
2052 |
+
"bos_token": "<|begin_of_text|>",
|
2053 |
+
"chat_template": "{% if messages[0]['role'] == 'system' %}{% set system_message = messages[0]['content'] %}{% endif %}{% if system_message is defined %}{{ system_message + '\n' }}{% endif %}{% for message in messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ 'Human: ' + content + '\nAssistant:' }}{% elif message['role'] == 'assistant' %}{{ content + '<|end_of_text|>' + '\n' }}{% endif %}{% endfor %}",
|
2054 |
+
"clean_up_tokenization_spaces": true,
|
2055 |
+
"eos_token": "<|end_of_text|>",
|
2056 |
+
"model_input_names": [
|
2057 |
+
"input_ids",
|
2058 |
+
"attention_mask"
|
2059 |
+
],
|
2060 |
+
"model_max_length": 1000000000000000019884624838656,
|
2061 |
+
"pad_token": "<|end_of_text|>",
|
2062 |
+
"padding_side": "right",
|
2063 |
+
"split_special_tokens": false,
|
2064 |
+
"tokenizer_class": "PreTrainedTokenizerFast"
|
2065 |
+
}
|
checkpoint-385/trainer_state.json
ADDED
@@ -0,0 +1,3113 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 4.951768488745981,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 385,
|
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.012861736334405145,
|
13 |
+
"grad_norm": 359.0199890136719,
|
14 |
+
"learning_rate": 8.333333333333335e-09,
|
15 |
+
"loss": 7.8034,
|
16 |
+
"num_input_tokens_seen": 13440,
|
17 |
+
"step": 1
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.02572347266881029,
|
21 |
+
"grad_norm": 359.18682861328125,
|
22 |
+
"learning_rate": 1.666666666666667e-08,
|
23 |
+
"loss": 7.7577,
|
24 |
+
"num_input_tokens_seen": 26976,
|
25 |
+
"step": 2
|
26 |
+
},
|
27 |
+
{
|
28 |
+
"epoch": 0.03858520900321544,
|
29 |
+
"grad_norm": 368.04339599609375,
|
30 |
+
"learning_rate": 2.5000000000000002e-08,
|
31 |
+
"loss": 7.8132,
|
32 |
+
"num_input_tokens_seen": 40800,
|
33 |
+
"step": 3
|
34 |
+
},
|
35 |
+
{
|
36 |
+
"epoch": 0.05144694533762058,
|
37 |
+
"grad_norm": 357.04132080078125,
|
38 |
+
"learning_rate": 3.333333333333334e-08,
|
39 |
+
"loss": 7.7906,
|
40 |
+
"num_input_tokens_seen": 54080,
|
41 |
+
"step": 4
|
42 |
+
},
|
43 |
+
{
|
44 |
+
"epoch": 0.06430868167202572,
|
45 |
+
"grad_norm": 361.8187255859375,
|
46 |
+
"learning_rate": 4.166666666666667e-08,
|
47 |
+
"loss": 7.7763,
|
48 |
+
"num_input_tokens_seen": 67552,
|
49 |
+
"step": 5
|
50 |
+
},
|
51 |
+
{
|
52 |
+
"epoch": 0.07717041800643087,
|
53 |
+
"grad_norm": 368.778076171875,
|
54 |
+
"learning_rate": 5.0000000000000004e-08,
|
55 |
+
"loss": 7.7824,
|
56 |
+
"num_input_tokens_seen": 81600,
|
57 |
+
"step": 6
|
58 |
+
},
|
59 |
+
{
|
60 |
+
"epoch": 0.09003215434083602,
|
61 |
+
"grad_norm": 367.5040588378906,
|
62 |
+
"learning_rate": 5.833333333333334e-08,
|
63 |
+
"loss": 7.833,
|
64 |
+
"num_input_tokens_seen": 94720,
|
65 |
+
"step": 7
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.10289389067524116,
|
69 |
+
"grad_norm": 366.2318420410156,
|
70 |
+
"learning_rate": 6.666666666666668e-08,
|
71 |
+
"loss": 7.6949,
|
72 |
+
"num_input_tokens_seen": 107488,
|
73 |
+
"step": 8
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.1157556270096463,
|
77 |
+
"grad_norm": 366.990966796875,
|
78 |
+
"learning_rate": 7.500000000000001e-08,
|
79 |
+
"loss": 7.8336,
|
80 |
+
"num_input_tokens_seen": 120992,
|
81 |
+
"step": 9
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"epoch": 0.12861736334405144,
|
85 |
+
"grad_norm": 357.8764953613281,
|
86 |
+
"learning_rate": 8.333333333333334e-08,
|
87 |
+
"loss": 7.7282,
|
88 |
+
"num_input_tokens_seen": 134272,
|
89 |
+
"step": 10
|
90 |
+
},
|
91 |
+
{
|
92 |
+
"epoch": 0.1414790996784566,
|
93 |
+
"grad_norm": 363.4705505371094,
|
94 |
+
"learning_rate": 9.166666666666668e-08,
|
95 |
+
"loss": 7.6916,
|
96 |
+
"num_input_tokens_seen": 148096,
|
97 |
+
"step": 11
|
98 |
+
},
|
99 |
+
{
|
100 |
+
"epoch": 0.15434083601286175,
|
101 |
+
"grad_norm": 365.1483154296875,
|
102 |
+
"learning_rate": 1.0000000000000001e-07,
|
103 |
+
"loss": 7.7333,
|
104 |
+
"num_input_tokens_seen": 160736,
|
105 |
+
"step": 12
|
106 |
+
},
|
107 |
+
{
|
108 |
+
"epoch": 0.16720257234726688,
|
109 |
+
"grad_norm": 353.99609375,
|
110 |
+
"learning_rate": 1.0833333333333335e-07,
|
111 |
+
"loss": 7.6017,
|
112 |
+
"num_input_tokens_seen": 173376,
|
113 |
+
"step": 13
|
114 |
+
},
|
115 |
+
{
|
116 |
+
"epoch": 0.18006430868167203,
|
117 |
+
"grad_norm": 357.7409362792969,
|
118 |
+
"learning_rate": 1.1666666666666668e-07,
|
119 |
+
"loss": 7.644,
|
120 |
+
"num_input_tokens_seen": 187136,
|
121 |
+
"step": 14
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.19292604501607716,
|
125 |
+
"grad_norm": 357.3723449707031,
|
126 |
+
"learning_rate": 1.2500000000000002e-07,
|
127 |
+
"loss": 7.5965,
|
128 |
+
"num_input_tokens_seen": 200192,
|
129 |
+
"step": 15
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.2057877813504823,
|
133 |
+
"grad_norm": 352.3059997558594,
|
134 |
+
"learning_rate": 1.3333333333333336e-07,
|
135 |
+
"loss": 7.5883,
|
136 |
+
"num_input_tokens_seen": 213856,
|
137 |
+
"step": 16
|
138 |
+
},
|
139 |
+
{
|
140 |
+
"epoch": 0.21864951768488747,
|
141 |
+
"grad_norm": 349.4331970214844,
|
142 |
+
"learning_rate": 1.4166666666666668e-07,
|
143 |
+
"loss": 7.2464,
|
144 |
+
"num_input_tokens_seen": 226944,
|
145 |
+
"step": 17
|
146 |
+
},
|
147 |
+
{
|
148 |
+
"epoch": 0.2315112540192926,
|
149 |
+
"grad_norm": 346.9617004394531,
|
150 |
+
"learning_rate": 1.5000000000000002e-07,
|
151 |
+
"loss": 7.3133,
|
152 |
+
"num_input_tokens_seen": 240640,
|
153 |
+
"step": 18
|
154 |
+
},
|
155 |
+
{
|
156 |
+
"epoch": 0.24437299035369775,
|
157 |
+
"grad_norm": 344.31512451171875,
|
158 |
+
"learning_rate": 1.5833333333333336e-07,
|
159 |
+
"loss": 7.2133,
|
160 |
+
"num_input_tokens_seen": 253280,
|
161 |
+
"step": 19
|
162 |
+
},
|
163 |
+
{
|
164 |
+
"epoch": 0.2572347266881029,
|
165 |
+
"grad_norm": 348.57623291015625,
|
166 |
+
"learning_rate": 1.6666666666666668e-07,
|
167 |
+
"loss": 7.2431,
|
168 |
+
"num_input_tokens_seen": 266400,
|
169 |
+
"step": 20
|
170 |
+
},
|
171 |
+
{
|
172 |
+
"epoch": 0.27009646302250806,
|
173 |
+
"grad_norm": 345.67694091796875,
|
174 |
+
"learning_rate": 1.7500000000000002e-07,
|
175 |
+
"loss": 7.1875,
|
176 |
+
"num_input_tokens_seen": 280416,
|
177 |
+
"step": 21
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.2829581993569132,
|
181 |
+
"grad_norm": 336.11968994140625,
|
182 |
+
"learning_rate": 1.8333333333333336e-07,
|
183 |
+
"loss": 7.0659,
|
184 |
+
"num_input_tokens_seen": 294368,
|
185 |
+
"step": 22
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.2958199356913183,
|
189 |
+
"grad_norm": 348.02783203125,
|
190 |
+
"learning_rate": 1.9166666666666668e-07,
|
191 |
+
"loss": 6.3595,
|
192 |
+
"num_input_tokens_seen": 307840,
|
193 |
+
"step": 23
|
194 |
+
},
|
195 |
+
{
|
196 |
+
"epoch": 0.3086816720257235,
|
197 |
+
"grad_norm": 306.9109802246094,
|
198 |
+
"learning_rate": 2.0000000000000002e-07,
|
199 |
+
"loss": 6.0417,
|
200 |
+
"num_input_tokens_seen": 322144,
|
201 |
+
"step": 24
|
202 |
+
},
|
203 |
+
{
|
204 |
+
"epoch": 0.3215434083601286,
|
205 |
+
"grad_norm": 308.7346496582031,
|
206 |
+
"learning_rate": 2.0833333333333333e-07,
|
207 |
+
"loss": 5.9894,
|
208 |
+
"num_input_tokens_seen": 335424,
|
209 |
+
"step": 25
|
210 |
+
},
|
211 |
+
{
|
212 |
+
"epoch": 0.33440514469453375,
|
213 |
+
"grad_norm": 303.3129577636719,
|
214 |
+
"learning_rate": 2.166666666666667e-07,
|
215 |
+
"loss": 5.9259,
|
216 |
+
"num_input_tokens_seen": 349376,
|
217 |
+
"step": 26
|
218 |
+
},
|
219 |
+
{
|
220 |
+
"epoch": 0.34726688102893893,
|
221 |
+
"grad_norm": 305.47637939453125,
|
222 |
+
"learning_rate": 2.2500000000000002e-07,
|
223 |
+
"loss": 5.8983,
|
224 |
+
"num_input_tokens_seen": 362944,
|
225 |
+
"step": 27
|
226 |
+
},
|
227 |
+
{
|
228 |
+
"epoch": 0.36012861736334406,
|
229 |
+
"grad_norm": 306.3539123535156,
|
230 |
+
"learning_rate": 2.3333333333333336e-07,
|
231 |
+
"loss": 5.6848,
|
232 |
+
"num_input_tokens_seen": 376352,
|
233 |
+
"step": 28
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.3729903536977492,
|
237 |
+
"grad_norm": 300.50201416015625,
|
238 |
+
"learning_rate": 2.416666666666667e-07,
|
239 |
+
"loss": 5.5649,
|
240 |
+
"num_input_tokens_seen": 389312,
|
241 |
+
"step": 29
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.3858520900321543,
|
245 |
+
"grad_norm": 297.82757568359375,
|
246 |
+
"learning_rate": 2.5000000000000004e-07,
|
247 |
+
"loss": 5.4642,
|
248 |
+
"num_input_tokens_seen": 402848,
|
249 |
+
"step": 30
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"epoch": 0.3987138263665595,
|
253 |
+
"grad_norm": 348.0853271484375,
|
254 |
+
"learning_rate": 2.5833333333333333e-07,
|
255 |
+
"loss": 4.7955,
|
256 |
+
"num_input_tokens_seen": 416352,
|
257 |
+
"step": 31
|
258 |
+
},
|
259 |
+
{
|
260 |
+
"epoch": 0.4115755627009646,
|
261 |
+
"grad_norm": 346.5870361328125,
|
262 |
+
"learning_rate": 2.666666666666667e-07,
|
263 |
+
"loss": 2.8339,
|
264 |
+
"num_input_tokens_seen": 429920,
|
265 |
+
"step": 32
|
266 |
+
},
|
267 |
+
{
|
268 |
+
"epoch": 0.42443729903536975,
|
269 |
+
"grad_norm": 327.6314697265625,
|
270 |
+
"learning_rate": 2.75e-07,
|
271 |
+
"loss": 2.4477,
|
272 |
+
"num_input_tokens_seen": 444064,
|
273 |
+
"step": 33
|
274 |
+
},
|
275 |
+
{
|
276 |
+
"epoch": 0.43729903536977494,
|
277 |
+
"grad_norm": 321.9542236328125,
|
278 |
+
"learning_rate": 2.8333333333333336e-07,
|
279 |
+
"loss": 2.3331,
|
280 |
+
"num_input_tokens_seen": 458304,
|
281 |
+
"step": 34
|
282 |
+
},
|
283 |
+
{
|
284 |
+
"epoch": 0.45016077170418006,
|
285 |
+
"grad_norm": 327.8713073730469,
|
286 |
+
"learning_rate": 2.916666666666667e-07,
|
287 |
+
"loss": 2.2143,
|
288 |
+
"num_input_tokens_seen": 471904,
|
289 |
+
"step": 35
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.4630225080385852,
|
293 |
+
"grad_norm": 317.32427978515625,
|
294 |
+
"learning_rate": 3.0000000000000004e-07,
|
295 |
+
"loss": 2.0067,
|
296 |
+
"num_input_tokens_seen": 484768,
|
297 |
+
"step": 36
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.4758842443729904,
|
301 |
+
"grad_norm": 251.88111877441406,
|
302 |
+
"learning_rate": 3.083333333333334e-07,
|
303 |
+
"loss": 1.7702,
|
304 |
+
"num_input_tokens_seen": 497696,
|
305 |
+
"step": 37
|
306 |
+
},
|
307 |
+
{
|
308 |
+
"epoch": 0.4887459807073955,
|
309 |
+
"grad_norm": 273.716064453125,
|
310 |
+
"learning_rate": 3.166666666666667e-07,
|
311 |
+
"loss": 1.5557,
|
312 |
+
"num_input_tokens_seen": 511072,
|
313 |
+
"step": 38
|
314 |
+
},
|
315 |
+
{
|
316 |
+
"epoch": 0.5016077170418006,
|
317 |
+
"grad_norm": 293.1105651855469,
|
318 |
+
"learning_rate": 3.25e-07,
|
319 |
+
"loss": 1.3024,
|
320 |
+
"num_input_tokens_seen": 524576,
|
321 |
+
"step": 39
|
322 |
+
},
|
323 |
+
{
|
324 |
+
"epoch": 0.5144694533762058,
|
325 |
+
"grad_norm": 243.40711975097656,
|
326 |
+
"learning_rate": 3.3333333333333335e-07,
|
327 |
+
"loss": 1.1652,
|
328 |
+
"num_input_tokens_seen": 538112,
|
329 |
+
"step": 40
|
330 |
+
},
|
331 |
+
{
|
332 |
+
"epoch": 0.5273311897106109,
|
333 |
+
"grad_norm": 111.22821807861328,
|
334 |
+
"learning_rate": 3.416666666666667e-07,
|
335 |
+
"loss": 0.6839,
|
336 |
+
"num_input_tokens_seen": 552096,
|
337 |
+
"step": 41
|
338 |
+
},
|
339 |
+
{
|
340 |
+
"epoch": 0.5401929260450161,
|
341 |
+
"grad_norm": 104.02100372314453,
|
342 |
+
"learning_rate": 3.5000000000000004e-07,
|
343 |
+
"loss": 0.4774,
|
344 |
+
"num_input_tokens_seen": 565920,
|
345 |
+
"step": 42
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.5530546623794212,
|
349 |
+
"grad_norm": 32.459312438964844,
|
350 |
+
"learning_rate": 3.583333333333334e-07,
|
351 |
+
"loss": 0.3841,
|
352 |
+
"num_input_tokens_seen": 579200,
|
353 |
+
"step": 43
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.5659163987138264,
|
357 |
+
"grad_norm": 15.353242874145508,
|
358 |
+
"learning_rate": 3.666666666666667e-07,
|
359 |
+
"loss": 0.3588,
|
360 |
+
"num_input_tokens_seen": 592864,
|
361 |
+
"step": 44
|
362 |
+
},
|
363 |
+
{
|
364 |
+
"epoch": 0.5787781350482315,
|
365 |
+
"grad_norm": 48.64632034301758,
|
366 |
+
"learning_rate": 3.75e-07,
|
367 |
+
"loss": 0.3628,
|
368 |
+
"num_input_tokens_seen": 606656,
|
369 |
+
"step": 45
|
370 |
+
},
|
371 |
+
{
|
372 |
+
"epoch": 0.5916398713826366,
|
373 |
+
"grad_norm": 34.02824020385742,
|
374 |
+
"learning_rate": 3.8333333333333335e-07,
|
375 |
+
"loss": 0.3426,
|
376 |
+
"num_input_tokens_seen": 619968,
|
377 |
+
"step": 46
|
378 |
+
},
|
379 |
+
{
|
380 |
+
"epoch": 0.6045016077170418,
|
381 |
+
"grad_norm": 15.54571533203125,
|
382 |
+
"learning_rate": 3.9166666666666675e-07,
|
383 |
+
"loss": 0.3279,
|
384 |
+
"num_input_tokens_seen": 633632,
|
385 |
+
"step": 47
|
386 |
+
},
|
387 |
+
{
|
388 |
+
"epoch": 0.617363344051447,
|
389 |
+
"grad_norm": 101.66536712646484,
|
390 |
+
"learning_rate": 4.0000000000000003e-07,
|
391 |
+
"loss": 0.3947,
|
392 |
+
"num_input_tokens_seen": 647360,
|
393 |
+
"step": 48
|
394 |
+
},
|
395 |
+
{
|
396 |
+
"epoch": 0.6302250803858521,
|
397 |
+
"grad_norm": 39.69755935668945,
|
398 |
+
"learning_rate": 4.083333333333334e-07,
|
399 |
+
"loss": 0.3075,
|
400 |
+
"num_input_tokens_seen": 661504,
|
401 |
+
"step": 49
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.6430868167202572,
|
405 |
+
"grad_norm": 23.356718063354492,
|
406 |
+
"learning_rate": 4.1666666666666667e-07,
|
407 |
+
"loss": 0.3236,
|
408 |
+
"num_input_tokens_seen": 675424,
|
409 |
+
"step": 50
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 0.6559485530546624,
|
413 |
+
"grad_norm": 74.00253295898438,
|
414 |
+
"learning_rate": 4.2500000000000006e-07,
|
415 |
+
"loss": 0.3557,
|
416 |
+
"num_input_tokens_seen": 688800,
|
417 |
+
"step": 51
|
418 |
+
},
|
419 |
+
{
|
420 |
+
"epoch": 0.6688102893890675,
|
421 |
+
"grad_norm": 109.3729248046875,
|
422 |
+
"learning_rate": 4.333333333333334e-07,
|
423 |
+
"loss": 0.4008,
|
424 |
+
"num_input_tokens_seen": 702208,
|
425 |
+
"step": 52
|
426 |
+
},
|
427 |
+
{
|
428 |
+
"epoch": 0.6816720257234726,
|
429 |
+
"grad_norm": 81.13125610351562,
|
430 |
+
"learning_rate": 4.416666666666667e-07,
|
431 |
+
"loss": 0.3586,
|
432 |
+
"num_input_tokens_seen": 716096,
|
433 |
+
"step": 53
|
434 |
+
},
|
435 |
+
{
|
436 |
+
"epoch": 0.6945337620578779,
|
437 |
+
"grad_norm": 24.126953125,
|
438 |
+
"learning_rate": 4.5000000000000003e-07,
|
439 |
+
"loss": 0.3023,
|
440 |
+
"num_input_tokens_seen": 728672,
|
441 |
+
"step": 54
|
442 |
+
},
|
443 |
+
{
|
444 |
+
"epoch": 0.707395498392283,
|
445 |
+
"grad_norm": 77.53913879394531,
|
446 |
+
"learning_rate": 4.583333333333333e-07,
|
447 |
+
"loss": 0.3547,
|
448 |
+
"num_input_tokens_seen": 742912,
|
449 |
+
"step": 55
|
450 |
+
},
|
451 |
+
{
|
452 |
+
"epoch": 0.7202572347266881,
|
453 |
+
"grad_norm": 95.46034240722656,
|
454 |
+
"learning_rate": 4.666666666666667e-07,
|
455 |
+
"loss": 0.3846,
|
456 |
+
"num_input_tokens_seen": 755808,
|
457 |
+
"step": 56
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 0.7331189710610932,
|
461 |
+
"grad_norm": 86.11170959472656,
|
462 |
+
"learning_rate": 4.7500000000000006e-07,
|
463 |
+
"loss": 0.3743,
|
464 |
+
"num_input_tokens_seen": 769696,
|
465 |
+
"step": 57
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 0.7459807073954984,
|
469 |
+
"grad_norm": 31.460582733154297,
|
470 |
+
"learning_rate": 4.833333333333334e-07,
|
471 |
+
"loss": 0.3091,
|
472 |
+
"num_input_tokens_seen": 783680,
|
473 |
+
"step": 58
|
474 |
+
},
|
475 |
+
{
|
476 |
+
"epoch": 0.7588424437299035,
|
477 |
+
"grad_norm": 34.459659576416016,
|
478 |
+
"learning_rate": 4.916666666666667e-07,
|
479 |
+
"loss": 0.3094,
|
480 |
+
"num_input_tokens_seen": 796672,
|
481 |
+
"step": 59
|
482 |
+
},
|
483 |
+
{
|
484 |
+
"epoch": 0.7717041800643086,
|
485 |
+
"grad_norm": 51.55731201171875,
|
486 |
+
"learning_rate": 5.000000000000001e-07,
|
487 |
+
"loss": 0.3309,
|
488 |
+
"num_input_tokens_seen": 810304,
|
489 |
+
"step": 60
|
490 |
+
},
|
491 |
+
{
|
492 |
+
"epoch": 0.7845659163987139,
|
493 |
+
"grad_norm": 35.633277893066406,
|
494 |
+
"learning_rate": 5.083333333333334e-07,
|
495 |
+
"loss": 0.3276,
|
496 |
+
"num_input_tokens_seen": 824160,
|
497 |
+
"step": 61
|
498 |
+
},
|
499 |
+
{
|
500 |
+
"epoch": 0.797427652733119,
|
501 |
+
"grad_norm": 9.230757713317871,
|
502 |
+
"learning_rate": 5.166666666666667e-07,
|
503 |
+
"loss": 0.3084,
|
504 |
+
"num_input_tokens_seen": 837312,
|
505 |
+
"step": 62
|
506 |
+
},
|
507 |
+
{
|
508 |
+
"epoch": 0.8102893890675241,
|
509 |
+
"grad_norm": 35.229454040527344,
|
510 |
+
"learning_rate": 5.250000000000001e-07,
|
511 |
+
"loss": 0.3182,
|
512 |
+
"num_input_tokens_seen": 851168,
|
513 |
+
"step": 63
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 0.8231511254019293,
|
517 |
+
"grad_norm": 47.88737487792969,
|
518 |
+
"learning_rate": 5.333333333333335e-07,
|
519 |
+
"loss": 0.3469,
|
520 |
+
"num_input_tokens_seen": 864096,
|
521 |
+
"step": 64
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"epoch": 0.8360128617363344,
|
525 |
+
"grad_norm": 38.481746673583984,
|
526 |
+
"learning_rate": 5.416666666666667e-07,
|
527 |
+
"loss": 0.3253,
|
528 |
+
"num_input_tokens_seen": 878048,
|
529 |
+
"step": 65
|
530 |
+
},
|
531 |
+
{
|
532 |
+
"epoch": 0.8488745980707395,
|
533 |
+
"grad_norm": 11.656455993652344,
|
534 |
+
"learning_rate": 5.5e-07,
|
535 |
+
"loss": 0.2746,
|
536 |
+
"num_input_tokens_seen": 891904,
|
537 |
+
"step": 66
|
538 |
+
},
|
539 |
+
{
|
540 |
+
"epoch": 0.8617363344051447,
|
541 |
+
"grad_norm": 18.758018493652344,
|
542 |
+
"learning_rate": 5.583333333333333e-07,
|
543 |
+
"loss": 0.2893,
|
544 |
+
"num_input_tokens_seen": 906016,
|
545 |
+
"step": 67
|
546 |
+
},
|
547 |
+
{
|
548 |
+
"epoch": 0.8745980707395499,
|
549 |
+
"grad_norm": 19.316091537475586,
|
550 |
+
"learning_rate": 5.666666666666667e-07,
|
551 |
+
"loss": 0.2827,
|
552 |
+
"num_input_tokens_seen": 918944,
|
553 |
+
"step": 68
|
554 |
+
},
|
555 |
+
{
|
556 |
+
"epoch": 0.887459807073955,
|
557 |
+
"grad_norm": 32.92877960205078,
|
558 |
+
"learning_rate": 5.750000000000001e-07,
|
559 |
+
"loss": 0.2978,
|
560 |
+
"num_input_tokens_seen": 932672,
|
561 |
+
"step": 69
|
562 |
+
},
|
563 |
+
{
|
564 |
+
"epoch": 0.9003215434083601,
|
565 |
+
"grad_norm": 14.833833694458008,
|
566 |
+
"learning_rate": 5.833333333333334e-07,
|
567 |
+
"loss": 0.2703,
|
568 |
+
"num_input_tokens_seen": 945248,
|
569 |
+
"step": 70
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 0.9131832797427653,
|
573 |
+
"grad_norm": 23.44466209411621,
|
574 |
+
"learning_rate": 5.916666666666667e-07,
|
575 |
+
"loss": 0.2968,
|
576 |
+
"num_input_tokens_seen": 958784,
|
577 |
+
"step": 71
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"epoch": 0.9260450160771704,
|
581 |
+
"grad_norm": 56.151981353759766,
|
582 |
+
"learning_rate": 6.000000000000001e-07,
|
583 |
+
"loss": 0.3035,
|
584 |
+
"num_input_tokens_seen": 972416,
|
585 |
+
"step": 72
|
586 |
+
},
|
587 |
+
{
|
588 |
+
"epoch": 0.9389067524115756,
|
589 |
+
"grad_norm": 77.62692260742188,
|
590 |
+
"learning_rate": 6.083333333333334e-07,
|
591 |
+
"loss": 0.3211,
|
592 |
+
"num_input_tokens_seen": 985888,
|
593 |
+
"step": 73
|
594 |
+
},
|
595 |
+
{
|
596 |
+
"epoch": 0.9517684887459807,
|
597 |
+
"grad_norm": 65.45875549316406,
|
598 |
+
"learning_rate": 6.166666666666668e-07,
|
599 |
+
"loss": 0.2913,
|
600 |
+
"num_input_tokens_seen": 999296,
|
601 |
+
"step": 74
|
602 |
+
},
|
603 |
+
{
|
604 |
+
"epoch": 0.9646302250803859,
|
605 |
+
"grad_norm": 16.159313201904297,
|
606 |
+
"learning_rate": 6.25e-07,
|
607 |
+
"loss": 0.2817,
|
608 |
+
"num_input_tokens_seen": 1012640,
|
609 |
+
"step": 75
|
610 |
+
},
|
611 |
+
{
|
612 |
+
"epoch": 0.977491961414791,
|
613 |
+
"grad_norm": 33.846290588378906,
|
614 |
+
"learning_rate": 6.333333333333334e-07,
|
615 |
+
"loss": 0.2827,
|
616 |
+
"num_input_tokens_seen": 1026112,
|
617 |
+
"step": 76
|
618 |
+
},
|
619 |
+
{
|
620 |
+
"epoch": 0.9903536977491961,
|
621 |
+
"grad_norm": 9.542298316955566,
|
622 |
+
"learning_rate": 6.416666666666667e-07,
|
623 |
+
"loss": 0.229,
|
624 |
+
"num_input_tokens_seen": 1039424,
|
625 |
+
"step": 77
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 1.0032154340836013,
|
629 |
+
"grad_norm": 10.284690856933594,
|
630 |
+
"learning_rate": 6.5e-07,
|
631 |
+
"loss": 0.2503,
|
632 |
+
"num_input_tokens_seen": 1053408,
|
633 |
+
"step": 78
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 1.0160771704180065,
|
637 |
+
"grad_norm": 19.490089416503906,
|
638 |
+
"learning_rate": 6.583333333333333e-07,
|
639 |
+
"loss": 0.2453,
|
640 |
+
"num_input_tokens_seen": 1067328,
|
641 |
+
"step": 79
|
642 |
+
},
|
643 |
+
{
|
644 |
+
"epoch": 1.0289389067524115,
|
645 |
+
"grad_norm": 18.234272003173828,
|
646 |
+
"learning_rate": 6.666666666666667e-07,
|
647 |
+
"loss": 0.2167,
|
648 |
+
"num_input_tokens_seen": 1080288,
|
649 |
+
"step": 80
|
650 |
+
},
|
651 |
+
{
|
652 |
+
"epoch": 1.0418006430868167,
|
653 |
+
"grad_norm": 9.240696907043457,
|
654 |
+
"learning_rate": 6.750000000000001e-07,
|
655 |
+
"loss": 0.2361,
|
656 |
+
"num_input_tokens_seen": 1093952,
|
657 |
+
"step": 81
|
658 |
+
},
|
659 |
+
{
|
660 |
+
"epoch": 1.0546623794212218,
|
661 |
+
"grad_norm": 22.255823135375977,
|
662 |
+
"learning_rate": 6.833333333333334e-07,
|
663 |
+
"loss": 0.2248,
|
664 |
+
"num_input_tokens_seen": 1107904,
|
665 |
+
"step": 82
|
666 |
+
},
|
667 |
+
{
|
668 |
+
"epoch": 1.067524115755627,
|
669 |
+
"grad_norm": 26.029281616210938,
|
670 |
+
"learning_rate": 6.916666666666668e-07,
|
671 |
+
"loss": 0.2491,
|
672 |
+
"num_input_tokens_seen": 1121120,
|
673 |
+
"step": 83
|
674 |
+
},
|
675 |
+
{
|
676 |
+
"epoch": 1.0803858520900322,
|
677 |
+
"grad_norm": 34.11492156982422,
|
678 |
+
"learning_rate": 7.000000000000001e-07,
|
679 |
+
"loss": 0.2352,
|
680 |
+
"num_input_tokens_seen": 1135040,
|
681 |
+
"step": 84
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 1.0932475884244373,
|
685 |
+
"grad_norm": 65.68599700927734,
|
686 |
+
"learning_rate": 7.083333333333334e-07,
|
687 |
+
"loss": 0.2365,
|
688 |
+
"num_input_tokens_seen": 1148992,
|
689 |
+
"step": 85
|
690 |
+
},
|
691 |
+
{
|
692 |
+
"epoch": 1.1061093247588425,
|
693 |
+
"grad_norm": 72.81002807617188,
|
694 |
+
"learning_rate": 7.166666666666668e-07,
|
695 |
+
"loss": 0.217,
|
696 |
+
"num_input_tokens_seen": 1162592,
|
697 |
+
"step": 86
|
698 |
+
},
|
699 |
+
{
|
700 |
+
"epoch": 1.1189710610932475,
|
701 |
+
"grad_norm": 21.043798446655273,
|
702 |
+
"learning_rate": 7.25e-07,
|
703 |
+
"loss": 0.2258,
|
704 |
+
"num_input_tokens_seen": 1175104,
|
705 |
+
"step": 87
|
706 |
+
},
|
707 |
+
{
|
708 |
+
"epoch": 1.1318327974276527,
|
709 |
+
"grad_norm": 71.2937240600586,
|
710 |
+
"learning_rate": 7.333333333333334e-07,
|
711 |
+
"loss": 0.245,
|
712 |
+
"num_input_tokens_seen": 1189376,
|
713 |
+
"step": 88
|
714 |
+
},
|
715 |
+
{
|
716 |
+
"epoch": 1.144694533762058,
|
717 |
+
"grad_norm": 106.12057495117188,
|
718 |
+
"learning_rate": 7.416666666666668e-07,
|
719 |
+
"loss": 0.3132,
|
720 |
+
"num_input_tokens_seen": 1202560,
|
721 |
+
"step": 89
|
722 |
+
},
|
723 |
+
{
|
724 |
+
"epoch": 1.157556270096463,
|
725 |
+
"grad_norm": 84.74403381347656,
|
726 |
+
"learning_rate": 7.5e-07,
|
727 |
+
"loss": 0.284,
|
728 |
+
"num_input_tokens_seen": 1216832,
|
729 |
+
"step": 90
|
730 |
+
},
|
731 |
+
{
|
732 |
+
"epoch": 1.1704180064308682,
|
733 |
+
"grad_norm": 10.08238410949707,
|
734 |
+
"learning_rate": 7.583333333333334e-07,
|
735 |
+
"loss": 0.1933,
|
736 |
+
"num_input_tokens_seen": 1230528,
|
737 |
+
"step": 91
|
738 |
+
},
|
739 |
+
{
|
740 |
+
"epoch": 1.1832797427652733,
|
741 |
+
"grad_norm": 56.27880859375,
|
742 |
+
"learning_rate": 7.666666666666667e-07,
|
743 |
+
"loss": 0.2154,
|
744 |
+
"num_input_tokens_seen": 1244352,
|
745 |
+
"step": 92
|
746 |
+
},
|
747 |
+
{
|
748 |
+
"epoch": 1.1961414790996785,
|
749 |
+
"grad_norm": 39.58720779418945,
|
750 |
+
"learning_rate": 7.750000000000001e-07,
|
751 |
+
"loss": 0.2064,
|
752 |
+
"num_input_tokens_seen": 1257472,
|
753 |
+
"step": 93
|
754 |
+
},
|
755 |
+
{
|
756 |
+
"epoch": 1.2090032154340835,
|
757 |
+
"grad_norm": 12.087499618530273,
|
758 |
+
"learning_rate": 7.833333333333335e-07,
|
759 |
+
"loss": 0.2038,
|
760 |
+
"num_input_tokens_seen": 1271392,
|
761 |
+
"step": 94
|
762 |
+
},
|
763 |
+
{
|
764 |
+
"epoch": 1.2218649517684887,
|
765 |
+
"grad_norm": 29.51178550720215,
|
766 |
+
"learning_rate": 7.916666666666667e-07,
|
767 |
+
"loss": 0.2152,
|
768 |
+
"num_input_tokens_seen": 1286432,
|
769 |
+
"step": 95
|
770 |
+
},
|
771 |
+
{
|
772 |
+
"epoch": 1.234726688102894,
|
773 |
+
"grad_norm": 12.675917625427246,
|
774 |
+
"learning_rate": 8.000000000000001e-07,
|
775 |
+
"loss": 0.1961,
|
776 |
+
"num_input_tokens_seen": 1300096,
|
777 |
+
"step": 96
|
778 |
+
},
|
779 |
+
{
|
780 |
+
"epoch": 1.247588424437299,
|
781 |
+
"grad_norm": 11.436767578125,
|
782 |
+
"learning_rate": 8.083333333333334e-07,
|
783 |
+
"loss": 0.1772,
|
784 |
+
"num_input_tokens_seen": 1313568,
|
785 |
+
"step": 97
|
786 |
+
},
|
787 |
+
{
|
788 |
+
"epoch": 1.2604501607717042,
|
789 |
+
"grad_norm": 25.415918350219727,
|
790 |
+
"learning_rate": 8.166666666666668e-07,
|
791 |
+
"loss": 0.1846,
|
792 |
+
"num_input_tokens_seen": 1327328,
|
793 |
+
"step": 98
|
794 |
+
},
|
795 |
+
{
|
796 |
+
"epoch": 1.2733118971061093,
|
797 |
+
"grad_norm": 11.161438941955566,
|
798 |
+
"learning_rate": 8.250000000000001e-07,
|
799 |
+
"loss": 0.1823,
|
800 |
+
"num_input_tokens_seen": 1340960,
|
801 |
+
"step": 99
|
802 |
+
},
|
803 |
+
{
|
804 |
+
"epoch": 1.2861736334405145,
|
805 |
+
"grad_norm": 7.966615200042725,
|
806 |
+
"learning_rate": 8.333333333333333e-07,
|
807 |
+
"loss": 0.1794,
|
808 |
+
"num_input_tokens_seen": 1353440,
|
809 |
+
"step": 100
|
810 |
+
},
|
811 |
+
{
|
812 |
+
"epoch": 1.2990353697749195,
|
813 |
+
"grad_norm": 32.296085357666016,
|
814 |
+
"learning_rate": 8.416666666666667e-07,
|
815 |
+
"loss": 0.2106,
|
816 |
+
"num_input_tokens_seen": 1367680,
|
817 |
+
"step": 101
|
818 |
+
},
|
819 |
+
{
|
820 |
+
"epoch": 1.3118971061093248,
|
821 |
+
"grad_norm": 26.521038055419922,
|
822 |
+
"learning_rate": 8.500000000000001e-07,
|
823 |
+
"loss": 0.2123,
|
824 |
+
"num_input_tokens_seen": 1380864,
|
825 |
+
"step": 102
|
826 |
+
},
|
827 |
+
{
|
828 |
+
"epoch": 1.32475884244373,
|
829 |
+
"grad_norm": 63.48737716674805,
|
830 |
+
"learning_rate": 8.583333333333334e-07,
|
831 |
+
"loss": 0.2413,
|
832 |
+
"num_input_tokens_seen": 1393888,
|
833 |
+
"step": 103
|
834 |
+
},
|
835 |
+
{
|
836 |
+
"epoch": 1.337620578778135,
|
837 |
+
"grad_norm": 55.781776428222656,
|
838 |
+
"learning_rate": 8.666666666666668e-07,
|
839 |
+
"loss": 0.2334,
|
840 |
+
"num_input_tokens_seen": 1406912,
|
841 |
+
"step": 104
|
842 |
+
},
|
843 |
+
{
|
844 |
+
"epoch": 1.3504823151125402,
|
845 |
+
"grad_norm": 13.036691665649414,
|
846 |
+
"learning_rate": 8.75e-07,
|
847 |
+
"loss": 0.2069,
|
848 |
+
"num_input_tokens_seen": 1420000,
|
849 |
+
"step": 105
|
850 |
+
},
|
851 |
+
{
|
852 |
+
"epoch": 1.3633440514469453,
|
853 |
+
"grad_norm": 45.98344421386719,
|
854 |
+
"learning_rate": 8.833333333333334e-07,
|
855 |
+
"loss": 0.2262,
|
856 |
+
"num_input_tokens_seen": 1433440,
|
857 |
+
"step": 106
|
858 |
+
},
|
859 |
+
{
|
860 |
+
"epoch": 1.3762057877813505,
|
861 |
+
"grad_norm": 34.49677276611328,
|
862 |
+
"learning_rate": 8.916666666666668e-07,
|
863 |
+
"loss": 0.1718,
|
864 |
+
"num_input_tokens_seen": 1446560,
|
865 |
+
"step": 107
|
866 |
+
},
|
867 |
+
{
|
868 |
+
"epoch": 1.3890675241157555,
|
869 |
+
"grad_norm": 21.14679718017578,
|
870 |
+
"learning_rate": 9.000000000000001e-07,
|
871 |
+
"loss": 0.204,
|
872 |
+
"num_input_tokens_seen": 1460320,
|
873 |
+
"step": 108
|
874 |
+
},
|
875 |
+
{
|
876 |
+
"epoch": 1.4019292604501608,
|
877 |
+
"grad_norm": 26.53287124633789,
|
878 |
+
"learning_rate": 9.083333333333335e-07,
|
879 |
+
"loss": 0.1849,
|
880 |
+
"num_input_tokens_seen": 1474272,
|
881 |
+
"step": 109
|
882 |
+
},
|
883 |
+
{
|
884 |
+
"epoch": 1.414790996784566,
|
885 |
+
"grad_norm": 34.011962890625,
|
886 |
+
"learning_rate": 9.166666666666666e-07,
|
887 |
+
"loss": 0.2028,
|
888 |
+
"num_input_tokens_seen": 1487904,
|
889 |
+
"step": 110
|
890 |
+
},
|
891 |
+
{
|
892 |
+
"epoch": 1.427652733118971,
|
893 |
+
"grad_norm": 17.4981689453125,
|
894 |
+
"learning_rate": 9.25e-07,
|
895 |
+
"loss": 0.179,
|
896 |
+
"num_input_tokens_seen": 1501664,
|
897 |
+
"step": 111
|
898 |
+
},
|
899 |
+
{
|
900 |
+
"epoch": 1.4405144694533762,
|
901 |
+
"grad_norm": 20.183582305908203,
|
902 |
+
"learning_rate": 9.333333333333334e-07,
|
903 |
+
"loss": 0.1813,
|
904 |
+
"num_input_tokens_seen": 1515264,
|
905 |
+
"step": 112
|
906 |
+
},
|
907 |
+
{
|
908 |
+
"epoch": 1.4533762057877815,
|
909 |
+
"grad_norm": 26.655994415283203,
|
910 |
+
"learning_rate": 9.416666666666667e-07,
|
911 |
+
"loss": 0.1955,
|
912 |
+
"num_input_tokens_seen": 1528640,
|
913 |
+
"step": 113
|
914 |
+
},
|
915 |
+
{
|
916 |
+
"epoch": 1.4662379421221865,
|
917 |
+
"grad_norm": 25.745370864868164,
|
918 |
+
"learning_rate": 9.500000000000001e-07,
|
919 |
+
"loss": 0.1577,
|
920 |
+
"num_input_tokens_seen": 1541632,
|
921 |
+
"step": 114
|
922 |
+
},
|
923 |
+
{
|
924 |
+
"epoch": 1.4790996784565915,
|
925 |
+
"grad_norm": 22.924352645874023,
|
926 |
+
"learning_rate": 9.583333333333334e-07,
|
927 |
+
"loss": 0.1509,
|
928 |
+
"num_input_tokens_seen": 1554592,
|
929 |
+
"step": 115
|
930 |
+
},
|
931 |
+
{
|
932 |
+
"epoch": 1.4919614147909968,
|
933 |
+
"grad_norm": 26.520856857299805,
|
934 |
+
"learning_rate": 9.666666666666668e-07,
|
935 |
+
"loss": 0.2052,
|
936 |
+
"num_input_tokens_seen": 1567296,
|
937 |
+
"step": 116
|
938 |
+
},
|
939 |
+
{
|
940 |
+
"epoch": 1.504823151125402,
|
941 |
+
"grad_norm": 23.989120483398438,
|
942 |
+
"learning_rate": 9.750000000000002e-07,
|
943 |
+
"loss": 0.1576,
|
944 |
+
"num_input_tokens_seen": 1580800,
|
945 |
+
"step": 117
|
946 |
+
},
|
947 |
+
{
|
948 |
+
"epoch": 1.517684887459807,
|
949 |
+
"grad_norm": 11.067609786987305,
|
950 |
+
"learning_rate": 9.833333333333334e-07,
|
951 |
+
"loss": 0.1459,
|
952 |
+
"num_input_tokens_seen": 1593792,
|
953 |
+
"step": 118
|
954 |
+
},
|
955 |
+
{
|
956 |
+
"epoch": 1.5305466237942122,
|
957 |
+
"grad_norm": 41.14239501953125,
|
958 |
+
"learning_rate": 9.916666666666668e-07,
|
959 |
+
"loss": 0.2694,
|
960 |
+
"num_input_tokens_seen": 1607648,
|
961 |
+
"step": 119
|
962 |
+
},
|
963 |
+
{
|
964 |
+
"epoch": 1.5434083601286175,
|
965 |
+
"grad_norm": 17.72841453552246,
|
966 |
+
"learning_rate": 1.0000000000000002e-06,
|
967 |
+
"loss": 0.1891,
|
968 |
+
"num_input_tokens_seen": 1621184,
|
969 |
+
"step": 120
|
970 |
+
},
|
971 |
+
{
|
972 |
+
"epoch": 1.5562700964630225,
|
973 |
+
"grad_norm": 13.838713645935059,
|
974 |
+
"learning_rate": 1.0083333333333333e-06,
|
975 |
+
"loss": 0.1655,
|
976 |
+
"num_input_tokens_seen": 1634240,
|
977 |
+
"step": 121
|
978 |
+
},
|
979 |
+
{
|
980 |
+
"epoch": 1.5691318327974275,
|
981 |
+
"grad_norm": 17.73114013671875,
|
982 |
+
"learning_rate": 1.0166666666666667e-06,
|
983 |
+
"loss": 0.1534,
|
984 |
+
"num_input_tokens_seen": 1647712,
|
985 |
+
"step": 122
|
986 |
+
},
|
987 |
+
{
|
988 |
+
"epoch": 1.5819935691318328,
|
989 |
+
"grad_norm": 7.044174671173096,
|
990 |
+
"learning_rate": 1.025e-06,
|
991 |
+
"loss": 0.1373,
|
992 |
+
"num_input_tokens_seen": 1661344,
|
993 |
+
"step": 123
|
994 |
+
},
|
995 |
+
{
|
996 |
+
"epoch": 1.594855305466238,
|
997 |
+
"grad_norm": 13.696454048156738,
|
998 |
+
"learning_rate": 1.0333333333333333e-06,
|
999 |
+
"loss": 0.1528,
|
1000 |
+
"num_input_tokens_seen": 1674880,
|
1001 |
+
"step": 124
|
1002 |
+
},
|
1003 |
+
{
|
1004 |
+
"epoch": 1.607717041800643,
|
1005 |
+
"grad_norm": 11.191144943237305,
|
1006 |
+
"learning_rate": 1.0416666666666667e-06,
|
1007 |
+
"loss": 0.2017,
|
1008 |
+
"num_input_tokens_seen": 1688992,
|
1009 |
+
"step": 125
|
1010 |
+
},
|
1011 |
+
{
|
1012 |
+
"epoch": 1.6205787781350482,
|
1013 |
+
"grad_norm": 10.479023933410645,
|
1014 |
+
"learning_rate": 1.0500000000000001e-06,
|
1015 |
+
"loss": 0.1554,
|
1016 |
+
"num_input_tokens_seen": 1702944,
|
1017 |
+
"step": 126
|
1018 |
+
},
|
1019 |
+
{
|
1020 |
+
"epoch": 1.6334405144694535,
|
1021 |
+
"grad_norm": 12.889703750610352,
|
1022 |
+
"learning_rate": 1.0583333333333335e-06,
|
1023 |
+
"loss": 0.1332,
|
1024 |
+
"num_input_tokens_seen": 1716768,
|
1025 |
+
"step": 127
|
1026 |
+
},
|
1027 |
+
{
|
1028 |
+
"epoch": 1.6463022508038585,
|
1029 |
+
"grad_norm": 8.173032760620117,
|
1030 |
+
"learning_rate": 1.066666666666667e-06,
|
1031 |
+
"loss": 0.115,
|
1032 |
+
"num_input_tokens_seen": 1730848,
|
1033 |
+
"step": 128
|
1034 |
+
},
|
1035 |
+
{
|
1036 |
+
"epoch": 1.6591639871382635,
|
1037 |
+
"grad_norm": 14.694462776184082,
|
1038 |
+
"learning_rate": 1.075e-06,
|
1039 |
+
"loss": 0.119,
|
1040 |
+
"num_input_tokens_seen": 1743520,
|
1041 |
+
"step": 129
|
1042 |
+
},
|
1043 |
+
{
|
1044 |
+
"epoch": 1.6720257234726688,
|
1045 |
+
"grad_norm": 8.472253799438477,
|
1046 |
+
"learning_rate": 1.0833333333333335e-06,
|
1047 |
+
"loss": 0.1164,
|
1048 |
+
"num_input_tokens_seen": 1757696,
|
1049 |
+
"step": 130
|
1050 |
+
},
|
1051 |
+
{
|
1052 |
+
"epoch": 1.684887459807074,
|
1053 |
+
"grad_norm": 20.757648468017578,
|
1054 |
+
"learning_rate": 1.0916666666666667e-06,
|
1055 |
+
"loss": 0.1981,
|
1056 |
+
"num_input_tokens_seen": 1771264,
|
1057 |
+
"step": 131
|
1058 |
+
},
|
1059 |
+
{
|
1060 |
+
"epoch": 1.697749196141479,
|
1061 |
+
"grad_norm": 20.149930953979492,
|
1062 |
+
"learning_rate": 1.1e-06,
|
1063 |
+
"loss": 0.168,
|
1064 |
+
"num_input_tokens_seen": 1784480,
|
1065 |
+
"step": 132
|
1066 |
+
},
|
1067 |
+
{
|
1068 |
+
"epoch": 1.7106109324758842,
|
1069 |
+
"grad_norm": 9.992751121520996,
|
1070 |
+
"learning_rate": 1.1083333333333335e-06,
|
1071 |
+
"loss": 0.0741,
|
1072 |
+
"num_input_tokens_seen": 1798176,
|
1073 |
+
"step": 133
|
1074 |
+
},
|
1075 |
+
{
|
1076 |
+
"epoch": 1.7234726688102895,
|
1077 |
+
"grad_norm": 26.80909538269043,
|
1078 |
+
"learning_rate": 1.1166666666666666e-06,
|
1079 |
+
"loss": 0.1847,
|
1080 |
+
"num_input_tokens_seen": 1811264,
|
1081 |
+
"step": 134
|
1082 |
+
},
|
1083 |
+
{
|
1084 |
+
"epoch": 1.7363344051446945,
|
1085 |
+
"grad_norm": 16.494613647460938,
|
1086 |
+
"learning_rate": 1.125e-06,
|
1087 |
+
"loss": 0.108,
|
1088 |
+
"num_input_tokens_seen": 1825024,
|
1089 |
+
"step": 135
|
1090 |
+
},
|
1091 |
+
{
|
1092 |
+
"epoch": 1.7491961414790995,
|
1093 |
+
"grad_norm": 18.742122650146484,
|
1094 |
+
"learning_rate": 1.1333333333333334e-06,
|
1095 |
+
"loss": 0.1214,
|
1096 |
+
"num_input_tokens_seen": 1838624,
|
1097 |
+
"step": 136
|
1098 |
+
},
|
1099 |
+
{
|
1100 |
+
"epoch": 1.762057877813505,
|
1101 |
+
"grad_norm": 10.102185249328613,
|
1102 |
+
"learning_rate": 1.1416666666666668e-06,
|
1103 |
+
"loss": 0.1252,
|
1104 |
+
"num_input_tokens_seen": 1852288,
|
1105 |
+
"step": 137
|
1106 |
+
},
|
1107 |
+
{
|
1108 |
+
"epoch": 1.77491961414791,
|
1109 |
+
"grad_norm": 23.612730026245117,
|
1110 |
+
"learning_rate": 1.1500000000000002e-06,
|
1111 |
+
"loss": 0.144,
|
1112 |
+
"num_input_tokens_seen": 1865376,
|
1113 |
+
"step": 138
|
1114 |
+
},
|
1115 |
+
{
|
1116 |
+
"epoch": 1.787781350482315,
|
1117 |
+
"grad_norm": 11.11936092376709,
|
1118 |
+
"learning_rate": 1.1583333333333334e-06,
|
1119 |
+
"loss": 0.1269,
|
1120 |
+
"num_input_tokens_seen": 1878784,
|
1121 |
+
"step": 139
|
1122 |
+
},
|
1123 |
+
{
|
1124 |
+
"epoch": 1.8006430868167203,
|
1125 |
+
"grad_norm": 7.341479778289795,
|
1126 |
+
"learning_rate": 1.1666666666666668e-06,
|
1127 |
+
"loss": 0.1283,
|
1128 |
+
"num_input_tokens_seen": 1892320,
|
1129 |
+
"step": 140
|
1130 |
+
},
|
1131 |
+
{
|
1132 |
+
"epoch": 1.8135048231511255,
|
1133 |
+
"grad_norm": 16.097875595092773,
|
1134 |
+
"learning_rate": 1.175e-06,
|
1135 |
+
"loss": 0.0929,
|
1136 |
+
"num_input_tokens_seen": 1905728,
|
1137 |
+
"step": 141
|
1138 |
+
},
|
1139 |
+
{
|
1140 |
+
"epoch": 1.8263665594855305,
|
1141 |
+
"grad_norm": 18.07818603515625,
|
1142 |
+
"learning_rate": 1.1833333333333334e-06,
|
1143 |
+
"loss": 0.1349,
|
1144 |
+
"num_input_tokens_seen": 1918752,
|
1145 |
+
"step": 142
|
1146 |
+
},
|
1147 |
+
{
|
1148 |
+
"epoch": 1.8392282958199357,
|
1149 |
+
"grad_norm": 18.349048614501953,
|
1150 |
+
"learning_rate": 1.1916666666666668e-06,
|
1151 |
+
"loss": 0.1277,
|
1152 |
+
"num_input_tokens_seen": 1931808,
|
1153 |
+
"step": 143
|
1154 |
+
},
|
1155 |
+
{
|
1156 |
+
"epoch": 1.852090032154341,
|
1157 |
+
"grad_norm": 12.308938980102539,
|
1158 |
+
"learning_rate": 1.2000000000000002e-06,
|
1159 |
+
"loss": 0.1585,
|
1160 |
+
"num_input_tokens_seen": 1945312,
|
1161 |
+
"step": 144
|
1162 |
+
},
|
1163 |
+
{
|
1164 |
+
"epoch": 1.864951768488746,
|
1165 |
+
"grad_norm": 19.95519256591797,
|
1166 |
+
"learning_rate": 1.2083333333333333e-06,
|
1167 |
+
"loss": 0.1468,
|
1168 |
+
"num_input_tokens_seen": 1958016,
|
1169 |
+
"step": 145
|
1170 |
+
},
|
1171 |
+
{
|
1172 |
+
"epoch": 1.877813504823151,
|
1173 |
+
"grad_norm": 11.419037818908691,
|
1174 |
+
"learning_rate": 1.2166666666666667e-06,
|
1175 |
+
"loss": 0.1049,
|
1176 |
+
"num_input_tokens_seen": 1971392,
|
1177 |
+
"step": 146
|
1178 |
+
},
|
1179 |
+
{
|
1180 |
+
"epoch": 1.8906752411575563,
|
1181 |
+
"grad_norm": 9.492958068847656,
|
1182 |
+
"learning_rate": 1.2250000000000001e-06,
|
1183 |
+
"loss": 0.1297,
|
1184 |
+
"num_input_tokens_seen": 1984992,
|
1185 |
+
"step": 147
|
1186 |
+
},
|
1187 |
+
{
|
1188 |
+
"epoch": 1.9035369774919615,
|
1189 |
+
"grad_norm": 6.134005546569824,
|
1190 |
+
"learning_rate": 1.2333333333333335e-06,
|
1191 |
+
"loss": 0.1111,
|
1192 |
+
"num_input_tokens_seen": 1998144,
|
1193 |
+
"step": 148
|
1194 |
+
},
|
1195 |
+
{
|
1196 |
+
"epoch": 1.9163987138263665,
|
1197 |
+
"grad_norm": 10.250520706176758,
|
1198 |
+
"learning_rate": 1.2416666666666667e-06,
|
1199 |
+
"loss": 0.1202,
|
1200 |
+
"num_input_tokens_seen": 2012032,
|
1201 |
+
"step": 149
|
1202 |
+
},
|
1203 |
+
{
|
1204 |
+
"epoch": 1.9292604501607717,
|
1205 |
+
"grad_norm": 10.018802642822266,
|
1206 |
+
"learning_rate": 1.25e-06,
|
1207 |
+
"loss": 0.0829,
|
1208 |
+
"num_input_tokens_seen": 2025600,
|
1209 |
+
"step": 150
|
1210 |
+
},
|
1211 |
+
{
|
1212 |
+
"epoch": 1.942122186495177,
|
1213 |
+
"grad_norm": 17.175769805908203,
|
1214 |
+
"learning_rate": 1.2583333333333333e-06,
|
1215 |
+
"loss": 0.1119,
|
1216 |
+
"num_input_tokens_seen": 2040096,
|
1217 |
+
"step": 151
|
1218 |
+
},
|
1219 |
+
{
|
1220 |
+
"epoch": 1.954983922829582,
|
1221 |
+
"grad_norm": 18.159189224243164,
|
1222 |
+
"learning_rate": 1.2666666666666669e-06,
|
1223 |
+
"loss": 0.1144,
|
1224 |
+
"num_input_tokens_seen": 2053504,
|
1225 |
+
"step": 152
|
1226 |
+
},
|
1227 |
+
{
|
1228 |
+
"epoch": 1.967845659163987,
|
1229 |
+
"grad_norm": 14.536725044250488,
|
1230 |
+
"learning_rate": 1.275e-06,
|
1231 |
+
"loss": 0.117,
|
1232 |
+
"num_input_tokens_seen": 2065856,
|
1233 |
+
"step": 153
|
1234 |
+
},
|
1235 |
+
{
|
1236 |
+
"epoch": 1.9807073954983923,
|
1237 |
+
"grad_norm": 10.24523639678955,
|
1238 |
+
"learning_rate": 1.2833333333333335e-06,
|
1239 |
+
"loss": 0.0998,
|
1240 |
+
"num_input_tokens_seen": 2078656,
|
1241 |
+
"step": 154
|
1242 |
+
},
|
1243 |
+
{
|
1244 |
+
"epoch": 1.9935691318327975,
|
1245 |
+
"grad_norm": 20.030460357666016,
|
1246 |
+
"learning_rate": 1.2916666666666669e-06,
|
1247 |
+
"loss": 0.1384,
|
1248 |
+
"num_input_tokens_seen": 2092672,
|
1249 |
+
"step": 155
|
1250 |
+
},
|
1251 |
+
{
|
1252 |
+
"epoch": 2.0064308681672025,
|
1253 |
+
"grad_norm": 12.654150009155273,
|
1254 |
+
"learning_rate": 1.3e-06,
|
1255 |
+
"loss": 0.1157,
|
1256 |
+
"num_input_tokens_seen": 2105728,
|
1257 |
+
"step": 156
|
1258 |
+
},
|
1259 |
+
{
|
1260 |
+
"epoch": 2.0192926045016075,
|
1261 |
+
"grad_norm": 5.51693058013916,
|
1262 |
+
"learning_rate": 1.3083333333333334e-06,
|
1263 |
+
"loss": 0.0696,
|
1264 |
+
"num_input_tokens_seen": 2118976,
|
1265 |
+
"step": 157
|
1266 |
+
},
|
1267 |
+
{
|
1268 |
+
"epoch": 2.032154340836013,
|
1269 |
+
"grad_norm": 9.432037353515625,
|
1270 |
+
"learning_rate": 1.3166666666666666e-06,
|
1271 |
+
"loss": 0.0665,
|
1272 |
+
"num_input_tokens_seen": 2132352,
|
1273 |
+
"step": 158
|
1274 |
+
},
|
1275 |
+
{
|
1276 |
+
"epoch": 2.045016077170418,
|
1277 |
+
"grad_norm": 15.199766159057617,
|
1278 |
+
"learning_rate": 1.3250000000000002e-06,
|
1279 |
+
"loss": 0.0783,
|
1280 |
+
"num_input_tokens_seen": 2146048,
|
1281 |
+
"step": 159
|
1282 |
+
},
|
1283 |
+
{
|
1284 |
+
"epoch": 2.057877813504823,
|
1285 |
+
"grad_norm": 10.740960121154785,
|
1286 |
+
"learning_rate": 1.3333333333333334e-06,
|
1287 |
+
"loss": 0.0749,
|
1288 |
+
"num_input_tokens_seen": 2158752,
|
1289 |
+
"step": 160
|
1290 |
+
},
|
1291 |
+
{
|
1292 |
+
"epoch": 2.0707395498392285,
|
1293 |
+
"grad_norm": 7.335105895996094,
|
1294 |
+
"learning_rate": 1.3416666666666666e-06,
|
1295 |
+
"loss": 0.0731,
|
1296 |
+
"num_input_tokens_seen": 2171872,
|
1297 |
+
"step": 161
|
1298 |
+
},
|
1299 |
+
{
|
1300 |
+
"epoch": 2.0836012861736335,
|
1301 |
+
"grad_norm": 14.225622177124023,
|
1302 |
+
"learning_rate": 1.3500000000000002e-06,
|
1303 |
+
"loss": 0.0913,
|
1304 |
+
"num_input_tokens_seen": 2184800,
|
1305 |
+
"step": 162
|
1306 |
+
},
|
1307 |
+
{
|
1308 |
+
"epoch": 2.0964630225080385,
|
1309 |
+
"grad_norm": 12.737798690795898,
|
1310 |
+
"learning_rate": 1.3583333333333334e-06,
|
1311 |
+
"loss": 0.0521,
|
1312 |
+
"num_input_tokens_seen": 2198176,
|
1313 |
+
"step": 163
|
1314 |
+
},
|
1315 |
+
{
|
1316 |
+
"epoch": 2.1093247588424435,
|
1317 |
+
"grad_norm": 10.609269142150879,
|
1318 |
+
"learning_rate": 1.3666666666666668e-06,
|
1319 |
+
"loss": 0.068,
|
1320 |
+
"num_input_tokens_seen": 2211392,
|
1321 |
+
"step": 164
|
1322 |
+
},
|
1323 |
+
{
|
1324 |
+
"epoch": 2.122186495176849,
|
1325 |
+
"grad_norm": 8.30199146270752,
|
1326 |
+
"learning_rate": 1.3750000000000002e-06,
|
1327 |
+
"loss": 0.0686,
|
1328 |
+
"num_input_tokens_seen": 2224480,
|
1329 |
+
"step": 165
|
1330 |
+
},
|
1331 |
+
{
|
1332 |
+
"epoch": 2.135048231511254,
|
1333 |
+
"grad_norm": 6.069125175476074,
|
1334 |
+
"learning_rate": 1.3833333333333336e-06,
|
1335 |
+
"loss": 0.0545,
|
1336 |
+
"num_input_tokens_seen": 2237920,
|
1337 |
+
"step": 166
|
1338 |
+
},
|
1339 |
+
{
|
1340 |
+
"epoch": 2.147909967845659,
|
1341 |
+
"grad_norm": 4.639097213745117,
|
1342 |
+
"learning_rate": 1.3916666666666668e-06,
|
1343 |
+
"loss": 0.0347,
|
1344 |
+
"num_input_tokens_seen": 2251008,
|
1345 |
+
"step": 167
|
1346 |
+
},
|
1347 |
+
{
|
1348 |
+
"epoch": 2.1607717041800645,
|
1349 |
+
"grad_norm": 9.093743324279785,
|
1350 |
+
"learning_rate": 1.4000000000000001e-06,
|
1351 |
+
"loss": 0.0993,
|
1352 |
+
"num_input_tokens_seen": 2264448,
|
1353 |
+
"step": 168
|
1354 |
+
},
|
1355 |
+
{
|
1356 |
+
"epoch": 2.1736334405144695,
|
1357 |
+
"grad_norm": 8.8851900100708,
|
1358 |
+
"learning_rate": 1.4083333333333335e-06,
|
1359 |
+
"loss": 0.1059,
|
1360 |
+
"num_input_tokens_seen": 2277568,
|
1361 |
+
"step": 169
|
1362 |
+
},
|
1363 |
+
{
|
1364 |
+
"epoch": 2.1864951768488745,
|
1365 |
+
"grad_norm": 10.823246955871582,
|
1366 |
+
"learning_rate": 1.4166666666666667e-06,
|
1367 |
+
"loss": 0.089,
|
1368 |
+
"num_input_tokens_seen": 2291168,
|
1369 |
+
"step": 170
|
1370 |
+
},
|
1371 |
+
{
|
1372 |
+
"epoch": 2.19935691318328,
|
1373 |
+
"grad_norm": 5.454392910003662,
|
1374 |
+
"learning_rate": 1.425e-06,
|
1375 |
+
"loss": 0.0379,
|
1376 |
+
"num_input_tokens_seen": 2304192,
|
1377 |
+
"step": 171
|
1378 |
+
},
|
1379 |
+
{
|
1380 |
+
"epoch": 2.212218649517685,
|
1381 |
+
"grad_norm": 6.2786030769348145,
|
1382 |
+
"learning_rate": 1.4333333333333335e-06,
|
1383 |
+
"loss": 0.0626,
|
1384 |
+
"num_input_tokens_seen": 2317920,
|
1385 |
+
"step": 172
|
1386 |
+
},
|
1387 |
+
{
|
1388 |
+
"epoch": 2.22508038585209,
|
1389 |
+
"grad_norm": 8.764283180236816,
|
1390 |
+
"learning_rate": 1.4416666666666667e-06,
|
1391 |
+
"loss": 0.0957,
|
1392 |
+
"num_input_tokens_seen": 2332416,
|
1393 |
+
"step": 173
|
1394 |
+
},
|
1395 |
+
{
|
1396 |
+
"epoch": 2.237942122186495,
|
1397 |
+
"grad_norm": 10.533244132995605,
|
1398 |
+
"learning_rate": 1.45e-06,
|
1399 |
+
"loss": 0.0636,
|
1400 |
+
"num_input_tokens_seen": 2346112,
|
1401 |
+
"step": 174
|
1402 |
+
},
|
1403 |
+
{
|
1404 |
+
"epoch": 2.2508038585209005,
|
1405 |
+
"grad_norm": 7.398101329803467,
|
1406 |
+
"learning_rate": 1.4583333333333335e-06,
|
1407 |
+
"loss": 0.074,
|
1408 |
+
"num_input_tokens_seen": 2359488,
|
1409 |
+
"step": 175
|
1410 |
+
},
|
1411 |
+
{
|
1412 |
+
"epoch": 2.2636655948553055,
|
1413 |
+
"grad_norm": 6.4459686279296875,
|
1414 |
+
"learning_rate": 1.4666666666666669e-06,
|
1415 |
+
"loss": 0.0685,
|
1416 |
+
"num_input_tokens_seen": 2372928,
|
1417 |
+
"step": 176
|
1418 |
+
},
|
1419 |
+
{
|
1420 |
+
"epoch": 2.2765273311897105,
|
1421 |
+
"grad_norm": 5.918321132659912,
|
1422 |
+
"learning_rate": 1.475e-06,
|
1423 |
+
"loss": 0.0574,
|
1424 |
+
"num_input_tokens_seen": 2386016,
|
1425 |
+
"step": 177
|
1426 |
+
},
|
1427 |
+
{
|
1428 |
+
"epoch": 2.289389067524116,
|
1429 |
+
"grad_norm": 7.045689582824707,
|
1430 |
+
"learning_rate": 1.4833333333333337e-06,
|
1431 |
+
"loss": 0.0619,
|
1432 |
+
"num_input_tokens_seen": 2399936,
|
1433 |
+
"step": 178
|
1434 |
+
},
|
1435 |
+
{
|
1436 |
+
"epoch": 2.302250803858521,
|
1437 |
+
"grad_norm": 9.59676742553711,
|
1438 |
+
"learning_rate": 1.4916666666666669e-06,
|
1439 |
+
"loss": 0.0683,
|
1440 |
+
"num_input_tokens_seen": 2412480,
|
1441 |
+
"step": 179
|
1442 |
+
},
|
1443 |
+
{
|
1444 |
+
"epoch": 2.315112540192926,
|
1445 |
+
"grad_norm": 7.824158668518066,
|
1446 |
+
"learning_rate": 1.5e-06,
|
1447 |
+
"loss": 0.07,
|
1448 |
+
"num_input_tokens_seen": 2425888,
|
1449 |
+
"step": 180
|
1450 |
+
},
|
1451 |
+
{
|
1452 |
+
"epoch": 2.327974276527331,
|
1453 |
+
"grad_norm": 10.920543670654297,
|
1454 |
+
"learning_rate": 1.5083333333333336e-06,
|
1455 |
+
"loss": 0.1154,
|
1456 |
+
"num_input_tokens_seen": 2439168,
|
1457 |
+
"step": 181
|
1458 |
+
},
|
1459 |
+
{
|
1460 |
+
"epoch": 2.3408360128617365,
|
1461 |
+
"grad_norm": 7.014737606048584,
|
1462 |
+
"learning_rate": 1.5166666666666668e-06,
|
1463 |
+
"loss": 0.0923,
|
1464 |
+
"num_input_tokens_seen": 2452928,
|
1465 |
+
"step": 182
|
1466 |
+
},
|
1467 |
+
{
|
1468 |
+
"epoch": 2.3536977491961415,
|
1469 |
+
"grad_norm": 7.072991371154785,
|
1470 |
+
"learning_rate": 1.525e-06,
|
1471 |
+
"loss": 0.0777,
|
1472 |
+
"num_input_tokens_seen": 2465760,
|
1473 |
+
"step": 183
|
1474 |
+
},
|
1475 |
+
{
|
1476 |
+
"epoch": 2.3665594855305465,
|
1477 |
+
"grad_norm": 13.426029205322266,
|
1478 |
+
"learning_rate": 1.5333333333333334e-06,
|
1479 |
+
"loss": 0.0754,
|
1480 |
+
"num_input_tokens_seen": 2479744,
|
1481 |
+
"step": 184
|
1482 |
+
},
|
1483 |
+
{
|
1484 |
+
"epoch": 2.379421221864952,
|
1485 |
+
"grad_norm": 9.223447799682617,
|
1486 |
+
"learning_rate": 1.5416666666666668e-06,
|
1487 |
+
"loss": 0.0704,
|
1488 |
+
"num_input_tokens_seen": 2493024,
|
1489 |
+
"step": 185
|
1490 |
+
},
|
1491 |
+
{
|
1492 |
+
"epoch": 2.392282958199357,
|
1493 |
+
"grad_norm": 6.772041320800781,
|
1494 |
+
"learning_rate": 1.5500000000000002e-06,
|
1495 |
+
"loss": 0.0915,
|
1496 |
+
"num_input_tokens_seen": 2506720,
|
1497 |
+
"step": 186
|
1498 |
+
},
|
1499 |
+
{
|
1500 |
+
"epoch": 2.405144694533762,
|
1501 |
+
"grad_norm": 7.140571117401123,
|
1502 |
+
"learning_rate": 1.5583333333333334e-06,
|
1503 |
+
"loss": 0.087,
|
1504 |
+
"num_input_tokens_seen": 2519776,
|
1505 |
+
"step": 187
|
1506 |
+
},
|
1507 |
+
{
|
1508 |
+
"epoch": 2.418006430868167,
|
1509 |
+
"grad_norm": 9.75447940826416,
|
1510 |
+
"learning_rate": 1.566666666666667e-06,
|
1511 |
+
"loss": 0.0566,
|
1512 |
+
"num_input_tokens_seen": 2533536,
|
1513 |
+
"step": 188
|
1514 |
+
},
|
1515 |
+
{
|
1516 |
+
"epoch": 2.4308681672025725,
|
1517 |
+
"grad_norm": 12.131728172302246,
|
1518 |
+
"learning_rate": 1.5750000000000002e-06,
|
1519 |
+
"loss": 0.1037,
|
1520 |
+
"num_input_tokens_seen": 2547520,
|
1521 |
+
"step": 189
|
1522 |
+
},
|
1523 |
+
{
|
1524 |
+
"epoch": 2.4437299035369775,
|
1525 |
+
"grad_norm": 10.324275970458984,
|
1526 |
+
"learning_rate": 1.5833333333333333e-06,
|
1527 |
+
"loss": 0.1143,
|
1528 |
+
"num_input_tokens_seen": 2561280,
|
1529 |
+
"step": 190
|
1530 |
+
},
|
1531 |
+
{
|
1532 |
+
"epoch": 2.4565916398713825,
|
1533 |
+
"grad_norm": 15.137426376342773,
|
1534 |
+
"learning_rate": 1.591666666666667e-06,
|
1535 |
+
"loss": 0.0829,
|
1536 |
+
"num_input_tokens_seen": 2575136,
|
1537 |
+
"step": 191
|
1538 |
+
},
|
1539 |
+
{
|
1540 |
+
"epoch": 2.469453376205788,
|
1541 |
+
"grad_norm": 4.877906322479248,
|
1542 |
+
"learning_rate": 1.6000000000000001e-06,
|
1543 |
+
"loss": 0.0422,
|
1544 |
+
"num_input_tokens_seen": 2588736,
|
1545 |
+
"step": 192
|
1546 |
+
},
|
1547 |
+
{
|
1548 |
+
"epoch": 2.482315112540193,
|
1549 |
+
"grad_norm": 6.23721170425415,
|
1550 |
+
"learning_rate": 1.6083333333333333e-06,
|
1551 |
+
"loss": 0.0727,
|
1552 |
+
"num_input_tokens_seen": 2602400,
|
1553 |
+
"step": 193
|
1554 |
+
},
|
1555 |
+
{
|
1556 |
+
"epoch": 2.495176848874598,
|
1557 |
+
"grad_norm": 10.653412818908691,
|
1558 |
+
"learning_rate": 1.6166666666666667e-06,
|
1559 |
+
"loss": 0.0836,
|
1560 |
+
"num_input_tokens_seen": 2615648,
|
1561 |
+
"step": 194
|
1562 |
+
},
|
1563 |
+
{
|
1564 |
+
"epoch": 2.508038585209003,
|
1565 |
+
"grad_norm": 8.391611099243164,
|
1566 |
+
"learning_rate": 1.6250000000000001e-06,
|
1567 |
+
"loss": 0.0803,
|
1568 |
+
"num_input_tokens_seen": 2629024,
|
1569 |
+
"step": 195
|
1570 |
+
},
|
1571 |
+
{
|
1572 |
+
"epoch": 2.5209003215434085,
|
1573 |
+
"grad_norm": 6.826237201690674,
|
1574 |
+
"learning_rate": 1.6333333333333335e-06,
|
1575 |
+
"loss": 0.0654,
|
1576 |
+
"num_input_tokens_seen": 2642784,
|
1577 |
+
"step": 196
|
1578 |
+
},
|
1579 |
+
{
|
1580 |
+
"epoch": 2.5337620578778135,
|
1581 |
+
"grad_norm": 7.795334339141846,
|
1582 |
+
"learning_rate": 1.6416666666666667e-06,
|
1583 |
+
"loss": 0.0587,
|
1584 |
+
"num_input_tokens_seen": 2656064,
|
1585 |
+
"step": 197
|
1586 |
+
},
|
1587 |
+
{
|
1588 |
+
"epoch": 2.5466237942122185,
|
1589 |
+
"grad_norm": 9.136542320251465,
|
1590 |
+
"learning_rate": 1.6500000000000003e-06,
|
1591 |
+
"loss": 0.0848,
|
1592 |
+
"num_input_tokens_seen": 2669472,
|
1593 |
+
"step": 198
|
1594 |
+
},
|
1595 |
+
{
|
1596 |
+
"epoch": 2.559485530546624,
|
1597 |
+
"grad_norm": 4.476882457733154,
|
1598 |
+
"learning_rate": 1.6583333333333335e-06,
|
1599 |
+
"loss": 0.0525,
|
1600 |
+
"num_input_tokens_seen": 2682944,
|
1601 |
+
"step": 199
|
1602 |
+
},
|
1603 |
+
{
|
1604 |
+
"epoch": 2.572347266881029,
|
1605 |
+
"grad_norm": 8.298385620117188,
|
1606 |
+
"learning_rate": 1.6666666666666667e-06,
|
1607 |
+
"loss": 0.0677,
|
1608 |
+
"num_input_tokens_seen": 2695968,
|
1609 |
+
"step": 200
|
1610 |
+
},
|
1611 |
+
{
|
1612 |
+
"epoch": 2.585209003215434,
|
1613 |
+
"grad_norm": 9.084216117858887,
|
1614 |
+
"learning_rate": 1.6750000000000003e-06,
|
1615 |
+
"loss": 0.062,
|
1616 |
+
"num_input_tokens_seen": 2709504,
|
1617 |
+
"step": 201
|
1618 |
+
},
|
1619 |
+
{
|
1620 |
+
"epoch": 2.598070739549839,
|
1621 |
+
"grad_norm": 10.124899864196777,
|
1622 |
+
"learning_rate": 1.6833333333333335e-06,
|
1623 |
+
"loss": 0.0674,
|
1624 |
+
"num_input_tokens_seen": 2723264,
|
1625 |
+
"step": 202
|
1626 |
+
},
|
1627 |
+
{
|
1628 |
+
"epoch": 2.6109324758842445,
|
1629 |
+
"grad_norm": 5.721729755401611,
|
1630 |
+
"learning_rate": 1.6916666666666666e-06,
|
1631 |
+
"loss": 0.0533,
|
1632 |
+
"num_input_tokens_seen": 2736768,
|
1633 |
+
"step": 203
|
1634 |
+
},
|
1635 |
+
{
|
1636 |
+
"epoch": 2.6237942122186495,
|
1637 |
+
"grad_norm": 6.966607570648193,
|
1638 |
+
"learning_rate": 1.7000000000000002e-06,
|
1639 |
+
"loss": 0.0757,
|
1640 |
+
"num_input_tokens_seen": 2750816,
|
1641 |
+
"step": 204
|
1642 |
+
},
|
1643 |
+
{
|
1644 |
+
"epoch": 2.6366559485530545,
|
1645 |
+
"grad_norm": 12.730990409851074,
|
1646 |
+
"learning_rate": 1.7083333333333334e-06,
|
1647 |
+
"loss": 0.0777,
|
1648 |
+
"num_input_tokens_seen": 2764576,
|
1649 |
+
"step": 205
|
1650 |
+
},
|
1651 |
+
{
|
1652 |
+
"epoch": 2.64951768488746,
|
1653 |
+
"grad_norm": 13.19457721710205,
|
1654 |
+
"learning_rate": 1.7166666666666668e-06,
|
1655 |
+
"loss": 0.0921,
|
1656 |
+
"num_input_tokens_seen": 2778080,
|
1657 |
+
"step": 206
|
1658 |
+
},
|
1659 |
+
{
|
1660 |
+
"epoch": 2.662379421221865,
|
1661 |
+
"grad_norm": 6.583987712860107,
|
1662 |
+
"learning_rate": 1.725e-06,
|
1663 |
+
"loss": 0.0378,
|
1664 |
+
"num_input_tokens_seen": 2790976,
|
1665 |
+
"step": 207
|
1666 |
+
},
|
1667 |
+
{
|
1668 |
+
"epoch": 2.67524115755627,
|
1669 |
+
"grad_norm": 6.989199161529541,
|
1670 |
+
"learning_rate": 1.7333333333333336e-06,
|
1671 |
+
"loss": 0.0671,
|
1672 |
+
"num_input_tokens_seen": 2805152,
|
1673 |
+
"step": 208
|
1674 |
+
},
|
1675 |
+
{
|
1676 |
+
"epoch": 2.688102893890675,
|
1677 |
+
"grad_norm": 8.903035163879395,
|
1678 |
+
"learning_rate": 1.7416666666666668e-06,
|
1679 |
+
"loss": 0.0664,
|
1680 |
+
"num_input_tokens_seen": 2818688,
|
1681 |
+
"step": 209
|
1682 |
+
},
|
1683 |
+
{
|
1684 |
+
"epoch": 2.7009646302250805,
|
1685 |
+
"grad_norm": 10.817940711975098,
|
1686 |
+
"learning_rate": 1.75e-06,
|
1687 |
+
"loss": 0.072,
|
1688 |
+
"num_input_tokens_seen": 2831872,
|
1689 |
+
"step": 210
|
1690 |
+
},
|
1691 |
+
{
|
1692 |
+
"epoch": 2.7138263665594855,
|
1693 |
+
"grad_norm": 9.068681716918945,
|
1694 |
+
"learning_rate": 1.7583333333333336e-06,
|
1695 |
+
"loss": 0.0883,
|
1696 |
+
"num_input_tokens_seen": 2845984,
|
1697 |
+
"step": 211
|
1698 |
+
},
|
1699 |
+
{
|
1700 |
+
"epoch": 2.7266881028938905,
|
1701 |
+
"grad_norm": 4.464389801025391,
|
1702 |
+
"learning_rate": 1.7666666666666668e-06,
|
1703 |
+
"loss": 0.0414,
|
1704 |
+
"num_input_tokens_seen": 2859232,
|
1705 |
+
"step": 212
|
1706 |
+
},
|
1707 |
+
{
|
1708 |
+
"epoch": 2.739549839228296,
|
1709 |
+
"grad_norm": 4.999591827392578,
|
1710 |
+
"learning_rate": 1.7750000000000002e-06,
|
1711 |
+
"loss": 0.031,
|
1712 |
+
"num_input_tokens_seen": 2872192,
|
1713 |
+
"step": 213
|
1714 |
+
},
|
1715 |
+
{
|
1716 |
+
"epoch": 2.752411575562701,
|
1717 |
+
"grad_norm": 6.336106300354004,
|
1718 |
+
"learning_rate": 1.7833333333333336e-06,
|
1719 |
+
"loss": 0.0634,
|
1720 |
+
"num_input_tokens_seen": 2885312,
|
1721 |
+
"step": 214
|
1722 |
+
},
|
1723 |
+
{
|
1724 |
+
"epoch": 2.765273311897106,
|
1725 |
+
"grad_norm": 7.798391819000244,
|
1726 |
+
"learning_rate": 1.7916666666666667e-06,
|
1727 |
+
"loss": 0.0837,
|
1728 |
+
"num_input_tokens_seen": 2899072,
|
1729 |
+
"step": 215
|
1730 |
+
},
|
1731 |
+
{
|
1732 |
+
"epoch": 2.778135048231511,
|
1733 |
+
"grad_norm": 8.36534595489502,
|
1734 |
+
"learning_rate": 1.8000000000000001e-06,
|
1735 |
+
"loss": 0.0855,
|
1736 |
+
"num_input_tokens_seen": 2912448,
|
1737 |
+
"step": 216
|
1738 |
+
},
|
1739 |
+
{
|
1740 |
+
"epoch": 2.7909967845659165,
|
1741 |
+
"grad_norm": 9.043126106262207,
|
1742 |
+
"learning_rate": 1.8083333333333335e-06,
|
1743 |
+
"loss": 0.0945,
|
1744 |
+
"num_input_tokens_seen": 2925120,
|
1745 |
+
"step": 217
|
1746 |
+
},
|
1747 |
+
{
|
1748 |
+
"epoch": 2.8038585209003215,
|
1749 |
+
"grad_norm": 5.886596202850342,
|
1750 |
+
"learning_rate": 1.816666666666667e-06,
|
1751 |
+
"loss": 0.078,
|
1752 |
+
"num_input_tokens_seen": 2938336,
|
1753 |
+
"step": 218
|
1754 |
+
},
|
1755 |
+
{
|
1756 |
+
"epoch": 2.816720257234727,
|
1757 |
+
"grad_norm": 6.200281620025635,
|
1758 |
+
"learning_rate": 1.825e-06,
|
1759 |
+
"loss": 0.0573,
|
1760 |
+
"num_input_tokens_seen": 2951264,
|
1761 |
+
"step": 219
|
1762 |
+
},
|
1763 |
+
{
|
1764 |
+
"epoch": 2.829581993569132,
|
1765 |
+
"grad_norm": 10.755176544189453,
|
1766 |
+
"learning_rate": 1.8333333333333333e-06,
|
1767 |
+
"loss": 0.0806,
|
1768 |
+
"num_input_tokens_seen": 2965120,
|
1769 |
+
"step": 220
|
1770 |
+
},
|
1771 |
+
{
|
1772 |
+
"epoch": 2.842443729903537,
|
1773 |
+
"grad_norm": 7.736689567565918,
|
1774 |
+
"learning_rate": 1.8416666666666669e-06,
|
1775 |
+
"loss": 0.0961,
|
1776 |
+
"num_input_tokens_seen": 2978368,
|
1777 |
+
"step": 221
|
1778 |
+
},
|
1779 |
+
{
|
1780 |
+
"epoch": 2.855305466237942,
|
1781 |
+
"grad_norm": 8.25919246673584,
|
1782 |
+
"learning_rate": 1.85e-06,
|
1783 |
+
"loss": 0.0732,
|
1784 |
+
"num_input_tokens_seen": 2992000,
|
1785 |
+
"step": 222
|
1786 |
+
},
|
1787 |
+
{
|
1788 |
+
"epoch": 2.868167202572347,
|
1789 |
+
"grad_norm": 9.59769344329834,
|
1790 |
+
"learning_rate": 1.8583333333333335e-06,
|
1791 |
+
"loss": 0.0957,
|
1792 |
+
"num_input_tokens_seen": 3006048,
|
1793 |
+
"step": 223
|
1794 |
+
},
|
1795 |
+
{
|
1796 |
+
"epoch": 2.8810289389067525,
|
1797 |
+
"grad_norm": 7.2752485275268555,
|
1798 |
+
"learning_rate": 1.8666666666666669e-06,
|
1799 |
+
"loss": 0.0774,
|
1800 |
+
"num_input_tokens_seen": 3019744,
|
1801 |
+
"step": 224
|
1802 |
+
},
|
1803 |
+
{
|
1804 |
+
"epoch": 2.8938906752411575,
|
1805 |
+
"grad_norm": 5.989022731781006,
|
1806 |
+
"learning_rate": 1.8750000000000003e-06,
|
1807 |
+
"loss": 0.0691,
|
1808 |
+
"num_input_tokens_seen": 3033568,
|
1809 |
+
"step": 225
|
1810 |
+
},
|
1811 |
+
{
|
1812 |
+
"epoch": 2.906752411575563,
|
1813 |
+
"grad_norm": 6.692146301269531,
|
1814 |
+
"learning_rate": 1.8833333333333334e-06,
|
1815 |
+
"loss": 0.0529,
|
1816 |
+
"num_input_tokens_seen": 3047712,
|
1817 |
+
"step": 226
|
1818 |
+
},
|
1819 |
+
{
|
1820 |
+
"epoch": 2.919614147909968,
|
1821 |
+
"grad_norm": 7.606103897094727,
|
1822 |
+
"learning_rate": 1.8916666666666668e-06,
|
1823 |
+
"loss": 0.0811,
|
1824 |
+
"num_input_tokens_seen": 3060800,
|
1825 |
+
"step": 227
|
1826 |
+
},
|
1827 |
+
{
|
1828 |
+
"epoch": 2.932475884244373,
|
1829 |
+
"grad_norm": 8.168295860290527,
|
1830 |
+
"learning_rate": 1.9000000000000002e-06,
|
1831 |
+
"loss": 0.1211,
|
1832 |
+
"num_input_tokens_seen": 3074720,
|
1833 |
+
"step": 228
|
1834 |
+
},
|
1835 |
+
{
|
1836 |
+
"epoch": 2.945337620578778,
|
1837 |
+
"grad_norm": 5.379516124725342,
|
1838 |
+
"learning_rate": 1.9083333333333334e-06,
|
1839 |
+
"loss": 0.0489,
|
1840 |
+
"num_input_tokens_seen": 3088448,
|
1841 |
+
"step": 229
|
1842 |
+
},
|
1843 |
+
{
|
1844 |
+
"epoch": 2.958199356913183,
|
1845 |
+
"grad_norm": 11.40697956085205,
|
1846 |
+
"learning_rate": 1.916666666666667e-06,
|
1847 |
+
"loss": 0.0947,
|
1848 |
+
"num_input_tokens_seen": 3103008,
|
1849 |
+
"step": 230
|
1850 |
+
},
|
1851 |
+
{
|
1852 |
+
"epoch": 2.9710610932475885,
|
1853 |
+
"grad_norm": 6.254599571228027,
|
1854 |
+
"learning_rate": 1.925e-06,
|
1855 |
+
"loss": 0.0561,
|
1856 |
+
"num_input_tokens_seen": 3116320,
|
1857 |
+
"step": 231
|
1858 |
+
},
|
1859 |
+
{
|
1860 |
+
"epoch": 2.9839228295819935,
|
1861 |
+
"grad_norm": 6.7563300132751465,
|
1862 |
+
"learning_rate": 1.9333333333333336e-06,
|
1863 |
+
"loss": 0.0629,
|
1864 |
+
"num_input_tokens_seen": 3130592,
|
1865 |
+
"step": 232
|
1866 |
+
},
|
1867 |
+
{
|
1868 |
+
"epoch": 2.996784565916399,
|
1869 |
+
"grad_norm": 3.745004177093506,
|
1870 |
+
"learning_rate": 1.9416666666666666e-06,
|
1871 |
+
"loss": 0.0579,
|
1872 |
+
"num_input_tokens_seen": 3144000,
|
1873 |
+
"step": 233
|
1874 |
+
},
|
1875 |
+
{
|
1876 |
+
"epoch": 3.009646302250804,
|
1877 |
+
"grad_norm": 3.5915324687957764,
|
1878 |
+
"learning_rate": 1.9500000000000004e-06,
|
1879 |
+
"loss": 0.0285,
|
1880 |
+
"num_input_tokens_seen": 3157472,
|
1881 |
+
"step": 234
|
1882 |
+
},
|
1883 |
+
{
|
1884 |
+
"epoch": 3.022508038585209,
|
1885 |
+
"grad_norm": 2.564159631729126,
|
1886 |
+
"learning_rate": 1.9583333333333334e-06,
|
1887 |
+
"loss": 0.0256,
|
1888 |
+
"num_input_tokens_seen": 3170656,
|
1889 |
+
"step": 235
|
1890 |
+
},
|
1891 |
+
{
|
1892 |
+
"epoch": 3.035369774919614,
|
1893 |
+
"grad_norm": 5.488891124725342,
|
1894 |
+
"learning_rate": 1.9666666666666668e-06,
|
1895 |
+
"loss": 0.0247,
|
1896 |
+
"num_input_tokens_seen": 3184320,
|
1897 |
+
"step": 236
|
1898 |
+
},
|
1899 |
+
{
|
1900 |
+
"epoch": 3.0482315112540195,
|
1901 |
+
"grad_norm": 4.964622497558594,
|
1902 |
+
"learning_rate": 1.975e-06,
|
1903 |
+
"loss": 0.0325,
|
1904 |
+
"num_input_tokens_seen": 3197216,
|
1905 |
+
"step": 237
|
1906 |
+
},
|
1907 |
+
{
|
1908 |
+
"epoch": 3.0610932475884245,
|
1909 |
+
"grad_norm": 5.399533748626709,
|
1910 |
+
"learning_rate": 1.9833333333333335e-06,
|
1911 |
+
"loss": 0.0172,
|
1912 |
+
"num_input_tokens_seen": 3211008,
|
1913 |
+
"step": 238
|
1914 |
+
},
|
1915 |
+
{
|
1916 |
+
"epoch": 3.0739549839228295,
|
1917 |
+
"grad_norm": 5.841439247131348,
|
1918 |
+
"learning_rate": 1.991666666666667e-06,
|
1919 |
+
"loss": 0.05,
|
1920 |
+
"num_input_tokens_seen": 3225152,
|
1921 |
+
"step": 239
|
1922 |
+
},
|
1923 |
+
{
|
1924 |
+
"epoch": 3.0868167202572345,
|
1925 |
+
"grad_norm": 3.352426052093506,
|
1926 |
+
"learning_rate": 2.0000000000000003e-06,
|
1927 |
+
"loss": 0.0134,
|
1928 |
+
"num_input_tokens_seen": 3238752,
|
1929 |
+
"step": 240
|
1930 |
+
},
|
1931 |
+
{
|
1932 |
+
"epoch": 3.09967845659164,
|
1933 |
+
"grad_norm": 8.727036476135254,
|
1934 |
+
"learning_rate": 2.0083333333333337e-06,
|
1935 |
+
"loss": 0.0434,
|
1936 |
+
"num_input_tokens_seen": 3252224,
|
1937 |
+
"step": 241
|
1938 |
+
},
|
1939 |
+
{
|
1940 |
+
"epoch": 3.112540192926045,
|
1941 |
+
"grad_norm": 6.6712727546691895,
|
1942 |
+
"learning_rate": 2.0166666666666667e-06,
|
1943 |
+
"loss": 0.0186,
|
1944 |
+
"num_input_tokens_seen": 3264832,
|
1945 |
+
"step": 242
|
1946 |
+
},
|
1947 |
+
{
|
1948 |
+
"epoch": 3.12540192926045,
|
1949 |
+
"grad_norm": 5.2496490478515625,
|
1950 |
+
"learning_rate": 2.025e-06,
|
1951 |
+
"loss": 0.0341,
|
1952 |
+
"num_input_tokens_seen": 3278048,
|
1953 |
+
"step": 243
|
1954 |
+
},
|
1955 |
+
{
|
1956 |
+
"epoch": 3.1382636655948555,
|
1957 |
+
"grad_norm": 6.601498126983643,
|
1958 |
+
"learning_rate": 2.0333333333333335e-06,
|
1959 |
+
"loss": 0.0386,
|
1960 |
+
"num_input_tokens_seen": 3291680,
|
1961 |
+
"step": 244
|
1962 |
+
},
|
1963 |
+
{
|
1964 |
+
"epoch": 3.1511254019292605,
|
1965 |
+
"grad_norm": 5.705418109893799,
|
1966 |
+
"learning_rate": 2.041666666666667e-06,
|
1967 |
+
"loss": 0.0389,
|
1968 |
+
"num_input_tokens_seen": 3305440,
|
1969 |
+
"step": 245
|
1970 |
+
},
|
1971 |
+
{
|
1972 |
+
"epoch": 3.1639871382636655,
|
1973 |
+
"grad_norm": 4.315848350524902,
|
1974 |
+
"learning_rate": 2.05e-06,
|
1975 |
+
"loss": 0.0227,
|
1976 |
+
"num_input_tokens_seen": 3319360,
|
1977 |
+
"step": 246
|
1978 |
+
},
|
1979 |
+
{
|
1980 |
+
"epoch": 3.176848874598071,
|
1981 |
+
"grad_norm": 3.5968470573425293,
|
1982 |
+
"learning_rate": 2.0583333333333337e-06,
|
1983 |
+
"loss": 0.0317,
|
1984 |
+
"num_input_tokens_seen": 3333088,
|
1985 |
+
"step": 247
|
1986 |
+
},
|
1987 |
+
{
|
1988 |
+
"epoch": 3.189710610932476,
|
1989 |
+
"grad_norm": 3.23504638671875,
|
1990 |
+
"learning_rate": 2.0666666666666666e-06,
|
1991 |
+
"loss": 0.0335,
|
1992 |
+
"num_input_tokens_seen": 3345856,
|
1993 |
+
"step": 248
|
1994 |
+
},
|
1995 |
+
{
|
1996 |
+
"epoch": 3.202572347266881,
|
1997 |
+
"grad_norm": 3.6574056148529053,
|
1998 |
+
"learning_rate": 2.075e-06,
|
1999 |
+
"loss": 0.0257,
|
2000 |
+
"num_input_tokens_seen": 3358880,
|
2001 |
+
"step": 249
|
2002 |
+
},
|
2003 |
+
{
|
2004 |
+
"epoch": 3.215434083601286,
|
2005 |
+
"grad_norm": 2.903745651245117,
|
2006 |
+
"learning_rate": 2.0833333333333334e-06,
|
2007 |
+
"loss": 0.0244,
|
2008 |
+
"num_input_tokens_seen": 3373312,
|
2009 |
+
"step": 250
|
2010 |
+
},
|
2011 |
+
{
|
2012 |
+
"epoch": 3.2282958199356915,
|
2013 |
+
"grad_norm": 5.933866024017334,
|
2014 |
+
"learning_rate": 2.091666666666667e-06,
|
2015 |
+
"loss": 0.0285,
|
2016 |
+
"num_input_tokens_seen": 3386336,
|
2017 |
+
"step": 251
|
2018 |
+
},
|
2019 |
+
{
|
2020 |
+
"epoch": 3.2411575562700965,
|
2021 |
+
"grad_norm": 2.2281062602996826,
|
2022 |
+
"learning_rate": 2.1000000000000002e-06,
|
2023 |
+
"loss": 0.0093,
|
2024 |
+
"num_input_tokens_seen": 3399904,
|
2025 |
+
"step": 252
|
2026 |
+
},
|
2027 |
+
{
|
2028 |
+
"epoch": 3.2540192926045015,
|
2029 |
+
"grad_norm": 5.6479573249816895,
|
2030 |
+
"learning_rate": 2.1083333333333336e-06,
|
2031 |
+
"loss": 0.0415,
|
2032 |
+
"num_input_tokens_seen": 3412896,
|
2033 |
+
"step": 253
|
2034 |
+
},
|
2035 |
+
{
|
2036 |
+
"epoch": 3.266881028938907,
|
2037 |
+
"grad_norm": 3.5148093700408936,
|
2038 |
+
"learning_rate": 2.116666666666667e-06,
|
2039 |
+
"loss": 0.0239,
|
2040 |
+
"num_input_tokens_seen": 3426336,
|
2041 |
+
"step": 254
|
2042 |
+
},
|
2043 |
+
{
|
2044 |
+
"epoch": 3.279742765273312,
|
2045 |
+
"grad_norm": 8.129992485046387,
|
2046 |
+
"learning_rate": 2.125e-06,
|
2047 |
+
"loss": 0.0412,
|
2048 |
+
"num_input_tokens_seen": 3439680,
|
2049 |
+
"step": 255
|
2050 |
+
},
|
2051 |
+
{
|
2052 |
+
"epoch": 3.292604501607717,
|
2053 |
+
"grad_norm": 10.018027305603027,
|
2054 |
+
"learning_rate": 2.133333333333334e-06,
|
2055 |
+
"loss": 0.0503,
|
2056 |
+
"num_input_tokens_seen": 3453760,
|
2057 |
+
"step": 256
|
2058 |
+
},
|
2059 |
+
{
|
2060 |
+
"epoch": 3.305466237942122,
|
2061 |
+
"grad_norm": 1.7141941785812378,
|
2062 |
+
"learning_rate": 2.1416666666666668e-06,
|
2063 |
+
"loss": 0.0046,
|
2064 |
+
"num_input_tokens_seen": 3466496,
|
2065 |
+
"step": 257
|
2066 |
+
},
|
2067 |
+
{
|
2068 |
+
"epoch": 3.3183279742765275,
|
2069 |
+
"grad_norm": 4.564700126647949,
|
2070 |
+
"learning_rate": 2.15e-06,
|
2071 |
+
"loss": 0.041,
|
2072 |
+
"num_input_tokens_seen": 3480352,
|
2073 |
+
"step": 258
|
2074 |
+
},
|
2075 |
+
{
|
2076 |
+
"epoch": 3.3311897106109325,
|
2077 |
+
"grad_norm": 5.49994421005249,
|
2078 |
+
"learning_rate": 2.1583333333333336e-06,
|
2079 |
+
"loss": 0.0257,
|
2080 |
+
"num_input_tokens_seen": 3494112,
|
2081 |
+
"step": 259
|
2082 |
+
},
|
2083 |
+
{
|
2084 |
+
"epoch": 3.3440514469453375,
|
2085 |
+
"grad_norm": 4.59380578994751,
|
2086 |
+
"learning_rate": 2.166666666666667e-06,
|
2087 |
+
"loss": 0.0168,
|
2088 |
+
"num_input_tokens_seen": 3507520,
|
2089 |
+
"step": 260
|
2090 |
+
},
|
2091 |
+
{
|
2092 |
+
"epoch": 3.356913183279743,
|
2093 |
+
"grad_norm": 5.633969306945801,
|
2094 |
+
"learning_rate": 2.1750000000000004e-06,
|
2095 |
+
"loss": 0.0439,
|
2096 |
+
"num_input_tokens_seen": 3520352,
|
2097 |
+
"step": 261
|
2098 |
+
},
|
2099 |
+
{
|
2100 |
+
"epoch": 3.369774919614148,
|
2101 |
+
"grad_norm": 7.95892333984375,
|
2102 |
+
"learning_rate": 2.1833333333333333e-06,
|
2103 |
+
"loss": 0.0204,
|
2104 |
+
"num_input_tokens_seen": 3533984,
|
2105 |
+
"step": 262
|
2106 |
+
},
|
2107 |
+
{
|
2108 |
+
"epoch": 3.382636655948553,
|
2109 |
+
"grad_norm": 4.728748798370361,
|
2110 |
+
"learning_rate": 2.191666666666667e-06,
|
2111 |
+
"loss": 0.0284,
|
2112 |
+
"num_input_tokens_seen": 3547072,
|
2113 |
+
"step": 263
|
2114 |
+
},
|
2115 |
+
{
|
2116 |
+
"epoch": 3.395498392282958,
|
2117 |
+
"grad_norm": 6.725067615509033,
|
2118 |
+
"learning_rate": 2.2e-06,
|
2119 |
+
"loss": 0.0684,
|
2120 |
+
"num_input_tokens_seen": 3559872,
|
2121 |
+
"step": 264
|
2122 |
+
},
|
2123 |
+
{
|
2124 |
+
"epoch": 3.4083601286173635,
|
2125 |
+
"grad_norm": 10.331790924072266,
|
2126 |
+
"learning_rate": 2.2083333333333335e-06,
|
2127 |
+
"loss": 0.0479,
|
2128 |
+
"num_input_tokens_seen": 3572832,
|
2129 |
+
"step": 265
|
2130 |
+
},
|
2131 |
+
{
|
2132 |
+
"epoch": 3.4212218649517685,
|
2133 |
+
"grad_norm": 5.8449296951293945,
|
2134 |
+
"learning_rate": 2.216666666666667e-06,
|
2135 |
+
"loss": 0.0434,
|
2136 |
+
"num_input_tokens_seen": 3585792,
|
2137 |
+
"step": 266
|
2138 |
+
},
|
2139 |
+
{
|
2140 |
+
"epoch": 3.4340836012861735,
|
2141 |
+
"grad_norm": 4.554612636566162,
|
2142 |
+
"learning_rate": 2.2250000000000003e-06,
|
2143 |
+
"loss": 0.0213,
|
2144 |
+
"num_input_tokens_seen": 3599392,
|
2145 |
+
"step": 267
|
2146 |
+
},
|
2147 |
+
{
|
2148 |
+
"epoch": 3.446945337620579,
|
2149 |
+
"grad_norm": 7.6923828125,
|
2150 |
+
"learning_rate": 2.2333333333333333e-06,
|
2151 |
+
"loss": 0.0415,
|
2152 |
+
"num_input_tokens_seen": 3613088,
|
2153 |
+
"step": 268
|
2154 |
+
},
|
2155 |
+
{
|
2156 |
+
"epoch": 3.459807073954984,
|
2157 |
+
"grad_norm": 5.714204788208008,
|
2158 |
+
"learning_rate": 2.2416666666666667e-06,
|
2159 |
+
"loss": 0.0404,
|
2160 |
+
"num_input_tokens_seen": 3626304,
|
2161 |
+
"step": 269
|
2162 |
+
},
|
2163 |
+
{
|
2164 |
+
"epoch": 3.472668810289389,
|
2165 |
+
"grad_norm": 5.449560165405273,
|
2166 |
+
"learning_rate": 2.25e-06,
|
2167 |
+
"loss": 0.0566,
|
2168 |
+
"num_input_tokens_seen": 3639968,
|
2169 |
+
"step": 270
|
2170 |
+
},
|
2171 |
+
{
|
2172 |
+
"epoch": 3.485530546623794,
|
2173 |
+
"grad_norm": 4.743899345397949,
|
2174 |
+
"learning_rate": 2.2583333333333335e-06,
|
2175 |
+
"loss": 0.0509,
|
2176 |
+
"num_input_tokens_seen": 3653472,
|
2177 |
+
"step": 271
|
2178 |
+
},
|
2179 |
+
{
|
2180 |
+
"epoch": 3.4983922829581995,
|
2181 |
+
"grad_norm": 4.767292022705078,
|
2182 |
+
"learning_rate": 2.266666666666667e-06,
|
2183 |
+
"loss": 0.0385,
|
2184 |
+
"num_input_tokens_seen": 3667104,
|
2185 |
+
"step": 272
|
2186 |
+
},
|
2187 |
+
{
|
2188 |
+
"epoch": 3.5112540192926045,
|
2189 |
+
"grad_norm": 2.342560291290283,
|
2190 |
+
"learning_rate": 2.2750000000000002e-06,
|
2191 |
+
"loss": 0.0225,
|
2192 |
+
"num_input_tokens_seen": 3680480,
|
2193 |
+
"step": 273
|
2194 |
+
},
|
2195 |
+
{
|
2196 |
+
"epoch": 3.5241157556270095,
|
2197 |
+
"grad_norm": 3.9172496795654297,
|
2198 |
+
"learning_rate": 2.2833333333333336e-06,
|
2199 |
+
"loss": 0.0255,
|
2200 |
+
"num_input_tokens_seen": 3693568,
|
2201 |
+
"step": 274
|
2202 |
+
},
|
2203 |
+
{
|
2204 |
+
"epoch": 3.536977491961415,
|
2205 |
+
"grad_norm": 6.793405532836914,
|
2206 |
+
"learning_rate": 2.2916666666666666e-06,
|
2207 |
+
"loss": 0.0531,
|
2208 |
+
"num_input_tokens_seen": 3706496,
|
2209 |
+
"step": 275
|
2210 |
+
},
|
2211 |
+
{
|
2212 |
+
"epoch": 3.54983922829582,
|
2213 |
+
"grad_norm": 2.142134189605713,
|
2214 |
+
"learning_rate": 2.3000000000000004e-06,
|
2215 |
+
"loss": 0.0095,
|
2216 |
+
"num_input_tokens_seen": 3720352,
|
2217 |
+
"step": 276
|
2218 |
+
},
|
2219 |
+
{
|
2220 |
+
"epoch": 3.562700964630225,
|
2221 |
+
"grad_norm": 6.340362071990967,
|
2222 |
+
"learning_rate": 2.3083333333333334e-06,
|
2223 |
+
"loss": 0.0229,
|
2224 |
+
"num_input_tokens_seen": 3734176,
|
2225 |
+
"step": 277
|
2226 |
+
},
|
2227 |
+
{
|
2228 |
+
"epoch": 3.57556270096463,
|
2229 |
+
"grad_norm": 5.204097747802734,
|
2230 |
+
"learning_rate": 2.316666666666667e-06,
|
2231 |
+
"loss": 0.038,
|
2232 |
+
"num_input_tokens_seen": 3748544,
|
2233 |
+
"step": 278
|
2234 |
+
},
|
2235 |
+
{
|
2236 |
+
"epoch": 3.5884244372990355,
|
2237 |
+
"grad_norm": 6.532016754150391,
|
2238 |
+
"learning_rate": 2.325e-06,
|
2239 |
+
"loss": 0.0316,
|
2240 |
+
"num_input_tokens_seen": 3761984,
|
2241 |
+
"step": 279
|
2242 |
+
},
|
2243 |
+
{
|
2244 |
+
"epoch": 3.6012861736334405,
|
2245 |
+
"grad_norm": 10.49596881866455,
|
2246 |
+
"learning_rate": 2.3333333333333336e-06,
|
2247 |
+
"loss": 0.0861,
|
2248 |
+
"num_input_tokens_seen": 3774304,
|
2249 |
+
"step": 280
|
2250 |
+
},
|
2251 |
+
{
|
2252 |
+
"epoch": 3.6141479099678455,
|
2253 |
+
"grad_norm": 5.68178129196167,
|
2254 |
+
"learning_rate": 2.341666666666667e-06,
|
2255 |
+
"loss": 0.0566,
|
2256 |
+
"num_input_tokens_seen": 3788416,
|
2257 |
+
"step": 281
|
2258 |
+
},
|
2259 |
+
{
|
2260 |
+
"epoch": 3.627009646302251,
|
2261 |
+
"grad_norm": 6.790673732757568,
|
2262 |
+
"learning_rate": 2.35e-06,
|
2263 |
+
"loss": 0.0804,
|
2264 |
+
"num_input_tokens_seen": 3802112,
|
2265 |
+
"step": 282
|
2266 |
+
},
|
2267 |
+
{
|
2268 |
+
"epoch": 3.639871382636656,
|
2269 |
+
"grad_norm": 7.294980049133301,
|
2270 |
+
"learning_rate": 2.3583333333333338e-06,
|
2271 |
+
"loss": 0.046,
|
2272 |
+
"num_input_tokens_seen": 3815968,
|
2273 |
+
"step": 283
|
2274 |
+
},
|
2275 |
+
{
|
2276 |
+
"epoch": 3.652733118971061,
|
2277 |
+
"grad_norm": 10.37634563446045,
|
2278 |
+
"learning_rate": 2.3666666666666667e-06,
|
2279 |
+
"loss": 0.0693,
|
2280 |
+
"num_input_tokens_seen": 3829248,
|
2281 |
+
"step": 284
|
2282 |
+
},
|
2283 |
+
{
|
2284 |
+
"epoch": 3.665594855305466,
|
2285 |
+
"grad_norm": 4.692931652069092,
|
2286 |
+
"learning_rate": 2.375e-06,
|
2287 |
+
"loss": 0.0342,
|
2288 |
+
"num_input_tokens_seen": 3843072,
|
2289 |
+
"step": 285
|
2290 |
+
},
|
2291 |
+
{
|
2292 |
+
"epoch": 3.6784565916398715,
|
2293 |
+
"grad_norm": 3.5910987854003906,
|
2294 |
+
"learning_rate": 2.3833333333333335e-06,
|
2295 |
+
"loss": 0.0479,
|
2296 |
+
"num_input_tokens_seen": 3856288,
|
2297 |
+
"step": 286
|
2298 |
+
},
|
2299 |
+
{
|
2300 |
+
"epoch": 3.6913183279742765,
|
2301 |
+
"grad_norm": 5.858832359313965,
|
2302 |
+
"learning_rate": 2.391666666666667e-06,
|
2303 |
+
"loss": 0.0388,
|
2304 |
+
"num_input_tokens_seen": 3870240,
|
2305 |
+
"step": 287
|
2306 |
+
},
|
2307 |
+
{
|
2308 |
+
"epoch": 3.7041800643086815,
|
2309 |
+
"grad_norm": 4.469853401184082,
|
2310 |
+
"learning_rate": 2.4000000000000003e-06,
|
2311 |
+
"loss": 0.0274,
|
2312 |
+
"num_input_tokens_seen": 3884096,
|
2313 |
+
"step": 288
|
2314 |
+
},
|
2315 |
+
{
|
2316 |
+
"epoch": 3.717041800643087,
|
2317 |
+
"grad_norm": 4.967989921569824,
|
2318 |
+
"learning_rate": 2.4083333333333337e-06,
|
2319 |
+
"loss": 0.0259,
|
2320 |
+
"num_input_tokens_seen": 3898368,
|
2321 |
+
"step": 289
|
2322 |
+
},
|
2323 |
+
{
|
2324 |
+
"epoch": 3.729903536977492,
|
2325 |
+
"grad_norm": 6.155540943145752,
|
2326 |
+
"learning_rate": 2.4166666666666667e-06,
|
2327 |
+
"loss": 0.0367,
|
2328 |
+
"num_input_tokens_seen": 3911200,
|
2329 |
+
"step": 290
|
2330 |
+
},
|
2331 |
+
{
|
2332 |
+
"epoch": 3.742765273311897,
|
2333 |
+
"grad_norm": 6.5608367919921875,
|
2334 |
+
"learning_rate": 2.425e-06,
|
2335 |
+
"loss": 0.0661,
|
2336 |
+
"num_input_tokens_seen": 3924320,
|
2337 |
+
"step": 291
|
2338 |
+
},
|
2339 |
+
{
|
2340 |
+
"epoch": 3.755627009646302,
|
2341 |
+
"grad_norm": 6.416184902191162,
|
2342 |
+
"learning_rate": 2.4333333333333335e-06,
|
2343 |
+
"loss": 0.0466,
|
2344 |
+
"num_input_tokens_seen": 3937632,
|
2345 |
+
"step": 292
|
2346 |
+
},
|
2347 |
+
{
|
2348 |
+
"epoch": 3.7684887459807075,
|
2349 |
+
"grad_norm": 5.672483444213867,
|
2350 |
+
"learning_rate": 2.441666666666667e-06,
|
2351 |
+
"loss": 0.0286,
|
2352 |
+
"num_input_tokens_seen": 3951040,
|
2353 |
+
"step": 293
|
2354 |
+
},
|
2355 |
+
{
|
2356 |
+
"epoch": 3.7813504823151125,
|
2357 |
+
"grad_norm": 9.215237617492676,
|
2358 |
+
"learning_rate": 2.4500000000000003e-06,
|
2359 |
+
"loss": 0.0586,
|
2360 |
+
"num_input_tokens_seen": 3963936,
|
2361 |
+
"step": 294
|
2362 |
+
},
|
2363 |
+
{
|
2364 |
+
"epoch": 3.7942122186495175,
|
2365 |
+
"grad_norm": 5.630943298339844,
|
2366 |
+
"learning_rate": 2.4583333333333332e-06,
|
2367 |
+
"loss": 0.0329,
|
2368 |
+
"num_input_tokens_seen": 3976832,
|
2369 |
+
"step": 295
|
2370 |
+
},
|
2371 |
+
{
|
2372 |
+
"epoch": 3.807073954983923,
|
2373 |
+
"grad_norm": 8.257805824279785,
|
2374 |
+
"learning_rate": 2.466666666666667e-06,
|
2375 |
+
"loss": 0.0582,
|
2376 |
+
"num_input_tokens_seen": 3990592,
|
2377 |
+
"step": 296
|
2378 |
+
},
|
2379 |
+
{
|
2380 |
+
"epoch": 3.819935691318328,
|
2381 |
+
"grad_norm": 3.351003408432007,
|
2382 |
+
"learning_rate": 2.475e-06,
|
2383 |
+
"loss": 0.0312,
|
2384 |
+
"num_input_tokens_seen": 4004288,
|
2385 |
+
"step": 297
|
2386 |
+
},
|
2387 |
+
{
|
2388 |
+
"epoch": 3.832797427652733,
|
2389 |
+
"grad_norm": 3.2983040809631348,
|
2390 |
+
"learning_rate": 2.4833333333333334e-06,
|
2391 |
+
"loss": 0.0329,
|
2392 |
+
"num_input_tokens_seen": 4017856,
|
2393 |
+
"step": 298
|
2394 |
+
},
|
2395 |
+
{
|
2396 |
+
"epoch": 3.845659163987138,
|
2397 |
+
"grad_norm": 4.082300662994385,
|
2398 |
+
"learning_rate": 2.491666666666667e-06,
|
2399 |
+
"loss": 0.0206,
|
2400 |
+
"num_input_tokens_seen": 4031168,
|
2401 |
+
"step": 299
|
2402 |
+
},
|
2403 |
+
{
|
2404 |
+
"epoch": 3.8585209003215435,
|
2405 |
+
"grad_norm": 3.222336530685425,
|
2406 |
+
"learning_rate": 2.5e-06,
|
2407 |
+
"loss": 0.0426,
|
2408 |
+
"num_input_tokens_seen": 4044416,
|
2409 |
+
"step": 300
|
2410 |
+
},
|
2411 |
+
{
|
2412 |
+
"epoch": 3.8713826366559485,
|
2413 |
+
"grad_norm": 3.699768304824829,
|
2414 |
+
"learning_rate": 2.5083333333333336e-06,
|
2415 |
+
"loss": 0.0179,
|
2416 |
+
"num_input_tokens_seen": 4057824,
|
2417 |
+
"step": 301
|
2418 |
+
},
|
2419 |
+
{
|
2420 |
+
"epoch": 3.884244372990354,
|
2421 |
+
"grad_norm": 2.819528341293335,
|
2422 |
+
"learning_rate": 2.5166666666666666e-06,
|
2423 |
+
"loss": 0.0289,
|
2424 |
+
"num_input_tokens_seen": 4071936,
|
2425 |
+
"step": 302
|
2426 |
+
},
|
2427 |
+
{
|
2428 |
+
"epoch": 3.897106109324759,
|
2429 |
+
"grad_norm": 4.0458478927612305,
|
2430 |
+
"learning_rate": 2.5250000000000004e-06,
|
2431 |
+
"loss": 0.0303,
|
2432 |
+
"num_input_tokens_seen": 4085536,
|
2433 |
+
"step": 303
|
2434 |
+
},
|
2435 |
+
{
|
2436 |
+
"epoch": 3.909967845659164,
|
2437 |
+
"grad_norm": 11.214617729187012,
|
2438 |
+
"learning_rate": 2.5333333333333338e-06,
|
2439 |
+
"loss": 0.046,
|
2440 |
+
"num_input_tokens_seen": 4099552,
|
2441 |
+
"step": 304
|
2442 |
+
},
|
2443 |
+
{
|
2444 |
+
"epoch": 3.922829581993569,
|
2445 |
+
"grad_norm": 6.758171081542969,
|
2446 |
+
"learning_rate": 2.5416666666666668e-06,
|
2447 |
+
"loss": 0.0523,
|
2448 |
+
"num_input_tokens_seen": 4112736,
|
2449 |
+
"step": 305
|
2450 |
+
},
|
2451 |
+
{
|
2452 |
+
"epoch": 3.935691318327974,
|
2453 |
+
"grad_norm": 5.622665882110596,
|
2454 |
+
"learning_rate": 2.55e-06,
|
2455 |
+
"loss": 0.0329,
|
2456 |
+
"num_input_tokens_seen": 4126080,
|
2457 |
+
"step": 306
|
2458 |
+
},
|
2459 |
+
{
|
2460 |
+
"epoch": 3.9485530546623795,
|
2461 |
+
"grad_norm": 1.4951086044311523,
|
2462 |
+
"learning_rate": 2.558333333333334e-06,
|
2463 |
+
"loss": 0.0072,
|
2464 |
+
"num_input_tokens_seen": 4138912,
|
2465 |
+
"step": 307
|
2466 |
+
},
|
2467 |
+
{
|
2468 |
+
"epoch": 3.9614147909967845,
|
2469 |
+
"grad_norm": 5.639418601989746,
|
2470 |
+
"learning_rate": 2.566666666666667e-06,
|
2471 |
+
"loss": 0.0415,
|
2472 |
+
"num_input_tokens_seen": 4152768,
|
2473 |
+
"step": 308
|
2474 |
+
},
|
2475 |
+
{
|
2476 |
+
"epoch": 3.97427652733119,
|
2477 |
+
"grad_norm": 7.496403694152832,
|
2478 |
+
"learning_rate": 2.5750000000000003e-06,
|
2479 |
+
"loss": 0.0233,
|
2480 |
+
"num_input_tokens_seen": 4166528,
|
2481 |
+
"step": 309
|
2482 |
+
},
|
2483 |
+
{
|
2484 |
+
"epoch": 3.987138263665595,
|
2485 |
+
"grad_norm": 8.74985408782959,
|
2486 |
+
"learning_rate": 2.5833333333333337e-06,
|
2487 |
+
"loss": 0.0423,
|
2488 |
+
"num_input_tokens_seen": 4180832,
|
2489 |
+
"step": 310
|
2490 |
+
},
|
2491 |
+
{
|
2492 |
+
"epoch": 4.0,
|
2493 |
+
"grad_norm": 6.229910850524902,
|
2494 |
+
"learning_rate": 2.5916666666666667e-06,
|
2495 |
+
"loss": 0.0295,
|
2496 |
+
"num_input_tokens_seen": 4194048,
|
2497 |
+
"step": 311
|
2498 |
+
},
|
2499 |
+
{
|
2500 |
+
"epoch": 4.012861736334405,
|
2501 |
+
"grad_norm": 3.404331922531128,
|
2502 |
+
"learning_rate": 2.6e-06,
|
2503 |
+
"loss": 0.0327,
|
2504 |
+
"num_input_tokens_seen": 4207040,
|
2505 |
+
"step": 312
|
2506 |
+
},
|
2507 |
+
{
|
2508 |
+
"epoch": 4.02572347266881,
|
2509 |
+
"grad_norm": 4.214801788330078,
|
2510 |
+
"learning_rate": 2.608333333333333e-06,
|
2511 |
+
"loss": 0.0301,
|
2512 |
+
"num_input_tokens_seen": 4220000,
|
2513 |
+
"step": 313
|
2514 |
+
},
|
2515 |
+
{
|
2516 |
+
"epoch": 4.038585209003215,
|
2517 |
+
"grad_norm": 6.241875171661377,
|
2518 |
+
"learning_rate": 2.616666666666667e-06,
|
2519 |
+
"loss": 0.0301,
|
2520 |
+
"num_input_tokens_seen": 4233344,
|
2521 |
+
"step": 314
|
2522 |
+
},
|
2523 |
+
{
|
2524 |
+
"epoch": 4.051446945337621,
|
2525 |
+
"grad_norm": 3.2021894454956055,
|
2526 |
+
"learning_rate": 2.6250000000000003e-06,
|
2527 |
+
"loss": 0.0281,
|
2528 |
+
"num_input_tokens_seen": 4246144,
|
2529 |
+
"step": 315
|
2530 |
+
},
|
2531 |
+
{
|
2532 |
+
"epoch": 4.064308681672026,
|
2533 |
+
"grad_norm": 3.5197951793670654,
|
2534 |
+
"learning_rate": 2.6333333333333332e-06,
|
2535 |
+
"loss": 0.0136,
|
2536 |
+
"num_input_tokens_seen": 4260992,
|
2537 |
+
"step": 316
|
2538 |
+
},
|
2539 |
+
{
|
2540 |
+
"epoch": 4.077170418006431,
|
2541 |
+
"grad_norm": 4.2946319580078125,
|
2542 |
+
"learning_rate": 2.6416666666666666e-06,
|
2543 |
+
"loss": 0.0219,
|
2544 |
+
"num_input_tokens_seen": 4274112,
|
2545 |
+
"step": 317
|
2546 |
+
},
|
2547 |
+
{
|
2548 |
+
"epoch": 4.090032154340836,
|
2549 |
+
"grad_norm": 1.3583834171295166,
|
2550 |
+
"learning_rate": 2.6500000000000005e-06,
|
2551 |
+
"loss": 0.0044,
|
2552 |
+
"num_input_tokens_seen": 4287904,
|
2553 |
+
"step": 318
|
2554 |
+
},
|
2555 |
+
{
|
2556 |
+
"epoch": 4.102893890675241,
|
2557 |
+
"grad_norm": 5.484881401062012,
|
2558 |
+
"learning_rate": 2.6583333333333334e-06,
|
2559 |
+
"loss": 0.0335,
|
2560 |
+
"num_input_tokens_seen": 4301568,
|
2561 |
+
"step": 319
|
2562 |
+
},
|
2563 |
+
{
|
2564 |
+
"epoch": 4.115755627009646,
|
2565 |
+
"grad_norm": 3.5873327255249023,
|
2566 |
+
"learning_rate": 2.666666666666667e-06,
|
2567 |
+
"loss": 0.0053,
|
2568 |
+
"num_input_tokens_seen": 4314848,
|
2569 |
+
"step": 320
|
2570 |
+
},
|
2571 |
+
{
|
2572 |
+
"epoch": 4.128617363344051,
|
2573 |
+
"grad_norm": 2.954930067062378,
|
2574 |
+
"learning_rate": 2.6750000000000002e-06,
|
2575 |
+
"loss": 0.0196,
|
2576 |
+
"num_input_tokens_seen": 4327456,
|
2577 |
+
"step": 321
|
2578 |
+
},
|
2579 |
+
{
|
2580 |
+
"epoch": 4.141479099678457,
|
2581 |
+
"grad_norm": 2.628854274749756,
|
2582 |
+
"learning_rate": 2.683333333333333e-06,
|
2583 |
+
"loss": 0.0309,
|
2584 |
+
"num_input_tokens_seen": 4341024,
|
2585 |
+
"step": 322
|
2586 |
+
},
|
2587 |
+
{
|
2588 |
+
"epoch": 4.154340836012862,
|
2589 |
+
"grad_norm": 6.691638469696045,
|
2590 |
+
"learning_rate": 2.691666666666667e-06,
|
2591 |
+
"loss": 0.0382,
|
2592 |
+
"num_input_tokens_seen": 4353824,
|
2593 |
+
"step": 323
|
2594 |
+
},
|
2595 |
+
{
|
2596 |
+
"epoch": 4.167202572347267,
|
2597 |
+
"grad_norm": 6.866171360015869,
|
2598 |
+
"learning_rate": 2.7000000000000004e-06,
|
2599 |
+
"loss": 0.046,
|
2600 |
+
"num_input_tokens_seen": 4367616,
|
2601 |
+
"step": 324
|
2602 |
+
},
|
2603 |
+
{
|
2604 |
+
"epoch": 4.180064308681672,
|
2605 |
+
"grad_norm": 4.016347408294678,
|
2606 |
+
"learning_rate": 2.7083333333333334e-06,
|
2607 |
+
"loss": 0.0133,
|
2608 |
+
"num_input_tokens_seen": 4380448,
|
2609 |
+
"step": 325
|
2610 |
+
},
|
2611 |
+
{
|
2612 |
+
"epoch": 4.192926045016077,
|
2613 |
+
"grad_norm": 4.948652744293213,
|
2614 |
+
"learning_rate": 2.7166666666666668e-06,
|
2615 |
+
"loss": 0.0265,
|
2616 |
+
"num_input_tokens_seen": 4393920,
|
2617 |
+
"step": 326
|
2618 |
+
},
|
2619 |
+
{
|
2620 |
+
"epoch": 4.205787781350482,
|
2621 |
+
"grad_norm": 2.7615582942962646,
|
2622 |
+
"learning_rate": 2.7250000000000006e-06,
|
2623 |
+
"loss": 0.0084,
|
2624 |
+
"num_input_tokens_seen": 4407264,
|
2625 |
+
"step": 327
|
2626 |
+
},
|
2627 |
+
{
|
2628 |
+
"epoch": 4.218649517684887,
|
2629 |
+
"grad_norm": 3.0052027702331543,
|
2630 |
+
"learning_rate": 2.7333333333333336e-06,
|
2631 |
+
"loss": 0.0382,
|
2632 |
+
"num_input_tokens_seen": 4420352,
|
2633 |
+
"step": 328
|
2634 |
+
},
|
2635 |
+
{
|
2636 |
+
"epoch": 4.231511254019293,
|
2637 |
+
"grad_norm": 3.0679566860198975,
|
2638 |
+
"learning_rate": 2.741666666666667e-06,
|
2639 |
+
"loss": 0.0101,
|
2640 |
+
"num_input_tokens_seen": 4434688,
|
2641 |
+
"step": 329
|
2642 |
+
},
|
2643 |
+
{
|
2644 |
+
"epoch": 4.244372990353698,
|
2645 |
+
"grad_norm": 4.612461566925049,
|
2646 |
+
"learning_rate": 2.7500000000000004e-06,
|
2647 |
+
"loss": 0.0174,
|
2648 |
+
"num_input_tokens_seen": 4448160,
|
2649 |
+
"step": 330
|
2650 |
+
},
|
2651 |
+
{
|
2652 |
+
"epoch": 4.257234726688103,
|
2653 |
+
"grad_norm": 4.299385070800781,
|
2654 |
+
"learning_rate": 2.7583333333333333e-06,
|
2655 |
+
"loss": 0.023,
|
2656 |
+
"num_input_tokens_seen": 4461184,
|
2657 |
+
"step": 331
|
2658 |
+
},
|
2659 |
+
{
|
2660 |
+
"epoch": 4.270096463022508,
|
2661 |
+
"grad_norm": 1.5578008890151978,
|
2662 |
+
"learning_rate": 2.766666666666667e-06,
|
2663 |
+
"loss": 0.0162,
|
2664 |
+
"num_input_tokens_seen": 4475168,
|
2665 |
+
"step": 332
|
2666 |
+
},
|
2667 |
+
{
|
2668 |
+
"epoch": 4.282958199356913,
|
2669 |
+
"grad_norm": 3.8595075607299805,
|
2670 |
+
"learning_rate": 2.7750000000000005e-06,
|
2671 |
+
"loss": 0.0261,
|
2672 |
+
"num_input_tokens_seen": 4487872,
|
2673 |
+
"step": 333
|
2674 |
+
},
|
2675 |
+
{
|
2676 |
+
"epoch": 4.295819935691318,
|
2677 |
+
"grad_norm": 8.00913143157959,
|
2678 |
+
"learning_rate": 2.7833333333333335e-06,
|
2679 |
+
"loss": 0.0266,
|
2680 |
+
"num_input_tokens_seen": 4501216,
|
2681 |
+
"step": 334
|
2682 |
+
},
|
2683 |
+
{
|
2684 |
+
"epoch": 4.308681672025724,
|
2685 |
+
"grad_norm": 2.2975409030914307,
|
2686 |
+
"learning_rate": 2.791666666666667e-06,
|
2687 |
+
"loss": 0.0194,
|
2688 |
+
"num_input_tokens_seen": 4514336,
|
2689 |
+
"step": 335
|
2690 |
+
},
|
2691 |
+
{
|
2692 |
+
"epoch": 4.321543408360129,
|
2693 |
+
"grad_norm": 1.9800870418548584,
|
2694 |
+
"learning_rate": 2.8000000000000003e-06,
|
2695 |
+
"loss": 0.0058,
|
2696 |
+
"num_input_tokens_seen": 4528288,
|
2697 |
+
"step": 336
|
2698 |
+
},
|
2699 |
+
{
|
2700 |
+
"epoch": 4.334405144694534,
|
2701 |
+
"grad_norm": 6.778807163238525,
|
2702 |
+
"learning_rate": 2.8083333333333333e-06,
|
2703 |
+
"loss": 0.0065,
|
2704 |
+
"num_input_tokens_seen": 4541728,
|
2705 |
+
"step": 337
|
2706 |
+
},
|
2707 |
+
{
|
2708 |
+
"epoch": 4.347266881028939,
|
2709 |
+
"grad_norm": 7.885656833648682,
|
2710 |
+
"learning_rate": 2.816666666666667e-06,
|
2711 |
+
"loss": 0.0202,
|
2712 |
+
"num_input_tokens_seen": 4555552,
|
2713 |
+
"step": 338
|
2714 |
+
},
|
2715 |
+
{
|
2716 |
+
"epoch": 4.360128617363344,
|
2717 |
+
"grad_norm": 9.400197982788086,
|
2718 |
+
"learning_rate": 2.825e-06,
|
2719 |
+
"loss": 0.0135,
|
2720 |
+
"num_input_tokens_seen": 4568768,
|
2721 |
+
"step": 339
|
2722 |
+
},
|
2723 |
+
{
|
2724 |
+
"epoch": 4.372990353697749,
|
2725 |
+
"grad_norm": 5.712286472320557,
|
2726 |
+
"learning_rate": 2.8333333333333335e-06,
|
2727 |
+
"loss": 0.01,
|
2728 |
+
"num_input_tokens_seen": 4582400,
|
2729 |
+
"step": 340
|
2730 |
+
},
|
2731 |
+
{
|
2732 |
+
"epoch": 4.385852090032154,
|
2733 |
+
"grad_norm": 4.751468181610107,
|
2734 |
+
"learning_rate": 2.841666666666667e-06,
|
2735 |
+
"loss": 0.0051,
|
2736 |
+
"num_input_tokens_seen": 4595360,
|
2737 |
+
"step": 341
|
2738 |
+
},
|
2739 |
+
{
|
2740 |
+
"epoch": 4.39871382636656,
|
2741 |
+
"grad_norm": 2.9044384956359863,
|
2742 |
+
"learning_rate": 2.85e-06,
|
2743 |
+
"loss": 0.0293,
|
2744 |
+
"num_input_tokens_seen": 4609632,
|
2745 |
+
"step": 342
|
2746 |
+
},
|
2747 |
+
{
|
2748 |
+
"epoch": 4.411575562700965,
|
2749 |
+
"grad_norm": 5.8322224617004395,
|
2750 |
+
"learning_rate": 2.8583333333333336e-06,
|
2751 |
+
"loss": 0.046,
|
2752 |
+
"num_input_tokens_seen": 4623232,
|
2753 |
+
"step": 343
|
2754 |
+
},
|
2755 |
+
{
|
2756 |
+
"epoch": 4.42443729903537,
|
2757 |
+
"grad_norm": 0.7529265284538269,
|
2758 |
+
"learning_rate": 2.866666666666667e-06,
|
2759 |
+
"loss": 0.0024,
|
2760 |
+
"num_input_tokens_seen": 4636864,
|
2761 |
+
"step": 344
|
2762 |
+
},
|
2763 |
+
{
|
2764 |
+
"epoch": 4.437299035369775,
|
2765 |
+
"grad_norm": 4.490261554718018,
|
2766 |
+
"learning_rate": 2.875e-06,
|
2767 |
+
"loss": 0.0211,
|
2768 |
+
"num_input_tokens_seen": 4649600,
|
2769 |
+
"step": 345
|
2770 |
+
},
|
2771 |
+
{
|
2772 |
+
"epoch": 4.45016077170418,
|
2773 |
+
"grad_norm": 9.859882354736328,
|
2774 |
+
"learning_rate": 2.8833333333333334e-06,
|
2775 |
+
"loss": 0.0229,
|
2776 |
+
"num_input_tokens_seen": 4663072,
|
2777 |
+
"step": 346
|
2778 |
+
},
|
2779 |
+
{
|
2780 |
+
"epoch": 4.463022508038585,
|
2781 |
+
"grad_norm": 3.8769121170043945,
|
2782 |
+
"learning_rate": 2.8916666666666672e-06,
|
2783 |
+
"loss": 0.0103,
|
2784 |
+
"num_input_tokens_seen": 4676960,
|
2785 |
+
"step": 347
|
2786 |
+
},
|
2787 |
+
{
|
2788 |
+
"epoch": 4.47588424437299,
|
2789 |
+
"grad_norm": 6.608347415924072,
|
2790 |
+
"learning_rate": 2.9e-06,
|
2791 |
+
"loss": 0.0262,
|
2792 |
+
"num_input_tokens_seen": 4690080,
|
2793 |
+
"step": 348
|
2794 |
+
},
|
2795 |
+
{
|
2796 |
+
"epoch": 4.488745980707396,
|
2797 |
+
"grad_norm": 3.058494806289673,
|
2798 |
+
"learning_rate": 2.9083333333333336e-06,
|
2799 |
+
"loss": 0.0295,
|
2800 |
+
"num_input_tokens_seen": 4704064,
|
2801 |
+
"step": 349
|
2802 |
+
},
|
2803 |
+
{
|
2804 |
+
"epoch": 4.501607717041801,
|
2805 |
+
"grad_norm": 4.893054485321045,
|
2806 |
+
"learning_rate": 2.916666666666667e-06,
|
2807 |
+
"loss": 0.0149,
|
2808 |
+
"num_input_tokens_seen": 4717536,
|
2809 |
+
"step": 350
|
2810 |
+
},
|
2811 |
+
{
|
2812 |
+
"epoch": 4.514469453376206,
|
2813 |
+
"grad_norm": 5.85437536239624,
|
2814 |
+
"learning_rate": 2.925e-06,
|
2815 |
+
"loss": 0.0337,
|
2816 |
+
"num_input_tokens_seen": 4731040,
|
2817 |
+
"step": 351
|
2818 |
+
},
|
2819 |
+
{
|
2820 |
+
"epoch": 4.527331189710611,
|
2821 |
+
"grad_norm": 5.814053058624268,
|
2822 |
+
"learning_rate": 2.9333333333333338e-06,
|
2823 |
+
"loss": 0.0318,
|
2824 |
+
"num_input_tokens_seen": 4744864,
|
2825 |
+
"step": 352
|
2826 |
+
},
|
2827 |
+
{
|
2828 |
+
"epoch": 4.540192926045016,
|
2829 |
+
"grad_norm": 6.330677509307861,
|
2830 |
+
"learning_rate": 2.941666666666667e-06,
|
2831 |
+
"loss": 0.0213,
|
2832 |
+
"num_input_tokens_seen": 4758240,
|
2833 |
+
"step": 353
|
2834 |
+
},
|
2835 |
+
{
|
2836 |
+
"epoch": 4.553054662379421,
|
2837 |
+
"grad_norm": 0.9806466698646545,
|
2838 |
+
"learning_rate": 2.95e-06,
|
2839 |
+
"loss": 0.0048,
|
2840 |
+
"num_input_tokens_seen": 4770368,
|
2841 |
+
"step": 354
|
2842 |
+
},
|
2843 |
+
{
|
2844 |
+
"epoch": 4.565916398713826,
|
2845 |
+
"grad_norm": 3.046319007873535,
|
2846 |
+
"learning_rate": 2.9583333333333335e-06,
|
2847 |
+
"loss": 0.0326,
|
2848 |
+
"num_input_tokens_seen": 4783328,
|
2849 |
+
"step": 355
|
2850 |
+
},
|
2851 |
+
{
|
2852 |
+
"epoch": 4.578778135048232,
|
2853 |
+
"grad_norm": 5.004611015319824,
|
2854 |
+
"learning_rate": 2.9666666666666673e-06,
|
2855 |
+
"loss": 0.013,
|
2856 |
+
"num_input_tokens_seen": 4797088,
|
2857 |
+
"step": 356
|
2858 |
+
},
|
2859 |
+
{
|
2860 |
+
"epoch": 4.591639871382637,
|
2861 |
+
"grad_norm": 5.062610626220703,
|
2862 |
+
"learning_rate": 2.9750000000000003e-06,
|
2863 |
+
"loss": 0.0293,
|
2864 |
+
"num_input_tokens_seen": 4810464,
|
2865 |
+
"step": 357
|
2866 |
+
},
|
2867 |
+
{
|
2868 |
+
"epoch": 4.604501607717042,
|
2869 |
+
"grad_norm": 9.05587100982666,
|
2870 |
+
"learning_rate": 2.9833333333333337e-06,
|
2871 |
+
"loss": 0.0411,
|
2872 |
+
"num_input_tokens_seen": 4823744,
|
2873 |
+
"step": 358
|
2874 |
+
},
|
2875 |
+
{
|
2876 |
+
"epoch": 4.617363344051447,
|
2877 |
+
"grad_norm": 7.2998175621032715,
|
2878 |
+
"learning_rate": 2.991666666666667e-06,
|
2879 |
+
"loss": 0.0389,
|
2880 |
+
"num_input_tokens_seen": 4837824,
|
2881 |
+
"step": 359
|
2882 |
+
},
|
2883 |
+
{
|
2884 |
+
"epoch": 4.630225080385852,
|
2885 |
+
"grad_norm": 6.108879566192627,
|
2886 |
+
"learning_rate": 3e-06,
|
2887 |
+
"loss": 0.0395,
|
2888 |
+
"num_input_tokens_seen": 4852096,
|
2889 |
+
"step": 360
|
2890 |
+
},
|
2891 |
+
{
|
2892 |
+
"epoch": 4.643086816720257,
|
2893 |
+
"grad_norm": 4.677525043487549,
|
2894 |
+
"learning_rate": 3.0083333333333335e-06,
|
2895 |
+
"loss": 0.0065,
|
2896 |
+
"num_input_tokens_seen": 4865600,
|
2897 |
+
"step": 361
|
2898 |
+
},
|
2899 |
+
{
|
2900 |
+
"epoch": 4.655948553054662,
|
2901 |
+
"grad_norm": 9.179205894470215,
|
2902 |
+
"learning_rate": 3.0166666666666673e-06,
|
2903 |
+
"loss": 0.0294,
|
2904 |
+
"num_input_tokens_seen": 4878592,
|
2905 |
+
"step": 362
|
2906 |
+
},
|
2907 |
+
{
|
2908 |
+
"epoch": 4.668810289389068,
|
2909 |
+
"grad_norm": 3.478533983230591,
|
2910 |
+
"learning_rate": 3.0250000000000003e-06,
|
2911 |
+
"loss": 0.0192,
|
2912 |
+
"num_input_tokens_seen": 4892064,
|
2913 |
+
"step": 363
|
2914 |
+
},
|
2915 |
+
{
|
2916 |
+
"epoch": 4.681672025723473,
|
2917 |
+
"grad_norm": 6.015811443328857,
|
2918 |
+
"learning_rate": 3.0333333333333337e-06,
|
2919 |
+
"loss": 0.0179,
|
2920 |
+
"num_input_tokens_seen": 4906304,
|
2921 |
+
"step": 364
|
2922 |
+
},
|
2923 |
+
{
|
2924 |
+
"epoch": 4.694533762057878,
|
2925 |
+
"grad_norm": 3.1433732509613037,
|
2926 |
+
"learning_rate": 3.0416666666666666e-06,
|
2927 |
+
"loss": 0.0131,
|
2928 |
+
"num_input_tokens_seen": 4920480,
|
2929 |
+
"step": 365
|
2930 |
+
},
|
2931 |
+
{
|
2932 |
+
"epoch": 4.707395498392283,
|
2933 |
+
"grad_norm": 3.894927501678467,
|
2934 |
+
"learning_rate": 3.05e-06,
|
2935 |
+
"loss": 0.0216,
|
2936 |
+
"num_input_tokens_seen": 4933376,
|
2937 |
+
"step": 366
|
2938 |
+
},
|
2939 |
+
{
|
2940 |
+
"epoch": 4.720257234726688,
|
2941 |
+
"grad_norm": 3.4421629905700684,
|
2942 |
+
"learning_rate": 3.058333333333334e-06,
|
2943 |
+
"loss": 0.0171,
|
2944 |
+
"num_input_tokens_seen": 4947872,
|
2945 |
+
"step": 367
|
2946 |
+
},
|
2947 |
+
{
|
2948 |
+
"epoch": 4.733118971061093,
|
2949 |
+
"grad_norm": 2.935985803604126,
|
2950 |
+
"learning_rate": 3.066666666666667e-06,
|
2951 |
+
"loss": 0.0129,
|
2952 |
+
"num_input_tokens_seen": 4961280,
|
2953 |
+
"step": 368
|
2954 |
+
},
|
2955 |
+
{
|
2956 |
+
"epoch": 4.745980707395498,
|
2957 |
+
"grad_norm": 7.003020763397217,
|
2958 |
+
"learning_rate": 3.075e-06,
|
2959 |
+
"loss": 0.0268,
|
2960 |
+
"num_input_tokens_seen": 4975072,
|
2961 |
+
"step": 369
|
2962 |
+
},
|
2963 |
+
{
|
2964 |
+
"epoch": 4.758842443729904,
|
2965 |
+
"grad_norm": 5.833902835845947,
|
2966 |
+
"learning_rate": 3.0833333333333336e-06,
|
2967 |
+
"loss": 0.0313,
|
2968 |
+
"num_input_tokens_seen": 4988928,
|
2969 |
+
"step": 370
|
2970 |
+
},
|
2971 |
+
{
|
2972 |
+
"epoch": 4.771704180064309,
|
2973 |
+
"grad_norm": 4.902740001678467,
|
2974 |
+
"learning_rate": 3.0916666666666666e-06,
|
2975 |
+
"loss": 0.0197,
|
2976 |
+
"num_input_tokens_seen": 5002656,
|
2977 |
+
"step": 371
|
2978 |
+
},
|
2979 |
+
{
|
2980 |
+
"epoch": 4.784565916398714,
|
2981 |
+
"grad_norm": 1.6855580806732178,
|
2982 |
+
"learning_rate": 3.1000000000000004e-06,
|
2983 |
+
"loss": 0.0051,
|
2984 |
+
"num_input_tokens_seen": 5016928,
|
2985 |
+
"step": 372
|
2986 |
+
},
|
2987 |
+
{
|
2988 |
+
"epoch": 4.797427652733119,
|
2989 |
+
"grad_norm": 3.116506814956665,
|
2990 |
+
"learning_rate": 3.1083333333333338e-06,
|
2991 |
+
"loss": 0.0107,
|
2992 |
+
"num_input_tokens_seen": 5030432,
|
2993 |
+
"step": 373
|
2994 |
+
},
|
2995 |
+
{
|
2996 |
+
"epoch": 4.810289389067524,
|
2997 |
+
"grad_norm": 2.606302261352539,
|
2998 |
+
"learning_rate": 3.1166666666666668e-06,
|
2999 |
+
"loss": 0.0299,
|
3000 |
+
"num_input_tokens_seen": 5044128,
|
3001 |
+
"step": 374
|
3002 |
+
},
|
3003 |
+
{
|
3004 |
+
"epoch": 4.823151125401929,
|
3005 |
+
"grad_norm": 5.198400497436523,
|
3006 |
+
"learning_rate": 3.125e-06,
|
3007 |
+
"loss": 0.0549,
|
3008 |
+
"num_input_tokens_seen": 5058592,
|
3009 |
+
"step": 375
|
3010 |
+
},
|
3011 |
+
{
|
3012 |
+
"epoch": 4.836012861736334,
|
3013 |
+
"grad_norm": 3.7756950855255127,
|
3014 |
+
"learning_rate": 3.133333333333334e-06,
|
3015 |
+
"loss": 0.0163,
|
3016 |
+
"num_input_tokens_seen": 5071680,
|
3017 |
+
"step": 376
|
3018 |
+
},
|
3019 |
+
{
|
3020 |
+
"epoch": 4.84887459807074,
|
3021 |
+
"grad_norm": 3.266502618789673,
|
3022 |
+
"learning_rate": 3.141666666666667e-06,
|
3023 |
+
"loss": 0.0133,
|
3024 |
+
"num_input_tokens_seen": 5085760,
|
3025 |
+
"step": 377
|
3026 |
+
},
|
3027 |
+
{
|
3028 |
+
"epoch": 4.861736334405145,
|
3029 |
+
"grad_norm": 3.7333478927612305,
|
3030 |
+
"learning_rate": 3.1500000000000003e-06,
|
3031 |
+
"loss": 0.0338,
|
3032 |
+
"num_input_tokens_seen": 5099168,
|
3033 |
+
"step": 378
|
3034 |
+
},
|
3035 |
+
{
|
3036 |
+
"epoch": 4.87459807073955,
|
3037 |
+
"grad_norm": 6.106029033660889,
|
3038 |
+
"learning_rate": 3.1583333333333337e-06,
|
3039 |
+
"loss": 0.0219,
|
3040 |
+
"num_input_tokens_seen": 5112512,
|
3041 |
+
"step": 379
|
3042 |
+
},
|
3043 |
+
{
|
3044 |
+
"epoch": 4.887459807073955,
|
3045 |
+
"grad_norm": 3.018552541732788,
|
3046 |
+
"learning_rate": 3.1666666666666667e-06,
|
3047 |
+
"loss": 0.0113,
|
3048 |
+
"num_input_tokens_seen": 5125696,
|
3049 |
+
"step": 380
|
3050 |
+
},
|
3051 |
+
{
|
3052 |
+
"epoch": 4.90032154340836,
|
3053 |
+
"grad_norm": 5.034224987030029,
|
3054 |
+
"learning_rate": 3.175e-06,
|
3055 |
+
"loss": 0.0297,
|
3056 |
+
"num_input_tokens_seen": 5138816,
|
3057 |
+
"step": 381
|
3058 |
+
},
|
3059 |
+
{
|
3060 |
+
"epoch": 4.913183279742765,
|
3061 |
+
"grad_norm": 6.260331630706787,
|
3062 |
+
"learning_rate": 3.183333333333334e-06,
|
3063 |
+
"loss": 0.0417,
|
3064 |
+
"num_input_tokens_seen": 5152320,
|
3065 |
+
"step": 382
|
3066 |
+
},
|
3067 |
+
{
|
3068 |
+
"epoch": 4.92604501607717,
|
3069 |
+
"grad_norm": 4.149762153625488,
|
3070 |
+
"learning_rate": 3.191666666666667e-06,
|
3071 |
+
"loss": 0.027,
|
3072 |
+
"num_input_tokens_seen": 5165696,
|
3073 |
+
"step": 383
|
3074 |
+
},
|
3075 |
+
{
|
3076 |
+
"epoch": 4.938906752411576,
|
3077 |
+
"grad_norm": 2.9361073970794678,
|
3078 |
+
"learning_rate": 3.2000000000000003e-06,
|
3079 |
+
"loss": 0.0271,
|
3080 |
+
"num_input_tokens_seen": 5178368,
|
3081 |
+
"step": 384
|
3082 |
+
},
|
3083 |
+
{
|
3084 |
+
"epoch": 4.951768488745981,
|
3085 |
+
"grad_norm": 5.155781269073486,
|
3086 |
+
"learning_rate": 3.2083333333333337e-06,
|
3087 |
+
"loss": 0.0207,
|
3088 |
+
"num_input_tokens_seen": 5192736,
|
3089 |
+
"step": 385
|
3090 |
+
}
|
3091 |
+
],
|
3092 |
+
"logging_steps": 1,
|
3093 |
+
"max_steps": 385,
|
3094 |
+
"num_input_tokens_seen": 5192736,
|
3095 |
+
"num_train_epochs": 5,
|
3096 |
+
"save_steps": 1000,
|
3097 |
+
"stateful_callbacks": {
|
3098 |
+
"TrainerControl": {
|
3099 |
+
"args": {
|
3100 |
+
"should_epoch_stop": false,
|
3101 |
+
"should_evaluate": false,
|
3102 |
+
"should_log": false,
|
3103 |
+
"should_save": true,
|
3104 |
+
"should_training_stop": true
|
3105 |
+
},
|
3106 |
+
"attributes": {}
|
3107 |
+
}
|
3108 |
+
},
|
3109 |
+
"total_flos": 2.3382655808988774e+17,
|
3110 |
+
"train_batch_size": 4,
|
3111 |
+
"trial_name": null,
|
3112 |
+
"trial_params": null
|
3113 |
+
}
|
checkpoint-385/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e3de8a8e741121a5f4fde13b7396c2d104a757f5aaccd4dd320366c51b2f0ea
|
3 |
+
size 6584
|
checkpoint-385/zero_to_fp32.py
ADDED
@@ -0,0 +1,604 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#!/usr/bin/env python
|
2 |
+
|
3 |
+
# Copyright (c) Microsoft Corporation.
|
4 |
+
# SPDX-License-Identifier: Apache-2.0
|
5 |
+
|
6 |
+
# DeepSpeed Team
|
7 |
+
|
8 |
+
# This script extracts fp32 consolidated weights from a zero 1, 2 and 3 DeepSpeed checkpoints. It gets
|
9 |
+
# copied into the top level checkpoint dir, so the user can easily do the conversion at any point in
|
10 |
+
# the future. Once extracted, the weights don't require DeepSpeed and can be used in any
|
11 |
+
# application.
|
12 |
+
#
|
13 |
+
# example: python zero_to_fp32.py . pytorch_model.bin
|
14 |
+
|
15 |
+
import argparse
|
16 |
+
import torch
|
17 |
+
import glob
|
18 |
+
import math
|
19 |
+
import os
|
20 |
+
import re
|
21 |
+
from collections import OrderedDict
|
22 |
+
from dataclasses import dataclass
|
23 |
+
|
24 |
+
# while this script doesn't use deepspeed to recover data, since the checkpoints are pickled with
|
25 |
+
# DeepSpeed data structures it has to be available in the current python environment.
|
26 |
+
from deepspeed.utils import logger
|
27 |
+
from deepspeed.checkpoint.constants import (DS_VERSION, OPTIMIZER_STATE_DICT, SINGLE_PARTITION_OF_FP32_GROUPS,
|
28 |
+
FP32_FLAT_GROUPS, ZERO_STAGE, PARTITION_COUNT, PARAM_SHAPES, BUFFER_NAMES,
|
29 |
+
FROZEN_PARAM_SHAPES, FROZEN_PARAM_FRAGMENTS)
|
30 |
+
|
31 |
+
|
32 |
+
@dataclass
|
33 |
+
class zero_model_state:
|
34 |
+
buffers: dict()
|
35 |
+
param_shapes: dict()
|
36 |
+
shared_params: list
|
37 |
+
ds_version: int
|
38 |
+
frozen_param_shapes: dict()
|
39 |
+
frozen_param_fragments: dict()
|
40 |
+
|
41 |
+
|
42 |
+
debug = 0
|
43 |
+
|
44 |
+
# load to cpu
|
45 |
+
device = torch.device('cpu')
|
46 |
+
|
47 |
+
|
48 |
+
def atoi(text):
|
49 |
+
return int(text) if text.isdigit() else text
|
50 |
+
|
51 |
+
|
52 |
+
def natural_keys(text):
|
53 |
+
'''
|
54 |
+
alist.sort(key=natural_keys) sorts in human order
|
55 |
+
http://nedbatchelder.com/blog/200712/human_sorting.html
|
56 |
+
(See Toothy's implementation in the comments)
|
57 |
+
'''
|
58 |
+
return [atoi(c) for c in re.split(r'(\d+)', text)]
|
59 |
+
|
60 |
+
|
61 |
+
def get_model_state_file(checkpoint_dir, zero_stage):
|
62 |
+
if not os.path.isdir(checkpoint_dir):
|
63 |
+
raise FileNotFoundError(f"Directory '{checkpoint_dir}' doesn't exist")
|
64 |
+
|
65 |
+
# there should be only one file
|
66 |
+
if zero_stage <= 2:
|
67 |
+
file = os.path.join(checkpoint_dir, "mp_rank_00_model_states.pt")
|
68 |
+
elif zero_stage == 3:
|
69 |
+
file = os.path.join(checkpoint_dir, "zero_pp_rank_0_mp_rank_00_model_states.pt")
|
70 |
+
|
71 |
+
if not os.path.exists(file):
|
72 |
+
raise FileNotFoundError(f"can't find model states file at '{file}'")
|
73 |
+
|
74 |
+
return file
|
75 |
+
|
76 |
+
|
77 |
+
def get_checkpoint_files(checkpoint_dir, glob_pattern):
|
78 |
+
# XXX: need to test that this simple glob rule works for multi-node setup too
|
79 |
+
ckpt_files = sorted(glob.glob(os.path.join(checkpoint_dir, glob_pattern)), key=natural_keys)
|
80 |
+
|
81 |
+
if len(ckpt_files) == 0:
|
82 |
+
raise FileNotFoundError(f"can't find {glob_pattern} files in directory '{checkpoint_dir}'")
|
83 |
+
|
84 |
+
return ckpt_files
|
85 |
+
|
86 |
+
|
87 |
+
def get_optim_files(checkpoint_dir):
|
88 |
+
return get_checkpoint_files(checkpoint_dir, "*_optim_states.pt")
|
89 |
+
|
90 |
+
|
91 |
+
def get_model_state_files(checkpoint_dir):
|
92 |
+
return get_checkpoint_files(checkpoint_dir, "*_model_states.pt")
|
93 |
+
|
94 |
+
|
95 |
+
def parse_model_states(files):
|
96 |
+
zero_model_states = []
|
97 |
+
for file in files:
|
98 |
+
state_dict = torch.load(file, map_location=device)
|
99 |
+
|
100 |
+
if BUFFER_NAMES not in state_dict:
|
101 |
+
raise ValueError(f"{file} is not a model state checkpoint")
|
102 |
+
buffer_names = state_dict[BUFFER_NAMES]
|
103 |
+
if debug:
|
104 |
+
print("Found buffers:", buffer_names)
|
105 |
+
|
106 |
+
# recover just the buffers while restoring them to fp32 if they were saved in fp16
|
107 |
+
buffers = {k: v.float() for k, v in state_dict["module"].items() if k in buffer_names}
|
108 |
+
param_shapes = state_dict[PARAM_SHAPES]
|
109 |
+
|
110 |
+
# collect parameters that are included in param_shapes
|
111 |
+
param_names = []
|
112 |
+
for s in param_shapes:
|
113 |
+
for name in s.keys():
|
114 |
+
param_names.append(name)
|
115 |
+
|
116 |
+
# update with frozen parameters
|
117 |
+
frozen_param_shapes = state_dict.get(FROZEN_PARAM_SHAPES, None)
|
118 |
+
if frozen_param_shapes is not None:
|
119 |
+
if debug:
|
120 |
+
print(f"Found frozen_param_shapes: {frozen_param_shapes}")
|
121 |
+
param_names += list(frozen_param_shapes.keys())
|
122 |
+
|
123 |
+
# handle shared params
|
124 |
+
shared_params = [[k, v] for k, v in state_dict["shared_params"].items()]
|
125 |
+
|
126 |
+
ds_version = state_dict.get(DS_VERSION, None)
|
127 |
+
|
128 |
+
frozen_param_fragments = state_dict.get(FROZEN_PARAM_FRAGMENTS, None)
|
129 |
+
|
130 |
+
z_model_state = zero_model_state(buffers=buffers,
|
131 |
+
param_shapes=param_shapes,
|
132 |
+
shared_params=shared_params,
|
133 |
+
ds_version=ds_version,
|
134 |
+
frozen_param_shapes=frozen_param_shapes,
|
135 |
+
frozen_param_fragments=frozen_param_fragments)
|
136 |
+
zero_model_states.append(z_model_state)
|
137 |
+
|
138 |
+
return zero_model_states
|
139 |
+
|
140 |
+
|
141 |
+
def parse_optim_states(files, ds_checkpoint_dir):
|
142 |
+
|
143 |
+
total_files = len(files)
|
144 |
+
state_dicts = []
|
145 |
+
for f in files:
|
146 |
+
state_dict = torch.load(f, map_location=device)
|
147 |
+
# immediately discard the potentially huge 2 optimizer states as we only care for fp32 master weights
|
148 |
+
# and also handle the case where it was already removed by another helper script
|
149 |
+
state_dict["optimizer_state_dict"].pop("optimizer_state_dict", None)
|
150 |
+
state_dicts.append(state_dict)
|
151 |
+
|
152 |
+
if not ZERO_STAGE in state_dicts[0][OPTIMIZER_STATE_DICT]:
|
153 |
+
raise ValueError(f"{files[0]} is not a zero checkpoint")
|
154 |
+
zero_stage = state_dicts[0][OPTIMIZER_STATE_DICT][ZERO_STAGE]
|
155 |
+
world_size = state_dicts[0][OPTIMIZER_STATE_DICT][PARTITION_COUNT]
|
156 |
+
|
157 |
+
# For ZeRO-2 each param group can have different partition_count as data parallelism for expert
|
158 |
+
# parameters can be different from data parallelism for non-expert parameters. So we can just
|
159 |
+
# use the max of the partition_count to get the dp world_size.
|
160 |
+
|
161 |
+
if type(world_size) is list:
|
162 |
+
world_size = max(world_size)
|
163 |
+
|
164 |
+
if world_size != total_files:
|
165 |
+
raise ValueError(
|
166 |
+
f"Expected {world_size} of '*_optim_states.pt' under '{ds_checkpoint_dir}' but found {total_files} files. "
|
167 |
+
"Possibly due to an overwrite of an old checkpoint, or a checkpoint didn't get saved by one or more processes."
|
168 |
+
)
|
169 |
+
|
170 |
+
# the groups are named differently in each stage
|
171 |
+
if zero_stage <= 2:
|
172 |
+
fp32_groups_key = SINGLE_PARTITION_OF_FP32_GROUPS
|
173 |
+
elif zero_stage == 3:
|
174 |
+
fp32_groups_key = FP32_FLAT_GROUPS
|
175 |
+
else:
|
176 |
+
raise ValueError(f"unknown zero stage {zero_stage}")
|
177 |
+
|
178 |
+
if zero_stage <= 2:
|
179 |
+
fp32_flat_groups = [state_dicts[i][OPTIMIZER_STATE_DICT][fp32_groups_key] for i in range(len(state_dicts))]
|
180 |
+
elif zero_stage == 3:
|
181 |
+
# if there is more than one param group, there will be multiple flattened tensors - one
|
182 |
+
# flattened tensor per group - for simplicity merge them into a single tensor
|
183 |
+
#
|
184 |
+
# XXX: could make the script more memory efficient for when there are multiple groups - it
|
185 |
+
# will require matching the sub-lists of param_shapes for each param group flattened tensor
|
186 |
+
|
187 |
+
fp32_flat_groups = [
|
188 |
+
torch.cat(state_dicts[i][OPTIMIZER_STATE_DICT][fp32_groups_key], 0) for i in range(len(state_dicts))
|
189 |
+
]
|
190 |
+
|
191 |
+
return zero_stage, world_size, fp32_flat_groups
|
192 |
+
|
193 |
+
|
194 |
+
def _get_fp32_state_dict_from_zero_checkpoint(ds_checkpoint_dir, exclude_frozen_parameters):
|
195 |
+
"""
|
196 |
+
Returns fp32 state_dict reconstructed from ds checkpoint
|
197 |
+
|
198 |
+
Args:
|
199 |
+
- ``ds_checkpoint_dir``: path to the deepspeed checkpoint folder (where the optimizer files are)
|
200 |
+
|
201 |
+
"""
|
202 |
+
print(f"Processing zero checkpoint '{ds_checkpoint_dir}'")
|
203 |
+
|
204 |
+
optim_files = get_optim_files(ds_checkpoint_dir)
|
205 |
+
zero_stage, world_size, fp32_flat_groups = parse_optim_states(optim_files, ds_checkpoint_dir)
|
206 |
+
print(f"Detected checkpoint of type zero stage {zero_stage}, world_size: {world_size}")
|
207 |
+
|
208 |
+
model_files = get_model_state_files(ds_checkpoint_dir)
|
209 |
+
|
210 |
+
zero_model_states = parse_model_states(model_files)
|
211 |
+
print(f'Parsing checkpoint created by deepspeed=={zero_model_states[0].ds_version}')
|
212 |
+
|
213 |
+
if zero_stage <= 2:
|
214 |
+
return _get_fp32_state_dict_from_zero2_checkpoint(world_size, fp32_flat_groups, zero_model_states,
|
215 |
+
exclude_frozen_parameters)
|
216 |
+
elif zero_stage == 3:
|
217 |
+
return _get_fp32_state_dict_from_zero3_checkpoint(world_size, fp32_flat_groups, zero_model_states,
|
218 |
+
exclude_frozen_parameters)
|
219 |
+
|
220 |
+
|
221 |
+
def _zero2_merge_frozen_params(state_dict, zero_model_states):
|
222 |
+
if zero_model_states[0].frozen_param_shapes is None or len(zero_model_states[0].frozen_param_shapes) == 0:
|
223 |
+
return
|
224 |
+
|
225 |
+
frozen_param_shapes = zero_model_states[0].frozen_param_shapes
|
226 |
+
frozen_param_fragments = zero_model_states[0].frozen_param_fragments
|
227 |
+
|
228 |
+
if debug:
|
229 |
+
num_elem = sum(s.numel() for s in frozen_param_shapes.values())
|
230 |
+
print(f'rank 0: {FROZEN_PARAM_SHAPES}.numel = {num_elem}')
|
231 |
+
|
232 |
+
wanted_params = len(frozen_param_shapes)
|
233 |
+
wanted_numel = sum(s.numel() for s in frozen_param_shapes.values())
|
234 |
+
avail_numel = sum([p.numel() for p in frozen_param_fragments.values()])
|
235 |
+
print(f'Frozen params: Have {avail_numel} numels to process.')
|
236 |
+
print(f'Frozen params: Need {wanted_numel} numels in {wanted_params} params')
|
237 |
+
|
238 |
+
total_params = 0
|
239 |
+
total_numel = 0
|
240 |
+
for name, shape in frozen_param_shapes.items():
|
241 |
+
total_params += 1
|
242 |
+
unpartitioned_numel = shape.numel()
|
243 |
+
total_numel += unpartitioned_numel
|
244 |
+
|
245 |
+
state_dict[name] = frozen_param_fragments[name]
|
246 |
+
|
247 |
+
if debug:
|
248 |
+
print(f"{name} full shape: {shape} unpartitioned numel {unpartitioned_numel} ")
|
249 |
+
|
250 |
+
print(f"Reconstructed Frozen fp32 state dict with {total_params} params {total_numel} elements")
|
251 |
+
|
252 |
+
|
253 |
+
def _has_callable(obj, fn):
|
254 |
+
attr = getattr(obj, fn, None)
|
255 |
+
return callable(attr)
|
256 |
+
|
257 |
+
|
258 |
+
def _zero2_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states):
|
259 |
+
param_shapes = zero_model_states[0].param_shapes
|
260 |
+
|
261 |
+
# Reconstruction protocol:
|
262 |
+
#
|
263 |
+
# XXX: document this
|
264 |
+
|
265 |
+
if debug:
|
266 |
+
for i in range(world_size):
|
267 |
+
for j in range(len(fp32_flat_groups[0])):
|
268 |
+
print(f"{FP32_FLAT_GROUPS}[{i}][{j}].shape={fp32_flat_groups[i][j].shape}")
|
269 |
+
|
270 |
+
# XXX: memory usage doubles here (zero2)
|
271 |
+
num_param_groups = len(fp32_flat_groups[0])
|
272 |
+
merged_single_partition_of_fp32_groups = []
|
273 |
+
for i in range(num_param_groups):
|
274 |
+
merged_partitions = [sd[i] for sd in fp32_flat_groups]
|
275 |
+
full_single_fp32_vector = torch.cat(merged_partitions, 0)
|
276 |
+
merged_single_partition_of_fp32_groups.append(full_single_fp32_vector)
|
277 |
+
avail_numel = sum(
|
278 |
+
[full_single_fp32_vector.numel() for full_single_fp32_vector in merged_single_partition_of_fp32_groups])
|
279 |
+
|
280 |
+
if debug:
|
281 |
+
wanted_params = sum([len(shapes) for shapes in param_shapes])
|
282 |
+
wanted_numel = sum([sum(shape.numel() for shape in shapes.values()) for shapes in param_shapes])
|
283 |
+
# not asserting if there is a mismatch due to possible padding
|
284 |
+
print(f"Have {avail_numel} numels to process.")
|
285 |
+
print(f"Need {wanted_numel} numels in {wanted_params} params.")
|
286 |
+
|
287 |
+
# params
|
288 |
+
# XXX: for huge models that can't fit into the host's RAM we will have to recode this to support
|
289 |
+
# out-of-core computing solution
|
290 |
+
total_numel = 0
|
291 |
+
total_params = 0
|
292 |
+
for shapes, full_single_fp32_vector in zip(param_shapes, merged_single_partition_of_fp32_groups):
|
293 |
+
offset = 0
|
294 |
+
avail_numel = full_single_fp32_vector.numel()
|
295 |
+
for name, shape in shapes.items():
|
296 |
+
|
297 |
+
unpartitioned_numel = shape.numel() if _has_callable(shape, 'numel') else math.prod(shape)
|
298 |
+
total_numel += unpartitioned_numel
|
299 |
+
total_params += 1
|
300 |
+
|
301 |
+
if debug:
|
302 |
+
print(f"{name} full shape: {shape} unpartitioned numel {unpartitioned_numel} ")
|
303 |
+
state_dict[name] = full_single_fp32_vector.narrow(0, offset, unpartitioned_numel).view(shape)
|
304 |
+
offset += unpartitioned_numel
|
305 |
+
|
306 |
+
# Z2 started to align to 2*world_size to improve nccl performance. Therefore both offset and
|
307 |
+
# avail_numel can differ by anywhere between 0..2*world_size. Due to two unrelated complex
|
308 |
+
# paddings performed in the code it's almost impossible to predict the exact numbers w/o the
|
309 |
+
# live optimizer object, so we are checking that the numbers are within the right range
|
310 |
+
align_to = 2 * world_size
|
311 |
+
|
312 |
+
def zero2_align(x):
|
313 |
+
return align_to * math.ceil(x / align_to)
|
314 |
+
|
315 |
+
if debug:
|
316 |
+
print(f"original offset={offset}, avail_numel={avail_numel}")
|
317 |
+
|
318 |
+
offset = zero2_align(offset)
|
319 |
+
avail_numel = zero2_align(avail_numel)
|
320 |
+
|
321 |
+
if debug:
|
322 |
+
print(f"aligned offset={offset}, avail_numel={avail_numel}")
|
323 |
+
|
324 |
+
# Sanity check
|
325 |
+
if offset != avail_numel:
|
326 |
+
raise ValueError(f"consumed {offset} numels out of {avail_numel} - something is wrong")
|
327 |
+
|
328 |
+
print(f"Reconstructed fp32 state dict with {total_params} params {total_numel} elements")
|
329 |
+
|
330 |
+
|
331 |
+
def _get_fp32_state_dict_from_zero2_checkpoint(world_size, fp32_flat_groups, zero_model_states,
|
332 |
+
exclude_frozen_parameters):
|
333 |
+
state_dict = OrderedDict()
|
334 |
+
|
335 |
+
# buffers
|
336 |
+
buffers = zero_model_states[0].buffers
|
337 |
+
state_dict.update(buffers)
|
338 |
+
if debug:
|
339 |
+
print(f"added {len(buffers)} buffers")
|
340 |
+
|
341 |
+
if not exclude_frozen_parameters:
|
342 |
+
_zero2_merge_frozen_params(state_dict, zero_model_states)
|
343 |
+
|
344 |
+
_zero2_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states)
|
345 |
+
|
346 |
+
# recover shared parameters
|
347 |
+
for pair in zero_model_states[0].shared_params:
|
348 |
+
if pair[1] in state_dict:
|
349 |
+
state_dict[pair[0]] = state_dict[pair[1]]
|
350 |
+
|
351 |
+
return state_dict
|
352 |
+
|
353 |
+
|
354 |
+
def zero3_partitioned_param_info(unpartitioned_numel, world_size):
|
355 |
+
remainder = unpartitioned_numel % world_size
|
356 |
+
padding_numel = (world_size - remainder) if remainder else 0
|
357 |
+
partitioned_numel = math.ceil(unpartitioned_numel / world_size)
|
358 |
+
return partitioned_numel, padding_numel
|
359 |
+
|
360 |
+
|
361 |
+
def _zero3_merge_frozen_params(state_dict, world_size, zero_model_states):
|
362 |
+
if zero_model_states[0].frozen_param_shapes is None or len(zero_model_states[0].frozen_param_shapes) == 0:
|
363 |
+
return
|
364 |
+
|
365 |
+
if debug:
|
366 |
+
for i in range(world_size):
|
367 |
+
num_elem = sum(s.numel() for s in zero_model_states[i].frozen_param_fragments.values())
|
368 |
+
print(f'rank {i}: {FROZEN_PARAM_SHAPES}.numel = {num_elem}')
|
369 |
+
|
370 |
+
frozen_param_shapes = zero_model_states[0].frozen_param_shapes
|
371 |
+
wanted_params = len(frozen_param_shapes)
|
372 |
+
wanted_numel = sum(s.numel() for s in frozen_param_shapes.values())
|
373 |
+
avail_numel = sum([p.numel() for p in zero_model_states[0].frozen_param_fragments.values()]) * world_size
|
374 |
+
print(f'Frozen params: Have {avail_numel} numels to process.')
|
375 |
+
print(f'Frozen params: Need {wanted_numel} numels in {wanted_params} params')
|
376 |
+
|
377 |
+
total_params = 0
|
378 |
+
total_numel = 0
|
379 |
+
for name, shape in zero_model_states[0].frozen_param_shapes.items():
|
380 |
+
total_params += 1
|
381 |
+
unpartitioned_numel = shape.numel()
|
382 |
+
total_numel += unpartitioned_numel
|
383 |
+
|
384 |
+
param_frags = tuple(model_state.frozen_param_fragments[name] for model_state in zero_model_states)
|
385 |
+
state_dict[name] = torch.cat(param_frags, 0).narrow(0, 0, unpartitioned_numel).view(shape)
|
386 |
+
|
387 |
+
partitioned_numel, partitioned_padding_numel = zero3_partitioned_param_info(unpartitioned_numel, world_size)
|
388 |
+
|
389 |
+
if debug:
|
390 |
+
print(
|
391 |
+
f"Frozen params: {total_params} {name} full shape: {shape} partition0 numel={partitioned_numel} partitioned_padding_numel={partitioned_padding_numel}"
|
392 |
+
)
|
393 |
+
|
394 |
+
print(f"Reconstructed Frozen fp32 state dict with {total_params} params {total_numel} elements")
|
395 |
+
|
396 |
+
|
397 |
+
def _zero3_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states):
|
398 |
+
param_shapes = zero_model_states[0].param_shapes
|
399 |
+
avail_numel = fp32_flat_groups[0].numel() * world_size
|
400 |
+
# Reconstruction protocol: For zero3 we need to zip the partitions together at boundary of each
|
401 |
+
# param, re-consolidating each param, while dealing with padding if any
|
402 |
+
|
403 |
+
# merge list of dicts, preserving order
|
404 |
+
param_shapes = {k: v for d in param_shapes for k, v in d.items()}
|
405 |
+
|
406 |
+
if debug:
|
407 |
+
for i in range(world_size):
|
408 |
+
print(f"{FP32_FLAT_GROUPS}[{i}].shape={fp32_flat_groups[i].shape}")
|
409 |
+
|
410 |
+
wanted_params = len(param_shapes)
|
411 |
+
wanted_numel = sum(shape.numel() for shape in param_shapes.values())
|
412 |
+
# not asserting if there is a mismatch due to possible padding
|
413 |
+
avail_numel = fp32_flat_groups[0].numel() * world_size
|
414 |
+
print(f"Trainable params: Have {avail_numel} numels to process.")
|
415 |
+
print(f"Trainable params: Need {wanted_numel} numels in {wanted_params} params.")
|
416 |
+
|
417 |
+
# params
|
418 |
+
# XXX: for huge models that can't fit into the host's RAM we will have to recode this to support
|
419 |
+
# out-of-core computing solution
|
420 |
+
offset = 0
|
421 |
+
total_numel = 0
|
422 |
+
total_params = 0
|
423 |
+
for name, shape in param_shapes.items():
|
424 |
+
|
425 |
+
unpartitioned_numel = shape.numel()
|
426 |
+
total_numel += unpartitioned_numel
|
427 |
+
total_params += 1
|
428 |
+
|
429 |
+
partitioned_numel, partitioned_padding_numel = zero3_partitioned_param_info(unpartitioned_numel, world_size)
|
430 |
+
|
431 |
+
if debug:
|
432 |
+
print(
|
433 |
+
f"Trainable params: {total_params} {name} full shape: {shape} partition0 numel={partitioned_numel} partitioned_padding_numel={partitioned_padding_numel}"
|
434 |
+
)
|
435 |
+
|
436 |
+
# XXX: memory usage doubles here
|
437 |
+
state_dict[name] = torch.cat(
|
438 |
+
tuple(fp32_flat_groups[i].narrow(0, offset, partitioned_numel) for i in range(world_size)),
|
439 |
+
0).narrow(0, 0, unpartitioned_numel).view(shape)
|
440 |
+
offset += partitioned_numel
|
441 |
+
|
442 |
+
offset *= world_size
|
443 |
+
|
444 |
+
# Sanity check
|
445 |
+
if offset != avail_numel:
|
446 |
+
raise ValueError(f"consumed {offset} numels out of {avail_numel} - something is wrong")
|
447 |
+
|
448 |
+
print(f"Reconstructed Trainable fp32 state dict with {total_params} params {total_numel} elements")
|
449 |
+
|
450 |
+
|
451 |
+
def _get_fp32_state_dict_from_zero3_checkpoint(world_size, fp32_flat_groups, zero_model_states,
|
452 |
+
exclude_frozen_parameters):
|
453 |
+
state_dict = OrderedDict()
|
454 |
+
|
455 |
+
# buffers
|
456 |
+
buffers = zero_model_states[0].buffers
|
457 |
+
state_dict.update(buffers)
|
458 |
+
if debug:
|
459 |
+
print(f"added {len(buffers)} buffers")
|
460 |
+
|
461 |
+
if not exclude_frozen_parameters:
|
462 |
+
_zero3_merge_frozen_params(state_dict, world_size, zero_model_states)
|
463 |
+
|
464 |
+
_zero3_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states)
|
465 |
+
|
466 |
+
# recover shared parameters
|
467 |
+
for pair in zero_model_states[0].shared_params:
|
468 |
+
if pair[1] in state_dict:
|
469 |
+
state_dict[pair[0]] = state_dict[pair[1]]
|
470 |
+
|
471 |
+
return state_dict
|
472 |
+
|
473 |
+
|
474 |
+
def get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir, tag=None, exclude_frozen_parameters=False):
|
475 |
+
"""
|
476 |
+
Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated state_dict that can be loaded with
|
477 |
+
``load_state_dict()`` and used for training without DeepSpeed or shared with others, for example
|
478 |
+
via a model hub.
|
479 |
+
|
480 |
+
Args:
|
481 |
+
- ``checkpoint_dir``: path to the desired checkpoint folder
|
482 |
+
- ``tag``: checkpoint tag used as a unique identifier for checkpoint. If not provided will attempt to load tag in 'latest' file. e.g., ``global_step14``
|
483 |
+
- ``exclude_frozen_parameters``: exclude frozen parameters
|
484 |
+
|
485 |
+
Returns:
|
486 |
+
- pytorch ``state_dict``
|
487 |
+
|
488 |
+
Note: this approach may not work if your application doesn't have sufficient free CPU memory and
|
489 |
+
you may need to use the offline approach using the ``zero_to_fp32.py`` script that is saved with
|
490 |
+
the checkpoint.
|
491 |
+
|
492 |
+
A typical usage might be ::
|
493 |
+
|
494 |
+
from deepspeed.utils.zero_to_fp32 import get_fp32_state_dict_from_zero_checkpoint
|
495 |
+
# do the training and checkpoint saving
|
496 |
+
state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir) # already on cpu
|
497 |
+
model = model.cpu() # move to cpu
|
498 |
+
model.load_state_dict(state_dict)
|
499 |
+
# submit to model hub or save the model to share with others
|
500 |
+
|
501 |
+
In this example the ``model`` will no longer be usable in the deepspeed context of the same
|
502 |
+
application. i.e. you will need to re-initialize the deepspeed engine, since
|
503 |
+
``model.load_state_dict(state_dict)`` will remove all the deepspeed magic from it.
|
504 |
+
|
505 |
+
If you want it all done for you, use ``load_state_dict_from_zero_checkpoint`` instead.
|
506 |
+
|
507 |
+
"""
|
508 |
+
if tag is None:
|
509 |
+
latest_path = os.path.join(checkpoint_dir, 'latest')
|
510 |
+
if os.path.isfile(latest_path):
|
511 |
+
with open(latest_path, 'r') as fd:
|
512 |
+
tag = fd.read().strip()
|
513 |
+
else:
|
514 |
+
raise ValueError(f"Unable to find 'latest' file at {latest_path}")
|
515 |
+
|
516 |
+
ds_checkpoint_dir = os.path.join(checkpoint_dir, tag)
|
517 |
+
|
518 |
+
if not os.path.isdir(ds_checkpoint_dir):
|
519 |
+
raise FileNotFoundError(f"Directory '{ds_checkpoint_dir}' doesn't exist")
|
520 |
+
|
521 |
+
return _get_fp32_state_dict_from_zero_checkpoint(ds_checkpoint_dir, exclude_frozen_parameters)
|
522 |
+
|
523 |
+
|
524 |
+
def convert_zero_checkpoint_to_fp32_state_dict(checkpoint_dir, output_file, tag=None, exclude_frozen_parameters=False):
|
525 |
+
"""
|
526 |
+
Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated ``state_dict`` file that can be
|
527 |
+
loaded with ``torch.load(file)`` + ``load_state_dict()`` and used for training without DeepSpeed.
|
528 |
+
|
529 |
+
Args:
|
530 |
+
- ``checkpoint_dir``: path to the desired checkpoint folder. (one that contains the tag-folder, like ``global_step14``)
|
531 |
+
- ``output_file``: path to the pytorch fp32 state_dict output file (e.g. path/pytorch_model.bin)
|
532 |
+
- ``tag``: checkpoint tag used as a unique identifier for checkpoint. If not provided will attempt to load tag in the file named ``latest`` in the checkpoint folder, e.g., ``global_step14``
|
533 |
+
- ``exclude_frozen_parameters``: exclude frozen parameters
|
534 |
+
"""
|
535 |
+
|
536 |
+
state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir, tag, exclude_frozen_parameters)
|
537 |
+
print(f"Saving fp32 state dict to {output_file}")
|
538 |
+
torch.save(state_dict, output_file)
|
539 |
+
|
540 |
+
|
541 |
+
def load_state_dict_from_zero_checkpoint(model, checkpoint_dir, tag=None):
|
542 |
+
"""
|
543 |
+
1. Put the provided model to cpu
|
544 |
+
2. Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated ``state_dict``
|
545 |
+
3. Load it into the provided model
|
546 |
+
|
547 |
+
Args:
|
548 |
+
- ``model``: the model object to update
|
549 |
+
- ``checkpoint_dir``: path to the desired checkpoint folder. (one that contains the tag-folder, like ``global_step14``)
|
550 |
+
- ``tag``: checkpoint tag used as a unique identifier for checkpoint. If not provided will attempt to load tag in the file named ``latest`` in the checkpoint folder, e.g., ``global_step14``
|
551 |
+
|
552 |
+
Returns:
|
553 |
+
- ``model`: modified model
|
554 |
+
|
555 |
+
Make sure you have plenty of CPU memory available before you call this function. If you don't
|
556 |
+
have enough use the ``zero_to_fp32.py`` utility to do the conversion. You will find it
|
557 |
+
conveniently placed for you in the checkpoint folder.
|
558 |
+
|
559 |
+
A typical usage might be ::
|
560 |
+
|
561 |
+
from deepspeed.utils.zero_to_fp32 import load_state_dict_from_zero_checkpoint
|
562 |
+
model = load_state_dict_from_zero_checkpoint(trainer.model, checkpoint_dir)
|
563 |
+
# submit to model hub or save the model to share with others
|
564 |
+
|
565 |
+
Note, that once this was run, the ``model`` will no longer be usable in the deepspeed context
|
566 |
+
of the same application. i.e. you will need to re-initialize the deepspeed engine, since
|
567 |
+
``model.load_state_dict(state_dict)`` will remove all the deepspeed magic from it.
|
568 |
+
|
569 |
+
"""
|
570 |
+
logger.info(f"Extracting fp32 weights")
|
571 |
+
state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir, tag)
|
572 |
+
|
573 |
+
logger.info(f"Overwriting model with fp32 weights")
|
574 |
+
model = model.cpu()
|
575 |
+
model.load_state_dict(state_dict, strict=False)
|
576 |
+
|
577 |
+
return model
|
578 |
+
|
579 |
+
|
580 |
+
if __name__ == "__main__":
|
581 |
+
|
582 |
+
parser = argparse.ArgumentParser()
|
583 |
+
parser.add_argument("checkpoint_dir",
|
584 |
+
type=str,
|
585 |
+
help="path to the desired checkpoint folder, e.g., path/checkpoint-12")
|
586 |
+
parser.add_argument(
|
587 |
+
"output_file",
|
588 |
+
type=str,
|
589 |
+
help="path to the pytorch fp32 state_dict output file (e.g. path/checkpoint-12/pytorch_model.bin)")
|
590 |
+
parser.add_argument("-t",
|
591 |
+
"--tag",
|
592 |
+
type=str,
|
593 |
+
default=None,
|
594 |
+
help="checkpoint tag used as a unique identifier for checkpoint. e.g., global_step1")
|
595 |
+
parser.add_argument("--exclude_frozen_parameters", action='store_true', help="exclude frozen parameters")
|
596 |
+
parser.add_argument("-d", "--debug", action='store_true', help="enable debug")
|
597 |
+
args = parser.parse_args()
|
598 |
+
|
599 |
+
debug = args.debug
|
600 |
+
|
601 |
+
convert_zero_checkpoint_to_fp32_state_dict(args.checkpoint_dir,
|
602 |
+
args.output_file,
|
603 |
+
tag=args.tag,
|
604 |
+
exclude_frozen_parameters=args.exclude_frozen_parameters)
|
config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "meta-llama/Meta-Llama-3-8B",
|
3 |
+
"architectures": [
|
4 |
+
"LlamaForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_bias": false,
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 128000,
|
9 |
+
"eos_token_id": 128001,
|
10 |
+
"hidden_act": "silu",
|
11 |
+
"hidden_size": 4096,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 14336,
|
14 |
+
"max_position_embeddings": 8192,
|
15 |
+
"mlp_bias": false,
|
16 |
+
"model_type": "llama",
|
17 |
+
"num_attention_heads": 32,
|
18 |
+
"num_hidden_layers": 32,
|
19 |
+
"num_key_value_heads": 8,
|
20 |
+
"pretraining_tp": 1,
|
21 |
+
"rms_norm_eps": 1e-05,
|
22 |
+
"rope_scaling": null,
|
23 |
+
"rope_theta": 500000.0,
|
24 |
+
"tie_word_embeddings": false,
|
25 |
+
"torch_dtype": "bfloat16",
|
26 |
+
"transformers_version": "4.42.3",
|
27 |
+
"use_cache": false,
|
28 |
+
"vocab_size": 128256
|
29 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 128000,
|
3 |
+
"do_sample": true,
|
4 |
+
"eos_token_id": 128001,
|
5 |
+
"max_length": 4096,
|
6 |
+
"temperature": 0.6,
|
7 |
+
"top_p": 0.9,
|
8 |
+
"transformers_version": "4.42.3"
|
9 |
+
}
|
llamaboard_config.yaml
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
top.booster: auto
|
2 |
+
top.checkpoint_path: null
|
3 |
+
top.finetuning_type: full
|
4 |
+
top.model_name: LLaMA3-8B
|
5 |
+
top.quantization_bit: none
|
6 |
+
top.quantization_method: bitsandbytes
|
7 |
+
top.rope_scaling: none
|
8 |
+
top.template: default
|
9 |
+
top.visual_inputs: false
|
10 |
+
train.additional_target: ''
|
11 |
+
train.badam_mode: layer
|
12 |
+
train.badam_switch_interval: 50
|
13 |
+
train.badam_switch_mode: ascending
|
14 |
+
train.badam_update_ratio: 0.05
|
15 |
+
train.batch_size: 4
|
16 |
+
train.compute_type: bf16
|
17 |
+
train.create_new_adapter: false
|
18 |
+
train.cutoff_len: 1024
|
19 |
+
train.dataset:
|
20 |
+
- truth_train
|
21 |
+
train.dataset_dir: data
|
22 |
+
train.ds_offload: false
|
23 |
+
train.ds_stage: '2'
|
24 |
+
train.freeze_extra_modules: ''
|
25 |
+
train.freeze_trainable_layers: 2
|
26 |
+
train.freeze_trainable_modules: all
|
27 |
+
train.galore_rank: 16
|
28 |
+
train.galore_scale: 0.25
|
29 |
+
train.galore_target: all
|
30 |
+
train.galore_update_interval: 200
|
31 |
+
train.gradient_accumulation_steps: 8
|
32 |
+
train.learning_rate: 5e-6
|
33 |
+
train.logging_steps: 1
|
34 |
+
train.lora_alpha: 16
|
35 |
+
train.lora_dropout: 0
|
36 |
+
train.lora_rank: 8
|
37 |
+
train.lora_target: ''
|
38 |
+
train.loraplus_lr_ratio: 0
|
39 |
+
train.lr_scheduler_type: cosine
|
40 |
+
train.max_grad_norm: '1.0'
|
41 |
+
train.max_samples: '100000'
|
42 |
+
train.neat_packing: false
|
43 |
+
train.neftune_alpha: 0
|
44 |
+
train.num_train_epochs: '5.0'
|
45 |
+
train.optim: adamw_torch
|
46 |
+
train.packing: false
|
47 |
+
train.ppo_score_norm: false
|
48 |
+
train.ppo_whiten_rewards: false
|
49 |
+
train.pref_beta: 0.1
|
50 |
+
train.pref_ftx: 0
|
51 |
+
train.pref_loss: sigmoid
|
52 |
+
train.report_to: false
|
53 |
+
train.resize_vocab: false
|
54 |
+
train.reward_model: null
|
55 |
+
train.save_steps: 1000
|
56 |
+
train.shift_attn: false
|
57 |
+
train.training_stage: Supervised Fine-Tuning
|
58 |
+
train.use_badam: false
|
59 |
+
train.use_dora: false
|
60 |
+
train.use_galore: false
|
61 |
+
train.use_llama_pro: false
|
62 |
+
train.use_pissa: false
|
63 |
+
train.use_rslora: false
|
64 |
+
train.val_size: 0
|
65 |
+
train.warmup_steps: 600
|
model-00001-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95091273e88294fb364aa21ea26e19235d33e52c55bd3084a88c89fea8b26726
|
3 |
+
size 4976698672
|
model-00002-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27524a69f85bdd427bbc9f3b06c352d75e57fb52dd8bbfaa72357a0aa776ec14
|
3 |
+
size 4999802720
|
model-00003-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f3d18cfd3abd56f02f7d77fe84167a89940a20fad534fc60b9ccf8a13e458ba
|
3 |
+
size 4915916176
|
model-00004-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7fd33cba41fd9bb770eab81315a245e1fd442a47ac61b49f563417d3882e8d6
|
3 |
+
size 1168138808
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,298 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 16060522496
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "model-00004-of-00004.safetensors",
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00004.safetensors",
|
8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
13 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
15 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
16 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
17 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
18 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
19 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
20 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
21 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
22 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
23 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
24 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
25 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
26 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
27 |
+
"model.layers.10.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
28 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
29 |
+
"model.layers.10.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
30 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
31 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
32 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
33 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
34 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
35 |
+
"model.layers.11.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
36 |
+
"model.layers.11.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
37 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
38 |
+
"model.layers.11.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
39 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
40 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
41 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
42 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
43 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
44 |
+
"model.layers.12.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
45 |
+
"model.layers.12.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
46 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
47 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
48 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
49 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
50 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
51 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
52 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
53 |
+
"model.layers.13.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
54 |
+
"model.layers.13.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
55 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
56 |
+
"model.layers.13.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
57 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
58 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
59 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
60 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
61 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
62 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
63 |
+
"model.layers.14.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
64 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
65 |
+
"model.layers.14.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
66 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
67 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
68 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
69 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
70 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
71 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
72 |
+
"model.layers.15.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
73 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
74 |
+
"model.layers.15.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
75 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
76 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
77 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
78 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
79 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
80 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
81 |
+
"model.layers.16.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
82 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
83 |
+
"model.layers.16.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
84 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
85 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
86 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
87 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
88 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
89 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
90 |
+
"model.layers.17.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
91 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
92 |
+
"model.layers.17.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
93 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
94 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
95 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
96 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
97 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
98 |
+
"model.layers.18.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
99 |
+
"model.layers.18.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
100 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
101 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
102 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
103 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
104 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
105 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
106 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
107 |
+
"model.layers.19.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
108 |
+
"model.layers.19.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
109 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
110 |
+
"model.layers.19.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
111 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
112 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
113 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
114 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
115 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
116 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
117 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
118 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
119 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
120 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
121 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
122 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
123 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
124 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
125 |
+
"model.layers.20.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
126 |
+
"model.layers.20.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
127 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
128 |
+
"model.layers.20.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
129 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
130 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
131 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
132 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
133 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
134 |
+
"model.layers.21.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
135 |
+
"model.layers.21.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
136 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
137 |
+
"model.layers.21.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
138 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
139 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
140 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
141 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
142 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
143 |
+
"model.layers.22.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
144 |
+
"model.layers.22.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
145 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
146 |
+
"model.layers.22.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
147 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
148 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
149 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
150 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
151 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
152 |
+
"model.layers.23.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
153 |
+
"model.layers.23.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
154 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
155 |
+
"model.layers.23.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
156 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
157 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
158 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
159 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
160 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
161 |
+
"model.layers.24.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
162 |
+
"model.layers.24.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
163 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
164 |
+
"model.layers.24.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
165 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
166 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
167 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
168 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
169 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
170 |
+
"model.layers.25.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
171 |
+
"model.layers.25.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
172 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
173 |
+
"model.layers.25.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
174 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
175 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
176 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
177 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
178 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
179 |
+
"model.layers.26.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
180 |
+
"model.layers.26.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
181 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
182 |
+
"model.layers.26.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
183 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
184 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
185 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
186 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
187 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
188 |
+
"model.layers.27.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
189 |
+
"model.layers.27.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
190 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
191 |
+
"model.layers.27.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
192 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
193 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
194 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
195 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
196 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
197 |
+
"model.layers.28.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
198 |
+
"model.layers.28.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
199 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
200 |
+
"model.layers.28.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
201 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
202 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
203 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
204 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
205 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
206 |
+
"model.layers.29.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
207 |
+
"model.layers.29.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
208 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
209 |
+
"model.layers.29.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
210 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
211 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
212 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
213 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
214 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
215 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
216 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
217 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
218 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
219 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
220 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
221 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
222 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
223 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
224 |
+
"model.layers.30.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
225 |
+
"model.layers.30.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
226 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
227 |
+
"model.layers.30.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
228 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
229 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
230 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
231 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
232 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
233 |
+
"model.layers.31.input_layernorm.weight": "model-00004-of-00004.safetensors",
|
234 |
+
"model.layers.31.mlp.down_proj.weight": "model-00004-of-00004.safetensors",
|
235 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
236 |
+
"model.layers.31.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
237 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00004-of-00004.safetensors",
|
238 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
239 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
240 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
241 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
242 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
243 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
244 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
245 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
246 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
247 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
248 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
249 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
250 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
251 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
252 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
253 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
254 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
255 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
256 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
257 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
258 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
259 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
260 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
261 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
262 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
263 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
264 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
265 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
266 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
267 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
268 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
269 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
270 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
271 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
272 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
273 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
274 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
275 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
276 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
277 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
278 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
279 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
280 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
281 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
282 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
283 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
284 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
285 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
286 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
287 |
+
"model.layers.9.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
288 |
+
"model.layers.9.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
289 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
290 |
+
"model.layers.9.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
291 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
292 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
293 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
294 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
295 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
296 |
+
"model.norm.weight": "model-00004-of-00004.safetensors"
|
297 |
+
}
|
298 |
+
}
|
running_log.txt
ADDED
@@ -0,0 +1,1038 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
07/10/2024 15:30:43 - INFO - llamafactory.hparams.parser - Process rank: 2, device: cuda:2, n_gpu: 1, distributed training: True, compute dtype: torch.bfloat16
|
2 |
+
|
3 |
+
07/10/2024 15:30:43 - INFO - llamafactory.hparams.parser - Process rank: 3, device: cuda:3, n_gpu: 1, distributed training: True, compute dtype: torch.bfloat16
|
4 |
+
|
5 |
+
[INFO|parser.py:325] 2024-07-10 15:30:43,487 >> Process rank: 0, device: cuda:0, n_gpu: 1, distributed training: True, compute dtype: torch.bfloat16
|
6 |
+
|
7 |
+
07/10/2024 15:30:43 - INFO - llamafactory.hparams.parser - Process rank: 4, device: cuda:4, n_gpu: 1, distributed training: True, compute dtype: torch.bfloat16
|
8 |
+
|
9 |
+
07/10/2024 15:30:43 - INFO - llamafactory.hparams.parser - Process rank: 1, device: cuda:1, n_gpu: 1, distributed training: True, compute dtype: torch.bfloat16
|
10 |
+
|
11 |
+
07/10/2024 15:30:43 - INFO - llamafactory.hparams.parser - Process rank: 7, device: cuda:7, n_gpu: 1, distributed training: True, compute dtype: torch.bfloat16
|
12 |
+
|
13 |
+
07/10/2024 15:30:43 - INFO - llamafactory.hparams.parser - Process rank: 5, device: cuda:5, n_gpu: 1, distributed training: True, compute dtype: torch.bfloat16
|
14 |
+
|
15 |
+
07/10/2024 15:30:43 - INFO - llamafactory.hparams.parser - Process rank: 6, device: cuda:6, n_gpu: 1, distributed training: True, compute dtype: torch.bfloat16
|
16 |
+
|
17 |
+
07/10/2024 15:30:43 - WARNING - transformers.tokenization_utils_base - Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
|
18 |
+
|
19 |
+
07/10/2024 15:30:43 - INFO - llamafactory.data.template - Add pad token: <|end_of_text|>
|
20 |
+
|
21 |
+
07/10/2024 15:30:44 - WARNING - transformers.tokenization_utils_base - Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
|
22 |
+
|
23 |
+
07/10/2024 15:30:44 - INFO - llamafactory.data.template - Add pad token: <|end_of_text|>
|
24 |
+
|
25 |
+
[INFO|tokenization_utils_base.py:2161] 2024-07-10 15:30:43,965 >> loading file tokenizer.json from cache at /root/.cache/huggingface/hub/models--meta-llama--Meta-Llama-3-8B/snapshots/62bd457b6fe961a42a631306577e622c83876cb6/tokenizer.json
|
26 |
+
|
27 |
+
[INFO|tokenization_utils_base.py:2161] 2024-07-10 15:30:43,965 >> loading file added_tokens.json from cache at None
|
28 |
+
|
29 |
+
[INFO|tokenization_utils_base.py:2161] 2024-07-10 15:30:43,965 >> loading file special_tokens_map.json from cache at /root/.cache/huggingface/hub/models--meta-llama--Meta-Llama-3-8B/snapshots/62bd457b6fe961a42a631306577e622c83876cb6/special_tokens_map.json
|
30 |
+
|
31 |
+
[INFO|tokenization_utils_base.py:2161] 2024-07-10 15:30:43,965 >> loading file tokenizer_config.json from cache at /root/.cache/huggingface/hub/models--meta-llama--Meta-Llama-3-8B/snapshots/62bd457b6fe961a42a631306577e622c83876cb6/tokenizer_config.json
|
32 |
+
|
33 |
+
[WARNING|logging.py:313] 2024-07-10 15:30:44,255 >> Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
|
34 |
+
|
35 |
+
[INFO|template.py:372] 2024-07-10 15:30:44,255 >> Add pad token: <|end_of_text|>
|
36 |
+
|
37 |
+
[INFO|loader.py:50] 2024-07-10 15:30:44,255 >> Loading dataset train_output.json...
|
38 |
+
|
39 |
+
07/10/2024 15:30:44 - WARNING - transformers.tokenization_utils_base - Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
|
40 |
+
|
41 |
+
07/10/2024 15:30:44 - INFO - llamafactory.data.template - Add pad token: <|end_of_text|>
|
42 |
+
|
43 |
+
07/10/2024 15:30:44 - WARNING - transformers.tokenization_utils_base - Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
|
44 |
+
|
45 |
+
07/10/2024 15:30:44 - INFO - llamafactory.data.template - Add pad token: <|end_of_text|>
|
46 |
+
|
47 |
+
07/10/2024 15:30:44 - WARNING - transformers.tokenization_utils_base - Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
|
48 |
+
|
49 |
+
07/10/2024 15:30:44 - INFO - llamafactory.data.template - Add pad token: <|end_of_text|>
|
50 |
+
|
51 |
+
07/10/2024 15:30:44 - WARNING - transformers.tokenization_utils_base - Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
|
52 |
+
|
53 |
+
07/10/2024 15:30:44 - INFO - llamafactory.data.template - Add pad token: <|end_of_text|>
|
54 |
+
|
55 |
+
07/10/2024 15:30:44 - WARNING - transformers.tokenization_utils_base - Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
|
56 |
+
|
57 |
+
07/10/2024 15:30:44 - INFO - llamafactory.data.template - Add pad token: <|end_of_text|>
|
58 |
+
|
59 |
+
07/10/2024 15:30:45 - INFO - llamafactory.data.loader - Loading dataset train_output.json...
|
60 |
+
|
61 |
+
07/10/2024 15:30:45 - INFO - llamafactory.data.loader - Loading dataset train_output.json...
|
62 |
+
|
63 |
+
07/10/2024 15:30:45 - INFO - llamafactory.data.loader - Loading dataset train_output.json...
|
64 |
+
|
65 |
+
07/10/2024 15:30:45 - INFO - llamafactory.data.loader - Loading dataset train_output.json...
|
66 |
+
|
67 |
+
07/10/2024 15:30:45 - INFO - llamafactory.data.loader - Loading dataset train_output.json...
|
68 |
+
|
69 |
+
07/10/2024 15:30:45 - INFO - llamafactory.data.loader - Loading dataset train_output.json...
|
70 |
+
|
71 |
+
07/10/2024 15:30:45 - INFO - llamafactory.data.loader - Loading dataset train_output.json...
|
72 |
+
|
73 |
+
[INFO|configuration_utils.py:733] 2024-07-10 15:30:46,457 >> loading configuration file config.json from cache at /root/.cache/huggingface/hub/models--meta-llama--Meta-Llama-3-8B/snapshots/62bd457b6fe961a42a631306577e622c83876cb6/config.json
|
74 |
+
|
75 |
+
[INFO|configuration_utils.py:800] 2024-07-10 15:30:46,458 >> Model config LlamaConfig {
|
76 |
+
"_name_or_path": "meta-llama/Meta-Llama-3-8B",
|
77 |
+
"architectures": [
|
78 |
+
"LlamaForCausalLM"
|
79 |
+
],
|
80 |
+
"attention_bias": false,
|
81 |
+
"attention_dropout": 0.0,
|
82 |
+
"bos_token_id": 128000,
|
83 |
+
"eos_token_id": 128001,
|
84 |
+
"hidden_act": "silu",
|
85 |
+
"hidden_size": 4096,
|
86 |
+
"initializer_range": 0.02,
|
87 |
+
"intermediate_size": 14336,
|
88 |
+
"max_position_embeddings": 8192,
|
89 |
+
"mlp_bias": false,
|
90 |
+
"model_type": "llama",
|
91 |
+
"num_attention_heads": 32,
|
92 |
+
"num_hidden_layers": 32,
|
93 |
+
"num_key_value_heads": 8,
|
94 |
+
"pretraining_tp": 1,
|
95 |
+
"rms_norm_eps": 1e-05,
|
96 |
+
"rope_scaling": null,
|
97 |
+
"rope_theta": 500000.0,
|
98 |
+
"tie_word_embeddings": false,
|
99 |
+
"torch_dtype": "bfloat16",
|
100 |
+
"transformers_version": "4.42.3",
|
101 |
+
"use_cache": true,
|
102 |
+
"vocab_size": 128256
|
103 |
+
}
|
104 |
+
|
105 |
+
|
106 |
+
[INFO|modeling_utils.py:3556] 2024-07-10 15:30:46,480 >> loading weights file model.safetensors from cache at /root/.cache/huggingface/hub/models--meta-llama--Meta-Llama-3-8B/snapshots/62bd457b6fe961a42a631306577e622c83876cb6/model.safetensors.index.json
|
107 |
+
|
108 |
+
[INFO|modeling_utils.py:1531] 2024-07-10 15:30:46,481 >> Instantiating LlamaForCausalLM model under default dtype torch.bfloat16.
|
109 |
+
|
110 |
+
[INFO|configuration_utils.py:1000] 2024-07-10 15:30:46,482 >> Generate config GenerationConfig {
|
111 |
+
"bos_token_id": 128000,
|
112 |
+
"eos_token_id": 128001
|
113 |
+
}
|
114 |
+
|
115 |
+
|
116 |
+
[INFO|modeling_utils.py:4364] 2024-07-10 15:30:50,121 >> All model checkpoint weights were used when initializing LlamaForCausalLM.
|
117 |
+
|
118 |
+
|
119 |
+
[INFO|modeling_utils.py:4372] 2024-07-10 15:30:50,121 >> All the weights of LlamaForCausalLM were initialized from the model checkpoint at meta-llama/Meta-Llama-3-8B.
|
120 |
+
If your task is similar to the task the model of the checkpoint was trained on, you can already use LlamaForCausalLM for predictions without further training.
|
121 |
+
|
122 |
+
[INFO|configuration_utils.py:955] 2024-07-10 15:30:50,295 >> loading configuration file generation_config.json from cache at /root/.cache/huggingface/hub/models--meta-llama--Meta-Llama-3-8B/snapshots/62bd457b6fe961a42a631306577e622c83876cb6/generation_config.json
|
123 |
+
|
124 |
+
[INFO|configuration_utils.py:1000] 2024-07-10 15:30:50,295 >> Generate config GenerationConfig {
|
125 |
+
"bos_token_id": 128000,
|
126 |
+
"do_sample": true,
|
127 |
+
"eos_token_id": 128001,
|
128 |
+
"max_length": 4096,
|
129 |
+
"temperature": 0.6,
|
130 |
+
"top_p": 0.9
|
131 |
+
}
|
132 |
+
|
133 |
+
|
134 |
+
[INFO|checkpointing.py:103] 2024-07-10 15:30:50,302 >> Gradient checkpointing enabled.
|
135 |
+
|
136 |
+
[INFO|attention.py:80] 2024-07-10 15:30:50,303 >> Using torch SDPA for faster training and inference.
|
137 |
+
|
138 |
+
[INFO|adapter.py:302] 2024-07-10 15:30:50,303 >> Upcasting trainable params to float32.
|
139 |
+
|
140 |
+
[INFO|adapter.py:48] 2024-07-10 15:30:50,303 >> Fine-tuning method: Full
|
141 |
+
|
142 |
+
[INFO|loader.py:196] 2024-07-10 15:30:50,345 >> trainable params: 8,030,261,248 || all params: 8,030,261,248 || trainable%: 100.0000
|
143 |
+
|
144 |
+
07/10/2024 15:30:50 - INFO - llamafactory.model.model_utils.checkpointing - Gradient checkpointing enabled.
|
145 |
+
|
146 |
+
07/10/2024 15:30:50 - INFO - llamafactory.model.model_utils.attention - Using torch SDPA for faster training and inference.
|
147 |
+
|
148 |
+
07/10/2024 15:30:50 - INFO - llamafactory.model.adapter - Upcasting trainable params to float32.
|
149 |
+
|
150 |
+
07/10/2024 15:30:50 - INFO - llamafactory.model.adapter - Fine-tuning method: Full
|
151 |
+
|
152 |
+
07/10/2024 15:30:50 - INFO - llamafactory.model.loader - trainable params: 8,030,261,248 || all params: 8,030,261,248 || trainable%: 100.0000
|
153 |
+
|
154 |
+
07/10/2024 15:30:50 - INFO - llamafactory.model.model_utils.checkpointing - Gradient checkpointing enabled.
|
155 |
+
|
156 |
+
07/10/2024 15:30:50 - INFO - llamafactory.model.model_utils.attention - Using torch SDPA for faster training and inference.
|
157 |
+
|
158 |
+
07/10/2024 15:30:50 - INFO - llamafactory.model.adapter - Upcasting trainable params to float32.
|
159 |
+
|
160 |
+
07/10/2024 15:30:50 - INFO - llamafactory.model.adapter - Fine-tuning method: Full
|
161 |
+
|
162 |
+
[INFO|trainer.py:642] 2024-07-10 15:30:50,350 >> Using auto half precision backend
|
163 |
+
|
164 |
+
07/10/2024 15:30:50 - INFO - llamafactory.model.loader - trainable params: 8,030,261,248 || all params: 8,030,261,248 || trainable%: 100.0000
|
165 |
+
|
166 |
+
07/10/2024 15:30:50 - INFO - llamafactory.model.model_utils.checkpointing - Gradient checkpointing enabled.
|
167 |
+
|
168 |
+
07/10/2024 15:30:50 - INFO - llamafactory.model.model_utils.attention - Using torch SDPA for faster training and inference.
|
169 |
+
|
170 |
+
07/10/2024 15:30:50 - INFO - llamafactory.model.adapter - Upcasting trainable params to float32.
|
171 |
+
|
172 |
+
07/10/2024 15:30:50 - INFO - llamafactory.model.adapter - Fine-tuning method: Full
|
173 |
+
|
174 |
+
07/10/2024 15:30:50 - INFO - llamafactory.model.loader - trainable params: 8,030,261,248 || all params: 8,030,261,248 || trainable%: 100.0000
|
175 |
+
|
176 |
+
07/10/2024 15:30:50 - INFO - llamafactory.model.model_utils.checkpointing - Gradient checkpointing enabled.
|
177 |
+
|
178 |
+
07/10/2024 15:30:50 - INFO - llamafactory.model.model_utils.attention - Using torch SDPA for faster training and inference.
|
179 |
+
|
180 |
+
07/10/2024 15:30:50 - INFO - llamafactory.model.adapter - Upcasting trainable params to float32.
|
181 |
+
|
182 |
+
07/10/2024 15:30:50 - INFO - llamafactory.model.adapter - Fine-tuning method: Full
|
183 |
+
|
184 |
+
07/10/2024 15:30:50 - INFO - llamafactory.model.model_utils.checkpointing - Gradient checkpointing enabled.
|
185 |
+
|
186 |
+
07/10/2024 15:30:50 - INFO - llamafactory.model.model_utils.attention - Using torch SDPA for faster training and inference.
|
187 |
+
|
188 |
+
07/10/2024 15:30:50 - INFO - llamafactory.model.adapter - Upcasting trainable params to float32.
|
189 |
+
|
190 |
+
07/10/2024 15:30:50 - INFO - llamafactory.model.adapter - Fine-tuning method: Full
|
191 |
+
|
192 |
+
07/10/2024 15:30:50 - INFO - llamafactory.model.loader - trainable params: 8,030,261,248 || all params: 8,030,261,248 || trainable%: 100.0000
|
193 |
+
|
194 |
+
07/10/2024 15:30:50 - INFO - llamafactory.model.loader - trainable params: 8,030,261,248 || all params: 8,030,261,248 || trainable%: 100.0000
|
195 |
+
|
196 |
+
07/10/2024 15:30:51 - INFO - llamafactory.model.model_utils.checkpointing - Gradient checkpointing enabled.
|
197 |
+
|
198 |
+
07/10/2024 15:30:51 - INFO - llamafactory.model.model_utils.attention - Using torch SDPA for faster training and inference.
|
199 |
+
|
200 |
+
07/10/2024 15:30:51 - INFO - llamafactory.model.adapter - Upcasting trainable params to float32.
|
201 |
+
|
202 |
+
07/10/2024 15:30:51 - INFO - llamafactory.model.adapter - Fine-tuning method: Full
|
203 |
+
|
204 |
+
07/10/2024 15:30:51 - INFO - llamafactory.model.loader - trainable params: 8,030,261,248 || all params: 8,030,261,248 || trainable%: 100.0000
|
205 |
+
|
206 |
+
07/10/2024 15:30:51 - INFO - llamafactory.model.model_utils.checkpointing - Gradient checkpointing enabled.
|
207 |
+
|
208 |
+
07/10/2024 15:30:51 - INFO - llamafactory.model.model_utils.attention - Using torch SDPA for faster training and inference.
|
209 |
+
|
210 |
+
07/10/2024 15:30:51 - INFO - llamafactory.model.adapter - Upcasting trainable params to float32.
|
211 |
+
|
212 |
+
07/10/2024 15:30:51 - INFO - llamafactory.model.adapter - Fine-tuning method: Full
|
213 |
+
|
214 |
+
07/10/2024 15:30:51 - INFO - llamafactory.model.loader - trainable params: 8,030,261,248 || all params: 8,030,261,248 || trainable%: 100.0000
|
215 |
+
|
216 |
+
[INFO|trainer.py:2128] 2024-07-10 15:31:12,003 >> ***** Running training *****
|
217 |
+
|
218 |
+
[INFO|trainer.py:2129] 2024-07-10 15:31:12,003 >> Num examples = 19,880
|
219 |
+
|
220 |
+
[INFO|trainer.py:2130] 2024-07-10 15:31:12,003 >> Num Epochs = 5
|
221 |
+
|
222 |
+
[INFO|trainer.py:2131] 2024-07-10 15:31:12,003 >> Instantaneous batch size per device = 4
|
223 |
+
|
224 |
+
[INFO|trainer.py:2134] 2024-07-10 15:31:12,003 >> Total train batch size (w. parallel, distributed & accumulation) = 256
|
225 |
+
|
226 |
+
[INFO|trainer.py:2135] 2024-07-10 15:31:12,003 >> Gradient Accumulation steps = 8
|
227 |
+
|
228 |
+
[INFO|trainer.py:2136] 2024-07-10 15:31:12,003 >> Total optimization steps = 385
|
229 |
+
|
230 |
+
[INFO|trainer.py:2137] 2024-07-10 15:31:12,004 >> Number of trainable parameters = 8,030,261,248
|
231 |
+
|
232 |
+
[INFO|callbacks.py:310] 2024-07-10 15:31:28,728 >> {'loss': 7.8034, 'learning_rate': 8.3333e-09, 'epoch': 0.01, 'throughput': 803.70}
|
233 |
+
|
234 |
+
[INFO|callbacks.py:310] 2024-07-10 15:31:41,798 >> {'loss': 7.7577, 'learning_rate': 1.6667e-08, 'epoch': 0.03, 'throughput': 905.46}
|
235 |
+
|
236 |
+
[INFO|callbacks.py:310] 2024-07-10 15:31:54,840 >> {'loss': 7.8132, 'learning_rate': 2.5000e-08, 'epoch': 0.04, 'throughput': 952.51}
|
237 |
+
|
238 |
+
[INFO|callbacks.py:310] 2024-07-10 15:32:07,885 >> {'loss': 7.7906, 'learning_rate': 3.3333e-08, 'epoch': 0.05, 'throughput': 967.80}
|
239 |
+
|
240 |
+
[INFO|callbacks.py:310] 2024-07-10 15:32:20,925 >> {'loss': 7.7763, 'learning_rate': 4.1667e-08, 'epoch': 0.06, 'throughput': 980.16}
|
241 |
+
|
242 |
+
[INFO|callbacks.py:310] 2024-07-10 15:32:33,999 >> {'loss': 7.7824, 'learning_rate': 5.0000e-08, 'epoch': 0.08, 'throughput': 995.20}
|
243 |
+
|
244 |
+
[INFO|callbacks.py:310] 2024-07-10 15:32:47,054 >> {'loss': 7.8330, 'learning_rate': 5.8333e-08, 'epoch': 0.09, 'throughput': 996.54}
|
245 |
+
|
246 |
+
[INFO|callbacks.py:310] 2024-07-10 15:33:00,116 >> {'loss': 7.6949, 'learning_rate': 6.6667e-08, 'epoch': 0.10, 'throughput': 994.24}
|
247 |
+
|
248 |
+
[INFO|callbacks.py:310] 2024-07-10 15:33:13,214 >> {'loss': 7.8336, 'learning_rate': 7.5000e-08, 'epoch': 0.12, 'throughput': 998.22}
|
249 |
+
|
250 |
+
[INFO|callbacks.py:310] 2024-07-10 15:33:26,241 >> {'loss': 7.7282, 'learning_rate': 8.3333e-08, 'epoch': 0.13, 'throughput': 1000.27}
|
251 |
+
|
252 |
+
[INFO|callbacks.py:310] 2024-07-10 15:33:39,293 >> {'loss': 7.6916, 'learning_rate': 9.1667e-08, 'epoch': 0.14, 'throughput': 1005.49}
|
253 |
+
|
254 |
+
[INFO|callbacks.py:310] 2024-07-10 15:33:52,303 >> {'loss': 7.7333, 'learning_rate': 1.0000e-07, 'epoch': 0.15, 'throughput': 1002.74}
|
255 |
+
|
256 |
+
[INFO|callbacks.py:310] 2024-07-10 15:34:05,346 >> {'loss': 7.6017, 'learning_rate': 1.0833e-07, 'epoch': 0.17, 'throughput': 1000.21}
|
257 |
+
|
258 |
+
[INFO|callbacks.py:310] 2024-07-10 15:34:18,384 >> {'loss': 7.6440, 'learning_rate': 1.1667e-07, 'epoch': 0.18, 'throughput': 1004.07}
|
259 |
+
|
260 |
+
[INFO|callbacks.py:310] 2024-07-10 15:34:31,502 >> {'loss': 7.5965, 'learning_rate': 1.2500e-07, 'epoch': 0.19, 'throughput': 1003.49}
|
261 |
+
|
262 |
+
[INFO|callbacks.py:310] 2024-07-10 15:34:44,580 >> {'loss': 7.5883, 'learning_rate': 1.3333e-07, 'epoch': 0.21, 'throughput': 1006.03}
|
263 |
+
|
264 |
+
[INFO|callbacks.py:310] 2024-07-10 15:34:57,629 >> {'loss': 7.2464, 'learning_rate': 1.4167e-07, 'epoch': 0.22, 'throughput': 1005.85}
|
265 |
+
|
266 |
+
[INFO|callbacks.py:310] 2024-07-10 15:35:10,663 >> {'loss': 7.3133, 'learning_rate': 1.5000e-07, 'epoch': 0.23, 'throughput': 1008.31}
|
267 |
+
|
268 |
+
[INFO|callbacks.py:310] 2024-07-10 15:35:23,706 >> {'loss': 7.2133, 'learning_rate': 1.5833e-07, 'epoch': 0.24, 'throughput': 1006.28}
|
269 |
+
|
270 |
+
[INFO|callbacks.py:310] 2024-07-10 15:35:36,722 >> {'loss': 7.2431, 'learning_rate': 1.6667e-07, 'epoch': 0.26, 'throughput': 1006.36}
|
271 |
+
|
272 |
+
[INFO|callbacks.py:310] 2024-07-10 15:35:49,807 >> {'loss': 7.1875, 'learning_rate': 1.7500e-07, 'epoch': 0.27, 'throughput': 1009.41}
|
273 |
+
|
274 |
+
[INFO|callbacks.py:310] 2024-07-10 15:36:02,888 >> {'loss': 7.0659, 'learning_rate': 1.8333e-07, 'epoch': 0.28, 'throughput': 1011.98}
|
275 |
+
|
276 |
+
[INFO|callbacks.py:310] 2024-07-10 15:36:16,015 >> {'loss': 6.3595, 'learning_rate': 1.9167e-07, 'epoch': 0.30, 'throughput': 1012.60}
|
277 |
+
|
278 |
+
[INFO|callbacks.py:310] 2024-07-10 15:36:29,093 >> {'loss': 6.0417, 'learning_rate': 2.0000e-07, 'epoch': 0.31, 'throughput': 1015.95}
|
279 |
+
|
280 |
+
[INFO|callbacks.py:310] 2024-07-10 15:36:42,120 >> {'loss': 5.9894, 'learning_rate': 2.0833e-07, 'epoch': 0.32, 'throughput': 1016.08}
|
281 |
+
|
282 |
+
[INFO|callbacks.py:310] 2024-07-10 15:36:55,176 >> {'loss': 5.9259, 'learning_rate': 2.1667e-07, 'epoch': 0.33, 'throughput': 1018.08}
|
283 |
+
|
284 |
+
[INFO|callbacks.py:310] 2024-07-10 15:37:08,224 >> {'loss': 5.8983, 'learning_rate': 2.2500e-07, 'epoch': 0.35, 'throughput': 1018.88}
|
285 |
+
|
286 |
+
[INFO|callbacks.py:310] 2024-07-10 15:37:21,315 >> {'loss': 5.6848, 'learning_rate': 2.3333e-07, 'epoch': 0.36, 'throughput': 1019.07}
|
287 |
+
|
288 |
+
[INFO|callbacks.py:310] 2024-07-10 15:37:34,363 >> {'loss': 5.5649, 'learning_rate': 2.4167e-07, 'epoch': 0.37, 'throughput': 1018.19}
|
289 |
+
|
290 |
+
[INFO|callbacks.py:310] 2024-07-10 15:37:47,442 >> {'loss': 5.4642, 'learning_rate': 2.5000e-07, 'epoch': 0.39, 'throughput': 1018.74}
|
291 |
+
|
292 |
+
[INFO|callbacks.py:310] 2024-07-10 15:38:00,541 >> {'loss': 4.7955, 'learning_rate': 2.5833e-07, 'epoch': 0.40, 'throughput': 1019.13}
|
293 |
+
|
294 |
+
[INFO|callbacks.py:310] 2024-07-10 15:38:13,587 >> {'loss': 2.8339, 'learning_rate': 2.6667e-07, 'epoch': 0.41, 'throughput': 1019.78}
|
295 |
+
|
296 |
+
[INFO|callbacks.py:310] 2024-07-10 15:38:26,680 >> {'loss': 2.4477, 'learning_rate': 2.7500e-07, 'epoch': 0.42, 'throughput': 1021.60}
|
297 |
+
|
298 |
+
[INFO|callbacks.py:310] 2024-07-10 15:38:39,757 >> {'loss': 2.3331, 'learning_rate': 2.8333e-07, 'epoch': 0.44, 'throughput': 1023.57}
|
299 |
+
|
300 |
+
[INFO|callbacks.py:310] 2024-07-10 15:38:52,796 >> {'loss': 2.2143, 'learning_rate': 2.9167e-07, 'epoch': 0.45, 'throughput': 1024.12}
|
301 |
+
|
302 |
+
[INFO|callbacks.py:310] 2024-07-10 15:39:05,831 >> {'loss': 2.0067, 'learning_rate': 3.0000e-07, 'epoch': 0.46, 'throughput': 1023.09}
|
303 |
+
|
304 |
+
[INFO|callbacks.py:310] 2024-07-10 15:39:18,925 >> {'loss': 1.7702, 'learning_rate': 3.0833e-07, 'epoch': 0.48, 'throughput': 1022.13}
|
305 |
+
|
306 |
+
[INFO|callbacks.py:310] 2024-07-10 15:39:31,996 >> {'loss': 1.5557, 'learning_rate': 3.1667e-07, 'epoch': 0.49, 'throughput': 1022.16}
|
307 |
+
|
308 |
+
[INFO|callbacks.py:310] 2024-07-10 15:39:45,035 >> {'loss': 1.3024, 'learning_rate': 3.2500e-07, 'epoch': 0.50, 'throughput': 1022.51}
|
309 |
+
|
310 |
+
[INFO|callbacks.py:310] 2024-07-10 15:39:58,045 >> {'loss': 1.1652, 'learning_rate': 3.3333e-07, 'epoch': 0.51, 'throughput': 1022.95}
|
311 |
+
|
312 |
+
[INFO|callbacks.py:310] 2024-07-10 15:40:11,137 >> {'loss': 0.6839, 'learning_rate': 3.4167e-07, 'epoch': 0.53, 'throughput': 1024.05}
|
313 |
+
|
314 |
+
[INFO|callbacks.py:310] 2024-07-10 15:40:24,186 >> {'loss': 0.4774, 'learning_rate': 3.5000e-07, 'epoch': 0.54, 'throughput': 1024.88}
|
315 |
+
|
316 |
+
[INFO|callbacks.py:310] 2024-07-10 15:40:37,254 >> {'loss': 0.3841, 'learning_rate': 3.5833e-07, 'epoch': 0.55, 'throughput': 1024.68}
|
317 |
+
|
318 |
+
[INFO|callbacks.py:310] 2024-07-10 15:40:50,317 >> {'loss': 0.3588, 'learning_rate': 3.6667e-07, 'epoch': 0.57, 'throughput': 1025.16}
|
319 |
+
|
320 |
+
[INFO|callbacks.py:310] 2024-07-10 15:41:03,428 >> {'loss': 0.3628, 'learning_rate': 3.7500e-07, 'epoch': 0.58, 'throughput': 1025.76}
|
321 |
+
|
322 |
+
[INFO|callbacks.py:310] 2024-07-10 15:41:16,474 >> {'loss': 0.3426, 'learning_rate': 3.8333e-07, 'epoch': 0.59, 'throughput': 1025.64}
|
323 |
+
|
324 |
+
[INFO|callbacks.py:310] 2024-07-10 15:41:29,543 >> {'loss': 0.3279, 'learning_rate': 3.9167e-07, 'epoch': 0.60, 'throughput': 1026.06}
|
325 |
+
|
326 |
+
[INFO|callbacks.py:310] 2024-07-10 15:41:42,615 >> {'loss': 0.3947, 'learning_rate': 4.0000e-07, 'epoch': 0.62, 'throughput': 1026.56}
|
327 |
+
|
328 |
+
[INFO|callbacks.py:310] 2024-07-10 15:41:55,704 >> {'loss': 0.3075, 'learning_rate': 4.0833e-07, 'epoch': 0.63, 'throughput': 1027.66}
|
329 |
+
|
330 |
+
[INFO|callbacks.py:310] 2024-07-10 15:42:08,756 >> {'loss': 0.3236, 'learning_rate': 4.1667e-07, 'epoch': 0.64, 'throughput': 1028.43}
|
331 |
+
|
332 |
+
[INFO|callbacks.py:310] 2024-07-10 15:42:21,803 >> {'loss': 0.3557, 'learning_rate': 4.2500e-07, 'epoch': 0.66, 'throughput': 1028.37}
|
333 |
+
|
334 |
+
[INFO|callbacks.py:310] 2024-07-10 15:42:34,889 >> {'loss': 0.4008, 'learning_rate': 4.3333e-07, 'epoch': 0.67, 'throughput': 1028.30}
|
335 |
+
|
336 |
+
[INFO|callbacks.py:310] 2024-07-10 15:42:47,969 >> {'loss': 0.3586, 'learning_rate': 4.4167e-07, 'epoch': 0.68, 'throughput': 1028.93}
|
337 |
+
|
338 |
+
[INFO|callbacks.py:310] 2024-07-10 15:43:00,979 >> {'loss': 0.3023, 'learning_rate': 4.5000e-07, 'epoch': 0.69, 'throughput': 1027.78}
|
339 |
+
|
340 |
+
[INFO|callbacks.py:310] 2024-07-10 15:43:14,044 >> {'loss': 0.3547, 'learning_rate': 4.5833e-07, 'epoch': 0.71, 'throughput': 1028.91}
|
341 |
+
|
342 |
+
[INFO|callbacks.py:310] 2024-07-10 15:43:27,066 >> {'loss': 0.3846, 'learning_rate': 4.6667e-07, 'epoch': 0.72, 'throughput': 1028.23}
|
343 |
+
|
344 |
+
[INFO|callbacks.py:310] 2024-07-10 15:43:40,122 >> {'loss': 0.3743, 'learning_rate': 4.7500e-07, 'epoch': 0.73, 'throughput': 1028.85}
|
345 |
+
|
346 |
+
[INFO|callbacks.py:310] 2024-07-10 15:43:53,200 >> {'loss': 0.3091, 'learning_rate': 4.8333e-07, 'epoch': 0.75, 'throughput': 1029.54}
|
347 |
+
|
348 |
+
[INFO|callbacks.py:310] 2024-07-10 15:44:06,285 >> {'loss': 0.3094, 'learning_rate': 4.9167e-07, 'epoch': 0.76, 'throughput': 1028.92}
|
349 |
+
|
350 |
+
[INFO|callbacks.py:310] 2024-07-10 15:44:19,363 >> {'loss': 0.3309, 'learning_rate': 5.0000e-07, 'epoch': 0.77, 'throughput': 1029.14}
|
351 |
+
|
352 |
+
[INFO|callbacks.py:310] 2024-07-10 15:44:32,413 >> {'loss': 0.3276, 'learning_rate': 5.0833e-07, 'epoch': 0.78, 'throughput': 1029.68}
|
353 |
+
|
354 |
+
[INFO|callbacks.py:310] 2024-07-10 15:44:45,451 >> {'loss': 0.3084, 'learning_rate': 5.1667e-07, 'epoch': 0.80, 'throughput': 1029.34}
|
355 |
+
|
356 |
+
[INFO|callbacks.py:310] 2024-07-10 15:44:58,517 >> {'loss': 0.3182, 'learning_rate': 5.2500e-07, 'epoch': 0.81, 'throughput': 1029.83}
|
357 |
+
|
358 |
+
[INFO|callbacks.py:310] 2024-07-10 15:45:11,542 >> {'loss': 0.3469, 'learning_rate': 5.3333e-07, 'epoch': 0.82, 'throughput': 1029.25}
|
359 |
+
|
360 |
+
[INFO|callbacks.py:310] 2024-07-10 15:45:24,606 >> {'loss': 0.3253, 'learning_rate': 5.4167e-07, 'epoch': 0.84, 'throughput': 1029.85}
|
361 |
+
|
362 |
+
[INFO|callbacks.py:310] 2024-07-10 15:45:37,676 >> {'loss': 0.2746, 'learning_rate': 5.5000e-07, 'epoch': 0.85, 'throughput': 1030.30}
|
363 |
+
|
364 |
+
[INFO|callbacks.py:310] 2024-07-10 15:45:50,772 >> {'loss': 0.2893, 'learning_rate': 5.5833e-07, 'epoch': 0.86, 'throughput': 1031.01}
|
365 |
+
|
366 |
+
[INFO|callbacks.py:310] 2024-07-10 15:46:03,815 >> {'loss': 0.2827, 'learning_rate': 5.6667e-07, 'epoch': 0.87, 'throughput': 1030.43}
|
367 |
+
|
368 |
+
[INFO|callbacks.py:310] 2024-07-10 15:46:16,892 >> {'loss': 0.2978, 'learning_rate': 5.7500e-07, 'epoch': 0.89, 'throughput': 1030.71}
|
369 |
+
|
370 |
+
[INFO|callbacks.py:310] 2024-07-10 15:46:29,914 >> {'loss': 0.2703, 'learning_rate': 5.8333e-07, 'epoch': 0.90, 'throughput': 1029.78}
|
371 |
+
|
372 |
+
[INFO|callbacks.py:310] 2024-07-10 15:46:42,975 >> {'loss': 0.2968, 'learning_rate': 5.9167e-07, 'epoch': 0.91, 'throughput': 1029.88}
|
373 |
+
|
374 |
+
[INFO|callbacks.py:310] 2024-07-10 15:46:56,043 >> {'loss': 0.3035, 'learning_rate': 6.0000e-07, 'epoch': 0.93, 'throughput': 1030.06}
|
375 |
+
|
376 |
+
[INFO|callbacks.py:310] 2024-07-10 15:47:09,118 >> {'loss': 0.3211, 'learning_rate': 6.0833e-07, 'epoch': 0.94, 'throughput': 1030.07}
|
377 |
+
|
378 |
+
[INFO|callbacks.py:310] 2024-07-10 15:47:22,193 >> {'loss': 0.2913, 'learning_rate': 6.1667e-07, 'epoch': 0.95, 'throughput': 1030.00}
|
379 |
+
|
380 |
+
[INFO|callbacks.py:310] 2024-07-10 15:47:35,264 >> {'loss': 0.2817, 'learning_rate': 6.2500e-07, 'epoch': 0.96, 'throughput': 1029.88}
|
381 |
+
|
382 |
+
[INFO|callbacks.py:310] 2024-07-10 15:47:48,300 >> {'loss': 0.2827, 'learning_rate': 6.3333e-07, 'epoch': 0.98, 'throughput': 1029.93}
|
383 |
+
|
384 |
+
[INFO|callbacks.py:310] 2024-07-10 15:48:01,345 >> {'loss': 0.2290, 'learning_rate': 6.4167e-07, 'epoch': 0.99, 'throughput': 1029.81}
|
385 |
+
|
386 |
+
[INFO|callbacks.py:310] 2024-07-10 15:48:14,403 >> {'loss': 0.2503, 'learning_rate': 6.5000e-07, 'epoch': 1.00, 'throughput': 1030.33}
|
387 |
+
|
388 |
+
[INFO|callbacks.py:310] 2024-07-10 15:48:27,482 >> {'loss': 0.2453, 'learning_rate': 6.5833e-07, 'epoch': 1.02, 'throughput': 1030.76}
|
389 |
+
|
390 |
+
[INFO|callbacks.py:310] 2024-07-10 15:48:40,533 >> {'loss': 0.2167, 'learning_rate': 6.6667e-07, 'epoch': 1.03, 'throughput': 1030.29}
|
391 |
+
|
392 |
+
[INFO|callbacks.py:310] 2024-07-10 15:48:53,615 >> {'loss': 0.2361, 'learning_rate': 6.7500e-07, 'epoch': 1.04, 'throughput': 1030.47}
|
393 |
+
|
394 |
+
[INFO|callbacks.py:310] 2024-07-10 15:49:06,694 >> {'loss': 0.2248, 'learning_rate': 6.8333e-07, 'epoch': 1.05, 'throughput': 1030.91}
|
395 |
+
|
396 |
+
[INFO|callbacks.py:310] 2024-07-10 15:49:19,720 >> {'loss': 0.2491, 'learning_rate': 6.9167e-07, 'epoch': 1.07, 'throughput': 1030.71}
|
397 |
+
|
398 |
+
[INFO|callbacks.py:310] 2024-07-10 15:49:32,815 >> {'loss': 0.2352, 'learning_rate': 7.0000e-07, 'epoch': 1.08, 'throughput': 1031.10}
|
399 |
+
|
400 |
+
[INFO|callbacks.py:310] 2024-07-10 15:49:45,904 >> {'loss': 0.2365, 'learning_rate': 7.0833e-07, 'epoch': 1.09, 'throughput': 1031.51}
|
401 |
+
|
402 |
+
[INFO|callbacks.py:310] 2024-07-10 15:49:58,930 >> {'loss': 0.2170, 'learning_rate': 7.1667e-07, 'epoch': 1.11, 'throughput': 1031.65}
|
403 |
+
|
404 |
+
[INFO|callbacks.py:310] 2024-07-10 15:50:11,963 >> {'loss': 0.2258, 'learning_rate': 7.2500e-07, 'epoch': 1.12, 'throughput': 1030.83}
|
405 |
+
|
406 |
+
[INFO|callbacks.py:310] 2024-07-10 15:50:25,032 >> {'loss': 0.2450, 'learning_rate': 7.3333e-07, 'epoch': 1.13, 'throughput': 1031.53}
|
407 |
+
|
408 |
+
[INFO|callbacks.py:310] 2024-07-10 15:50:38,116 >> {'loss': 0.3132, 'learning_rate': 7.4167e-07, 'epoch': 1.14, 'throughput': 1031.26}
|
409 |
+
|
410 |
+
[INFO|callbacks.py:310] 2024-07-10 15:50:51,182 >> {'loss': 0.2840, 'learning_rate': 7.5000e-07, 'epoch': 1.16, 'throughput': 1031.93}
|
411 |
+
|
412 |
+
[INFO|callbacks.py:310] 2024-07-10 15:51:04,209 >> {'loss': 0.1933, 'learning_rate': 7.5833e-07, 'epoch': 1.17, 'throughput': 1032.15}
|
413 |
+
|
414 |
+
[INFO|callbacks.py:310] 2024-07-10 15:51:17,279 >> {'loss': 0.2154, 'learning_rate': 7.6667e-07, 'epoch': 1.18, 'throughput': 1032.42}
|
415 |
+
|
416 |
+
[INFO|callbacks.py:310] 2024-07-10 15:51:30,278 >> {'loss': 0.2064, 'learning_rate': 7.7500e-07, 'epoch': 1.20, 'throughput': 1032.18}
|
417 |
+
|
418 |
+
[INFO|callbacks.py:310] 2024-07-10 15:51:43,357 >> {'loss': 0.2038, 'learning_rate': 7.8333e-07, 'epoch': 1.21, 'throughput': 1032.52}
|
419 |
+
|
420 |
+
[INFO|callbacks.py:310] 2024-07-10 15:51:56,455 >> {'loss': 0.2152, 'learning_rate': 7.9167e-07, 'epoch': 1.22, 'throughput': 1033.74}
|
421 |
+
|
422 |
+
[INFO|callbacks.py:310] 2024-07-10 15:52:09,536 >> {'loss': 0.1961, 'learning_rate': 8.0000e-07, 'epoch': 1.23, 'throughput': 1033.85}
|
423 |
+
|
424 |
+
[INFO|callbacks.py:310] 2024-07-10 15:52:22,616 >> {'loss': 0.1772, 'learning_rate': 8.0833e-07, 'epoch': 1.25, 'throughput': 1033.81}
|
425 |
+
|
426 |
+
[INFO|callbacks.py:310] 2024-07-10 15:52:35,723 >> {'loss': 0.1846, 'learning_rate': 8.1667e-07, 'epoch': 1.26, 'throughput': 1033.97}
|
427 |
+
|
428 |
+
[INFO|callbacks.py:310] 2024-07-10 15:52:48,763 >> {'loss': 0.1823, 'learning_rate': 8.2500e-07, 'epoch': 1.27, 'throughput': 1034.09}
|
429 |
+
|
430 |
+
[INFO|callbacks.py:310] 2024-07-10 15:53:01,762 >> {'loss': 0.1794, 'learning_rate': 8.3333e-07, 'epoch': 1.29, 'throughput': 1033.35}
|
431 |
+
|
432 |
+
[INFO|callbacks.py:310] 2024-07-10 15:53:14,835 >> {'loss': 0.2106, 'learning_rate': 8.4167e-07, 'epoch': 1.30, 'throughput': 1033.90}
|
433 |
+
|
434 |
+
[INFO|callbacks.py:310] 2024-07-10 15:53:27,876 >> {'loss': 0.2123, 'learning_rate': 8.5000e-07, 'epoch': 1.31, 'throughput': 1033.68}
|
435 |
+
|
436 |
+
[INFO|callbacks.py:310] 2024-07-10 15:53:40,937 >> {'loss': 0.2413, 'learning_rate': 8.5833e-07, 'epoch': 1.32, 'throughput': 1033.33}
|
437 |
+
|
438 |
+
[INFO|callbacks.py:310] 2024-07-10 15:53:54,008 >> {'loss': 0.2334, 'learning_rate': 8.6667e-07, 'epoch': 1.34, 'throughput': 1032.97}
|
439 |
+
|
440 |
+
[INFO|callbacks.py:310] 2024-07-10 15:54:07,043 >> {'loss': 0.2069, 'learning_rate': 8.7500e-07, 'epoch': 1.35, 'throughput': 1032.70}
|
441 |
+
|
442 |
+
[INFO|callbacks.py:310] 2024-07-10 15:54:20,100 >> {'loss': 0.2262, 'learning_rate': 8.8333e-07, 'epoch': 1.36, 'throughput': 1032.67}
|
443 |
+
|
444 |
+
[INFO|callbacks.py:310] 2024-07-10 15:54:33,175 >> {'loss': 0.1718, 'learning_rate': 8.9167e-07, 'epoch': 1.38, 'throughput': 1032.39}
|
445 |
+
|
446 |
+
[INFO|callbacks.py:310] 2024-07-10 15:54:46,250 >> {'loss': 0.2040, 'learning_rate': 9.0000e-07, 'epoch': 1.39, 'throughput': 1032.58}
|
447 |
+
|
448 |
+
[INFO|callbacks.py:310] 2024-07-10 15:54:59,311 >> {'loss': 0.1849, 'learning_rate': 9.0833e-07, 'epoch': 1.40, 'throughput': 1032.91}
|
449 |
+
|
450 |
+
[INFO|callbacks.py:310] 2024-07-10 15:55:12,379 >> {'loss': 0.2028, 'learning_rate': 9.1667e-07, 'epoch': 1.41, 'throughput': 1033.00}
|
451 |
+
|
452 |
+
[INFO|callbacks.py:310] 2024-07-10 15:55:25,480 >> {'loss': 0.1790, 'learning_rate': 9.2500e-07, 'epoch': 1.43, 'throughput': 1033.15}
|
453 |
+
|
454 |
+
[INFO|callbacks.py:310] 2024-07-10 15:55:38,555 >> {'loss': 0.1813, 'learning_rate': 9.3333e-07, 'epoch': 1.44, 'throughput': 1033.22}
|
455 |
+
|
456 |
+
[INFO|callbacks.py:310] 2024-07-10 15:55:51,609 >> {'loss': 0.1955, 'learning_rate': 9.4167e-07, 'epoch': 1.45, 'throughput': 1033.14}
|
457 |
+
|
458 |
+
[INFO|callbacks.py:310] 2024-07-10 15:56:04,654 >> {'loss': 0.1577, 'learning_rate': 9.5000e-07, 'epoch': 1.47, 'throughput': 1032.82}
|
459 |
+
|
460 |
+
[INFO|callbacks.py:310] 2024-07-10 15:56:17,693 >> {'loss': 0.1509, 'learning_rate': 9.5833e-07, 'epoch': 1.48, 'throughput': 1032.48}
|
461 |
+
|
462 |
+
[INFO|callbacks.py:310] 2024-07-10 15:56:30,731 >> {'loss': 0.2052, 'learning_rate': 9.6667e-07, 'epoch': 1.49, 'throughput': 1031.98}
|
463 |
+
|
464 |
+
[INFO|callbacks.py:310] 2024-07-10 15:56:43,807 >> {'loss': 0.1576, 'learning_rate': 9.7500e-07, 'epoch': 1.50, 'throughput': 1031.99}
|
465 |
+
|
466 |
+
[INFO|callbacks.py:310] 2024-07-10 15:56:56,876 >> {'loss': 0.1459, 'learning_rate': 9.8333e-07, 'epoch': 1.52, 'throughput': 1031.67}
|
467 |
+
|
468 |
+
[INFO|callbacks.py:310] 2024-07-10 15:57:09,932 >> {'loss': 0.2694, 'learning_rate': 9.9167e-07, 'epoch': 1.53, 'throughput': 1031.92}
|
469 |
+
|
470 |
+
[INFO|callbacks.py:310] 2024-07-10 15:57:22,991 >> {'loss': 0.1891, 'learning_rate': 1.0000e-06, 'epoch': 1.54, 'throughput': 1031.95}
|
471 |
+
|
472 |
+
[INFO|callbacks.py:310] 2024-07-10 15:57:36,004 >> {'loss': 0.1655, 'learning_rate': 1.0083e-06, 'epoch': 1.56, 'throughput': 1031.72}
|
473 |
+
|
474 |
+
[INFO|callbacks.py:310] 2024-07-10 15:57:49,058 >> {'loss': 0.1534, 'learning_rate': 1.0167e-06, 'epoch': 1.57, 'throughput': 1031.72}
|
475 |
+
|
476 |
+
[INFO|callbacks.py:310] 2024-07-10 15:58:02,124 >> {'loss': 0.1373, 'learning_rate': 1.0250e-06, 'epoch': 1.58, 'throughput': 1031.81}
|
477 |
+
|
478 |
+
[INFO|callbacks.py:310] 2024-07-10 15:58:15,198 >> {'loss': 0.1528, 'learning_rate': 1.0333e-06, 'epoch': 1.59, 'throughput': 1031.84}
|
479 |
+
|
480 |
+
[INFO|callbacks.py:310] 2024-07-10 15:58:28,311 >> {'loss': 0.2017, 'learning_rate': 1.0417e-06, 'epoch': 1.61, 'throughput': 1032.20}
|
481 |
+
|
482 |
+
[INFO|callbacks.py:310] 2024-07-10 15:58:41,392 >> {'loss': 0.1554, 'learning_rate': 1.0500e-06, 'epoch': 1.62, 'throughput': 1032.47}
|
483 |
+
|
484 |
+
[INFO|callbacks.py:310] 2024-07-10 15:58:54,437 >> {'loss': 0.1332, 'learning_rate': 1.0583e-06, 'epoch': 1.63, 'throughput': 1032.68}
|
485 |
+
|
486 |
+
[INFO|callbacks.py:310] 2024-07-10 15:59:07,498 >> {'loss': 0.1150, 'learning_rate': 1.0667e-06, 'epoch': 1.65, 'throughput': 1033.04}
|
487 |
+
|
488 |
+
[INFO|callbacks.py:310] 2024-07-10 15:59:20,535 >> {'loss': 0.1190, 'learning_rate': 1.0750e-06, 'epoch': 1.66, 'throughput': 1032.57}
|
489 |
+
|
490 |
+
[INFO|callbacks.py:310] 2024-07-10 15:59:33,580 >> {'loss': 0.1164, 'learning_rate': 1.0833e-06, 'epoch': 1.67, 'throughput': 1032.98}
|
491 |
+
|
492 |
+
[INFO|callbacks.py:310] 2024-07-10 15:59:46,641 >> {'loss': 0.1981, 'learning_rate': 1.0917e-06, 'epoch': 1.68, 'throughput': 1033.03}
|
493 |
+
|
494 |
+
[INFO|callbacks.py:310] 2024-07-10 15:59:59,719 >> {'loss': 0.1680, 'learning_rate': 1.1000e-06, 'epoch': 1.70, 'throughput': 1032.86}
|
495 |
+
|
496 |
+
[INFO|callbacks.py:310] 2024-07-10 16:00:12,811 >> {'loss': 0.0741, 'learning_rate': 1.1083e-06, 'epoch': 1.71, 'throughput': 1032.96}
|
497 |
+
|
498 |
+
[INFO|callbacks.py:310] 2024-07-10 16:00:25,847 >> {'loss': 0.1847, 'learning_rate': 1.1167e-06, 'epoch': 1.72, 'throughput': 1032.74}
|
499 |
+
|
500 |
+
[INFO|callbacks.py:310] 2024-07-10 16:00:38,940 >> {'loss': 0.1080, 'learning_rate': 1.1250e-06, 'epoch': 1.74, 'throughput': 1032.88}
|
501 |
+
|
502 |
+
[INFO|callbacks.py:310] 2024-07-10 16:00:51,967 >> {'loss': 0.1214, 'learning_rate': 1.1333e-06, 'epoch': 1.75, 'throughput': 1032.96}
|
503 |
+
|
504 |
+
[INFO|callbacks.py:310] 2024-07-10 16:01:05,023 >> {'loss': 0.1252, 'learning_rate': 1.1417e-06, 'epoch': 1.76, 'throughput': 1033.06}
|
505 |
+
|
506 |
+
[INFO|callbacks.py:310] 2024-07-10 16:01:18,067 >> {'loss': 0.1440, 'learning_rate': 1.1500e-06, 'epoch': 1.77, 'throughput': 1032.84}
|
507 |
+
|
508 |
+
[INFO|callbacks.py:310] 2024-07-10 16:01:31,137 >> {'loss': 0.1269, 'learning_rate': 1.1583e-06, 'epoch': 1.79, 'throughput': 1032.79}
|
509 |
+
|
510 |
+
[INFO|callbacks.py:310] 2024-07-10 16:01:44,213 >> {'loss': 0.1283, 'learning_rate': 1.1667e-06, 'epoch': 1.80, 'throughput': 1032.81}
|
511 |
+
|
512 |
+
[INFO|callbacks.py:310] 2024-07-10 16:01:57,241 >> {'loss': 0.0929, 'learning_rate': 1.1750e-06, 'epoch': 1.81, 'throughput': 1032.78}
|
513 |
+
|
514 |
+
[INFO|callbacks.py:310] 2024-07-10 16:02:10,258 >> {'loss': 0.1349, 'learning_rate': 1.1833e-06, 'epoch': 1.83, 'throughput': 1032.56}
|
515 |
+
|
516 |
+
[INFO|callbacks.py:310] 2024-07-10 16:02:23,316 >> {'loss': 0.1277, 'learning_rate': 1.1917e-06, 'epoch': 1.84, 'throughput': 1032.33}
|
517 |
+
|
518 |
+
[INFO|callbacks.py:310] 2024-07-10 16:02:36,363 >> {'loss': 0.1585, 'learning_rate': 1.2000e-06, 'epoch': 1.85, 'throughput': 1032.35}
|
519 |
+
|
520 |
+
[INFO|callbacks.py:310] 2024-07-10 16:02:49,387 >> {'loss': 0.1468, 'learning_rate': 1.2083e-06, 'epoch': 1.86, 'throughput': 1031.96}
|
521 |
+
|
522 |
+
[INFO|callbacks.py:310] 2024-07-10 16:03:02,421 >> {'loss': 0.1049, 'learning_rate': 1.2167e-06, 'epoch': 1.88, 'throughput': 1031.92}
|
523 |
+
|
524 |
+
[INFO|callbacks.py:310] 2024-07-10 16:03:15,527 >> {'loss': 0.1297, 'learning_rate': 1.2250e-06, 'epoch': 1.89, 'throughput': 1031.96}
|
525 |
+
|
526 |
+
[INFO|callbacks.py:310] 2024-07-10 16:03:28,588 >> {'loss': 0.1111, 'learning_rate': 1.2333e-06, 'epoch': 1.90, 'throughput': 1031.79}
|
527 |
+
|
528 |
+
[INFO|callbacks.py:310] 2024-07-10 16:03:41,633 >> {'loss': 0.1202, 'learning_rate': 1.2417e-06, 'epoch': 1.92, 'throughput': 1032.01}
|
529 |
+
|
530 |
+
[INFO|callbacks.py:310] 2024-07-10 16:03:54,708 >> {'loss': 0.0829, 'learning_rate': 1.2500e-06, 'epoch': 1.93, 'throughput': 1032.05}
|
531 |
+
|
532 |
+
[INFO|callbacks.py:310] 2024-07-10 16:04:07,790 >> {'loss': 0.1119, 'learning_rate': 1.2583e-06, 'epoch': 1.94, 'throughput': 1032.55}
|
533 |
+
|
534 |
+
[INFO|callbacks.py:310] 2024-07-10 16:04:20,848 >> {'loss': 0.1144, 'learning_rate': 1.2667e-06, 'epoch': 1.95, 'throughput': 1032.51}
|
535 |
+
|
536 |
+
[INFO|callbacks.py:310] 2024-07-10 16:04:33,876 >> {'loss': 0.1170, 'learning_rate': 1.2750e-06, 'epoch': 1.97, 'throughput': 1031.96}
|
537 |
+
|
538 |
+
[INFO|callbacks.py:310] 2024-07-10 16:04:46,937 >> {'loss': 0.0998, 'learning_rate': 1.2833e-06, 'epoch': 1.98, 'throughput': 1031.63}
|
539 |
+
|
540 |
+
[INFO|callbacks.py:310] 2024-07-10 16:05:00,031 >> {'loss': 0.1384, 'learning_rate': 1.2917e-06, 'epoch': 1.99, 'throughput': 1031.88}
|
541 |
+
|
542 |
+
[INFO|callbacks.py:310] 2024-07-10 16:05:13,054 >> {'loss': 0.1157, 'learning_rate': 1.3000e-06, 'epoch': 2.01, 'throughput': 1031.69}
|
543 |
+
|
544 |
+
[INFO|callbacks.py:310] 2024-07-10 16:05:26,109 >> {'loss': 0.0696, 'learning_rate': 1.3083e-06, 'epoch': 2.02, 'throughput': 1031.58}
|
545 |
+
|
546 |
+
[INFO|callbacks.py:310] 2024-07-10 16:05:39,158 >> {'loss': 0.0665, 'learning_rate': 1.3167e-06, 'epoch': 2.03, 'throughput': 1031.54}
|
547 |
+
|
548 |
+
[INFO|callbacks.py:310] 2024-07-10 16:05:52,234 >> {'loss': 0.0783, 'learning_rate': 1.3250e-06, 'epoch': 2.05, 'throughput': 1031.64}
|
549 |
+
|
550 |
+
[INFO|callbacks.py:310] 2024-07-10 16:06:05,266 >> {'loss': 0.0749, 'learning_rate': 1.3333e-06, 'epoch': 2.06, 'throughput': 1031.29}
|
551 |
+
|
552 |
+
[INFO|callbacks.py:310] 2024-07-10 16:06:18,321 >> {'loss': 0.0731, 'learning_rate': 1.3417e-06, 'epoch': 2.07, 'throughput': 1031.12}
|
553 |
+
|
554 |
+
[INFO|callbacks.py:310] 2024-07-10 16:06:31,379 >> {'loss': 0.0913, 'learning_rate': 1.3500e-06, 'epoch': 2.08, 'throughput': 1030.87}
|
555 |
+
|
556 |
+
[INFO|callbacks.py:310] 2024-07-10 16:06:44,451 >> {'loss': 0.0521, 'learning_rate': 1.3583e-06, 'epoch': 2.10, 'throughput': 1030.82}
|
557 |
+
|
558 |
+
[INFO|callbacks.py:310] 2024-07-10 16:06:57,506 >> {'loss': 0.0680, 'learning_rate': 1.3667e-06, 'epoch': 2.11, 'throughput': 1030.71}
|
559 |
+
|
560 |
+
[INFO|callbacks.py:310] 2024-07-10 16:07:10,589 >> {'loss': 0.0686, 'learning_rate': 1.3750e-06, 'epoch': 2.12, 'throughput': 1030.53}
|
561 |
+
|
562 |
+
[INFO|callbacks.py:310] 2024-07-10 16:07:23,614 >> {'loss': 0.0545, 'learning_rate': 1.3833e-06, 'epoch': 2.14, 'throughput': 1030.54}
|
563 |
+
|
564 |
+
[INFO|callbacks.py:310] 2024-07-10 16:07:36,662 >> {'loss': 0.0347, 'learning_rate': 1.3917e-06, 'epoch': 2.15, 'throughput': 1030.37}
|
565 |
+
|
566 |
+
[INFO|callbacks.py:310] 2024-07-10 16:07:49,739 >> {'loss': 0.0993, 'learning_rate': 1.4000e-06, 'epoch': 2.16, 'throughput': 1030.36}
|
567 |
+
|
568 |
+
[INFO|callbacks.py:310] 2024-07-10 16:08:02,845 >> {'loss': 0.1059, 'learning_rate': 1.4083e-06, 'epoch': 2.17, 'throughput': 1030.18}
|
569 |
+
|
570 |
+
[INFO|callbacks.py:310] 2024-07-10 16:08:15,921 >> {'loss': 0.0890, 'learning_rate': 1.4167e-06, 'epoch': 2.19, 'throughput': 1030.24}
|
571 |
+
|
572 |
+
[INFO|callbacks.py:310] 2024-07-10 16:08:28,943 >> {'loss': 0.0379, 'learning_rate': 1.4250e-06, 'epoch': 2.20, 'throughput': 1030.07}
|
573 |
+
|
574 |
+
[INFO|callbacks.py:310] 2024-07-10 16:08:41,971 >> {'loss': 0.0626, 'learning_rate': 1.4333e-06, 'epoch': 2.21, 'throughput': 1030.20}
|
575 |
+
|
576 |
+
[INFO|callbacks.py:310] 2024-07-10 16:08:55,075 >> {'loss': 0.0957, 'learning_rate': 1.4417e-06, 'epoch': 2.23, 'throughput': 1030.64}
|
577 |
+
|
578 |
+
[INFO|callbacks.py:310] 2024-07-10 16:09:08,128 >> {'loss': 0.0636, 'learning_rate': 1.4500e-06, 'epoch': 2.24, 'throughput': 1030.75}
|
579 |
+
|
580 |
+
[INFO|callbacks.py:310] 2024-07-10 16:09:21,197 >> {'loss': 0.0740, 'learning_rate': 1.4583e-06, 'epoch': 2.25, 'throughput': 1030.71}
|
581 |
+
|
582 |
+
[INFO|callbacks.py:310] 2024-07-10 16:09:34,272 >> {'loss': 0.0685, 'learning_rate': 1.4667e-06, 'epoch': 2.26, 'throughput': 1030.69}
|
583 |
+
|
584 |
+
[INFO|callbacks.py:310] 2024-07-10 16:09:47,345 >> {'loss': 0.0574, 'learning_rate': 1.4750e-06, 'epoch': 2.28, 'throughput': 1030.53}
|
585 |
+
|
586 |
+
[INFO|callbacks.py:310] 2024-07-10 16:10:00,383 >> {'loss': 0.0619, 'learning_rate': 1.4833e-06, 'epoch': 2.29, 'throughput': 1030.73}
|
587 |
+
|
588 |
+
[INFO|callbacks.py:310] 2024-07-10 16:10:13,410 >> {'loss': 0.0683, 'learning_rate': 1.4917e-06, 'epoch': 2.30, 'throughput': 1030.36}
|
589 |
+
|
590 |
+
[INFO|callbacks.py:310] 2024-07-10 16:10:26,483 >> {'loss': 0.0700, 'learning_rate': 1.5000e-06, 'epoch': 2.32, 'throughput': 1030.33}
|
591 |
+
|
592 |
+
[INFO|callbacks.py:310] 2024-07-10 16:10:39,532 >> {'loss': 0.1154, 'learning_rate': 1.5083e-06, 'epoch': 2.33, 'throughput': 1030.26}
|
593 |
+
|
594 |
+
[INFO|callbacks.py:310] 2024-07-10 16:10:52,574 >> {'loss': 0.0923, 'learning_rate': 1.5167e-06, 'epoch': 2.34, 'throughput': 1030.40}
|
595 |
+
|
596 |
+
[INFO|callbacks.py:310] 2024-07-10 16:11:05,633 >> {'loss': 0.0777, 'learning_rate': 1.5250e-06, 'epoch': 2.35, 'throughput': 1030.14}
|
597 |
+
|
598 |
+
[INFO|callbacks.py:310] 2024-07-10 16:11:18,722 >> {'loss': 0.0754, 'learning_rate': 1.5333e-06, 'epoch': 2.37, 'throughput': 1030.34}
|
599 |
+
|
600 |
+
[INFO|callbacks.py:310] 2024-07-10 16:11:31,778 >> {'loss': 0.0704, 'learning_rate': 1.5417e-06, 'epoch': 2.38, 'throughput': 1030.27}
|
601 |
+
|
602 |
+
[INFO|callbacks.py:310] 2024-07-10 16:11:44,816 >> {'loss': 0.0915, 'learning_rate': 1.5500e-06, 'epoch': 2.39, 'throughput': 1030.38}
|
603 |
+
|
604 |
+
[INFO|callbacks.py:310] 2024-07-10 16:11:57,871 >> {'loss': 0.0870, 'learning_rate': 1.5583e-06, 'epoch': 2.41, 'throughput': 1030.22}
|
605 |
+
|
606 |
+
[INFO|callbacks.py:310] 2024-07-10 16:12:10,914 >> {'loss': 0.0566, 'learning_rate': 1.5667e-06, 'epoch': 2.42, 'throughput': 1030.35}
|
607 |
+
|
608 |
+
[INFO|callbacks.py:310] 2024-07-10 16:12:23,986 >> {'loss': 0.1037, 'learning_rate': 1.5750e-06, 'epoch': 2.43, 'throughput': 1030.56}
|
609 |
+
|
610 |
+
[INFO|callbacks.py:310] 2024-07-10 16:12:37,049 >> {'loss': 0.1143, 'learning_rate': 1.5833e-06, 'epoch': 2.44, 'throughput': 1030.68}
|
611 |
+
|
612 |
+
[INFO|callbacks.py:310] 2024-07-10 16:12:50,149 >> {'loss': 0.0829, 'learning_rate': 1.5917e-06, 'epoch': 2.46, 'throughput': 1030.82}
|
613 |
+
|
614 |
+
[INFO|callbacks.py:310] 2024-07-10 16:13:03,221 >> {'loss': 0.0422, 'learning_rate': 1.6000e-06, 'epoch': 2.47, 'throughput': 1030.87}
|
615 |
+
|
616 |
+
[INFO|callbacks.py:310] 2024-07-10 16:13:16,270 >> {'loss': 0.0727, 'learning_rate': 1.6083e-06, 'epoch': 2.48, 'throughput': 1030.95}
|
617 |
+
|
618 |
+
[INFO|callbacks.py:310] 2024-07-10 16:13:29,306 >> {'loss': 0.0836, 'learning_rate': 1.6167e-06, 'epoch': 2.50, 'throughput': 1030.88}
|
619 |
+
|
620 |
+
[INFO|callbacks.py:310] 2024-07-10 16:13:42,353 >> {'loss': 0.0803, 'learning_rate': 1.6250e-06, 'epoch': 2.51, 'throughput': 1030.85}
|
621 |
+
|
622 |
+
[INFO|callbacks.py:310] 2024-07-10 16:13:55,421 >> {'loss': 0.0654, 'learning_rate': 1.6333e-06, 'epoch': 2.52, 'throughput': 1030.96}
|
623 |
+
|
624 |
+
[INFO|callbacks.py:310] 2024-07-10 16:14:08,471 >> {'loss': 0.0587, 'learning_rate': 1.6417e-06, 'epoch': 2.53, 'throughput': 1030.89}
|
625 |
+
|
626 |
+
[INFO|callbacks.py:310] 2024-07-10 16:14:21,530 >> {'loss': 0.0848, 'learning_rate': 1.6500e-06, 'epoch': 2.55, 'throughput': 1030.87}
|
627 |
+
|
628 |
+
[INFO|callbacks.py:310] 2024-07-10 16:14:34,591 >> {'loss': 0.0525, 'learning_rate': 1.6583e-06, 'epoch': 2.56, 'throughput': 1030.88}
|
629 |
+
|
630 |
+
[INFO|callbacks.py:310] 2024-07-10 16:14:47,595 >> {'loss': 0.0677, 'learning_rate': 1.6667e-06, 'epoch': 2.57, 'throughput': 1030.73}
|
631 |
+
|
632 |
+
[INFO|callbacks.py:310] 2024-07-10 16:15:00,635 >> {'loss': 0.0620, 'learning_rate': 1.6750e-06, 'epoch': 2.59, 'throughput': 1030.77}
|
633 |
+
|
634 |
+
[INFO|callbacks.py:310] 2024-07-10 16:15:13,672 >> {'loss': 0.0674, 'learning_rate': 1.6833e-06, 'epoch': 2.60, 'throughput': 1030.89}
|
635 |
+
|
636 |
+
[INFO|callbacks.py:310] 2024-07-10 16:15:26,718 >> {'loss': 0.0533, 'learning_rate': 1.6917e-06, 'epoch': 2.61, 'throughput': 1030.91}
|
637 |
+
|
638 |
+
[INFO|callbacks.py:310] 2024-07-10 16:15:39,798 >> {'loss': 0.0757, 'learning_rate': 1.7000e-06, 'epoch': 2.62, 'throughput': 1031.12}
|
639 |
+
|
640 |
+
[INFO|callbacks.py:310] 2024-07-10 16:15:52,886 >> {'loss': 0.0777, 'learning_rate': 1.7083e-06, 'epoch': 2.64, 'throughput': 1031.22}
|
641 |
+
|
642 |
+
[INFO|callbacks.py:310] 2024-07-10 16:16:05,977 >> {'loss': 0.0921, 'learning_rate': 1.7167e-06, 'epoch': 2.65, 'throughput': 1031.22}
|
643 |
+
|
644 |
+
[INFO|callbacks.py:310] 2024-07-10 16:16:19,012 >> {'loss': 0.0378, 'learning_rate': 1.7250e-06, 'epoch': 2.66, 'throughput': 1031.02}
|
645 |
+
|
646 |
+
[INFO|callbacks.py:310] 2024-07-10 16:16:32,072 >> {'loss': 0.0671, 'learning_rate': 1.7333e-06, 'epoch': 2.68, 'throughput': 1031.28}
|
647 |
+
|
648 |
+
[INFO|callbacks.py:310] 2024-07-10 16:16:45,154 >> {'loss': 0.0664, 'learning_rate': 1.7417e-06, 'epoch': 2.69, 'throughput': 1031.30}
|
649 |
+
|
650 |
+
[INFO|callbacks.py:310] 2024-07-10 16:16:58,186 >> {'loss': 0.0720, 'learning_rate': 1.7500e-06, 'epoch': 2.70, 'throughput': 1031.20}
|
651 |
+
|
652 |
+
[INFO|callbacks.py:310] 2024-07-10 16:17:11,271 >> {'loss': 0.0883, 'learning_rate': 1.7583e-06, 'epoch': 2.71, 'throughput': 1031.43}
|
653 |
+
|
654 |
+
[INFO|callbacks.py:310] 2024-07-10 16:17:24,320 >> {'loss': 0.0414, 'learning_rate': 1.7667e-06, 'epoch': 2.73, 'throughput': 1031.35}
|
655 |
+
|
656 |
+
[INFO|callbacks.py:310] 2024-07-10 16:17:37,394 >> {'loss': 0.0310, 'learning_rate': 1.7750e-06, 'epoch': 2.74, 'throughput': 1031.16}
|
657 |
+
|
658 |
+
[INFO|callbacks.py:310] 2024-07-10 16:17:50,443 >> {'loss': 0.0634, 'learning_rate': 1.7833e-06, 'epoch': 2.75, 'throughput': 1031.04}
|
659 |
+
|
660 |
+
[INFO|callbacks.py:310] 2024-07-10 16:18:03,511 >> {'loss': 0.0837, 'learning_rate': 1.7917e-06, 'epoch': 2.77, 'throughput': 1031.15}
|
661 |
+
|
662 |
+
[INFO|callbacks.py:310] 2024-07-10 16:18:16,574 >> {'loss': 0.0855, 'learning_rate': 1.8000e-06, 'epoch': 2.78, 'throughput': 1031.11}
|
663 |
+
|
664 |
+
[INFO|callbacks.py:310] 2024-07-10 16:18:29,592 >> {'loss': 0.0945, 'learning_rate': 1.8083e-06, 'epoch': 2.79, 'throughput': 1030.85}
|
665 |
+
|
666 |
+
[INFO|callbacks.py:310] 2024-07-10 16:18:42,612 >> {'loss': 0.0780, 'learning_rate': 1.8167e-06, 'epoch': 2.80, 'throughput': 1030.78}
|
667 |
+
|
668 |
+
[INFO|callbacks.py:310] 2024-07-10 16:18:55,683 >> {'loss': 0.0573, 'learning_rate': 1.8250e-06, 'epoch': 2.82, 'throughput': 1030.59}
|
669 |
+
|
670 |
+
[INFO|callbacks.py:310] 2024-07-10 16:19:08,787 >> {'loss': 0.0806, 'learning_rate': 1.8333e-06, 'epoch': 2.83, 'throughput': 1030.71}
|
671 |
+
|
672 |
+
[INFO|callbacks.py:310] 2024-07-10 16:19:21,866 >> {'loss': 0.0961, 'learning_rate': 1.8417e-06, 'epoch': 2.84, 'throughput': 1030.63}
|
673 |
+
|
674 |
+
[INFO|callbacks.py:310] 2024-07-10 16:19:34,886 >> {'loss': 0.0732, 'learning_rate': 1.8500e-06, 'epoch': 2.86, 'throughput': 1030.70}
|
675 |
+
|
676 |
+
[INFO|callbacks.py:310] 2024-07-10 16:19:47,985 >> {'loss': 0.0957, 'learning_rate': 1.8583e-06, 'epoch': 2.87, 'throughput': 1030.89}
|
677 |
+
|
678 |
+
[INFO|callbacks.py:310] 2024-07-10 16:20:01,036 >> {'loss': 0.0774, 'learning_rate': 1.8667e-06, 'epoch': 2.88, 'throughput': 1030.97}
|
679 |
+
|
680 |
+
[INFO|callbacks.py:310] 2024-07-10 16:20:14,106 >> {'loss': 0.0691, 'learning_rate': 1.8750e-06, 'epoch': 2.89, 'throughput': 1031.09}
|
681 |
+
|
682 |
+
[INFO|callbacks.py:310] 2024-07-10 16:20:27,180 >> {'loss': 0.0529, 'learning_rate': 1.8833e-06, 'epoch': 2.91, 'throughput': 1031.31}
|
683 |
+
|
684 |
+
[INFO|callbacks.py:310] 2024-07-10 16:20:40,264 >> {'loss': 0.0811, 'learning_rate': 1.8917e-06, 'epoch': 2.92, 'throughput': 1031.18}
|
685 |
+
|
686 |
+
[INFO|callbacks.py:310] 2024-07-10 16:20:53,356 >> {'loss': 0.1211, 'learning_rate': 1.9000e-06, 'epoch': 2.93, 'throughput': 1031.32}
|
687 |
+
|
688 |
+
[INFO|callbacks.py:310] 2024-07-10 16:21:06,425 >> {'loss': 0.0489, 'learning_rate': 1.9083e-06, 'epoch': 2.95, 'throughput': 1031.40}
|
689 |
+
|
690 |
+
[INFO|callbacks.py:310] 2024-07-10 16:21:19,473 >> {'loss': 0.0947, 'learning_rate': 1.9167e-06, 'epoch': 2.96, 'throughput': 1031.77}
|
691 |
+
|
692 |
+
[INFO|callbacks.py:310] 2024-07-10 16:21:32,529 >> {'loss': 0.0561, 'learning_rate': 1.9250e-06, 'epoch': 2.97, 'throughput': 1031.72}
|
693 |
+
|
694 |
+
[INFO|callbacks.py:310] 2024-07-10 16:21:45,617 >> {'loss': 0.0629, 'learning_rate': 1.9333e-06, 'epoch': 2.98, 'throughput': 1031.97}
|
695 |
+
|
696 |
+
[INFO|callbacks.py:310] 2024-07-10 16:21:58,684 >> {'loss': 0.0579, 'learning_rate': 1.9417e-06, 'epoch': 3.00, 'throughput': 1031.94}
|
697 |
+
|
698 |
+
[INFO|callbacks.py:310] 2024-07-10 16:22:11,759 >> {'loss': 0.0285, 'learning_rate': 1.9500e-06, 'epoch': 3.01, 'throughput': 1031.94}
|
699 |
+
|
700 |
+
[INFO|callbacks.py:310] 2024-07-10 16:22:24,852 >> {'loss': 0.0256, 'learning_rate': 1.9583e-06, 'epoch': 3.02, 'throughput': 1031.83}
|
701 |
+
|
702 |
+
[INFO|callbacks.py:310] 2024-07-10 16:22:37,918 >> {'loss': 0.0247, 'learning_rate': 1.9667e-06, 'epoch': 3.04, 'throughput': 1031.89}
|
703 |
+
|
704 |
+
[INFO|callbacks.py:310] 2024-07-10 16:22:50,948 >> {'loss': 0.0325, 'learning_rate': 1.9750e-06, 'epoch': 3.05, 'throughput': 1031.71}
|
705 |
+
|
706 |
+
[INFO|callbacks.py:310] 2024-07-10 16:23:03,975 >> {'loss': 0.0172, 'learning_rate': 1.9833e-06, 'epoch': 3.06, 'throughput': 1031.83}
|
707 |
+
|
708 |
+
[INFO|callbacks.py:310] 2024-07-10 16:23:17,052 >> {'loss': 0.0500, 'learning_rate': 1.9917e-06, 'epoch': 3.07, 'throughput': 1032.03}
|
709 |
+
|
710 |
+
[INFO|callbacks.py:310] 2024-07-10 16:23:30,104 >> {'loss': 0.0134, 'learning_rate': 2.0000e-06, 'epoch': 3.09, 'throughput': 1032.07}
|
711 |
+
|
712 |
+
[INFO|callbacks.py:310] 2024-07-10 16:23:43,194 >> {'loss': 0.0434, 'learning_rate': 2.0083e-06, 'epoch': 3.10, 'throughput': 1032.06}
|
713 |
+
|
714 |
+
[INFO|callbacks.py:310] 2024-07-10 16:23:56,261 >> {'loss': 0.0186, 'learning_rate': 2.0167e-06, 'epoch': 3.11, 'throughput': 1031.79}
|
715 |
+
|
716 |
+
[INFO|callbacks.py:310] 2024-07-10 16:24:09,346 >> {'loss': 0.0341, 'learning_rate': 2.0250e-06, 'epoch': 3.13, 'throughput': 1031.70}
|
717 |
+
|
718 |
+
[INFO|callbacks.py:310] 2024-07-10 16:24:22,384 >> {'loss': 0.0386, 'learning_rate': 2.0333e-06, 'epoch': 3.14, 'throughput': 1031.75}
|
719 |
+
|
720 |
+
[INFO|callbacks.py:310] 2024-07-10 16:24:35,442 >> {'loss': 0.0389, 'learning_rate': 2.0417e-06, 'epoch': 3.15, 'throughput': 1031.84}
|
721 |
+
|
722 |
+
[INFO|callbacks.py:310] 2024-07-10 16:24:48,496 >> {'loss': 0.0227, 'learning_rate': 2.0500e-06, 'epoch': 3.16, 'throughput': 1031.98}
|
723 |
+
|
724 |
+
[INFO|callbacks.py:310] 2024-07-10 16:25:01,559 >> {'loss': 0.0317, 'learning_rate': 2.0583e-06, 'epoch': 3.18, 'throughput': 1032.06}
|
725 |
+
|
726 |
+
[INFO|callbacks.py:310] 2024-07-10 16:25:14,587 >> {'loss': 0.0335, 'learning_rate': 2.0667e-06, 'epoch': 3.19, 'throughput': 1031.85}
|
727 |
+
|
728 |
+
[INFO|callbacks.py:310] 2024-07-10 16:25:27,658 >> {'loss': 0.0257, 'learning_rate': 2.0750e-06, 'epoch': 3.20, 'throughput': 1031.71}
|
729 |
+
|
730 |
+
[INFO|callbacks.py:310] 2024-07-10 16:25:40,758 >> {'loss': 0.0244, 'learning_rate': 2.0833e-06, 'epoch': 3.22, 'throughput': 1031.99}
|
731 |
+
|
732 |
+
[INFO|callbacks.py:310] 2024-07-10 16:25:53,802 >> {'loss': 0.0285, 'learning_rate': 2.0917e-06, 'epoch': 3.23, 'throughput': 1031.85}
|
733 |
+
|
734 |
+
[INFO|callbacks.py:310] 2024-07-10 16:26:06,837 >> {'loss': 0.0093, 'learning_rate': 2.1000e-06, 'epoch': 3.24, 'throughput': 1031.89}
|
735 |
+
|
736 |
+
[INFO|callbacks.py:310] 2024-07-10 16:26:19,879 >> {'loss': 0.0415, 'learning_rate': 2.1083e-06, 'epoch': 3.25, 'throughput': 1031.75}
|
737 |
+
|
738 |
+
[INFO|callbacks.py:310] 2024-07-10 16:26:32,890 >> {'loss': 0.0239, 'learning_rate': 2.1167e-06, 'epoch': 3.27, 'throughput': 1031.75}
|
739 |
+
|
740 |
+
[INFO|callbacks.py:310] 2024-07-10 16:26:45,971 >> {'loss': 0.0412, 'learning_rate': 2.1250e-06, 'epoch': 3.28, 'throughput': 1031.71}
|
741 |
+
|
742 |
+
[INFO|callbacks.py:310] 2024-07-10 16:26:59,041 >> {'loss': 0.0503, 'learning_rate': 2.1333e-06, 'epoch': 3.29, 'throughput': 1031.89}
|
743 |
+
|
744 |
+
[INFO|callbacks.py:310] 2024-07-10 16:27:12,121 >> {'loss': 0.0046, 'learning_rate': 2.1417e-06, 'epoch': 3.31, 'throughput': 1031.66}
|
745 |
+
|
746 |
+
[INFO|callbacks.py:310] 2024-07-10 16:27:25,205 >> {'loss': 0.0410, 'learning_rate': 2.1500e-06, 'epoch': 3.32, 'throughput': 1031.77}
|
747 |
+
|
748 |
+
[INFO|callbacks.py:310] 2024-07-10 16:27:38,269 >> {'loss': 0.0257, 'learning_rate': 2.1583e-06, 'epoch': 3.33, 'throughput': 1031.85}
|
749 |
+
|
750 |
+
[INFO|callbacks.py:310] 2024-07-10 16:27:51,299 >> {'loss': 0.0168, 'learning_rate': 2.1667e-06, 'epoch': 3.34, 'throughput': 1031.84}
|
751 |
+
|
752 |
+
[INFO|callbacks.py:310] 2024-07-10 16:28:04,359 >> {'loss': 0.0439, 'learning_rate': 2.1750e-06, 'epoch': 3.36, 'throughput': 1031.65}
|
753 |
+
|
754 |
+
[INFO|callbacks.py:310] 2024-07-10 16:28:17,402 >> {'loss': 0.0204, 'learning_rate': 2.1833e-06, 'epoch': 3.37, 'throughput': 1031.70}
|
755 |
+
|
756 |
+
[INFO|callbacks.py:310] 2024-07-10 16:28:30,454 >> {'loss': 0.0284, 'learning_rate': 2.1917e-06, 'epoch': 3.38, 'throughput': 1031.59}
|
757 |
+
|
758 |
+
[INFO|callbacks.py:310] 2024-07-10 16:28:43,535 >> {'loss': 0.0684, 'learning_rate': 2.2000e-06, 'epoch': 3.40, 'throughput': 1031.39}
|
759 |
+
|
760 |
+
[INFO|callbacks.py:310] 2024-07-10 16:28:56,599 >> {'loss': 0.0479, 'learning_rate': 2.2083e-06, 'epoch': 3.41, 'throughput': 1031.24}
|
761 |
+
|
762 |
+
[INFO|callbacks.py:310] 2024-07-10 16:29:09,608 >> {'loss': 0.0434, 'learning_rate': 2.2167e-06, 'epoch': 3.42, 'throughput': 1031.11}
|
763 |
+
|
764 |
+
[INFO|callbacks.py:310] 2024-07-10 16:29:22,660 >> {'loss': 0.0213, 'learning_rate': 2.2250e-06, 'epoch': 3.43, 'throughput': 1031.15}
|
765 |
+
|
766 |
+
[INFO|callbacks.py:310] 2024-07-10 16:29:35,701 >> {'loss': 0.0415, 'learning_rate': 2.2333e-06, 'epoch': 3.45, 'throughput': 1031.22}
|
767 |
+
|
768 |
+
[INFO|callbacks.py:310] 2024-07-10 16:29:48,780 >> {'loss': 0.0404, 'learning_rate': 2.2417e-06, 'epoch': 3.46, 'throughput': 1031.14}
|
769 |
+
|
770 |
+
[INFO|callbacks.py:310] 2024-07-10 16:30:01,859 >> {'loss': 0.0566, 'learning_rate': 2.2500e-06, 'epoch': 3.47, 'throughput': 1031.20}
|
771 |
+
|
772 |
+
[INFO|callbacks.py:310] 2024-07-10 16:30:14,945 >> {'loss': 0.0509, 'learning_rate': 2.2583e-06, 'epoch': 3.49, 'throughput': 1031.20}
|
773 |
+
|
774 |
+
[INFO|callbacks.py:310] 2024-07-10 16:30:28,041 >> {'loss': 0.0385, 'learning_rate': 2.2667e-06, 'epoch': 3.50, 'throughput': 1031.23}
|
775 |
+
|
776 |
+
[INFO|callbacks.py:310] 2024-07-10 16:30:41,117 >> {'loss': 0.0225, 'learning_rate': 2.2750e-06, 'epoch': 3.51, 'throughput': 1031.20}
|
777 |
+
|
778 |
+
[INFO|callbacks.py:310] 2024-07-10 16:30:54,140 >> {'loss': 0.0255, 'learning_rate': 2.2833e-06, 'epoch': 3.52, 'throughput': 1031.11}
|
779 |
+
|
780 |
+
[INFO|callbacks.py:310] 2024-07-10 16:31:07,183 >> {'loss': 0.0531, 'learning_rate': 2.2917e-06, 'epoch': 3.54, 'throughput': 1030.96}
|
781 |
+
|
782 |
+
[INFO|callbacks.py:310] 2024-07-10 16:31:20,244 >> {'loss': 0.0095, 'learning_rate': 2.3000e-06, 'epoch': 3.55, 'throughput': 1031.07}
|
783 |
+
|
784 |
+
[INFO|callbacks.py:310] 2024-07-10 16:31:33,302 >> {'loss': 0.0229, 'learning_rate': 2.3083e-06, 'epoch': 3.56, 'throughput': 1031.17}
|
785 |
+
|
786 |
+
[INFO|callbacks.py:310] 2024-07-10 16:31:46,386 >> {'loss': 0.0380, 'learning_rate': 2.3167e-06, 'epoch': 3.58, 'throughput': 1031.41}
|
787 |
+
|
788 |
+
[INFO|callbacks.py:310] 2024-07-10 16:31:59,473 >> {'loss': 0.0316, 'learning_rate': 2.3250e-06, 'epoch': 3.59, 'throughput': 1031.40}
|
789 |
+
|
790 |
+
[INFO|callbacks.py:310] 2024-07-10 16:32:12,500 >> {'loss': 0.0861, 'learning_rate': 2.3333e-06, 'epoch': 3.60, 'throughput': 1031.09}
|
791 |
+
|
792 |
+
[INFO|callbacks.py:310] 2024-07-10 16:32:25,573 >> {'loss': 0.0566, 'learning_rate': 2.3417e-06, 'epoch': 3.61, 'throughput': 1031.26}
|
793 |
+
|
794 |
+
[INFO|callbacks.py:310] 2024-07-10 16:32:38,614 >> {'loss': 0.0804, 'learning_rate': 2.3500e-06, 'epoch': 3.63, 'throughput': 1031.33}
|
795 |
+
|
796 |
+
[INFO|callbacks.py:310] 2024-07-10 16:32:51,675 >> {'loss': 0.0460, 'learning_rate': 2.3583e-06, 'epoch': 3.64, 'throughput': 1031.43}
|
797 |
+
|
798 |
+
[INFO|callbacks.py:310] 2024-07-10 16:33:04,743 >> {'loss': 0.0693, 'learning_rate': 2.3667e-06, 'epoch': 3.65, 'throughput': 1031.38}
|
799 |
+
|
800 |
+
[INFO|callbacks.py:310] 2024-07-10 16:33:17,816 >> {'loss': 0.0342, 'learning_rate': 2.3750e-06, 'epoch': 3.67, 'throughput': 1031.47}
|
801 |
+
|
802 |
+
[INFO|callbacks.py:310] 2024-07-10 16:33:30,909 >> {'loss': 0.0479, 'learning_rate': 2.3833e-06, 'epoch': 3.68, 'throughput': 1031.40}
|
803 |
+
|
804 |
+
[INFO|callbacks.py:310] 2024-07-10 16:33:44,006 >> {'loss': 0.0388, 'learning_rate': 2.3917e-06, 'epoch': 3.69, 'throughput': 1031.51}
|
805 |
+
|
806 |
+
[INFO|callbacks.py:310] 2024-07-10 16:33:57,059 >> {'loss': 0.0274, 'learning_rate': 2.4000e-06, 'epoch': 3.70, 'throughput': 1031.62}
|
807 |
+
|
808 |
+
[INFO|callbacks.py:310] 2024-07-10 16:34:10,124 >> {'loss': 0.0259, 'learning_rate': 2.4083e-06, 'epoch': 3.72, 'throughput': 1031.83}
|
809 |
+
|
810 |
+
[INFO|callbacks.py:310] 2024-07-10 16:34:23,174 >> {'loss': 0.0367, 'learning_rate': 2.4167e-06, 'epoch': 3.73, 'throughput': 1031.66}
|
811 |
+
|
812 |
+
[INFO|callbacks.py:310] 2024-07-10 16:34:36,226 >> {'loss': 0.0661, 'learning_rate': 2.4250e-06, 'epoch': 3.74, 'throughput': 1031.57}
|
813 |
+
|
814 |
+
[INFO|callbacks.py:310] 2024-07-10 16:34:49,271 >> {'loss': 0.0466, 'learning_rate': 2.4333e-06, 'epoch': 3.76, 'throughput': 1031.53}
|
815 |
+
|
816 |
+
[INFO|callbacks.py:310] 2024-07-10 16:35:02,361 >> {'loss': 0.0286, 'learning_rate': 2.4417e-06, 'epoch': 3.77, 'throughput': 1031.51}
|
817 |
+
|
818 |
+
[INFO|callbacks.py:310] 2024-07-10 16:35:15,418 >> {'loss': 0.0586, 'learning_rate': 2.4500e-06, 'epoch': 3.78, 'throughput': 1031.36}
|
819 |
+
|
820 |
+
[INFO|callbacks.py:310] 2024-07-10 16:35:28,427 >> {'loss': 0.0329, 'learning_rate': 2.4583e-06, 'epoch': 3.79, 'throughput': 1031.22}
|
821 |
+
|
822 |
+
[INFO|callbacks.py:310] 2024-07-10 16:35:41,482 >> {'loss': 0.0582, 'learning_rate': 2.4667e-06, 'epoch': 3.81, 'throughput': 1031.30}
|
823 |
+
|
824 |
+
[INFO|callbacks.py:310] 2024-07-10 16:35:54,541 >> {'loss': 0.0312, 'learning_rate': 2.4750e-06, 'epoch': 3.82, 'throughput': 1031.36}
|
825 |
+
|
826 |
+
[INFO|callbacks.py:310] 2024-07-10 16:36:07,569 >> {'loss': 0.0329, 'learning_rate': 2.4833e-06, 'epoch': 3.83, 'throughput': 1031.39}
|
827 |
+
|
828 |
+
[INFO|callbacks.py:310] 2024-07-10 16:36:20,626 >> {'loss': 0.0206, 'learning_rate': 2.4917e-06, 'epoch': 3.85, 'throughput': 1031.35}
|
829 |
+
|
830 |
+
[INFO|callbacks.py:310] 2024-07-10 16:36:33,678 >> {'loss': 0.0426, 'learning_rate': 2.5000e-06, 'epoch': 3.86, 'throughput': 1031.30}
|
831 |
+
|
832 |
+
[INFO|callbacks.py:310] 2024-07-10 16:36:46,762 >> {'loss': 0.0179, 'learning_rate': 2.5083e-06, 'epoch': 3.87, 'throughput': 1031.28}
|
833 |
+
|
834 |
+
[INFO|callbacks.py:310] 2024-07-10 16:36:59,795 >> {'loss': 0.0289, 'learning_rate': 2.5167e-06, 'epoch': 3.88, 'throughput': 1031.45}
|
835 |
+
|
836 |
+
[INFO|callbacks.py:310] 2024-07-10 16:37:12,850 >> {'loss': 0.0303, 'learning_rate': 2.5250e-06, 'epoch': 3.90, 'throughput': 1031.48}
|
837 |
+
|
838 |
+
[INFO|callbacks.py:310] 2024-07-10 16:37:25,916 >> {'loss': 0.0460, 'learning_rate': 2.5333e-06, 'epoch': 3.91, 'throughput': 1031.62}
|
839 |
+
|
840 |
+
[INFO|callbacks.py:310] 2024-07-10 16:37:38,945 >> {'loss': 0.0523, 'learning_rate': 2.5417e-06, 'epoch': 3.92, 'throughput': 1031.55}
|
841 |
+
|
842 |
+
[INFO|callbacks.py:310] 2024-07-10 16:37:51,996 >> {'loss': 0.0329, 'learning_rate': 2.5500e-06, 'epoch': 3.94, 'throughput': 1031.52}
|
843 |
+
|
844 |
+
[INFO|callbacks.py:310] 2024-07-10 16:38:05,038 >> {'loss': 0.0072, 'learning_rate': 2.5583e-06, 'epoch': 3.95, 'throughput': 1031.37}
|
845 |
+
|
846 |
+
[INFO|callbacks.py:310] 2024-07-10 16:38:18,108 >> {'loss': 0.0415, 'learning_rate': 2.5667e-06, 'epoch': 3.96, 'throughput': 1031.46}
|
847 |
+
|
848 |
+
[INFO|callbacks.py:310] 2024-07-10 16:38:31,175 >> {'loss': 0.0233, 'learning_rate': 2.5750e-06, 'epoch': 3.97, 'throughput': 1031.53}
|
849 |
+
|
850 |
+
[INFO|callbacks.py:310] 2024-07-10 16:38:44,257 >> {'loss': 0.0423, 'learning_rate': 2.5833e-06, 'epoch': 3.99, 'throughput': 1031.73}
|
851 |
+
|
852 |
+
[INFO|callbacks.py:310] 2024-07-10 16:38:57,319 >> {'loss': 0.0295, 'learning_rate': 2.5917e-06, 'epoch': 4.00, 'throughput': 1031.67}
|
853 |
+
|
854 |
+
[INFO|callbacks.py:310] 2024-07-10 16:39:10,340 >> {'loss': 0.0327, 'learning_rate': 2.6000e-06, 'epoch': 4.01, 'throughput': 1031.56}
|
855 |
+
|
856 |
+
[INFO|callbacks.py:310] 2024-07-10 16:39:23,403 >> {'loss': 0.0301, 'learning_rate': 2.6083e-06, 'epoch': 4.03, 'throughput': 1031.43}
|
857 |
+
|
858 |
+
[INFO|callbacks.py:310] 2024-07-10 16:39:36,458 >> {'loss': 0.0301, 'learning_rate': 2.6167e-06, 'epoch': 4.04, 'throughput': 1031.40}
|
859 |
+
|
860 |
+
[INFO|callbacks.py:310] 2024-07-10 16:39:49,518 >> {'loss': 0.0281, 'learning_rate': 2.6250e-06, 'epoch': 4.05, 'throughput': 1031.24}
|
861 |
+
|
862 |
+
[INFO|callbacks.py:310] 2024-07-10 16:40:02,644 >> {'loss': 0.0136, 'learning_rate': 2.6333e-06, 'epoch': 4.06, 'throughput': 1031.56}
|
863 |
+
|
864 |
+
[INFO|callbacks.py:310] 2024-07-10 16:40:15,692 >> {'loss': 0.0219, 'learning_rate': 2.6417e-06, 'epoch': 4.08, 'throughput': 1031.48}
|
865 |
+
|
866 |
+
[INFO|callbacks.py:310] 2024-07-10 16:40:28,769 >> {'loss': 0.0044, 'learning_rate': 2.6500e-06, 'epoch': 4.09, 'throughput': 1031.55}
|
867 |
+
|
868 |
+
[INFO|callbacks.py:310] 2024-07-10 16:40:41,845 >> {'loss': 0.0335, 'learning_rate': 2.6583e-06, 'epoch': 4.10, 'throughput': 1031.59}
|
869 |
+
|
870 |
+
[INFO|callbacks.py:310] 2024-07-10 16:40:54,879 >> {'loss': 0.0053, 'learning_rate': 2.6667e-06, 'epoch': 4.12, 'throughput': 1031.55}
|
871 |
+
|
872 |
+
[INFO|callbacks.py:310] 2024-07-10 16:41:07,940 >> {'loss': 0.0196, 'learning_rate': 2.6750e-06, 'epoch': 4.13, 'throughput': 1031.35}
|
873 |
+
|
874 |
+
[INFO|callbacks.py:310] 2024-07-10 16:41:21,035 >> {'loss': 0.0309, 'learning_rate': 2.6833e-06, 'epoch': 4.14, 'throughput': 1031.36}
|
875 |
+
|
876 |
+
[INFO|callbacks.py:310] 2024-07-10 16:41:34,100 >> {'loss': 0.0382, 'learning_rate': 2.6917e-06, 'epoch': 4.15, 'throughput': 1031.20}
|
877 |
+
|
878 |
+
[INFO|callbacks.py:310] 2024-07-10 16:41:47,159 >> {'loss': 0.0460, 'learning_rate': 2.7000e-06, 'epoch': 4.17, 'throughput': 1031.28}
|
879 |
+
|
880 |
+
[INFO|callbacks.py:310] 2024-07-10 16:42:00,206 >> {'loss': 0.0133, 'learning_rate': 2.7083e-06, 'epoch': 4.18, 'throughput': 1031.13}
|
881 |
+
|
882 |
+
[INFO|callbacks.py:310] 2024-07-10 16:42:13,260 >> {'loss': 0.0265, 'learning_rate': 2.7167e-06, 'epoch': 4.19, 'throughput': 1031.13}
|
883 |
+
|
884 |
+
[INFO|callbacks.py:310] 2024-07-10 16:42:26,301 >> {'loss': 0.0084, 'learning_rate': 2.7250e-06, 'epoch': 4.21, 'throughput': 1031.11}
|
885 |
+
|
886 |
+
[INFO|callbacks.py:310] 2024-07-10 16:42:39,360 >> {'loss': 0.0382, 'learning_rate': 2.7333e-06, 'epoch': 4.22, 'throughput': 1031.02}
|
887 |
+
|
888 |
+
[INFO|callbacks.py:310] 2024-07-10 16:42:52,463 >> {'loss': 0.0101, 'learning_rate': 2.7417e-06, 'epoch': 4.23, 'throughput': 1031.21}
|
889 |
+
|
890 |
+
[INFO|callbacks.py:310] 2024-07-10 16:43:05,548 >> {'loss': 0.0174, 'learning_rate': 2.7500e-06, 'epoch': 4.24, 'throughput': 1031.21}
|
891 |
+
|
892 |
+
[INFO|callbacks.py:310] 2024-07-10 16:43:18,594 >> {'loss': 0.0230, 'learning_rate': 2.7583e-06, 'epoch': 4.26, 'throughput': 1031.11}
|
893 |
+
|
894 |
+
[INFO|callbacks.py:310] 2024-07-10 16:43:31,646 >> {'loss': 0.0162, 'learning_rate': 2.7667e-06, 'epoch': 4.27, 'throughput': 1031.23}
|
895 |
+
|
896 |
+
[INFO|callbacks.py:310] 2024-07-10 16:43:44,663 >> {'loss': 0.0261, 'learning_rate': 2.7750e-06, 'epoch': 4.28, 'throughput': 1031.06}
|
897 |
+
|
898 |
+
[INFO|callbacks.py:310] 2024-07-10 16:43:57,701 >> {'loss': 0.0266, 'learning_rate': 2.7833e-06, 'epoch': 4.30, 'throughput': 1031.04}
|
899 |
+
|
900 |
+
[INFO|callbacks.py:310] 2024-07-10 16:44:10,756 >> {'loss': 0.0194, 'learning_rate': 2.7917e-06, 'epoch': 4.31, 'throughput': 1030.96}
|
901 |
+
|
902 |
+
[INFO|callbacks.py:310] 2024-07-10 16:44:23,810 >> {'loss': 0.0058, 'learning_rate': 2.8000e-06, 'epoch': 4.32, 'throughput': 1031.08}
|
903 |
+
|
904 |
+
[INFO|callbacks.py:310] 2024-07-10 16:44:36,914 >> {'loss': 0.0065, 'learning_rate': 2.8083e-06, 'epoch': 4.33, 'throughput': 1031.06}
|
905 |
+
|
906 |
+
[INFO|callbacks.py:310] 2024-07-10 16:44:50,018 >> {'loss': 0.0202, 'learning_rate': 2.8167e-06, 'epoch': 4.35, 'throughput': 1031.13}
|
907 |
+
|
908 |
+
[INFO|callbacks.py:310] 2024-07-10 16:45:03,057 >> {'loss': 0.0135, 'learning_rate': 2.8250e-06, 'epoch': 4.36, 'throughput': 1031.08}
|
909 |
+
|
910 |
+
[INFO|callbacks.py:310] 2024-07-10 16:45:16,126 >> {'loss': 0.0100, 'learning_rate': 2.8333e-06, 'epoch': 4.37, 'throughput': 1031.12}
|
911 |
+
|
912 |
+
[INFO|callbacks.py:310] 2024-07-10 16:45:29,168 >> {'loss': 0.0051, 'learning_rate': 2.8417e-06, 'epoch': 4.39, 'throughput': 1031.01}
|
913 |
+
|
914 |
+
[INFO|callbacks.py:310] 2024-07-10 16:45:42,203 >> {'loss': 0.0293, 'learning_rate': 2.8500e-06, 'epoch': 4.40, 'throughput': 1031.19}
|
915 |
+
|
916 |
+
[INFO|callbacks.py:310] 2024-07-10 16:45:55,247 >> {'loss': 0.0460, 'learning_rate': 2.8583e-06, 'epoch': 4.41, 'throughput': 1031.23}
|
917 |
+
|
918 |
+
[INFO|callbacks.py:310] 2024-07-10 16:46:08,301 >> {'loss': 0.0024, 'learning_rate': 2.8667e-06, 'epoch': 4.42, 'throughput': 1031.26}
|
919 |
+
|
920 |
+
[INFO|callbacks.py:310] 2024-07-10 16:46:21,356 >> {'loss': 0.0211, 'learning_rate': 2.8750e-06, 'epoch': 4.44, 'throughput': 1031.10}
|
921 |
+
|
922 |
+
[INFO|callbacks.py:310] 2024-07-10 16:46:34,393 >> {'loss': 0.0229, 'learning_rate': 2.8833e-06, 'epoch': 4.45, 'throughput': 1031.11}
|
923 |
+
|
924 |
+
[INFO|callbacks.py:310] 2024-07-10 16:46:47,487 >> {'loss': 0.0103, 'learning_rate': 2.8917e-06, 'epoch': 4.46, 'throughput': 1031.19}
|
925 |
+
|
926 |
+
[INFO|callbacks.py:310] 2024-07-10 16:47:00,516 >> {'loss': 0.0262, 'learning_rate': 2.9000e-06, 'epoch': 4.48, 'throughput': 1031.12}
|
927 |
+
|
928 |
+
[INFO|callbacks.py:310] 2024-07-10 16:47:13,566 >> {'loss': 0.0295, 'learning_rate': 2.9083e-06, 'epoch': 4.49, 'throughput': 1031.24}
|
929 |
+
|
930 |
+
[INFO|callbacks.py:310] 2024-07-10 16:47:26,605 >> {'loss': 0.0149, 'learning_rate': 2.9167e-06, 'epoch': 4.50, 'throughput': 1031.25}
|
931 |
+
|
932 |
+
[INFO|callbacks.py:310] 2024-07-10 16:47:39,682 >> {'loss': 0.0337, 'learning_rate': 2.9250e-06, 'epoch': 4.51, 'throughput': 1031.25}
|
933 |
+
|
934 |
+
[INFO|callbacks.py:310] 2024-07-10 16:47:52,786 >> {'loss': 0.0318, 'learning_rate': 2.9333e-06, 'epoch': 4.53, 'throughput': 1031.32}
|
935 |
+
|
936 |
+
[INFO|callbacks.py:310] 2024-07-10 16:48:05,841 >> {'loss': 0.0213, 'learning_rate': 2.9417e-06, 'epoch': 4.54, 'throughput': 1031.30}
|
937 |
+
|
938 |
+
[INFO|callbacks.py:310] 2024-07-10 16:48:18,816 >> {'loss': 0.0048, 'learning_rate': 2.9500e-06, 'epoch': 4.55, 'throughput': 1031.03}
|
939 |
+
|
940 |
+
[INFO|callbacks.py:310] 2024-07-10 16:48:31,878 >> {'loss': 0.0326, 'learning_rate': 2.9583e-06, 'epoch': 4.57, 'throughput': 1030.92}
|
941 |
+
|
942 |
+
[INFO|callbacks.py:310] 2024-07-10 16:48:44,907 >> {'loss': 0.0130, 'learning_rate': 2.9667e-06, 'epoch': 4.58, 'throughput': 1030.99}
|
943 |
+
|
944 |
+
[INFO|callbacks.py:310] 2024-07-10 16:48:57,961 >> {'loss': 0.0293, 'learning_rate': 2.9750e-06, 'epoch': 4.59, 'throughput': 1030.97}
|
945 |
+
|
946 |
+
[INFO|callbacks.py:310] 2024-07-10 16:49:11,009 >> {'loss': 0.0411, 'learning_rate': 2.9833e-06, 'epoch': 4.60, 'throughput': 1030.93}
|
947 |
+
|
948 |
+
[INFO|callbacks.py:310] 2024-07-10 16:49:24,110 >> {'loss': 0.0389, 'learning_rate': 2.9917e-06, 'epoch': 4.62, 'throughput': 1031.06}
|
949 |
+
|
950 |
+
[INFO|callbacks.py:310] 2024-07-10 16:49:37,190 >> {'loss': 0.0395, 'learning_rate': 3.0000e-06, 'epoch': 4.63, 'throughput': 1031.22}
|
951 |
+
|
952 |
+
[INFO|callbacks.py:310] 2024-07-10 16:49:50,206 >> {'loss': 0.0065, 'learning_rate': 3.0083e-06, 'epoch': 4.64, 'throughput': 1031.24}
|
953 |
+
|
954 |
+
[INFO|callbacks.py:310] 2024-07-10 16:50:03,225 >> {'loss': 0.0294, 'learning_rate': 3.0167e-06, 'epoch': 4.66, 'throughput': 1031.15}
|
955 |
+
|
956 |
+
[INFO|callbacks.py:310] 2024-07-10 16:50:16,282 >> {'loss': 0.0192, 'learning_rate': 3.0250e-06, 'epoch': 4.67, 'throughput': 1031.15}
|
957 |
+
|
958 |
+
[INFO|callbacks.py:310] 2024-07-10 16:50:29,374 >> {'loss': 0.0179, 'learning_rate': 3.0333e-06, 'epoch': 4.68, 'throughput': 1031.31}
|
959 |
+
|
960 |
+
[INFO|callbacks.py:310] 2024-07-10 16:50:42,461 >> {'loss': 0.0131, 'learning_rate': 3.0417e-06, 'epoch': 4.69, 'throughput': 1031.45}
|
961 |
+
|
962 |
+
[INFO|callbacks.py:310] 2024-07-10 16:50:55,506 >> {'loss': 0.0216, 'learning_rate': 3.0500e-06, 'epoch': 4.71, 'throughput': 1031.33}
|
963 |
+
|
964 |
+
[INFO|callbacks.py:310] 2024-07-10 16:51:08,603 >> {'loss': 0.0171, 'learning_rate': 3.0583e-06, 'epoch': 4.72, 'throughput': 1031.54}
|
965 |
+
|
966 |
+
[INFO|callbacks.py:310] 2024-07-10 16:51:21,642 >> {'loss': 0.0129, 'learning_rate': 3.0667e-06, 'epoch': 4.73, 'throughput': 1031.53}
|
967 |
+
|
968 |
+
[INFO|callbacks.py:310] 2024-07-10 16:51:34,663 >> {'loss': 0.0268, 'learning_rate': 3.0750e-06, 'epoch': 4.75, 'throughput': 1031.60}
|
969 |
+
|
970 |
+
[INFO|callbacks.py:310] 2024-07-10 16:51:47,770 >> {'loss': 0.0313, 'learning_rate': 3.0833e-06, 'epoch': 4.76, 'throughput': 1031.67}
|
971 |
+
|
972 |
+
[INFO|callbacks.py:310] 2024-07-10 16:52:00,829 >> {'loss': 0.0197, 'learning_rate': 3.0917e-06, 'epoch': 4.77, 'throughput': 1031.73}
|
973 |
+
|
974 |
+
[INFO|callbacks.py:310] 2024-07-10 16:52:13,901 >> {'loss': 0.0051, 'learning_rate': 3.1000e-06, 'epoch': 4.78, 'throughput': 1031.89}
|
975 |
+
|
976 |
+
[INFO|callbacks.py:310] 2024-07-10 16:52:27,006 >> {'loss': 0.0107, 'learning_rate': 3.1083e-06, 'epoch': 4.80, 'throughput': 1031.88}
|
977 |
+
|
978 |
+
[INFO|callbacks.py:310] 2024-07-10 16:52:40,104 >> {'loss': 0.0299, 'learning_rate': 3.1167e-06, 'epoch': 4.81, 'throughput': 1031.92}
|
979 |
+
|
980 |
+
[INFO|callbacks.py:310] 2024-07-10 16:52:53,184 >> {'loss': 0.0549, 'learning_rate': 3.1250e-06, 'epoch': 4.82, 'throughput': 1032.12}
|
981 |
+
|
982 |
+
[INFO|callbacks.py:310] 2024-07-10 16:53:06,195 >> {'loss': 0.0163, 'learning_rate': 3.1333e-06, 'epoch': 4.84, 'throughput': 1032.05}
|
983 |
+
|
984 |
+
[INFO|callbacks.py:310] 2024-07-10 16:53:19,295 >> {'loss': 0.0133, 'learning_rate': 3.1417e-06, 'epoch': 4.85, 'throughput': 1032.16}
|
985 |
+
|
986 |
+
[INFO|callbacks.py:310] 2024-07-10 16:53:32,359 >> {'loss': 0.0338, 'learning_rate': 3.1500e-06, 'epoch': 4.86, 'throughput': 1032.15}
|
987 |
+
|
988 |
+
[INFO|callbacks.py:310] 2024-07-10 16:53:45,415 >> {'loss': 0.0219, 'learning_rate': 3.1583e-06, 'epoch': 4.87, 'throughput': 1032.12}
|
989 |
+
|
990 |
+
[INFO|callbacks.py:310] 2024-07-10 16:53:58,454 >> {'loss': 0.0113, 'learning_rate': 3.1667e-06, 'epoch': 4.89, 'throughput': 1032.06}
|
991 |
+
|
992 |
+
[INFO|callbacks.py:310] 2024-07-10 16:54:11,538 >> {'loss': 0.0297, 'learning_rate': 3.1750e-06, 'epoch': 4.90, 'throughput': 1031.99}
|
993 |
+
|
994 |
+
[INFO|callbacks.py:310] 2024-07-10 16:54:24,604 >> {'loss': 0.0417, 'learning_rate': 3.1833e-06, 'epoch': 4.91, 'throughput': 1031.99}
|
995 |
+
|
996 |
+
[INFO|callbacks.py:310] 2024-07-10 16:54:37,636 >> {'loss': 0.0270, 'learning_rate': 3.1917e-06, 'epoch': 4.93, 'throughput': 1031.98}
|
997 |
+
|
998 |
+
[INFO|callbacks.py:310] 2024-07-10 16:54:50,650 >> {'loss': 0.0271, 'learning_rate': 3.2000e-06, 'epoch': 4.94, 'throughput': 1031.83}
|
999 |
+
|
1000 |
+
[INFO|callbacks.py:310] 2024-07-10 16:55:03,728 >> {'loss': 0.0207, 'learning_rate': 3.2083e-06, 'epoch': 4.95, 'throughput': 1032.00}
|
1001 |
+
|
1002 |
+
[INFO|trainer.py:3478] 2024-07-10 16:55:11,454 >> Saving model checkpoint to saves/LLaMA3-8B/full/train_2024-07-10-15-21-44_llama3/checkpoint-385
|
1003 |
+
|
1004 |
+
[INFO|configuration_utils.py:472] 2024-07-10 16:55:11,458 >> Configuration saved in saves/LLaMA3-8B/full/train_2024-07-10-15-21-44_llama3/checkpoint-385/config.json
|
1005 |
+
|
1006 |
+
[INFO|configuration_utils.py:769] 2024-07-10 16:55:11,458 >> Configuration saved in saves/LLaMA3-8B/full/train_2024-07-10-15-21-44_llama3/checkpoint-385/generation_config.json
|
1007 |
+
|
1008 |
+
[INFO|modeling_utils.py:2698] 2024-07-10 16:55:27,632 >> The model is bigger than the maximum size per checkpoint (5GB) and is going to be split in 4 checkpoint shards. You can find where each parameters has been saved in the index located at saves/LLaMA3-8B/full/train_2024-07-10-15-21-44_llama3/checkpoint-385/model.safetensors.index.json.
|
1009 |
+
|
1010 |
+
[INFO|tokenization_utils_base.py:2574] 2024-07-10 16:55:27,635 >> tokenizer config file saved in saves/LLaMA3-8B/full/train_2024-07-10-15-21-44_llama3/checkpoint-385/tokenizer_config.json
|
1011 |
+
|
1012 |
+
[INFO|tokenization_utils_base.py:2583] 2024-07-10 16:55:27,636 >> Special tokens file saved in saves/LLaMA3-8B/full/train_2024-07-10-15-21-44_llama3/checkpoint-385/special_tokens_map.json
|
1013 |
+
|
1014 |
+
[INFO|trainer.py:2383] 2024-07-10 16:56:04,457 >>
|
1015 |
+
|
1016 |
+
Training completed. Do not forget to share your model on huggingface.co/models =)
|
1017 |
+
|
1018 |
+
|
1019 |
+
|
1020 |
+
[INFO|trainer.py:3478] 2024-07-10 16:56:12,165 >> Saving model checkpoint to saves/LLaMA3-8B/full/train_2024-07-10-15-21-44_llama3
|
1021 |
+
|
1022 |
+
[INFO|configuration_utils.py:472] 2024-07-10 16:56:12,167 >> Configuration saved in saves/LLaMA3-8B/full/train_2024-07-10-15-21-44_llama3/config.json
|
1023 |
+
|
1024 |
+
[INFO|configuration_utils.py:769] 2024-07-10 16:56:12,168 >> Configuration saved in saves/LLaMA3-8B/full/train_2024-07-10-15-21-44_llama3/generation_config.json
|
1025 |
+
|
1026 |
+
[INFO|modeling_utils.py:2698] 2024-07-10 16:56:28,747 >> The model is bigger than the maximum size per checkpoint (5GB) and is going to be split in 4 checkpoint shards. You can find where each parameters has been saved in the index located at saves/LLaMA3-8B/full/train_2024-07-10-15-21-44_llama3/model.safetensors.index.json.
|
1027 |
+
|
1028 |
+
[INFO|tokenization_utils_base.py:2574] 2024-07-10 16:56:28,750 >> tokenizer config file saved in saves/LLaMA3-8B/full/train_2024-07-10-15-21-44_llama3/tokenizer_config.json
|
1029 |
+
|
1030 |
+
[INFO|tokenization_utils_base.py:2583] 2024-07-10 16:56:28,750 >> Special tokens file saved in saves/LLaMA3-8B/full/train_2024-07-10-15-21-44_llama3/special_tokens_map.json
|
1031 |
+
|
1032 |
+
[WARNING|ploting.py:89] 2024-07-10 16:56:30,068 >> No metric eval_loss to plot.
|
1033 |
+
|
1034 |
+
[WARNING|ploting.py:89] 2024-07-10 16:56:30,068 >> No metric eval_accuracy to plot.
|
1035 |
+
|
1036 |
+
[INFO|modelcard.py:449] 2024-07-10 16:56:30,069 >> Dropping the following result as it does not have all the necessary fields:
|
1037 |
+
{'task': {'name': 'Causal Language Modeling', 'type': 'text-generation'}}
|
1038 |
+
|
special_tokens_map.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<|begin_of_text|>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|end_of_text|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "<|end_of_text|>"
|
17 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,2065 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"128000": {
|
4 |
+
"content": "<|begin_of_text|>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"128001": {
|
12 |
+
"content": "<|end_of_text|>",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"128002": {
|
20 |
+
"content": "<|reserved_special_token_0|>",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"128003": {
|
28 |
+
"content": "<|reserved_special_token_1|>",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"128004": {
|
36 |
+
"content": "<|reserved_special_token_2|>",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
},
|
43 |
+
"128005": {
|
44 |
+
"content": "<|reserved_special_token_3|>",
|
45 |
+
"lstrip": false,
|
46 |
+
"normalized": false,
|
47 |
+
"rstrip": false,
|
48 |
+
"single_word": false,
|
49 |
+
"special": true
|
50 |
+
},
|
51 |
+
"128006": {
|
52 |
+
"content": "<|start_header_id|>",
|
53 |
+
"lstrip": false,
|
54 |
+
"normalized": false,
|
55 |
+
"rstrip": false,
|
56 |
+
"single_word": false,
|
57 |
+
"special": true
|
58 |
+
},
|
59 |
+
"128007": {
|
60 |
+
"content": "<|end_header_id|>",
|
61 |
+
"lstrip": false,
|
62 |
+
"normalized": false,
|
63 |
+
"rstrip": false,
|
64 |
+
"single_word": false,
|
65 |
+
"special": true
|
66 |
+
},
|
67 |
+
"128008": {
|
68 |
+
"content": "<|reserved_special_token_4|>",
|
69 |
+
"lstrip": false,
|
70 |
+
"normalized": false,
|
71 |
+
"rstrip": false,
|
72 |
+
"single_word": false,
|
73 |
+
"special": true
|
74 |
+
},
|
75 |
+
"128009": {
|
76 |
+
"content": "<|eot_id|>",
|
77 |
+
"lstrip": false,
|
78 |
+
"normalized": false,
|
79 |
+
"rstrip": false,
|
80 |
+
"single_word": false,
|
81 |
+
"special": true
|
82 |
+
},
|
83 |
+
"128010": {
|
84 |
+
"content": "<|reserved_special_token_5|>",
|
85 |
+
"lstrip": false,
|
86 |
+
"normalized": false,
|
87 |
+
"rstrip": false,
|
88 |
+
"single_word": false,
|
89 |
+
"special": true
|
90 |
+
},
|
91 |
+
"128011": {
|
92 |
+
"content": "<|reserved_special_token_6|>",
|
93 |
+
"lstrip": false,
|
94 |
+
"normalized": false,
|
95 |
+
"rstrip": false,
|
96 |
+
"single_word": false,
|
97 |
+
"special": true
|
98 |
+
},
|
99 |
+
"128012": {
|
100 |
+
"content": "<|reserved_special_token_7|>",
|
101 |
+
"lstrip": false,
|
102 |
+
"normalized": false,
|
103 |
+
"rstrip": false,
|
104 |
+
"single_word": false,
|
105 |
+
"special": true
|
106 |
+
},
|
107 |
+
"128013": {
|
108 |
+
"content": "<|reserved_special_token_8|>",
|
109 |
+
"lstrip": false,
|
110 |
+
"normalized": false,
|
111 |
+
"rstrip": false,
|
112 |
+
"single_word": false,
|
113 |
+
"special": true
|
114 |
+
},
|
115 |
+
"128014": {
|
116 |
+
"content": "<|reserved_special_token_9|>",
|
117 |
+
"lstrip": false,
|
118 |
+
"normalized": false,
|
119 |
+
"rstrip": false,
|
120 |
+
"single_word": false,
|
121 |
+
"special": true
|
122 |
+
},
|
123 |
+
"128015": {
|
124 |
+
"content": "<|reserved_special_token_10|>",
|
125 |
+
"lstrip": false,
|
126 |
+
"normalized": false,
|
127 |
+
"rstrip": false,
|
128 |
+
"single_word": false,
|
129 |
+
"special": true
|
130 |
+
},
|
131 |
+
"128016": {
|
132 |
+
"content": "<|reserved_special_token_11|>",
|
133 |
+
"lstrip": false,
|
134 |
+
"normalized": false,
|
135 |
+
"rstrip": false,
|
136 |
+
"single_word": false,
|
137 |
+
"special": true
|
138 |
+
},
|
139 |
+
"128017": {
|
140 |
+
"content": "<|reserved_special_token_12|>",
|
141 |
+
"lstrip": false,
|
142 |
+
"normalized": false,
|
143 |
+
"rstrip": false,
|
144 |
+
"single_word": false,
|
145 |
+
"special": true
|
146 |
+
},
|
147 |
+
"128018": {
|
148 |
+
"content": "<|reserved_special_token_13|>",
|
149 |
+
"lstrip": false,
|
150 |
+
"normalized": false,
|
151 |
+
"rstrip": false,
|
152 |
+
"single_word": false,
|
153 |
+
"special": true
|
154 |
+
},
|
155 |
+
"128019": {
|
156 |
+
"content": "<|reserved_special_token_14|>",
|
157 |
+
"lstrip": false,
|
158 |
+
"normalized": false,
|
159 |
+
"rstrip": false,
|
160 |
+
"single_word": false,
|
161 |
+
"special": true
|
162 |
+
},
|
163 |
+
"128020": {
|
164 |
+
"content": "<|reserved_special_token_15|>",
|
165 |
+
"lstrip": false,
|
166 |
+
"normalized": false,
|
167 |
+
"rstrip": false,
|
168 |
+
"single_word": false,
|
169 |
+
"special": true
|
170 |
+
},
|
171 |
+
"128021": {
|
172 |
+
"content": "<|reserved_special_token_16|>",
|
173 |
+
"lstrip": false,
|
174 |
+
"normalized": false,
|
175 |
+
"rstrip": false,
|
176 |
+
"single_word": false,
|
177 |
+
"special": true
|
178 |
+
},
|
179 |
+
"128022": {
|
180 |
+
"content": "<|reserved_special_token_17|>",
|
181 |
+
"lstrip": false,
|
182 |
+
"normalized": false,
|
183 |
+
"rstrip": false,
|
184 |
+
"single_word": false,
|
185 |
+
"special": true
|
186 |
+
},
|
187 |
+
"128023": {
|
188 |
+
"content": "<|reserved_special_token_18|>",
|
189 |
+
"lstrip": false,
|
190 |
+
"normalized": false,
|
191 |
+
"rstrip": false,
|
192 |
+
"single_word": false,
|
193 |
+
"special": true
|
194 |
+
},
|
195 |
+
"128024": {
|
196 |
+
"content": "<|reserved_special_token_19|>",
|
197 |
+
"lstrip": false,
|
198 |
+
"normalized": false,
|
199 |
+
"rstrip": false,
|
200 |
+
"single_word": false,
|
201 |
+
"special": true
|
202 |
+
},
|
203 |
+
"128025": {
|
204 |
+
"content": "<|reserved_special_token_20|>",
|
205 |
+
"lstrip": false,
|
206 |
+
"normalized": false,
|
207 |
+
"rstrip": false,
|
208 |
+
"single_word": false,
|
209 |
+
"special": true
|
210 |
+
},
|
211 |
+
"128026": {
|
212 |
+
"content": "<|reserved_special_token_21|>",
|
213 |
+
"lstrip": false,
|
214 |
+
"normalized": false,
|
215 |
+
"rstrip": false,
|
216 |
+
"single_word": false,
|
217 |
+
"special": true
|
218 |
+
},
|
219 |
+
"128027": {
|
220 |
+
"content": "<|reserved_special_token_22|>",
|
221 |
+
"lstrip": false,
|
222 |
+
"normalized": false,
|
223 |
+
"rstrip": false,
|
224 |
+
"single_word": false,
|
225 |
+
"special": true
|
226 |
+
},
|
227 |
+
"128028": {
|
228 |
+
"content": "<|reserved_special_token_23|>",
|
229 |
+
"lstrip": false,
|
230 |
+
"normalized": false,
|
231 |
+
"rstrip": false,
|
232 |
+
"single_word": false,
|
233 |
+
"special": true
|
234 |
+
},
|
235 |
+
"128029": {
|
236 |
+
"content": "<|reserved_special_token_24|>",
|
237 |
+
"lstrip": false,
|
238 |
+
"normalized": false,
|
239 |
+
"rstrip": false,
|
240 |
+
"single_word": false,
|
241 |
+
"special": true
|
242 |
+
},
|
243 |
+
"128030": {
|
244 |
+
"content": "<|reserved_special_token_25|>",
|
245 |
+
"lstrip": false,
|
246 |
+
"normalized": false,
|
247 |
+
"rstrip": false,
|
248 |
+
"single_word": false,
|
249 |
+
"special": true
|
250 |
+
},
|
251 |
+
"128031": {
|
252 |
+
"content": "<|reserved_special_token_26|>",
|
253 |
+
"lstrip": false,
|
254 |
+
"normalized": false,
|
255 |
+
"rstrip": false,
|
256 |
+
"single_word": false,
|
257 |
+
"special": true
|
258 |
+
},
|
259 |
+
"128032": {
|
260 |
+
"content": "<|reserved_special_token_27|>",
|
261 |
+
"lstrip": false,
|
262 |
+
"normalized": false,
|
263 |
+
"rstrip": false,
|
264 |
+
"single_word": false,
|
265 |
+
"special": true
|
266 |
+
},
|
267 |
+
"128033": {
|
268 |
+
"content": "<|reserved_special_token_28|>",
|
269 |
+
"lstrip": false,
|
270 |
+
"normalized": false,
|
271 |
+
"rstrip": false,
|
272 |
+
"single_word": false,
|
273 |
+
"special": true
|
274 |
+
},
|
275 |
+
"128034": {
|
276 |
+
"content": "<|reserved_special_token_29|>",
|
277 |
+
"lstrip": false,
|
278 |
+
"normalized": false,
|
279 |
+
"rstrip": false,
|
280 |
+
"single_word": false,
|
281 |
+
"special": true
|
282 |
+
},
|
283 |
+
"128035": {
|
284 |
+
"content": "<|reserved_special_token_30|>",
|
285 |
+
"lstrip": false,
|
286 |
+
"normalized": false,
|
287 |
+
"rstrip": false,
|
288 |
+
"single_word": false,
|
289 |
+
"special": true
|
290 |
+
},
|
291 |
+
"128036": {
|
292 |
+
"content": "<|reserved_special_token_31|>",
|
293 |
+
"lstrip": false,
|
294 |
+
"normalized": false,
|
295 |
+
"rstrip": false,
|
296 |
+
"single_word": false,
|
297 |
+
"special": true
|
298 |
+
},
|
299 |
+
"128037": {
|
300 |
+
"content": "<|reserved_special_token_32|>",
|
301 |
+
"lstrip": false,
|
302 |
+
"normalized": false,
|
303 |
+
"rstrip": false,
|
304 |
+
"single_word": false,
|
305 |
+
"special": true
|
306 |
+
},
|
307 |
+
"128038": {
|
308 |
+
"content": "<|reserved_special_token_33|>",
|
309 |
+
"lstrip": false,
|
310 |
+
"normalized": false,
|
311 |
+
"rstrip": false,
|
312 |
+
"single_word": false,
|
313 |
+
"special": true
|
314 |
+
},
|
315 |
+
"128039": {
|
316 |
+
"content": "<|reserved_special_token_34|>",
|
317 |
+
"lstrip": false,
|
318 |
+
"normalized": false,
|
319 |
+
"rstrip": false,
|
320 |
+
"single_word": false,
|
321 |
+
"special": true
|
322 |
+
},
|
323 |
+
"128040": {
|
324 |
+
"content": "<|reserved_special_token_35|>",
|
325 |
+
"lstrip": false,
|
326 |
+
"normalized": false,
|
327 |
+
"rstrip": false,
|
328 |
+
"single_word": false,
|
329 |
+
"special": true
|
330 |
+
},
|
331 |
+
"128041": {
|
332 |
+
"content": "<|reserved_special_token_36|>",
|
333 |
+
"lstrip": false,
|
334 |
+
"normalized": false,
|
335 |
+
"rstrip": false,
|
336 |
+
"single_word": false,
|
337 |
+
"special": true
|
338 |
+
},
|
339 |
+
"128042": {
|
340 |
+
"content": "<|reserved_special_token_37|>",
|
341 |
+
"lstrip": false,
|
342 |
+
"normalized": false,
|
343 |
+
"rstrip": false,
|
344 |
+
"single_word": false,
|
345 |
+
"special": true
|
346 |
+
},
|
347 |
+
"128043": {
|
348 |
+
"content": "<|reserved_special_token_38|>",
|
349 |
+
"lstrip": false,
|
350 |
+
"normalized": false,
|
351 |
+
"rstrip": false,
|
352 |
+
"single_word": false,
|
353 |
+
"special": true
|
354 |
+
},
|
355 |
+
"128044": {
|
356 |
+
"content": "<|reserved_special_token_39|>",
|
357 |
+
"lstrip": false,
|
358 |
+
"normalized": false,
|
359 |
+
"rstrip": false,
|
360 |
+
"single_word": false,
|
361 |
+
"special": true
|
362 |
+
},
|
363 |
+
"128045": {
|
364 |
+
"content": "<|reserved_special_token_40|>",
|
365 |
+
"lstrip": false,
|
366 |
+
"normalized": false,
|
367 |
+
"rstrip": false,
|
368 |
+
"single_word": false,
|
369 |
+
"special": true
|
370 |
+
},
|
371 |
+
"128046": {
|
372 |
+
"content": "<|reserved_special_token_41|>",
|
373 |
+
"lstrip": false,
|
374 |
+
"normalized": false,
|
375 |
+
"rstrip": false,
|
376 |
+
"single_word": false,
|
377 |
+
"special": true
|
378 |
+
},
|
379 |
+
"128047": {
|
380 |
+
"content": "<|reserved_special_token_42|>",
|
381 |
+
"lstrip": false,
|
382 |
+
"normalized": false,
|
383 |
+
"rstrip": false,
|
384 |
+
"single_word": false,
|
385 |
+
"special": true
|
386 |
+
},
|
387 |
+
"128048": {
|
388 |
+
"content": "<|reserved_special_token_43|>",
|
389 |
+
"lstrip": false,
|
390 |
+
"normalized": false,
|
391 |
+
"rstrip": false,
|
392 |
+
"single_word": false,
|
393 |
+
"special": true
|
394 |
+
},
|
395 |
+
"128049": {
|
396 |
+
"content": "<|reserved_special_token_44|>",
|
397 |
+
"lstrip": false,
|
398 |
+
"normalized": false,
|
399 |
+
"rstrip": false,
|
400 |
+
"single_word": false,
|
401 |
+
"special": true
|
402 |
+
},
|
403 |
+
"128050": {
|
404 |
+
"content": "<|reserved_special_token_45|>",
|
405 |
+
"lstrip": false,
|
406 |
+
"normalized": false,
|
407 |
+
"rstrip": false,
|
408 |
+
"single_word": false,
|
409 |
+
"special": true
|
410 |
+
},
|
411 |
+
"128051": {
|
412 |
+
"content": "<|reserved_special_token_46|>",
|
413 |
+
"lstrip": false,
|
414 |
+
"normalized": false,
|
415 |
+
"rstrip": false,
|
416 |
+
"single_word": false,
|
417 |
+
"special": true
|
418 |
+
},
|
419 |
+
"128052": {
|
420 |
+
"content": "<|reserved_special_token_47|>",
|
421 |
+
"lstrip": false,
|
422 |
+
"normalized": false,
|
423 |
+
"rstrip": false,
|
424 |
+
"single_word": false,
|
425 |
+
"special": true
|
426 |
+
},
|
427 |
+
"128053": {
|
428 |
+
"content": "<|reserved_special_token_48|>",
|
429 |
+
"lstrip": false,
|
430 |
+
"normalized": false,
|
431 |
+
"rstrip": false,
|
432 |
+
"single_word": false,
|
433 |
+
"special": true
|
434 |
+
},
|
435 |
+
"128054": {
|
436 |
+
"content": "<|reserved_special_token_49|>",
|
437 |
+
"lstrip": false,
|
438 |
+
"normalized": false,
|
439 |
+
"rstrip": false,
|
440 |
+
"single_word": false,
|
441 |
+
"special": true
|
442 |
+
},
|
443 |
+
"128055": {
|
444 |
+
"content": "<|reserved_special_token_50|>",
|
445 |
+
"lstrip": false,
|
446 |
+
"normalized": false,
|
447 |
+
"rstrip": false,
|
448 |
+
"single_word": false,
|
449 |
+
"special": true
|
450 |
+
},
|
451 |
+
"128056": {
|
452 |
+
"content": "<|reserved_special_token_51|>",
|
453 |
+
"lstrip": false,
|
454 |
+
"normalized": false,
|
455 |
+
"rstrip": false,
|
456 |
+
"single_word": false,
|
457 |
+
"special": true
|
458 |
+
},
|
459 |
+
"128057": {
|
460 |
+
"content": "<|reserved_special_token_52|>",
|
461 |
+
"lstrip": false,
|
462 |
+
"normalized": false,
|
463 |
+
"rstrip": false,
|
464 |
+
"single_word": false,
|
465 |
+
"special": true
|
466 |
+
},
|
467 |
+
"128058": {
|
468 |
+
"content": "<|reserved_special_token_53|>",
|
469 |
+
"lstrip": false,
|
470 |
+
"normalized": false,
|
471 |
+
"rstrip": false,
|
472 |
+
"single_word": false,
|
473 |
+
"special": true
|
474 |
+
},
|
475 |
+
"128059": {
|
476 |
+
"content": "<|reserved_special_token_54|>",
|
477 |
+
"lstrip": false,
|
478 |
+
"normalized": false,
|
479 |
+
"rstrip": false,
|
480 |
+
"single_word": false,
|
481 |
+
"special": true
|
482 |
+
},
|
483 |
+
"128060": {
|
484 |
+
"content": "<|reserved_special_token_55|>",
|
485 |
+
"lstrip": false,
|
486 |
+
"normalized": false,
|
487 |
+
"rstrip": false,
|
488 |
+
"single_word": false,
|
489 |
+
"special": true
|
490 |
+
},
|
491 |
+
"128061": {
|
492 |
+
"content": "<|reserved_special_token_56|>",
|
493 |
+
"lstrip": false,
|
494 |
+
"normalized": false,
|
495 |
+
"rstrip": false,
|
496 |
+
"single_word": false,
|
497 |
+
"special": true
|
498 |
+
},
|
499 |
+
"128062": {
|
500 |
+
"content": "<|reserved_special_token_57|>",
|
501 |
+
"lstrip": false,
|
502 |
+
"normalized": false,
|
503 |
+
"rstrip": false,
|
504 |
+
"single_word": false,
|
505 |
+
"special": true
|
506 |
+
},
|
507 |
+
"128063": {
|
508 |
+
"content": "<|reserved_special_token_58|>",
|
509 |
+
"lstrip": false,
|
510 |
+
"normalized": false,
|
511 |
+
"rstrip": false,
|
512 |
+
"single_word": false,
|
513 |
+
"special": true
|
514 |
+
},
|
515 |
+
"128064": {
|
516 |
+
"content": "<|reserved_special_token_59|>",
|
517 |
+
"lstrip": false,
|
518 |
+
"normalized": false,
|
519 |
+
"rstrip": false,
|
520 |
+
"single_word": false,
|
521 |
+
"special": true
|
522 |
+
},
|
523 |
+
"128065": {
|
524 |
+
"content": "<|reserved_special_token_60|>",
|
525 |
+
"lstrip": false,
|
526 |
+
"normalized": false,
|
527 |
+
"rstrip": false,
|
528 |
+
"single_word": false,
|
529 |
+
"special": true
|
530 |
+
},
|
531 |
+
"128066": {
|
532 |
+
"content": "<|reserved_special_token_61|>",
|
533 |
+
"lstrip": false,
|
534 |
+
"normalized": false,
|
535 |
+
"rstrip": false,
|
536 |
+
"single_word": false,
|
537 |
+
"special": true
|
538 |
+
},
|
539 |
+
"128067": {
|
540 |
+
"content": "<|reserved_special_token_62|>",
|
541 |
+
"lstrip": false,
|
542 |
+
"normalized": false,
|
543 |
+
"rstrip": false,
|
544 |
+
"single_word": false,
|
545 |
+
"special": true
|
546 |
+
},
|
547 |
+
"128068": {
|
548 |
+
"content": "<|reserved_special_token_63|>",
|
549 |
+
"lstrip": false,
|
550 |
+
"normalized": false,
|
551 |
+
"rstrip": false,
|
552 |
+
"single_word": false,
|
553 |
+
"special": true
|
554 |
+
},
|
555 |
+
"128069": {
|
556 |
+
"content": "<|reserved_special_token_64|>",
|
557 |
+
"lstrip": false,
|
558 |
+
"normalized": false,
|
559 |
+
"rstrip": false,
|
560 |
+
"single_word": false,
|
561 |
+
"special": true
|
562 |
+
},
|
563 |
+
"128070": {
|
564 |
+
"content": "<|reserved_special_token_65|>",
|
565 |
+
"lstrip": false,
|
566 |
+
"normalized": false,
|
567 |
+
"rstrip": false,
|
568 |
+
"single_word": false,
|
569 |
+
"special": true
|
570 |
+
},
|
571 |
+
"128071": {
|
572 |
+
"content": "<|reserved_special_token_66|>",
|
573 |
+
"lstrip": false,
|
574 |
+
"normalized": false,
|
575 |
+
"rstrip": false,
|
576 |
+
"single_word": false,
|
577 |
+
"special": true
|
578 |
+
},
|
579 |
+
"128072": {
|
580 |
+
"content": "<|reserved_special_token_67|>",
|
581 |
+
"lstrip": false,
|
582 |
+
"normalized": false,
|
583 |
+
"rstrip": false,
|
584 |
+
"single_word": false,
|
585 |
+
"special": true
|
586 |
+
},
|
587 |
+
"128073": {
|
588 |
+
"content": "<|reserved_special_token_68|>",
|
589 |
+
"lstrip": false,
|
590 |
+
"normalized": false,
|
591 |
+
"rstrip": false,
|
592 |
+
"single_word": false,
|
593 |
+
"special": true
|
594 |
+
},
|
595 |
+
"128074": {
|
596 |
+
"content": "<|reserved_special_token_69|>",
|
597 |
+
"lstrip": false,
|
598 |
+
"normalized": false,
|
599 |
+
"rstrip": false,
|
600 |
+
"single_word": false,
|
601 |
+
"special": true
|
602 |
+
},
|
603 |
+
"128075": {
|
604 |
+
"content": "<|reserved_special_token_70|>",
|
605 |
+
"lstrip": false,
|
606 |
+
"normalized": false,
|
607 |
+
"rstrip": false,
|
608 |
+
"single_word": false,
|
609 |
+
"special": true
|
610 |
+
},
|
611 |
+
"128076": {
|
612 |
+
"content": "<|reserved_special_token_71|>",
|
613 |
+
"lstrip": false,
|
614 |
+
"normalized": false,
|
615 |
+
"rstrip": false,
|
616 |
+
"single_word": false,
|
617 |
+
"special": true
|
618 |
+
},
|
619 |
+
"128077": {
|
620 |
+
"content": "<|reserved_special_token_72|>",
|
621 |
+
"lstrip": false,
|
622 |
+
"normalized": false,
|
623 |
+
"rstrip": false,
|
624 |
+
"single_word": false,
|
625 |
+
"special": true
|
626 |
+
},
|
627 |
+
"128078": {
|
628 |
+
"content": "<|reserved_special_token_73|>",
|
629 |
+
"lstrip": false,
|
630 |
+
"normalized": false,
|
631 |
+
"rstrip": false,
|
632 |
+
"single_word": false,
|
633 |
+
"special": true
|
634 |
+
},
|
635 |
+
"128079": {
|
636 |
+
"content": "<|reserved_special_token_74|>",
|
637 |
+
"lstrip": false,
|
638 |
+
"normalized": false,
|
639 |
+
"rstrip": false,
|
640 |
+
"single_word": false,
|
641 |
+
"special": true
|
642 |
+
},
|
643 |
+
"128080": {
|
644 |
+
"content": "<|reserved_special_token_75|>",
|
645 |
+
"lstrip": false,
|
646 |
+
"normalized": false,
|
647 |
+
"rstrip": false,
|
648 |
+
"single_word": false,
|
649 |
+
"special": true
|
650 |
+
},
|
651 |
+
"128081": {
|
652 |
+
"content": "<|reserved_special_token_76|>",
|
653 |
+
"lstrip": false,
|
654 |
+
"normalized": false,
|
655 |
+
"rstrip": false,
|
656 |
+
"single_word": false,
|
657 |
+
"special": true
|
658 |
+
},
|
659 |
+
"128082": {
|
660 |
+
"content": "<|reserved_special_token_77|>",
|
661 |
+
"lstrip": false,
|
662 |
+
"normalized": false,
|
663 |
+
"rstrip": false,
|
664 |
+
"single_word": false,
|
665 |
+
"special": true
|
666 |
+
},
|
667 |
+
"128083": {
|
668 |
+
"content": "<|reserved_special_token_78|>",
|
669 |
+
"lstrip": false,
|
670 |
+
"normalized": false,
|
671 |
+
"rstrip": false,
|
672 |
+
"single_word": false,
|
673 |
+
"special": true
|
674 |
+
},
|
675 |
+
"128084": {
|
676 |
+
"content": "<|reserved_special_token_79|>",
|
677 |
+
"lstrip": false,
|
678 |
+
"normalized": false,
|
679 |
+
"rstrip": false,
|
680 |
+
"single_word": false,
|
681 |
+
"special": true
|
682 |
+
},
|
683 |
+
"128085": {
|
684 |
+
"content": "<|reserved_special_token_80|>",
|
685 |
+
"lstrip": false,
|
686 |
+
"normalized": false,
|
687 |
+
"rstrip": false,
|
688 |
+
"single_word": false,
|
689 |
+
"special": true
|
690 |
+
},
|
691 |
+
"128086": {
|
692 |
+
"content": "<|reserved_special_token_81|>",
|
693 |
+
"lstrip": false,
|
694 |
+
"normalized": false,
|
695 |
+
"rstrip": false,
|
696 |
+
"single_word": false,
|
697 |
+
"special": true
|
698 |
+
},
|
699 |
+
"128087": {
|
700 |
+
"content": "<|reserved_special_token_82|>",
|
701 |
+
"lstrip": false,
|
702 |
+
"normalized": false,
|
703 |
+
"rstrip": false,
|
704 |
+
"single_word": false,
|
705 |
+
"special": true
|
706 |
+
},
|
707 |
+
"128088": {
|
708 |
+
"content": "<|reserved_special_token_83|>",
|
709 |
+
"lstrip": false,
|
710 |
+
"normalized": false,
|
711 |
+
"rstrip": false,
|
712 |
+
"single_word": false,
|
713 |
+
"special": true
|
714 |
+
},
|
715 |
+
"128089": {
|
716 |
+
"content": "<|reserved_special_token_84|>",
|
717 |
+
"lstrip": false,
|
718 |
+
"normalized": false,
|
719 |
+
"rstrip": false,
|
720 |
+
"single_word": false,
|
721 |
+
"special": true
|
722 |
+
},
|
723 |
+
"128090": {
|
724 |
+
"content": "<|reserved_special_token_85|>",
|
725 |
+
"lstrip": false,
|
726 |
+
"normalized": false,
|
727 |
+
"rstrip": false,
|
728 |
+
"single_word": false,
|
729 |
+
"special": true
|
730 |
+
},
|
731 |
+
"128091": {
|
732 |
+
"content": "<|reserved_special_token_86|>",
|
733 |
+
"lstrip": false,
|
734 |
+
"normalized": false,
|
735 |
+
"rstrip": false,
|
736 |
+
"single_word": false,
|
737 |
+
"special": true
|
738 |
+
},
|
739 |
+
"128092": {
|
740 |
+
"content": "<|reserved_special_token_87|>",
|
741 |
+
"lstrip": false,
|
742 |
+
"normalized": false,
|
743 |
+
"rstrip": false,
|
744 |
+
"single_word": false,
|
745 |
+
"special": true
|
746 |
+
},
|
747 |
+
"128093": {
|
748 |
+
"content": "<|reserved_special_token_88|>",
|
749 |
+
"lstrip": false,
|
750 |
+
"normalized": false,
|
751 |
+
"rstrip": false,
|
752 |
+
"single_word": false,
|
753 |
+
"special": true
|
754 |
+
},
|
755 |
+
"128094": {
|
756 |
+
"content": "<|reserved_special_token_89|>",
|
757 |
+
"lstrip": false,
|
758 |
+
"normalized": false,
|
759 |
+
"rstrip": false,
|
760 |
+
"single_word": false,
|
761 |
+
"special": true
|
762 |
+
},
|
763 |
+
"128095": {
|
764 |
+
"content": "<|reserved_special_token_90|>",
|
765 |
+
"lstrip": false,
|
766 |
+
"normalized": false,
|
767 |
+
"rstrip": false,
|
768 |
+
"single_word": false,
|
769 |
+
"special": true
|
770 |
+
},
|
771 |
+
"128096": {
|
772 |
+
"content": "<|reserved_special_token_91|>",
|
773 |
+
"lstrip": false,
|
774 |
+
"normalized": false,
|
775 |
+
"rstrip": false,
|
776 |
+
"single_word": false,
|
777 |
+
"special": true
|
778 |
+
},
|
779 |
+
"128097": {
|
780 |
+
"content": "<|reserved_special_token_92|>",
|
781 |
+
"lstrip": false,
|
782 |
+
"normalized": false,
|
783 |
+
"rstrip": false,
|
784 |
+
"single_word": false,
|
785 |
+
"special": true
|
786 |
+
},
|
787 |
+
"128098": {
|
788 |
+
"content": "<|reserved_special_token_93|>",
|
789 |
+
"lstrip": false,
|
790 |
+
"normalized": false,
|
791 |
+
"rstrip": false,
|
792 |
+
"single_word": false,
|
793 |
+
"special": true
|
794 |
+
},
|
795 |
+
"128099": {
|
796 |
+
"content": "<|reserved_special_token_94|>",
|
797 |
+
"lstrip": false,
|
798 |
+
"normalized": false,
|
799 |
+
"rstrip": false,
|
800 |
+
"single_word": false,
|
801 |
+
"special": true
|
802 |
+
},
|
803 |
+
"128100": {
|
804 |
+
"content": "<|reserved_special_token_95|>",
|
805 |
+
"lstrip": false,
|
806 |
+
"normalized": false,
|
807 |
+
"rstrip": false,
|
808 |
+
"single_word": false,
|
809 |
+
"special": true
|
810 |
+
},
|
811 |
+
"128101": {
|
812 |
+
"content": "<|reserved_special_token_96|>",
|
813 |
+
"lstrip": false,
|
814 |
+
"normalized": false,
|
815 |
+
"rstrip": false,
|
816 |
+
"single_word": false,
|
817 |
+
"special": true
|
818 |
+
},
|
819 |
+
"128102": {
|
820 |
+
"content": "<|reserved_special_token_97|>",
|
821 |
+
"lstrip": false,
|
822 |
+
"normalized": false,
|
823 |
+
"rstrip": false,
|
824 |
+
"single_word": false,
|
825 |
+
"special": true
|
826 |
+
},
|
827 |
+
"128103": {
|
828 |
+
"content": "<|reserved_special_token_98|>",
|
829 |
+
"lstrip": false,
|
830 |
+
"normalized": false,
|
831 |
+
"rstrip": false,
|
832 |
+
"single_word": false,
|
833 |
+
"special": true
|
834 |
+
},
|
835 |
+
"128104": {
|
836 |
+
"content": "<|reserved_special_token_99|>",
|
837 |
+
"lstrip": false,
|
838 |
+
"normalized": false,
|
839 |
+
"rstrip": false,
|
840 |
+
"single_word": false,
|
841 |
+
"special": true
|
842 |
+
},
|
843 |
+
"128105": {
|
844 |
+
"content": "<|reserved_special_token_100|>",
|
845 |
+
"lstrip": false,
|
846 |
+
"normalized": false,
|
847 |
+
"rstrip": false,
|
848 |
+
"single_word": false,
|
849 |
+
"special": true
|
850 |
+
},
|
851 |
+
"128106": {
|
852 |
+
"content": "<|reserved_special_token_101|>",
|
853 |
+
"lstrip": false,
|
854 |
+
"normalized": false,
|
855 |
+
"rstrip": false,
|
856 |
+
"single_word": false,
|
857 |
+
"special": true
|
858 |
+
},
|
859 |
+
"128107": {
|
860 |
+
"content": "<|reserved_special_token_102|>",
|
861 |
+
"lstrip": false,
|
862 |
+
"normalized": false,
|
863 |
+
"rstrip": false,
|
864 |
+
"single_word": false,
|
865 |
+
"special": true
|
866 |
+
},
|
867 |
+
"128108": {
|
868 |
+
"content": "<|reserved_special_token_103|>",
|
869 |
+
"lstrip": false,
|
870 |
+
"normalized": false,
|
871 |
+
"rstrip": false,
|
872 |
+
"single_word": false,
|
873 |
+
"special": true
|
874 |
+
},
|
875 |
+
"128109": {
|
876 |
+
"content": "<|reserved_special_token_104|>",
|
877 |
+
"lstrip": false,
|
878 |
+
"normalized": false,
|
879 |
+
"rstrip": false,
|
880 |
+
"single_word": false,
|
881 |
+
"special": true
|
882 |
+
},
|
883 |
+
"128110": {
|
884 |
+
"content": "<|reserved_special_token_105|>",
|
885 |
+
"lstrip": false,
|
886 |
+
"normalized": false,
|
887 |
+
"rstrip": false,
|
888 |
+
"single_word": false,
|
889 |
+
"special": true
|
890 |
+
},
|
891 |
+
"128111": {
|
892 |
+
"content": "<|reserved_special_token_106|>",
|
893 |
+
"lstrip": false,
|
894 |
+
"normalized": false,
|
895 |
+
"rstrip": false,
|
896 |
+
"single_word": false,
|
897 |
+
"special": true
|
898 |
+
},
|
899 |
+
"128112": {
|
900 |
+
"content": "<|reserved_special_token_107|>",
|
901 |
+
"lstrip": false,
|
902 |
+
"normalized": false,
|
903 |
+
"rstrip": false,
|
904 |
+
"single_word": false,
|
905 |
+
"special": true
|
906 |
+
},
|
907 |
+
"128113": {
|
908 |
+
"content": "<|reserved_special_token_108|>",
|
909 |
+
"lstrip": false,
|
910 |
+
"normalized": false,
|
911 |
+
"rstrip": false,
|
912 |
+
"single_word": false,
|
913 |
+
"special": true
|
914 |
+
},
|
915 |
+
"128114": {
|
916 |
+
"content": "<|reserved_special_token_109|>",
|
917 |
+
"lstrip": false,
|
918 |
+
"normalized": false,
|
919 |
+
"rstrip": false,
|
920 |
+
"single_word": false,
|
921 |
+
"special": true
|
922 |
+
},
|
923 |
+
"128115": {
|
924 |
+
"content": "<|reserved_special_token_110|>",
|
925 |
+
"lstrip": false,
|
926 |
+
"normalized": false,
|
927 |
+
"rstrip": false,
|
928 |
+
"single_word": false,
|
929 |
+
"special": true
|
930 |
+
},
|
931 |
+
"128116": {
|
932 |
+
"content": "<|reserved_special_token_111|>",
|
933 |
+
"lstrip": false,
|
934 |
+
"normalized": false,
|
935 |
+
"rstrip": false,
|
936 |
+
"single_word": false,
|
937 |
+
"special": true
|
938 |
+
},
|
939 |
+
"128117": {
|
940 |
+
"content": "<|reserved_special_token_112|>",
|
941 |
+
"lstrip": false,
|
942 |
+
"normalized": false,
|
943 |
+
"rstrip": false,
|
944 |
+
"single_word": false,
|
945 |
+
"special": true
|
946 |
+
},
|
947 |
+
"128118": {
|
948 |
+
"content": "<|reserved_special_token_113|>",
|
949 |
+
"lstrip": false,
|
950 |
+
"normalized": false,
|
951 |
+
"rstrip": false,
|
952 |
+
"single_word": false,
|
953 |
+
"special": true
|
954 |
+
},
|
955 |
+
"128119": {
|
956 |
+
"content": "<|reserved_special_token_114|>",
|
957 |
+
"lstrip": false,
|
958 |
+
"normalized": false,
|
959 |
+
"rstrip": false,
|
960 |
+
"single_word": false,
|
961 |
+
"special": true
|
962 |
+
},
|
963 |
+
"128120": {
|
964 |
+
"content": "<|reserved_special_token_115|>",
|
965 |
+
"lstrip": false,
|
966 |
+
"normalized": false,
|
967 |
+
"rstrip": false,
|
968 |
+
"single_word": false,
|
969 |
+
"special": true
|
970 |
+
},
|
971 |
+
"128121": {
|
972 |
+
"content": "<|reserved_special_token_116|>",
|
973 |
+
"lstrip": false,
|
974 |
+
"normalized": false,
|
975 |
+
"rstrip": false,
|
976 |
+
"single_word": false,
|
977 |
+
"special": true
|
978 |
+
},
|
979 |
+
"128122": {
|
980 |
+
"content": "<|reserved_special_token_117|>",
|
981 |
+
"lstrip": false,
|
982 |
+
"normalized": false,
|
983 |
+
"rstrip": false,
|
984 |
+
"single_word": false,
|
985 |
+
"special": true
|
986 |
+
},
|
987 |
+
"128123": {
|
988 |
+
"content": "<|reserved_special_token_118|>",
|
989 |
+
"lstrip": false,
|
990 |
+
"normalized": false,
|
991 |
+
"rstrip": false,
|
992 |
+
"single_word": false,
|
993 |
+
"special": true
|
994 |
+
},
|
995 |
+
"128124": {
|
996 |
+
"content": "<|reserved_special_token_119|>",
|
997 |
+
"lstrip": false,
|
998 |
+
"normalized": false,
|
999 |
+
"rstrip": false,
|
1000 |
+
"single_word": false,
|
1001 |
+
"special": true
|
1002 |
+
},
|
1003 |
+
"128125": {
|
1004 |
+
"content": "<|reserved_special_token_120|>",
|
1005 |
+
"lstrip": false,
|
1006 |
+
"normalized": false,
|
1007 |
+
"rstrip": false,
|
1008 |
+
"single_word": false,
|
1009 |
+
"special": true
|
1010 |
+
},
|
1011 |
+
"128126": {
|
1012 |
+
"content": "<|reserved_special_token_121|>",
|
1013 |
+
"lstrip": false,
|
1014 |
+
"normalized": false,
|
1015 |
+
"rstrip": false,
|
1016 |
+
"single_word": false,
|
1017 |
+
"special": true
|
1018 |
+
},
|
1019 |
+
"128127": {
|
1020 |
+
"content": "<|reserved_special_token_122|>",
|
1021 |
+
"lstrip": false,
|
1022 |
+
"normalized": false,
|
1023 |
+
"rstrip": false,
|
1024 |
+
"single_word": false,
|
1025 |
+
"special": true
|
1026 |
+
},
|
1027 |
+
"128128": {
|
1028 |
+
"content": "<|reserved_special_token_123|>",
|
1029 |
+
"lstrip": false,
|
1030 |
+
"normalized": false,
|
1031 |
+
"rstrip": false,
|
1032 |
+
"single_word": false,
|
1033 |
+
"special": true
|
1034 |
+
},
|
1035 |
+
"128129": {
|
1036 |
+
"content": "<|reserved_special_token_124|>",
|
1037 |
+
"lstrip": false,
|
1038 |
+
"normalized": false,
|
1039 |
+
"rstrip": false,
|
1040 |
+
"single_word": false,
|
1041 |
+
"special": true
|
1042 |
+
},
|
1043 |
+
"128130": {
|
1044 |
+
"content": "<|reserved_special_token_125|>",
|
1045 |
+
"lstrip": false,
|
1046 |
+
"normalized": false,
|
1047 |
+
"rstrip": false,
|
1048 |
+
"single_word": false,
|
1049 |
+
"special": true
|
1050 |
+
},
|
1051 |
+
"128131": {
|
1052 |
+
"content": "<|reserved_special_token_126|>",
|
1053 |
+
"lstrip": false,
|
1054 |
+
"normalized": false,
|
1055 |
+
"rstrip": false,
|
1056 |
+
"single_word": false,
|
1057 |
+
"special": true
|
1058 |
+
},
|
1059 |
+
"128132": {
|
1060 |
+
"content": "<|reserved_special_token_127|>",
|
1061 |
+
"lstrip": false,
|
1062 |
+
"normalized": false,
|
1063 |
+
"rstrip": false,
|
1064 |
+
"single_word": false,
|
1065 |
+
"special": true
|
1066 |
+
},
|
1067 |
+
"128133": {
|
1068 |
+
"content": "<|reserved_special_token_128|>",
|
1069 |
+
"lstrip": false,
|
1070 |
+
"normalized": false,
|
1071 |
+
"rstrip": false,
|
1072 |
+
"single_word": false,
|
1073 |
+
"special": true
|
1074 |
+
},
|
1075 |
+
"128134": {
|
1076 |
+
"content": "<|reserved_special_token_129|>",
|
1077 |
+
"lstrip": false,
|
1078 |
+
"normalized": false,
|
1079 |
+
"rstrip": false,
|
1080 |
+
"single_word": false,
|
1081 |
+
"special": true
|
1082 |
+
},
|
1083 |
+
"128135": {
|
1084 |
+
"content": "<|reserved_special_token_130|>",
|
1085 |
+
"lstrip": false,
|
1086 |
+
"normalized": false,
|
1087 |
+
"rstrip": false,
|
1088 |
+
"single_word": false,
|
1089 |
+
"special": true
|
1090 |
+
},
|
1091 |
+
"128136": {
|
1092 |
+
"content": "<|reserved_special_token_131|>",
|
1093 |
+
"lstrip": false,
|
1094 |
+
"normalized": false,
|
1095 |
+
"rstrip": false,
|
1096 |
+
"single_word": false,
|
1097 |
+
"special": true
|
1098 |
+
},
|
1099 |
+
"128137": {
|
1100 |
+
"content": "<|reserved_special_token_132|>",
|
1101 |
+
"lstrip": false,
|
1102 |
+
"normalized": false,
|
1103 |
+
"rstrip": false,
|
1104 |
+
"single_word": false,
|
1105 |
+
"special": true
|
1106 |
+
},
|
1107 |
+
"128138": {
|
1108 |
+
"content": "<|reserved_special_token_133|>",
|
1109 |
+
"lstrip": false,
|
1110 |
+
"normalized": false,
|
1111 |
+
"rstrip": false,
|
1112 |
+
"single_word": false,
|
1113 |
+
"special": true
|
1114 |
+
},
|
1115 |
+
"128139": {
|
1116 |
+
"content": "<|reserved_special_token_134|>",
|
1117 |
+
"lstrip": false,
|
1118 |
+
"normalized": false,
|
1119 |
+
"rstrip": false,
|
1120 |
+
"single_word": false,
|
1121 |
+
"special": true
|
1122 |
+
},
|
1123 |
+
"128140": {
|
1124 |
+
"content": "<|reserved_special_token_135|>",
|
1125 |
+
"lstrip": false,
|
1126 |
+
"normalized": false,
|
1127 |
+
"rstrip": false,
|
1128 |
+
"single_word": false,
|
1129 |
+
"special": true
|
1130 |
+
},
|
1131 |
+
"128141": {
|
1132 |
+
"content": "<|reserved_special_token_136|>",
|
1133 |
+
"lstrip": false,
|
1134 |
+
"normalized": false,
|
1135 |
+
"rstrip": false,
|
1136 |
+
"single_word": false,
|
1137 |
+
"special": true
|
1138 |
+
},
|
1139 |
+
"128142": {
|
1140 |
+
"content": "<|reserved_special_token_137|>",
|
1141 |
+
"lstrip": false,
|
1142 |
+
"normalized": false,
|
1143 |
+
"rstrip": false,
|
1144 |
+
"single_word": false,
|
1145 |
+
"special": true
|
1146 |
+
},
|
1147 |
+
"128143": {
|
1148 |
+
"content": "<|reserved_special_token_138|>",
|
1149 |
+
"lstrip": false,
|
1150 |
+
"normalized": false,
|
1151 |
+
"rstrip": false,
|
1152 |
+
"single_word": false,
|
1153 |
+
"special": true
|
1154 |
+
},
|
1155 |
+
"128144": {
|
1156 |
+
"content": "<|reserved_special_token_139|>",
|
1157 |
+
"lstrip": false,
|
1158 |
+
"normalized": false,
|
1159 |
+
"rstrip": false,
|
1160 |
+
"single_word": false,
|
1161 |
+
"special": true
|
1162 |
+
},
|
1163 |
+
"128145": {
|
1164 |
+
"content": "<|reserved_special_token_140|>",
|
1165 |
+
"lstrip": false,
|
1166 |
+
"normalized": false,
|
1167 |
+
"rstrip": false,
|
1168 |
+
"single_word": false,
|
1169 |
+
"special": true
|
1170 |
+
},
|
1171 |
+
"128146": {
|
1172 |
+
"content": "<|reserved_special_token_141|>",
|
1173 |
+
"lstrip": false,
|
1174 |
+
"normalized": false,
|
1175 |
+
"rstrip": false,
|
1176 |
+
"single_word": false,
|
1177 |
+
"special": true
|
1178 |
+
},
|
1179 |
+
"128147": {
|
1180 |
+
"content": "<|reserved_special_token_142|>",
|
1181 |
+
"lstrip": false,
|
1182 |
+
"normalized": false,
|
1183 |
+
"rstrip": false,
|
1184 |
+
"single_word": false,
|
1185 |
+
"special": true
|
1186 |
+
},
|
1187 |
+
"128148": {
|
1188 |
+
"content": "<|reserved_special_token_143|>",
|
1189 |
+
"lstrip": false,
|
1190 |
+
"normalized": false,
|
1191 |
+
"rstrip": false,
|
1192 |
+
"single_word": false,
|
1193 |
+
"special": true
|
1194 |
+
},
|
1195 |
+
"128149": {
|
1196 |
+
"content": "<|reserved_special_token_144|>",
|
1197 |
+
"lstrip": false,
|
1198 |
+
"normalized": false,
|
1199 |
+
"rstrip": false,
|
1200 |
+
"single_word": false,
|
1201 |
+
"special": true
|
1202 |
+
},
|
1203 |
+
"128150": {
|
1204 |
+
"content": "<|reserved_special_token_145|>",
|
1205 |
+
"lstrip": false,
|
1206 |
+
"normalized": false,
|
1207 |
+
"rstrip": false,
|
1208 |
+
"single_word": false,
|
1209 |
+
"special": true
|
1210 |
+
},
|
1211 |
+
"128151": {
|
1212 |
+
"content": "<|reserved_special_token_146|>",
|
1213 |
+
"lstrip": false,
|
1214 |
+
"normalized": false,
|
1215 |
+
"rstrip": false,
|
1216 |
+
"single_word": false,
|
1217 |
+
"special": true
|
1218 |
+
},
|
1219 |
+
"128152": {
|
1220 |
+
"content": "<|reserved_special_token_147|>",
|
1221 |
+
"lstrip": false,
|
1222 |
+
"normalized": false,
|
1223 |
+
"rstrip": false,
|
1224 |
+
"single_word": false,
|
1225 |
+
"special": true
|
1226 |
+
},
|
1227 |
+
"128153": {
|
1228 |
+
"content": "<|reserved_special_token_148|>",
|
1229 |
+
"lstrip": false,
|
1230 |
+
"normalized": false,
|
1231 |
+
"rstrip": false,
|
1232 |
+
"single_word": false,
|
1233 |
+
"special": true
|
1234 |
+
},
|
1235 |
+
"128154": {
|
1236 |
+
"content": "<|reserved_special_token_149|>",
|
1237 |
+
"lstrip": false,
|
1238 |
+
"normalized": false,
|
1239 |
+
"rstrip": false,
|
1240 |
+
"single_word": false,
|
1241 |
+
"special": true
|
1242 |
+
},
|
1243 |
+
"128155": {
|
1244 |
+
"content": "<|reserved_special_token_150|>",
|
1245 |
+
"lstrip": false,
|
1246 |
+
"normalized": false,
|
1247 |
+
"rstrip": false,
|
1248 |
+
"single_word": false,
|
1249 |
+
"special": true
|
1250 |
+
},
|
1251 |
+
"128156": {
|
1252 |
+
"content": "<|reserved_special_token_151|>",
|
1253 |
+
"lstrip": false,
|
1254 |
+
"normalized": false,
|
1255 |
+
"rstrip": false,
|
1256 |
+
"single_word": false,
|
1257 |
+
"special": true
|
1258 |
+
},
|
1259 |
+
"128157": {
|
1260 |
+
"content": "<|reserved_special_token_152|>",
|
1261 |
+
"lstrip": false,
|
1262 |
+
"normalized": false,
|
1263 |
+
"rstrip": false,
|
1264 |
+
"single_word": false,
|
1265 |
+
"special": true
|
1266 |
+
},
|
1267 |
+
"128158": {
|
1268 |
+
"content": "<|reserved_special_token_153|>",
|
1269 |
+
"lstrip": false,
|
1270 |
+
"normalized": false,
|
1271 |
+
"rstrip": false,
|
1272 |
+
"single_word": false,
|
1273 |
+
"special": true
|
1274 |
+
},
|
1275 |
+
"128159": {
|
1276 |
+
"content": "<|reserved_special_token_154|>",
|
1277 |
+
"lstrip": false,
|
1278 |
+
"normalized": false,
|
1279 |
+
"rstrip": false,
|
1280 |
+
"single_word": false,
|
1281 |
+
"special": true
|
1282 |
+
},
|
1283 |
+
"128160": {
|
1284 |
+
"content": "<|reserved_special_token_155|>",
|
1285 |
+
"lstrip": false,
|
1286 |
+
"normalized": false,
|
1287 |
+
"rstrip": false,
|
1288 |
+
"single_word": false,
|
1289 |
+
"special": true
|
1290 |
+
},
|
1291 |
+
"128161": {
|
1292 |
+
"content": "<|reserved_special_token_156|>",
|
1293 |
+
"lstrip": false,
|
1294 |
+
"normalized": false,
|
1295 |
+
"rstrip": false,
|
1296 |
+
"single_word": false,
|
1297 |
+
"special": true
|
1298 |
+
},
|
1299 |
+
"128162": {
|
1300 |
+
"content": "<|reserved_special_token_157|>",
|
1301 |
+
"lstrip": false,
|
1302 |
+
"normalized": false,
|
1303 |
+
"rstrip": false,
|
1304 |
+
"single_word": false,
|
1305 |
+
"special": true
|
1306 |
+
},
|
1307 |
+
"128163": {
|
1308 |
+
"content": "<|reserved_special_token_158|>",
|
1309 |
+
"lstrip": false,
|
1310 |
+
"normalized": false,
|
1311 |
+
"rstrip": false,
|
1312 |
+
"single_word": false,
|
1313 |
+
"special": true
|
1314 |
+
},
|
1315 |
+
"128164": {
|
1316 |
+
"content": "<|reserved_special_token_159|>",
|
1317 |
+
"lstrip": false,
|
1318 |
+
"normalized": false,
|
1319 |
+
"rstrip": false,
|
1320 |
+
"single_word": false,
|
1321 |
+
"special": true
|
1322 |
+
},
|
1323 |
+
"128165": {
|
1324 |
+
"content": "<|reserved_special_token_160|>",
|
1325 |
+
"lstrip": false,
|
1326 |
+
"normalized": false,
|
1327 |
+
"rstrip": false,
|
1328 |
+
"single_word": false,
|
1329 |
+
"special": true
|
1330 |
+
},
|
1331 |
+
"128166": {
|
1332 |
+
"content": "<|reserved_special_token_161|>",
|
1333 |
+
"lstrip": false,
|
1334 |
+
"normalized": false,
|
1335 |
+
"rstrip": false,
|
1336 |
+
"single_word": false,
|
1337 |
+
"special": true
|
1338 |
+
},
|
1339 |
+
"128167": {
|
1340 |
+
"content": "<|reserved_special_token_162|>",
|
1341 |
+
"lstrip": false,
|
1342 |
+
"normalized": false,
|
1343 |
+
"rstrip": false,
|
1344 |
+
"single_word": false,
|
1345 |
+
"special": true
|
1346 |
+
},
|
1347 |
+
"128168": {
|
1348 |
+
"content": "<|reserved_special_token_163|>",
|
1349 |
+
"lstrip": false,
|
1350 |
+
"normalized": false,
|
1351 |
+
"rstrip": false,
|
1352 |
+
"single_word": false,
|
1353 |
+
"special": true
|
1354 |
+
},
|
1355 |
+
"128169": {
|
1356 |
+
"content": "<|reserved_special_token_164|>",
|
1357 |
+
"lstrip": false,
|
1358 |
+
"normalized": false,
|
1359 |
+
"rstrip": false,
|
1360 |
+
"single_word": false,
|
1361 |
+
"special": true
|
1362 |
+
},
|
1363 |
+
"128170": {
|
1364 |
+
"content": "<|reserved_special_token_165|>",
|
1365 |
+
"lstrip": false,
|
1366 |
+
"normalized": false,
|
1367 |
+
"rstrip": false,
|
1368 |
+
"single_word": false,
|
1369 |
+
"special": true
|
1370 |
+
},
|
1371 |
+
"128171": {
|
1372 |
+
"content": "<|reserved_special_token_166|>",
|
1373 |
+
"lstrip": false,
|
1374 |
+
"normalized": false,
|
1375 |
+
"rstrip": false,
|
1376 |
+
"single_word": false,
|
1377 |
+
"special": true
|
1378 |
+
},
|
1379 |
+
"128172": {
|
1380 |
+
"content": "<|reserved_special_token_167|>",
|
1381 |
+
"lstrip": false,
|
1382 |
+
"normalized": false,
|
1383 |
+
"rstrip": false,
|
1384 |
+
"single_word": false,
|
1385 |
+
"special": true
|
1386 |
+
},
|
1387 |
+
"128173": {
|
1388 |
+
"content": "<|reserved_special_token_168|>",
|
1389 |
+
"lstrip": false,
|
1390 |
+
"normalized": false,
|
1391 |
+
"rstrip": false,
|
1392 |
+
"single_word": false,
|
1393 |
+
"special": true
|
1394 |
+
},
|
1395 |
+
"128174": {
|
1396 |
+
"content": "<|reserved_special_token_169|>",
|
1397 |
+
"lstrip": false,
|
1398 |
+
"normalized": false,
|
1399 |
+
"rstrip": false,
|
1400 |
+
"single_word": false,
|
1401 |
+
"special": true
|
1402 |
+
},
|
1403 |
+
"128175": {
|
1404 |
+
"content": "<|reserved_special_token_170|>",
|
1405 |
+
"lstrip": false,
|
1406 |
+
"normalized": false,
|
1407 |
+
"rstrip": false,
|
1408 |
+
"single_word": false,
|
1409 |
+
"special": true
|
1410 |
+
},
|
1411 |
+
"128176": {
|
1412 |
+
"content": "<|reserved_special_token_171|>",
|
1413 |
+
"lstrip": false,
|
1414 |
+
"normalized": false,
|
1415 |
+
"rstrip": false,
|
1416 |
+
"single_word": false,
|
1417 |
+
"special": true
|
1418 |
+
},
|
1419 |
+
"128177": {
|
1420 |
+
"content": "<|reserved_special_token_172|>",
|
1421 |
+
"lstrip": false,
|
1422 |
+
"normalized": false,
|
1423 |
+
"rstrip": false,
|
1424 |
+
"single_word": false,
|
1425 |
+
"special": true
|
1426 |
+
},
|
1427 |
+
"128178": {
|
1428 |
+
"content": "<|reserved_special_token_173|>",
|
1429 |
+
"lstrip": false,
|
1430 |
+
"normalized": false,
|
1431 |
+
"rstrip": false,
|
1432 |
+
"single_word": false,
|
1433 |
+
"special": true
|
1434 |
+
},
|
1435 |
+
"128179": {
|
1436 |
+
"content": "<|reserved_special_token_174|>",
|
1437 |
+
"lstrip": false,
|
1438 |
+
"normalized": false,
|
1439 |
+
"rstrip": false,
|
1440 |
+
"single_word": false,
|
1441 |
+
"special": true
|
1442 |
+
},
|
1443 |
+
"128180": {
|
1444 |
+
"content": "<|reserved_special_token_175|>",
|
1445 |
+
"lstrip": false,
|
1446 |
+
"normalized": false,
|
1447 |
+
"rstrip": false,
|
1448 |
+
"single_word": false,
|
1449 |
+
"special": true
|
1450 |
+
},
|
1451 |
+
"128181": {
|
1452 |
+
"content": "<|reserved_special_token_176|>",
|
1453 |
+
"lstrip": false,
|
1454 |
+
"normalized": false,
|
1455 |
+
"rstrip": false,
|
1456 |
+
"single_word": false,
|
1457 |
+
"special": true
|
1458 |
+
},
|
1459 |
+
"128182": {
|
1460 |
+
"content": "<|reserved_special_token_177|>",
|
1461 |
+
"lstrip": false,
|
1462 |
+
"normalized": false,
|
1463 |
+
"rstrip": false,
|
1464 |
+
"single_word": false,
|
1465 |
+
"special": true
|
1466 |
+
},
|
1467 |
+
"128183": {
|
1468 |
+
"content": "<|reserved_special_token_178|>",
|
1469 |
+
"lstrip": false,
|
1470 |
+
"normalized": false,
|
1471 |
+
"rstrip": false,
|
1472 |
+
"single_word": false,
|
1473 |
+
"special": true
|
1474 |
+
},
|
1475 |
+
"128184": {
|
1476 |
+
"content": "<|reserved_special_token_179|>",
|
1477 |
+
"lstrip": false,
|
1478 |
+
"normalized": false,
|
1479 |
+
"rstrip": false,
|
1480 |
+
"single_word": false,
|
1481 |
+
"special": true
|
1482 |
+
},
|
1483 |
+
"128185": {
|
1484 |
+
"content": "<|reserved_special_token_180|>",
|
1485 |
+
"lstrip": false,
|
1486 |
+
"normalized": false,
|
1487 |
+
"rstrip": false,
|
1488 |
+
"single_word": false,
|
1489 |
+
"special": true
|
1490 |
+
},
|
1491 |
+
"128186": {
|
1492 |
+
"content": "<|reserved_special_token_181|>",
|
1493 |
+
"lstrip": false,
|
1494 |
+
"normalized": false,
|
1495 |
+
"rstrip": false,
|
1496 |
+
"single_word": false,
|
1497 |
+
"special": true
|
1498 |
+
},
|
1499 |
+
"128187": {
|
1500 |
+
"content": "<|reserved_special_token_182|>",
|
1501 |
+
"lstrip": false,
|
1502 |
+
"normalized": false,
|
1503 |
+
"rstrip": false,
|
1504 |
+
"single_word": false,
|
1505 |
+
"special": true
|
1506 |
+
},
|
1507 |
+
"128188": {
|
1508 |
+
"content": "<|reserved_special_token_183|>",
|
1509 |
+
"lstrip": false,
|
1510 |
+
"normalized": false,
|
1511 |
+
"rstrip": false,
|
1512 |
+
"single_word": false,
|
1513 |
+
"special": true
|
1514 |
+
},
|
1515 |
+
"128189": {
|
1516 |
+
"content": "<|reserved_special_token_184|>",
|
1517 |
+
"lstrip": false,
|
1518 |
+
"normalized": false,
|
1519 |
+
"rstrip": false,
|
1520 |
+
"single_word": false,
|
1521 |
+
"special": true
|
1522 |
+
},
|
1523 |
+
"128190": {
|
1524 |
+
"content": "<|reserved_special_token_185|>",
|
1525 |
+
"lstrip": false,
|
1526 |
+
"normalized": false,
|
1527 |
+
"rstrip": false,
|
1528 |
+
"single_word": false,
|
1529 |
+
"special": true
|
1530 |
+
},
|
1531 |
+
"128191": {
|
1532 |
+
"content": "<|reserved_special_token_186|>",
|
1533 |
+
"lstrip": false,
|
1534 |
+
"normalized": false,
|
1535 |
+
"rstrip": false,
|
1536 |
+
"single_word": false,
|
1537 |
+
"special": true
|
1538 |
+
},
|
1539 |
+
"128192": {
|
1540 |
+
"content": "<|reserved_special_token_187|>",
|
1541 |
+
"lstrip": false,
|
1542 |
+
"normalized": false,
|
1543 |
+
"rstrip": false,
|
1544 |
+
"single_word": false,
|
1545 |
+
"special": true
|
1546 |
+
},
|
1547 |
+
"128193": {
|
1548 |
+
"content": "<|reserved_special_token_188|>",
|
1549 |
+
"lstrip": false,
|
1550 |
+
"normalized": false,
|
1551 |
+
"rstrip": false,
|
1552 |
+
"single_word": false,
|
1553 |
+
"special": true
|
1554 |
+
},
|
1555 |
+
"128194": {
|
1556 |
+
"content": "<|reserved_special_token_189|>",
|
1557 |
+
"lstrip": false,
|
1558 |
+
"normalized": false,
|
1559 |
+
"rstrip": false,
|
1560 |
+
"single_word": false,
|
1561 |
+
"special": true
|
1562 |
+
},
|
1563 |
+
"128195": {
|
1564 |
+
"content": "<|reserved_special_token_190|>",
|
1565 |
+
"lstrip": false,
|
1566 |
+
"normalized": false,
|
1567 |
+
"rstrip": false,
|
1568 |
+
"single_word": false,
|
1569 |
+
"special": true
|
1570 |
+
},
|
1571 |
+
"128196": {
|
1572 |
+
"content": "<|reserved_special_token_191|>",
|
1573 |
+
"lstrip": false,
|
1574 |
+
"normalized": false,
|
1575 |
+
"rstrip": false,
|
1576 |
+
"single_word": false,
|
1577 |
+
"special": true
|
1578 |
+
},
|
1579 |
+
"128197": {
|
1580 |
+
"content": "<|reserved_special_token_192|>",
|
1581 |
+
"lstrip": false,
|
1582 |
+
"normalized": false,
|
1583 |
+
"rstrip": false,
|
1584 |
+
"single_word": false,
|
1585 |
+
"special": true
|
1586 |
+
},
|
1587 |
+
"128198": {
|
1588 |
+
"content": "<|reserved_special_token_193|>",
|
1589 |
+
"lstrip": false,
|
1590 |
+
"normalized": false,
|
1591 |
+
"rstrip": false,
|
1592 |
+
"single_word": false,
|
1593 |
+
"special": true
|
1594 |
+
},
|
1595 |
+
"128199": {
|
1596 |
+
"content": "<|reserved_special_token_194|>",
|
1597 |
+
"lstrip": false,
|
1598 |
+
"normalized": false,
|
1599 |
+
"rstrip": false,
|
1600 |
+
"single_word": false,
|
1601 |
+
"special": true
|
1602 |
+
},
|
1603 |
+
"128200": {
|
1604 |
+
"content": "<|reserved_special_token_195|>",
|
1605 |
+
"lstrip": false,
|
1606 |
+
"normalized": false,
|
1607 |
+
"rstrip": false,
|
1608 |
+
"single_word": false,
|
1609 |
+
"special": true
|
1610 |
+
},
|
1611 |
+
"128201": {
|
1612 |
+
"content": "<|reserved_special_token_196|>",
|
1613 |
+
"lstrip": false,
|
1614 |
+
"normalized": false,
|
1615 |
+
"rstrip": false,
|
1616 |
+
"single_word": false,
|
1617 |
+
"special": true
|
1618 |
+
},
|
1619 |
+
"128202": {
|
1620 |
+
"content": "<|reserved_special_token_197|>",
|
1621 |
+
"lstrip": false,
|
1622 |
+
"normalized": false,
|
1623 |
+
"rstrip": false,
|
1624 |
+
"single_word": false,
|
1625 |
+
"special": true
|
1626 |
+
},
|
1627 |
+
"128203": {
|
1628 |
+
"content": "<|reserved_special_token_198|>",
|
1629 |
+
"lstrip": false,
|
1630 |
+
"normalized": false,
|
1631 |
+
"rstrip": false,
|
1632 |
+
"single_word": false,
|
1633 |
+
"special": true
|
1634 |
+
},
|
1635 |
+
"128204": {
|
1636 |
+
"content": "<|reserved_special_token_199|>",
|
1637 |
+
"lstrip": false,
|
1638 |
+
"normalized": false,
|
1639 |
+
"rstrip": false,
|
1640 |
+
"single_word": false,
|
1641 |
+
"special": true
|
1642 |
+
},
|
1643 |
+
"128205": {
|
1644 |
+
"content": "<|reserved_special_token_200|>",
|
1645 |
+
"lstrip": false,
|
1646 |
+
"normalized": false,
|
1647 |
+
"rstrip": false,
|
1648 |
+
"single_word": false,
|
1649 |
+
"special": true
|
1650 |
+
},
|
1651 |
+
"128206": {
|
1652 |
+
"content": "<|reserved_special_token_201|>",
|
1653 |
+
"lstrip": false,
|
1654 |
+
"normalized": false,
|
1655 |
+
"rstrip": false,
|
1656 |
+
"single_word": false,
|
1657 |
+
"special": true
|
1658 |
+
},
|
1659 |
+
"128207": {
|
1660 |
+
"content": "<|reserved_special_token_202|>",
|
1661 |
+
"lstrip": false,
|
1662 |
+
"normalized": false,
|
1663 |
+
"rstrip": false,
|
1664 |
+
"single_word": false,
|
1665 |
+
"special": true
|
1666 |
+
},
|
1667 |
+
"128208": {
|
1668 |
+
"content": "<|reserved_special_token_203|>",
|
1669 |
+
"lstrip": false,
|
1670 |
+
"normalized": false,
|
1671 |
+
"rstrip": false,
|
1672 |
+
"single_word": false,
|
1673 |
+
"special": true
|
1674 |
+
},
|
1675 |
+
"128209": {
|
1676 |
+
"content": "<|reserved_special_token_204|>",
|
1677 |
+
"lstrip": false,
|
1678 |
+
"normalized": false,
|
1679 |
+
"rstrip": false,
|
1680 |
+
"single_word": false,
|
1681 |
+
"special": true
|
1682 |
+
},
|
1683 |
+
"128210": {
|
1684 |
+
"content": "<|reserved_special_token_205|>",
|
1685 |
+
"lstrip": false,
|
1686 |
+
"normalized": false,
|
1687 |
+
"rstrip": false,
|
1688 |
+
"single_word": false,
|
1689 |
+
"special": true
|
1690 |
+
},
|
1691 |
+
"128211": {
|
1692 |
+
"content": "<|reserved_special_token_206|>",
|
1693 |
+
"lstrip": false,
|
1694 |
+
"normalized": false,
|
1695 |
+
"rstrip": false,
|
1696 |
+
"single_word": false,
|
1697 |
+
"special": true
|
1698 |
+
},
|
1699 |
+
"128212": {
|
1700 |
+
"content": "<|reserved_special_token_207|>",
|
1701 |
+
"lstrip": false,
|
1702 |
+
"normalized": false,
|
1703 |
+
"rstrip": false,
|
1704 |
+
"single_word": false,
|
1705 |
+
"special": true
|
1706 |
+
},
|
1707 |
+
"128213": {
|
1708 |
+
"content": "<|reserved_special_token_208|>",
|
1709 |
+
"lstrip": false,
|
1710 |
+
"normalized": false,
|
1711 |
+
"rstrip": false,
|
1712 |
+
"single_word": false,
|
1713 |
+
"special": true
|
1714 |
+
},
|
1715 |
+
"128214": {
|
1716 |
+
"content": "<|reserved_special_token_209|>",
|
1717 |
+
"lstrip": false,
|
1718 |
+
"normalized": false,
|
1719 |
+
"rstrip": false,
|
1720 |
+
"single_word": false,
|
1721 |
+
"special": true
|
1722 |
+
},
|
1723 |
+
"128215": {
|
1724 |
+
"content": "<|reserved_special_token_210|>",
|
1725 |
+
"lstrip": false,
|
1726 |
+
"normalized": false,
|
1727 |
+
"rstrip": false,
|
1728 |
+
"single_word": false,
|
1729 |
+
"special": true
|
1730 |
+
},
|
1731 |
+
"128216": {
|
1732 |
+
"content": "<|reserved_special_token_211|>",
|
1733 |
+
"lstrip": false,
|
1734 |
+
"normalized": false,
|
1735 |
+
"rstrip": false,
|
1736 |
+
"single_word": false,
|
1737 |
+
"special": true
|
1738 |
+
},
|
1739 |
+
"128217": {
|
1740 |
+
"content": "<|reserved_special_token_212|>",
|
1741 |
+
"lstrip": false,
|
1742 |
+
"normalized": false,
|
1743 |
+
"rstrip": false,
|
1744 |
+
"single_word": false,
|
1745 |
+
"special": true
|
1746 |
+
},
|
1747 |
+
"128218": {
|
1748 |
+
"content": "<|reserved_special_token_213|>",
|
1749 |
+
"lstrip": false,
|
1750 |
+
"normalized": false,
|
1751 |
+
"rstrip": false,
|
1752 |
+
"single_word": false,
|
1753 |
+
"special": true
|
1754 |
+
},
|
1755 |
+
"128219": {
|
1756 |
+
"content": "<|reserved_special_token_214|>",
|
1757 |
+
"lstrip": false,
|
1758 |
+
"normalized": false,
|
1759 |
+
"rstrip": false,
|
1760 |
+
"single_word": false,
|
1761 |
+
"special": true
|
1762 |
+
},
|
1763 |
+
"128220": {
|
1764 |
+
"content": "<|reserved_special_token_215|>",
|
1765 |
+
"lstrip": false,
|
1766 |
+
"normalized": false,
|
1767 |
+
"rstrip": false,
|
1768 |
+
"single_word": false,
|
1769 |
+
"special": true
|
1770 |
+
},
|
1771 |
+
"128221": {
|
1772 |
+
"content": "<|reserved_special_token_216|>",
|
1773 |
+
"lstrip": false,
|
1774 |
+
"normalized": false,
|
1775 |
+
"rstrip": false,
|
1776 |
+
"single_word": false,
|
1777 |
+
"special": true
|
1778 |
+
},
|
1779 |
+
"128222": {
|
1780 |
+
"content": "<|reserved_special_token_217|>",
|
1781 |
+
"lstrip": false,
|
1782 |
+
"normalized": false,
|
1783 |
+
"rstrip": false,
|
1784 |
+
"single_word": false,
|
1785 |
+
"special": true
|
1786 |
+
},
|
1787 |
+
"128223": {
|
1788 |
+
"content": "<|reserved_special_token_218|>",
|
1789 |
+
"lstrip": false,
|
1790 |
+
"normalized": false,
|
1791 |
+
"rstrip": false,
|
1792 |
+
"single_word": false,
|
1793 |
+
"special": true
|
1794 |
+
},
|
1795 |
+
"128224": {
|
1796 |
+
"content": "<|reserved_special_token_219|>",
|
1797 |
+
"lstrip": false,
|
1798 |
+
"normalized": false,
|
1799 |
+
"rstrip": false,
|
1800 |
+
"single_word": false,
|
1801 |
+
"special": true
|
1802 |
+
},
|
1803 |
+
"128225": {
|
1804 |
+
"content": "<|reserved_special_token_220|>",
|
1805 |
+
"lstrip": false,
|
1806 |
+
"normalized": false,
|
1807 |
+
"rstrip": false,
|
1808 |
+
"single_word": false,
|
1809 |
+
"special": true
|
1810 |
+
},
|
1811 |
+
"128226": {
|
1812 |
+
"content": "<|reserved_special_token_221|>",
|
1813 |
+
"lstrip": false,
|
1814 |
+
"normalized": false,
|
1815 |
+
"rstrip": false,
|
1816 |
+
"single_word": false,
|
1817 |
+
"special": true
|
1818 |
+
},
|
1819 |
+
"128227": {
|
1820 |
+
"content": "<|reserved_special_token_222|>",
|
1821 |
+
"lstrip": false,
|
1822 |
+
"normalized": false,
|
1823 |
+
"rstrip": false,
|
1824 |
+
"single_word": false,
|
1825 |
+
"special": true
|
1826 |
+
},
|
1827 |
+
"128228": {
|
1828 |
+
"content": "<|reserved_special_token_223|>",
|
1829 |
+
"lstrip": false,
|
1830 |
+
"normalized": false,
|
1831 |
+
"rstrip": false,
|
1832 |
+
"single_word": false,
|
1833 |
+
"special": true
|
1834 |
+
},
|
1835 |
+
"128229": {
|
1836 |
+
"content": "<|reserved_special_token_224|>",
|
1837 |
+
"lstrip": false,
|
1838 |
+
"normalized": false,
|
1839 |
+
"rstrip": false,
|
1840 |
+
"single_word": false,
|
1841 |
+
"special": true
|
1842 |
+
},
|
1843 |
+
"128230": {
|
1844 |
+
"content": "<|reserved_special_token_225|>",
|
1845 |
+
"lstrip": false,
|
1846 |
+
"normalized": false,
|
1847 |
+
"rstrip": false,
|
1848 |
+
"single_word": false,
|
1849 |
+
"special": true
|
1850 |
+
},
|
1851 |
+
"128231": {
|
1852 |
+
"content": "<|reserved_special_token_226|>",
|
1853 |
+
"lstrip": false,
|
1854 |
+
"normalized": false,
|
1855 |
+
"rstrip": false,
|
1856 |
+
"single_word": false,
|
1857 |
+
"special": true
|
1858 |
+
},
|
1859 |
+
"128232": {
|
1860 |
+
"content": "<|reserved_special_token_227|>",
|
1861 |
+
"lstrip": false,
|
1862 |
+
"normalized": false,
|
1863 |
+
"rstrip": false,
|
1864 |
+
"single_word": false,
|
1865 |
+
"special": true
|
1866 |
+
},
|
1867 |
+
"128233": {
|
1868 |
+
"content": "<|reserved_special_token_228|>",
|
1869 |
+
"lstrip": false,
|
1870 |
+
"normalized": false,
|
1871 |
+
"rstrip": false,
|
1872 |
+
"single_word": false,
|
1873 |
+
"special": true
|
1874 |
+
},
|
1875 |
+
"128234": {
|
1876 |
+
"content": "<|reserved_special_token_229|>",
|
1877 |
+
"lstrip": false,
|
1878 |
+
"normalized": false,
|
1879 |
+
"rstrip": false,
|
1880 |
+
"single_word": false,
|
1881 |
+
"special": true
|
1882 |
+
},
|
1883 |
+
"128235": {
|
1884 |
+
"content": "<|reserved_special_token_230|>",
|
1885 |
+
"lstrip": false,
|
1886 |
+
"normalized": false,
|
1887 |
+
"rstrip": false,
|
1888 |
+
"single_word": false,
|
1889 |
+
"special": true
|
1890 |
+
},
|
1891 |
+
"128236": {
|
1892 |
+
"content": "<|reserved_special_token_231|>",
|
1893 |
+
"lstrip": false,
|
1894 |
+
"normalized": false,
|
1895 |
+
"rstrip": false,
|
1896 |
+
"single_word": false,
|
1897 |
+
"special": true
|
1898 |
+
},
|
1899 |
+
"128237": {
|
1900 |
+
"content": "<|reserved_special_token_232|>",
|
1901 |
+
"lstrip": false,
|
1902 |
+
"normalized": false,
|
1903 |
+
"rstrip": false,
|
1904 |
+
"single_word": false,
|
1905 |
+
"special": true
|
1906 |
+
},
|
1907 |
+
"128238": {
|
1908 |
+
"content": "<|reserved_special_token_233|>",
|
1909 |
+
"lstrip": false,
|
1910 |
+
"normalized": false,
|
1911 |
+
"rstrip": false,
|
1912 |
+
"single_word": false,
|
1913 |
+
"special": true
|
1914 |
+
},
|
1915 |
+
"128239": {
|
1916 |
+
"content": "<|reserved_special_token_234|>",
|
1917 |
+
"lstrip": false,
|
1918 |
+
"normalized": false,
|
1919 |
+
"rstrip": false,
|
1920 |
+
"single_word": false,
|
1921 |
+
"special": true
|
1922 |
+
},
|
1923 |
+
"128240": {
|
1924 |
+
"content": "<|reserved_special_token_235|>",
|
1925 |
+
"lstrip": false,
|
1926 |
+
"normalized": false,
|
1927 |
+
"rstrip": false,
|
1928 |
+
"single_word": false,
|
1929 |
+
"special": true
|
1930 |
+
},
|
1931 |
+
"128241": {
|
1932 |
+
"content": "<|reserved_special_token_236|>",
|
1933 |
+
"lstrip": false,
|
1934 |
+
"normalized": false,
|
1935 |
+
"rstrip": false,
|
1936 |
+
"single_word": false,
|
1937 |
+
"special": true
|
1938 |
+
},
|
1939 |
+
"128242": {
|
1940 |
+
"content": "<|reserved_special_token_237|>",
|
1941 |
+
"lstrip": false,
|
1942 |
+
"normalized": false,
|
1943 |
+
"rstrip": false,
|
1944 |
+
"single_word": false,
|
1945 |
+
"special": true
|
1946 |
+
},
|
1947 |
+
"128243": {
|
1948 |
+
"content": "<|reserved_special_token_238|>",
|
1949 |
+
"lstrip": false,
|
1950 |
+
"normalized": false,
|
1951 |
+
"rstrip": false,
|
1952 |
+
"single_word": false,
|
1953 |
+
"special": true
|
1954 |
+
},
|
1955 |
+
"128244": {
|
1956 |
+
"content": "<|reserved_special_token_239|>",
|
1957 |
+
"lstrip": false,
|
1958 |
+
"normalized": false,
|
1959 |
+
"rstrip": false,
|
1960 |
+
"single_word": false,
|
1961 |
+
"special": true
|
1962 |
+
},
|
1963 |
+
"128245": {
|
1964 |
+
"content": "<|reserved_special_token_240|>",
|
1965 |
+
"lstrip": false,
|
1966 |
+
"normalized": false,
|
1967 |
+
"rstrip": false,
|
1968 |
+
"single_word": false,
|
1969 |
+
"special": true
|
1970 |
+
},
|
1971 |
+
"128246": {
|
1972 |
+
"content": "<|reserved_special_token_241|>",
|
1973 |
+
"lstrip": false,
|
1974 |
+
"normalized": false,
|
1975 |
+
"rstrip": false,
|
1976 |
+
"single_word": false,
|
1977 |
+
"special": true
|
1978 |
+
},
|
1979 |
+
"128247": {
|
1980 |
+
"content": "<|reserved_special_token_242|>",
|
1981 |
+
"lstrip": false,
|
1982 |
+
"normalized": false,
|
1983 |
+
"rstrip": false,
|
1984 |
+
"single_word": false,
|
1985 |
+
"special": true
|
1986 |
+
},
|
1987 |
+
"128248": {
|
1988 |
+
"content": "<|reserved_special_token_243|>",
|
1989 |
+
"lstrip": false,
|
1990 |
+
"normalized": false,
|
1991 |
+
"rstrip": false,
|
1992 |
+
"single_word": false,
|
1993 |
+
"special": true
|
1994 |
+
},
|
1995 |
+
"128249": {
|
1996 |
+
"content": "<|reserved_special_token_244|>",
|
1997 |
+
"lstrip": false,
|
1998 |
+
"normalized": false,
|
1999 |
+
"rstrip": false,
|
2000 |
+
"single_word": false,
|
2001 |
+
"special": true
|
2002 |
+
},
|
2003 |
+
"128250": {
|
2004 |
+
"content": "<|reserved_special_token_245|>",
|
2005 |
+
"lstrip": false,
|
2006 |
+
"normalized": false,
|
2007 |
+
"rstrip": false,
|
2008 |
+
"single_word": false,
|
2009 |
+
"special": true
|
2010 |
+
},
|
2011 |
+
"128251": {
|
2012 |
+
"content": "<|reserved_special_token_246|>",
|
2013 |
+
"lstrip": false,
|
2014 |
+
"normalized": false,
|
2015 |
+
"rstrip": false,
|
2016 |
+
"single_word": false,
|
2017 |
+
"special": true
|
2018 |
+
},
|
2019 |
+
"128252": {
|
2020 |
+
"content": "<|reserved_special_token_247|>",
|
2021 |
+
"lstrip": false,
|
2022 |
+
"normalized": false,
|
2023 |
+
"rstrip": false,
|
2024 |
+
"single_word": false,
|
2025 |
+
"special": true
|
2026 |
+
},
|
2027 |
+
"128253": {
|
2028 |
+
"content": "<|reserved_special_token_248|>",
|
2029 |
+
"lstrip": false,
|
2030 |
+
"normalized": false,
|
2031 |
+
"rstrip": false,
|
2032 |
+
"single_word": false,
|
2033 |
+
"special": true
|
2034 |
+
},
|
2035 |
+
"128254": {
|
2036 |
+
"content": "<|reserved_special_token_249|>",
|
2037 |
+
"lstrip": false,
|
2038 |
+
"normalized": false,
|
2039 |
+
"rstrip": false,
|
2040 |
+
"single_word": false,
|
2041 |
+
"special": true
|
2042 |
+
},
|
2043 |
+
"128255": {
|
2044 |
+
"content": "<|reserved_special_token_250|>",
|
2045 |
+
"lstrip": false,
|
2046 |
+
"normalized": false,
|
2047 |
+
"rstrip": false,
|
2048 |
+
"single_word": false,
|
2049 |
+
"special": true
|
2050 |
+
}
|
2051 |
+
},
|
2052 |
+
"bos_token": "<|begin_of_text|>",
|
2053 |
+
"chat_template": "{% if messages[0]['role'] == 'system' %}{% set system_message = messages[0]['content'] %}{% endif %}{% if system_message is defined %}{{ system_message + '\n' }}{% endif %}{% for message in messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ 'Human: ' + content + '\nAssistant:' }}{% elif message['role'] == 'assistant' %}{{ content + '<|end_of_text|>' + '\n' }}{% endif %}{% endfor %}",
|
2054 |
+
"clean_up_tokenization_spaces": true,
|
2055 |
+
"eos_token": "<|end_of_text|>",
|
2056 |
+
"model_input_names": [
|
2057 |
+
"input_ids",
|
2058 |
+
"attention_mask"
|
2059 |
+
],
|
2060 |
+
"model_max_length": 1000000000000000019884624838656,
|
2061 |
+
"pad_token": "<|end_of_text|>",
|
2062 |
+
"padding_side": "right",
|
2063 |
+
"split_special_tokens": false,
|
2064 |
+
"tokenizer_class": "PreTrainedTokenizerFast"
|
2065 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 4.951768488745981,
|
3 |
+
"num_input_tokens_seen": 5192736,
|
4 |
+
"total_flos": 2.3382655808988774e+17,
|
5 |
+
"train_loss": 0.7082552919200585,
|
6 |
+
"train_runtime": 5092.4527,
|
7 |
+
"train_samples_per_second": 19.519,
|
8 |
+
"train_steps_per_second": 0.076
|
9 |
+
}
|
trainer_log.jsonl
ADDED
@@ -0,0 +1,386 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"current_steps": 1, "total_steps": 385, "loss": 7.8034, "learning_rate": 8.333333333333335e-09, "epoch": 0.012861736334405145, "percentage": 0.26, "elapsed_time": "0:00:16", "remaining_time": "1:47:01", "throughput": "803.70", "total_tokens": 13440}
|
2 |
+
{"current_steps": 2, "total_steps": 385, "loss": 7.7577, "learning_rate": 1.666666666666667e-08, "epoch": 0.02572347266881029, "percentage": 0.52, "elapsed_time": "0:00:29", "remaining_time": "1:35:05", "throughput": "905.46", "total_tokens": 26976}
|
3 |
+
{"current_steps": 3, "total_steps": 385, "loss": 7.8132, "learning_rate": 2.5000000000000002e-08, "epoch": 0.03858520900321544, "percentage": 0.78, "elapsed_time": "0:00:42", "remaining_time": "1:30:54", "throughput": "952.51", "total_tokens": 40800}
|
4 |
+
{"current_steps": 4, "total_steps": 385, "loss": 7.7906, "learning_rate": 3.333333333333334e-08, "epoch": 0.05144694533762058, "percentage": 1.04, "elapsed_time": "0:00:55", "remaining_time": "1:28:42", "throughput": "967.80", "total_tokens": 54080}
|
5 |
+
{"current_steps": 5, "total_steps": 385, "loss": 7.7763, "learning_rate": 4.166666666666667e-08, "epoch": 0.06430868167202572, "percentage": 1.3, "elapsed_time": "0:01:08", "remaining_time": "1:27:17", "throughput": "980.16", "total_tokens": 67552}
|
6 |
+
{"current_steps": 6, "total_steps": 385, "loss": 7.7824, "learning_rate": 5.0000000000000004e-08, "epoch": 0.07717041800643087, "percentage": 1.56, "elapsed_time": "0:01:21", "remaining_time": "1:26:19", "throughput": "995.20", "total_tokens": 81600}
|
7 |
+
{"current_steps": 7, "total_steps": 385, "loss": 7.833, "learning_rate": 5.833333333333334e-08, "epoch": 0.09003215434083602, "percentage": 1.82, "elapsed_time": "0:01:35", "remaining_time": "1:25:32", "throughput": "996.54", "total_tokens": 94720}
|
8 |
+
{"current_steps": 8, "total_steps": 385, "loss": 7.6949, "learning_rate": 6.666666666666668e-08, "epoch": 0.10289389067524116, "percentage": 2.08, "elapsed_time": "0:01:48", "remaining_time": "1:24:54", "throughput": "994.24", "total_tokens": 107488}
|
9 |
+
{"current_steps": 9, "total_steps": 385, "loss": 7.8336, "learning_rate": 7.500000000000001e-08, "epoch": 0.1157556270096463, "percentage": 2.34, "elapsed_time": "0:02:01", "remaining_time": "1:24:23", "throughput": "998.22", "total_tokens": 120992}
|
10 |
+
{"current_steps": 10, "total_steps": 385, "loss": 7.7282, "learning_rate": 8.333333333333334e-08, "epoch": 0.12861736334405144, "percentage": 2.6, "elapsed_time": "0:02:14", "remaining_time": "1:23:53", "throughput": "1000.27", "total_tokens": 134272}
|
11 |
+
{"current_steps": 11, "total_steps": 385, "loss": 7.6916, "learning_rate": 9.166666666666668e-08, "epoch": 0.1414790996784566, "percentage": 2.86, "elapsed_time": "0:02:27", "remaining_time": "1:23:27", "throughput": "1005.49", "total_tokens": 148096}
|
12 |
+
{"current_steps": 12, "total_steps": 385, "loss": 7.7333, "learning_rate": 1.0000000000000001e-07, "epoch": 0.15434083601286175, "percentage": 3.12, "elapsed_time": "0:02:40", "remaining_time": "1:23:02", "throughput": "1002.74", "total_tokens": 160736}
|
13 |
+
{"current_steps": 13, "total_steps": 385, "loss": 7.6017, "learning_rate": 1.0833333333333335e-07, "epoch": 0.16720257234726688, "percentage": 3.38, "elapsed_time": "0:02:53", "remaining_time": "1:22:40", "throughput": "1000.21", "total_tokens": 173376}
|
14 |
+
{"current_steps": 14, "total_steps": 385, "loss": 7.644, "learning_rate": 1.1666666666666668e-07, "epoch": 0.18006430868167203, "percentage": 3.64, "elapsed_time": "0:03:06", "remaining_time": "1:22:19", "throughput": "1004.07", "total_tokens": 187136}
|
15 |
+
{"current_steps": 15, "total_steps": 385, "loss": 7.5965, "learning_rate": 1.2500000000000002e-07, "epoch": 0.19292604501607716, "percentage": 3.9, "elapsed_time": "0:03:19", "remaining_time": "1:22:00", "throughput": "1003.49", "total_tokens": 200192}
|
16 |
+
{"current_steps": 16, "total_steps": 385, "loss": 7.5883, "learning_rate": 1.3333333333333336e-07, "epoch": 0.2057877813504823, "percentage": 4.16, "elapsed_time": "0:03:32", "remaining_time": "1:21:42", "throughput": "1006.03", "total_tokens": 213856}
|
17 |
+
{"current_steps": 17, "total_steps": 385, "loss": 7.2464, "learning_rate": 1.4166666666666668e-07, "epoch": 0.21864951768488747, "percentage": 4.42, "elapsed_time": "0:03:45", "remaining_time": "1:21:24", "throughput": "1005.85", "total_tokens": 226944}
|
18 |
+
{"current_steps": 18, "total_steps": 385, "loss": 7.3133, "learning_rate": 1.5000000000000002e-07, "epoch": 0.2315112540192926, "percentage": 4.68, "elapsed_time": "0:03:58", "remaining_time": "1:21:05", "throughput": "1008.31", "total_tokens": 240640}
|
19 |
+
{"current_steps": 19, "total_steps": 385, "loss": 7.2133, "learning_rate": 1.5833333333333336e-07, "epoch": 0.24437299035369775, "percentage": 4.94, "elapsed_time": "0:04:11", "remaining_time": "1:20:48", "throughput": "1006.28", "total_tokens": 253280}
|
20 |
+
{"current_steps": 20, "total_steps": 385, "loss": 7.2431, "learning_rate": 1.6666666666666668e-07, "epoch": 0.2572347266881029, "percentage": 5.19, "elapsed_time": "0:04:24", "remaining_time": "1:20:31", "throughput": "1006.36", "total_tokens": 266400}
|
21 |
+
{"current_steps": 21, "total_steps": 385, "loss": 7.1875, "learning_rate": 1.7500000000000002e-07, "epoch": 0.27009646302250806, "percentage": 5.45, "elapsed_time": "0:04:37", "remaining_time": "1:20:15", "throughput": "1009.41", "total_tokens": 280416}
|
22 |
+
{"current_steps": 22, "total_steps": 385, "loss": 7.0659, "learning_rate": 1.8333333333333336e-07, "epoch": 0.2829581993569132, "percentage": 5.71, "elapsed_time": "0:04:50", "remaining_time": "1:19:59", "throughput": "1011.98", "total_tokens": 294368}
|
23 |
+
{"current_steps": 23, "total_steps": 385, "loss": 6.3595, "learning_rate": 1.9166666666666668e-07, "epoch": 0.2958199356913183, "percentage": 5.97, "elapsed_time": "0:05:04", "remaining_time": "1:19:44", "throughput": "1012.60", "total_tokens": 307840}
|
24 |
+
{"current_steps": 24, "total_steps": 385, "loss": 6.0417, "learning_rate": 2.0000000000000002e-07, "epoch": 0.3086816720257235, "percentage": 6.23, "elapsed_time": "0:05:17", "remaining_time": "1:19:29", "throughput": "1015.95", "total_tokens": 322144}
|
25 |
+
{"current_steps": 25, "total_steps": 385, "loss": 5.9894, "learning_rate": 2.0833333333333333e-07, "epoch": 0.3215434083601286, "percentage": 6.49, "elapsed_time": "0:05:30", "remaining_time": "1:19:13", "throughput": "1016.08", "total_tokens": 335424}
|
26 |
+
{"current_steps": 26, "total_steps": 385, "loss": 5.9259, "learning_rate": 2.166666666666667e-07, "epoch": 0.33440514469453375, "percentage": 6.75, "elapsed_time": "0:05:43", "remaining_time": "1:18:58", "throughput": "1018.08", "total_tokens": 349376}
|
27 |
+
{"current_steps": 27, "total_steps": 385, "loss": 5.8983, "learning_rate": 2.2500000000000002e-07, "epoch": 0.34726688102893893, "percentage": 7.01, "elapsed_time": "0:05:56", "remaining_time": "1:18:43", "throughput": "1018.88", "total_tokens": 362944}
|
28 |
+
{"current_steps": 28, "total_steps": 385, "loss": 5.6848, "learning_rate": 2.3333333333333336e-07, "epoch": 0.36012861736334406, "percentage": 7.27, "elapsed_time": "0:06:09", "remaining_time": "1:18:28", "throughput": "1019.07", "total_tokens": 376352}
|
29 |
+
{"current_steps": 29, "total_steps": 385, "loss": 5.5649, "learning_rate": 2.416666666666667e-07, "epoch": 0.3729903536977492, "percentage": 7.53, "elapsed_time": "0:06:22", "remaining_time": "1:18:13", "throughput": "1018.19", "total_tokens": 389312}
|
30 |
+
{"current_steps": 30, "total_steps": 385, "loss": 5.4642, "learning_rate": 2.5000000000000004e-07, "epoch": 0.3858520900321543, "percentage": 7.79, "elapsed_time": "0:06:35", "remaining_time": "1:17:59", "throughput": "1018.74", "total_tokens": 402848}
|
31 |
+
{"current_steps": 31, "total_steps": 385, "loss": 4.7955, "learning_rate": 2.5833333333333333e-07, "epoch": 0.3987138263665595, "percentage": 8.05, "elapsed_time": "0:06:48", "remaining_time": "1:17:45", "throughput": "1019.13", "total_tokens": 416352}
|
32 |
+
{"current_steps": 32, "total_steps": 385, "loss": 2.8339, "learning_rate": 2.666666666666667e-07, "epoch": 0.4115755627009646, "percentage": 8.31, "elapsed_time": "0:07:01", "remaining_time": "1:17:30", "throughput": "1019.78", "total_tokens": 429920}
|
33 |
+
{"current_steps": 33, "total_steps": 385, "loss": 2.4477, "learning_rate": 2.75e-07, "epoch": 0.42443729903536975, "percentage": 8.57, "elapsed_time": "0:07:14", "remaining_time": "1:17:16", "throughput": "1021.60", "total_tokens": 444064}
|
34 |
+
{"current_steps": 34, "total_steps": 385, "loss": 2.3331, "learning_rate": 2.8333333333333336e-07, "epoch": 0.43729903536977494, "percentage": 8.83, "elapsed_time": "0:07:27", "remaining_time": "1:17:02", "throughput": "1023.57", "total_tokens": 458304}
|
35 |
+
{"current_steps": 35, "total_steps": 385, "loss": 2.2143, "learning_rate": 2.916666666666667e-07, "epoch": 0.45016077170418006, "percentage": 9.09, "elapsed_time": "0:07:40", "remaining_time": "1:16:47", "throughput": "1024.12", "total_tokens": 471904}
|
36 |
+
{"current_steps": 36, "total_steps": 385, "loss": 2.0067, "learning_rate": 3.0000000000000004e-07, "epoch": 0.4630225080385852, "percentage": 9.35, "elapsed_time": "0:07:53", "remaining_time": "1:16:33", "throughput": "1023.09", "total_tokens": 484768}
|
37 |
+
{"current_steps": 37, "total_steps": 385, "loss": 1.7702, "learning_rate": 3.083333333333334e-07, "epoch": 0.4758842443729904, "percentage": 9.61, "elapsed_time": "0:08:06", "remaining_time": "1:16:19", "throughput": "1022.13", "total_tokens": 497696}
|
38 |
+
{"current_steps": 38, "total_steps": 385, "loss": 1.5557, "learning_rate": 3.166666666666667e-07, "epoch": 0.4887459807073955, "percentage": 9.87, "elapsed_time": "0:08:19", "remaining_time": "1:16:05", "throughput": "1022.16", "total_tokens": 511072}
|
39 |
+
{"current_steps": 39, "total_steps": 385, "loss": 1.3024, "learning_rate": 3.25e-07, "epoch": 0.5016077170418006, "percentage": 10.13, "elapsed_time": "0:08:33", "remaining_time": "1:15:51", "throughput": "1022.51", "total_tokens": 524576}
|
40 |
+
{"current_steps": 40, "total_steps": 385, "loss": 1.1652, "learning_rate": 3.3333333333333335e-07, "epoch": 0.5144694533762058, "percentage": 10.39, "elapsed_time": "0:08:46", "remaining_time": "1:15:37", "throughput": "1022.95", "total_tokens": 538112}
|
41 |
+
{"current_steps": 41, "total_steps": 385, "loss": 0.6839, "learning_rate": 3.416666666666667e-07, "epoch": 0.5273311897106109, "percentage": 10.65, "elapsed_time": "0:08:59", "remaining_time": "1:15:23", "throughput": "1024.05", "total_tokens": 552096}
|
42 |
+
{"current_steps": 42, "total_steps": 385, "loss": 0.4774, "learning_rate": 3.5000000000000004e-07, "epoch": 0.5401929260450161, "percentage": 10.91, "elapsed_time": "0:09:12", "remaining_time": "1:15:09", "throughput": "1024.88", "total_tokens": 565920}
|
43 |
+
{"current_steps": 43, "total_steps": 385, "loss": 0.3841, "learning_rate": 3.583333333333334e-07, "epoch": 0.5530546623794212, "percentage": 11.17, "elapsed_time": "0:09:25", "remaining_time": "1:14:55", "throughput": "1024.68", "total_tokens": 579200}
|
44 |
+
{"current_steps": 44, "total_steps": 385, "loss": 0.3588, "learning_rate": 3.666666666666667e-07, "epoch": 0.5659163987138264, "percentage": 11.43, "elapsed_time": "0:09:38", "remaining_time": "1:14:41", "throughput": "1025.16", "total_tokens": 592864}
|
45 |
+
{"current_steps": 45, "total_steps": 385, "loss": 0.3628, "learning_rate": 3.75e-07, "epoch": 0.5787781350482315, "percentage": 11.69, "elapsed_time": "0:09:51", "remaining_time": "1:14:28", "throughput": "1025.76", "total_tokens": 606656}
|
46 |
+
{"current_steps": 46, "total_steps": 385, "loss": 0.3426, "learning_rate": 3.8333333333333335e-07, "epoch": 0.5916398713826366, "percentage": 11.95, "elapsed_time": "0:10:04", "remaining_time": "1:14:14", "throughput": "1025.64", "total_tokens": 619968}
|
47 |
+
{"current_steps": 47, "total_steps": 385, "loss": 0.3279, "learning_rate": 3.9166666666666675e-07, "epoch": 0.6045016077170418, "percentage": 12.21, "elapsed_time": "0:10:17", "remaining_time": "1:14:01", "throughput": "1026.06", "total_tokens": 633632}
|
48 |
+
{"current_steps": 48, "total_steps": 385, "loss": 0.3947, "learning_rate": 4.0000000000000003e-07, "epoch": 0.617363344051447, "percentage": 12.47, "elapsed_time": "0:10:30", "remaining_time": "1:13:47", "throughput": "1026.56", "total_tokens": 647360}
|
49 |
+
{"current_steps": 49, "total_steps": 385, "loss": 0.3075, "learning_rate": 4.083333333333334e-07, "epoch": 0.6302250803858521, "percentage": 12.73, "elapsed_time": "0:10:43", "remaining_time": "1:13:33", "throughput": "1027.66", "total_tokens": 661504}
|
50 |
+
{"current_steps": 50, "total_steps": 385, "loss": 0.3236, "learning_rate": 4.1666666666666667e-07, "epoch": 0.6430868167202572, "percentage": 12.99, "elapsed_time": "0:10:56", "remaining_time": "1:13:20", "throughput": "1028.43", "total_tokens": 675424}
|
51 |
+
{"current_steps": 51, "total_steps": 385, "loss": 0.3557, "learning_rate": 4.2500000000000006e-07, "epoch": 0.6559485530546624, "percentage": 13.25, "elapsed_time": "0:11:09", "remaining_time": "1:13:06", "throughput": "1028.37", "total_tokens": 688800}
|
52 |
+
{"current_steps": 52, "total_steps": 385, "loss": 0.4008, "learning_rate": 4.333333333333334e-07, "epoch": 0.6688102893890675, "percentage": 13.51, "elapsed_time": "0:11:22", "remaining_time": "1:12:53", "throughput": "1028.30", "total_tokens": 702208}
|
53 |
+
{"current_steps": 53, "total_steps": 385, "loss": 0.3586, "learning_rate": 4.416666666666667e-07, "epoch": 0.6816720257234726, "percentage": 13.77, "elapsed_time": "0:11:35", "remaining_time": "1:12:39", "throughput": "1028.93", "total_tokens": 716096}
|
54 |
+
{"current_steps": 54, "total_steps": 385, "loss": 0.3023, "learning_rate": 4.5000000000000003e-07, "epoch": 0.6945337620578779, "percentage": 14.03, "elapsed_time": "0:11:48", "remaining_time": "1:12:25", "throughput": "1027.78", "total_tokens": 728672}
|
55 |
+
{"current_steps": 55, "total_steps": 385, "loss": 0.3547, "learning_rate": 4.583333333333333e-07, "epoch": 0.707395498392283, "percentage": 14.29, "elapsed_time": "0:12:02", "remaining_time": "1:12:12", "throughput": "1028.91", "total_tokens": 742912}
|
56 |
+
{"current_steps": 56, "total_steps": 385, "loss": 0.3846, "learning_rate": 4.666666666666667e-07, "epoch": 0.7202572347266881, "percentage": 14.55, "elapsed_time": "0:12:15", "remaining_time": "1:11:58", "throughput": "1028.23", "total_tokens": 755808}
|
57 |
+
{"current_steps": 57, "total_steps": 385, "loss": 0.3743, "learning_rate": 4.7500000000000006e-07, "epoch": 0.7331189710610932, "percentage": 14.81, "elapsed_time": "0:12:28", "remaining_time": "1:11:44", "throughput": "1028.85", "total_tokens": 769696}
|
58 |
+
{"current_steps": 58, "total_steps": 385, "loss": 0.3091, "learning_rate": 4.833333333333334e-07, "epoch": 0.7459807073954984, "percentage": 15.06, "elapsed_time": "0:12:41", "remaining_time": "1:11:31", "throughput": "1029.54", "total_tokens": 783680}
|
59 |
+
{"current_steps": 59, "total_steps": 385, "loss": 0.3094, "learning_rate": 4.916666666666667e-07, "epoch": 0.7588424437299035, "percentage": 15.32, "elapsed_time": "0:12:54", "remaining_time": "1:11:18", "throughput": "1028.92", "total_tokens": 796672}
|
60 |
+
{"current_steps": 60, "total_steps": 385, "loss": 0.3309, "learning_rate": 5.000000000000001e-07, "epoch": 0.7717041800643086, "percentage": 15.58, "elapsed_time": "0:13:07", "remaining_time": "1:11:04", "throughput": "1029.14", "total_tokens": 810304}
|
61 |
+
{"current_steps": 61, "total_steps": 385, "loss": 0.3276, "learning_rate": 5.083333333333334e-07, "epoch": 0.7845659163987139, "percentage": 15.84, "elapsed_time": "0:13:20", "remaining_time": "1:10:51", "throughput": "1029.68", "total_tokens": 824160}
|
62 |
+
{"current_steps": 62, "total_steps": 385, "loss": 0.3084, "learning_rate": 5.166666666666667e-07, "epoch": 0.797427652733119, "percentage": 16.1, "elapsed_time": "0:13:33", "remaining_time": "1:10:37", "throughput": "1029.34", "total_tokens": 837312}
|
63 |
+
{"current_steps": 63, "total_steps": 385, "loss": 0.3182, "learning_rate": 5.250000000000001e-07, "epoch": 0.8102893890675241, "percentage": 16.36, "elapsed_time": "0:13:46", "remaining_time": "1:10:24", "throughput": "1029.83", "total_tokens": 851168}
|
64 |
+
{"current_steps": 64, "total_steps": 385, "loss": 0.3469, "learning_rate": 5.333333333333335e-07, "epoch": 0.8231511254019293, "percentage": 16.62, "elapsed_time": "0:13:59", "remaining_time": "1:10:10", "throughput": "1029.25", "total_tokens": 864096}
|
65 |
+
{"current_steps": 65, "total_steps": 385, "loss": 0.3253, "learning_rate": 5.416666666666667e-07, "epoch": 0.8360128617363344, "percentage": 16.88, "elapsed_time": "0:14:12", "remaining_time": "1:09:57", "throughput": "1029.85", "total_tokens": 878048}
|
66 |
+
{"current_steps": 66, "total_steps": 385, "loss": 0.2746, "learning_rate": 5.5e-07, "epoch": 0.8488745980707395, "percentage": 17.14, "elapsed_time": "0:14:25", "remaining_time": "1:09:44", "throughput": "1030.30", "total_tokens": 891904}
|
67 |
+
{"current_steps": 67, "total_steps": 385, "loss": 0.2893, "learning_rate": 5.583333333333333e-07, "epoch": 0.8617363344051447, "percentage": 17.4, "elapsed_time": "0:14:38", "remaining_time": "1:09:30", "throughput": "1031.01", "total_tokens": 906016}
|
68 |
+
{"current_steps": 68, "total_steps": 385, "loss": 0.2827, "learning_rate": 5.666666666666667e-07, "epoch": 0.8745980707395499, "percentage": 17.66, "elapsed_time": "0:14:51", "remaining_time": "1:09:17", "throughput": "1030.43", "total_tokens": 918944}
|
69 |
+
{"current_steps": 69, "total_steps": 385, "loss": 0.2978, "learning_rate": 5.750000000000001e-07, "epoch": 0.887459807073955, "percentage": 17.92, "elapsed_time": "0:15:04", "remaining_time": "1:09:04", "throughput": "1030.71", "total_tokens": 932672}
|
70 |
+
{"current_steps": 70, "total_steps": 385, "loss": 0.2703, "learning_rate": 5.833333333333334e-07, "epoch": 0.9003215434083601, "percentage": 18.18, "elapsed_time": "0:15:17", "remaining_time": "1:08:50", "throughput": "1029.78", "total_tokens": 945248}
|
71 |
+
{"current_steps": 71, "total_steps": 385, "loss": 0.2968, "learning_rate": 5.916666666666667e-07, "epoch": 0.9131832797427653, "percentage": 18.44, "elapsed_time": "0:15:30", "remaining_time": "1:08:37", "throughput": "1029.88", "total_tokens": 958784}
|
72 |
+
{"current_steps": 72, "total_steps": 385, "loss": 0.3035, "learning_rate": 6.000000000000001e-07, "epoch": 0.9260450160771704, "percentage": 18.7, "elapsed_time": "0:15:44", "remaining_time": "1:08:23", "throughput": "1030.06", "total_tokens": 972416}
|
73 |
+
{"current_steps": 73, "total_steps": 385, "loss": 0.3211, "learning_rate": 6.083333333333334e-07, "epoch": 0.9389067524115756, "percentage": 18.96, "elapsed_time": "0:15:57", "remaining_time": "1:08:10", "throughput": "1030.07", "total_tokens": 985888}
|
74 |
+
{"current_steps": 74, "total_steps": 385, "loss": 0.2913, "learning_rate": 6.166666666666668e-07, "epoch": 0.9517684887459807, "percentage": 19.22, "elapsed_time": "0:16:10", "remaining_time": "1:07:57", "throughput": "1030.00", "total_tokens": 999296}
|
75 |
+
{"current_steps": 75, "total_steps": 385, "loss": 0.2817, "learning_rate": 6.25e-07, "epoch": 0.9646302250803859, "percentage": 19.48, "elapsed_time": "0:16:23", "remaining_time": "1:07:44", "throughput": "1029.88", "total_tokens": 1012640}
|
76 |
+
{"current_steps": 76, "total_steps": 385, "loss": 0.2827, "learning_rate": 6.333333333333334e-07, "epoch": 0.977491961414791, "percentage": 19.74, "elapsed_time": "0:16:36", "remaining_time": "1:07:30", "throughput": "1029.93", "total_tokens": 1026112}
|
77 |
+
{"current_steps": 77, "total_steps": 385, "loss": 0.229, "learning_rate": 6.416666666666667e-07, "epoch": 0.9903536977491961, "percentage": 20.0, "elapsed_time": "0:16:49", "remaining_time": "1:07:17", "throughput": "1029.81", "total_tokens": 1039424}
|
78 |
+
{"current_steps": 78, "total_steps": 385, "loss": 0.2503, "learning_rate": 6.5e-07, "epoch": 1.0032154340836013, "percentage": 20.26, "elapsed_time": "0:17:02", "remaining_time": "1:07:04", "throughput": "1030.33", "total_tokens": 1053408}
|
79 |
+
{"current_steps": 79, "total_steps": 385, "loss": 0.2453, "learning_rate": 6.583333333333333e-07, "epoch": 1.0160771704180065, "percentage": 20.52, "elapsed_time": "0:17:15", "remaining_time": "1:06:50", "throughput": "1030.76", "total_tokens": 1067328}
|
80 |
+
{"current_steps": 80, "total_steps": 385, "loss": 0.2167, "learning_rate": 6.666666666666667e-07, "epoch": 1.0289389067524115, "percentage": 20.78, "elapsed_time": "0:17:28", "remaining_time": "1:06:37", "throughput": "1030.29", "total_tokens": 1080288}
|
81 |
+
{"current_steps": 81, "total_steps": 385, "loss": 0.2361, "learning_rate": 6.750000000000001e-07, "epoch": 1.0418006430868167, "percentage": 21.04, "elapsed_time": "0:17:41", "remaining_time": "1:06:24", "throughput": "1030.47", "total_tokens": 1093952}
|
82 |
+
{"current_steps": 82, "total_steps": 385, "loss": 0.2248, "learning_rate": 6.833333333333334e-07, "epoch": 1.0546623794212218, "percentage": 21.3, "elapsed_time": "0:17:54", "remaining_time": "1:06:11", "throughput": "1030.91", "total_tokens": 1107904}
|
83 |
+
{"current_steps": 83, "total_steps": 385, "loss": 0.2491, "learning_rate": 6.916666666666668e-07, "epoch": 1.067524115755627, "percentage": 21.56, "elapsed_time": "0:18:07", "remaining_time": "1:05:57", "throughput": "1030.71", "total_tokens": 1121120}
|
84 |
+
{"current_steps": 84, "total_steps": 385, "loss": 0.2352, "learning_rate": 7.000000000000001e-07, "epoch": 1.0803858520900322, "percentage": 21.82, "elapsed_time": "0:18:20", "remaining_time": "1:05:44", "throughput": "1031.10", "total_tokens": 1135040}
|
85 |
+
{"current_steps": 85, "total_steps": 385, "loss": 0.2365, "learning_rate": 7.083333333333334e-07, "epoch": 1.0932475884244373, "percentage": 22.08, "elapsed_time": "0:18:33", "remaining_time": "1:05:31", "throughput": "1031.51", "total_tokens": 1148992}
|
86 |
+
{"current_steps": 86, "total_steps": 385, "loss": 0.217, "learning_rate": 7.166666666666668e-07, "epoch": 1.1061093247588425, "percentage": 22.34, "elapsed_time": "0:18:46", "remaining_time": "1:05:18", "throughput": "1031.65", "total_tokens": 1162592}
|
87 |
+
{"current_steps": 87, "total_steps": 385, "loss": 0.2258, "learning_rate": 7.25e-07, "epoch": 1.1189710610932475, "percentage": 22.6, "elapsed_time": "0:18:59", "remaining_time": "1:05:04", "throughput": "1030.83", "total_tokens": 1175104}
|
88 |
+
{"current_steps": 88, "total_steps": 385, "loss": 0.245, "learning_rate": 7.333333333333334e-07, "epoch": 1.1318327974276527, "percentage": 22.86, "elapsed_time": "0:19:13", "remaining_time": "1:04:51", "throughput": "1031.53", "total_tokens": 1189376}
|
89 |
+
{"current_steps": 89, "total_steps": 385, "loss": 0.3132, "learning_rate": 7.416666666666668e-07, "epoch": 1.144694533762058, "percentage": 23.12, "elapsed_time": "0:19:26", "remaining_time": "1:04:38", "throughput": "1031.26", "total_tokens": 1202560}
|
90 |
+
{"current_steps": 90, "total_steps": 385, "loss": 0.284, "learning_rate": 7.5e-07, "epoch": 1.157556270096463, "percentage": 23.38, "elapsed_time": "0:19:39", "remaining_time": "1:04:25", "throughput": "1031.93", "total_tokens": 1216832}
|
91 |
+
{"current_steps": 91, "total_steps": 385, "loss": 0.1933, "learning_rate": 7.583333333333334e-07, "epoch": 1.1704180064308682, "percentage": 23.64, "elapsed_time": "0:19:52", "remaining_time": "1:04:11", "throughput": "1032.15", "total_tokens": 1230528}
|
92 |
+
{"current_steps": 92, "total_steps": 385, "loss": 0.2154, "learning_rate": 7.666666666666667e-07, "epoch": 1.1832797427652733, "percentage": 23.9, "elapsed_time": "0:20:05", "remaining_time": "1:03:58", "throughput": "1032.42", "total_tokens": 1244352}
|
93 |
+
{"current_steps": 93, "total_steps": 385, "loss": 0.2064, "learning_rate": 7.750000000000001e-07, "epoch": 1.1961414790996785, "percentage": 24.16, "elapsed_time": "0:20:18", "remaining_time": "1:03:45", "throughput": "1032.18", "total_tokens": 1257472}
|
94 |
+
{"current_steps": 94, "total_steps": 385, "loss": 0.2038, "learning_rate": 7.833333333333335e-07, "epoch": 1.2090032154340835, "percentage": 24.42, "elapsed_time": "0:20:31", "remaining_time": "1:03:31", "throughput": "1032.52", "total_tokens": 1271392}
|
95 |
+
{"current_steps": 95, "total_steps": 385, "loss": 0.2152, "learning_rate": 7.916666666666667e-07, "epoch": 1.2218649517684887, "percentage": 24.68, "elapsed_time": "0:20:44", "remaining_time": "1:03:18", "throughput": "1033.74", "total_tokens": 1286432}
|
96 |
+
{"current_steps": 96, "total_steps": 385, "loss": 0.1961, "learning_rate": 8.000000000000001e-07, "epoch": 1.234726688102894, "percentage": 24.94, "elapsed_time": "0:20:57", "remaining_time": "1:03:05", "throughput": "1033.85", "total_tokens": 1300096}
|
97 |
+
{"current_steps": 97, "total_steps": 385, "loss": 0.1772, "learning_rate": 8.083333333333334e-07, "epoch": 1.247588424437299, "percentage": 25.19, "elapsed_time": "0:21:10", "remaining_time": "1:02:52", "throughput": "1033.81", "total_tokens": 1313568}
|
98 |
+
{"current_steps": 98, "total_steps": 385, "loss": 0.1846, "learning_rate": 8.166666666666668e-07, "epoch": 1.2604501607717042, "percentage": 25.45, "elapsed_time": "0:21:23", "remaining_time": "1:02:39", "throughput": "1033.97", "total_tokens": 1327328}
|
99 |
+
{"current_steps": 99, "total_steps": 385, "loss": 0.1823, "learning_rate": 8.250000000000001e-07, "epoch": 1.2733118971061093, "percentage": 25.71, "elapsed_time": "0:21:36", "remaining_time": "1:02:26", "throughput": "1034.09", "total_tokens": 1340960}
|
100 |
+
{"current_steps": 100, "total_steps": 385, "loss": 0.1794, "learning_rate": 8.333333333333333e-07, "epoch": 1.2861736334405145, "percentage": 25.97, "elapsed_time": "0:21:49", "remaining_time": "1:02:12", "throughput": "1033.35", "total_tokens": 1353440}
|
101 |
+
{"current_steps": 101, "total_steps": 385, "loss": 0.2106, "learning_rate": 8.416666666666667e-07, "epoch": 1.2990353697749195, "percentage": 26.23, "elapsed_time": "0:22:02", "remaining_time": "1:01:59", "throughput": "1033.90", "total_tokens": 1367680}
|
102 |
+
{"current_steps": 102, "total_steps": 385, "loss": 0.2123, "learning_rate": 8.500000000000001e-07, "epoch": 1.3118971061093248, "percentage": 26.49, "elapsed_time": "0:22:15", "remaining_time": "1:01:46", "throughput": "1033.68", "total_tokens": 1380864}
|
103 |
+
{"current_steps": 103, "total_steps": 385, "loss": 0.2413, "learning_rate": 8.583333333333334e-07, "epoch": 1.32475884244373, "percentage": 26.75, "elapsed_time": "0:22:28", "remaining_time": "1:01:33", "throughput": "1033.33", "total_tokens": 1393888}
|
104 |
+
{"current_steps": 104, "total_steps": 385, "loss": 0.2334, "learning_rate": 8.666666666666668e-07, "epoch": 1.337620578778135, "percentage": 27.01, "elapsed_time": "0:22:42", "remaining_time": "1:01:20", "throughput": "1032.97", "total_tokens": 1406912}
|
105 |
+
{"current_steps": 105, "total_steps": 385, "loss": 0.2069, "learning_rate": 8.75e-07, "epoch": 1.3504823151125402, "percentage": 27.27, "elapsed_time": "0:22:55", "remaining_time": "1:01:06", "throughput": "1032.70", "total_tokens": 1420000}
|
106 |
+
{"current_steps": 106, "total_steps": 385, "loss": 0.2262, "learning_rate": 8.833333333333334e-07, "epoch": 1.3633440514469453, "percentage": 27.53, "elapsed_time": "0:23:08", "remaining_time": "1:00:53", "throughput": "1032.67", "total_tokens": 1433440}
|
107 |
+
{"current_steps": 107, "total_steps": 385, "loss": 0.1718, "learning_rate": 8.916666666666668e-07, "epoch": 1.3762057877813505, "percentage": 27.79, "elapsed_time": "0:23:21", "remaining_time": "1:00:40", "throughput": "1032.39", "total_tokens": 1446560}
|
108 |
+
{"current_steps": 108, "total_steps": 385, "loss": 0.204, "learning_rate": 9.000000000000001e-07, "epoch": 1.3890675241157555, "percentage": 28.05, "elapsed_time": "0:23:34", "remaining_time": "1:00:27", "throughput": "1032.58", "total_tokens": 1460320}
|
109 |
+
{"current_steps": 109, "total_steps": 385, "loss": 0.1849, "learning_rate": 9.083333333333335e-07, "epoch": 1.4019292604501608, "percentage": 28.31, "elapsed_time": "0:23:47", "remaining_time": "1:00:14", "throughput": "1032.91", "total_tokens": 1474272}
|
110 |
+
{"current_steps": 110, "total_steps": 385, "loss": 0.2028, "learning_rate": 9.166666666666666e-07, "epoch": 1.414790996784566, "percentage": 28.57, "elapsed_time": "0:24:00", "remaining_time": "1:00:00", "throughput": "1033.00", "total_tokens": 1487904}
|
111 |
+
{"current_steps": 111, "total_steps": 385, "loss": 0.179, "learning_rate": 9.25e-07, "epoch": 1.427652733118971, "percentage": 28.83, "elapsed_time": "0:24:13", "remaining_time": "0:59:47", "throughput": "1033.15", "total_tokens": 1501664}
|
112 |
+
{"current_steps": 112, "total_steps": 385, "loss": 0.1813, "learning_rate": 9.333333333333334e-07, "epoch": 1.4405144694533762, "percentage": 29.09, "elapsed_time": "0:24:26", "remaining_time": "0:59:34", "throughput": "1033.22", "total_tokens": 1515264}
|
113 |
+
{"current_steps": 113, "total_steps": 385, "loss": 0.1955, "learning_rate": 9.416666666666667e-07, "epoch": 1.4533762057877815, "percentage": 29.35, "elapsed_time": "0:24:39", "remaining_time": "0:59:21", "throughput": "1033.14", "total_tokens": 1528640}
|
114 |
+
{"current_steps": 114, "total_steps": 385, "loss": 0.1577, "learning_rate": 9.500000000000001e-07, "epoch": 1.4662379421221865, "percentage": 29.61, "elapsed_time": "0:24:52", "remaining_time": "0:59:08", "throughput": "1032.82", "total_tokens": 1541632}
|
115 |
+
{"current_steps": 115, "total_steps": 385, "loss": 0.1509, "learning_rate": 9.583333333333334e-07, "epoch": 1.4790996784565915, "percentage": 29.87, "elapsed_time": "0:25:05", "remaining_time": "0:58:55", "throughput": "1032.48", "total_tokens": 1554592}
|
116 |
+
{"current_steps": 116, "total_steps": 385, "loss": 0.2052, "learning_rate": 9.666666666666668e-07, "epoch": 1.4919614147909968, "percentage": 30.13, "elapsed_time": "0:25:18", "remaining_time": "0:58:41", "throughput": "1031.98", "total_tokens": 1567296}
|
117 |
+
{"current_steps": 117, "total_steps": 385, "loss": 0.1576, "learning_rate": 9.750000000000002e-07, "epoch": 1.504823151125402, "percentage": 30.39, "elapsed_time": "0:25:31", "remaining_time": "0:58:28", "throughput": "1031.99", "total_tokens": 1580800}
|
118 |
+
{"current_steps": 118, "total_steps": 385, "loss": 0.1459, "learning_rate": 9.833333333333334e-07, "epoch": 1.517684887459807, "percentage": 30.65, "elapsed_time": "0:25:44", "remaining_time": "0:58:15", "throughput": "1031.67", "total_tokens": 1593792}
|
119 |
+
{"current_steps": 119, "total_steps": 385, "loss": 0.2694, "learning_rate": 9.916666666666668e-07, "epoch": 1.5305466237942122, "percentage": 30.91, "elapsed_time": "0:25:57", "remaining_time": "0:58:02", "throughput": "1031.92", "total_tokens": 1607648}
|
120 |
+
{"current_steps": 120, "total_steps": 385, "loss": 0.1891, "learning_rate": 1.0000000000000002e-06, "epoch": 1.5434083601286175, "percentage": 31.17, "elapsed_time": "0:26:10", "remaining_time": "0:57:49", "throughput": "1031.95", "total_tokens": 1621184}
|
121 |
+
{"current_steps": 121, "total_steps": 385, "loss": 0.1655, "learning_rate": 1.0083333333333333e-06, "epoch": 1.5562700964630225, "percentage": 31.43, "elapsed_time": "0:26:23", "remaining_time": "0:57:35", "throughput": "1031.72", "total_tokens": 1634240}
|
122 |
+
{"current_steps": 122, "total_steps": 385, "loss": 0.1534, "learning_rate": 1.0166666666666667e-06, "epoch": 1.5691318327974275, "percentage": 31.69, "elapsed_time": "0:26:37", "remaining_time": "0:57:22", "throughput": "1031.72", "total_tokens": 1647712}
|
123 |
+
{"current_steps": 123, "total_steps": 385, "loss": 0.1373, "learning_rate": 1.025e-06, "epoch": 1.5819935691318328, "percentage": 31.95, "elapsed_time": "0:26:50", "remaining_time": "0:57:09", "throughput": "1031.81", "total_tokens": 1661344}
|
124 |
+
{"current_steps": 124, "total_steps": 385, "loss": 0.1528, "learning_rate": 1.0333333333333333e-06, "epoch": 1.594855305466238, "percentage": 32.21, "elapsed_time": "0:27:03", "remaining_time": "0:56:56", "throughput": "1031.84", "total_tokens": 1674880}
|
125 |
+
{"current_steps": 125, "total_steps": 385, "loss": 0.2017, "learning_rate": 1.0416666666666667e-06, "epoch": 1.607717041800643, "percentage": 32.47, "elapsed_time": "0:27:16", "remaining_time": "0:56:43", "throughput": "1032.20", "total_tokens": 1688992}
|
126 |
+
{"current_steps": 126, "total_steps": 385, "loss": 0.1554, "learning_rate": 1.0500000000000001e-06, "epoch": 1.6205787781350482, "percentage": 32.73, "elapsed_time": "0:27:29", "remaining_time": "0:56:30", "throughput": "1032.47", "total_tokens": 1702944}
|
127 |
+
{"current_steps": 127, "total_steps": 385, "loss": 0.1332, "learning_rate": 1.0583333333333335e-06, "epoch": 1.6334405144694535, "percentage": 32.99, "elapsed_time": "0:27:42", "remaining_time": "0:56:17", "throughput": "1032.68", "total_tokens": 1716768}
|
128 |
+
{"current_steps": 128, "total_steps": 385, "loss": 0.115, "learning_rate": 1.066666666666667e-06, "epoch": 1.6463022508038585, "percentage": 33.25, "elapsed_time": "0:27:55", "remaining_time": "0:56:04", "throughput": "1033.04", "total_tokens": 1730848}
|
129 |
+
{"current_steps": 129, "total_steps": 385, "loss": 0.119, "learning_rate": 1.075e-06, "epoch": 1.6591639871382635, "percentage": 33.51, "elapsed_time": "0:28:08", "remaining_time": "0:55:50", "throughput": "1032.57", "total_tokens": 1743520}
|
130 |
+
{"current_steps": 130, "total_steps": 385, "loss": 0.1164, "learning_rate": 1.0833333333333335e-06, "epoch": 1.6720257234726688, "percentage": 33.77, "elapsed_time": "0:28:21", "remaining_time": "0:55:37", "throughput": "1032.98", "total_tokens": 1757696}
|
131 |
+
{"current_steps": 131, "total_steps": 385, "loss": 0.1981, "learning_rate": 1.0916666666666667e-06, "epoch": 1.684887459807074, "percentage": 34.03, "elapsed_time": "0:28:34", "remaining_time": "0:55:24", "throughput": "1033.03", "total_tokens": 1771264}
|
132 |
+
{"current_steps": 132, "total_steps": 385, "loss": 0.168, "learning_rate": 1.1e-06, "epoch": 1.697749196141479, "percentage": 34.29, "elapsed_time": "0:28:47", "remaining_time": "0:55:11", "throughput": "1032.86", "total_tokens": 1784480}
|
133 |
+
{"current_steps": 133, "total_steps": 385, "loss": 0.0741, "learning_rate": 1.1083333333333335e-06, "epoch": 1.7106109324758842, "percentage": 34.55, "elapsed_time": "0:29:00", "remaining_time": "0:54:58", "throughput": "1032.96", "total_tokens": 1798176}
|
134 |
+
{"current_steps": 134, "total_steps": 385, "loss": 0.1847, "learning_rate": 1.1166666666666666e-06, "epoch": 1.7234726688102895, "percentage": 34.81, "elapsed_time": "0:29:13", "remaining_time": "0:54:45", "throughput": "1032.74", "total_tokens": 1811264}
|
135 |
+
{"current_steps": 135, "total_steps": 385, "loss": 0.108, "learning_rate": 1.125e-06, "epoch": 1.7363344051446945, "percentage": 35.06, "elapsed_time": "0:29:26", "remaining_time": "0:54:32", "throughput": "1032.88", "total_tokens": 1825024}
|
136 |
+
{"current_steps": 136, "total_steps": 385, "loss": 0.1214, "learning_rate": 1.1333333333333334e-06, "epoch": 1.7491961414790995, "percentage": 35.32, "elapsed_time": "0:29:39", "remaining_time": "0:54:18", "throughput": "1032.96", "total_tokens": 1838624}
|
137 |
+
{"current_steps": 137, "total_steps": 385, "loss": 0.1252, "learning_rate": 1.1416666666666668e-06, "epoch": 1.762057877813505, "percentage": 35.58, "elapsed_time": "0:29:53", "remaining_time": "0:54:05", "throughput": "1033.06", "total_tokens": 1852288}
|
138 |
+
{"current_steps": 138, "total_steps": 385, "loss": 0.144, "learning_rate": 1.1500000000000002e-06, "epoch": 1.77491961414791, "percentage": 35.84, "elapsed_time": "0:30:06", "remaining_time": "0:53:52", "throughput": "1032.84", "total_tokens": 1865376}
|
139 |
+
{"current_steps": 139, "total_steps": 385, "loss": 0.1269, "learning_rate": 1.1583333333333334e-06, "epoch": 1.787781350482315, "percentage": 36.1, "elapsed_time": "0:30:19", "remaining_time": "0:53:39", "throughput": "1032.79", "total_tokens": 1878784}
|
140 |
+
{"current_steps": 140, "total_steps": 385, "loss": 0.1283, "learning_rate": 1.1666666666666668e-06, "epoch": 1.8006430868167203, "percentage": 36.36, "elapsed_time": "0:30:32", "remaining_time": "0:53:26", "throughput": "1032.81", "total_tokens": 1892320}
|
141 |
+
{"current_steps": 141, "total_steps": 385, "loss": 0.0929, "learning_rate": 1.175e-06, "epoch": 1.8135048231511255, "percentage": 36.62, "elapsed_time": "0:30:45", "remaining_time": "0:53:13", "throughput": "1032.78", "total_tokens": 1905728}
|
142 |
+
{"current_steps": 142, "total_steps": 385, "loss": 0.1349, "learning_rate": 1.1833333333333334e-06, "epoch": 1.8263665594855305, "percentage": 36.88, "elapsed_time": "0:30:58", "remaining_time": "0:52:59", "throughput": "1032.56", "total_tokens": 1918752}
|
143 |
+
{"current_steps": 143, "total_steps": 385, "loss": 0.1277, "learning_rate": 1.1916666666666668e-06, "epoch": 1.8392282958199357, "percentage": 37.14, "elapsed_time": "0:31:11", "remaining_time": "0:52:46", "throughput": "1032.33", "total_tokens": 1931808}
|
144 |
+
{"current_steps": 144, "total_steps": 385, "loss": 0.1585, "learning_rate": 1.2000000000000002e-06, "epoch": 1.852090032154341, "percentage": 37.4, "elapsed_time": "0:31:24", "remaining_time": "0:52:33", "throughput": "1032.35", "total_tokens": 1945312}
|
145 |
+
{"current_steps": 145, "total_steps": 385, "loss": 0.1468, "learning_rate": 1.2083333333333333e-06, "epoch": 1.864951768488746, "percentage": 37.66, "elapsed_time": "0:31:37", "remaining_time": "0:52:20", "throughput": "1031.96", "total_tokens": 1958016}
|
146 |
+
{"current_steps": 146, "total_steps": 385, "loss": 0.1049, "learning_rate": 1.2166666666666667e-06, "epoch": 1.877813504823151, "percentage": 37.92, "elapsed_time": "0:31:50", "remaining_time": "0:52:07", "throughput": "1031.92", "total_tokens": 1971392}
|
147 |
+
{"current_steps": 147, "total_steps": 385, "loss": 0.1297, "learning_rate": 1.2250000000000001e-06, "epoch": 1.8906752411575563, "percentage": 38.18, "elapsed_time": "0:32:03", "remaining_time": "0:51:54", "throughput": "1031.96", "total_tokens": 1984992}
|
148 |
+
{"current_steps": 148, "total_steps": 385, "loss": 0.1111, "learning_rate": 1.2333333333333335e-06, "epoch": 1.9035369774919615, "percentage": 38.44, "elapsed_time": "0:32:16", "remaining_time": "0:51:41", "throughput": "1031.79", "total_tokens": 1998144}
|
149 |
+
{"current_steps": 149, "total_steps": 385, "loss": 0.1202, "learning_rate": 1.2416666666666667e-06, "epoch": 1.9163987138263665, "percentage": 38.7, "elapsed_time": "0:32:29", "remaining_time": "0:51:28", "throughput": "1032.01", "total_tokens": 2012032}
|
150 |
+
{"current_steps": 150, "total_steps": 385, "loss": 0.0829, "learning_rate": 1.25e-06, "epoch": 1.9292604501607717, "percentage": 38.96, "elapsed_time": "0:32:42", "remaining_time": "0:51:14", "throughput": "1032.05", "total_tokens": 2025600}
|
151 |
+
{"current_steps": 151, "total_steps": 385, "loss": 0.1119, "learning_rate": 1.2583333333333333e-06, "epoch": 1.942122186495177, "percentage": 39.22, "elapsed_time": "0:32:55", "remaining_time": "0:51:01", "throughput": "1032.55", "total_tokens": 2040096}
|
152 |
+
{"current_steps": 152, "total_steps": 385, "loss": 0.1144, "learning_rate": 1.2666666666666669e-06, "epoch": 1.954983922829582, "percentage": 39.48, "elapsed_time": "0:33:08", "remaining_time": "0:50:48", "throughput": "1032.51", "total_tokens": 2053504}
|
153 |
+
{"current_steps": 153, "total_steps": 385, "loss": 0.117, "learning_rate": 1.275e-06, "epoch": 1.967845659163987, "percentage": 39.74, "elapsed_time": "0:33:21", "remaining_time": "0:50:35", "throughput": "1031.96", "total_tokens": 2065856}
|
154 |
+
{"current_steps": 154, "total_steps": 385, "loss": 0.0998, "learning_rate": 1.2833333333333335e-06, "epoch": 1.9807073954983923, "percentage": 40.0, "elapsed_time": "0:33:34", "remaining_time": "0:50:22", "throughput": "1031.63", "total_tokens": 2078656}
|
155 |
+
{"current_steps": 155, "total_steps": 385, "loss": 0.1384, "learning_rate": 1.2916666666666669e-06, "epoch": 1.9935691318327975, "percentage": 40.26, "elapsed_time": "0:33:48", "remaining_time": "0:50:09", "throughput": "1031.88", "total_tokens": 2092672}
|
156 |
+
{"current_steps": 156, "total_steps": 385, "loss": 0.1157, "learning_rate": 1.3e-06, "epoch": 2.0064308681672025, "percentage": 40.52, "elapsed_time": "0:34:01", "remaining_time": "0:49:56", "throughput": "1031.69", "total_tokens": 2105728}
|
157 |
+
{"current_steps": 157, "total_steps": 385, "loss": 0.0696, "learning_rate": 1.3083333333333334e-06, "epoch": 2.0192926045016075, "percentage": 40.78, "elapsed_time": "0:34:14", "remaining_time": "0:49:43", "throughput": "1031.58", "total_tokens": 2118976}
|
158 |
+
{"current_steps": 158, "total_steps": 385, "loss": 0.0665, "learning_rate": 1.3166666666666666e-06, "epoch": 2.032154340836013, "percentage": 41.04, "elapsed_time": "0:34:27", "remaining_time": "0:49:29", "throughput": "1031.54", "total_tokens": 2132352}
|
159 |
+
{"current_steps": 159, "total_steps": 385, "loss": 0.0783, "learning_rate": 1.3250000000000002e-06, "epoch": 2.045016077170418, "percentage": 41.3, "elapsed_time": "0:34:40", "remaining_time": "0:49:16", "throughput": "1031.64", "total_tokens": 2146048}
|
160 |
+
{"current_steps": 160, "total_steps": 385, "loss": 0.0749, "learning_rate": 1.3333333333333334e-06, "epoch": 2.057877813504823, "percentage": 41.56, "elapsed_time": "0:34:53", "remaining_time": "0:49:03", "throughput": "1031.29", "total_tokens": 2158752}
|
161 |
+
{"current_steps": 161, "total_steps": 385, "loss": 0.0731, "learning_rate": 1.3416666666666666e-06, "epoch": 2.0707395498392285, "percentage": 41.82, "elapsed_time": "0:35:06", "remaining_time": "0:48:50", "throughput": "1031.12", "total_tokens": 2171872}
|
162 |
+
{"current_steps": 162, "total_steps": 385, "loss": 0.0913, "learning_rate": 1.3500000000000002e-06, "epoch": 2.0836012861736335, "percentage": 42.08, "elapsed_time": "0:35:19", "remaining_time": "0:48:37", "throughput": "1030.87", "total_tokens": 2184800}
|
163 |
+
{"current_steps": 163, "total_steps": 385, "loss": 0.0521, "learning_rate": 1.3583333333333334e-06, "epoch": 2.0964630225080385, "percentage": 42.34, "elapsed_time": "0:35:32", "remaining_time": "0:48:24", "throughput": "1030.82", "total_tokens": 2198176}
|
164 |
+
{"current_steps": 164, "total_steps": 385, "loss": 0.068, "learning_rate": 1.3666666666666668e-06, "epoch": 2.1093247588424435, "percentage": 42.6, "elapsed_time": "0:35:45", "remaining_time": "0:48:11", "throughput": "1030.71", "total_tokens": 2211392}
|
165 |
+
{"current_steps": 165, "total_steps": 385, "loss": 0.0686, "learning_rate": 1.3750000000000002e-06, "epoch": 2.122186495176849, "percentage": 42.86, "elapsed_time": "0:35:58", "remaining_time": "0:47:58", "throughput": "1030.53", "total_tokens": 2224480}
|
166 |
+
{"current_steps": 166, "total_steps": 385, "loss": 0.0545, "learning_rate": 1.3833333333333336e-06, "epoch": 2.135048231511254, "percentage": 43.12, "elapsed_time": "0:36:11", "remaining_time": "0:47:44", "throughput": "1030.54", "total_tokens": 2237920}
|
167 |
+
{"current_steps": 167, "total_steps": 385, "loss": 0.0347, "learning_rate": 1.3916666666666668e-06, "epoch": 2.147909967845659, "percentage": 43.38, "elapsed_time": "0:36:24", "remaining_time": "0:47:31", "throughput": "1030.37", "total_tokens": 2251008}
|
168 |
+
{"current_steps": 168, "total_steps": 385, "loss": 0.0993, "learning_rate": 1.4000000000000001e-06, "epoch": 2.1607717041800645, "percentage": 43.64, "elapsed_time": "0:36:37", "remaining_time": "0:47:18", "throughput": "1030.36", "total_tokens": 2264448}
|
169 |
+
{"current_steps": 169, "total_steps": 385, "loss": 0.1059, "learning_rate": 1.4083333333333335e-06, "epoch": 2.1736334405144695, "percentage": 43.9, "elapsed_time": "0:36:50", "remaining_time": "0:47:05", "throughput": "1030.18", "total_tokens": 2277568}
|
170 |
+
{"current_steps": 170, "total_steps": 385, "loss": 0.089, "learning_rate": 1.4166666666666667e-06, "epoch": 2.1864951768488745, "percentage": 44.16, "elapsed_time": "0:37:03", "remaining_time": "0:46:52", "throughput": "1030.24", "total_tokens": 2291168}
|
171 |
+
{"current_steps": 171, "total_steps": 385, "loss": 0.0379, "learning_rate": 1.425e-06, "epoch": 2.19935691318328, "percentage": 44.42, "elapsed_time": "0:37:16", "remaining_time": "0:46:39", "throughput": "1030.07", "total_tokens": 2304192}
|
172 |
+
{"current_steps": 172, "total_steps": 385, "loss": 0.0626, "learning_rate": 1.4333333333333335e-06, "epoch": 2.212218649517685, "percentage": 44.68, "elapsed_time": "0:37:29", "remaining_time": "0:46:26", "throughput": "1030.20", "total_tokens": 2317920}
|
173 |
+
{"current_steps": 173, "total_steps": 385, "loss": 0.0957, "learning_rate": 1.4416666666666667e-06, "epoch": 2.22508038585209, "percentage": 44.94, "elapsed_time": "0:37:43", "remaining_time": "0:46:13", "throughput": "1030.64", "total_tokens": 2332416}
|
174 |
+
{"current_steps": 174, "total_steps": 385, "loss": 0.0636, "learning_rate": 1.45e-06, "epoch": 2.237942122186495, "percentage": 45.19, "elapsed_time": "0:37:56", "remaining_time": "0:46:00", "throughput": "1030.75", "total_tokens": 2346112}
|
175 |
+
{"current_steps": 175, "total_steps": 385, "loss": 0.074, "learning_rate": 1.4583333333333335e-06, "epoch": 2.2508038585209005, "percentage": 45.45, "elapsed_time": "0:38:09", "remaining_time": "0:45:47", "throughput": "1030.71", "total_tokens": 2359488}
|
176 |
+
{"current_steps": 176, "total_steps": 385, "loss": 0.0685, "learning_rate": 1.4666666666666669e-06, "epoch": 2.2636655948553055, "percentage": 45.71, "elapsed_time": "0:38:22", "remaining_time": "0:45:33", "throughput": "1030.69", "total_tokens": 2372928}
|
177 |
+
{"current_steps": 177, "total_steps": 385, "loss": 0.0574, "learning_rate": 1.475e-06, "epoch": 2.2765273311897105, "percentage": 45.97, "elapsed_time": "0:38:35", "remaining_time": "0:45:20", "throughput": "1030.53", "total_tokens": 2386016}
|
178 |
+
{"current_steps": 178, "total_steps": 385, "loss": 0.0619, "learning_rate": 1.4833333333333337e-06, "epoch": 2.289389067524116, "percentage": 46.23, "elapsed_time": "0:38:48", "remaining_time": "0:45:07", "throughput": "1030.73", "total_tokens": 2399936}
|
179 |
+
{"current_steps": 179, "total_steps": 385, "loss": 0.0683, "learning_rate": 1.4916666666666669e-06, "epoch": 2.302250803858521, "percentage": 46.49, "elapsed_time": "0:39:01", "remaining_time": "0:44:54", "throughput": "1030.36", "total_tokens": 2412480}
|
180 |
+
{"current_steps": 180, "total_steps": 385, "loss": 0.07, "learning_rate": 1.5e-06, "epoch": 2.315112540192926, "percentage": 46.75, "elapsed_time": "0:39:14", "remaining_time": "0:44:41", "throughput": "1030.33", "total_tokens": 2425888}
|
181 |
+
{"current_steps": 181, "total_steps": 385, "loss": 0.1154, "learning_rate": 1.5083333333333336e-06, "epoch": 2.327974276527331, "percentage": 47.01, "elapsed_time": "0:39:27", "remaining_time": "0:44:28", "throughput": "1030.26", "total_tokens": 2439168}
|
182 |
+
{"current_steps": 182, "total_steps": 385, "loss": 0.0923, "learning_rate": 1.5166666666666668e-06, "epoch": 2.3408360128617365, "percentage": 47.27, "elapsed_time": "0:39:40", "remaining_time": "0:44:15", "throughput": "1030.40", "total_tokens": 2452928}
|
183 |
+
{"current_steps": 183, "total_steps": 385, "loss": 0.0777, "learning_rate": 1.525e-06, "epoch": 2.3536977491961415, "percentage": 47.53, "elapsed_time": "0:39:53", "remaining_time": "0:44:02", "throughput": "1030.14", "total_tokens": 2465760}
|
184 |
+
{"current_steps": 184, "total_steps": 385, "loss": 0.0754, "learning_rate": 1.5333333333333334e-06, "epoch": 2.3665594855305465, "percentage": 47.79, "elapsed_time": "0:40:06", "remaining_time": "0:43:49", "throughput": "1030.34", "total_tokens": 2479744}
|
185 |
+
{"current_steps": 185, "total_steps": 385, "loss": 0.0704, "learning_rate": 1.5416666666666668e-06, "epoch": 2.379421221864952, "percentage": 48.05, "elapsed_time": "0:40:19", "remaining_time": "0:43:35", "throughput": "1030.27", "total_tokens": 2493024}
|
186 |
+
{"current_steps": 186, "total_steps": 385, "loss": 0.0915, "learning_rate": 1.5500000000000002e-06, "epoch": 2.392282958199357, "percentage": 48.31, "elapsed_time": "0:40:32", "remaining_time": "0:43:22", "throughput": "1030.38", "total_tokens": 2506720}
|
187 |
+
{"current_steps": 187, "total_steps": 385, "loss": 0.087, "learning_rate": 1.5583333333333334e-06, "epoch": 2.405144694533762, "percentage": 48.57, "elapsed_time": "0:40:45", "remaining_time": "0:43:09", "throughput": "1030.22", "total_tokens": 2519776}
|
188 |
+
{"current_steps": 188, "total_steps": 385, "loss": 0.0566, "learning_rate": 1.566666666666667e-06, "epoch": 2.418006430868167, "percentage": 48.83, "elapsed_time": "0:40:58", "remaining_time": "0:42:56", "throughput": "1030.35", "total_tokens": 2533536}
|
189 |
+
{"current_steps": 189, "total_steps": 385, "loss": 0.1037, "learning_rate": 1.5750000000000002e-06, "epoch": 2.4308681672025725, "percentage": 49.09, "elapsed_time": "0:41:11", "remaining_time": "0:42:43", "throughput": "1030.56", "total_tokens": 2547520}
|
190 |
+
{"current_steps": 190, "total_steps": 385, "loss": 0.1143, "learning_rate": 1.5833333333333333e-06, "epoch": 2.4437299035369775, "percentage": 49.35, "elapsed_time": "0:41:25", "remaining_time": "0:42:30", "throughput": "1030.68", "total_tokens": 2561280}
|
191 |
+
{"current_steps": 191, "total_steps": 385, "loss": 0.0829, "learning_rate": 1.591666666666667e-06, "epoch": 2.4565916398713825, "percentage": 49.61, "elapsed_time": "0:41:38", "remaining_time": "0:42:17", "throughput": "1030.82", "total_tokens": 2575136}
|
192 |
+
{"current_steps": 192, "total_steps": 385, "loss": 0.0422, "learning_rate": 1.6000000000000001e-06, "epoch": 2.469453376205788, "percentage": 49.87, "elapsed_time": "0:41:51", "remaining_time": "0:42:04", "throughput": "1030.87", "total_tokens": 2588736}
|
193 |
+
{"current_steps": 193, "total_steps": 385, "loss": 0.0727, "learning_rate": 1.6083333333333333e-06, "epoch": 2.482315112540193, "percentage": 50.13, "elapsed_time": "0:42:04", "remaining_time": "0:41:51", "throughput": "1030.95", "total_tokens": 2602400}
|
194 |
+
{"current_steps": 194, "total_steps": 385, "loss": 0.0836, "learning_rate": 1.6166666666666667e-06, "epoch": 2.495176848874598, "percentage": 50.39, "elapsed_time": "0:42:17", "remaining_time": "0:41:38", "throughput": "1030.88", "total_tokens": 2615648}
|
195 |
+
{"current_steps": 195, "total_steps": 385, "loss": 0.0803, "learning_rate": 1.6250000000000001e-06, "epoch": 2.508038585209003, "percentage": 50.65, "elapsed_time": "0:42:30", "remaining_time": "0:41:24", "throughput": "1030.85", "total_tokens": 2629024}
|
196 |
+
{"current_steps": 196, "total_steps": 385, "loss": 0.0654, "learning_rate": 1.6333333333333335e-06, "epoch": 2.5209003215434085, "percentage": 50.91, "elapsed_time": "0:42:43", "remaining_time": "0:41:11", "throughput": "1030.96", "total_tokens": 2642784}
|
197 |
+
{"current_steps": 197, "total_steps": 385, "loss": 0.0587, "learning_rate": 1.6416666666666667e-06, "epoch": 2.5337620578778135, "percentage": 51.17, "elapsed_time": "0:42:56", "remaining_time": "0:40:58", "throughput": "1030.89", "total_tokens": 2656064}
|
198 |
+
{"current_steps": 198, "total_steps": 385, "loss": 0.0848, "learning_rate": 1.6500000000000003e-06, "epoch": 2.5466237942122185, "percentage": 51.43, "elapsed_time": "0:43:09", "remaining_time": "0:40:45", "throughput": "1030.87", "total_tokens": 2669472}
|
199 |
+
{"current_steps": 199, "total_steps": 385, "loss": 0.0525, "learning_rate": 1.6583333333333335e-06, "epoch": 2.559485530546624, "percentage": 51.69, "elapsed_time": "0:43:22", "remaining_time": "0:40:32", "throughput": "1030.88", "total_tokens": 2682944}
|
200 |
+
{"current_steps": 200, "total_steps": 385, "loss": 0.0677, "learning_rate": 1.6666666666666667e-06, "epoch": 2.572347266881029, "percentage": 51.95, "elapsed_time": "0:43:35", "remaining_time": "0:40:19", "throughput": "1030.73", "total_tokens": 2695968}
|
201 |
+
{"current_steps": 201, "total_steps": 385, "loss": 0.062, "learning_rate": 1.6750000000000003e-06, "epoch": 2.585209003215434, "percentage": 52.21, "elapsed_time": "0:43:48", "remaining_time": "0:40:06", "throughput": "1030.77", "total_tokens": 2709504}
|
202 |
+
{"current_steps": 202, "total_steps": 385, "loss": 0.0674, "learning_rate": 1.6833333333333335e-06, "epoch": 2.598070739549839, "percentage": 52.47, "elapsed_time": "0:44:01", "remaining_time": "0:39:53", "throughput": "1030.89", "total_tokens": 2723264}
|
203 |
+
{"current_steps": 203, "total_steps": 385, "loss": 0.0533, "learning_rate": 1.6916666666666666e-06, "epoch": 2.6109324758842445, "percentage": 52.73, "elapsed_time": "0:44:14", "remaining_time": "0:39:40", "throughput": "1030.91", "total_tokens": 2736768}
|
204 |
+
{"current_steps": 204, "total_steps": 385, "loss": 0.0757, "learning_rate": 1.7000000000000002e-06, "epoch": 2.6237942122186495, "percentage": 52.99, "elapsed_time": "0:44:27", "remaining_time": "0:39:27", "throughput": "1031.12", "total_tokens": 2750816}
|
205 |
+
{"current_steps": 205, "total_steps": 385, "loss": 0.0777, "learning_rate": 1.7083333333333334e-06, "epoch": 2.6366559485530545, "percentage": 53.25, "elapsed_time": "0:44:40", "remaining_time": "0:39:13", "throughput": "1031.22", "total_tokens": 2764576}
|
206 |
+
{"current_steps": 206, "total_steps": 385, "loss": 0.0921, "learning_rate": 1.7166666666666668e-06, "epoch": 2.64951768488746, "percentage": 53.51, "elapsed_time": "0:44:53", "remaining_time": "0:39:00", "throughput": "1031.22", "total_tokens": 2778080}
|
207 |
+
{"current_steps": 207, "total_steps": 385, "loss": 0.0378, "learning_rate": 1.725e-06, "epoch": 2.662379421221865, "percentage": 53.77, "elapsed_time": "0:45:07", "remaining_time": "0:38:47", "throughput": "1031.02", "total_tokens": 2790976}
|
208 |
+
{"current_steps": 208, "total_steps": 385, "loss": 0.0671, "learning_rate": 1.7333333333333336e-06, "epoch": 2.67524115755627, "percentage": 54.03, "elapsed_time": "0:45:20", "remaining_time": "0:38:34", "throughput": "1031.28", "total_tokens": 2805152}
|
209 |
+
{"current_steps": 209, "total_steps": 385, "loss": 0.0664, "learning_rate": 1.7416666666666668e-06, "epoch": 2.688102893890675, "percentage": 54.29, "elapsed_time": "0:45:33", "remaining_time": "0:38:21", "throughput": "1031.30", "total_tokens": 2818688}
|
210 |
+
{"current_steps": 210, "total_steps": 385, "loss": 0.072, "learning_rate": 1.75e-06, "epoch": 2.7009646302250805, "percentage": 54.55, "elapsed_time": "0:45:46", "remaining_time": "0:38:08", "throughput": "1031.20", "total_tokens": 2831872}
|
211 |
+
{"current_steps": 211, "total_steps": 385, "loss": 0.0883, "learning_rate": 1.7583333333333336e-06, "epoch": 2.7138263665594855, "percentage": 54.81, "elapsed_time": "0:45:59", "remaining_time": "0:37:55", "throughput": "1031.43", "total_tokens": 2845984}
|
212 |
+
{"current_steps": 212, "total_steps": 385, "loss": 0.0414, "learning_rate": 1.7666666666666668e-06, "epoch": 2.7266881028938905, "percentage": 55.06, "elapsed_time": "0:46:12", "remaining_time": "0:37:42", "throughput": "1031.35", "total_tokens": 2859232}
|
213 |
+
{"current_steps": 213, "total_steps": 385, "loss": 0.031, "learning_rate": 1.7750000000000002e-06, "epoch": 2.739549839228296, "percentage": 55.32, "elapsed_time": "0:46:25", "remaining_time": "0:37:29", "throughput": "1031.16", "total_tokens": 2872192}
|
214 |
+
{"current_steps": 214, "total_steps": 385, "loss": 0.0634, "learning_rate": 1.7833333333333336e-06, "epoch": 2.752411575562701, "percentage": 55.58, "elapsed_time": "0:46:38", "remaining_time": "0:37:16", "throughput": "1031.04", "total_tokens": 2885312}
|
215 |
+
{"current_steps": 215, "total_steps": 385, "loss": 0.0837, "learning_rate": 1.7916666666666667e-06, "epoch": 2.765273311897106, "percentage": 55.84, "elapsed_time": "0:46:51", "remaining_time": "0:37:03", "throughput": "1031.15", "total_tokens": 2899072}
|
216 |
+
{"current_steps": 216, "total_steps": 385, "loss": 0.0855, "learning_rate": 1.8000000000000001e-06, "epoch": 2.778135048231511, "percentage": 56.1, "elapsed_time": "0:47:04", "remaining_time": "0:36:49", "throughput": "1031.11", "total_tokens": 2912448}
|
217 |
+
{"current_steps": 217, "total_steps": 385, "loss": 0.0945, "learning_rate": 1.8083333333333335e-06, "epoch": 2.7909967845659165, "percentage": 56.36, "elapsed_time": "0:47:17", "remaining_time": "0:36:36", "throughput": "1030.85", "total_tokens": 2925120}
|
218 |
+
{"current_steps": 218, "total_steps": 385, "loss": 0.078, "learning_rate": 1.816666666666667e-06, "epoch": 2.8038585209003215, "percentage": 56.62, "elapsed_time": "0:47:30", "remaining_time": "0:36:23", "throughput": "1030.78", "total_tokens": 2938336}
|
219 |
+
{"current_steps": 219, "total_steps": 385, "loss": 0.0573, "learning_rate": 1.825e-06, "epoch": 2.816720257234727, "percentage": 56.88, "elapsed_time": "0:47:43", "remaining_time": "0:36:10", "throughput": "1030.59", "total_tokens": 2951264}
|
220 |
+
{"current_steps": 220, "total_steps": 385, "loss": 0.0806, "learning_rate": 1.8333333333333333e-06, "epoch": 2.829581993569132, "percentage": 57.14, "elapsed_time": "0:47:56", "remaining_time": "0:35:57", "throughput": "1030.71", "total_tokens": 2965120}
|
221 |
+
{"current_steps": 221, "total_steps": 385, "loss": 0.0961, "learning_rate": 1.8416666666666669e-06, "epoch": 2.842443729903537, "percentage": 57.4, "elapsed_time": "0:48:09", "remaining_time": "0:35:44", "throughput": "1030.63", "total_tokens": 2978368}
|
222 |
+
{"current_steps": 222, "total_steps": 385, "loss": 0.0732, "learning_rate": 1.85e-06, "epoch": 2.855305466237942, "percentage": 57.66, "elapsed_time": "0:48:22", "remaining_time": "0:35:31", "throughput": "1030.70", "total_tokens": 2992000}
|
223 |
+
{"current_steps": 223, "total_steps": 385, "loss": 0.0957, "learning_rate": 1.8583333333333335e-06, "epoch": 2.868167202572347, "percentage": 57.92, "elapsed_time": "0:48:35", "remaining_time": "0:35:18", "throughput": "1030.89", "total_tokens": 3006048}
|
224 |
+
{"current_steps": 224, "total_steps": 385, "loss": 0.0774, "learning_rate": 1.8666666666666669e-06, "epoch": 2.8810289389067525, "percentage": 58.18, "elapsed_time": "0:48:49", "remaining_time": "0:35:05", "throughput": "1030.97", "total_tokens": 3019744}
|
225 |
+
{"current_steps": 225, "total_steps": 385, "loss": 0.0691, "learning_rate": 1.8750000000000003e-06, "epoch": 2.8938906752411575, "percentage": 58.44, "elapsed_time": "0:49:02", "remaining_time": "0:34:52", "throughput": "1031.09", "total_tokens": 3033568}
|
226 |
+
{"current_steps": 226, "total_steps": 385, "loss": 0.0529, "learning_rate": 1.8833333333333334e-06, "epoch": 2.906752411575563, "percentage": 58.7, "elapsed_time": "0:49:15", "remaining_time": "0:34:39", "throughput": "1031.31", "total_tokens": 3047712}
|
227 |
+
{"current_steps": 227, "total_steps": 385, "loss": 0.0811, "learning_rate": 1.8916666666666668e-06, "epoch": 2.919614147909968, "percentage": 58.96, "elapsed_time": "0:49:28", "remaining_time": "0:34:26", "throughput": "1031.18", "total_tokens": 3060800}
|
228 |
+
{"current_steps": 228, "total_steps": 385, "loss": 0.1211, "learning_rate": 1.9000000000000002e-06, "epoch": 2.932475884244373, "percentage": 59.22, "elapsed_time": "0:49:41", "remaining_time": "0:34:12", "throughput": "1031.32", "total_tokens": 3074720}
|
229 |
+
{"current_steps": 229, "total_steps": 385, "loss": 0.0489, "learning_rate": 1.9083333333333334e-06, "epoch": 2.945337620578778, "percentage": 59.48, "elapsed_time": "0:49:54", "remaining_time": "0:33:59", "throughput": "1031.40", "total_tokens": 3088448}
|
230 |
+
{"current_steps": 230, "total_steps": 385, "loss": 0.0947, "learning_rate": 1.916666666666667e-06, "epoch": 2.958199356913183, "percentage": 59.74, "elapsed_time": "0:50:07", "remaining_time": "0:33:46", "throughput": "1031.77", "total_tokens": 3103008}
|
231 |
+
{"current_steps": 231, "total_steps": 385, "loss": 0.0561, "learning_rate": 1.925e-06, "epoch": 2.9710610932475885, "percentage": 60.0, "elapsed_time": "0:50:20", "remaining_time": "0:33:33", "throughput": "1031.72", "total_tokens": 3116320}
|
232 |
+
{"current_steps": 232, "total_steps": 385, "loss": 0.0629, "learning_rate": 1.9333333333333336e-06, "epoch": 2.9839228295819935, "percentage": 60.26, "elapsed_time": "0:50:33", "remaining_time": "0:33:20", "throughput": "1031.97", "total_tokens": 3130592}
|
233 |
+
{"current_steps": 233, "total_steps": 385, "loss": 0.0579, "learning_rate": 1.9416666666666666e-06, "epoch": 2.996784565916399, "percentage": 60.52, "elapsed_time": "0:50:46", "remaining_time": "0:33:07", "throughput": "1031.94", "total_tokens": 3144000}
|
234 |
+
{"current_steps": 234, "total_steps": 385, "loss": 0.0285, "learning_rate": 1.9500000000000004e-06, "epoch": 3.009646302250804, "percentage": 60.78, "elapsed_time": "0:50:59", "remaining_time": "0:32:54", "throughput": "1031.94", "total_tokens": 3157472}
|
235 |
+
{"current_steps": 235, "total_steps": 385, "loss": 0.0256, "learning_rate": 1.9583333333333334e-06, "epoch": 3.022508038585209, "percentage": 61.04, "elapsed_time": "0:51:12", "remaining_time": "0:32:41", "throughput": "1031.83", "total_tokens": 3170656}
|
236 |
+
{"current_steps": 236, "total_steps": 385, "loss": 0.0247, "learning_rate": 1.9666666666666668e-06, "epoch": 3.035369774919614, "percentage": 61.3, "elapsed_time": "0:51:25", "remaining_time": "0:32:28", "throughput": "1031.89", "total_tokens": 3184320}
|
237 |
+
{"current_steps": 237, "total_steps": 385, "loss": 0.0325, "learning_rate": 1.975e-06, "epoch": 3.0482315112540195, "percentage": 61.56, "elapsed_time": "0:51:38", "remaining_time": "0:32:15", "throughput": "1031.71", "total_tokens": 3197216}
|
238 |
+
{"current_steps": 238, "total_steps": 385, "loss": 0.0172, "learning_rate": 1.9833333333333335e-06, "epoch": 3.0610932475884245, "percentage": 61.82, "elapsed_time": "0:51:51", "remaining_time": "0:32:02", "throughput": "1031.83", "total_tokens": 3211008}
|
239 |
+
{"current_steps": 239, "total_steps": 385, "loss": 0.05, "learning_rate": 1.991666666666667e-06, "epoch": 3.0739549839228295, "percentage": 62.08, "elapsed_time": "0:52:05", "remaining_time": "0:31:49", "throughput": "1032.03", "total_tokens": 3225152}
|
240 |
+
{"current_steps": 240, "total_steps": 385, "loss": 0.0134, "learning_rate": 2.0000000000000003e-06, "epoch": 3.0868167202572345, "percentage": 62.34, "elapsed_time": "0:52:18", "remaining_time": "0:31:35", "throughput": "1032.07", "total_tokens": 3238752}
|
241 |
+
{"current_steps": 241, "total_steps": 385, "loss": 0.0434, "learning_rate": 2.0083333333333337e-06, "epoch": 3.09967845659164, "percentage": 62.6, "elapsed_time": "0:52:31", "remaining_time": "0:31:22", "throughput": "1032.06", "total_tokens": 3252224}
|
242 |
+
{"current_steps": 242, "total_steps": 385, "loss": 0.0186, "learning_rate": 2.0166666666666667e-06, "epoch": 3.112540192926045, "percentage": 62.86, "elapsed_time": "0:52:44", "remaining_time": "0:31:09", "throughput": "1031.79", "total_tokens": 3264832}
|
243 |
+
{"current_steps": 243, "total_steps": 385, "loss": 0.0341, "learning_rate": 2.025e-06, "epoch": 3.12540192926045, "percentage": 63.12, "elapsed_time": "0:52:57", "remaining_time": "0:30:56", "throughput": "1031.70", "total_tokens": 3278048}
|
244 |
+
{"current_steps": 244, "total_steps": 385, "loss": 0.0386, "learning_rate": 2.0333333333333335e-06, "epoch": 3.1382636655948555, "percentage": 63.38, "elapsed_time": "0:53:10", "remaining_time": "0:30:43", "throughput": "1031.75", "total_tokens": 3291680}
|
245 |
+
{"current_steps": 245, "total_steps": 385, "loss": 0.0389, "learning_rate": 2.041666666666667e-06, "epoch": 3.1511254019292605, "percentage": 63.64, "elapsed_time": "0:53:23", "remaining_time": "0:30:30", "throughput": "1031.84", "total_tokens": 3305440}
|
246 |
+
{"current_steps": 246, "total_steps": 385, "loss": 0.0227, "learning_rate": 2.05e-06, "epoch": 3.1639871382636655, "percentage": 63.9, "elapsed_time": "0:53:36", "remaining_time": "0:30:17", "throughput": "1031.98", "total_tokens": 3319360}
|
247 |
+
{"current_steps": 247, "total_steps": 385, "loss": 0.0317, "learning_rate": 2.0583333333333337e-06, "epoch": 3.176848874598071, "percentage": 64.16, "elapsed_time": "0:53:49", "remaining_time": "0:30:04", "throughput": "1032.06", "total_tokens": 3333088}
|
248 |
+
{"current_steps": 248, "total_steps": 385, "loss": 0.0335, "learning_rate": 2.0666666666666666e-06, "epoch": 3.189710610932476, "percentage": 64.42, "elapsed_time": "0:54:02", "remaining_time": "0:29:51", "throughput": "1031.85", "total_tokens": 3345856}
|
249 |
+
{"current_steps": 249, "total_steps": 385, "loss": 0.0257, "learning_rate": 2.075e-06, "epoch": 3.202572347266881, "percentage": 64.68, "elapsed_time": "0:54:15", "remaining_time": "0:29:38", "throughput": "1031.71", "total_tokens": 3358880}
|
250 |
+
{"current_steps": 250, "total_steps": 385, "loss": 0.0244, "learning_rate": 2.0833333333333334e-06, "epoch": 3.215434083601286, "percentage": 64.94, "elapsed_time": "0:54:28", "remaining_time": "0:29:25", "throughput": "1031.99", "total_tokens": 3373312}
|
251 |
+
{"current_steps": 251, "total_steps": 385, "loss": 0.0285, "learning_rate": 2.091666666666667e-06, "epoch": 3.2282958199356915, "percentage": 65.19, "elapsed_time": "0:54:41", "remaining_time": "0:29:12", "throughput": "1031.85", "total_tokens": 3386336}
|
252 |
+
{"current_steps": 252, "total_steps": 385, "loss": 0.0093, "learning_rate": 2.1000000000000002e-06, "epoch": 3.2411575562700965, "percentage": 65.45, "elapsed_time": "0:54:54", "remaining_time": "0:28:58", "throughput": "1031.89", "total_tokens": 3399904}
|
253 |
+
{"current_steps": 253, "total_steps": 385, "loss": 0.0415, "learning_rate": 2.1083333333333336e-06, "epoch": 3.2540192926045015, "percentage": 65.71, "elapsed_time": "0:55:07", "remaining_time": "0:28:45", "throughput": "1031.75", "total_tokens": 3412896}
|
254 |
+
{"current_steps": 254, "total_steps": 385, "loss": 0.0239, "learning_rate": 2.116666666666667e-06, "epoch": 3.266881028938907, "percentage": 65.97, "elapsed_time": "0:55:20", "remaining_time": "0:28:32", "throughput": "1031.75", "total_tokens": 3426336}
|
255 |
+
{"current_steps": 255, "total_steps": 385, "loss": 0.0412, "learning_rate": 2.125e-06, "epoch": 3.279742765273312, "percentage": 66.23, "elapsed_time": "0:55:33", "remaining_time": "0:28:19", "throughput": "1031.71", "total_tokens": 3439680}
|
256 |
+
{"current_steps": 256, "total_steps": 385, "loss": 0.0503, "learning_rate": 2.133333333333334e-06, "epoch": 3.292604501607717, "percentage": 66.49, "elapsed_time": "0:55:47", "remaining_time": "0:28:06", "throughput": "1031.89", "total_tokens": 3453760}
|
257 |
+
{"current_steps": 257, "total_steps": 385, "loss": 0.0046, "learning_rate": 2.1416666666666668e-06, "epoch": 3.305466237942122, "percentage": 66.75, "elapsed_time": "0:56:00", "remaining_time": "0:27:53", "throughput": "1031.66", "total_tokens": 3466496}
|
258 |
+
{"current_steps": 258, "total_steps": 385, "loss": 0.041, "learning_rate": 2.15e-06, "epoch": 3.3183279742765275, "percentage": 67.01, "elapsed_time": "0:56:13", "remaining_time": "0:27:40", "throughput": "1031.77", "total_tokens": 3480352}
|
259 |
+
{"current_steps": 259, "total_steps": 385, "loss": 0.0257, "learning_rate": 2.1583333333333336e-06, "epoch": 3.3311897106109325, "percentage": 67.27, "elapsed_time": "0:56:26", "remaining_time": "0:27:27", "throughput": "1031.85", "total_tokens": 3494112}
|
260 |
+
{"current_steps": 260, "total_steps": 385, "loss": 0.0168, "learning_rate": 2.166666666666667e-06, "epoch": 3.3440514469453375, "percentage": 67.53, "elapsed_time": "0:56:39", "remaining_time": "0:27:14", "throughput": "1031.84", "total_tokens": 3507520}
|
261 |
+
{"current_steps": 261, "total_steps": 385, "loss": 0.0439, "learning_rate": 2.1750000000000004e-06, "epoch": 3.356913183279743, "percentage": 67.79, "elapsed_time": "0:56:52", "remaining_time": "0:27:01", "throughput": "1031.65", "total_tokens": 3520352}
|
262 |
+
{"current_steps": 262, "total_steps": 385, "loss": 0.0204, "learning_rate": 2.1833333333333333e-06, "epoch": 3.369774919614148, "percentage": 68.05, "elapsed_time": "0:57:05", "remaining_time": "0:26:48", "throughput": "1031.70", "total_tokens": 3533984}
|
263 |
+
{"current_steps": 263, "total_steps": 385, "loss": 0.0284, "learning_rate": 2.191666666666667e-06, "epoch": 3.382636655948553, "percentage": 68.31, "elapsed_time": "0:57:18", "remaining_time": "0:26:35", "throughput": "1031.59", "total_tokens": 3547072}
|
264 |
+
{"current_steps": 264, "total_steps": 385, "loss": 0.0684, "learning_rate": 2.2e-06, "epoch": 3.395498392282958, "percentage": 68.57, "elapsed_time": "0:57:31", "remaining_time": "0:26:21", "throughput": "1031.39", "total_tokens": 3559872}
|
265 |
+
{"current_steps": 265, "total_steps": 385, "loss": 0.0479, "learning_rate": 2.2083333333333335e-06, "epoch": 3.4083601286173635, "percentage": 68.83, "elapsed_time": "0:57:44", "remaining_time": "0:26:08", "throughput": "1031.24", "total_tokens": 3572832}
|
266 |
+
{"current_steps": 266, "total_steps": 385, "loss": 0.0434, "learning_rate": 2.216666666666667e-06, "epoch": 3.4212218649517685, "percentage": 69.09, "elapsed_time": "0:57:57", "remaining_time": "0:25:55", "throughput": "1031.11", "total_tokens": 3585792}
|
267 |
+
{"current_steps": 267, "total_steps": 385, "loss": 0.0213, "learning_rate": 2.2250000000000003e-06, "epoch": 3.4340836012861735, "percentage": 69.35, "elapsed_time": "0:58:10", "remaining_time": "0:25:42", "throughput": "1031.15", "total_tokens": 3599392}
|
268 |
+
{"current_steps": 268, "total_steps": 385, "loss": 0.0415, "learning_rate": 2.2333333333333333e-06, "epoch": 3.446945337620579, "percentage": 69.61, "elapsed_time": "0:58:23", "remaining_time": "0:25:29", "throughput": "1031.22", "total_tokens": 3613088}
|
269 |
+
{"current_steps": 269, "total_steps": 385, "loss": 0.0404, "learning_rate": 2.2416666666666667e-06, "epoch": 3.459807073954984, "percentage": 69.87, "elapsed_time": "0:58:36", "remaining_time": "0:25:16", "throughput": "1031.14", "total_tokens": 3626304}
|
270 |
+
{"current_steps": 270, "total_steps": 385, "loss": 0.0566, "learning_rate": 2.25e-06, "epoch": 3.472668810289389, "percentage": 70.13, "elapsed_time": "0:58:49", "remaining_time": "0:25:03", "throughput": "1031.20", "total_tokens": 3639968}
|
271 |
+
{"current_steps": 271, "total_steps": 385, "loss": 0.0509, "learning_rate": 2.2583333333333335e-06, "epoch": 3.485530546623794, "percentage": 70.39, "elapsed_time": "0:59:02", "remaining_time": "0:24:50", "throughput": "1031.20", "total_tokens": 3653472}
|
272 |
+
{"current_steps": 272, "total_steps": 385, "loss": 0.0385, "learning_rate": 2.266666666666667e-06, "epoch": 3.4983922829581995, "percentage": 70.65, "elapsed_time": "0:59:16", "remaining_time": "0:24:37", "throughput": "1031.23", "total_tokens": 3667104}
|
273 |
+
{"current_steps": 273, "total_steps": 385, "loss": 0.0225, "learning_rate": 2.2750000000000002e-06, "epoch": 3.5112540192926045, "percentage": 70.91, "elapsed_time": "0:59:29", "remaining_time": "0:24:24", "throughput": "1031.20", "total_tokens": 3680480}
|
274 |
+
{"current_steps": 274, "total_steps": 385, "loss": 0.0255, "learning_rate": 2.2833333333333336e-06, "epoch": 3.5241157556270095, "percentage": 71.17, "elapsed_time": "0:59:42", "remaining_time": "0:24:11", "throughput": "1031.11", "total_tokens": 3693568}
|
275 |
+
{"current_steps": 275, "total_steps": 385, "loss": 0.0531, "learning_rate": 2.2916666666666666e-06, "epoch": 3.536977491961415, "percentage": 71.43, "elapsed_time": "0:59:55", "remaining_time": "0:23:58", "throughput": "1030.96", "total_tokens": 3706496}
|
276 |
+
{"current_steps": 276, "total_steps": 385, "loss": 0.0095, "learning_rate": 2.3000000000000004e-06, "epoch": 3.54983922829582, "percentage": 71.69, "elapsed_time": "1:00:08", "remaining_time": "0:23:44", "throughput": "1031.07", "total_tokens": 3720352}
|
277 |
+
{"current_steps": 277, "total_steps": 385, "loss": 0.0229, "learning_rate": 2.3083333333333334e-06, "epoch": 3.562700964630225, "percentage": 71.95, "elapsed_time": "1:00:21", "remaining_time": "0:23:31", "throughput": "1031.17", "total_tokens": 3734176}
|
278 |
+
{"current_steps": 278, "total_steps": 385, "loss": 0.038, "learning_rate": 2.316666666666667e-06, "epoch": 3.57556270096463, "percentage": 72.21, "elapsed_time": "1:00:34", "remaining_time": "0:23:18", "throughput": "1031.41", "total_tokens": 3748544}
|
279 |
+
{"current_steps": 279, "total_steps": 385, "loss": 0.0316, "learning_rate": 2.325e-06, "epoch": 3.5884244372990355, "percentage": 72.47, "elapsed_time": "1:00:47", "remaining_time": "0:23:05", "throughput": "1031.40", "total_tokens": 3761984}
|
280 |
+
{"current_steps": 280, "total_steps": 385, "loss": 0.0861, "learning_rate": 2.3333333333333336e-06, "epoch": 3.6012861736334405, "percentage": 72.73, "elapsed_time": "1:01:00", "remaining_time": "0:22:52", "throughput": "1031.09", "total_tokens": 3774304}
|
281 |
+
{"current_steps": 281, "total_steps": 385, "loss": 0.0566, "learning_rate": 2.341666666666667e-06, "epoch": 3.6141479099678455, "percentage": 72.99, "elapsed_time": "1:01:13", "remaining_time": "0:22:39", "throughput": "1031.26", "total_tokens": 3788416}
|
282 |
+
{"current_steps": 282, "total_steps": 385, "loss": 0.0804, "learning_rate": 2.35e-06, "epoch": 3.627009646302251, "percentage": 73.25, "elapsed_time": "1:01:26", "remaining_time": "0:22:26", "throughput": "1031.33", "total_tokens": 3802112}
|
283 |
+
{"current_steps": 283, "total_steps": 385, "loss": 0.046, "learning_rate": 2.3583333333333338e-06, "epoch": 3.639871382636656, "percentage": 73.51, "elapsed_time": "1:01:39", "remaining_time": "0:22:13", "throughput": "1031.43", "total_tokens": 3815968}
|
284 |
+
{"current_steps": 284, "total_steps": 385, "loss": 0.0693, "learning_rate": 2.3666666666666667e-06, "epoch": 3.652733118971061, "percentage": 73.77, "elapsed_time": "1:01:52", "remaining_time": "0:22:00", "throughput": "1031.38", "total_tokens": 3829248}
|
285 |
+
{"current_steps": 285, "total_steps": 385, "loss": 0.0342, "learning_rate": 2.375e-06, "epoch": 3.665594855305466, "percentage": 74.03, "elapsed_time": "1:02:05", "remaining_time": "0:21:47", "throughput": "1031.47", "total_tokens": 3843072}
|
286 |
+
{"current_steps": 286, "total_steps": 385, "loss": 0.0479, "learning_rate": 2.3833333333333335e-06, "epoch": 3.6784565916398715, "percentage": 74.29, "elapsed_time": "1:02:18", "remaining_time": "0:21:34", "throughput": "1031.40", "total_tokens": 3856288}
|
287 |
+
{"current_steps": 287, "total_steps": 385, "loss": 0.0388, "learning_rate": 2.391666666666667e-06, "epoch": 3.6913183279742765, "percentage": 74.55, "elapsed_time": "1:02:32", "remaining_time": "0:21:21", "throughput": "1031.51", "total_tokens": 3870240}
|
288 |
+
{"current_steps": 288, "total_steps": 385, "loss": 0.0274, "learning_rate": 2.4000000000000003e-06, "epoch": 3.7041800643086815, "percentage": 74.81, "elapsed_time": "1:02:45", "remaining_time": "0:21:08", "throughput": "1031.62", "total_tokens": 3884096}
|
289 |
+
{"current_steps": 289, "total_steps": 385, "loss": 0.0259, "learning_rate": 2.4083333333333337e-06, "epoch": 3.717041800643087, "percentage": 75.06, "elapsed_time": "1:02:58", "remaining_time": "0:20:55", "throughput": "1031.83", "total_tokens": 3898368}
|
290 |
+
{"current_steps": 290, "total_steps": 385, "loss": 0.0367, "learning_rate": 2.4166666666666667e-06, "epoch": 3.729903536977492, "percentage": 75.32, "elapsed_time": "1:03:11", "remaining_time": "0:20:41", "throughput": "1031.66", "total_tokens": 3911200}
|
291 |
+
{"current_steps": 291, "total_steps": 385, "loss": 0.0661, "learning_rate": 2.425e-06, "epoch": 3.742765273311897, "percentage": 75.58, "elapsed_time": "1:03:24", "remaining_time": "0:20:28", "throughput": "1031.57", "total_tokens": 3924320}
|
292 |
+
{"current_steps": 292, "total_steps": 385, "loss": 0.0466, "learning_rate": 2.4333333333333335e-06, "epoch": 3.755627009646302, "percentage": 75.84, "elapsed_time": "1:03:37", "remaining_time": "0:20:15", "throughput": "1031.53", "total_tokens": 3937632}
|
293 |
+
{"current_steps": 293, "total_steps": 385, "loss": 0.0286, "learning_rate": 2.441666666666667e-06, "epoch": 3.7684887459807075, "percentage": 76.1, "elapsed_time": "1:03:50", "remaining_time": "0:20:02", "throughput": "1031.51", "total_tokens": 3951040}
|
294 |
+
{"current_steps": 294, "total_steps": 385, "loss": 0.0586, "learning_rate": 2.4500000000000003e-06, "epoch": 3.7813504823151125, "percentage": 76.36, "elapsed_time": "1:04:03", "remaining_time": "0:19:49", "throughput": "1031.36", "total_tokens": 3963936}
|
295 |
+
{"current_steps": 295, "total_steps": 385, "loss": 0.0329, "learning_rate": 2.4583333333333332e-06, "epoch": 3.7942122186495175, "percentage": 76.62, "elapsed_time": "1:04:16", "remaining_time": "0:19:36", "throughput": "1031.22", "total_tokens": 3976832}
|
296 |
+
{"current_steps": 296, "total_steps": 385, "loss": 0.0582, "learning_rate": 2.466666666666667e-06, "epoch": 3.807073954983923, "percentage": 76.88, "elapsed_time": "1:04:29", "remaining_time": "0:19:23", "throughput": "1031.30", "total_tokens": 3990592}
|
297 |
+
{"current_steps": 297, "total_steps": 385, "loss": 0.0312, "learning_rate": 2.475e-06, "epoch": 3.819935691318328, "percentage": 77.14, "elapsed_time": "1:04:42", "remaining_time": "0:19:10", "throughput": "1031.36", "total_tokens": 4004288}
|
298 |
+
{"current_steps": 298, "total_steps": 385, "loss": 0.0329, "learning_rate": 2.4833333333333334e-06, "epoch": 3.832797427652733, "percentage": 77.4, "elapsed_time": "1:04:55", "remaining_time": "0:18:57", "throughput": "1031.39", "total_tokens": 4017856}
|
299 |
+
{"current_steps": 299, "total_steps": 385, "loss": 0.0206, "learning_rate": 2.491666666666667e-06, "epoch": 3.845659163987138, "percentage": 77.66, "elapsed_time": "1:05:08", "remaining_time": "0:18:44", "throughput": "1031.35", "total_tokens": 4031168}
|
300 |
+
{"current_steps": 300, "total_steps": 385, "loss": 0.0426, "learning_rate": 2.5e-06, "epoch": 3.8585209003215435, "percentage": 77.92, "elapsed_time": "1:05:21", "remaining_time": "0:18:31", "throughput": "1031.30", "total_tokens": 4044416}
|
301 |
+
{"current_steps": 301, "total_steps": 385, "loss": 0.0179, "learning_rate": 2.5083333333333336e-06, "epoch": 3.8713826366559485, "percentage": 78.18, "elapsed_time": "1:05:34", "remaining_time": "0:18:18", "throughput": "1031.28", "total_tokens": 4057824}
|
302 |
+
{"current_steps": 302, "total_steps": 385, "loss": 0.0289, "learning_rate": 2.5166666666666666e-06, "epoch": 3.884244372990354, "percentage": 78.44, "elapsed_time": "1:05:47", "remaining_time": "0:18:04", "throughput": "1031.45", "total_tokens": 4071936}
|
303 |
+
{"current_steps": 303, "total_steps": 385, "loss": 0.0303, "learning_rate": 2.5250000000000004e-06, "epoch": 3.897106109324759, "percentage": 78.7, "elapsed_time": "1:06:00", "remaining_time": "0:17:51", "throughput": "1031.48", "total_tokens": 4085536}
|
304 |
+
{"current_steps": 304, "total_steps": 385, "loss": 0.046, "learning_rate": 2.5333333333333338e-06, "epoch": 3.909967845659164, "percentage": 78.96, "elapsed_time": "1:06:13", "remaining_time": "0:17:38", "throughput": "1031.62", "total_tokens": 4099552}
|
305 |
+
{"current_steps": 305, "total_steps": 385, "loss": 0.0523, "learning_rate": 2.5416666666666668e-06, "epoch": 3.922829581993569, "percentage": 79.22, "elapsed_time": "1:06:26", "remaining_time": "0:17:25", "throughput": "1031.55", "total_tokens": 4112736}
|
306 |
+
{"current_steps": 306, "total_steps": 385, "loss": 0.0329, "learning_rate": 2.55e-06, "epoch": 3.935691318327974, "percentage": 79.48, "elapsed_time": "1:06:39", "remaining_time": "0:17:12", "throughput": "1031.52", "total_tokens": 4126080}
|
307 |
+
{"current_steps": 307, "total_steps": 385, "loss": 0.0072, "learning_rate": 2.558333333333334e-06, "epoch": 3.9485530546623795, "percentage": 79.74, "elapsed_time": "1:06:53", "remaining_time": "0:16:59", "throughput": "1031.37", "total_tokens": 4138912}
|
308 |
+
{"current_steps": 308, "total_steps": 385, "loss": 0.0415, "learning_rate": 2.566666666666667e-06, "epoch": 3.9614147909967845, "percentage": 80.0, "elapsed_time": "1:07:06", "remaining_time": "0:16:46", "throughput": "1031.46", "total_tokens": 4152768}
|
309 |
+
{"current_steps": 309, "total_steps": 385, "loss": 0.0233, "learning_rate": 2.5750000000000003e-06, "epoch": 3.97427652733119, "percentage": 80.26, "elapsed_time": "1:07:19", "remaining_time": "0:16:33", "throughput": "1031.53", "total_tokens": 4166528}
|
310 |
+
{"current_steps": 310, "total_steps": 385, "loss": 0.0423, "learning_rate": 2.5833333333333337e-06, "epoch": 3.987138263665595, "percentage": 80.52, "elapsed_time": "1:07:32", "remaining_time": "0:16:20", "throughput": "1031.73", "total_tokens": 4180832}
|
311 |
+
{"current_steps": 311, "total_steps": 385, "loss": 0.0295, "learning_rate": 2.5916666666666667e-06, "epoch": 4.0, "percentage": 80.78, "elapsed_time": "1:07:45", "remaining_time": "0:16:07", "throughput": "1031.67", "total_tokens": 4194048}
|
312 |
+
{"current_steps": 312, "total_steps": 385, "loss": 0.0327, "learning_rate": 2.6e-06, "epoch": 4.012861736334405, "percentage": 81.04, "elapsed_time": "1:07:58", "remaining_time": "0:15:54", "throughput": "1031.56", "total_tokens": 4207040}
|
313 |
+
{"current_steps": 313, "total_steps": 385, "loss": 0.0301, "learning_rate": 2.608333333333333e-06, "epoch": 4.02572347266881, "percentage": 81.3, "elapsed_time": "1:08:11", "remaining_time": "0:15:41", "throughput": "1031.43", "total_tokens": 4220000}
|
314 |
+
{"current_steps": 314, "total_steps": 385, "loss": 0.0301, "learning_rate": 2.616666666666667e-06, "epoch": 4.038585209003215, "percentage": 81.56, "elapsed_time": "1:08:24", "remaining_time": "0:15:28", "throughput": "1031.40", "total_tokens": 4233344}
|
315 |
+
{"current_steps": 315, "total_steps": 385, "loss": 0.0281, "learning_rate": 2.6250000000000003e-06, "epoch": 4.051446945337621, "percentage": 81.82, "elapsed_time": "1:08:37", "remaining_time": "0:15:15", "throughput": "1031.24", "total_tokens": 4246144}
|
316 |
+
{"current_steps": 316, "total_steps": 385, "loss": 0.0136, "learning_rate": 2.6333333333333332e-06, "epoch": 4.064308681672026, "percentage": 82.08, "elapsed_time": "1:08:50", "remaining_time": "0:15:01", "throughput": "1031.56", "total_tokens": 4260992}
|
317 |
+
{"current_steps": 317, "total_steps": 385, "loss": 0.0219, "learning_rate": 2.6416666666666666e-06, "epoch": 4.077170418006431, "percentage": 82.34, "elapsed_time": "1:09:03", "remaining_time": "0:14:48", "throughput": "1031.48", "total_tokens": 4274112}
|
318 |
+
{"current_steps": 318, "total_steps": 385, "loss": 0.0044, "learning_rate": 2.6500000000000005e-06, "epoch": 4.090032154340836, "percentage": 82.6, "elapsed_time": "1:09:16", "remaining_time": "0:14:35", "throughput": "1031.55", "total_tokens": 4287904}
|
319 |
+
{"current_steps": 319, "total_steps": 385, "loss": 0.0335, "learning_rate": 2.6583333333333334e-06, "epoch": 4.102893890675241, "percentage": 82.86, "elapsed_time": "1:09:29", "remaining_time": "0:14:22", "throughput": "1031.59", "total_tokens": 4301568}
|
320 |
+
{"current_steps": 320, "total_steps": 385, "loss": 0.0053, "learning_rate": 2.666666666666667e-06, "epoch": 4.115755627009646, "percentage": 83.12, "elapsed_time": "1:09:42", "remaining_time": "0:14:09", "throughput": "1031.55", "total_tokens": 4314848}
|
321 |
+
{"current_steps": 321, "total_steps": 385, "loss": 0.0196, "learning_rate": 2.6750000000000002e-06, "epoch": 4.128617363344051, "percentage": 83.38, "elapsed_time": "1:09:55", "remaining_time": "0:13:56", "throughput": "1031.35", "total_tokens": 4327456}
|
322 |
+
{"current_steps": 322, "total_steps": 385, "loss": 0.0309, "learning_rate": 2.683333333333333e-06, "epoch": 4.141479099678457, "percentage": 83.64, "elapsed_time": "1:10:09", "remaining_time": "0:13:43", "throughput": "1031.36", "total_tokens": 4341024}
|
323 |
+
{"current_steps": 323, "total_steps": 385, "loss": 0.0382, "learning_rate": 2.691666666666667e-06, "epoch": 4.154340836012862, "percentage": 83.9, "elapsed_time": "1:10:22", "remaining_time": "0:13:30", "throughput": "1031.20", "total_tokens": 4353824}
|
324 |
+
{"current_steps": 324, "total_steps": 385, "loss": 0.046, "learning_rate": 2.7000000000000004e-06, "epoch": 4.167202572347267, "percentage": 84.16, "elapsed_time": "1:10:35", "remaining_time": "0:13:17", "throughput": "1031.28", "total_tokens": 4367616}
|
325 |
+
{"current_steps": 325, "total_steps": 385, "loss": 0.0133, "learning_rate": 2.7083333333333334e-06, "epoch": 4.180064308681672, "percentage": 84.42, "elapsed_time": "1:10:48", "remaining_time": "0:13:04", "throughput": "1031.13", "total_tokens": 4380448}
|
326 |
+
{"current_steps": 326, "total_steps": 385, "loss": 0.0265, "learning_rate": 2.7166666666666668e-06, "epoch": 4.192926045016077, "percentage": 84.68, "elapsed_time": "1:11:01", "remaining_time": "0:12:51", "throughput": "1031.13", "total_tokens": 4393920}
|
327 |
+
{"current_steps": 327, "total_steps": 385, "loss": 0.0084, "learning_rate": 2.7250000000000006e-06, "epoch": 4.205787781350482, "percentage": 84.94, "elapsed_time": "1:11:14", "remaining_time": "0:12:38", "throughput": "1031.11", "total_tokens": 4407264}
|
328 |
+
{"current_steps": 328, "total_steps": 385, "loss": 0.0382, "learning_rate": 2.7333333333333336e-06, "epoch": 4.218649517684887, "percentage": 85.19, "elapsed_time": "1:11:27", "remaining_time": "0:12:25", "throughput": "1031.02", "total_tokens": 4420352}
|
329 |
+
{"current_steps": 329, "total_steps": 385, "loss": 0.0101, "learning_rate": 2.741666666666667e-06, "epoch": 4.231511254019293, "percentage": 85.45, "elapsed_time": "1:11:40", "remaining_time": "0:12:11", "throughput": "1031.21", "total_tokens": 4434688}
|
330 |
+
{"current_steps": 330, "total_steps": 385, "loss": 0.0174, "learning_rate": 2.7500000000000004e-06, "epoch": 4.244372990353698, "percentage": 85.71, "elapsed_time": "1:11:53", "remaining_time": "0:11:58", "throughput": "1031.21", "total_tokens": 4448160}
|
331 |
+
{"current_steps": 331, "total_steps": 385, "loss": 0.023, "learning_rate": 2.7583333333333333e-06, "epoch": 4.257234726688103, "percentage": 85.97, "elapsed_time": "1:12:06", "remaining_time": "0:11:45", "throughput": "1031.11", "total_tokens": 4461184}
|
332 |
+
{"current_steps": 332, "total_steps": 385, "loss": 0.0162, "learning_rate": 2.766666666666667e-06, "epoch": 4.270096463022508, "percentage": 86.23, "elapsed_time": "1:12:19", "remaining_time": "0:11:32", "throughput": "1031.23", "total_tokens": 4475168}
|
333 |
+
{"current_steps": 333, "total_steps": 385, "loss": 0.0261, "learning_rate": 2.7750000000000005e-06, "epoch": 4.282958199356913, "percentage": 86.49, "elapsed_time": "1:12:32", "remaining_time": "0:11:19", "throughput": "1031.06", "total_tokens": 4487872}
|
334 |
+
{"current_steps": 334, "total_steps": 385, "loss": 0.0266, "learning_rate": 2.7833333333333335e-06, "epoch": 4.295819935691318, "percentage": 86.75, "elapsed_time": "1:12:45", "remaining_time": "0:11:06", "throughput": "1031.04", "total_tokens": 4501216}
|
335 |
+
{"current_steps": 335, "total_steps": 385, "loss": 0.0194, "learning_rate": 2.791666666666667e-06, "epoch": 4.308681672025724, "percentage": 87.01, "elapsed_time": "1:12:58", "remaining_time": "0:10:53", "throughput": "1030.96", "total_tokens": 4514336}
|
336 |
+
{"current_steps": 336, "total_steps": 385, "loss": 0.0058, "learning_rate": 2.8000000000000003e-06, "epoch": 4.321543408360129, "percentage": 87.27, "elapsed_time": "1:13:11", "remaining_time": "0:10:40", "throughput": "1031.08", "total_tokens": 4528288}
|
337 |
+
{"current_steps": 337, "total_steps": 385, "loss": 0.0065, "learning_rate": 2.8083333333333333e-06, "epoch": 4.334405144694534, "percentage": 87.53, "elapsed_time": "1:13:24", "remaining_time": "0:10:27", "throughput": "1031.06", "total_tokens": 4541728}
|
338 |
+
{"current_steps": 338, "total_steps": 385, "loss": 0.0202, "learning_rate": 2.816666666666667e-06, "epoch": 4.347266881028939, "percentage": 87.79, "elapsed_time": "1:13:38", "remaining_time": "0:10:14", "throughput": "1031.13", "total_tokens": 4555552}
|
339 |
+
{"current_steps": 339, "total_steps": 385, "loss": 0.0135, "learning_rate": 2.825e-06, "epoch": 4.360128617363344, "percentage": 88.05, "elapsed_time": "1:13:51", "remaining_time": "0:10:01", "throughput": "1031.08", "total_tokens": 4568768}
|
340 |
+
{"current_steps": 340, "total_steps": 385, "loss": 0.01, "learning_rate": 2.8333333333333335e-06, "epoch": 4.372990353697749, "percentage": 88.31, "elapsed_time": "1:14:04", "remaining_time": "0:09:48", "throughput": "1031.12", "total_tokens": 4582400}
|
341 |
+
{"current_steps": 341, "total_steps": 385, "loss": 0.0051, "learning_rate": 2.841666666666667e-06, "epoch": 4.385852090032154, "percentage": 88.57, "elapsed_time": "1:14:17", "remaining_time": "0:09:35", "throughput": "1031.01", "total_tokens": 4595360}
|
342 |
+
{"current_steps": 342, "total_steps": 385, "loss": 0.0293, "learning_rate": 2.85e-06, "epoch": 4.39871382636656, "percentage": 88.83, "elapsed_time": "1:14:30", "remaining_time": "0:09:22", "throughput": "1031.19", "total_tokens": 4609632}
|
343 |
+
{"current_steps": 343, "total_steps": 385, "loss": 0.046, "learning_rate": 2.8583333333333336e-06, "epoch": 4.411575562700965, "percentage": 89.09, "elapsed_time": "1:14:43", "remaining_time": "0:09:08", "throughput": "1031.23", "total_tokens": 4623232}
|
344 |
+
{"current_steps": 344, "total_steps": 385, "loss": 0.0024, "learning_rate": 2.866666666666667e-06, "epoch": 4.42443729903537, "percentage": 89.35, "elapsed_time": "1:14:56", "remaining_time": "0:08:55", "throughput": "1031.26", "total_tokens": 4636864}
|
345 |
+
{"current_steps": 345, "total_steps": 385, "loss": 0.0211, "learning_rate": 2.875e-06, "epoch": 4.437299035369775, "percentage": 89.61, "elapsed_time": "1:15:09", "remaining_time": "0:08:42", "throughput": "1031.10", "total_tokens": 4649600}
|
346 |
+
{"current_steps": 346, "total_steps": 385, "loss": 0.0229, "learning_rate": 2.8833333333333334e-06, "epoch": 4.45016077170418, "percentage": 89.87, "elapsed_time": "1:15:22", "remaining_time": "0:08:29", "throughput": "1031.11", "total_tokens": 4663072}
|
347 |
+
{"current_steps": 347, "total_steps": 385, "loss": 0.0103, "learning_rate": 2.8916666666666672e-06, "epoch": 4.463022508038585, "percentage": 90.13, "elapsed_time": "1:15:35", "remaining_time": "0:08:16", "throughput": "1031.19", "total_tokens": 4676960}
|
348 |
+
{"current_steps": 348, "total_steps": 385, "loss": 0.0262, "learning_rate": 2.9e-06, "epoch": 4.47588424437299, "percentage": 90.39, "elapsed_time": "1:15:48", "remaining_time": "0:08:03", "throughput": "1031.12", "total_tokens": 4690080}
|
349 |
+
{"current_steps": 349, "total_steps": 385, "loss": 0.0295, "learning_rate": 2.9083333333333336e-06, "epoch": 4.488745980707396, "percentage": 90.65, "elapsed_time": "1:16:01", "remaining_time": "0:07:50", "throughput": "1031.24", "total_tokens": 4704064}
|
350 |
+
{"current_steps": 350, "total_steps": 385, "loss": 0.0149, "learning_rate": 2.916666666666667e-06, "epoch": 4.501607717041801, "percentage": 90.91, "elapsed_time": "1:16:14", "remaining_time": "0:07:37", "throughput": "1031.25", "total_tokens": 4717536}
|
351 |
+
{"current_steps": 351, "total_steps": 385, "loss": 0.0337, "learning_rate": 2.925e-06, "epoch": 4.514469453376206, "percentage": 91.17, "elapsed_time": "1:16:27", "remaining_time": "0:07:24", "throughput": "1031.25", "total_tokens": 4731040}
|
352 |
+
{"current_steps": 352, "total_steps": 385, "loss": 0.0318, "learning_rate": 2.9333333333333338e-06, "epoch": 4.527331189710611, "percentage": 91.43, "elapsed_time": "1:16:40", "remaining_time": "0:07:11", "throughput": "1031.32", "total_tokens": 4744864}
|
353 |
+
{"current_steps": 353, "total_steps": 385, "loss": 0.0213, "learning_rate": 2.941666666666667e-06, "epoch": 4.540192926045016, "percentage": 91.69, "elapsed_time": "1:16:53", "remaining_time": "0:06:58", "throughput": "1031.30", "total_tokens": 4758240}
|
354 |
+
{"current_steps": 354, "total_steps": 385, "loss": 0.0048, "learning_rate": 2.95e-06, "epoch": 4.553054662379421, "percentage": 91.95, "elapsed_time": "1:17:06", "remaining_time": "0:06:45", "throughput": "1031.03", "total_tokens": 4770368}
|
355 |
+
{"current_steps": 355, "total_steps": 385, "loss": 0.0326, "learning_rate": 2.9583333333333335e-06, "epoch": 4.565916398713826, "percentage": 92.21, "elapsed_time": "1:17:19", "remaining_time": "0:06:32", "throughput": "1030.92", "total_tokens": 4783328}
|
356 |
+
{"current_steps": 356, "total_steps": 385, "loss": 0.013, "learning_rate": 2.9666666666666673e-06, "epoch": 4.578778135048232, "percentage": 92.47, "elapsed_time": "1:17:32", "remaining_time": "0:06:19", "throughput": "1030.99", "total_tokens": 4797088}
|
357 |
+
{"current_steps": 357, "total_steps": 385, "loss": 0.0293, "learning_rate": 2.9750000000000003e-06, "epoch": 4.591639871382637, "percentage": 92.73, "elapsed_time": "1:17:45", "remaining_time": "0:06:05", "throughput": "1030.97", "total_tokens": 4810464}
|
358 |
+
{"current_steps": 358, "total_steps": 385, "loss": 0.0411, "learning_rate": 2.9833333333333337e-06, "epoch": 4.604501607717042, "percentage": 92.99, "elapsed_time": "1:17:59", "remaining_time": "0:05:52", "throughput": "1030.93", "total_tokens": 4823744}
|
359 |
+
{"current_steps": 359, "total_steps": 385, "loss": 0.0389, "learning_rate": 2.991666666666667e-06, "epoch": 4.617363344051447, "percentage": 93.25, "elapsed_time": "1:18:12", "remaining_time": "0:05:39", "throughput": "1031.06", "total_tokens": 4837824}
|
360 |
+
{"current_steps": 360, "total_steps": 385, "loss": 0.0395, "learning_rate": 3e-06, "epoch": 4.630225080385852, "percentage": 93.51, "elapsed_time": "1:18:25", "remaining_time": "0:05:26", "throughput": "1031.22", "total_tokens": 4852096}
|
361 |
+
{"current_steps": 361, "total_steps": 385, "loss": 0.0065, "learning_rate": 3.0083333333333335e-06, "epoch": 4.643086816720257, "percentage": 93.77, "elapsed_time": "1:18:38", "remaining_time": "0:05:13", "throughput": "1031.24", "total_tokens": 4865600}
|
362 |
+
{"current_steps": 362, "total_steps": 385, "loss": 0.0294, "learning_rate": 3.0166666666666673e-06, "epoch": 4.655948553054662, "percentage": 94.03, "elapsed_time": "1:18:51", "remaining_time": "0:05:00", "throughput": "1031.15", "total_tokens": 4878592}
|
363 |
+
{"current_steps": 363, "total_steps": 385, "loss": 0.0192, "learning_rate": 3.0250000000000003e-06, "epoch": 4.668810289389068, "percentage": 94.29, "elapsed_time": "1:19:04", "remaining_time": "0:04:47", "throughput": "1031.15", "total_tokens": 4892064}
|
364 |
+
{"current_steps": 364, "total_steps": 385, "loss": 0.0179, "learning_rate": 3.0333333333333337e-06, "epoch": 4.681672025723473, "percentage": 94.55, "elapsed_time": "1:19:17", "remaining_time": "0:04:34", "throughput": "1031.31", "total_tokens": 4906304}
|
365 |
+
{"current_steps": 365, "total_steps": 385, "loss": 0.0131, "learning_rate": 3.0416666666666666e-06, "epoch": 4.694533762057878, "percentage": 94.81, "elapsed_time": "1:19:30", "remaining_time": "0:04:21", "throughput": "1031.45", "total_tokens": 4920480}
|
366 |
+
{"current_steps": 366, "total_steps": 385, "loss": 0.0216, "learning_rate": 3.05e-06, "epoch": 4.707395498392283, "percentage": 95.06, "elapsed_time": "1:19:43", "remaining_time": "0:04:08", "throughput": "1031.33", "total_tokens": 4933376}
|
367 |
+
{"current_steps": 367, "total_steps": 385, "loss": 0.0171, "learning_rate": 3.058333333333334e-06, "epoch": 4.720257234726688, "percentage": 95.32, "elapsed_time": "1:19:56", "remaining_time": "0:03:55", "throughput": "1031.54", "total_tokens": 4947872}
|
368 |
+
{"current_steps": 368, "total_steps": 385, "loss": 0.0129, "learning_rate": 3.066666666666667e-06, "epoch": 4.733118971061093, "percentage": 95.58, "elapsed_time": "1:20:09", "remaining_time": "0:03:42", "throughput": "1031.53", "total_tokens": 4961280}
|
369 |
+
{"current_steps": 369, "total_steps": 385, "loss": 0.0268, "learning_rate": 3.075e-06, "epoch": 4.745980707395498, "percentage": 95.84, "elapsed_time": "1:20:22", "remaining_time": "0:03:29", "throughput": "1031.60", "total_tokens": 4975072}
|
370 |
+
{"current_steps": 370, "total_steps": 385, "loss": 0.0313, "learning_rate": 3.0833333333333336e-06, "epoch": 4.758842443729904, "percentage": 96.1, "elapsed_time": "1:20:35", "remaining_time": "0:03:16", "throughput": "1031.67", "total_tokens": 4988928}
|
371 |
+
{"current_steps": 371, "total_steps": 385, "loss": 0.0197, "learning_rate": 3.0916666666666666e-06, "epoch": 4.771704180064309, "percentage": 96.36, "elapsed_time": "1:20:48", "remaining_time": "0:03:02", "throughput": "1031.73", "total_tokens": 5002656}
|
372 |
+
{"current_steps": 372, "total_steps": 385, "loss": 0.0051, "learning_rate": 3.1000000000000004e-06, "epoch": 4.784565916398714, "percentage": 96.62, "elapsed_time": "1:21:01", "remaining_time": "0:02:49", "throughput": "1031.89", "total_tokens": 5016928}
|
373 |
+
{"current_steps": 373, "total_steps": 385, "loss": 0.0107, "learning_rate": 3.1083333333333338e-06, "epoch": 4.797427652733119, "percentage": 96.88, "elapsed_time": "1:21:15", "remaining_time": "0:02:36", "throughput": "1031.88", "total_tokens": 5030432}
|
374 |
+
{"current_steps": 374, "total_steps": 385, "loss": 0.0299, "learning_rate": 3.1166666666666668e-06, "epoch": 4.810289389067524, "percentage": 97.14, "elapsed_time": "1:21:28", "remaining_time": "0:02:23", "throughput": "1031.92", "total_tokens": 5044128}
|
375 |
+
{"current_steps": 375, "total_steps": 385, "loss": 0.0549, "learning_rate": 3.125e-06, "epoch": 4.823151125401929, "percentage": 97.4, "elapsed_time": "1:21:41", "remaining_time": "0:02:10", "throughput": "1032.12", "total_tokens": 5058592}
|
376 |
+
{"current_steps": 376, "total_steps": 385, "loss": 0.0163, "learning_rate": 3.133333333333334e-06, "epoch": 4.836012861736334, "percentage": 97.66, "elapsed_time": "1:21:54", "remaining_time": "0:01:57", "throughput": "1032.05", "total_tokens": 5071680}
|
377 |
+
{"current_steps": 377, "total_steps": 385, "loss": 0.0133, "learning_rate": 3.141666666666667e-06, "epoch": 4.84887459807074, "percentage": 97.92, "elapsed_time": "1:22:07", "remaining_time": "0:01:44", "throughput": "1032.16", "total_tokens": 5085760}
|
378 |
+
{"current_steps": 378, "total_steps": 385, "loss": 0.0338, "learning_rate": 3.1500000000000003e-06, "epoch": 4.861736334405145, "percentage": 98.18, "elapsed_time": "1:22:20", "remaining_time": "0:01:31", "throughput": "1032.15", "total_tokens": 5099168}
|
379 |
+
{"current_steps": 379, "total_steps": 385, "loss": 0.0219, "learning_rate": 3.1583333333333337e-06, "epoch": 4.87459807073955, "percentage": 98.44, "elapsed_time": "1:22:33", "remaining_time": "0:01:18", "throughput": "1032.12", "total_tokens": 5112512}
|
380 |
+
{"current_steps": 380, "total_steps": 385, "loss": 0.0113, "learning_rate": 3.1666666666666667e-06, "epoch": 4.887459807073955, "percentage": 98.7, "elapsed_time": "1:22:46", "remaining_time": "0:01:05", "throughput": "1032.06", "total_tokens": 5125696}
|
381 |
+
{"current_steps": 381, "total_steps": 385, "loss": 0.0297, "learning_rate": 3.175e-06, "epoch": 4.90032154340836, "percentage": 98.96, "elapsed_time": "1:22:59", "remaining_time": "0:00:52", "throughput": "1031.99", "total_tokens": 5138816}
|
382 |
+
{"current_steps": 382, "total_steps": 385, "loss": 0.0417, "learning_rate": 3.183333333333334e-06, "epoch": 4.913183279742765, "percentage": 99.22, "elapsed_time": "1:23:12", "remaining_time": "0:00:39", "throughput": "1031.99", "total_tokens": 5152320}
|
383 |
+
{"current_steps": 383, "total_steps": 385, "loss": 0.027, "learning_rate": 3.191666666666667e-06, "epoch": 4.92604501607717, "percentage": 99.48, "elapsed_time": "1:23:25", "remaining_time": "0:00:26", "throughput": "1031.98", "total_tokens": 5165696}
|
384 |
+
{"current_steps": 384, "total_steps": 385, "loss": 0.0271, "learning_rate": 3.2000000000000003e-06, "epoch": 4.938906752411576, "percentage": 99.74, "elapsed_time": "1:23:38", "remaining_time": "0:00:13", "throughput": "1031.83", "total_tokens": 5178368}
|
385 |
+
{"current_steps": 385, "total_steps": 385, "loss": 0.0207, "learning_rate": 3.2083333333333337e-06, "epoch": 4.951768488745981, "percentage": 100.0, "elapsed_time": "1:23:51", "remaining_time": "0:00:00", "throughput": "1032.00", "total_tokens": 5192736}
|
386 |
+
{"current_steps": 385, "total_steps": 385, "epoch": 4.951768488745981, "percentage": 100.0, "elapsed_time": "1:24:52", "remaining_time": "0:00:00", "throughput": "1019.69", "total_tokens": 5192736}
|
trainer_state.json
ADDED
@@ -0,0 +1,3123 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 4.951768488745981,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 385,
|
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.012861736334405145,
|
13 |
+
"grad_norm": 359.0199890136719,
|
14 |
+
"learning_rate": 8.333333333333335e-09,
|
15 |
+
"loss": 7.8034,
|
16 |
+
"num_input_tokens_seen": 13440,
|
17 |
+
"step": 1
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.02572347266881029,
|
21 |
+
"grad_norm": 359.18682861328125,
|
22 |
+
"learning_rate": 1.666666666666667e-08,
|
23 |
+
"loss": 7.7577,
|
24 |
+
"num_input_tokens_seen": 26976,
|
25 |
+
"step": 2
|
26 |
+
},
|
27 |
+
{
|
28 |
+
"epoch": 0.03858520900321544,
|
29 |
+
"grad_norm": 368.04339599609375,
|
30 |
+
"learning_rate": 2.5000000000000002e-08,
|
31 |
+
"loss": 7.8132,
|
32 |
+
"num_input_tokens_seen": 40800,
|
33 |
+
"step": 3
|
34 |
+
},
|
35 |
+
{
|
36 |
+
"epoch": 0.05144694533762058,
|
37 |
+
"grad_norm": 357.04132080078125,
|
38 |
+
"learning_rate": 3.333333333333334e-08,
|
39 |
+
"loss": 7.7906,
|
40 |
+
"num_input_tokens_seen": 54080,
|
41 |
+
"step": 4
|
42 |
+
},
|
43 |
+
{
|
44 |
+
"epoch": 0.06430868167202572,
|
45 |
+
"grad_norm": 361.8187255859375,
|
46 |
+
"learning_rate": 4.166666666666667e-08,
|
47 |
+
"loss": 7.7763,
|
48 |
+
"num_input_tokens_seen": 67552,
|
49 |
+
"step": 5
|
50 |
+
},
|
51 |
+
{
|
52 |
+
"epoch": 0.07717041800643087,
|
53 |
+
"grad_norm": 368.778076171875,
|
54 |
+
"learning_rate": 5.0000000000000004e-08,
|
55 |
+
"loss": 7.7824,
|
56 |
+
"num_input_tokens_seen": 81600,
|
57 |
+
"step": 6
|
58 |
+
},
|
59 |
+
{
|
60 |
+
"epoch": 0.09003215434083602,
|
61 |
+
"grad_norm": 367.5040588378906,
|
62 |
+
"learning_rate": 5.833333333333334e-08,
|
63 |
+
"loss": 7.833,
|
64 |
+
"num_input_tokens_seen": 94720,
|
65 |
+
"step": 7
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.10289389067524116,
|
69 |
+
"grad_norm": 366.2318420410156,
|
70 |
+
"learning_rate": 6.666666666666668e-08,
|
71 |
+
"loss": 7.6949,
|
72 |
+
"num_input_tokens_seen": 107488,
|
73 |
+
"step": 8
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.1157556270096463,
|
77 |
+
"grad_norm": 366.990966796875,
|
78 |
+
"learning_rate": 7.500000000000001e-08,
|
79 |
+
"loss": 7.8336,
|
80 |
+
"num_input_tokens_seen": 120992,
|
81 |
+
"step": 9
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"epoch": 0.12861736334405144,
|
85 |
+
"grad_norm": 357.8764953613281,
|
86 |
+
"learning_rate": 8.333333333333334e-08,
|
87 |
+
"loss": 7.7282,
|
88 |
+
"num_input_tokens_seen": 134272,
|
89 |
+
"step": 10
|
90 |
+
},
|
91 |
+
{
|
92 |
+
"epoch": 0.1414790996784566,
|
93 |
+
"grad_norm": 363.4705505371094,
|
94 |
+
"learning_rate": 9.166666666666668e-08,
|
95 |
+
"loss": 7.6916,
|
96 |
+
"num_input_tokens_seen": 148096,
|
97 |
+
"step": 11
|
98 |
+
},
|
99 |
+
{
|
100 |
+
"epoch": 0.15434083601286175,
|
101 |
+
"grad_norm": 365.1483154296875,
|
102 |
+
"learning_rate": 1.0000000000000001e-07,
|
103 |
+
"loss": 7.7333,
|
104 |
+
"num_input_tokens_seen": 160736,
|
105 |
+
"step": 12
|
106 |
+
},
|
107 |
+
{
|
108 |
+
"epoch": 0.16720257234726688,
|
109 |
+
"grad_norm": 353.99609375,
|
110 |
+
"learning_rate": 1.0833333333333335e-07,
|
111 |
+
"loss": 7.6017,
|
112 |
+
"num_input_tokens_seen": 173376,
|
113 |
+
"step": 13
|
114 |
+
},
|
115 |
+
{
|
116 |
+
"epoch": 0.18006430868167203,
|
117 |
+
"grad_norm": 357.7409362792969,
|
118 |
+
"learning_rate": 1.1666666666666668e-07,
|
119 |
+
"loss": 7.644,
|
120 |
+
"num_input_tokens_seen": 187136,
|
121 |
+
"step": 14
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.19292604501607716,
|
125 |
+
"grad_norm": 357.3723449707031,
|
126 |
+
"learning_rate": 1.2500000000000002e-07,
|
127 |
+
"loss": 7.5965,
|
128 |
+
"num_input_tokens_seen": 200192,
|
129 |
+
"step": 15
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.2057877813504823,
|
133 |
+
"grad_norm": 352.3059997558594,
|
134 |
+
"learning_rate": 1.3333333333333336e-07,
|
135 |
+
"loss": 7.5883,
|
136 |
+
"num_input_tokens_seen": 213856,
|
137 |
+
"step": 16
|
138 |
+
},
|
139 |
+
{
|
140 |
+
"epoch": 0.21864951768488747,
|
141 |
+
"grad_norm": 349.4331970214844,
|
142 |
+
"learning_rate": 1.4166666666666668e-07,
|
143 |
+
"loss": 7.2464,
|
144 |
+
"num_input_tokens_seen": 226944,
|
145 |
+
"step": 17
|
146 |
+
},
|
147 |
+
{
|
148 |
+
"epoch": 0.2315112540192926,
|
149 |
+
"grad_norm": 346.9617004394531,
|
150 |
+
"learning_rate": 1.5000000000000002e-07,
|
151 |
+
"loss": 7.3133,
|
152 |
+
"num_input_tokens_seen": 240640,
|
153 |
+
"step": 18
|
154 |
+
},
|
155 |
+
{
|
156 |
+
"epoch": 0.24437299035369775,
|
157 |
+
"grad_norm": 344.31512451171875,
|
158 |
+
"learning_rate": 1.5833333333333336e-07,
|
159 |
+
"loss": 7.2133,
|
160 |
+
"num_input_tokens_seen": 253280,
|
161 |
+
"step": 19
|
162 |
+
},
|
163 |
+
{
|
164 |
+
"epoch": 0.2572347266881029,
|
165 |
+
"grad_norm": 348.57623291015625,
|
166 |
+
"learning_rate": 1.6666666666666668e-07,
|
167 |
+
"loss": 7.2431,
|
168 |
+
"num_input_tokens_seen": 266400,
|
169 |
+
"step": 20
|
170 |
+
},
|
171 |
+
{
|
172 |
+
"epoch": 0.27009646302250806,
|
173 |
+
"grad_norm": 345.67694091796875,
|
174 |
+
"learning_rate": 1.7500000000000002e-07,
|
175 |
+
"loss": 7.1875,
|
176 |
+
"num_input_tokens_seen": 280416,
|
177 |
+
"step": 21
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.2829581993569132,
|
181 |
+
"grad_norm": 336.11968994140625,
|
182 |
+
"learning_rate": 1.8333333333333336e-07,
|
183 |
+
"loss": 7.0659,
|
184 |
+
"num_input_tokens_seen": 294368,
|
185 |
+
"step": 22
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.2958199356913183,
|
189 |
+
"grad_norm": 348.02783203125,
|
190 |
+
"learning_rate": 1.9166666666666668e-07,
|
191 |
+
"loss": 6.3595,
|
192 |
+
"num_input_tokens_seen": 307840,
|
193 |
+
"step": 23
|
194 |
+
},
|
195 |
+
{
|
196 |
+
"epoch": 0.3086816720257235,
|
197 |
+
"grad_norm": 306.9109802246094,
|
198 |
+
"learning_rate": 2.0000000000000002e-07,
|
199 |
+
"loss": 6.0417,
|
200 |
+
"num_input_tokens_seen": 322144,
|
201 |
+
"step": 24
|
202 |
+
},
|
203 |
+
{
|
204 |
+
"epoch": 0.3215434083601286,
|
205 |
+
"grad_norm": 308.7346496582031,
|
206 |
+
"learning_rate": 2.0833333333333333e-07,
|
207 |
+
"loss": 5.9894,
|
208 |
+
"num_input_tokens_seen": 335424,
|
209 |
+
"step": 25
|
210 |
+
},
|
211 |
+
{
|
212 |
+
"epoch": 0.33440514469453375,
|
213 |
+
"grad_norm": 303.3129577636719,
|
214 |
+
"learning_rate": 2.166666666666667e-07,
|
215 |
+
"loss": 5.9259,
|
216 |
+
"num_input_tokens_seen": 349376,
|
217 |
+
"step": 26
|
218 |
+
},
|
219 |
+
{
|
220 |
+
"epoch": 0.34726688102893893,
|
221 |
+
"grad_norm": 305.47637939453125,
|
222 |
+
"learning_rate": 2.2500000000000002e-07,
|
223 |
+
"loss": 5.8983,
|
224 |
+
"num_input_tokens_seen": 362944,
|
225 |
+
"step": 27
|
226 |
+
},
|
227 |
+
{
|
228 |
+
"epoch": 0.36012861736334406,
|
229 |
+
"grad_norm": 306.3539123535156,
|
230 |
+
"learning_rate": 2.3333333333333336e-07,
|
231 |
+
"loss": 5.6848,
|
232 |
+
"num_input_tokens_seen": 376352,
|
233 |
+
"step": 28
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.3729903536977492,
|
237 |
+
"grad_norm": 300.50201416015625,
|
238 |
+
"learning_rate": 2.416666666666667e-07,
|
239 |
+
"loss": 5.5649,
|
240 |
+
"num_input_tokens_seen": 389312,
|
241 |
+
"step": 29
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.3858520900321543,
|
245 |
+
"grad_norm": 297.82757568359375,
|
246 |
+
"learning_rate": 2.5000000000000004e-07,
|
247 |
+
"loss": 5.4642,
|
248 |
+
"num_input_tokens_seen": 402848,
|
249 |
+
"step": 30
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"epoch": 0.3987138263665595,
|
253 |
+
"grad_norm": 348.0853271484375,
|
254 |
+
"learning_rate": 2.5833333333333333e-07,
|
255 |
+
"loss": 4.7955,
|
256 |
+
"num_input_tokens_seen": 416352,
|
257 |
+
"step": 31
|
258 |
+
},
|
259 |
+
{
|
260 |
+
"epoch": 0.4115755627009646,
|
261 |
+
"grad_norm": 346.5870361328125,
|
262 |
+
"learning_rate": 2.666666666666667e-07,
|
263 |
+
"loss": 2.8339,
|
264 |
+
"num_input_tokens_seen": 429920,
|
265 |
+
"step": 32
|
266 |
+
},
|
267 |
+
{
|
268 |
+
"epoch": 0.42443729903536975,
|
269 |
+
"grad_norm": 327.6314697265625,
|
270 |
+
"learning_rate": 2.75e-07,
|
271 |
+
"loss": 2.4477,
|
272 |
+
"num_input_tokens_seen": 444064,
|
273 |
+
"step": 33
|
274 |
+
},
|
275 |
+
{
|
276 |
+
"epoch": 0.43729903536977494,
|
277 |
+
"grad_norm": 321.9542236328125,
|
278 |
+
"learning_rate": 2.8333333333333336e-07,
|
279 |
+
"loss": 2.3331,
|
280 |
+
"num_input_tokens_seen": 458304,
|
281 |
+
"step": 34
|
282 |
+
},
|
283 |
+
{
|
284 |
+
"epoch": 0.45016077170418006,
|
285 |
+
"grad_norm": 327.8713073730469,
|
286 |
+
"learning_rate": 2.916666666666667e-07,
|
287 |
+
"loss": 2.2143,
|
288 |
+
"num_input_tokens_seen": 471904,
|
289 |
+
"step": 35
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.4630225080385852,
|
293 |
+
"grad_norm": 317.32427978515625,
|
294 |
+
"learning_rate": 3.0000000000000004e-07,
|
295 |
+
"loss": 2.0067,
|
296 |
+
"num_input_tokens_seen": 484768,
|
297 |
+
"step": 36
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.4758842443729904,
|
301 |
+
"grad_norm": 251.88111877441406,
|
302 |
+
"learning_rate": 3.083333333333334e-07,
|
303 |
+
"loss": 1.7702,
|
304 |
+
"num_input_tokens_seen": 497696,
|
305 |
+
"step": 37
|
306 |
+
},
|
307 |
+
{
|
308 |
+
"epoch": 0.4887459807073955,
|
309 |
+
"grad_norm": 273.716064453125,
|
310 |
+
"learning_rate": 3.166666666666667e-07,
|
311 |
+
"loss": 1.5557,
|
312 |
+
"num_input_tokens_seen": 511072,
|
313 |
+
"step": 38
|
314 |
+
},
|
315 |
+
{
|
316 |
+
"epoch": 0.5016077170418006,
|
317 |
+
"grad_norm": 293.1105651855469,
|
318 |
+
"learning_rate": 3.25e-07,
|
319 |
+
"loss": 1.3024,
|
320 |
+
"num_input_tokens_seen": 524576,
|
321 |
+
"step": 39
|
322 |
+
},
|
323 |
+
{
|
324 |
+
"epoch": 0.5144694533762058,
|
325 |
+
"grad_norm": 243.40711975097656,
|
326 |
+
"learning_rate": 3.3333333333333335e-07,
|
327 |
+
"loss": 1.1652,
|
328 |
+
"num_input_tokens_seen": 538112,
|
329 |
+
"step": 40
|
330 |
+
},
|
331 |
+
{
|
332 |
+
"epoch": 0.5273311897106109,
|
333 |
+
"grad_norm": 111.22821807861328,
|
334 |
+
"learning_rate": 3.416666666666667e-07,
|
335 |
+
"loss": 0.6839,
|
336 |
+
"num_input_tokens_seen": 552096,
|
337 |
+
"step": 41
|
338 |
+
},
|
339 |
+
{
|
340 |
+
"epoch": 0.5401929260450161,
|
341 |
+
"grad_norm": 104.02100372314453,
|
342 |
+
"learning_rate": 3.5000000000000004e-07,
|
343 |
+
"loss": 0.4774,
|
344 |
+
"num_input_tokens_seen": 565920,
|
345 |
+
"step": 42
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.5530546623794212,
|
349 |
+
"grad_norm": 32.459312438964844,
|
350 |
+
"learning_rate": 3.583333333333334e-07,
|
351 |
+
"loss": 0.3841,
|
352 |
+
"num_input_tokens_seen": 579200,
|
353 |
+
"step": 43
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.5659163987138264,
|
357 |
+
"grad_norm": 15.353242874145508,
|
358 |
+
"learning_rate": 3.666666666666667e-07,
|
359 |
+
"loss": 0.3588,
|
360 |
+
"num_input_tokens_seen": 592864,
|
361 |
+
"step": 44
|
362 |
+
},
|
363 |
+
{
|
364 |
+
"epoch": 0.5787781350482315,
|
365 |
+
"grad_norm": 48.64632034301758,
|
366 |
+
"learning_rate": 3.75e-07,
|
367 |
+
"loss": 0.3628,
|
368 |
+
"num_input_tokens_seen": 606656,
|
369 |
+
"step": 45
|
370 |
+
},
|
371 |
+
{
|
372 |
+
"epoch": 0.5916398713826366,
|
373 |
+
"grad_norm": 34.02824020385742,
|
374 |
+
"learning_rate": 3.8333333333333335e-07,
|
375 |
+
"loss": 0.3426,
|
376 |
+
"num_input_tokens_seen": 619968,
|
377 |
+
"step": 46
|
378 |
+
},
|
379 |
+
{
|
380 |
+
"epoch": 0.6045016077170418,
|
381 |
+
"grad_norm": 15.54571533203125,
|
382 |
+
"learning_rate": 3.9166666666666675e-07,
|
383 |
+
"loss": 0.3279,
|
384 |
+
"num_input_tokens_seen": 633632,
|
385 |
+
"step": 47
|
386 |
+
},
|
387 |
+
{
|
388 |
+
"epoch": 0.617363344051447,
|
389 |
+
"grad_norm": 101.66536712646484,
|
390 |
+
"learning_rate": 4.0000000000000003e-07,
|
391 |
+
"loss": 0.3947,
|
392 |
+
"num_input_tokens_seen": 647360,
|
393 |
+
"step": 48
|
394 |
+
},
|
395 |
+
{
|
396 |
+
"epoch": 0.6302250803858521,
|
397 |
+
"grad_norm": 39.69755935668945,
|
398 |
+
"learning_rate": 4.083333333333334e-07,
|
399 |
+
"loss": 0.3075,
|
400 |
+
"num_input_tokens_seen": 661504,
|
401 |
+
"step": 49
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.6430868167202572,
|
405 |
+
"grad_norm": 23.356718063354492,
|
406 |
+
"learning_rate": 4.1666666666666667e-07,
|
407 |
+
"loss": 0.3236,
|
408 |
+
"num_input_tokens_seen": 675424,
|
409 |
+
"step": 50
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 0.6559485530546624,
|
413 |
+
"grad_norm": 74.00253295898438,
|
414 |
+
"learning_rate": 4.2500000000000006e-07,
|
415 |
+
"loss": 0.3557,
|
416 |
+
"num_input_tokens_seen": 688800,
|
417 |
+
"step": 51
|
418 |
+
},
|
419 |
+
{
|
420 |
+
"epoch": 0.6688102893890675,
|
421 |
+
"grad_norm": 109.3729248046875,
|
422 |
+
"learning_rate": 4.333333333333334e-07,
|
423 |
+
"loss": 0.4008,
|
424 |
+
"num_input_tokens_seen": 702208,
|
425 |
+
"step": 52
|
426 |
+
},
|
427 |
+
{
|
428 |
+
"epoch": 0.6816720257234726,
|
429 |
+
"grad_norm": 81.13125610351562,
|
430 |
+
"learning_rate": 4.416666666666667e-07,
|
431 |
+
"loss": 0.3586,
|
432 |
+
"num_input_tokens_seen": 716096,
|
433 |
+
"step": 53
|
434 |
+
},
|
435 |
+
{
|
436 |
+
"epoch": 0.6945337620578779,
|
437 |
+
"grad_norm": 24.126953125,
|
438 |
+
"learning_rate": 4.5000000000000003e-07,
|
439 |
+
"loss": 0.3023,
|
440 |
+
"num_input_tokens_seen": 728672,
|
441 |
+
"step": 54
|
442 |
+
},
|
443 |
+
{
|
444 |
+
"epoch": 0.707395498392283,
|
445 |
+
"grad_norm": 77.53913879394531,
|
446 |
+
"learning_rate": 4.583333333333333e-07,
|
447 |
+
"loss": 0.3547,
|
448 |
+
"num_input_tokens_seen": 742912,
|
449 |
+
"step": 55
|
450 |
+
},
|
451 |
+
{
|
452 |
+
"epoch": 0.7202572347266881,
|
453 |
+
"grad_norm": 95.46034240722656,
|
454 |
+
"learning_rate": 4.666666666666667e-07,
|
455 |
+
"loss": 0.3846,
|
456 |
+
"num_input_tokens_seen": 755808,
|
457 |
+
"step": 56
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 0.7331189710610932,
|
461 |
+
"grad_norm": 86.11170959472656,
|
462 |
+
"learning_rate": 4.7500000000000006e-07,
|
463 |
+
"loss": 0.3743,
|
464 |
+
"num_input_tokens_seen": 769696,
|
465 |
+
"step": 57
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 0.7459807073954984,
|
469 |
+
"grad_norm": 31.460582733154297,
|
470 |
+
"learning_rate": 4.833333333333334e-07,
|
471 |
+
"loss": 0.3091,
|
472 |
+
"num_input_tokens_seen": 783680,
|
473 |
+
"step": 58
|
474 |
+
},
|
475 |
+
{
|
476 |
+
"epoch": 0.7588424437299035,
|
477 |
+
"grad_norm": 34.459659576416016,
|
478 |
+
"learning_rate": 4.916666666666667e-07,
|
479 |
+
"loss": 0.3094,
|
480 |
+
"num_input_tokens_seen": 796672,
|
481 |
+
"step": 59
|
482 |
+
},
|
483 |
+
{
|
484 |
+
"epoch": 0.7717041800643086,
|
485 |
+
"grad_norm": 51.55731201171875,
|
486 |
+
"learning_rate": 5.000000000000001e-07,
|
487 |
+
"loss": 0.3309,
|
488 |
+
"num_input_tokens_seen": 810304,
|
489 |
+
"step": 60
|
490 |
+
},
|
491 |
+
{
|
492 |
+
"epoch": 0.7845659163987139,
|
493 |
+
"grad_norm": 35.633277893066406,
|
494 |
+
"learning_rate": 5.083333333333334e-07,
|
495 |
+
"loss": 0.3276,
|
496 |
+
"num_input_tokens_seen": 824160,
|
497 |
+
"step": 61
|
498 |
+
},
|
499 |
+
{
|
500 |
+
"epoch": 0.797427652733119,
|
501 |
+
"grad_norm": 9.230757713317871,
|
502 |
+
"learning_rate": 5.166666666666667e-07,
|
503 |
+
"loss": 0.3084,
|
504 |
+
"num_input_tokens_seen": 837312,
|
505 |
+
"step": 62
|
506 |
+
},
|
507 |
+
{
|
508 |
+
"epoch": 0.8102893890675241,
|
509 |
+
"grad_norm": 35.229454040527344,
|
510 |
+
"learning_rate": 5.250000000000001e-07,
|
511 |
+
"loss": 0.3182,
|
512 |
+
"num_input_tokens_seen": 851168,
|
513 |
+
"step": 63
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 0.8231511254019293,
|
517 |
+
"grad_norm": 47.88737487792969,
|
518 |
+
"learning_rate": 5.333333333333335e-07,
|
519 |
+
"loss": 0.3469,
|
520 |
+
"num_input_tokens_seen": 864096,
|
521 |
+
"step": 64
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"epoch": 0.8360128617363344,
|
525 |
+
"grad_norm": 38.481746673583984,
|
526 |
+
"learning_rate": 5.416666666666667e-07,
|
527 |
+
"loss": 0.3253,
|
528 |
+
"num_input_tokens_seen": 878048,
|
529 |
+
"step": 65
|
530 |
+
},
|
531 |
+
{
|
532 |
+
"epoch": 0.8488745980707395,
|
533 |
+
"grad_norm": 11.656455993652344,
|
534 |
+
"learning_rate": 5.5e-07,
|
535 |
+
"loss": 0.2746,
|
536 |
+
"num_input_tokens_seen": 891904,
|
537 |
+
"step": 66
|
538 |
+
},
|
539 |
+
{
|
540 |
+
"epoch": 0.8617363344051447,
|
541 |
+
"grad_norm": 18.758018493652344,
|
542 |
+
"learning_rate": 5.583333333333333e-07,
|
543 |
+
"loss": 0.2893,
|
544 |
+
"num_input_tokens_seen": 906016,
|
545 |
+
"step": 67
|
546 |
+
},
|
547 |
+
{
|
548 |
+
"epoch": 0.8745980707395499,
|
549 |
+
"grad_norm": 19.316091537475586,
|
550 |
+
"learning_rate": 5.666666666666667e-07,
|
551 |
+
"loss": 0.2827,
|
552 |
+
"num_input_tokens_seen": 918944,
|
553 |
+
"step": 68
|
554 |
+
},
|
555 |
+
{
|
556 |
+
"epoch": 0.887459807073955,
|
557 |
+
"grad_norm": 32.92877960205078,
|
558 |
+
"learning_rate": 5.750000000000001e-07,
|
559 |
+
"loss": 0.2978,
|
560 |
+
"num_input_tokens_seen": 932672,
|
561 |
+
"step": 69
|
562 |
+
},
|
563 |
+
{
|
564 |
+
"epoch": 0.9003215434083601,
|
565 |
+
"grad_norm": 14.833833694458008,
|
566 |
+
"learning_rate": 5.833333333333334e-07,
|
567 |
+
"loss": 0.2703,
|
568 |
+
"num_input_tokens_seen": 945248,
|
569 |
+
"step": 70
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 0.9131832797427653,
|
573 |
+
"grad_norm": 23.44466209411621,
|
574 |
+
"learning_rate": 5.916666666666667e-07,
|
575 |
+
"loss": 0.2968,
|
576 |
+
"num_input_tokens_seen": 958784,
|
577 |
+
"step": 71
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"epoch": 0.9260450160771704,
|
581 |
+
"grad_norm": 56.151981353759766,
|
582 |
+
"learning_rate": 6.000000000000001e-07,
|
583 |
+
"loss": 0.3035,
|
584 |
+
"num_input_tokens_seen": 972416,
|
585 |
+
"step": 72
|
586 |
+
},
|
587 |
+
{
|
588 |
+
"epoch": 0.9389067524115756,
|
589 |
+
"grad_norm": 77.62692260742188,
|
590 |
+
"learning_rate": 6.083333333333334e-07,
|
591 |
+
"loss": 0.3211,
|
592 |
+
"num_input_tokens_seen": 985888,
|
593 |
+
"step": 73
|
594 |
+
},
|
595 |
+
{
|
596 |
+
"epoch": 0.9517684887459807,
|
597 |
+
"grad_norm": 65.45875549316406,
|
598 |
+
"learning_rate": 6.166666666666668e-07,
|
599 |
+
"loss": 0.2913,
|
600 |
+
"num_input_tokens_seen": 999296,
|
601 |
+
"step": 74
|
602 |
+
},
|
603 |
+
{
|
604 |
+
"epoch": 0.9646302250803859,
|
605 |
+
"grad_norm": 16.159313201904297,
|
606 |
+
"learning_rate": 6.25e-07,
|
607 |
+
"loss": 0.2817,
|
608 |
+
"num_input_tokens_seen": 1012640,
|
609 |
+
"step": 75
|
610 |
+
},
|
611 |
+
{
|
612 |
+
"epoch": 0.977491961414791,
|
613 |
+
"grad_norm": 33.846290588378906,
|
614 |
+
"learning_rate": 6.333333333333334e-07,
|
615 |
+
"loss": 0.2827,
|
616 |
+
"num_input_tokens_seen": 1026112,
|
617 |
+
"step": 76
|
618 |
+
},
|
619 |
+
{
|
620 |
+
"epoch": 0.9903536977491961,
|
621 |
+
"grad_norm": 9.542298316955566,
|
622 |
+
"learning_rate": 6.416666666666667e-07,
|
623 |
+
"loss": 0.229,
|
624 |
+
"num_input_tokens_seen": 1039424,
|
625 |
+
"step": 77
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 1.0032154340836013,
|
629 |
+
"grad_norm": 10.284690856933594,
|
630 |
+
"learning_rate": 6.5e-07,
|
631 |
+
"loss": 0.2503,
|
632 |
+
"num_input_tokens_seen": 1053408,
|
633 |
+
"step": 78
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 1.0160771704180065,
|
637 |
+
"grad_norm": 19.490089416503906,
|
638 |
+
"learning_rate": 6.583333333333333e-07,
|
639 |
+
"loss": 0.2453,
|
640 |
+
"num_input_tokens_seen": 1067328,
|
641 |
+
"step": 79
|
642 |
+
},
|
643 |
+
{
|
644 |
+
"epoch": 1.0289389067524115,
|
645 |
+
"grad_norm": 18.234272003173828,
|
646 |
+
"learning_rate": 6.666666666666667e-07,
|
647 |
+
"loss": 0.2167,
|
648 |
+
"num_input_tokens_seen": 1080288,
|
649 |
+
"step": 80
|
650 |
+
},
|
651 |
+
{
|
652 |
+
"epoch": 1.0418006430868167,
|
653 |
+
"grad_norm": 9.240696907043457,
|
654 |
+
"learning_rate": 6.750000000000001e-07,
|
655 |
+
"loss": 0.2361,
|
656 |
+
"num_input_tokens_seen": 1093952,
|
657 |
+
"step": 81
|
658 |
+
},
|
659 |
+
{
|
660 |
+
"epoch": 1.0546623794212218,
|
661 |
+
"grad_norm": 22.255823135375977,
|
662 |
+
"learning_rate": 6.833333333333334e-07,
|
663 |
+
"loss": 0.2248,
|
664 |
+
"num_input_tokens_seen": 1107904,
|
665 |
+
"step": 82
|
666 |
+
},
|
667 |
+
{
|
668 |
+
"epoch": 1.067524115755627,
|
669 |
+
"grad_norm": 26.029281616210938,
|
670 |
+
"learning_rate": 6.916666666666668e-07,
|
671 |
+
"loss": 0.2491,
|
672 |
+
"num_input_tokens_seen": 1121120,
|
673 |
+
"step": 83
|
674 |
+
},
|
675 |
+
{
|
676 |
+
"epoch": 1.0803858520900322,
|
677 |
+
"grad_norm": 34.11492156982422,
|
678 |
+
"learning_rate": 7.000000000000001e-07,
|
679 |
+
"loss": 0.2352,
|
680 |
+
"num_input_tokens_seen": 1135040,
|
681 |
+
"step": 84
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 1.0932475884244373,
|
685 |
+
"grad_norm": 65.68599700927734,
|
686 |
+
"learning_rate": 7.083333333333334e-07,
|
687 |
+
"loss": 0.2365,
|
688 |
+
"num_input_tokens_seen": 1148992,
|
689 |
+
"step": 85
|
690 |
+
},
|
691 |
+
{
|
692 |
+
"epoch": 1.1061093247588425,
|
693 |
+
"grad_norm": 72.81002807617188,
|
694 |
+
"learning_rate": 7.166666666666668e-07,
|
695 |
+
"loss": 0.217,
|
696 |
+
"num_input_tokens_seen": 1162592,
|
697 |
+
"step": 86
|
698 |
+
},
|
699 |
+
{
|
700 |
+
"epoch": 1.1189710610932475,
|
701 |
+
"grad_norm": 21.043798446655273,
|
702 |
+
"learning_rate": 7.25e-07,
|
703 |
+
"loss": 0.2258,
|
704 |
+
"num_input_tokens_seen": 1175104,
|
705 |
+
"step": 87
|
706 |
+
},
|
707 |
+
{
|
708 |
+
"epoch": 1.1318327974276527,
|
709 |
+
"grad_norm": 71.2937240600586,
|
710 |
+
"learning_rate": 7.333333333333334e-07,
|
711 |
+
"loss": 0.245,
|
712 |
+
"num_input_tokens_seen": 1189376,
|
713 |
+
"step": 88
|
714 |
+
},
|
715 |
+
{
|
716 |
+
"epoch": 1.144694533762058,
|
717 |
+
"grad_norm": 106.12057495117188,
|
718 |
+
"learning_rate": 7.416666666666668e-07,
|
719 |
+
"loss": 0.3132,
|
720 |
+
"num_input_tokens_seen": 1202560,
|
721 |
+
"step": 89
|
722 |
+
},
|
723 |
+
{
|
724 |
+
"epoch": 1.157556270096463,
|
725 |
+
"grad_norm": 84.74403381347656,
|
726 |
+
"learning_rate": 7.5e-07,
|
727 |
+
"loss": 0.284,
|
728 |
+
"num_input_tokens_seen": 1216832,
|
729 |
+
"step": 90
|
730 |
+
},
|
731 |
+
{
|
732 |
+
"epoch": 1.1704180064308682,
|
733 |
+
"grad_norm": 10.08238410949707,
|
734 |
+
"learning_rate": 7.583333333333334e-07,
|
735 |
+
"loss": 0.1933,
|
736 |
+
"num_input_tokens_seen": 1230528,
|
737 |
+
"step": 91
|
738 |
+
},
|
739 |
+
{
|
740 |
+
"epoch": 1.1832797427652733,
|
741 |
+
"grad_norm": 56.27880859375,
|
742 |
+
"learning_rate": 7.666666666666667e-07,
|
743 |
+
"loss": 0.2154,
|
744 |
+
"num_input_tokens_seen": 1244352,
|
745 |
+
"step": 92
|
746 |
+
},
|
747 |
+
{
|
748 |
+
"epoch": 1.1961414790996785,
|
749 |
+
"grad_norm": 39.58720779418945,
|
750 |
+
"learning_rate": 7.750000000000001e-07,
|
751 |
+
"loss": 0.2064,
|
752 |
+
"num_input_tokens_seen": 1257472,
|
753 |
+
"step": 93
|
754 |
+
},
|
755 |
+
{
|
756 |
+
"epoch": 1.2090032154340835,
|
757 |
+
"grad_norm": 12.087499618530273,
|
758 |
+
"learning_rate": 7.833333333333335e-07,
|
759 |
+
"loss": 0.2038,
|
760 |
+
"num_input_tokens_seen": 1271392,
|
761 |
+
"step": 94
|
762 |
+
},
|
763 |
+
{
|
764 |
+
"epoch": 1.2218649517684887,
|
765 |
+
"grad_norm": 29.51178550720215,
|
766 |
+
"learning_rate": 7.916666666666667e-07,
|
767 |
+
"loss": 0.2152,
|
768 |
+
"num_input_tokens_seen": 1286432,
|
769 |
+
"step": 95
|
770 |
+
},
|
771 |
+
{
|
772 |
+
"epoch": 1.234726688102894,
|
773 |
+
"grad_norm": 12.675917625427246,
|
774 |
+
"learning_rate": 8.000000000000001e-07,
|
775 |
+
"loss": 0.1961,
|
776 |
+
"num_input_tokens_seen": 1300096,
|
777 |
+
"step": 96
|
778 |
+
},
|
779 |
+
{
|
780 |
+
"epoch": 1.247588424437299,
|
781 |
+
"grad_norm": 11.436767578125,
|
782 |
+
"learning_rate": 8.083333333333334e-07,
|
783 |
+
"loss": 0.1772,
|
784 |
+
"num_input_tokens_seen": 1313568,
|
785 |
+
"step": 97
|
786 |
+
},
|
787 |
+
{
|
788 |
+
"epoch": 1.2604501607717042,
|
789 |
+
"grad_norm": 25.415918350219727,
|
790 |
+
"learning_rate": 8.166666666666668e-07,
|
791 |
+
"loss": 0.1846,
|
792 |
+
"num_input_tokens_seen": 1327328,
|
793 |
+
"step": 98
|
794 |
+
},
|
795 |
+
{
|
796 |
+
"epoch": 1.2733118971061093,
|
797 |
+
"grad_norm": 11.161438941955566,
|
798 |
+
"learning_rate": 8.250000000000001e-07,
|
799 |
+
"loss": 0.1823,
|
800 |
+
"num_input_tokens_seen": 1340960,
|
801 |
+
"step": 99
|
802 |
+
},
|
803 |
+
{
|
804 |
+
"epoch": 1.2861736334405145,
|
805 |
+
"grad_norm": 7.966615200042725,
|
806 |
+
"learning_rate": 8.333333333333333e-07,
|
807 |
+
"loss": 0.1794,
|
808 |
+
"num_input_tokens_seen": 1353440,
|
809 |
+
"step": 100
|
810 |
+
},
|
811 |
+
{
|
812 |
+
"epoch": 1.2990353697749195,
|
813 |
+
"grad_norm": 32.296085357666016,
|
814 |
+
"learning_rate": 8.416666666666667e-07,
|
815 |
+
"loss": 0.2106,
|
816 |
+
"num_input_tokens_seen": 1367680,
|
817 |
+
"step": 101
|
818 |
+
},
|
819 |
+
{
|
820 |
+
"epoch": 1.3118971061093248,
|
821 |
+
"grad_norm": 26.521038055419922,
|
822 |
+
"learning_rate": 8.500000000000001e-07,
|
823 |
+
"loss": 0.2123,
|
824 |
+
"num_input_tokens_seen": 1380864,
|
825 |
+
"step": 102
|
826 |
+
},
|
827 |
+
{
|
828 |
+
"epoch": 1.32475884244373,
|
829 |
+
"grad_norm": 63.48737716674805,
|
830 |
+
"learning_rate": 8.583333333333334e-07,
|
831 |
+
"loss": 0.2413,
|
832 |
+
"num_input_tokens_seen": 1393888,
|
833 |
+
"step": 103
|
834 |
+
},
|
835 |
+
{
|
836 |
+
"epoch": 1.337620578778135,
|
837 |
+
"grad_norm": 55.781776428222656,
|
838 |
+
"learning_rate": 8.666666666666668e-07,
|
839 |
+
"loss": 0.2334,
|
840 |
+
"num_input_tokens_seen": 1406912,
|
841 |
+
"step": 104
|
842 |
+
},
|
843 |
+
{
|
844 |
+
"epoch": 1.3504823151125402,
|
845 |
+
"grad_norm": 13.036691665649414,
|
846 |
+
"learning_rate": 8.75e-07,
|
847 |
+
"loss": 0.2069,
|
848 |
+
"num_input_tokens_seen": 1420000,
|
849 |
+
"step": 105
|
850 |
+
},
|
851 |
+
{
|
852 |
+
"epoch": 1.3633440514469453,
|
853 |
+
"grad_norm": 45.98344421386719,
|
854 |
+
"learning_rate": 8.833333333333334e-07,
|
855 |
+
"loss": 0.2262,
|
856 |
+
"num_input_tokens_seen": 1433440,
|
857 |
+
"step": 106
|
858 |
+
},
|
859 |
+
{
|
860 |
+
"epoch": 1.3762057877813505,
|
861 |
+
"grad_norm": 34.49677276611328,
|
862 |
+
"learning_rate": 8.916666666666668e-07,
|
863 |
+
"loss": 0.1718,
|
864 |
+
"num_input_tokens_seen": 1446560,
|
865 |
+
"step": 107
|
866 |
+
},
|
867 |
+
{
|
868 |
+
"epoch": 1.3890675241157555,
|
869 |
+
"grad_norm": 21.14679718017578,
|
870 |
+
"learning_rate": 9.000000000000001e-07,
|
871 |
+
"loss": 0.204,
|
872 |
+
"num_input_tokens_seen": 1460320,
|
873 |
+
"step": 108
|
874 |
+
},
|
875 |
+
{
|
876 |
+
"epoch": 1.4019292604501608,
|
877 |
+
"grad_norm": 26.53287124633789,
|
878 |
+
"learning_rate": 9.083333333333335e-07,
|
879 |
+
"loss": 0.1849,
|
880 |
+
"num_input_tokens_seen": 1474272,
|
881 |
+
"step": 109
|
882 |
+
},
|
883 |
+
{
|
884 |
+
"epoch": 1.414790996784566,
|
885 |
+
"grad_norm": 34.011962890625,
|
886 |
+
"learning_rate": 9.166666666666666e-07,
|
887 |
+
"loss": 0.2028,
|
888 |
+
"num_input_tokens_seen": 1487904,
|
889 |
+
"step": 110
|
890 |
+
},
|
891 |
+
{
|
892 |
+
"epoch": 1.427652733118971,
|
893 |
+
"grad_norm": 17.4981689453125,
|
894 |
+
"learning_rate": 9.25e-07,
|
895 |
+
"loss": 0.179,
|
896 |
+
"num_input_tokens_seen": 1501664,
|
897 |
+
"step": 111
|
898 |
+
},
|
899 |
+
{
|
900 |
+
"epoch": 1.4405144694533762,
|
901 |
+
"grad_norm": 20.183582305908203,
|
902 |
+
"learning_rate": 9.333333333333334e-07,
|
903 |
+
"loss": 0.1813,
|
904 |
+
"num_input_tokens_seen": 1515264,
|
905 |
+
"step": 112
|
906 |
+
},
|
907 |
+
{
|
908 |
+
"epoch": 1.4533762057877815,
|
909 |
+
"grad_norm": 26.655994415283203,
|
910 |
+
"learning_rate": 9.416666666666667e-07,
|
911 |
+
"loss": 0.1955,
|
912 |
+
"num_input_tokens_seen": 1528640,
|
913 |
+
"step": 113
|
914 |
+
},
|
915 |
+
{
|
916 |
+
"epoch": 1.4662379421221865,
|
917 |
+
"grad_norm": 25.745370864868164,
|
918 |
+
"learning_rate": 9.500000000000001e-07,
|
919 |
+
"loss": 0.1577,
|
920 |
+
"num_input_tokens_seen": 1541632,
|
921 |
+
"step": 114
|
922 |
+
},
|
923 |
+
{
|
924 |
+
"epoch": 1.4790996784565915,
|
925 |
+
"grad_norm": 22.924352645874023,
|
926 |
+
"learning_rate": 9.583333333333334e-07,
|
927 |
+
"loss": 0.1509,
|
928 |
+
"num_input_tokens_seen": 1554592,
|
929 |
+
"step": 115
|
930 |
+
},
|
931 |
+
{
|
932 |
+
"epoch": 1.4919614147909968,
|
933 |
+
"grad_norm": 26.520856857299805,
|
934 |
+
"learning_rate": 9.666666666666668e-07,
|
935 |
+
"loss": 0.2052,
|
936 |
+
"num_input_tokens_seen": 1567296,
|
937 |
+
"step": 116
|
938 |
+
},
|
939 |
+
{
|
940 |
+
"epoch": 1.504823151125402,
|
941 |
+
"grad_norm": 23.989120483398438,
|
942 |
+
"learning_rate": 9.750000000000002e-07,
|
943 |
+
"loss": 0.1576,
|
944 |
+
"num_input_tokens_seen": 1580800,
|
945 |
+
"step": 117
|
946 |
+
},
|
947 |
+
{
|
948 |
+
"epoch": 1.517684887459807,
|
949 |
+
"grad_norm": 11.067609786987305,
|
950 |
+
"learning_rate": 9.833333333333334e-07,
|
951 |
+
"loss": 0.1459,
|
952 |
+
"num_input_tokens_seen": 1593792,
|
953 |
+
"step": 118
|
954 |
+
},
|
955 |
+
{
|
956 |
+
"epoch": 1.5305466237942122,
|
957 |
+
"grad_norm": 41.14239501953125,
|
958 |
+
"learning_rate": 9.916666666666668e-07,
|
959 |
+
"loss": 0.2694,
|
960 |
+
"num_input_tokens_seen": 1607648,
|
961 |
+
"step": 119
|
962 |
+
},
|
963 |
+
{
|
964 |
+
"epoch": 1.5434083601286175,
|
965 |
+
"grad_norm": 17.72841453552246,
|
966 |
+
"learning_rate": 1.0000000000000002e-06,
|
967 |
+
"loss": 0.1891,
|
968 |
+
"num_input_tokens_seen": 1621184,
|
969 |
+
"step": 120
|
970 |
+
},
|
971 |
+
{
|
972 |
+
"epoch": 1.5562700964630225,
|
973 |
+
"grad_norm": 13.838713645935059,
|
974 |
+
"learning_rate": 1.0083333333333333e-06,
|
975 |
+
"loss": 0.1655,
|
976 |
+
"num_input_tokens_seen": 1634240,
|
977 |
+
"step": 121
|
978 |
+
},
|
979 |
+
{
|
980 |
+
"epoch": 1.5691318327974275,
|
981 |
+
"grad_norm": 17.73114013671875,
|
982 |
+
"learning_rate": 1.0166666666666667e-06,
|
983 |
+
"loss": 0.1534,
|
984 |
+
"num_input_tokens_seen": 1647712,
|
985 |
+
"step": 122
|
986 |
+
},
|
987 |
+
{
|
988 |
+
"epoch": 1.5819935691318328,
|
989 |
+
"grad_norm": 7.044174671173096,
|
990 |
+
"learning_rate": 1.025e-06,
|
991 |
+
"loss": 0.1373,
|
992 |
+
"num_input_tokens_seen": 1661344,
|
993 |
+
"step": 123
|
994 |
+
},
|
995 |
+
{
|
996 |
+
"epoch": 1.594855305466238,
|
997 |
+
"grad_norm": 13.696454048156738,
|
998 |
+
"learning_rate": 1.0333333333333333e-06,
|
999 |
+
"loss": 0.1528,
|
1000 |
+
"num_input_tokens_seen": 1674880,
|
1001 |
+
"step": 124
|
1002 |
+
},
|
1003 |
+
{
|
1004 |
+
"epoch": 1.607717041800643,
|
1005 |
+
"grad_norm": 11.191144943237305,
|
1006 |
+
"learning_rate": 1.0416666666666667e-06,
|
1007 |
+
"loss": 0.2017,
|
1008 |
+
"num_input_tokens_seen": 1688992,
|
1009 |
+
"step": 125
|
1010 |
+
},
|
1011 |
+
{
|
1012 |
+
"epoch": 1.6205787781350482,
|
1013 |
+
"grad_norm": 10.479023933410645,
|
1014 |
+
"learning_rate": 1.0500000000000001e-06,
|
1015 |
+
"loss": 0.1554,
|
1016 |
+
"num_input_tokens_seen": 1702944,
|
1017 |
+
"step": 126
|
1018 |
+
},
|
1019 |
+
{
|
1020 |
+
"epoch": 1.6334405144694535,
|
1021 |
+
"grad_norm": 12.889703750610352,
|
1022 |
+
"learning_rate": 1.0583333333333335e-06,
|
1023 |
+
"loss": 0.1332,
|
1024 |
+
"num_input_tokens_seen": 1716768,
|
1025 |
+
"step": 127
|
1026 |
+
},
|
1027 |
+
{
|
1028 |
+
"epoch": 1.6463022508038585,
|
1029 |
+
"grad_norm": 8.173032760620117,
|
1030 |
+
"learning_rate": 1.066666666666667e-06,
|
1031 |
+
"loss": 0.115,
|
1032 |
+
"num_input_tokens_seen": 1730848,
|
1033 |
+
"step": 128
|
1034 |
+
},
|
1035 |
+
{
|
1036 |
+
"epoch": 1.6591639871382635,
|
1037 |
+
"grad_norm": 14.694462776184082,
|
1038 |
+
"learning_rate": 1.075e-06,
|
1039 |
+
"loss": 0.119,
|
1040 |
+
"num_input_tokens_seen": 1743520,
|
1041 |
+
"step": 129
|
1042 |
+
},
|
1043 |
+
{
|
1044 |
+
"epoch": 1.6720257234726688,
|
1045 |
+
"grad_norm": 8.472253799438477,
|
1046 |
+
"learning_rate": 1.0833333333333335e-06,
|
1047 |
+
"loss": 0.1164,
|
1048 |
+
"num_input_tokens_seen": 1757696,
|
1049 |
+
"step": 130
|
1050 |
+
},
|
1051 |
+
{
|
1052 |
+
"epoch": 1.684887459807074,
|
1053 |
+
"grad_norm": 20.757648468017578,
|
1054 |
+
"learning_rate": 1.0916666666666667e-06,
|
1055 |
+
"loss": 0.1981,
|
1056 |
+
"num_input_tokens_seen": 1771264,
|
1057 |
+
"step": 131
|
1058 |
+
},
|
1059 |
+
{
|
1060 |
+
"epoch": 1.697749196141479,
|
1061 |
+
"grad_norm": 20.149930953979492,
|
1062 |
+
"learning_rate": 1.1e-06,
|
1063 |
+
"loss": 0.168,
|
1064 |
+
"num_input_tokens_seen": 1784480,
|
1065 |
+
"step": 132
|
1066 |
+
},
|
1067 |
+
{
|
1068 |
+
"epoch": 1.7106109324758842,
|
1069 |
+
"grad_norm": 9.992751121520996,
|
1070 |
+
"learning_rate": 1.1083333333333335e-06,
|
1071 |
+
"loss": 0.0741,
|
1072 |
+
"num_input_tokens_seen": 1798176,
|
1073 |
+
"step": 133
|
1074 |
+
},
|
1075 |
+
{
|
1076 |
+
"epoch": 1.7234726688102895,
|
1077 |
+
"grad_norm": 26.80909538269043,
|
1078 |
+
"learning_rate": 1.1166666666666666e-06,
|
1079 |
+
"loss": 0.1847,
|
1080 |
+
"num_input_tokens_seen": 1811264,
|
1081 |
+
"step": 134
|
1082 |
+
},
|
1083 |
+
{
|
1084 |
+
"epoch": 1.7363344051446945,
|
1085 |
+
"grad_norm": 16.494613647460938,
|
1086 |
+
"learning_rate": 1.125e-06,
|
1087 |
+
"loss": 0.108,
|
1088 |
+
"num_input_tokens_seen": 1825024,
|
1089 |
+
"step": 135
|
1090 |
+
},
|
1091 |
+
{
|
1092 |
+
"epoch": 1.7491961414790995,
|
1093 |
+
"grad_norm": 18.742122650146484,
|
1094 |
+
"learning_rate": 1.1333333333333334e-06,
|
1095 |
+
"loss": 0.1214,
|
1096 |
+
"num_input_tokens_seen": 1838624,
|
1097 |
+
"step": 136
|
1098 |
+
},
|
1099 |
+
{
|
1100 |
+
"epoch": 1.762057877813505,
|
1101 |
+
"grad_norm": 10.102185249328613,
|
1102 |
+
"learning_rate": 1.1416666666666668e-06,
|
1103 |
+
"loss": 0.1252,
|
1104 |
+
"num_input_tokens_seen": 1852288,
|
1105 |
+
"step": 137
|
1106 |
+
},
|
1107 |
+
{
|
1108 |
+
"epoch": 1.77491961414791,
|
1109 |
+
"grad_norm": 23.612730026245117,
|
1110 |
+
"learning_rate": 1.1500000000000002e-06,
|
1111 |
+
"loss": 0.144,
|
1112 |
+
"num_input_tokens_seen": 1865376,
|
1113 |
+
"step": 138
|
1114 |
+
},
|
1115 |
+
{
|
1116 |
+
"epoch": 1.787781350482315,
|
1117 |
+
"grad_norm": 11.11936092376709,
|
1118 |
+
"learning_rate": 1.1583333333333334e-06,
|
1119 |
+
"loss": 0.1269,
|
1120 |
+
"num_input_tokens_seen": 1878784,
|
1121 |
+
"step": 139
|
1122 |
+
},
|
1123 |
+
{
|
1124 |
+
"epoch": 1.8006430868167203,
|
1125 |
+
"grad_norm": 7.341479778289795,
|
1126 |
+
"learning_rate": 1.1666666666666668e-06,
|
1127 |
+
"loss": 0.1283,
|
1128 |
+
"num_input_tokens_seen": 1892320,
|
1129 |
+
"step": 140
|
1130 |
+
},
|
1131 |
+
{
|
1132 |
+
"epoch": 1.8135048231511255,
|
1133 |
+
"grad_norm": 16.097875595092773,
|
1134 |
+
"learning_rate": 1.175e-06,
|
1135 |
+
"loss": 0.0929,
|
1136 |
+
"num_input_tokens_seen": 1905728,
|
1137 |
+
"step": 141
|
1138 |
+
},
|
1139 |
+
{
|
1140 |
+
"epoch": 1.8263665594855305,
|
1141 |
+
"grad_norm": 18.07818603515625,
|
1142 |
+
"learning_rate": 1.1833333333333334e-06,
|
1143 |
+
"loss": 0.1349,
|
1144 |
+
"num_input_tokens_seen": 1918752,
|
1145 |
+
"step": 142
|
1146 |
+
},
|
1147 |
+
{
|
1148 |
+
"epoch": 1.8392282958199357,
|
1149 |
+
"grad_norm": 18.349048614501953,
|
1150 |
+
"learning_rate": 1.1916666666666668e-06,
|
1151 |
+
"loss": 0.1277,
|
1152 |
+
"num_input_tokens_seen": 1931808,
|
1153 |
+
"step": 143
|
1154 |
+
},
|
1155 |
+
{
|
1156 |
+
"epoch": 1.852090032154341,
|
1157 |
+
"grad_norm": 12.308938980102539,
|
1158 |
+
"learning_rate": 1.2000000000000002e-06,
|
1159 |
+
"loss": 0.1585,
|
1160 |
+
"num_input_tokens_seen": 1945312,
|
1161 |
+
"step": 144
|
1162 |
+
},
|
1163 |
+
{
|
1164 |
+
"epoch": 1.864951768488746,
|
1165 |
+
"grad_norm": 19.95519256591797,
|
1166 |
+
"learning_rate": 1.2083333333333333e-06,
|
1167 |
+
"loss": 0.1468,
|
1168 |
+
"num_input_tokens_seen": 1958016,
|
1169 |
+
"step": 145
|
1170 |
+
},
|
1171 |
+
{
|
1172 |
+
"epoch": 1.877813504823151,
|
1173 |
+
"grad_norm": 11.419037818908691,
|
1174 |
+
"learning_rate": 1.2166666666666667e-06,
|
1175 |
+
"loss": 0.1049,
|
1176 |
+
"num_input_tokens_seen": 1971392,
|
1177 |
+
"step": 146
|
1178 |
+
},
|
1179 |
+
{
|
1180 |
+
"epoch": 1.8906752411575563,
|
1181 |
+
"grad_norm": 9.492958068847656,
|
1182 |
+
"learning_rate": 1.2250000000000001e-06,
|
1183 |
+
"loss": 0.1297,
|
1184 |
+
"num_input_tokens_seen": 1984992,
|
1185 |
+
"step": 147
|
1186 |
+
},
|
1187 |
+
{
|
1188 |
+
"epoch": 1.9035369774919615,
|
1189 |
+
"grad_norm": 6.134005546569824,
|
1190 |
+
"learning_rate": 1.2333333333333335e-06,
|
1191 |
+
"loss": 0.1111,
|
1192 |
+
"num_input_tokens_seen": 1998144,
|
1193 |
+
"step": 148
|
1194 |
+
},
|
1195 |
+
{
|
1196 |
+
"epoch": 1.9163987138263665,
|
1197 |
+
"grad_norm": 10.250520706176758,
|
1198 |
+
"learning_rate": 1.2416666666666667e-06,
|
1199 |
+
"loss": 0.1202,
|
1200 |
+
"num_input_tokens_seen": 2012032,
|
1201 |
+
"step": 149
|
1202 |
+
},
|
1203 |
+
{
|
1204 |
+
"epoch": 1.9292604501607717,
|
1205 |
+
"grad_norm": 10.018802642822266,
|
1206 |
+
"learning_rate": 1.25e-06,
|
1207 |
+
"loss": 0.0829,
|
1208 |
+
"num_input_tokens_seen": 2025600,
|
1209 |
+
"step": 150
|
1210 |
+
},
|
1211 |
+
{
|
1212 |
+
"epoch": 1.942122186495177,
|
1213 |
+
"grad_norm": 17.175769805908203,
|
1214 |
+
"learning_rate": 1.2583333333333333e-06,
|
1215 |
+
"loss": 0.1119,
|
1216 |
+
"num_input_tokens_seen": 2040096,
|
1217 |
+
"step": 151
|
1218 |
+
},
|
1219 |
+
{
|
1220 |
+
"epoch": 1.954983922829582,
|
1221 |
+
"grad_norm": 18.159189224243164,
|
1222 |
+
"learning_rate": 1.2666666666666669e-06,
|
1223 |
+
"loss": 0.1144,
|
1224 |
+
"num_input_tokens_seen": 2053504,
|
1225 |
+
"step": 152
|
1226 |
+
},
|
1227 |
+
{
|
1228 |
+
"epoch": 1.967845659163987,
|
1229 |
+
"grad_norm": 14.536725044250488,
|
1230 |
+
"learning_rate": 1.275e-06,
|
1231 |
+
"loss": 0.117,
|
1232 |
+
"num_input_tokens_seen": 2065856,
|
1233 |
+
"step": 153
|
1234 |
+
},
|
1235 |
+
{
|
1236 |
+
"epoch": 1.9807073954983923,
|
1237 |
+
"grad_norm": 10.24523639678955,
|
1238 |
+
"learning_rate": 1.2833333333333335e-06,
|
1239 |
+
"loss": 0.0998,
|
1240 |
+
"num_input_tokens_seen": 2078656,
|
1241 |
+
"step": 154
|
1242 |
+
},
|
1243 |
+
{
|
1244 |
+
"epoch": 1.9935691318327975,
|
1245 |
+
"grad_norm": 20.030460357666016,
|
1246 |
+
"learning_rate": 1.2916666666666669e-06,
|
1247 |
+
"loss": 0.1384,
|
1248 |
+
"num_input_tokens_seen": 2092672,
|
1249 |
+
"step": 155
|
1250 |
+
},
|
1251 |
+
{
|
1252 |
+
"epoch": 2.0064308681672025,
|
1253 |
+
"grad_norm": 12.654150009155273,
|
1254 |
+
"learning_rate": 1.3e-06,
|
1255 |
+
"loss": 0.1157,
|
1256 |
+
"num_input_tokens_seen": 2105728,
|
1257 |
+
"step": 156
|
1258 |
+
},
|
1259 |
+
{
|
1260 |
+
"epoch": 2.0192926045016075,
|
1261 |
+
"grad_norm": 5.51693058013916,
|
1262 |
+
"learning_rate": 1.3083333333333334e-06,
|
1263 |
+
"loss": 0.0696,
|
1264 |
+
"num_input_tokens_seen": 2118976,
|
1265 |
+
"step": 157
|
1266 |
+
},
|
1267 |
+
{
|
1268 |
+
"epoch": 2.032154340836013,
|
1269 |
+
"grad_norm": 9.432037353515625,
|
1270 |
+
"learning_rate": 1.3166666666666666e-06,
|
1271 |
+
"loss": 0.0665,
|
1272 |
+
"num_input_tokens_seen": 2132352,
|
1273 |
+
"step": 158
|
1274 |
+
},
|
1275 |
+
{
|
1276 |
+
"epoch": 2.045016077170418,
|
1277 |
+
"grad_norm": 15.199766159057617,
|
1278 |
+
"learning_rate": 1.3250000000000002e-06,
|
1279 |
+
"loss": 0.0783,
|
1280 |
+
"num_input_tokens_seen": 2146048,
|
1281 |
+
"step": 159
|
1282 |
+
},
|
1283 |
+
{
|
1284 |
+
"epoch": 2.057877813504823,
|
1285 |
+
"grad_norm": 10.740960121154785,
|
1286 |
+
"learning_rate": 1.3333333333333334e-06,
|
1287 |
+
"loss": 0.0749,
|
1288 |
+
"num_input_tokens_seen": 2158752,
|
1289 |
+
"step": 160
|
1290 |
+
},
|
1291 |
+
{
|
1292 |
+
"epoch": 2.0707395498392285,
|
1293 |
+
"grad_norm": 7.335105895996094,
|
1294 |
+
"learning_rate": 1.3416666666666666e-06,
|
1295 |
+
"loss": 0.0731,
|
1296 |
+
"num_input_tokens_seen": 2171872,
|
1297 |
+
"step": 161
|
1298 |
+
},
|
1299 |
+
{
|
1300 |
+
"epoch": 2.0836012861736335,
|
1301 |
+
"grad_norm": 14.225622177124023,
|
1302 |
+
"learning_rate": 1.3500000000000002e-06,
|
1303 |
+
"loss": 0.0913,
|
1304 |
+
"num_input_tokens_seen": 2184800,
|
1305 |
+
"step": 162
|
1306 |
+
},
|
1307 |
+
{
|
1308 |
+
"epoch": 2.0964630225080385,
|
1309 |
+
"grad_norm": 12.737798690795898,
|
1310 |
+
"learning_rate": 1.3583333333333334e-06,
|
1311 |
+
"loss": 0.0521,
|
1312 |
+
"num_input_tokens_seen": 2198176,
|
1313 |
+
"step": 163
|
1314 |
+
},
|
1315 |
+
{
|
1316 |
+
"epoch": 2.1093247588424435,
|
1317 |
+
"grad_norm": 10.609269142150879,
|
1318 |
+
"learning_rate": 1.3666666666666668e-06,
|
1319 |
+
"loss": 0.068,
|
1320 |
+
"num_input_tokens_seen": 2211392,
|
1321 |
+
"step": 164
|
1322 |
+
},
|
1323 |
+
{
|
1324 |
+
"epoch": 2.122186495176849,
|
1325 |
+
"grad_norm": 8.30199146270752,
|
1326 |
+
"learning_rate": 1.3750000000000002e-06,
|
1327 |
+
"loss": 0.0686,
|
1328 |
+
"num_input_tokens_seen": 2224480,
|
1329 |
+
"step": 165
|
1330 |
+
},
|
1331 |
+
{
|
1332 |
+
"epoch": 2.135048231511254,
|
1333 |
+
"grad_norm": 6.069125175476074,
|
1334 |
+
"learning_rate": 1.3833333333333336e-06,
|
1335 |
+
"loss": 0.0545,
|
1336 |
+
"num_input_tokens_seen": 2237920,
|
1337 |
+
"step": 166
|
1338 |
+
},
|
1339 |
+
{
|
1340 |
+
"epoch": 2.147909967845659,
|
1341 |
+
"grad_norm": 4.639097213745117,
|
1342 |
+
"learning_rate": 1.3916666666666668e-06,
|
1343 |
+
"loss": 0.0347,
|
1344 |
+
"num_input_tokens_seen": 2251008,
|
1345 |
+
"step": 167
|
1346 |
+
},
|
1347 |
+
{
|
1348 |
+
"epoch": 2.1607717041800645,
|
1349 |
+
"grad_norm": 9.093743324279785,
|
1350 |
+
"learning_rate": 1.4000000000000001e-06,
|
1351 |
+
"loss": 0.0993,
|
1352 |
+
"num_input_tokens_seen": 2264448,
|
1353 |
+
"step": 168
|
1354 |
+
},
|
1355 |
+
{
|
1356 |
+
"epoch": 2.1736334405144695,
|
1357 |
+
"grad_norm": 8.8851900100708,
|
1358 |
+
"learning_rate": 1.4083333333333335e-06,
|
1359 |
+
"loss": 0.1059,
|
1360 |
+
"num_input_tokens_seen": 2277568,
|
1361 |
+
"step": 169
|
1362 |
+
},
|
1363 |
+
{
|
1364 |
+
"epoch": 2.1864951768488745,
|
1365 |
+
"grad_norm": 10.823246955871582,
|
1366 |
+
"learning_rate": 1.4166666666666667e-06,
|
1367 |
+
"loss": 0.089,
|
1368 |
+
"num_input_tokens_seen": 2291168,
|
1369 |
+
"step": 170
|
1370 |
+
},
|
1371 |
+
{
|
1372 |
+
"epoch": 2.19935691318328,
|
1373 |
+
"grad_norm": 5.454392910003662,
|
1374 |
+
"learning_rate": 1.425e-06,
|
1375 |
+
"loss": 0.0379,
|
1376 |
+
"num_input_tokens_seen": 2304192,
|
1377 |
+
"step": 171
|
1378 |
+
},
|
1379 |
+
{
|
1380 |
+
"epoch": 2.212218649517685,
|
1381 |
+
"grad_norm": 6.2786030769348145,
|
1382 |
+
"learning_rate": 1.4333333333333335e-06,
|
1383 |
+
"loss": 0.0626,
|
1384 |
+
"num_input_tokens_seen": 2317920,
|
1385 |
+
"step": 172
|
1386 |
+
},
|
1387 |
+
{
|
1388 |
+
"epoch": 2.22508038585209,
|
1389 |
+
"grad_norm": 8.764283180236816,
|
1390 |
+
"learning_rate": 1.4416666666666667e-06,
|
1391 |
+
"loss": 0.0957,
|
1392 |
+
"num_input_tokens_seen": 2332416,
|
1393 |
+
"step": 173
|
1394 |
+
},
|
1395 |
+
{
|
1396 |
+
"epoch": 2.237942122186495,
|
1397 |
+
"grad_norm": 10.533244132995605,
|
1398 |
+
"learning_rate": 1.45e-06,
|
1399 |
+
"loss": 0.0636,
|
1400 |
+
"num_input_tokens_seen": 2346112,
|
1401 |
+
"step": 174
|
1402 |
+
},
|
1403 |
+
{
|
1404 |
+
"epoch": 2.2508038585209005,
|
1405 |
+
"grad_norm": 7.398101329803467,
|
1406 |
+
"learning_rate": 1.4583333333333335e-06,
|
1407 |
+
"loss": 0.074,
|
1408 |
+
"num_input_tokens_seen": 2359488,
|
1409 |
+
"step": 175
|
1410 |
+
},
|
1411 |
+
{
|
1412 |
+
"epoch": 2.2636655948553055,
|
1413 |
+
"grad_norm": 6.4459686279296875,
|
1414 |
+
"learning_rate": 1.4666666666666669e-06,
|
1415 |
+
"loss": 0.0685,
|
1416 |
+
"num_input_tokens_seen": 2372928,
|
1417 |
+
"step": 176
|
1418 |
+
},
|
1419 |
+
{
|
1420 |
+
"epoch": 2.2765273311897105,
|
1421 |
+
"grad_norm": 5.918321132659912,
|
1422 |
+
"learning_rate": 1.475e-06,
|
1423 |
+
"loss": 0.0574,
|
1424 |
+
"num_input_tokens_seen": 2386016,
|
1425 |
+
"step": 177
|
1426 |
+
},
|
1427 |
+
{
|
1428 |
+
"epoch": 2.289389067524116,
|
1429 |
+
"grad_norm": 7.045689582824707,
|
1430 |
+
"learning_rate": 1.4833333333333337e-06,
|
1431 |
+
"loss": 0.0619,
|
1432 |
+
"num_input_tokens_seen": 2399936,
|
1433 |
+
"step": 178
|
1434 |
+
},
|
1435 |
+
{
|
1436 |
+
"epoch": 2.302250803858521,
|
1437 |
+
"grad_norm": 9.59676742553711,
|
1438 |
+
"learning_rate": 1.4916666666666669e-06,
|
1439 |
+
"loss": 0.0683,
|
1440 |
+
"num_input_tokens_seen": 2412480,
|
1441 |
+
"step": 179
|
1442 |
+
},
|
1443 |
+
{
|
1444 |
+
"epoch": 2.315112540192926,
|
1445 |
+
"grad_norm": 7.824158668518066,
|
1446 |
+
"learning_rate": 1.5e-06,
|
1447 |
+
"loss": 0.07,
|
1448 |
+
"num_input_tokens_seen": 2425888,
|
1449 |
+
"step": 180
|
1450 |
+
},
|
1451 |
+
{
|
1452 |
+
"epoch": 2.327974276527331,
|
1453 |
+
"grad_norm": 10.920543670654297,
|
1454 |
+
"learning_rate": 1.5083333333333336e-06,
|
1455 |
+
"loss": 0.1154,
|
1456 |
+
"num_input_tokens_seen": 2439168,
|
1457 |
+
"step": 181
|
1458 |
+
},
|
1459 |
+
{
|
1460 |
+
"epoch": 2.3408360128617365,
|
1461 |
+
"grad_norm": 7.014737606048584,
|
1462 |
+
"learning_rate": 1.5166666666666668e-06,
|
1463 |
+
"loss": 0.0923,
|
1464 |
+
"num_input_tokens_seen": 2452928,
|
1465 |
+
"step": 182
|
1466 |
+
},
|
1467 |
+
{
|
1468 |
+
"epoch": 2.3536977491961415,
|
1469 |
+
"grad_norm": 7.072991371154785,
|
1470 |
+
"learning_rate": 1.525e-06,
|
1471 |
+
"loss": 0.0777,
|
1472 |
+
"num_input_tokens_seen": 2465760,
|
1473 |
+
"step": 183
|
1474 |
+
},
|
1475 |
+
{
|
1476 |
+
"epoch": 2.3665594855305465,
|
1477 |
+
"grad_norm": 13.426029205322266,
|
1478 |
+
"learning_rate": 1.5333333333333334e-06,
|
1479 |
+
"loss": 0.0754,
|
1480 |
+
"num_input_tokens_seen": 2479744,
|
1481 |
+
"step": 184
|
1482 |
+
},
|
1483 |
+
{
|
1484 |
+
"epoch": 2.379421221864952,
|
1485 |
+
"grad_norm": 9.223447799682617,
|
1486 |
+
"learning_rate": 1.5416666666666668e-06,
|
1487 |
+
"loss": 0.0704,
|
1488 |
+
"num_input_tokens_seen": 2493024,
|
1489 |
+
"step": 185
|
1490 |
+
},
|
1491 |
+
{
|
1492 |
+
"epoch": 2.392282958199357,
|
1493 |
+
"grad_norm": 6.772041320800781,
|
1494 |
+
"learning_rate": 1.5500000000000002e-06,
|
1495 |
+
"loss": 0.0915,
|
1496 |
+
"num_input_tokens_seen": 2506720,
|
1497 |
+
"step": 186
|
1498 |
+
},
|
1499 |
+
{
|
1500 |
+
"epoch": 2.405144694533762,
|
1501 |
+
"grad_norm": 7.140571117401123,
|
1502 |
+
"learning_rate": 1.5583333333333334e-06,
|
1503 |
+
"loss": 0.087,
|
1504 |
+
"num_input_tokens_seen": 2519776,
|
1505 |
+
"step": 187
|
1506 |
+
},
|
1507 |
+
{
|
1508 |
+
"epoch": 2.418006430868167,
|
1509 |
+
"grad_norm": 9.75447940826416,
|
1510 |
+
"learning_rate": 1.566666666666667e-06,
|
1511 |
+
"loss": 0.0566,
|
1512 |
+
"num_input_tokens_seen": 2533536,
|
1513 |
+
"step": 188
|
1514 |
+
},
|
1515 |
+
{
|
1516 |
+
"epoch": 2.4308681672025725,
|
1517 |
+
"grad_norm": 12.131728172302246,
|
1518 |
+
"learning_rate": 1.5750000000000002e-06,
|
1519 |
+
"loss": 0.1037,
|
1520 |
+
"num_input_tokens_seen": 2547520,
|
1521 |
+
"step": 189
|
1522 |
+
},
|
1523 |
+
{
|
1524 |
+
"epoch": 2.4437299035369775,
|
1525 |
+
"grad_norm": 10.324275970458984,
|
1526 |
+
"learning_rate": 1.5833333333333333e-06,
|
1527 |
+
"loss": 0.1143,
|
1528 |
+
"num_input_tokens_seen": 2561280,
|
1529 |
+
"step": 190
|
1530 |
+
},
|
1531 |
+
{
|
1532 |
+
"epoch": 2.4565916398713825,
|
1533 |
+
"grad_norm": 15.137426376342773,
|
1534 |
+
"learning_rate": 1.591666666666667e-06,
|
1535 |
+
"loss": 0.0829,
|
1536 |
+
"num_input_tokens_seen": 2575136,
|
1537 |
+
"step": 191
|
1538 |
+
},
|
1539 |
+
{
|
1540 |
+
"epoch": 2.469453376205788,
|
1541 |
+
"grad_norm": 4.877906322479248,
|
1542 |
+
"learning_rate": 1.6000000000000001e-06,
|
1543 |
+
"loss": 0.0422,
|
1544 |
+
"num_input_tokens_seen": 2588736,
|
1545 |
+
"step": 192
|
1546 |
+
},
|
1547 |
+
{
|
1548 |
+
"epoch": 2.482315112540193,
|
1549 |
+
"grad_norm": 6.23721170425415,
|
1550 |
+
"learning_rate": 1.6083333333333333e-06,
|
1551 |
+
"loss": 0.0727,
|
1552 |
+
"num_input_tokens_seen": 2602400,
|
1553 |
+
"step": 193
|
1554 |
+
},
|
1555 |
+
{
|
1556 |
+
"epoch": 2.495176848874598,
|
1557 |
+
"grad_norm": 10.653412818908691,
|
1558 |
+
"learning_rate": 1.6166666666666667e-06,
|
1559 |
+
"loss": 0.0836,
|
1560 |
+
"num_input_tokens_seen": 2615648,
|
1561 |
+
"step": 194
|
1562 |
+
},
|
1563 |
+
{
|
1564 |
+
"epoch": 2.508038585209003,
|
1565 |
+
"grad_norm": 8.391611099243164,
|
1566 |
+
"learning_rate": 1.6250000000000001e-06,
|
1567 |
+
"loss": 0.0803,
|
1568 |
+
"num_input_tokens_seen": 2629024,
|
1569 |
+
"step": 195
|
1570 |
+
},
|
1571 |
+
{
|
1572 |
+
"epoch": 2.5209003215434085,
|
1573 |
+
"grad_norm": 6.826237201690674,
|
1574 |
+
"learning_rate": 1.6333333333333335e-06,
|
1575 |
+
"loss": 0.0654,
|
1576 |
+
"num_input_tokens_seen": 2642784,
|
1577 |
+
"step": 196
|
1578 |
+
},
|
1579 |
+
{
|
1580 |
+
"epoch": 2.5337620578778135,
|
1581 |
+
"grad_norm": 7.795334339141846,
|
1582 |
+
"learning_rate": 1.6416666666666667e-06,
|
1583 |
+
"loss": 0.0587,
|
1584 |
+
"num_input_tokens_seen": 2656064,
|
1585 |
+
"step": 197
|
1586 |
+
},
|
1587 |
+
{
|
1588 |
+
"epoch": 2.5466237942122185,
|
1589 |
+
"grad_norm": 9.136542320251465,
|
1590 |
+
"learning_rate": 1.6500000000000003e-06,
|
1591 |
+
"loss": 0.0848,
|
1592 |
+
"num_input_tokens_seen": 2669472,
|
1593 |
+
"step": 198
|
1594 |
+
},
|
1595 |
+
{
|
1596 |
+
"epoch": 2.559485530546624,
|
1597 |
+
"grad_norm": 4.476882457733154,
|
1598 |
+
"learning_rate": 1.6583333333333335e-06,
|
1599 |
+
"loss": 0.0525,
|
1600 |
+
"num_input_tokens_seen": 2682944,
|
1601 |
+
"step": 199
|
1602 |
+
},
|
1603 |
+
{
|
1604 |
+
"epoch": 2.572347266881029,
|
1605 |
+
"grad_norm": 8.298385620117188,
|
1606 |
+
"learning_rate": 1.6666666666666667e-06,
|
1607 |
+
"loss": 0.0677,
|
1608 |
+
"num_input_tokens_seen": 2695968,
|
1609 |
+
"step": 200
|
1610 |
+
},
|
1611 |
+
{
|
1612 |
+
"epoch": 2.585209003215434,
|
1613 |
+
"grad_norm": 9.084216117858887,
|
1614 |
+
"learning_rate": 1.6750000000000003e-06,
|
1615 |
+
"loss": 0.062,
|
1616 |
+
"num_input_tokens_seen": 2709504,
|
1617 |
+
"step": 201
|
1618 |
+
},
|
1619 |
+
{
|
1620 |
+
"epoch": 2.598070739549839,
|
1621 |
+
"grad_norm": 10.124899864196777,
|
1622 |
+
"learning_rate": 1.6833333333333335e-06,
|
1623 |
+
"loss": 0.0674,
|
1624 |
+
"num_input_tokens_seen": 2723264,
|
1625 |
+
"step": 202
|
1626 |
+
},
|
1627 |
+
{
|
1628 |
+
"epoch": 2.6109324758842445,
|
1629 |
+
"grad_norm": 5.721729755401611,
|
1630 |
+
"learning_rate": 1.6916666666666666e-06,
|
1631 |
+
"loss": 0.0533,
|
1632 |
+
"num_input_tokens_seen": 2736768,
|
1633 |
+
"step": 203
|
1634 |
+
},
|
1635 |
+
{
|
1636 |
+
"epoch": 2.6237942122186495,
|
1637 |
+
"grad_norm": 6.966607570648193,
|
1638 |
+
"learning_rate": 1.7000000000000002e-06,
|
1639 |
+
"loss": 0.0757,
|
1640 |
+
"num_input_tokens_seen": 2750816,
|
1641 |
+
"step": 204
|
1642 |
+
},
|
1643 |
+
{
|
1644 |
+
"epoch": 2.6366559485530545,
|
1645 |
+
"grad_norm": 12.730990409851074,
|
1646 |
+
"learning_rate": 1.7083333333333334e-06,
|
1647 |
+
"loss": 0.0777,
|
1648 |
+
"num_input_tokens_seen": 2764576,
|
1649 |
+
"step": 205
|
1650 |
+
},
|
1651 |
+
{
|
1652 |
+
"epoch": 2.64951768488746,
|
1653 |
+
"grad_norm": 13.19457721710205,
|
1654 |
+
"learning_rate": 1.7166666666666668e-06,
|
1655 |
+
"loss": 0.0921,
|
1656 |
+
"num_input_tokens_seen": 2778080,
|
1657 |
+
"step": 206
|
1658 |
+
},
|
1659 |
+
{
|
1660 |
+
"epoch": 2.662379421221865,
|
1661 |
+
"grad_norm": 6.583987712860107,
|
1662 |
+
"learning_rate": 1.725e-06,
|
1663 |
+
"loss": 0.0378,
|
1664 |
+
"num_input_tokens_seen": 2790976,
|
1665 |
+
"step": 207
|
1666 |
+
},
|
1667 |
+
{
|
1668 |
+
"epoch": 2.67524115755627,
|
1669 |
+
"grad_norm": 6.989199161529541,
|
1670 |
+
"learning_rate": 1.7333333333333336e-06,
|
1671 |
+
"loss": 0.0671,
|
1672 |
+
"num_input_tokens_seen": 2805152,
|
1673 |
+
"step": 208
|
1674 |
+
},
|
1675 |
+
{
|
1676 |
+
"epoch": 2.688102893890675,
|
1677 |
+
"grad_norm": 8.903035163879395,
|
1678 |
+
"learning_rate": 1.7416666666666668e-06,
|
1679 |
+
"loss": 0.0664,
|
1680 |
+
"num_input_tokens_seen": 2818688,
|
1681 |
+
"step": 209
|
1682 |
+
},
|
1683 |
+
{
|
1684 |
+
"epoch": 2.7009646302250805,
|
1685 |
+
"grad_norm": 10.817940711975098,
|
1686 |
+
"learning_rate": 1.75e-06,
|
1687 |
+
"loss": 0.072,
|
1688 |
+
"num_input_tokens_seen": 2831872,
|
1689 |
+
"step": 210
|
1690 |
+
},
|
1691 |
+
{
|
1692 |
+
"epoch": 2.7138263665594855,
|
1693 |
+
"grad_norm": 9.068681716918945,
|
1694 |
+
"learning_rate": 1.7583333333333336e-06,
|
1695 |
+
"loss": 0.0883,
|
1696 |
+
"num_input_tokens_seen": 2845984,
|
1697 |
+
"step": 211
|
1698 |
+
},
|
1699 |
+
{
|
1700 |
+
"epoch": 2.7266881028938905,
|
1701 |
+
"grad_norm": 4.464389801025391,
|
1702 |
+
"learning_rate": 1.7666666666666668e-06,
|
1703 |
+
"loss": 0.0414,
|
1704 |
+
"num_input_tokens_seen": 2859232,
|
1705 |
+
"step": 212
|
1706 |
+
},
|
1707 |
+
{
|
1708 |
+
"epoch": 2.739549839228296,
|
1709 |
+
"grad_norm": 4.999591827392578,
|
1710 |
+
"learning_rate": 1.7750000000000002e-06,
|
1711 |
+
"loss": 0.031,
|
1712 |
+
"num_input_tokens_seen": 2872192,
|
1713 |
+
"step": 213
|
1714 |
+
},
|
1715 |
+
{
|
1716 |
+
"epoch": 2.752411575562701,
|
1717 |
+
"grad_norm": 6.336106300354004,
|
1718 |
+
"learning_rate": 1.7833333333333336e-06,
|
1719 |
+
"loss": 0.0634,
|
1720 |
+
"num_input_tokens_seen": 2885312,
|
1721 |
+
"step": 214
|
1722 |
+
},
|
1723 |
+
{
|
1724 |
+
"epoch": 2.765273311897106,
|
1725 |
+
"grad_norm": 7.798391819000244,
|
1726 |
+
"learning_rate": 1.7916666666666667e-06,
|
1727 |
+
"loss": 0.0837,
|
1728 |
+
"num_input_tokens_seen": 2899072,
|
1729 |
+
"step": 215
|
1730 |
+
},
|
1731 |
+
{
|
1732 |
+
"epoch": 2.778135048231511,
|
1733 |
+
"grad_norm": 8.36534595489502,
|
1734 |
+
"learning_rate": 1.8000000000000001e-06,
|
1735 |
+
"loss": 0.0855,
|
1736 |
+
"num_input_tokens_seen": 2912448,
|
1737 |
+
"step": 216
|
1738 |
+
},
|
1739 |
+
{
|
1740 |
+
"epoch": 2.7909967845659165,
|
1741 |
+
"grad_norm": 9.043126106262207,
|
1742 |
+
"learning_rate": 1.8083333333333335e-06,
|
1743 |
+
"loss": 0.0945,
|
1744 |
+
"num_input_tokens_seen": 2925120,
|
1745 |
+
"step": 217
|
1746 |
+
},
|
1747 |
+
{
|
1748 |
+
"epoch": 2.8038585209003215,
|
1749 |
+
"grad_norm": 5.886596202850342,
|
1750 |
+
"learning_rate": 1.816666666666667e-06,
|
1751 |
+
"loss": 0.078,
|
1752 |
+
"num_input_tokens_seen": 2938336,
|
1753 |
+
"step": 218
|
1754 |
+
},
|
1755 |
+
{
|
1756 |
+
"epoch": 2.816720257234727,
|
1757 |
+
"grad_norm": 6.200281620025635,
|
1758 |
+
"learning_rate": 1.825e-06,
|
1759 |
+
"loss": 0.0573,
|
1760 |
+
"num_input_tokens_seen": 2951264,
|
1761 |
+
"step": 219
|
1762 |
+
},
|
1763 |
+
{
|
1764 |
+
"epoch": 2.829581993569132,
|
1765 |
+
"grad_norm": 10.755176544189453,
|
1766 |
+
"learning_rate": 1.8333333333333333e-06,
|
1767 |
+
"loss": 0.0806,
|
1768 |
+
"num_input_tokens_seen": 2965120,
|
1769 |
+
"step": 220
|
1770 |
+
},
|
1771 |
+
{
|
1772 |
+
"epoch": 2.842443729903537,
|
1773 |
+
"grad_norm": 7.736689567565918,
|
1774 |
+
"learning_rate": 1.8416666666666669e-06,
|
1775 |
+
"loss": 0.0961,
|
1776 |
+
"num_input_tokens_seen": 2978368,
|
1777 |
+
"step": 221
|
1778 |
+
},
|
1779 |
+
{
|
1780 |
+
"epoch": 2.855305466237942,
|
1781 |
+
"grad_norm": 8.25919246673584,
|
1782 |
+
"learning_rate": 1.85e-06,
|
1783 |
+
"loss": 0.0732,
|
1784 |
+
"num_input_tokens_seen": 2992000,
|
1785 |
+
"step": 222
|
1786 |
+
},
|
1787 |
+
{
|
1788 |
+
"epoch": 2.868167202572347,
|
1789 |
+
"grad_norm": 9.59769344329834,
|
1790 |
+
"learning_rate": 1.8583333333333335e-06,
|
1791 |
+
"loss": 0.0957,
|
1792 |
+
"num_input_tokens_seen": 3006048,
|
1793 |
+
"step": 223
|
1794 |
+
},
|
1795 |
+
{
|
1796 |
+
"epoch": 2.8810289389067525,
|
1797 |
+
"grad_norm": 7.2752485275268555,
|
1798 |
+
"learning_rate": 1.8666666666666669e-06,
|
1799 |
+
"loss": 0.0774,
|
1800 |
+
"num_input_tokens_seen": 3019744,
|
1801 |
+
"step": 224
|
1802 |
+
},
|
1803 |
+
{
|
1804 |
+
"epoch": 2.8938906752411575,
|
1805 |
+
"grad_norm": 5.989022731781006,
|
1806 |
+
"learning_rate": 1.8750000000000003e-06,
|
1807 |
+
"loss": 0.0691,
|
1808 |
+
"num_input_tokens_seen": 3033568,
|
1809 |
+
"step": 225
|
1810 |
+
},
|
1811 |
+
{
|
1812 |
+
"epoch": 2.906752411575563,
|
1813 |
+
"grad_norm": 6.692146301269531,
|
1814 |
+
"learning_rate": 1.8833333333333334e-06,
|
1815 |
+
"loss": 0.0529,
|
1816 |
+
"num_input_tokens_seen": 3047712,
|
1817 |
+
"step": 226
|
1818 |
+
},
|
1819 |
+
{
|
1820 |
+
"epoch": 2.919614147909968,
|
1821 |
+
"grad_norm": 7.606103897094727,
|
1822 |
+
"learning_rate": 1.8916666666666668e-06,
|
1823 |
+
"loss": 0.0811,
|
1824 |
+
"num_input_tokens_seen": 3060800,
|
1825 |
+
"step": 227
|
1826 |
+
},
|
1827 |
+
{
|
1828 |
+
"epoch": 2.932475884244373,
|
1829 |
+
"grad_norm": 8.168295860290527,
|
1830 |
+
"learning_rate": 1.9000000000000002e-06,
|
1831 |
+
"loss": 0.1211,
|
1832 |
+
"num_input_tokens_seen": 3074720,
|
1833 |
+
"step": 228
|
1834 |
+
},
|
1835 |
+
{
|
1836 |
+
"epoch": 2.945337620578778,
|
1837 |
+
"grad_norm": 5.379516124725342,
|
1838 |
+
"learning_rate": 1.9083333333333334e-06,
|
1839 |
+
"loss": 0.0489,
|
1840 |
+
"num_input_tokens_seen": 3088448,
|
1841 |
+
"step": 229
|
1842 |
+
},
|
1843 |
+
{
|
1844 |
+
"epoch": 2.958199356913183,
|
1845 |
+
"grad_norm": 11.40697956085205,
|
1846 |
+
"learning_rate": 1.916666666666667e-06,
|
1847 |
+
"loss": 0.0947,
|
1848 |
+
"num_input_tokens_seen": 3103008,
|
1849 |
+
"step": 230
|
1850 |
+
},
|
1851 |
+
{
|
1852 |
+
"epoch": 2.9710610932475885,
|
1853 |
+
"grad_norm": 6.254599571228027,
|
1854 |
+
"learning_rate": 1.925e-06,
|
1855 |
+
"loss": 0.0561,
|
1856 |
+
"num_input_tokens_seen": 3116320,
|
1857 |
+
"step": 231
|
1858 |
+
},
|
1859 |
+
{
|
1860 |
+
"epoch": 2.9839228295819935,
|
1861 |
+
"grad_norm": 6.7563300132751465,
|
1862 |
+
"learning_rate": 1.9333333333333336e-06,
|
1863 |
+
"loss": 0.0629,
|
1864 |
+
"num_input_tokens_seen": 3130592,
|
1865 |
+
"step": 232
|
1866 |
+
},
|
1867 |
+
{
|
1868 |
+
"epoch": 2.996784565916399,
|
1869 |
+
"grad_norm": 3.745004177093506,
|
1870 |
+
"learning_rate": 1.9416666666666666e-06,
|
1871 |
+
"loss": 0.0579,
|
1872 |
+
"num_input_tokens_seen": 3144000,
|
1873 |
+
"step": 233
|
1874 |
+
},
|
1875 |
+
{
|
1876 |
+
"epoch": 3.009646302250804,
|
1877 |
+
"grad_norm": 3.5915324687957764,
|
1878 |
+
"learning_rate": 1.9500000000000004e-06,
|
1879 |
+
"loss": 0.0285,
|
1880 |
+
"num_input_tokens_seen": 3157472,
|
1881 |
+
"step": 234
|
1882 |
+
},
|
1883 |
+
{
|
1884 |
+
"epoch": 3.022508038585209,
|
1885 |
+
"grad_norm": 2.564159631729126,
|
1886 |
+
"learning_rate": 1.9583333333333334e-06,
|
1887 |
+
"loss": 0.0256,
|
1888 |
+
"num_input_tokens_seen": 3170656,
|
1889 |
+
"step": 235
|
1890 |
+
},
|
1891 |
+
{
|
1892 |
+
"epoch": 3.035369774919614,
|
1893 |
+
"grad_norm": 5.488891124725342,
|
1894 |
+
"learning_rate": 1.9666666666666668e-06,
|
1895 |
+
"loss": 0.0247,
|
1896 |
+
"num_input_tokens_seen": 3184320,
|
1897 |
+
"step": 236
|
1898 |
+
},
|
1899 |
+
{
|
1900 |
+
"epoch": 3.0482315112540195,
|
1901 |
+
"grad_norm": 4.964622497558594,
|
1902 |
+
"learning_rate": 1.975e-06,
|
1903 |
+
"loss": 0.0325,
|
1904 |
+
"num_input_tokens_seen": 3197216,
|
1905 |
+
"step": 237
|
1906 |
+
},
|
1907 |
+
{
|
1908 |
+
"epoch": 3.0610932475884245,
|
1909 |
+
"grad_norm": 5.399533748626709,
|
1910 |
+
"learning_rate": 1.9833333333333335e-06,
|
1911 |
+
"loss": 0.0172,
|
1912 |
+
"num_input_tokens_seen": 3211008,
|
1913 |
+
"step": 238
|
1914 |
+
},
|
1915 |
+
{
|
1916 |
+
"epoch": 3.0739549839228295,
|
1917 |
+
"grad_norm": 5.841439247131348,
|
1918 |
+
"learning_rate": 1.991666666666667e-06,
|
1919 |
+
"loss": 0.05,
|
1920 |
+
"num_input_tokens_seen": 3225152,
|
1921 |
+
"step": 239
|
1922 |
+
},
|
1923 |
+
{
|
1924 |
+
"epoch": 3.0868167202572345,
|
1925 |
+
"grad_norm": 3.352426052093506,
|
1926 |
+
"learning_rate": 2.0000000000000003e-06,
|
1927 |
+
"loss": 0.0134,
|
1928 |
+
"num_input_tokens_seen": 3238752,
|
1929 |
+
"step": 240
|
1930 |
+
},
|
1931 |
+
{
|
1932 |
+
"epoch": 3.09967845659164,
|
1933 |
+
"grad_norm": 8.727036476135254,
|
1934 |
+
"learning_rate": 2.0083333333333337e-06,
|
1935 |
+
"loss": 0.0434,
|
1936 |
+
"num_input_tokens_seen": 3252224,
|
1937 |
+
"step": 241
|
1938 |
+
},
|
1939 |
+
{
|
1940 |
+
"epoch": 3.112540192926045,
|
1941 |
+
"grad_norm": 6.6712727546691895,
|
1942 |
+
"learning_rate": 2.0166666666666667e-06,
|
1943 |
+
"loss": 0.0186,
|
1944 |
+
"num_input_tokens_seen": 3264832,
|
1945 |
+
"step": 242
|
1946 |
+
},
|
1947 |
+
{
|
1948 |
+
"epoch": 3.12540192926045,
|
1949 |
+
"grad_norm": 5.2496490478515625,
|
1950 |
+
"learning_rate": 2.025e-06,
|
1951 |
+
"loss": 0.0341,
|
1952 |
+
"num_input_tokens_seen": 3278048,
|
1953 |
+
"step": 243
|
1954 |
+
},
|
1955 |
+
{
|
1956 |
+
"epoch": 3.1382636655948555,
|
1957 |
+
"grad_norm": 6.601498126983643,
|
1958 |
+
"learning_rate": 2.0333333333333335e-06,
|
1959 |
+
"loss": 0.0386,
|
1960 |
+
"num_input_tokens_seen": 3291680,
|
1961 |
+
"step": 244
|
1962 |
+
},
|
1963 |
+
{
|
1964 |
+
"epoch": 3.1511254019292605,
|
1965 |
+
"grad_norm": 5.705418109893799,
|
1966 |
+
"learning_rate": 2.041666666666667e-06,
|
1967 |
+
"loss": 0.0389,
|
1968 |
+
"num_input_tokens_seen": 3305440,
|
1969 |
+
"step": 245
|
1970 |
+
},
|
1971 |
+
{
|
1972 |
+
"epoch": 3.1639871382636655,
|
1973 |
+
"grad_norm": 4.315848350524902,
|
1974 |
+
"learning_rate": 2.05e-06,
|
1975 |
+
"loss": 0.0227,
|
1976 |
+
"num_input_tokens_seen": 3319360,
|
1977 |
+
"step": 246
|
1978 |
+
},
|
1979 |
+
{
|
1980 |
+
"epoch": 3.176848874598071,
|
1981 |
+
"grad_norm": 3.5968470573425293,
|
1982 |
+
"learning_rate": 2.0583333333333337e-06,
|
1983 |
+
"loss": 0.0317,
|
1984 |
+
"num_input_tokens_seen": 3333088,
|
1985 |
+
"step": 247
|
1986 |
+
},
|
1987 |
+
{
|
1988 |
+
"epoch": 3.189710610932476,
|
1989 |
+
"grad_norm": 3.23504638671875,
|
1990 |
+
"learning_rate": 2.0666666666666666e-06,
|
1991 |
+
"loss": 0.0335,
|
1992 |
+
"num_input_tokens_seen": 3345856,
|
1993 |
+
"step": 248
|
1994 |
+
},
|
1995 |
+
{
|
1996 |
+
"epoch": 3.202572347266881,
|
1997 |
+
"grad_norm": 3.6574056148529053,
|
1998 |
+
"learning_rate": 2.075e-06,
|
1999 |
+
"loss": 0.0257,
|
2000 |
+
"num_input_tokens_seen": 3358880,
|
2001 |
+
"step": 249
|
2002 |
+
},
|
2003 |
+
{
|
2004 |
+
"epoch": 3.215434083601286,
|
2005 |
+
"grad_norm": 2.903745651245117,
|
2006 |
+
"learning_rate": 2.0833333333333334e-06,
|
2007 |
+
"loss": 0.0244,
|
2008 |
+
"num_input_tokens_seen": 3373312,
|
2009 |
+
"step": 250
|
2010 |
+
},
|
2011 |
+
{
|
2012 |
+
"epoch": 3.2282958199356915,
|
2013 |
+
"grad_norm": 5.933866024017334,
|
2014 |
+
"learning_rate": 2.091666666666667e-06,
|
2015 |
+
"loss": 0.0285,
|
2016 |
+
"num_input_tokens_seen": 3386336,
|
2017 |
+
"step": 251
|
2018 |
+
},
|
2019 |
+
{
|
2020 |
+
"epoch": 3.2411575562700965,
|
2021 |
+
"grad_norm": 2.2281062602996826,
|
2022 |
+
"learning_rate": 2.1000000000000002e-06,
|
2023 |
+
"loss": 0.0093,
|
2024 |
+
"num_input_tokens_seen": 3399904,
|
2025 |
+
"step": 252
|
2026 |
+
},
|
2027 |
+
{
|
2028 |
+
"epoch": 3.2540192926045015,
|
2029 |
+
"grad_norm": 5.6479573249816895,
|
2030 |
+
"learning_rate": 2.1083333333333336e-06,
|
2031 |
+
"loss": 0.0415,
|
2032 |
+
"num_input_tokens_seen": 3412896,
|
2033 |
+
"step": 253
|
2034 |
+
},
|
2035 |
+
{
|
2036 |
+
"epoch": 3.266881028938907,
|
2037 |
+
"grad_norm": 3.5148093700408936,
|
2038 |
+
"learning_rate": 2.116666666666667e-06,
|
2039 |
+
"loss": 0.0239,
|
2040 |
+
"num_input_tokens_seen": 3426336,
|
2041 |
+
"step": 254
|
2042 |
+
},
|
2043 |
+
{
|
2044 |
+
"epoch": 3.279742765273312,
|
2045 |
+
"grad_norm": 8.129992485046387,
|
2046 |
+
"learning_rate": 2.125e-06,
|
2047 |
+
"loss": 0.0412,
|
2048 |
+
"num_input_tokens_seen": 3439680,
|
2049 |
+
"step": 255
|
2050 |
+
},
|
2051 |
+
{
|
2052 |
+
"epoch": 3.292604501607717,
|
2053 |
+
"grad_norm": 10.018027305603027,
|
2054 |
+
"learning_rate": 2.133333333333334e-06,
|
2055 |
+
"loss": 0.0503,
|
2056 |
+
"num_input_tokens_seen": 3453760,
|
2057 |
+
"step": 256
|
2058 |
+
},
|
2059 |
+
{
|
2060 |
+
"epoch": 3.305466237942122,
|
2061 |
+
"grad_norm": 1.7141941785812378,
|
2062 |
+
"learning_rate": 2.1416666666666668e-06,
|
2063 |
+
"loss": 0.0046,
|
2064 |
+
"num_input_tokens_seen": 3466496,
|
2065 |
+
"step": 257
|
2066 |
+
},
|
2067 |
+
{
|
2068 |
+
"epoch": 3.3183279742765275,
|
2069 |
+
"grad_norm": 4.564700126647949,
|
2070 |
+
"learning_rate": 2.15e-06,
|
2071 |
+
"loss": 0.041,
|
2072 |
+
"num_input_tokens_seen": 3480352,
|
2073 |
+
"step": 258
|
2074 |
+
},
|
2075 |
+
{
|
2076 |
+
"epoch": 3.3311897106109325,
|
2077 |
+
"grad_norm": 5.49994421005249,
|
2078 |
+
"learning_rate": 2.1583333333333336e-06,
|
2079 |
+
"loss": 0.0257,
|
2080 |
+
"num_input_tokens_seen": 3494112,
|
2081 |
+
"step": 259
|
2082 |
+
},
|
2083 |
+
{
|
2084 |
+
"epoch": 3.3440514469453375,
|
2085 |
+
"grad_norm": 4.59380578994751,
|
2086 |
+
"learning_rate": 2.166666666666667e-06,
|
2087 |
+
"loss": 0.0168,
|
2088 |
+
"num_input_tokens_seen": 3507520,
|
2089 |
+
"step": 260
|
2090 |
+
},
|
2091 |
+
{
|
2092 |
+
"epoch": 3.356913183279743,
|
2093 |
+
"grad_norm": 5.633969306945801,
|
2094 |
+
"learning_rate": 2.1750000000000004e-06,
|
2095 |
+
"loss": 0.0439,
|
2096 |
+
"num_input_tokens_seen": 3520352,
|
2097 |
+
"step": 261
|
2098 |
+
},
|
2099 |
+
{
|
2100 |
+
"epoch": 3.369774919614148,
|
2101 |
+
"grad_norm": 7.95892333984375,
|
2102 |
+
"learning_rate": 2.1833333333333333e-06,
|
2103 |
+
"loss": 0.0204,
|
2104 |
+
"num_input_tokens_seen": 3533984,
|
2105 |
+
"step": 262
|
2106 |
+
},
|
2107 |
+
{
|
2108 |
+
"epoch": 3.382636655948553,
|
2109 |
+
"grad_norm": 4.728748798370361,
|
2110 |
+
"learning_rate": 2.191666666666667e-06,
|
2111 |
+
"loss": 0.0284,
|
2112 |
+
"num_input_tokens_seen": 3547072,
|
2113 |
+
"step": 263
|
2114 |
+
},
|
2115 |
+
{
|
2116 |
+
"epoch": 3.395498392282958,
|
2117 |
+
"grad_norm": 6.725067615509033,
|
2118 |
+
"learning_rate": 2.2e-06,
|
2119 |
+
"loss": 0.0684,
|
2120 |
+
"num_input_tokens_seen": 3559872,
|
2121 |
+
"step": 264
|
2122 |
+
},
|
2123 |
+
{
|
2124 |
+
"epoch": 3.4083601286173635,
|
2125 |
+
"grad_norm": 10.331790924072266,
|
2126 |
+
"learning_rate": 2.2083333333333335e-06,
|
2127 |
+
"loss": 0.0479,
|
2128 |
+
"num_input_tokens_seen": 3572832,
|
2129 |
+
"step": 265
|
2130 |
+
},
|
2131 |
+
{
|
2132 |
+
"epoch": 3.4212218649517685,
|
2133 |
+
"grad_norm": 5.8449296951293945,
|
2134 |
+
"learning_rate": 2.216666666666667e-06,
|
2135 |
+
"loss": 0.0434,
|
2136 |
+
"num_input_tokens_seen": 3585792,
|
2137 |
+
"step": 266
|
2138 |
+
},
|
2139 |
+
{
|
2140 |
+
"epoch": 3.4340836012861735,
|
2141 |
+
"grad_norm": 4.554612636566162,
|
2142 |
+
"learning_rate": 2.2250000000000003e-06,
|
2143 |
+
"loss": 0.0213,
|
2144 |
+
"num_input_tokens_seen": 3599392,
|
2145 |
+
"step": 267
|
2146 |
+
},
|
2147 |
+
{
|
2148 |
+
"epoch": 3.446945337620579,
|
2149 |
+
"grad_norm": 7.6923828125,
|
2150 |
+
"learning_rate": 2.2333333333333333e-06,
|
2151 |
+
"loss": 0.0415,
|
2152 |
+
"num_input_tokens_seen": 3613088,
|
2153 |
+
"step": 268
|
2154 |
+
},
|
2155 |
+
{
|
2156 |
+
"epoch": 3.459807073954984,
|
2157 |
+
"grad_norm": 5.714204788208008,
|
2158 |
+
"learning_rate": 2.2416666666666667e-06,
|
2159 |
+
"loss": 0.0404,
|
2160 |
+
"num_input_tokens_seen": 3626304,
|
2161 |
+
"step": 269
|
2162 |
+
},
|
2163 |
+
{
|
2164 |
+
"epoch": 3.472668810289389,
|
2165 |
+
"grad_norm": 5.449560165405273,
|
2166 |
+
"learning_rate": 2.25e-06,
|
2167 |
+
"loss": 0.0566,
|
2168 |
+
"num_input_tokens_seen": 3639968,
|
2169 |
+
"step": 270
|
2170 |
+
},
|
2171 |
+
{
|
2172 |
+
"epoch": 3.485530546623794,
|
2173 |
+
"grad_norm": 4.743899345397949,
|
2174 |
+
"learning_rate": 2.2583333333333335e-06,
|
2175 |
+
"loss": 0.0509,
|
2176 |
+
"num_input_tokens_seen": 3653472,
|
2177 |
+
"step": 271
|
2178 |
+
},
|
2179 |
+
{
|
2180 |
+
"epoch": 3.4983922829581995,
|
2181 |
+
"grad_norm": 4.767292022705078,
|
2182 |
+
"learning_rate": 2.266666666666667e-06,
|
2183 |
+
"loss": 0.0385,
|
2184 |
+
"num_input_tokens_seen": 3667104,
|
2185 |
+
"step": 272
|
2186 |
+
},
|
2187 |
+
{
|
2188 |
+
"epoch": 3.5112540192926045,
|
2189 |
+
"grad_norm": 2.342560291290283,
|
2190 |
+
"learning_rate": 2.2750000000000002e-06,
|
2191 |
+
"loss": 0.0225,
|
2192 |
+
"num_input_tokens_seen": 3680480,
|
2193 |
+
"step": 273
|
2194 |
+
},
|
2195 |
+
{
|
2196 |
+
"epoch": 3.5241157556270095,
|
2197 |
+
"grad_norm": 3.9172496795654297,
|
2198 |
+
"learning_rate": 2.2833333333333336e-06,
|
2199 |
+
"loss": 0.0255,
|
2200 |
+
"num_input_tokens_seen": 3693568,
|
2201 |
+
"step": 274
|
2202 |
+
},
|
2203 |
+
{
|
2204 |
+
"epoch": 3.536977491961415,
|
2205 |
+
"grad_norm": 6.793405532836914,
|
2206 |
+
"learning_rate": 2.2916666666666666e-06,
|
2207 |
+
"loss": 0.0531,
|
2208 |
+
"num_input_tokens_seen": 3706496,
|
2209 |
+
"step": 275
|
2210 |
+
},
|
2211 |
+
{
|
2212 |
+
"epoch": 3.54983922829582,
|
2213 |
+
"grad_norm": 2.142134189605713,
|
2214 |
+
"learning_rate": 2.3000000000000004e-06,
|
2215 |
+
"loss": 0.0095,
|
2216 |
+
"num_input_tokens_seen": 3720352,
|
2217 |
+
"step": 276
|
2218 |
+
},
|
2219 |
+
{
|
2220 |
+
"epoch": 3.562700964630225,
|
2221 |
+
"grad_norm": 6.340362071990967,
|
2222 |
+
"learning_rate": 2.3083333333333334e-06,
|
2223 |
+
"loss": 0.0229,
|
2224 |
+
"num_input_tokens_seen": 3734176,
|
2225 |
+
"step": 277
|
2226 |
+
},
|
2227 |
+
{
|
2228 |
+
"epoch": 3.57556270096463,
|
2229 |
+
"grad_norm": 5.204097747802734,
|
2230 |
+
"learning_rate": 2.316666666666667e-06,
|
2231 |
+
"loss": 0.038,
|
2232 |
+
"num_input_tokens_seen": 3748544,
|
2233 |
+
"step": 278
|
2234 |
+
},
|
2235 |
+
{
|
2236 |
+
"epoch": 3.5884244372990355,
|
2237 |
+
"grad_norm": 6.532016754150391,
|
2238 |
+
"learning_rate": 2.325e-06,
|
2239 |
+
"loss": 0.0316,
|
2240 |
+
"num_input_tokens_seen": 3761984,
|
2241 |
+
"step": 279
|
2242 |
+
},
|
2243 |
+
{
|
2244 |
+
"epoch": 3.6012861736334405,
|
2245 |
+
"grad_norm": 10.49596881866455,
|
2246 |
+
"learning_rate": 2.3333333333333336e-06,
|
2247 |
+
"loss": 0.0861,
|
2248 |
+
"num_input_tokens_seen": 3774304,
|
2249 |
+
"step": 280
|
2250 |
+
},
|
2251 |
+
{
|
2252 |
+
"epoch": 3.6141479099678455,
|
2253 |
+
"grad_norm": 5.68178129196167,
|
2254 |
+
"learning_rate": 2.341666666666667e-06,
|
2255 |
+
"loss": 0.0566,
|
2256 |
+
"num_input_tokens_seen": 3788416,
|
2257 |
+
"step": 281
|
2258 |
+
},
|
2259 |
+
{
|
2260 |
+
"epoch": 3.627009646302251,
|
2261 |
+
"grad_norm": 6.790673732757568,
|
2262 |
+
"learning_rate": 2.35e-06,
|
2263 |
+
"loss": 0.0804,
|
2264 |
+
"num_input_tokens_seen": 3802112,
|
2265 |
+
"step": 282
|
2266 |
+
},
|
2267 |
+
{
|
2268 |
+
"epoch": 3.639871382636656,
|
2269 |
+
"grad_norm": 7.294980049133301,
|
2270 |
+
"learning_rate": 2.3583333333333338e-06,
|
2271 |
+
"loss": 0.046,
|
2272 |
+
"num_input_tokens_seen": 3815968,
|
2273 |
+
"step": 283
|
2274 |
+
},
|
2275 |
+
{
|
2276 |
+
"epoch": 3.652733118971061,
|
2277 |
+
"grad_norm": 10.37634563446045,
|
2278 |
+
"learning_rate": 2.3666666666666667e-06,
|
2279 |
+
"loss": 0.0693,
|
2280 |
+
"num_input_tokens_seen": 3829248,
|
2281 |
+
"step": 284
|
2282 |
+
},
|
2283 |
+
{
|
2284 |
+
"epoch": 3.665594855305466,
|
2285 |
+
"grad_norm": 4.692931652069092,
|
2286 |
+
"learning_rate": 2.375e-06,
|
2287 |
+
"loss": 0.0342,
|
2288 |
+
"num_input_tokens_seen": 3843072,
|
2289 |
+
"step": 285
|
2290 |
+
},
|
2291 |
+
{
|
2292 |
+
"epoch": 3.6784565916398715,
|
2293 |
+
"grad_norm": 3.5910987854003906,
|
2294 |
+
"learning_rate": 2.3833333333333335e-06,
|
2295 |
+
"loss": 0.0479,
|
2296 |
+
"num_input_tokens_seen": 3856288,
|
2297 |
+
"step": 286
|
2298 |
+
},
|
2299 |
+
{
|
2300 |
+
"epoch": 3.6913183279742765,
|
2301 |
+
"grad_norm": 5.858832359313965,
|
2302 |
+
"learning_rate": 2.391666666666667e-06,
|
2303 |
+
"loss": 0.0388,
|
2304 |
+
"num_input_tokens_seen": 3870240,
|
2305 |
+
"step": 287
|
2306 |
+
},
|
2307 |
+
{
|
2308 |
+
"epoch": 3.7041800643086815,
|
2309 |
+
"grad_norm": 4.469853401184082,
|
2310 |
+
"learning_rate": 2.4000000000000003e-06,
|
2311 |
+
"loss": 0.0274,
|
2312 |
+
"num_input_tokens_seen": 3884096,
|
2313 |
+
"step": 288
|
2314 |
+
},
|
2315 |
+
{
|
2316 |
+
"epoch": 3.717041800643087,
|
2317 |
+
"grad_norm": 4.967989921569824,
|
2318 |
+
"learning_rate": 2.4083333333333337e-06,
|
2319 |
+
"loss": 0.0259,
|
2320 |
+
"num_input_tokens_seen": 3898368,
|
2321 |
+
"step": 289
|
2322 |
+
},
|
2323 |
+
{
|
2324 |
+
"epoch": 3.729903536977492,
|
2325 |
+
"grad_norm": 6.155540943145752,
|
2326 |
+
"learning_rate": 2.4166666666666667e-06,
|
2327 |
+
"loss": 0.0367,
|
2328 |
+
"num_input_tokens_seen": 3911200,
|
2329 |
+
"step": 290
|
2330 |
+
},
|
2331 |
+
{
|
2332 |
+
"epoch": 3.742765273311897,
|
2333 |
+
"grad_norm": 6.5608367919921875,
|
2334 |
+
"learning_rate": 2.425e-06,
|
2335 |
+
"loss": 0.0661,
|
2336 |
+
"num_input_tokens_seen": 3924320,
|
2337 |
+
"step": 291
|
2338 |
+
},
|
2339 |
+
{
|
2340 |
+
"epoch": 3.755627009646302,
|
2341 |
+
"grad_norm": 6.416184902191162,
|
2342 |
+
"learning_rate": 2.4333333333333335e-06,
|
2343 |
+
"loss": 0.0466,
|
2344 |
+
"num_input_tokens_seen": 3937632,
|
2345 |
+
"step": 292
|
2346 |
+
},
|
2347 |
+
{
|
2348 |
+
"epoch": 3.7684887459807075,
|
2349 |
+
"grad_norm": 5.672483444213867,
|
2350 |
+
"learning_rate": 2.441666666666667e-06,
|
2351 |
+
"loss": 0.0286,
|
2352 |
+
"num_input_tokens_seen": 3951040,
|
2353 |
+
"step": 293
|
2354 |
+
},
|
2355 |
+
{
|
2356 |
+
"epoch": 3.7813504823151125,
|
2357 |
+
"grad_norm": 9.215237617492676,
|
2358 |
+
"learning_rate": 2.4500000000000003e-06,
|
2359 |
+
"loss": 0.0586,
|
2360 |
+
"num_input_tokens_seen": 3963936,
|
2361 |
+
"step": 294
|
2362 |
+
},
|
2363 |
+
{
|
2364 |
+
"epoch": 3.7942122186495175,
|
2365 |
+
"grad_norm": 5.630943298339844,
|
2366 |
+
"learning_rate": 2.4583333333333332e-06,
|
2367 |
+
"loss": 0.0329,
|
2368 |
+
"num_input_tokens_seen": 3976832,
|
2369 |
+
"step": 295
|
2370 |
+
},
|
2371 |
+
{
|
2372 |
+
"epoch": 3.807073954983923,
|
2373 |
+
"grad_norm": 8.257805824279785,
|
2374 |
+
"learning_rate": 2.466666666666667e-06,
|
2375 |
+
"loss": 0.0582,
|
2376 |
+
"num_input_tokens_seen": 3990592,
|
2377 |
+
"step": 296
|
2378 |
+
},
|
2379 |
+
{
|
2380 |
+
"epoch": 3.819935691318328,
|
2381 |
+
"grad_norm": 3.351003408432007,
|
2382 |
+
"learning_rate": 2.475e-06,
|
2383 |
+
"loss": 0.0312,
|
2384 |
+
"num_input_tokens_seen": 4004288,
|
2385 |
+
"step": 297
|
2386 |
+
},
|
2387 |
+
{
|
2388 |
+
"epoch": 3.832797427652733,
|
2389 |
+
"grad_norm": 3.2983040809631348,
|
2390 |
+
"learning_rate": 2.4833333333333334e-06,
|
2391 |
+
"loss": 0.0329,
|
2392 |
+
"num_input_tokens_seen": 4017856,
|
2393 |
+
"step": 298
|
2394 |
+
},
|
2395 |
+
{
|
2396 |
+
"epoch": 3.845659163987138,
|
2397 |
+
"grad_norm": 4.082300662994385,
|
2398 |
+
"learning_rate": 2.491666666666667e-06,
|
2399 |
+
"loss": 0.0206,
|
2400 |
+
"num_input_tokens_seen": 4031168,
|
2401 |
+
"step": 299
|
2402 |
+
},
|
2403 |
+
{
|
2404 |
+
"epoch": 3.8585209003215435,
|
2405 |
+
"grad_norm": 3.222336530685425,
|
2406 |
+
"learning_rate": 2.5e-06,
|
2407 |
+
"loss": 0.0426,
|
2408 |
+
"num_input_tokens_seen": 4044416,
|
2409 |
+
"step": 300
|
2410 |
+
},
|
2411 |
+
{
|
2412 |
+
"epoch": 3.8713826366559485,
|
2413 |
+
"grad_norm": 3.699768304824829,
|
2414 |
+
"learning_rate": 2.5083333333333336e-06,
|
2415 |
+
"loss": 0.0179,
|
2416 |
+
"num_input_tokens_seen": 4057824,
|
2417 |
+
"step": 301
|
2418 |
+
},
|
2419 |
+
{
|
2420 |
+
"epoch": 3.884244372990354,
|
2421 |
+
"grad_norm": 2.819528341293335,
|
2422 |
+
"learning_rate": 2.5166666666666666e-06,
|
2423 |
+
"loss": 0.0289,
|
2424 |
+
"num_input_tokens_seen": 4071936,
|
2425 |
+
"step": 302
|
2426 |
+
},
|
2427 |
+
{
|
2428 |
+
"epoch": 3.897106109324759,
|
2429 |
+
"grad_norm": 4.0458478927612305,
|
2430 |
+
"learning_rate": 2.5250000000000004e-06,
|
2431 |
+
"loss": 0.0303,
|
2432 |
+
"num_input_tokens_seen": 4085536,
|
2433 |
+
"step": 303
|
2434 |
+
},
|
2435 |
+
{
|
2436 |
+
"epoch": 3.909967845659164,
|
2437 |
+
"grad_norm": 11.214617729187012,
|
2438 |
+
"learning_rate": 2.5333333333333338e-06,
|
2439 |
+
"loss": 0.046,
|
2440 |
+
"num_input_tokens_seen": 4099552,
|
2441 |
+
"step": 304
|
2442 |
+
},
|
2443 |
+
{
|
2444 |
+
"epoch": 3.922829581993569,
|
2445 |
+
"grad_norm": 6.758171081542969,
|
2446 |
+
"learning_rate": 2.5416666666666668e-06,
|
2447 |
+
"loss": 0.0523,
|
2448 |
+
"num_input_tokens_seen": 4112736,
|
2449 |
+
"step": 305
|
2450 |
+
},
|
2451 |
+
{
|
2452 |
+
"epoch": 3.935691318327974,
|
2453 |
+
"grad_norm": 5.622665882110596,
|
2454 |
+
"learning_rate": 2.55e-06,
|
2455 |
+
"loss": 0.0329,
|
2456 |
+
"num_input_tokens_seen": 4126080,
|
2457 |
+
"step": 306
|
2458 |
+
},
|
2459 |
+
{
|
2460 |
+
"epoch": 3.9485530546623795,
|
2461 |
+
"grad_norm": 1.4951086044311523,
|
2462 |
+
"learning_rate": 2.558333333333334e-06,
|
2463 |
+
"loss": 0.0072,
|
2464 |
+
"num_input_tokens_seen": 4138912,
|
2465 |
+
"step": 307
|
2466 |
+
},
|
2467 |
+
{
|
2468 |
+
"epoch": 3.9614147909967845,
|
2469 |
+
"grad_norm": 5.639418601989746,
|
2470 |
+
"learning_rate": 2.566666666666667e-06,
|
2471 |
+
"loss": 0.0415,
|
2472 |
+
"num_input_tokens_seen": 4152768,
|
2473 |
+
"step": 308
|
2474 |
+
},
|
2475 |
+
{
|
2476 |
+
"epoch": 3.97427652733119,
|
2477 |
+
"grad_norm": 7.496403694152832,
|
2478 |
+
"learning_rate": 2.5750000000000003e-06,
|
2479 |
+
"loss": 0.0233,
|
2480 |
+
"num_input_tokens_seen": 4166528,
|
2481 |
+
"step": 309
|
2482 |
+
},
|
2483 |
+
{
|
2484 |
+
"epoch": 3.987138263665595,
|
2485 |
+
"grad_norm": 8.74985408782959,
|
2486 |
+
"learning_rate": 2.5833333333333337e-06,
|
2487 |
+
"loss": 0.0423,
|
2488 |
+
"num_input_tokens_seen": 4180832,
|
2489 |
+
"step": 310
|
2490 |
+
},
|
2491 |
+
{
|
2492 |
+
"epoch": 4.0,
|
2493 |
+
"grad_norm": 6.229910850524902,
|
2494 |
+
"learning_rate": 2.5916666666666667e-06,
|
2495 |
+
"loss": 0.0295,
|
2496 |
+
"num_input_tokens_seen": 4194048,
|
2497 |
+
"step": 311
|
2498 |
+
},
|
2499 |
+
{
|
2500 |
+
"epoch": 4.012861736334405,
|
2501 |
+
"grad_norm": 3.404331922531128,
|
2502 |
+
"learning_rate": 2.6e-06,
|
2503 |
+
"loss": 0.0327,
|
2504 |
+
"num_input_tokens_seen": 4207040,
|
2505 |
+
"step": 312
|
2506 |
+
},
|
2507 |
+
{
|
2508 |
+
"epoch": 4.02572347266881,
|
2509 |
+
"grad_norm": 4.214801788330078,
|
2510 |
+
"learning_rate": 2.608333333333333e-06,
|
2511 |
+
"loss": 0.0301,
|
2512 |
+
"num_input_tokens_seen": 4220000,
|
2513 |
+
"step": 313
|
2514 |
+
},
|
2515 |
+
{
|
2516 |
+
"epoch": 4.038585209003215,
|
2517 |
+
"grad_norm": 6.241875171661377,
|
2518 |
+
"learning_rate": 2.616666666666667e-06,
|
2519 |
+
"loss": 0.0301,
|
2520 |
+
"num_input_tokens_seen": 4233344,
|
2521 |
+
"step": 314
|
2522 |
+
},
|
2523 |
+
{
|
2524 |
+
"epoch": 4.051446945337621,
|
2525 |
+
"grad_norm": 3.2021894454956055,
|
2526 |
+
"learning_rate": 2.6250000000000003e-06,
|
2527 |
+
"loss": 0.0281,
|
2528 |
+
"num_input_tokens_seen": 4246144,
|
2529 |
+
"step": 315
|
2530 |
+
},
|
2531 |
+
{
|
2532 |
+
"epoch": 4.064308681672026,
|
2533 |
+
"grad_norm": 3.5197951793670654,
|
2534 |
+
"learning_rate": 2.6333333333333332e-06,
|
2535 |
+
"loss": 0.0136,
|
2536 |
+
"num_input_tokens_seen": 4260992,
|
2537 |
+
"step": 316
|
2538 |
+
},
|
2539 |
+
{
|
2540 |
+
"epoch": 4.077170418006431,
|
2541 |
+
"grad_norm": 4.2946319580078125,
|
2542 |
+
"learning_rate": 2.6416666666666666e-06,
|
2543 |
+
"loss": 0.0219,
|
2544 |
+
"num_input_tokens_seen": 4274112,
|
2545 |
+
"step": 317
|
2546 |
+
},
|
2547 |
+
{
|
2548 |
+
"epoch": 4.090032154340836,
|
2549 |
+
"grad_norm": 1.3583834171295166,
|
2550 |
+
"learning_rate": 2.6500000000000005e-06,
|
2551 |
+
"loss": 0.0044,
|
2552 |
+
"num_input_tokens_seen": 4287904,
|
2553 |
+
"step": 318
|
2554 |
+
},
|
2555 |
+
{
|
2556 |
+
"epoch": 4.102893890675241,
|
2557 |
+
"grad_norm": 5.484881401062012,
|
2558 |
+
"learning_rate": 2.6583333333333334e-06,
|
2559 |
+
"loss": 0.0335,
|
2560 |
+
"num_input_tokens_seen": 4301568,
|
2561 |
+
"step": 319
|
2562 |
+
},
|
2563 |
+
{
|
2564 |
+
"epoch": 4.115755627009646,
|
2565 |
+
"grad_norm": 3.5873327255249023,
|
2566 |
+
"learning_rate": 2.666666666666667e-06,
|
2567 |
+
"loss": 0.0053,
|
2568 |
+
"num_input_tokens_seen": 4314848,
|
2569 |
+
"step": 320
|
2570 |
+
},
|
2571 |
+
{
|
2572 |
+
"epoch": 4.128617363344051,
|
2573 |
+
"grad_norm": 2.954930067062378,
|
2574 |
+
"learning_rate": 2.6750000000000002e-06,
|
2575 |
+
"loss": 0.0196,
|
2576 |
+
"num_input_tokens_seen": 4327456,
|
2577 |
+
"step": 321
|
2578 |
+
},
|
2579 |
+
{
|
2580 |
+
"epoch": 4.141479099678457,
|
2581 |
+
"grad_norm": 2.628854274749756,
|
2582 |
+
"learning_rate": 2.683333333333333e-06,
|
2583 |
+
"loss": 0.0309,
|
2584 |
+
"num_input_tokens_seen": 4341024,
|
2585 |
+
"step": 322
|
2586 |
+
},
|
2587 |
+
{
|
2588 |
+
"epoch": 4.154340836012862,
|
2589 |
+
"grad_norm": 6.691638469696045,
|
2590 |
+
"learning_rate": 2.691666666666667e-06,
|
2591 |
+
"loss": 0.0382,
|
2592 |
+
"num_input_tokens_seen": 4353824,
|
2593 |
+
"step": 323
|
2594 |
+
},
|
2595 |
+
{
|
2596 |
+
"epoch": 4.167202572347267,
|
2597 |
+
"grad_norm": 6.866171360015869,
|
2598 |
+
"learning_rate": 2.7000000000000004e-06,
|
2599 |
+
"loss": 0.046,
|
2600 |
+
"num_input_tokens_seen": 4367616,
|
2601 |
+
"step": 324
|
2602 |
+
},
|
2603 |
+
{
|
2604 |
+
"epoch": 4.180064308681672,
|
2605 |
+
"grad_norm": 4.016347408294678,
|
2606 |
+
"learning_rate": 2.7083333333333334e-06,
|
2607 |
+
"loss": 0.0133,
|
2608 |
+
"num_input_tokens_seen": 4380448,
|
2609 |
+
"step": 325
|
2610 |
+
},
|
2611 |
+
{
|
2612 |
+
"epoch": 4.192926045016077,
|
2613 |
+
"grad_norm": 4.948652744293213,
|
2614 |
+
"learning_rate": 2.7166666666666668e-06,
|
2615 |
+
"loss": 0.0265,
|
2616 |
+
"num_input_tokens_seen": 4393920,
|
2617 |
+
"step": 326
|
2618 |
+
},
|
2619 |
+
{
|
2620 |
+
"epoch": 4.205787781350482,
|
2621 |
+
"grad_norm": 2.7615582942962646,
|
2622 |
+
"learning_rate": 2.7250000000000006e-06,
|
2623 |
+
"loss": 0.0084,
|
2624 |
+
"num_input_tokens_seen": 4407264,
|
2625 |
+
"step": 327
|
2626 |
+
},
|
2627 |
+
{
|
2628 |
+
"epoch": 4.218649517684887,
|
2629 |
+
"grad_norm": 3.0052027702331543,
|
2630 |
+
"learning_rate": 2.7333333333333336e-06,
|
2631 |
+
"loss": 0.0382,
|
2632 |
+
"num_input_tokens_seen": 4420352,
|
2633 |
+
"step": 328
|
2634 |
+
},
|
2635 |
+
{
|
2636 |
+
"epoch": 4.231511254019293,
|
2637 |
+
"grad_norm": 3.0679566860198975,
|
2638 |
+
"learning_rate": 2.741666666666667e-06,
|
2639 |
+
"loss": 0.0101,
|
2640 |
+
"num_input_tokens_seen": 4434688,
|
2641 |
+
"step": 329
|
2642 |
+
},
|
2643 |
+
{
|
2644 |
+
"epoch": 4.244372990353698,
|
2645 |
+
"grad_norm": 4.612461566925049,
|
2646 |
+
"learning_rate": 2.7500000000000004e-06,
|
2647 |
+
"loss": 0.0174,
|
2648 |
+
"num_input_tokens_seen": 4448160,
|
2649 |
+
"step": 330
|
2650 |
+
},
|
2651 |
+
{
|
2652 |
+
"epoch": 4.257234726688103,
|
2653 |
+
"grad_norm": 4.299385070800781,
|
2654 |
+
"learning_rate": 2.7583333333333333e-06,
|
2655 |
+
"loss": 0.023,
|
2656 |
+
"num_input_tokens_seen": 4461184,
|
2657 |
+
"step": 331
|
2658 |
+
},
|
2659 |
+
{
|
2660 |
+
"epoch": 4.270096463022508,
|
2661 |
+
"grad_norm": 1.5578008890151978,
|
2662 |
+
"learning_rate": 2.766666666666667e-06,
|
2663 |
+
"loss": 0.0162,
|
2664 |
+
"num_input_tokens_seen": 4475168,
|
2665 |
+
"step": 332
|
2666 |
+
},
|
2667 |
+
{
|
2668 |
+
"epoch": 4.282958199356913,
|
2669 |
+
"grad_norm": 3.8595075607299805,
|
2670 |
+
"learning_rate": 2.7750000000000005e-06,
|
2671 |
+
"loss": 0.0261,
|
2672 |
+
"num_input_tokens_seen": 4487872,
|
2673 |
+
"step": 333
|
2674 |
+
},
|
2675 |
+
{
|
2676 |
+
"epoch": 4.295819935691318,
|
2677 |
+
"grad_norm": 8.00913143157959,
|
2678 |
+
"learning_rate": 2.7833333333333335e-06,
|
2679 |
+
"loss": 0.0266,
|
2680 |
+
"num_input_tokens_seen": 4501216,
|
2681 |
+
"step": 334
|
2682 |
+
},
|
2683 |
+
{
|
2684 |
+
"epoch": 4.308681672025724,
|
2685 |
+
"grad_norm": 2.2975409030914307,
|
2686 |
+
"learning_rate": 2.791666666666667e-06,
|
2687 |
+
"loss": 0.0194,
|
2688 |
+
"num_input_tokens_seen": 4514336,
|
2689 |
+
"step": 335
|
2690 |
+
},
|
2691 |
+
{
|
2692 |
+
"epoch": 4.321543408360129,
|
2693 |
+
"grad_norm": 1.9800870418548584,
|
2694 |
+
"learning_rate": 2.8000000000000003e-06,
|
2695 |
+
"loss": 0.0058,
|
2696 |
+
"num_input_tokens_seen": 4528288,
|
2697 |
+
"step": 336
|
2698 |
+
},
|
2699 |
+
{
|
2700 |
+
"epoch": 4.334405144694534,
|
2701 |
+
"grad_norm": 6.778807163238525,
|
2702 |
+
"learning_rate": 2.8083333333333333e-06,
|
2703 |
+
"loss": 0.0065,
|
2704 |
+
"num_input_tokens_seen": 4541728,
|
2705 |
+
"step": 337
|
2706 |
+
},
|
2707 |
+
{
|
2708 |
+
"epoch": 4.347266881028939,
|
2709 |
+
"grad_norm": 7.885656833648682,
|
2710 |
+
"learning_rate": 2.816666666666667e-06,
|
2711 |
+
"loss": 0.0202,
|
2712 |
+
"num_input_tokens_seen": 4555552,
|
2713 |
+
"step": 338
|
2714 |
+
},
|
2715 |
+
{
|
2716 |
+
"epoch": 4.360128617363344,
|
2717 |
+
"grad_norm": 9.400197982788086,
|
2718 |
+
"learning_rate": 2.825e-06,
|
2719 |
+
"loss": 0.0135,
|
2720 |
+
"num_input_tokens_seen": 4568768,
|
2721 |
+
"step": 339
|
2722 |
+
},
|
2723 |
+
{
|
2724 |
+
"epoch": 4.372990353697749,
|
2725 |
+
"grad_norm": 5.712286472320557,
|
2726 |
+
"learning_rate": 2.8333333333333335e-06,
|
2727 |
+
"loss": 0.01,
|
2728 |
+
"num_input_tokens_seen": 4582400,
|
2729 |
+
"step": 340
|
2730 |
+
},
|
2731 |
+
{
|
2732 |
+
"epoch": 4.385852090032154,
|
2733 |
+
"grad_norm": 4.751468181610107,
|
2734 |
+
"learning_rate": 2.841666666666667e-06,
|
2735 |
+
"loss": 0.0051,
|
2736 |
+
"num_input_tokens_seen": 4595360,
|
2737 |
+
"step": 341
|
2738 |
+
},
|
2739 |
+
{
|
2740 |
+
"epoch": 4.39871382636656,
|
2741 |
+
"grad_norm": 2.9044384956359863,
|
2742 |
+
"learning_rate": 2.85e-06,
|
2743 |
+
"loss": 0.0293,
|
2744 |
+
"num_input_tokens_seen": 4609632,
|
2745 |
+
"step": 342
|
2746 |
+
},
|
2747 |
+
{
|
2748 |
+
"epoch": 4.411575562700965,
|
2749 |
+
"grad_norm": 5.8322224617004395,
|
2750 |
+
"learning_rate": 2.8583333333333336e-06,
|
2751 |
+
"loss": 0.046,
|
2752 |
+
"num_input_tokens_seen": 4623232,
|
2753 |
+
"step": 343
|
2754 |
+
},
|
2755 |
+
{
|
2756 |
+
"epoch": 4.42443729903537,
|
2757 |
+
"grad_norm": 0.7529265284538269,
|
2758 |
+
"learning_rate": 2.866666666666667e-06,
|
2759 |
+
"loss": 0.0024,
|
2760 |
+
"num_input_tokens_seen": 4636864,
|
2761 |
+
"step": 344
|
2762 |
+
},
|
2763 |
+
{
|
2764 |
+
"epoch": 4.437299035369775,
|
2765 |
+
"grad_norm": 4.490261554718018,
|
2766 |
+
"learning_rate": 2.875e-06,
|
2767 |
+
"loss": 0.0211,
|
2768 |
+
"num_input_tokens_seen": 4649600,
|
2769 |
+
"step": 345
|
2770 |
+
},
|
2771 |
+
{
|
2772 |
+
"epoch": 4.45016077170418,
|
2773 |
+
"grad_norm": 9.859882354736328,
|
2774 |
+
"learning_rate": 2.8833333333333334e-06,
|
2775 |
+
"loss": 0.0229,
|
2776 |
+
"num_input_tokens_seen": 4663072,
|
2777 |
+
"step": 346
|
2778 |
+
},
|
2779 |
+
{
|
2780 |
+
"epoch": 4.463022508038585,
|
2781 |
+
"grad_norm": 3.8769121170043945,
|
2782 |
+
"learning_rate": 2.8916666666666672e-06,
|
2783 |
+
"loss": 0.0103,
|
2784 |
+
"num_input_tokens_seen": 4676960,
|
2785 |
+
"step": 347
|
2786 |
+
},
|
2787 |
+
{
|
2788 |
+
"epoch": 4.47588424437299,
|
2789 |
+
"grad_norm": 6.608347415924072,
|
2790 |
+
"learning_rate": 2.9e-06,
|
2791 |
+
"loss": 0.0262,
|
2792 |
+
"num_input_tokens_seen": 4690080,
|
2793 |
+
"step": 348
|
2794 |
+
},
|
2795 |
+
{
|
2796 |
+
"epoch": 4.488745980707396,
|
2797 |
+
"grad_norm": 3.058494806289673,
|
2798 |
+
"learning_rate": 2.9083333333333336e-06,
|
2799 |
+
"loss": 0.0295,
|
2800 |
+
"num_input_tokens_seen": 4704064,
|
2801 |
+
"step": 349
|
2802 |
+
},
|
2803 |
+
{
|
2804 |
+
"epoch": 4.501607717041801,
|
2805 |
+
"grad_norm": 4.893054485321045,
|
2806 |
+
"learning_rate": 2.916666666666667e-06,
|
2807 |
+
"loss": 0.0149,
|
2808 |
+
"num_input_tokens_seen": 4717536,
|
2809 |
+
"step": 350
|
2810 |
+
},
|
2811 |
+
{
|
2812 |
+
"epoch": 4.514469453376206,
|
2813 |
+
"grad_norm": 5.85437536239624,
|
2814 |
+
"learning_rate": 2.925e-06,
|
2815 |
+
"loss": 0.0337,
|
2816 |
+
"num_input_tokens_seen": 4731040,
|
2817 |
+
"step": 351
|
2818 |
+
},
|
2819 |
+
{
|
2820 |
+
"epoch": 4.527331189710611,
|
2821 |
+
"grad_norm": 5.814053058624268,
|
2822 |
+
"learning_rate": 2.9333333333333338e-06,
|
2823 |
+
"loss": 0.0318,
|
2824 |
+
"num_input_tokens_seen": 4744864,
|
2825 |
+
"step": 352
|
2826 |
+
},
|
2827 |
+
{
|
2828 |
+
"epoch": 4.540192926045016,
|
2829 |
+
"grad_norm": 6.330677509307861,
|
2830 |
+
"learning_rate": 2.941666666666667e-06,
|
2831 |
+
"loss": 0.0213,
|
2832 |
+
"num_input_tokens_seen": 4758240,
|
2833 |
+
"step": 353
|
2834 |
+
},
|
2835 |
+
{
|
2836 |
+
"epoch": 4.553054662379421,
|
2837 |
+
"grad_norm": 0.9806466698646545,
|
2838 |
+
"learning_rate": 2.95e-06,
|
2839 |
+
"loss": 0.0048,
|
2840 |
+
"num_input_tokens_seen": 4770368,
|
2841 |
+
"step": 354
|
2842 |
+
},
|
2843 |
+
{
|
2844 |
+
"epoch": 4.565916398713826,
|
2845 |
+
"grad_norm": 3.046319007873535,
|
2846 |
+
"learning_rate": 2.9583333333333335e-06,
|
2847 |
+
"loss": 0.0326,
|
2848 |
+
"num_input_tokens_seen": 4783328,
|
2849 |
+
"step": 355
|
2850 |
+
},
|
2851 |
+
{
|
2852 |
+
"epoch": 4.578778135048232,
|
2853 |
+
"grad_norm": 5.004611015319824,
|
2854 |
+
"learning_rate": 2.9666666666666673e-06,
|
2855 |
+
"loss": 0.013,
|
2856 |
+
"num_input_tokens_seen": 4797088,
|
2857 |
+
"step": 356
|
2858 |
+
},
|
2859 |
+
{
|
2860 |
+
"epoch": 4.591639871382637,
|
2861 |
+
"grad_norm": 5.062610626220703,
|
2862 |
+
"learning_rate": 2.9750000000000003e-06,
|
2863 |
+
"loss": 0.0293,
|
2864 |
+
"num_input_tokens_seen": 4810464,
|
2865 |
+
"step": 357
|
2866 |
+
},
|
2867 |
+
{
|
2868 |
+
"epoch": 4.604501607717042,
|
2869 |
+
"grad_norm": 9.05587100982666,
|
2870 |
+
"learning_rate": 2.9833333333333337e-06,
|
2871 |
+
"loss": 0.0411,
|
2872 |
+
"num_input_tokens_seen": 4823744,
|
2873 |
+
"step": 358
|
2874 |
+
},
|
2875 |
+
{
|
2876 |
+
"epoch": 4.617363344051447,
|
2877 |
+
"grad_norm": 7.2998175621032715,
|
2878 |
+
"learning_rate": 2.991666666666667e-06,
|
2879 |
+
"loss": 0.0389,
|
2880 |
+
"num_input_tokens_seen": 4837824,
|
2881 |
+
"step": 359
|
2882 |
+
},
|
2883 |
+
{
|
2884 |
+
"epoch": 4.630225080385852,
|
2885 |
+
"grad_norm": 6.108879566192627,
|
2886 |
+
"learning_rate": 3e-06,
|
2887 |
+
"loss": 0.0395,
|
2888 |
+
"num_input_tokens_seen": 4852096,
|
2889 |
+
"step": 360
|
2890 |
+
},
|
2891 |
+
{
|
2892 |
+
"epoch": 4.643086816720257,
|
2893 |
+
"grad_norm": 4.677525043487549,
|
2894 |
+
"learning_rate": 3.0083333333333335e-06,
|
2895 |
+
"loss": 0.0065,
|
2896 |
+
"num_input_tokens_seen": 4865600,
|
2897 |
+
"step": 361
|
2898 |
+
},
|
2899 |
+
{
|
2900 |
+
"epoch": 4.655948553054662,
|
2901 |
+
"grad_norm": 9.179205894470215,
|
2902 |
+
"learning_rate": 3.0166666666666673e-06,
|
2903 |
+
"loss": 0.0294,
|
2904 |
+
"num_input_tokens_seen": 4878592,
|
2905 |
+
"step": 362
|
2906 |
+
},
|
2907 |
+
{
|
2908 |
+
"epoch": 4.668810289389068,
|
2909 |
+
"grad_norm": 3.478533983230591,
|
2910 |
+
"learning_rate": 3.0250000000000003e-06,
|
2911 |
+
"loss": 0.0192,
|
2912 |
+
"num_input_tokens_seen": 4892064,
|
2913 |
+
"step": 363
|
2914 |
+
},
|
2915 |
+
{
|
2916 |
+
"epoch": 4.681672025723473,
|
2917 |
+
"grad_norm": 6.015811443328857,
|
2918 |
+
"learning_rate": 3.0333333333333337e-06,
|
2919 |
+
"loss": 0.0179,
|
2920 |
+
"num_input_tokens_seen": 4906304,
|
2921 |
+
"step": 364
|
2922 |
+
},
|
2923 |
+
{
|
2924 |
+
"epoch": 4.694533762057878,
|
2925 |
+
"grad_norm": 3.1433732509613037,
|
2926 |
+
"learning_rate": 3.0416666666666666e-06,
|
2927 |
+
"loss": 0.0131,
|
2928 |
+
"num_input_tokens_seen": 4920480,
|
2929 |
+
"step": 365
|
2930 |
+
},
|
2931 |
+
{
|
2932 |
+
"epoch": 4.707395498392283,
|
2933 |
+
"grad_norm": 3.894927501678467,
|
2934 |
+
"learning_rate": 3.05e-06,
|
2935 |
+
"loss": 0.0216,
|
2936 |
+
"num_input_tokens_seen": 4933376,
|
2937 |
+
"step": 366
|
2938 |
+
},
|
2939 |
+
{
|
2940 |
+
"epoch": 4.720257234726688,
|
2941 |
+
"grad_norm": 3.4421629905700684,
|
2942 |
+
"learning_rate": 3.058333333333334e-06,
|
2943 |
+
"loss": 0.0171,
|
2944 |
+
"num_input_tokens_seen": 4947872,
|
2945 |
+
"step": 367
|
2946 |
+
},
|
2947 |
+
{
|
2948 |
+
"epoch": 4.733118971061093,
|
2949 |
+
"grad_norm": 2.935985803604126,
|
2950 |
+
"learning_rate": 3.066666666666667e-06,
|
2951 |
+
"loss": 0.0129,
|
2952 |
+
"num_input_tokens_seen": 4961280,
|
2953 |
+
"step": 368
|
2954 |
+
},
|
2955 |
+
{
|
2956 |
+
"epoch": 4.745980707395498,
|
2957 |
+
"grad_norm": 7.003020763397217,
|
2958 |
+
"learning_rate": 3.075e-06,
|
2959 |
+
"loss": 0.0268,
|
2960 |
+
"num_input_tokens_seen": 4975072,
|
2961 |
+
"step": 369
|
2962 |
+
},
|
2963 |
+
{
|
2964 |
+
"epoch": 4.758842443729904,
|
2965 |
+
"grad_norm": 5.833902835845947,
|
2966 |
+
"learning_rate": 3.0833333333333336e-06,
|
2967 |
+
"loss": 0.0313,
|
2968 |
+
"num_input_tokens_seen": 4988928,
|
2969 |
+
"step": 370
|
2970 |
+
},
|
2971 |
+
{
|
2972 |
+
"epoch": 4.771704180064309,
|
2973 |
+
"grad_norm": 4.902740001678467,
|
2974 |
+
"learning_rate": 3.0916666666666666e-06,
|
2975 |
+
"loss": 0.0197,
|
2976 |
+
"num_input_tokens_seen": 5002656,
|
2977 |
+
"step": 371
|
2978 |
+
},
|
2979 |
+
{
|
2980 |
+
"epoch": 4.784565916398714,
|
2981 |
+
"grad_norm": 1.6855580806732178,
|
2982 |
+
"learning_rate": 3.1000000000000004e-06,
|
2983 |
+
"loss": 0.0051,
|
2984 |
+
"num_input_tokens_seen": 5016928,
|
2985 |
+
"step": 372
|
2986 |
+
},
|
2987 |
+
{
|
2988 |
+
"epoch": 4.797427652733119,
|
2989 |
+
"grad_norm": 3.116506814956665,
|
2990 |
+
"learning_rate": 3.1083333333333338e-06,
|
2991 |
+
"loss": 0.0107,
|
2992 |
+
"num_input_tokens_seen": 5030432,
|
2993 |
+
"step": 373
|
2994 |
+
},
|
2995 |
+
{
|
2996 |
+
"epoch": 4.810289389067524,
|
2997 |
+
"grad_norm": 2.606302261352539,
|
2998 |
+
"learning_rate": 3.1166666666666668e-06,
|
2999 |
+
"loss": 0.0299,
|
3000 |
+
"num_input_tokens_seen": 5044128,
|
3001 |
+
"step": 374
|
3002 |
+
},
|
3003 |
+
{
|
3004 |
+
"epoch": 4.823151125401929,
|
3005 |
+
"grad_norm": 5.198400497436523,
|
3006 |
+
"learning_rate": 3.125e-06,
|
3007 |
+
"loss": 0.0549,
|
3008 |
+
"num_input_tokens_seen": 5058592,
|
3009 |
+
"step": 375
|
3010 |
+
},
|
3011 |
+
{
|
3012 |
+
"epoch": 4.836012861736334,
|
3013 |
+
"grad_norm": 3.7756950855255127,
|
3014 |
+
"learning_rate": 3.133333333333334e-06,
|
3015 |
+
"loss": 0.0163,
|
3016 |
+
"num_input_tokens_seen": 5071680,
|
3017 |
+
"step": 376
|
3018 |
+
},
|
3019 |
+
{
|
3020 |
+
"epoch": 4.84887459807074,
|
3021 |
+
"grad_norm": 3.266502618789673,
|
3022 |
+
"learning_rate": 3.141666666666667e-06,
|
3023 |
+
"loss": 0.0133,
|
3024 |
+
"num_input_tokens_seen": 5085760,
|
3025 |
+
"step": 377
|
3026 |
+
},
|
3027 |
+
{
|
3028 |
+
"epoch": 4.861736334405145,
|
3029 |
+
"grad_norm": 3.7333478927612305,
|
3030 |
+
"learning_rate": 3.1500000000000003e-06,
|
3031 |
+
"loss": 0.0338,
|
3032 |
+
"num_input_tokens_seen": 5099168,
|
3033 |
+
"step": 378
|
3034 |
+
},
|
3035 |
+
{
|
3036 |
+
"epoch": 4.87459807073955,
|
3037 |
+
"grad_norm": 6.106029033660889,
|
3038 |
+
"learning_rate": 3.1583333333333337e-06,
|
3039 |
+
"loss": 0.0219,
|
3040 |
+
"num_input_tokens_seen": 5112512,
|
3041 |
+
"step": 379
|
3042 |
+
},
|
3043 |
+
{
|
3044 |
+
"epoch": 4.887459807073955,
|
3045 |
+
"grad_norm": 3.018552541732788,
|
3046 |
+
"learning_rate": 3.1666666666666667e-06,
|
3047 |
+
"loss": 0.0113,
|
3048 |
+
"num_input_tokens_seen": 5125696,
|
3049 |
+
"step": 380
|
3050 |
+
},
|
3051 |
+
{
|
3052 |
+
"epoch": 4.90032154340836,
|
3053 |
+
"grad_norm": 5.034224987030029,
|
3054 |
+
"learning_rate": 3.175e-06,
|
3055 |
+
"loss": 0.0297,
|
3056 |
+
"num_input_tokens_seen": 5138816,
|
3057 |
+
"step": 381
|
3058 |
+
},
|
3059 |
+
{
|
3060 |
+
"epoch": 4.913183279742765,
|
3061 |
+
"grad_norm": 6.260331630706787,
|
3062 |
+
"learning_rate": 3.183333333333334e-06,
|
3063 |
+
"loss": 0.0417,
|
3064 |
+
"num_input_tokens_seen": 5152320,
|
3065 |
+
"step": 382
|
3066 |
+
},
|
3067 |
+
{
|
3068 |
+
"epoch": 4.92604501607717,
|
3069 |
+
"grad_norm": 4.149762153625488,
|
3070 |
+
"learning_rate": 3.191666666666667e-06,
|
3071 |
+
"loss": 0.027,
|
3072 |
+
"num_input_tokens_seen": 5165696,
|
3073 |
+
"step": 383
|
3074 |
+
},
|
3075 |
+
{
|
3076 |
+
"epoch": 4.938906752411576,
|
3077 |
+
"grad_norm": 2.9361073970794678,
|
3078 |
+
"learning_rate": 3.2000000000000003e-06,
|
3079 |
+
"loss": 0.0271,
|
3080 |
+
"num_input_tokens_seen": 5178368,
|
3081 |
+
"step": 384
|
3082 |
+
},
|
3083 |
+
{
|
3084 |
+
"epoch": 4.951768488745981,
|
3085 |
+
"grad_norm": 5.155781269073486,
|
3086 |
+
"learning_rate": 3.2083333333333337e-06,
|
3087 |
+
"loss": 0.0207,
|
3088 |
+
"num_input_tokens_seen": 5192736,
|
3089 |
+
"step": 385
|
3090 |
+
},
|
3091 |
+
{
|
3092 |
+
"epoch": 4.951768488745981,
|
3093 |
+
"num_input_tokens_seen": 5192736,
|
3094 |
+
"step": 385,
|
3095 |
+
"total_flos": 2.3382655808988774e+17,
|
3096 |
+
"train_loss": 0.7082552919200585,
|
3097 |
+
"train_runtime": 5092.4527,
|
3098 |
+
"train_samples_per_second": 19.519,
|
3099 |
+
"train_steps_per_second": 0.076
|
3100 |
+
}
|
3101 |
+
],
|
3102 |
+
"logging_steps": 1,
|
3103 |
+
"max_steps": 385,
|
3104 |
+
"num_input_tokens_seen": 5192736,
|
3105 |
+
"num_train_epochs": 5,
|
3106 |
+
"save_steps": 1000,
|
3107 |
+
"stateful_callbacks": {
|
3108 |
+
"TrainerControl": {
|
3109 |
+
"args": {
|
3110 |
+
"should_epoch_stop": false,
|
3111 |
+
"should_evaluate": false,
|
3112 |
+
"should_log": false,
|
3113 |
+
"should_save": true,
|
3114 |
+
"should_training_stop": true
|
3115 |
+
},
|
3116 |
+
"attributes": {}
|
3117 |
+
}
|
3118 |
+
},
|
3119 |
+
"total_flos": 2.3382655808988774e+17,
|
3120 |
+
"train_batch_size": 4,
|
3121 |
+
"trial_name": null,
|
3122 |
+
"trial_params": null
|
3123 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e3de8a8e741121a5f4fde13b7396c2d104a757f5aaccd4dd320366c51b2f0ea
|
3 |
+
size 6584
|