Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +61 -0
- added_tokens.json +24 -0
- all_results.json +8 -0
- config.json +28 -0
- generation_config.json +14 -0
- merges.txt +0 -0
- model-00001-of-00004.safetensors +3 -0
- model-00002-of-00004.safetensors +3 -0
- model-00003-of-00004.safetensors +3 -0
- model-00004-of-00004.safetensors +3 -0
- model.safetensors.index.json +346 -0
- special_tokens_map.json +31 -0
- tokenizer.json +3 -0
- tokenizer_config.json +209 -0
- train_results.json +8 -0
- trainer_log.jsonl +101 -0
- trainer_state.json +743 -0
- training_args.bin +3 -0
- training_loss.png +0 -0
- vocab.json +0 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
license: other
|
| 4 |
+
base_model: Qwen/Qwen2.5-7B-Instruct
|
| 5 |
+
tags:
|
| 6 |
+
- llama-factory
|
| 7 |
+
- full
|
| 8 |
+
- generated_from_trainer
|
| 9 |
+
model-index:
|
| 10 |
+
- name: sft
|
| 11 |
+
results: []
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 15 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 16 |
+
|
| 17 |
+
# sft
|
| 18 |
+
|
| 19 |
+
This model is a fine-tuned version of [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct) on the emo dataset.
|
| 20 |
+
|
| 21 |
+
## Model description
|
| 22 |
+
|
| 23 |
+
More information needed
|
| 24 |
+
|
| 25 |
+
## Intended uses & limitations
|
| 26 |
+
|
| 27 |
+
More information needed
|
| 28 |
+
|
| 29 |
+
## Training and evaluation data
|
| 30 |
+
|
| 31 |
+
More information needed
|
| 32 |
+
|
| 33 |
+
## Training procedure
|
| 34 |
+
|
| 35 |
+
### Training hyperparameters
|
| 36 |
+
|
| 37 |
+
The following hyperparameters were used during training:
|
| 38 |
+
- learning_rate: 1e-06
|
| 39 |
+
- train_batch_size: 1
|
| 40 |
+
- eval_batch_size: 8
|
| 41 |
+
- seed: 42
|
| 42 |
+
- distributed_type: multi-GPU
|
| 43 |
+
- num_devices: 8
|
| 44 |
+
- gradient_accumulation_steps: 32
|
| 45 |
+
- total_train_batch_size: 256
|
| 46 |
+
- total_eval_batch_size: 64
|
| 47 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 48 |
+
- lr_scheduler_type: cosine
|
| 49 |
+
- lr_scheduler_warmup_ratio: 0.05
|
| 50 |
+
- num_epochs: 1
|
| 51 |
+
|
| 52 |
+
### Training results
|
| 53 |
+
|
| 54 |
+
|
| 55 |
+
|
| 56 |
+
### Framework versions
|
| 57 |
+
|
| 58 |
+
- Transformers 4.50.0
|
| 59 |
+
- Pytorch 2.6.0+cu124
|
| 60 |
+
- Datasets 3.4.1
|
| 61 |
+
- Tokenizers 0.21.0
|
added_tokens.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</tool_call>": 151658,
|
| 3 |
+
"<tool_call>": 151657,
|
| 4 |
+
"<|box_end|>": 151649,
|
| 5 |
+
"<|box_start|>": 151648,
|
| 6 |
+
"<|endoftext|>": 151643,
|
| 7 |
+
"<|file_sep|>": 151664,
|
| 8 |
+
"<|fim_middle|>": 151660,
|
| 9 |
+
"<|fim_pad|>": 151662,
|
| 10 |
+
"<|fim_prefix|>": 151659,
|
| 11 |
+
"<|fim_suffix|>": 151661,
|
| 12 |
+
"<|im_end|>": 151645,
|
| 13 |
+
"<|im_start|>": 151644,
|
| 14 |
+
"<|image_pad|>": 151655,
|
| 15 |
+
"<|object_ref_end|>": 151647,
|
| 16 |
+
"<|object_ref_start|>": 151646,
|
| 17 |
+
"<|quad_end|>": 151651,
|
| 18 |
+
"<|quad_start|>": 151650,
|
| 19 |
+
"<|repo_name|>": 151663,
|
| 20 |
+
"<|video_pad|>": 151656,
|
| 21 |
+
"<|vision_end|>": 151653,
|
| 22 |
+
"<|vision_pad|>": 151654,
|
| 23 |
+
"<|vision_start|>": 151652
|
| 24 |
+
}
|
all_results.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 1.0,
|
| 3 |
+
"total_flos": 6384023396352.0,
|
| 4 |
+
"train_loss": 1.047203412950039,
|
| 5 |
+
"train_runtime": 2682.144,
|
| 6 |
+
"train_samples_per_second": 9.545,
|
| 7 |
+
"train_steps_per_second": 0.037
|
| 8 |
+
}
|
config.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"Qwen2ForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_dropout": 0.0,
|
| 6 |
+
"bos_token_id": 151643,
|
| 7 |
+
"eos_token_id": 151645,
|
| 8 |
+
"hidden_act": "silu",
|
| 9 |
+
"hidden_size": 3584,
|
| 10 |
+
"initializer_range": 0.02,
|
| 11 |
+
"intermediate_size": 18944,
|
| 12 |
+
"max_position_embeddings": 32768,
|
| 13 |
+
"max_window_layers": 28,
|
| 14 |
+
"model_type": "qwen2",
|
| 15 |
+
"num_attention_heads": 28,
|
| 16 |
+
"num_hidden_layers": 28,
|
| 17 |
+
"num_key_value_heads": 4,
|
| 18 |
+
"rms_norm_eps": 1e-06,
|
| 19 |
+
"rope_scaling": null,
|
| 20 |
+
"rope_theta": 1000000.0,
|
| 21 |
+
"sliding_window": 131072,
|
| 22 |
+
"tie_word_embeddings": false,
|
| 23 |
+
"torch_dtype": "bfloat16",
|
| 24 |
+
"transformers_version": "4.50.0",
|
| 25 |
+
"use_cache": false,
|
| 26 |
+
"use_sliding_window": false,
|
| 27 |
+
"vocab_size": 152064
|
| 28 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token_id": 151643,
|
| 3 |
+
"do_sample": true,
|
| 4 |
+
"eos_token_id": [
|
| 5 |
+
151645,
|
| 6 |
+
151643
|
| 7 |
+
],
|
| 8 |
+
"pad_token_id": 151643,
|
| 9 |
+
"repetition_penalty": 1.05,
|
| 10 |
+
"temperature": 0.7,
|
| 11 |
+
"top_k": 20,
|
| 12 |
+
"top_p": 0.8,
|
| 13 |
+
"transformers_version": "4.50.0"
|
| 14 |
+
}
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
model-00001-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fbdb7912cf9ba0b953fc5e85534e03b591574e18b2d0d4a6a1d35d8e3999a8f6
|
| 3 |
+
size 4877660776
|
model-00002-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3a2146f8333b8d482a0a6cd18136621b9c370da9bc553d4b5276bc831abfd1af
|
| 3 |
+
size 4932751008
|
model-00003-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f9f905008990ec922ddee495deb72a2d159c67c467eefe1f4280aa010ca8c42
|
| 3 |
+
size 4330865200
|
model-00004-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e694d63973be09009bba8677b140486d73caf447ad5b08f64124595629188629
|
| 3 |
+
size 1089994880
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1,346 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 15231233024
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"lm_head.weight": "model-00004-of-00004.safetensors",
|
| 7 |
+
"model.embed_tokens.weight": "model-00001-of-00004.safetensors",
|
| 8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 13 |
+
"model.layers.0.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 15 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 17 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 18 |
+
"model.layers.0.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 19 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 20 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 21 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 22 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 23 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 24 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 25 |
+
"model.layers.1.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 26 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 27 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 28 |
+
"model.layers.1.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 29 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 30 |
+
"model.layers.1.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 31 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 32 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 33 |
+
"model.layers.10.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 34 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 35 |
+
"model.layers.10.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 36 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 37 |
+
"model.layers.10.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 38 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 39 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 40 |
+
"model.layers.10.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 41 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 42 |
+
"model.layers.10.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 43 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 44 |
+
"model.layers.11.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 45 |
+
"model.layers.11.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 46 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 47 |
+
"model.layers.11.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 48 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 49 |
+
"model.layers.11.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 50 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 51 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 52 |
+
"model.layers.11.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 53 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 54 |
+
"model.layers.11.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 55 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 56 |
+
"model.layers.12.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 57 |
+
"model.layers.12.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 58 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 59 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 60 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 61 |
+
"model.layers.12.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 62 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 63 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 64 |
+
"model.layers.12.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 65 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 66 |
+
"model.layers.12.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 67 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 68 |
+
"model.layers.13.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 69 |
+
"model.layers.13.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 70 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 71 |
+
"model.layers.13.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 72 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 73 |
+
"model.layers.13.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 74 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 75 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 76 |
+
"model.layers.13.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 77 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 78 |
+
"model.layers.13.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 79 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 80 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 81 |
+
"model.layers.14.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 82 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 83 |
+
"model.layers.14.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 84 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 85 |
+
"model.layers.14.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 86 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 87 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 88 |
+
"model.layers.14.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 89 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 90 |
+
"model.layers.14.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 91 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 92 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 93 |
+
"model.layers.15.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 94 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 95 |
+
"model.layers.15.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 96 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 97 |
+
"model.layers.15.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 98 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 99 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 100 |
+
"model.layers.15.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 101 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 102 |
+
"model.layers.15.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 103 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 104 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 105 |
+
"model.layers.16.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 106 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 107 |
+
"model.layers.16.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 108 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 109 |
+
"model.layers.16.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 110 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 111 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 112 |
+
"model.layers.16.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 113 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 114 |
+
"model.layers.16.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 115 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 116 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 117 |
+
"model.layers.17.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 118 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 119 |
+
"model.layers.17.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 120 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 121 |
+
"model.layers.17.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 122 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 123 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 124 |
+
"model.layers.17.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 125 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 126 |
+
"model.layers.17.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 127 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 128 |
+
"model.layers.18.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 129 |
+
"model.layers.18.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 130 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 131 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 132 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 133 |
+
"model.layers.18.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 134 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 135 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 136 |
+
"model.layers.18.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 137 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 138 |
+
"model.layers.18.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 139 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 140 |
+
"model.layers.19.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 141 |
+
"model.layers.19.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 142 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 143 |
+
"model.layers.19.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 144 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 145 |
+
"model.layers.19.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 146 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 147 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 148 |
+
"model.layers.19.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 149 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 150 |
+
"model.layers.19.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 151 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 152 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 153 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 154 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 155 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 156 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 157 |
+
"model.layers.2.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 158 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 159 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 160 |
+
"model.layers.2.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 161 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 162 |
+
"model.layers.2.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 163 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 164 |
+
"model.layers.20.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 165 |
+
"model.layers.20.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 166 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 167 |
+
"model.layers.20.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 168 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 169 |
+
"model.layers.20.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 170 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 171 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 172 |
+
"model.layers.20.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 173 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 174 |
+
"model.layers.20.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 175 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 176 |
+
"model.layers.21.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 177 |
+
"model.layers.21.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 178 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 179 |
+
"model.layers.21.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 180 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 181 |
+
"model.layers.21.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 182 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 183 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 184 |
+
"model.layers.21.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 185 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 186 |
+
"model.layers.21.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 187 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 188 |
+
"model.layers.22.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 189 |
+
"model.layers.22.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 190 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 191 |
+
"model.layers.22.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 192 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 193 |
+
"model.layers.22.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 194 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 195 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 196 |
+
"model.layers.22.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 197 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 198 |
+
"model.layers.22.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 199 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 200 |
+
"model.layers.23.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 201 |
+
"model.layers.23.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 202 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 203 |
+
"model.layers.23.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 204 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 205 |
+
"model.layers.23.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 206 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 207 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 208 |
+
"model.layers.23.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 209 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 210 |
+
"model.layers.23.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 211 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 212 |
+
"model.layers.24.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 213 |
+
"model.layers.24.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 214 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 215 |
+
"model.layers.24.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 216 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 217 |
+
"model.layers.24.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 218 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 219 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 220 |
+
"model.layers.24.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 221 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 222 |
+
"model.layers.24.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 223 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 224 |
+
"model.layers.25.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 225 |
+
"model.layers.25.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 226 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 227 |
+
"model.layers.25.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 228 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 229 |
+
"model.layers.25.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 230 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 231 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 232 |
+
"model.layers.25.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 233 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 234 |
+
"model.layers.25.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 235 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 236 |
+
"model.layers.26.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 237 |
+
"model.layers.26.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 238 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 239 |
+
"model.layers.26.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 240 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 241 |
+
"model.layers.26.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 242 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 243 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 244 |
+
"model.layers.26.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 245 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 246 |
+
"model.layers.26.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 247 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 248 |
+
"model.layers.27.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 249 |
+
"model.layers.27.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 250 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 251 |
+
"model.layers.27.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 252 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 253 |
+
"model.layers.27.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 254 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 255 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 256 |
+
"model.layers.27.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 257 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 258 |
+
"model.layers.27.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 259 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 260 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 261 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 262 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 263 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 264 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 265 |
+
"model.layers.3.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 266 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 267 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 268 |
+
"model.layers.3.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 269 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 270 |
+
"model.layers.3.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 271 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 272 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 273 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 274 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 275 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 276 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 277 |
+
"model.layers.4.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 278 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 279 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 280 |
+
"model.layers.4.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 281 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 282 |
+
"model.layers.4.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 283 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 284 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 285 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 286 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 287 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 288 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 289 |
+
"model.layers.5.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 290 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 291 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 292 |
+
"model.layers.5.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 293 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 294 |
+
"model.layers.5.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 295 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 296 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 297 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 298 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 299 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 300 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 301 |
+
"model.layers.6.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 302 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 303 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 304 |
+
"model.layers.6.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 305 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 306 |
+
"model.layers.6.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 307 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 308 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 309 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 310 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 311 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 312 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 313 |
+
"model.layers.7.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 314 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 315 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 316 |
+
"model.layers.7.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 317 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 318 |
+
"model.layers.7.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 319 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 320 |
+
"model.layers.8.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 321 |
+
"model.layers.8.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 322 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 323 |
+
"model.layers.8.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 324 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 325 |
+
"model.layers.8.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 326 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 327 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 328 |
+
"model.layers.8.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 329 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 330 |
+
"model.layers.8.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 331 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 332 |
+
"model.layers.9.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 333 |
+
"model.layers.9.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 334 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 335 |
+
"model.layers.9.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 336 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 337 |
+
"model.layers.9.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 338 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 339 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 340 |
+
"model.layers.9.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 341 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 342 |
+
"model.layers.9.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 343 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 344 |
+
"model.norm.weight": "model-00003-of-00004.safetensors"
|
| 345 |
+
}
|
| 346 |
+
}
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|im_start|>",
|
| 4 |
+
"<|im_end|>",
|
| 5 |
+
"<|object_ref_start|>",
|
| 6 |
+
"<|object_ref_end|>",
|
| 7 |
+
"<|box_start|>",
|
| 8 |
+
"<|box_end|>",
|
| 9 |
+
"<|quad_start|>",
|
| 10 |
+
"<|quad_end|>",
|
| 11 |
+
"<|vision_start|>",
|
| 12 |
+
"<|vision_end|>",
|
| 13 |
+
"<|vision_pad|>",
|
| 14 |
+
"<|image_pad|>",
|
| 15 |
+
"<|video_pad|>"
|
| 16 |
+
],
|
| 17 |
+
"eos_token": {
|
| 18 |
+
"content": "<|im_end|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
},
|
| 24 |
+
"pad_token": {
|
| 25 |
+
"content": "<|endoftext|>",
|
| 26 |
+
"lstrip": false,
|
| 27 |
+
"normalized": false,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"single_word": false
|
| 30 |
+
}
|
| 31 |
+
}
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
|
| 3 |
+
size 11421896
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,209 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_prefix_space": false,
|
| 4 |
+
"added_tokens_decoder": {
|
| 5 |
+
"151643": {
|
| 6 |
+
"content": "<|endoftext|>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"151644": {
|
| 14 |
+
"content": "<|im_start|>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"special": true
|
| 20 |
+
},
|
| 21 |
+
"151645": {
|
| 22 |
+
"content": "<|im_end|>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"special": true
|
| 28 |
+
},
|
| 29 |
+
"151646": {
|
| 30 |
+
"content": "<|object_ref_start|>",
|
| 31 |
+
"lstrip": false,
|
| 32 |
+
"normalized": false,
|
| 33 |
+
"rstrip": false,
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"special": true
|
| 36 |
+
},
|
| 37 |
+
"151647": {
|
| 38 |
+
"content": "<|object_ref_end|>",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": false,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": false,
|
| 43 |
+
"special": true
|
| 44 |
+
},
|
| 45 |
+
"151648": {
|
| 46 |
+
"content": "<|box_start|>",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": false,
|
| 51 |
+
"special": true
|
| 52 |
+
},
|
| 53 |
+
"151649": {
|
| 54 |
+
"content": "<|box_end|>",
|
| 55 |
+
"lstrip": false,
|
| 56 |
+
"normalized": false,
|
| 57 |
+
"rstrip": false,
|
| 58 |
+
"single_word": false,
|
| 59 |
+
"special": true
|
| 60 |
+
},
|
| 61 |
+
"151650": {
|
| 62 |
+
"content": "<|quad_start|>",
|
| 63 |
+
"lstrip": false,
|
| 64 |
+
"normalized": false,
|
| 65 |
+
"rstrip": false,
|
| 66 |
+
"single_word": false,
|
| 67 |
+
"special": true
|
| 68 |
+
},
|
| 69 |
+
"151651": {
|
| 70 |
+
"content": "<|quad_end|>",
|
| 71 |
+
"lstrip": false,
|
| 72 |
+
"normalized": false,
|
| 73 |
+
"rstrip": false,
|
| 74 |
+
"single_word": false,
|
| 75 |
+
"special": true
|
| 76 |
+
},
|
| 77 |
+
"151652": {
|
| 78 |
+
"content": "<|vision_start|>",
|
| 79 |
+
"lstrip": false,
|
| 80 |
+
"normalized": false,
|
| 81 |
+
"rstrip": false,
|
| 82 |
+
"single_word": false,
|
| 83 |
+
"special": true
|
| 84 |
+
},
|
| 85 |
+
"151653": {
|
| 86 |
+
"content": "<|vision_end|>",
|
| 87 |
+
"lstrip": false,
|
| 88 |
+
"normalized": false,
|
| 89 |
+
"rstrip": false,
|
| 90 |
+
"single_word": false,
|
| 91 |
+
"special": true
|
| 92 |
+
},
|
| 93 |
+
"151654": {
|
| 94 |
+
"content": "<|vision_pad|>",
|
| 95 |
+
"lstrip": false,
|
| 96 |
+
"normalized": false,
|
| 97 |
+
"rstrip": false,
|
| 98 |
+
"single_word": false,
|
| 99 |
+
"special": true
|
| 100 |
+
},
|
| 101 |
+
"151655": {
|
| 102 |
+
"content": "<|image_pad|>",
|
| 103 |
+
"lstrip": false,
|
| 104 |
+
"normalized": false,
|
| 105 |
+
"rstrip": false,
|
| 106 |
+
"single_word": false,
|
| 107 |
+
"special": true
|
| 108 |
+
},
|
| 109 |
+
"151656": {
|
| 110 |
+
"content": "<|video_pad|>",
|
| 111 |
+
"lstrip": false,
|
| 112 |
+
"normalized": false,
|
| 113 |
+
"rstrip": false,
|
| 114 |
+
"single_word": false,
|
| 115 |
+
"special": true
|
| 116 |
+
},
|
| 117 |
+
"151657": {
|
| 118 |
+
"content": "<tool_call>",
|
| 119 |
+
"lstrip": false,
|
| 120 |
+
"normalized": false,
|
| 121 |
+
"rstrip": false,
|
| 122 |
+
"single_word": false,
|
| 123 |
+
"special": false
|
| 124 |
+
},
|
| 125 |
+
"151658": {
|
| 126 |
+
"content": "</tool_call>",
|
| 127 |
+
"lstrip": false,
|
| 128 |
+
"normalized": false,
|
| 129 |
+
"rstrip": false,
|
| 130 |
+
"single_word": false,
|
| 131 |
+
"special": false
|
| 132 |
+
},
|
| 133 |
+
"151659": {
|
| 134 |
+
"content": "<|fim_prefix|>",
|
| 135 |
+
"lstrip": false,
|
| 136 |
+
"normalized": false,
|
| 137 |
+
"rstrip": false,
|
| 138 |
+
"single_word": false,
|
| 139 |
+
"special": false
|
| 140 |
+
},
|
| 141 |
+
"151660": {
|
| 142 |
+
"content": "<|fim_middle|>",
|
| 143 |
+
"lstrip": false,
|
| 144 |
+
"normalized": false,
|
| 145 |
+
"rstrip": false,
|
| 146 |
+
"single_word": false,
|
| 147 |
+
"special": false
|
| 148 |
+
},
|
| 149 |
+
"151661": {
|
| 150 |
+
"content": "<|fim_suffix|>",
|
| 151 |
+
"lstrip": false,
|
| 152 |
+
"normalized": false,
|
| 153 |
+
"rstrip": false,
|
| 154 |
+
"single_word": false,
|
| 155 |
+
"special": false
|
| 156 |
+
},
|
| 157 |
+
"151662": {
|
| 158 |
+
"content": "<|fim_pad|>",
|
| 159 |
+
"lstrip": false,
|
| 160 |
+
"normalized": false,
|
| 161 |
+
"rstrip": false,
|
| 162 |
+
"single_word": false,
|
| 163 |
+
"special": false
|
| 164 |
+
},
|
| 165 |
+
"151663": {
|
| 166 |
+
"content": "<|repo_name|>",
|
| 167 |
+
"lstrip": false,
|
| 168 |
+
"normalized": false,
|
| 169 |
+
"rstrip": false,
|
| 170 |
+
"single_word": false,
|
| 171 |
+
"special": false
|
| 172 |
+
},
|
| 173 |
+
"151664": {
|
| 174 |
+
"content": "<|file_sep|>",
|
| 175 |
+
"lstrip": false,
|
| 176 |
+
"normalized": false,
|
| 177 |
+
"rstrip": false,
|
| 178 |
+
"single_word": false,
|
| 179 |
+
"special": false
|
| 180 |
+
}
|
| 181 |
+
},
|
| 182 |
+
"additional_special_tokens": [
|
| 183 |
+
"<|im_start|>",
|
| 184 |
+
"<|im_end|>",
|
| 185 |
+
"<|object_ref_start|>",
|
| 186 |
+
"<|object_ref_end|>",
|
| 187 |
+
"<|box_start|>",
|
| 188 |
+
"<|box_end|>",
|
| 189 |
+
"<|quad_start|>",
|
| 190 |
+
"<|quad_end|>",
|
| 191 |
+
"<|vision_start|>",
|
| 192 |
+
"<|vision_end|>",
|
| 193 |
+
"<|vision_pad|>",
|
| 194 |
+
"<|image_pad|>",
|
| 195 |
+
"<|video_pad|>"
|
| 196 |
+
],
|
| 197 |
+
"bos_token": null,
|
| 198 |
+
"chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\n\\n# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
|
| 199 |
+
"clean_up_tokenization_spaces": false,
|
| 200 |
+
"eos_token": "<|im_end|>",
|
| 201 |
+
"errors": "replace",
|
| 202 |
+
"extra_special_tokens": {},
|
| 203 |
+
"model_max_length": 131072,
|
| 204 |
+
"pad_token": "<|endoftext|>",
|
| 205 |
+
"padding_side": "right",
|
| 206 |
+
"split_special_tokens": false,
|
| 207 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 208 |
+
"unk_token": null
|
| 209 |
+
}
|
train_results.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 1.0,
|
| 3 |
+
"total_flos": 6384023396352.0,
|
| 4 |
+
"train_loss": 1.047203412950039,
|
| 5 |
+
"train_runtime": 2682.144,
|
| 6 |
+
"train_samples_per_second": 9.545,
|
| 7 |
+
"train_steps_per_second": 0.037
|
| 8 |
+
}
|
trainer_log.jsonl
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"current_steps": 1, "total_steps": 100, "loss": 7.1138, "lr": 2e-07, "epoch": 0.01, "percentage": 1.0, "elapsed_time": "0:00:30", "remaining_time": "0:50:08"}
|
| 2 |
+
{"current_steps": 2, "total_steps": 100, "loss": 6.8466, "lr": 4e-07, "epoch": 0.02, "percentage": 2.0, "elapsed_time": "0:00:56", "remaining_time": "0:45:56"}
|
| 3 |
+
{"current_steps": 3, "total_steps": 100, "loss": 6.8936, "lr": 6e-07, "epoch": 0.03, "percentage": 3.0, "elapsed_time": "0:01:23", "remaining_time": "0:44:58"}
|
| 4 |
+
{"current_steps": 4, "total_steps": 100, "loss": 7.1196, "lr": 8e-07, "epoch": 0.04, "percentage": 4.0, "elapsed_time": "0:01:50", "remaining_time": "0:44:17"}
|
| 5 |
+
{"current_steps": 5, "total_steps": 100, "loss": 6.7063, "lr": 1e-06, "epoch": 0.05, "percentage": 5.0, "elapsed_time": "0:02:17", "remaining_time": "0:43:40"}
|
| 6 |
+
{"current_steps": 6, "total_steps": 100, "loss": 6.028, "lr": 9.99726628670463e-07, "epoch": 0.06, "percentage": 6.0, "elapsed_time": "0:02:44", "remaining_time": "0:43:00"}
|
| 7 |
+
{"current_steps": 7, "total_steps": 100, "loss": 5.593, "lr": 9.989068136093872e-07, "epoch": 0.07, "percentage": 7.0, "elapsed_time": "0:03:10", "remaining_time": "0:42:16"}
|
| 8 |
+
{"current_steps": 8, "total_steps": 100, "loss": 4.1199, "lr": 9.975414512725056e-07, "epoch": 0.08, "percentage": 8.0, "elapsed_time": "0:03:37", "remaining_time": "0:41:44"}
|
| 9 |
+
{"current_steps": 9, "total_steps": 100, "loss": 3.8539, "lr": 9.956320346634875e-07, "epoch": 0.09, "percentage": 9.0, "elapsed_time": "0:04:04", "remaining_time": "0:41:11"}
|
| 10 |
+
{"current_steps": 10, "total_steps": 100, "loss": 3.364, "lr": 9.931806517013612e-07, "epoch": 0.1, "percentage": 10.0, "elapsed_time": "0:04:30", "remaining_time": "0:40:35"}
|
| 11 |
+
{"current_steps": 11, "total_steps": 100, "loss": 3.2359, "lr": 9.901899829374047e-07, "epoch": 0.11, "percentage": 11.0, "elapsed_time": "0:04:56", "remaining_time": "0:40:01"}
|
| 12 |
+
{"current_steps": 12, "total_steps": 100, "loss": 2.0694, "lr": 9.866632986240029e-07, "epoch": 0.12, "percentage": 12.0, "elapsed_time": "0:05:20", "remaining_time": "0:39:12"}
|
| 13 |
+
{"current_steps": 13, "total_steps": 100, "loss": 1.8041, "lr": 9.826044551386742e-07, "epoch": 0.13, "percentage": 13.0, "elapsed_time": "0:05:46", "remaining_time": "0:38:36"}
|
| 14 |
+
{"current_steps": 14, "total_steps": 100, "loss": 1.8221, "lr": 9.780178907671788e-07, "epoch": 0.14, "percentage": 14.0, "elapsed_time": "0:06:11", "remaining_time": "0:38:03"}
|
| 15 |
+
{"current_steps": 15, "total_steps": 100, "loss": 1.5577, "lr": 9.729086208503173e-07, "epoch": 0.15, "percentage": 15.0, "elapsed_time": "0:06:38", "remaining_time": "0:37:39"}
|
| 16 |
+
{"current_steps": 16, "total_steps": 100, "loss": 1.3898, "lr": 9.672822322997304e-07, "epoch": 0.16, "percentage": 16.0, "elapsed_time": "0:07:04", "remaining_time": "0:37:06"}
|
| 17 |
+
{"current_steps": 17, "total_steps": 100, "loss": 1.2839, "lr": 9.611448774886923e-07, "epoch": 0.17, "percentage": 17.0, "elapsed_time": "0:07:30", "remaining_time": "0:36:38"}
|
| 18 |
+
{"current_steps": 18, "total_steps": 100, "loss": 1.1126, "lr": 9.545032675245813e-07, "epoch": 0.18, "percentage": 18.0, "elapsed_time": "0:07:57", "remaining_time": "0:36:15"}
|
| 19 |
+
{"current_steps": 19, "total_steps": 100, "loss": 0.9637, "lr": 9.473646649103817e-07, "epoch": 0.19, "percentage": 19.0, "elapsed_time": "0:08:25", "remaining_time": "0:35:57"}
|
| 20 |
+
{"current_steps": 20, "total_steps": 100, "loss": 0.6976, "lr": 9.397368756032444e-07, "epoch": 0.2, "percentage": 20.0, "elapsed_time": "0:08:51", "remaining_time": "0:35:26"}
|
| 21 |
+
{"current_steps": 21, "total_steps": 100, "loss": 0.6686, "lr": 9.316282404787869e-07, "epoch": 0.21, "percentage": 21.0, "elapsed_time": "0:09:18", "remaining_time": "0:34:59"}
|
| 22 |
+
{"current_steps": 22, "total_steps": 100, "loss": 0.6055, "lr": 9.230476262104676e-07, "epoch": 0.22, "percentage": 22.0, "elapsed_time": "0:09:47", "remaining_time": "0:34:42"}
|
| 23 |
+
{"current_steps": 23, "total_steps": 100, "loss": 0.5312, "lr": 9.1400441557401e-07, "epoch": 0.23, "percentage": 23.0, "elapsed_time": "0:10:12", "remaining_time": "0:34:11"}
|
| 24 |
+
{"current_steps": 24, "total_steps": 100, "loss": 0.5334, "lr": 9.045084971874737e-07, "epoch": 0.24, "percentage": 24.0, "elapsed_time": "0:10:38", "remaining_time": "0:33:43"}
|
| 25 |
+
{"current_steps": 25, "total_steps": 100, "loss": 0.5246, "lr": 8.945702546981968e-07, "epoch": 0.25, "percentage": 25.0, "elapsed_time": "0:11:04", "remaining_time": "0:33:13"}
|
| 26 |
+
{"current_steps": 26, "total_steps": 100, "loss": 0.4586, "lr": 8.842005554284295e-07, "epoch": 0.26, "percentage": 26.0, "elapsed_time": "0:11:30", "remaining_time": "0:32:46"}
|
| 27 |
+
{"current_steps": 27, "total_steps": 100, "loss": 0.514, "lr": 8.734107384920769e-07, "epoch": 0.27, "percentage": 27.0, "elapsed_time": "0:11:58", "remaining_time": "0:32:23"}
|
| 28 |
+
{"current_steps": 28, "total_steps": 100, "loss": 0.469, "lr": 8.622126023955445e-07, "epoch": 0.28, "percentage": 28.0, "elapsed_time": "0:12:24", "remaining_time": "0:31:55"}
|
| 29 |
+
{"current_steps": 29, "total_steps": 100, "loss": 0.4928, "lr": 8.506183921362442e-07, "epoch": 0.29, "percentage": 29.0, "elapsed_time": "0:12:50", "remaining_time": "0:31:27"}
|
| 30 |
+
{"current_steps": 30, "total_steps": 100, "loss": 0.416, "lr": 8.386407858128706e-07, "epoch": 0.3, "percentage": 30.0, "elapsed_time": "0:13:18", "remaining_time": "0:31:02"}
|
| 31 |
+
{"current_steps": 31, "total_steps": 100, "loss": 0.4065, "lr": 8.262928807620843e-07, "epoch": 0.31, "percentage": 31.0, "elapsed_time": "0:13:47", "remaining_time": "0:30:40"}
|
| 32 |
+
{"current_steps": 32, "total_steps": 100, "loss": 0.4302, "lr": 8.135881792367685e-07, "epoch": 0.32, "percentage": 32.0, "elapsed_time": "0:14:13", "remaining_time": "0:30:14"}
|
| 33 |
+
{"current_steps": 33, "total_steps": 100, "loss": 0.475, "lr": 8.005405736415125e-07, "epoch": 0.33, "percentage": 33.0, "elapsed_time": "0:14:39", "remaining_time": "0:29:45"}
|
| 34 |
+
{"current_steps": 34, "total_steps": 100, "loss": 0.4418, "lr": 7.871643313414718e-07, "epoch": 0.34, "percentage": 34.0, "elapsed_time": "0:15:04", "remaining_time": "0:29:15"}
|
| 35 |
+
{"current_steps": 35, "total_steps": 100, "loss": 0.4074, "lr": 7.734740790612136e-07, "epoch": 0.35, "percentage": 35.0, "elapsed_time": "0:15:30", "remaining_time": "0:28:47"}
|
| 36 |
+
{"current_steps": 36, "total_steps": 100, "loss": 0.4006, "lr": 7.594847868906076e-07, "epoch": 0.36, "percentage": 36.0, "elapsed_time": "0:15:54", "remaining_time": "0:28:17"}
|
| 37 |
+
{"current_steps": 37, "total_steps": 100, "loss": 0.4099, "lr": 7.452117519152541e-07, "epoch": 0.37, "percentage": 37.0, "elapsed_time": "0:16:20", "remaining_time": "0:27:49"}
|
| 38 |
+
{"current_steps": 38, "total_steps": 100, "loss": 0.4258, "lr": 7.306705814893439e-07, "epoch": 0.38, "percentage": 38.0, "elapsed_time": "0:16:47", "remaining_time": "0:27:23"}
|
| 39 |
+
{"current_steps": 39, "total_steps": 100, "loss": 0.4066, "lr": 7.158771761692464e-07, "epoch": 0.39, "percentage": 39.0, "elapsed_time": "0:17:13", "remaining_time": "0:26:55"}
|
| 40 |
+
{"current_steps": 40, "total_steps": 100, "loss": 0.4272, "lr": 7.008477123264847e-07, "epoch": 0.4, "percentage": 40.0, "elapsed_time": "0:17:37", "remaining_time": "0:26:26"}
|
| 41 |
+
{"current_steps": 41, "total_steps": 100, "loss": 0.4166, "lr": 6.855986244591103e-07, "epoch": 0.41, "percentage": 41.0, "elapsed_time": "0:18:05", "remaining_time": "0:26:01"}
|
| 42 |
+
{"current_steps": 42, "total_steps": 100, "loss": 0.3928, "lr": 6.701465872208216e-07, "epoch": 0.42, "percentage": 42.0, "elapsed_time": "0:18:30", "remaining_time": "0:25:33"}
|
| 43 |
+
{"current_steps": 43, "total_steps": 100, "loss": 0.4291, "lr": 6.545084971874736e-07, "epoch": 0.43, "percentage": 43.0, "elapsed_time": "0:18:56", "remaining_time": "0:25:06"}
|
| 44 |
+
{"current_steps": 44, "total_steps": 100, "loss": 0.3841, "lr": 6.387014543809223e-07, "epoch": 0.44, "percentage": 44.0, "elapsed_time": "0:19:20", "remaining_time": "0:24:36"}
|
| 45 |
+
{"current_steps": 45, "total_steps": 100, "loss": 0.3897, "lr": 6.227427435703995e-07, "epoch": 0.45, "percentage": 45.0, "elapsed_time": "0:19:46", "remaining_time": "0:24:10"}
|
| 46 |
+
{"current_steps": 46, "total_steps": 100, "loss": 0.3938, "lr": 6.066498153718734e-07, "epoch": 0.46, "percentage": 46.0, "elapsed_time": "0:20:12", "remaining_time": "0:23:43"}
|
| 47 |
+
{"current_steps": 47, "total_steps": 100, "loss": 0.3722, "lr": 5.90440267166055e-07, "epoch": 0.47, "percentage": 47.0, "elapsed_time": "0:20:40", "remaining_time": "0:23:18"}
|
| 48 |
+
{"current_steps": 48, "total_steps": 100, "loss": 0.4295, "lr": 5.741318238559209e-07, "epoch": 0.48, "percentage": 48.0, "elapsed_time": "0:21:08", "remaining_time": "0:22:53"}
|
| 49 |
+
{"current_steps": 49, "total_steps": 100, "loss": 0.3834, "lr": 5.577423184847931e-07, "epoch": 0.49, "percentage": 49.0, "elapsed_time": "0:21:34", "remaining_time": "0:22:27"}
|
| 50 |
+
{"current_steps": 50, "total_steps": 100, "loss": 0.3391, "lr": 5.412896727361662e-07, "epoch": 0.5, "percentage": 50.0, "elapsed_time": "0:21:59", "remaining_time": "0:21:59"}
|
| 51 |
+
{"current_steps": 51, "total_steps": 100, "loss": 0.3942, "lr": 5.247918773366111e-07, "epoch": 0.51, "percentage": 51.0, "elapsed_time": "0:22:26", "remaining_time": "0:21:33"}
|
| 52 |
+
{"current_steps": 52, "total_steps": 100, "loss": 0.3848, "lr": 5.082669723831793e-07, "epoch": 0.52, "percentage": 52.0, "elapsed_time": "0:22:50", "remaining_time": "0:21:05"}
|
| 53 |
+
{"current_steps": 53, "total_steps": 100, "loss": 0.385, "lr": 4.917330276168208e-07, "epoch": 0.53, "percentage": 53.0, "elapsed_time": "0:23:17", "remaining_time": "0:20:39"}
|
| 54 |
+
{"current_steps": 54, "total_steps": 100, "loss": 0.3694, "lr": 4.752081226633888e-07, "epoch": 0.54, "percentage": 54.0, "elapsed_time": "0:23:44", "remaining_time": "0:20:13"}
|
| 55 |
+
{"current_steps": 55, "total_steps": 100, "loss": 0.3615, "lr": 4.5871032726383385e-07, "epoch": 0.55, "percentage": 55.0, "elapsed_time": "0:24:11", "remaining_time": "0:19:47"}
|
| 56 |
+
{"current_steps": 56, "total_steps": 100, "loss": 0.3257, "lr": 4.4225768151520694e-07, "epoch": 0.56, "percentage": 56.0, "elapsed_time": "0:24:38", "remaining_time": "0:19:22"}
|
| 57 |
+
{"current_steps": 57, "total_steps": 100, "loss": 0.351, "lr": 4.258681761440789e-07, "epoch": 0.57, "percentage": 57.0, "elapsed_time": "0:25:04", "remaining_time": "0:18:54"}
|
| 58 |
+
{"current_steps": 58, "total_steps": 100, "loss": 0.3964, "lr": 4.095597328339452e-07, "epoch": 0.58, "percentage": 58.0, "elapsed_time": "0:25:30", "remaining_time": "0:18:28"}
|
| 59 |
+
{"current_steps": 59, "total_steps": 100, "loss": 0.3783, "lr": 3.9335018462812664e-07, "epoch": 0.59, "percentage": 59.0, "elapsed_time": "0:25:55", "remaining_time": "0:18:01"}
|
| 60 |
+
{"current_steps": 60, "total_steps": 100, "loss": 0.3617, "lr": 3.772572564296004e-07, "epoch": 0.6, "percentage": 60.0, "elapsed_time": "0:26:20", "remaining_time": "0:17:33"}
|
| 61 |
+
{"current_steps": 61, "total_steps": 100, "loss": 0.3997, "lr": 3.612985456190778e-07, "epoch": 0.61, "percentage": 61.0, "elapsed_time": "0:26:47", "remaining_time": "0:17:08"}
|
| 62 |
+
{"current_steps": 62, "total_steps": 100, "loss": 0.3582, "lr": 3.454915028125263e-07, "epoch": 0.62, "percentage": 62.0, "elapsed_time": "0:27:13", "remaining_time": "0:16:41"}
|
| 63 |
+
{"current_steps": 63, "total_steps": 100, "loss": 0.3804, "lr": 3.2985341277917846e-07, "epoch": 0.63, "percentage": 63.0, "elapsed_time": "0:27:39", "remaining_time": "0:16:14"}
|
| 64 |
+
{"current_steps": 64, "total_steps": 100, "loss": 0.3646, "lr": 3.1440137554088953e-07, "epoch": 0.64, "percentage": 64.0, "elapsed_time": "0:28:07", "remaining_time": "0:15:49"}
|
| 65 |
+
{"current_steps": 65, "total_steps": 100, "loss": 0.3387, "lr": 2.9915228767351535e-07, "epoch": 0.65, "percentage": 65.0, "elapsed_time": "0:28:35", "remaining_time": "0:15:23"}
|
| 66 |
+
{"current_steps": 66, "total_steps": 100, "loss": 0.3839, "lr": 2.841228238307536e-07, "epoch": 0.66, "percentage": 66.0, "elapsed_time": "0:29:01", "remaining_time": "0:14:57"}
|
| 67 |
+
{"current_steps": 67, "total_steps": 100, "loss": 0.3635, "lr": 2.6932941851065615e-07, "epoch": 0.67, "percentage": 67.0, "elapsed_time": "0:29:28", "remaining_time": "0:14:30"}
|
| 68 |
+
{"current_steps": 68, "total_steps": 100, "loss": 0.3905, "lr": 2.547882480847461e-07, "epoch": 0.68, "percentage": 68.0, "elapsed_time": "0:29:55", "remaining_time": "0:14:04"}
|
| 69 |
+
{"current_steps": 69, "total_steps": 100, "loss": 0.3666, "lr": 2.4051521310939254e-07, "epoch": 0.69, "percentage": 69.0, "elapsed_time": "0:30:21", "remaining_time": "0:13:38"}
|
| 70 |
+
{"current_steps": 70, "total_steps": 100, "loss": 0.3317, "lr": 2.2652592093878665e-07, "epoch": 0.7, "percentage": 70.0, "elapsed_time": "0:30:49", "remaining_time": "0:13:12"}
|
| 71 |
+
{"current_steps": 71, "total_steps": 100, "loss": 0.3231, "lr": 2.128356686585282e-07, "epoch": 0.71, "percentage": 71.0, "elapsed_time": "0:31:17", "remaining_time": "0:12:46"}
|
| 72 |
+
{"current_steps": 72, "total_steps": 100, "loss": 0.3447, "lr": 1.9945942635848745e-07, "epoch": 0.72, "percentage": 72.0, "elapsed_time": "0:31:40", "remaining_time": "0:12:19"}
|
| 73 |
+
{"current_steps": 73, "total_steps": 100, "loss": 0.3284, "lr": 1.8641182076323148e-07, "epoch": 0.73, "percentage": 73.0, "elapsed_time": "0:32:08", "remaining_time": "0:11:53"}
|
| 74 |
+
{"current_steps": 74, "total_steps": 100, "loss": 0.3591, "lr": 1.7370711923791564e-07, "epoch": 0.74, "percentage": 74.0, "elapsed_time": "0:32:34", "remaining_time": "0:11:26"}
|
| 75 |
+
{"current_steps": 75, "total_steps": 100, "loss": 0.3444, "lr": 1.6135921418712955e-07, "epoch": 0.75, "percentage": 75.0, "elapsed_time": "0:33:02", "remaining_time": "0:11:00"}
|
| 76 |
+
{"current_steps": 76, "total_steps": 100, "loss": 0.4039, "lr": 1.493816078637557e-07, "epoch": 0.76, "percentage": 76.0, "elapsed_time": "0:33:26", "remaining_time": "0:10:33"}
|
| 77 |
+
{"current_steps": 77, "total_steps": 100, "loss": 0.3203, "lr": 1.3778739760445552e-07, "epoch": 0.77, "percentage": 77.0, "elapsed_time": "0:33:50", "remaining_time": "0:10:06"}
|
| 78 |
+
{"current_steps": 78, "total_steps": 100, "loss": 0.3715, "lr": 1.2658926150792322e-07, "epoch": 0.78, "percentage": 78.0, "elapsed_time": "0:34:16", "remaining_time": "0:09:39"}
|
| 79 |
+
{"current_steps": 79, "total_steps": 100, "loss": 0.3226, "lr": 1.1579944457157059e-07, "epoch": 0.79, "percentage": 79.0, "elapsed_time": "0:34:41", "remaining_time": "0:09:13"}
|
| 80 |
+
{"current_steps": 80, "total_steps": 100, "loss": 0.3627, "lr": 1.0542974530180327e-07, "epoch": 0.8, "percentage": 80.0, "elapsed_time": "0:35:06", "remaining_time": "0:08:46"}
|
| 81 |
+
{"current_steps": 81, "total_steps": 100, "loss": 0.3646, "lr": 9.549150281252632e-08, "epoch": 0.81, "percentage": 81.0, "elapsed_time": "0:35:35", "remaining_time": "0:08:20"}
|
| 82 |
+
{"current_steps": 82, "total_steps": 100, "loss": 0.3506, "lr": 8.599558442598998e-08, "epoch": 0.82, "percentage": 82.0, "elapsed_time": "0:36:00", "remaining_time": "0:07:54"}
|
| 83 |
+
{"current_steps": 83, "total_steps": 100, "loss": 0.3471, "lr": 7.695237378953224e-08, "epoch": 0.83, "percentage": 83.0, "elapsed_time": "0:36:29", "remaining_time": "0:07:28"}
|
| 84 |
+
{"current_steps": 84, "total_steps": 100, "loss": 0.3362, "lr": 6.837175952121304e-08, "epoch": 0.84, "percentage": 84.0, "elapsed_time": "0:36:57", "remaining_time": "0:07:02"}
|
| 85 |
+
{"current_steps": 85, "total_steps": 100, "loss": 0.354, "lr": 6.026312439675551e-08, "epoch": 0.85, "percentage": 85.0, "elapsed_time": "0:37:24", "remaining_time": "0:06:36"}
|
| 86 |
+
{"current_steps": 86, "total_steps": 100, "loss": 0.3589, "lr": 5.263533508961826e-08, "epoch": 0.86, "percentage": 86.0, "elapsed_time": "0:37:50", "remaining_time": "0:06:09"}
|
| 87 |
+
{"current_steps": 87, "total_steps": 100, "loss": 0.3209, "lr": 4.549673247541874e-08, "epoch": 0.87, "percentage": 87.0, "elapsed_time": "0:38:17", "remaining_time": "0:05:43"}
|
| 88 |
+
{"current_steps": 88, "total_steps": 100, "loss": 0.3707, "lr": 3.8855122511307626e-08, "epoch": 0.88, "percentage": 88.0, "elapsed_time": "0:38:44", "remaining_time": "0:05:16"}
|
| 89 |
+
{"current_steps": 89, "total_steps": 100, "loss": 0.3314, "lr": 3.271776770026963e-08, "epoch": 0.89, "percentage": 89.0, "elapsed_time": "0:39:09", "remaining_time": "0:04:50"}
|
| 90 |
+
{"current_steps": 90, "total_steps": 100, "loss": 0.3634, "lr": 2.7091379149682682e-08, "epoch": 0.9, "percentage": 90.0, "elapsed_time": "0:39:34", "remaining_time": "0:04:23"}
|
| 91 |
+
{"current_steps": 91, "total_steps": 100, "loss": 0.3762, "lr": 2.1982109232821176e-08, "epoch": 0.91, "percentage": 91.0, "elapsed_time": "0:40:00", "remaining_time": "0:03:57"}
|
| 92 |
+
{"current_steps": 92, "total_steps": 100, "loss": 0.3393, "lr": 1.7395544861325718e-08, "epoch": 0.92, "percentage": 92.0, "elapsed_time": "0:40:26", "remaining_time": "0:03:30"}
|
| 93 |
+
{"current_steps": 93, "total_steps": 100, "loss": 0.3408, "lr": 1.3336701375997127e-08, "epoch": 0.93, "percentage": 93.0, "elapsed_time": "0:40:53", "remaining_time": "0:03:04"}
|
| 94 |
+
{"current_steps": 94, "total_steps": 100, "loss": 0.3388, "lr": 9.810017062595321e-09, "epoch": 0.94, "percentage": 94.0, "elapsed_time": "0:41:20", "remaining_time": "0:02:38"}
|
| 95 |
+
{"current_steps": 95, "total_steps": 100, "loss": 0.3396, "lr": 6.819348298638839e-09, "epoch": 0.95, "percentage": 95.0, "elapsed_time": "0:41:45", "remaining_time": "0:02:11"}
|
| 96 |
+
{"current_steps": 96, "total_steps": 100, "loss": 0.3292, "lr": 4.367965336512403e-09, "epoch": 0.96, "percentage": 96.0, "elapsed_time": "0:42:11", "remaining_time": "0:01:45"}
|
| 97 |
+
{"current_steps": 97, "total_steps": 100, "loss": 0.3415, "lr": 2.458548727494292e-09, "epoch": 0.97, "percentage": 97.0, "elapsed_time": "0:42:39", "remaining_time": "0:01:19"}
|
| 98 |
+
{"current_steps": 98, "total_steps": 100, "loss": 0.3261, "lr": 1.0931863906127325e-09, "epoch": 0.98, "percentage": 98.0, "elapsed_time": "0:43:04", "remaining_time": "0:00:52"}
|
| 99 |
+
{"current_steps": 99, "total_steps": 100, "loss": 0.3191, "lr": 2.733713295369755e-10, "epoch": 0.99, "percentage": 99.0, "elapsed_time": "0:43:31", "remaining_time": "0:00:26"}
|
| 100 |
+
{"current_steps": 100, "total_steps": 100, "loss": 0.355, "lr": 0.0, "epoch": 1.0, "percentage": 100.0, "elapsed_time": "0:43:59", "remaining_time": "0:00:00"}
|
| 101 |
+
{"current_steps": 100, "total_steps": 100, "epoch": 1.0, "percentage": 100.0, "elapsed_time": "0:44:40", "remaining_time": "0:00:00"}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,743 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 1.0,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 100,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"epoch": 0.01,
|
| 14 |
+
"grad_norm": 284.2696901095738,
|
| 15 |
+
"learning_rate": 2e-07,
|
| 16 |
+
"loss": 7.1138,
|
| 17 |
+
"step": 1
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.02,
|
| 21 |
+
"grad_norm": 280.0890600259792,
|
| 22 |
+
"learning_rate": 4e-07,
|
| 23 |
+
"loss": 6.8466,
|
| 24 |
+
"step": 2
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.03,
|
| 28 |
+
"grad_norm": 296.98995011993617,
|
| 29 |
+
"learning_rate": 6e-07,
|
| 30 |
+
"loss": 6.8936,
|
| 31 |
+
"step": 3
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.04,
|
| 35 |
+
"grad_norm": 284.92519297592935,
|
| 36 |
+
"learning_rate": 8e-07,
|
| 37 |
+
"loss": 7.1196,
|
| 38 |
+
"step": 4
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.05,
|
| 42 |
+
"grad_norm": 296.67655171044885,
|
| 43 |
+
"learning_rate": 1e-06,
|
| 44 |
+
"loss": 6.7063,
|
| 45 |
+
"step": 5
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.06,
|
| 49 |
+
"grad_norm": 281.91608332740634,
|
| 50 |
+
"learning_rate": 9.99726628670463e-07,
|
| 51 |
+
"loss": 6.028,
|
| 52 |
+
"step": 6
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 0.07,
|
| 56 |
+
"grad_norm": 245.30165342232291,
|
| 57 |
+
"learning_rate": 9.989068136093872e-07,
|
| 58 |
+
"loss": 5.593,
|
| 59 |
+
"step": 7
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 0.08,
|
| 63 |
+
"grad_norm": 171.71633417584104,
|
| 64 |
+
"learning_rate": 9.975414512725056e-07,
|
| 65 |
+
"loss": 4.1199,
|
| 66 |
+
"step": 8
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.09,
|
| 70 |
+
"grad_norm": 153.69431185375615,
|
| 71 |
+
"learning_rate": 9.956320346634875e-07,
|
| 72 |
+
"loss": 3.8539,
|
| 73 |
+
"step": 9
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.1,
|
| 77 |
+
"grad_norm": 138.4099703250891,
|
| 78 |
+
"learning_rate": 9.931806517013612e-07,
|
| 79 |
+
"loss": 3.364,
|
| 80 |
+
"step": 10
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 0.11,
|
| 84 |
+
"grad_norm": 121.96592995402922,
|
| 85 |
+
"learning_rate": 9.901899829374047e-07,
|
| 86 |
+
"loss": 3.2359,
|
| 87 |
+
"step": 11
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 0.12,
|
| 91 |
+
"grad_norm": 83.33555123373614,
|
| 92 |
+
"learning_rate": 9.866632986240029e-07,
|
| 93 |
+
"loss": 2.0694,
|
| 94 |
+
"step": 12
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 0.13,
|
| 98 |
+
"grad_norm": 69.8343923660202,
|
| 99 |
+
"learning_rate": 9.826044551386742e-07,
|
| 100 |
+
"loss": 1.8041,
|
| 101 |
+
"step": 13
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 0.14,
|
| 105 |
+
"grad_norm": 61.02444391130647,
|
| 106 |
+
"learning_rate": 9.780178907671788e-07,
|
| 107 |
+
"loss": 1.8221,
|
| 108 |
+
"step": 14
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"epoch": 0.15,
|
| 112 |
+
"grad_norm": 51.06086209218741,
|
| 113 |
+
"learning_rate": 9.729086208503173e-07,
|
| 114 |
+
"loss": 1.5577,
|
| 115 |
+
"step": 15
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 0.16,
|
| 119 |
+
"grad_norm": 39.386178814833706,
|
| 120 |
+
"learning_rate": 9.672822322997304e-07,
|
| 121 |
+
"loss": 1.3898,
|
| 122 |
+
"step": 16
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 0.17,
|
| 126 |
+
"grad_norm": 33.769199410950286,
|
| 127 |
+
"learning_rate": 9.611448774886923e-07,
|
| 128 |
+
"loss": 1.2839,
|
| 129 |
+
"step": 17
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.18,
|
| 133 |
+
"grad_norm": 32.43709972193044,
|
| 134 |
+
"learning_rate": 9.545032675245813e-07,
|
| 135 |
+
"loss": 1.1126,
|
| 136 |
+
"step": 18
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 0.19,
|
| 140 |
+
"grad_norm": 29.12905700014587,
|
| 141 |
+
"learning_rate": 9.473646649103817e-07,
|
| 142 |
+
"loss": 0.9637,
|
| 143 |
+
"step": 19
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"epoch": 0.2,
|
| 147 |
+
"grad_norm": 19.116333899951297,
|
| 148 |
+
"learning_rate": 9.397368756032444e-07,
|
| 149 |
+
"loss": 0.6976,
|
| 150 |
+
"step": 20
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"epoch": 0.21,
|
| 154 |
+
"grad_norm": 17.362547626796633,
|
| 155 |
+
"learning_rate": 9.316282404787869e-07,
|
| 156 |
+
"loss": 0.6686,
|
| 157 |
+
"step": 21
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"epoch": 0.22,
|
| 161 |
+
"grad_norm": 12.641692912258486,
|
| 162 |
+
"learning_rate": 9.230476262104676e-07,
|
| 163 |
+
"loss": 0.6055,
|
| 164 |
+
"step": 22
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"epoch": 0.23,
|
| 168 |
+
"grad_norm": 9.423373458222406,
|
| 169 |
+
"learning_rate": 9.1400441557401e-07,
|
| 170 |
+
"loss": 0.5312,
|
| 171 |
+
"step": 23
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"epoch": 0.24,
|
| 175 |
+
"grad_norm": 7.714449953085253,
|
| 176 |
+
"learning_rate": 9.045084971874737e-07,
|
| 177 |
+
"loss": 0.5334,
|
| 178 |
+
"step": 24
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"epoch": 0.25,
|
| 182 |
+
"grad_norm": 6.3626526485098545,
|
| 183 |
+
"learning_rate": 8.945702546981968e-07,
|
| 184 |
+
"loss": 0.5246,
|
| 185 |
+
"step": 25
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"epoch": 0.26,
|
| 189 |
+
"grad_norm": 5.787541205113461,
|
| 190 |
+
"learning_rate": 8.842005554284295e-07,
|
| 191 |
+
"loss": 0.4586,
|
| 192 |
+
"step": 26
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"epoch": 0.27,
|
| 196 |
+
"grad_norm": 5.217072482502457,
|
| 197 |
+
"learning_rate": 8.734107384920769e-07,
|
| 198 |
+
"loss": 0.514,
|
| 199 |
+
"step": 27
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"epoch": 0.28,
|
| 203 |
+
"grad_norm": 5.69075014149454,
|
| 204 |
+
"learning_rate": 8.622126023955445e-07,
|
| 205 |
+
"loss": 0.469,
|
| 206 |
+
"step": 28
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"epoch": 0.29,
|
| 210 |
+
"grad_norm": 5.767332317747505,
|
| 211 |
+
"learning_rate": 8.506183921362442e-07,
|
| 212 |
+
"loss": 0.4928,
|
| 213 |
+
"step": 29
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"epoch": 0.3,
|
| 217 |
+
"grad_norm": 5.29694390512729,
|
| 218 |
+
"learning_rate": 8.386407858128706e-07,
|
| 219 |
+
"loss": 0.416,
|
| 220 |
+
"step": 30
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"epoch": 0.31,
|
| 224 |
+
"grad_norm": 5.4751365453564524,
|
| 225 |
+
"learning_rate": 8.262928807620843e-07,
|
| 226 |
+
"loss": 0.4065,
|
| 227 |
+
"step": 31
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"epoch": 0.32,
|
| 231 |
+
"grad_norm": 4.210968327443881,
|
| 232 |
+
"learning_rate": 8.135881792367685e-07,
|
| 233 |
+
"loss": 0.4302,
|
| 234 |
+
"step": 32
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 0.33,
|
| 238 |
+
"grad_norm": 4.889628663080109,
|
| 239 |
+
"learning_rate": 8.005405736415125e-07,
|
| 240 |
+
"loss": 0.475,
|
| 241 |
+
"step": 33
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"epoch": 0.34,
|
| 245 |
+
"grad_norm": 5.01223684022235,
|
| 246 |
+
"learning_rate": 7.871643313414718e-07,
|
| 247 |
+
"loss": 0.4418,
|
| 248 |
+
"step": 34
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"epoch": 0.35,
|
| 252 |
+
"grad_norm": 4.362633576491621,
|
| 253 |
+
"learning_rate": 7.734740790612136e-07,
|
| 254 |
+
"loss": 0.4074,
|
| 255 |
+
"step": 35
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"epoch": 0.36,
|
| 259 |
+
"grad_norm": 3.9179637860680874,
|
| 260 |
+
"learning_rate": 7.594847868906076e-07,
|
| 261 |
+
"loss": 0.4006,
|
| 262 |
+
"step": 36
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"epoch": 0.37,
|
| 266 |
+
"grad_norm": 3.8386018601431067,
|
| 267 |
+
"learning_rate": 7.452117519152541e-07,
|
| 268 |
+
"loss": 0.4099,
|
| 269 |
+
"step": 37
|
| 270 |
+
},
|
| 271 |
+
{
|
| 272 |
+
"epoch": 0.38,
|
| 273 |
+
"grad_norm": 4.465384708590031,
|
| 274 |
+
"learning_rate": 7.306705814893439e-07,
|
| 275 |
+
"loss": 0.4258,
|
| 276 |
+
"step": 38
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"epoch": 0.39,
|
| 280 |
+
"grad_norm": 4.869675336079214,
|
| 281 |
+
"learning_rate": 7.158771761692464e-07,
|
| 282 |
+
"loss": 0.4066,
|
| 283 |
+
"step": 39
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"epoch": 0.4,
|
| 287 |
+
"grad_norm": 4.6892092384872255,
|
| 288 |
+
"learning_rate": 7.008477123264847e-07,
|
| 289 |
+
"loss": 0.4272,
|
| 290 |
+
"step": 40
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"epoch": 0.41,
|
| 294 |
+
"grad_norm": 4.282400513219925,
|
| 295 |
+
"learning_rate": 6.855986244591103e-07,
|
| 296 |
+
"loss": 0.4166,
|
| 297 |
+
"step": 41
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"epoch": 0.42,
|
| 301 |
+
"grad_norm": 4.44179530817891,
|
| 302 |
+
"learning_rate": 6.701465872208216e-07,
|
| 303 |
+
"loss": 0.3928,
|
| 304 |
+
"step": 42
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"epoch": 0.43,
|
| 308 |
+
"grad_norm": 4.753857420255081,
|
| 309 |
+
"learning_rate": 6.545084971874736e-07,
|
| 310 |
+
"loss": 0.4291,
|
| 311 |
+
"step": 43
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"epoch": 0.44,
|
| 315 |
+
"grad_norm": 5.121989871402109,
|
| 316 |
+
"learning_rate": 6.387014543809223e-07,
|
| 317 |
+
"loss": 0.3841,
|
| 318 |
+
"step": 44
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"epoch": 0.45,
|
| 322 |
+
"grad_norm": 4.306307235348373,
|
| 323 |
+
"learning_rate": 6.227427435703995e-07,
|
| 324 |
+
"loss": 0.3897,
|
| 325 |
+
"step": 45
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"epoch": 0.46,
|
| 329 |
+
"grad_norm": 4.1819998879575095,
|
| 330 |
+
"learning_rate": 6.066498153718734e-07,
|
| 331 |
+
"loss": 0.3938,
|
| 332 |
+
"step": 46
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"epoch": 0.47,
|
| 336 |
+
"grad_norm": 3.9858764933030493,
|
| 337 |
+
"learning_rate": 5.90440267166055e-07,
|
| 338 |
+
"loss": 0.3722,
|
| 339 |
+
"step": 47
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 0.48,
|
| 343 |
+
"grad_norm": 3.768016055450793,
|
| 344 |
+
"learning_rate": 5.741318238559209e-07,
|
| 345 |
+
"loss": 0.4295,
|
| 346 |
+
"step": 48
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"epoch": 0.49,
|
| 350 |
+
"grad_norm": 4.155664350209782,
|
| 351 |
+
"learning_rate": 5.577423184847931e-07,
|
| 352 |
+
"loss": 0.3834,
|
| 353 |
+
"step": 49
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"epoch": 0.5,
|
| 357 |
+
"grad_norm": 3.79515186565417,
|
| 358 |
+
"learning_rate": 5.412896727361662e-07,
|
| 359 |
+
"loss": 0.3391,
|
| 360 |
+
"step": 50
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"epoch": 0.51,
|
| 364 |
+
"grad_norm": 3.4230723188666476,
|
| 365 |
+
"learning_rate": 5.247918773366111e-07,
|
| 366 |
+
"loss": 0.3942,
|
| 367 |
+
"step": 51
|
| 368 |
+
},
|
| 369 |
+
{
|
| 370 |
+
"epoch": 0.52,
|
| 371 |
+
"grad_norm": 3.0931484903099773,
|
| 372 |
+
"learning_rate": 5.082669723831793e-07,
|
| 373 |
+
"loss": 0.3848,
|
| 374 |
+
"step": 52
|
| 375 |
+
},
|
| 376 |
+
{
|
| 377 |
+
"epoch": 0.53,
|
| 378 |
+
"grad_norm": 4.693387026086119,
|
| 379 |
+
"learning_rate": 4.917330276168208e-07,
|
| 380 |
+
"loss": 0.385,
|
| 381 |
+
"step": 53
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"epoch": 0.54,
|
| 385 |
+
"grad_norm": 3.531161429609241,
|
| 386 |
+
"learning_rate": 4.752081226633888e-07,
|
| 387 |
+
"loss": 0.3694,
|
| 388 |
+
"step": 54
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"epoch": 0.55,
|
| 392 |
+
"grad_norm": 3.696655191494645,
|
| 393 |
+
"learning_rate": 4.5871032726383385e-07,
|
| 394 |
+
"loss": 0.3615,
|
| 395 |
+
"step": 55
|
| 396 |
+
},
|
| 397 |
+
{
|
| 398 |
+
"epoch": 0.56,
|
| 399 |
+
"grad_norm": 3.798666905310865,
|
| 400 |
+
"learning_rate": 4.4225768151520694e-07,
|
| 401 |
+
"loss": 0.3257,
|
| 402 |
+
"step": 56
|
| 403 |
+
},
|
| 404 |
+
{
|
| 405 |
+
"epoch": 0.57,
|
| 406 |
+
"grad_norm": 3.595957261529934,
|
| 407 |
+
"learning_rate": 4.258681761440789e-07,
|
| 408 |
+
"loss": 0.351,
|
| 409 |
+
"step": 57
|
| 410 |
+
},
|
| 411 |
+
{
|
| 412 |
+
"epoch": 0.58,
|
| 413 |
+
"grad_norm": 3.443958917780827,
|
| 414 |
+
"learning_rate": 4.095597328339452e-07,
|
| 415 |
+
"loss": 0.3964,
|
| 416 |
+
"step": 58
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"epoch": 0.59,
|
| 420 |
+
"grad_norm": 4.222996925336396,
|
| 421 |
+
"learning_rate": 3.9335018462812664e-07,
|
| 422 |
+
"loss": 0.3783,
|
| 423 |
+
"step": 59
|
| 424 |
+
},
|
| 425 |
+
{
|
| 426 |
+
"epoch": 0.6,
|
| 427 |
+
"grad_norm": 4.141091647019225,
|
| 428 |
+
"learning_rate": 3.772572564296004e-07,
|
| 429 |
+
"loss": 0.3617,
|
| 430 |
+
"step": 60
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"epoch": 0.61,
|
| 434 |
+
"grad_norm": 4.207602140662548,
|
| 435 |
+
"learning_rate": 3.612985456190778e-07,
|
| 436 |
+
"loss": 0.3997,
|
| 437 |
+
"step": 61
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"epoch": 0.62,
|
| 441 |
+
"grad_norm": 3.4580694579960918,
|
| 442 |
+
"learning_rate": 3.454915028125263e-07,
|
| 443 |
+
"loss": 0.3582,
|
| 444 |
+
"step": 62
|
| 445 |
+
},
|
| 446 |
+
{
|
| 447 |
+
"epoch": 0.63,
|
| 448 |
+
"grad_norm": 3.422220201677041,
|
| 449 |
+
"learning_rate": 3.2985341277917846e-07,
|
| 450 |
+
"loss": 0.3804,
|
| 451 |
+
"step": 63
|
| 452 |
+
},
|
| 453 |
+
{
|
| 454 |
+
"epoch": 0.64,
|
| 455 |
+
"grad_norm": 3.273283148367399,
|
| 456 |
+
"learning_rate": 3.1440137554088953e-07,
|
| 457 |
+
"loss": 0.3646,
|
| 458 |
+
"step": 64
|
| 459 |
+
},
|
| 460 |
+
{
|
| 461 |
+
"epoch": 0.65,
|
| 462 |
+
"grad_norm": 3.099164792571154,
|
| 463 |
+
"learning_rate": 2.9915228767351535e-07,
|
| 464 |
+
"loss": 0.3387,
|
| 465 |
+
"step": 65
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"epoch": 0.66,
|
| 469 |
+
"grad_norm": 3.6768199519226314,
|
| 470 |
+
"learning_rate": 2.841228238307536e-07,
|
| 471 |
+
"loss": 0.3839,
|
| 472 |
+
"step": 66
|
| 473 |
+
},
|
| 474 |
+
{
|
| 475 |
+
"epoch": 0.67,
|
| 476 |
+
"grad_norm": 3.684496636177031,
|
| 477 |
+
"learning_rate": 2.6932941851065615e-07,
|
| 478 |
+
"loss": 0.3635,
|
| 479 |
+
"step": 67
|
| 480 |
+
},
|
| 481 |
+
{
|
| 482 |
+
"epoch": 0.68,
|
| 483 |
+
"grad_norm": 2.8715160468944236,
|
| 484 |
+
"learning_rate": 2.547882480847461e-07,
|
| 485 |
+
"loss": 0.3905,
|
| 486 |
+
"step": 68
|
| 487 |
+
},
|
| 488 |
+
{
|
| 489 |
+
"epoch": 0.69,
|
| 490 |
+
"grad_norm": 4.542266866557925,
|
| 491 |
+
"learning_rate": 2.4051521310939254e-07,
|
| 492 |
+
"loss": 0.3666,
|
| 493 |
+
"step": 69
|
| 494 |
+
},
|
| 495 |
+
{
|
| 496 |
+
"epoch": 0.7,
|
| 497 |
+
"grad_norm": 3.721830078063186,
|
| 498 |
+
"learning_rate": 2.2652592093878665e-07,
|
| 499 |
+
"loss": 0.3317,
|
| 500 |
+
"step": 70
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"epoch": 0.71,
|
| 504 |
+
"grad_norm": 3.7314666594735724,
|
| 505 |
+
"learning_rate": 2.128356686585282e-07,
|
| 506 |
+
"loss": 0.3231,
|
| 507 |
+
"step": 71
|
| 508 |
+
},
|
| 509 |
+
{
|
| 510 |
+
"epoch": 0.72,
|
| 511 |
+
"grad_norm": 3.283124086872181,
|
| 512 |
+
"learning_rate": 1.9945942635848745e-07,
|
| 513 |
+
"loss": 0.3447,
|
| 514 |
+
"step": 72
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"epoch": 0.73,
|
| 518 |
+
"grad_norm": 3.9554685048457183,
|
| 519 |
+
"learning_rate": 1.8641182076323148e-07,
|
| 520 |
+
"loss": 0.3284,
|
| 521 |
+
"step": 73
|
| 522 |
+
},
|
| 523 |
+
{
|
| 524 |
+
"epoch": 0.74,
|
| 525 |
+
"grad_norm": 3.8402484907207435,
|
| 526 |
+
"learning_rate": 1.7370711923791564e-07,
|
| 527 |
+
"loss": 0.3591,
|
| 528 |
+
"step": 74
|
| 529 |
+
},
|
| 530 |
+
{
|
| 531 |
+
"epoch": 0.75,
|
| 532 |
+
"grad_norm": 3.4683454793599884,
|
| 533 |
+
"learning_rate": 1.6135921418712955e-07,
|
| 534 |
+
"loss": 0.3444,
|
| 535 |
+
"step": 75
|
| 536 |
+
},
|
| 537 |
+
{
|
| 538 |
+
"epoch": 0.76,
|
| 539 |
+
"grad_norm": 3.837469581874028,
|
| 540 |
+
"learning_rate": 1.493816078637557e-07,
|
| 541 |
+
"loss": 0.4039,
|
| 542 |
+
"step": 76
|
| 543 |
+
},
|
| 544 |
+
{
|
| 545 |
+
"epoch": 0.77,
|
| 546 |
+
"grad_norm": 3.498682351133943,
|
| 547 |
+
"learning_rate": 1.3778739760445552e-07,
|
| 548 |
+
"loss": 0.3203,
|
| 549 |
+
"step": 77
|
| 550 |
+
},
|
| 551 |
+
{
|
| 552 |
+
"epoch": 0.78,
|
| 553 |
+
"grad_norm": 4.16268013662858,
|
| 554 |
+
"learning_rate": 1.2658926150792322e-07,
|
| 555 |
+
"loss": 0.3715,
|
| 556 |
+
"step": 78
|
| 557 |
+
},
|
| 558 |
+
{
|
| 559 |
+
"epoch": 0.79,
|
| 560 |
+
"grad_norm": 3.404009699611626,
|
| 561 |
+
"learning_rate": 1.1579944457157059e-07,
|
| 562 |
+
"loss": 0.3226,
|
| 563 |
+
"step": 79
|
| 564 |
+
},
|
| 565 |
+
{
|
| 566 |
+
"epoch": 0.8,
|
| 567 |
+
"grad_norm": 3.8135862465406904,
|
| 568 |
+
"learning_rate": 1.0542974530180327e-07,
|
| 569 |
+
"loss": 0.3627,
|
| 570 |
+
"step": 80
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"epoch": 0.81,
|
| 574 |
+
"grad_norm": 3.3969260525552616,
|
| 575 |
+
"learning_rate": 9.549150281252632e-08,
|
| 576 |
+
"loss": 0.3646,
|
| 577 |
+
"step": 81
|
| 578 |
+
},
|
| 579 |
+
{
|
| 580 |
+
"epoch": 0.82,
|
| 581 |
+
"grad_norm": 2.9007273599583057,
|
| 582 |
+
"learning_rate": 8.599558442598998e-08,
|
| 583 |
+
"loss": 0.3506,
|
| 584 |
+
"step": 82
|
| 585 |
+
},
|
| 586 |
+
{
|
| 587 |
+
"epoch": 0.83,
|
| 588 |
+
"grad_norm": 2.8266227536670523,
|
| 589 |
+
"learning_rate": 7.695237378953224e-08,
|
| 590 |
+
"loss": 0.3471,
|
| 591 |
+
"step": 83
|
| 592 |
+
},
|
| 593 |
+
{
|
| 594 |
+
"epoch": 0.84,
|
| 595 |
+
"grad_norm": 2.8680227347397893,
|
| 596 |
+
"learning_rate": 6.837175952121304e-08,
|
| 597 |
+
"loss": 0.3362,
|
| 598 |
+
"step": 84
|
| 599 |
+
},
|
| 600 |
+
{
|
| 601 |
+
"epoch": 0.85,
|
| 602 |
+
"grad_norm": 3.017390726560224,
|
| 603 |
+
"learning_rate": 6.026312439675551e-08,
|
| 604 |
+
"loss": 0.354,
|
| 605 |
+
"step": 85
|
| 606 |
+
},
|
| 607 |
+
{
|
| 608 |
+
"epoch": 0.86,
|
| 609 |
+
"grad_norm": 2.75220355066635,
|
| 610 |
+
"learning_rate": 5.263533508961826e-08,
|
| 611 |
+
"loss": 0.3589,
|
| 612 |
+
"step": 86
|
| 613 |
+
},
|
| 614 |
+
{
|
| 615 |
+
"epoch": 0.87,
|
| 616 |
+
"grad_norm": 2.5609091595597784,
|
| 617 |
+
"learning_rate": 4.549673247541874e-08,
|
| 618 |
+
"loss": 0.3209,
|
| 619 |
+
"step": 87
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"epoch": 0.88,
|
| 623 |
+
"grad_norm": 3.366788037939117,
|
| 624 |
+
"learning_rate": 3.8855122511307626e-08,
|
| 625 |
+
"loss": 0.3707,
|
| 626 |
+
"step": 88
|
| 627 |
+
},
|
| 628 |
+
{
|
| 629 |
+
"epoch": 0.89,
|
| 630 |
+
"grad_norm": 2.998733006487237,
|
| 631 |
+
"learning_rate": 3.271776770026963e-08,
|
| 632 |
+
"loss": 0.3314,
|
| 633 |
+
"step": 89
|
| 634 |
+
},
|
| 635 |
+
{
|
| 636 |
+
"epoch": 0.9,
|
| 637 |
+
"grad_norm": 3.38338292899199,
|
| 638 |
+
"learning_rate": 2.7091379149682682e-08,
|
| 639 |
+
"loss": 0.3634,
|
| 640 |
+
"step": 90
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"epoch": 0.91,
|
| 644 |
+
"grad_norm": 3.62894701397729,
|
| 645 |
+
"learning_rate": 2.1982109232821176e-08,
|
| 646 |
+
"loss": 0.3762,
|
| 647 |
+
"step": 91
|
| 648 |
+
},
|
| 649 |
+
{
|
| 650 |
+
"epoch": 0.92,
|
| 651 |
+
"grad_norm": 3.6241096556456243,
|
| 652 |
+
"learning_rate": 1.7395544861325718e-08,
|
| 653 |
+
"loss": 0.3393,
|
| 654 |
+
"step": 92
|
| 655 |
+
},
|
| 656 |
+
{
|
| 657 |
+
"epoch": 0.93,
|
| 658 |
+
"grad_norm": 3.681150537295675,
|
| 659 |
+
"learning_rate": 1.3336701375997127e-08,
|
| 660 |
+
"loss": 0.3408,
|
| 661 |
+
"step": 93
|
| 662 |
+
},
|
| 663 |
+
{
|
| 664 |
+
"epoch": 0.94,
|
| 665 |
+
"grad_norm": 3.573864183770881,
|
| 666 |
+
"learning_rate": 9.810017062595321e-09,
|
| 667 |
+
"loss": 0.3388,
|
| 668 |
+
"step": 94
|
| 669 |
+
},
|
| 670 |
+
{
|
| 671 |
+
"epoch": 0.95,
|
| 672 |
+
"grad_norm": 3.1628676346413824,
|
| 673 |
+
"learning_rate": 6.819348298638839e-09,
|
| 674 |
+
"loss": 0.3396,
|
| 675 |
+
"step": 95
|
| 676 |
+
},
|
| 677 |
+
{
|
| 678 |
+
"epoch": 0.96,
|
| 679 |
+
"grad_norm": 4.253309468483455,
|
| 680 |
+
"learning_rate": 4.367965336512403e-09,
|
| 681 |
+
"loss": 0.3292,
|
| 682 |
+
"step": 96
|
| 683 |
+
},
|
| 684 |
+
{
|
| 685 |
+
"epoch": 0.97,
|
| 686 |
+
"grad_norm": 3.3389999287279166,
|
| 687 |
+
"learning_rate": 2.458548727494292e-09,
|
| 688 |
+
"loss": 0.3415,
|
| 689 |
+
"step": 97
|
| 690 |
+
},
|
| 691 |
+
{
|
| 692 |
+
"epoch": 0.98,
|
| 693 |
+
"grad_norm": 3.0295989312166327,
|
| 694 |
+
"learning_rate": 1.0931863906127325e-09,
|
| 695 |
+
"loss": 0.3261,
|
| 696 |
+
"step": 98
|
| 697 |
+
},
|
| 698 |
+
{
|
| 699 |
+
"epoch": 0.99,
|
| 700 |
+
"grad_norm": 2.9789770023523388,
|
| 701 |
+
"learning_rate": 2.733713295369755e-10,
|
| 702 |
+
"loss": 0.3191,
|
| 703 |
+
"step": 99
|
| 704 |
+
},
|
| 705 |
+
{
|
| 706 |
+
"epoch": 1.0,
|
| 707 |
+
"grad_norm": 3.6932194833157013,
|
| 708 |
+
"learning_rate": 0.0,
|
| 709 |
+
"loss": 0.355,
|
| 710 |
+
"step": 100
|
| 711 |
+
},
|
| 712 |
+
{
|
| 713 |
+
"epoch": 1.0,
|
| 714 |
+
"step": 100,
|
| 715 |
+
"total_flos": 6384023396352.0,
|
| 716 |
+
"train_loss": 1.047203412950039,
|
| 717 |
+
"train_runtime": 2682.144,
|
| 718 |
+
"train_samples_per_second": 9.545,
|
| 719 |
+
"train_steps_per_second": 0.037
|
| 720 |
+
}
|
| 721 |
+
],
|
| 722 |
+
"logging_steps": 1,
|
| 723 |
+
"max_steps": 100,
|
| 724 |
+
"num_input_tokens_seen": 0,
|
| 725 |
+
"num_train_epochs": 1,
|
| 726 |
+
"save_steps": 100,
|
| 727 |
+
"stateful_callbacks": {
|
| 728 |
+
"TrainerControl": {
|
| 729 |
+
"args": {
|
| 730 |
+
"should_epoch_stop": false,
|
| 731 |
+
"should_evaluate": false,
|
| 732 |
+
"should_log": false,
|
| 733 |
+
"should_save": true,
|
| 734 |
+
"should_training_stop": true
|
| 735 |
+
},
|
| 736 |
+
"attributes": {}
|
| 737 |
+
}
|
| 738 |
+
},
|
| 739 |
+
"total_flos": 6384023396352.0,
|
| 740 |
+
"train_batch_size": 1,
|
| 741 |
+
"trial_name": null,
|
| 742 |
+
"trial_params": null
|
| 743 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2c531ba42481a2d84137aa7548ebc3e7395f37679753c1b2c9683f2fb7b24352
|
| 3 |
+
size 7544
|
training_loss.png
ADDED
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|