YazoPi commited on
Commit
6c43704
·
verified ·
1 Parent(s): 30059fe

Training in progress, step 700, checkpoint

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
+ last-checkpoint/tokenizer.json filter=lfs diff=lfs merge=lfs -text
last-checkpoint/README.md ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: maya-research/maya1
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:maya-research/maya1
7
+ - lora
8
+ - transformers
9
+ - unsloth
10
+ ---
11
+
12
+ # Model Card for Model ID
13
+
14
+ <!-- Provide a quick summary of what the model is/does. -->
15
+
16
+
17
+
18
+ ## Model Details
19
+
20
+ ### Model Description
21
+
22
+ <!-- Provide a longer summary of what this model is. -->
23
+
24
+
25
+
26
+ - **Developed by:** [More Information Needed]
27
+ - **Funded by [optional]:** [More Information Needed]
28
+ - **Shared by [optional]:** [More Information Needed]
29
+ - **Model type:** [More Information Needed]
30
+ - **Language(s) (NLP):** [More Information Needed]
31
+ - **License:** [More Information Needed]
32
+ - **Finetuned from model [optional]:** [More Information Needed]
33
+
34
+ ### Model Sources [optional]
35
+
36
+ <!-- Provide the basic links for the model. -->
37
+
38
+ - **Repository:** [More Information Needed]
39
+ - **Paper [optional]:** [More Information Needed]
40
+ - **Demo [optional]:** [More Information Needed]
41
+
42
+ ## Uses
43
+
44
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
45
+
46
+ ### Direct Use
47
+
48
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Downstream Use [optional]
53
+
54
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
55
+
56
+ [More Information Needed]
57
+
58
+ ### Out-of-Scope Use
59
+
60
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ## Bias, Risks, and Limitations
65
+
66
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
67
+
68
+ [More Information Needed]
69
+
70
+ ### Recommendations
71
+
72
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
73
+
74
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
75
+
76
+ ## How to Get Started with the Model
77
+
78
+ Use the code below to get started with the model.
79
+
80
+ [More Information Needed]
81
+
82
+ ## Training Details
83
+
84
+ ### Training Data
85
+
86
+ <!-- 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. -->
87
+
88
+ [More Information Needed]
89
+
90
+ ### Training Procedure
91
+
92
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
93
+
94
+ #### Preprocessing [optional]
95
+
96
+ [More Information Needed]
97
+
98
+
99
+ #### Training Hyperparameters
100
+
101
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
102
+
103
+ #### Speeds, Sizes, Times [optional]
104
+
105
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
106
+
107
+ [More Information Needed]
108
+
109
+ ## Evaluation
110
+
111
+ <!-- This section describes the evaluation protocols and provides the results. -->
112
+
113
+ ### Testing Data, Factors & Metrics
114
+
115
+ #### Testing Data
116
+
117
+ <!-- This should link to a Dataset Card if possible. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Factors
122
+
123
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
124
+
125
+ [More Information Needed]
126
+
127
+ #### Metrics
128
+
129
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
130
+
131
+ [More Information Needed]
132
+
133
+ ### Results
134
+
135
+ [More Information Needed]
136
+
137
+ #### Summary
138
+
139
+
140
+
141
+ ## Model Examination [optional]
142
+
143
+ <!-- Relevant interpretability work for the model goes here -->
144
+
145
+ [More Information Needed]
146
+
147
+ ## Environmental Impact
148
+
149
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
150
+
151
+ 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).
152
+
153
+ - **Hardware Type:** [More Information Needed]
154
+ - **Hours used:** [More Information Needed]
155
+ - **Cloud Provider:** [More Information Needed]
156
+ - **Compute Region:** [More Information Needed]
157
+ - **Carbon Emitted:** [More Information Needed]
158
+
159
+ ## Technical Specifications [optional]
160
+
161
+ ### Model Architecture and Objective
162
+
163
+ [More Information Needed]
164
+
165
+ ### Compute Infrastructure
166
+
167
+ [More Information Needed]
168
+
169
+ #### Hardware
170
+
171
+ [More Information Needed]
172
+
173
+ #### Software
174
+
175
+ [More Information Needed]
176
+
177
+ ## Citation [optional]
178
+
179
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
180
+
181
+ **BibTeX:**
182
+
183
+ [More Information Needed]
184
+
185
+ **APA:**
186
+
187
+ [More Information Needed]
188
+
189
+ ## Glossary [optional]
190
+
191
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
192
+
193
+ [More Information Needed]
194
+
195
+ ## More Information [optional]
196
+
197
+ [More Information Needed]
198
+
199
+ ## Model Card Authors [optional]
200
+
201
+ [More Information Needed]
202
+
203
+ ## Model Card Contact
204
+
205
+ [More Information Needed]
206
+ ### Framework versions
207
+
208
+ - PEFT 0.18.1
last-checkpoint/adapter_config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "LlamaForCausalLM",
7
+ "parent_library": "transformers.models.llama.modeling_llama",
8
+ "unsloth_fixed": true
9
+ },
10
+ "base_model_name_or_path": "maya-research/maya1",
11
+ "bias": "none",
12
+ "corda_config": null,
13
+ "ensure_weight_tying": false,
14
+ "eva_config": null,
15
+ "exclude_modules": null,
16
+ "fan_in_fan_out": false,
17
+ "inference_mode": true,
18
+ "init_lora_weights": true,
19
+ "layer_replication": null,
20
+ "layers_pattern": null,
21
+ "layers_to_transform": null,
22
+ "loftq_config": {},
23
+ "lora_alpha": 64,
24
+ "lora_bias": false,
25
+ "lora_dropout": 0,
26
+ "megatron_config": null,
27
+ "megatron_core": "megatron.core",
28
+ "modules_to_save": null,
29
+ "peft_type": "LORA",
30
+ "peft_version": "0.18.1",
31
+ "qalora_group_size": 16,
32
+ "r": 64,
33
+ "rank_pattern": {},
34
+ "revision": null,
35
+ "target_modules": [
36
+ "q_proj",
37
+ "o_proj",
38
+ "up_proj",
39
+ "gate_proj",
40
+ "k_proj",
41
+ "down_proj",
42
+ "v_proj"
43
+ ],
44
+ "target_parameters": null,
45
+ "task_type": "CAUSAL_LM",
46
+ "trainable_token_indices": null,
47
+ "use_dora": false,
48
+ "use_qalora": false,
49
+ "use_rslora": false
50
+ }
last-checkpoint/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbbd902507ab4a6bdc1f6296fe2fb366774d73aa01cedf334ea55153fd59b9b3
3
+ size 389074464
last-checkpoint/chat_template.jinja ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {{- bos_token }}
2
+ {%- if custom_tools is defined %}
3
+ {%- set tools = custom_tools %}
4
+ {%- endif %}
5
+ {%- if not tools_in_user_message is defined %}
6
+ {%- set tools_in_user_message = true %}
7
+ {%- endif %}
8
+ {%- if not date_string is defined %}
9
+ {%- if strftime_now is defined %}
10
+ {%- set date_string = strftime_now("%d %b %Y") %}
11
+ {%- else %}
12
+ {%- set date_string = "26 Jul 2024" %}
13
+ {%- endif %}
14
+ {%- endif %}
15
+ {%- if not tools is defined %}
16
+ {%- set tools = none %}
17
+ {%- endif %}
18
+
19
+ {#- This block extracts the system message, so we can slot it into the right place. #}
20
+ {%- if messages[0]['role'] == 'system' %}
21
+ {%- set system_message = messages[0]['content']|trim %}
22
+ {%- set messages = messages[1:] %}
23
+ {%- else %}
24
+ {%- set system_message = "" %}
25
+ {%- endif %}
26
+
27
+ {#- System message #}
28
+ {{- "<|start_header_id|>system<|end_header_id|>\n\n" }}
29
+ {%- if tools is not none %}
30
+ {{- "Environment: ipython\n" }}
31
+ {%- endif %}
32
+ {{- "Cutting Knowledge Date: December 2023\n" }}
33
+ {{- "Today Date: " + date_string + "\n\n" }}
34
+ {%- if tools is not none and not tools_in_user_message %}
35
+ {{- "You have access to the following functions. To call a function, please respond with JSON for a function call." }}
36
+ {{- 'Respond in the format {"name": function name, "parameters": dictionary of argument name and its value}.' }}
37
+ {{- "Do not use variables.\n\n" }}
38
+ {%- for t in tools %}
39
+ {{- t | tojson(indent=4) }}
40
+ {{- "\n\n" }}
41
+ {%- endfor %}
42
+ {%- endif %}
43
+ {{- system_message }}
44
+ {{- "<|eot_id|>" }}
45
+
46
+ {#- Custom tools are passed in a user message with some extra guidance #}
47
+ {%- if tools_in_user_message and not tools is none %}
48
+ {#- Extract the first user message so we can plug it in here #}
49
+ {%- if messages | length != 0 %}
50
+ {%- set first_user_message = messages[0]['content']|trim %}
51
+ {%- set messages = messages[1:] %}
52
+ {%- else %}
53
+ {{- raise_exception("Cannot put tools in the first user message when there's no first user message!") }}
54
+ {%- endif %}
55
+ {{- '<|start_header_id|>user<|end_header_id|>\n\n' -}}
56
+ {{- "Given the following functions, please respond with a JSON for a function call " }}
57
+ {{- "with its proper arguments that best answers the given prompt.\n\n" }}
58
+ {{- 'Respond in the format {"name": function name, "parameters": dictionary of argument name and its value}.' }}
59
+ {{- "Do not use variables.\n\n" }}
60
+ {%- for t in tools %}
61
+ {{- t | tojson(indent=4) }}
62
+ {{- "\n\n" }}
63
+ {%- endfor %}
64
+ {{- first_user_message + "<|eot_id|>"}}
65
+ {%- endif %}
66
+
67
+ {%- for message in messages %}
68
+ {%- if not (message.role == 'ipython' or message.role == 'tool' or 'tool_calls' in message) %}
69
+ {{- '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' }}
70
+ {%- elif 'tool_calls' in message %}
71
+ {%- if not message.tool_calls|length == 1 %}
72
+ {{- raise_exception("This model only supports single tool-calls at once!") }}
73
+ {%- endif %}
74
+ {%- set tool_call = message.tool_calls[0].function %}
75
+ {{- '<|start_header_id|>assistant<|end_header_id|>\n\n' -}}
76
+ {{- '{"name": "' + tool_call.name + '", ' }}
77
+ {{- '"parameters": ' }}
78
+ {{- tool_call.arguments | tojson }}
79
+ {{- "}" }}
80
+ {{- "<|eot_id|>" }}
81
+ {%- elif message.role == "tool" or message.role == "ipython" %}
82
+ {{- "<|start_header_id|>ipython<|end_header_id|>\n\n" }}
83
+ {%- if message.content is mapping or message.content is iterable %}
84
+ {{- message.content | tojson }}
85
+ {%- else %}
86
+ {{- message.content }}
87
+ {%- endif %}
88
+ {{- "<|eot_id|>" }}
89
+ {%- endif %}
90
+ {%- endfor %}
91
+ {%- if add_generation_prompt %}
92
+ {{- '<|start_header_id|>assistant<|end_header_id|>\n\n' }}
93
+ {%- endif %}
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:953c3646de6236e4034fa8ebfa1e39f59597824b87c8f17672085c1b742c1199
3
+ size 198016005
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ccb8eeb935749fc43744e0a5eeacdf6f0f10253be15266a497cbca0ffaa2573
3
+ size 14645
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4184ba106fc99c441c7379c2ccaa10ec16cbb3eb62c259cab583909d861d3cf
3
+ size 1465
last-checkpoint/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c5e5b1d89b7e3738e5a5a4f93c326d8f3292ea83f9c560b8dbb6d66fb851973
3
+ size 22853258
last-checkpoint/tokenizer_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "bos_token": "<|begin_of_text|>",
4
+ "clean_up_tokenization_spaces": true,
5
+ "eos_token": "<|eot_id|>",
6
+ "from_slow": true,
7
+ "is_local": false,
8
+ "legacy": false,
9
+ "model_input_names": [
10
+ "input_ids",
11
+ "attention_mask"
12
+ ],
13
+ "model_max_length": 131072,
14
+ "pad_token": "<custom_token_7>",
15
+ "padding_side": "right",
16
+ "tokenizer_class": "TokenizersBackend"
17
+ }
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,524 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.1705685618729098,
6
+ "eval_steps": 500,
7
+ "global_step": 700,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.016722408026755852,
14
+ "grad_norm": 0.2010115534067154,
15
+ "learning_rate": 0.00019999753301070154,
16
+ "loss": 4.9742992401123045,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.033444816053511704,
21
+ "grad_norm": 0.1760784387588501,
22
+ "learning_rate": 0.0001999697807789613,
23
+ "loss": 4.582030868530273,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.05016722408026756,
28
+ "grad_norm": 0.0976417064666748,
29
+ "learning_rate": 0.00019991120116525865,
30
+ "loss": 4.3823081970214846,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.06688963210702341,
35
+ "grad_norm": 0.12152598053216934,
36
+ "learning_rate": 0.00019982181223361374,
37
+ "loss": 4.321515274047852,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.08361204013377926,
42
+ "grad_norm": 0.1190991997718811,
43
+ "learning_rate": 0.00019970164154862373,
44
+ "loss": 4.2671875,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.10033444816053512,
49
+ "grad_norm": 0.137390598654747,
50
+ "learning_rate": 0.00019955072616696296,
51
+ "loss": 4.203786468505859,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.11705685618729098,
56
+ "grad_norm": 0.15511782467365265,
57
+ "learning_rate": 0.00019936911262595573,
58
+ "loss": 4.162980651855468,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.13377926421404682,
63
+ "grad_norm": 0.15665875375270844,
64
+ "learning_rate": 0.00019915685692922593,
65
+ "loss": 4.10602035522461,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.1505016722408027,
70
+ "grad_norm": 0.15346141159534454,
71
+ "learning_rate": 0.0001989140245294272,
72
+ "loss": 4.081057739257813,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.16722408026755853,
77
+ "grad_norm": 0.16612252593040466,
78
+ "learning_rate": 0.00019864069030805953,
79
+ "loss": 4.061592864990234,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.18394648829431437,
84
+ "grad_norm": 0.17112399637699127,
85
+ "learning_rate": 0.00019833693855237841,
86
+ "loss": 4.01056022644043,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 0.20066889632107024,
91
+ "grad_norm": 0.17916260659694672,
92
+ "learning_rate": 0.00019800286292940314,
93
+ "loss": 4.035347366333008,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 0.21739130434782608,
98
+ "grad_norm": 0.1648479402065277,
99
+ "learning_rate": 0.00019763856645703328,
100
+ "loss": 4.041230010986328,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 0.23411371237458195,
105
+ "grad_norm": 0.18033865094184875,
106
+ "learning_rate": 0.00019724416147228128,
107
+ "loss": 3.991224670410156,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 0.2508361204013378,
112
+ "grad_norm": 0.17490048706531525,
113
+ "learning_rate": 0.00019681976959663123,
114
+ "loss": 3.988250732421875,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 0.26755852842809363,
119
+ "grad_norm": 0.17252974212169647,
120
+ "learning_rate": 0.00019636552169853512,
121
+ "loss": 3.991503143310547,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 0.2842809364548495,
126
+ "grad_norm": 0.185085728764534,
127
+ "learning_rate": 0.00019588155785305717,
128
+ "loss": 3.9552310943603515,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 0.3010033444816054,
133
+ "grad_norm": 0.19770769774913788,
134
+ "learning_rate": 0.00019536802729867926,
135
+ "loss": 3.9442775726318358,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 0.3177257525083612,
140
+ "grad_norm": 0.1764659732580185,
141
+ "learning_rate": 0.00019482508839128087,
142
+ "loss": 3.9236289978027346,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 0.33444816053511706,
147
+ "grad_norm": 0.17697259783744812,
148
+ "learning_rate": 0.00019425290855530703,
149
+ "loss": 3.9484004974365234,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 0.3511705685618729,
154
+ "grad_norm": 0.1740020215511322,
155
+ "learning_rate": 0.00019365166423214065,
156
+ "loss": 3.909346008300781,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 0.36789297658862874,
161
+ "grad_norm": 0.1967313140630722,
162
+ "learning_rate": 0.0001930215408256933,
163
+ "loss": 3.9334163665771484,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 0.38461538461538464,
168
+ "grad_norm": 0.16828207671642303,
169
+ "learning_rate": 0.00019236273264523304,
170
+ "loss": 3.921268081665039,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 0.4013377926421405,
175
+ "grad_norm": 0.1701430082321167,
176
+ "learning_rate": 0.0001916754428454659,
177
+ "loss": 3.925406265258789,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 0.4180602006688963,
182
+ "grad_norm": 0.182363823056221,
183
+ "learning_rate": 0.00019095988336388943,
184
+ "loss": 3.8933223724365233,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 0.43478260869565216,
189
+ "grad_norm": 0.17243391275405884,
190
+ "learning_rate": 0.00019021627485543845,
191
+ "loss": 3.897471618652344,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 0.451505016722408,
196
+ "grad_norm": 0.185858815908432,
197
+ "learning_rate": 0.0001894448466244421,
198
+ "loss": 3.892183303833008,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 0.4682274247491639,
203
+ "grad_norm": 0.1728554666042328,
204
+ "learning_rate": 0.00018864583655391415,
205
+ "loss": 3.9252174377441404,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 0.48494983277591974,
210
+ "grad_norm": 0.18386822938919067,
211
+ "learning_rate": 0.00018781949103219758,
212
+ "loss": 3.893756103515625,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 0.5016722408026756,
217
+ "grad_norm": 0.17894648015499115,
218
+ "learning_rate": 0.0001869660648769866,
219
+ "loss": 3.844809722900391,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 0.5183946488294314,
224
+ "grad_norm": 0.18791694939136505,
225
+ "learning_rate": 0.00018608582125674932,
226
+ "loss": 3.8833446502685547,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 0.5351170568561873,
231
+ "grad_norm": 0.17413897812366486,
232
+ "learning_rate": 0.00018517903160957522,
233
+ "loss": 3.878122329711914,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 0.5518394648829431,
238
+ "grad_norm": 0.16988107562065125,
239
+ "learning_rate": 0.00018424597555947268,
240
+ "loss": 3.868578338623047,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 0.568561872909699,
245
+ "grad_norm": 0.18107764422893524,
246
+ "learning_rate": 0.00018328694083014196,
247
+ "loss": 3.900560760498047,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 0.5852842809364549,
252
+ "grad_norm": 0.1832030713558197,
253
+ "learning_rate": 0.00018230222315625098,
254
+ "loss": 3.837896728515625,
255
+ "step": 350
256
+ },
257
+ {
258
+ "epoch": 0.6020066889632107,
259
+ "grad_norm": 0.1957452893257141,
260
+ "learning_rate": 0.00018129212619224033,
261
+ "loss": 3.8411685943603517,
262
+ "step": 360
263
+ },
264
+ {
265
+ "epoch": 0.6187290969899666,
266
+ "grad_norm": 0.18195950984954834,
267
+ "learning_rate": 0.00018025696141868634,
268
+ "loss": 3.8256210327148437,
269
+ "step": 370
270
+ },
271
+ {
272
+ "epoch": 0.6354515050167224,
273
+ "grad_norm": 0.1765998750925064,
274
+ "learning_rate": 0.00017919704804625054,
275
+ "loss": 3.8563613891601562,
276
+ "step": 380
277
+ },
278
+ {
279
+ "epoch": 0.6521739130434783,
280
+ "grad_norm": 0.20172826945781708,
281
+ "learning_rate": 0.0001781127129172461,
282
+ "loss": 3.8412689208984374,
283
+ "step": 390
284
+ },
285
+ {
286
+ "epoch": 0.6688963210702341,
287
+ "grad_norm": 0.18806497752666473,
288
+ "learning_rate": 0.0001770042904048498,
289
+ "loss": 3.837388610839844,
290
+ "step": 400
291
+ },
292
+ {
293
+ "epoch": 0.68561872909699,
294
+ "grad_norm": 0.1960088312625885,
295
+ "learning_rate": 0.00017587212230999296,
296
+ "loss": 3.863097381591797,
297
+ "step": 410
298
+ },
299
+ {
300
+ "epoch": 0.7023411371237458,
301
+ "grad_norm": 0.22263149917125702,
302
+ "learning_rate": 0.00017471655775596096,
303
+ "loss": 3.7996990203857424,
304
+ "step": 420
305
+ },
306
+ {
307
+ "epoch": 0.7190635451505016,
308
+ "grad_norm": 0.18102169036865234,
309
+ "learning_rate": 0.00017353795308073524,
310
+ "loss": 3.8200939178466795,
311
+ "step": 430
312
+ },
313
+ {
314
+ "epoch": 0.7357859531772575,
315
+ "grad_norm": 0.17847907543182373,
316
+ "learning_rate": 0.00017233667172711044,
317
+ "loss": 3.836609649658203,
318
+ "step": 440
319
+ },
320
+ {
321
+ "epoch": 0.7525083612040134,
322
+ "grad_norm": 0.18172414600849152,
323
+ "learning_rate": 0.00017111308413062063,
324
+ "loss": 3.810519790649414,
325
+ "step": 450
326
+ },
327
+ {
328
+ "epoch": 0.7692307692307693,
329
+ "grad_norm": 0.18932762742042542,
330
+ "learning_rate": 0.00016986756760530922,
331
+ "loss": 3.793596649169922,
332
+ "step": 460
333
+ },
334
+ {
335
+ "epoch": 0.7859531772575251,
336
+ "grad_norm": 0.17897777259349823,
337
+ "learning_rate": 0.00016860050622737765,
338
+ "loss": 3.811412811279297,
339
+ "step": 470
340
+ },
341
+ {
342
+ "epoch": 0.802675585284281,
343
+ "grad_norm": 0.1816674917936325,
344
+ "learning_rate": 0.00016731229071674912,
345
+ "loss": 3.8115272521972656,
346
+ "step": 480
347
+ },
348
+ {
349
+ "epoch": 0.8193979933110368,
350
+ "grad_norm": 0.1905870884656906,
351
+ "learning_rate": 0.0001660033183165834,
352
+ "loss": 3.7930931091308593,
353
+ "step": 490
354
+ },
355
+ {
356
+ "epoch": 0.8361204013377926,
357
+ "grad_norm": 0.17317163944244385,
358
+ "learning_rate": 0.0001646739926707801,
359
+ "loss": 3.8010345458984376,
360
+ "step": 500
361
+ },
362
+ {
363
+ "epoch": 0.8528428093645485,
364
+ "grad_norm": 0.1831638664007187,
365
+ "learning_rate": 0.00016332472369950826,
366
+ "loss": 3.812477874755859,
367
+ "step": 510
368
+ },
369
+ {
370
+ "epoch": 0.8695652173913043,
371
+ "grad_norm": 0.19248279929161072,
372
+ "learning_rate": 0.0001619559274728005,
373
+ "loss": 3.7639957427978517,
374
+ "step": 520
375
+ },
376
+ {
377
+ "epoch": 0.8862876254180602,
378
+ "grad_norm": 0.1795032024383545,
379
+ "learning_rate": 0.00016056802608225068,
380
+ "loss": 3.7720592498779295,
381
+ "step": 530
382
+ },
383
+ {
384
+ "epoch": 0.903010033444816,
385
+ "grad_norm": 0.1845049262046814,
386
+ "learning_rate": 0.00015916144751085485,
387
+ "loss": 3.7952205657958986,
388
+ "step": 540
389
+ },
390
+ {
391
+ "epoch": 0.919732441471572,
392
+ "grad_norm": 0.18467628955841064,
393
+ "learning_rate": 0.0001577366255010354,
394
+ "loss": 3.8001209259033204,
395
+ "step": 550
396
+ },
397
+ {
398
+ "epoch": 0.9364548494983278,
399
+ "grad_norm": 0.18105600774288177,
400
+ "learning_rate": 0.00015629399942088918,
401
+ "loss": 3.7885181427001955,
402
+ "step": 560
403
+ },
404
+ {
405
+ "epoch": 0.9531772575250836,
406
+ "grad_norm": 0.18603087961673737,
407
+ "learning_rate": 0.00015483401412870096,
408
+ "loss": 3.765216064453125,
409
+ "step": 570
410
+ },
411
+ {
412
+ "epoch": 0.9698996655518395,
413
+ "grad_norm": 0.18523651361465454,
414
+ "learning_rate": 0.0001533571198357637,
415
+ "loss": 3.7613845825195313,
416
+ "step": 580
417
+ },
418
+ {
419
+ "epoch": 0.9866220735785953,
420
+ "grad_norm": 0.1764100193977356,
421
+ "learning_rate": 0.00015186377196754823,
422
+ "loss": 3.7553192138671876,
423
+ "step": 590
424
+ },
425
+ {
426
+ "epoch": 1.0033444816053512,
427
+ "grad_norm": 0.1918954700231552,
428
+ "learning_rate": 0.00015035443102326523,
429
+ "loss": 3.767195129394531,
430
+ "step": 600
431
+ },
432
+ {
433
+ "epoch": 1.020066889632107,
434
+ "grad_norm": 0.17403773963451385,
435
+ "learning_rate": 0.00014882956243386232,
436
+ "loss": 3.73999137878418,
437
+ "step": 610
438
+ },
439
+ {
440
+ "epoch": 1.0367892976588629,
441
+ "grad_norm": 0.1965760439634323,
442
+ "learning_rate": 0.00014728963641850055,
443
+ "loss": 3.7087764739990234,
444
+ "step": 620
445
+ },
446
+ {
447
+ "epoch": 1.0535117056856187,
448
+ "grad_norm": 0.17272795736789703,
449
+ "learning_rate": 0.00014573512783955434,
450
+ "loss": 3.74315185546875,
451
+ "step": 630
452
+ },
453
+ {
454
+ "epoch": 1.0702341137123745,
455
+ "grad_norm": 0.1833641082048416,
456
+ "learning_rate": 0.00014416651605617947,
457
+ "loss": 3.7184024810791017,
458
+ "step": 640
459
+ },
460
+ {
461
+ "epoch": 1.0869565217391304,
462
+ "grad_norm": 0.18593508005142212,
463
+ "learning_rate": 0.00014258428477649483,
464
+ "loss": 3.7116321563720702,
465
+ "step": 650
466
+ },
467
+ {
468
+ "epoch": 1.1036789297658862,
469
+ "grad_norm": 0.17842957377433777,
470
+ "learning_rate": 0.0001409889219084225,
471
+ "loss": 3.7069969177246094,
472
+ "step": 660
473
+ },
474
+ {
475
+ "epoch": 1.120401337792642,
476
+ "grad_norm": 0.19084350764751434,
477
+ "learning_rate": 0.0001393809194092331,
478
+ "loss": 3.7490406036376953,
479
+ "step": 670
480
+ },
481
+ {
482
+ "epoch": 1.137123745819398,
483
+ "grad_norm": 0.17876824736595154,
484
+ "learning_rate": 0.0001377607731338426,
485
+ "loss": 3.7145824432373047,
486
+ "step": 680
487
+ },
488
+ {
489
+ "epoch": 1.1538461538461537,
490
+ "grad_norm": 0.18293346464633942,
491
+ "learning_rate": 0.0001361289826819067,
492
+ "loss": 3.7106643676757813,
493
+ "step": 690
494
+ },
495
+ {
496
+ "epoch": 1.1705685618729098,
497
+ "grad_norm": 0.17677661776542664,
498
+ "learning_rate": 0.0001344860512437611,
499
+ "loss": 3.6981281280517577,
500
+ "step": 700
501
+ }
502
+ ],
503
+ "logging_steps": 10,
504
+ "max_steps": 1794,
505
+ "num_input_tokens_seen": 0,
506
+ "num_train_epochs": 3,
507
+ "save_steps": 700,
508
+ "stateful_callbacks": {
509
+ "TrainerControl": {
510
+ "args": {
511
+ "should_epoch_stop": false,
512
+ "should_evaluate": false,
513
+ "should_log": false,
514
+ "should_save": true,
515
+ "should_training_stop": false
516
+ },
517
+ "attributes": {}
518
+ }
519
+ },
520
+ "total_flos": 8.032919643514798e+17,
521
+ "train_batch_size": 42,
522
+ "trial_name": null,
523
+ "trial_params": null
524
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18ccbf1e2e36914710a02af8831f297c2de4f2b4414fe055ce6cbd337af6d19f
3
+ size 5201