Upload folder using huggingface_hub
Browse files- README.md +129 -0
- adapter_config.json +37 -0
- checkpoint-1635/config.json +30 -0
- checkpoint-1635/generation_config.json +7 -0
- checkpoint-1635/model-00001-of-00003.safetensors +3 -0
- checkpoint-1635/model-00002-of-00003.safetensors +3 -0
- checkpoint-1635/model-00003-of-00003.safetensors +3 -0
- checkpoint-1635/model.safetensors.index.json +298 -0
- checkpoint-1635/optimizer.pt +3 -0
- checkpoint-1635/rng_state.pth +3 -0
- checkpoint-1635/scheduler.pt +3 -0
- checkpoint-1635/special_tokens_map.json +30 -0
- checkpoint-1635/tokenizer.json +0 -0
- checkpoint-1635/tokenizer.model +3 -0
- checkpoint-1635/tokenizer_config.json +84 -0
- checkpoint-1635/trainer_state.json +1461 -0
- checkpoint-1635/training_args.bin +3 -0
- config.json +30 -0
- config.yaml +63 -0
- generation_config.json +7 -0
- model-00001-of-00003.safetensors +3 -0
- model-00002-of-00003.safetensors +3 -0
- model-00003-of-00003.safetensors +3 -0
- model.safetensors.index.json +298 -0
- special_tokens_map.json +30 -0
- tokenizer.json +0 -0
- tokenizer.model +3 -0
- tokenizer_config.json +84 -0
README.md
ADDED
@@ -0,0 +1,129 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: llama2
|
4 |
+
base_model: meta-llama/CodeLlama-7b-hf
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
datasets:
|
8 |
+
- steve329/svgen-500k-2k
|
9 |
+
model-index:
|
10 |
+
- name: outputs/mymodel
|
11 |
+
results: []
|
12 |
+
---
|
13 |
+
|
14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
+
should probably proofread and complete it, then remove this comment. -->
|
16 |
+
|
17 |
+
[<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)
|
18 |
+
<details><summary>See axolotl config</summary>
|
19 |
+
|
20 |
+
axolotl version: `0.8.0.dev0`
|
21 |
+
```yaml
|
22 |
+
base_model: meta-llama/CodeLlama-7b-hf
|
23 |
+
bf16: auto
|
24 |
+
dataset_processes: 32
|
25 |
+
datasets:
|
26 |
+
- message_property_mappings:
|
27 |
+
content: content
|
28 |
+
role: role
|
29 |
+
path: steve329/svgen-500k-2k
|
30 |
+
trust_remote_code: false
|
31 |
+
type: alpaca
|
32 |
+
gradient_accumulation_steps: 1
|
33 |
+
gradient_checkpointing: false
|
34 |
+
learning_rate: 0.0002
|
35 |
+
lisa_layers_attribute: model.layers
|
36 |
+
load_best_model_at_end: false
|
37 |
+
load_in_4bit: false
|
38 |
+
load_in_8bit: false
|
39 |
+
lora_alpha: 16
|
40 |
+
lora_dropout: 0.05
|
41 |
+
lora_r: 8
|
42 |
+
lora_target_modules:
|
43 |
+
- q_proj
|
44 |
+
- v_proj
|
45 |
+
- k_proj
|
46 |
+
- o_proj
|
47 |
+
- gate_proj
|
48 |
+
- down_proj
|
49 |
+
- up_proj
|
50 |
+
loraplus_lr_embedding: 1.0e-06
|
51 |
+
lr_scheduler: cosine
|
52 |
+
max_prompt_len: 1400
|
53 |
+
mean_resizing_embeddings: false
|
54 |
+
micro_batch_size: 1
|
55 |
+
num_epochs: 1.0
|
56 |
+
optimizer: adamw_bnb_8bit
|
57 |
+
output_dir: ./outputs/mymodel
|
58 |
+
pretrain_multipack_attn: true
|
59 |
+
pretrain_multipack_buffer_size: 10000
|
60 |
+
qlora_sharded_model_loading: false
|
61 |
+
ray_num_workers: 1
|
62 |
+
resources_per_worker:
|
63 |
+
GPU: 1
|
64 |
+
sample_packing_bin_size: 200
|
65 |
+
sample_packing_group_size: 100000
|
66 |
+
save_only_model: false
|
67 |
+
save_safetensors: true
|
68 |
+
sequence_len: 1400
|
69 |
+
shuffle_merged_datasets: true
|
70 |
+
skip_prepare_dataset: false
|
71 |
+
strict: false
|
72 |
+
train_on_inputs: false
|
73 |
+
trl:
|
74 |
+
log_completions: false
|
75 |
+
ref_model_mixup_alpha: 0.9
|
76 |
+
ref_model_sync_steps: 64
|
77 |
+
sync_ref_model: false
|
78 |
+
use_vllm: false
|
79 |
+
vllm_device: auto
|
80 |
+
vllm_dtype: auto
|
81 |
+
vllm_gpu_memory_utilization: 0.9
|
82 |
+
use_ray: false
|
83 |
+
val_set_size: 0.0
|
84 |
+
weight_decay: 0.0
|
85 |
+
|
86 |
+
```
|
87 |
+
|
88 |
+
</details><br>
|
89 |
+
|
90 |
+
# outputs/mymodel
|
91 |
+
|
92 |
+
This model is a fine-tuned version of [meta-llama/CodeLlama-7b-hf](https://huggingface.co/meta-llama/CodeLlama-7b-hf) on the steve329/svgen-500k-2k dataset.
|
93 |
+
|
94 |
+
## Model description
|
95 |
+
|
96 |
+
More information needed
|
97 |
+
|
98 |
+
## Intended uses & limitations
|
99 |
+
|
100 |
+
More information needed
|
101 |
+
|
102 |
+
## Training and evaluation data
|
103 |
+
|
104 |
+
More information needed
|
105 |
+
|
106 |
+
## Training procedure
|
107 |
+
|
108 |
+
### Training hyperparameters
|
109 |
+
|
110 |
+
The following hyperparameters were used during training:
|
111 |
+
- learning_rate: 0.0002
|
112 |
+
- train_batch_size: 1
|
113 |
+
- eval_batch_size: 1
|
114 |
+
- seed: 42
|
115 |
+
- optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
116 |
+
- lr_scheduler_type: cosine
|
117 |
+
- lr_scheduler_warmup_steps: 49
|
118 |
+
- num_epochs: 1.0
|
119 |
+
|
120 |
+
### Training results
|
121 |
+
|
122 |
+
|
123 |
+
|
124 |
+
### Framework versions
|
125 |
+
|
126 |
+
- Transformers 4.49.0
|
127 |
+
- Pytorch 2.5.1+cu124
|
128 |
+
- Datasets 3.2.0
|
129 |
+
- Tokenizers 0.21.0
|
adapter_config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "meta-llama/CodeLlama-7b-hf",
|
5 |
+
"bias": "none",
|
6 |
+
"eva_config": null,
|
7 |
+
"exclude_modules": null,
|
8 |
+
"fan_in_fan_out": null,
|
9 |
+
"inference_mode": false,
|
10 |
+
"init_lora_weights": true,
|
11 |
+
"layer_replication": null,
|
12 |
+
"layers_pattern": null,
|
13 |
+
"layers_to_transform": null,
|
14 |
+
"loftq_config": {},
|
15 |
+
"lora_alpha": 16,
|
16 |
+
"lora_bias": false,
|
17 |
+
"lora_dropout": 0.05,
|
18 |
+
"megatron_config": null,
|
19 |
+
"megatron_core": "megatron.core",
|
20 |
+
"modules_to_save": null,
|
21 |
+
"peft_type": "LORA",
|
22 |
+
"r": 8,
|
23 |
+
"rank_pattern": {},
|
24 |
+
"revision": null,
|
25 |
+
"target_modules": [
|
26 |
+
"v_proj",
|
27 |
+
"gate_proj",
|
28 |
+
"up_proj",
|
29 |
+
"down_proj",
|
30 |
+
"o_proj",
|
31 |
+
"q_proj",
|
32 |
+
"k_proj"
|
33 |
+
],
|
34 |
+
"task_type": "CAUSAL_LM",
|
35 |
+
"use_dora": false,
|
36 |
+
"use_rslora": false
|
37 |
+
}
|
checkpoint-1635/config.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "meta-llama/CodeLlama-7b-hf",
|
3 |
+
"architectures": [
|
4 |
+
"LlamaForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_bias": false,
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 1,
|
9 |
+
"eos_token_id": 2,
|
10 |
+
"head_dim": 128,
|
11 |
+
"hidden_act": "silu",
|
12 |
+
"hidden_size": 4096,
|
13 |
+
"initializer_range": 0.02,
|
14 |
+
"intermediate_size": 11008,
|
15 |
+
"max_position_embeddings": 16384,
|
16 |
+
"mlp_bias": false,
|
17 |
+
"model_type": "llama",
|
18 |
+
"num_attention_heads": 32,
|
19 |
+
"num_hidden_layers": 32,
|
20 |
+
"num_key_value_heads": 32,
|
21 |
+
"pretraining_tp": 1,
|
22 |
+
"rms_norm_eps": 1e-05,
|
23 |
+
"rope_scaling": null,
|
24 |
+
"rope_theta": 1000000,
|
25 |
+
"tie_word_embeddings": false,
|
26 |
+
"torch_dtype": "float32",
|
27 |
+
"transformers_version": "4.49.0",
|
28 |
+
"use_cache": false,
|
29 |
+
"vocab_size": 32016
|
30 |
+
}
|
checkpoint-1635/generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"do_sample": true,
|
5 |
+
"eos_token_id": 2,
|
6 |
+
"transformers_version": "4.49.0"
|
7 |
+
}
|
checkpoint-1635/model-00001-of-00003.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11cc76d12eb9f7c80e7fc5baa91943bf4009a265075041faf5dcc0e38f6500e3
|
3 |
+
size 4977175816
|
checkpoint-1635/model-00002-of-00003.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f670def765d33cd57a88239eaf2139666563657e3b02f73db29fcf97836d9d5
|
3 |
+
size 4991627832
|
checkpoint-1635/model-00003-of-00003.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fcf12a93d75ddab3df93f30127683d1bd2d8983ce1d97c387bc5c4f699435dfb
|
3 |
+
size 4033405872
|
checkpoint-1635/model.safetensors.index.json
ADDED
@@ -0,0 +1,298 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 14002176000
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "model-00003-of-00003.safetensors",
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00003.safetensors",
|
8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
13 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
15 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
16 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
17 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
18 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
19 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
20 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
21 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
22 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
23 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
24 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
25 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
26 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
27 |
+
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
28 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
29 |
+
"model.layers.10.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
30 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
31 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
32 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
33 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
34 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
35 |
+
"model.layers.11.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
36 |
+
"model.layers.11.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
37 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
38 |
+
"model.layers.11.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
39 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
40 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
41 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
42 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
43 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
44 |
+
"model.layers.12.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
45 |
+
"model.layers.12.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
46 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
47 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
48 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
49 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
50 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
51 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
52 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
53 |
+
"model.layers.13.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
54 |
+
"model.layers.13.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
55 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
56 |
+
"model.layers.13.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
57 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
58 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
59 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
60 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
61 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
62 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
63 |
+
"model.layers.14.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
64 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
65 |
+
"model.layers.14.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
66 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
67 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
68 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
69 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
70 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
71 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
72 |
+
"model.layers.15.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
73 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
74 |
+
"model.layers.15.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
75 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
76 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
77 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
78 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
79 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
80 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
81 |
+
"model.layers.16.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
82 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
83 |
+
"model.layers.16.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
84 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
85 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
86 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
87 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
88 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
89 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
90 |
+
"model.layers.17.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
91 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
92 |
+
"model.layers.17.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
93 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
94 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
95 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
96 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
97 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
98 |
+
"model.layers.18.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
99 |
+
"model.layers.18.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
100 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
101 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
102 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
103 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
104 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
105 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
106 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
107 |
+
"model.layers.19.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
108 |
+
"model.layers.19.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
109 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
110 |
+
"model.layers.19.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
111 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
112 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
113 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
114 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
115 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
116 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
117 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
118 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
119 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
120 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
121 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
122 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
123 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
124 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
125 |
+
"model.layers.20.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
126 |
+
"model.layers.20.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
127 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
128 |
+
"model.layers.20.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
129 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
130 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
131 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
132 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
133 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
134 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
135 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
136 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
137 |
+
"model.layers.21.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
138 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
139 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
140 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
141 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
142 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
143 |
+
"model.layers.22.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
144 |
+
"model.layers.22.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
145 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
146 |
+
"model.layers.22.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
147 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
148 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
149 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
150 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
151 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
152 |
+
"model.layers.23.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
153 |
+
"model.layers.23.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
154 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
155 |
+
"model.layers.23.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
156 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
157 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
158 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
159 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
160 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
161 |
+
"model.layers.24.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
162 |
+
"model.layers.24.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
163 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
164 |
+
"model.layers.24.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
165 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
166 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
167 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
168 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
169 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
170 |
+
"model.layers.25.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
171 |
+
"model.layers.25.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
172 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
173 |
+
"model.layers.25.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
174 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
175 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
176 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
177 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
178 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
179 |
+
"model.layers.26.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
180 |
+
"model.layers.26.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
181 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
182 |
+
"model.layers.26.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
183 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
184 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
185 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
186 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
187 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
188 |
+
"model.layers.27.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
189 |
+
"model.layers.27.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
190 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
191 |
+
"model.layers.27.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
192 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
193 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
194 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
195 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
196 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
197 |
+
"model.layers.28.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
198 |
+
"model.layers.28.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
199 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
200 |
+
"model.layers.28.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
201 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
202 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
203 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
204 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
205 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
206 |
+
"model.layers.29.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
207 |
+
"model.layers.29.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
208 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
209 |
+
"model.layers.29.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
210 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
211 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
212 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
213 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
214 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
215 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
216 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
217 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
218 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
219 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
220 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
221 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
222 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
223 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
224 |
+
"model.layers.30.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
225 |
+
"model.layers.30.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
226 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
227 |
+
"model.layers.30.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
228 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
229 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
230 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
231 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
232 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
233 |
+
"model.layers.31.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
234 |
+
"model.layers.31.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
235 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
236 |
+
"model.layers.31.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
237 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
238 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
239 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
240 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
241 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
242 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
243 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
244 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
245 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
246 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
247 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
248 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
249 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
250 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
251 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
252 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
253 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
254 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
255 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
256 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
257 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
258 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
259 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
260 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
261 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
262 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
263 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
264 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
265 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
266 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
267 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
268 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
269 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
270 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
271 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
272 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
273 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
274 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
275 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
276 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
277 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
278 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
279 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
280 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
281 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
282 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
283 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
284 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
285 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
286 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
287 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
288 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
289 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
290 |
+
"model.layers.9.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
291 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
292 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
293 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
294 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
295 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
296 |
+
"model.norm.weight": "model-00003-of-00003.safetensors"
|
297 |
+
}
|
298 |
+
}
|
checkpoint-1635/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5bf7652eb0e38b8876c135497a5eccbdf2ab747e74defec201f8b4bef05abbd
|
3 |
+
size 13688025904
|
checkpoint-1635/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:386fcc8cc1089aade9450d86fb239ea3483f455fd2d78d8378645feecfec9d69
|
3 |
+
size 14244
|
checkpoint-1635/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8df906b15d6f3a5cc0a427d6d51369611352e747e0268c38e9bc42b9a1050ca
|
3 |
+
size 1064
|
checkpoint-1635/special_tokens_map.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"β<PRE>",
|
4 |
+
"β<MID>",
|
5 |
+
"β<SUF>",
|
6 |
+
"β<EOT>"
|
7 |
+
],
|
8 |
+
"bos_token": {
|
9 |
+
"content": "<s>",
|
10 |
+
"lstrip": false,
|
11 |
+
"normalized": false,
|
12 |
+
"rstrip": false,
|
13 |
+
"single_word": false
|
14 |
+
},
|
15 |
+
"eos_token": {
|
16 |
+
"content": "</s>",
|
17 |
+
"lstrip": false,
|
18 |
+
"normalized": false,
|
19 |
+
"rstrip": false,
|
20 |
+
"single_word": false
|
21 |
+
},
|
22 |
+
"pad_token": "</s>",
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<unk>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
}
|
30 |
+
}
|
checkpoint-1635/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-1635/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45ccb9c8b6b561889acea59191d66986d314e7cbd6a78abc6e49b139ca91c1e6
|
3 |
+
size 500058
|
checkpoint-1635/tokenizer_config.json
ADDED
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"0": {
|
6 |
+
"content": "<unk>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"1": {
|
14 |
+
"content": "<s>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"2": {
|
22 |
+
"content": "</s>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"32007": {
|
30 |
+
"content": "β<PRE>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"32008": {
|
38 |
+
"content": "β<SUF>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"32009": {
|
46 |
+
"content": "β<MID>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": false,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
},
|
53 |
+
"32010": {
|
54 |
+
"content": "β<EOT>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": false,
|
58 |
+
"single_word": false,
|
59 |
+
"special": true
|
60 |
+
}
|
61 |
+
},
|
62 |
+
"additional_special_tokens": [
|
63 |
+
"β<PRE>",
|
64 |
+
"β<MID>",
|
65 |
+
"β<SUF>",
|
66 |
+
"β<EOT>"
|
67 |
+
],
|
68 |
+
"bos_token": "<s>",
|
69 |
+
"clean_up_tokenization_spaces": false,
|
70 |
+
"eos_token": "</s>",
|
71 |
+
"eot_token": "β<EOT>",
|
72 |
+
"extra_special_tokens": {},
|
73 |
+
"fill_token": "<FILL_ME>",
|
74 |
+
"legacy": null,
|
75 |
+
"middle_token": "β<MID>",
|
76 |
+
"model_max_length": 1000000000000000019884624838656,
|
77 |
+
"pad_token": "</s>",
|
78 |
+
"prefix_token": "β<PRE>",
|
79 |
+
"sp_model_kwargs": {},
|
80 |
+
"suffix_token": "β<SUF>",
|
81 |
+
"tokenizer_class": "CodeLlamaTokenizer",
|
82 |
+
"unk_token": "<unk>",
|
83 |
+
"use_default_system_prompt": false
|
84 |
+
}
|
checkpoint-1635/trainer_state.json
ADDED
@@ -0,0 +1,1461 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 1.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 1635,
|
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.004892966360856269,
|
13 |
+
"grad_norm": 7.852441310882568,
|
14 |
+
"learning_rate": 3.265306122448979e-05,
|
15 |
+
"loss": 0.6394,
|
16 |
+
"step": 8
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.009785932721712538,
|
20 |
+
"grad_norm": 2.014887809753418,
|
21 |
+
"learning_rate": 6.530612244897959e-05,
|
22 |
+
"loss": 0.4965,
|
23 |
+
"step": 16
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.014678899082568808,
|
27 |
+
"grad_norm": 3.126901388168335,
|
28 |
+
"learning_rate": 9.79591836734694e-05,
|
29 |
+
"loss": 0.4726,
|
30 |
+
"step": 24
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.019571865443425075,
|
34 |
+
"grad_norm": 5.920114040374756,
|
35 |
+
"learning_rate": 0.00013061224489795917,
|
36 |
+
"loss": 0.5767,
|
37 |
+
"step": 32
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.024464831804281346,
|
41 |
+
"grad_norm": 5.9961957931518555,
|
42 |
+
"learning_rate": 0.00016326530612244898,
|
43 |
+
"loss": 0.6178,
|
44 |
+
"step": 40
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.029357798165137616,
|
48 |
+
"grad_norm": 3.531881332397461,
|
49 |
+
"learning_rate": 0.0001959183673469388,
|
50 |
+
"loss": 0.8085,
|
51 |
+
"step": 48
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.03425076452599388,
|
55 |
+
"grad_norm": 4.50161600112915,
|
56 |
+
"learning_rate": 0.00019999038714247288,
|
57 |
+
"loss": 0.9277,
|
58 |
+
"step": 56
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.03914373088685015,
|
62 |
+
"grad_norm": 4.269163131713867,
|
63 |
+
"learning_rate": 0.0001999558618678069,
|
64 |
+
"loss": 0.7473,
|
65 |
+
"step": 64
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.044036697247706424,
|
69 |
+
"grad_norm": 12.633176803588867,
|
70 |
+
"learning_rate": 0.000199896236661804,
|
71 |
+
"loss": 1.0754,
|
72 |
+
"step": 72
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.04892966360856269,
|
76 |
+
"grad_norm": 2.925950527191162,
|
77 |
+
"learning_rate": 0.00019981152649695857,
|
78 |
+
"loss": 0.6154,
|
79 |
+
"step": 80
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.05382262996941896,
|
83 |
+
"grad_norm": 3.7569785118103027,
|
84 |
+
"learning_rate": 0.00019970175264485266,
|
85 |
+
"loss": 0.763,
|
86 |
+
"step": 88
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.05871559633027523,
|
90 |
+
"grad_norm": 2.0997650623321533,
|
91 |
+
"learning_rate": 0.00019956694267081462,
|
92 |
+
"loss": 0.8468,
|
93 |
+
"step": 96
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.06360856269113149,
|
97 |
+
"grad_norm": 4.1135687828063965,
|
98 |
+
"learning_rate": 0.00019940713042699708,
|
99 |
+
"loss": 0.6468,
|
100 |
+
"step": 104
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.06850152905198777,
|
104 |
+
"grad_norm": 7.240751266479492,
|
105 |
+
"learning_rate": 0.0001992223560438763,
|
106 |
+
"loss": 0.6959,
|
107 |
+
"step": 112
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.07339449541284404,
|
111 |
+
"grad_norm": 0.8589597344398499,
|
112 |
+
"learning_rate": 0.0001990126659201752,
|
113 |
+
"loss": 0.65,
|
114 |
+
"step": 120
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.0782874617737003,
|
118 |
+
"grad_norm": 3.9679760932922363,
|
119 |
+
"learning_rate": 0.0001987781127112118,
|
120 |
+
"loss": 0.8298,
|
121 |
+
"step": 128
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.08318042813455657,
|
125 |
+
"grad_norm": 1.5270042419433594,
|
126 |
+
"learning_rate": 0.00019851875531567737,
|
127 |
+
"loss": 0.7995,
|
128 |
+
"step": 136
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.08807339449541285,
|
132 |
+
"grad_norm": 1.534912109375,
|
133 |
+
"learning_rate": 0.000198234658860846,
|
134 |
+
"loss": 0.7828,
|
135 |
+
"step": 144
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.09296636085626911,
|
139 |
+
"grad_norm": 2.2733259201049805,
|
140 |
+
"learning_rate": 0.0001979258946862208,
|
141 |
+
"loss": 0.5727,
|
142 |
+
"step": 152
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.09785932721712538,
|
146 |
+
"grad_norm": 1.2200807332992554,
|
147 |
+
"learning_rate": 0.0001975925403256195,
|
148 |
+
"loss": 0.7983,
|
149 |
+
"step": 160
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.10275229357798166,
|
153 |
+
"grad_norm": 2.681774139404297,
|
154 |
+
"learning_rate": 0.00019723467948770519,
|
155 |
+
"loss": 0.9528,
|
156 |
+
"step": 168
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.10764525993883792,
|
160 |
+
"grad_norm": 1.5814114809036255,
|
161 |
+
"learning_rate": 0.00019685240203496605,
|
162 |
+
"loss": 0.5555,
|
163 |
+
"step": 176
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.11253822629969419,
|
167 |
+
"grad_norm": 1.3297685384750366,
|
168 |
+
"learning_rate": 0.00019644580396115013,
|
169 |
+
"loss": 0.5567,
|
170 |
+
"step": 184
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.11743119266055047,
|
174 |
+
"grad_norm": 1.335259199142456,
|
175 |
+
"learning_rate": 0.00019601498736716017,
|
176 |
+
"loss": 0.6869,
|
177 |
+
"step": 192
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.12232415902140673,
|
181 |
+
"grad_norm": 1.0334993600845337,
|
182 |
+
"learning_rate": 0.00019556006043541522,
|
183 |
+
"loss": 0.6384,
|
184 |
+
"step": 200
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.12721712538226299,
|
188 |
+
"grad_norm": 2.511375904083252,
|
189 |
+
"learning_rate": 0.0001950811374026847,
|
190 |
+
"loss": 0.7303,
|
191 |
+
"step": 208
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.13211009174311927,
|
195 |
+
"grad_norm": 3.1611194610595703,
|
196 |
+
"learning_rate": 0.00019457833853140253,
|
197 |
+
"loss": 0.4528,
|
198 |
+
"step": 216
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.13700305810397553,
|
202 |
+
"grad_norm": 2.4775168895721436,
|
203 |
+
"learning_rate": 0.0001940517900794681,
|
204 |
+
"loss": 0.9094,
|
205 |
+
"step": 224
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.1418960244648318,
|
209 |
+
"grad_norm": 0.9594115018844604,
|
210 |
+
"learning_rate": 0.0001935016242685415,
|
211 |
+
"loss": 0.4906,
|
212 |
+
"step": 232
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.14678899082568808,
|
216 |
+
"grad_norm": 4.8106818199157715,
|
217 |
+
"learning_rate": 0.00019292797925084124,
|
218 |
+
"loss": 0.9268,
|
219 |
+
"step": 240
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.15168195718654434,
|
223 |
+
"grad_norm": 1.094592571258545,
|
224 |
+
"learning_rate": 0.0001923309990744531,
|
225 |
+
"loss": 0.4574,
|
226 |
+
"step": 248
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.1565749235474006,
|
230 |
+
"grad_norm": 1.3729877471923828,
|
231 |
+
"learning_rate": 0.0001917108336471579,
|
232 |
+
"loss": 0.6359,
|
233 |
+
"step": 256
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.1614678899082569,
|
237 |
+
"grad_norm": 1.7321268320083618,
|
238 |
+
"learning_rate": 0.0001910676386987883,
|
239 |
+
"loss": 0.6083,
|
240 |
+
"step": 264
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.16636085626911315,
|
244 |
+
"grad_norm": 1.0573010444641113,
|
245 |
+
"learning_rate": 0.00019040157574212345,
|
246 |
+
"loss": 0.5363,
|
247 |
+
"step": 272
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.1712538226299694,
|
251 |
+
"grad_norm": 0.817417323589325,
|
252 |
+
"learning_rate": 0.0001897128120323314,
|
253 |
+
"loss": 0.5954,
|
254 |
+
"step": 280
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.1761467889908257,
|
258 |
+
"grad_norm": 0.924107551574707,
|
259 |
+
"learning_rate": 0.00018900152052496978,
|
260 |
+
"loss": 0.4581,
|
261 |
+
"step": 288
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.18103975535168196,
|
265 |
+
"grad_norm": 1.5086708068847656,
|
266 |
+
"learning_rate": 0.00018826787983255473,
|
267 |
+
"loss": 0.7325,
|
268 |
+
"step": 296
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.18593272171253822,
|
272 |
+
"grad_norm": 1.3204253911972046,
|
273 |
+
"learning_rate": 0.00018751207417970966,
|
274 |
+
"loss": 0.6294,
|
275 |
+
"step": 304
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.1908256880733945,
|
279 |
+
"grad_norm": 0.9874266386032104,
|
280 |
+
"learning_rate": 0.00018673429335690442,
|
281 |
+
"loss": 0.5757,
|
282 |
+
"step": 312
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.19571865443425077,
|
286 |
+
"grad_norm": 0.6221067905426025,
|
287 |
+
"learning_rate": 0.00018593473267279707,
|
288 |
+
"loss": 0.735,
|
289 |
+
"step": 320
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.20061162079510703,
|
293 |
+
"grad_norm": 1.4100340604782104,
|
294 |
+
"learning_rate": 0.0001851135929051899,
|
295 |
+
"loss": 0.6051,
|
296 |
+
"step": 328
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 0.20550458715596331,
|
300 |
+
"grad_norm": 1.4263930320739746,
|
301 |
+
"learning_rate": 0.00018427108025061205,
|
302 |
+
"loss": 0.6215,
|
303 |
+
"step": 336
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.21039755351681957,
|
307 |
+
"grad_norm": 3.1889100074768066,
|
308 |
+
"learning_rate": 0.0001834074062725415,
|
309 |
+
"loss": 0.404,
|
310 |
+
"step": 344
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.21529051987767583,
|
314 |
+
"grad_norm": 1.0194282531738281,
|
315 |
+
"learning_rate": 0.0001825227878482793,
|
316 |
+
"loss": 0.5193,
|
317 |
+
"step": 352
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.22018348623853212,
|
321 |
+
"grad_norm": 1.3357785940170288,
|
322 |
+
"learning_rate": 0.0001816174471144895,
|
323 |
+
"loss": 0.6355,
|
324 |
+
"step": 360
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.22507645259938838,
|
328 |
+
"grad_norm": 1.151123046875,
|
329 |
+
"learning_rate": 0.00018069161141141842,
|
330 |
+
"loss": 0.6605,
|
331 |
+
"step": 368
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.22996941896024464,
|
335 |
+
"grad_norm": 0.5690786838531494,
|
336 |
+
"learning_rate": 0.0001797455132258071,
|
337 |
+
"loss": 0.9187,
|
338 |
+
"step": 376
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 0.23486238532110093,
|
342 |
+
"grad_norm": 3.2555487155914307,
|
343 |
+
"learning_rate": 0.00017877939013251161,
|
344 |
+
"loss": 0.7481,
|
345 |
+
"step": 384
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.2397553516819572,
|
349 |
+
"grad_norm": 1.0890693664550781,
|
350 |
+
"learning_rate": 0.00017779348473484556,
|
351 |
+
"loss": 0.6539,
|
352 |
+
"step": 392
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 0.24464831804281345,
|
356 |
+
"grad_norm": 1.0565882921218872,
|
357 |
+
"learning_rate": 0.00017678804460366,
|
358 |
+
"loss": 0.5726,
|
359 |
+
"step": 400
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 0.24954128440366974,
|
363 |
+
"grad_norm": 0.3272620141506195,
|
364 |
+
"learning_rate": 0.00017576332221517577,
|
365 |
+
"loss": 0.6694,
|
366 |
+
"step": 408
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 0.25443425076452597,
|
370 |
+
"grad_norm": 0.7338294386863708,
|
371 |
+
"learning_rate": 0.0001747195748875842,
|
372 |
+
"loss": 0.4905,
|
373 |
+
"step": 416
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 0.25932721712538226,
|
377 |
+
"grad_norm": 1.1237382888793945,
|
378 |
+
"learning_rate": 0.00017365706471643191,
|
379 |
+
"loss": 0.5868,
|
380 |
+
"step": 424
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 0.26422018348623855,
|
384 |
+
"grad_norm": 4.097552299499512,
|
385 |
+
"learning_rate": 0.00017257605850880598,
|
386 |
+
"loss": 0.4719,
|
387 |
+
"step": 432
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.2691131498470948,
|
391 |
+
"grad_norm": 0.6702149510383606,
|
392 |
+
"learning_rate": 0.00017147682771633598,
|
393 |
+
"loss": 0.3598,
|
394 |
+
"step": 440
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 0.27400611620795107,
|
398 |
+
"grad_norm": 0.7430676817893982,
|
399 |
+
"learning_rate": 0.00017035964836702963,
|
400 |
+
"loss": 0.579,
|
401 |
+
"step": 448
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.27889908256880735,
|
405 |
+
"grad_norm": 0.6901967525482178,
|
406 |
+
"learning_rate": 0.00016922480099595947,
|
407 |
+
"loss": 0.4065,
|
408 |
+
"step": 456
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 0.2837920489296636,
|
412 |
+
"grad_norm": 0.5310859084129333,
|
413 |
+
"learning_rate": 0.00016807257057481763,
|
414 |
+
"loss": 0.5841,
|
415 |
+
"step": 464
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 0.2886850152905199,
|
419 |
+
"grad_norm": 1.785436987876892,
|
420 |
+
"learning_rate": 0.00016690324644035641,
|
421 |
+
"loss": 0.4939,
|
422 |
+
"step": 472
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 0.29357798165137616,
|
426 |
+
"grad_norm": 0.4744262993335724,
|
427 |
+
"learning_rate": 0.0001657171222217332,
|
428 |
+
"loss": 0.2827,
|
429 |
+
"step": 480
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.2984709480122324,
|
433 |
+
"grad_norm": 0.628414511680603,
|
434 |
+
"learning_rate": 0.00016451449576677685,
|
435 |
+
"loss": 0.3409,
|
436 |
+
"step": 488
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 0.3033639143730887,
|
440 |
+
"grad_norm": 0.81764817237854,
|
441 |
+
"learning_rate": 0.00016329566906719527,
|
442 |
+
"loss": 0.627,
|
443 |
+
"step": 496
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 0.30825688073394497,
|
447 |
+
"grad_norm": 0.6422339677810669,
|
448 |
+
"learning_rate": 0.00016206094818274229,
|
449 |
+
"loss": 0.6052,
|
450 |
+
"step": 504
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 0.3131498470948012,
|
454 |
+
"grad_norm": 0.5135409832000732,
|
455 |
+
"learning_rate": 0.00016081064316436278,
|
456 |
+
"loss": 0.4868,
|
457 |
+
"step": 512
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 0.3180428134556575,
|
461 |
+
"grad_norm": 0.9049602150917053,
|
462 |
+
"learning_rate": 0.00015954506797633583,
|
463 |
+
"loss": 0.3631,
|
464 |
+
"step": 520
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 0.3229357798165138,
|
468 |
+
"grad_norm": 1.073359727859497,
|
469 |
+
"learning_rate": 0.00015826454041743503,
|
470 |
+
"loss": 0.5811,
|
471 |
+
"step": 528
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 0.32782874617737,
|
475 |
+
"grad_norm": 0.4618200659751892,
|
476 |
+
"learning_rate": 0.0001569693820411262,
|
477 |
+
"loss": 0.3276,
|
478 |
+
"step": 536
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 0.3327217125382263,
|
482 |
+
"grad_norm": 0.4611513912677765,
|
483 |
+
"learning_rate": 0.0001556599180748218,
|
484 |
+
"loss": 0.35,
|
485 |
+
"step": 544
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 0.3376146788990826,
|
489 |
+
"grad_norm": 1.2012866735458374,
|
490 |
+
"learning_rate": 0.00015433647733821304,
|
491 |
+
"loss": 0.4439,
|
492 |
+
"step": 552
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 0.3425076452599388,
|
496 |
+
"grad_norm": 0.4604026675224304,
|
497 |
+
"learning_rate": 0.00015299939216070017,
|
498 |
+
"loss": 0.4703,
|
499 |
+
"step": 560
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 0.3474006116207951,
|
503 |
+
"grad_norm": 0.6705082654953003,
|
504 |
+
"learning_rate": 0.0001516489982979409,
|
505 |
+
"loss": 0.4798,
|
506 |
+
"step": 568
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 0.3522935779816514,
|
510 |
+
"grad_norm": 1.997828722000122,
|
511 |
+
"learning_rate": 0.0001502856348475389,
|
512 |
+
"loss": 0.4541,
|
513 |
+
"step": 576
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 0.35718654434250763,
|
517 |
+
"grad_norm": 0.5123810172080994,
|
518 |
+
"learning_rate": 0.00014890964416389293,
|
519 |
+
"loss": 0.3792,
|
520 |
+
"step": 584
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 0.3620795107033639,
|
524 |
+
"grad_norm": 0.33416327834129333,
|
525 |
+
"learning_rate": 0.0001475213717722282,
|
526 |
+
"loss": 0.5155,
|
527 |
+
"step": 592
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 0.3669724770642202,
|
531 |
+
"grad_norm": 0.6584266424179077,
|
532 |
+
"learning_rate": 0.00014612116628183138,
|
533 |
+
"loss": 0.6743,
|
534 |
+
"step": 600
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 0.37186544342507644,
|
538 |
+
"grad_norm": 1.927019715309143,
|
539 |
+
"learning_rate": 0.0001447093792985114,
|
540 |
+
"loss": 0.6441,
|
541 |
+
"step": 608
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 0.3767584097859327,
|
545 |
+
"grad_norm": 0.3161625862121582,
|
546 |
+
"learning_rate": 0.00014328636533630758,
|
547 |
+
"loss": 0.334,
|
548 |
+
"step": 616
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 0.381651376146789,
|
552 |
+
"grad_norm": 0.8822286128997803,
|
553 |
+
"learning_rate": 0.00014185248172846748,
|
554 |
+
"loss": 0.4072,
|
555 |
+
"step": 624
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 0.38654434250764524,
|
559 |
+
"grad_norm": 0.4811040461063385,
|
560 |
+
"learning_rate": 0.0001404080885377172,
|
561 |
+
"loss": 0.4618,
|
562 |
+
"step": 632
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 0.39143730886850153,
|
566 |
+
"grad_norm": 0.806867241859436,
|
567 |
+
"learning_rate": 0.00013895354846584556,
|
568 |
+
"loss": 0.4391,
|
569 |
+
"step": 640
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 0.3963302752293578,
|
573 |
+
"grad_norm": 0.3224145770072937,
|
574 |
+
"learning_rate": 0.00013748922676262636,
|
575 |
+
"loss": 0.4006,
|
576 |
+
"step": 648
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 0.40122324159021405,
|
580 |
+
"grad_norm": 0.9635908007621765,
|
581 |
+
"learning_rate": 0.0001360154911341002,
|
582 |
+
"loss": 0.3608,
|
583 |
+
"step": 656
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 0.40611620795107034,
|
587 |
+
"grad_norm": 1.0050801038742065,
|
588 |
+
"learning_rate": 0.00013453271165023994,
|
589 |
+
"loss": 0.593,
|
590 |
+
"step": 664
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 0.41100917431192663,
|
594 |
+
"grad_norm": 0.7276580333709717,
|
595 |
+
"learning_rate": 0.0001330412606520222,
|
596 |
+
"loss": 0.3562,
|
597 |
+
"step": 672
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 0.41590214067278286,
|
601 |
+
"grad_norm": 0.8939726948738098,
|
602 |
+
"learning_rate": 0.00013154151265792893,
|
603 |
+
"loss": 0.3767,
|
604 |
+
"step": 680
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 0.42079510703363915,
|
608 |
+
"grad_norm": 0.2041948288679123,
|
609 |
+
"learning_rate": 0.000130033844269902,
|
610 |
+
"loss": 0.4444,
|
611 |
+
"step": 688
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 0.42568807339449544,
|
615 |
+
"grad_norm": 0.8207905888557434,
|
616 |
+
"learning_rate": 0.00012851863407877445,
|
617 |
+
"loss": 0.5678,
|
618 |
+
"step": 696
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 0.43058103975535167,
|
622 |
+
"grad_norm": 0.35527288913726807,
|
623 |
+
"learning_rate": 0.0001269962625692027,
|
624 |
+
"loss": 0.3501,
|
625 |
+
"step": 704
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 0.43547400611620796,
|
629 |
+
"grad_norm": 0.510108232498169,
|
630 |
+
"learning_rate": 0.00012546711202412287,
|
631 |
+
"loss": 0.3471,
|
632 |
+
"step": 712
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 0.44036697247706424,
|
636 |
+
"grad_norm": 0.39940977096557617,
|
637 |
+
"learning_rate": 0.0001239315664287558,
|
638 |
+
"loss": 0.6869,
|
639 |
+
"step": 720
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 0.4452599388379205,
|
643 |
+
"grad_norm": 0.7470912337303162,
|
644 |
+
"learning_rate": 0.00012239001137418417,
|
645 |
+
"loss": 0.5023,
|
646 |
+
"step": 728
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 0.45015290519877676,
|
650 |
+
"grad_norm": 0.20923694968223572,
|
651 |
+
"learning_rate": 0.00012084283396052703,
|
652 |
+
"loss": 0.3574,
|
653 |
+
"step": 736
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 0.45504587155963305,
|
657 |
+
"grad_norm": 0.9651541709899902,
|
658 |
+
"learning_rate": 0.00011929042269973478,
|
659 |
+
"loss": 0.3703,
|
660 |
+
"step": 744
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 0.4599388379204893,
|
664 |
+
"grad_norm": 0.9883789420127869,
|
665 |
+
"learning_rate": 0.00011773316741802994,
|
666 |
+
"loss": 0.463,
|
667 |
+
"step": 752
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 0.4648318042813456,
|
671 |
+
"grad_norm": 0.7703452110290527,
|
672 |
+
"learning_rate": 0.00011617145915801786,
|
673 |
+
"loss": 0.3881,
|
674 |
+
"step": 760
|
675 |
+
},
|
676 |
+
{
|
677 |
+
"epoch": 0.46972477064220186,
|
678 |
+
"grad_norm": 0.17868715524673462,
|
679 |
+
"learning_rate": 0.00011460569008049191,
|
680 |
+
"loss": 0.4687,
|
681 |
+
"step": 768
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 0.4746177370030581,
|
685 |
+
"grad_norm": 0.2721906304359436,
|
686 |
+
"learning_rate": 0.00011303625336595805,
|
687 |
+
"loss": 0.39,
|
688 |
+
"step": 776
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"epoch": 0.4795107033639144,
|
692 |
+
"grad_norm": 0.7796443700790405,
|
693 |
+
"learning_rate": 0.00011146354311590297,
|
694 |
+
"loss": 0.3948,
|
695 |
+
"step": 784
|
696 |
+
},
|
697 |
+
{
|
698 |
+
"epoch": 0.48440366972477067,
|
699 |
+
"grad_norm": 0.6448463201522827,
|
700 |
+
"learning_rate": 0.00010988795425383144,
|
701 |
+
"loss": 0.4489,
|
702 |
+
"step": 792
|
703 |
+
},
|
704 |
+
{
|
705 |
+
"epoch": 0.4892966360856269,
|
706 |
+
"grad_norm": 0.6768741011619568,
|
707 |
+
"learning_rate": 0.00010830988242609696,
|
708 |
+
"loss": 0.5671,
|
709 |
+
"step": 800
|
710 |
+
},
|
711 |
+
{
|
712 |
+
"epoch": 0.4941896024464832,
|
713 |
+
"grad_norm": 0.8228215575218201,
|
714 |
+
"learning_rate": 0.00010672972390255074,
|
715 |
+
"loss": 0.4973,
|
716 |
+
"step": 808
|
717 |
+
},
|
718 |
+
{
|
719 |
+
"epoch": 0.4990825688073395,
|
720 |
+
"grad_norm": 0.44409453868865967,
|
721 |
+
"learning_rate": 0.00010514787547703466,
|
722 |
+
"loss": 0.5171,
|
723 |
+
"step": 816
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"epoch": 0.5039755351681957,
|
727 |
+
"grad_norm": 1.1631615161895752,
|
728 |
+
"learning_rate": 0.00010356473436774206,
|
729 |
+
"loss": 0.3232,
|
730 |
+
"step": 824
|
731 |
+
},
|
732 |
+
{
|
733 |
+
"epoch": 0.5088685015290519,
|
734 |
+
"grad_norm": 0.7018297910690308,
|
735 |
+
"learning_rate": 0.00010198069811747233,
|
736 |
+
"loss": 0.4563,
|
737 |
+
"step": 832
|
738 |
+
},
|
739 |
+
{
|
740 |
+
"epoch": 0.5137614678899083,
|
741 |
+
"grad_norm": 0.8886349201202393,
|
742 |
+
"learning_rate": 0.00010039616449380378,
|
743 |
+
"loss": 0.3581,
|
744 |
+
"step": 840
|
745 |
+
},
|
746 |
+
{
|
747 |
+
"epoch": 0.5186544342507645,
|
748 |
+
"grad_norm": 0.6620282530784607,
|
749 |
+
"learning_rate": 9.881153138921029e-05,
|
750 |
+
"loss": 0.3712,
|
751 |
+
"step": 848
|
752 |
+
},
|
753 |
+
{
|
754 |
+
"epoch": 0.5235474006116208,
|
755 |
+
"grad_norm": 0.5291142463684082,
|
756 |
+
"learning_rate": 9.722719672114635e-05,
|
757 |
+
"loss": 0.3966,
|
758 |
+
"step": 856
|
759 |
+
},
|
760 |
+
{
|
761 |
+
"epoch": 0.5284403669724771,
|
762 |
+
"grad_norm": 0.37543076276779175,
|
763 |
+
"learning_rate": 9.564355833212613e-05,
|
764 |
+
"loss": 0.3773,
|
765 |
+
"step": 864
|
766 |
+
},
|
767 |
+
{
|
768 |
+
"epoch": 0.5333333333333333,
|
769 |
+
"grad_norm": 0.1506412774324417,
|
770 |
+
"learning_rate": 9.406101388982087e-05,
|
771 |
+
"loss": 0.4028,
|
772 |
+
"step": 872
|
773 |
+
},
|
774 |
+
{
|
775 |
+
"epoch": 0.5382262996941896,
|
776 |
+
"grad_norm": 0.8637451529502869,
|
777 |
+
"learning_rate": 9.247996078720086e-05,
|
778 |
+
"loss": 0.5459,
|
779 |
+
"step": 880
|
780 |
+
},
|
781 |
+
{
|
782 |
+
"epoch": 0.5431192660550459,
|
783 |
+
"grad_norm": 0.5877803564071655,
|
784 |
+
"learning_rate": 9.090079604274581e-05,
|
785 |
+
"loss": 0.3886,
|
786 |
+
"step": 888
|
787 |
+
},
|
788 |
+
{
|
789 |
+
"epoch": 0.5480122324159021,
|
790 |
+
"grad_norm": 0.7344499230384827,
|
791 |
+
"learning_rate": 8.932391620074952e-05,
|
792 |
+
"loss": 0.3507,
|
793 |
+
"step": 896
|
794 |
+
},
|
795 |
+
{
|
796 |
+
"epoch": 0.5529051987767584,
|
797 |
+
"grad_norm": 0.6422482132911682,
|
798 |
+
"learning_rate": 8.774971723174355e-05,
|
799 |
+
"loss": 0.5612,
|
800 |
+
"step": 904
|
801 |
+
},
|
802 |
+
{
|
803 |
+
"epoch": 0.5577981651376147,
|
804 |
+
"grad_norm": 0.4334872364997864,
|
805 |
+
"learning_rate": 8.617859443306512e-05,
|
806 |
+
"loss": 0.4623,
|
807 |
+
"step": 912
|
808 |
+
},
|
809 |
+
{
|
810 |
+
"epoch": 0.5626911314984709,
|
811 |
+
"grad_norm": 0.5234427452087402,
|
812 |
+
"learning_rate": 8.461094232959381e-05,
|
813 |
+
"loss": 0.5449,
|
814 |
+
"step": 920
|
815 |
+
},
|
816 |
+
{
|
817 |
+
"epoch": 0.5675840978593272,
|
818 |
+
"grad_norm": 0.6410064101219177,
|
819 |
+
"learning_rate": 8.304715457468249e-05,
|
820 |
+
"loss": 0.2146,
|
821 |
+
"step": 928
|
822 |
+
},
|
823 |
+
{
|
824 |
+
"epoch": 0.5724770642201835,
|
825 |
+
"grad_norm": 0.7764425277709961,
|
826 |
+
"learning_rate": 8.148762385130673e-05,
|
827 |
+
"loss": 0.5368,
|
828 |
+
"step": 936
|
829 |
+
},
|
830 |
+
{
|
831 |
+
"epoch": 0.5773700305810398,
|
832 |
+
"grad_norm": 0.2351657897233963,
|
833 |
+
"learning_rate": 7.993274177345846e-05,
|
834 |
+
"loss": 0.4047,
|
835 |
+
"step": 944
|
836 |
+
},
|
837 |
+
{
|
838 |
+
"epoch": 0.582262996941896,
|
839 |
+
"grad_norm": 1.0872235298156738,
|
840 |
+
"learning_rate": 7.838289878780744e-05,
|
841 |
+
"loss": 0.5856,
|
842 |
+
"step": 952
|
843 |
+
},
|
844 |
+
{
|
845 |
+
"epoch": 0.5871559633027523,
|
846 |
+
"grad_norm": 0.40746617317199707,
|
847 |
+
"learning_rate": 7.683848407565621e-05,
|
848 |
+
"loss": 0.4328,
|
849 |
+
"step": 960
|
850 |
+
},
|
851 |
+
{
|
852 |
+
"epoch": 0.5920489296636086,
|
853 |
+
"grad_norm": 0.38916969299316406,
|
854 |
+
"learning_rate": 7.529988545521281e-05,
|
855 |
+
"loss": 0.3651,
|
856 |
+
"step": 968
|
857 |
+
},
|
858 |
+
{
|
859 |
+
"epoch": 0.5969418960244648,
|
860 |
+
"grad_norm": 0.7692975997924805,
|
861 |
+
"learning_rate": 7.376748928420563e-05,
|
862 |
+
"loss": 0.2715,
|
863 |
+
"step": 976
|
864 |
+
},
|
865 |
+
{
|
866 |
+
"epoch": 0.6018348623853211,
|
867 |
+
"grad_norm": 0.529144287109375,
|
868 |
+
"learning_rate": 7.224168036286506e-05,
|
869 |
+
"loss": 0.422,
|
870 |
+
"step": 984
|
871 |
+
},
|
872 |
+
{
|
873 |
+
"epoch": 0.6067278287461774,
|
874 |
+
"grad_norm": 0.6713446974754333,
|
875 |
+
"learning_rate": 7.072284183729617e-05,
|
876 |
+
"loss": 0.7623,
|
877 |
+
"step": 992
|
878 |
+
},
|
879 |
+
{
|
880 |
+
"epoch": 0.6116207951070336,
|
881 |
+
"grad_norm": 0.8760319352149963,
|
882 |
+
"learning_rate": 6.921135510326697e-05,
|
883 |
+
"loss": 0.296,
|
884 |
+
"step": 1000
|
885 |
+
},
|
886 |
+
{
|
887 |
+
"epoch": 0.6165137614678899,
|
888 |
+
"grad_norm": 0.41893482208251953,
|
889 |
+
"learning_rate": 6.770759971043604e-05,
|
890 |
+
"loss": 0.2702,
|
891 |
+
"step": 1008
|
892 |
+
},
|
893 |
+
{
|
894 |
+
"epoch": 0.6214067278287462,
|
895 |
+
"grad_norm": 0.6046426892280579,
|
896 |
+
"learning_rate": 6.621195326704361e-05,
|
897 |
+
"loss": 0.4951,
|
898 |
+
"step": 1016
|
899 |
+
},
|
900 |
+
{
|
901 |
+
"epoch": 0.6262996941896024,
|
902 |
+
"grad_norm": 0.5448675751686096,
|
903 |
+
"learning_rate": 6.472479134509052e-05,
|
904 |
+
"loss": 0.3988,
|
905 |
+
"step": 1024
|
906 |
+
},
|
907 |
+
{
|
908 |
+
"epoch": 0.6311926605504588,
|
909 |
+
"grad_norm": 0.6648489236831665,
|
910 |
+
"learning_rate": 6.324648738602817e-05,
|
911 |
+
"loss": 0.5318,
|
912 |
+
"step": 1032
|
913 |
+
},
|
914 |
+
{
|
915 |
+
"epoch": 0.636085626911315,
|
916 |
+
"grad_norm": 0.4234471619129181,
|
917 |
+
"learning_rate": 6.177741260698348e-05,
|
918 |
+
"loss": 0.2669,
|
919 |
+
"step": 1040
|
920 |
+
},
|
921 |
+
{
|
922 |
+
"epoch": 0.6409785932721712,
|
923 |
+
"grad_norm": 0.6632813811302185,
|
924 |
+
"learning_rate": 6.031793590754269e-05,
|
925 |
+
"loss": 0.3598,
|
926 |
+
"step": 1048
|
927 |
+
},
|
928 |
+
{
|
929 |
+
"epoch": 0.6458715596330276,
|
930 |
+
"grad_norm": 0.23808319866657257,
|
931 |
+
"learning_rate": 5.88684237771168e-05,
|
932 |
+
"loss": 0.2686,
|
933 |
+
"step": 1056
|
934 |
+
},
|
935 |
+
{
|
936 |
+
"epoch": 0.6507645259938838,
|
937 |
+
"grad_norm": 0.9806786179542542,
|
938 |
+
"learning_rate": 5.742924020291246e-05,
|
939 |
+
"loss": 0.5166,
|
940 |
+
"step": 1064
|
941 |
+
},
|
942 |
+
{
|
943 |
+
"epoch": 0.65565749235474,
|
944 |
+
"grad_norm": 0.3415721654891968,
|
945 |
+
"learning_rate": 5.6000746578530984e-05,
|
946 |
+
"loss": 0.3834,
|
947 |
+
"step": 1072
|
948 |
+
},
|
949 |
+
{
|
950 |
+
"epoch": 0.6605504587155964,
|
951 |
+
"grad_norm": 0.2674581706523895,
|
952 |
+
"learning_rate": 5.4583301613218764e-05,
|
953 |
+
"loss": 0.3373,
|
954 |
+
"step": 1080
|
955 |
+
},
|
956 |
+
{
|
957 |
+
"epoch": 0.6654434250764526,
|
958 |
+
"grad_norm": 0.6766890287399292,
|
959 |
+
"learning_rate": 5.317726124179183e-05,
|
960 |
+
"loss": 0.4293,
|
961 |
+
"step": 1088
|
962 |
+
},
|
963 |
+
{
|
964 |
+
"epoch": 0.6703363914373088,
|
965 |
+
"grad_norm": 0.6667268872261047,
|
966 |
+
"learning_rate": 5.1782978535256974e-05,
|
967 |
+
"loss": 0.3177,
|
968 |
+
"step": 1096
|
969 |
+
},
|
970 |
+
{
|
971 |
+
"epoch": 0.6752293577981652,
|
972 |
+
"grad_norm": 0.37588515877723694,
|
973 |
+
"learning_rate": 5.040080361215188e-05,
|
974 |
+
"loss": 0.4755,
|
975 |
+
"step": 1104
|
976 |
+
},
|
977 |
+
{
|
978 |
+
"epoch": 0.6801223241590214,
|
979 |
+
"grad_norm": 0.2179548591375351,
|
980 |
+
"learning_rate": 4.903108355062707e-05,
|
981 |
+
"loss": 0.3994,
|
982 |
+
"step": 1112
|
983 |
+
},
|
984 |
+
{
|
985 |
+
"epoch": 0.6850152905198776,
|
986 |
+
"grad_norm": 0.3848086893558502,
|
987 |
+
"learning_rate": 4.7674162301290894e-05,
|
988 |
+
"loss": 0.3222,
|
989 |
+
"step": 1120
|
990 |
+
},
|
991 |
+
{
|
992 |
+
"epoch": 0.689908256880734,
|
993 |
+
"grad_norm": 0.8084197640419006,
|
994 |
+
"learning_rate": 4.633038060083996e-05,
|
995 |
+
"loss": 0.3848,
|
996 |
+
"step": 1128
|
997 |
+
},
|
998 |
+
{
|
999 |
+
"epoch": 0.6948012232415902,
|
1000 |
+
"grad_norm": 0.5524225831031799,
|
1001 |
+
"learning_rate": 4.500007588649694e-05,
|
1002 |
+
"loss": 0.2426,
|
1003 |
+
"step": 1136
|
1004 |
+
},
|
1005 |
+
{
|
1006 |
+
"epoch": 0.6996941896024464,
|
1007 |
+
"grad_norm": 0.47692129015922546,
|
1008 |
+
"learning_rate": 4.368358221127647e-05,
|
1009 |
+
"loss": 0.3014,
|
1010 |
+
"step": 1144
|
1011 |
+
},
|
1012 |
+
{
|
1013 |
+
"epoch": 0.7045871559633028,
|
1014 |
+
"grad_norm": 0.2953272759914398,
|
1015 |
+
"learning_rate": 4.2381230160101115e-05,
|
1016 |
+
"loss": 0.4501,
|
1017 |
+
"step": 1152
|
1018 |
+
},
|
1019 |
+
{
|
1020 |
+
"epoch": 0.709480122324159,
|
1021 |
+
"grad_norm": 0.5517217516899109,
|
1022 |
+
"learning_rate": 4.109334676678804e-05,
|
1023 |
+
"loss": 0.2776,
|
1024 |
+
"step": 1160
|
1025 |
+
},
|
1026 |
+
{
|
1027 |
+
"epoch": 0.7143730886850153,
|
1028 |
+
"grad_norm": 0.3988036811351776,
|
1029 |
+
"learning_rate": 3.982025543192772e-05,
|
1030 |
+
"loss": 0.283,
|
1031 |
+
"step": 1168
|
1032 |
+
},
|
1033 |
+
{
|
1034 |
+
"epoch": 0.7192660550458716,
|
1035 |
+
"grad_norm": 0.7574611902236938,
|
1036 |
+
"learning_rate": 3.856227584167449e-05,
|
1037 |
+
"loss": 0.4228,
|
1038 |
+
"step": 1176
|
1039 |
+
},
|
1040 |
+
{
|
1041 |
+
"epoch": 0.7241590214067278,
|
1042 |
+
"grad_norm": 0.6677691340446472,
|
1043 |
+
"learning_rate": 3.731972388747038e-05,
|
1044 |
+
"loss": 0.4192,
|
1045 |
+
"step": 1184
|
1046 |
+
},
|
1047 |
+
{
|
1048 |
+
"epoch": 0.7290519877675841,
|
1049 |
+
"grad_norm": 0.2024712860584259,
|
1050 |
+
"learning_rate": 3.60929115867213e-05,
|
1051 |
+
"loss": 0.3201,
|
1052 |
+
"step": 1192
|
1053 |
+
},
|
1054 |
+
{
|
1055 |
+
"epoch": 0.7339449541284404,
|
1056 |
+
"grad_norm": 0.25624072551727295,
|
1057 |
+
"learning_rate": 3.488214700444656e-05,
|
1058 |
+
"loss": 0.5136,
|
1059 |
+
"step": 1200
|
1060 |
+
},
|
1061 |
+
{
|
1062 |
+
"epoch": 0.7388379204892966,
|
1063 |
+
"grad_norm": 0.3890518248081207,
|
1064 |
+
"learning_rate": 3.36877341759205e-05,
|
1065 |
+
"loss": 0.3831,
|
1066 |
+
"step": 1208
|
1067 |
+
},
|
1068 |
+
{
|
1069 |
+
"epoch": 0.7437308868501529,
|
1070 |
+
"grad_norm": 1.2776991128921509,
|
1071 |
+
"learning_rate": 3.2509973030326014e-05,
|
1072 |
+
"loss": 0.3482,
|
1073 |
+
"step": 1216
|
1074 |
+
},
|
1075 |
+
{
|
1076 |
+
"epoch": 0.7486238532110092,
|
1077 |
+
"grad_norm": 0.22818905115127563,
|
1078 |
+
"learning_rate": 3.134915931543954e-05,
|
1079 |
+
"loss": 0.2121,
|
1080 |
+
"step": 1224
|
1081 |
+
},
|
1082 |
+
{
|
1083 |
+
"epoch": 0.7535168195718654,
|
1084 |
+
"grad_norm": 0.5469585657119751,
|
1085 |
+
"learning_rate": 3.0205584523365626e-05,
|
1086 |
+
"loss": 0.4208,
|
1087 |
+
"step": 1232
|
1088 |
+
},
|
1089 |
+
{
|
1090 |
+
"epoch": 0.7584097859327217,
|
1091 |
+
"grad_norm": 0.15633587539196014,
|
1092 |
+
"learning_rate": 2.9079535817340408e-05,
|
1093 |
+
"loss": 0.3314,
|
1094 |
+
"step": 1240
|
1095 |
+
},
|
1096 |
+
{
|
1097 |
+
"epoch": 0.763302752293578,
|
1098 |
+
"grad_norm": 1.0666848421096802,
|
1099 |
+
"learning_rate": 2.7971295959621824e-05,
|
1100 |
+
"loss": 0.253,
|
1101 |
+
"step": 1248
|
1102 |
+
},
|
1103 |
+
{
|
1104 |
+
"epoch": 0.7681957186544343,
|
1105 |
+
"grad_norm": 0.17933392524719238,
|
1106 |
+
"learning_rate": 2.6881143240485407e-05,
|
1107 |
+
"loss": 0.3803,
|
1108 |
+
"step": 1256
|
1109 |
+
},
|
1110 |
+
{
|
1111 |
+
"epoch": 0.7730886850152905,
|
1112 |
+
"grad_norm": 0.46415796875953674,
|
1113 |
+
"learning_rate": 2.5809351408342485e-05,
|
1114 |
+
"loss": 0.4174,
|
1115 |
+
"step": 1264
|
1116 |
+
},
|
1117 |
+
{
|
1118 |
+
"epoch": 0.7779816513761468,
|
1119 |
+
"grad_norm": 0.48421502113342285,
|
1120 |
+
"learning_rate": 2.475618960099949e-05,
|
1121 |
+
"loss": 0.3176,
|
1122 |
+
"step": 1272
|
1123 |
+
},
|
1124 |
+
{
|
1125 |
+
"epoch": 0.7828746177370031,
|
1126 |
+
"grad_norm": 0.9857699275016785,
|
1127 |
+
"learning_rate": 2.3721922278074382e-05,
|
1128 |
+
"loss": 2.1419,
|
1129 |
+
"step": 1280
|
1130 |
+
},
|
1131 |
+
{
|
1132 |
+
"epoch": 0.7877675840978593,
|
1133 |
+
"grad_norm": 0.5873011946678162,
|
1134 |
+
"learning_rate": 2.270680915458846e-05,
|
1135 |
+
"loss": 0.3703,
|
1136 |
+
"step": 1288
|
1137 |
+
},
|
1138 |
+
{
|
1139 |
+
"epoch": 0.7926605504587156,
|
1140 |
+
"grad_norm": 1.011412501335144,
|
1141 |
+
"learning_rate": 2.1711105135749122e-05,
|
1142 |
+
"loss": 0.4611,
|
1143 |
+
"step": 1296
|
1144 |
+
},
|
1145 |
+
{
|
1146 |
+
"epoch": 0.7975535168195719,
|
1147 |
+
"grad_norm": 0.8163596987724304,
|
1148 |
+
"learning_rate": 2.0735060252940553e-05,
|
1149 |
+
"loss": 0.2956,
|
1150 |
+
"step": 1304
|
1151 |
+
},
|
1152 |
+
{
|
1153 |
+
"epoch": 0.8024464831804281,
|
1154 |
+
"grad_norm": 0.7531338334083557,
|
1155 |
+
"learning_rate": 1.9778919600938438e-05,
|
1156 |
+
"loss": 0.593,
|
1157 |
+
"step": 1312
|
1158 |
+
},
|
1159 |
+
{
|
1160 |
+
"epoch": 0.8073394495412844,
|
1161 |
+
"grad_norm": 0.1579836755990982,
|
1162 |
+
"learning_rate": 1.884292327636411e-05,
|
1163 |
+
"loss": 0.2335,
|
1164 |
+
"step": 1320
|
1165 |
+
},
|
1166 |
+
{
|
1167 |
+
"epoch": 0.8122324159021407,
|
1168 |
+
"grad_norm": 0.4287964105606079,
|
1169 |
+
"learning_rate": 1.7927306317393755e-05,
|
1170 |
+
"loss": 0.5929,
|
1171 |
+
"step": 1328
|
1172 |
+
},
|
1173 |
+
{
|
1174 |
+
"epoch": 0.8171253822629969,
|
1175 |
+
"grad_norm": 0.646743655204773,
|
1176 |
+
"learning_rate": 1.703229864473811e-05,
|
1177 |
+
"loss": 0.4847,
|
1178 |
+
"step": 1336
|
1179 |
+
},
|
1180 |
+
{
|
1181 |
+
"epoch": 0.8220183486238533,
|
1182 |
+
"grad_norm": 0.6975810527801514,
|
1183 |
+
"learning_rate": 1.615812500390694e-05,
|
1184 |
+
"loss": 0.4609,
|
1185 |
+
"step": 1344
|
1186 |
+
},
|
1187 |
+
{
|
1188 |
+
"epoch": 0.8269113149847095,
|
1189 |
+
"grad_norm": 0.33001571893692017,
|
1190 |
+
"learning_rate": 1.5305004908773234e-05,
|
1191 |
+
"loss": 0.3397,
|
1192 |
+
"step": 1352
|
1193 |
+
},
|
1194 |
+
{
|
1195 |
+
"epoch": 0.8318042813455657,
|
1196 |
+
"grad_norm": 0.21669529378414154,
|
1197 |
+
"learning_rate": 1.4473152586450889e-05,
|
1198 |
+
"loss": 0.2275,
|
1199 |
+
"step": 1360
|
1200 |
+
},
|
1201 |
+
{
|
1202 |
+
"epoch": 0.8366972477064221,
|
1203 |
+
"grad_norm": 0.20811989903450012,
|
1204 |
+
"learning_rate": 1.366277692350023e-05,
|
1205 |
+
"loss": 0.3166,
|
1206 |
+
"step": 1368
|
1207 |
+
},
|
1208 |
+
{
|
1209 |
+
"epoch": 0.8415902140672783,
|
1210 |
+
"grad_norm": 0.7644585967063904,
|
1211 |
+
"learning_rate": 1.287408141347456e-05,
|
1212 |
+
"loss": 0.3106,
|
1213 |
+
"step": 1376
|
1214 |
+
},
|
1215 |
+
{
|
1216 |
+
"epoch": 0.8464831804281345,
|
1217 |
+
"grad_norm": 0.7066561579704285,
|
1218 |
+
"learning_rate": 1.2107264105820593e-05,
|
1219 |
+
"loss": 0.4042,
|
1220 |
+
"step": 1384
|
1221 |
+
},
|
1222 |
+
{
|
1223 |
+
"epoch": 0.8513761467889909,
|
1224 |
+
"grad_norm": 0.47039857506752014,
|
1225 |
+
"learning_rate": 1.1362517556146534e-05,
|
1226 |
+
"loss": 0.3046,
|
1227 |
+
"step": 1392
|
1228 |
+
},
|
1229 |
+
{
|
1230 |
+
"epoch": 0.8562691131498471,
|
1231 |
+
"grad_norm": 0.649107813835144,
|
1232 |
+
"learning_rate": 1.0640028777869203e-05,
|
1233 |
+
"loss": 0.3874,
|
1234 |
+
"step": 1400
|
1235 |
+
},
|
1236 |
+
{
|
1237 |
+
"epoch": 0.8611620795107033,
|
1238 |
+
"grad_norm": 0.4716101288795471,
|
1239 |
+
"learning_rate": 9.939979195253157e-06,
|
1240 |
+
"loss": 0.4792,
|
1241 |
+
"step": 1408
|
1242 |
+
},
|
1243 |
+
{
|
1244 |
+
"epoch": 0.8660550458715597,
|
1245 |
+
"grad_norm": 0.5243660807609558,
|
1246 |
+
"learning_rate": 9.262544597853163e-06,
|
1247 |
+
"loss": 0.3829,
|
1248 |
+
"step": 1416
|
1249 |
+
},
|
1250 |
+
{
|
1251 |
+
"epoch": 0.8709480122324159,
|
1252 |
+
"grad_norm": 0.9584677815437317,
|
1253 |
+
"learning_rate": 8.60789509637171e-06,
|
1254 |
+
"loss": 0.5921,
|
1255 |
+
"step": 1424
|
1256 |
+
},
|
1257 |
+
{
|
1258 |
+
"epoch": 0.8758409785932721,
|
1259 |
+
"grad_norm": 0.9656602144241333,
|
1260 |
+
"learning_rate": 7.976195079942461e-06,
|
1261 |
+
"loss": 0.6334,
|
1262 |
+
"step": 1432
|
1263 |
+
},
|
1264 |
+
{
|
1265 |
+
"epoch": 0.8807339449541285,
|
1266 |
+
"grad_norm": 0.47991645336151123,
|
1267 |
+
"learning_rate": 7.367603174850502e-06,
|
1268 |
+
"loss": 0.4313,
|
1269 |
+
"step": 1440
|
1270 |
+
},
|
1271 |
+
{
|
1272 |
+
"epoch": 0.8856269113149847,
|
1273 |
+
"grad_norm": 0.25357896089553833,
|
1274 |
+
"learning_rate": 6.78227220469958e-06,
|
1275 |
+
"loss": 0.2116,
|
1276 |
+
"step": 1448
|
1277 |
+
},
|
1278 |
+
{
|
1279 |
+
"epoch": 0.890519877675841,
|
1280 |
+
"grad_norm": 0.12222320586442947,
|
1281 |
+
"learning_rate": 6.220349152036676e-06,
|
1282 |
+
"loss": 0.4204,
|
1283 |
+
"step": 1456
|
1284 |
+
},
|
1285 |
+
{
|
1286 |
+
"epoch": 0.8954128440366973,
|
1287 |
+
"grad_norm": 0.4386347234249115,
|
1288 |
+
"learning_rate": 5.681975121443084e-06,
|
1289 |
+
"loss": 0.3288,
|
1290 |
+
"step": 1464
|
1291 |
+
},
|
1292 |
+
{
|
1293 |
+
"epoch": 0.9003058103975535,
|
1294 |
+
"grad_norm": 0.3939024806022644,
|
1295 |
+
"learning_rate": 5.167285304101677e-06,
|
1296 |
+
"loss": 0.1985,
|
1297 |
+
"step": 1472
|
1298 |
+
},
|
1299 |
+
{
|
1300 |
+
"epoch": 0.9051987767584098,
|
1301 |
+
"grad_norm": 0.14102672040462494,
|
1302 |
+
"learning_rate": 4.67640894384902e-06,
|
1303 |
+
"loss": 0.2843,
|
1304 |
+
"step": 1480
|
1305 |
+
},
|
1306 |
+
{
|
1307 |
+
"epoch": 0.9100917431192661,
|
1308 |
+
"grad_norm": 0.6808680295944214,
|
1309 |
+
"learning_rate": 4.2094693047209476e-06,
|
1310 |
+
"loss": 0.4995,
|
1311 |
+
"step": 1488
|
1312 |
+
},
|
1313 |
+
{
|
1314 |
+
"epoch": 0.9149847094801223,
|
1315 |
+
"grad_norm": 0.9039413332939148,
|
1316 |
+
"learning_rate": 3.766583639999666e-06,
|
1317 |
+
"loss": 0.3095,
|
1318 |
+
"step": 1496
|
1319 |
+
},
|
1320 |
+
{
|
1321 |
+
"epoch": 0.9198776758409786,
|
1322 |
+
"grad_norm": 0.6358740329742432,
|
1323 |
+
"learning_rate": 3.3478631627702928e-06,
|
1324 |
+
"loss": 0.3858,
|
1325 |
+
"step": 1504
|
1326 |
+
},
|
1327 |
+
{
|
1328 |
+
"epoch": 0.9247706422018349,
|
1329 |
+
"grad_norm": 0.554490327835083,
|
1330 |
+
"learning_rate": 2.9534130179941334e-06,
|
1331 |
+
"loss": 0.2273,
|
1332 |
+
"step": 1512
|
1333 |
+
},
|
1334 |
+
{
|
1335 |
+
"epoch": 0.9296636085626911,
|
1336 |
+
"grad_norm": 0.5606730580329895,
|
1337 |
+
"learning_rate": 2.5833322561057085e-06,
|
1338 |
+
"loss": 0.2062,
|
1339 |
+
"step": 1520
|
1340 |
+
},
|
1341 |
+
{
|
1342 |
+
"epoch": 0.9345565749235474,
|
1343 |
+
"grad_norm": 0.5869613289833069,
|
1344 |
+
"learning_rate": 2.2377138081401406e-06,
|
1345 |
+
"loss": 0.4307,
|
1346 |
+
"step": 1528
|
1347 |
+
},
|
1348 |
+
{
|
1349 |
+
"epoch": 0.9394495412844037,
|
1350 |
+
"grad_norm": 0.8386426568031311,
|
1351 |
+
"learning_rate": 1.9166444623973103e-06,
|
1352 |
+
"loss": 0.2351,
|
1353 |
+
"step": 1536
|
1354 |
+
},
|
1355 |
+
{
|
1356 |
+
"epoch": 0.94434250764526,
|
1357 |
+
"grad_norm": 0.8785386085510254,
|
1358 |
+
"learning_rate": 1.6202048426483651e-06,
|
1359 |
+
"loss": 0.29,
|
1360 |
+
"step": 1544
|
1361 |
+
},
|
1362 |
+
{
|
1363 |
+
"epoch": 0.9492354740061162,
|
1364 |
+
"grad_norm": 0.4885581433773041,
|
1365 |
+
"learning_rate": 1.3484693878902942e-06,
|
1366 |
+
"loss": 0.2552,
|
1367 |
+
"step": 1552
|
1368 |
+
},
|
1369 |
+
{
|
1370 |
+
"epoch": 0.9541284403669725,
|
1371 |
+
"grad_norm": 0.5360342264175415,
|
1372 |
+
"learning_rate": 1.101506333653568e-06,
|
1373 |
+
"loss": 0.2805,
|
1374 |
+
"step": 1560
|
1375 |
+
},
|
1376 |
+
{
|
1377 |
+
"epoch": 0.9590214067278288,
|
1378 |
+
"grad_norm": 0.9303220510482788,
|
1379 |
+
"learning_rate": 8.793776948674337e-07,
|
1380 |
+
"loss": 0.5197,
|
1381 |
+
"step": 1568
|
1382 |
+
},
|
1383 |
+
{
|
1384 |
+
"epoch": 0.963914373088685,
|
1385 |
+
"grad_norm": 0.8274058103561401,
|
1386 |
+
"learning_rate": 6.82139250287428e-07,
|
1387 |
+
"loss": 0.4381,
|
1388 |
+
"step": 1576
|
1389 |
+
},
|
1390 |
+
{
|
1391 |
+
"epoch": 0.9688073394495413,
|
1392 |
+
"grad_norm": 0.7039580345153809,
|
1393 |
+
"learning_rate": 5.098405284886809e-07,
|
1394 |
+
"loss": 0.2944,
|
1395 |
+
"step": 1584
|
1396 |
+
},
|
1397 |
+
{
|
1398 |
+
"epoch": 0.9737003058103976,
|
1399 |
+
"grad_norm": 0.15521883964538574,
|
1400 |
+
"learning_rate": 3.6252479542884243e-07,
|
1401 |
+
"loss": 0.1466,
|
1402 |
+
"step": 1592
|
1403 |
+
},
|
1404 |
+
{
|
1405 |
+
"epoch": 0.9785932721712538,
|
1406 |
+
"grad_norm": 0.18543364107608795,
|
1407 |
+
"learning_rate": 2.4022904358357303e-07,
|
1408 |
+
"loss": 0.3412,
|
1409 |
+
"step": 1600
|
1410 |
+
},
|
1411 |
+
{
|
1412 |
+
"epoch": 0.9834862385321101,
|
1413 |
+
"grad_norm": 0.5296732187271118,
|
1414 |
+
"learning_rate": 1.4298398265727432e-07,
|
1415 |
+
"loss": 0.2791,
|
1416 |
+
"step": 1608
|
1417 |
+
},
|
1418 |
+
{
|
1419 |
+
"epoch": 0.9883792048929664,
|
1420 |
+
"grad_norm": 0.19710539281368256,
|
1421 |
+
"learning_rate": 7.08140318716799e-08,
|
1422 |
+
"loss": 0.3469,
|
1423 |
+
"step": 1616
|
1424 |
+
},
|
1425 |
+
{
|
1426 |
+
"epoch": 0.9932721712538226,
|
1427 |
+
"grad_norm": 0.20537033677101135,
|
1428 |
+
"learning_rate": 2.373731383383815e-08,
|
1429 |
+
"loss": 0.136,
|
1430 |
+
"step": 1624
|
1431 |
+
},
|
1432 |
+
{
|
1433 |
+
"epoch": 0.998165137614679,
|
1434 |
+
"grad_norm": 0.3667503297328949,
|
1435 |
+
"learning_rate": 1.7656499854412645e-09,
|
1436 |
+
"loss": 0.3888,
|
1437 |
+
"step": 1632
|
1438 |
+
}
|
1439 |
+
],
|
1440 |
+
"logging_steps": 8,
|
1441 |
+
"max_steps": 1635,
|
1442 |
+
"num_input_tokens_seen": 0,
|
1443 |
+
"num_train_epochs": 1,
|
1444 |
+
"save_steps": 500,
|
1445 |
+
"stateful_callbacks": {
|
1446 |
+
"TrainerControl": {
|
1447 |
+
"args": {
|
1448 |
+
"should_epoch_stop": false,
|
1449 |
+
"should_evaluate": false,
|
1450 |
+
"should_log": false,
|
1451 |
+
"should_save": true,
|
1452 |
+
"should_training_stop": true
|
1453 |
+
},
|
1454 |
+
"attributes": {}
|
1455 |
+
}
|
1456 |
+
},
|
1457 |
+
"total_flos": 4.714708871518618e+16,
|
1458 |
+
"train_batch_size": 1,
|
1459 |
+
"trial_name": null,
|
1460 |
+
"trial_params": null
|
1461 |
+
}
|
checkpoint-1635/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5bb11e38f79afb93f6464f1016d1ef2f8dde68a54fd4597053d826d246a7e758
|
3 |
+
size 6456
|
config.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "meta-llama/CodeLlama-7b-hf",
|
3 |
+
"architectures": [
|
4 |
+
"LlamaForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_bias": false,
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 1,
|
9 |
+
"eos_token_id": 2,
|
10 |
+
"head_dim": 128,
|
11 |
+
"hidden_act": "silu",
|
12 |
+
"hidden_size": 4096,
|
13 |
+
"initializer_range": 0.02,
|
14 |
+
"intermediate_size": 11008,
|
15 |
+
"max_position_embeddings": 16384,
|
16 |
+
"mlp_bias": false,
|
17 |
+
"model_type": "llama",
|
18 |
+
"num_attention_heads": 32,
|
19 |
+
"num_hidden_layers": 32,
|
20 |
+
"num_key_value_heads": 32,
|
21 |
+
"pretraining_tp": 1,
|
22 |
+
"rms_norm_eps": 1e-05,
|
23 |
+
"rope_scaling": null,
|
24 |
+
"rope_theta": 1000000,
|
25 |
+
"tie_word_embeddings": false,
|
26 |
+
"torch_dtype": "float32",
|
27 |
+
"transformers_version": "4.49.0",
|
28 |
+
"use_cache": false,
|
29 |
+
"vocab_size": 32016
|
30 |
+
}
|
config.yaml
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
base_model: meta-llama/CodeLlama-7b-hf
|
2 |
+
bf16: auto
|
3 |
+
dataset_processes: 32
|
4 |
+
datasets:
|
5 |
+
- message_property_mappings:
|
6 |
+
content: content
|
7 |
+
role: role
|
8 |
+
path: steve329/svgen-500k-2k
|
9 |
+
trust_remote_code: false
|
10 |
+
type: alpaca
|
11 |
+
gradient_accumulation_steps: 1
|
12 |
+
gradient_checkpointing: false
|
13 |
+
learning_rate: 0.0002
|
14 |
+
lisa_layers_attribute: model.layers
|
15 |
+
load_best_model_at_end: false
|
16 |
+
load_in_4bit: false
|
17 |
+
load_in_8bit: false
|
18 |
+
lora_alpha: 16
|
19 |
+
lora_dropout: 0.05
|
20 |
+
lora_r: 8
|
21 |
+
lora_target_modules:
|
22 |
+
- q_proj
|
23 |
+
- v_proj
|
24 |
+
- k_proj
|
25 |
+
- o_proj
|
26 |
+
- gate_proj
|
27 |
+
- down_proj
|
28 |
+
- up_proj
|
29 |
+
loraplus_lr_embedding: 1.0e-06
|
30 |
+
lr_scheduler: cosine
|
31 |
+
max_prompt_len: 1400
|
32 |
+
mean_resizing_embeddings: false
|
33 |
+
micro_batch_size: 1
|
34 |
+
num_epochs: 1.0
|
35 |
+
optimizer: adamw_bnb_8bit
|
36 |
+
output_dir: ./outputs/mymodel
|
37 |
+
pretrain_multipack_attn: true
|
38 |
+
pretrain_multipack_buffer_size: 10000
|
39 |
+
qlora_sharded_model_loading: false
|
40 |
+
ray_num_workers: 1
|
41 |
+
resources_per_worker:
|
42 |
+
GPU: 1
|
43 |
+
sample_packing_bin_size: 200
|
44 |
+
sample_packing_group_size: 100000
|
45 |
+
save_only_model: false
|
46 |
+
save_safetensors: true
|
47 |
+
sequence_len: 1400
|
48 |
+
shuffle_merged_datasets: true
|
49 |
+
skip_prepare_dataset: false
|
50 |
+
strict: false
|
51 |
+
train_on_inputs: false
|
52 |
+
trl:
|
53 |
+
log_completions: false
|
54 |
+
ref_model_mixup_alpha: 0.9
|
55 |
+
ref_model_sync_steps: 64
|
56 |
+
sync_ref_model: false
|
57 |
+
use_vllm: false
|
58 |
+
vllm_device: auto
|
59 |
+
vllm_dtype: auto
|
60 |
+
vllm_gpu_memory_utilization: 0.9
|
61 |
+
use_ray: false
|
62 |
+
val_set_size: 0.0
|
63 |
+
weight_decay: 0.0
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"do_sample": true,
|
5 |
+
"eos_token_id": 2,
|
6 |
+
"transformers_version": "4.49.0"
|
7 |
+
}
|
model-00001-of-00003.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11cc76d12eb9f7c80e7fc5baa91943bf4009a265075041faf5dcc0e38f6500e3
|
3 |
+
size 4977175816
|
model-00002-of-00003.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f670def765d33cd57a88239eaf2139666563657e3b02f73db29fcf97836d9d5
|
3 |
+
size 4991627832
|
model-00003-of-00003.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fcf12a93d75ddab3df93f30127683d1bd2d8983ce1d97c387bc5c4f699435dfb
|
3 |
+
size 4033405872
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,298 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 14002176000
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "model-00003-of-00003.safetensors",
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00003.safetensors",
|
8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
13 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
15 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
16 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
17 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
18 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
19 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
20 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
21 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
22 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
23 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
24 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
25 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
26 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
27 |
+
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
28 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
29 |
+
"model.layers.10.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
30 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
31 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
32 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
33 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
34 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
35 |
+
"model.layers.11.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
36 |
+
"model.layers.11.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
37 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
38 |
+
"model.layers.11.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
39 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
40 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
41 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
42 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
43 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
44 |
+
"model.layers.12.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
45 |
+
"model.layers.12.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
46 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
47 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
48 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
49 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
50 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
51 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
52 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
53 |
+
"model.layers.13.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
54 |
+
"model.layers.13.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
55 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
56 |
+
"model.layers.13.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
57 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
58 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
59 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
60 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
61 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
62 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
63 |
+
"model.layers.14.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
64 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
65 |
+
"model.layers.14.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
66 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
67 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
68 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
69 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
70 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
71 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
72 |
+
"model.layers.15.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
73 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
74 |
+
"model.layers.15.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
75 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
76 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
77 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
78 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
79 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
80 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
81 |
+
"model.layers.16.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
82 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
83 |
+
"model.layers.16.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
84 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
85 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
86 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
87 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
88 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
89 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
90 |
+
"model.layers.17.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
91 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
92 |
+
"model.layers.17.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
93 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
94 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
95 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
96 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
97 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
98 |
+
"model.layers.18.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
99 |
+
"model.layers.18.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
100 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
101 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
102 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
103 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
104 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
105 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
106 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
107 |
+
"model.layers.19.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
108 |
+
"model.layers.19.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
109 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
110 |
+
"model.layers.19.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
111 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
112 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
113 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
114 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
115 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
116 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
117 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
118 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
119 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
120 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
121 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
122 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
123 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
124 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
125 |
+
"model.layers.20.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
126 |
+
"model.layers.20.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
127 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
128 |
+
"model.layers.20.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
129 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
130 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
131 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
132 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
133 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
134 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
135 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
136 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
137 |
+
"model.layers.21.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
138 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
139 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
140 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
141 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
142 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
143 |
+
"model.layers.22.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
144 |
+
"model.layers.22.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
145 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
146 |
+
"model.layers.22.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
147 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
148 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
149 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
150 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
151 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
152 |
+
"model.layers.23.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
153 |
+
"model.layers.23.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
154 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
155 |
+
"model.layers.23.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
156 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
157 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
158 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
159 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
160 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
161 |
+
"model.layers.24.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
162 |
+
"model.layers.24.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
163 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
164 |
+
"model.layers.24.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
165 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
166 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
167 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
168 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
169 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
170 |
+
"model.layers.25.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
171 |
+
"model.layers.25.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
172 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
173 |
+
"model.layers.25.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
174 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
175 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
176 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
177 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
178 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
179 |
+
"model.layers.26.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
180 |
+
"model.layers.26.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
181 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
182 |
+
"model.layers.26.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
183 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
184 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
185 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
186 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
187 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
188 |
+
"model.layers.27.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
189 |
+
"model.layers.27.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
190 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
191 |
+
"model.layers.27.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
192 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
193 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
194 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
195 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
196 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
197 |
+
"model.layers.28.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
198 |
+
"model.layers.28.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
199 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
200 |
+
"model.layers.28.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
201 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
202 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
203 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
204 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
205 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
206 |
+
"model.layers.29.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
207 |
+
"model.layers.29.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
208 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
209 |
+
"model.layers.29.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
210 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
211 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
212 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
213 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
214 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
215 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
216 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
217 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
218 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
219 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
220 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
221 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
222 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
223 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
224 |
+
"model.layers.30.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
225 |
+
"model.layers.30.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
226 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
227 |
+
"model.layers.30.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
228 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
229 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
230 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
231 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
232 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
233 |
+
"model.layers.31.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
234 |
+
"model.layers.31.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
235 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
236 |
+
"model.layers.31.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
237 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
238 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
239 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
240 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
241 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
242 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
243 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
244 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
245 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
246 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
247 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
248 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
249 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
250 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
251 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
252 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
253 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
254 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
255 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
256 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
257 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
258 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
259 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
260 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
261 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
262 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
263 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
264 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
265 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
266 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
267 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
268 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
269 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
270 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
271 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
272 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
273 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
274 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
275 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
276 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
277 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
278 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
279 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
280 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
281 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
282 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
283 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
284 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
285 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
286 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
287 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
288 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
289 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
290 |
+
"model.layers.9.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
291 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
292 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
293 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
294 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
295 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
296 |
+
"model.norm.weight": "model-00003-of-00003.safetensors"
|
297 |
+
}
|
298 |
+
}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"β<PRE>",
|
4 |
+
"β<MID>",
|
5 |
+
"β<SUF>",
|
6 |
+
"β<EOT>"
|
7 |
+
],
|
8 |
+
"bos_token": {
|
9 |
+
"content": "<s>",
|
10 |
+
"lstrip": false,
|
11 |
+
"normalized": false,
|
12 |
+
"rstrip": false,
|
13 |
+
"single_word": false
|
14 |
+
},
|
15 |
+
"eos_token": {
|
16 |
+
"content": "</s>",
|
17 |
+
"lstrip": false,
|
18 |
+
"normalized": false,
|
19 |
+
"rstrip": false,
|
20 |
+
"single_word": false
|
21 |
+
},
|
22 |
+
"pad_token": "</s>",
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<unk>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
}
|
30 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45ccb9c8b6b561889acea59191d66986d314e7cbd6a78abc6e49b139ca91c1e6
|
3 |
+
size 500058
|
tokenizer_config.json
ADDED
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"0": {
|
6 |
+
"content": "<unk>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"1": {
|
14 |
+
"content": "<s>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"2": {
|
22 |
+
"content": "</s>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"32007": {
|
30 |
+
"content": "β<PRE>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"32008": {
|
38 |
+
"content": "β<SUF>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"32009": {
|
46 |
+
"content": "β<MID>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": false,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
},
|
53 |
+
"32010": {
|
54 |
+
"content": "β<EOT>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": false,
|
58 |
+
"single_word": false,
|
59 |
+
"special": true
|
60 |
+
}
|
61 |
+
},
|
62 |
+
"additional_special_tokens": [
|
63 |
+
"β<PRE>",
|
64 |
+
"β<MID>",
|
65 |
+
"β<SUF>",
|
66 |
+
"β<EOT>"
|
67 |
+
],
|
68 |
+
"bos_token": "<s>",
|
69 |
+
"clean_up_tokenization_spaces": false,
|
70 |
+
"eos_token": "</s>",
|
71 |
+
"eot_token": "β<EOT>",
|
72 |
+
"extra_special_tokens": {},
|
73 |
+
"fill_token": "<FILL_ME>",
|
74 |
+
"legacy": null,
|
75 |
+
"middle_token": "β<MID>",
|
76 |
+
"model_max_length": 1000000000000000019884624838656,
|
77 |
+
"pad_token": "</s>",
|
78 |
+
"prefix_token": "β<PRE>",
|
79 |
+
"sp_model_kwargs": {},
|
80 |
+
"suffix_token": "β<SUF>",
|
81 |
+
"tokenizer_class": "CodeLlamaTokenizer",
|
82 |
+
"unk_token": "<unk>",
|
83 |
+
"use_default_system_prompt": false
|
84 |
+
}
|