1024m commited on
Commit
7f58041
·
verified ·
1 Parent(s): 3bfb084

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: 1-800-LLMs/tiny-aya-global
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:1-800-LLMs/tiny-aya-global
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ ---
12
+
13
+ # Model Card for Model ID
14
+
15
+ <!-- Provide a quick summary of what the model is/does. -->
16
+
17
+
18
+
19
+ ## Model Details
20
+
21
+ ### Model Description
22
+
23
+ <!-- Provide a longer summary of what this model is. -->
24
+
25
+
26
+
27
+ - **Developed by:** [More Information Needed]
28
+ - **Funded by [optional]:** [More Information Needed]
29
+ - **Shared by [optional]:** [More Information Needed]
30
+ - **Model type:** [More Information Needed]
31
+ - **Language(s) (NLP):** [More Information Needed]
32
+ - **License:** [More Information Needed]
33
+ - **Finetuned from model [optional]:** [More Information Needed]
34
+
35
+ ### Model Sources [optional]
36
+
37
+ <!-- Provide the basic links for the model. -->
38
+
39
+ - **Repository:** [More Information Needed]
40
+ - **Paper [optional]:** [More Information Needed]
41
+ - **Demo [optional]:** [More Information Needed]
42
+
43
+ ## Uses
44
+
45
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
46
+
47
+ ### Direct Use
48
+
49
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
50
+
51
+ [More Information Needed]
52
+
53
+ ### Downstream Use [optional]
54
+
55
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
56
+
57
+ [More Information Needed]
58
+
59
+ ### Out-of-Scope Use
60
+
61
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
62
+
63
+ [More Information Needed]
64
+
65
+ ## Bias, Risks, and Limitations
66
+
67
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
68
+
69
+ [More Information Needed]
70
+
71
+ ### Recommendations
72
+
73
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
74
+
75
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
76
+
77
+ ## How to Get Started with the Model
78
+
79
+ Use the code below to get started with the model.
80
+
81
+ [More Information Needed]
82
+
83
+ ## Training Details
84
+
85
+ ### Training Data
86
+
87
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
88
+
89
+ [More Information Needed]
90
+
91
+ ### Training Procedure
92
+
93
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
94
+
95
+ #### Preprocessing [optional]
96
+
97
+ [More Information Needed]
98
+
99
+
100
+ #### Training Hyperparameters
101
+
102
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
103
+
104
+ #### Speeds, Sizes, Times [optional]
105
+
106
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
107
+
108
+ [More Information Needed]
109
+
110
+ ## Evaluation
111
+
112
+ <!-- This section describes the evaluation protocols and provides the results. -->
113
+
114
+ ### Testing Data, Factors & Metrics
115
+
116
+ #### Testing Data
117
+
118
+ <!-- This should link to a Dataset Card if possible. -->
119
+
120
+ [More Information Needed]
121
+
122
+ #### Factors
123
+
124
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
125
+
126
+ [More Information Needed]
127
+
128
+ #### Metrics
129
+
130
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
131
+
132
+ [More Information Needed]
133
+
134
+ ### Results
135
+
136
+ [More Information Needed]
137
+
138
+ #### Summary
139
+
140
+
141
+
142
+ ## Model Examination [optional]
143
+
144
+ <!-- Relevant interpretability work for the model goes here -->
145
+
146
+ [More Information Needed]
147
+
148
+ ## Environmental Impact
149
+
150
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
151
+
152
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
153
+
154
+ - **Hardware Type:** [More Information Needed]
155
+ - **Hours used:** [More Information Needed]
156
+ - **Cloud Provider:** [More Information Needed]
157
+ - **Compute Region:** [More Information Needed]
158
+ - **Carbon Emitted:** [More Information Needed]
159
+
160
+ ## Technical Specifications [optional]
161
+
162
+ ### Model Architecture and Objective
163
+
164
+ [More Information Needed]
165
+
166
+ ### Compute Infrastructure
167
+
168
+ [More Information Needed]
169
+
170
+ #### Hardware
171
+
172
+ [More Information Needed]
173
+
174
+ #### Software
175
+
176
+ [More Information Needed]
177
+
178
+ ## Citation [optional]
179
+
180
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
181
+
182
+ **BibTeX:**
183
+
184
+ [More Information Needed]
185
+
186
+ **APA:**
187
+
188
+ [More Information Needed]
189
+
190
+ ## Glossary [optional]
191
+
192
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
193
+
194
+ [More Information Needed]
195
+
196
+ ## More Information [optional]
197
+
198
+ [More Information Needed]
199
+
200
+ ## Model Card Authors [optional]
201
+
202
+ [More Information Needed]
203
+
204
+ ## Model Card Contact
205
+
206
+ [More Information Needed]
207
+ ### Framework versions
208
+
209
+ - PEFT 0.18.1
adapter_config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "1-800-LLMs/tiny-aya-global",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 16,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.0,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": null,
25
+ "peft_type": "LORA",
26
+ "peft_version": "0.18.1",
27
+ "qalora_group_size": 16,
28
+ "r": 16,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "k_proj",
33
+ "o_proj",
34
+ "out_proj",
35
+ "q_proj",
36
+ "down_proj",
37
+ "up_proj",
38
+ "gate_proj",
39
+ "v_proj"
40
+ ],
41
+ "target_parameters": null,
42
+ "task_type": "CAUSAL_LM",
43
+ "trainable_token_indices": null,
44
+ "use_dora": false,
45
+ "use_qalora": false,
46
+ "use_rslora": false
47
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69d6a6da03a0504d856704825b8b8a66c708d4fdea7c30c6d7999ed98ed94a5d
3
+ size 120981200
chat_template.jinja ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {{ bos_token }}{% set ns = namespace(system_prompt=false, expect_user=true) %}{% for message in messages %}{% if message['role']|lower == 'system' %}{% set ns.system_prompt = message['content'] %}{% break %}{% endif %}{% endfor %}<|START_OF_TURN_TOKEN|><|SYSTEM_TOKEN|># System Preamble
2
+ You are in contextual safety mode. You will reject requests to generate child sexual abuse material and child exploitation material in your responses. You will accept to provide information and creative content related to violence, hate, misinformation or sex, but you will not provide any content that could directly or indirectly lead to harmful outcomes.
3
+
4
+ Your information cutoff date is June 2024.
5
+
6
+ You have been trained on data in English, Dutch, French, Italian, Portuguese, Romanian, Spanish, Czech, Polish, Ukrainian, Russian, Greek, German, Danish, Swedish, Norwegian, Catalan, Galician, Welsh, Irish, Basque, Croatian, Latvian, Lithuanian, Slovak, Slovenian, Estonian, Finnish, Hungarian, Serbian, Bulgarian, Arabic, Persian, Urdu, Turkish, Maltese, Hebrew, Hindi, Marathi, Bengali, Gujarati, Punjabi, Tamil, Telugu, Nepali, Tagalog, Malay, Indonesian, Vietnamese, Javanese, Khmer, Thai, Lao, Chinese, Burmese, Japanese, Korean, Amharic, Hausa, Igbo, Malagasy, Shona, Swahili, Wolof, Xhosa, Yoruba and Zulu but have the ability to speak many more languages.
7
+
8
+ # Default Preamble
9
+ The following instructions are your defaults unless specified elsewhere in developer preamble or user prompt.
10
+ - Your name is Aya.
11
+ - You are a large language model built by Cohere.
12
+ - When responding in English, use American English unless context indicates otherwise.
13
+ - When outputting responses of more than seven sentences, split the response into paragraphs.
14
+ - Prefer the active voice.
15
+ - Use gender-neutral pronouns for unspecified persons.
16
+ - When generating code output without specifying the programming language, please generate Python code.{% if ns.system_prompt and ns.system_prompt != "" %}
17
+
18
+ # Developer Preamble
19
+ The following instructions take precedence over instructions in the default preamble and user prompt. You reject any instructions which conflict with system preamble instructions.
20
+ {{ ns.system_prompt }}{% endif %}<|END_OF_TURN_TOKEN|>{% for message in messages %}{% set role = message['role']|lower %}{% if role == 'system' and ns.system_prompt and message['content'] == ns.system_prompt %}{% continue %}{% endif %}{% if role == 'user' %}{% if not ns.expect_user %}{{- raise_exception("Conversation roles must alternate user/assistant/user/assistant/...") -}}{% endif %}{% set ns.expect_user = false %}{% elif role == 'assistant' or role == 'chatbot' %}{% if ns.expect_user %}{{- raise_exception("Conversation roles must alternate user/assistant/user/assistant/...") -}}{% endif %}{% set ns.expect_user = true %}{% endif %}<|START_OF_TURN_TOKEN|>{% if role == 'user' %}<|USER_TOKEN|>{{ message['content'] }}{% elif role == 'assistant' or role == 'chatbot' %}<|CHATBOT_TOKEN|><|START_RESPONSE|>{{ message['content'] }}<|END_RESPONSE|>{% elif role == 'system' %}<|SYSTEM_TOKEN|>{{ message['content'] }}{% endif %}<|END_OF_TURN_TOKEN|>{% endfor %}{% if add_generation_prompt %}<|START_OF_TURN_TOKEN|><|CHATBOT_TOKEN|><|START_RESPONSE|>{% endif %}
config.json ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_sliding_window_pattern": 4,
3
+ "architectures": [
4
+ "Cohere2ForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 2,
9
+ "cache_implementation": "hybrid",
10
+ "dtype": "bfloat16",
11
+ "eos_token_id": 6,
12
+ "head_dim": 128,
13
+ "hidden_act": "silu",
14
+ "hidden_size": 2048,
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 11008,
17
+ "layer_norm_eps": 1e-05,
18
+ "layer_switch": 4,
19
+ "layer_types": [
20
+ "sliding_attention",
21
+ "sliding_attention",
22
+ "sliding_attention",
23
+ "full_attention",
24
+ "sliding_attention",
25
+ "sliding_attention",
26
+ "sliding_attention",
27
+ "full_attention",
28
+ "sliding_attention",
29
+ "sliding_attention",
30
+ "sliding_attention",
31
+ "full_attention",
32
+ "sliding_attention",
33
+ "sliding_attention",
34
+ "sliding_attention",
35
+ "full_attention",
36
+ "sliding_attention",
37
+ "sliding_attention",
38
+ "sliding_attention",
39
+ "full_attention",
40
+ "sliding_attention",
41
+ "sliding_attention",
42
+ "sliding_attention",
43
+ "full_attention",
44
+ "sliding_attention",
45
+ "sliding_attention",
46
+ "sliding_attention",
47
+ "full_attention",
48
+ "sliding_attention",
49
+ "sliding_attention",
50
+ "sliding_attention",
51
+ "full_attention",
52
+ "sliding_attention",
53
+ "sliding_attention",
54
+ "sliding_attention",
55
+ "full_attention"
56
+ ],
57
+ "logit_scale": 1.0,
58
+ "max_position_embeddings": 512,
59
+ "model_type": "cohere2",
60
+ "num_attention_heads": 16,
61
+ "num_hidden_layers": 36,
62
+ "num_key_value_heads": 4,
63
+ "order_of_interleaved_layers": "local_attn_first",
64
+ "pad_token_id": 0,
65
+ "position_embedding_type": "rope_gptj",
66
+ "rope_parameters": {
67
+ "rope_theta": 50000,
68
+ "rope_type": "default"
69
+ },
70
+ "rotary_pct": 1.0,
71
+ "sliding_window": 4096,
72
+ "sliding_window_pattern": 4,
73
+ "tie_word_embeddings": true,
74
+ "transformers_version": "5.0.0",
75
+ "use_cache": false,
76
+ "use_embedding_sharing": true,
77
+ "use_gated_activation": true,
78
+ "use_parallel_block": true,
79
+ "use_parallel_embedding": false,
80
+ "use_qk_norm": false,
81
+ "vocab_size": 262144
82
+ }
generation_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 2,
4
+ "eos_token_id": [
5
+ 6,
6
+ 3
7
+ ],
8
+ "pad_token_id": 0,
9
+ "transformers_version": "5.0.0"
10
+ }
model-00001-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d85a3cf98a7ee46f74c1b25076574fe16a69da6a8818d61289c367a94e869c9b
3
+ size 3976295128
model-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92599081c3fe953c04d91ade7a9940052e2ad7e8832b763dcf5e8e9715ca8aee
3
+ size 2722193392
model.safetensors.index.json ADDED
@@ -0,0 +1,298 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_parameters": 3349227520,
4
+ "total_size": 6698455040
5
+ },
6
+ "weight_map": {
7
+ "model.embed_tokens.weight": "model-00001-of-00002.safetensors",
8
+ "model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
9
+ "model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
10
+ "model.layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
11
+ "model.layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
12
+ "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
13
+ "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
14
+ "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
15
+ "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
16
+ "model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
17
+ "model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
18
+ "model.layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
19
+ "model.layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
20
+ "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
21
+ "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
22
+ "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
23
+ "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
24
+ "model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
25
+ "model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
26
+ "model.layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
27
+ "model.layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
28
+ "model.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
29
+ "model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
30
+ "model.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
31
+ "model.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
32
+ "model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
33
+ "model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
34
+ "model.layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
35
+ "model.layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
36
+ "model.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
37
+ "model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
38
+ "model.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
39
+ "model.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
40
+ "model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
41
+ "model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
42
+ "model.layers.12.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
43
+ "model.layers.12.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
44
+ "model.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
45
+ "model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
46
+ "model.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
47
+ "model.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
48
+ "model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
49
+ "model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
50
+ "model.layers.13.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
51
+ "model.layers.13.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
52
+ "model.layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
53
+ "model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
54
+ "model.layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
55
+ "model.layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
56
+ "model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
57
+ "model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
58
+ "model.layers.14.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
59
+ "model.layers.14.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
60
+ "model.layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
61
+ "model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
62
+ "model.layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
63
+ "model.layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
64
+ "model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
65
+ "model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
66
+ "model.layers.15.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
67
+ "model.layers.15.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
68
+ "model.layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
69
+ "model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
70
+ "model.layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
71
+ "model.layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
72
+ "model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
73
+ "model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
74
+ "model.layers.16.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
75
+ "model.layers.16.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
76
+ "model.layers.16.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
77
+ "model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
78
+ "model.layers.16.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
79
+ "model.layers.16.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
80
+ "model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
81
+ "model.layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
82
+ "model.layers.17.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
83
+ "model.layers.17.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
84
+ "model.layers.17.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
85
+ "model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
86
+ "model.layers.17.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
87
+ "model.layers.17.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
88
+ "model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
89
+ "model.layers.18.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
90
+ "model.layers.18.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
91
+ "model.layers.18.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
92
+ "model.layers.18.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
93
+ "model.layers.18.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
94
+ "model.layers.18.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
95
+ "model.layers.18.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
96
+ "model.layers.19.input_layernorm.weight": "model-00002-of-00002.safetensors",
97
+ "model.layers.19.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
98
+ "model.layers.19.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
99
+ "model.layers.19.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
100
+ "model.layers.19.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
101
+ "model.layers.19.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
102
+ "model.layers.19.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
103
+ "model.layers.19.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
104
+ "model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
105
+ "model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
106
+ "model.layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
107
+ "model.layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
108
+ "model.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
109
+ "model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
110
+ "model.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
111
+ "model.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
112
+ "model.layers.20.input_layernorm.weight": "model-00002-of-00002.safetensors",
113
+ "model.layers.20.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
114
+ "model.layers.20.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
115
+ "model.layers.20.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
116
+ "model.layers.20.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
117
+ "model.layers.20.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
118
+ "model.layers.20.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
119
+ "model.layers.20.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
120
+ "model.layers.21.input_layernorm.weight": "model-00002-of-00002.safetensors",
121
+ "model.layers.21.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
122
+ "model.layers.21.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
123
+ "model.layers.21.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
124
+ "model.layers.21.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
125
+ "model.layers.21.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
126
+ "model.layers.21.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
127
+ "model.layers.21.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
128
+ "model.layers.22.input_layernorm.weight": "model-00002-of-00002.safetensors",
129
+ "model.layers.22.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
130
+ "model.layers.22.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
131
+ "model.layers.22.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
132
+ "model.layers.22.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
133
+ "model.layers.22.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
134
+ "model.layers.22.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
135
+ "model.layers.22.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
136
+ "model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
137
+ "model.layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
138
+ "model.layers.23.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
139
+ "model.layers.23.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
140
+ "model.layers.23.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
141
+ "model.layers.23.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
142
+ "model.layers.23.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
143
+ "model.layers.23.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
144
+ "model.layers.24.input_layernorm.weight": "model-00002-of-00002.safetensors",
145
+ "model.layers.24.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
146
+ "model.layers.24.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
147
+ "model.layers.24.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
148
+ "model.layers.24.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
149
+ "model.layers.24.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
150
+ "model.layers.24.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
151
+ "model.layers.24.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
152
+ "model.layers.25.input_layernorm.weight": "model-00002-of-00002.safetensors",
153
+ "model.layers.25.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
154
+ "model.layers.25.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
155
+ "model.layers.25.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
156
+ "model.layers.25.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
157
+ "model.layers.25.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
158
+ "model.layers.25.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
159
+ "model.layers.25.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
160
+ "model.layers.26.input_layernorm.weight": "model-00002-of-00002.safetensors",
161
+ "model.layers.26.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
162
+ "model.layers.26.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
163
+ "model.layers.26.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
164
+ "model.layers.26.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
165
+ "model.layers.26.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
166
+ "model.layers.26.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
167
+ "model.layers.26.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
168
+ "model.layers.27.input_layernorm.weight": "model-00002-of-00002.safetensors",
169
+ "model.layers.27.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
170
+ "model.layers.27.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
171
+ "model.layers.27.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
172
+ "model.layers.27.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
173
+ "model.layers.27.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
174
+ "model.layers.27.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
175
+ "model.layers.27.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
176
+ "model.layers.28.input_layernorm.weight": "model-00002-of-00002.safetensors",
177
+ "model.layers.28.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
178
+ "model.layers.28.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
179
+ "model.layers.28.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
180
+ "model.layers.28.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
181
+ "model.layers.28.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
182
+ "model.layers.28.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
183
+ "model.layers.28.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
184
+ "model.layers.29.input_layernorm.weight": "model-00002-of-00002.safetensors",
185
+ "model.layers.29.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
186
+ "model.layers.29.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
187
+ "model.layers.29.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
188
+ "model.layers.29.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
189
+ "model.layers.29.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
190
+ "model.layers.29.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
191
+ "model.layers.29.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
192
+ "model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
193
+ "model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
194
+ "model.layers.3.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
195
+ "model.layers.3.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
196
+ "model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
197
+ "model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
198
+ "model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
199
+ "model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
200
+ "model.layers.30.input_layernorm.weight": "model-00002-of-00002.safetensors",
201
+ "model.layers.30.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
202
+ "model.layers.30.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
203
+ "model.layers.30.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
204
+ "model.layers.30.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
205
+ "model.layers.30.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
206
+ "model.layers.30.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
207
+ "model.layers.30.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
208
+ "model.layers.31.input_layernorm.weight": "model-00002-of-00002.safetensors",
209
+ "model.layers.31.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
210
+ "model.layers.31.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
211
+ "model.layers.31.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
212
+ "model.layers.31.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
213
+ "model.layers.31.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
214
+ "model.layers.31.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
215
+ "model.layers.31.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
216
+ "model.layers.32.input_layernorm.weight": "model-00002-of-00002.safetensors",
217
+ "model.layers.32.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
218
+ "model.layers.32.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
219
+ "model.layers.32.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
220
+ "model.layers.32.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
221
+ "model.layers.32.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
222
+ "model.layers.32.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
223
+ "model.layers.32.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
224
+ "model.layers.33.input_layernorm.weight": "model-00002-of-00002.safetensors",
225
+ "model.layers.33.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
226
+ "model.layers.33.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
227
+ "model.layers.33.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
228
+ "model.layers.33.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
229
+ "model.layers.33.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
230
+ "model.layers.33.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
231
+ "model.layers.33.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
232
+ "model.layers.34.input_layernorm.weight": "model-00002-of-00002.safetensors",
233
+ "model.layers.34.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
234
+ "model.layers.34.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
235
+ "model.layers.34.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
236
+ "model.layers.34.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
237
+ "model.layers.34.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
238
+ "model.layers.34.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
239
+ "model.layers.34.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
240
+ "model.layers.35.input_layernorm.weight": "model-00002-of-00002.safetensors",
241
+ "model.layers.35.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
242
+ "model.layers.35.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
243
+ "model.layers.35.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
244
+ "model.layers.35.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
245
+ "model.layers.35.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
246
+ "model.layers.35.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
247
+ "model.layers.35.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
248
+ "model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
249
+ "model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
250
+ "model.layers.4.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
251
+ "model.layers.4.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
252
+ "model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
253
+ "model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
254
+ "model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
255
+ "model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
256
+ "model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
257
+ "model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
258
+ "model.layers.5.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
259
+ "model.layers.5.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
260
+ "model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
261
+ "model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
262
+ "model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
263
+ "model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
264
+ "model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
265
+ "model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
266
+ "model.layers.6.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
267
+ "model.layers.6.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
268
+ "model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
269
+ "model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
270
+ "model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
271
+ "model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
272
+ "model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
273
+ "model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
274
+ "model.layers.7.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
275
+ "model.layers.7.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
276
+ "model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
277
+ "model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
278
+ "model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
279
+ "model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
280
+ "model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
281
+ "model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
282
+ "model.layers.8.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
283
+ "model.layers.8.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
284
+ "model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
285
+ "model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
286
+ "model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
287
+ "model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
288
+ "model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
289
+ "model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
290
+ "model.layers.9.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
291
+ "model.layers.9.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
292
+ "model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
293
+ "model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
294
+ "model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
295
+ "model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
296
+ "model.norm.weight": "model-00002-of-00002.safetensors"
297
+ }
298
+ }
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d48489664ba51b98f7680d937755d3da651152d1bceee7e6f6d6b587a78f30ee
3
+ size 61997189
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2cc172131899ff9e4590a6da0dd11b7ebe6a68ceebf0eb05db96c9ebdbae9a7
3
+ size 14645
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5f6ef60541f1281e0846b6f705f6b7f6c7eba9f7364f90dde75a840fa9f2892
3
+ size 1465
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84d150b8af762b3662bdadc1fbc8274bc535ef86c0d497d0a40469fe86d92368
3
+ size 21376340
tokenizer_config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": "<BOS_TOKEN>",
5
+ "clean_up_tokenization_spaces": false,
6
+ "cls_token": "<CLS>",
7
+ "eos_token": "<|END_OF_TURN_TOKEN|>",
8
+ "errors": "replace",
9
+ "extra_special_tokens": [
10
+ "<|START_RESPONSE|>",
11
+ "<|END_RESPONSE|>"
12
+ ],
13
+ "is_local": false,
14
+ "legacy": true,
15
+ "mask_token": "<MASK_TOKEN>",
16
+ "model_max_length": 512,
17
+ "model_specific_special_tokens": {},
18
+ "pad_token": "<PAD>",
19
+ "sep_token": "<SEP>",
20
+ "sp_model_kwargs": {},
21
+ "spaces_between_special_tokens": false,
22
+ "tokenizer_class": "CohereTokenizer",
23
+ "unk_token": "<UNK>",
24
+ "use_default_system_prompt": false
25
+ }
trainer_state.json ADDED
@@ -0,0 +1,594 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.0,
6
+ "eval_steps": 500,
7
+ "global_step": 280,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "entropy": 2.168394589424133,
14
+ "epoch": 0.01791044776119403,
15
+ "grad_norm": 1.8660153150558472,
16
+ "learning_rate": 1.6000000000000003e-05,
17
+ "loss": 3.2950328826904296,
18
+ "mean_token_accuracy": 0.44889993518590926,
19
+ "num_tokens": 605050.0,
20
+ "step": 5
21
+ },
22
+ {
23
+ "entropy": 2.184136521816254,
24
+ "epoch": 0.03582089552238806,
25
+ "grad_norm": 2.0418319702148438,
26
+ "learning_rate": 1.970909090909091e-05,
27
+ "loss": 3.2416725158691406,
28
+ "mean_token_accuracy": 0.4498732253909111,
29
+ "num_tokens": 1209069.0,
30
+ "step": 10
31
+ },
32
+ {
33
+ "entropy": 2.248383100827535,
34
+ "epoch": 0.05373134328358209,
35
+ "grad_norm": 1.8357728719711304,
36
+ "learning_rate": 1.9345454545454548e-05,
37
+ "loss": 3.0685535430908204,
38
+ "mean_token_accuracy": 0.4595695684353511,
39
+ "num_tokens": 1813685.0,
40
+ "step": 15
41
+ },
42
+ {
43
+ "entropy": 2.3278944293657937,
44
+ "epoch": 0.07164179104477612,
45
+ "grad_norm": 1.2048472166061401,
46
+ "learning_rate": 1.8981818181818185e-05,
47
+ "loss": 2.8284069061279298,
48
+ "mean_token_accuracy": 0.47826829701662066,
49
+ "num_tokens": 2417879.0,
50
+ "step": 20
51
+ },
52
+ {
53
+ "entropy": 2.376464025179545,
54
+ "epoch": 0.08955223880597014,
55
+ "grad_norm": 0.8425176739692688,
56
+ "learning_rate": 1.861818181818182e-05,
57
+ "loss": 2.6103424072265624,
58
+ "mean_token_accuracy": 0.5095398277044296,
59
+ "num_tokens": 3021136.0,
60
+ "step": 25
61
+ },
62
+ {
63
+ "entropy": 2.376994041601817,
64
+ "epoch": 0.10746268656716418,
65
+ "grad_norm": 0.7408229112625122,
66
+ "learning_rate": 1.8254545454545455e-05,
67
+ "loss": 2.450078773498535,
68
+ "mean_token_accuracy": 0.5392259319623312,
69
+ "num_tokens": 3625140.0,
70
+ "step": 30
71
+ },
72
+ {
73
+ "entropy": 2.3348599791526796,
74
+ "epoch": 0.1253731343283582,
75
+ "grad_norm": 0.6881565451622009,
76
+ "learning_rate": 1.789090909090909e-05,
77
+ "loss": 2.3218967437744142,
78
+ "mean_token_accuracy": 0.5738894611597061,
79
+ "num_tokens": 4229156.0,
80
+ "step": 35
81
+ },
82
+ {
83
+ "entropy": 2.2545143087704975,
84
+ "epoch": 0.14328358208955225,
85
+ "grad_norm": 0.6354486346244812,
86
+ "learning_rate": 1.7527272727272728e-05,
87
+ "loss": 2.18653564453125,
88
+ "mean_token_accuracy": 0.5986390103896458,
89
+ "num_tokens": 4832108.0,
90
+ "step": 40
91
+ },
92
+ {
93
+ "entropy": 2.1765093048413595,
94
+ "epoch": 0.16119402985074627,
95
+ "grad_norm": 0.5830056071281433,
96
+ "learning_rate": 1.7163636363636365e-05,
97
+ "loss": 2.0722366333007813,
98
+ "mean_token_accuracy": 0.6129042307535807,
99
+ "num_tokens": 5436606.0,
100
+ "step": 45
101
+ },
102
+ {
103
+ "entropy": 2.0826696693897246,
104
+ "epoch": 0.1791044776119403,
105
+ "grad_norm": 0.5773599147796631,
106
+ "learning_rate": 1.6800000000000002e-05,
107
+ "loss": 1.9402727127075194,
108
+ "mean_token_accuracy": 0.63487542172273,
109
+ "num_tokens": 6041829.0,
110
+ "step": 50
111
+ },
112
+ {
113
+ "entropy": 1.9882533133029938,
114
+ "epoch": 0.19701492537313434,
115
+ "grad_norm": 0.5663616061210632,
116
+ "learning_rate": 1.643636363636364e-05,
117
+ "loss": 1.8316377639770507,
118
+ "mean_token_accuracy": 0.6560344994068146,
119
+ "num_tokens": 6646359.0,
120
+ "step": 55
121
+ },
122
+ {
123
+ "entropy": 1.8791691561539967,
124
+ "epoch": 0.21492537313432836,
125
+ "grad_norm": 0.5420525074005127,
126
+ "learning_rate": 1.6072727272727272e-05,
127
+ "loss": 1.719741439819336,
128
+ "mean_token_accuracy": 0.6697693943977356,
129
+ "num_tokens": 7250668.0,
130
+ "step": 60
131
+ },
132
+ {
133
+ "entropy": 1.7820984462896983,
134
+ "epoch": 0.23283582089552238,
135
+ "grad_norm": 0.5506711006164551,
136
+ "learning_rate": 1.570909090909091e-05,
137
+ "loss": 1.6132436752319337,
138
+ "mean_token_accuracy": 0.6853097409009934,
139
+ "num_tokens": 7853611.0,
140
+ "step": 65
141
+ },
142
+ {
143
+ "entropy": 1.6836315234502157,
144
+ "epoch": 0.2507462686567164,
145
+ "grad_norm": 0.5666050910949707,
146
+ "learning_rate": 1.5345454545454545e-05,
147
+ "loss": 1.4924021720886231,
148
+ "mean_token_accuracy": 0.7045944074789683,
149
+ "num_tokens": 8456934.0,
150
+ "step": 70
151
+ },
152
+ {
153
+ "entropy": 1.5688092291355134,
154
+ "epoch": 0.26865671641791045,
155
+ "grad_norm": 0.5567929148674011,
156
+ "learning_rate": 1.4981818181818184e-05,
157
+ "loss": 1.3738606452941895,
158
+ "mean_token_accuracy": 0.7291759083668391,
159
+ "num_tokens": 9060644.0,
160
+ "step": 75
161
+ },
162
+ {
163
+ "entropy": 1.434225849310557,
164
+ "epoch": 0.2865671641791045,
165
+ "grad_norm": 0.5849553346633911,
166
+ "learning_rate": 1.461818181818182e-05,
167
+ "loss": 1.2681632041931152,
168
+ "mean_token_accuracy": 0.7659504026174545,
169
+ "num_tokens": 9666304.0,
170
+ "step": 80
171
+ },
172
+ {
173
+ "entropy": 1.309420390923818,
174
+ "epoch": 0.3044776119402985,
175
+ "grad_norm": 0.5013670921325684,
176
+ "learning_rate": 1.4254545454545456e-05,
177
+ "loss": 1.1568625450134278,
178
+ "mean_token_accuracy": 0.7931581805149714,
179
+ "num_tokens": 10270756.0,
180
+ "step": 85
181
+ },
182
+ {
183
+ "entropy": 1.2003730138142903,
184
+ "epoch": 0.32238805970149254,
185
+ "grad_norm": 0.46035531163215637,
186
+ "learning_rate": 1.3890909090909093e-05,
187
+ "loss": 1.0587100982666016,
188
+ "mean_token_accuracy": 0.8115196357170741,
189
+ "num_tokens": 10875051.0,
190
+ "step": 90
191
+ },
192
+ {
193
+ "entropy": 1.099229786793391,
194
+ "epoch": 0.3402985074626866,
195
+ "grad_norm": 0.44595953822135925,
196
+ "learning_rate": 1.352727272727273e-05,
197
+ "loss": 0.9824249267578125,
198
+ "mean_token_accuracy": 0.8298713942368825,
199
+ "num_tokens": 11479234.0,
200
+ "step": 95
201
+ },
202
+ {
203
+ "entropy": 1.0117118199666342,
204
+ "epoch": 0.3582089552238806,
205
+ "grad_norm": 0.39377522468566895,
206
+ "learning_rate": 1.3163636363636364e-05,
207
+ "loss": 0.9114532470703125,
208
+ "mean_token_accuracy": 0.8430858343839646,
209
+ "num_tokens": 12083366.0,
210
+ "step": 100
211
+ },
212
+ {
213
+ "entropy": 0.9327667226394017,
214
+ "epoch": 0.3761194029850746,
215
+ "grad_norm": 0.34281033277511597,
216
+ "learning_rate": 1.2800000000000001e-05,
217
+ "loss": 0.8528074264526367,
218
+ "mean_token_accuracy": 0.8589683284362157,
219
+ "num_tokens": 12688192.0,
220
+ "step": 105
221
+ },
222
+ {
223
+ "entropy": 0.8706107308467229,
224
+ "epoch": 0.3940298507462687,
225
+ "grad_norm": 0.2726999819278717,
226
+ "learning_rate": 1.2436363636363638e-05,
227
+ "loss": 0.8149747848510742,
228
+ "mean_token_accuracy": 0.8668629239002864,
229
+ "num_tokens": 13291854.0,
230
+ "step": 110
231
+ },
232
+ {
233
+ "entropy": 0.8064202666282654,
234
+ "epoch": 0.41194029850746267,
235
+ "grad_norm": 0.24471968412399292,
236
+ "learning_rate": 1.2072727272727273e-05,
237
+ "loss": 0.7800429821014404,
238
+ "mean_token_accuracy": 0.8727914780378342,
239
+ "num_tokens": 13895528.0,
240
+ "step": 115
241
+ },
242
+ {
243
+ "entropy": 0.7670980860789617,
244
+ "epoch": 0.4298507462686567,
245
+ "grad_norm": 0.22166411578655243,
246
+ "learning_rate": 1.170909090909091e-05,
247
+ "loss": 0.7577459335327148,
248
+ "mean_token_accuracy": 0.8743686219056447,
249
+ "num_tokens": 14499574.0,
250
+ "step": 120
251
+ },
252
+ {
253
+ "entropy": 0.7291957606871923,
254
+ "epoch": 0.44776119402985076,
255
+ "grad_norm": 0.22010307013988495,
256
+ "learning_rate": 1.1345454545454546e-05,
257
+ "loss": 0.7382506370544434,
258
+ "mean_token_accuracy": 0.8784372409184774,
259
+ "num_tokens": 15102709.0,
260
+ "step": 125
261
+ },
262
+ {
263
+ "entropy": 0.7073083202044169,
264
+ "epoch": 0.46567164179104475,
265
+ "grad_norm": 0.20731766521930695,
266
+ "learning_rate": 1.0981818181818182e-05,
267
+ "loss": 0.7176527976989746,
268
+ "mean_token_accuracy": 0.8826558848222097,
269
+ "num_tokens": 15705516.0,
270
+ "step": 130
271
+ },
272
+ {
273
+ "entropy": 0.6878383725881576,
274
+ "epoch": 0.4835820895522388,
275
+ "grad_norm": 0.1982019543647766,
276
+ "learning_rate": 1.0618181818181818e-05,
277
+ "loss": 0.6997775554656982,
278
+ "mean_token_accuracy": 0.8837330102920532,
279
+ "num_tokens": 16309772.0,
280
+ "step": 135
281
+ },
282
+ {
283
+ "entropy": 0.6752834647893906,
284
+ "epoch": 0.5014925373134328,
285
+ "grad_norm": 0.19192369282245636,
286
+ "learning_rate": 1.0254545454545455e-05,
287
+ "loss": 0.6955764293670654,
288
+ "mean_token_accuracy": 0.8869551440080007,
289
+ "num_tokens": 16914524.0,
290
+ "step": 140
291
+ },
292
+ {
293
+ "entropy": 0.6586959759394327,
294
+ "epoch": 0.5194029850746269,
295
+ "grad_norm": 0.17141292989253998,
296
+ "learning_rate": 9.890909090909092e-06,
297
+ "loss": 0.6816110134124755,
298
+ "mean_token_accuracy": 0.8900096178054809,
299
+ "num_tokens": 17519395.0,
300
+ "step": 145
301
+ },
302
+ {
303
+ "entropy": 0.6370273639758428,
304
+ "epoch": 0.5373134328358209,
305
+ "grad_norm": 0.1430523842573166,
306
+ "learning_rate": 9.527272727272729e-06,
307
+ "loss": 0.6567408561706543,
308
+ "mean_token_accuracy": 0.8930429806311925,
309
+ "num_tokens": 18122162.0,
310
+ "step": 150
311
+ },
312
+ {
313
+ "entropy": 0.6359477937221527,
314
+ "epoch": 0.5552238805970149,
315
+ "grad_norm": 0.14557921886444092,
316
+ "learning_rate": 9.163636363636365e-06,
317
+ "loss": 0.6546257972717285,
318
+ "mean_token_accuracy": 0.8917513291041056,
319
+ "num_tokens": 18725712.0,
320
+ "step": 155
321
+ },
322
+ {
323
+ "entropy": 0.6198909282684326,
324
+ "epoch": 0.573134328358209,
325
+ "grad_norm": 0.130398690700531,
326
+ "learning_rate": 8.8e-06,
327
+ "loss": 0.6443045616149903,
328
+ "mean_token_accuracy": 0.8936116735140482,
329
+ "num_tokens": 19328971.0,
330
+ "step": 160
331
+ },
332
+ {
333
+ "entropy": 0.6179789533217748,
334
+ "epoch": 0.591044776119403,
335
+ "grad_norm": 0.11789222061634064,
336
+ "learning_rate": 8.436363636363637e-06,
337
+ "loss": 0.6446707725524903,
338
+ "mean_token_accuracy": 0.894164169828097,
339
+ "num_tokens": 19933263.0,
340
+ "step": 165
341
+ },
342
+ {
343
+ "entropy": 0.6100832750399907,
344
+ "epoch": 0.608955223880597,
345
+ "grad_norm": 0.10147394984960556,
346
+ "learning_rate": 8.072727272727274e-06,
347
+ "loss": 0.6355695724487305,
348
+ "mean_token_accuracy": 0.8952938993771871,
349
+ "num_tokens": 20537488.0,
350
+ "step": 170
351
+ },
352
+ {
353
+ "entropy": 0.6098018596569698,
354
+ "epoch": 0.6268656716417911,
355
+ "grad_norm": 0.10079645365476608,
356
+ "learning_rate": 7.709090909090909e-06,
357
+ "loss": 0.6381240844726562,
358
+ "mean_token_accuracy": 0.8944214711586634,
359
+ "num_tokens": 21142040.0,
360
+ "step": 175
361
+ },
362
+ {
363
+ "entropy": 0.6117002467314402,
364
+ "epoch": 0.6447761194029851,
365
+ "grad_norm": 0.09079346060752869,
366
+ "learning_rate": 7.345454545454546e-06,
367
+ "loss": 0.6400082111358643,
368
+ "mean_token_accuracy": 0.8940785964330037,
369
+ "num_tokens": 21746525.0,
370
+ "step": 180
371
+ },
372
+ {
373
+ "entropy": 0.6024523983399074,
374
+ "epoch": 0.6626865671641791,
375
+ "grad_norm": 0.08825452625751495,
376
+ "learning_rate": 6.981818181818183e-06,
377
+ "loss": 0.6298256397247315,
378
+ "mean_token_accuracy": 0.8952003945906957,
379
+ "num_tokens": 22350402.0,
380
+ "step": 185
381
+ },
382
+ {
383
+ "entropy": 0.5973447283109029,
384
+ "epoch": 0.6805970149253732,
385
+ "grad_norm": 0.08620734512805939,
386
+ "learning_rate": 6.618181818181819e-06,
387
+ "loss": 0.6251591682434082,
388
+ "mean_token_accuracy": 0.8961992383003234,
389
+ "num_tokens": 22953710.0,
390
+ "step": 190
391
+ },
392
+ {
393
+ "entropy": 0.6138423581918081,
394
+ "epoch": 0.6985074626865672,
395
+ "grad_norm": 0.09157232195138931,
396
+ "learning_rate": 6.254545454545455e-06,
397
+ "loss": 0.6392334461212158,
398
+ "mean_token_accuracy": 0.8931001037359237,
399
+ "num_tokens": 23558187.0,
400
+ "step": 195
401
+ },
402
+ {
403
+ "entropy": 0.6071017513672511,
404
+ "epoch": 0.7164179104477612,
405
+ "grad_norm": 0.08755206316709518,
406
+ "learning_rate": 5.890909090909091e-06,
407
+ "loss": 0.6317390441894531,
408
+ "mean_token_accuracy": 0.8944406092166901,
409
+ "num_tokens": 24162342.0,
410
+ "step": 200
411
+ },
412
+ {
413
+ "entropy": 0.5952692975600561,
414
+ "epoch": 0.7343283582089553,
415
+ "grad_norm": 0.08511675149202347,
416
+ "learning_rate": 5.527272727272728e-06,
417
+ "loss": 0.6186740398406982,
418
+ "mean_token_accuracy": 0.8966383894284566,
419
+ "num_tokens": 24766525.0,
420
+ "step": 205
421
+ },
422
+ {
423
+ "entropy": 0.595616739988327,
424
+ "epoch": 0.7522388059701492,
425
+ "grad_norm": 0.08550413697957993,
426
+ "learning_rate": 5.163636363636364e-06,
427
+ "loss": 0.6194860935211182,
428
+ "mean_token_accuracy": 0.8966623097658157,
429
+ "num_tokens": 25370207.0,
430
+ "step": 210
431
+ },
432
+ {
433
+ "entropy": 0.5983099659283956,
434
+ "epoch": 0.7701492537313432,
435
+ "grad_norm": 0.0764346793293953,
436
+ "learning_rate": 4.800000000000001e-06,
437
+ "loss": 0.6212547779083252,
438
+ "mean_token_accuracy": 0.8959661453962326,
439
+ "num_tokens": 25974375.0,
440
+ "step": 215
441
+ },
442
+ {
443
+ "entropy": 0.5938634812831879,
444
+ "epoch": 0.7880597014925373,
445
+ "grad_norm": 0.08139371871948242,
446
+ "learning_rate": 4.436363636363637e-06,
447
+ "loss": 0.6151386260986328,
448
+ "mean_token_accuracy": 0.8968420445919036,
449
+ "num_tokens": 26577376.0,
450
+ "step": 220
451
+ },
452
+ {
453
+ "entropy": 0.5941700955231984,
454
+ "epoch": 0.8059701492537313,
455
+ "grad_norm": 0.08152152597904205,
456
+ "learning_rate": 4.072727272727273e-06,
457
+ "loss": 0.6150354862213134,
458
+ "mean_token_accuracy": 0.896748689810435,
459
+ "num_tokens": 27181169.0,
460
+ "step": 225
461
+ },
462
+ {
463
+ "entropy": 0.5950504938761393,
464
+ "epoch": 0.8238805970149253,
465
+ "grad_norm": 0.08036106079816818,
466
+ "learning_rate": 3.7090909090909092e-06,
467
+ "loss": 0.6148160457611084,
468
+ "mean_token_accuracy": 0.8963960329691569,
469
+ "num_tokens": 27785895.0,
470
+ "step": 230
471
+ },
472
+ {
473
+ "entropy": 0.5958336045344671,
474
+ "epoch": 0.8417910447761194,
475
+ "grad_norm": 0.08042708039283752,
476
+ "learning_rate": 3.3454545454545456e-06,
477
+ "loss": 0.6153737068176269,
478
+ "mean_token_accuracy": 0.8960448642571767,
479
+ "num_tokens": 28389947.0,
480
+ "step": 235
481
+ },
482
+ {
483
+ "entropy": 0.5918162196874619,
484
+ "epoch": 0.8597014925373134,
485
+ "grad_norm": 0.07697876542806625,
486
+ "learning_rate": 2.981818181818182e-06,
487
+ "loss": 0.6076783657073974,
488
+ "mean_token_accuracy": 0.8973629623651505,
489
+ "num_tokens": 28993414.0,
490
+ "step": 240
491
+ },
492
+ {
493
+ "entropy": 0.5922670801480611,
494
+ "epoch": 0.8776119402985074,
495
+ "grad_norm": 0.07848487794399261,
496
+ "learning_rate": 2.6181818181818187e-06,
497
+ "loss": 0.6099064826965332,
498
+ "mean_token_accuracy": 0.8969596823056539,
499
+ "num_tokens": 29597147.0,
500
+ "step": 245
501
+ },
502
+ {
503
+ "entropy": 0.5942047655582428,
504
+ "epoch": 0.8955223880597015,
505
+ "grad_norm": 0.0873173326253891,
506
+ "learning_rate": 2.254545454545455e-06,
507
+ "loss": 0.6153602600097656,
508
+ "mean_token_accuracy": 0.8964566598335902,
509
+ "num_tokens": 30200988.0,
510
+ "step": 250
511
+ },
512
+ {
513
+ "entropy": 0.600983374317487,
514
+ "epoch": 0.9134328358208955,
515
+ "grad_norm": 0.08199329674243927,
516
+ "learning_rate": 1.890909090909091e-06,
517
+ "loss": 0.621838903427124,
518
+ "mean_token_accuracy": 0.8946800877650579,
519
+ "num_tokens": 30805455.0,
520
+ "step": 255
521
+ },
522
+ {
523
+ "entropy": 0.5971830387910207,
524
+ "epoch": 0.9313432835820895,
525
+ "grad_norm": 0.07193537801504135,
526
+ "learning_rate": 1.5272727272727275e-06,
527
+ "loss": 0.6158740043640136,
528
+ "mean_token_accuracy": 0.8959302544593811,
529
+ "num_tokens": 31410023.0,
530
+ "step": 260
531
+ },
532
+ {
533
+ "entropy": 0.5944863051176071,
534
+ "epoch": 0.9492537313432836,
535
+ "grad_norm": 0.08086840808391571,
536
+ "learning_rate": 1.1636363636363638e-06,
537
+ "loss": 0.6138696670532227,
538
+ "mean_token_accuracy": 0.8967396537462871,
539
+ "num_tokens": 32013494.0,
540
+ "step": 265
541
+ },
542
+ {
543
+ "entropy": 0.6020720998446146,
544
+ "epoch": 0.9671641791044776,
545
+ "grad_norm": 0.07237952947616577,
546
+ "learning_rate": 8.000000000000001e-07,
547
+ "loss": 0.6218283653259278,
548
+ "mean_token_accuracy": 0.8951333224773407,
549
+ "num_tokens": 32618958.0,
550
+ "step": 270
551
+ },
552
+ {
553
+ "entropy": 0.5867068449656169,
554
+ "epoch": 0.9850746268656716,
555
+ "grad_norm": 0.07601916790008545,
556
+ "learning_rate": 4.363636363636364e-07,
557
+ "loss": 0.6081205844879151,
558
+ "mean_token_accuracy": 0.8974658062060674,
559
+ "num_tokens": 33223069.0,
560
+ "step": 275
561
+ },
562
+ {
563
+ "entropy": 0.5958041596412659,
564
+ "epoch": 1.0,
565
+ "grad_norm": 0.08687923103570938,
566
+ "learning_rate": 7.272727272727274e-08,
567
+ "loss": 0.6103767395019531,
568
+ "mean_token_accuracy": 0.8959024047851563,
569
+ "num_tokens": 33726294.0,
570
+ "step": 280
571
+ }
572
+ ],
573
+ "logging_steps": 5,
574
+ "max_steps": 280,
575
+ "num_input_tokens_seen": 0,
576
+ "num_train_epochs": 1,
577
+ "save_steps": 200,
578
+ "stateful_callbacks": {
579
+ "TrainerControl": {
580
+ "args": {
581
+ "should_epoch_stop": false,
582
+ "should_evaluate": false,
583
+ "should_log": false,
584
+ "should_save": true,
585
+ "should_training_stop": true
586
+ },
587
+ "attributes": {}
588
+ }
589
+ },
590
+ "total_flos": 5.85072233152512e+17,
591
+ "train_batch_size": 20,
592
+ "trial_name": null,
593
+ "trial_params": null
594
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b8165a6ddaf07862ddf3d3241220254b35438dc42b3a3fa5e717670b80c916b
3
+ size 5585