Upload folder using huggingface_hub
Browse files- README.md +63 -3
- all_results.json +12 -0
- config.json +30 -0
- eval_results.json +7 -0
- generation_config.json +6 -0
- model-00001-of-00002.safetensors +3 -0
- model-00002-of-00002.safetensors +3 -0
- model.safetensors.index.json +262 -0
- special_tokens_map.json +51 -0
- tokenizer.json +0 -0
- tokenizer_config.json +86 -0
- train_results.json +8 -0
- trainer_log.jsonl +37 -0
- trainer_state.json +294 -0
- training_args.bin +3 -0
- training_loss.png +0 -0
README.md
CHANGED
@@ -1,3 +1,63 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: other
|
4 |
+
base_model: llm-jp/llm-jp-3-3.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 [llm-jp/llm-jp-3-3.7b-instruct](https://huggingface.co/llm-jp/llm-jp-3-3.7b-instruct) on the cot_normal and the cot_math datasets.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.5311
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 1e-05
|
41 |
+
- train_batch_size: 8
|
42 |
+
- eval_batch_size: 1
|
43 |
+
- seed: 42
|
44 |
+
- distributed_type: multi-GPU
|
45 |
+
- num_devices: 4
|
46 |
+
- gradient_accumulation_steps: 4
|
47 |
+
- total_train_batch_size: 128
|
48 |
+
- total_eval_batch_size: 4
|
49 |
+
- optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
50 |
+
- lr_scheduler_type: cosine
|
51 |
+
- lr_scheduler_warmup_ratio: 0.1
|
52 |
+
- num_epochs: 2.0
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
|
57 |
+
|
58 |
+
### Framework versions
|
59 |
+
|
60 |
+
- Transformers 4.46.1
|
61 |
+
- Pytorch 2.4.1+cu121
|
62 |
+
- Datasets 3.1.0
|
63 |
+
- Tokenizers 0.20.3
|
all_results.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.9972714870395634,
|
3 |
+
"eval_loss": 0.5310924649238586,
|
4 |
+
"eval_runtime": 6.0236,
|
5 |
+
"eval_samples_per_second": 39.345,
|
6 |
+
"eval_steps_per_second": 9.961,
|
7 |
+
"total_flos": 53584849797120.0,
|
8 |
+
"train_loss": 0.48227007988372134,
|
9 |
+
"train_runtime": 1900.9535,
|
10 |
+
"train_samples_per_second": 24.658,
|
11 |
+
"train_steps_per_second": 0.193
|
12 |
+
}
|
config.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "llm-jp/llm-jp-3-3.7b-instruct",
|
3 |
+
"architectures": [
|
4 |
+
"LlamaForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_bias": false,
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 1,
|
9 |
+
"eos_token_id": 2,
|
10 |
+
"head_dim": 128,
|
11 |
+
"hidden_act": "silu",
|
12 |
+
"hidden_size": 3072,
|
13 |
+
"initializer_range": 0.02,
|
14 |
+
"intermediate_size": 8192,
|
15 |
+
"max_position_embeddings": 4096,
|
16 |
+
"mlp_bias": false,
|
17 |
+
"model_type": "llama",
|
18 |
+
"num_attention_heads": 24,
|
19 |
+
"num_hidden_layers": 28,
|
20 |
+
"num_key_value_heads": 24,
|
21 |
+
"pretraining_tp": 1,
|
22 |
+
"rms_norm_eps": 1e-05,
|
23 |
+
"rope_scaling": null,
|
24 |
+
"rope_theta": 10000,
|
25 |
+
"tie_word_embeddings": false,
|
26 |
+
"torch_dtype": "bfloat16",
|
27 |
+
"transformers_version": "4.46.1",
|
28 |
+
"use_cache": false,
|
29 |
+
"vocab_size": 99584
|
30 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.9972714870395634,
|
3 |
+
"eval_loss": 0.5310924649238586,
|
4 |
+
"eval_runtime": 6.0236,
|
5 |
+
"eval_samples_per_second": 39.345,
|
6 |
+
"eval_steps_per_second": 9.961
|
7 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"transformers_version": "4.46.1"
|
6 |
+
}
|
model-00001-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9849de8f5ca77debe626b69cf868054b3b4d74b28db51687396395c50396e378
|
3 |
+
size 4990951344
|
model-00002-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f8f323922f7ab41cb5cd5be4406ef4c0d391c7271d55d1ebcd6197920044f9c
|
3 |
+
size 2574904248
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,262 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 7565826048
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "model-00002-of-00002.safetensors",
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00002.safetensors",
|
8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
13 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
15 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
16 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
17 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
18 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
19 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
20 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
21 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
22 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
23 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
24 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
25 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
26 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
27 |
+
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
28 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
29 |
+
"model.layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
30 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
31 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
32 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
33 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
34 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
35 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
36 |
+
"model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
37 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
38 |
+
"model.layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
39 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
40 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
41 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
42 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
43 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
44 |
+
"model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
45 |
+
"model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
46 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
47 |
+
"model.layers.12.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
48 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
49 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
50 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
51 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
52 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
53 |
+
"model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
54 |
+
"model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
55 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
56 |
+
"model.layers.13.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
57 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
58 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
59 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
60 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
61 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
62 |
+
"model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
63 |
+
"model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
64 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
65 |
+
"model.layers.14.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
66 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
67 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
68 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
69 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
70 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
71 |
+
"model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
72 |
+
"model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
73 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
74 |
+
"model.layers.15.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
75 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
76 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
77 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
78 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
79 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
80 |
+
"model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
81 |
+
"model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
82 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
83 |
+
"model.layers.16.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
84 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
85 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
86 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
87 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
88 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
89 |
+
"model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
90 |
+
"model.layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
91 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
92 |
+
"model.layers.17.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
93 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
94 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
95 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
96 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
97 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
98 |
+
"model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
99 |
+
"model.layers.18.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
100 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
101 |
+
"model.layers.18.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
102 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
103 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
104 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
105 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
106 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
107 |
+
"model.layers.19.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
108 |
+
"model.layers.19.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
109 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
110 |
+
"model.layers.19.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
111 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
112 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
113 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
114 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
115 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
116 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
117 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
118 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
119 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
120 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
121 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
122 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
123 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
124 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
125 |
+
"model.layers.20.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
126 |
+
"model.layers.20.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
127 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
128 |
+
"model.layers.20.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
129 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
130 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
131 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
132 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
133 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
134 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
135 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
136 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
137 |
+
"model.layers.21.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
138 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
139 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
140 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
141 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
142 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
143 |
+
"model.layers.22.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
144 |
+
"model.layers.22.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
145 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
146 |
+
"model.layers.22.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
147 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
148 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
149 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
150 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
151 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
152 |
+
"model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
153 |
+
"model.layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
154 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
155 |
+
"model.layers.23.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
156 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
157 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
158 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
159 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
160 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
161 |
+
"model.layers.24.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
162 |
+
"model.layers.24.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
163 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
164 |
+
"model.layers.24.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
165 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
166 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
167 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
168 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
169 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
170 |
+
"model.layers.25.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
171 |
+
"model.layers.25.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
172 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
173 |
+
"model.layers.25.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
174 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
175 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
176 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
177 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
178 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
179 |
+
"model.layers.26.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
180 |
+
"model.layers.26.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
181 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
182 |
+
"model.layers.26.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
183 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
184 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
185 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
186 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
187 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
188 |
+
"model.layers.27.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
189 |
+
"model.layers.27.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
190 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
191 |
+
"model.layers.27.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
192 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
193 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
194 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
195 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
196 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
197 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
198 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
199 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
200 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
201 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
202 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
203 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
204 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
205 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
206 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
207 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
208 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
209 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
210 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
211 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
212 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
213 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
214 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
215 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
216 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
217 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
218 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
219 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
220 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
221 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
222 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
223 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
224 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
225 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
226 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
227 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
228 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
229 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
230 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
231 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
232 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
233 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
234 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
235 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
236 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
237 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
238 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
239 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
240 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
241 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
242 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
243 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
244 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
245 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
246 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
247 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
248 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
249 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
250 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
251 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
252 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
253 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
254 |
+
"model.layers.9.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
255 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
256 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
257 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
258 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
259 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
260 |
+
"model.norm.weight": "model-00002-of-00002.safetensors"
|
261 |
+
}
|
262 |
+
}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"cls_token": {
|
10 |
+
"content": "<CLS|LLM-jp>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"eos_token": {
|
17 |
+
"content": "</s>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"mask_token": {
|
24 |
+
"content": "<MASK|LLM-jp>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
},
|
30 |
+
"pad_token": {
|
31 |
+
"content": "<PAD|LLM-jp>",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": false,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false
|
36 |
+
},
|
37 |
+
"sep_token": {
|
38 |
+
"content": "<SEP|LLM-jp>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false
|
43 |
+
},
|
44 |
+
"unk_token": {
|
45 |
+
"content": "<unk>",
|
46 |
+
"lstrip": false,
|
47 |
+
"normalized": false,
|
48 |
+
"rstrip": false,
|
49 |
+
"single_word": false
|
50 |
+
}
|
51 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"0": {
|
6 |
+
"content": "<unk>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"1": {
|
14 |
+
"content": "<s>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"2": {
|
22 |
+
"content": "</s>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"3": {
|
30 |
+
"content": "<MASK|LLM-jp>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"4": {
|
38 |
+
"content": "<PAD|LLM-jp>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"5": {
|
46 |
+
"content": "<CLS|LLM-jp>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": false,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
},
|
53 |
+
"6": {
|
54 |
+
"content": "<SEP|LLM-jp>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": false,
|
58 |
+
"single_word": false,
|
59 |
+
"special": true
|
60 |
+
},
|
61 |
+
"7": {
|
62 |
+
"content": "<EOD|LLM-jp>",
|
63 |
+
"lstrip": false,
|
64 |
+
"normalized": false,
|
65 |
+
"rstrip": false,
|
66 |
+
"single_word": false,
|
67 |
+
"special": true
|
68 |
+
}
|
69 |
+
},
|
70 |
+
"bos_token": "<s>",
|
71 |
+
"chat_template": "{% set system_message = '以下は、タスクを説明する指示です。要求を適切に満たす応答を書きなさい。\n\n' %}{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% endif %}{% if system_message is defined %}{{ system_message }}{% endif %}{% for message in loop_messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ '\n\n### 指示:\n' + content + '\n\n### 応答:\n' }}{% elif message['role'] == 'assistant' %}{{ content + '</s>' + '\n\n' }}{% endif %}{% endfor %}",
|
72 |
+
"clean_up_tokenization_spaces": false,
|
73 |
+
"cls_token": "<CLS|LLM-jp>",
|
74 |
+
"eod_token": "</s>",
|
75 |
+
"eos_token": "</s>",
|
76 |
+
"extra_ids": 0,
|
77 |
+
"mask_token": "<MASK|LLM-jp>",
|
78 |
+
"model_max_length": 1000000000000000019884624838656,
|
79 |
+
"pad_token": "<PAD|LLM-jp>",
|
80 |
+
"padding_side": "right",
|
81 |
+
"sep_token": "<SEP|LLM-jp>",
|
82 |
+
"sp_model_kwargs": {},
|
83 |
+
"split_special_tokens": false,
|
84 |
+
"tokenizer_class": "PreTrainedTokenizerFast",
|
85 |
+
"unk_token": "<unk>"
|
86 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.9972714870395634,
|
3 |
+
"total_flos": 53584849797120.0,
|
4 |
+
"train_loss": 0.48227007988372134,
|
5 |
+
"train_runtime": 1900.9535,
|
6 |
+
"train_samples_per_second": 24.658,
|
7 |
+
"train_steps_per_second": 0.193
|
8 |
+
}
|
trainer_log.jsonl
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"current_steps": 10, "total_steps": 366, "loss": 0.7385, "lr": 2.702702702702703e-06, "epoch": 0.054570259208731244, "percentage": 2.73, "elapsed_time": "0:01:05", "remaining_time": "0:38:45"}
|
2 |
+
{"current_steps": 20, "total_steps": 366, "loss": 0.6258, "lr": 5.405405405405406e-06, "epoch": 0.10914051841746249, "percentage": 5.46, "elapsed_time": "0:02:00", "remaining_time": "0:34:48"}
|
3 |
+
{"current_steps": 30, "total_steps": 366, "loss": 0.5777, "lr": 8.108108108108109e-06, "epoch": 0.16371077762619374, "percentage": 8.2, "elapsed_time": "0:02:58", "remaining_time": "0:33:15"}
|
4 |
+
{"current_steps": 40, "total_steps": 366, "loss": 0.5768, "lr": 9.997948550797227e-06, "epoch": 0.21828103683492497, "percentage": 10.93, "elapsed_time": "0:03:52", "remaining_time": "0:31:31"}
|
5 |
+
{"current_steps": 50, "total_steps": 366, "loss": 0.5571, "lr": 9.961525153583327e-06, "epoch": 0.2728512960436562, "percentage": 13.66, "elapsed_time": "0:04:43", "remaining_time": "0:29:52"}
|
6 |
+
{"current_steps": 60, "total_steps": 366, "loss": 0.5579, "lr": 9.879896064123961e-06, "epoch": 0.3274215552523875, "percentage": 16.39, "elapsed_time": "0:05:32", "remaining_time": "0:28:15"}
|
7 |
+
{"current_steps": 70, "total_steps": 366, "loss": 0.5437, "lr": 9.75380502539778e-06, "epoch": 0.3819918144611187, "percentage": 19.13, "elapsed_time": "0:06:27", "remaining_time": "0:27:19"}
|
8 |
+
{"current_steps": 80, "total_steps": 366, "loss": 0.5459, "lr": 9.584400884284546e-06, "epoch": 0.43656207366984995, "percentage": 21.86, "elapsed_time": "0:07:21", "remaining_time": "0:26:19"}
|
9 |
+
{"current_steps": 90, "total_steps": 366, "loss": 0.5455, "lr": 9.373227124134888e-06, "epoch": 0.49113233287858116, "percentage": 24.59, "elapsed_time": "0:08:14", "remaining_time": "0:25:15"}
|
10 |
+
{"current_steps": 100, "total_steps": 366, "loss": 0.5388, "lr": 9.122207801708802e-06, "epoch": 0.5457025920873124, "percentage": 27.32, "elapsed_time": "0:09:05", "remaining_time": "0:24:11"}
|
11 |
+
{"current_steps": 110, "total_steps": 366, "loss": 0.5489, "lr": 8.833630016614976e-06, "epoch": 0.6002728512960437, "percentage": 30.05, "elapsed_time": "0:09:52", "remaining_time": "0:22:58"}
|
12 |
+
{"current_steps": 120, "total_steps": 366, "loss": 0.5442, "lr": 8.51012307297624e-06, "epoch": 0.654843110504775, "percentage": 32.79, "elapsed_time": "0:10:36", "remaining_time": "0:21:45"}
|
13 |
+
{"current_steps": 130, "total_steps": 366, "loss": 0.5359, "lr": 8.154634523184389e-06, "epoch": 0.7094133697135061, "percentage": 35.52, "elapsed_time": "0:11:25", "remaining_time": "0:20:45"}
|
14 |
+
{"current_steps": 140, "total_steps": 366, "loss": 0.5318, "lr": 7.77040331201572e-06, "epoch": 0.7639836289222374, "percentage": 38.25, "elapsed_time": "0:12:17", "remaining_time": "0:19:50"}
|
15 |
+
{"current_steps": 150, "total_steps": 366, "loss": 0.5323, "lr": 7.360930265797934e-06, "epoch": 0.8185538881309686, "percentage": 40.98, "elapsed_time": "0:13:06", "remaining_time": "0:18:52"}
|
16 |
+
{"current_steps": 160, "total_steps": 366, "loss": 0.5171, "lr": 6.929946195508933e-06, "epoch": 0.8731241473396999, "percentage": 43.72, "elapsed_time": "0:14:01", "remaining_time": "0:18:03"}
|
17 |
+
{"current_steps": 170, "total_steps": 366, "loss": 0.5234, "lr": 6.481377904428171e-06, "epoch": 0.927694406548431, "percentage": 46.45, "elapsed_time": "0:14:49", "remaining_time": "0:17:05"}
|
18 |
+
{"current_steps": 180, "total_steps": 366, "loss": 0.5209, "lr": 6.019312410053286e-06, "epoch": 0.9822646657571623, "percentage": 49.18, "elapsed_time": "0:15:34", "remaining_time": "0:16:05"}
|
19 |
+
{"current_steps": 190, "total_steps": 366, "loss": 0.4878, "lr": 5.547959706265068e-06, "epoch": 1.0368349249658937, "percentage": 51.91, "elapsed_time": "0:16:30", "remaining_time": "0:15:17"}
|
20 |
+
{"current_steps": 200, "total_steps": 366, "loss": 0.4144, "lr": 5.071614405023938e-06, "epoch": 1.0914051841746248, "percentage": 54.64, "elapsed_time": "0:17:15", "remaining_time": "0:14:19"}
|
21 |
+
{"current_steps": 210, "total_steps": 366, "loss": 0.4102, "lr": 4.594616607090028e-06, "epoch": 1.145975443383356, "percentage": 57.38, "elapsed_time": "0:18:07", "remaining_time": "0:13:27"}
|
22 |
+
{"current_steps": 220, "total_steps": 366, "loss": 0.3954, "lr": 4.121312358283464e-06, "epoch": 1.2005457025920874, "percentage": 60.11, "elapsed_time": "0:19:06", "remaining_time": "0:12:41"}
|
23 |
+
{"current_steps": 230, "total_steps": 366, "loss": 0.4026, "lr": 3.656014051577713e-06, "epoch": 1.2551159618008185, "percentage": 62.84, "elapsed_time": "0:20:03", "remaining_time": "0:11:51"}
|
24 |
+
{"current_steps": 240, "total_steps": 366, "loss": 0.4061, "lr": 3.202961135812437e-06, "epoch": 1.30968622100955, "percentage": 65.57, "elapsed_time": "0:20:53", "remaining_time": "0:10:58"}
|
25 |
+
{"current_steps": 250, "total_steps": 366, "loss": 0.4072, "lr": 2.766281489018482e-06, "epoch": 1.364256480218281, "percentage": 68.31, "elapsed_time": "0:21:38", "remaining_time": "0:10:02"}
|
26 |
+
{"current_steps": 260, "total_steps": 366, "loss": 0.4081, "lr": 2.3499538082923607e-06, "epoch": 1.4188267394270122, "percentage": 71.04, "elapsed_time": "0:22:33", "remaining_time": "0:09:11"}
|
27 |
+
{"current_steps": 270, "total_steps": 366, "loss": 0.4033, "lr": 1.9577713588953797e-06, "epoch": 1.4733969986357436, "percentage": 73.77, "elapsed_time": "0:23:27", "remaining_time": "0:08:20"}
|
28 |
+
{"current_steps": 280, "total_steps": 366, "loss": 0.4045, "lr": 1.5933074128684333e-06, "epoch": 1.5279672578444747, "percentage": 76.5, "elapsed_time": "0:24:18", "remaining_time": "0:07:28"}
|
29 |
+
{"current_steps": 290, "total_steps": 366, "loss": 0.4101, "lr": 1.2598826920598773e-06, "epoch": 1.5825375170532059, "percentage": 79.23, "elapsed_time": "0:25:05", "remaining_time": "0:06:34"}
|
30 |
+
{"current_steps": 300, "total_steps": 366, "loss": 0.4028, "lr": 9.605351122011308e-07, "epoch": 1.6371077762619373, "percentage": 81.97, "elapsed_time": "0:26:01", "remaining_time": "0:05:43"}
|
31 |
+
{"current_steps": 310, "total_steps": 366, "loss": 0.4015, "lr": 6.979921036993042e-07, "epoch": 1.6916780354706686, "percentage": 84.7, "elapsed_time": "0:26:51", "remaining_time": "0:04:51"}
|
32 |
+
{"current_steps": 320, "total_steps": 366, "loss": 0.3958, "lr": 4.7464576133899043e-07, "epoch": 1.7462482946793996, "percentage": 87.43, "elapsed_time": "0:27:44", "remaining_time": "0:03:59"}
|
33 |
+
{"current_steps": 330, "total_steps": 366, "loss": 0.4015, "lr": 2.925310493105099e-07, "epoch": 1.800818553888131, "percentage": 90.16, "elapsed_time": "0:28:29", "remaining_time": "0:03:06"}
|
34 |
+
{"current_steps": 340, "total_steps": 366, "loss": 0.3974, "lr": 1.5330726014397668e-07, "epoch": 1.8553888130968623, "percentage": 92.9, "elapsed_time": "0:29:17", "remaining_time": "0:02:14"}
|
35 |
+
{"current_steps": 350, "total_steps": 366, "loss": 0.3824, "lr": 5.824289648152126e-08, "epoch": 1.9099590723055935, "percentage": 95.63, "elapsed_time": "0:30:07", "remaining_time": "0:01:22"}
|
36 |
+
{"current_steps": 360, "total_steps": 366, "loss": 0.4059, "lr": 8.204113433559202e-09, "epoch": 1.9645293315143246, "percentage": 98.36, "elapsed_time": "0:30:58", "remaining_time": "0:00:30"}
|
37 |
+
{"current_steps": 366, "total_steps": 366, "epoch": 1.9972714870395634, "percentage": 100.0, "elapsed_time": "0:31:39", "remaining_time": "0:00:00"}
|
trainer_state.json
ADDED
@@ -0,0 +1,294 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 1.9972714870395634,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 366,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.054570259208731244,
|
13 |
+
"grad_norm": 2.4109368924528636,
|
14 |
+
"learning_rate": 2.702702702702703e-06,
|
15 |
+
"loss": 0.7385,
|
16 |
+
"step": 10
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.10914051841746249,
|
20 |
+
"grad_norm": 1.411542387667167,
|
21 |
+
"learning_rate": 5.405405405405406e-06,
|
22 |
+
"loss": 0.6258,
|
23 |
+
"step": 20
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.16371077762619374,
|
27 |
+
"grad_norm": 1.1090603733773723,
|
28 |
+
"learning_rate": 8.108108108108109e-06,
|
29 |
+
"loss": 0.5777,
|
30 |
+
"step": 30
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.21828103683492497,
|
34 |
+
"grad_norm": 1.0114013426864816,
|
35 |
+
"learning_rate": 9.997948550797227e-06,
|
36 |
+
"loss": 0.5768,
|
37 |
+
"step": 40
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.2728512960436562,
|
41 |
+
"grad_norm": 1.0925544693817912,
|
42 |
+
"learning_rate": 9.961525153583327e-06,
|
43 |
+
"loss": 0.5571,
|
44 |
+
"step": 50
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.3274215552523875,
|
48 |
+
"grad_norm": 1.1229468005660994,
|
49 |
+
"learning_rate": 9.879896064123961e-06,
|
50 |
+
"loss": 0.5579,
|
51 |
+
"step": 60
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.3819918144611187,
|
55 |
+
"grad_norm": 1.1457306310920201,
|
56 |
+
"learning_rate": 9.75380502539778e-06,
|
57 |
+
"loss": 0.5437,
|
58 |
+
"step": 70
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.43656207366984995,
|
62 |
+
"grad_norm": 1.0550317300389418,
|
63 |
+
"learning_rate": 9.584400884284546e-06,
|
64 |
+
"loss": 0.5459,
|
65 |
+
"step": 80
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.49113233287858116,
|
69 |
+
"grad_norm": 1.1312778139498736,
|
70 |
+
"learning_rate": 9.373227124134888e-06,
|
71 |
+
"loss": 0.5455,
|
72 |
+
"step": 90
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.5457025920873124,
|
76 |
+
"grad_norm": 1.0356499530726737,
|
77 |
+
"learning_rate": 9.122207801708802e-06,
|
78 |
+
"loss": 0.5388,
|
79 |
+
"step": 100
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.6002728512960437,
|
83 |
+
"grad_norm": 1.0985324135142938,
|
84 |
+
"learning_rate": 8.833630016614976e-06,
|
85 |
+
"loss": 0.5489,
|
86 |
+
"step": 110
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.654843110504775,
|
90 |
+
"grad_norm": 1.1083844896783392,
|
91 |
+
"learning_rate": 8.51012307297624e-06,
|
92 |
+
"loss": 0.5442,
|
93 |
+
"step": 120
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.7094133697135061,
|
97 |
+
"grad_norm": 1.0400224538030558,
|
98 |
+
"learning_rate": 8.154634523184389e-06,
|
99 |
+
"loss": 0.5359,
|
100 |
+
"step": 130
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.7639836289222374,
|
104 |
+
"grad_norm": 1.0744202310569617,
|
105 |
+
"learning_rate": 7.77040331201572e-06,
|
106 |
+
"loss": 0.5318,
|
107 |
+
"step": 140
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.8185538881309686,
|
111 |
+
"grad_norm": 1.0968285492605718,
|
112 |
+
"learning_rate": 7.360930265797934e-06,
|
113 |
+
"loss": 0.5323,
|
114 |
+
"step": 150
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.8731241473396999,
|
118 |
+
"grad_norm": 1.021879688858344,
|
119 |
+
"learning_rate": 6.929946195508933e-06,
|
120 |
+
"loss": 0.5171,
|
121 |
+
"step": 160
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.927694406548431,
|
125 |
+
"grad_norm": 1.0678204884195794,
|
126 |
+
"learning_rate": 6.481377904428171e-06,
|
127 |
+
"loss": 0.5234,
|
128 |
+
"step": 170
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.9822646657571623,
|
132 |
+
"grad_norm": 0.9343628148722539,
|
133 |
+
"learning_rate": 6.019312410053286e-06,
|
134 |
+
"loss": 0.5209,
|
135 |
+
"step": 180
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 1.0368349249658937,
|
139 |
+
"grad_norm": 1.2427110143315105,
|
140 |
+
"learning_rate": 5.547959706265068e-06,
|
141 |
+
"loss": 0.4878,
|
142 |
+
"step": 190
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 1.0914051841746248,
|
146 |
+
"grad_norm": 1.0091906053534088,
|
147 |
+
"learning_rate": 5.071614405023938e-06,
|
148 |
+
"loss": 0.4144,
|
149 |
+
"step": 200
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 1.145975443383356,
|
153 |
+
"grad_norm": 1.007806012878209,
|
154 |
+
"learning_rate": 4.594616607090028e-06,
|
155 |
+
"loss": 0.4102,
|
156 |
+
"step": 210
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 1.2005457025920874,
|
160 |
+
"grad_norm": 0.9761625285978685,
|
161 |
+
"learning_rate": 4.121312358283464e-06,
|
162 |
+
"loss": 0.3954,
|
163 |
+
"step": 220
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 1.2551159618008185,
|
167 |
+
"grad_norm": 0.9057196288186306,
|
168 |
+
"learning_rate": 3.656014051577713e-06,
|
169 |
+
"loss": 0.4026,
|
170 |
+
"step": 230
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 1.30968622100955,
|
174 |
+
"grad_norm": 0.9923780381040166,
|
175 |
+
"learning_rate": 3.202961135812437e-06,
|
176 |
+
"loss": 0.4061,
|
177 |
+
"step": 240
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 1.364256480218281,
|
181 |
+
"grad_norm": 0.9366887214418035,
|
182 |
+
"learning_rate": 2.766281489018482e-06,
|
183 |
+
"loss": 0.4072,
|
184 |
+
"step": 250
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 1.4188267394270122,
|
188 |
+
"grad_norm": 0.9615122411717134,
|
189 |
+
"learning_rate": 2.3499538082923607e-06,
|
190 |
+
"loss": 0.4081,
|
191 |
+
"step": 260
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 1.4733969986357436,
|
195 |
+
"grad_norm": 0.9926176178093427,
|
196 |
+
"learning_rate": 1.9577713588953797e-06,
|
197 |
+
"loss": 0.4033,
|
198 |
+
"step": 270
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 1.5279672578444747,
|
202 |
+
"grad_norm": 0.940790518539519,
|
203 |
+
"learning_rate": 1.5933074128684333e-06,
|
204 |
+
"loss": 0.4045,
|
205 |
+
"step": 280
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 1.5825375170532059,
|
209 |
+
"grad_norm": 0.9731821866758915,
|
210 |
+
"learning_rate": 1.2598826920598773e-06,
|
211 |
+
"loss": 0.4101,
|
212 |
+
"step": 290
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 1.6371077762619373,
|
216 |
+
"grad_norm": 0.9806874432871104,
|
217 |
+
"learning_rate": 9.605351122011308e-07,
|
218 |
+
"loss": 0.4028,
|
219 |
+
"step": 300
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 1.6916780354706686,
|
223 |
+
"grad_norm": 0.9218297203583149,
|
224 |
+
"learning_rate": 6.979921036993042e-07,
|
225 |
+
"loss": 0.4015,
|
226 |
+
"step": 310
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 1.7462482946793996,
|
230 |
+
"grad_norm": 0.9247290967153217,
|
231 |
+
"learning_rate": 4.7464576133899043e-07,
|
232 |
+
"loss": 0.3958,
|
233 |
+
"step": 320
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 1.800818553888131,
|
237 |
+
"grad_norm": 0.9418425606930034,
|
238 |
+
"learning_rate": 2.925310493105099e-07,
|
239 |
+
"loss": 0.4015,
|
240 |
+
"step": 330
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 1.8553888130968623,
|
244 |
+
"grad_norm": 0.9321370632360508,
|
245 |
+
"learning_rate": 1.5330726014397668e-07,
|
246 |
+
"loss": 0.3974,
|
247 |
+
"step": 340
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 1.9099590723055935,
|
251 |
+
"grad_norm": 0.9562537189946939,
|
252 |
+
"learning_rate": 5.824289648152126e-08,
|
253 |
+
"loss": 0.3824,
|
254 |
+
"step": 350
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 1.9645293315143246,
|
258 |
+
"grad_norm": 0.9275908894260719,
|
259 |
+
"learning_rate": 8.204113433559202e-09,
|
260 |
+
"loss": 0.4059,
|
261 |
+
"step": 360
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 1.9972714870395634,
|
265 |
+
"step": 366,
|
266 |
+
"total_flos": 53584849797120.0,
|
267 |
+
"train_loss": 0.48227007988372134,
|
268 |
+
"train_runtime": 1900.9535,
|
269 |
+
"train_samples_per_second": 24.658,
|
270 |
+
"train_steps_per_second": 0.193
|
271 |
+
}
|
272 |
+
],
|
273 |
+
"logging_steps": 10,
|
274 |
+
"max_steps": 366,
|
275 |
+
"num_input_tokens_seen": 0,
|
276 |
+
"num_train_epochs": 2,
|
277 |
+
"save_steps": 500,
|
278 |
+
"stateful_callbacks": {
|
279 |
+
"TrainerControl": {
|
280 |
+
"args": {
|
281 |
+
"should_epoch_stop": false,
|
282 |
+
"should_evaluate": false,
|
283 |
+
"should_log": false,
|
284 |
+
"should_save": true,
|
285 |
+
"should_training_stop": true
|
286 |
+
},
|
287 |
+
"attributes": {}
|
288 |
+
}
|
289 |
+
},
|
290 |
+
"total_flos": 53584849797120.0,
|
291 |
+
"train_batch_size": 8,
|
292 |
+
"trial_name": null,
|
293 |
+
"trial_params": null
|
294 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f8435baf91e26a9349dbe5c55a628ac3fdb0531f6a6ee1bf33e431230b92833
|
3 |
+
size 7160
|
training_loss.png
ADDED
![]() |