From ecfe10fa414a2c3df670420b384571b9f3895514 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 14 Jun 2026 20:29:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=EF=BC=8C=E7=94=B1ModelHub=20XC=E7=A4=BE=E5=8C=BA=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Model: ramzanniaz331/llama3-8b-full-sft-v3 Source: Original Platform --- .gitattributes | 36 + README.md | 61 + all_results.json | 8 + chat_template.jinja | 1 + config.json | 36 + generation_config.json | 13 + model-00001-of-00004.safetensors | 3 + model-00002-of-00004.safetensors | 3 + model-00003-of-00004.safetensors | 3 + model-00004-of-00004.safetensors | 3 + model.safetensors.index.json | 299 +++++ special_tokens_map.json | 32 + tokenizer.json | 3 + tokenizer_config.json | 2068 ++++++++++++++++++++++++++++++ train_results.json | 8 + trainer_log.jsonl | 133 ++ trainer_state.json | 967 ++++++++++++++ training_args.bin | 3 + training_loss.png | Bin 0 -> 44088 bytes 19 files changed, 3680 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 all_results.json create mode 100644 chat_template.jinja create mode 100644 config.json create mode 100644 generation_config.json create mode 100644 model-00001-of-00004.safetensors create mode 100644 model-00002-of-00004.safetensors create mode 100644 model-00003-of-00004.safetensors create mode 100644 model-00004-of-00004.safetensors create mode 100644 model.safetensors.index.json create mode 100644 special_tokens_map.json create mode 100644 tokenizer.json create mode 100644 tokenizer_config.json create mode 100644 train_results.json create mode 100644 trainer_log.jsonl create mode 100644 trainer_state.json create mode 100644 training_args.bin create mode 100644 training_loss.png diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..52373fe --- /dev/null +++ b/.gitattributes @@ -0,0 +1,36 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.ckpt filter=lfs diff=lfs merge=lfs -text +*.ftz filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.h5 filter=lfs diff=lfs merge=lfs -text +*.joblib filter=lfs diff=lfs merge=lfs -text +*.lfs.* filter=lfs diff=lfs merge=lfs -text +*.mlmodel filter=lfs diff=lfs merge=lfs -text +*.model filter=lfs diff=lfs merge=lfs -text +*.msgpack filter=lfs diff=lfs merge=lfs -text +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz filter=lfs diff=lfs merge=lfs -text +*.onnx filter=lfs diff=lfs merge=lfs -text +*.ot filter=lfs diff=lfs merge=lfs -text +*.parquet filter=lfs diff=lfs merge=lfs -text +*.pb filter=lfs diff=lfs merge=lfs -text +*.pickle filter=lfs diff=lfs merge=lfs -text +*.pkl filter=lfs diff=lfs merge=lfs -text +*.pt filter=lfs diff=lfs merge=lfs -text +*.pth filter=lfs diff=lfs merge=lfs -text +*.rar filter=lfs diff=lfs merge=lfs -text +*.safetensors filter=lfs diff=lfs merge=lfs -text +saved_model/**/* filter=lfs diff=lfs merge=lfs -text +*.tar.* filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text +*.tflite filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.wasm filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text +*tfevents* filter=lfs diff=lfs merge=lfs -text +tokenizer.json filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..453f51d --- /dev/null +++ b/README.md @@ -0,0 +1,61 @@ +--- +library_name: transformers +license: other +base_model: ramzanniaz331/llama3.1-8b-8192-v3 +tags: +- llama-factory +- full +- generated_from_trainer +model-index: +- name: llama3_8b_full_sft_ramzan + results: [] +--- + + + +# llama3_8b_full_sft_ramzan + +This model is a fine-tuned version of [ramzanniaz331/llama3.1-8b-8192-v3](https://huggingface.co/ramzanniaz331/llama3.1-8b-8192-v3) on the ramzan_5k_batch_1, the ramzan_5k_batch_2, the ramzan_openhermes, the ramzan_metamath and the ramzan_aya_urdu datasets. + +## Model description + +More information needed + +## Intended uses & limitations + +More information needed + +## Training and evaluation data + +More information needed + +## Training procedure + +### Training hyperparameters + +The following hyperparameters were used during training: +- learning_rate: 5e-06 +- train_batch_size: 1 +- eval_batch_size: 8 +- seed: 42 +- distributed_type: multi-GPU +- num_devices: 8 +- gradient_accumulation_steps: 8 +- total_train_batch_size: 64 +- total_eval_batch_size: 64 +- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments +- lr_scheduler_type: cosine +- lr_scheduler_warmup_ratio: 0.03 +- num_epochs: 2.0 + +### Training results + + + +### Framework versions + +- Transformers 4.57.1 +- Pytorch 2.9.1+cu128 +- Datasets 4.0.0 +- Tokenizers 0.22.1 diff --git a/all_results.json b/all_results.json new file mode 100644 index 0000000..5cf4528 --- /dev/null +++ b/all_results.json @@ -0,0 +1,8 @@ +{ + "epoch": 2.0, + "total_flos": 25921569423360.0, + "train_loss": 0.9619188387709928, + "train_runtime": 4046.5288, + "train_samples_per_second": 10.494, + "train_steps_per_second": 0.164 +} \ No newline at end of file diff --git a/chat_template.jinja b/chat_template.jinja new file mode 100644 index 0000000..9dd8030 --- /dev/null +++ b/chat_template.jinja @@ -0,0 +1 @@ +{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% endif %}{% if system_message is defined %}{{ system_message }}{% endif %}{% for message in loop_messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ content }}{% elif message['role'] == 'assistant' %}{{ content }}{% endif %}{% endfor %} \ No newline at end of file diff --git a/config.json b/config.json new file mode 100644 index 0000000..4b4b357 --- /dev/null +++ b/config.json @@ -0,0 +1,36 @@ +{ + "architectures": [ + "LlamaForCausalLM" + ], + "attention_bias": false, + "attention_dropout": 0.0, + "bos_token_id": 128000, + "dtype": "bfloat16", + "eos_token_id": 128009, + "head_dim": 128, + "hidden_act": "silu", + "hidden_size": 4096, + "initializer_range": 0.02, + "intermediate_size": 14336, + "max_position_embeddings": 131072, + "mlp_bias": false, + "model_type": "llama", + "num_attention_heads": 32, + "num_hidden_layers": 32, + "num_key_value_heads": 8, + "pad_token_id": 128001, + "pretraining_tp": 1, + "rms_norm_eps": 1e-05, + "rope_scaling": { + "factor": 8.0, + "high_freq_factor": 4.0, + "low_freq_factor": 1.0, + "original_max_position_embeddings": 8192, + "rope_type": "llama3" + }, + "rope_theta": 500000.0, + "tie_word_embeddings": false, + "transformers_version": "4.57.1", + "use_cache": false, + "vocab_size": 128256 +} diff --git a/generation_config.json b/generation_config.json new file mode 100644 index 0000000..28e1ef5 --- /dev/null +++ b/generation_config.json @@ -0,0 +1,13 @@ +{ + "_from_model_config": true, + "bos_token_id": 128000, + "do_sample": true, + "eos_token_id": [ + 128009, + 128001 + ], + "pad_token_id": 128001, + "temperature": 0.6, + "top_p": 0.9, + "transformers_version": "4.57.1" +} diff --git a/model-00001-of-00004.safetensors b/model-00001-of-00004.safetensors new file mode 100644 index 0000000..814c3c3 --- /dev/null +++ b/model-00001-of-00004.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:555fd0e3a10b52c5aecc4afd6914393848ac60f927096325fd4e7cdf864fc6cf +size 4976698672 diff --git a/model-00002-of-00004.safetensors b/model-00002-of-00004.safetensors new file mode 100644 index 0000000..df94bd1 --- /dev/null +++ b/model-00002-of-00004.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e91ce3ab76949f5e08cf7aab5e9c7269d87e3d21d696112ff58cd107f2da610 +size 4999802720 diff --git a/model-00003-of-00004.safetensors b/model-00003-of-00004.safetensors new file mode 100644 index 0000000..bc86a90 --- /dev/null +++ b/model-00003-of-00004.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14bb668a2b817e4c6ebabf0fad284ee30a085c5301287357324e5738f507a1e0 +size 4915916176 diff --git a/model-00004-of-00004.safetensors b/model-00004-of-00004.safetensors new file mode 100644 index 0000000..ba2aa94 --- /dev/null +++ b/model-00004-of-00004.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eb0431f6ce0191cbf8d30655365de0551f5ef7b477998f7e088cb913922970d +size 1168138808 diff --git a/model.safetensors.index.json b/model.safetensors.index.json new file mode 100644 index 0000000..58a7ef4 --- /dev/null +++ b/model.safetensors.index.json @@ -0,0 +1,299 @@ +{ + "metadata": { + "total_parameters": 266240, + "total_size": 16060522496 + }, + "weight_map": { + "lm_head.weight": "model-00004-of-00004.safetensors", + "model.embed_tokens.weight": "model-00001-of-00004.safetensors", + "model.layers.0.input_layernorm.weight": "model-00001-of-00004.safetensors", + "model.layers.0.mlp.down_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.0.mlp.gate_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.0.mlp.up_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00004.safetensors", + "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.1.input_layernorm.weight": "model-00001-of-00004.safetensors", + "model.layers.1.mlp.down_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.1.mlp.gate_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.1.mlp.up_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00004.safetensors", + "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.10.input_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.10.mlp.down_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.10.mlp.gate_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.10.mlp.up_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.10.post_attention_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.10.self_attn.k_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.10.self_attn.o_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.10.self_attn.q_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.10.self_attn.v_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.11.input_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.11.mlp.down_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.11.mlp.gate_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.11.mlp.up_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.11.post_attention_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.11.self_attn.k_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.11.self_attn.o_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.11.self_attn.q_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.11.self_attn.v_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.12.input_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.12.mlp.down_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.12.mlp.gate_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.12.mlp.up_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.12.post_attention_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.12.self_attn.k_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.12.self_attn.o_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.12.self_attn.q_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.12.self_attn.v_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.13.input_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.13.mlp.down_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.13.mlp.gate_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.13.mlp.up_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.13.post_attention_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.13.self_attn.k_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.13.self_attn.o_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.13.self_attn.q_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.13.self_attn.v_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.14.input_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.14.mlp.down_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.14.mlp.gate_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.14.mlp.up_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.14.post_attention_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.14.self_attn.k_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.14.self_attn.o_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.14.self_attn.q_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.14.self_attn.v_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.15.input_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.15.mlp.down_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.15.mlp.gate_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.15.mlp.up_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.15.post_attention_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.15.self_attn.k_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.15.self_attn.o_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.15.self_attn.q_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.15.self_attn.v_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.16.input_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.16.mlp.down_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.16.mlp.gate_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.16.mlp.up_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.16.post_attention_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.16.self_attn.k_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.16.self_attn.o_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.16.self_attn.q_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.16.self_attn.v_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.17.input_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.17.mlp.down_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.17.mlp.gate_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.17.mlp.up_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.17.post_attention_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.17.self_attn.k_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.17.self_attn.o_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.17.self_attn.q_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.17.self_attn.v_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.18.input_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.18.mlp.down_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.18.mlp.gate_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.18.mlp.up_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.18.post_attention_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.18.self_attn.k_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.18.self_attn.o_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.18.self_attn.q_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.18.self_attn.v_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.19.input_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.19.mlp.down_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.19.mlp.gate_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.19.mlp.up_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.19.post_attention_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.19.self_attn.k_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.19.self_attn.o_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.19.self_attn.q_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.19.self_attn.v_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.2.input_layernorm.weight": "model-00001-of-00004.safetensors", + "model.layers.2.mlp.down_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.2.mlp.gate_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.2.mlp.up_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.2.post_attention_layernorm.weight": "model-00001-of-00004.safetensors", + "model.layers.2.self_attn.k_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.2.self_attn.o_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.2.self_attn.q_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.2.self_attn.v_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.20.input_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.20.mlp.down_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.20.mlp.gate_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.20.mlp.up_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.20.post_attention_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.20.self_attn.k_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.20.self_attn.o_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.20.self_attn.q_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.20.self_attn.v_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.21.input_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.21.mlp.down_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.21.mlp.gate_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.21.mlp.up_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.21.post_attention_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.21.self_attn.k_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.21.self_attn.o_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.21.self_attn.q_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.21.self_attn.v_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.22.input_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.22.mlp.down_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.22.mlp.gate_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.22.mlp.up_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.22.post_attention_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.22.self_attn.k_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.22.self_attn.o_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.22.self_attn.q_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.22.self_attn.v_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.23.input_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.23.mlp.down_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.23.mlp.gate_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.23.mlp.up_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.23.post_attention_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.23.self_attn.k_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.23.self_attn.o_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.23.self_attn.q_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.23.self_attn.v_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.24.input_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.24.mlp.down_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.24.mlp.gate_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.24.mlp.up_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.24.post_attention_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.24.self_attn.k_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.24.self_attn.o_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.24.self_attn.q_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.24.self_attn.v_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.25.input_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.25.mlp.down_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.25.mlp.gate_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.25.mlp.up_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.25.post_attention_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.25.self_attn.k_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.25.self_attn.o_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.25.self_attn.q_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.25.self_attn.v_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.26.input_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.26.mlp.down_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.26.mlp.gate_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.26.mlp.up_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.26.post_attention_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.26.self_attn.k_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.26.self_attn.o_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.26.self_attn.q_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.26.self_attn.v_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.27.input_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.27.mlp.down_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.27.mlp.gate_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.27.mlp.up_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.27.post_attention_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.27.self_attn.k_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.27.self_attn.o_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.27.self_attn.q_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.27.self_attn.v_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.28.input_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.28.mlp.down_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.28.mlp.gate_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.28.mlp.up_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.28.post_attention_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.28.self_attn.k_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.28.self_attn.o_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.28.self_attn.q_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.28.self_attn.v_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.29.input_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.29.mlp.down_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.29.mlp.gate_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.29.mlp.up_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.29.post_attention_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.29.self_attn.k_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.29.self_attn.o_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.29.self_attn.q_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.29.self_attn.v_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.3.input_layernorm.weight": "model-00001-of-00004.safetensors", + "model.layers.3.mlp.down_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.3.mlp.gate_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.3.mlp.up_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.3.post_attention_layernorm.weight": "model-00001-of-00004.safetensors", + "model.layers.3.self_attn.k_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.3.self_attn.o_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.3.self_attn.q_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.3.self_attn.v_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.30.input_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.30.mlp.down_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.30.mlp.gate_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.30.mlp.up_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.30.post_attention_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.30.self_attn.k_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.30.self_attn.o_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.30.self_attn.q_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.30.self_attn.v_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.31.input_layernorm.weight": "model-00004-of-00004.safetensors", + "model.layers.31.mlp.down_proj.weight": "model-00004-of-00004.safetensors", + "model.layers.31.mlp.gate_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.31.mlp.up_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.31.post_attention_layernorm.weight": "model-00004-of-00004.safetensors", + "model.layers.31.self_attn.k_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.31.self_attn.o_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.31.self_attn.q_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.31.self_attn.v_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.4.input_layernorm.weight": "model-00001-of-00004.safetensors", + "model.layers.4.mlp.down_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.4.mlp.gate_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.4.mlp.up_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.4.post_attention_layernorm.weight": "model-00001-of-00004.safetensors", + "model.layers.4.self_attn.k_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.4.self_attn.o_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.4.self_attn.q_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.4.self_attn.v_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.5.input_layernorm.weight": "model-00001-of-00004.safetensors", + "model.layers.5.mlp.down_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.5.mlp.gate_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.5.mlp.up_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.5.post_attention_layernorm.weight": "model-00001-of-00004.safetensors", + "model.layers.5.self_attn.k_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.5.self_attn.o_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.5.self_attn.q_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.5.self_attn.v_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.6.input_layernorm.weight": "model-00001-of-00004.safetensors", + "model.layers.6.mlp.down_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.6.mlp.gate_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.6.mlp.up_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.6.post_attention_layernorm.weight": "model-00001-of-00004.safetensors", + "model.layers.6.self_attn.k_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.6.self_attn.o_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.6.self_attn.q_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.6.self_attn.v_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.7.input_layernorm.weight": "model-00001-of-00004.safetensors", + "model.layers.7.mlp.down_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.7.mlp.gate_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.7.mlp.up_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.7.post_attention_layernorm.weight": "model-00001-of-00004.safetensors", + "model.layers.7.self_attn.k_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.7.self_attn.o_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.7.self_attn.q_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.7.self_attn.v_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.8.input_layernorm.weight": "model-00001-of-00004.safetensors", + "model.layers.8.mlp.down_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.8.mlp.gate_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.8.mlp.up_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.8.post_attention_layernorm.weight": "model-00001-of-00004.safetensors", + "model.layers.8.self_attn.k_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.8.self_attn.o_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.8.self_attn.q_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.8.self_attn.v_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.9.input_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.9.mlp.down_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.9.mlp.gate_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.9.mlp.up_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.9.post_attention_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.9.self_attn.k_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.9.self_attn.o_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.9.self_attn.q_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.9.self_attn.v_proj.weight": "model-00002-of-00004.safetensors", + "model.norm.weight": "model-00004-of-00004.safetensors" + } +} diff --git a/special_tokens_map.json b/special_tokens_map.json new file mode 100644 index 0000000..9d6f1d0 --- /dev/null +++ b/special_tokens_map.json @@ -0,0 +1,32 @@ +{ + "additional_special_tokens": [ + { + "content": "<|eom_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + } + ], + "bos_token": { + "content": "<|begin_of_text|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "eos_token": { + "content": "<|eot_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "pad_token": { + "content": "<|end_of_text|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + } +} diff --git a/tokenizer.json b/tokenizer.json new file mode 100644 index 0000000..1c1d8d5 --- /dev/null +++ b/tokenizer.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b9e4e7fb171f92fd137b777cc2714bf87d11576700a1dcd7a399e7bbe39537b +size 17209920 diff --git a/tokenizer_config.json b/tokenizer_config.json new file mode 100644 index 0000000..ca4f78c --- /dev/null +++ b/tokenizer_config.json @@ -0,0 +1,2068 @@ +{ + "added_tokens_decoder": { + "128000": { + "content": "<|begin_of_text|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128001": { + "content": "<|end_of_text|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128002": { + "content": "<|reserved_special_token_0|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128003": { + "content": "<|reserved_special_token_1|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128004": { + "content": "<|finetune_right_pad_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128005": { + "content": "<|reserved_special_token_2|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128006": { + "content": "<|start_header_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128007": { + "content": "<|end_header_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128008": { + "content": "<|eom_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128009": { + "content": "<|eot_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128010": { + "content": "<|python_tag|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128011": { + "content": "<|reserved_special_token_3|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128012": { + "content": "<|reserved_special_token_4|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128013": { + "content": "<|reserved_special_token_5|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128014": { + "content": "<|reserved_special_token_6|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128015": { + "content": "<|reserved_special_token_7|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128016": { + "content": "<|reserved_special_token_8|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128017": { + "content": "<|reserved_special_token_9|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128018": { + "content": "<|reserved_special_token_10|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128019": { + "content": "<|reserved_special_token_11|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128020": { + "content": "<|reserved_special_token_12|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128021": { + "content": "<|reserved_special_token_13|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128022": { + "content": "<|reserved_special_token_14|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128023": { + "content": "<|reserved_special_token_15|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128024": { + "content": "<|reserved_special_token_16|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128025": { + "content": "<|reserved_special_token_17|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128026": { + "content": "<|reserved_special_token_18|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128027": { + "content": "<|reserved_special_token_19|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128028": { + "content": "<|reserved_special_token_20|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128029": { + "content": "<|reserved_special_token_21|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128030": { + "content": "<|reserved_special_token_22|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128031": { + "content": "<|reserved_special_token_23|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128032": { + "content": "<|reserved_special_token_24|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128033": { + "content": "<|reserved_special_token_25|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128034": { + "content": "<|reserved_special_token_26|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128035": { + "content": "<|reserved_special_token_27|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128036": { + "content": "<|reserved_special_token_28|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128037": { + "content": "<|reserved_special_token_29|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128038": { + "content": "<|reserved_special_token_30|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128039": { + "content": "<|reserved_special_token_31|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128040": { + "content": "<|reserved_special_token_32|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128041": { + "content": "<|reserved_special_token_33|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128042": { + "content": "<|reserved_special_token_34|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128043": { + "content": "<|reserved_special_token_35|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128044": { + "content": "<|reserved_special_token_36|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128045": { + "content": "<|reserved_special_token_37|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128046": { + "content": "<|reserved_special_token_38|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128047": { + "content": "<|reserved_special_token_39|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128048": { + "content": "<|reserved_special_token_40|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128049": { + "content": "<|reserved_special_token_41|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128050": { + "content": "<|reserved_special_token_42|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128051": { + "content": "<|reserved_special_token_43|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128052": { + "content": "<|reserved_special_token_44|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128053": { + "content": "<|reserved_special_token_45|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128054": { + "content": "<|reserved_special_token_46|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128055": { + "content": "<|reserved_special_token_47|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128056": { + "content": "<|reserved_special_token_48|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128057": { + "content": "<|reserved_special_token_49|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128058": { + "content": "<|reserved_special_token_50|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128059": { + "content": "<|reserved_special_token_51|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128060": { + "content": "<|reserved_special_token_52|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128061": { + "content": "<|reserved_special_token_53|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128062": { + "content": "<|reserved_special_token_54|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128063": { + "content": "<|reserved_special_token_55|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128064": { + "content": "<|reserved_special_token_56|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128065": { + "content": "<|reserved_special_token_57|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128066": { + "content": "<|reserved_special_token_58|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128067": { + "content": "<|reserved_special_token_59|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128068": { + "content": "<|reserved_special_token_60|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128069": { + "content": "<|reserved_special_token_61|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128070": { + "content": "<|reserved_special_token_62|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128071": { + "content": "<|reserved_special_token_63|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128072": { + "content": "<|reserved_special_token_64|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128073": { + "content": "<|reserved_special_token_65|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128074": { + "content": "<|reserved_special_token_66|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128075": { + "content": "<|reserved_special_token_67|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128076": { + "content": "<|reserved_special_token_68|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128077": { + "content": "<|reserved_special_token_69|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128078": { + "content": "<|reserved_special_token_70|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128079": { + "content": "<|reserved_special_token_71|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128080": { + "content": "<|reserved_special_token_72|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128081": { + "content": "<|reserved_special_token_73|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128082": { + "content": "<|reserved_special_token_74|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128083": { + "content": "<|reserved_special_token_75|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128084": { + "content": "<|reserved_special_token_76|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128085": { + "content": "<|reserved_special_token_77|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128086": { + "content": "<|reserved_special_token_78|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128087": { + "content": "<|reserved_special_token_79|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128088": { + "content": "<|reserved_special_token_80|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128089": { + "content": "<|reserved_special_token_81|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128090": { + "content": "<|reserved_special_token_82|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128091": { + "content": "<|reserved_special_token_83|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128092": { + "content": "<|reserved_special_token_84|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128093": { + "content": "<|reserved_special_token_85|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128094": { + "content": "<|reserved_special_token_86|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128095": { + "content": "<|reserved_special_token_87|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128096": { + "content": "<|reserved_special_token_88|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128097": { + "content": "<|reserved_special_token_89|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128098": { + "content": "<|reserved_special_token_90|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128099": { + "content": "<|reserved_special_token_91|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128100": { + "content": "<|reserved_special_token_92|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128101": { + "content": "<|reserved_special_token_93|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128102": { + "content": "<|reserved_special_token_94|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128103": { + "content": "<|reserved_special_token_95|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128104": { + "content": "<|reserved_special_token_96|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128105": { + "content": "<|reserved_special_token_97|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128106": { + "content": "<|reserved_special_token_98|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128107": { + "content": "<|reserved_special_token_99|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128108": { + "content": "<|reserved_special_token_100|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128109": { + "content": "<|reserved_special_token_101|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128110": { + "content": "<|reserved_special_token_102|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128111": { + "content": "<|reserved_special_token_103|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128112": { + "content": "<|reserved_special_token_104|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128113": { + "content": "<|reserved_special_token_105|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128114": { + "content": "<|reserved_special_token_106|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128115": { + "content": "<|reserved_special_token_107|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128116": { + "content": "<|reserved_special_token_108|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128117": { + "content": "<|reserved_special_token_109|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128118": { + "content": "<|reserved_special_token_110|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128119": { + "content": "<|reserved_special_token_111|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128120": { + "content": "<|reserved_special_token_112|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128121": { + "content": "<|reserved_special_token_113|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128122": { + "content": "<|reserved_special_token_114|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128123": { + "content": "<|reserved_special_token_115|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128124": { + "content": "<|reserved_special_token_116|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128125": { + "content": "<|reserved_special_token_117|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128126": { + "content": "<|reserved_special_token_118|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128127": { + "content": "<|reserved_special_token_119|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128128": { + "content": "<|reserved_special_token_120|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128129": { + "content": "<|reserved_special_token_121|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128130": { + "content": "<|reserved_special_token_122|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128131": { + "content": "<|reserved_special_token_123|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128132": { + "content": "<|reserved_special_token_124|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128133": { + "content": "<|reserved_special_token_125|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128134": { + "content": "<|reserved_special_token_126|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128135": { + "content": "<|reserved_special_token_127|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128136": { + "content": "<|reserved_special_token_128|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128137": { + "content": "<|reserved_special_token_129|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128138": { + "content": "<|reserved_special_token_130|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128139": { + "content": "<|reserved_special_token_131|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128140": { + "content": "<|reserved_special_token_132|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128141": { + "content": "<|reserved_special_token_133|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128142": { + "content": "<|reserved_special_token_134|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128143": { + "content": "<|reserved_special_token_135|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128144": { + "content": "<|reserved_special_token_136|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128145": { + "content": "<|reserved_special_token_137|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128146": { + "content": "<|reserved_special_token_138|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128147": { + "content": "<|reserved_special_token_139|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128148": { + "content": "<|reserved_special_token_140|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128149": { + "content": "<|reserved_special_token_141|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128150": { + "content": "<|reserved_special_token_142|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128151": { + "content": "<|reserved_special_token_143|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128152": { + "content": "<|reserved_special_token_144|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128153": { + "content": "<|reserved_special_token_145|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128154": { + "content": "<|reserved_special_token_146|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128155": { + "content": "<|reserved_special_token_147|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128156": { + "content": "<|reserved_special_token_148|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128157": { + "content": "<|reserved_special_token_149|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128158": { + "content": "<|reserved_special_token_150|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128159": { + "content": "<|reserved_special_token_151|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128160": { + "content": "<|reserved_special_token_152|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128161": { + "content": "<|reserved_special_token_153|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128162": { + "content": "<|reserved_special_token_154|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128163": { + "content": "<|reserved_special_token_155|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128164": { + "content": "<|reserved_special_token_156|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128165": { + "content": "<|reserved_special_token_157|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128166": { + "content": "<|reserved_special_token_158|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128167": { + "content": "<|reserved_special_token_159|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128168": { + "content": "<|reserved_special_token_160|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128169": { + "content": "<|reserved_special_token_161|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128170": { + "content": "<|reserved_special_token_162|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128171": { + "content": "<|reserved_special_token_163|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128172": { + "content": "<|reserved_special_token_164|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128173": { + "content": "<|reserved_special_token_165|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128174": { + "content": "<|reserved_special_token_166|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128175": { + "content": "<|reserved_special_token_167|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128176": { + "content": "<|reserved_special_token_168|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128177": { + "content": "<|reserved_special_token_169|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128178": { + "content": "<|reserved_special_token_170|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128179": { + "content": "<|reserved_special_token_171|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128180": { + "content": "<|reserved_special_token_172|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128181": { + "content": "<|reserved_special_token_173|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128182": { + "content": "<|reserved_special_token_174|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128183": { + "content": "<|reserved_special_token_175|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128184": { + "content": "<|reserved_special_token_176|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128185": { + "content": "<|reserved_special_token_177|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128186": { + "content": "<|reserved_special_token_178|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128187": { + "content": "<|reserved_special_token_179|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128188": { + "content": "<|reserved_special_token_180|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128189": { + "content": "<|reserved_special_token_181|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128190": { + "content": "<|reserved_special_token_182|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128191": { + "content": "<|reserved_special_token_183|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128192": { + "content": "<|reserved_special_token_184|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128193": { + "content": "<|reserved_special_token_185|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128194": { + "content": "<|reserved_special_token_186|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128195": { + "content": "<|reserved_special_token_187|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128196": { + "content": "<|reserved_special_token_188|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128197": { + "content": "<|reserved_special_token_189|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128198": { + "content": "<|reserved_special_token_190|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128199": { + "content": "<|reserved_special_token_191|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128200": { + "content": "<|reserved_special_token_192|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128201": { + "content": "<|reserved_special_token_193|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128202": { + "content": "<|reserved_special_token_194|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128203": { + "content": "<|reserved_special_token_195|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128204": { + "content": "<|reserved_special_token_196|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128205": { + "content": "<|reserved_special_token_197|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128206": { + "content": "<|reserved_special_token_198|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128207": { + "content": "<|reserved_special_token_199|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128208": { + "content": "<|reserved_special_token_200|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128209": { + "content": "<|reserved_special_token_201|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128210": { + "content": "<|reserved_special_token_202|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128211": { + "content": "<|reserved_special_token_203|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128212": { + "content": "<|reserved_special_token_204|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128213": { + "content": "<|reserved_special_token_205|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128214": { + "content": "<|reserved_special_token_206|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128215": { + "content": "<|reserved_special_token_207|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128216": { + "content": "<|reserved_special_token_208|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128217": { + "content": "<|reserved_special_token_209|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128218": { + "content": "<|reserved_special_token_210|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128219": { + "content": "<|reserved_special_token_211|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128220": { + "content": "<|reserved_special_token_212|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128221": { + "content": "<|reserved_special_token_213|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128222": { + "content": "<|reserved_special_token_214|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128223": { + "content": "<|reserved_special_token_215|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128224": { + "content": "<|reserved_special_token_216|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128225": { + "content": "<|reserved_special_token_217|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128226": { + "content": "<|reserved_special_token_218|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128227": { + "content": "<|reserved_special_token_219|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128228": { + "content": "<|reserved_special_token_220|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128229": { + "content": "<|reserved_special_token_221|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128230": { + "content": "<|reserved_special_token_222|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128231": { + "content": "<|reserved_special_token_223|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128232": { + "content": "<|reserved_special_token_224|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128233": { + "content": "<|reserved_special_token_225|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128234": { + "content": "<|reserved_special_token_226|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128235": { + "content": "<|reserved_special_token_227|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128236": { + "content": "<|reserved_special_token_228|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128237": { + "content": "<|reserved_special_token_229|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128238": { + "content": "<|reserved_special_token_230|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128239": { + "content": "<|reserved_special_token_231|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128240": { + "content": "<|reserved_special_token_232|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128241": { + "content": "<|reserved_special_token_233|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128242": { + "content": "<|reserved_special_token_234|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128243": { + "content": "<|reserved_special_token_235|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128244": { + "content": "<|reserved_special_token_236|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128245": { + "content": "<|reserved_special_token_237|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128246": { + "content": "<|reserved_special_token_238|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128247": { + "content": "<|reserved_special_token_239|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128248": { + "content": "<|reserved_special_token_240|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128249": { + "content": "<|reserved_special_token_241|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128250": { + "content": "<|reserved_special_token_242|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128251": { + "content": "<|reserved_special_token_243|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128252": { + "content": "<|reserved_special_token_244|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128253": { + "content": "<|reserved_special_token_245|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128254": { + "content": "<|reserved_special_token_246|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128255": { + "content": "<|reserved_special_token_247|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + } + }, + "additional_special_tokens": [ + "<|eom_id|>" + ], + "bos_token": "<|begin_of_text|>", + "clean_up_tokenization_spaces": true, + "eos_token": "<|eot_id|>", + "extra_special_tokens": {}, + "model_input_names": [ + "input_ids", + "attention_mask" + ], + "model_max_length": 131072, + "pad_token": "<|end_of_text|>", + "padding_side": "right", + "split_special_tokens": false, + "tokenizer_class": "PreTrainedTokenizerFast" +} diff --git a/train_results.json b/train_results.json new file mode 100644 index 0000000..5cf4528 --- /dev/null +++ b/train_results.json @@ -0,0 +1,8 @@ +{ + "epoch": 2.0, + "total_flos": 25921569423360.0, + "train_loss": 0.9619188387709928, + "train_runtime": 4046.5288, + "train_samples_per_second": 10.494, + "train_steps_per_second": 0.164 +} \ No newline at end of file diff --git a/trainer_log.jsonl b/trainer_log.jsonl new file mode 100644 index 0000000..afdb070 --- /dev/null +++ b/trainer_log.jsonl @@ -0,0 +1,133 @@ +{"current_steps": 5, "total_steps": 664, "loss": 1.451, "lr": 1.0000000000000002e-06, "epoch": 0.015071590052750565, "percentage": 0.75, "elapsed_time": "0:00:35", "remaining_time": "1:18:06"} +{"current_steps": 10, "total_steps": 664, "loss": 1.5943, "lr": 2.25e-06, "epoch": 0.03014318010550113, "percentage": 1.51, "elapsed_time": "0:01:06", "remaining_time": "1:12:27"} +{"current_steps": 15, "total_steps": 664, "loss": 1.4134, "lr": 3.5e-06, "epoch": 0.0452147701582517, "percentage": 2.26, "elapsed_time": "0:01:37", "remaining_time": "1:10:17"} +{"current_steps": 20, "total_steps": 664, "loss": 1.3789, "lr": 4.75e-06, "epoch": 0.06028636021100226, "percentage": 3.01, "elapsed_time": "0:02:08", "remaining_time": "1:08:54"} +{"current_steps": 25, "total_steps": 664, "loss": 1.4061, "lr": 4.999524068745182e-06, "epoch": 0.07535795026375283, "percentage": 3.77, "elapsed_time": "0:02:40", "remaining_time": "1:08:20"} +{"current_steps": 30, "total_steps": 664, "loss": 1.3465, "lr": 4.997590908585508e-06, "epoch": 0.0904295403165034, "percentage": 4.52, "elapsed_time": "0:03:09", "remaining_time": "1:06:36"} +{"current_steps": 35, "total_steps": 664, "loss": 1.3066, "lr": 4.994171922976349e-06, "epoch": 0.10550113036925396, "percentage": 5.27, "elapsed_time": "0:03:38", "remaining_time": "1:05:20"} +{"current_steps": 40, "total_steps": 664, "loss": 1.3024, "lr": 4.9892691458840415e-06, "epoch": 0.12057272042200452, "percentage": 6.02, "elapsed_time": "0:04:06", "remaining_time": "1:04:04"} +{"current_steps": 45, "total_steps": 664, "loss": 1.3222, "lr": 4.982885493987595e-06, "epoch": 0.1356443104747551, "percentage": 6.78, "elapsed_time": "0:04:37", "remaining_time": "1:03:34"} +{"current_steps": 50, "total_steps": 664, "loss": 1.3441, "lr": 4.975024764943549e-06, "epoch": 0.15071590052750566, "percentage": 7.53, "elapsed_time": "0:05:05", "remaining_time": "1:02:31"} +{"current_steps": 55, "total_steps": 664, "loss": 1.2827, "lr": 4.965691635126737e-06, "epoch": 0.1657874905802562, "percentage": 8.28, "elapsed_time": "0:05:34", "remaining_time": "1:01:40"} +{"current_steps": 60, "total_steps": 664, "loss": 1.2503, "lr": 4.95489165684829e-06, "epoch": 0.1808590806330068, "percentage": 9.04, "elapsed_time": "0:06:02", "remaining_time": "1:00:45"} +{"current_steps": 65, "total_steps": 664, "loss": 1.2252, "lr": 4.942631255052551e-06, "epoch": 0.19593067068575734, "percentage": 9.79, "elapsed_time": "0:06:29", "remaining_time": "0:59:52"} +{"current_steps": 70, "total_steps": 664, "loss": 1.2734, "lr": 4.928917723494854e-06, "epoch": 0.21100226073850792, "percentage": 10.54, "elapsed_time": "0:06:57", "remaining_time": "0:59:05"} +{"current_steps": 75, "total_steps": 664, "loss": 1.2101, "lr": 4.913759220402441e-06, "epoch": 0.22607385079125847, "percentage": 11.3, "elapsed_time": "0:07:25", "remaining_time": "0:58:17"} +{"current_steps": 80, "total_steps": 664, "loss": 1.2485, "lr": 4.897164763621104e-06, "epoch": 0.24114544084400905, "percentage": 12.05, "elapsed_time": "0:07:54", "remaining_time": "0:57:43"} +{"current_steps": 85, "total_steps": 664, "loss": 1.2243, "lr": 4.879144225250445e-06, "epoch": 0.2562170308967596, "percentage": 12.8, "elapsed_time": "0:08:25", "remaining_time": "0:57:26"} +{"current_steps": 90, "total_steps": 664, "loss": 1.2052, "lr": 4.859708325770919e-06, "epoch": 0.2712886209495102, "percentage": 13.55, "elapsed_time": "0:08:56", "remaining_time": "0:57:00"} +{"current_steps": 95, "total_steps": 664, "loss": 1.1686, "lr": 4.838868627666191e-06, "epoch": 0.2863602110022607, "percentage": 14.31, "elapsed_time": "0:09:23", "remaining_time": "0:56:17"} +{"current_steps": 100, "total_steps": 664, "loss": 1.1775, "lr": 4.81663752854457e-06, "epoch": 0.30143180105501133, "percentage": 15.06, "elapsed_time": "0:09:53", "remaining_time": "0:55:47"} +{"current_steps": 105, "total_steps": 664, "loss": 1.1722, "lr": 4.793028253763633e-06, "epoch": 0.3165033911077619, "percentage": 15.81, "elapsed_time": "0:10:24", "remaining_time": "0:55:22"} +{"current_steps": 110, "total_steps": 664, "loss": 1.1695, "lr": 4.768054848562411e-06, "epoch": 0.3315749811605124, "percentage": 16.57, "elapsed_time": "0:10:52", "remaining_time": "0:54:47"} +{"current_steps": 115, "total_steps": 664, "loss": 1.1841, "lr": 4.741732169705829e-06, "epoch": 0.346646571213263, "percentage": 17.32, "elapsed_time": "0:11:21", "remaining_time": "0:54:11"} +{"current_steps": 120, "total_steps": 664, "loss": 1.1757, "lr": 4.714075876646365e-06, "epoch": 0.3617181612660136, "percentage": 18.07, "elapsed_time": "0:11:55", "remaining_time": "0:54:01"} +{"current_steps": 125, "total_steps": 664, "loss": 1.1734, "lr": 4.6851024222081905e-06, "epoch": 0.37678975131876413, "percentage": 18.83, "elapsed_time": "0:12:22", "remaining_time": "0:53:22"} +{"current_steps": 130, "total_steps": 664, "loss": 1.127, "lr": 4.654829042799323e-06, "epoch": 0.3918613413715147, "percentage": 19.58, "elapsed_time": "0:12:51", "remaining_time": "0:52:47"} +{"current_steps": 135, "total_steps": 664, "loss": 1.2514, "lr": 4.62327374815763e-06, "epoch": 0.4069329314242653, "percentage": 20.33, "elapsed_time": "0:13:19", "remaining_time": "0:52:11"} +{"current_steps": 140, "total_steps": 664, "loss": 1.1873, "lr": 4.590455310636778e-06, "epoch": 0.42200452147701584, "percentage": 21.08, "elapsed_time": "0:13:47", "remaining_time": "0:51:38"} +{"current_steps": 145, "total_steps": 664, "loss": 1.1515, "lr": 4.556393254038486e-06, "epoch": 0.4370761115297664, "percentage": 21.84, "elapsed_time": "0:14:16", "remaining_time": "0:51:05"} +{"current_steps": 150, "total_steps": 664, "loss": 1.1197, "lr": 4.521107841997758e-06, "epoch": 0.45214770158251694, "percentage": 22.59, "elapsed_time": "0:14:46", "remaining_time": "0:50:37"} +{"current_steps": 155, "total_steps": 664, "loss": 1.1494, "lr": 4.48462006592797e-06, "epoch": 0.46721929163526754, "percentage": 23.34, "elapsed_time": "0:15:16", "remaining_time": "0:50:08"} +{"current_steps": 160, "total_steps": 664, "loss": 1.1292, "lr": 4.4469516325330055e-06, "epoch": 0.4822908816880181, "percentage": 24.1, "elapsed_time": "0:15:46", "remaining_time": "0:49:42"} +{"current_steps": 165, "total_steps": 664, "loss": 1.1195, "lr": 4.408124950893868e-06, "epoch": 0.49736247174076864, "percentage": 24.85, "elapsed_time": "0:16:14", "remaining_time": "0:49:07"} +{"current_steps": 170, "total_steps": 664, "loss": 1.1047, "lr": 4.368163119137437e-06, "epoch": 0.5124340617935192, "percentage": 25.6, "elapsed_time": "0:16:43", "remaining_time": "0:48:35"} +{"current_steps": 175, "total_steps": 664, "loss": 1.1689, "lr": 4.32708991069531e-06, "epoch": 0.5275056518462697, "percentage": 26.36, "elapsed_time": "0:17:12", "remaining_time": "0:48:04"} +{"current_steps": 180, "total_steps": 664, "loss": 0.9971, "lr": 4.284929760160917e-06, "epoch": 0.5425772418990203, "percentage": 27.11, "elapsed_time": "0:17:42", "remaining_time": "0:47:35"} +{"current_steps": 185, "total_steps": 664, "loss": 1.1245, "lr": 4.2417077487532835e-06, "epoch": 0.557648831951771, "percentage": 27.86, "elapsed_time": "0:18:12", "remaining_time": "0:47:08"} +{"current_steps": 190, "total_steps": 664, "loss": 1.1714, "lr": 4.197449589396131e-06, "epoch": 0.5727204220045214, "percentage": 28.61, "elapsed_time": "0:18:41", "remaining_time": "0:46:36"} +{"current_steps": 195, "total_steps": 664, "loss": 1.1634, "lr": 4.152181611421179e-06, "epoch": 0.587792012057272, "percentage": 29.37, "elapsed_time": "0:19:09", "remaining_time": "0:46:05"} +{"current_steps": 200, "total_steps": 664, "loss": 1.1021, "lr": 4.105930744904721e-06, "epoch": 0.6028636021100227, "percentage": 30.12, "elapsed_time": "0:19:38", "remaining_time": "0:45:34"} +{"current_steps": 205, "total_steps": 664, "loss": 1.1172, "lr": 4.058724504646834e-06, "epoch": 0.6179351921627732, "percentage": 30.87, "elapsed_time": "0:20:06", "remaining_time": "0:45:01"} +{"current_steps": 210, "total_steps": 664, "loss": 1.1375, "lr": 4.010590973802737e-06, "epoch": 0.6330067822155238, "percentage": 31.63, "elapsed_time": "0:20:34", "remaining_time": "0:44:28"} +{"current_steps": 215, "total_steps": 664, "loss": 1.1482, "lr": 3.961558787176012e-06, "epoch": 0.6480783722682742, "percentage": 32.38, "elapsed_time": "0:21:10", "remaining_time": "0:44:13"} +{"current_steps": 220, "total_steps": 664, "loss": 1.1041, "lr": 3.91165711418367e-06, "epoch": 0.6631499623210249, "percentage": 33.13, "elapsed_time": "0:21:38", "remaining_time": "0:43:40"} +{"current_steps": 225, "total_steps": 664, "loss": 1.1142, "lr": 3.860915641503161e-06, "epoch": 0.6782215523737755, "percentage": 33.89, "elapsed_time": "0:22:06", "remaining_time": "0:43:08"} +{"current_steps": 230, "total_steps": 664, "loss": 1.185, "lr": 3.809364555411667e-06, "epoch": 0.693293142426526, "percentage": 34.64, "elapsed_time": "0:22:34", "remaining_time": "0:42:34"} +{"current_steps": 235, "total_steps": 664, "loss": 1.1719, "lr": 3.75703452382818e-06, "epoch": 0.7083647324792766, "percentage": 35.39, "elapsed_time": "0:23:04", "remaining_time": "0:42:08"} +{"current_steps": 240, "total_steps": 664, "loss": 1.1238, "lr": 3.703956678069055e-06, "epoch": 0.7234363225320272, "percentage": 36.14, "elapsed_time": "0:23:32", "remaining_time": "0:41:35"} +{"current_steps": 245, "total_steps": 664, "loss": 1.0788, "lr": 3.650162594327881e-06, "epoch": 0.7385079125847777, "percentage": 36.9, "elapsed_time": "0:24:03", "remaining_time": "0:41:08"} +{"current_steps": 250, "total_steps": 664, "loss": 1.0756, "lr": 3.595684274890691e-06, "epoch": 0.7535795026375283, "percentage": 37.65, "elapsed_time": "0:24:37", "remaining_time": "0:40:47"} +{"current_steps": 255, "total_steps": 664, "loss": 1.1189, "lr": 3.5405541290976968e-06, "epoch": 0.7686510926902789, "percentage": 38.4, "elapsed_time": "0:25:07", "remaining_time": "0:40:18"} +{"current_steps": 260, "total_steps": 664, "loss": 1.0719, "lr": 3.4848049540628588e-06, "epoch": 0.7837226827430294, "percentage": 39.16, "elapsed_time": "0:25:36", "remaining_time": "0:39:46"} +{"current_steps": 265, "total_steps": 664, "loss": 1.1073, "lr": 3.4284699151627672e-06, "epoch": 0.79879427279578, "percentage": 39.91, "elapsed_time": "0:26:06", "remaining_time": "0:39:18"} +{"current_steps": 270, "total_steps": 664, "loss": 1.0891, "lr": 3.3715825263064493e-06, "epoch": 0.8138658628485306, "percentage": 40.66, "elapsed_time": "0:26:35", "remaining_time": "0:38:47"} +{"current_steps": 275, "total_steps": 664, "loss": 1.0003, "lr": 3.314176629997825e-06, "epoch": 0.8289374529012811, "percentage": 41.42, "elapsed_time": "0:27:02", "remaining_time": "0:38:15"} +{"current_steps": 280, "total_steps": 664, "loss": 1.1259, "lr": 3.25628637720269e-06, "epoch": 0.8440090429540317, "percentage": 42.17, "elapsed_time": "0:27:31", "remaining_time": "0:37:45"} +{"current_steps": 285, "total_steps": 664, "loss": 1.1505, "lr": 3.1979462070321817e-06, "epoch": 0.8590806330067822, "percentage": 42.92, "elapsed_time": "0:28:00", "remaining_time": "0:37:15"} +{"current_steps": 290, "total_steps": 664, "loss": 1.0636, "lr": 3.1391908262548382e-06, "epoch": 0.8741522230595328, "percentage": 43.67, "elapsed_time": "0:28:29", "remaining_time": "0:36:44"} +{"current_steps": 295, "total_steps": 664, "loss": 1.1475, "lr": 3.08005518864942e-06, "epoch": 0.8892238131122834, "percentage": 44.43, "elapsed_time": "0:28:58", "remaining_time": "0:36:14"} +{"current_steps": 300, "total_steps": 664, "loss": 1.0161, "lr": 3.0205744742107874e-06, "epoch": 0.9042954031650339, "percentage": 45.18, "elapsed_time": "0:29:26", "remaining_time": "0:35:43"} +{"current_steps": 305, "total_steps": 664, "loss": 1.0239, "lr": 2.9607840682211987e-06, "epoch": 0.9193669932177845, "percentage": 45.93, "elapsed_time": "0:29:56", "remaining_time": "0:35:14"} +{"current_steps": 310, "total_steps": 664, "loss": 1.0436, "lr": 2.900719540199484e-06, "epoch": 0.9344385832705351, "percentage": 46.69, "elapsed_time": "0:30:24", "remaining_time": "0:34:43"} +{"current_steps": 315, "total_steps": 664, "loss": 1.0982, "lr": 2.840416622740617e-06, "epoch": 0.9495101733232856, "percentage": 47.44, "elapsed_time": "0:30:52", "remaining_time": "0:34:12"} +{"current_steps": 320, "total_steps": 664, "loss": 1.1161, "lr": 2.7799111902582697e-06, "epoch": 0.9645817633760362, "percentage": 48.19, "elapsed_time": "0:31:23", "remaining_time": "0:33:44"} +{"current_steps": 325, "total_steps": 664, "loss": 1.066, "lr": 2.7192392376430014e-06, "epoch": 0.9796533534287868, "percentage": 48.95, "elapsed_time": "0:31:51", "remaining_time": "0:33:13"} +{"current_steps": 330, "total_steps": 664, "loss": 1.0798, "lr": 2.6584368588487727e-06, "epoch": 0.9947249434815373, "percentage": 49.7, "elapsed_time": "0:32:22", "remaining_time": "0:32:45"} +{"current_steps": 335, "total_steps": 664, "loss": 0.8717, "lr": 2.597540225420525e-06, "epoch": 1.0090429540316503, "percentage": 50.45, "elapsed_time": "0:32:49", "remaining_time": "0:32:14"} +{"current_steps": 340, "total_steps": 664, "loss": 0.7775, "lr": 2.5365855649756114e-06, "epoch": 1.0241145440844008, "percentage": 51.2, "elapsed_time": "0:33:23", "remaining_time": "0:31:48"} +{"current_steps": 345, "total_steps": 664, "loss": 0.8101, "lr": 2.475609139651855e-06, "epoch": 1.0391861341371516, "percentage": 51.96, "elapsed_time": "0:33:53", "remaining_time": "0:31:20"} +{"current_steps": 350, "total_steps": 664, "loss": 0.7067, "lr": 2.4146472245350804e-06, "epoch": 1.054257724189902, "percentage": 52.71, "elapsed_time": "0:34:23", "remaining_time": "0:30:51"} +{"current_steps": 355, "total_steps": 664, "loss": 0.7314, "lr": 2.353736086078941e-06, "epoch": 1.0693293142426525, "percentage": 53.46, "elapsed_time": "0:35:40", "remaining_time": "0:31:03"} +{"current_steps": 360, "total_steps": 664, "loss": 0.7813, "lr": 2.2929119605298787e-06, "epoch": 1.0844009042954033, "percentage": 54.22, "elapsed_time": "0:36:16", "remaining_time": "0:30:38"} +{"current_steps": 365, "total_steps": 664, "loss": 0.7792, "lr": 2.232211032370057e-06, "epoch": 1.0994724943481538, "percentage": 54.97, "elapsed_time": "0:36:46", "remaining_time": "0:30:07"} +{"current_steps": 370, "total_steps": 664, "loss": 0.8093, "lr": 2.1716694127910863e-06, "epoch": 1.1145440844009042, "percentage": 55.72, "elapsed_time": "0:37:16", "remaining_time": "0:29:37"} +{"current_steps": 375, "total_steps": 664, "loss": 0.7326, "lr": 2.1113231182113557e-06, "epoch": 1.129615674453655, "percentage": 56.48, "elapsed_time": "0:37:48", "remaining_time": "0:29:08"} +{"current_steps": 380, "total_steps": 664, "loss": 0.7069, "lr": 2.0512080488497353e-06, "epoch": 1.1446872645064055, "percentage": 57.23, "elapsed_time": "0:38:24", "remaining_time": "0:28:42"} +{"current_steps": 385, "total_steps": 664, "loss": 0.696, "lr": 1.991359967368416e-06, "epoch": 1.159758854559156, "percentage": 57.98, "elapsed_time": "0:38:56", "remaining_time": "0:28:12"} +{"current_steps": 390, "total_steps": 664, "loss": 0.7416, "lr": 1.9318144775975773e-06, "epoch": 1.1748304446119064, "percentage": 58.73, "elapsed_time": "0:39:25", "remaining_time": "0:27:41"} +{"current_steps": 395, "total_steps": 664, "loss": 0.7579, "lr": 1.8726070033545468e-06, "epoch": 1.1899020346646572, "percentage": 59.49, "elapsed_time": "0:39:54", "remaining_time": "0:27:10"} +{"current_steps": 400, "total_steps": 664, "loss": 0.7538, "lr": 1.8137727673700476e-06, "epoch": 1.2049736247174077, "percentage": 60.24, "elapsed_time": "0:40:28", "remaining_time": "0:26:42"} +{"current_steps": 405, "total_steps": 664, "loss": 0.7116, "lr": 1.7553467703340755e-06, "epoch": 1.2200452147701584, "percentage": 60.99, "elapsed_time": "0:40:58", "remaining_time": "0:26:12"} +{"current_steps": 410, "total_steps": 664, "loss": 0.7292, "lr": 1.697363770073866e-06, "epoch": 1.2351168048229089, "percentage": 61.75, "elapsed_time": "0:41:27", "remaining_time": "0:25:40"} +{"current_steps": 415, "total_steps": 664, "loss": 0.7165, "lr": 1.6398582608763457e-06, "epoch": 1.2501883948756594, "percentage": 62.5, "elapsed_time": "0:41:55", "remaining_time": "0:25:09"} +{"current_steps": 420, "total_steps": 664, "loss": 0.7987, "lr": 1.5828644529673592e-06, "epoch": 1.2652599849284099, "percentage": 63.25, "elapsed_time": "0:42:23", "remaining_time": "0:24:37"} +{"current_steps": 425, "total_steps": 664, "loss": 0.7438, "lr": 1.5264162521598893e-06, "epoch": 1.2803315749811606, "percentage": 64.01, "elapsed_time": "0:42:53", "remaining_time": "0:24:06"} +{"current_steps": 430, "total_steps": 664, "loss": 0.7239, "lr": 1.470547239683372e-06, "epoch": 1.295403165033911, "percentage": 64.76, "elapsed_time": "0:43:24", "remaining_time": "0:23:37"} +{"current_steps": 435, "total_steps": 664, "loss": 0.7571, "lr": 1.415290652206105e-06, "epoch": 1.3104747550866618, "percentage": 65.51, "elapsed_time": "0:43:53", "remaining_time": "0:23:06"} +{"current_steps": 440, "total_steps": 664, "loss": 0.7234, "lr": 1.3606793620626434e-06, "epoch": 1.3255463451394123, "percentage": 66.27, "elapsed_time": "0:44:23", "remaining_time": "0:22:35"} +{"current_steps": 445, "total_steps": 664, "loss": 0.7832, "lr": 1.3067458576979305e-06, "epoch": 1.3406179351921628, "percentage": 67.02, "elapsed_time": "0:44:58", "remaining_time": "0:22:07"} +{"current_steps": 450, "total_steps": 664, "loss": 0.7063, "lr": 1.2535222243398104e-06, "epoch": 1.3556895252449133, "percentage": 67.77, "elapsed_time": "0:45:27", "remaining_time": "0:21:37"} +{"current_steps": 455, "total_steps": 664, "loss": 0.7749, "lr": 1.2010401249114166e-06, "epoch": 1.370761115297664, "percentage": 68.52, "elapsed_time": "0:45:55", "remaining_time": "0:21:05"} +{"current_steps": 460, "total_steps": 664, "loss": 0.7036, "lr": 1.1493307811947887e-06, "epoch": 1.3858327053504145, "percentage": 69.28, "elapsed_time": "0:46:24", "remaining_time": "0:20:35"} +{"current_steps": 465, "total_steps": 664, "loss": 0.8069, "lr": 1.098424955256929e-06, "epoch": 1.400904295403165, "percentage": 70.03, "elapsed_time": "0:46:54", "remaining_time": "0:20:04"} +{"current_steps": 470, "total_steps": 664, "loss": 0.7826, "lr": 1.048352931149338e-06, "epoch": 1.4159758854559157, "percentage": 70.78, "elapsed_time": "0:47:23", "remaining_time": "0:19:33"} +{"current_steps": 475, "total_steps": 664, "loss": 0.7534, "lr": 9.991444968919318e-07, "epoch": 1.4310474755086662, "percentage": 71.54, "elapsed_time": "0:47:52", "remaining_time": "0:19:03"} +{"current_steps": 480, "total_steps": 664, "loss": 0.7342, "lr": 9.50828926752044e-07, "epoch": 1.4461190655614167, "percentage": 72.29, "elapsed_time": "0:48:22", "remaining_time": "0:18:32"} +{"current_steps": 485, "total_steps": 664, "loss": 0.7724, "lr": 9.034349638290643e-07, "epoch": 1.4611906556141672, "percentage": 73.04, "elapsed_time": "0:48:52", "remaining_time": "0:18:02"} +{"current_steps": 490, "total_steps": 664, "loss": 0.7172, "lr": 8.569908029550686e-07, "epoch": 1.4762622456669179, "percentage": 73.8, "elapsed_time": "0:49:21", "remaining_time": "0:17:31"} +{"current_steps": 495, "total_steps": 664, "loss": 0.7634, "lr": 8.115240739216182e-07, "epoch": 1.4913338357196684, "percentage": 74.55, "elapsed_time": "0:49:51", "remaining_time": "0:17:01"} +{"current_steps": 500, "total_steps": 664, "loss": 0.7434, "lr": 7.670618250426981e-07, "epoch": 1.506405425772419, "percentage": 75.3, "elapsed_time": "0:50:19", "remaining_time": "0:16:30"} +{"current_steps": 505, "total_steps": 664, "loss": 0.7432, "lr": 7.236305070635835e-07, "epoch": 1.5214770158251696, "percentage": 76.05, "elapsed_time": "0:50:49", "remaining_time": "0:15:59"} +{"current_steps": 510, "total_steps": 664, "loss": 0.6995, "lr": 6.812559574252006e-07, "epoch": 1.53654860587792, "percentage": 76.81, "elapsed_time": "0:51:18", "remaining_time": "0:15:29"} +{"current_steps": 515, "total_steps": 664, "loss": 0.7365, "lr": 6.399633848933434e-07, "epoch": 1.5516201959306706, "percentage": 77.56, "elapsed_time": "0:51:47", "remaining_time": "0:14:59"} +{"current_steps": 520, "total_steps": 664, "loss": 0.7731, "lr": 5.997773545618907e-07, "epoch": 1.5666917859834213, "percentage": 78.31, "elapsed_time": "0:52:16", "remaining_time": "0:14:28"} +{"current_steps": 525, "total_steps": 664, "loss": 0.7675, "lr": 5.607217732389503e-07, "epoch": 1.5817633760361718, "percentage": 79.07, "elapsed_time": "0:52:44", "remaining_time": "0:13:57"} +{"current_steps": 530, "total_steps": 664, "loss": 0.7298, "lr": 5.228198752246125e-07, "epoch": 1.5968349660889225, "percentage": 79.82, "elapsed_time": "0:53:13", "remaining_time": "0:13:27"} +{"current_steps": 535, "total_steps": 664, "loss": 0.8014, "lr": 4.860942084887868e-07, "epoch": 1.611906556141673, "percentage": 80.57, "elapsed_time": "0:53:44", "remaining_time": "0:12:57"} +{"current_steps": 540, "total_steps": 664, "loss": 0.7098, "lr": 4.505666212573367e-07, "epoch": 1.6269781461944235, "percentage": 81.33, "elapsed_time": "0:54:14", "remaining_time": "0:12:27"} +{"current_steps": 545, "total_steps": 664, "loss": 0.7197, "lr": 4.162582490144948e-07, "epoch": 1.642049736247174, "percentage": 82.08, "elapsed_time": "0:54:44", "remaining_time": "0:11:57"} +{"current_steps": 550, "total_steps": 664, "loss": 0.7375, "lr": 3.831895019292897e-07, "epoch": 1.6571213262999245, "percentage": 82.83, "elapsed_time": "0:55:15", "remaining_time": "0:11:27"} +{"current_steps": 555, "total_steps": 664, "loss": 0.7549, "lr": 3.5138005271346643e-07, "epoch": 1.6721929163526752, "percentage": 83.58, "elapsed_time": "0:55:46", "remaining_time": "0:10:57"} +{"current_steps": 560, "total_steps": 664, "loss": 0.7433, "lr": 3.208488249181216e-07, "epoch": 1.687264506405426, "percentage": 84.34, "elapsed_time": "0:56:15", "remaining_time": "0:10:26"} +{"current_steps": 565, "total_steps": 664, "loss": 0.7914, "lr": 2.9161398167602053e-07, "epoch": 1.7023360964581764, "percentage": 85.09, "elapsed_time": "0:56:46", "remaining_time": "0:09:56"} +{"current_steps": 570, "total_steps": 664, "loss": 0.7405, "lr": 2.6369291489628244e-07, "epoch": 1.717407686510927, "percentage": 85.84, "elapsed_time": "0:57:15", "remaining_time": "0:09:26"} +{"current_steps": 575, "total_steps": 664, "loss": 0.7149, "lr": 2.3710223491787643e-07, "epoch": 1.7324792765636774, "percentage": 86.6, "elapsed_time": "0:57:45", "remaining_time": "0:08:56"} +{"current_steps": 580, "total_steps": 664, "loss": 0.7274, "lr": 2.1185776062807307e-07, "epoch": 1.747550866616428, "percentage": 87.35, "elapsed_time": "0:58:16", "remaining_time": "0:08:26"} +{"current_steps": 585, "total_steps": 664, "loss": 0.7661, "lr": 1.8797451005173384e-07, "epoch": 1.7626224566691786, "percentage": 88.1, "elapsed_time": "0:58:47", "remaining_time": "0:07:56"} +{"current_steps": 590, "total_steps": 664, "loss": 0.7625, "lr": 1.654666914170361e-07, "epoch": 1.7776940467219293, "percentage": 88.86, "elapsed_time": "0:59:16", "remaining_time": "0:07:26"} +{"current_steps": 595, "total_steps": 664, "loss": 0.7985, "lr": 1.44347694702949e-07, "epoch": 1.7927656367746798, "percentage": 89.61, "elapsed_time": "0:59:49", "remaining_time": "0:06:56"} +{"current_steps": 600, "total_steps": 664, "loss": 0.7436, "lr": 1.24630083673489e-07, "epoch": 1.8078372268274303, "percentage": 90.36, "elapsed_time": "1:00:20", "remaining_time": "0:06:26"} +{"current_steps": 605, "total_steps": 664, "loss": 0.7608, "lr": 1.0632558840349333e-07, "epoch": 1.8229088168801808, "percentage": 91.11, "elapsed_time": "1:00:49", "remaining_time": "0:05:55"} +{"current_steps": 610, "total_steps": 664, "loss": 0.7131, "lr": 8.944509830035864e-08, "epoch": 1.8379804069329313, "percentage": 91.87, "elapsed_time": "1:01:20", "remaining_time": "0:05:25"} +{"current_steps": 615, "total_steps": 664, "loss": 0.7841, "lr": 7.399865562589315e-08, "epoch": 1.853051996985682, "percentage": 92.62, "elapsed_time": "1:01:48", "remaining_time": "0:04:55"} +{"current_steps": 620, "total_steps": 664, "loss": 0.7597, "lr": 5.999544952214192e-08, "epoch": 1.8681235870384325, "percentage": 93.37, "elapsed_time": "1:02:17", "remaining_time": "0:04:25"} +{"current_steps": 625, "total_steps": 664, "loss": 0.731, "lr": 4.7443810544734456e-08, "epoch": 1.8831951770911832, "percentage": 94.13, "elapsed_time": "1:02:45", "remaining_time": "0:03:54"} +{"current_steps": 630, "total_steps": 664, "loss": 0.7767, "lr": 3.635120570700784e-08, "epoch": 1.8982667671439337, "percentage": 94.88, "elapsed_time": "1:03:13", "remaining_time": "0:03:24"} +{"current_steps": 635, "total_steps": 664, "loss": 0.7445, "lr": 2.67242340378554e-08, "epoch": 1.9133383571966842, "percentage": 95.63, "elapsed_time": "1:03:45", "remaining_time": "0:02:54"} +{"current_steps": 640, "total_steps": 664, "loss": 0.7317, "lr": 1.856862265594117e-08, "epoch": 1.9284099472494347, "percentage": 96.39, "elapsed_time": "1:04:13", "remaining_time": "0:02:24"} +{"current_steps": 645, "total_steps": 664, "loss": 0.7479, "lr": 1.1889223362616664e-08, "epoch": 1.9434815373021854, "percentage": 97.14, "elapsed_time": "1:04:44", "remaining_time": "0:01:54"} +{"current_steps": 650, "total_steps": 664, "loss": 0.6665, "lr": 6.690009755569715e-09, "epoch": 1.958553127354936, "percentage": 97.89, "elapsed_time": "1:05:12", "remaining_time": "0:01:24"} +{"current_steps": 655, "total_steps": 664, "loss": 0.7905, "lr": 2.9740748649145778e-09, "epoch": 1.9736247174076866, "percentage": 98.64, "elapsed_time": "1:05:40", "remaining_time": "0:00:54"} +{"current_steps": 660, "total_steps": 664, "loss": 0.7328, "lr": 7.436293131396488e-10, "epoch": 1.9886963074604371, "percentage": 99.4, "elapsed_time": "1:06:11", "remaining_time": "0:00:24"} +{"current_steps": 664, "total_steps": 664, "epoch": 2.0, "percentage": 100.0, "elapsed_time": "1:07:26", "remaining_time": "0:00:00"} diff --git a/trainer_state.json b/trainer_state.json new file mode 100644 index 0000000..5c843c9 --- /dev/null +++ b/trainer_state.json @@ -0,0 +1,967 @@ +{ + "best_global_step": null, + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 2.0, + "eval_steps": 500, + "global_step": 664, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.015071590052750565, + "grad_norm": 63.93290066194459, + "learning_rate": 1.0000000000000002e-06, + "loss": 1.451, + "step": 5 + }, + { + "epoch": 0.03014318010550113, + "grad_norm": 35.58752674721741, + "learning_rate": 2.25e-06, + "loss": 1.5943, + "step": 10 + }, + { + "epoch": 0.0452147701582517, + "grad_norm": 14.633818173823233, + "learning_rate": 3.5e-06, + "loss": 1.4134, + "step": 15 + }, + { + "epoch": 0.06028636021100226, + "grad_norm": 11.36624439106729, + "learning_rate": 4.75e-06, + "loss": 1.3789, + "step": 20 + }, + { + "epoch": 0.07535795026375283, + "grad_norm": 19.687207881604735, + "learning_rate": 4.999524068745182e-06, + "loss": 1.4061, + "step": 25 + }, + { + "epoch": 0.0904295403165034, + "grad_norm": 3.4721808953008786, + "learning_rate": 4.997590908585508e-06, + "loss": 1.3465, + "step": 30 + }, + { + "epoch": 0.10550113036925396, + "grad_norm": 3.7575390023993256, + "learning_rate": 4.994171922976349e-06, + "loss": 1.3066, + "step": 35 + }, + { + "epoch": 0.12057272042200452, + "grad_norm": 3.93945708920635, + "learning_rate": 4.9892691458840415e-06, + "loss": 1.3024, + "step": 40 + }, + { + "epoch": 0.1356443104747551, + "grad_norm": 5.745483553248285, + "learning_rate": 4.982885493987595e-06, + "loss": 1.3222, + "step": 45 + }, + { + "epoch": 0.15071590052750566, + "grad_norm": 3.556951637647764, + "learning_rate": 4.975024764943549e-06, + "loss": 1.3441, + "step": 50 + }, + { + "epoch": 0.1657874905802562, + "grad_norm": 2.837174059992352, + "learning_rate": 4.965691635126737e-06, + "loss": 1.2827, + "step": 55 + }, + { + "epoch": 0.1808590806330068, + "grad_norm": 3.041016464130793, + "learning_rate": 4.95489165684829e-06, + "loss": 1.2503, + "step": 60 + }, + { + "epoch": 0.19593067068575734, + "grad_norm": 2.9883733154892234, + "learning_rate": 4.942631255052551e-06, + "loss": 1.2252, + "step": 65 + }, + { + "epoch": 0.21100226073850792, + "grad_norm": 3.6954501199574636, + "learning_rate": 4.928917723494854e-06, + "loss": 1.2734, + "step": 70 + }, + { + "epoch": 0.22607385079125847, + "grad_norm": 8.370545215192237, + "learning_rate": 4.913759220402441e-06, + "loss": 1.2101, + "step": 75 + }, + { + "epoch": 0.24114544084400905, + "grad_norm": 28.432365965110936, + "learning_rate": 4.897164763621104e-06, + "loss": 1.2485, + "step": 80 + }, + { + "epoch": 0.2562170308967596, + "grad_norm": 4.715449035187671, + "learning_rate": 4.879144225250445e-06, + "loss": 1.2243, + "step": 85 + }, + { + "epoch": 0.2712886209495102, + "grad_norm": 2.9636386869143387, + "learning_rate": 4.859708325770919e-06, + "loss": 1.2052, + "step": 90 + }, + { + "epoch": 0.2863602110022607, + "grad_norm": 3.066981968094732, + "learning_rate": 4.838868627666191e-06, + "loss": 1.1686, + "step": 95 + }, + { + "epoch": 0.30143180105501133, + "grad_norm": 2.412797888960037, + "learning_rate": 4.81663752854457e-06, + "loss": 1.1775, + "step": 100 + }, + { + "epoch": 0.3165033911077619, + "grad_norm": 2.5140619073728105, + "learning_rate": 4.793028253763633e-06, + "loss": 1.1722, + "step": 105 + }, + { + "epoch": 0.3315749811605124, + "grad_norm": 2.493285093391174, + "learning_rate": 4.768054848562411e-06, + "loss": 1.1695, + "step": 110 + }, + { + "epoch": 0.346646571213263, + "grad_norm": 3.144530529949511, + "learning_rate": 4.741732169705829e-06, + "loss": 1.1841, + "step": 115 + }, + { + "epoch": 0.3617181612660136, + "grad_norm": 2.295823857057481, + "learning_rate": 4.714075876646365e-06, + "loss": 1.1757, + "step": 120 + }, + { + "epoch": 0.37678975131876413, + "grad_norm": 2.643471529827654, + "learning_rate": 4.6851024222081905e-06, + "loss": 1.1734, + "step": 125 + }, + { + "epoch": 0.3918613413715147, + "grad_norm": 2.9457088109557668, + "learning_rate": 4.654829042799323e-06, + "loss": 1.127, + "step": 130 + }, + { + "epoch": 0.4069329314242653, + "grad_norm": 3.0712069515731444, + "learning_rate": 4.62327374815763e-06, + "loss": 1.2514, + "step": 135 + }, + { + "epoch": 0.42200452147701584, + "grad_norm": 2.6973425645416174, + "learning_rate": 4.590455310636778e-06, + "loss": 1.1873, + "step": 140 + }, + { + "epoch": 0.4370761115297664, + "grad_norm": 2.6584776025168337, + "learning_rate": 4.556393254038486e-06, + "loss": 1.1515, + "step": 145 + }, + { + "epoch": 0.45214770158251694, + "grad_norm": 2.7834304414005753, + "learning_rate": 4.521107841997758e-06, + "loss": 1.1197, + "step": 150 + }, + { + "epoch": 0.46721929163526754, + "grad_norm": 3.0654410008265893, + "learning_rate": 4.48462006592797e-06, + "loss": 1.1494, + "step": 155 + }, + { + "epoch": 0.4822908816880181, + "grad_norm": 2.3584975942076487, + "learning_rate": 4.4469516325330055e-06, + "loss": 1.1292, + "step": 160 + }, + { + "epoch": 0.49736247174076864, + "grad_norm": 2.6296807819946766, + "learning_rate": 4.408124950893868e-06, + "loss": 1.1195, + "step": 165 + }, + { + "epoch": 0.5124340617935192, + "grad_norm": 2.810412992553872, + "learning_rate": 4.368163119137437e-06, + "loss": 1.1047, + "step": 170 + }, + { + "epoch": 0.5275056518462697, + "grad_norm": 2.7447890069275207, + "learning_rate": 4.32708991069531e-06, + "loss": 1.1689, + "step": 175 + }, + { + "epoch": 0.5425772418990203, + "grad_norm": 2.6925744340959104, + "learning_rate": 4.284929760160917e-06, + "loss": 0.9971, + "step": 180 + }, + { + "epoch": 0.557648831951771, + "grad_norm": 2.604938296467723, + "learning_rate": 4.2417077487532835e-06, + "loss": 1.1245, + "step": 185 + }, + { + "epoch": 0.5727204220045214, + "grad_norm": 2.9775634900633534, + "learning_rate": 4.197449589396131e-06, + "loss": 1.1714, + "step": 190 + }, + { + "epoch": 0.587792012057272, + "grad_norm": 2.7593158692455066, + "learning_rate": 4.152181611421179e-06, + "loss": 1.1634, + "step": 195 + }, + { + "epoch": 0.6028636021100227, + "grad_norm": 2.6974834987909357, + "learning_rate": 4.105930744904721e-06, + "loss": 1.1021, + "step": 200 + }, + { + "epoch": 0.6179351921627732, + "grad_norm": 2.872785492959392, + "learning_rate": 4.058724504646834e-06, + "loss": 1.1172, + "step": 205 + }, + { + "epoch": 0.6330067822155238, + "grad_norm": 2.562056324367801, + "learning_rate": 4.010590973802737e-06, + "loss": 1.1375, + "step": 210 + }, + { + "epoch": 0.6480783722682742, + "grad_norm": 2.2291085754732713, + "learning_rate": 3.961558787176012e-06, + "loss": 1.1482, + "step": 215 + }, + { + "epoch": 0.6631499623210249, + "grad_norm": 2.4045628734860687, + "learning_rate": 3.91165711418367e-06, + "loss": 1.1041, + "step": 220 + }, + { + "epoch": 0.6782215523737755, + "grad_norm": 3.3080421132480717, + "learning_rate": 3.860915641503161e-06, + "loss": 1.1142, + "step": 225 + }, + { + "epoch": 0.693293142426526, + "grad_norm": 3.245502012246857, + "learning_rate": 3.809364555411667e-06, + "loss": 1.185, + "step": 230 + }, + { + "epoch": 0.7083647324792766, + "grad_norm": 3.0888496819111726, + "learning_rate": 3.75703452382818e-06, + "loss": 1.1719, + "step": 235 + }, + { + "epoch": 0.7234363225320272, + "grad_norm": 3.1440323353252526, + "learning_rate": 3.703956678069055e-06, + "loss": 1.1238, + "step": 240 + }, + { + "epoch": 0.7385079125847777, + "grad_norm": 2.8116489290906723, + "learning_rate": 3.650162594327881e-06, + "loss": 1.0788, + "step": 245 + }, + { + "epoch": 0.7535795026375283, + "grad_norm": 2.6368140598692347, + "learning_rate": 3.595684274890691e-06, + "loss": 1.0756, + "step": 250 + }, + { + "epoch": 0.7686510926902789, + "grad_norm": 2.408558758625417, + "learning_rate": 3.5405541290976968e-06, + "loss": 1.1189, + "step": 255 + }, + { + "epoch": 0.7837226827430294, + "grad_norm": 2.897272560922028, + "learning_rate": 3.4848049540628588e-06, + "loss": 1.0719, + "step": 260 + }, + { + "epoch": 0.79879427279578, + "grad_norm": 2.606250228734567, + "learning_rate": 3.4284699151627672e-06, + "loss": 1.1073, + "step": 265 + }, + { + "epoch": 0.8138658628485306, + "grad_norm": 2.7496803732493276, + "learning_rate": 3.3715825263064493e-06, + "loss": 1.0891, + "step": 270 + }, + { + "epoch": 0.8289374529012811, + "grad_norm": 2.5362507404210146, + "learning_rate": 3.314176629997825e-06, + "loss": 1.0003, + "step": 275 + }, + { + "epoch": 0.8440090429540317, + "grad_norm": 2.930907397969813, + "learning_rate": 3.25628637720269e-06, + "loss": 1.1259, + "step": 280 + }, + { + "epoch": 0.8590806330067822, + "grad_norm": 2.339195373127568, + "learning_rate": 3.1979462070321817e-06, + "loss": 1.1505, + "step": 285 + }, + { + "epoch": 0.8741522230595328, + "grad_norm": 2.8349021987346266, + "learning_rate": 3.1391908262548382e-06, + "loss": 1.0636, + "step": 290 + }, + { + "epoch": 0.8892238131122834, + "grad_norm": 3.2284091736671905, + "learning_rate": 3.08005518864942e-06, + "loss": 1.1475, + "step": 295 + }, + { + "epoch": 0.9042954031650339, + "grad_norm": 2.6609799290676768, + "learning_rate": 3.0205744742107874e-06, + "loss": 1.0161, + "step": 300 + }, + { + "epoch": 0.9193669932177845, + "grad_norm": 2.5739173473029417, + "learning_rate": 2.9607840682211987e-06, + "loss": 1.0239, + "step": 305 + }, + { + "epoch": 0.9344385832705351, + "grad_norm": 2.937887898785162, + "learning_rate": 2.900719540199484e-06, + "loss": 1.0436, + "step": 310 + }, + { + "epoch": 0.9495101733232856, + "grad_norm": 2.7246531876982116, + "learning_rate": 2.840416622740617e-06, + "loss": 1.0982, + "step": 315 + }, + { + "epoch": 0.9645817633760362, + "grad_norm": 2.8889715233179456, + "learning_rate": 2.7799111902582697e-06, + "loss": 1.1161, + "step": 320 + }, + { + "epoch": 0.9796533534287868, + "grad_norm": 3.20559013895907, + "learning_rate": 2.7192392376430014e-06, + "loss": 1.066, + "step": 325 + }, + { + "epoch": 0.9947249434815373, + "grad_norm": 2.63714269591387, + "learning_rate": 2.6584368588487727e-06, + "loss": 1.0798, + "step": 330 + }, + { + "epoch": 1.0090429540316503, + "grad_norm": 2.8236476573888636, + "learning_rate": 2.597540225420525e-06, + "loss": 0.8717, + "step": 335 + }, + { + "epoch": 1.0241145440844008, + "grad_norm": 2.403622878308974, + "learning_rate": 2.5365855649756114e-06, + "loss": 0.7775, + "step": 340 + }, + { + "epoch": 1.0391861341371516, + "grad_norm": 3.1556330242872828, + "learning_rate": 2.475609139651855e-06, + "loss": 0.8101, + "step": 345 + }, + { + "epoch": 1.054257724189902, + "grad_norm": 2.8657604036527373, + "learning_rate": 2.4146472245350804e-06, + "loss": 0.7067, + "step": 350 + }, + { + "epoch": 1.0693293142426525, + "grad_norm": 2.845940606079971, + "learning_rate": 2.353736086078941e-06, + "loss": 0.7314, + "step": 355 + }, + { + "epoch": 1.0844009042954033, + "grad_norm": 2.6386252875863856, + "learning_rate": 2.2929119605298787e-06, + "loss": 0.7813, + "step": 360 + }, + { + "epoch": 1.0994724943481538, + "grad_norm": 2.9858658644648512, + "learning_rate": 2.232211032370057e-06, + "loss": 0.7792, + "step": 365 + }, + { + "epoch": 1.1145440844009042, + "grad_norm": 3.1704667094741428, + "learning_rate": 2.1716694127910863e-06, + "loss": 0.8093, + "step": 370 + }, + { + "epoch": 1.129615674453655, + "grad_norm": 2.438807649007062, + "learning_rate": 2.1113231182113557e-06, + "loss": 0.7326, + "step": 375 + }, + { + "epoch": 1.1446872645064055, + "grad_norm": 2.766081091730644, + "learning_rate": 2.0512080488497353e-06, + "loss": 0.7069, + "step": 380 + }, + { + "epoch": 1.159758854559156, + "grad_norm": 2.749798423974893, + "learning_rate": 1.991359967368416e-06, + "loss": 0.696, + "step": 385 + }, + { + "epoch": 1.1748304446119064, + "grad_norm": 2.9444307577352937, + "learning_rate": 1.9318144775975773e-06, + "loss": 0.7416, + "step": 390 + }, + { + "epoch": 1.1899020346646572, + "grad_norm": 3.04433007961317, + "learning_rate": 1.8726070033545468e-06, + "loss": 0.7579, + "step": 395 + }, + { + "epoch": 1.2049736247174077, + "grad_norm": 2.9541203492627517, + "learning_rate": 1.8137727673700476e-06, + "loss": 0.7538, + "step": 400 + }, + { + "epoch": 1.2200452147701584, + "grad_norm": 3.5431910354023497, + "learning_rate": 1.7553467703340755e-06, + "loss": 0.7116, + "step": 405 + }, + { + "epoch": 1.2351168048229089, + "grad_norm": 2.6008674886254486, + "learning_rate": 1.697363770073866e-06, + "loss": 0.7292, + "step": 410 + }, + { + "epoch": 1.2501883948756594, + "grad_norm": 2.498409384596954, + "learning_rate": 1.6398582608763457e-06, + "loss": 0.7165, + "step": 415 + }, + { + "epoch": 1.2652599849284099, + "grad_norm": 2.962253311649292, + "learning_rate": 1.5828644529673592e-06, + "loss": 0.7987, + "step": 420 + }, + { + "epoch": 1.2803315749811606, + "grad_norm": 2.862039009052619, + "learning_rate": 1.5264162521598893e-06, + "loss": 0.7438, + "step": 425 + }, + { + "epoch": 1.295403165033911, + "grad_norm": 2.6095190980853773, + "learning_rate": 1.470547239683372e-06, + "loss": 0.7239, + "step": 430 + }, + { + "epoch": 1.3104747550866618, + "grad_norm": 2.8744839745796575, + "learning_rate": 1.415290652206105e-06, + "loss": 0.7571, + "step": 435 + }, + { + "epoch": 1.3255463451394123, + "grad_norm": 2.7520999185916333, + "learning_rate": 1.3606793620626434e-06, + "loss": 0.7234, + "step": 440 + }, + { + "epoch": 1.3406179351921628, + "grad_norm": 2.7897554528675994, + "learning_rate": 1.3067458576979305e-06, + "loss": 0.7832, + "step": 445 + }, + { + "epoch": 1.3556895252449133, + "grad_norm": 2.5249576185058418, + "learning_rate": 1.2535222243398104e-06, + "loss": 0.7063, + "step": 450 + }, + { + "epoch": 1.370761115297664, + "grad_norm": 2.923951654007246, + "learning_rate": 1.2010401249114166e-06, + "loss": 0.7749, + "step": 455 + }, + { + "epoch": 1.3858327053504145, + "grad_norm": 2.659838061766203, + "learning_rate": 1.1493307811947887e-06, + "loss": 0.7036, + "step": 460 + }, + { + "epoch": 1.400904295403165, + "grad_norm": 2.567444585108736, + "learning_rate": 1.098424955256929e-06, + "loss": 0.8069, + "step": 465 + }, + { + "epoch": 1.4159758854559157, + "grad_norm": 2.9945953913555243, + "learning_rate": 1.048352931149338e-06, + "loss": 0.7826, + "step": 470 + }, + { + "epoch": 1.4310474755086662, + "grad_norm": 2.4443317776748605, + "learning_rate": 9.991444968919318e-07, + "loss": 0.7534, + "step": 475 + }, + { + "epoch": 1.4461190655614167, + "grad_norm": 3.0058692222092236, + "learning_rate": 9.50828926752044e-07, + "loss": 0.7342, + "step": 480 + }, + { + "epoch": 1.4611906556141672, + "grad_norm": 2.474430249938214, + "learning_rate": 9.034349638290643e-07, + "loss": 0.7724, + "step": 485 + }, + { + "epoch": 1.4762622456669179, + "grad_norm": 2.4876357050013485, + "learning_rate": 8.569908029550686e-07, + "loss": 0.7172, + "step": 490 + }, + { + "epoch": 1.4913338357196684, + "grad_norm": 2.9193635869573478, + "learning_rate": 8.115240739216182e-07, + "loss": 0.7634, + "step": 495 + }, + { + "epoch": 1.506405425772419, + "grad_norm": 2.9037368464731985, + "learning_rate": 7.670618250426981e-07, + "loss": 0.7434, + "step": 500 + }, + { + "epoch": 1.5214770158251696, + "grad_norm": 3.621843474966251, + "learning_rate": 7.236305070635835e-07, + "loss": 0.7432, + "step": 505 + }, + { + "epoch": 1.53654860587792, + "grad_norm": 3.172725821539682, + "learning_rate": 6.812559574252006e-07, + "loss": 0.6995, + "step": 510 + }, + { + "epoch": 1.5516201959306706, + "grad_norm": 3.127632922550285, + "learning_rate": 6.399633848933434e-07, + "loss": 0.7365, + "step": 515 + }, + { + "epoch": 1.5666917859834213, + "grad_norm": 3.0207209188886437, + "learning_rate": 5.997773545618907e-07, + "loss": 0.7731, + "step": 520 + }, + { + "epoch": 1.5817633760361718, + "grad_norm": 3.1229845348222693, + "learning_rate": 5.607217732389503e-07, + "loss": 0.7675, + "step": 525 + }, + { + "epoch": 1.5968349660889225, + "grad_norm": 2.556530267042756, + "learning_rate": 5.228198752246125e-07, + "loss": 0.7298, + "step": 530 + }, + { + "epoch": 1.611906556141673, + "grad_norm": 2.7122390573301134, + "learning_rate": 4.860942084887868e-07, + "loss": 0.8014, + "step": 535 + }, + { + "epoch": 1.6269781461944235, + "grad_norm": 2.5497358605686826, + "learning_rate": 4.505666212573367e-07, + "loss": 0.7098, + "step": 540 + }, + { + "epoch": 1.642049736247174, + "grad_norm": 2.451710015213246, + "learning_rate": 4.162582490144948e-07, + "loss": 0.7197, + "step": 545 + }, + { + "epoch": 1.6571213262999245, + "grad_norm": 2.4788034308159634, + "learning_rate": 3.831895019292897e-07, + "loss": 0.7375, + "step": 550 + }, + { + "epoch": 1.6721929163526752, + "grad_norm": 3.07406346872796, + "learning_rate": 3.5138005271346643e-07, + "loss": 0.7549, + "step": 555 + }, + { + "epoch": 1.687264506405426, + "grad_norm": 2.6118807822457115, + "learning_rate": 3.208488249181216e-07, + "loss": 0.7433, + "step": 560 + }, + { + "epoch": 1.7023360964581764, + "grad_norm": 3.0584684036169865, + "learning_rate": 2.9161398167602053e-07, + "loss": 0.7914, + "step": 565 + }, + { + "epoch": 1.717407686510927, + "grad_norm": 2.763834415959353, + "learning_rate": 2.6369291489628244e-07, + "loss": 0.7405, + "step": 570 + }, + { + "epoch": 1.7324792765636774, + "grad_norm": 2.1449947701115684, + "learning_rate": 2.3710223491787643e-07, + "loss": 0.7149, + "step": 575 + }, + { + "epoch": 1.747550866616428, + "grad_norm": 2.63033187099936, + "learning_rate": 2.1185776062807307e-07, + "loss": 0.7274, + "step": 580 + }, + { + "epoch": 1.7626224566691786, + "grad_norm": 2.8862953965332547, + "learning_rate": 1.8797451005173384e-07, + "loss": 0.7661, + "step": 585 + }, + { + "epoch": 1.7776940467219293, + "grad_norm": 2.7608278671213897, + "learning_rate": 1.654666914170361e-07, + "loss": 0.7625, + "step": 590 + }, + { + "epoch": 1.7927656367746798, + "grad_norm": 3.3490002122178, + "learning_rate": 1.44347694702949e-07, + "loss": 0.7985, + "step": 595 + }, + { + "epoch": 1.8078372268274303, + "grad_norm": 2.5636592675505545, + "learning_rate": 1.24630083673489e-07, + "loss": 0.7436, + "step": 600 + }, + { + "epoch": 1.8229088168801808, + "grad_norm": 2.895653387694223, + "learning_rate": 1.0632558840349333e-07, + "loss": 0.7608, + "step": 605 + }, + { + "epoch": 1.8379804069329313, + "grad_norm": 2.553919116507747, + "learning_rate": 8.944509830035864e-08, + "loss": 0.7131, + "step": 610 + }, + { + "epoch": 1.853051996985682, + "grad_norm": 2.849246844898084, + "learning_rate": 7.399865562589315e-08, + "loss": 0.7841, + "step": 615 + }, + { + "epoch": 1.8681235870384325, + "grad_norm": 3.01555827900457, + "learning_rate": 5.999544952214192e-08, + "loss": 0.7597, + "step": 620 + }, + { + "epoch": 1.8831951770911832, + "grad_norm": 2.5969187446302806, + "learning_rate": 4.7443810544734456e-08, + "loss": 0.731, + "step": 625 + }, + { + "epoch": 1.8982667671439337, + "grad_norm": 2.7609437293219288, + "learning_rate": 3.635120570700784e-08, + "loss": 0.7767, + "step": 630 + }, + { + "epoch": 1.9133383571966842, + "grad_norm": 2.6128372521247583, + "learning_rate": 2.67242340378554e-08, + "loss": 0.7445, + "step": 635 + }, + { + "epoch": 1.9284099472494347, + "grad_norm": 3.0201462908095302, + "learning_rate": 1.856862265594117e-08, + "loss": 0.7317, + "step": 640 + }, + { + "epoch": 1.9434815373021854, + "grad_norm": 3.1957975068044098, + "learning_rate": 1.1889223362616664e-08, + "loss": 0.7479, + "step": 645 + }, + { + "epoch": 1.958553127354936, + "grad_norm": 2.7277480748536274, + "learning_rate": 6.690009755569715e-09, + "loss": 0.6665, + "step": 650 + }, + { + "epoch": 1.9736247174076866, + "grad_norm": 2.6562010103303586, + "learning_rate": 2.9740748649145778e-09, + "loss": 0.7905, + "step": 655 + }, + { + "epoch": 1.9886963074604371, + "grad_norm": 2.719630315699159, + "learning_rate": 7.436293131396488e-10, + "loss": 0.7328, + "step": 660 + }, + { + "epoch": 2.0, + "step": 664, + "total_flos": 25921569423360.0, + "train_loss": 0.9619188387709928, + "train_runtime": 4046.5288, + "train_samples_per_second": 10.494, + "train_steps_per_second": 0.164 + } + ], + "logging_steps": 5, + "max_steps": 664, + "num_input_tokens_seen": 0, + "num_train_epochs": 2, + "save_steps": 350, + "stateful_callbacks": { + "TrainerControl": { + "args": { + "should_epoch_stop": false, + "should_evaluate": false, + "should_log": false, + "should_save": true, + "should_training_stop": true + }, + "attributes": {} + } + }, + "total_flos": 25921569423360.0, + "train_batch_size": 1, + "trial_name": null, + "trial_params": null +} diff --git a/training_args.bin b/training_args.bin new file mode 100644 index 0000000..56ea7d7 --- /dev/null +++ b/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:481f7fc05ba1056c42dc28bfeb3e6a70395d108701196c1f04b97544959c12fb +size 8145 diff --git a/training_loss.png b/training_loss.png new file mode 100644 index 0000000000000000000000000000000000000000..1b4c90512992fddabb8dbbb2d7306040ec586750 GIT binary patch literal 44088 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 a-Q$!CFV;H+_JB`_AR1~q*g_Sn;Qs(CKzMWj literal 0 HcmV?d00001