mjf-su commited on
Commit
82862c3
·
verified ·
1 Parent(s): 00bdbe2

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +4 -0
  2. checkpoint-1063/README.md +207 -0
  3. checkpoint-1063/adapter_config.json +39 -0
  4. checkpoint-1063/adapter_model.safetensors +3 -0
  5. checkpoint-1063/added_tokens.json +28 -0
  6. checkpoint-1063/chat_template.jinja +120 -0
  7. checkpoint-1063/merges.txt +0 -0
  8. checkpoint-1063/optimizer.pt +3 -0
  9. checkpoint-1063/preprocessor_config.json +39 -0
  10. checkpoint-1063/rng_state_0.pth +3 -0
  11. checkpoint-1063/rng_state_1.pth +3 -0
  12. checkpoint-1063/rng_state_2.pth +3 -0
  13. checkpoint-1063/rng_state_3.pth +3 -0
  14. checkpoint-1063/rng_state_4.pth +3 -0
  15. checkpoint-1063/rng_state_5.pth +3 -0
  16. checkpoint-1063/rng_state_6.pth +3 -0
  17. checkpoint-1063/rng_state_7.pth +3 -0
  18. checkpoint-1063/scheduler.pt +3 -0
  19. checkpoint-1063/special_tokens_map.json +31 -0
  20. checkpoint-1063/tokenizer.json +3 -0
  21. checkpoint-1063/tokenizer_config.json +240 -0
  22. checkpoint-1063/trainer_state.json +834 -0
  23. checkpoint-1063/training_args.bin +3 -0
  24. checkpoint-1063/video_preprocessor_config.json +41 -0
  25. checkpoint-1063/vocab.json +0 -0
  26. checkpoint-600/README.md +207 -0
  27. checkpoint-600/adapter_config.json +39 -0
  28. checkpoint-600/adapter_model.safetensors +3 -0
  29. checkpoint-600/added_tokens.json +28 -0
  30. checkpoint-600/chat_template.jinja +120 -0
  31. checkpoint-600/merges.txt +0 -0
  32. checkpoint-600/optimizer.pt +3 -0
  33. checkpoint-600/preprocessor_config.json +39 -0
  34. checkpoint-600/rng_state_0.pth +3 -0
  35. checkpoint-600/rng_state_1.pth +3 -0
  36. checkpoint-600/rng_state_2.pth +3 -0
  37. checkpoint-600/rng_state_3.pth +3 -0
  38. checkpoint-600/rng_state_4.pth +3 -0
  39. checkpoint-600/rng_state_5.pth +3 -0
  40. checkpoint-600/rng_state_6.pth +3 -0
  41. checkpoint-600/rng_state_7.pth +3 -0
  42. checkpoint-600/scheduler.pt +3 -0
  43. checkpoint-600/special_tokens_map.json +31 -0
  44. checkpoint-600/tokenizer.json +3 -0
  45. checkpoint-600/tokenizer_config.json +240 -0
  46. checkpoint-600/trainer_state.json +517 -0
  47. checkpoint-600/training_args.bin +3 -0
  48. checkpoint-600/video_preprocessor_config.json +41 -0
  49. checkpoint-600/vocab.json +0 -0
  50. checkpoint-900/README.md +207 -0
