geoffmunn commited on
Commit
67baaa7
·
verified ·
1 Parent(s): 42caac3

Upload fine-tuned Qwen3-8B Star Trek Guard model

Browse files
.gitattributes CHANGED
@@ -36,3 +36,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
36
  checkpoint-129/tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
  checkpoint-43/tokenizer.json filter=lfs diff=lfs merge=lfs -text
38
  tokenizer.json filter=lfs diff=lfs merge=lfs -text
 
 
 
36
  checkpoint-129/tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
  checkpoint-43/tokenizer.json filter=lfs diff=lfs merge=lfs -text
38
  tokenizer.json filter=lfs diff=lfs merge=lfs -text
39
+ checkpoint-282/tokenizer.json filter=lfs diff=lfs merge=lfs -text
40
+ checkpoint-423/tokenizer.json filter=lfs diff=lfs merge=lfs -text
adapter_config.json CHANGED
@@ -32,13 +32,13 @@
32
  "rank_pattern": {},
33
  "revision": null,
34
  "target_modules": [
35
- "v_proj",
36
  "k_proj",
37
- "down_proj",
38
- "up_proj",
39
  "o_proj",
 
 
40
  "q_proj",
41
- "gate_proj"
 
42
  ],
43
  "target_parameters": null,
44
  "task_type": "SEQ_CLS",
 
32
  "rank_pattern": {},
33
  "revision": null,
34
  "target_modules": [
 
35
  "k_proj",
 
 
36
  "o_proj",
37
+ "gate_proj",
38
+ "up_proj",
39
  "q_proj",
40
+ "v_proj",
41
+ "down_proj"
42
  ],
43
  "target_parameters": null,
44
  "task_type": "SEQ_CLS",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:33fd10687a3b042a21452b6974f1cbae33b6731dfc458060f1aafb3fcc0c654e
3
  size 174672024
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a376f7fa8fc2c01b99ec090ce9e5952efb8e065ddaac171ac8bd78afa87f19c
3
  size 174672024
