Initial model upload
Browse files- .ipynb_checkpoints/README-checkpoint.md +141 -0
- README.md +141 -0
- adapter_config.json +34 -0
- adapter_model.bin +3 -0
- added_tokens.json +5 -0
- checkpoint-2634/README.md +202 -0
- checkpoint-2634/adapter_config.json +34 -0
- checkpoint-2634/adapter_model.safetensors +3 -0
- checkpoint-2634/added_tokens.json +5 -0
- checkpoint-2634/merges.txt +0 -0
- checkpoint-2634/optimizer.pt +3 -0
- checkpoint-2634/rng_state_0.pth +3 -0
- checkpoint-2634/rng_state_1.pth +3 -0
- checkpoint-2634/rng_state_2.pth +3 -0
- checkpoint-2634/rng_state_3.pth +3 -0
- checkpoint-2634/rng_state_4.pth +3 -0
- checkpoint-2634/rng_state_5.pth +3 -0
- checkpoint-2634/rng_state_6.pth +3 -0
- checkpoint-2634/rng_state_7.pth +3 -0
- checkpoint-2634/scheduler.pt +3 -0
- checkpoint-2634/special_tokens_map.json +35 -0
- checkpoint-2634/tokenizer.json +0 -0
- checkpoint-2634/tokenizer_config.json +199 -0
- checkpoint-2634/trainer_state.json +1874 -0
- checkpoint-2634/training_args.bin +3 -0
- checkpoint-2634/vocab.json +0 -0
- config.json +49 -0
- merged/added_tokens.json +5 -0
- merged/config.json +33 -0
- merged/generation_config.json +8 -0
- merged/merges.txt +0 -0
- merged/pytorch_model-00001-of-00004.bin +3 -0
- merged/pytorch_model-00002-of-00004.bin +3 -0
- merged/pytorch_model-00003-of-00004.bin +3 -0
- merged/pytorch_model-00004-of-00004.bin +3 -0
- merged/pytorch_model.bin.index.json +370 -0
- merged/special_tokens_map.json +35 -0
- merged/tokenizer.json +0 -0
- merged/tokenizer_config.json +199 -0
- merged/vocab.json +0 -0
- merges.txt +0 -0
- special_tokens_map.json +35 -0
- tokenizer.json +0 -0
- tokenizer_config.json +199 -0
- vocab.json +0 -0
.ipynb_checkpoints/README-checkpoint.md
ADDED
@@ -0,0 +1,141 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: ibm-granite/granite-3.1-8b-instruct
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: home/ec2-user/SageMaker/task_decomposition/trained_models/granite-code-plans-3.1-8b-lora
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
[<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
|
16 |
+
<details><summary>See axolotl config</summary>
|
17 |
+
|
18 |
+
axolotl version: `0.5.2`
|
19 |
+
```yaml
|
20 |
+
base_model: ibm-granite/granite-3.1-8b-instruct
|
21 |
+
model_type: AutoModelForCausalLM
|
22 |
+
tokenizer_type: AutoTokenizer
|
23 |
+
|
24 |
+
resize_token_embeddings_to_32x: true
|
25 |
+
load_in_8bit: true
|
26 |
+
load_in_4bit: false
|
27 |
+
strict: false
|
28 |
+
|
29 |
+
datasets:
|
30 |
+
- path: /home/ec2-user/SageMaker/task_decomposition/data/task_decomposition_training_data_code.jsonl
|
31 |
+
type: chat_template
|
32 |
+
chat_template: tokenizer_default
|
33 |
+
field_messages: conversations
|
34 |
+
message_field_role: role
|
35 |
+
message_field_content: value
|
36 |
+
dataset_prepared_path: last_run_prepared_sft
|
37 |
+
|
38 |
+
val_set_size: 0
|
39 |
+
sequence_len: 8192
|
40 |
+
sample_packing: false
|
41 |
+
pad_to_sequence_len: true
|
42 |
+
eval_sample_packing: false
|
43 |
+
output_dir: /home/ec2-user/SageMaker/task_decomposition/trained_models/granite-code-plans-3.1-8b-lora
|
44 |
+
|
45 |
+
wandb_project: null
|
46 |
+
wandb_entity: null
|
47 |
+
wandb_watch: null
|
48 |
+
wandb_name: null
|
49 |
+
wandb_log_model: null
|
50 |
+
|
51 |
+
adapter: lora
|
52 |
+
lora_model_dir:
|
53 |
+
lora_r: 32
|
54 |
+
lora_alpha: 16
|
55 |
+
lora_dropout: 0.05
|
56 |
+
lora_target_linear: true
|
57 |
+
lora_fan_in_fan_out:
|
58 |
+
|
59 |
+
gradient_accumulation_steps: 8
|
60 |
+
micro_batch_size: 1
|
61 |
+
eval_batch_size: 1
|
62 |
+
num_epochs: 3
|
63 |
+
optimizer: adamw_bnb_8bit
|
64 |
+
lr_scheduler: cosine
|
65 |
+
learning_rate: 1e-05
|
66 |
+
|
67 |
+
max_grad_norm: 1.0
|
68 |
+
logging_steps: 10
|
69 |
+
|
70 |
+
train_on_inputs: false
|
71 |
+
group_by_length: false
|
72 |
+
|
73 |
+
bf16: auto
|
74 |
+
fp16:
|
75 |
+
tf32: false
|
76 |
+
|
77 |
+
gradient_checkpointing: true
|
78 |
+
gradient_checkpointing_kwargs:
|
79 |
+
use_reentrant: false
|
80 |
+
early_stopping_patience:
|
81 |
+
resume_from_checkpoint:
|
82 |
+
local_rank:
|
83 |
+
xformers_attention:
|
84 |
+
flash_attention: true
|
85 |
+
warmup_ratio: 0.05
|
86 |
+
eval_steps:
|
87 |
+
save_strategy: epoch
|
88 |
+
eval_table_size:
|
89 |
+
num_processes: 8
|
90 |
+
deepspeed:
|
91 |
+
weight_decay: 0.0
|
92 |
+
```
|
93 |
+
|
94 |
+
</details><br>
|
95 |
+
|
96 |
+
# home/ec2-user/SageMaker/task_decomposition/trained_models/granite-code-plans-3.0-8b-lora
|
97 |
+
|
98 |
+
This model is a fine-tuned version of [ibm-granite/granite-3.1-8b-instruct](https://huggingface.co/ibm-granite/granite-3.1-8b-instruct) on the /home/ec2-user/SageMaker/task_decomposition/data/task_decomposition_training_data_code.jsonl dataset.
|
99 |
+
|
100 |
+
## Model description
|
101 |
+
|
102 |
+
More information needed
|
103 |
+
|
104 |
+
## Intended uses & limitations
|
105 |
+
|
106 |
+
More information needed
|
107 |
+
|
108 |
+
## Training and evaluation data
|
109 |
+
|
110 |
+
More information needed
|
111 |
+
|
112 |
+
## Training procedure
|
113 |
+
|
114 |
+
### Training hyperparameters
|
115 |
+
|
116 |
+
The following hyperparameters were used during training:
|
117 |
+
- learning_rate: 1e-05
|
118 |
+
- train_batch_size: 1
|
119 |
+
- eval_batch_size: 1
|
120 |
+
- seed: 42
|
121 |
+
- distributed_type: multi-GPU
|
122 |
+
- num_devices: 8
|
123 |
+
- gradient_accumulation_steps: 8
|
124 |
+
- total_train_batch_size: 64
|
125 |
+
- total_eval_batch_size: 8
|
126 |
+
- optimizer: Use adamw_bnb_8bit with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
127 |
+
- lr_scheduler_type: cosine
|
128 |
+
- lr_scheduler_warmup_steps: 131
|
129 |
+
- num_epochs: 3
|
130 |
+
|
131 |
+
### Training results
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
### Framework versions
|
136 |
+
|
137 |
+
- PEFT 0.13.2
|
138 |
+
- Transformers 4.46.3
|
139 |
+
- Pytorch 2.3.1+cu121
|
140 |
+
- Datasets 3.1.0
|
141 |
+
- Tokenizers 0.20.3
|
README.md
ADDED
@@ -0,0 +1,141 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: ibm-granite/granite-3.1-8b-instruct
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: home/ec2-user/SageMaker/task_decomposition/trained_models/granite-code-plans-3.1-8b-lora
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
[<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
|
16 |
+
<details><summary>See axolotl config</summary>
|
17 |
+
|
18 |
+
axolotl version: `0.5.2`
|
19 |
+
```yaml
|
20 |
+
base_model: ibm-granite/granite-3.1-8b-instruct
|
21 |
+
model_type: AutoModelForCausalLM
|
22 |
+
tokenizer_type: AutoTokenizer
|
23 |
+
|
24 |
+
resize_token_embeddings_to_32x: true
|
25 |
+
load_in_8bit: true
|
26 |
+
load_in_4bit: false
|
27 |
+
strict: false
|
28 |
+
|
29 |
+
datasets:
|
30 |
+
- path: /home/ec2-user/SageMaker/task_decomposition/data/task_decomposition_training_data_code.jsonl
|
31 |
+
type: chat_template
|
32 |
+
chat_template: tokenizer_default
|
33 |
+
field_messages: conversations
|
34 |
+
message_field_role: role
|
35 |
+
message_field_content: value
|
36 |
+
dataset_prepared_path: last_run_prepared_sft
|
37 |
+
|
38 |
+
val_set_size: 0
|
39 |
+
sequence_len: 8192
|
40 |
+
sample_packing: false
|
41 |
+
pad_to_sequence_len: true
|
42 |
+
eval_sample_packing: false
|
43 |
+
output_dir: /home/ec2-user/SageMaker/task_decomposition/trained_models/granite-code-plans-3.1-8b-lora
|
44 |
+
|
45 |
+
wandb_project: null
|
46 |
+
wandb_entity: null
|
47 |
+
wandb_watch: null
|
48 |
+
wandb_name: null
|
49 |
+
wandb_log_model: null
|
50 |
+
|
51 |
+
adapter: lora
|
52 |
+
lora_model_dir:
|
53 |
+
lora_r: 32
|
54 |
+
lora_alpha: 16
|
55 |
+
lora_dropout: 0.05
|
56 |
+
lora_target_linear: true
|
57 |
+
lora_fan_in_fan_out:
|
58 |
+
|
59 |
+
gradient_accumulation_steps: 8
|
60 |
+
micro_batch_size: 1
|
61 |
+
eval_batch_size: 1
|
62 |
+
num_epochs: 3
|
63 |
+
optimizer: adamw_bnb_8bit
|
64 |
+
lr_scheduler: cosine
|
65 |
+
learning_rate: 1e-05
|
66 |
+
|
67 |
+
max_grad_norm: 1.0
|
68 |
+
logging_steps: 10
|
69 |
+
|
70 |
+
train_on_inputs: false
|
71 |
+
group_by_length: false
|
72 |
+
|
73 |
+
bf16: auto
|
74 |
+
fp16:
|
75 |
+
tf32: false
|
76 |
+
|
77 |
+
gradient_checkpointing: true
|
78 |
+
gradient_checkpointing_kwargs:
|
79 |
+
use_reentrant: false
|
80 |
+
early_stopping_patience:
|
81 |
+
resume_from_checkpoint:
|
82 |
+
local_rank:
|
83 |
+
xformers_attention:
|
84 |
+
flash_attention: true
|
85 |
+
warmup_ratio: 0.05
|
86 |
+
eval_steps:
|
87 |
+
save_strategy: epoch
|
88 |
+
eval_table_size:
|
89 |
+
num_processes: 8
|
90 |
+
deepspeed:
|
91 |
+
weight_decay: 0.0
|
92 |
+
```
|
93 |
+
|
94 |
+
</details><br>
|
95 |
+
|
96 |
+
# home/ec2-user/SageMaker/task_decomposition/trained_models/granite-code-plans-3.0-8b-lora
|
97 |
+
|
98 |
+
This model is a fine-tuned version of [ibm-granite/granite-3.1-8b-instruct](https://huggingface.co/ibm-granite/granite-3.1-8b-instruct) on the /home/ec2-user/SageMaker/task_decomposition/data/task_decomposition_training_data_code.jsonl dataset.
|
99 |
+
|
100 |
+
## Model description
|
101 |
+
|
102 |
+
More information needed
|
103 |
+
|
104 |
+
## Intended uses & limitations
|
105 |
+
|
106 |
+
More information needed
|
107 |
+
|
108 |
+
## Training and evaluation data
|
109 |
+
|
110 |
+
More information needed
|
111 |
+
|
112 |
+
## Training procedure
|
113 |
+
|
114 |
+
### Training hyperparameters
|
115 |
+
|
116 |
+
The following hyperparameters were used during training:
|
117 |
+
- learning_rate: 1e-05
|
118 |
+
- train_batch_size: 1
|
119 |
+
- eval_batch_size: 1
|
120 |
+
- seed: 42
|
121 |
+
- distributed_type: multi-GPU
|
122 |
+
- num_devices: 8
|
123 |
+
- gradient_accumulation_steps: 8
|
124 |
+
- total_train_batch_size: 64
|
125 |
+
- total_eval_batch_size: 8
|
126 |
+
- optimizer: Use adamw_bnb_8bit with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
127 |
+
- lr_scheduler_type: cosine
|
128 |
+
- lr_scheduler_warmup_steps: 131
|
129 |
+
- num_epochs: 3
|
130 |
+
|
131 |
+
### Training results
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
### Framework versions
|
136 |
+
|
137 |
+
- PEFT 0.13.2
|
138 |
+
- Transformers 4.46.3
|
139 |
+
- Pytorch 2.3.1+cu121
|
140 |
+
- Datasets 3.1.0
|
141 |
+
- Tokenizers 0.20.3
|
adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "ibm-granite/granite-3.1-8b-instruct",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": null,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 16,
|
14 |
+
"lora_dropout": 0.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 32,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"o_proj",
|
24 |
+
"up_proj",
|
25 |
+
"gate_proj",
|
26 |
+
"down_proj",
|
27 |
+
"q_proj",
|
28 |
+
"k_proj",
|
29 |
+
"v_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:22c3edb99c6fc94c240b9835eb699c595319870dd0c7d63e62ccead0ebe33cfb
|
3 |
+
size 798955662
|
added_tokens.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|end_of_role|>": 49153,
|
3 |
+
"<|start_of_role|>": 49152,
|
4 |
+
"<|tool_call|>": 49154
|
5 |
+
}
|
checkpoint-2634/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: ibm-granite/granite-3.1-8b-instruct
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.13.2
|
checkpoint-2634/adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "ibm-granite/granite-3.1-8b-instruct",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": null,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 16,
|
14 |
+
"lora_dropout": 0.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 32,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"o_proj",
|
24 |
+
"up_proj",
|
25 |
+
"gate_proj",
|
26 |
+
"down_proj",
|
27 |
+
"q_proj",
|
28 |
+
"k_proj",
|
29 |
+
"v_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
checkpoint-2634/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a2ebaf12130f5535a2f0f5535926bf7abfcd5fb36a79ed786d165ab5999d812b
|
3 |
+
size 1201743872
|
checkpoint-2634/added_tokens.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|end_of_role|>": 49153,
|
3 |
+
"<|start_of_role|>": 49152,
|
4 |
+
"<|tool_call|>": 49154
|
5 |
+
}
|
checkpoint-2634/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-2634/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:89902f0ada51006c8f38e151736085e7a3f0f9ff7f5e322283cde55b9482a7a5
|
3 |
+
size 201669716
|
checkpoint-2634/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:acbb3e9320cd68bfe8c2bf072af8314d8ce5efd24e4384ff04b193579c3e7200
|
3 |
+
size 15984
|
checkpoint-2634/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3ab1f7aef383750eace0f5192955176857f85e40b72609de632e8e6991478fc5
|
3 |
+
size 15984
|
checkpoint-2634/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:753bffddc284b0654ce16c1507fa2788baad2d52808943365d875916e088cafb
|
3 |
+
size 15984
|
checkpoint-2634/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ed518fa1cf576370463fb2c80cc41ea79ab84f310b30a6b9a6ab8ac5c80a9e7
|
3 |
+
size 15984
|
checkpoint-2634/rng_state_4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:84dba4fac68ce5da86e140d8e7c676ab9e7e3c1e7a80583bdcf190b5552f59a1
|
3 |
+
size 15984
|
checkpoint-2634/rng_state_5.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:28ad82c628b592c75294f2afeb315f93392198e2c3e75ebdbc157d6ab68a0dc6
|
3 |
+
size 15984
|
checkpoint-2634/rng_state_6.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c8254fa21b706860d6a5436375803d5421f86cef2466fa7bdb11f480b806748
|
3 |
+
size 15984
|
checkpoint-2634/rng_state_7.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7451f4d374e811fd9af8553a62494efb2128f894b111bc4d501e74ab5b9c5e2
|
3 |
+
size 15984
|
checkpoint-2634/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc409a018e12e79b6a09cca3f51d9317a6dff64227181a981433f442215a27ed
|
3 |
+
size 1064
|
checkpoint-2634/special_tokens_map.json
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|start_of_role|>",
|
4 |
+
"<|end_of_role|>",
|
5 |
+
"<|tool_call|>"
|
6 |
+
],
|
7 |
+
"bos_token": {
|
8 |
+
"content": "<|end_of_text|>",
|
9 |
+
"lstrip": false,
|
10 |
+
"normalized": false,
|
11 |
+
"rstrip": false,
|
12 |
+
"single_word": false
|
13 |
+
},
|
14 |
+
"eos_token": {
|
15 |
+
"content": "<|end_of_text|>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": false,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false
|
20 |
+
},
|
21 |
+
"pad_token": {
|
22 |
+
"content": "<|end_of_text|>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false
|
27 |
+
},
|
28 |
+
"unk_token": {
|
29 |
+
"content": "<|end_of_text|>",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": false,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false
|
34 |
+
}
|
35 |
+
}
|
checkpoint-2634/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-2634/tokenizer_config.json
ADDED
@@ -0,0 +1,199 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_prefix_space": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"0": {
|
6 |
+
"content": "<|end_of_text|>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"1": {
|
14 |
+
"content": "<fim_prefix>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"2": {
|
22 |
+
"content": "<fim_middle>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"3": {
|
30 |
+
"content": "<fim_suffix>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"4": {
|
38 |
+
"content": "<fim_pad>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"5": {
|
46 |
+
"content": "<filename>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": false,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
},
|
53 |
+
"6": {
|
54 |
+
"content": "<gh_stars>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": false,
|
58 |
+
"single_word": false,
|
59 |
+
"special": true
|
60 |
+
},
|
61 |
+
"7": {
|
62 |
+
"content": "<issue_start>",
|
63 |
+
"lstrip": false,
|
64 |
+
"normalized": false,
|
65 |
+
"rstrip": false,
|
66 |
+
"single_word": false,
|
67 |
+
"special": true
|
68 |
+
},
|
69 |
+
"8": {
|
70 |
+
"content": "<issue_comment>",
|
71 |
+
"lstrip": false,
|
72 |
+
"normalized": false,
|
73 |
+
"rstrip": false,
|
74 |
+
"single_word": false,
|
75 |
+
"special": true
|
76 |
+
},
|
77 |
+
"9": {
|
78 |
+
"content": "<issue_closed>",
|
79 |
+
"lstrip": false,
|
80 |
+
"normalized": false,
|
81 |
+
"rstrip": false,
|
82 |
+
"single_word": false,
|
83 |
+
"special": true
|
84 |
+
},
|
85 |
+
"10": {
|
86 |
+
"content": "<jupyter_start>",
|
87 |
+
"lstrip": false,
|
88 |
+
"normalized": false,
|
89 |
+
"rstrip": false,
|
90 |
+
"single_word": false,
|
91 |
+
"special": true
|
92 |
+
},
|
93 |
+
"11": {
|
94 |
+
"content": "<jupyter_text>",
|
95 |
+
"lstrip": false,
|
96 |
+
"normalized": false,
|
97 |
+
"rstrip": false,
|
98 |
+
"single_word": false,
|
99 |
+
"special": true
|
100 |
+
},
|
101 |
+
"12": {
|
102 |
+
"content": "<jupyter_code>",
|
103 |
+
"lstrip": false,
|
104 |
+
"normalized": false,
|
105 |
+
"rstrip": false,
|
106 |
+
"single_word": false,
|
107 |
+
"special": true
|
108 |
+
},
|
109 |
+
"13": {
|
110 |
+
"content": "<jupyter_output>",
|
111 |
+
"lstrip": false,
|
112 |
+
"normalized": false,
|
113 |
+
"rstrip": false,
|
114 |
+
"single_word": false,
|
115 |
+
"special": true
|
116 |
+
},
|
117 |
+
"14": {
|
118 |
+
"content": "<empty_output>",
|
119 |
+
"lstrip": false,
|
120 |
+
"normalized": false,
|
121 |
+
"rstrip": false,
|
122 |
+
"single_word": false,
|
123 |
+
"special": true
|
124 |
+
},
|
125 |
+
"15": {
|
126 |
+
"content": "<commit_before>",
|
127 |
+
"lstrip": false,
|
128 |
+
"normalized": false,
|
129 |
+
"rstrip": false,
|
130 |
+
"single_word": false,
|
131 |
+
"special": true
|
132 |
+
},
|
133 |
+
"16": {
|
134 |
+
"content": "<commit_msg>",
|
135 |
+
"lstrip": false,
|
136 |
+
"normalized": false,
|
137 |
+
"rstrip": false,
|
138 |
+
"single_word": false,
|
139 |
+
"special": true
|
140 |
+
},
|
141 |
+
"17": {
|
142 |
+
"content": "<commit_after>",
|
143 |
+
"lstrip": false,
|
144 |
+
"normalized": false,
|
145 |
+
"rstrip": false,
|
146 |
+
"single_word": false,
|
147 |
+
"special": true
|
148 |
+
},
|
149 |
+
"18": {
|
150 |
+
"content": "<reponame>",
|
151 |
+
"lstrip": false,
|
152 |
+
"normalized": false,
|
153 |
+
"rstrip": false,
|
154 |
+
"single_word": false,
|
155 |
+
"special": true
|
156 |
+
},
|
157 |
+
"49152": {
|
158 |
+
"content": "<|start_of_role|>",
|
159 |
+
"lstrip": false,
|
160 |
+
"normalized": false,
|
161 |
+
"rstrip": false,
|
162 |
+
"single_word": false,
|
163 |
+
"special": true
|
164 |
+
},
|
165 |
+
"49153": {
|
166 |
+
"content": "<|end_of_role|>",
|
167 |
+
"lstrip": false,
|
168 |
+
"normalized": false,
|
169 |
+
"rstrip": false,
|
170 |
+
"single_word": false,
|
171 |
+
"special": true
|
172 |
+
},
|
173 |
+
"49154": {
|
174 |
+
"content": "<|tool_call|>",
|
175 |
+
"lstrip": false,
|
176 |
+
"normalized": false,
|
177 |
+
"rstrip": false,
|
178 |
+
"single_word": false,
|
179 |
+
"special": true
|
180 |
+
}
|
181 |
+
},
|
182 |
+
"additional_special_tokens": [
|
183 |
+
"<|start_of_role|>",
|
184 |
+
"<|end_of_role|>",
|
185 |
+
"<|tool_call|>"
|
186 |
+
],
|
187 |
+
"bos_token": "<|end_of_text|>",
|
188 |
+
"chat_template": "{%- if messages[0]['role'] == 'system' %}\n {%- set system_message = messages[0]['content'] %}\n {%- set loop_messages = messages[1:] %}\n{%- else %}\n {%- set system_message = \"Knowledge Cutoff Date: April 2024.\nToday's Date: \" + strftime_now('%B %d, %Y') + \".\nYou are Granite, developed by IBM.\" %}\n {%- if tools and documents %}\n {%- set system_message = system_message + \" You are a helpful AI assistant with access to the following tools. When a tool is required to answer the user's query, respond with <|tool_call|> followed by a JSON list of tools used. If a tool does not exist in the provided list of tools, notify the user that you do not have the ability to fulfill the request.\n\nWrite the response to the user's input by strictly aligning with the facts in the provided documents. If the information needed to answer the question is not available in the documents, inform the user that the question cannot be answered based on the available data.\" %}\n {%- elif tools %}\n {%- set system_message = system_message + \" You are a helpful AI assistant with access to the following tools. When a tool is required to answer the user's query, respond with <|tool_call|> followed by a JSON list of tools used. If a tool does not exist in the provided list of tools, notify the user that you do not have the ability to fulfill the request.\" %}\n {%- elif documents %}\n {%- set system_message = system_message + \" Write the response to the user's input by strictly aligning with the facts in the provided documents. If the information needed to answer the question is not available in the documents, inform the user that the question cannot be answered based on the available data.\" %}\n {%- else %}\n {%- set system_message = system_message + \" You are a helpful AI assistant.\" %} \n {%- endif %}\n {%- if 'citations' in controls and documents %}\n {%- set system_message = system_message + '\n\nIn your response, use the symbols <co> and </co> to indicate when a fact comes from a document in the search result, e.g <co>0</co> for a fact from document 0. Afterwards, list all the citations with their corresponding documents in an ordered list.' %}\n {%- endif %}\n {%- if 'hallucinations' in controls and documents %}\n {%- set system_message = system_message + '\n\nFinally, after the response is written, include a numbered list of sentences from the response that are potentially hallucinated and not based in the documents.' %}\n {%- endif %}\n {%- set loop_messages = messages %}\n{%- endif %}\n{{- '<|start_of_role|>system<|end_of_role|>' + system_message + '<|end_of_text|>\n' }}\n{%- if tools %}\n {{- '<|start_of_role|>tools<|end_of_role|>' }}\n {{- tools | tojson(indent=4) }}\n {{- '<|end_of_text|>\n' }}\n{%- endif %}\n{%- if documents %}\n {{- '<|start_of_role|>documents<|end_of_role|>' }}\n {%- for document in documents %}\n {{- 'Document ' + loop.index0 | string + '\n' }}\n {{- document['text'] }}\n {%- if not loop.last %}\n {{- '\n\n'}}\n {%- endif%}\n {%- endfor %}\n {{- '<|end_of_text|>\n' }}\n{%- endif %}\n{%- for message in loop_messages %}\n {{- '<|start_of_role|>' + message['role'] + '<|end_of_role|>' + message['content'] + '<|end_of_text|>\n' }}\n {%- if loop.last and add_generation_prompt %}\n {{- '<|start_of_role|>assistant' }}\n {%- if controls %}\n {{- ' ' + controls | tojson()}}\n {%- endif %}\n {{- '<|end_of_role|>' }}\n {%- endif %}\n{%- endfor %}",
|
189 |
+
"clean_up_tokenization_spaces": true,
|
190 |
+
"eos_token": "<|end_of_text|>",
|
191 |
+
"errors": "replace",
|
192 |
+
"extra_special_tokens": {},
|
193 |
+
"model_max_length": 9223372036854775807,
|
194 |
+
"pad_token": "<|end_of_text|>",
|
195 |
+
"padding_side": "left",
|
196 |
+
"tokenizer_class": "GPT2Tokenizer",
|
197 |
+
"unk_token": "<|end_of_text|>",
|
198 |
+
"vocab_size": 49152
|
199 |
+
}
|
checkpoint-2634/trainer_state.json
ADDED
@@ -0,0 +1,1874 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 2.997297681695349,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 2634,
|
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.011378182335371924,
|
13 |
+
"grad_norm": 4.778728008270264,
|
14 |
+
"learning_rate": 7.633587786259543e-07,
|
15 |
+
"loss": 1.0811,
|
16 |
+
"step": 10
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.022756364670743847,
|
20 |
+
"grad_norm": 4.217845439910889,
|
21 |
+
"learning_rate": 1.5267175572519086e-06,
|
22 |
+
"loss": 1.0744,
|
23 |
+
"step": 20
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.034134547006115776,
|
27 |
+
"grad_norm": 4.523660182952881,
|
28 |
+
"learning_rate": 2.2900763358778625e-06,
|
29 |
+
"loss": 1.0751,
|
30 |
+
"step": 30
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.045512729341487694,
|
34 |
+
"grad_norm": 4.545449256896973,
|
35 |
+
"learning_rate": 3.0534351145038173e-06,
|
36 |
+
"loss": 1.0621,
|
37 |
+
"step": 40
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.05689091167685962,
|
41 |
+
"grad_norm": 4.702221393585205,
|
42 |
+
"learning_rate": 3.816793893129772e-06,
|
43 |
+
"loss": 1.0629,
|
44 |
+
"step": 50
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.06826909401223155,
|
48 |
+
"grad_norm": 5.066348552703857,
|
49 |
+
"learning_rate": 4.580152671755725e-06,
|
50 |
+
"loss": 1.0345,
|
51 |
+
"step": 60
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.07964727634760348,
|
55 |
+
"grad_norm": 4.052086353302002,
|
56 |
+
"learning_rate": 5.34351145038168e-06,
|
57 |
+
"loss": 0.9583,
|
58 |
+
"step": 70
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.09102545868297539,
|
62 |
+
"grad_norm": 3.1136085987091064,
|
63 |
+
"learning_rate": 6.1068702290076346e-06,
|
64 |
+
"loss": 0.8734,
|
65 |
+
"step": 80
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.10240364101834731,
|
69 |
+
"grad_norm": 2.0436317920684814,
|
70 |
+
"learning_rate": 6.870229007633589e-06,
|
71 |
+
"loss": 0.798,
|
72 |
+
"step": 90
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.11378182335371924,
|
76 |
+
"grad_norm": 1.6023002862930298,
|
77 |
+
"learning_rate": 7.633587786259543e-06,
|
78 |
+
"loss": 0.7381,
|
79 |
+
"step": 100
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.12516000568909116,
|
83 |
+
"grad_norm": 1.3594775199890137,
|
84 |
+
"learning_rate": 8.396946564885497e-06,
|
85 |
+
"loss": 0.6903,
|
86 |
+
"step": 110
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.1365381880244631,
|
90 |
+
"grad_norm": 1.1952372789382935,
|
91 |
+
"learning_rate": 9.16030534351145e-06,
|
92 |
+
"loss": 0.6682,
|
93 |
+
"step": 120
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.14791637035983501,
|
97 |
+
"grad_norm": 1.0661766529083252,
|
98 |
+
"learning_rate": 9.923664122137405e-06,
|
99 |
+
"loss": 0.6561,
|
100 |
+
"step": 130
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.15929455269520695,
|
104 |
+
"grad_norm": 1.1098530292510986,
|
105 |
+
"learning_rate": 9.999680994290835e-06,
|
106 |
+
"loss": 0.652,
|
107 |
+
"step": 140
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.17067273503057886,
|
111 |
+
"grad_norm": 1.070675015449524,
|
112 |
+
"learning_rate": 9.998578310766133e-06,
|
113 |
+
"loss": 0.625,
|
114 |
+
"step": 150
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.18205091736595078,
|
118 |
+
"grad_norm": 1.066764235496521,
|
119 |
+
"learning_rate": 9.996688184751814e-06,
|
120 |
+
"loss": 0.6181,
|
121 |
+
"step": 160
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.19342909970132272,
|
125 |
+
"grad_norm": 1.1886961460113525,
|
126 |
+
"learning_rate": 9.994010914005644e-06,
|
127 |
+
"loss": 0.6246,
|
128 |
+
"step": 170
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.20480728203669463,
|
132 |
+
"grad_norm": 1.1360214948654175,
|
133 |
+
"learning_rate": 9.990546920286894e-06,
|
134 |
+
"loss": 0.6058,
|
135 |
+
"step": 180
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.21618546437206657,
|
139 |
+
"grad_norm": 1.2674109935760498,
|
140 |
+
"learning_rate": 9.986296749289894e-06,
|
141 |
+
"loss": 0.6091,
|
142 |
+
"step": 190
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.22756364670743848,
|
146 |
+
"grad_norm": 1.0798505544662476,
|
147 |
+
"learning_rate": 9.981261070558069e-06,
|
148 |
+
"loss": 0.6091,
|
149 |
+
"step": 200
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.23894182904281042,
|
153 |
+
"grad_norm": 1.795167088508606,
|
154 |
+
"learning_rate": 9.975440677378455e-06,
|
155 |
+
"loss": 0.6095,
|
156 |
+
"step": 210
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.2503200113781823,
|
160 |
+
"grad_norm": 1.219923496246338,
|
161 |
+
"learning_rate": 9.968836486656746e-06,
|
162 |
+
"loss": 0.6158,
|
163 |
+
"step": 220
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.26169819371355424,
|
167 |
+
"grad_norm": 1.474357008934021,
|
168 |
+
"learning_rate": 9.961449538772838e-06,
|
169 |
+
"loss": 0.6111,
|
170 |
+
"step": 230
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.2730763760489262,
|
174 |
+
"grad_norm": 1.2231380939483643,
|
175 |
+
"learning_rate": 9.953280997416937e-06,
|
176 |
+
"loss": 0.6134,
|
177 |
+
"step": 240
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.2844545583842981,
|
181 |
+
"grad_norm": 1.2513004541397095,
|
182 |
+
"learning_rate": 9.944332149406242e-06,
|
183 |
+
"loss": 0.6106,
|
184 |
+
"step": 250
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.29583274071967003,
|
188 |
+
"grad_norm": 1.2386839389801025,
|
189 |
+
"learning_rate": 9.93460440448223e-06,
|
190 |
+
"loss": 0.5959,
|
191 |
+
"step": 260
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.30721092305504194,
|
195 |
+
"grad_norm": 2.128643274307251,
|
196 |
+
"learning_rate": 9.924099295088565e-06,
|
197 |
+
"loss": 0.6016,
|
198 |
+
"step": 270
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.3185891053904139,
|
202 |
+
"grad_norm": 1.2879629135131836,
|
203 |
+
"learning_rate": 9.9128184761297e-06,
|
204 |
+
"loss": 0.6064,
|
205 |
+
"step": 280
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.3299672877257858,
|
209 |
+
"grad_norm": 1.2779061794281006,
|
210 |
+
"learning_rate": 9.900763724710169e-06,
|
211 |
+
"loss": 0.5975,
|
212 |
+
"step": 290
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.34134547006115773,
|
216 |
+
"grad_norm": 2.398998975753784,
|
217 |
+
"learning_rate": 9.887936939854625e-06,
|
218 |
+
"loss": 0.5923,
|
219 |
+
"step": 300
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.35272365239652964,
|
223 |
+
"grad_norm": 1.3152679204940796,
|
224 |
+
"learning_rate": 9.8743401422087e-06,
|
225 |
+
"loss": 0.5961,
|
226 |
+
"step": 310
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.36410183473190155,
|
230 |
+
"grad_norm": 1.3303252458572388,
|
231 |
+
"learning_rate": 9.859975473720664e-06,
|
232 |
+
"loss": 0.5988,
|
233 |
+
"step": 320
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.3754800170672735,
|
237 |
+
"grad_norm": 1.3672901391983032,
|
238 |
+
"learning_rate": 9.844845197304013e-06,
|
239 |
+
"loss": 0.6062,
|
240 |
+
"step": 330
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.38685819940264543,
|
244 |
+
"grad_norm": 1.2618701457977295,
|
245 |
+
"learning_rate": 9.828951696480982e-06,
|
246 |
+
"loss": 0.5993,
|
247 |
+
"step": 340
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.39823638173801734,
|
251 |
+
"grad_norm": 5.503425121307373,
|
252 |
+
"learning_rate": 9.81229747500705e-06,
|
253 |
+
"loss": 0.5942,
|
254 |
+
"step": 350
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.40961456407338925,
|
258 |
+
"grad_norm": 2.4071738719940186,
|
259 |
+
"learning_rate": 9.794885156476532e-06,
|
260 |
+
"loss": 0.5893,
|
261 |
+
"step": 360
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.4209927464087612,
|
265 |
+
"grad_norm": 1.395342469215393,
|
266 |
+
"learning_rate": 9.776717483909261e-06,
|
267 |
+
"loss": 0.5861,
|
268 |
+
"step": 370
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.43237092874413313,
|
272 |
+
"grad_norm": 1.5855286121368408,
|
273 |
+
"learning_rate": 9.75779731931848e-06,
|
274 |
+
"loss": 0.6038,
|
275 |
+
"step": 380
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.44374911107950504,
|
279 |
+
"grad_norm": 1.3623788356781006,
|
280 |
+
"learning_rate": 9.738127643259978e-06,
|
281 |
+
"loss": 0.5767,
|
282 |
+
"step": 390
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.45512729341487695,
|
286 |
+
"grad_norm": 1.9213502407073975,
|
287 |
+
"learning_rate": 9.717711554362544e-06,
|
288 |
+
"loss": 0.5927,
|
289 |
+
"step": 400
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.4665054757502489,
|
293 |
+
"grad_norm": 2.3041162490844727,
|
294 |
+
"learning_rate": 9.696552268839846e-06,
|
295 |
+
"loss": 0.5869,
|
296 |
+
"step": 410
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 0.47788365808562083,
|
300 |
+
"grad_norm": 1.4046136140823364,
|
301 |
+
"learning_rate": 9.67465311998376e-06,
|
302 |
+
"loss": 0.589,
|
303 |
+
"step": 420
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.48926184042099274,
|
307 |
+
"grad_norm": 1.43635094165802,
|
308 |
+
"learning_rate": 9.652017557639269e-06,
|
309 |
+
"loss": 0.5869,
|
310 |
+
"step": 430
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.5006400227563647,
|
314 |
+
"grad_norm": 1.453419804573059,
|
315 |
+
"learning_rate": 9.628649147660989e-06,
|
316 |
+
"loss": 0.5862,
|
317 |
+
"step": 440
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.5120182050917366,
|
321 |
+
"grad_norm": 1.5567063093185425,
|
322 |
+
"learning_rate": 9.604551571351442e-06,
|
323 |
+
"loss": 0.5821,
|
324 |
+
"step": 450
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.5233963874271085,
|
328 |
+
"grad_norm": 1.4351816177368164,
|
329 |
+
"learning_rate": 9.579728624881117e-06,
|
330 |
+
"loss": 0.5969,
|
331 |
+
"step": 460
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.5347745697624804,
|
335 |
+
"grad_norm": 1.4502918720245361,
|
336 |
+
"learning_rate": 9.554184218690458e-06,
|
337 |
+
"loss": 0.5796,
|
338 |
+
"step": 470
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 0.5461527520978524,
|
342 |
+
"grad_norm": 1.4197890758514404,
|
343 |
+
"learning_rate": 9.527922376873828e-06,
|
344 |
+
"loss": 0.5882,
|
345 |
+
"step": 480
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.5575309344332243,
|
349 |
+
"grad_norm": 1.5547962188720703,
|
350 |
+
"learning_rate": 9.500947236545583e-06,
|
351 |
+
"loss": 0.5734,
|
352 |
+
"step": 490
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 0.5689091167685962,
|
356 |
+
"grad_norm": 1.4449543952941895,
|
357 |
+
"learning_rate": 9.473263047188344e-06,
|
358 |
+
"loss": 0.5788,
|
359 |
+
"step": 500
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 0.5802872991039681,
|
363 |
+
"grad_norm": 1.480697751045227,
|
364 |
+
"learning_rate": 9.444874169983562e-06,
|
365 |
+
"loss": 0.568,
|
366 |
+
"step": 510
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 0.5916654814393401,
|
370 |
+
"grad_norm": 1.7815808057785034,
|
371 |
+
"learning_rate": 9.415785077124474e-06,
|
372 |
+
"loss": 0.5866,
|
373 |
+
"step": 520
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 0.603043663774712,
|
377 |
+
"grad_norm": 1.5812064409255981,
|
378 |
+
"learning_rate": 9.386000351111602e-06,
|
379 |
+
"loss": 0.6007,
|
380 |
+
"step": 530
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 0.6144218461100839,
|
384 |
+
"grad_norm": 1.4948545694351196,
|
385 |
+
"learning_rate": 9.355524684030841e-06,
|
386 |
+
"loss": 0.5773,
|
387 |
+
"step": 540
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.6258000284454558,
|
391 |
+
"grad_norm": 2.1749398708343506,
|
392 |
+
"learning_rate": 9.324362876814315e-06,
|
393 |
+
"loss": 0.5891,
|
394 |
+
"step": 550
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 0.6371782107808278,
|
398 |
+
"grad_norm": 2.3155527114868164,
|
399 |
+
"learning_rate": 9.292519838484052e-06,
|
400 |
+
"loss": 0.5753,
|
401 |
+
"step": 560
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.6485563931161997,
|
405 |
+
"grad_norm": 1.5408862829208374,
|
406 |
+
"learning_rate": 9.260000585378664e-06,
|
407 |
+
"loss": 0.583,
|
408 |
+
"step": 570
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 0.6599345754515716,
|
412 |
+
"grad_norm": 2.3708317279815674,
|
413 |
+
"learning_rate": 9.2268102403631e-06,
|
414 |
+
"loss": 0.582,
|
415 |
+
"step": 580
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 0.6713127577869435,
|
419 |
+
"grad_norm": 1.5664266347885132,
|
420 |
+
"learning_rate": 9.192954032021626e-06,
|
421 |
+
"loss": 0.5687,
|
422 |
+
"step": 590
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 0.6826909401223155,
|
426 |
+
"grad_norm": 1.8958492279052734,
|
427 |
+
"learning_rate": 9.15843729383415e-06,
|
428 |
+
"loss": 0.5689,
|
429 |
+
"step": 600
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.6940691224576874,
|
433 |
+
"grad_norm": 1.5079455375671387,
|
434 |
+
"learning_rate": 9.123265463336022e-06,
|
435 |
+
"loss": 0.5787,
|
436 |
+
"step": 610
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 0.7054473047930593,
|
440 |
+
"grad_norm": 1.612349033355713,
|
441 |
+
"learning_rate": 9.087444081261433e-06,
|
442 |
+
"loss": 0.584,
|
443 |
+
"step": 620
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 0.7168254871284312,
|
447 |
+
"grad_norm": 1.7752846479415894,
|
448 |
+
"learning_rate": 9.050978790670575e-06,
|
449 |
+
"loss": 0.5744,
|
450 |
+
"step": 630
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 0.7282036694638031,
|
454 |
+
"grad_norm": 1.5847499370574951,
|
455 |
+
"learning_rate": 9.013875336060671e-06,
|
456 |
+
"loss": 0.5908,
|
457 |
+
"step": 640
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 0.7395818517991751,
|
461 |
+
"grad_norm": 1.6264406442642212,
|
462 |
+
"learning_rate": 8.976139562461018e-06,
|
463 |
+
"loss": 0.57,
|
464 |
+
"step": 650
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 0.750960034134547,
|
468 |
+
"grad_norm": 1.783176064491272,
|
469 |
+
"learning_rate": 8.937777414512198e-06,
|
470 |
+
"loss": 0.5759,
|
471 |
+
"step": 660
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 0.762338216469919,
|
475 |
+
"grad_norm": 1.7870570421218872,
|
476 |
+
"learning_rate": 8.89879493552962e-06,
|
477 |
+
"loss": 0.5782,
|
478 |
+
"step": 670
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 0.7737163988052909,
|
482 |
+
"grad_norm": 1.666524052619934,
|
483 |
+
"learning_rate": 8.85919826655147e-06,
|
484 |
+
"loss": 0.5734,
|
485 |
+
"step": 680
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 0.7850945811406628,
|
489 |
+
"grad_norm": 1.7140533924102783,
|
490 |
+
"learning_rate": 8.81899364537131e-06,
|
491 |
+
"loss": 0.5854,
|
492 |
+
"step": 690
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 0.7964727634760347,
|
496 |
+
"grad_norm": 1.655806303024292,
|
497 |
+
"learning_rate": 8.778187405555412e-06,
|
498 |
+
"loss": 0.581,
|
499 |
+
"step": 700
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 0.8078509458114066,
|
503 |
+
"grad_norm": 1.8484113216400146,
|
504 |
+
"learning_rate": 8.736785975445009e-06,
|
505 |
+
"loss": 0.5722,
|
506 |
+
"step": 710
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 0.8192291281467785,
|
510 |
+
"grad_norm": 1.7415412664413452,
|
511 |
+
"learning_rate": 8.694795877143625e-06,
|
512 |
+
"loss": 0.5804,
|
513 |
+
"step": 720
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 0.8306073104821505,
|
517 |
+
"grad_norm": 1.6867784261703491,
|
518 |
+
"learning_rate": 8.652223725489614e-06,
|
519 |
+
"loss": 0.5675,
|
520 |
+
"step": 730
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 0.8419854928175224,
|
524 |
+
"grad_norm": 1.7585080862045288,
|
525 |
+
"learning_rate": 8.60907622701412e-06,
|
526 |
+
"loss": 0.5766,
|
527 |
+
"step": 740
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 0.8533636751528944,
|
531 |
+
"grad_norm": 1.9183036088943481,
|
532 |
+
"learning_rate": 8.565360178884554e-06,
|
533 |
+
"loss": 0.5763,
|
534 |
+
"step": 750
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 0.8647418574882663,
|
538 |
+
"grad_norm": 1.7552123069763184,
|
539 |
+
"learning_rate": 8.521082467833832e-06,
|
540 |
+
"loss": 0.5734,
|
541 |
+
"step": 760
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 0.8761200398236382,
|
545 |
+
"grad_norm": 1.8437159061431885,
|
546 |
+
"learning_rate": 8.476250069075476e-06,
|
547 |
+
"loss": 0.5796,
|
548 |
+
"step": 770
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 0.8874982221590101,
|
552 |
+
"grad_norm": 1.8383750915527344,
|
553 |
+
"learning_rate": 8.430870045204787e-06,
|
554 |
+
"loss": 0.5711,
|
555 |
+
"step": 780
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 0.898876404494382,
|
559 |
+
"grad_norm": 1.6691679954528809,
|
560 |
+
"learning_rate": 8.384949545086255e-06,
|
561 |
+
"loss": 0.5922,
|
562 |
+
"step": 790
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 0.9102545868297539,
|
566 |
+
"grad_norm": 2.3490517139434814,
|
567 |
+
"learning_rate": 8.338495802727364e-06,
|
568 |
+
"loss": 0.5772,
|
569 |
+
"step": 800
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 0.9216327691651258,
|
573 |
+
"grad_norm": 1.8429322242736816,
|
574 |
+
"learning_rate": 8.291516136139017e-06,
|
575 |
+
"loss": 0.561,
|
576 |
+
"step": 810
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 0.9330109515004978,
|
580 |
+
"grad_norm": 1.7698525190353394,
|
581 |
+
"learning_rate": 8.244017946182676e-06,
|
582 |
+
"loss": 0.5755,
|
583 |
+
"step": 820
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 0.9443891338358698,
|
587 |
+
"grad_norm": 1.839783787727356,
|
588 |
+
"learning_rate": 8.196008715404506e-06,
|
589 |
+
"loss": 0.5781,
|
590 |
+
"step": 830
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 0.9557673161712417,
|
594 |
+
"grad_norm": 1.793582558631897,
|
595 |
+
"learning_rate": 8.14749600685661e-06,
|
596 |
+
"loss": 0.5734,
|
597 |
+
"step": 840
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 0.9671454985066136,
|
601 |
+
"grad_norm": 1.85206139087677,
|
602 |
+
"learning_rate": 8.098487462905603e-06,
|
603 |
+
"loss": 0.5633,
|
604 |
+
"step": 850
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 0.9785236808419855,
|
608 |
+
"grad_norm": 1.9638901948928833,
|
609 |
+
"learning_rate": 8.048990804028678e-06,
|
610 |
+
"loss": 0.5568,
|
611 |
+
"step": 860
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 0.9899018631773574,
|
615 |
+
"grad_norm": 2.9568979740142822,
|
616 |
+
"learning_rate": 7.999013827597381e-06,
|
617 |
+
"loss": 0.573,
|
618 |
+
"step": 870
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 1.0014222727919215,
|
622 |
+
"grad_norm": 3.1088480949401855,
|
623 |
+
"learning_rate": 7.948564406649268e-06,
|
624 |
+
"loss": 0.5728,
|
625 |
+
"step": 880
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 1.0128004551272933,
|
629 |
+
"grad_norm": 2.6320693492889404,
|
630 |
+
"learning_rate": 7.897650488647628e-06,
|
631 |
+
"loss": 0.5593,
|
632 |
+
"step": 890
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 1.0241786374626654,
|
636 |
+
"grad_norm": 3.3647408485412598,
|
637 |
+
"learning_rate": 7.846280094229498e-06,
|
638 |
+
"loss": 0.5741,
|
639 |
+
"step": 900
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 1.0355568197980372,
|
643 |
+
"grad_norm": 3.51078724861145,
|
644 |
+
"learning_rate": 7.794461315942154e-06,
|
645 |
+
"loss": 0.5617,
|
646 |
+
"step": 910
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 1.0469350021334092,
|
650 |
+
"grad_norm": 3.4864909648895264,
|
651 |
+
"learning_rate": 7.742202316968254e-06,
|
652 |
+
"loss": 0.5707,
|
653 |
+
"step": 920
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 1.0583131844687812,
|
657 |
+
"grad_norm": 3.092726469039917,
|
658 |
+
"learning_rate": 7.689511329839868e-06,
|
659 |
+
"loss": 0.5787,
|
660 |
+
"step": 930
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 1.069691366804153,
|
664 |
+
"grad_norm": 5.743341445922852,
|
665 |
+
"learning_rate": 7.636396655141585e-06,
|
666 |
+
"loss": 0.5667,
|
667 |
+
"step": 940
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 1.081069549139525,
|
671 |
+
"grad_norm": 3.3752024173736572,
|
672 |
+
"learning_rate": 7.5828666602028886e-06,
|
673 |
+
"loss": 0.5665,
|
674 |
+
"step": 950
|
675 |
+
},
|
676 |
+
{
|
677 |
+
"epoch": 1.0924477314748968,
|
678 |
+
"grad_norm": 3.439068555831909,
|
679 |
+
"learning_rate": 7.5289297777800275e-06,
|
680 |
+
"loss": 0.5666,
|
681 |
+
"step": 960
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 1.1038259138102688,
|
685 |
+
"grad_norm": 2.710096597671509,
|
686 |
+
"learning_rate": 7.474594504727576e-06,
|
687 |
+
"loss": 0.5643,
|
688 |
+
"step": 970
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"epoch": 1.1152040961456406,
|
692 |
+
"grad_norm": 3.292506456375122,
|
693 |
+
"learning_rate": 7.419869400659889e-06,
|
694 |
+
"loss": 0.5651,
|
695 |
+
"step": 980
|
696 |
+
},
|
697 |
+
{
|
698 |
+
"epoch": 1.1265822784810127,
|
699 |
+
"grad_norm": 4.223087787628174,
|
700 |
+
"learning_rate": 7.364763086602696e-06,
|
701 |
+
"loss": 0.5614,
|
702 |
+
"step": 990
|
703 |
+
},
|
704 |
+
{
|
705 |
+
"epoch": 1.1379604608163847,
|
706 |
+
"grad_norm": 3.193408966064453,
|
707 |
+
"learning_rate": 7.3092842436349776e-06,
|
708 |
+
"loss": 0.5671,
|
709 |
+
"step": 1000
|
710 |
+
},
|
711 |
+
{
|
712 |
+
"epoch": 1.1493386431517565,
|
713 |
+
"grad_norm": 3.6121826171875,
|
714 |
+
"learning_rate": 7.253441611521426e-06,
|
715 |
+
"loss": 0.582,
|
716 |
+
"step": 1010
|
717 |
+
},
|
718 |
+
{
|
719 |
+
"epoch": 1.1607168254871285,
|
720 |
+
"grad_norm": 3.511631965637207,
|
721 |
+
"learning_rate": 7.197243987335636e-06,
|
722 |
+
"loss": 0.5687,
|
723 |
+
"step": 1020
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"epoch": 1.1720950078225003,
|
727 |
+
"grad_norm": 3.4007201194763184,
|
728 |
+
"learning_rate": 7.140700224074269e-06,
|
729 |
+
"loss": 0.5655,
|
730 |
+
"step": 1030
|
731 |
+
},
|
732 |
+
{
|
733 |
+
"epoch": 1.1834731901578723,
|
734 |
+
"grad_norm": 3.5121917724609375,
|
735 |
+
"learning_rate": 7.083819229262413e-06,
|
736 |
+
"loss": 0.5763,
|
737 |
+
"step": 1040
|
738 |
+
},
|
739 |
+
{
|
740 |
+
"epoch": 1.1948513724932441,
|
741 |
+
"grad_norm": 2.648864507675171,
|
742 |
+
"learning_rate": 7.026609963550353e-06,
|
743 |
+
"loss": 0.5648,
|
744 |
+
"step": 1050
|
745 |
+
},
|
746 |
+
{
|
747 |
+
"epoch": 1.2062295548286162,
|
748 |
+
"grad_norm": 3.010129451751709,
|
749 |
+
"learning_rate": 6.969081439301975e-06,
|
750 |
+
"loss": 0.559,
|
751 |
+
"step": 1060
|
752 |
+
},
|
753 |
+
{
|
754 |
+
"epoch": 1.217607737163988,
|
755 |
+
"grad_norm": 2.5858263969421387,
|
756 |
+
"learning_rate": 6.9112427191749975e-06,
|
757 |
+
"loss": 0.5686,
|
758 |
+
"step": 1070
|
759 |
+
},
|
760 |
+
{
|
761 |
+
"epoch": 1.22898591949936,
|
762 |
+
"grad_norm": 3.160468578338623,
|
763 |
+
"learning_rate": 6.853102914693336e-06,
|
764 |
+
"loss": 0.5676,
|
765 |
+
"step": 1080
|
766 |
+
},
|
767 |
+
{
|
768 |
+
"epoch": 1.2403641018347318,
|
769 |
+
"grad_norm": 3.4577555656433105,
|
770 |
+
"learning_rate": 6.794671184811699e-06,
|
771 |
+
"loss": 0.5652,
|
772 |
+
"step": 1090
|
773 |
+
},
|
774 |
+
{
|
775 |
+
"epoch": 1.2517422841701038,
|
776 |
+
"grad_norm": 2.875277042388916,
|
777 |
+
"learning_rate": 6.735956734472772e-06,
|
778 |
+
"loss": 0.5652,
|
779 |
+
"step": 1100
|
780 |
+
},
|
781 |
+
{
|
782 |
+
"epoch": 1.2631204665054758,
|
783 |
+
"grad_norm": 3.1883442401885986,
|
784 |
+
"learning_rate": 6.6769688131571255e-06,
|
785 |
+
"loss": 0.575,
|
786 |
+
"step": 1110
|
787 |
+
},
|
788 |
+
{
|
789 |
+
"epoch": 1.2744986488408476,
|
790 |
+
"grad_norm": 2.6882236003875732,
|
791 |
+
"learning_rate": 6.617716713426105e-06,
|
792 |
+
"loss": 0.5731,
|
793 |
+
"step": 1120
|
794 |
+
},
|
795 |
+
{
|
796 |
+
"epoch": 1.2858768311762196,
|
797 |
+
"grad_norm": 2.7670583724975586,
|
798 |
+
"learning_rate": 6.55820976945796e-06,
|
799 |
+
"loss": 0.5742,
|
800 |
+
"step": 1130
|
801 |
+
},
|
802 |
+
{
|
803 |
+
"epoch": 1.2972550135115914,
|
804 |
+
"grad_norm": 3.168198823928833,
|
805 |
+
"learning_rate": 6.498457355577385e-06,
|
806 |
+
"loss": 0.5652,
|
807 |
+
"step": 1140
|
808 |
+
},
|
809 |
+
{
|
810 |
+
"epoch": 1.3086331958469635,
|
811 |
+
"grad_norm": 3.868013620376587,
|
812 |
+
"learning_rate": 6.438468884778762e-06,
|
813 |
+
"loss": 0.5647,
|
814 |
+
"step": 1150
|
815 |
+
},
|
816 |
+
{
|
817 |
+
"epoch": 1.3200113781823353,
|
818 |
+
"grad_norm": 2.759697437286377,
|
819 |
+
"learning_rate": 6.3782538072432935e-06,
|
820 |
+
"loss": 0.5648,
|
821 |
+
"step": 1160
|
822 |
+
},
|
823 |
+
{
|
824 |
+
"epoch": 1.3313895605177073,
|
825 |
+
"grad_norm": 3.8222415447235107,
|
826 |
+
"learning_rate": 6.317821608850287e-06,
|
827 |
+
"loss": 0.5529,
|
828 |
+
"step": 1170
|
829 |
+
},
|
830 |
+
{
|
831 |
+
"epoch": 1.3427677428530793,
|
832 |
+
"grad_norm": 2.72162127494812,
|
833 |
+
"learning_rate": 6.257181809682813e-06,
|
834 |
+
"loss": 0.5659,
|
835 |
+
"step": 1180
|
836 |
+
},
|
837 |
+
{
|
838 |
+
"epoch": 1.3541459251884511,
|
839 |
+
"grad_norm": 3.477682590484619,
|
840 |
+
"learning_rate": 6.196343962527975e-06,
|
841 |
+
"loss": 0.5576,
|
842 |
+
"step": 1190
|
843 |
+
},
|
844 |
+
{
|
845 |
+
"epoch": 1.3655241075238231,
|
846 |
+
"grad_norm": 58.64210891723633,
|
847 |
+
"learning_rate": 6.135317651372031e-06,
|
848 |
+
"loss": 0.5649,
|
849 |
+
"step": 1200
|
850 |
+
},
|
851 |
+
{
|
852 |
+
"epoch": 1.376902289859195,
|
853 |
+
"grad_norm": 4.460225582122803,
|
854 |
+
"learning_rate": 6.07411248989059e-06,
|
855 |
+
"loss": 0.5554,
|
856 |
+
"step": 1210
|
857 |
+
},
|
858 |
+
{
|
859 |
+
"epoch": 1.388280472194567,
|
860 |
+
"grad_norm": 3.014174461364746,
|
861 |
+
"learning_rate": 6.012738119934141e-06,
|
862 |
+
"loss": 0.5624,
|
863 |
+
"step": 1220
|
864 |
+
},
|
865 |
+
{
|
866 |
+
"epoch": 1.3996586545299388,
|
867 |
+
"grad_norm": 3.1429977416992188,
|
868 |
+
"learning_rate": 5.951204210009141e-06,
|
869 |
+
"loss": 0.5656,
|
870 |
+
"step": 1230
|
871 |
+
},
|
872 |
+
{
|
873 |
+
"epoch": 1.4110368368653108,
|
874 |
+
"grad_norm": 2.938356399536133,
|
875 |
+
"learning_rate": 5.889520453754904e-06,
|
876 |
+
"loss": 0.5623,
|
877 |
+
"step": 1240
|
878 |
+
},
|
879 |
+
{
|
880 |
+
"epoch": 1.4224150192006828,
|
881 |
+
"grad_norm": 3.665616512298584,
|
882 |
+
"learning_rate": 5.827696568416532e-06,
|
883 |
+
"loss": 0.5623,
|
884 |
+
"step": 1250
|
885 |
+
},
|
886 |
+
{
|
887 |
+
"epoch": 1.4337932015360546,
|
888 |
+
"grad_norm": 3.3361687660217285,
|
889 |
+
"learning_rate": 5.765742293314119e-06,
|
890 |
+
"loss": 0.5649,
|
891 |
+
"step": 1260
|
892 |
+
},
|
893 |
+
{
|
894 |
+
"epoch": 1.4451713838714264,
|
895 |
+
"grad_norm": 2.919668436050415,
|
896 |
+
"learning_rate": 5.703667388308487e-06,
|
897 |
+
"loss": 0.5633,
|
898 |
+
"step": 1270
|
899 |
+
},
|
900 |
+
{
|
901 |
+
"epoch": 1.4565495662067984,
|
902 |
+
"grad_norm": 2.943481683731079,
|
903 |
+
"learning_rate": 5.641481632263687e-06,
|
904 |
+
"loss": 0.5662,
|
905 |
+
"step": 1280
|
906 |
+
},
|
907 |
+
{
|
908 |
+
"epoch": 1.4679277485421705,
|
909 |
+
"grad_norm": 3.160897731781006,
|
910 |
+
"learning_rate": 5.579194821506497e-06,
|
911 |
+
"loss": 0.5564,
|
912 |
+
"step": 1290
|
913 |
+
},
|
914 |
+
{
|
915 |
+
"epoch": 1.4793059308775423,
|
916 |
+
"grad_norm": 3.4720726013183594,
|
917 |
+
"learning_rate": 5.516816768283174e-06,
|
918 |
+
"loss": 0.5624,
|
919 |
+
"step": 1300
|
920 |
+
},
|
921 |
+
{
|
922 |
+
"epoch": 1.4906841132129143,
|
923 |
+
"grad_norm": 3.757178544998169,
|
924 |
+
"learning_rate": 5.454357299213708e-06,
|
925 |
+
"loss": 0.5597,
|
926 |
+
"step": 1310
|
927 |
+
},
|
928 |
+
{
|
929 |
+
"epoch": 1.5020622955482863,
|
930 |
+
"grad_norm": 3.1537322998046875,
|
931 |
+
"learning_rate": 5.391826253743788e-06,
|
932 |
+
"loss": 0.5587,
|
933 |
+
"step": 1320
|
934 |
+
},
|
935 |
+
{
|
936 |
+
"epoch": 1.513440477883658,
|
937 |
+
"grad_norm": 3.478196382522583,
|
938 |
+
"learning_rate": 5.329233482594771e-06,
|
939 |
+
"loss": 0.5532,
|
940 |
+
"step": 1330
|
941 |
+
},
|
942 |
+
{
|
943 |
+
"epoch": 1.52481866021903,
|
944 |
+
"grad_norm": 4.120450496673584,
|
945 |
+
"learning_rate": 5.266588846211865e-06,
|
946 |
+
"loss": 0.5504,
|
947 |
+
"step": 1340
|
948 |
+
},
|
949 |
+
{
|
950 |
+
"epoch": 1.536196842554402,
|
951 |
+
"grad_norm": 2.9817895889282227,
|
952 |
+
"learning_rate": 5.20390221321078e-06,
|
953 |
+
"loss": 0.5551,
|
954 |
+
"step": 1350
|
955 |
+
},
|
956 |
+
{
|
957 |
+
"epoch": 1.547575024889774,
|
958 |
+
"grad_norm": 3.2641355991363525,
|
959 |
+
"learning_rate": 5.141183458823085e-06,
|
960 |
+
"loss": 0.5533,
|
961 |
+
"step": 1360
|
962 |
+
},
|
963 |
+
{
|
964 |
+
"epoch": 1.5589532072251457,
|
965 |
+
"grad_norm": 3.226193428039551,
|
966 |
+
"learning_rate": 5.078442463340543e-06,
|
967 |
+
"loss": 0.5521,
|
968 |
+
"step": 1370
|
969 |
+
},
|
970 |
+
{
|
971 |
+
"epoch": 1.5703313895605175,
|
972 |
+
"grad_norm": 2.790149211883545,
|
973 |
+
"learning_rate": 5.01568911055863e-06,
|
974 |
+
"loss": 0.5627,
|
975 |
+
"step": 1380
|
976 |
+
},
|
977 |
+
{
|
978 |
+
"epoch": 1.5817095718958898,
|
979 |
+
"grad_norm": 2.948485851287842,
|
980 |
+
"learning_rate": 4.952933286219503e-06,
|
981 |
+
"loss": 0.5697,
|
982 |
+
"step": 1390
|
983 |
+
},
|
984 |
+
{
|
985 |
+
"epoch": 1.5930877542312616,
|
986 |
+
"grad_norm": 2.847878932952881,
|
987 |
+
"learning_rate": 4.890184876454675e-06,
|
988 |
+
"loss": 0.5624,
|
989 |
+
"step": 1400
|
990 |
+
},
|
991 |
+
{
|
992 |
+
"epoch": 1.6044659365666334,
|
993 |
+
"grad_norm": 3.067723512649536,
|
994 |
+
"learning_rate": 4.827453766227617e-06,
|
995 |
+
"loss": 0.5634,
|
996 |
+
"step": 1410
|
997 |
+
},
|
998 |
+
{
|
999 |
+
"epoch": 1.6158441189020054,
|
1000 |
+
"grad_norm": 3.5816497802734375,
|
1001 |
+
"learning_rate": 4.764749837776545e-06,
|
1002 |
+
"loss": 0.5607,
|
1003 |
+
"step": 1420
|
1004 |
+
},
|
1005 |
+
{
|
1006 |
+
"epoch": 1.6272223012373774,
|
1007 |
+
"grad_norm": 3.231588840484619,
|
1008 |
+
"learning_rate": 4.702082969057646e-06,
|
1009 |
+
"loss": 0.5555,
|
1010 |
+
"step": 1430
|
1011 |
+
},
|
1012 |
+
{
|
1013 |
+
"epoch": 1.6386004835727492,
|
1014 |
+
"grad_norm": 3.1863789558410645,
|
1015 |
+
"learning_rate": 4.6394630321889535e-06,
|
1016 |
+
"loss": 0.5555,
|
1017 |
+
"step": 1440
|
1018 |
+
},
|
1019 |
+
{
|
1020 |
+
"epoch": 1.649978665908121,
|
1021 |
+
"grad_norm": 3.0723366737365723,
|
1022 |
+
"learning_rate": 4.576899891895185e-06,
|
1023 |
+
"loss": 0.5543,
|
1024 |
+
"step": 1450
|
1025 |
+
},
|
1026 |
+
{
|
1027 |
+
"epoch": 1.661356848243493,
|
1028 |
+
"grad_norm": 2.7250912189483643,
|
1029 |
+
"learning_rate": 4.5144034039537e-06,
|
1030 |
+
"loss": 0.5568,
|
1031 |
+
"step": 1460
|
1032 |
+
},
|
1033 |
+
{
|
1034 |
+
"epoch": 1.672735030578865,
|
1035 |
+
"grad_norm": 3.2123124599456787,
|
1036 |
+
"learning_rate": 4.451983413641894e-06,
|
1037 |
+
"loss": 0.5556,
|
1038 |
+
"step": 1470
|
1039 |
+
},
|
1040 |
+
{
|
1041 |
+
"epoch": 1.6841132129142369,
|
1042 |
+
"grad_norm": 3.832956552505493,
|
1043 |
+
"learning_rate": 4.389649754186242e-06,
|
1044 |
+
"loss": 0.5606,
|
1045 |
+
"step": 1480
|
1046 |
+
},
|
1047 |
+
{
|
1048 |
+
"epoch": 1.695491395249609,
|
1049 |
+
"grad_norm": 3.1121504306793213,
|
1050 |
+
"learning_rate": 4.327412245213232e-06,
|
1051 |
+
"loss": 0.5494,
|
1052 |
+
"step": 1490
|
1053 |
+
},
|
1054 |
+
{
|
1055 |
+
"epoch": 1.706869577584981,
|
1056 |
+
"grad_norm": 3.0781760215759277,
|
1057 |
+
"learning_rate": 4.265280691202449e-06,
|
1058 |
+
"loss": 0.5625,
|
1059 |
+
"step": 1500
|
1060 |
+
},
|
1061 |
+
{
|
1062 |
+
"epoch": 1.7182477599203527,
|
1063 |
+
"grad_norm": 3.1622416973114014,
|
1064 |
+
"learning_rate": 4.20326487994205e-06,
|
1065 |
+
"loss": 0.5525,
|
1066 |
+
"step": 1510
|
1067 |
+
},
|
1068 |
+
{
|
1069 |
+
"epoch": 1.7296259422557245,
|
1070 |
+
"grad_norm": 3.425814628601074,
|
1071 |
+
"learning_rate": 4.141374580986853e-06,
|
1072 |
+
"loss": 0.5642,
|
1073 |
+
"step": 1520
|
1074 |
+
},
|
1075 |
+
{
|
1076 |
+
"epoch": 1.7410041245910965,
|
1077 |
+
"grad_norm": 3.0332634449005127,
|
1078 |
+
"learning_rate": 4.079619544119303e-06,
|
1079 |
+
"loss": 0.5682,
|
1080 |
+
"step": 1530
|
1081 |
+
},
|
1082 |
+
{
|
1083 |
+
"epoch": 1.7523823069264686,
|
1084 |
+
"grad_norm": 3.9311952590942383,
|
1085 |
+
"learning_rate": 4.018009497813575e-06,
|
1086 |
+
"loss": 0.5496,
|
1087 |
+
"step": 1540
|
1088 |
+
},
|
1089 |
+
{
|
1090 |
+
"epoch": 1.7637604892618404,
|
1091 |
+
"grad_norm": 3.6143958568573,
|
1092 |
+
"learning_rate": 3.956554147702994e-06,
|
1093 |
+
"loss": 0.5607,
|
1094 |
+
"step": 1550
|
1095 |
+
},
|
1096 |
+
{
|
1097 |
+
"epoch": 1.7751386715972124,
|
1098 |
+
"grad_norm": 3.6590614318847656,
|
1099 |
+
"learning_rate": 3.895263175051089e-06,
|
1100 |
+
"loss": 0.5686,
|
1101 |
+
"step": 1560
|
1102 |
+
},
|
1103 |
+
{
|
1104 |
+
"epoch": 1.7865168539325844,
|
1105 |
+
"grad_norm": 3.8076541423797607,
|
1106 |
+
"learning_rate": 3.834146235226467e-06,
|
1107 |
+
"loss": 0.5724,
|
1108 |
+
"step": 1570
|
1109 |
+
},
|
1110 |
+
{
|
1111 |
+
"epoch": 1.7978950362679562,
|
1112 |
+
"grad_norm": 3.879667043685913,
|
1113 |
+
"learning_rate": 3.7732129561817687e-06,
|
1114 |
+
"loss": 0.5481,
|
1115 |
+
"step": 1580
|
1116 |
+
},
|
1117 |
+
{
|
1118 |
+
"epoch": 1.809273218603328,
|
1119 |
+
"grad_norm": 2.696838855743408,
|
1120 |
+
"learning_rate": 3.7124729369369473e-06,
|
1121 |
+
"loss": 0.5684,
|
1122 |
+
"step": 1590
|
1123 |
+
},
|
1124 |
+
{
|
1125 |
+
"epoch": 1.8206514009387,
|
1126 |
+
"grad_norm": 3.3719265460968018,
|
1127 |
+
"learning_rate": 3.6519357460671096e-06,
|
1128 |
+
"loss": 0.5645,
|
1129 |
+
"step": 1600
|
1130 |
+
},
|
1131 |
+
{
|
1132 |
+
"epoch": 1.832029583274072,
|
1133 |
+
"grad_norm": 2.9818122386932373,
|
1134 |
+
"learning_rate": 3.5916109201951355e-06,
|
1135 |
+
"loss": 0.5591,
|
1136 |
+
"step": 1610
|
1137 |
+
},
|
1138 |
+
{
|
1139 |
+
"epoch": 1.8434077656094439,
|
1140 |
+
"grad_norm": 2.6824517250061035,
|
1141 |
+
"learning_rate": 3.531507962489349e-06,
|
1142 |
+
"loss": 0.5672,
|
1143 |
+
"step": 1620
|
1144 |
+
},
|
1145 |
+
{
|
1146 |
+
"epoch": 1.8547859479448157,
|
1147 |
+
"grad_norm": 3.0721547603607178,
|
1148 |
+
"learning_rate": 3.4716363411664517e-06,
|
1149 |
+
"loss": 0.5513,
|
1150 |
+
"step": 1630
|
1151 |
+
},
|
1152 |
+
{
|
1153 |
+
"epoch": 1.866164130280188,
|
1154 |
+
"grad_norm": 3.090949535369873,
|
1155 |
+
"learning_rate": 3.4120054879999654e-06,
|
1156 |
+
"loss": 0.568,
|
1157 |
+
"step": 1640
|
1158 |
+
},
|
1159 |
+
{
|
1160 |
+
"epoch": 1.8775423126155597,
|
1161 |
+
"grad_norm": 3.357748031616211,
|
1162 |
+
"learning_rate": 3.3526247968344084e-06,
|
1163 |
+
"loss": 0.5602,
|
1164 |
+
"step": 1650
|
1165 |
+
},
|
1166 |
+
{
|
1167 |
+
"epoch": 1.8889204949509315,
|
1168 |
+
"grad_norm": 3.1600940227508545,
|
1169 |
+
"learning_rate": 3.2935036221054638e-06,
|
1170 |
+
"loss": 0.5555,
|
1171 |
+
"step": 1660
|
1172 |
+
},
|
1173 |
+
{
|
1174 |
+
"epoch": 1.9002986772863035,
|
1175 |
+
"grad_norm": 4.0066447257995605,
|
1176 |
+
"learning_rate": 3.234651277366325e-06,
|
1177 |
+
"loss": 0.5771,
|
1178 |
+
"step": 1670
|
1179 |
+
},
|
1180 |
+
{
|
1181 |
+
"epoch": 1.9116768596216756,
|
1182 |
+
"grad_norm": 3.6013309955596924,
|
1183 |
+
"learning_rate": 3.1760770338205204e-06,
|
1184 |
+
"loss": 0.5724,
|
1185 |
+
"step": 1680
|
1186 |
+
},
|
1187 |
+
{
|
1188 |
+
"epoch": 1.9230550419570474,
|
1189 |
+
"grad_norm": 3.687427043914795,
|
1190 |
+
"learning_rate": 3.11779011886138e-06,
|
1191 |
+
"loss": 0.5551,
|
1192 |
+
"step": 1690
|
1193 |
+
},
|
1194 |
+
{
|
1195 |
+
"epoch": 1.9344332242924192,
|
1196 |
+
"grad_norm": 3.2290844917297363,
|
1197 |
+
"learning_rate": 3.0597997146184183e-06,
|
1198 |
+
"loss": 0.5619,
|
1199 |
+
"step": 1700
|
1200 |
+
},
|
1201 |
+
{
|
1202 |
+
"epoch": 1.9458114066277912,
|
1203 |
+
"grad_norm": 3.9673118591308594,
|
1204 |
+
"learning_rate": 3.0021149565108355e-06,
|
1205 |
+
"loss": 0.555,
|
1206 |
+
"step": 1710
|
1207 |
+
},
|
1208 |
+
{
|
1209 |
+
"epoch": 1.9571895889631632,
|
1210 |
+
"grad_norm": 3.0431714057922363,
|
1211 |
+
"learning_rate": 2.9447449318083964e-06,
|
1212 |
+
"loss": 0.5549,
|
1213 |
+
"step": 1720
|
1214 |
+
},
|
1215 |
+
{
|
1216 |
+
"epoch": 1.968567771298535,
|
1217 |
+
"grad_norm": 2.991881847381592,
|
1218 |
+
"learning_rate": 2.887698678199872e-06,
|
1219 |
+
"loss": 0.5507,
|
1220 |
+
"step": 1730
|
1221 |
+
},
|
1222 |
+
{
|
1223 |
+
"epoch": 1.979945953633907,
|
1224 |
+
"grad_norm": 3.0121707916259766,
|
1225 |
+
"learning_rate": 2.8309851823693114e-06,
|
1226 |
+
"loss": 0.5609,
|
1227 |
+
"step": 1740
|
1228 |
+
},
|
1229 |
+
{
|
1230 |
+
"epoch": 1.991324135969279,
|
1231 |
+
"grad_norm": 3.5490665435791016,
|
1232 |
+
"learning_rate": 2.7746133785803363e-06,
|
1233 |
+
"loss": 0.5728,
|
1234 |
+
"step": 1750
|
1235 |
+
},
|
1236 |
+
{
|
1237 |
+
"epoch": 2.002844545583843,
|
1238 |
+
"grad_norm": 5.156729221343994,
|
1239 |
+
"learning_rate": 2.71859214726869e-06,
|
1240 |
+
"loss": 0.5611,
|
1241 |
+
"step": 1760
|
1242 |
+
},
|
1243 |
+
{
|
1244 |
+
"epoch": 2.014222727919215,
|
1245 |
+
"grad_norm": 4.809017181396484,
|
1246 |
+
"learning_rate": 2.6629303136432873e-06,
|
1247 |
+
"loss": 0.5519,
|
1248 |
+
"step": 1770
|
1249 |
+
},
|
1250 |
+
{
|
1251 |
+
"epoch": 2.0256009102545867,
|
1252 |
+
"grad_norm": 4.811421871185303,
|
1253 |
+
"learning_rate": 2.6076366462959368e-06,
|
1254 |
+
"loss": 0.5576,
|
1255 |
+
"step": 1780
|
1256 |
+
},
|
1257 |
+
{
|
1258 |
+
"epoch": 2.036979092589959,
|
1259 |
+
"grad_norm": 3.962195634841919,
|
1260 |
+
"learning_rate": 2.5527198558200124e-06,
|
1261 |
+
"loss": 0.556,
|
1262 |
+
"step": 1790
|
1263 |
+
},
|
1264 |
+
{
|
1265 |
+
"epoch": 2.0483572749253307,
|
1266 |
+
"grad_norm": 5.088486194610596,
|
1267 |
+
"learning_rate": 2.4981885934382198e-06,
|
1268 |
+
"loss": 0.5571,
|
1269 |
+
"step": 1800
|
1270 |
+
},
|
1271 |
+
{
|
1272 |
+
"epoch": 2.0597354572607025,
|
1273 |
+
"grad_norm": 4.567300319671631,
|
1274 |
+
"learning_rate": 2.444051449639766e-06,
|
1275 |
+
"loss": 0.5554,
|
1276 |
+
"step": 1810
|
1277 |
+
},
|
1278 |
+
{
|
1279 |
+
"epoch": 2.0711136395960743,
|
1280 |
+
"grad_norm": 4.686933517456055,
|
1281 |
+
"learning_rate": 2.3903169528270564e-06,
|
1282 |
+
"loss": 0.5549,
|
1283 |
+
"step": 1820
|
1284 |
+
},
|
1285 |
+
{
|
1286 |
+
"epoch": 2.0824918219314466,
|
1287 |
+
"grad_norm": 4.070396423339844,
|
1288 |
+
"learning_rate": 2.336993567972193e-06,
|
1289 |
+
"loss": 0.5686,
|
1290 |
+
"step": 1830
|
1291 |
+
},
|
1292 |
+
{
|
1293 |
+
"epoch": 2.0938700042668184,
|
1294 |
+
"grad_norm": 4.52924108505249,
|
1295 |
+
"learning_rate": 2.2840896952834573e-06,
|
1296 |
+
"loss": 0.5661,
|
1297 |
+
"step": 1840
|
1298 |
+
},
|
1299 |
+
{
|
1300 |
+
"epoch": 2.10524818660219,
|
1301 |
+
"grad_norm": 4.499566078186035,
|
1302 |
+
"learning_rate": 2.2316136688820006e-06,
|
1303 |
+
"loss": 0.5767,
|
1304 |
+
"step": 1850
|
1305 |
+
},
|
1306 |
+
{
|
1307 |
+
"epoch": 2.1166263689375624,
|
1308 |
+
"grad_norm": 4.242886543273926,
|
1309 |
+
"learning_rate": 2.1795737554889384e-06,
|
1310 |
+
"loss": 0.5567,
|
1311 |
+
"step": 1860
|
1312 |
+
},
|
1313 |
+
{
|
1314 |
+
"epoch": 2.128004551272934,
|
1315 |
+
"grad_norm": 4.661407947540283,
|
1316 |
+
"learning_rate": 2.127978153123071e-06,
|
1317 |
+
"loss": 0.5549,
|
1318 |
+
"step": 1870
|
1319 |
+
},
|
1320 |
+
{
|
1321 |
+
"epoch": 2.139382733608306,
|
1322 |
+
"grad_norm": 4.505501747131348,
|
1323 |
+
"learning_rate": 2.0768349898094204e-06,
|
1324 |
+
"loss": 0.5615,
|
1325 |
+
"step": 1880
|
1326 |
+
},
|
1327 |
+
{
|
1328 |
+
"epoch": 2.150760915943678,
|
1329 |
+
"grad_norm": 4.7061357498168945,
|
1330 |
+
"learning_rate": 2.026152322298791e-06,
|
1331 |
+
"loss": 0.5568,
|
1332 |
+
"step": 1890
|
1333 |
+
},
|
1334 |
+
{
|
1335 |
+
"epoch": 2.16213909827905,
|
1336 |
+
"grad_norm": 4.6892476081848145,
|
1337 |
+
"learning_rate": 1.975938134798577e-06,
|
1338 |
+
"loss": 0.5377,
|
1339 |
+
"step": 1900
|
1340 |
+
},
|
1341 |
+
{
|
1342 |
+
"epoch": 2.173517280614422,
|
1343 |
+
"grad_norm": 4.749743938446045,
|
1344 |
+
"learning_rate": 1.926200337714968e-06,
|
1345 |
+
"loss": 0.5402,
|
1346 |
+
"step": 1910
|
1347 |
+
},
|
1348 |
+
{
|
1349 |
+
"epoch": 2.1848954629497936,
|
1350 |
+
"grad_norm": 3.927170991897583,
|
1351 |
+
"learning_rate": 1.8769467664068058e-06,
|
1352 |
+
"loss": 0.5572,
|
1353 |
+
"step": 1920
|
1354 |
+
},
|
1355 |
+
{
|
1356 |
+
"epoch": 2.196273645285166,
|
1357 |
+
"grad_norm": 4.769582748413086,
|
1358 |
+
"learning_rate": 1.8281851799512551e-06,
|
1359 |
+
"loss": 0.5634,
|
1360 |
+
"step": 1930
|
1361 |
+
},
|
1362 |
+
{
|
1363 |
+
"epoch": 2.2076518276205377,
|
1364 |
+
"grad_norm": 5.719987869262695,
|
1365 |
+
"learning_rate": 1.779923259921481e-06,
|
1366 |
+
"loss": 0.5544,
|
1367 |
+
"step": 1940
|
1368 |
+
},
|
1369 |
+
{
|
1370 |
+
"epoch": 2.2190300099559095,
|
1371 |
+
"grad_norm": 4.865458965301514,
|
1372 |
+
"learning_rate": 1.732168609176556e-06,
|
1373 |
+
"loss": 0.5572,
|
1374 |
+
"step": 1950
|
1375 |
+
},
|
1376 |
+
{
|
1377 |
+
"epoch": 2.2304081922912813,
|
1378 |
+
"grad_norm": 24.83760643005371,
|
1379 |
+
"learning_rate": 1.684928750663758e-06,
|
1380 |
+
"loss": 0.5581,
|
1381 |
+
"step": 1960
|
1382 |
+
},
|
1383 |
+
{
|
1384 |
+
"epoch": 2.2417863746266535,
|
1385 |
+
"grad_norm": 5.071547031402588,
|
1386 |
+
"learning_rate": 1.6382111262334454e-06,
|
1387 |
+
"loss": 0.559,
|
1388 |
+
"step": 1970
|
1389 |
+
},
|
1390 |
+
{
|
1391 |
+
"epoch": 2.2531645569620253,
|
1392 |
+
"grad_norm": 4.077290058135986,
|
1393 |
+
"learning_rate": 1.5920230954667198e-06,
|
1394 |
+
"loss": 0.5471,
|
1395 |
+
"step": 1980
|
1396 |
+
},
|
1397 |
+
{
|
1398 |
+
"epoch": 2.264542739297397,
|
1399 |
+
"grad_norm": 3.790095090866089,
|
1400 |
+
"learning_rate": 1.5463719345160571e-06,
|
1401 |
+
"loss": 0.558,
|
1402 |
+
"step": 1990
|
1403 |
+
},
|
1404 |
+
{
|
1405 |
+
"epoch": 2.2759209216327694,
|
1406 |
+
"grad_norm": 5.027350425720215,
|
1407 |
+
"learning_rate": 1.501264834959061e-06,
|
1408 |
+
"loss": 0.5627,
|
1409 |
+
"step": 2000
|
1410 |
+
},
|
1411 |
+
{
|
1412 |
+
"epoch": 2.287299103968141,
|
1413 |
+
"grad_norm": 4.2677083015441895,
|
1414 |
+
"learning_rate": 1.4567089026655524e-06,
|
1415 |
+
"loss": 0.5497,
|
1416 |
+
"step": 2010
|
1417 |
+
},
|
1418 |
+
{
|
1419 |
+
"epoch": 2.298677286303513,
|
1420 |
+
"grad_norm": 5.105195045471191,
|
1421 |
+
"learning_rate": 1.4127111566781664e-06,
|
1422 |
+
"loss": 0.5419,
|
1423 |
+
"step": 2020
|
1424 |
+
},
|
1425 |
+
{
|
1426 |
+
"epoch": 2.310055468638885,
|
1427 |
+
"grad_norm": 4.892566680908203,
|
1428 |
+
"learning_rate": 1.369278528106603e-06,
|
1429 |
+
"loss": 0.553,
|
1430 |
+
"step": 2030
|
1431 |
+
},
|
1432 |
+
{
|
1433 |
+
"epoch": 2.321433650974257,
|
1434 |
+
"grad_norm": 4.721883296966553,
|
1435 |
+
"learning_rate": 1.3264178590357607e-06,
|
1436 |
+
"loss": 0.5481,
|
1437 |
+
"step": 2040
|
1438 |
+
},
|
1439 |
+
{
|
1440 |
+
"epoch": 2.332811833309629,
|
1441 |
+
"grad_norm": 4.8671722412109375,
|
1442 |
+
"learning_rate": 1.2841359014478772e-06,
|
1443 |
+
"loss": 0.5647,
|
1444 |
+
"step": 2050
|
1445 |
+
},
|
1446 |
+
{
|
1447 |
+
"epoch": 2.3441900156450006,
|
1448 |
+
"grad_norm": 4.7961201667785645,
|
1449 |
+
"learning_rate": 1.2424393161588632e-06,
|
1450 |
+
"loss": 0.5465,
|
1451 |
+
"step": 2060
|
1452 |
+
},
|
1453 |
+
{
|
1454 |
+
"epoch": 2.3555681979803724,
|
1455 |
+
"grad_norm": 5.445614337921143,
|
1456 |
+
"learning_rate": 1.2013346717690072e-06,
|
1457 |
+
"loss": 0.5523,
|
1458 |
+
"step": 2070
|
1459 |
+
},
|
1460 |
+
{
|
1461 |
+
"epoch": 2.3669463803157447,
|
1462 |
+
"grad_norm": 5.255151271820068,
|
1463 |
+
"learning_rate": 1.1608284436281974e-06,
|
1464 |
+
"loss": 0.574,
|
1465 |
+
"step": 2080
|
1466 |
+
},
|
1467 |
+
{
|
1468 |
+
"epoch": 2.3783245626511165,
|
1469 |
+
"grad_norm": 3.8508081436157227,
|
1470 |
+
"learning_rate": 1.120927012815844e-06,
|
1471 |
+
"loss": 0.539,
|
1472 |
+
"step": 2090
|
1473 |
+
},
|
1474 |
+
{
|
1475 |
+
"epoch": 2.3897027449864883,
|
1476 |
+
"grad_norm": 5.08436393737793,
|
1477 |
+
"learning_rate": 1.081636665135642e-06,
|
1478 |
+
"loss": 0.5392,
|
1479 |
+
"step": 2100
|
1480 |
+
},
|
1481 |
+
{
|
1482 |
+
"epoch": 2.4010809273218605,
|
1483 |
+
"grad_norm": 5.37895393371582,
|
1484 |
+
"learning_rate": 1.0429635901253516e-06,
|
1485 |
+
"loss": 0.5636,
|
1486 |
+
"step": 2110
|
1487 |
+
},
|
1488 |
+
{
|
1489 |
+
"epoch": 2.4124591096572323,
|
1490 |
+
"grad_norm": 3.8906028270721436,
|
1491 |
+
"learning_rate": 1.0049138800817332e-06,
|
1492 |
+
"loss": 0.567,
|
1493 |
+
"step": 2120
|
1494 |
+
},
|
1495 |
+
{
|
1496 |
+
"epoch": 2.423837291992604,
|
1497 |
+
"grad_norm": 4.598055362701416,
|
1498 |
+
"learning_rate": 9.674935291008198e-07,
|
1499 |
+
"loss": 0.5522,
|
1500 |
+
"step": 2130
|
1501 |
+
},
|
1502 |
+
{
|
1503 |
+
"epoch": 2.435215474327976,
|
1504 |
+
"grad_norm": 4.944962501525879,
|
1505 |
+
"learning_rate": 9.307084321336357e-07,
|
1506 |
+
"loss": 0.5586,
|
1507 |
+
"step": 2140
|
1508 |
+
},
|
1509 |
+
{
|
1510 |
+
"epoch": 2.446593656663348,
|
1511 |
+
"grad_norm": 4.658571243286133,
|
1512 |
+
"learning_rate": 8.94564384057553e-07,
|
1513 |
+
"loss": 0.5517,
|
1514 |
+
"step": 2150
|
1515 |
+
},
|
1516 |
+
{
|
1517 |
+
"epoch": 2.45797183899872,
|
1518 |
+
"grad_norm": 4.260778427124023,
|
1519 |
+
"learning_rate": 8.59067078763397e-07,
|
1520 |
+
"loss": 0.5527,
|
1521 |
+
"step": 2160
|
1522 |
+
},
|
1523 |
+
{
|
1524 |
+
"epoch": 2.4693500213340918,
|
1525 |
+
"grad_norm": 4.492344856262207,
|
1526 |
+
"learning_rate": 8.242221082584811e-07,
|
1527 |
+
"loss": 0.5593,
|
1528 |
+
"step": 2170
|
1529 |
+
},
|
1530 |
+
{
|
1531 |
+
"epoch": 2.4807282036694636,
|
1532 |
+
"grad_norm": 4.839461326599121,
|
1533 |
+
"learning_rate": 7.900349617856684e-07,
|
1534 |
+
"loss": 0.5572,
|
1535 |
+
"step": 2180
|
1536 |
+
},
|
1537 |
+
{
|
1538 |
+
"epoch": 2.492106386004836,
|
1539 |
+
"grad_norm": 4.276406764984131,
|
1540 |
+
"learning_rate": 7.5651102495864e-07,
|
1541 |
+
"loss": 0.5506,
|
1542 |
+
"step": 2190
|
1543 |
+
},
|
1544 |
+
{
|
1545 |
+
"epoch": 2.5034845683402076,
|
1546 |
+
"grad_norm": 4.654806137084961,
|
1547 |
+
"learning_rate": 7.236555789134769e-07,
|
1548 |
+
"loss": 0.5449,
|
1549 |
+
"step": 2200
|
1550 |
+
},
|
1551 |
+
{
|
1552 |
+
"epoch": 2.5148627506755794,
|
1553 |
+
"grad_norm": 4.328060626983643,
|
1554 |
+
"learning_rate": 6.914737994767101e-07,
|
1555 |
+
"loss": 0.5614,
|
1556 |
+
"step": 2210
|
1557 |
+
},
|
1558 |
+
{
|
1559 |
+
"epoch": 2.5262409330109517,
|
1560 |
+
"grad_norm": 6.862987041473389,
|
1561 |
+
"learning_rate": 6.599707563499514e-07,
|
1562 |
+
"loss": 0.556,
|
1563 |
+
"step": 2220
|
1564 |
+
},
|
1565 |
+
{
|
1566 |
+
"epoch": 2.5376191153463235,
|
1567 |
+
"grad_norm": 4.085236072540283,
|
1568 |
+
"learning_rate": 6.291514123112474e-07,
|
1569 |
+
"loss": 0.5636,
|
1570 |
+
"step": 2230
|
1571 |
+
},
|
1572 |
+
{
|
1573 |
+
"epoch": 2.5489972976816953,
|
1574 |
+
"grad_norm": 4.0781025886535645,
|
1575 |
+
"learning_rate": 5.990206224332801e-07,
|
1576 |
+
"loss": 0.5598,
|
1577 |
+
"step": 2240
|
1578 |
+
},
|
1579 |
+
{
|
1580 |
+
"epoch": 2.5603754800170675,
|
1581 |
+
"grad_norm": 4.941834449768066,
|
1582 |
+
"learning_rate": 5.695831333185265e-07,
|
1583 |
+
"loss": 0.5484,
|
1584 |
+
"step": 2250
|
1585 |
+
},
|
1586 |
+
{
|
1587 |
+
"epoch": 2.5717536623524393,
|
1588 |
+
"grad_norm": 4.038600444793701,
|
1589 |
+
"learning_rate": 5.408435823515145e-07,
|
1590 |
+
"loss": 0.575,
|
1591 |
+
"step": 2260
|
1592 |
+
},
|
1593 |
+
{
|
1594 |
+
"epoch": 2.583131844687811,
|
1595 |
+
"grad_norm": 4.425263404846191,
|
1596 |
+
"learning_rate": 5.128064969682778e-07,
|
1597 |
+
"loss": 0.5693,
|
1598 |
+
"step": 2270
|
1599 |
+
},
|
1600 |
+
{
|
1601 |
+
"epoch": 2.594510027023183,
|
1602 |
+
"grad_norm": 4.681412696838379,
|
1603 |
+
"learning_rate": 4.854762939431362e-07,
|
1604 |
+
"loss": 0.5397,
|
1605 |
+
"step": 2280
|
1606 |
+
},
|
1607 |
+
{
|
1608 |
+
"epoch": 2.6058882093585547,
|
1609 |
+
"grad_norm": 4.6591267585754395,
|
1610 |
+
"learning_rate": 4.5885727869290354e-07,
|
1611 |
+
"loss": 0.5561,
|
1612 |
+
"step": 2290
|
1613 |
+
},
|
1614 |
+
{
|
1615 |
+
"epoch": 2.617266391693927,
|
1616 |
+
"grad_norm": 4.0130157470703125,
|
1617 |
+
"learning_rate": 4.32953644598646e-07,
|
1618 |
+
"loss": 0.5588,
|
1619 |
+
"step": 2300
|
1620 |
+
},
|
1621 |
+
{
|
1622 |
+
"epoch": 2.6286445740292987,
|
1623 |
+
"grad_norm": 5.125436305999756,
|
1624 |
+
"learning_rate": 4.077694723450815e-07,
|
1625 |
+
"loss": 0.5537,
|
1626 |
+
"step": 2310
|
1627 |
+
},
|
1628 |
+
{
|
1629 |
+
"epoch": 2.6400227563646705,
|
1630 |
+
"grad_norm": 4.90755558013916,
|
1631 |
+
"learning_rate": 3.8330872927773544e-07,
|
1632 |
+
"loss": 0.5465,
|
1633 |
+
"step": 2320
|
1634 |
+
},
|
1635 |
+
{
|
1636 |
+
"epoch": 2.651400938700043,
|
1637 |
+
"grad_norm": 4.263889312744141,
|
1638 |
+
"learning_rate": 3.595752687779541e-07,
|
1639 |
+
"loss": 0.5507,
|
1640 |
+
"step": 2330
|
1641 |
+
},
|
1642 |
+
{
|
1643 |
+
"epoch": 2.6627791210354146,
|
1644 |
+
"grad_norm": 4.307155609130859,
|
1645 |
+
"learning_rate": 3.365728296558668e-07,
|
1646 |
+
"loss": 0.5518,
|
1647 |
+
"step": 2340
|
1648 |
+
},
|
1649 |
+
{
|
1650 |
+
"epoch": 2.6741573033707864,
|
1651 |
+
"grad_norm": 4.401244640350342,
|
1652 |
+
"learning_rate": 3.1430503556140026e-07,
|
1653 |
+
"loss": 0.5637,
|
1654 |
+
"step": 2350
|
1655 |
+
},
|
1656 |
+
{
|
1657 |
+
"epoch": 2.6855354857061586,
|
1658 |
+
"grad_norm": 4.537615776062012,
|
1659 |
+
"learning_rate": 2.9277539441343204e-07,
|
1660 |
+
"loss": 0.5376,
|
1661 |
+
"step": 2360
|
1662 |
+
},
|
1663 |
+
{
|
1664 |
+
"epoch": 2.6969136680415304,
|
1665 |
+
"grad_norm": 4.655327796936035,
|
1666 |
+
"learning_rate": 2.7198729784718047e-07,
|
1667 |
+
"loss": 0.5606,
|
1668 |
+
"step": 2370
|
1669 |
+
},
|
1670 |
+
{
|
1671 |
+
"epoch": 2.7082918503769022,
|
1672 |
+
"grad_norm": 4.768523216247559,
|
1673 |
+
"learning_rate": 2.519440206799001e-07,
|
1674 |
+
"loss": 0.5588,
|
1675 |
+
"step": 2380
|
1676 |
+
},
|
1677 |
+
{
|
1678 |
+
"epoch": 2.7196700327122745,
|
1679 |
+
"grad_norm": 5.224249839782715,
|
1680 |
+
"learning_rate": 2.326487203949984e-07,
|
1681 |
+
"loss": 0.5555,
|
1682 |
+
"step": 2390
|
1683 |
+
},
|
1684 |
+
{
|
1685 |
+
"epoch": 2.7310482150476463,
|
1686 |
+
"grad_norm": 3.7500874996185303,
|
1687 |
+
"learning_rate": 2.141044366446221e-07,
|
1688 |
+
"loss": 0.5449,
|
1689 |
+
"step": 2400
|
1690 |
+
},
|
1691 |
+
{
|
1692 |
+
"epoch": 2.742426397383018,
|
1693 |
+
"grad_norm": 8.473684310913086,
|
1694 |
+
"learning_rate": 1.9631409077081277e-07,
|
1695 |
+
"loss": 0.558,
|
1696 |
+
"step": 2410
|
1697 |
+
},
|
1698 |
+
{
|
1699 |
+
"epoch": 2.75380457971839,
|
1700 |
+
"grad_norm": 4.536637783050537,
|
1701 |
+
"learning_rate": 1.792804853452962e-07,
|
1702 |
+
"loss": 0.5598,
|
1703 |
+
"step": 2420
|
1704 |
+
},
|
1705 |
+
{
|
1706 |
+
"epoch": 2.7651827620537617,
|
1707 |
+
"grad_norm": 4.456907749176025,
|
1708 |
+
"learning_rate": 1.6300630372798666e-07,
|
1709 |
+
"loss": 0.5552,
|
1710 |
+
"step": 2430
|
1711 |
+
},
|
1712 |
+
{
|
1713 |
+
"epoch": 2.776560944389134,
|
1714 |
+
"grad_norm": 4.3202385902404785,
|
1715 |
+
"learning_rate": 1.4749410964426558e-07,
|
1716 |
+
"loss": 0.5515,
|
1717 |
+
"step": 2440
|
1718 |
+
},
|
1719 |
+
{
|
1720 |
+
"epoch": 2.7879391267245057,
|
1721 |
+
"grad_norm": 5.083593845367432,
|
1722 |
+
"learning_rate": 1.3274634678111187e-07,
|
1723 |
+
"loss": 0.5564,
|
1724 |
+
"step": 2450
|
1725 |
+
},
|
1726 |
+
{
|
1727 |
+
"epoch": 2.7993173090598775,
|
1728 |
+
"grad_norm": 4.5219221115112305,
|
1729 |
+
"learning_rate": 1.187653384021381e-07,
|
1730 |
+
"loss": 0.5554,
|
1731 |
+
"step": 2460
|
1732 |
+
},
|
1733 |
+
{
|
1734 |
+
"epoch": 2.8106954913952498,
|
1735 |
+
"grad_norm": 4.617882251739502,
|
1736 |
+
"learning_rate": 1.0555328698159951e-07,
|
1737 |
+
"loss": 0.5624,
|
1738 |
+
"step": 2470
|
1739 |
+
},
|
1740 |
+
{
|
1741 |
+
"epoch": 2.8220736737306216,
|
1742 |
+
"grad_norm": 4.936917781829834,
|
1743 |
+
"learning_rate": 9.311227385743249e-08,
|
1744 |
+
"loss": 0.5511,
|
1745 |
+
"step": 2480
|
1746 |
+
},
|
1747 |
+
{
|
1748 |
+
"epoch": 2.8334518560659934,
|
1749 |
+
"grad_norm": 4.036168575286865,
|
1750 |
+
"learning_rate": 8.144425890337371e-08,
|
1751 |
+
"loss": 0.5472,
|
1752 |
+
"step": 2490
|
1753 |
+
},
|
1754 |
+
{
|
1755 |
+
"epoch": 2.8448300384013656,
|
1756 |
+
"grad_norm": 5.006382465362549,
|
1757 |
+
"learning_rate": 7.05510802202125e-08,
|
1758 |
+
"loss": 0.5461,
|
1759 |
+
"step": 2500
|
1760 |
+
},
|
1761 |
+
{
|
1762 |
+
"epoch": 2.8562082207367374,
|
1763 |
+
"grad_norm": 6.169336795806885,
|
1764 |
+
"learning_rate": 6.043445384623259e-08,
|
1765 |
+
"loss": 0.5496,
|
1766 |
+
"step": 2510
|
1767 |
+
},
|
1768 |
+
{
|
1769 |
+
"epoch": 2.867586403072109,
|
1770 |
+
"grad_norm": 4.207286834716797,
|
1771 |
+
"learning_rate": 5.109597348687545e-08,
|
1772 |
+
"loss": 0.554,
|
1773 |
+
"step": 2520
|
1774 |
+
},
|
1775 |
+
{
|
1776 |
+
"epoch": 2.878964585407481,
|
1777 |
+
"grad_norm": 4.170133113861084,
|
1778 |
+
"learning_rate": 4.2537110263682343e-08,
|
1779 |
+
"loss": 0.5514,
|
1780 |
+
"step": 2530
|
1781 |
+
},
|
1782 |
+
{
|
1783 |
+
"epoch": 2.890342767742853,
|
1784 |
+
"grad_norm": 4.8024582862854,
|
1785 |
+
"learning_rate": 3.475921248254022e-08,
|
1786 |
+
"loss": 0.5471,
|
1787 |
+
"step": 2540
|
1788 |
+
},
|
1789 |
+
{
|
1790 |
+
"epoch": 2.901720950078225,
|
1791 |
+
"grad_norm": 4.820261478424072,
|
1792 |
+
"learning_rate": 2.7763505421281035e-08,
|
1793 |
+
"loss": 0.5487,
|
1794 |
+
"step": 2550
|
1795 |
+
},
|
1796 |
+
{
|
1797 |
+
"epoch": 2.913099132413597,
|
1798 |
+
"grad_norm": 4.229453086853027,
|
1799 |
+
"learning_rate": 2.155109113665732e-08,
|
1800 |
+
"loss": 0.5615,
|
1801 |
+
"step": 2560
|
1802 |
+
},
|
1803 |
+
{
|
1804 |
+
"epoch": 2.9244773147489687,
|
1805 |
+
"grad_norm": 4.419139862060547,
|
1806 |
+
"learning_rate": 1.612294829073491e-08,
|
1807 |
+
"loss": 0.5671,
|
1808 |
+
"step": 2570
|
1809 |
+
},
|
1810 |
+
{
|
1811 |
+
"epoch": 2.935855497084341,
|
1812 |
+
"grad_norm": 4.717645168304443,
|
1813 |
+
"learning_rate": 1.147993199671682e-08,
|
1814 |
+
"loss": 0.5434,
|
1815 |
+
"step": 2580
|
1816 |
+
},
|
1817 |
+
{
|
1818 |
+
"epoch": 2.9472336794197127,
|
1819 |
+
"grad_norm": 4.646683692932129,
|
1820 |
+
"learning_rate": 7.62277368423936e-09,
|
1821 |
+
"loss": 0.5543,
|
1822 |
+
"step": 2590
|
1823 |
+
},
|
1824 |
+
{
|
1825 |
+
"epoch": 2.9586118617550845,
|
1826 |
+
"grad_norm": 4.718910217285156,
|
1827 |
+
"learning_rate": 4.552080984143725e-09,
|
1828 |
+
"loss": 0.553,
|
1829 |
+
"step": 2600
|
1830 |
+
},
|
1831 |
+
{
|
1832 |
+
"epoch": 2.9699900440904567,
|
1833 |
+
"grad_norm": 3.963477849960327,
|
1834 |
+
"learning_rate": 2.2683376327548022e-09,
|
1835 |
+
"loss": 0.5507,
|
1836 |
+
"step": 2610
|
1837 |
+
},
|
1838 |
+
{
|
1839 |
+
"epoch": 2.9813682264258285,
|
1840 |
+
"grad_norm": 8.025522232055664,
|
1841 |
+
"learning_rate": 7.719033956782307e-10,
|
1842 |
+
"loss": 0.5677,
|
1843 |
+
"step": 2620
|
1844 |
+
},
|
1845 |
+
{
|
1846 |
+
"epoch": 2.9927464087612003,
|
1847 |
+
"grad_norm": 5.158026695251465,
|
1848 |
+
"learning_rate": 6.301401112296379e-11,
|
1849 |
+
"loss": 0.5586,
|
1850 |
+
"step": 2630
|
1851 |
+
}
|
1852 |
+
],
|
1853 |
+
"logging_steps": 10,
|
1854 |
+
"max_steps": 2634,
|
1855 |
+
"num_input_tokens_seen": 0,
|
1856 |
+
"num_train_epochs": 3,
|
1857 |
+
"save_steps": 500,
|
1858 |
+
"stateful_callbacks": {
|
1859 |
+
"TrainerControl": {
|
1860 |
+
"args": {
|
1861 |
+
"should_epoch_stop": false,
|
1862 |
+
"should_evaluate": false,
|
1863 |
+
"should_log": false,
|
1864 |
+
"should_save": true,
|
1865 |
+
"should_training_stop": true
|
1866 |
+
},
|
1867 |
+
"attributes": {}
|
1868 |
+
}
|
1869 |
+
},
|
1870 |
+
"total_flos": 6.685410418372693e+19,
|
1871 |
+
"train_batch_size": 1,
|
1872 |
+
"trial_name": null,
|
1873 |
+
"trial_params": null
|
1874 |
+
}
|
checkpoint-2634/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:09e4c92a6537a7e27b01231ccde6b9849bbe08304199b223942ce5edde724247
|
3 |
+
size 6456
|
checkpoint-2634/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
config.json
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_attn_implementation_autoset": true,
|
3 |
+
"_name_or_path": "ibm-granite/granite-3.1-8b-instruct",
|
4 |
+
"architectures": [
|
5 |
+
"GraniteForCausalLM"
|
6 |
+
],
|
7 |
+
"attention_bias": false,
|
8 |
+
"attention_dropout": 0.1,
|
9 |
+
"attention_multiplier": 0.0078125,
|
10 |
+
"bos_token_id": 0,
|
11 |
+
"embedding_multiplier": 12.0,
|
12 |
+
"eos_token_id": 0,
|
13 |
+
"hidden_act": "silu",
|
14 |
+
"hidden_size": 4096,
|
15 |
+
"initializer_range": 0.02,
|
16 |
+
"intermediate_size": 12800,
|
17 |
+
"logits_scaling": 16.0,
|
18 |
+
"max_position_embeddings": 131072,
|
19 |
+
"mlp_bias": false,
|
20 |
+
"model_type": "granite",
|
21 |
+
"num_attention_heads": 32,
|
22 |
+
"num_hidden_layers": 40,
|
23 |
+
"num_key_value_heads": 8,
|
24 |
+
"pad_token_id": 0,
|
25 |
+
"quantization_config": {
|
26 |
+
"_load_in_4bit": false,
|
27 |
+
"_load_in_8bit": true,
|
28 |
+
"bnb_4bit_compute_dtype": "float32",
|
29 |
+
"bnb_4bit_quant_storage": "uint8",
|
30 |
+
"bnb_4bit_quant_type": "fp4",
|
31 |
+
"bnb_4bit_use_double_quant": false,
|
32 |
+
"llm_int8_enable_fp32_cpu_offload": false,
|
33 |
+
"llm_int8_has_fp16_weight": false,
|
34 |
+
"llm_int8_skip_modules": null,
|
35 |
+
"llm_int8_threshold": 6.0,
|
36 |
+
"load_in_4bit": false,
|
37 |
+
"load_in_8bit": true,
|
38 |
+
"quant_method": "bitsandbytes"
|
39 |
+
},
|
40 |
+
"residual_multiplier": 0.22,
|
41 |
+
"rms_norm_eps": 1e-05,
|
42 |
+
"rope_scaling": null,
|
43 |
+
"rope_theta": 10000000.0,
|
44 |
+
"tie_word_embeddings": true,
|
45 |
+
"torch_dtype": "bfloat16",
|
46 |
+
"transformers_version": "4.46.3",
|
47 |
+
"use_cache": false,
|
48 |
+
"vocab_size": 49184
|
49 |
+
}
|
merged/added_tokens.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|end_of_role|>": 49153,
|
3 |
+
"<|start_of_role|>": 49152,
|
4 |
+
"<|tool_call|>": 49154
|
5 |
+
}
|
merged/config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "ibm-granite/granite-3.1-8b-instruct",
|
3 |
+
"architectures": [
|
4 |
+
"GraniteForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_bias": false,
|
7 |
+
"attention_dropout": 0.1,
|
8 |
+
"attention_multiplier": 0.0078125,
|
9 |
+
"bos_token_id": 0,
|
10 |
+
"embedding_multiplier": 12.0,
|
11 |
+
"eos_token_id": 0,
|
12 |
+
"hidden_act": "silu",
|
13 |
+
"hidden_size": 4096,
|
14 |
+
"initializer_range": 0.02,
|
15 |
+
"intermediate_size": 12800,
|
16 |
+
"logits_scaling": 16.0,
|
17 |
+
"max_position_embeddings": 131072,
|
18 |
+
"mlp_bias": false,
|
19 |
+
"model_type": "granite",
|
20 |
+
"num_attention_heads": 32,
|
21 |
+
"num_hidden_layers": 40,
|
22 |
+
"num_key_value_heads": 8,
|
23 |
+
"pad_token_id": 0,
|
24 |
+
"residual_multiplier": 0.22,
|
25 |
+
"rms_norm_eps": 1e-05,
|
26 |
+
"rope_scaling": null,
|
27 |
+
"rope_theta": 10000000.0,
|
28 |
+
"tie_word_embeddings": true,
|
29 |
+
"torch_dtype": "bfloat16",
|
30 |
+
"transformers_version": "4.46.3",
|
31 |
+
"use_cache": false,
|
32 |
+
"vocab_size": 49184
|
33 |
+
}
|
merged/generation_config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 0,
|
4 |
+
"do_sample": true,
|
5 |
+
"eos_token_id": 0,
|
6 |
+
"pad_token_id": 0,
|
7 |
+
"transformers_version": "4.46.3"
|
8 |
+
}
|
merged/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
merged/pytorch_model-00001-of-00004.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4feeb0015f3aea6db06b9d0de511f2d03b2dc9ab8fdd825f7f50a0f97050ca0b
|
3 |
+
size 4974924377
|
merged/pytorch_model-00002-of-00004.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0486975e2b9723a2cf6d2dbbd1783e63002e213192d6a2894f5f26b4751cafff
|
3 |
+
size 4991474682
|
merged/pytorch_model-00003-of-00004.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ab150e0bfa5ee35b0d81d8d5ff2074dfd8e4726efc7b187097f82de8d9418ed
|
3 |
+
size 4970487165
|
merged/pytorch_model-00004-of-00004.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb7f3e522f06a84c5f795d71a96baf21e30af279fe8eec103e6cf7a74f3573e0
|
3 |
+
size 1405177130
|
merged/pytorch_model.bin.index.json
ADDED
@@ -0,0 +1,370 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 16341934080
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "pytorch_model-00001-of-00004.bin",
|
7 |
+
"model.embed_tokens.weight": "pytorch_model-00001-of-00004.bin",
|
8 |
+
"model.layers.0.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
10 |
+
"model.layers.0.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
11 |
+
"model.layers.0.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
12 |
+
"model.layers.0.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
13 |
+
"model.layers.0.self_attn.k_proj.weight": "pytorch_model-00001-of-00004.bin",
|
14 |
+
"model.layers.0.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
15 |
+
"model.layers.0.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
|
16 |
+
"model.layers.0.self_attn.v_proj.weight": "pytorch_model-00001-of-00004.bin",
|
17 |
+
"model.layers.1.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
18 |
+
"model.layers.1.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
19 |
+
"model.layers.1.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
20 |
+
"model.layers.1.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
21 |
+
"model.layers.1.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
22 |
+
"model.layers.1.self_attn.k_proj.weight": "pytorch_model-00001-of-00004.bin",
|
23 |
+
"model.layers.1.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
24 |
+
"model.layers.1.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
|
25 |
+
"model.layers.1.self_attn.v_proj.weight": "pytorch_model-00001-of-00004.bin",
|
26 |
+
"model.layers.10.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
27 |
+
"model.layers.10.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
28 |
+
"model.layers.10.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
29 |
+
"model.layers.10.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
30 |
+
"model.layers.10.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
31 |
+
"model.layers.10.self_attn.k_proj.weight": "pytorch_model-00001-of-00004.bin",
|
32 |
+
"model.layers.10.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
33 |
+
"model.layers.10.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
|
34 |
+
"model.layers.10.self_attn.v_proj.weight": "pytorch_model-00001-of-00004.bin",
|
35 |
+
"model.layers.11.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
36 |
+
"model.layers.11.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
37 |
+
"model.layers.11.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
38 |
+
"model.layers.11.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
39 |
+
"model.layers.11.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
40 |
+
"model.layers.11.self_attn.k_proj.weight": "pytorch_model-00001-of-00004.bin",
|
41 |
+
"model.layers.11.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
42 |
+
"model.layers.11.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
|
43 |
+
"model.layers.11.self_attn.v_proj.weight": "pytorch_model-00001-of-00004.bin",
|
44 |
+
"model.layers.12.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
45 |
+
"model.layers.12.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
46 |
+
"model.layers.12.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
47 |
+
"model.layers.12.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
48 |
+
"model.layers.12.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
49 |
+
"model.layers.12.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
|
50 |
+
"model.layers.12.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
51 |
+
"model.layers.12.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
52 |
+
"model.layers.12.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
|
53 |
+
"model.layers.13.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
54 |
+
"model.layers.13.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
55 |
+
"model.layers.13.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
56 |
+
"model.layers.13.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
57 |
+
"model.layers.13.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
58 |
+
"model.layers.13.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
|
59 |
+
"model.layers.13.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
60 |
+
"model.layers.13.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
61 |
+
"model.layers.13.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
|
62 |
+
"model.layers.14.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
63 |
+
"model.layers.14.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
64 |
+
"model.layers.14.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
65 |
+
"model.layers.14.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
66 |
+
"model.layers.14.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
67 |
+
"model.layers.14.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
|
68 |
+
"model.layers.14.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
69 |
+
"model.layers.14.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
70 |
+
"model.layers.14.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
|
71 |
+
"model.layers.15.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
72 |
+
"model.layers.15.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
73 |
+
"model.layers.15.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
74 |
+
"model.layers.15.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
75 |
+
"model.layers.15.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
76 |
+
"model.layers.15.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
|
77 |
+
"model.layers.15.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
78 |
+
"model.layers.15.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
79 |
+
"model.layers.15.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
|
80 |
+
"model.layers.16.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
81 |
+
"model.layers.16.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
82 |
+
"model.layers.16.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
83 |
+
"model.layers.16.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
84 |
+
"model.layers.16.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
85 |
+
"model.layers.16.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
|
86 |
+
"model.layers.16.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
87 |
+
"model.layers.16.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
88 |
+
"model.layers.16.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
|
89 |
+
"model.layers.17.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
90 |
+
"model.layers.17.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
91 |
+
"model.layers.17.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
92 |
+
"model.layers.17.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
93 |
+
"model.layers.17.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
94 |
+
"model.layers.17.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
|
95 |
+
"model.layers.17.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
96 |
+
"model.layers.17.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
97 |
+
"model.layers.17.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
|
98 |
+
"model.layers.18.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
99 |
+
"model.layers.18.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
100 |
+
"model.layers.18.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
101 |
+
"model.layers.18.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
102 |
+
"model.layers.18.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
103 |
+
"model.layers.18.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
|
104 |
+
"model.layers.18.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
105 |
+
"model.layers.18.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
106 |
+
"model.layers.18.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
|
107 |
+
"model.layers.19.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
108 |
+
"model.layers.19.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
109 |
+
"model.layers.19.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
110 |
+
"model.layers.19.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
111 |
+
"model.layers.19.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
112 |
+
"model.layers.19.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
|
113 |
+
"model.layers.19.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
114 |
+
"model.layers.19.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
115 |
+
"model.layers.19.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
|
116 |
+
"model.layers.2.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
117 |
+
"model.layers.2.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
118 |
+
"model.layers.2.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
119 |
+
"model.layers.2.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
120 |
+
"model.layers.2.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
121 |
+
"model.layers.2.self_attn.k_proj.weight": "pytorch_model-00001-of-00004.bin",
|
122 |
+
"model.layers.2.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
123 |
+
"model.layers.2.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
|
124 |
+
"model.layers.2.self_attn.v_proj.weight": "pytorch_model-00001-of-00004.bin",
|
125 |
+
"model.layers.20.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
126 |
+
"model.layers.20.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
127 |
+
"model.layers.20.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
128 |
+
"model.layers.20.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
129 |
+
"model.layers.20.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
130 |
+
"model.layers.20.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
|
131 |
+
"model.layers.20.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
132 |
+
"model.layers.20.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
133 |
+
"model.layers.20.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
|
134 |
+
"model.layers.21.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
135 |
+
"model.layers.21.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
136 |
+
"model.layers.21.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
137 |
+
"model.layers.21.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
138 |
+
"model.layers.21.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
139 |
+
"model.layers.21.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
|
140 |
+
"model.layers.21.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
141 |
+
"model.layers.21.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
142 |
+
"model.layers.21.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
|
143 |
+
"model.layers.22.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
144 |
+
"model.layers.22.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
145 |
+
"model.layers.22.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
146 |
+
"model.layers.22.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
147 |
+
"model.layers.22.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
148 |
+
"model.layers.22.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
|
149 |
+
"model.layers.22.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
150 |
+
"model.layers.22.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
151 |
+
"model.layers.22.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
|
152 |
+
"model.layers.23.input_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
153 |
+
"model.layers.23.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
154 |
+
"model.layers.23.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
155 |
+
"model.layers.23.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
156 |
+
"model.layers.23.post_attention_layernorm.weight": "pytorch_model-00002-of-00004.bin",
|
157 |
+
"model.layers.23.self_attn.k_proj.weight": "pytorch_model-00002-of-00004.bin",
|
158 |
+
"model.layers.23.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
159 |
+
"model.layers.23.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
160 |
+
"model.layers.23.self_attn.v_proj.weight": "pytorch_model-00002-of-00004.bin",
|
161 |
+
"model.layers.24.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
162 |
+
"model.layers.24.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
163 |
+
"model.layers.24.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
164 |
+
"model.layers.24.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
165 |
+
"model.layers.24.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
166 |
+
"model.layers.24.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
|
167 |
+
"model.layers.24.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
168 |
+
"model.layers.24.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
169 |
+
"model.layers.24.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
|
170 |
+
"model.layers.25.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
171 |
+
"model.layers.25.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
172 |
+
"model.layers.25.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
173 |
+
"model.layers.25.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
174 |
+
"model.layers.25.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
175 |
+
"model.layers.25.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
|
176 |
+
"model.layers.25.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
177 |
+
"model.layers.25.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
178 |
+
"model.layers.25.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
|
179 |
+
"model.layers.26.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
180 |
+
"model.layers.26.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
181 |
+
"model.layers.26.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
182 |
+
"model.layers.26.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
183 |
+
"model.layers.26.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
184 |
+
"model.layers.26.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
|
185 |
+
"model.layers.26.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
186 |
+
"model.layers.26.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
187 |
+
"model.layers.26.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
|
188 |
+
"model.layers.27.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
189 |
+
"model.layers.27.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
190 |
+
"model.layers.27.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
191 |
+
"model.layers.27.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
192 |
+
"model.layers.27.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
193 |
+
"model.layers.27.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
|
194 |
+
"model.layers.27.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
195 |
+
"model.layers.27.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
196 |
+
"model.layers.27.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
|
197 |
+
"model.layers.28.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
198 |
+
"model.layers.28.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
199 |
+
"model.layers.28.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
200 |
+
"model.layers.28.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
201 |
+
"model.layers.28.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
202 |
+
"model.layers.28.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
|
203 |
+
"model.layers.28.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
204 |
+
"model.layers.28.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
205 |
+
"model.layers.28.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
|
206 |
+
"model.layers.29.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
207 |
+
"model.layers.29.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
208 |
+
"model.layers.29.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
209 |
+
"model.layers.29.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
210 |
+
"model.layers.29.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
211 |
+
"model.layers.29.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
|
212 |
+
"model.layers.29.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
213 |
+
"model.layers.29.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
214 |
+
"model.layers.29.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
|
215 |
+
"model.layers.3.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
216 |
+
"model.layers.3.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
217 |
+
"model.layers.3.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
218 |
+
"model.layers.3.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
219 |
+
"model.layers.3.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
220 |
+
"model.layers.3.self_attn.k_proj.weight": "pytorch_model-00001-of-00004.bin",
|
221 |
+
"model.layers.3.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
222 |
+
"model.layers.3.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
|
223 |
+
"model.layers.3.self_attn.v_proj.weight": "pytorch_model-00001-of-00004.bin",
|
224 |
+
"model.layers.30.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
225 |
+
"model.layers.30.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
226 |
+
"model.layers.30.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
227 |
+
"model.layers.30.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
228 |
+
"model.layers.30.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
229 |
+
"model.layers.30.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
|
230 |
+
"model.layers.30.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
231 |
+
"model.layers.30.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
232 |
+
"model.layers.30.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
|
233 |
+
"model.layers.31.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
234 |
+
"model.layers.31.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
235 |
+
"model.layers.31.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
236 |
+
"model.layers.31.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
237 |
+
"model.layers.31.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
238 |
+
"model.layers.31.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
|
239 |
+
"model.layers.31.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
240 |
+
"model.layers.31.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
241 |
+
"model.layers.31.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
|
242 |
+
"model.layers.32.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
243 |
+
"model.layers.32.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
244 |
+
"model.layers.32.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
245 |
+
"model.layers.32.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
246 |
+
"model.layers.32.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
247 |
+
"model.layers.32.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
|
248 |
+
"model.layers.32.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
249 |
+
"model.layers.32.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
250 |
+
"model.layers.32.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
|
251 |
+
"model.layers.33.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
252 |
+
"model.layers.33.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
253 |
+
"model.layers.33.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
254 |
+
"model.layers.33.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
255 |
+
"model.layers.33.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
256 |
+
"model.layers.33.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
|
257 |
+
"model.layers.33.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
258 |
+
"model.layers.33.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
259 |
+
"model.layers.33.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
|
260 |
+
"model.layers.34.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
261 |
+
"model.layers.34.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
262 |
+
"model.layers.34.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
263 |
+
"model.layers.34.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
264 |
+
"model.layers.34.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
265 |
+
"model.layers.34.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
|
266 |
+
"model.layers.34.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
267 |
+
"model.layers.34.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
268 |
+
"model.layers.34.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
|
269 |
+
"model.layers.35.input_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
270 |
+
"model.layers.35.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
271 |
+
"model.layers.35.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
272 |
+
"model.layers.35.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
273 |
+
"model.layers.35.post_attention_layernorm.weight": "pytorch_model-00003-of-00004.bin",
|
274 |
+
"model.layers.35.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
|
275 |
+
"model.layers.35.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
276 |
+
"model.layers.35.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
277 |
+
"model.layers.35.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
|
278 |
+
"model.layers.36.input_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
279 |
+
"model.layers.36.mlp.down_proj.weight": "pytorch_model-00004-of-00004.bin",
|
280 |
+
"model.layers.36.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
281 |
+
"model.layers.36.mlp.up_proj.weight": "pytorch_model-00004-of-00004.bin",
|
282 |
+
"model.layers.36.post_attention_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
283 |
+
"model.layers.36.self_attn.k_proj.weight": "pytorch_model-00003-of-00004.bin",
|
284 |
+
"model.layers.36.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
285 |
+
"model.layers.36.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
286 |
+
"model.layers.36.self_attn.v_proj.weight": "pytorch_model-00003-of-00004.bin",
|
287 |
+
"model.layers.37.input_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
288 |
+
"model.layers.37.mlp.down_proj.weight": "pytorch_model-00004-of-00004.bin",
|
289 |
+
"model.layers.37.mlp.gate_proj.weight": "pytorch_model-00004-of-00004.bin",
|
290 |
+
"model.layers.37.mlp.up_proj.weight": "pytorch_model-00004-of-00004.bin",
|
291 |
+
"model.layers.37.post_attention_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
292 |
+
"model.layers.37.self_attn.k_proj.weight": "pytorch_model-00004-of-00004.bin",
|
293 |
+
"model.layers.37.self_attn.o_proj.weight": "pytorch_model-00004-of-00004.bin",
|
294 |
+
"model.layers.37.self_attn.q_proj.weight": "pytorch_model-00004-of-00004.bin",
|
295 |
+
"model.layers.37.self_attn.v_proj.weight": "pytorch_model-00004-of-00004.bin",
|
296 |
+
"model.layers.38.input_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
297 |
+
"model.layers.38.mlp.down_proj.weight": "pytorch_model-00004-of-00004.bin",
|
298 |
+
"model.layers.38.mlp.gate_proj.weight": "pytorch_model-00004-of-00004.bin",
|
299 |
+
"model.layers.38.mlp.up_proj.weight": "pytorch_model-00004-of-00004.bin",
|
300 |
+
"model.layers.38.post_attention_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
301 |
+
"model.layers.38.self_attn.k_proj.weight": "pytorch_model-00004-of-00004.bin",
|
302 |
+
"model.layers.38.self_attn.o_proj.weight": "pytorch_model-00004-of-00004.bin",
|
303 |
+
"model.layers.38.self_attn.q_proj.weight": "pytorch_model-00004-of-00004.bin",
|
304 |
+
"model.layers.38.self_attn.v_proj.weight": "pytorch_model-00004-of-00004.bin",
|
305 |
+
"model.layers.39.input_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
306 |
+
"model.layers.39.mlp.down_proj.weight": "pytorch_model-00004-of-00004.bin",
|
307 |
+
"model.layers.39.mlp.gate_proj.weight": "pytorch_model-00004-of-00004.bin",
|
308 |
+
"model.layers.39.mlp.up_proj.weight": "pytorch_model-00004-of-00004.bin",
|
309 |
+
"model.layers.39.post_attention_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
310 |
+
"model.layers.39.self_attn.k_proj.weight": "pytorch_model-00004-of-00004.bin",
|
311 |
+
"model.layers.39.self_attn.o_proj.weight": "pytorch_model-00004-of-00004.bin",
|
312 |
+
"model.layers.39.self_attn.q_proj.weight": "pytorch_model-00004-of-00004.bin",
|
313 |
+
"model.layers.39.self_attn.v_proj.weight": "pytorch_model-00004-of-00004.bin",
|
314 |
+
"model.layers.4.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
315 |
+
"model.layers.4.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
316 |
+
"model.layers.4.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
317 |
+
"model.layers.4.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
318 |
+
"model.layers.4.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
319 |
+
"model.layers.4.self_attn.k_proj.weight": "pytorch_model-00001-of-00004.bin",
|
320 |
+
"model.layers.4.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
321 |
+
"model.layers.4.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
|
322 |
+
"model.layers.4.self_attn.v_proj.weight": "pytorch_model-00001-of-00004.bin",
|
323 |
+
"model.layers.5.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
324 |
+
"model.layers.5.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
325 |
+
"model.layers.5.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
326 |
+
"model.layers.5.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
327 |
+
"model.layers.5.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
328 |
+
"model.layers.5.self_attn.k_proj.weight": "pytorch_model-00001-of-00004.bin",
|
329 |
+
"model.layers.5.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
330 |
+
"model.layers.5.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
|
331 |
+
"model.layers.5.self_attn.v_proj.weight": "pytorch_model-00001-of-00004.bin",
|
332 |
+
"model.layers.6.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
333 |
+
"model.layers.6.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
334 |
+
"model.layers.6.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
335 |
+
"model.layers.6.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
336 |
+
"model.layers.6.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
337 |
+
"model.layers.6.self_attn.k_proj.weight": "pytorch_model-00001-of-00004.bin",
|
338 |
+
"model.layers.6.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
339 |
+
"model.layers.6.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
|
340 |
+
"model.layers.6.self_attn.v_proj.weight": "pytorch_model-00001-of-00004.bin",
|
341 |
+
"model.layers.7.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
342 |
+
"model.layers.7.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
343 |
+
"model.layers.7.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
344 |
+
"model.layers.7.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
345 |
+
"model.layers.7.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
346 |
+
"model.layers.7.self_attn.k_proj.weight": "pytorch_model-00001-of-00004.bin",
|
347 |
+
"model.layers.7.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
348 |
+
"model.layers.7.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
|
349 |
+
"model.layers.7.self_attn.v_proj.weight": "pytorch_model-00001-of-00004.bin",
|
350 |
+
"model.layers.8.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
351 |
+
"model.layers.8.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
352 |
+
"model.layers.8.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
353 |
+
"model.layers.8.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
354 |
+
"model.layers.8.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
355 |
+
"model.layers.8.self_attn.k_proj.weight": "pytorch_model-00001-of-00004.bin",
|
356 |
+
"model.layers.8.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
357 |
+
"model.layers.8.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
|
358 |
+
"model.layers.8.self_attn.v_proj.weight": "pytorch_model-00001-of-00004.bin",
|
359 |
+
"model.layers.9.input_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
360 |
+
"model.layers.9.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
361 |
+
"model.layers.9.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
362 |
+
"model.layers.9.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
363 |
+
"model.layers.9.post_attention_layernorm.weight": "pytorch_model-00001-of-00004.bin",
|
364 |
+
"model.layers.9.self_attn.k_proj.weight": "pytorch_model-00001-of-00004.bin",
|
365 |
+
"model.layers.9.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
366 |
+
"model.layers.9.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
|
367 |
+
"model.layers.9.self_attn.v_proj.weight": "pytorch_model-00001-of-00004.bin",
|
368 |
+
"model.norm.weight": "pytorch_model-00004-of-00004.bin"
|
369 |
+
}
|
370 |
+
}
|
merged/special_tokens_map.json
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|start_of_role|>",
|
4 |
+
"<|end_of_role|>",
|
5 |
+
"<|tool_call|>"
|
6 |
+
],
|
7 |
+
"bos_token": {
|
8 |
+
"content": "<|end_of_text|>",
|
9 |
+
"lstrip": false,
|
10 |
+
"normalized": false,
|
11 |
+
"rstrip": false,
|
12 |
+
"single_word": false
|
13 |
+
},
|
14 |
+
"eos_token": {
|
15 |
+
"content": "<|end_of_text|>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": false,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false
|
20 |
+
},
|
21 |
+
"pad_token": {
|
22 |
+
"content": "<|end_of_text|>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false
|
27 |
+
},
|
28 |
+
"unk_token": {
|
29 |
+
"content": "<|end_of_text|>",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": false,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false
|
34 |
+
}
|
35 |
+
}
|
merged/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
merged/tokenizer_config.json
ADDED
@@ -0,0 +1,199 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_prefix_space": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"0": {
|
6 |
+
"content": "<|end_of_text|>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"1": {
|
14 |
+
"content": "<fim_prefix>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"2": {
|
22 |
+
"content": "<fim_middle>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"3": {
|
30 |
+
"content": "<fim_suffix>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"4": {
|
38 |
+
"content": "<fim_pad>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"5": {
|
46 |
+
"content": "<filename>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": false,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
},
|
53 |
+
"6": {
|
54 |
+
"content": "<gh_stars>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": false,
|
58 |
+
"single_word": false,
|
59 |
+
"special": true
|
60 |
+
},
|
61 |
+
"7": {
|
62 |
+
"content": "<issue_start>",
|
63 |
+
"lstrip": false,
|
64 |
+
"normalized": false,
|
65 |
+
"rstrip": false,
|
66 |
+
"single_word": false,
|
67 |
+
"special": true
|
68 |
+
},
|
69 |
+
"8": {
|
70 |
+
"content": "<issue_comment>",
|
71 |
+
"lstrip": false,
|
72 |
+
"normalized": false,
|
73 |
+
"rstrip": false,
|
74 |
+
"single_word": false,
|
75 |
+
"special": true
|
76 |
+
},
|
77 |
+
"9": {
|
78 |
+
"content": "<issue_closed>",
|
79 |
+
"lstrip": false,
|
80 |
+
"normalized": false,
|
81 |
+
"rstrip": false,
|
82 |
+
"single_word": false,
|
83 |
+
"special": true
|
84 |
+
},
|
85 |
+
"10": {
|
86 |
+
"content": "<jupyter_start>",
|
87 |
+
"lstrip": false,
|
88 |
+
"normalized": false,
|
89 |
+
"rstrip": false,
|
90 |
+
"single_word": false,
|
91 |
+
"special": true
|
92 |
+
},
|
93 |
+
"11": {
|
94 |
+
"content": "<jupyter_text>",
|
95 |
+
"lstrip": false,
|
96 |
+
"normalized": false,
|
97 |
+
"rstrip": false,
|
98 |
+
"single_word": false,
|
99 |
+
"special": true
|
100 |
+
},
|
101 |
+
"12": {
|
102 |
+
"content": "<jupyter_code>",
|
103 |
+
"lstrip": false,
|
104 |
+
"normalized": false,
|
105 |
+
"rstrip": false,
|
106 |
+
"single_word": false,
|
107 |
+
"special": true
|
108 |
+
},
|
109 |
+
"13": {
|
110 |
+
"content": "<jupyter_output>",
|
111 |
+
"lstrip": false,
|
112 |
+
"normalized": false,
|
113 |
+
"rstrip": false,
|
114 |
+
"single_word": false,
|
115 |
+
"special": true
|
116 |
+
},
|
117 |
+
"14": {
|
118 |
+
"content": "<empty_output>",
|
119 |
+
"lstrip": false,
|
120 |
+
"normalized": false,
|
121 |
+
"rstrip": false,
|
122 |
+
"single_word": false,
|
123 |
+
"special": true
|
124 |
+
},
|
125 |
+
"15": {
|
126 |
+
"content": "<commit_before>",
|
127 |
+
"lstrip": false,
|
128 |
+
"normalized": false,
|
129 |
+
"rstrip": false,
|
130 |
+
"single_word": false,
|
131 |
+
"special": true
|
132 |
+
},
|
133 |
+
"16": {
|
134 |
+
"content": "<commit_msg>",
|
135 |
+
"lstrip": false,
|
136 |
+
"normalized": false,
|
137 |
+
"rstrip": false,
|
138 |
+
"single_word": false,
|
139 |
+
"special": true
|
140 |
+
},
|
141 |
+
"17": {
|
142 |
+
"content": "<commit_after>",
|
143 |
+
"lstrip": false,
|
144 |
+
"normalized": false,
|
145 |
+
"rstrip": false,
|
146 |
+
"single_word": false,
|
147 |
+
"special": true
|
148 |
+
},
|
149 |
+
"18": {
|
150 |
+
"content": "<reponame>",
|
151 |
+
"lstrip": false,
|
152 |
+
"normalized": false,
|
153 |
+
"rstrip": false,
|
154 |
+
"single_word": false,
|
155 |
+
"special": true
|
156 |
+
},
|
157 |
+
"49152": {
|
158 |
+
"content": "<|start_of_role|>",
|
159 |
+
"lstrip": false,
|
160 |
+
"normalized": false,
|
161 |
+
"rstrip": false,
|
162 |
+
"single_word": false,
|
163 |
+
"special": true
|
164 |
+
},
|
165 |
+
"49153": {
|
166 |
+
"content": "<|end_of_role|>",
|
167 |
+
"lstrip": false,
|
168 |
+
"normalized": false,
|
169 |
+
"rstrip": false,
|
170 |
+
"single_word": false,
|
171 |
+
"special": true
|
172 |
+
},
|
173 |
+
"49154": {
|
174 |
+
"content": "<|tool_call|>",
|
175 |
+
"lstrip": false,
|
176 |
+
"normalized": false,
|
177 |
+
"rstrip": false,
|
178 |
+
"single_word": false,
|
179 |
+
"special": true
|
180 |
+
}
|
181 |
+
},
|
182 |
+
"additional_special_tokens": [
|
183 |
+
"<|start_of_role|>",
|
184 |
+
"<|end_of_role|>",
|
185 |
+
"<|tool_call|>"
|
186 |
+
],
|
187 |
+
"bos_token": "<|end_of_text|>",
|
188 |
+
"chat_template": "{%- if messages[0]['role'] == 'system' %}\n {%- set system_message = messages[0]['content'] %}\n {%- set loop_messages = messages[1:] %}\n{%- else %}\n {%- set system_message = \"Knowledge Cutoff Date: April 2024.\nToday's Date: \" + strftime_now('%B %d, %Y') + \".\nYou are Granite, developed by IBM.\" %}\n {%- if tools and documents %}\n {%- set system_message = system_message + \" You are a helpful AI assistant with access to the following tools. When a tool is required to answer the user's query, respond with <|tool_call|> followed by a JSON list of tools used. If a tool does not exist in the provided list of tools, notify the user that you do not have the ability to fulfill the request.\n\nWrite the response to the user's input by strictly aligning with the facts in the provided documents. If the information needed to answer the question is not available in the documents, inform the user that the question cannot be answered based on the available data.\" %}\n {%- elif tools %}\n {%- set system_message = system_message + \" You are a helpful AI assistant with access to the following tools. When a tool is required to answer the user's query, respond with <|tool_call|> followed by a JSON list of tools used. If a tool does not exist in the provided list of tools, notify the user that you do not have the ability to fulfill the request.\" %}\n {%- elif documents %}\n {%- set system_message = system_message + \" Write the response to the user's input by strictly aligning with the facts in the provided documents. If the information needed to answer the question is not available in the documents, inform the user that the question cannot be answered based on the available data.\" %}\n {%- else %}\n {%- set system_message = system_message + \" You are a helpful AI assistant.\" %} \n {%- endif %}\n {%- if 'citations' in controls and documents %}\n {%- set system_message = system_message + '\n\nIn your response, use the symbols <co> and </co> to indicate when a fact comes from a document in the search result, e.g <co>0</co> for a fact from document 0. Afterwards, list all the citations with their corresponding documents in an ordered list.' %}\n {%- endif %}\n {%- if 'hallucinations' in controls and documents %}\n {%- set system_message = system_message + '\n\nFinally, after the response is written, include a numbered list of sentences from the response that are potentially hallucinated and not based in the documents.' %}\n {%- endif %}\n {%- set loop_messages = messages %}\n{%- endif %}\n{{- '<|start_of_role|>system<|end_of_role|>' + system_message + '<|end_of_text|>\n' }}\n{%- if tools %}\n {{- '<|start_of_role|>tools<|end_of_role|>' }}\n {{- tools | tojson(indent=4) }}\n {{- '<|end_of_text|>\n' }}\n{%- endif %}\n{%- if documents %}\n {{- '<|start_of_role|>documents<|end_of_role|>' }}\n {%- for document in documents %}\n {{- 'Document ' + loop.index0 | string + '\n' }}\n {{- document['text'] }}\n {%- if not loop.last %}\n {{- '\n\n'}}\n {%- endif%}\n {%- endfor %}\n {{- '<|end_of_text|>\n' }}\n{%- endif %}\n{%- for message in loop_messages %}\n {{- '<|start_of_role|>' + message['role'] + '<|end_of_role|>' + message['content'] + '<|end_of_text|>\n' }}\n {%- if loop.last and add_generation_prompt %}\n {{- '<|start_of_role|>assistant' }}\n {%- if controls %}\n {{- ' ' + controls | tojson()}}\n {%- endif %}\n {{- '<|end_of_role|>' }}\n {%- endif %}\n{%- endfor %}",
|
189 |
+
"clean_up_tokenization_spaces": true,
|
190 |
+
"eos_token": "<|end_of_text|>",
|
191 |
+
"errors": "replace",
|
192 |
+
"extra_special_tokens": {},
|
193 |
+
"model_max_length": 9223372036854775807,
|
194 |
+
"pad_token": "<|end_of_text|>",
|
195 |
+
"padding_side": "left",
|
196 |
+
"tokenizer_class": "GPT2Tokenizer",
|
197 |
+
"unk_token": "<|end_of_text|>",
|
198 |
+
"vocab_size": 49152
|
199 |
+
}
|
merged/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
special_tokens_map.json
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|start_of_role|>",
|
4 |
+
"<|end_of_role|>",
|
5 |
+
"<|tool_call|>"
|
6 |
+
],
|
7 |
+
"bos_token": {
|
8 |
+
"content": "<|end_of_text|>",
|
9 |
+
"lstrip": false,
|
10 |
+
"normalized": false,
|
11 |
+
"rstrip": false,
|
12 |
+
"single_word": false
|
13 |
+
},
|
14 |
+
"eos_token": {
|
15 |
+
"content": "<|end_of_text|>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": false,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false
|
20 |
+
},
|
21 |
+
"pad_token": {
|
22 |
+
"content": "<|end_of_text|>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false
|
27 |
+
},
|
28 |
+
"unk_token": {
|
29 |
+
"content": "<|end_of_text|>",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": false,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false
|
34 |
+
}
|
35 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,199 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_prefix_space": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"0": {
|
6 |
+
"content": "<|end_of_text|>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"1": {
|
14 |
+
"content": "<fim_prefix>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"2": {
|
22 |
+
"content": "<fim_middle>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"3": {
|
30 |
+
"content": "<fim_suffix>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"4": {
|
38 |
+
"content": "<fim_pad>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"5": {
|
46 |
+
"content": "<filename>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": false,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
},
|
53 |
+
"6": {
|
54 |
+
"content": "<gh_stars>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": false,
|
58 |
+
"single_word": false,
|
59 |
+
"special": true
|
60 |
+
},
|
61 |
+
"7": {
|
62 |
+
"content": "<issue_start>",
|
63 |
+
"lstrip": false,
|
64 |
+
"normalized": false,
|
65 |
+
"rstrip": false,
|
66 |
+
"single_word": false,
|
67 |
+
"special": true
|
68 |
+
},
|
69 |
+
"8": {
|
70 |
+
"content": "<issue_comment>",
|
71 |
+
"lstrip": false,
|
72 |
+
"normalized": false,
|
73 |
+
"rstrip": false,
|
74 |
+
"single_word": false,
|
75 |
+
"special": true
|
76 |
+
},
|
77 |
+
"9": {
|
78 |
+
"content": "<issue_closed>",
|
79 |
+
"lstrip": false,
|
80 |
+
"normalized": false,
|
81 |
+
"rstrip": false,
|
82 |
+
"single_word": false,
|
83 |
+
"special": true
|
84 |
+
},
|
85 |
+
"10": {
|
86 |
+
"content": "<jupyter_start>",
|
87 |
+
"lstrip": false,
|
88 |
+
"normalized": false,
|
89 |
+
"rstrip": false,
|
90 |
+
"single_word": false,
|
91 |
+
"special": true
|
92 |
+
},
|
93 |
+
"11": {
|
94 |
+
"content": "<jupyter_text>",
|
95 |
+
"lstrip": false,
|
96 |
+
"normalized": false,
|
97 |
+
"rstrip": false,
|
98 |
+
"single_word": false,
|
99 |
+
"special": true
|
100 |
+
},
|
101 |
+
"12": {
|
102 |
+
"content": "<jupyter_code>",
|
103 |
+
"lstrip": false,
|
104 |
+
"normalized": false,
|
105 |
+
"rstrip": false,
|
106 |
+
"single_word": false,
|
107 |
+
"special": true
|
108 |
+
},
|
109 |
+
"13": {
|
110 |
+
"content": "<jupyter_output>",
|
111 |
+
"lstrip": false,
|
112 |
+
"normalized": false,
|
113 |
+
"rstrip": false,
|
114 |
+
"single_word": false,
|
115 |
+
"special": true
|
116 |
+
},
|
117 |
+
"14": {
|
118 |
+
"content": "<empty_output>",
|
119 |
+
"lstrip": false,
|
120 |
+
"normalized": false,
|
121 |
+
"rstrip": false,
|
122 |
+
"single_word": false,
|
123 |
+
"special": true
|
124 |
+
},
|
125 |
+
"15": {
|
126 |
+
"content": "<commit_before>",
|
127 |
+
"lstrip": false,
|
128 |
+
"normalized": false,
|
129 |
+
"rstrip": false,
|
130 |
+
"single_word": false,
|
131 |
+
"special": true
|
132 |
+
},
|
133 |
+
"16": {
|
134 |
+
"content": "<commit_msg>",
|
135 |
+
"lstrip": false,
|
136 |
+
"normalized": false,
|
137 |
+
"rstrip": false,
|
138 |
+
"single_word": false,
|
139 |
+
"special": true
|
140 |
+
},
|
141 |
+
"17": {
|
142 |
+
"content": "<commit_after>",
|
143 |
+
"lstrip": false,
|
144 |
+
"normalized": false,
|
145 |
+
"rstrip": false,
|
146 |
+
"single_word": false,
|
147 |
+
"special": true
|
148 |
+
},
|
149 |
+
"18": {
|
150 |
+
"content": "<reponame>",
|
151 |
+
"lstrip": false,
|
152 |
+
"normalized": false,
|
153 |
+
"rstrip": false,
|
154 |
+
"single_word": false,
|
155 |
+
"special": true
|
156 |
+
},
|
157 |
+
"49152": {
|
158 |
+
"content": "<|start_of_role|>",
|
159 |
+
"lstrip": false,
|
160 |
+
"normalized": false,
|
161 |
+
"rstrip": false,
|
162 |
+
"single_word": false,
|
163 |
+
"special": true
|
164 |
+
},
|
165 |
+
"49153": {
|
166 |
+
"content": "<|end_of_role|>",
|
167 |
+
"lstrip": false,
|
168 |
+
"normalized": false,
|
169 |
+
"rstrip": false,
|
170 |
+
"single_word": false,
|
171 |
+
"special": true
|
172 |
+
},
|
173 |
+
"49154": {
|
174 |
+
"content": "<|tool_call|>",
|
175 |
+
"lstrip": false,
|
176 |
+
"normalized": false,
|
177 |
+
"rstrip": false,
|
178 |
+
"single_word": false,
|
179 |
+
"special": true
|
180 |
+
}
|
181 |
+
},
|
182 |
+
"additional_special_tokens": [
|
183 |
+
"<|start_of_role|>",
|
184 |
+
"<|end_of_role|>",
|
185 |
+
"<|tool_call|>"
|
186 |
+
],
|
187 |
+
"bos_token": "<|end_of_text|>",
|
188 |
+
"chat_template": "{%- if messages[0]['role'] == 'system' %}\n {%- set system_message = messages[0]['content'] %}\n {%- set loop_messages = messages[1:] %}\n{%- else %}\n {%- set system_message = \"Knowledge Cutoff Date: April 2024.\nToday's Date: \" + strftime_now('%B %d, %Y') + \".\nYou are Granite, developed by IBM.\" %}\n {%- if tools and documents %}\n {%- set system_message = system_message + \" You are a helpful AI assistant with access to the following tools. When a tool is required to answer the user's query, respond with <|tool_call|> followed by a JSON list of tools used. If a tool does not exist in the provided list of tools, notify the user that you do not have the ability to fulfill the request.\n\nWrite the response to the user's input by strictly aligning with the facts in the provided documents. If the information needed to answer the question is not available in the documents, inform the user that the question cannot be answered based on the available data.\" %}\n {%- elif tools %}\n {%- set system_message = system_message + \" You are a helpful AI assistant with access to the following tools. When a tool is required to answer the user's query, respond with <|tool_call|> followed by a JSON list of tools used. If a tool does not exist in the provided list of tools, notify the user that you do not have the ability to fulfill the request.\" %}\n {%- elif documents %}\n {%- set system_message = system_message + \" Write the response to the user's input by strictly aligning with the facts in the provided documents. If the information needed to answer the question is not available in the documents, inform the user that the question cannot be answered based on the available data.\" %}\n {%- else %}\n {%- set system_message = system_message + \" You are a helpful AI assistant.\" %} \n {%- endif %}\n {%- if 'citations' in controls and documents %}\n {%- set system_message = system_message + '\n\nIn your response, use the symbols <co> and </co> to indicate when a fact comes from a document in the search result, e.g <co>0</co> for a fact from document 0. Afterwards, list all the citations with their corresponding documents in an ordered list.' %}\n {%- endif %}\n {%- if 'hallucinations' in controls and documents %}\n {%- set system_message = system_message + '\n\nFinally, after the response is written, include a numbered list of sentences from the response that are potentially hallucinated and not based in the documents.' %}\n {%- endif %}\n {%- set loop_messages = messages %}\n{%- endif %}\n{{- '<|start_of_role|>system<|end_of_role|>' + system_message + '<|end_of_text|>\n' }}\n{%- if tools %}\n {{- '<|start_of_role|>tools<|end_of_role|>' }}\n {{- tools | tojson(indent=4) }}\n {{- '<|end_of_text|>\n' }}\n{%- endif %}\n{%- if documents %}\n {{- '<|start_of_role|>documents<|end_of_role|>' }}\n {%- for document in documents %}\n {{- 'Document ' + loop.index0 | string + '\n' }}\n {{- document['text'] }}\n {%- if not loop.last %}\n {{- '\n\n'}}\n {%- endif%}\n {%- endfor %}\n {{- '<|end_of_text|>\n' }}\n{%- endif %}\n{%- for message in loop_messages %}\n {{- '<|start_of_role|>' + message['role'] + '<|end_of_role|>' + message['content'] + '<|end_of_text|>\n' }}\n {%- if loop.last and add_generation_prompt %}\n {{- '<|start_of_role|>assistant' }}\n {%- if controls %}\n {{- ' ' + controls | tojson()}}\n {%- endif %}\n {{- '<|end_of_role|>' }}\n {%- endif %}\n{%- endfor %}",
|
189 |
+
"clean_up_tokenization_spaces": true,
|
190 |
+
"eos_token": "<|end_of_text|>",
|
191 |
+
"errors": "replace",
|
192 |
+
"extra_special_tokens": {},
|
193 |
+
"model_max_length": 9223372036854775807,
|
194 |
+
"pad_token": "<|end_of_text|>",
|
195 |
+
"padding_side": "left",
|
196 |
+
"tokenizer_class": "GPT2Tokenizer",
|
197 |
+
"unk_token": "<|end_of_text|>",
|
198 |
+
"vocab_size": 49152
|
199 |
+
}
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|