.gitattributes CHANGED
@@ -33,3 +33,7 @@ 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
+ checkpoint-1063/tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
+ checkpoint-600/tokenizer.json filter=lfs diff=lfs merge=lfs -text
38
+ checkpoint-900/tokenizer.json filter=lfs diff=lfs merge=lfs -text
39
+ final/tokenizer.json filter=lfs diff=lfs merge=lfs -text
checkpoint-1063/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen3-VL-4B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen3-VL-4B-Instruct
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- 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. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ 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).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.17.1
checkpoint-1063/adapter_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen3-VL-4B-Instruct",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 256,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.05,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "qalora_group_size": 16,
24
+ "r": 256,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "q_proj",
29
+ "k_proj",
30
+ "o_proj",
31
+ "v_proj"
32
+ ],
33
+ "target_parameters": null,
34
+ "task_type": "CAUSAL_LM",
35
+ "trainable_token_indices": null,
36
+ "use_dora": false,
37
+ "use_qalora": false,
38
+ "use_rslora": false
39
+ }
checkpoint-1063/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5472bbad318419ebf3b830cb9423f10bf194768289606ec1bfe02a4ed3496330
3
+ size 755018656
checkpoint-1063/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-1063/chat_template.jinja ADDED
@@ -0,0 +1,120 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0].role == 'system' %}
4
+ {%- if messages[0].content is string %}
5
+ {{- messages[0].content }}
6
+ {%- else %}
7
+ {%- for content in messages[0].content %}
8
+ {%- if 'text' in content %}
9
+ {{- content.text }}
10
+ {%- endif %}
11
+ {%- endfor %}
12
+ {%- endif %}
13
+ {{- '\n\n' }}
14
+ {%- endif %}
15
+ {{- "# 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>" }}
16
+ {%- for tool in tools %}
17
+ {{- "\n" }}
18
+ {{- tool | tojson }}
19
+ {%- endfor %}
20
+ {{- "\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" }}
21
+ {%- else %}
22
+ {%- if messages[0].role == 'system' %}
23
+ {{- '<|im_start|>system\n' }}
24
+ {%- if messages[0].content is string %}
25
+ {{- messages[0].content }}
26
+ {%- else %}
27
+ {%- for content in messages[0].content %}
28
+ {%- if 'text' in content %}
29
+ {{- content.text }}
30
+ {%- endif %}
31
+ {%- endfor %}
32
+ {%- endif %}
33
+ {{- '<|im_end|>\n' }}
34
+ {%- endif %}
35
+ {%- endif %}
36
+ {%- set image_count = namespace(value=0) %}
37
+ {%- set video_count = namespace(value=0) %}
38
+ {%- for message in messages %}
39
+ {%- if message.role == "user" %}
40
+ {{- '<|im_start|>' + message.role + '\n' }}
41
+ {%- if message.content is string %}
42
+ {{- message.content }}
43
+ {%- else %}
44
+ {%- for content in message.content %}
45
+ {%- if content.type == 'image' or 'image' in content or 'image_url' in content %}
46
+ {%- set image_count.value = image_count.value + 1 %}
47
+ {%- if add_vision_id %}Picture {{ image_count.value }}: {% endif -%}
48
+ <|vision_start|><|image_pad|><|vision_end|>
49
+ {%- elif content.type == 'video' or 'video' in content %}
50
+ {%- set video_count.value = video_count.value + 1 %}
51
+ {%- if add_vision_id %}Video {{ video_count.value }}: {% endif -%}
52
+ <|vision_start|><|video_pad|><|vision_end|>
53
+ {%- elif 'text' in content %}
54
+ {{- content.text }}
55
+ {%- endif %}
56
+ {%- endfor %}
57
+ {%- endif %}
58
+ {{- '<|im_end|>\n' }}
59
+ {%- elif message.role == "assistant" %}
60
+ {{- '<|im_start|>' + message.role + '\n' }}
61
+ {%- if message.content is string %}
62
+ {{- message.content }}
63
+ {%- else %}
64
+ {%- for content_item in message.content %}
65
+ {%- if 'text' in content_item %}
66
+ {{- content_item.text }}
67
+ {%- endif %}
68
+ {%- endfor %}
69
+ {%- endif %}
70
+ {%- if message.tool_calls %}
71
+ {%- for tool_call in message.tool_calls %}
72
+ {%- if (loop.first and message.content) or (not loop.first) %}
73
+ {{- '\n' }}
74
+ {%- endif %}
75
+ {%- if tool_call.function %}
76
+ {%- set tool_call = tool_call.function %}
77
+ {%- endif %}
78
+ {{- '<tool_call>\n{"name": "' }}
79
+ {{- tool_call.name }}
80
+ {{- '", "arguments": ' }}
81
+ {%- if tool_call.arguments is string %}
82
+ {{- tool_call.arguments }}
83
+ {%- else %}
84
+ {{- tool_call.arguments | tojson }}
85
+ {%- endif %}
86
+ {{- '}\n</tool_call>' }}
87
+ {%- endfor %}
88
+ {%- endif %}
89
+ {{- '<|im_end|>\n' }}
90
+ {%- elif message.role == "tool" %}
91
+ {%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
92
+ {{- '<|im_start|>user' }}
93
+ {%- endif %}
94
+ {{- '\n<tool_response>\n' }}
95
+ {%- if message.content is string %}
96
+ {{- message.content }}
97
+ {%- else %}
98
+ {%- for content in message.content %}
99
+ {%- if content.type == 'image' or 'image' in content or 'image_url' in content %}
100
+ {%- set image_count.value = image_count.value + 1 %}
101
+ {%- if add_vision_id %}Picture {{ image_count.value }}: {% endif -%}
102
+ <|vision_start|><|image_pad|><|vision_end|>
103
+ {%- elif content.type == 'video' or 'video' in content %}
104
+ {%- set video_count.value = video_count.value + 1 %}
105
+ {%- if add_vision_id %}Video {{ video_count.value }}: {% endif -%}
106
+ <|vision_start|><|video_pad|><|vision_end|>
107
+ {%- elif 'text' in content %}
108
+ {{- content.text }}
109
+ {%- endif %}
110
+ {%- endfor %}
111
+ {%- endif %}
112
+ {{- '\n</tool_response>' }}
113
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
114
+ {{- '<|im_end|>\n' }}
115
+ {%- endif %}
116
+ {%- endif %}
117
+ {%- endfor %}
118
+ {%- if add_generation_prompt %}
119
+ {{- '<|im_start|>assistant\n' }}
120
+ {%- endif %}
checkpoint-1063/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1063/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7d43cd186a819f5bcd1e322d76d8c1b1199c56b88b5d146fd909e735fa03856
3
+ size 1510197579
checkpoint-1063/preprocessor_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": null,
3
+ "data_format": "channels_first",
4
+ "default_to_square": true,
5
+ "device": null,
6
+ "disable_grouping": null,
7
+ "do_center_crop": null,
8
+ "do_convert_rgb": true,
9
+ "do_normalize": true,
10
+ "do_pad": null,
11
+ "do_rescale": true,
12
+ "do_resize": true,
13
+ "image_mean": [
14
+ 0.5,
15
+ 0.5,
16
+ 0.5
17
+ ],
18
+ "image_processor_type": "Qwen2VLImageProcessorFast",
19
+ "image_std": [
20
+ 0.5,
21
+ 0.5,
22
+ 0.5
23
+ ],
24
+ "input_data_format": null,
25
+ "max_pixels": null,
26
+ "merge_size": 2,
27
+ "min_pixels": null,
28
+ "pad_size": null,
29
+ "patch_size": 16,
30
+ "processor_class": "Qwen3VLProcessor",
31
+ "resample": 3,
32
+ "rescale_factor": 0.00392156862745098,
33
+ "return_tensors": null,
34
+ "size": {
35
+ "longest_edge": 16777216,
36
+ "shortest_edge": 65536
37
+ },
38
+ "temporal_patch_size": 2
39
+ }
checkpoint-1063/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45e0ae30d75a6f1bb9f51950040e9dc9396a660000a56d8d14711a80e859d867
3
+ size 16325
checkpoint-1063/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04bf405c3c1e26a3fbfbb975d6c256b109e00e5af1b105169ef4120ae6da1fc1
3
+ size 16325
checkpoint-1063/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5946aa4182f6734614bb39f2cec62bfe5db663d5b7ec75525a5618cb21a73b58
3
+ size 16325
checkpoint-1063/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37b5e6958f2c398b8c7e5ec583d6825e0ea4db906b31b33f9c0cf286b9a0fd31
3
+ size 16325
checkpoint-1063/rng_state_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1069d6002b7337188af8cf67b447edf79fdab47195cfa8f9032f2a271790bfe8
3
+ size 16325
checkpoint-1063/rng_state_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b28264664bc38dbb49c5494d3d90dbb138c10246a9843d844ffd025dd3fc891
3
+ size 16325
checkpoint-1063/rng_state_6.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1c5b9a7c1623105f2e6c88c5144556eca47d577bd97afa72e1de6cf730e921e
3
+ size 16325
checkpoint-1063/rng_state_7.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08f3dace39c4b726127da888c9ea6e48c6271db2d7b13829b690059fee07b8eb
3
+ size 16325
checkpoint-1063/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f27271691c2f523caa57899540ef24dbeb6302bc9855b4e79fc9fc1895861164
3
+ size 1465
checkpoint-1063/special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "eos_token": {
18
+ "content": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|endoftext|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
checkpoint-1063/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
3
+ size 11422654
checkpoint-1063/tokenizer_config.json ADDED
@@ -0,0 +1,240 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": null,
230
+ "clean_up_tokenization_spaces": false,
231
+ "eos_token": "<|im_end|>",
232
+ "errors": "replace",
233
+ "extra_special_tokens": {},
234
+ "model_max_length": 262144,
235
+ "pad_token": "<|endoftext|>",
236
+ "processor_class": "Qwen3VLProcessor",
237
+ "split_special_tokens": false,
238
+ "tokenizer_class": "Qwen2Tokenizer",
239
+ "unk_token": null
240
+ }
checkpoint-1063/trainer_state.json ADDED
@@ -0,0 +1,834 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 1063,
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,
14
+ "eval/E1/acc_on_CONSISTENT": 0.16435185185185186,
15
+ "eval/E1/acc_on_INCONSISTENT": 0.9875,
16
+ "eval/E1/accuracy": 0.29296875,
17
+ "eval/E1/f1_INC": 0.3038461538461539,
18
+ "eval/E1/precision_INC": 0.17954545454545454,
19
+ "eval/E1/recall_INC": 0.9875,
20
+ "eval/E2/acc_on_CONSISTENT": 0.6785714285714286,
21
+ "eval/E2/acc_on_INCONSISTENT": 0.9594594594594594,
22
+ "eval/E2/accuracy": 0.759765625,
23
+ "eval/E2/f1_INC": 0.6977886977886979,
24
+ "eval/E2/precision_INC": 0.5482625482625483,
25
+ "eval/E2/recall_INC": 0.9594594594594594,
26
+ "eval/E3/acc_on_CONSISTENT": 0.07098765432098765,
27
+ "eval/E3/acc_on_INCONSISTENT": 0.9680851063829787,
28
+ "eval/E3/accuracy": 0.400390625,
29
+ "eval/E3/f1_INC": 0.5424739195230999,
30
+ "eval/E3/precision_INC": 0.37681159420289856,
31
+ "eval/E3/recall_INC": 0.9680851063829787,
32
+ "eval/E4/acc_on_CONSISTENT": 0.0529595015576324,
33
+ "eval/E4/acc_on_INCONSISTENT": 0.9476439790575916,
34
+ "eval/E4/accuracy": 0.38671875,
35
+ "eval/E4/f1_INC": 0.5355029585798816,
36
+ "eval/E4/precision_INC": 0.3731958762886598,
37
+ "eval/E4/recall_INC": 0.9476439790575916,
38
+ "eval/edge_macro_accuracy": 0.4599609375,
39
+ "eval/malformed_rate": 0.0,
40
+ "eval/n_eval": 512.0,
41
+ "eval/overall/acc_on_CONSISTENT": 0.08133971291866028,
42
+ "eval/overall/acc_on_INCONSISTENT": 0.966996699669967,
43
+ "eval/overall/accuracy": 0.60546875,
44
+ "eval/overall/f1_INC": 0.7436548223350254,
45
+ "eval/overall/precision_INC": 0.6041237113402061,
46
+ "eval/overall/recall_INC": 0.966996699669967,
47
+ "eval/overall_exact_match": 0.064453125,
48
+ "eval_label": "start",
49
+ "step": 0
50
+ },
51
+ {
52
+ "epoch": 0.01881467544684854,
53
+ "grad_norm": 0.13588111102581024,
54
+ "learning_rate": 5.9375e-05,
55
+ "loss": 0.0936,
56
+ "step": 20
57
+ },
58
+ {
59
+ "epoch": 0.03762935089369708,
60
+ "grad_norm": 0.15987196564674377,
61
+ "learning_rate": 9.932104752667314e-05,
62
+ "loss": 0.0348,
63
+ "step": 40
64
+ },
65
+ {
66
+ "epoch": 0.05644402634054563,
67
+ "grad_norm": 0.14962074160575867,
68
+ "learning_rate": 9.73811833171678e-05,
69
+ "loss": 0.0273,
70
+ "step": 60
71
+ },
72
+ {
73
+ "epoch": 0.07525870178739416,
74
+ "grad_norm": 0.1912640929222107,
75
+ "learning_rate": 9.544131910766246e-05,
76
+ "loss": 0.0248,
77
+ "step": 80
78
+ },
79
+ {
80
+ "epoch": 0.09407337723424271,
81
+ "eval/E1/acc_on_CONSISTENT": 0.8819444444444444,
82
+ "eval/E1/acc_on_INCONSISTENT": 0.4625,
83
+ "eval/E1/accuracy": 0.81640625,
84
+ "eval/E1/f1_INC": 0.44047619047619047,
85
+ "eval/E1/precision_INC": 0.42045454545454547,
86
+ "eval/E1/recall_INC": 0.4625,
87
+ "eval/E2/acc_on_CONSISTENT": 0.9752747252747253,
88
+ "eval/E2/acc_on_INCONSISTENT": 0.8243243243243243,
89
+ "eval/E2/accuracy": 0.931640625,
90
+ "eval/E2/f1_INC": 0.8745519713261649,
91
+ "eval/E2/precision_INC": 0.9312977099236641,
92
+ "eval/E2/recall_INC": 0.8243243243243243,
93
+ "eval/E3/acc_on_CONSISTENT": 0.8179012345679012,
94
+ "eval/E3/acc_on_INCONSISTENT": 0.6968085106382979,
95
+ "eval/E3/accuracy": 0.7734375,
96
+ "eval/E3/f1_INC": 0.6931216931216931,
97
+ "eval/E3/precision_INC": 0.6894736842105263,
98
+ "eval/E3/recall_INC": 0.6968085106382979,
99
+ "eval/E4/acc_on_CONSISTENT": 0.8629283489096573,
100
+ "eval/E4/acc_on_INCONSISTENT": 0.7068062827225131,
101
+ "eval/E4/accuracy": 0.8046875,
102
+ "eval/E4/f1_INC": 0.7297297297297297,
103
+ "eval/E4/precision_INC": 0.7541899441340782,
104
+ "eval/E4/recall_INC": 0.7068062827225131,
105
+ "eval/edge_macro_accuracy": 0.83154296875,
106
+ "eval/malformed_rate": 0.0,
107
+ "eval/n_eval": 512.0,
108
+ "eval/overall/acc_on_CONSISTENT": 0.8325358851674641,
109
+ "eval/overall/acc_on_INCONSISTENT": 0.7887788778877888,
110
+ "eval/overall/accuracy": 0.806640625,
111
+ "eval/overall/f1_INC": 0.82842287694974,
112
+ "eval/overall/precision_INC": 0.8722627737226277,
113
+ "eval/overall/recall_INC": 0.7887788778877888,
114
+ "eval/overall_exact_match": 0.576171875,
115
+ "eval_label": "step_100",
116
+ "step": 100
117
+ },
118
+ {
119
+ "epoch": 0.09407337723424271,
120
+ "grad_norm": 0.10156096518039703,
121
+ "learning_rate": 9.350145489815713e-05,
122
+ "loss": 0.0248,
123
+ "step": 100
124
+ },
125
+ {
126
+ "epoch": 0.11288805268109126,
127
+ "grad_norm": 0.15984299778938293,
128
+ "learning_rate": 9.15615906886518e-05,
129
+ "loss": 0.0241,
130
+ "step": 120
131
+ },
132
+ {
133
+ "epoch": 0.1317027281279398,
134
+ "grad_norm": 0.14268864691257477,
135
+ "learning_rate": 8.962172647914647e-05,
136
+ "loss": 0.0222,
137
+ "step": 140
138
+ },
139
+ {
140
+ "epoch": 0.15051740357478832,
141
+ "grad_norm": 0.09480800479650497,
142
+ "learning_rate": 8.768186226964112e-05,
143
+ "loss": 0.022,
144
+ "step": 160
145
+ },
146
+ {
147
+ "epoch": 0.16933207902163688,
148
+ "grad_norm": 0.09908359497785568,
149
+ "learning_rate": 8.57419980601358e-05,
150
+ "loss": 0.0205,
151
+ "step": 180
152
+ },
153
+ {
154
+ "epoch": 0.18814675446848542,
155
+ "eval/E1/acc_on_CONSISTENT": 0.9236111111111112,
156
+ "eval/E1/acc_on_INCONSISTENT": 0.4125,
157
+ "eval/E1/accuracy": 0.84375,
158
+ "eval/E1/f1_INC": 0.4520547945205479,
159
+ "eval/E1/precision_INC": 0.5,
160
+ "eval/E1/recall_INC": 0.4125,
161
+ "eval/E2/acc_on_CONSISTENT": 0.945054945054945,
162
+ "eval/E2/acc_on_INCONSISTENT": 0.9391891891891891,
163
+ "eval/E2/accuracy": 0.943359375,
164
+ "eval/E2/f1_INC": 0.9055374592833876,
165
+ "eval/E2/precision_INC": 0.8742138364779874,
166
+ "eval/E2/recall_INC": 0.9391891891891891,
167
+ "eval/E3/acc_on_CONSISTENT": 0.8703703703703703,
168
+ "eval/E3/acc_on_INCONSISTENT": 0.8191489361702128,
169
+ "eval/E3/accuracy": 0.8515625,
170
+ "eval/E3/f1_INC": 0.8020833333333333,
171
+ "eval/E3/precision_INC": 0.7857142857142857,
172
+ "eval/E3/recall_INC": 0.8191489361702128,
173
+ "eval/E4/acc_on_CONSISTENT": 0.8411214953271028,
174
+ "eval/E4/acc_on_INCONSISTENT": 0.7905759162303665,
175
+ "eval/E4/accuracy": 0.822265625,
176
+ "eval/E4/f1_INC": 0.7684478371501273,
177
+ "eval/E4/precision_INC": 0.7475247524752475,
178
+ "eval/E4/recall_INC": 0.7905759162303665,
179
+ "eval/edge_macro_accuracy": 0.865234375,
180
+ "eval/malformed_rate": 0.0,
181
+ "eval/n_eval": 512.0,
182
+ "eval/overall/acc_on_CONSISTENT": 0.7559808612440191,
183
+ "eval/overall/acc_on_INCONSISTENT": 0.8712871287128713,
184
+ "eval/overall/accuracy": 0.82421875,
185
+ "eval/overall/f1_INC": 0.854368932038835,
186
+ "eval/overall/precision_INC": 0.8380952380952381,
187
+ "eval/overall/recall_INC": 0.8712871287128713,
188
+ "eval/overall_exact_match": 0.63671875,
189
+ "eval_label": "step_200",
190
+ "step": 200
191
+ },
192
+ {
193
+ "epoch": 0.18814675446848542,
194
+ "grad_norm": 0.1302443891763687,
195
+ "learning_rate": 8.380213385063046e-05,
196
+ "loss": 0.0211,
197
+ "step": 200
198
+ },
199
+ {
200
+ "epoch": 0.20696142991533395,
201
+ "grad_norm": 0.14304408431053162,
202
+ "learning_rate": 8.186226964112513e-05,
203
+ "loss": 0.0187,
204
+ "step": 220
205
+ },
206
+ {
207
+ "epoch": 0.2257761053621825,
208
+ "grad_norm": 0.20394913852214813,
209
+ "learning_rate": 7.99224054316198e-05,
210
+ "loss": 0.0208,
211
+ "step": 240
212
+ },
213
+ {
214
+ "epoch": 0.24459078080903104,
215
+ "grad_norm": 0.11161988973617554,
216
+ "learning_rate": 7.798254122211446e-05,
217
+ "loss": 0.019,
218
+ "step": 260
219
+ },
220
+ {
221
+ "epoch": 0.2634054562558796,
222
+ "grad_norm": 0.11904545873403549,
223
+ "learning_rate": 7.604267701260912e-05,
224
+ "loss": 0.0204,
225
+ "step": 280
226
+ },
227
+ {
228
+ "epoch": 0.28222013170272814,
229
+ "eval/E1/acc_on_CONSISTENT": 0.9652777777777778,
230
+ "eval/E1/acc_on_INCONSISTENT": 0.3375,
231
+ "eval/E1/accuracy": 0.8671875,
232
+ "eval/E1/f1_INC": 0.4426229508196722,
233
+ "eval/E1/precision_INC": 0.6428571428571429,
234
+ "eval/E1/recall_INC": 0.3375,
235
+ "eval/E2/acc_on_CONSISTENT": 0.967032967032967,
236
+ "eval/E2/acc_on_INCONSISTENT": 0.9324324324324325,
237
+ "eval/E2/accuracy": 0.95703125,
238
+ "eval/E2/f1_INC": 0.9261744966442953,
239
+ "eval/E2/precision_INC": 0.92,
240
+ "eval/E2/recall_INC": 0.9324324324324325,
241
+ "eval/E3/acc_on_CONSISTENT": 0.9382716049382716,
242
+ "eval/E3/acc_on_INCONSISTENT": 0.8138297872340425,
243
+ "eval/E3/accuracy": 0.892578125,
244
+ "eval/E3/f1_INC": 0.8476454293628809,
245
+ "eval/E3/precision_INC": 0.884393063583815,
246
+ "eval/E3/recall_INC": 0.8138297872340425,
247
+ "eval/E4/acc_on_CONSISTENT": 0.8940809968847352,
248
+ "eval/E4/acc_on_INCONSISTENT": 0.8010471204188482,
249
+ "eval/E4/accuracy": 0.859375,
250
+ "eval/E4/f1_INC": 0.8095238095238095,
251
+ "eval/E4/precision_INC": 0.8181818181818182,
252
+ "eval/E4/recall_INC": 0.8010471204188482,
253
+ "eval/edge_macro_accuracy": 0.89404296875,
254
+ "eval/malformed_rate": 0.0,
255
+ "eval/n_eval": 512.0,
256
+ "eval/overall/acc_on_CONSISTENT": 0.8851674641148325,
257
+ "eval/overall/acc_on_INCONSISTENT": 0.8448844884488449,
258
+ "eval/overall/accuracy": 0.861328125,
259
+ "eval/overall/f1_INC": 0.8782161234991424,
260
+ "eval/overall/precision_INC": 0.9142857142857143,
261
+ "eval/overall/recall_INC": 0.8448844884488449,
262
+ "eval/overall_exact_match": 0.697265625,
263
+ "eval_label": "step_300",
264
+ "step": 300
265
+ },
266
+ {
267
+ "epoch": 0.28222013170272814,
268
+ "grad_norm": 0.1075235903263092,
269
+ "learning_rate": 7.410281280310378e-05,
270
+ "loss": 0.0212,
271
+ "step": 300
272
+ },
273
+ {
274
+ "epoch": 0.30103480714957664,
275
+ "grad_norm": 0.08106118440628052,
276
+ "learning_rate": 7.216294859359845e-05,
277
+ "loss": 0.0177,
278
+ "step": 320
279
+ },
280
+ {
281
+ "epoch": 0.3198494825964252,
282
+ "grad_norm": 0.07731106132268906,
283
+ "learning_rate": 7.022308438409312e-05,
284
+ "loss": 0.0182,
285
+ "step": 340
286
+ },
287
+ {
288
+ "epoch": 0.33866415804327377,
289
+ "grad_norm": 0.1482355296611786,
290
+ "learning_rate": 6.828322017458779e-05,
291
+ "loss": 0.0178,
292
+ "step": 360
293
+ },
294
+ {
295
+ "epoch": 0.35747883349012227,
296
+ "grad_norm": 0.07897721230983734,
297
+ "learning_rate": 6.634335596508244e-05,
298
+ "loss": 0.018,
299
+ "step": 380
300
+ },
301
+ {
302
+ "epoch": 0.37629350893697083,
303
+ "eval/E1/acc_on_CONSISTENT": 0.9722222222222222,
304
+ "eval/E1/acc_on_INCONSISTENT": 0.45,
305
+ "eval/E1/accuracy": 0.890625,
306
+ "eval/E1/f1_INC": 0.5625000000000001,
307
+ "eval/E1/precision_INC": 0.75,
308
+ "eval/E1/recall_INC": 0.45,
309
+ "eval/E2/acc_on_CONSISTENT": 0.9697802197802198,
310
+ "eval/E2/acc_on_INCONSISTENT": 0.9324324324324325,
311
+ "eval/E2/accuracy": 0.958984375,
312
+ "eval/E2/f1_INC": 0.9292929292929293,
313
+ "eval/E2/precision_INC": 0.9261744966442953,
314
+ "eval/E2/recall_INC": 0.9324324324324325,
315
+ "eval/E3/acc_on_CONSISTENT": 0.9598765432098766,
316
+ "eval/E3/acc_on_INCONSISTENT": 0.8138297872340425,
317
+ "eval/E3/accuracy": 0.90625,
318
+ "eval/E3/f1_INC": 0.8644067796610171,
319
+ "eval/E3/precision_INC": 0.9216867469879518,
320
+ "eval/E3/recall_INC": 0.8138297872340425,
321
+ "eval/E4/acc_on_CONSISTENT": 0.9096573208722741,
322
+ "eval/E4/acc_on_INCONSISTENT": 0.806282722513089,
323
+ "eval/E4/accuracy": 0.87109375,
324
+ "eval/E4/f1_INC": 0.823529411764706,
325
+ "eval/E4/precision_INC": 0.8415300546448088,
326
+ "eval/E4/recall_INC": 0.806282722513089,
327
+ "eval/edge_macro_accuracy": 0.90673828125,
328
+ "eval/malformed_rate": 0.0,
329
+ "eval/n_eval": 512.0,
330
+ "eval/overall/acc_on_CONSISTENT": 0.9282296650717703,
331
+ "eval/overall/acc_on_INCONSISTENT": 0.8481848184818482,
332
+ "eval/overall/accuracy": 0.880859375,
333
+ "eval/overall/f1_INC": 0.8939130434782608,
334
+ "eval/overall/precision_INC": 0.9448529411764706,
335
+ "eval/overall/recall_INC": 0.8481848184818482,
336
+ "eval/overall_exact_match": 0.728515625,
337
+ "eval_label": "step_400",
338
+ "step": 400
339
+ },
340
+ {
341
+ "epoch": 0.37629350893697083,
342
+ "grad_norm": 0.1120094284415245,
343
+ "learning_rate": 6.440349175557712e-05,
344
+ "loss": 0.0168,
345
+ "step": 400
346
+ },
347
+ {
348
+ "epoch": 0.3951081843838194,
349
+ "grad_norm": 0.16071178019046783,
350
+ "learning_rate": 6.246362754607178e-05,
351
+ "loss": 0.016,
352
+ "step": 420
353
+ },
354
+ {
355
+ "epoch": 0.4139228598306679,
356
+ "grad_norm": 0.10165177285671234,
357
+ "learning_rate": 6.0523763336566445e-05,
358
+ "loss": 0.0159,
359
+ "step": 440
360
+ },
361
+ {
362
+ "epoch": 0.43273753527751646,
363
+ "grad_norm": 0.08946932107210159,
364
+ "learning_rate": 5.8583899127061106e-05,
365
+ "loss": 0.0167,
366
+ "step": 460
367
+ },
368
+ {
369
+ "epoch": 0.451552210724365,
370
+ "grad_norm": 0.07830841839313507,
371
+ "learning_rate": 5.664403491755578e-05,
372
+ "loss": 0.016,
373
+ "step": 480
374
+ },
375
+ {
376
+ "epoch": 0.4703668861712135,
377
+ "eval/E1/acc_on_CONSISTENT": 0.9444444444444444,
378
+ "eval/E1/acc_on_INCONSISTENT": 0.575,
379
+ "eval/E1/accuracy": 0.88671875,
380
+ "eval/E1/f1_INC": 0.6133333333333333,
381
+ "eval/E1/precision_INC": 0.6571428571428571,
382
+ "eval/E1/recall_INC": 0.575,
383
+ "eval/E2/acc_on_CONSISTENT": 0.9285714285714286,
384
+ "eval/E2/acc_on_INCONSISTENT": 0.9594594594594594,
385
+ "eval/E2/accuracy": 0.9375,
386
+ "eval/E2/f1_INC": 0.8987341772151899,
387
+ "eval/E2/precision_INC": 0.8452380952380952,
388
+ "eval/E2/recall_INC": 0.9594594594594594,
389
+ "eval/E3/acc_on_CONSISTENT": 0.8919753086419753,
390
+ "eval/E3/acc_on_INCONSISTENT": 0.8882978723404256,
391
+ "eval/E3/accuracy": 0.890625,
392
+ "eval/E3/f1_INC": 0.8564102564102564,
393
+ "eval/E3/precision_INC": 0.8267326732673267,
394
+ "eval/E3/recall_INC": 0.8882978723404256,
395
+ "eval/E4/acc_on_CONSISTENT": 0.8847352024922118,
396
+ "eval/E4/acc_on_INCONSISTENT": 0.8638743455497382,
397
+ "eval/E4/accuracy": 0.876953125,
398
+ "eval/E4/f1_INC": 0.8396946564885497,
399
+ "eval/E4/precision_INC": 0.8168316831683168,
400
+ "eval/E4/recall_INC": 0.8638743455497382,
401
+ "eval/edge_macro_accuracy": 0.89794921875,
402
+ "eval/malformed_rate": 0.0,
403
+ "eval/n_eval": 512.0,
404
+ "eval/overall/acc_on_CONSISTENT": 0.8325358851674641,
405
+ "eval/overall/acc_on_INCONSISTENT": 0.8976897689768977,
406
+ "eval/overall/accuracy": 0.87109375,
407
+ "eval/overall/f1_INC": 0.8918032786885246,
408
+ "eval/overall/precision_INC": 0.8859934853420195,
409
+ "eval/overall/recall_INC": 0.8976897689768977,
410
+ "eval/overall_exact_match": 0.71484375,
411
+ "eval_label": "step_500",
412
+ "step": 500
413
+ },
414
+ {
415
+ "epoch": 0.4703668861712135,
416
+ "grad_norm": 0.23986610770225525,
417
+ "learning_rate": 5.470417070805044e-05,
418
+ "loss": 0.0168,
419
+ "step": 500
420
+ },
421
+ {
422
+ "epoch": 0.4891815616180621,
423
+ "grad_norm": 0.07184334099292755,
424
+ "learning_rate": 5.27643064985451e-05,
425
+ "loss": 0.0169,
426
+ "step": 520
427
+ },
428
+ {
429
+ "epoch": 0.5079962370649106,
430
+ "grad_norm": 0.0486169196665287,
431
+ "learning_rate": 5.0824442289039763e-05,
432
+ "loss": 0.0148,
433
+ "step": 540
434
+ },
435
+ {
436
+ "epoch": 0.5268109125117592,
437
+ "grad_norm": 0.11095824092626572,
438
+ "learning_rate": 4.888457807953444e-05,
439
+ "loss": 0.0173,
440
+ "step": 560
441
+ },
442
+ {
443
+ "epoch": 0.5456255879586077,
444
+ "grad_norm": 0.11410392075777054,
445
+ "learning_rate": 4.69447138700291e-05,
446
+ "loss": 0.0149,
447
+ "step": 580
448
+ },
449
+ {
450
+ "epoch": 0.5644402634054563,
451
+ "eval/E1/acc_on_CONSISTENT": 0.9722222222222222,
452
+ "eval/E1/acc_on_INCONSISTENT": 0.4375,
453
+ "eval/E1/accuracy": 0.888671875,
454
+ "eval/E1/f1_INC": 0.5511811023622046,
455
+ "eval/E1/precision_INC": 0.7446808510638298,
456
+ "eval/E1/recall_INC": 0.4375,
457
+ "eval/E2/acc_on_CONSISTENT": 0.978021978021978,
458
+ "eval/E2/acc_on_INCONSISTENT": 0.9391891891891891,
459
+ "eval/E2/accuracy": 0.966796875,
460
+ "eval/E2/f1_INC": 0.9423728813559321,
461
+ "eval/E2/precision_INC": 0.9455782312925171,
462
+ "eval/E2/recall_INC": 0.9391891891891891,
463
+ "eval/E3/acc_on_CONSISTENT": 0.9691358024691358,
464
+ "eval/E3/acc_on_INCONSISTENT": 0.75,
465
+ "eval/E3/accuracy": 0.888671875,
466
+ "eval/E3/f1_INC": 0.831858407079646,
467
+ "eval/E3/precision_INC": 0.9337748344370861,
468
+ "eval/E3/recall_INC": 0.75,
469
+ "eval/E4/acc_on_CONSISTENT": 0.956386292834891,
470
+ "eval/E4/acc_on_INCONSISTENT": 0.7801047120418848,
471
+ "eval/E4/accuracy": 0.890625,
472
+ "eval/E4/f1_INC": 0.8418079096045198,
473
+ "eval/E4/precision_INC": 0.9141104294478528,
474
+ "eval/E4/recall_INC": 0.7801047120418848,
475
+ "eval/edge_macro_accuracy": 0.90869140625,
476
+ "eval/malformed_rate": 0.0,
477
+ "eval/n_eval": 512.0,
478
+ "eval/overall/acc_on_CONSISTENT": 0.9473684210526315,
479
+ "eval/overall/acc_on_INCONSISTENT": 0.8118811881188119,
480
+ "eval/overall/accuracy": 0.8671875,
481
+ "eval/overall/f1_INC": 0.8785714285714287,
482
+ "eval/overall/precision_INC": 0.9571984435797666,
483
+ "eval/overall/recall_INC": 0.8118811881188119,
484
+ "eval/overall_exact_match": 0.728515625,
485
+ "eval_label": "step_600",
486
+ "step": 600
487
+ },
488
+ {
489
+ "epoch": 0.5644402634054563,
490
+ "grad_norm": 0.13476960361003876,
491
+ "learning_rate": 4.500484966052377e-05,
492
+ "loss": 0.0159,
493
+ "step": 600
494
+ },
495
+ {
496
+ "epoch": 0.5832549388523048,
497
+ "grad_norm": 0.22448623180389404,
498
+ "learning_rate": 4.306498545101843e-05,
499
+ "loss": 0.0158,
500
+ "step": 620
501
+ },
502
+ {
503
+ "epoch": 0.6020696142991533,
504
+ "grad_norm": 0.3091525435447693,
505
+ "learning_rate": 4.1125121241513096e-05,
506
+ "loss": 0.0163,
507
+ "step": 640
508
+ },
509
+ {
510
+ "epoch": 0.6208842897460018,
511
+ "grad_norm": 0.06753229349851608,
512
+ "learning_rate": 3.9185257032007764e-05,
513
+ "loss": 0.0153,
514
+ "step": 660
515
+ },
516
+ {
517
+ "epoch": 0.6396989651928504,
518
+ "grad_norm": 0.16454404592514038,
519
+ "learning_rate": 3.724539282250243e-05,
520
+ "loss": 0.0137,
521
+ "step": 680
522
+ },
523
+ {
524
+ "epoch": 0.658513640639699,
525
+ "eval/E1/acc_on_CONSISTENT": 0.8958333333333334,
526
+ "eval/E1/acc_on_INCONSISTENT": 0.7,
527
+ "eval/E1/accuracy": 0.865234375,
528
+ "eval/E1/f1_INC": 0.6187845303867403,
529
+ "eval/E1/precision_INC": 0.5544554455445545,
530
+ "eval/E1/recall_INC": 0.7,
531
+ "eval/E2/acc_on_CONSISTENT": 0.9835164835164835,
532
+ "eval/E2/acc_on_INCONSISTENT": 0.9391891891891891,
533
+ "eval/E2/accuracy": 0.970703125,
534
+ "eval/E2/f1_INC": 0.9488054607508533,
535
+ "eval/E2/precision_INC": 0.9586206896551724,
536
+ "eval/E2/recall_INC": 0.9391891891891891,
537
+ "eval/E3/acc_on_CONSISTENT": 0.9444444444444444,
538
+ "eval/E3/acc_on_INCONSISTENT": 0.8563829787234043,
539
+ "eval/E3/accuracy": 0.912109375,
540
+ "eval/E3/f1_INC": 0.8773841961852861,
541
+ "eval/E3/precision_INC": 0.8994413407821229,
542
+ "eval/E3/recall_INC": 0.8563829787234043,
543
+ "eval/E4/acc_on_CONSISTENT": 0.9034267912772586,
544
+ "eval/E4/acc_on_INCONSISTENT": 0.8691099476439791,
545
+ "eval/E4/accuracy": 0.890625,
546
+ "eval/E4/f1_INC": 0.8556701030927836,
547
+ "eval/E4/precision_INC": 0.8426395939086294,
548
+ "eval/E4/recall_INC": 0.8691099476439791,
549
+ "eval/edge_macro_accuracy": 0.90966796875,
550
+ "eval/malformed_rate": 0.0,
551
+ "eval/n_eval": 512.0,
552
+ "eval/overall/acc_on_CONSISTENT": 0.8851674641148325,
553
+ "eval/overall/acc_on_INCONSISTENT": 0.8943894389438944,
554
+ "eval/overall/accuracy": 0.890625,
555
+ "eval/overall/f1_INC": 0.9063545150501673,
556
+ "eval/overall/precision_INC": 0.9186440677966101,
557
+ "eval/overall/recall_INC": 0.8943894389438944,
558
+ "eval/overall_exact_match": 0.736328125,
559
+ "eval_label": "step_700",
560
+ "step": 700
561
+ },
562
+ {
563
+ "epoch": 0.658513640639699,
564
+ "grad_norm": 0.10377257317304611,
565
+ "learning_rate": 3.530552861299709e-05,
566
+ "loss": 0.0159,
567
+ "step": 700
568
+ },
569
+ {
570
+ "epoch": 0.6773283160865475,
571
+ "grad_norm": 0.08269070833921432,
572
+ "learning_rate": 3.336566440349176e-05,
573
+ "loss": 0.0154,
574
+ "step": 720
575
+ },
576
+ {
577
+ "epoch": 0.6961429915333961,
578
+ "grad_norm": 0.13774652779102325,
579
+ "learning_rate": 3.142580019398642e-05,
580
+ "loss": 0.0164,
581
+ "step": 740
582
+ },
583
+ {
584
+ "epoch": 0.7149576669802445,
585
+ "grad_norm": 0.0529085136950016,
586
+ "learning_rate": 2.948593598448109e-05,
587
+ "loss": 0.0289,
588
+ "step": 760
589
+ },
590
+ {
591
+ "epoch": 0.7337723424270931,
592
+ "grad_norm": 0.07344073057174683,
593
+ "learning_rate": 2.754607177497575e-05,
594
+ "loss": 0.015,
595
+ "step": 780
596
+ },
597
+ {
598
+ "epoch": 0.7525870178739417,
599
+ "eval/E1/acc_on_CONSISTENT": 0.9722222222222222,
600
+ "eval/E1/acc_on_INCONSISTENT": 0.45,
601
+ "eval/E1/accuracy": 0.890625,
602
+ "eval/E1/f1_INC": 0.5625000000000001,
603
+ "eval/E1/precision_INC": 0.75,
604
+ "eval/E1/recall_INC": 0.45,
605
+ "eval/E2/acc_on_CONSISTENT": 0.9587912087912088,
606
+ "eval/E2/acc_on_INCONSISTENT": 0.9459459459459459,
607
+ "eval/E2/accuracy": 0.955078125,
608
+ "eval/E2/f1_INC": 0.9240924092409241,
609
+ "eval/E2/precision_INC": 0.9032258064516129,
610
+ "eval/E2/recall_INC": 0.9459459459459459,
611
+ "eval/E3/acc_on_CONSISTENT": 0.9598765432098766,
612
+ "eval/E3/acc_on_INCONSISTENT": 0.8404255319148937,
613
+ "eval/E3/accuracy": 0.916015625,
614
+ "eval/E3/f1_INC": 0.8802228412256267,
615
+ "eval/E3/precision_INC": 0.9239766081871345,
616
+ "eval/E3/recall_INC": 0.8404255319148937,
617
+ "eval/E4/acc_on_CONSISTENT": 0.9345794392523364,
618
+ "eval/E4/acc_on_INCONSISTENT": 0.837696335078534,
619
+ "eval/E4/accuracy": 0.8984375,
620
+ "eval/E4/f1_INC": 0.8602150537634408,
621
+ "eval/E4/precision_INC": 0.8839779005524862,
622
+ "eval/E4/recall_INC": 0.837696335078534,
623
+ "eval/edge_macro_accuracy": 0.9150390625,
624
+ "eval/malformed_rate": 0.0,
625
+ "eval/n_eval": 512.0,
626
+ "eval/overall/acc_on_CONSISTENT": 0.9282296650717703,
627
+ "eval/overall/acc_on_INCONSISTENT": 0.8547854785478548,
628
+ "eval/overall/accuracy": 0.884765625,
629
+ "eval/overall/f1_INC": 0.8977469670710573,
630
+ "eval/overall/precision_INC": 0.9452554744525548,
631
+ "eval/overall/recall_INC": 0.8547854785478548,
632
+ "eval/overall_exact_match": 0.751953125,
633
+ "eval_label": "step_800",
634
+ "step": 800
635
+ },
636
+ {
637
+ "epoch": 0.7525870178739417,
638
+ "grad_norm": 0.07503994554281235,
639
+ "learning_rate": 2.560620756547042e-05,
640
+ "loss": 0.0146,
641
+ "step": 800
642
+ },
643
+ {
644
+ "epoch": 0.7714016933207902,
645
+ "grad_norm": 0.05603089556097984,
646
+ "learning_rate": 2.3666343355965083e-05,
647
+ "loss": 0.0142,
648
+ "step": 820
649
+ },
650
+ {
651
+ "epoch": 0.7902163687676388,
652
+ "grad_norm": 0.09725795686244965,
653
+ "learning_rate": 2.172647914645975e-05,
654
+ "loss": 0.0151,
655
+ "step": 840
656
+ },
657
+ {
658
+ "epoch": 0.8090310442144873,
659
+ "grad_norm": 0.13120990991592407,
660
+ "learning_rate": 1.9786614936954415e-05,
661
+ "loss": 0.0136,
662
+ "step": 860
663
+ },
664
+ {
665
+ "epoch": 0.8278457196613358,
666
+ "grad_norm": 0.09627928584814072,
667
+ "learning_rate": 1.784675072744908e-05,
668
+ "loss": 0.0121,
669
+ "step": 880
670
+ },
671
+ {
672
+ "epoch": 0.8466603951081844,
673
+ "eval/E1/acc_on_CONSISTENT": 0.9467592592592593,
674
+ "eval/E1/acc_on_INCONSISTENT": 0.575,
675
+ "eval/E1/accuracy": 0.888671875,
676
+ "eval/E1/f1_INC": 0.6174496644295301,
677
+ "eval/E1/precision_INC": 0.6666666666666666,
678
+ "eval/E1/recall_INC": 0.575,
679
+ "eval/E2/acc_on_CONSISTENT": 0.9752747252747253,
680
+ "eval/E2/acc_on_INCONSISTENT": 0.9391891891891891,
681
+ "eval/E2/accuracy": 0.96484375,
682
+ "eval/E2/f1_INC": 0.9391891891891891,
683
+ "eval/E2/precision_INC": 0.9391891891891891,
684
+ "eval/E2/recall_INC": 0.9391891891891891,
685
+ "eval/E3/acc_on_CONSISTENT": 0.941358024691358,
686
+ "eval/E3/acc_on_INCONSISTENT": 0.8297872340425532,
687
+ "eval/E3/accuracy": 0.900390625,
688
+ "eval/E3/f1_INC": 0.859504132231405,
689
+ "eval/E3/precision_INC": 0.8914285714285715,
690
+ "eval/E3/recall_INC": 0.8297872340425532,
691
+ "eval/E4/acc_on_CONSISTENT": 0.9127725856697819,
692
+ "eval/E4/acc_on_INCONSISTENT": 0.8638743455497382,
693
+ "eval/E4/accuracy": 0.89453125,
694
+ "eval/E4/f1_INC": 0.859375,
695
+ "eval/E4/precision_INC": 0.8549222797927462,
696
+ "eval/E4/recall_INC": 0.8638743455497382,
697
+ "eval/edge_macro_accuracy": 0.912109375,
698
+ "eval/malformed_rate": 0.0,
699
+ "eval/n_eval": 512.0,
700
+ "eval/overall/acc_on_CONSISTENT": 0.8899521531100478,
701
+ "eval/overall/acc_on_INCONSISTENT": 0.8877887788778878,
702
+ "eval/overall/accuracy": 0.888671875,
703
+ "eval/overall/f1_INC": 0.9042016806722689,
704
+ "eval/overall/precision_INC": 0.9212328767123288,
705
+ "eval/overall/recall_INC": 0.8877887788778878,
706
+ "eval/overall_exact_match": 0.748046875,
707
+ "eval_label": "step_900",
708
+ "step": 900
709
+ },
710
+ {
711
+ "epoch": 0.8466603951081844,
712
+ "grad_norm": 0.07019995152950287,
713
+ "learning_rate": 1.5906886517943744e-05,
714
+ "loss": 0.0151,
715
+ "step": 900
716
+ },
717
+ {
718
+ "epoch": 0.8654750705550329,
719
+ "grad_norm": 0.09808464348316193,
720
+ "learning_rate": 1.396702230843841e-05,
721
+ "loss": 0.0146,
722
+ "step": 920
723
+ },
724
+ {
725
+ "epoch": 0.8842897460018815,
726
+ "grad_norm": 0.07016833871603012,
727
+ "learning_rate": 1.2027158098933075e-05,
728
+ "loss": 0.0143,
729
+ "step": 940
730
+ },
731
+ {
732
+ "epoch": 0.90310442144873,
733
+ "grad_norm": 0.060904502868652344,
734
+ "learning_rate": 1.008729388942774e-05,
735
+ "loss": 0.0147,
736
+ "step": 960
737
+ },
738
+ {
739
+ "epoch": 0.9219190968955786,
740
+ "grad_norm": 0.08607947826385498,
741
+ "learning_rate": 8.147429679922405e-06,
742
+ "loss": 0.0152,
743
+ "step": 980
744
+ },
745
+ {
746
+ "epoch": 0.940733772342427,
747
+ "eval/E1/acc_on_CONSISTENT": 0.9791666666666666,
748
+ "eval/E1/acc_on_INCONSISTENT": 0.45,
749
+ "eval/E1/accuracy": 0.896484375,
750
+ "eval/E1/f1_INC": 0.5760000000000001,
751
+ "eval/E1/precision_INC": 0.8,
752
+ "eval/E1/recall_INC": 0.45,
753
+ "eval/E2/acc_on_CONSISTENT": 0.9835164835164835,
754
+ "eval/E2/acc_on_INCONSISTENT": 0.9324324324324325,
755
+ "eval/E2/accuracy": 0.96875,
756
+ "eval/E2/f1_INC": 0.9452054794520548,
757
+ "eval/E2/precision_INC": 0.9583333333333334,
758
+ "eval/E2/recall_INC": 0.9324324324324325,
759
+ "eval/E3/acc_on_CONSISTENT": 0.9598765432098766,
760
+ "eval/E3/acc_on_INCONSISTENT": 0.8191489361702128,
761
+ "eval/E3/accuracy": 0.908203125,
762
+ "eval/E3/f1_INC": 0.867605633802817,
763
+ "eval/E3/precision_INC": 0.9221556886227545,
764
+ "eval/E3/recall_INC": 0.8191489361702128,
765
+ "eval/E4/acc_on_CONSISTENT": 0.9252336448598131,
766
+ "eval/E4/acc_on_INCONSISTENT": 0.8638743455497382,
767
+ "eval/E4/accuracy": 0.90234375,
768
+ "eval/E4/f1_INC": 0.8684210526315789,
769
+ "eval/E4/precision_INC": 0.873015873015873,
770
+ "eval/E4/recall_INC": 0.8638743455497382,
771
+ "eval/edge_macro_accuracy": 0.9189453125,
772
+ "eval/malformed_rate": 0.0,
773
+ "eval/n_eval": 512.0,
774
+ "eval/overall/acc_on_CONSISTENT": 0.9186602870813397,
775
+ "eval/overall/acc_on_INCONSISTENT": 0.8712871287128713,
776
+ "eval/overall/accuracy": 0.890625,
777
+ "eval/overall/f1_INC": 0.9041095890410958,
778
+ "eval/overall/precision_INC": 0.9395017793594306,
779
+ "eval/overall/recall_INC": 0.8712871287128713,
780
+ "eval/overall_exact_match": 0.751953125,
781
+ "eval_label": "step_1000",
782
+ "step": 1000
783
+ },
784
+ {
785
+ "epoch": 0.940733772342427,
786
+ "grad_norm": 0.05431496351957321,
787
+ "learning_rate": 6.207565470417071e-06,
788
+ "loss": 0.0151,
789
+ "step": 1000
790
+ },
791
+ {
792
+ "epoch": 0.9595484477892756,
793
+ "grad_norm": 0.11394680291414261,
794
+ "learning_rate": 4.267701260911737e-06,
795
+ "loss": 0.0137,
796
+ "step": 1020
797
+ },
798
+ {
799
+ "epoch": 0.9783631232361242,
800
+ "grad_norm": 0.06685776263475418,
801
+ "learning_rate": 2.327837051406402e-06,
802
+ "loss": 0.0135,
803
+ "step": 1040
804
+ },
805
+ {
806
+ "epoch": 0.9971777986829727,
807
+ "grad_norm": 0.07160358875989914,
808
+ "learning_rate": 3.8797284190106696e-07,
809
+ "loss": 0.0124,
810
+ "step": 1060
811
+ }
812
+ ],
813
+ "logging_steps": 20,
814
+ "max_steps": 1063,
815
+ "num_input_tokens_seen": 0,
816
+ "num_train_epochs": 1,
817
+ "save_steps": 300,
818
+ "stateful_callbacks": {
819
+ "TrainerControl": {
820
+ "args": {
821
+ "should_epoch_stop": false,
822
+ "should_evaluate": false,
823
+ "should_log": false,
824
+ "should_save": true,
825
+ "should_training_stop": true
826
+ },
827
+ "attributes": {}
828
+ }
829
+ },
830
+ "total_flos": 1.5483964464142746e+18,
831
+ "train_batch_size": 4,
832
+ "trial_name": null,
833
+ "trial_params": null
834
+ }
checkpoint-1063/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:744ad00c8c00b9edc8e0bd33e72eaff717a24e6a1f81961a168c411d234137e9
3
+ size 5905
checkpoint-1063/video_preprocessor_config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": null,
3
+ "data_format": "channels_first",
4
+ "default_to_square": true,
5
+ "device": null,
6
+ "do_center_crop": null,
7
+ "do_convert_rgb": true,
8
+ "do_normalize": true,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "do_sample_frames": true,
12
+ "fps": 2,
13
+ "image_mean": [
14
+ 0.5,
15
+ 0.5,
16
+ 0.5
17
+ ],
18
+ "image_std": [
19
+ 0.5,
20
+ 0.5,
21
+ 0.5
22
+ ],
23
+ "input_data_format": null,
24
+ "max_frames": 768,
25
+ "merge_size": 2,
26
+ "min_frames": 4,
27
+ "num_frames": null,
28
+ "pad_size": null,
29
+ "patch_size": 16,
30
+ "processor_class": "Qwen3VLProcessor",
31
+ "resample": 3,
32
+ "rescale_factor": 0.00392156862745098,
33
+ "return_metadata": false,
34
+ "size": {
35
+ "longest_edge": 25165824,
36
+ "shortest_edge": 4096
37
+ },
38
+ "temporal_patch_size": 2,
39
+ "video_metadata": null,
40
+ "video_processor_type": "Qwen3VLVideoProcessor"
41
+ }
checkpoint-1063/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-600/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen3-VL-4B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen3-VL-4B-Instruct
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- 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. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ 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).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.17.1
checkpoint-600/adapter_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen3-VL-4B-Instruct",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 256,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.05,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "qalora_group_size": 16,
24
+ "r": 256,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "q_proj",
29
+ "k_proj",
30
+ "o_proj",
31
+ "v_proj"
32
+ ],
33
+ "target_parameters": null,
34
+ "task_type": "CAUSAL_LM",
35
+ "trainable_token_indices": null,
36
+ "use_dora": false,
37
+ "use_qalora": false,
38
+ "use_rslora": false
39
+ }
checkpoint-600/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b3d55aca26cbd9fd5828f9c90f03d4d959629a3f90fff87356eb0ea2753dfc4
3
+ size 755018656
checkpoint-600/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-600/chat_template.jinja ADDED
@@ -0,0 +1,120 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0].role == 'system' %}
4
+ {%- if messages[0].content is string %}
5
+ {{- messages[0].content }}
6
+ {%- else %}
7
+ {%- for content in messages[0].content %}
8
+ {%- if 'text' in content %}
9
+ {{- content.text }}
10
+ {%- endif %}
11
+ {%- endfor %}
12
+ {%- endif %}
13
+ {{- '\n\n' }}
14
+ {%- endif %}
15
+ {{- "# 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>" }}
16
+ {%- for tool in tools %}
17
+ {{- "\n" }}
18
+ {{- tool | tojson }}
19
+ {%- endfor %}
20
+ {{- "\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" }}
21
+ {%- else %}
22
+ {%- if messages[0].role == 'system' %}
23
+ {{- '<|im_start|>system\n' }}
24
+ {%- if messages[0].content is string %}
25
+ {{- messages[0].content }}
26
+ {%- else %}
27
+ {%- for content in messages[0].content %}
28
+ {%- if 'text' in content %}
29
+ {{- content.text }}
30
+ {%- endif %}
31
+ {%- endfor %}
32
+ {%- endif %}
33
+ {{- '<|im_end|>\n' }}
34
+ {%- endif %}
35
+ {%- endif %}
36
+ {%- set image_count = namespace(value=0) %}
37
+ {%- set video_count = namespace(value=0) %}
38
+ {%- for message in messages %}
39
+ {%- if message.role == "user" %}
40
+ {{- '<|im_start|>' + message.role + '\n' }}
41
+ {%- if message.content is string %}
42
+ {{- message.content }}
43
+ {%- else %}
44
+ {%- for content in message.content %}
45
+ {%- if content.type == 'image' or 'image' in content or 'image_url' in content %}
46
+ {%- set image_count.value = image_count.value + 1 %}
47
+ {%- if add_vision_id %}Picture {{ image_count.value }}: {% endif -%}
48
+ <|vision_start|><|image_pad|><|vision_end|>
49
+ {%- elif content.type == 'video' or 'video' in content %}
50
+ {%- set video_count.value = video_count.value + 1 %}
51
+ {%- if add_vision_id %}Video {{ video_count.value }}: {% endif -%}
52
+ <|vision_start|><|video_pad|><|vision_end|>
53
+ {%- elif 'text' in content %}
54
+ {{- content.text }}
55
+ {%- endif %}
56
+ {%- endfor %}
57
+ {%- endif %}
58
+ {{- '<|im_end|>\n' }}
59
+ {%- elif message.role == "assistant" %}
60
+ {{- '<|im_start|>' + message.role + '\n' }}
61
+ {%- if message.content is string %}
62
+ {{- message.content }}
63
+ {%- else %}
64
+ {%- for content_item in message.content %}
65
+ {%- if 'text' in content_item %}
66
+ {{- content_item.text }}
67
+ {%- endif %}
68
+ {%- endfor %}
69
+ {%- endif %}
70
+ {%- if message.tool_calls %}
71
+ {%- for tool_call in message.tool_calls %}
72
+ {%- if (loop.first and message.content) or (not loop.first) %}
73
+ {{- '\n' }}
74
+ {%- endif %}
75
+ {%- if tool_call.function %}
76
+ {%- set tool_call = tool_call.function %}
77
+ {%- endif %}
78
+ {{- '<tool_call>\n{"name": "' }}
79
+ {{- tool_call.name }}
80
+ {{- '", "arguments": ' }}
81
+ {%- if tool_call.arguments is string %}
82
+ {{- tool_call.arguments }}
83
+ {%- else %}
84
+ {{- tool_call.arguments | tojson }}
85
+ {%- endif %}
86
+ {{- '}\n</tool_call>' }}
87
+ {%- endfor %}
88
+ {%- endif %}
89
+ {{- '<|im_end|>\n' }}
90
+ {%- elif message.role == "tool" %}
91
+ {%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
92
+ {{- '<|im_start|>user' }}
93
+ {%- endif %}
94
+ {{- '\n<tool_response>\n' }}
95
+ {%- if message.content is string %}
96
+ {{- message.content }}
97
+ {%- else %}
98
+ {%- for content in message.content %}
99
+ {%- if content.type == 'image' or 'image' in content or 'image_url' in content %}
100
+ {%- set image_count.value = image_count.value + 1 %}
101
+ {%- if add_vision_id %}Picture {{ image_count.value }}: {% endif -%}
102
+ <|vision_start|><|image_pad|><|vision_end|>
103
+ {%- elif content.type == 'video' or 'video' in content %}
104
+ {%- set video_count.value = video_count.value + 1 %}
105
+ {%- if add_vision_id %}Video {{ video_count.value }}: {% endif -%}
106
+ <|vision_start|><|video_pad|><|vision_end|>
107
+ {%- elif 'text' in content %}
108
+ {{- content.text }}
109
+ {%- endif %}
110
+ {%- endfor %}
111
+ {%- endif %}
112
+ {{- '\n</tool_response>' }}
113
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
114
+ {{- '<|im_end|>\n' }}
115
+ {%- endif %}
116
+ {%- endif %}
117
+ {%- endfor %}
118
+ {%- if add_generation_prompt %}
119
+ {{- '<|im_start|>assistant\n' }}
120
+ {%- endif %}
checkpoint-600/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-600/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3012d70525c66df85beb427611e72ffe8d56d0b03482245c34426ba135cc75d3
3
+ size 1510197579
checkpoint-600/preprocessor_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": null,
3
+ "data_format": "channels_first",
4
+ "default_to_square": true,
5
+ "device": null,
6
+ "disable_grouping": null,
7
+ "do_center_crop": null,
8
+ "do_convert_rgb": true,
9
+ "do_normalize": true,
10
+ "do_pad": null,
11
+ "do_rescale": true,
12
+ "do_resize": true,
13
+ "image_mean": [
14
+ 0.5,
15
+ 0.5,
16
+ 0.5
17
+ ],
18
+ "image_processor_type": "Qwen2VLImageProcessorFast",
19
+ "image_std": [
20
+ 0.5,
21
+ 0.5,
22
+ 0.5
23
+ ],
24
+ "input_data_format": null,
25
+ "max_pixels": null,
26
+ "merge_size": 2,
27
+ "min_pixels": null,
28
+ "pad_size": null,
29
+ "patch_size": 16,
30
+ "processor_class": "Qwen3VLProcessor",
31
+ "resample": 3,
32
+ "rescale_factor": 0.00392156862745098,
33
+ "return_tensors": null,
34
+ "size": {
35
+ "longest_edge": 16777216,
36
+ "shortest_edge": 65536
37
+ },
38
+ "temporal_patch_size": 2
39
+ }
checkpoint-600/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:419a8a6861381fa10f2c726f06e06a231f7d5b1e1955c980da2257eddb3c1727
3
+ size 16325
checkpoint-600/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1178ec7f8a778361075fbf8aa7e746031c4d092e59b171aa635079e6863968f0
3
+ size 16325
checkpoint-600/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78c18fe5bf258da8c4dfbff363482f442a4fe43a418f5be795a79dc16fae6a61
3
+ size 16325
checkpoint-600/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a487e42142050b3fccd5f0f4f58b9372c21ada9fb4e3b2bca54a902cba4d4f3c
3
+ size 16325
checkpoint-600/rng_state_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:932e8955907b140db96aabb195ffc67cd5664a0bf1f1b98a35e078a895b1e7e3
3
+ size 16325
checkpoint-600/rng_state_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d6cb4f53b9077371a08eafed9f4a72ab4db01f2bd8f4bc1e72ce685ad59cd58
3
+ size 16325
checkpoint-600/rng_state_6.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6653912c05df0e21e00e5fdcbb3d95eac67523709429264d729ef679fb8fb1f
3
+ size 16325
checkpoint-600/rng_state_7.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1ea93fd75f3a1af4ebef90d2afbfa9e07430e07443655538feaff8258badf41
3
+ size 16325
checkpoint-600/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a28368687aefbb4027c7cc4796b1aca150a0fa02a25fd97a820bfa759c12f99d
3
+ size 1465
checkpoint-600/special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "eos_token": {
18
+ "content": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|endoftext|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
checkpoint-600/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
3
+ size 11422654
checkpoint-600/tokenizer_config.json ADDED
@@ -0,0 +1,240 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": null,
230
+ "clean_up_tokenization_spaces": false,
231
+ "eos_token": "<|im_end|>",
232
+ "errors": "replace",
233
+ "extra_special_tokens": {},
234
+ "model_max_length": 262144,
235
+ "pad_token": "<|endoftext|>",
236
+ "processor_class": "Qwen3VLProcessor",
237
+ "split_special_tokens": false,
238
+ "tokenizer_class": "Qwen2Tokenizer",
239
+ "unk_token": null
240
+ }
checkpoint-600/trainer_state.json ADDED
@@ -0,0 +1,517 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.5644402634054563,
6
+ "eval_steps": 500,
7
+ "global_step": 600,
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,
14
+ "eval/E1/acc_on_CONSISTENT": 0.16435185185185186,
15
+ "eval/E1/acc_on_INCONSISTENT": 0.9875,
16
+ "eval/E1/accuracy": 0.29296875,
17
+ "eval/E1/f1_INC": 0.3038461538461539,
18
+ "eval/E1/precision_INC": 0.17954545454545454,
19
+ "eval/E1/recall_INC": 0.9875,
20
+ "eval/E2/acc_on_CONSISTENT": 0.6785714285714286,
21
+ "eval/E2/acc_on_INCONSISTENT": 0.9594594594594594,
22
+ "eval/E2/accuracy": 0.759765625,
23
+ "eval/E2/f1_INC": 0.6977886977886979,
24
+ "eval/E2/precision_INC": 0.5482625482625483,
25
+ "eval/E2/recall_INC": 0.9594594594594594,
26
+ "eval/E3/acc_on_CONSISTENT": 0.07098765432098765,
27
+ "eval/E3/acc_on_INCONSISTENT": 0.9680851063829787,
28
+ "eval/E3/accuracy": 0.400390625,
29
+ "eval/E3/f1_INC": 0.5424739195230999,
30
+ "eval/E3/precision_INC": 0.37681159420289856,
31
+ "eval/E3/recall_INC": 0.9680851063829787,
32
+ "eval/E4/acc_on_CONSISTENT": 0.0529595015576324,
33
+ "eval/E4/acc_on_INCONSISTENT": 0.9476439790575916,
34
+ "eval/E4/accuracy": 0.38671875,
35
+ "eval/E4/f1_INC": 0.5355029585798816,
36
+ "eval/E4/precision_INC": 0.3731958762886598,
37
+ "eval/E4/recall_INC": 0.9476439790575916,
38
+ "eval/edge_macro_accuracy": 0.4599609375,
39
+ "eval/malformed_rate": 0.0,
40
+ "eval/n_eval": 512.0,
41
+ "eval/overall/acc_on_CONSISTENT": 0.08133971291866028,
42
+ "eval/overall/acc_on_INCONSISTENT": 0.966996699669967,
43
+ "eval/overall/accuracy": 0.60546875,
44
+ "eval/overall/f1_INC": 0.7436548223350254,
45
+ "eval/overall/precision_INC": 0.6041237113402061,
46
+ "eval/overall/recall_INC": 0.966996699669967,
47
+ "eval/overall_exact_match": 0.064453125,
48
+ "eval_label": "start",
49
+ "step": 0
50
+ },
51
+ {
52
+ "epoch": 0.01881467544684854,
53
+ "grad_norm": 0.13588111102581024,
54
+ "learning_rate": 5.9375e-05,
55
+ "loss": 0.0936,
56
+ "step": 20
57
+ },
58
+ {
59
+ "epoch": 0.03762935089369708,
60
+ "grad_norm": 0.15987196564674377,
61
+ "learning_rate": 9.932104752667314e-05,
62
+ "loss": 0.0348,
63
+ "step": 40
64
+ },
65
+ {
66
+ "epoch": 0.05644402634054563,
67
+ "grad_norm": 0.14962074160575867,
68
+ "learning_rate": 9.73811833171678e-05,
69
+ "loss": 0.0273,
70
+ "step": 60
71
+ },
72
+ {
73
+ "epoch": 0.07525870178739416,
74
+ "grad_norm": 0.1912640929222107,
75
+ "learning_rate": 9.544131910766246e-05,
76
+ "loss": 0.0248,
77
+ "step": 80
78
+ },
79
+ {
80
+ "epoch": 0.09407337723424271,
81
+ "eval/E1/acc_on_CONSISTENT": 0.8819444444444444,
82
+ "eval/E1/acc_on_INCONSISTENT": 0.4625,
83
+ "eval/E1/accuracy": 0.81640625,
84
+ "eval/E1/f1_INC": 0.44047619047619047,
85
+ "eval/E1/precision_INC": 0.42045454545454547,
86
+ "eval/E1/recall_INC": 0.4625,
87
+ "eval/E2/acc_on_CONSISTENT": 0.9752747252747253,
88
+ "eval/E2/acc_on_INCONSISTENT": 0.8243243243243243,
89
+ "eval/E2/accuracy": 0.931640625,
90
+ "eval/E2/f1_INC": 0.8745519713261649,
91
+ "eval/E2/precision_INC": 0.9312977099236641,
92
+ "eval/E2/recall_INC": 0.8243243243243243,
93
+ "eval/E3/acc_on_CONSISTENT": 0.8179012345679012,
94
+ "eval/E3/acc_on_INCONSISTENT": 0.6968085106382979,
95
+ "eval/E3/accuracy": 0.7734375,
96
+ "eval/E3/f1_INC": 0.6931216931216931,
97
+ "eval/E3/precision_INC": 0.6894736842105263,
98
+ "eval/E3/recall_INC": 0.6968085106382979,
99
+ "eval/E4/acc_on_CONSISTENT": 0.8629283489096573,
100
+ "eval/E4/acc_on_INCONSISTENT": 0.7068062827225131,
101
+ "eval/E4/accuracy": 0.8046875,
102
+ "eval/E4/f1_INC": 0.7297297297297297,
103
+ "eval/E4/precision_INC": 0.7541899441340782,
104
+ "eval/E4/recall_INC": 0.7068062827225131,
105
+ "eval/edge_macro_accuracy": 0.83154296875,
106
+ "eval/malformed_rate": 0.0,
107
+ "eval/n_eval": 512.0,
108
+ "eval/overall/acc_on_CONSISTENT": 0.8325358851674641,
109
+ "eval/overall/acc_on_INCONSISTENT": 0.7887788778877888,
110
+ "eval/overall/accuracy": 0.806640625,
111
+ "eval/overall/f1_INC": 0.82842287694974,
112
+ "eval/overall/precision_INC": 0.8722627737226277,
113
+ "eval/overall/recall_INC": 0.7887788778877888,
114
+ "eval/overall_exact_match": 0.576171875,
115
+ "eval_label": "step_100",
116
+ "step": 100
117
+ },
118
+ {
119
+ "epoch": 0.09407337723424271,
120
+ "grad_norm": 0.10156096518039703,
121
+ "learning_rate": 9.350145489815713e-05,
122
+ "loss": 0.0248,
123
+ "step": 100
124
+ },
125
+ {
126
+ "epoch": 0.11288805268109126,
127
+ "grad_norm": 0.15984299778938293,
128
+ "learning_rate": 9.15615906886518e-05,
129
+ "loss": 0.0241,
130
+ "step": 120
131
+ },
132
+ {
133
+ "epoch": 0.1317027281279398,
134
+ "grad_norm": 0.14268864691257477,
135
+ "learning_rate": 8.962172647914647e-05,
136
+ "loss": 0.0222,
137
+ "step": 140
138
+ },
139
+ {
140
+ "epoch": 0.15051740357478832,
141
+ "grad_norm": 0.09480800479650497,
142
+ "learning_rate": 8.768186226964112e-05,
143
+ "loss": 0.022,
144
+ "step": 160
145
+ },
146
+ {
147
+ "epoch": 0.16933207902163688,
148
+ "grad_norm": 0.09908359497785568,
149
+ "learning_rate": 8.57419980601358e-05,
150
+ "loss": 0.0205,
151
+ "step": 180
152
+ },
153
+ {
154
+ "epoch": 0.18814675446848542,
155
+ "eval/E1/acc_on_CONSISTENT": 0.9236111111111112,
156
+ "eval/E1/acc_on_INCONSISTENT": 0.4125,
157
+ "eval/E1/accuracy": 0.84375,
158
+ "eval/E1/f1_INC": 0.4520547945205479,
159
+ "eval/E1/precision_INC": 0.5,
160
+ "eval/E1/recall_INC": 0.4125,
161
+ "eval/E2/acc_on_CONSISTENT": 0.945054945054945,
162
+ "eval/E2/acc_on_INCONSISTENT": 0.9391891891891891,
163
+ "eval/E2/accuracy": 0.943359375,
164
+ "eval/E2/f1_INC": 0.9055374592833876,
165
+ "eval/E2/precision_INC": 0.8742138364779874,
166
+ "eval/E2/recall_INC": 0.9391891891891891,
167
+ "eval/E3/acc_on_CONSISTENT": 0.8703703703703703,
168
+ "eval/E3/acc_on_INCONSISTENT": 0.8191489361702128,
169
+ "eval/E3/accuracy": 0.8515625,
170
+ "eval/E3/f1_INC": 0.8020833333333333,
171
+ "eval/E3/precision_INC": 0.7857142857142857,
172
+ "eval/E3/recall_INC": 0.8191489361702128,
173
+ "eval/E4/acc_on_CONSISTENT": 0.8411214953271028,
174
+ "eval/E4/acc_on_INCONSISTENT": 0.7905759162303665,
175
+ "eval/E4/accuracy": 0.822265625,
176
+ "eval/E4/f1_INC": 0.7684478371501273,
177
+ "eval/E4/precision_INC": 0.7475247524752475,
178
+ "eval/E4/recall_INC": 0.7905759162303665,
179
+ "eval/edge_macro_accuracy": 0.865234375,
180
+ "eval/malformed_rate": 0.0,
181
+ "eval/n_eval": 512.0,
182
+ "eval/overall/acc_on_CONSISTENT": 0.7559808612440191,
183
+ "eval/overall/acc_on_INCONSISTENT": 0.8712871287128713,
184
+ "eval/overall/accuracy": 0.82421875,
185
+ "eval/overall/f1_INC": 0.854368932038835,
186
+ "eval/overall/precision_INC": 0.8380952380952381,
187
+ "eval/overall/recall_INC": 0.8712871287128713,
188
+ "eval/overall_exact_match": 0.63671875,
189
+ "eval_label": "step_200",
190
+ "step": 200
191
+ },
192
+ {
193
+ "epoch": 0.18814675446848542,
194
+ "grad_norm": 0.1302443891763687,
195
+ "learning_rate": 8.380213385063046e-05,
196
+ "loss": 0.0211,
197
+ "step": 200
198
+ },
199
+ {
200
+ "epoch": 0.20696142991533395,
201
+ "grad_norm": 0.14304408431053162,
202
+ "learning_rate": 8.186226964112513e-05,
203
+ "loss": 0.0187,
204
+ "step": 220
205
+ },
206
+ {
207
+ "epoch": 0.2257761053621825,
208
+ "grad_norm": 0.20394913852214813,
209
+ "learning_rate": 7.99224054316198e-05,
210
+ "loss": 0.0208,
211
+ "step": 240
212
+ },
213
+ {
214
+ "epoch": 0.24459078080903104,
215
+ "grad_norm": 0.11161988973617554,
216
+ "learning_rate": 7.798254122211446e-05,
217
+ "loss": 0.019,
218
+ "step": 260
219
+ },
220
+ {
221
+ "epoch": 0.2634054562558796,
222
+ "grad_norm": 0.11904545873403549,
223
+ "learning_rate": 7.604267701260912e-05,
224
+ "loss": 0.0204,
225
+ "step": 280
226
+ },
227
+ {
228
+ "epoch": 0.28222013170272814,
229
+ "eval/E1/acc_on_CONSISTENT": 0.9652777777777778,
230
+ "eval/E1/acc_on_INCONSISTENT": 0.3375,
231
+ "eval/E1/accuracy": 0.8671875,
232
+ "eval/E1/f1_INC": 0.4426229508196722,
233
+ "eval/E1/precision_INC": 0.6428571428571429,
234
+ "eval/E1/recall_INC": 0.3375,
235
+ "eval/E2/acc_on_CONSISTENT": 0.967032967032967,
236
+ "eval/E2/acc_on_INCONSISTENT": 0.9324324324324325,
237
+ "eval/E2/accuracy": 0.95703125,
238
+ "eval/E2/f1_INC": 0.9261744966442953,
239
+ "eval/E2/precision_INC": 0.92,
240
+ "eval/E2/recall_INC": 0.9324324324324325,
241
+ "eval/E3/acc_on_CONSISTENT": 0.9382716049382716,
242
+ "eval/E3/acc_on_INCONSISTENT": 0.8138297872340425,
243
+ "eval/E3/accuracy": 0.892578125,
244
+ "eval/E3/f1_INC": 0.8476454293628809,
245
+ "eval/E3/precision_INC": 0.884393063583815,
246
+ "eval/E3/recall_INC": 0.8138297872340425,
247
+ "eval/E4/acc_on_CONSISTENT": 0.8940809968847352,
248
+ "eval/E4/acc_on_INCONSISTENT": 0.8010471204188482,
249
+ "eval/E4/accuracy": 0.859375,
250
+ "eval/E4/f1_INC": 0.8095238095238095,
251
+ "eval/E4/precision_INC": 0.8181818181818182,
252
+ "eval/E4/recall_INC": 0.8010471204188482,
253
+ "eval/edge_macro_accuracy": 0.89404296875,
254
+ "eval/malformed_rate": 0.0,
255
+ "eval/n_eval": 512.0,
256
+ "eval/overall/acc_on_CONSISTENT": 0.8851674641148325,
257
+ "eval/overall/acc_on_INCONSISTENT": 0.8448844884488449,
258
+ "eval/overall/accuracy": 0.861328125,
259
+ "eval/overall/f1_INC": 0.8782161234991424,
260
+ "eval/overall/precision_INC": 0.9142857142857143,
261
+ "eval/overall/recall_INC": 0.8448844884488449,
262
+ "eval/overall_exact_match": 0.697265625,
263
+ "eval_label": "step_300",
264
+ "step": 300
265
+ },
266
+ {
267
+ "epoch": 0.28222013170272814,
268
+ "grad_norm": 0.1075235903263092,
269
+ "learning_rate": 7.410281280310378e-05,
270
+ "loss": 0.0212,
271
+ "step": 300
272
+ },
273
+ {
274
+ "epoch": 0.30103480714957664,
275
+ "grad_norm": 0.08106118440628052,
276
+ "learning_rate": 7.216294859359845e-05,
277
+ "loss": 0.0177,
278
+ "step": 320
279
+ },
280
+ {
281
+ "epoch": 0.3198494825964252,
282
+ "grad_norm": 0.07731106132268906,
283
+ "learning_rate": 7.022308438409312e-05,
284
+ "loss": 0.0182,
285
+ "step": 340
286
+ },
287
+ {
288
+ "epoch": 0.33866415804327377,
289
+ "grad_norm": 0.1482355296611786,
290
+ "learning_rate": 6.828322017458779e-05,
291
+ "loss": 0.0178,
292
+ "step": 360
293
+ },
294
+ {
295
+ "epoch": 0.35747883349012227,
296
+ "grad_norm": 0.07897721230983734,
297
+ "learning_rate": 6.634335596508244e-05,
298
+ "loss": 0.018,
299
+ "step": 380
300
+ },
301
+ {
302
+ "epoch": 0.37629350893697083,
303
+ "eval/E1/acc_on_CONSISTENT": 0.9722222222222222,
304
+ "eval/E1/acc_on_INCONSISTENT": 0.45,
305
+ "eval/E1/accuracy": 0.890625,
306
+ "eval/E1/f1_INC": 0.5625000000000001,
307
+ "eval/E1/precision_INC": 0.75,
308
+ "eval/E1/recall_INC": 0.45,
309
+ "eval/E2/acc_on_CONSISTENT": 0.9697802197802198,
310
+ "eval/E2/acc_on_INCONSISTENT": 0.9324324324324325,
311
+ "eval/E2/accuracy": 0.958984375,
312
+ "eval/E2/f1_INC": 0.9292929292929293,
313
+ "eval/E2/precision_INC": 0.9261744966442953,
314
+ "eval/E2/recall_INC": 0.9324324324324325,
315
+ "eval/E3/acc_on_CONSISTENT": 0.9598765432098766,
316
+ "eval/E3/acc_on_INCONSISTENT": 0.8138297872340425,
317
+ "eval/E3/accuracy": 0.90625,
318
+ "eval/E3/f1_INC": 0.8644067796610171,
319
+ "eval/E3/precision_INC": 0.9216867469879518,
320
+ "eval/E3/recall_INC": 0.8138297872340425,
321
+ "eval/E4/acc_on_CONSISTENT": 0.9096573208722741,
322
+ "eval/E4/acc_on_INCONSISTENT": 0.806282722513089,
323
+ "eval/E4/accuracy": 0.87109375,
324
+ "eval/E4/f1_INC": 0.823529411764706,
325
+ "eval/E4/precision_INC": 0.8415300546448088,
326
+ "eval/E4/recall_INC": 0.806282722513089,
327
+ "eval/edge_macro_accuracy": 0.90673828125,
328
+ "eval/malformed_rate": 0.0,
329
+ "eval/n_eval": 512.0,
330
+ "eval/overall/acc_on_CONSISTENT": 0.9282296650717703,
331
+ "eval/overall/acc_on_INCONSISTENT": 0.8481848184818482,
332
+ "eval/overall/accuracy": 0.880859375,
333
+ "eval/overall/f1_INC": 0.8939130434782608,
334
+ "eval/overall/precision_INC": 0.9448529411764706,
335
+ "eval/overall/recall_INC": 0.8481848184818482,
336
+ "eval/overall_exact_match": 0.728515625,
337
+ "eval_label": "step_400",
338
+ "step": 400
339
+ },
340
+ {
341
+ "epoch": 0.37629350893697083,
342
+ "grad_norm": 0.1120094284415245,
343
+ "learning_rate": 6.440349175557712e-05,
344
+ "loss": 0.0168,
345
+ "step": 400
346
+ },
347
+ {
348
+ "epoch": 0.3951081843838194,
349
+ "grad_norm": 0.16071178019046783,
350
+ "learning_rate": 6.246362754607178e-05,
351
+ "loss": 0.016,
352
+ "step": 420
353
+ },
354
+ {
355
+ "epoch": 0.4139228598306679,
356
+ "grad_norm": 0.10165177285671234,
357
+ "learning_rate": 6.0523763336566445e-05,
358
+ "loss": 0.0159,
359
+ "step": 440
360
+ },
361
+ {
362
+ "epoch": 0.43273753527751646,
363
+ "grad_norm": 0.08946932107210159,
364
+ "learning_rate": 5.8583899127061106e-05,
365
+ "loss": 0.0167,
366
+ "step": 460
367
+ },
368
+ {
369
+ "epoch": 0.451552210724365,
370
+ "grad_norm": 0.07830841839313507,
371
+ "learning_rate": 5.664403491755578e-05,
372
+ "loss": 0.016,
373
+ "step": 480
374
+ },
375
+ {
376
+ "epoch": 0.4703668861712135,
377
+ "eval/E1/acc_on_CONSISTENT": 0.9444444444444444,
378
+ "eval/E1/acc_on_INCONSISTENT": 0.575,
379
+ "eval/E1/accuracy": 0.88671875,
380
+ "eval/E1/f1_INC": 0.6133333333333333,
381
+ "eval/E1/precision_INC": 0.6571428571428571,
382
+ "eval/E1/recall_INC": 0.575,
383
+ "eval/E2/acc_on_CONSISTENT": 0.9285714285714286,
384
+ "eval/E2/acc_on_INCONSISTENT": 0.9594594594594594,
385
+ "eval/E2/accuracy": 0.9375,
386
+ "eval/E2/f1_INC": 0.8987341772151899,
387
+ "eval/E2/precision_INC": 0.8452380952380952,
388
+ "eval/E2/recall_INC": 0.9594594594594594,
389
+ "eval/E3/acc_on_CONSISTENT": 0.8919753086419753,
390
+ "eval/E3/acc_on_INCONSISTENT": 0.8882978723404256,
391
+ "eval/E3/accuracy": 0.890625,
392
+ "eval/E3/f1_INC": 0.8564102564102564,
393
+ "eval/E3/precision_INC": 0.8267326732673267,
394
+ "eval/E3/recall_INC": 0.8882978723404256,
395
+ "eval/E4/acc_on_CONSISTENT": 0.8847352024922118,
396
+ "eval/E4/acc_on_INCONSISTENT": 0.8638743455497382,
397
+ "eval/E4/accuracy": 0.876953125,
398
+ "eval/E4/f1_INC": 0.8396946564885497,
399
+ "eval/E4/precision_INC": 0.8168316831683168,
400
+ "eval/E4/recall_INC": 0.8638743455497382,
401
+ "eval/edge_macro_accuracy": 0.89794921875,
402
+ "eval/malformed_rate": 0.0,
403
+ "eval/n_eval": 512.0,
404
+ "eval/overall/acc_on_CONSISTENT": 0.8325358851674641,
405
+ "eval/overall/acc_on_INCONSISTENT": 0.8976897689768977,
406
+ "eval/overall/accuracy": 0.87109375,
407
+ "eval/overall/f1_INC": 0.8918032786885246,
408
+ "eval/overall/precision_INC": 0.8859934853420195,
409
+ "eval/overall/recall_INC": 0.8976897689768977,
410
+ "eval/overall_exact_match": 0.71484375,
411
+ "eval_label": "step_500",
412
+ "step": 500
413
+ },
414
+ {
415
+ "epoch": 0.4703668861712135,
416
+ "grad_norm": 0.23986610770225525,
417
+ "learning_rate": 5.470417070805044e-05,
418
+ "loss": 0.0168,
419
+ "step": 500
420
+ },
421
+ {
422
+ "epoch": 0.4891815616180621,
423
+ "grad_norm": 0.07184334099292755,
424
+ "learning_rate": 5.27643064985451e-05,
425
+ "loss": 0.0169,
426
+ "step": 520
427
+ },
428
+ {
429
+ "epoch": 0.5079962370649106,
430
+ "grad_norm": 0.0486169196665287,
431
+ "learning_rate": 5.0824442289039763e-05,
432
+ "loss": 0.0148,
433
+ "step": 540
434
+ },
435
+ {
436
+ "epoch": 0.5268109125117592,
437
+ "grad_norm": 0.11095824092626572,
438
+ "learning_rate": 4.888457807953444e-05,
439
+ "loss": 0.0173,
440
+ "step": 560
441
+ },
442
+ {
443
+ "epoch": 0.5456255879586077,
444
+ "grad_norm": 0.11410392075777054,
445
+ "learning_rate": 4.69447138700291e-05,
446
+ "loss": 0.0149,
447
+ "step": 580
448
+ },
449
+ {
450
+ "epoch": 0.5644402634054563,
451
+ "eval/E1/acc_on_CONSISTENT": 0.9722222222222222,
452
+ "eval/E1/acc_on_INCONSISTENT": 0.4375,
453
+ "eval/E1/accuracy": 0.888671875,
454
+ "eval/E1/f1_INC": 0.5511811023622046,
455
+ "eval/E1/precision_INC": 0.7446808510638298,
456
+ "eval/E1/recall_INC": 0.4375,
457
+ "eval/E2/acc_on_CONSISTENT": 0.978021978021978,
458
+ "eval/E2/acc_on_INCONSISTENT": 0.9391891891891891,
459
+ "eval/E2/accuracy": 0.966796875,
460
+ "eval/E2/f1_INC": 0.9423728813559321,
461
+ "eval/E2/precision_INC": 0.9455782312925171,
462
+ "eval/E2/recall_INC": 0.9391891891891891,
463
+ "eval/E3/acc_on_CONSISTENT": 0.9691358024691358,
464
+ "eval/E3/acc_on_INCONSISTENT": 0.75,
465
+ "eval/E3/accuracy": 0.888671875,
466
+ "eval/E3/f1_INC": 0.831858407079646,
467
+ "eval/E3/precision_INC": 0.9337748344370861,
468
+ "eval/E3/recall_INC": 0.75,
469
+ "eval/E4/acc_on_CONSISTENT": 0.956386292834891,
470
+ "eval/E4/acc_on_INCONSISTENT": 0.7801047120418848,
471
+ "eval/E4/accuracy": 0.890625,
472
+ "eval/E4/f1_INC": 0.8418079096045198,
473
+ "eval/E4/precision_INC": 0.9141104294478528,
474
+ "eval/E4/recall_INC": 0.7801047120418848,
475
+ "eval/edge_macro_accuracy": 0.90869140625,
476
+ "eval/malformed_rate": 0.0,
477
+ "eval/n_eval": 512.0,
478
+ "eval/overall/acc_on_CONSISTENT": 0.9473684210526315,
479
+ "eval/overall/acc_on_INCONSISTENT": 0.8118811881188119,
480
+ "eval/overall/accuracy": 0.8671875,
481
+ "eval/overall/f1_INC": 0.8785714285714287,
482
+ "eval/overall/precision_INC": 0.9571984435797666,
483
+ "eval/overall/recall_INC": 0.8118811881188119,
484
+ "eval/overall_exact_match": 0.728515625,
485
+ "eval_label": "step_600",
486
+ "step": 600
487
+ },
488
+ {
489
+ "epoch": 0.5644402634054563,
490
+ "grad_norm": 0.13476960361003876,
491
+ "learning_rate": 4.500484966052377e-05,
492
+ "loss": 0.0159,
493
+ "step": 600
494
+ }
495
+ ],
496
+ "logging_steps": 20,
497
+ "max_steps": 1063,
498
+ "num_input_tokens_seen": 0,
499
+ "num_train_epochs": 1,
500
+ "save_steps": 300,
501
+ "stateful_callbacks": {
502
+ "TrainerControl": {
503
+ "args": {
504
+ "should_epoch_stop": false,
505
+ "should_evaluate": false,
506
+ "should_log": false,
507
+ "should_save": true,
508
+ "should_training_stop": false
509
+ },
510
+ "attributes": {}
511
+ }
512
+ },
513
+ "total_flos": 8.738632608964936e+17,
514
+ "train_batch_size": 4,
515
+ "trial_name": null,
516
+ "trial_params": null
517
+ }
checkpoint-600/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:744ad00c8c00b9edc8e0bd33e72eaff717a24e6a1f81961a168c411d234137e9
3
+ size 5905
checkpoint-600/video_preprocessor_config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": null,
3
+ "data_format": "channels_first",
4
+ "default_to_square": true,
5
+ "device": null,
6
+ "do_center_crop": null,
7
+ "do_convert_rgb": true,
8
+ "do_normalize": true,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "do_sample_frames": true,
12
+ "fps": 2,
13
+ "image_mean": [
14
+ 0.5,
15
+ 0.5,
16
+ 0.5
17
+ ],
18
+ "image_std": [
19
+ 0.5,
20
+ 0.5,
21
+ 0.5
22
+ ],
23
+ "input_data_format": null,
24
+ "max_frames": 768,
25
+ "merge_size": 2,
26
+ "min_frames": 4,
27
+ "num_frames": null,
28
+ "pad_size": null,
29
+ "patch_size": 16,
30
+ "processor_class": "Qwen3VLProcessor",
31
+ "resample": 3,
32
+ "rescale_factor": 0.00392156862745098,
33
+ "return_metadata": false,
34
+ "size": {
35
+ "longest_edge": 25165824,
36
+ "shortest_edge": 4096
37
+ },
38
+ "temporal_patch_size": 2,
39
+ "video_metadata": null,
40
+ "video_processor_type": "Qwen3VLVideoProcessor"
41
+ }
checkpoint-600/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-900/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen3-VL-4B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen3-VL-4B-Instruct
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- 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. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ 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).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.17.1