checkpoint-282/README.md ADDED
@@ -0,0 +1,206 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen3-8B
3
+ library_name: peft
4
+ tags:
5
+ - base_model:adapter:Qwen/Qwen3-8B
6
+ - lora
7
+ - transformers
8
+ ---
9
+
10
+ # Model Card for Model ID
11
+
12
+ <!-- Provide a quick summary of what the model is/does. -->
13
+
14
+
15
+
16
+ ## Model Details
17
+
18
+ ### Model Description
19
+
20
+ <!-- Provide a longer summary of what this model is. -->
21
+
22
+
23
+
24
+ - **Developed by:** [More Information Needed]
25
+ - **Funded by [optional]:** [More Information Needed]
26
+ - **Shared by [optional]:** [More Information Needed]
27
+ - **Model type:** [More Information Needed]
28
+ - **Language(s) (NLP):** [More Information Needed]
29
+ - **License:** [More Information Needed]
30
+ - **Finetuned from model [optional]:** [More Information Needed]
31
+
32
+ ### Model Sources [optional]
33
+
34
+ <!-- Provide the basic links for the model. -->
35
+
36
+ - **Repository:** [More Information Needed]
37
+ - **Paper [optional]:** [More Information Needed]
38
+ - **Demo [optional]:** [More Information Needed]
39
+
40
+ ## Uses
41
+
42
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
43
+
44
+ ### Direct Use
45
+
46
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
47
+
48
+ [More Information Needed]
49
+
50
+ ### Downstream Use [optional]
51
+
52
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
53
+
54
+ [More Information Needed]
55
+
56
+ ### Out-of-Scope Use
57
+
58
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
59
+
60
+ [More Information Needed]
61
+
62
+ ## Bias, Risks, and Limitations
63
+
64
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
65
+
66
+ [More Information Needed]
67
+
68
+ ### Recommendations
69
+
70
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
71
+
72
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
73
+
74
+ ## How to Get Started with the Model
75
+
76
+ Use the code below to get started with the model.
77
+
78
+ [More Information Needed]
79
+
80
+ ## Training Details
81
+
82
+ ### Training Data
83
+
84
+ <!-- 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. -->
85
+
86
+ [More Information Needed]
87
+
88
+ ### Training Procedure
89
+
90
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
91
+
92
+ #### Preprocessing [optional]
93
+
94
+ [More Information Needed]
95
+
96
+
97
+ #### Training Hyperparameters
98
+
99
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
100
+
101
+ #### Speeds, Sizes, Times [optional]
102
+
103
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
104
+
105
+ [More Information Needed]
106
+
107
+ ## Evaluation
108
+
109
+ <!-- This section describes the evaluation protocols and provides the results. -->
110
+
111
+ ### Testing Data, Factors & Metrics
112
+
113
+ #### Testing Data
114
+
115
+ <!-- This should link to a Dataset Card if possible. -->
116
+
117
+ [More Information Needed]
118
+
119
+ #### Factors
120
+
121
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
122
+
123
+ [More Information Needed]
124
+
125
+ #### Metrics
126
+
127
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
128
+
129
+ [More Information Needed]
130
+
131
+ ### Results
132
+
133
+ [More Information Needed]
134
+
135
+ #### Summary
136
+
137
+
138
+
139
+ ## Model Examination [optional]
140
+
141
+ <!-- Relevant interpretability work for the model goes here -->
142
+
143
+ [More Information Needed]
144
+
145
+ ## Environmental Impact
146
+
147
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
148
+
149
+ 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).
150
+
151
+ - **Hardware Type:** [More Information Needed]
152
+ - **Hours used:** [More Information Needed]
153
+ - **Cloud Provider:** [More Information Needed]
154
+ - **Compute Region:** [More Information Needed]
155
+ - **Carbon Emitted:** [More Information Needed]
156
+
157
+ ## Technical Specifications [optional]
158
+
159
+ ### Model Architecture and Objective
160
+
161
+ [More Information Needed]
162
+
163
+ ### Compute Infrastructure
164
+
165
+ [More Information Needed]
166
+
167
+ #### Hardware
168
+
169
+ [More Information Needed]
170
+
171
+ #### Software
172
+
173
+ [More Information Needed]
174
+
175
+ ## Citation [optional]
176
+
177
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
178
+
179
+ **BibTeX:**
180
+
181
+ [More Information Needed]
182
+
183
+ **APA:**
184
+
185
+ [More Information Needed]
186
+
187
+ ## Glossary [optional]
188
+
189
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
190
+
191
+ [More Information Needed]
192
+
193
+ ## More Information [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Authors [optional]
198
+
199
+ [More Information Needed]
200
+
201
+ ## Model Card Contact
202
+
203
+ [More Information Needed]
204
+ ### Framework versions
205
+
206
+ - PEFT 0.18.0
checkpoint-282/adapter_config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "Qwen/Qwen3-8B",
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": 32,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": [
25
+ "classifier",
26
+ "score"
27
+ ],
28
+ "peft_type": "LORA",
29
+ "peft_version": "0.18.0",
30
+ "qalora_group_size": 16,
31
+ "r": 16,
32
+ "rank_pattern": {},
33
+ "revision": null,
34
+ "target_modules": [
35
+ "k_proj",
36
+ "o_proj",
37
+ "gate_proj",
38
+ "up_proj",
39
+ "q_proj",
40
+ "v_proj",
41
+ "down_proj"
42
+ ],
43
+ "target_parameters": null,
44
+ "task_type": "SEQ_CLS",
45
+ "trainable_token_indices": null,
46
+ "use_dora": false,
47
+ "use_qalora": false,
48
+ "use_rslora": false
49
+ }
checkpoint-282/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a376f7fa8fc2c01b99ec090ce9e5952efb8e065ddaac171ac8bd78afa87f19c
3
+ size 174672024
checkpoint-282/added_tokens.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</think>": 151668,
3
+ "</tool_call>": 151658,
4
+ "</tool_response>": 151666,
5
+ "<think>": 151667,
6
+ "<tool_call>": 151657,
7
+ "<tool_response>": 151665,
8
+ "<|box_end|>": 151649,
9
+ "<|box_start|>": 151648,
10
+ "<|endoftext|>": 151643,
11
+ "<|file_sep|>": 151664,
12
+ "<|fim_middle|>": 151660,
13
+ "<|fim_pad|>": 151662,
14
+ "<|fim_prefix|>": 151659,
15
+ "<|fim_suffix|>": 151661,
16
+ "<|im_end|>": 151645,
17
+ "<|im_start|>": 151644,
18
+ "<|image_pad|>": 151655,
19
+ "<|object_ref_end|>": 151647,
20
+ "<|object_ref_start|>": 151646,
21
+ "<|quad_end|>": 151651,
22
+ "<|quad_start|>": 151650,
23
+ "<|repo_name|>": 151663,
24
+ "<|video_pad|>": 151656,
25
+ "<|vision_end|>": 151653,
26
+ "<|vision_pad|>": 151654,
27
+ "<|vision_start|>": 151652
28
+ }
checkpoint-282/chat_template.jinja ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0].role == 'system' %}
4
+ {{- messages[0].content + '\n\n' }}
5
+ {%- endif %}
6
+ {{- "# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
7
+ {%- for tool in tools %}
8
+ {{- "\n" }}
9
+ {{- tool | tojson }}
10
+ {%- endfor %}
11
+ {{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
12
+ {%- else %}
13
+ {%- if messages[0].role == 'system' %}
14
+ {{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
15
+ {%- endif %}
16
+ {%- endif %}
17
+ {%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
18
+ {%- for message in messages[::-1] %}
19
+ {%- set index = (messages|length - 1) - loop.index0 %}
20
+ {%- if ns.multi_step_tool and message.role == "user" and message.content is string and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}
21
+ {%- set ns.multi_step_tool = false %}
22
+ {%- set ns.last_query_index = index %}
23
+ {%- endif %}
24
+ {%- endfor %}
25
+ {%- for message in messages %}
26
+ {%- if message.content is string %}
27
+ {%- set content = message.content %}
28
+ {%- else %}
29
+ {%- set content = '' %}
30
+ {%- endif %}
31
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
32
+ {{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
33
+ {%- elif message.role == "assistant" %}
34
+ {%- set reasoning_content = '' %}
35
+ {%- if message.reasoning_content is string %}
36
+ {%- set reasoning_content = message.reasoning_content %}
37
+ {%- else %}
38
+ {%- if '</think>' in content %}
39
+ {%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
40
+ {%- set content = content.split('</think>')[-1].lstrip('\n') %}
41
+ {%- endif %}
42
+ {%- endif %}
43
+ {%- if loop.index0 > ns.last_query_index %}
44
+ {%- if loop.last or (not loop.last and reasoning_content) %}
45
+ {{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
46
+ {%- else %}
47
+ {{- '<|im_start|>' + message.role + '\n' + content }}
48
+ {%- endif %}
49
+ {%- else %}
50
+ {{- '<|im_start|>' + message.role + '\n' + content }}
51
+ {%- endif %}
52
+ {%- if message.tool_calls %}
53
+ {%- for tool_call in message.tool_calls %}
54
+ {%- if (loop.first and content) or (not loop.first) %}
55
+ {{- '\n' }}
56
+ {%- endif %}
57
+ {%- if tool_call.function %}
58
+ {%- set tool_call = tool_call.function %}
59
+ {%- endif %}
60
+ {{- '<tool_call>\n{"name": "' }}
61
+ {{- tool_call.name }}
62
+ {{- '", "arguments": ' }}
63
+ {%- if tool_call.arguments is string %}
64
+ {{- tool_call.arguments }}
65
+ {%- else %}
66
+ {{- tool_call.arguments | tojson }}
67
+ {%- endif %}
68
+ {{- '}\n</tool_call>' }}
69
+ {%- endfor %}
70
+ {%- endif %}
71
+ {{- '<|im_end|>\n' }}
72
+ {%- elif message.role == "tool" %}
73
+ {%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
74
+ {{- '<|im_start|>user' }}
75
+ {%- endif %}
76
+ {{- '\n<tool_response>\n' }}
77
+ {{- content }}
78
+ {{- '\n</tool_response>' }}
79
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
80
+ {{- '<|im_end|>\n' }}
81
+ {%- endif %}
82
+ {%- endif %}
83
+ {%- endfor %}
84
+ {%- if add_generation_prompt %}
85
+ {{- '<|im_start|>assistant\n' }}
86
+ {%- if enable_thinking is defined and enable_thinking is false %}
87
+ {{- '<think>\n\n</think>\n\n' }}
88
+ {%- endif %}
89
+ {%- endif %}
checkpoint-282/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-282/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f84147918cdfa770c42ecb41602225288a2215653910c396d819417f8a39a22
3
+ size 349545045
checkpoint-282/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33b33ded9d0c18e6b1a7c59acb589b4b8e806aee9b66e1f51b2fa1d95df76c5a
3
+ size 14645
checkpoint-282/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2413303f8cc4896ff03ff856f48c267288f959cca2b28755717558005ebf1de
3
+ size 1465
checkpoint-282/special_tokens_map.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "bos_token": "<|im_end|>",
18
+ "eos_token": {
19
+ "content": "<|im_end|>",
20
+ "lstrip": false,
21
+ "normalized": false,
22
+ "rstrip": false,
23
+ "single_word": false
24
+ },
25
+ "pad_token": "<|im_end|>"
26
+ }
checkpoint-282/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac6583c532ebcffab265f0693ef8624858bd22dece1754500925f53e5dc5f058
3
+ size 11422929
checkpoint-282/tokenizer_config.json ADDED
@@ -0,0 +1,239 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ },
181
+ "151665": {
182
+ "content": "<tool_response>",
183
+ "lstrip": false,
184
+ "normalized": false,
185
+ "rstrip": false,
186
+ "single_word": false,
187
+ "special": false
188
+ },
189
+ "151666": {
190
+ "content": "</tool_response>",
191
+ "lstrip": false,
192
+ "normalized": false,
193
+ "rstrip": false,
194
+ "single_word": false,
195
+ "special": false
196
+ },
197
+ "151667": {
198
+ "content": "<think>",
199
+ "lstrip": false,
200
+ "normalized": false,
201
+ "rstrip": false,
202
+ "single_word": false,
203
+ "special": false
204
+ },
205
+ "151668": {
206
+ "content": "</think>",
207
+ "lstrip": false,
208
+ "normalized": false,
209
+ "rstrip": false,
210
+ "single_word": false,
211
+ "special": false
212
+ }
213
+ },
214
+ "additional_special_tokens": [
215
+ "<|im_start|>",
216
+ "<|im_end|>",
217
+ "<|object_ref_start|>",
218
+ "<|object_ref_end|>",
219
+ "<|box_start|>",
220
+ "<|box_end|>",
221
+ "<|quad_start|>",
222
+ "<|quad_end|>",
223
+ "<|vision_start|>",
224
+ "<|vision_end|>",
225
+ "<|vision_pad|>",
226
+ "<|image_pad|>",
227
+ "<|video_pad|>"
228
+ ],
229
+ "bos_token": "<|im_end|>",
230
+ "clean_up_tokenization_spaces": false,
231
+ "eos_token": "<|im_end|>",
232
+ "errors": "replace",
233
+ "extra_special_tokens": {},
234
+ "model_max_length": 131072,
235
+ "pad_token": "<|im_end|>",
236
+ "split_special_tokens": false,
237
+ "tokenizer_class": "Qwen2Tokenizer",
238
+ "unk_token": null
239
+ }
checkpoint-282/trainer_state.json ADDED
@@ -0,0 +1,253 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 282,
3
+ "best_metric": 0.0,
4
+ "best_model_checkpoint": "./star_trek_guard_finetuned/checkpoint-282",
5
+ "epoch": 2.0,
6
+ "eval_steps": 500,
7
+ "global_step": 282,
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.0071111111111111115,
14
+ "grad_norm": 1424.3302001953125,
15
+ "learning_rate": 0.0,
16
+ "loss": 34.4477,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.07111111111111111,
21
+ "grad_norm": 359.5785827636719,
22
+ "learning_rate": 4.186046511627907e-05,
23
+ "loss": 25.5053,
24
+ "step": 10
25
+ },
26
+ {
27
+ "epoch": 0.14222222222222222,
28
+ "grad_norm": 55.2808952331543,
29
+ "learning_rate": 8.837209302325582e-05,
30
+ "loss": 4.533,
31
+ "step": 20
32
+ },
33
+ {
34
+ "epoch": 0.21333333333333335,
35
+ "grad_norm": 0.00021057801495771855,
36
+ "learning_rate": 0.00013488372093023256,
37
+ "loss": 0.1875,
38
+ "step": 30
39
+ },
40
+ {
41
+ "epoch": 0.28444444444444444,
42
+ "grad_norm": 0.0,
43
+ "learning_rate": 0.0001813953488372093,
44
+ "loss": 0.6068,
45
+ "step": 40
46
+ },
47
+ {
48
+ "epoch": 0.35555555555555557,
49
+ "grad_norm": 0.00012314319610595703,
50
+ "learning_rate": 0.00019987699691483048,
51
+ "loss": 1.8401,
52
+ "step": 50
53
+ },
54
+ {
55
+ "epoch": 0.4266666666666667,
56
+ "grad_norm": 0.0010618583764880896,
57
+ "learning_rate": 0.00019912640693269752,
58
+ "loss": 0.0,
59
+ "step": 60
60
+ },
61
+ {
62
+ "epoch": 0.49777777777777776,
63
+ "grad_norm": 0.018764492124319077,
64
+ "learning_rate": 0.00019769868307835994,
65
+ "loss": 0.0,
66
+ "step": 70
67
+ },
68
+ {
69
+ "epoch": 0.5688888888888889,
70
+ "grad_norm": 7.790327072143555e-05,
71
+ "learning_rate": 0.00019560357815343577,
72
+ "loss": 0.003,
73
+ "step": 80
74
+ },
75
+ {
76
+ "epoch": 0.64,
77
+ "grad_norm": 0.00014328956604003906,
78
+ "learning_rate": 0.00019285540384897073,
79
+ "loss": 0.04,
80
+ "step": 90
81
+ },
82
+ {
83
+ "epoch": 0.7111111111111111,
84
+ "grad_norm": 0.08614543080329895,
85
+ "learning_rate": 0.00018947293298207635,
86
+ "loss": 0.1796,
87
+ "step": 100
88
+ },
89
+ {
90
+ "epoch": 0.7822222222222223,
91
+ "grad_norm": 0.0,
92
+ "learning_rate": 0.0001854792712585539,
93
+ "loss": 0.0002,
94
+ "step": 110
95
+ },
96
+ {
97
+ "epoch": 0.8533333333333334,
98
+ "grad_norm": 0.0016153233591467142,
99
+ "learning_rate": 0.00018090169943749476,
100
+ "loss": 0.0269,
101
+ "step": 120
102
+ },
103
+ {
104
+ "epoch": 0.9244444444444444,
105
+ "grad_norm": 0.000989419175311923,
106
+ "learning_rate": 0.0001757714869760335,
107
+ "loss": 0.4039,
108
+ "step": 130
109
+ },
110
+ {
111
+ "epoch": 0.9955555555555555,
112
+ "grad_norm": 0.8112388849258423,
113
+ "learning_rate": 0.00017012367842724887,
114
+ "loss": 0.7485,
115
+ "step": 140
116
+ },
117
+ {
118
+ "epoch": 1.0,
119
+ "eval_loss": 0.00433349609375,
120
+ "eval_runtime": 37.2872,
121
+ "eval_samples_per_second": 13.409,
122
+ "eval_steps_per_second": 3.352,
123
+ "step": 141
124
+ },
125
+ {
126
+ "epoch": 1.064,
127
+ "grad_norm": 0.00020039081573486328,
128
+ "learning_rate": 0.00016399685405033167,
129
+ "loss": 0.3372,
130
+ "step": 150
131
+ },
132
+ {
133
+ "epoch": 1.1351111111111112,
134
+ "grad_norm": 0.006611417979001999,
135
+ "learning_rate": 0.00015743286626829437,
136
+ "loss": 0.0,
137
+ "step": 160
138
+ },
139
+ {
140
+ "epoch": 1.2062222222222223,
141
+ "grad_norm": 2.5033950805664062e-05,
142
+ "learning_rate": 0.0001504765537734844,
143
+ "loss": 0.0735,
144
+ "step": 170
145
+ },
146
+ {
147
+ "epoch": 1.2773333333333334,
148
+ "grad_norm": 3.987550735473633e-05,
149
+ "learning_rate": 0.00014317543523384928,
150
+ "loss": 0.2116,
151
+ "step": 180
152
+ },
153
+ {
154
+ "epoch": 1.3484444444444446,
155
+ "grad_norm": 8.791685104370117e-05,
156
+ "learning_rate": 0.00013557938469225167,
157
+ "loss": 0.0,
158
+ "step": 190
159
+ },
160
+ {
161
+ "epoch": 1.4195555555555557,
162
+ "grad_norm": 0.00015270709991455078,
163
+ "learning_rate": 0.00012774029087618446,
164
+ "loss": 0.0,
165
+ "step": 200
166
+ },
167
+ {
168
+ "epoch": 1.4906666666666666,
169
+ "grad_norm": 152.50794982910156,
170
+ "learning_rate": 0.00011971170274514802,
171
+ "loss": 0.2612,
172
+ "step": 210
173
+ },
174
+ {
175
+ "epoch": 1.561777777777778,
176
+ "grad_norm": 0.00700717605650425,
177
+ "learning_rate": 0.00011154846369695863,
178
+ "loss": 0.0043,
179
+ "step": 220
180
+ },
181
+ {
182
+ "epoch": 1.6328888888888888,
183
+ "grad_norm": 0.025026371702551842,
184
+ "learning_rate": 0.00010330633693173082,
185
+ "loss": 0.0,
186
+ "step": 230
187
+ },
188
+ {
189
+ "epoch": 1.704,
190
+ "grad_norm": 0.0,
191
+ "learning_rate": 9.504162453267777e-05,
192
+ "loss": 0.0,
193
+ "step": 240
194
+ },
195
+ {
196
+ "epoch": 1.775111111111111,
197
+ "grad_norm": 0.00010925531387329102,
198
+ "learning_rate": 8.681078286579311e-05,
199
+ "loss": 0.0,
200
+ "step": 250
201
+ },
202
+ {
203
+ "epoch": 1.8462222222222222,
204
+ "grad_norm": 1.3470649719238281e-05,
205
+ "learning_rate": 7.867003692562534e-05,
206
+ "loss": 0.2697,
207
+ "step": 260
208
+ },
209
+ {
210
+ "epoch": 1.9173333333333333,
211
+ "grad_norm": 5.3822994232177734e-05,
212
+ "learning_rate": 7.067499626155354e-05,
213
+ "loss": 0.0,
214
+ "step": 270
215
+ },
216
+ {
217
+ "epoch": 1.9884444444444445,
218
+ "grad_norm": 1.329183578491211e-05,
219
+ "learning_rate": 6.28802751081779e-05,
220
+ "loss": 0.0,
221
+ "step": 280
222
+ },
223
+ {
224
+ "epoch": 2.0,
225
+ "eval_loss": 0.0,
226
+ "eval_runtime": 37.3645,
227
+ "eval_samples_per_second": 13.382,
228
+ "eval_steps_per_second": 3.345,
229
+ "step": 282
230
+ }
231
+ ],
232
+ "logging_steps": 10,
233
+ "max_steps": 423,
234
+ "num_input_tokens_seen": 0,
235
+ "num_train_epochs": 3,
236
+ "save_steps": 500,
237
+ "stateful_callbacks": {
238
+ "TrainerControl": {
239
+ "args": {
240
+ "should_epoch_stop": false,
241
+ "should_evaluate": false,
242
+ "should_log": false,
243
+ "should_save": true,
244
+ "should_training_stop": false
245
+ },
246
+ "attributes": {}
247
+ }
248
+ },
249
+ "total_flos": 1.93252304093184e+17,
250
+ "train_batch_size": 2,
251
+ "trial_name": null,
252
+ "trial_params": null
253
+ }
checkpoint-282/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be9ac0021bae9c45958187a61a786b7468c5a90acff199940c5f1b2d7c478c0b
3
+ size 5841
checkpoint-282/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-423/README.md ADDED
@@ -0,0 +1,206 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen3-8B
3
+ library_name: peft
4
+ tags:
5
+ - base_model:adapter:Qwen/Qwen3-8B
6
+ - lora
7
+ - transformers
8
+ ---
9
+
10
+ # Model Card for Model ID
11
+
12
+ <!-- Provide a quick summary of what the model is/does. -->
13
+
14
+
15
+
16
+ ## Model Details
17
+
18
+ ### Model Description
19
+
20
+ <!-- Provide a longer summary of what this model is. -->
21
+
22
+
23
+
24
+ - **Developed by:** [More Information Needed]
25
+ - **Funded by [optional]:** [More Information Needed]
26
+ - **Shared by [optional]:** [More Information Needed]
27
+ - **Model type:** [More Information Needed]
28
+ - **Language(s) (NLP):** [More Information Needed]
29
+ - **License:** [More Information Needed]
30
+ - **Finetuned from model [optional]:** [More Information Needed]
31
+
32
+ ### Model Sources [optional]
33
+
34
+ <!-- Provide the basic links for the model. -->
35
+
36
+ - **Repository:** [More Information Needed]
37
+ - **Paper [optional]:** [More Information Needed]
38
+ - **Demo [optional]:** [More Information Needed]
39
+
40
+ ## Uses
41
+
42
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
43
+
44
+ ### Direct Use
45
+
46
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
47
+
48
+ [More Information Needed]
49
+
50
+ ### Downstream Use [optional]
51
+
52
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
53
+
54
+ [More Information Needed]
55
+
56
+ ### Out-of-Scope Use
57
+
58
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
59
+
60
+ [More Information Needed]
61
+
62
+ ## Bias, Risks, and Limitations
63
+
64
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
65
+
66
+ [More Information Needed]
67
+
68
+ ### Recommendations
69
+
70
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
71
+
72
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
73
+
74
+ ## How to Get Started with the Model
75
+
76
+ Use the code below to get started with the model.
77
+
78
+ [More Information Needed]
79
+
80
+ ## Training Details
81
+
82
+ ### Training Data
83
+
84
+ <!-- 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. -->
85
+
86
+ [More Information Needed]
87
+
88
+ ### Training Procedure
89
+
90
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
91
+
92
+ #### Preprocessing [optional]
93
+
94
+ [More Information Needed]
95
+
96
+
97
+ #### Training Hyperparameters
98
+
99
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
100
+
101
+ #### Speeds, Sizes, Times [optional]
102
+
103
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
104
+
105
+ [More Information Needed]
106
+
107
+ ## Evaluation
108
+
109
+ <!-- This section describes the evaluation protocols and provides the results. -->
110
+
111
+ ### Testing Data, Factors & Metrics
112
+
113
+ #### Testing Data
114
+
115
+ <!-- This should link to a Dataset Card if possible. -->
116
+
117
+ [More Information Needed]
118
+
119
+ #### Factors
120
+
121
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
122
+
123
+ [More Information Needed]
124
+
125
+ #### Metrics
126
+
127
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
128
+
129
+ [More Information Needed]
130
+
131
+ ### Results
132
+
133
+ [More Information Needed]
134
+
135
+ #### Summary
136
+
137
+
138
+
139
+ ## Model Examination [optional]
140
+
141
+ <!-- Relevant interpretability work for the model goes here -->
142
+
143
+ [More Information Needed]
144
+
145
+ ## Environmental Impact
146
+
147
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
148
+
149
+ 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).
150
+
151
+ - **Hardware Type:** [More Information Needed]
152
+ - **Hours used:** [More Information Needed]
153
+ - **Cloud Provider:** [More Information Needed]
154
+ - **Compute Region:** [More Information Needed]
155
+ - **Carbon Emitted:** [More Information Needed]
156
+
157
+ ## Technical Specifications [optional]
158
+
159
+ ### Model Architecture and Objective
160
+
161
+ [More Information Needed]
162
+
163
+ ### Compute Infrastructure
164
+
165
+ [More Information Needed]
166
+
167
+ #### Hardware
168
+
169
+ [More Information Needed]
170
+
171
+ #### Software
172
+
173
+ [More Information Needed]
174
+
175
+ ## Citation [optional]
176
+
177
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
178
+
179
+ **BibTeX:**
180
+
181
+ [More Information Needed]
182
+
183
+ **APA:**
184
+
185
+ [More Information Needed]
186
+
187
+ ## Glossary [optional]
188
+
189
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
190
+
191
+ [More Information Needed]
192
+
193
+ ## More Information [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Authors [optional]
198
+
199
+ [More Information Needed]
200
+
201
+ ## Model Card Contact
202
+
203
+ [More Information Needed]
204
+ ### Framework versions
205
+
206
+ - PEFT 0.18.0
checkpoint-423/adapter_config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "Qwen/Qwen3-8B",
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": 32,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": [
25
+ "classifier",
26
+ "score"
27
+ ],
28
+ "peft_type": "LORA",
29
+ "peft_version": "0.18.0",
30
+ "qalora_group_size": 16,
31
+ "r": 16,
32
+ "rank_pattern": {},
33
+ "revision": null,
34
+ "target_modules": [
35
+ "k_proj",
36
+ "o_proj",
37
+ "gate_proj",
38
+ "up_proj",
39
+ "q_proj",
40
+ "v_proj",
41
+ "down_proj"
42
+ ],
43
+ "target_parameters": null,
44
+ "task_type": "SEQ_CLS",
45
+ "trainable_token_indices": null,
46
+ "use_dora": false,
47
+ "use_qalora": false,
48
+ "use_rslora": false
49
+ }
checkpoint-423/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb3e239d93eae3ef937a7f7d12a010e08e067928907f89098c664dc7cef58d1a
3
+ size 174672024
checkpoint-423/added_tokens.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</think>": 151668,
3
+ "</tool_call>": 151658,
4
+ "</tool_response>": 151666,
5
+ "<think>": 151667,
6
+ "<tool_call>": 151657,
7
+ "<tool_response>": 151665,
8
+ "<|box_end|>": 151649,
9
+ "<|box_start|>": 151648,
10
+ "<|endoftext|>": 151643,
11
+ "<|file_sep|>": 151664,
12
+ "<|fim_middle|>": 151660,
13
+ "<|fim_pad|>": 151662,
14
+ "<|fim_prefix|>": 151659,
15
+ "<|fim_suffix|>": 151661,
16
+ "<|im_end|>": 151645,
17
+ "<|im_start|>": 151644,
18
+ "<|image_pad|>": 151655,
19
+ "<|object_ref_end|>": 151647,
20
+ "<|object_ref_start|>": 151646,
21
+ "<|quad_end|>": 151651,
22
+ "<|quad_start|>": 151650,
23
+ "<|repo_name|>": 151663,
24
+ "<|video_pad|>": 151656,
25
+ "<|vision_end|>": 151653,
26
+ "<|vision_pad|>": 151654,
27
+ "<|vision_start|>": 151652
28
+ }
checkpoint-423/chat_template.jinja ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0].role == 'system' %}
4
+ {{- messages[0].content + '\n\n' }}
5
+ {%- endif %}
6
+ {{- "# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
7
+ {%- for tool in tools %}
8
+ {{- "\n" }}
9
+ {{- tool | tojson }}
10
+ {%- endfor %}
11
+ {{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
12
+ {%- else %}
13
+ {%- if messages[0].role == 'system' %}
14
+ {{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
15
+ {%- endif %}
16
+ {%- endif %}
17
+ {%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
18
+ {%- for message in messages[::-1] %}
19
+ {%- set index = (messages|length - 1) - loop.index0 %}
20
+ {%- if ns.multi_step_tool and message.role == "user" and message.content is string and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}
21
+ {%- set ns.multi_step_tool = false %}
22
+ {%- set ns.last_query_index = index %}
23
+ {%- endif %}
24
+ {%- endfor %}
25
+ {%- for message in messages %}
26
+ {%- if message.content is string %}
27
+ {%- set content = message.content %}
28
+ {%- else %}
29
+ {%- set content = '' %}
30
+ {%- endif %}
31
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
32
+ {{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
33
+ {%- elif message.role == "assistant" %}
34
+ {%- set reasoning_content = '' %}
35
+ {%- if message.reasoning_content is string %}
36
+ {%- set reasoning_content = message.reasoning_content %}
37
+ {%- else %}
38
+ {%- if '</think>' in content %}
39
+ {%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
40
+ {%- set content = content.split('</think>')[-1].lstrip('\n') %}
41
+ {%- endif %}
42
+ {%- endif %}
43
+ {%- if loop.index0 > ns.last_query_index %}
44
+ {%- if loop.last or (not loop.last and reasoning_content) %}
45
+ {{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
46
+ {%- else %}
47
+ {{- '<|im_start|>' + message.role + '\n' + content }}
48
+ {%- endif %}
49
+ {%- else %}
50
+ {{- '<|im_start|>' + message.role + '\n' + content }}
51
+ {%- endif %}
52
+ {%- if message.tool_calls %}
53
+ {%- for tool_call in message.tool_calls %}
54
+ {%- if (loop.first and content) or (not loop.first) %}
55
+ {{- '\n' }}
56
+ {%- endif %}
57
+ {%- if tool_call.function %}
58
+ {%- set tool_call = tool_call.function %}
59
+ {%- endif %}
60
+ {{- '<tool_call>\n{"name": "' }}
61
+ {{- tool_call.name }}
62
+ {{- '", "arguments": ' }}
63
+ {%- if tool_call.arguments is string %}
64
+ {{- tool_call.arguments }}
65
+ {%- else %}
66
+ {{- tool_call.arguments | tojson }}
67
+ {%- endif %}
68
+ {{- '}\n</tool_call>' }}
69
+ {%- endfor %}
70
+ {%- endif %}
71
+ {{- '<|im_end|>\n' }}
72
+ {%- elif message.role == "tool" %}
73
+ {%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
74
+ {{- '<|im_start|>user' }}
75
+ {%- endif %}
76
+ {{- '\n<tool_response>\n' }}
77
+ {{- content }}
78
+ {{- '\n</tool_response>' }}
79
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
80
+ {{- '<|im_end|>\n' }}
81
+ {%- endif %}
82
+ {%- endif %}
83
+ {%- endfor %}
84
+ {%- if add_generation_prompt %}
85
+ {{- '<|im_start|>assistant\n' }}
86
+ {%- if enable_thinking is defined and enable_thinking is false %}
87
+ {{- '<think>\n\n</think>\n\n' }}
88
+ {%- endif %}
89
+ {%- endif %}
checkpoint-423/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-423/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:681e47c14fcad7ebeebf2da85426491dfc02e6a6ce7eeb8f61ccce944bc49e62
3
+ size 349545045
checkpoint-423/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ebe2100ae4b14b3e3a78d058940f5a382da4532dc8137789fe0624815d6a3fa
3
+ size 14645
checkpoint-423/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46dbb23a7f7568c49d5fd63ef60f502240d770b6864697d79e1f163063e33e79
3
+ size 1465
checkpoint-423/special_tokens_map.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "bos_token": "<|im_end|>",
18
+ "eos_token": {
19
+ "content": "<|im_end|>",
20
+ "lstrip": false,
21
+ "normalized": false,
22
+ "rstrip": false,
23
+ "single_word": false
24
+ },
25
+ "pad_token": "<|im_end|>"
26
+ }
checkpoint-423/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac6583c532ebcffab265f0693ef8624858bd22dece1754500925f53e5dc5f058
3
+ size 11422929
checkpoint-423/tokenizer_config.json ADDED
@@ -0,0 +1,239 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ },
181
+ "151665": {
182
+ "content": "<tool_response>",
183
+ "lstrip": false,
184
+ "normalized": false,
185
+ "rstrip": false,
186
+ "single_word": false,
187
+ "special": false
188
+ },
189
+ "151666": {
190
+ "content": "</tool_response>",
191
+ "lstrip": false,
192
+ "normalized": false,
193
+ "rstrip": false,
194
+ "single_word": false,
195
+ "special": false
196
+ },
197
+ "151667": {
198
+ "content": "<think>",
199
+ "lstrip": false,
200
+ "normalized": false,
201
+ "rstrip": false,
202
+ "single_word": false,
203
+ "special": false
204
+ },
205
+ "151668": {
206
+ "content": "</think>",
207
+ "lstrip": false,
208
+ "normalized": false,
209
+ "rstrip": false,
210
+ "single_word": false,
211
+ "special": false
212
+ }
213
+ },
214
+ "additional_special_tokens": [
215
+ "<|im_start|>",
216
+ "<|im_end|>",
217
+ "<|object_ref_start|>",
218
+ "<|object_ref_end|>",
219
+ "<|box_start|>",
220
+ "<|box_end|>",
221
+ "<|quad_start|>",
222
+ "<|quad_end|>",
223
+ "<|vision_start|>",
224
+ "<|vision_end|>",
225
+ "<|vision_pad|>",
226
+ "<|image_pad|>",
227
+ "<|video_pad|>"
228
+ ],
229
+ "bos_token": "<|im_end|>",
230
+ "clean_up_tokenization_spaces": false,
231
+ "eos_token": "<|im_end|>",
232
+ "errors": "replace",
233
+ "extra_special_tokens": {},
234
+ "model_max_length": 131072,
235
+ "pad_token": "<|im_end|>",
236
+ "split_special_tokens": false,
237
+ "tokenizer_class": "Qwen2Tokenizer",
238
+ "unk_token": null
239
+ }
checkpoint-423/trainer_state.json ADDED
@@ -0,0 +1,359 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 282,
3
+ "best_metric": 0.0,
4
+ "best_model_checkpoint": "./star_trek_guard_finetuned/checkpoint-282",
5
+ "epoch": 3.0,
6
+ "eval_steps": 500,
7
+ "global_step": 423,
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.0071111111111111115,
14
+ "grad_norm": 1424.3302001953125,
15
+ "learning_rate": 0.0,
16
+ "loss": 34.4477,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.07111111111111111,
21
+ "grad_norm": 359.5785827636719,
22
+ "learning_rate": 4.186046511627907e-05,
23
+ "loss": 25.5053,
24
+ "step": 10
25
+ },
26
+ {
27
+ "epoch": 0.14222222222222222,
28
+ "grad_norm": 55.2808952331543,
29
+ "learning_rate": 8.837209302325582e-05,
30
+ "loss": 4.533,
31
+ "step": 20
32
+ },
33
+ {
34
+ "epoch": 0.21333333333333335,
35
+ "grad_norm": 0.00021057801495771855,
36
+ "learning_rate": 0.00013488372093023256,
37
+ "loss": 0.1875,
38
+ "step": 30
39
+ },
40
+ {
41
+ "epoch": 0.28444444444444444,
42
+ "grad_norm": 0.0,
43
+ "learning_rate": 0.0001813953488372093,
44
+ "loss": 0.6068,
45
+ "step": 40
46
+ },
47
+ {
48
+ "epoch": 0.35555555555555557,
49
+ "grad_norm": 0.00012314319610595703,
50
+ "learning_rate": 0.00019987699691483048,
51
+ "loss": 1.8401,
52
+ "step": 50
53
+ },
54
+ {
55
+ "epoch": 0.4266666666666667,
56
+ "grad_norm": 0.0010618583764880896,
57
+ "learning_rate": 0.00019912640693269752,
58
+ "loss": 0.0,
59
+ "step": 60
60
+ },
61
+ {
62
+ "epoch": 0.49777777777777776,
63
+ "grad_norm": 0.018764492124319077,
64
+ "learning_rate": 0.00019769868307835994,
65
+ "loss": 0.0,
66
+ "step": 70
67
+ },
68
+ {
69
+ "epoch": 0.5688888888888889,
70
+ "grad_norm": 7.790327072143555e-05,
71
+ "learning_rate": 0.00019560357815343577,
72
+ "loss": 0.003,
73
+ "step": 80
74
+ },
75
+ {
76
+ "epoch": 0.64,
77
+ "grad_norm": 0.00014328956604003906,
78
+ "learning_rate": 0.00019285540384897073,
79
+ "loss": 0.04,
80
+ "step": 90
81
+ },
82
+ {
83
+ "epoch": 0.7111111111111111,
84
+ "grad_norm": 0.08614543080329895,
85
+ "learning_rate": 0.00018947293298207635,
86
+ "loss": 0.1796,
87
+ "step": 100
88
+ },
89
+ {
90
+ "epoch": 0.7822222222222223,
91
+ "grad_norm": 0.0,
92
+ "learning_rate": 0.0001854792712585539,
93
+ "loss": 0.0002,
94
+ "step": 110
95
+ },
96
+ {
97
+ "epoch": 0.8533333333333334,
98
+ "grad_norm": 0.0016153233591467142,
99
+ "learning_rate": 0.00018090169943749476,
100
+ "loss": 0.0269,
101
+ "step": 120
102
+ },
103
+ {
104
+ "epoch": 0.9244444444444444,
105
+ "grad_norm": 0.000989419175311923,
106
+ "learning_rate": 0.0001757714869760335,
107
+ "loss": 0.4039,
108
+ "step": 130
109
+ },
110
+ {
111
+ "epoch": 0.9955555555555555,
112
+ "grad_norm": 0.8112388849258423,
113
+ "learning_rate": 0.00017012367842724887,
114
+ "loss": 0.7485,
115
+ "step": 140
116
+ },
117
+ {
118
+ "epoch": 1.0,
119
+ "eval_loss": 0.00433349609375,
120
+ "eval_runtime": 37.2872,
121
+ "eval_samples_per_second": 13.409,
122
+ "eval_steps_per_second": 3.352,
123
+ "step": 141
124
+ },
125
+ {
126
+ "epoch": 1.064,
127
+ "grad_norm": 0.00020039081573486328,
128
+ "learning_rate": 0.00016399685405033167,
129
+ "loss": 0.3372,
130
+ "step": 150
131
+ },
132
+ {
133
+ "epoch": 1.1351111111111112,
134
+ "grad_norm": 0.006611417979001999,
135
+ "learning_rate": 0.00015743286626829437,
136
+ "loss": 0.0,
137
+ "step": 160
138
+ },
139
+ {
140
+ "epoch": 1.2062222222222223,
141
+ "grad_norm": 2.5033950805664062e-05,
142
+ "learning_rate": 0.0001504765537734844,
143
+ "loss": 0.0735,
144
+ "step": 170
145
+ },
146
+ {
147
+ "epoch": 1.2773333333333334,
148
+ "grad_norm": 3.987550735473633e-05,
149
+ "learning_rate": 0.00014317543523384928,
150
+ "loss": 0.2116,
151
+ "step": 180
152
+ },
153
+ {
154
+ "epoch": 1.3484444444444446,
155
+ "grad_norm": 8.791685104370117e-05,
156
+ "learning_rate": 0.00013557938469225167,
157
+ "loss": 0.0,
158
+ "step": 190
159
+ },
160
+ {
161
+ "epoch": 1.4195555555555557,
162
+ "grad_norm": 0.00015270709991455078,
163
+ "learning_rate": 0.00012774029087618446,
164
+ "loss": 0.0,
165
+ "step": 200
166
+ },
167
+ {
168
+ "epoch": 1.4906666666666666,
169
+ "grad_norm": 152.50794982910156,
170
+ "learning_rate": 0.00011971170274514802,
171
+ "loss": 0.2612,
172
+ "step": 210
173
+ },
174
+ {
175
+ "epoch": 1.561777777777778,
176
+ "grad_norm": 0.00700717605650425,
177
+ "learning_rate": 0.00011154846369695863,
178
+ "loss": 0.0043,
179
+ "step": 220
180
+ },
181
+ {
182
+ "epoch": 1.6328888888888888,
183
+ "grad_norm": 0.025026371702551842,
184
+ "learning_rate": 0.00010330633693173082,
185
+ "loss": 0.0,
186
+ "step": 230
187
+ },
188
+ {
189
+ "epoch": 1.704,
190
+ "grad_norm": 0.0,
191
+ "learning_rate": 9.504162453267777e-05,
192
+ "loss": 0.0,
193
+ "step": 240
194
+ },
195
+ {
196
+ "epoch": 1.775111111111111,
197
+ "grad_norm": 0.00010925531387329102,
198
+ "learning_rate": 8.681078286579311e-05,
199
+ "loss": 0.0,
200
+ "step": 250
201
+ },
202
+ {
203
+ "epoch": 1.8462222222222222,
204
+ "grad_norm": 1.3470649719238281e-05,
205
+ "learning_rate": 7.867003692562534e-05,
206
+ "loss": 0.2697,
207
+ "step": 260
208
+ },
209
+ {
210
+ "epoch": 1.9173333333333333,
211
+ "grad_norm": 5.3822994232177734e-05,
212
+ "learning_rate": 7.067499626155354e-05,
213
+ "loss": 0.0,
214
+ "step": 270
215
+ },
216
+ {
217
+ "epoch": 1.9884444444444445,
218
+ "grad_norm": 1.329183578491211e-05,
219
+ "learning_rate": 6.28802751081779e-05,
220
+ "loss": 0.0,
221
+ "step": 280
222
+ },
223
+ {
224
+ "epoch": 2.0,
225
+ "eval_loss": 0.0,
226
+ "eval_runtime": 37.3645,
227
+ "eval_samples_per_second": 13.382,
228
+ "eval_steps_per_second": 3.345,
229
+ "step": 282
230
+ },
231
+ {
232
+ "epoch": 2.056888888888889,
233
+ "grad_norm": 2.580881118774414e-05,
234
+ "learning_rate": 5.533911931471936e-05,
235
+ "loss": 0.0,
236
+ "step": 290
237
+ },
238
+ {
239
+ "epoch": 2.128,
240
+ "grad_norm": 1.3649463653564453e-05,
241
+ "learning_rate": 4.810304262187852e-05,
242
+ "loss": 0.0475,
243
+ "step": 300
244
+ },
245
+ {
246
+ "epoch": 2.1991111111111112,
247
+ "grad_norm": 1.3887882232666016e-05,
248
+ "learning_rate": 4.12214747707527e-05,
249
+ "loss": 0.0,
250
+ "step": 310
251
+ },
252
+ {
253
+ "epoch": 2.2702222222222224,
254
+ "grad_norm": 1.3113021850585938e-05,
255
+ "learning_rate": 3.4741423847583134e-05,
256
+ "loss": 0.0,
257
+ "step": 320
258
+ },
259
+ {
260
+ "epoch": 2.3413333333333335,
261
+ "grad_norm": 9.423494338989258e-05,
262
+ "learning_rate": 2.87071551708603e-05,
263
+ "loss": 0.0,
264
+ "step": 330
265
+ },
266
+ {
267
+ "epoch": 2.4124444444444446,
268
+ "grad_norm": 0.00020039081573486328,
269
+ "learning_rate": 2.315988891431412e-05,
270
+ "loss": 0.0,
271
+ "step": 340
272
+ },
273
+ {
274
+ "epoch": 2.4835555555555557,
275
+ "grad_norm": 0.07984881103038788,
276
+ "learning_rate": 1.8137518531330767e-05,
277
+ "loss": 0.0,
278
+ "step": 350
279
+ },
280
+ {
281
+ "epoch": 2.554666666666667,
282
+ "grad_norm": 9.775161743164062e-05,
283
+ "learning_rate": 1.3674351904242611e-05,
284
+ "loss": 0.0,
285
+ "step": 360
286
+ },
287
+ {
288
+ "epoch": 2.6257777777777775,
289
+ "grad_norm": 0.00018417835235595703,
290
+ "learning_rate": 9.80087698670411e-06,
291
+ "loss": 0.0,
292
+ "step": 370
293
+ },
294
+ {
295
+ "epoch": 2.696888888888889,
296
+ "grad_norm": 1.3530254364013672e-05,
297
+ "learning_rate": 6.543553540053926e-06,
298
+ "loss": 0.0,
299
+ "step": 380
300
+ },
301
+ {
302
+ "epoch": 2.768,
303
+ "grad_norm": 5.316734313964844e-05,
304
+ "learning_rate": 3.924632386315186e-06,
305
+ "loss": 0.0,
306
+ "step": 390
307
+ },
308
+ {
309
+ "epoch": 2.8391111111111114,
310
+ "grad_norm": 0.000179290771484375,
311
+ "learning_rate": 1.9620034125190644e-06,
312
+ "loss": 0.0001,
313
+ "step": 400
314
+ },
315
+ {
316
+ "epoch": 2.910222222222222,
317
+ "grad_norm": 0.0,
318
+ "learning_rate": 6.690733646361857e-07,
319
+ "loss": 0.0,
320
+ "step": 410
321
+ },
322
+ {
323
+ "epoch": 2.981333333333333,
324
+ "grad_norm": 2.759695053100586e-05,
325
+ "learning_rate": 5.467426590739511e-08,
326
+ "loss": 0.0,
327
+ "step": 420
328
+ },
329
+ {
330
+ "epoch": 3.0,
331
+ "eval_loss": 5.960464477539063e-08,
332
+ "eval_runtime": 37.235,
333
+ "eval_samples_per_second": 13.428,
334
+ "eval_steps_per_second": 3.357,
335
+ "step": 423
336
+ }
337
+ ],
338
+ "logging_steps": 10,
339
+ "max_steps": 423,
340
+ "num_input_tokens_seen": 0,
341
+ "num_train_epochs": 3,
342
+ "save_steps": 500,
343
+ "stateful_callbacks": {
344
+ "TrainerControl": {
345
+ "args": {
346
+ "should_epoch_stop": false,
347
+ "should_evaluate": false,
348
+ "should_log": false,
349
+ "should_save": true,
350
+ "should_training_stop": true
351
+ },
352
+ "attributes": {}
353
+ }
354
+ },
355
+ "total_flos": 2.89878456139776e+17,
356
+ "train_batch_size": 2,
357
+ "trial_name": null,
358
+ "trial_params": null
359
+ }
checkpoint-423/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be9ac0021bae9c45958187a61a786b7468c5a90acff199940c5f1b2d7c478c0b
3
+ size 5841
checkpoint-423/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:efad51cdca3984b765dba48c52a09a5007546018e1c6a619dd8f2b1f9d0ddfb0
3
  size 5841
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be9ac0021bae9c45958187a61a786b7468c5a90acff199940c5f1b2d7c478c0b
3
  size 5841