Upload folder using huggingface_hub
Browse files- config.json +29 -0
- generation_config.json +6 -0
- logs.txt +321 -0
- model-00001-of-00003.safetensors +3 -0
- model-00002-of-00003.safetensors +3 -0
- model-00003-of-00003.safetensors +3 -0
- model.safetensors +3 -0
- model.safetensors.index.json +298 -0
- special_tokens_map.json +30 -0
- tokenizer.model +3 -0
- tokenizer_config.json +85 -0
config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "codellama/CodeLlama-7b-Instruct-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 |
+
"hidden_act": "silu",
|
11 |
+
"hidden_size": 4096,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 11008,
|
14 |
+
"max_position_embeddings": 16384,
|
15 |
+
"mlp_bias": false,
|
16 |
+
"model_type": "llama",
|
17 |
+
"num_attention_heads": 32,
|
18 |
+
"num_hidden_layers": 32,
|
19 |
+
"num_key_value_heads": 32,
|
20 |
+
"pretraining_tp": 1,
|
21 |
+
"rms_norm_eps": 1e-05,
|
22 |
+
"rope_scaling": null,
|
23 |
+
"rope_theta": 1000000,
|
24 |
+
"tie_word_embeddings": false,
|
25 |
+
"torch_dtype": "bfloat16",
|
26 |
+
"transformers_version": "4.44.1",
|
27 |
+
"use_cache": true,
|
28 |
+
"vocab_size": 32016
|
29 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"transformers_version": "4.44.1"
|
6 |
+
}
|
logs.txt
ADDED
@@ -0,0 +1,321 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[2024-08-20 21:56:15,604] [INFO] [real_accelerator.py:203:get_accelerator] Setting ds_accelerator to cuda (auto detect)
|
2 |
+
FLYWHEEL_USE_CUDA_DEVICES = 0,1,2,3,4,5,6,7
|
3 |
+
CUDA_VISIBLE_DEVICES = 0,1,2,3,4,5,6,7
|
4 |
+
FLYWHEEL_USE_CUDA_DEVICES = 0,1,2,3,4,5,6,7
|
5 |
+
CUDA_VISIBLE_DEVICES = 0,1,2,3,4,5,6,7
|
6 |
+
FLYWHEEL_USE_CUDA_DEVICES = 0,1,2,3,4,5,6,7
|
7 |
+
CUDA_VISIBLE_DEVICES = 0,1,2,3,4,5,6,7
|
8 |
+
FLYWHEEL_USE_CUDA_DEVICES = 0,1,2,3,4,5,6,7
|
9 |
+
CUDA_VISIBLE_DEVICES = 0,1,2,3,4,5,6,7
|
10 |
+
FLYWHEEL_USE_CUDA_DEVICES = 0,1,2,3,4,5,6,7
|
11 |
+
CUDA_VISIBLE_DEVICES = 0,1,2,3,4,5,6,7
|
12 |
+
FLYWHEEL_USE_CUDA_DEVICES = 0,1,2,3,4,5,6,7
|
13 |
+
CUDA_VISIBLE_DEVICES = 0,1,2,3,4,5,6,7
|
14 |
+
FLYWHEEL_USE_CUDA_DEVICES = 0,1,2,3,4,5,6,7
|
15 |
+
CUDA_VISIBLE_DEVICES = 0,1,2,3,4,5,6,7
|
16 |
+
FLYWHEEL_USE_CUDA_DEVICES = 0,1,2,3,4,5,6,7
|
17 |
+
CUDA_VISIBLE_DEVICES = 0,1,2,3,4,5,6,7
|
18 |
+
local_rank = 0, device_ranks = ['0', '1', '2', '3', '4', '5', '6', '7'], set device_rank = 0
|
19 |
+
local_rank = 6, device_ranks = ['0', '1', '2', '3', '4', '5', '6', '7'], set device_rank = 6
|
20 |
+
local_rank = 1, device_ranks = ['0', '1', '2', '3', '4', '5', '6', '7'], set device_rank = 1
|
21 |
+
local_rank = 7, device_ranks = ['0', '1', '2', '3', '4', '5', '6', '7'], set device_rank = 7
|
22 |
+
local_rank = 3, device_ranks = ['0', '1', '2', '3', '4', '5', '6', '7'], set device_rank = 3
|
23 |
+
local_rank = 5, device_ranks = ['0', '1', '2', '3', '4', '5', '6', '7'], set device_rank = 5
|
24 |
+
local_rank = 4, device_ranks = ['0', '1', '2', '3', '4', '5', '6', '7'], set device_rank = 4
|
25 |
+
local_rank = 2, device_ranks = ['0', '1', '2', '3', '4', '5', '6', '7'], set device_rank = 2
|
26 |
+
Rank = 0
|
27 |
+
Rank = 2
|
28 |
+
Rank = 1
|
29 |
+
Rank = 4
|
30 |
+
Rank = 3
|
31 |
+
Rank = 5
|
32 |
+
Rank = 6
|
33 |
+
Rank = 7
|
34 |
+
[2024-08-20 21:56:26,507] [INFO] [real_accelerator.py:203:get_accelerator] Setting ds_accelerator to cuda (auto detect)
|
35 |
+
[2024-08-20 21:56:26,508] [INFO] [real_accelerator.py:203:get_accelerator] Setting ds_accelerator to cuda (auto detect)
|
36 |
+
[2024-08-20 21:56:26,508] [INFO] [real_accelerator.py:203:get_accelerator] Setting ds_accelerator to cuda (auto detect)
|
37 |
+
[2024-08-20 21:56:26,508] [INFO] [real_accelerator.py:203:get_accelerator] Setting ds_accelerator to cuda (auto detect)
|
38 |
+
[2024-08-20 21:56:26,509] [INFO] [real_accelerator.py:203:get_accelerator] Setting ds_accelerator to cuda (auto detect)
|
39 |
+
[2024-08-20 21:56:26,510] [INFO] [real_accelerator.py:203:get_accelerator] Setting ds_accelerator to cuda (auto detect)
|
40 |
+
[2024-08-20 21:56:26,511] [INFO] [real_accelerator.py:203:get_accelerator] Setting ds_accelerator to cuda (auto detect)
|
41 |
+
[2024-08-20 21:56:26,511] [INFO] [real_accelerator.py:203:get_accelerator] Setting ds_accelerator to cuda (auto detect)
|
42 |
+
[93m [WARNING] [0m async_io requires the dev libaio .so object and headers but these were not found.
|
43 |
+
[93m [WARNING] [0m async_io requires the dev libaio .so object and headers but these were not found.
|
44 |
+
[93m [WARNING] [0m async_io requires the dev libaio .so object and headers but these were not found.
|
45 |
+
[93m [WARNING] [0m async_io requires the dev libaio .so object and headers but these were not found.
|
46 |
+
[93m [WARNING] [0m async_io requires the dev libaio .so object and headers but these were not found.
|
47 |
+
[93m [WARNING] [0m async_io requires the dev libaio .so object and headers but these were not found.
|
48 |
+
[93m [WARNING] [0m async_io requires the dev libaio .so object and headers but these were not found.
|
49 |
+
[93m [WARNING] [0m async_io requires the dev libaio .so object and headers but these were not found.
|
50 |
+
[93m [WARNING] [0m async_io: please install the libaio-dev package with apt
|
51 |
+
[93m [WARNING] [0m If libaio is already installed (perhaps from source), try setting the CFLAGS and LDFLAGS environment variables to where it can be found.
|
52 |
+
[93m [WARNING] [0m async_io: please install the libaio-dev package with apt
|
53 |
+
[93m [WARNING] [0m If libaio is already installed (perhaps from source), try setting the CFLAGS and LDFLAGS environment variables to where it can be found.
|
54 |
+
[93m [WARNING] [0m async_io: please install the libaio-dev package with apt
|
55 |
+
[93m [WARNING] [0m async_io: please install the libaio-dev package with apt[93m [WARNING] [0m If libaio is already installed (perhaps from source), try setting the CFLAGS and LDFLAGS environment variables to where it can be found.
|
56 |
+
|
57 |
+
[93m [WARNING] [0m If libaio is already installed (perhaps from source), try setting the CFLAGS and LDFLAGS environment variables to where it can be found.
|
58 |
+
[93m [WARNING] [0m async_io: please install the libaio-dev package with apt
|
59 |
+
[93m [WARNING] [0m If libaio is already installed (perhaps from source), try setting the CFLAGS and LDFLAGS environment variables to where it can be found.
|
60 |
+
[93m [WARNING] [0m async_io: please install the libaio-dev package with apt
|
61 |
+
[93m [WARNING] [0m If libaio is already installed (perhaps from source), try setting the CFLAGS and LDFLAGS environment variables to where it can be found.
|
62 |
+
[93m [WARNING] [0m async_io: please install the libaio-dev package with apt[93m [WARNING] [0m async_io: please install the libaio-dev package with apt
|
63 |
+
|
64 |
+
[93m [WARNING] [0m If libaio is already installed (perhaps from source), try setting the CFLAGS and LDFLAGS environment variables to where it can be found.
|
65 |
+
[93m [WARNING] [0m If libaio is already installed (perhaps from source), try setting the CFLAGS and LDFLAGS environment variables to where it can be found.
|
66 |
+
Installed CUDA version 12.5 does not match the version torch was compiled with 12.4 but since the APIs are compatible, accepting this combination
|
67 |
+
Installed CUDA version 12.5 does not match the version torch was compiled with 12.4 but since the APIs are compatible, accepting this combination
|
68 |
+
Installed CUDA version 12.5 does not match the version torch was compiled with 12.4 but since the APIs are compatible, accepting this combination
|
69 |
+
Installed CUDA version 12.5 does not match the version torch was compiled with 12.4 but since the APIs are compatible, accepting this combination
|
70 |
+
Installed CUDA version 12.5 does not match the version torch was compiled with 12.4 but since the APIs are compatible, accepting this combination
|
71 |
+
Installed CUDA version 12.5 does not match the version torch was compiled with 12.4 but since the APIs are compatible, accepting this combination
|
72 |
+
Installed CUDA version 12.5 does not match the version torch was compiled with 12.4 but since the APIs are compatible, accepting this combination
|
73 |
+
Installed CUDA version 12.5 does not match the version torch was compiled with 12.4 but since the APIs are compatible, accepting this combination
|
74 |
+
ninja: no work to do.
|
75 |
+
Time to load cpu_adam op: 0.3381340503692627 seconds
|
76 |
+
Time to load cpu_adam op: 0.3769395351409912 seconds
|
77 |
+
Time to load cpu_adam op: 0.3873555660247803 seconds
|
78 |
+
Time to load cpu_adam op: 0.395129919052124 seconds
|
79 |
+
Time to load cpu_adam op: 0.39567041397094727 seconds
|
80 |
+
Time to load cpu_adam op: 0.3963282108306885 seconds
|
81 |
+
Time to load cpu_adam op: 0.39649391174316406 seconds
|
82 |
+
Time to load cpu_adam op: 0.39492321014404297 seconds
|
83 |
+
[2024-08-20 21:56:28,273] [INFO] [comm.py:637:init_distributed] cdb=None
|
84 |
+
[2024-08-20 21:56:28,302] [INFO] [comm.py:637:init_distributed] cdb=None
|
85 |
+
[2024-08-20 21:56:28,312] [INFO] [comm.py:637:init_distributed] cdb=None
|
86 |
+
[2024-08-20 21:56:28,313] [INFO] [comm.py:637:init_distributed] cdb=None
|
87 |
+
[2024-08-20 21:56:28,313] [INFO] [comm.py:637:init_distributed] cdb=None
|
88 |
+
[2024-08-20 21:56:28,314] [INFO] [comm.py:637:init_distributed] cdb=None
|
89 |
+
[2024-08-20 21:56:28,314] [INFO] [comm.py:637:init_distributed] cdb=None
|
90 |
+
[2024-08-20 21:56:28,315] [INFO] [comm.py:637:init_distributed] cdb=None
|
91 |
+
[2024-08-20 21:56:42,890] [INFO] [partition_parameters.py:345:__exit__] finished initializing model - num_params = 291, num_elems = 6.74B
|
92 |
+
Is prompt masked: True
|
93 |
+
Is prompt masked: True
|
94 |
+
Is prompt masked: True
|
95 |
+
Is prompt masked: True
|
96 |
+
Is prompt masked: True
|
97 |
+
Is prompt masked: True
|
98 |
+
Is prompt masked: True
|
99 |
+
Is prompt masked: True
|
100 |
+
Adam Optimizer #0 is created with AVX512 arithmetic capability.
|
101 |
+
Config: alpha=0.000020, betas=(0.900000, 0.999000), weight_decay=0.010000, adam_w=1
|
102 |
+
[2024-08-20 21:56:49,474] [INFO] [logging.py:96:log_dist] [Rank 0] DeepSpeed info: version=0.14.5, git-hash=unknown, git-branch=unknown
|
103 |
+
Adam Optimizer #0 is created with AVX512 arithmetic capability.
|
104 |
+
Config: alpha=0.000020, betas=(0.900000, 0.999000), weight_decay=0.010000, adam_w=1
|
105 |
+
Adam Optimizer #0 is created with AVX512 arithmetic capability.
|
106 |
+
Config: alpha=0.000020, betas=(0.900000, 0.999000), weight_decay=0.010000, adam_w=1
|
107 |
+
Adam Optimizer #0 is created with AVX512 arithmetic capability.
|
108 |
+
Config: alpha=0.000020, betas=(0.900000, 0.999000), weight_decay=0.010000, adam_w=1
|
109 |
+
Adam Optimizer #0 is created with AVX512 arithmetic capability.
|
110 |
+
Config: alpha=0.000020, betas=(0.900000, 0.999000), weight_decay=0.010000, adam_w=1
|
111 |
+
Adam Optimizer #0 is created with AVX512 arithmetic capability.
|
112 |
+
Config: alpha=0.000020, betas=(0.900000, 0.999000), weight_decay=0.010000, adam_w=1
|
113 |
+
Adam Optimizer #0 is created with AVX512 arithmetic capability.
|
114 |
+
Config: alpha=0.000020, betas=(0.900000, 0.999000), weight_decay=0.010000, adam_w=1
|
115 |
+
Adam Optimizer #0 is created with AVX512 arithmetic capability.
|
116 |
+
Config: alpha=0.000020, betas=(0.900000, 0.999000), weight_decay=0.010000, adam_w=1
|
117 |
+
[2024-08-20 21:56:49,547] [INFO] [logging.py:96:log_dist] [Rank 0] DeepSpeed Flops Profiler Enabled: False
|
118 |
+
[2024-08-20 21:56:49,548] [INFO] [logging.py:96:log_dist] [Rank 0] Using client Optimizer as basic optimizer
|
119 |
+
[2024-08-20 21:56:49,548] [INFO] [logging.py:96:log_dist] [Rank 0] Removing param_group that has no 'params' in the basic Optimizer
|
120 |
+
[2024-08-20 21:56:49,556] [INFO] [logging.py:96:log_dist] [Rank 0] DeepSpeed Basic Optimizer = DeepSpeedCPUAdam
|
121 |
+
[2024-08-20 21:56:49,556] [INFO] [utils.py:59:is_zero_supported_optimizer] Checking ZeRO support for optimizer=DeepSpeedCPUAdam type=<class 'deepspeed.ops.adam.cpu_adam.DeepSpeedCPUAdam'>
|
122 |
+
[2024-08-20 21:56:49,556] [INFO] [logging.py:96:log_dist] [Rank 0] Creating fp16 ZeRO stage 3 optimizer, MiCS is enabled False, Hierarchical params gather False
|
123 |
+
[2024-08-20 21:56:49,556] [INFO] [logging.py:96:log_dist] [Rank 0] Creating torch.bfloat16 ZeRO stage 3 optimizer
|
124 |
+
[2024-08-20 21:56:49,742] [INFO] [utils.py:781:see_memory_usage] Stage 3 initialize beginning
|
125 |
+
[2024-08-20 21:56:49,742] [INFO] [utils.py:782:see_memory_usage] MA 0.0 GB Max_MA 0.49 GB CA 0.49 GB Max_CA 0 GB
|
126 |
+
[2024-08-20 21:56:49,742] [INFO] [utils.py:789:see_memory_usage] CPU Virtual Memory: used = 44.84 GB, percent = 2.4%
|
127 |
+
[2024-08-20 21:56:49,744] [INFO] [stage3.py:130:__init__] Reduce bucket size 16777216
|
128 |
+
[2024-08-20 21:56:49,744] [INFO] [stage3.py:131:__init__] Prefetch bucket size 15099494
|
129 |
+
[2024-08-20 21:56:49,879] [INFO] [utils.py:781:see_memory_usage] DeepSpeedZeRoOffload initialize [begin]
|
130 |
+
[2024-08-20 21:56:49,879] [INFO] [utils.py:782:see_memory_usage] MA 0.0 GB Max_MA 0.0 GB CA 0.49 GB Max_CA 0 GB
|
131 |
+
[2024-08-20 21:56:49,879] [INFO] [utils.py:789:see_memory_usage] CPU Virtual Memory: used = 44.84 GB, percent = 2.4%
|
132 |
+
Parameter Offload: Total persistent parameters: 266240 in 65 params
|
133 |
+
[2024-08-20 21:56:50,008] [INFO] [utils.py:781:see_memory_usage] DeepSpeedZeRoOffload initialize [end]
|
134 |
+
[2024-08-20 21:56:50,008] [INFO] [utils.py:782:see_memory_usage] MA 0.0 GB Max_MA 0.0 GB CA 0.49 GB Max_CA 0 GB
|
135 |
+
[2024-08-20 21:56:50,008] [INFO] [utils.py:789:see_memory_usage] CPU Virtual Memory: used = 44.84 GB, percent = 2.4%
|
136 |
+
[2024-08-20 21:56:50,115] [INFO] [utils.py:781:see_memory_usage] Before creating fp16 partitions
|
137 |
+
[2024-08-20 21:56:50,116] [INFO] [utils.py:782:see_memory_usage] MA 0.0 GB Max_MA 0.0 GB CA 0.49 GB Max_CA 0 GB
|
138 |
+
[2024-08-20 21:56:50,116] [INFO] [utils.py:789:see_memory_usage] CPU Virtual Memory: used = 44.83 GB, percent = 2.4%
|
139 |
+
[2024-08-20 21:56:51,868] [INFO] [utils.py:781:see_memory_usage] After creating fp16 partitions: 1
|
140 |
+
[2024-08-20 21:56:51,868] [INFO] [utils.py:782:see_memory_usage] MA 0.0 GB Max_MA 0.0 GB CA 0.49 GB Max_CA 0 GB
|
141 |
+
[2024-08-20 21:56:51,869] [INFO] [utils.py:789:see_memory_usage] CPU Virtual Memory: used = 66.25 GB, percent = 3.5%
|
142 |
+
[2024-08-20 21:56:52,107] [INFO] [utils.py:781:see_memory_usage] Before creating fp32 partitions
|
143 |
+
[2024-08-20 21:56:52,108] [INFO] [utils.py:782:see_memory_usage] MA 0.0 GB Max_MA 0.0 GB CA 0.49 GB Max_CA 0 GB
|
144 |
+
[2024-08-20 21:56:52,108] [INFO] [utils.py:789:see_memory_usage] CPU Virtual Memory: used = 71.42 GB, percent = 3.8%
|
145 |
+
[2024-08-20 21:56:53,699] [INFO] [utils.py:781:see_memory_usage] After creating fp32 partitions
|
146 |
+
[2024-08-20 21:56:53,699] [INFO] [utils.py:782:see_memory_usage] MA 0.0 GB Max_MA 0.0 GB CA 0.49 GB Max_CA 0 GB
|
147 |
+
[2024-08-20 21:56:53,700] [INFO] [utils.py:789:see_memory_usage] CPU Virtual Memory: used = 86.24 GB, percent = 4.6%
|
148 |
+
[2024-08-20 21:56:53,896] [INFO] [utils.py:781:see_memory_usage] Before initializing optimizer states
|
149 |
+
[2024-08-20 21:56:53,897] [INFO] [utils.py:782:see_memory_usage] MA 0.0 GB Max_MA 0.0 GB CA 0.49 GB Max_CA 0 GB
|
150 |
+
[2024-08-20 21:56:53,897] [INFO] [utils.py:789:see_memory_usage] CPU Virtual Memory: used = 92.43 GB, percent = 4.9%
|
151 |
+
[2024-08-20 21:56:57,740] [INFO] [utils.py:781:see_memory_usage] After initializing optimizer states
|
152 |
+
[2024-08-20 21:56:57,740] [INFO] [utils.py:782:see_memory_usage] MA 0.0 GB Max_MA 0.0 GB CA 0.49 GB Max_CA 0 GB
|
153 |
+
[2024-08-20 21:56:57,741] [INFO] [utils.py:789:see_memory_usage] CPU Virtual Memory: used = 118.86 GB, percent = 6.4%
|
154 |
+
[2024-08-20 21:56:57,746] [INFO] [stage3.py:485:_setup_for_real_optimizer] optimizer state initialized
|
155 |
+
[2024-08-20 21:57:00,138] [INFO] [utils.py:781:see_memory_usage] After initializing ZeRO optimizer
|
156 |
+
[2024-08-20 21:57:00,139] [INFO] [utils.py:782:see_memory_usage] MA 0.03 GB Max_MA 0.52 GB CA 0.74 GB Max_CA 1 GB
|
157 |
+
[2024-08-20 21:57:00,139] [INFO] [utils.py:789:see_memory_usage] CPU Virtual Memory: used = 135.23 GB, percent = 7.2%
|
158 |
+
[2024-08-20 21:57:00,139] [INFO] [logging.py:96:log_dist] [Rank 0] DeepSpeed Final Optimizer = DeepSpeedZeroOptimizer_Stage3
|
159 |
+
[2024-08-20 21:57:00,139] [INFO] [logging.py:96:log_dist] [Rank 0] DeepSpeed using configured LR scheduler = None
|
160 |
+
[2024-08-20 21:57:00,139] [INFO] [logging.py:96:log_dist] [Rank 0] DeepSpeed LR Scheduler = None
|
161 |
+
[2024-08-20 21:57:00,139] [INFO] [logging.py:96:log_dist] [Rank 0] step=0, skipped=0, lr=[0.0], mom=[(0.9, 0.999)]
|
162 |
+
[2024-08-20 21:57:00,140] [INFO] [config.py:997:print] DeepSpeedEngine configuration:
|
163 |
+
[2024-08-20 21:57:00,140] [INFO] [config.py:1001:print] activation_checkpointing_config {
|
164 |
+
"partition_activations": false,
|
165 |
+
"contiguous_memory_optimization": false,
|
166 |
+
"cpu_checkpointing": false,
|
167 |
+
"number_checkpoints": null,
|
168 |
+
"synchronize_checkpoint_boundary": false,
|
169 |
+
"profile": false
|
170 |
+
}
|
171 |
+
[2024-08-20 21:57:00,140] [INFO] [config.py:1001:print] aio_config ................... {'block_size': 1048576, 'queue_depth': 8, 'thread_count': 1, 'single_submit': False, 'overlap_events': True}
|
172 |
+
[2024-08-20 21:57:00,140] [INFO] [config.py:1001:print] amp_enabled .................. False
|
173 |
+
[2024-08-20 21:57:00,140] [INFO] [config.py:1001:print] amp_params ................... False
|
174 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] autotuning_config ............ {
|
175 |
+
"enabled": false,
|
176 |
+
"start_step": null,
|
177 |
+
"end_step": null,
|
178 |
+
"metric_path": null,
|
179 |
+
"arg_mappings": null,
|
180 |
+
"metric": "throughput",
|
181 |
+
"model_info": null,
|
182 |
+
"results_dir": "autotuning_results",
|
183 |
+
"exps_dir": "autotuning_exps",
|
184 |
+
"overwrite": true,
|
185 |
+
"fast": true,
|
186 |
+
"start_profile_step": 3,
|
187 |
+
"end_profile_step": 5,
|
188 |
+
"tuner_type": "gridsearch",
|
189 |
+
"tuner_early_stopping": 5,
|
190 |
+
"tuner_num_trials": 50,
|
191 |
+
"model_info_path": null,
|
192 |
+
"mp_size": 1,
|
193 |
+
"max_train_batch_size": null,
|
194 |
+
"min_train_batch_size": 1,
|
195 |
+
"max_train_micro_batch_size_per_gpu": 1.024000e+03,
|
196 |
+
"min_train_micro_batch_size_per_gpu": 1,
|
197 |
+
"num_tuning_micro_batch_sizes": 3
|
198 |
+
}
|
199 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] bfloat16_enabled ............. True
|
200 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] bfloat16_immediate_grad_update False
|
201 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] checkpoint_parallel_write_pipeline False
|
202 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] checkpoint_tag_validation_enabled True
|
203 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] checkpoint_tag_validation_fail False
|
204 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] comms_config ................. <deepspeed.comm.config.DeepSpeedCommsConfig object at 0x7fee949eee70>
|
205 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] communication_data_type ...... None
|
206 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] compression_config ........... {'weight_quantization': {'shared_parameters': {'enabled': False, 'quantizer_kernel': False, 'schedule_offset': 0, 'quantize_groups': 1, 'quantize_verbose': False, 'quantization_type': 'symmetric', 'quantize_weight_in_forward': False, 'rounding': 'nearest', 'fp16_mixed_quantize': False, 'quantize_change_ratio': 0.001}, 'different_groups': {}}, 'activation_quantization': {'shared_parameters': {'enabled': False, 'quantization_type': 'symmetric', 'range_calibration': 'dynamic', 'schedule_offset': 1000}, 'different_groups': {}}, 'sparse_pruning': {'shared_parameters': {'enabled': False, 'method': 'l1', 'schedule_offset': 1000}, 'different_groups': {}}, 'row_pruning': {'shared_parameters': {'enabled': False, 'method': 'l1', 'schedule_offset': 1000}, 'different_groups': {}}, 'head_pruning': {'shared_parameters': {'enabled': False, 'method': 'topk', 'schedule_offset': 1000}, 'different_groups': {}}, 'channel_pruning': {'shared_parameters': {'enabled': False, 'method': 'l1', 'schedule_offset': 1000}, 'different_groups': {}}, 'layer_reduction': {'enabled': False}}
|
207 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] curriculum_enabled_legacy .... False
|
208 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] curriculum_params_legacy ..... False
|
209 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] data_efficiency_config ....... {'enabled': False, 'seed': 1234, 'data_sampling': {'enabled': False, 'num_epochs': 1000, 'num_workers': 0, 'curriculum_learning': {'enabled': False}}, 'data_routing': {'enabled': False, 'random_ltd': {'enabled': False, 'layer_token_lr_schedule': {'enabled': False}}}}
|
210 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] data_efficiency_enabled ...... False
|
211 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] dataloader_drop_last ......... False
|
212 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] disable_allgather ............ False
|
213 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] dump_state ................... False
|
214 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] dynamic_loss_scale_args ...... None
|
215 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] eigenvalue_enabled ........... False
|
216 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] eigenvalue_gas_boundary_resolution 1
|
217 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] eigenvalue_layer_name ........ bert.encoder.layer
|
218 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] eigenvalue_layer_num ......... 0
|
219 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] eigenvalue_max_iter .......... 100
|
220 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] eigenvalue_stability ......... 1e-06
|
221 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] eigenvalue_tol ............... 0.01
|
222 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] eigenvalue_verbose ........... False
|
223 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] elasticity_enabled ........... False
|
224 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] flops_profiler_config ........ {
|
225 |
+
"enabled": false,
|
226 |
+
"recompute_fwd_factor": 0.0,
|
227 |
+
"profile_step": 1,
|
228 |
+
"module_depth": -1,
|
229 |
+
"top_modules": 1,
|
230 |
+
"detailed": true,
|
231 |
+
"output_file": null
|
232 |
+
}
|
233 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] fp16_auto_cast ............... None
|
234 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] fp16_enabled ................. False
|
235 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] fp16_master_weights_and_gradients False
|
236 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] global_rank .................. 0
|
237 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] grad_accum_dtype ............. None
|
238 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] gradient_accumulation_steps .. 1
|
239 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] gradient_clipping ............ 1.0
|
240 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] gradient_predivide_factor .... 1.0
|
241 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] graph_harvesting ............. False
|
242 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] hybrid_engine ................ enabled=False max_out_tokens=512 inference_tp_size=1 release_inference_cache=False pin_parameters=True tp_gather_partition_size=8
|
243 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] initial_dynamic_scale ........ 1
|
244 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] load_universal_checkpoint .... False
|
245 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] loss_scale ................... 1.0
|
246 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] memory_breakdown ............. False
|
247 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] mics_hierarchial_params_gather False
|
248 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] mics_shard_size .............. -1
|
249 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] monitor_config ............... tensorboard=TensorBoardConfig(enabled=False, output_path='', job_name='DeepSpeedJobName') comet=CometConfig(enabled=False, samples_log_interval=100, project=None, workspace=None, api_key=None, experiment_name=None, experiment_key=None, online=None, mode=None) wandb=WandbConfig(enabled=False, group=None, team=None, project='deepspeed') csv_monitor=CSVConfig(enabled=False, output_path='', job_name='DeepSpeedJobName') enabled=False
|
250 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] nebula_config ................ {
|
251 |
+
"enabled": false,
|
252 |
+
"persistent_storage_path": null,
|
253 |
+
"persistent_time_interval": 100,
|
254 |
+
"num_of_version_in_retention": 2,
|
255 |
+
"enable_nebula_load": true,
|
256 |
+
"load_path": null
|
257 |
+
}
|
258 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] optimizer_legacy_fusion ...... False
|
259 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] optimizer_name ............... None
|
260 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] optimizer_params ............. None
|
261 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] pipeline ..................... {'stages': 'auto', 'partition': 'best', 'seed_layers': False, 'activation_checkpoint_interval': 0, 'pipe_partitioned': True, 'grad_partitioned': True}
|
262 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] pld_enabled .................. False
|
263 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] pld_params ................... False
|
264 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] prescale_gradients ........... False
|
265 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] scheduler_name ............... None
|
266 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] scheduler_params ............. None
|
267 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] seq_parallel_communication_data_type torch.float32
|
268 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] sparse_attention ............. None
|
269 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] sparse_gradients_enabled ..... False
|
270 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] steps_per_print .............. inf
|
271 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] timers_config ................ enabled=True synchronized=True
|
272 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] train_batch_size ............. 128
|
273 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] train_micro_batch_size_per_gpu 16
|
274 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] use_data_before_expert_parallel_ False
|
275 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] use_node_local_storage ....... False
|
276 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] wall_clock_breakdown ......... False
|
277 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] weight_quantization_config ... None
|
278 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] world_size ................... 8
|
279 |
+
[2024-08-20 21:57:00,141] [INFO] [config.py:1001:print] zero_allow_untested_optimizer True
|
280 |
+
[2024-08-20 21:57:00,142] [INFO] [config.py:1001:print] zero_config .................. stage=3 contiguous_gradients=True reduce_scatter=True reduce_bucket_size=16777216 use_multi_rank_bucket_allreduce=True allgather_partitions=True allgather_bucket_size=500,000,000 overlap_comm=True load_from_fp32_weights=True elastic_checkpoint=False offload_param=DeepSpeedZeroOffloadParamConfig(device='cpu', nvme_path=None, buffer_count=5, buffer_size=100,000,000, max_in_cpu=1,000,000,000, pin_memory=True) offload_optimizer=DeepSpeedZeroOffloadOptimizerConfig(device='cpu', nvme_path=None, buffer_count=4, pin_memory=True, pipeline=False, pipeline_read=False, pipeline_write=False, fast_init=False, ratio=1.0) sub_group_size=1000000000 cpu_offload_param=None cpu_offload_use_pin_memory=None cpu_offload=None prefetch_bucket_size=15099494 param_persistence_threshold=40960 model_persistence_threshold=sys.maxsize max_live_parameters=4000000000 max_reuse_distance=4000000000 gather_16bit_weights_on_model_save=True use_all_reduce_for_fetch_params=False stage3_gather_fp16_weights_on_model_save=False ignore_unused_parameters=True legacy_stage1=False round_robin_gradients=False zero_hpz_partition_size=1 zero_quantized_weights=False zero_quantized_nontrainable_weights=False zero_quantized_gradients=False mics_shard_size=-1 mics_hierarchical_params_gather=False memory_efficient_linear=True pipeline_loading_checkpoint=False override_module_apply=True
|
281 |
+
[2024-08-20 21:57:00,142] [INFO] [config.py:1001:print] zero_enabled ................. True
|
282 |
+
[2024-08-20 21:57:00,142] [INFO] [config.py:1001:print] zero_force_ds_cpu_optimizer .. True
|
283 |
+
[2024-08-20 21:57:00,142] [INFO] [config.py:1001:print] zero_optimization_stage ...... 3
|
284 |
+
[2024-08-20 21:57:00,142] [INFO] [config.py:987:print_user_config] json = {
|
285 |
+
"bf16": {
|
286 |
+
"enabled": true
|
287 |
+
},
|
288 |
+
"zero_optimization": {
|
289 |
+
"stage": 3,
|
290 |
+
"offload_optimizer": {
|
291 |
+
"device": "cpu",
|
292 |
+
"pin_memory": true
|
293 |
+
},
|
294 |
+
"offload_param": {
|
295 |
+
"device": "cpu",
|
296 |
+
"pin_memory": true
|
297 |
+
},
|
298 |
+
"overlap_comm": true,
|
299 |
+
"contiguous_gradients": true,
|
300 |
+
"sub_group_size": 1.000000e+09,
|
301 |
+
"reduce_bucket_size": 1.677722e+07,
|
302 |
+
"stage3_prefetch_bucket_size": 1.509949e+07,
|
303 |
+
"stage3_param_persistence_threshold": 4.096000e+04,
|
304 |
+
"stage3_max_live_parameters": 4.000000e+09,
|
305 |
+
"stage3_max_reuse_distance": 4.000000e+09,
|
306 |
+
"stage3_gather_16bit_weights_on_model_save": true
|
307 |
+
},
|
308 |
+
"gradient_accumulation_steps": 1,
|
309 |
+
"gradient_clipping": 1.0,
|
310 |
+
"steps_per_print": inf,
|
311 |
+
"train_batch_size": 128,
|
312 |
+
"train_micro_batch_size_per_gpu": 16,
|
313 |
+
"wall_clock_breakdown": false,
|
314 |
+
"fp16": {
|
315 |
+
"enabled": false
|
316 |
+
},
|
317 |
+
"zero_allow_untested_optimizer": true
|
318 |
+
}
|
319 |
+
[93m [WARNING] [0m async_io requires the dev libaio .so object and headers but these were not found.
|
320 |
+
[93m [WARNING] [0m async_io: please install the libaio-dev package with apt
|
321 |
+
[93m [WARNING] [0m If libaio is already installed (perhaps from source), try setting the CFLAGS and LDFLAGS environment variables to where it can be found.
|
model-00001-of-00003.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f0906c6e6b2b02ba798ae272150c88a451ca36e5ee1756983ff709ee71e99b3
|
3 |
+
size 4939116424
|
model-00002-of-00003.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e40ba5c0407f3b9bf6adc78552a24d95317f357202f6f73ef5a82777f32e290
|
3 |
+
size 4947390880
|
model-00003-of-00003.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5b727b27d837a04c8d81546b6fa521e0635cd144f3f902427e1263665d85811
|
3 |
+
size 3590619888
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:46a30549c335415a626fe3c50b9ed34455cdd04e0d8435abb52bd0f4c7fa1b6b
|
3 |
+
size 561984
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,298 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 13477093376
|
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-00001-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-00001-of-00003.safetensors",
|
41 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
42 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
43 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00001-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-00002-of-00003.safetensors",
|
155 |
+
"model.layers.23.mlp.up_proj.weight": "model-00002-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.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,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"chat_template": "{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% set system_message = false %}{% endif %}{% for message in loop_messages %}{% if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}{{ raise_exception('Conversation roles must alternate user/assistant/user/assistant/...') }}{% endif %}{% if loop.index0 == 0 and system_message != false %}{% set content = '<<SYS>>\\n' + system_message + '\\n<</SYS>>\\n\\n' + message['content'] %}{% else %}{% set content = message['content'] %}{% endif %}{% if message['role'] == 'user' %}{{ bos_token + '[INST] ' + content | trim + ' [/INST]' }}{% elif message['role'] == 'assistant' %}{{ ' ' + content | trim + ' ' + eos_token }}{% endif %}{% endfor %}",
|
70 |
+
"clean_up_tokenization_spaces": false,
|
71 |
+
"eos_token": "</s>",
|
72 |
+
"eot_token": "β<EOT>",
|
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_first": false,
|
81 |
+
"suffix_token": "β<SUF>",
|
82 |
+
"tokenizer_class": "CodeLlamaTokenizer",
|
83 |
+
"unk_token": "<unk>",
|
84 |
+
"use_default_system_prompt": false
|
85 |
+
}
|