iscchang commited on
Commit
ec9e502
·
verified ·
1 Parent(s): d371db0

iscchang/Qwen2.5-Coder-Text2Sql-ft

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 +6 -0
  2. workspace/fine_tunning/text2sql/output_train2/README.md +59 -0
  3. workspace/fine_tunning/text2sql/output_train2/adapter_config.json +38 -0
  4. workspace/fine_tunning/text2sql/output_train2/adapter_model.safetensors +3 -0
  5. workspace/fine_tunning/text2sql/output_train2/added_tokens.json +24 -0
  6. workspace/fine_tunning/text2sql/output_train2/chat_template.jinja +54 -0
  7. workspace/fine_tunning/text2sql/output_train2/checkpoint-1000/README.md +202 -0
  8. workspace/fine_tunning/text2sql/output_train2/checkpoint-1000/adapter_config.json +38 -0
  9. workspace/fine_tunning/text2sql/output_train2/checkpoint-1000/adapter_model.safetensors +3 -0
  10. workspace/fine_tunning/text2sql/output_train2/checkpoint-1000/added_tokens.json +24 -0
  11. workspace/fine_tunning/text2sql/output_train2/checkpoint-1000/chat_template.jinja +54 -0
  12. workspace/fine_tunning/text2sql/output_train2/checkpoint-1000/merges.txt +0 -0
  13. workspace/fine_tunning/text2sql/output_train2/checkpoint-1000/optimizer.pt +3 -0
  14. workspace/fine_tunning/text2sql/output_train2/checkpoint-1000/rng_state.pth +3 -0
  15. workspace/fine_tunning/text2sql/output_train2/checkpoint-1000/scheduler.pt +3 -0
  16. workspace/fine_tunning/text2sql/output_train2/checkpoint-1000/special_tokens_map.json +31 -0
  17. workspace/fine_tunning/text2sql/output_train2/checkpoint-1000/tokenizer.json +3 -0
  18. workspace/fine_tunning/text2sql/output_train2/checkpoint-1000/tokenizer_config.json +207 -0
  19. workspace/fine_tunning/text2sql/output_train2/checkpoint-1000/trainer_state.json +214 -0
  20. workspace/fine_tunning/text2sql/output_train2/checkpoint-1000/training_args.bin +3 -0
  21. workspace/fine_tunning/text2sql/output_train2/checkpoint-1000/vocab.json +0 -0
  22. workspace/fine_tunning/text2sql/output_train2/checkpoint-1500/README.md +202 -0
  23. workspace/fine_tunning/text2sql/output_train2/checkpoint-1500/adapter_config.json +38 -0
  24. workspace/fine_tunning/text2sql/output_train2/checkpoint-1500/adapter_model.safetensors +3 -0
  25. workspace/fine_tunning/text2sql/output_train2/checkpoint-1500/added_tokens.json +24 -0
  26. workspace/fine_tunning/text2sql/output_train2/checkpoint-1500/chat_template.jinja +54 -0
  27. workspace/fine_tunning/text2sql/output_train2/checkpoint-1500/merges.txt +0 -0
  28. workspace/fine_tunning/text2sql/output_train2/checkpoint-1500/optimizer.pt +3 -0
  29. workspace/fine_tunning/text2sql/output_train2/checkpoint-1500/rng_state.pth +3 -0
  30. workspace/fine_tunning/text2sql/output_train2/checkpoint-1500/scheduler.pt +3 -0
  31. workspace/fine_tunning/text2sql/output_train2/checkpoint-1500/special_tokens_map.json +31 -0
  32. workspace/fine_tunning/text2sql/output_train2/checkpoint-1500/tokenizer.json +3 -0
  33. workspace/fine_tunning/text2sql/output_train2/checkpoint-1500/tokenizer_config.json +207 -0
  34. workspace/fine_tunning/text2sql/output_train2/checkpoint-1500/trainer_state.json +304 -0
  35. workspace/fine_tunning/text2sql/output_train2/checkpoint-1500/training_args.bin +3 -0
  36. workspace/fine_tunning/text2sql/output_train2/checkpoint-1500/vocab.json +0 -0
  37. workspace/fine_tunning/text2sql/output_train2/checkpoint-2000/README.md +202 -0
  38. workspace/fine_tunning/text2sql/output_train2/checkpoint-2000/adapter_config.json +38 -0
  39. workspace/fine_tunning/text2sql/output_train2/checkpoint-2000/adapter_model.safetensors +3 -0
  40. workspace/fine_tunning/text2sql/output_train2/checkpoint-2000/added_tokens.json +24 -0
  41. workspace/fine_tunning/text2sql/output_train2/checkpoint-2000/chat_template.jinja +54 -0
  42. workspace/fine_tunning/text2sql/output_train2/checkpoint-2000/merges.txt +0 -0
  43. workspace/fine_tunning/text2sql/output_train2/checkpoint-2000/optimizer.pt +3 -0
  44. workspace/fine_tunning/text2sql/output_train2/checkpoint-2000/rng_state.pth +3 -0
  45. workspace/fine_tunning/text2sql/output_train2/checkpoint-2000/scheduler.pt +3 -0
  46. workspace/fine_tunning/text2sql/output_train2/checkpoint-2000/special_tokens_map.json +31 -0
  47. workspace/fine_tunning/text2sql/output_train2/checkpoint-2000/tokenizer.json +3 -0
  48. workspace/fine_tunning/text2sql/output_train2/checkpoint-2000/tokenizer_config.json +207 -0
  49. workspace/fine_tunning/text2sql/output_train2/checkpoint-2000/trainer_state.json +394 -0
  50. workspace/fine_tunning/text2sql/output_train2/checkpoint-2000/training_args.bin +3 -0
.gitattributes CHANGED
@@ -33,3 +33,9 @@ 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
+ workspace/fine_tunning/text2sql/output_train2/checkpoint-1000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
+ workspace/fine_tunning/text2sql/output_train2/checkpoint-1500/tokenizer.json filter=lfs diff=lfs merge=lfs -text
38
+ workspace/fine_tunning/text2sql/output_train2/checkpoint-2000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
39
+ workspace/fine_tunning/text2sql/output_train2/checkpoint-2250/tokenizer.json filter=lfs diff=lfs merge=lfs -text
40
+ workspace/fine_tunning/text2sql/output_train2/checkpoint-500/tokenizer.json filter=lfs diff=lfs merge=lfs -text
41
+ workspace/fine_tunning/text2sql/output_train2/tokenizer.json filter=lfs diff=lfs merge=lfs -text
workspace/fine_tunning/text2sql/output_train2/README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-Coder-7B-Instruct
3
+ library_name: peft
4
+ model_name: output_train2
5
+ tags:
6
+ - generated_from_trainer
7
+ - sft
8
+ - trl
9
+ licence: license
10
+ ---
11
+
12
+ # Model Card for output_train2
13
+
14
+ This model is a fine-tuned version of [Qwen/Qwen2.5-Coder-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-7B-Instruct).
15
+ It has been trained using [TRL](https://github.com/huggingface/trl).
16
+
17
+ ## Quick start
18
+
19
+ ```python
20
+ from transformers import pipeline
21
+
22
+ question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"
23
+ generator = pipeline("text-generation", model="None", device="cuda")
24
+ output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
25
+ print(output["generated_text"])
26
+ ```
27
+
28
+ ## Training procedure
29
+
30
+
31
+
32
+
33
+ This model was trained with SFT.
34
+
35
+ ### Framework versions
36
+
37
+ - PEFT 0.15.2
38
+ - TRL: 0.19.0
39
+ - Transformers: 4.53.0
40
+ - Pytorch: 2.6.0+cu126
41
+ - Datasets: 3.6.0
42
+ - Tokenizers: 0.21.2
43
+
44
+ ## Citations
45
+
46
+
47
+
48
+ Cite TRL as:
49
+
50
+ ```bibtex
51
+ @misc{vonwerra2022trl,
52
+ title = {{TRL: Transformer Reinforcement Learning}},
53
+ author = {Leandro von Werra and Younes Belkada and Lewis Tunstall and Edward Beeching and Tristan Thrush and Nathan Lambert and Shengyi Huang and Kashif Rasul and Quentin Gallou{\'e}dec},
54
+ year = 2020,
55
+ journal = {GitHub repository},
56
+ publisher = {GitHub},
57
+ howpublished = {\url{https://github.com/huggingface/trl}}
58
+ }
59
+ ```
workspace/fine_tunning/text2sql/output_train2/adapter_config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-Coder-7B-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": 64,
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
+ "r": 64,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "o_proj",
28
+ "down_proj",
29
+ "v_projup_proj",
30
+ "q_proj",
31
+ "gate_proj",
32
+ "k_proj"
33
+ ],
34
+ "task_type": "CAUSAL_LM",
35
+ "trainable_token_indices": null,
36
+ "use_dora": false,
37
+ "use_rslora": false
38
+ }
workspace/fine_tunning/text2sql/output_train2/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6835f0cb8e90c9ec4e5da4246f61ef38f8d6956ab17bce0c708ca89db90551c6
3
+ size 455119848
workspace/fine_tunning/text2sql/output_train2/added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
workspace/fine_tunning/text2sql/output_train2/chat_template.jinja ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0]['role'] == 'system' %}
4
+ {{- messages[0]['content'] }}
5
+ {%- else %}
6
+ {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
7
+ {%- endif %}
8
+ {{- "\n\n# 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>" }}
9
+ {%- for tool in tools %}
10
+ {{- "\n" }}
11
+ {{- tool | tojson }}
12
+ {%- endfor %}
13
+ {{- "\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" }}
14
+ {%- else %}
15
+ {%- if messages[0]['role'] == 'system' %}
16
+ {{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
17
+ {%- else %}
18
+ {{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
19
+ {%- endif %}
20
+ {%- endif %}
21
+ {%- for message in messages %}
22
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
23
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
24
+ {%- elif message.role == "assistant" %}
25
+ {{- '<|im_start|>' + message.role }}
26
+ {%- if message.content %}
27
+ {{- '\n' + message.content }}
28
+ {%- endif %}
29
+ {%- for tool_call in message.tool_calls %}
30
+ {%- if tool_call.function is defined %}
31
+ {%- set tool_call = tool_call.function %}
32
+ {%- endif %}
33
+ {{- '\n<tool_call>\n{"name": "' }}
34
+ {{- tool_call.name }}
35
+ {{- '", "arguments": ' }}
36
+ {{- tool_call.arguments | tojson }}
37
+ {{- '}\n</tool_call>' }}
38
+ {%- endfor %}
39
+ {{- '<|im_end|>\n' }}
40
+ {%- elif message.role == "tool" %}
41
+ {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
42
+ {{- '<|im_start|>user' }}
43
+ {%- endif %}
44
+ {{- '\n<tool_response>\n' }}
45
+ {{- message.content }}
46
+ {{- '\n</tool_response>' }}
47
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
48
+ {{- '<|im_end|>\n' }}
49
+ {%- endif %}
50
+ {%- endif %}
51
+ {%- endfor %}
52
+ {%- if add_generation_prompt %}
53
+ {{- '<|im_start|>assistant\n' }}
54
+ {%- endif %}
workspace/fine_tunning/text2sql/output_train2/checkpoint-1000/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-Coder-7B-Instruct
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- 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. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ 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).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.15.2
workspace/fine_tunning/text2sql/output_train2/checkpoint-1000/adapter_config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-Coder-7B-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": 64,
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
+ "r": 64,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "o_proj",
28
+ "down_proj",
29
+ "v_projup_proj",
30
+ "q_proj",
31
+ "gate_proj",
32
+ "k_proj"
33
+ ],
34
+ "task_type": "CAUSAL_LM",
35
+ "trainable_token_indices": null,
36
+ "use_dora": false,
37
+ "use_rslora": false
38
+ }
workspace/fine_tunning/text2sql/output_train2/checkpoint-1000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37b63a5e28ce0db56c2b98c2b165ad867a1fd47bd7240c23c289abe0d4b8582c
3
+ size 455119848
workspace/fine_tunning/text2sql/output_train2/checkpoint-1000/added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
workspace/fine_tunning/text2sql/output_train2/checkpoint-1000/chat_template.jinja ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0]['role'] == 'system' %}
4
+ {{- messages[0]['content'] }}
5
+ {%- else %}
6
+ {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
7
+ {%- endif %}
8
+ {{- "\n\n# 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>" }}
9
+ {%- for tool in tools %}
10
+ {{- "\n" }}
11
+ {{- tool | tojson }}
12
+ {%- endfor %}
13
+ {{- "\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" }}
14
+ {%- else %}
15
+ {%- if messages[0]['role'] == 'system' %}
16
+ {{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
17
+ {%- else %}
18
+ {{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
19
+ {%- endif %}
20
+ {%- endif %}
21
+ {%- for message in messages %}
22
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
23
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
24
+ {%- elif message.role == "assistant" %}
25
+ {{- '<|im_start|>' + message.role }}
26
+ {%- if message.content %}
27
+ {{- '\n' + message.content }}
28
+ {%- endif %}
29
+ {%- for tool_call in message.tool_calls %}
30
+ {%- if tool_call.function is defined %}
31
+ {%- set tool_call = tool_call.function %}
32
+ {%- endif %}
33
+ {{- '\n<tool_call>\n{"name": "' }}
34
+ {{- tool_call.name }}
35
+ {{- '", "arguments": ' }}
36
+ {{- tool_call.arguments | tojson }}
37
+ {{- '}\n</tool_call>' }}
38
+ {%- endfor %}
39
+ {{- '<|im_end|>\n' }}
40
+ {%- elif message.role == "tool" %}
41
+ {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
42
+ {{- '<|im_start|>user' }}
43
+ {%- endif %}
44
+ {{- '\n<tool_response>\n' }}
45
+ {{- message.content }}
46
+ {{- '\n</tool_response>' }}
47
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
48
+ {{- '<|im_end|>\n' }}
49
+ {%- endif %}
50
+ {%- endif %}
51
+ {%- endfor %}
52
+ {%- if add_generation_prompt %}
53
+ {{- '<|im_start|>assistant\n' }}
54
+ {%- endif %}
workspace/fine_tunning/text2sql/output_train2/checkpoint-1000/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
workspace/fine_tunning/text2sql/output_train2/checkpoint-1000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:116804cc3cccddf34a127ce1758e0b241b78f44db18edba2c0e2c3c3feeb57cd
3
+ size 910403834
workspace/fine_tunning/text2sql/output_train2/checkpoint-1000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:359aeabb4a541fe389e7688702069992cdde94563b1e8f786cd1758edd8e161c
3
+ size 14244
workspace/fine_tunning/text2sql/output_train2/checkpoint-1000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c34ba9e6f50c2313df84e91c7dfed2be6b77dec7394adba34d3bd12d40d5ba2d
3
+ size 1064
workspace/fine_tunning/text2sql/output_train2/checkpoint-1000/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
+ }
workspace/fine_tunning/text2sql/output_train2/checkpoint-1000/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
3
+ size 11421896
workspace/fine_tunning/text2sql/output_train2/checkpoint-1000/tokenizer_config.json ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "clean_up_tokenization_spaces": false,
199
+ "eos_token": "<|im_end|>",
200
+ "errors": "replace",
201
+ "extra_special_tokens": {},
202
+ "model_max_length": 32768,
203
+ "pad_token": "<|endoftext|>",
204
+ "split_special_tokens": false,
205
+ "tokenizer_class": "Qwen2Tokenizer",
206
+ "unk_token": null
207
+ }
workspace/fine_tunning/text2sql/output_train2/checkpoint-1000/trainer_state.json ADDED
@@ -0,0 +1,214 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 2.2222222222222223,
6
+ "eval_steps": 500,
7
+ "global_step": 1000,
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.1111111111111111,
14
+ "grad_norm": 0.20243267714977264,
15
+ "learning_rate": 5e-05,
16
+ "loss": 0.1508,
17
+ "mean_token_accuracy": 0.9614167541265488,
18
+ "num_tokens": 172590.0,
19
+ "step": 50
20
+ },
21
+ {
22
+ "epoch": 0.2222222222222222,
23
+ "grad_norm": 0.22473949193954468,
24
+ "learning_rate": 5e-05,
25
+ "loss": 0.0762,
26
+ "mean_token_accuracy": 0.974150316119194,
27
+ "num_tokens": 346277.0,
28
+ "step": 100
29
+ },
30
+ {
31
+ "epoch": 0.3333333333333333,
32
+ "grad_norm": 0.1306583136320114,
33
+ "learning_rate": 5e-05,
34
+ "loss": 0.059,
35
+ "mean_token_accuracy": 0.9791698586940766,
36
+ "num_tokens": 521548.0,
37
+ "step": 150
38
+ },
39
+ {
40
+ "epoch": 0.4444444444444444,
41
+ "grad_norm": 0.2091003954410553,
42
+ "learning_rate": 5e-05,
43
+ "loss": 0.0511,
44
+ "mean_token_accuracy": 0.9820115834474563,
45
+ "num_tokens": 694583.0,
46
+ "step": 200
47
+ },
48
+ {
49
+ "epoch": 0.5555555555555556,
50
+ "grad_norm": 0.18803296983242035,
51
+ "learning_rate": 5e-05,
52
+ "loss": 0.0443,
53
+ "mean_token_accuracy": 0.9839017766714097,
54
+ "num_tokens": 868203.0,
55
+ "step": 250
56
+ },
57
+ {
58
+ "epoch": 0.6666666666666666,
59
+ "grad_norm": 0.19305875897407532,
60
+ "learning_rate": 5e-05,
61
+ "loss": 0.0484,
62
+ "mean_token_accuracy": 0.9826253122091293,
63
+ "num_tokens": 1044270.0,
64
+ "step": 300
65
+ },
66
+ {
67
+ "epoch": 0.7777777777777778,
68
+ "grad_norm": 0.16429616510868073,
69
+ "learning_rate": 5e-05,
70
+ "loss": 0.0452,
71
+ "mean_token_accuracy": 0.9832556092739105,
72
+ "num_tokens": 1221728.0,
73
+ "step": 350
74
+ },
75
+ {
76
+ "epoch": 0.8888888888888888,
77
+ "grad_norm": 0.17009682953357697,
78
+ "learning_rate": 5e-05,
79
+ "loss": 0.0419,
80
+ "mean_token_accuracy": 0.9852031743526459,
81
+ "num_tokens": 1395873.0,
82
+ "step": 400
83
+ },
84
+ {
85
+ "epoch": 1.0,
86
+ "grad_norm": 0.14838816225528717,
87
+ "learning_rate": 5e-05,
88
+ "loss": 0.0458,
89
+ "mean_token_accuracy": 0.9842678928375244,
90
+ "num_tokens": 1570780.0,
91
+ "step": 450
92
+ },
93
+ {
94
+ "epoch": 1.1111111111111112,
95
+ "grad_norm": 0.20167161524295807,
96
+ "learning_rate": 5e-05,
97
+ "loss": 0.0335,
98
+ "mean_token_accuracy": 0.9871636009216309,
99
+ "num_tokens": 1746181.0,
100
+ "step": 500
101
+ },
102
+ {
103
+ "epoch": 1.2222222222222223,
104
+ "grad_norm": 0.22028109431266785,
105
+ "learning_rate": 5e-05,
106
+ "loss": 0.0338,
107
+ "mean_token_accuracy": 0.9862233906984329,
108
+ "num_tokens": 1921414.0,
109
+ "step": 550
110
+ },
111
+ {
112
+ "epoch": 1.3333333333333333,
113
+ "grad_norm": 0.12278841435909271,
114
+ "learning_rate": 5e-05,
115
+ "loss": 0.0299,
116
+ "mean_token_accuracy": 0.9886959612369537,
117
+ "num_tokens": 2095976.0,
118
+ "step": 600
119
+ },
120
+ {
121
+ "epoch": 1.4444444444444444,
122
+ "grad_norm": 0.09097229689359665,
123
+ "learning_rate": 5e-05,
124
+ "loss": 0.0344,
125
+ "mean_token_accuracy": 0.9869739925861358,
126
+ "num_tokens": 2269976.0,
127
+ "step": 650
128
+ },
129
+ {
130
+ "epoch": 1.5555555555555556,
131
+ "grad_norm": 0.149724543094635,
132
+ "learning_rate": 5e-05,
133
+ "loss": 0.0312,
134
+ "mean_token_accuracy": 0.9881853342056275,
135
+ "num_tokens": 2444238.0,
136
+ "step": 700
137
+ },
138
+ {
139
+ "epoch": 1.6666666666666665,
140
+ "grad_norm": 0.1601683348417282,
141
+ "learning_rate": 5e-05,
142
+ "loss": 0.0375,
143
+ "mean_token_accuracy": 0.9859996843338013,
144
+ "num_tokens": 2618992.0,
145
+ "step": 750
146
+ },
147
+ {
148
+ "epoch": 1.7777777777777777,
149
+ "grad_norm": 0.14399662613868713,
150
+ "learning_rate": 5e-05,
151
+ "loss": 0.0273,
152
+ "mean_token_accuracy": 0.9900204366445542,
153
+ "num_tokens": 2793057.0,
154
+ "step": 800
155
+ },
156
+ {
157
+ "epoch": 1.8888888888888888,
158
+ "grad_norm": 0.1325361728668213,
159
+ "learning_rate": 5e-05,
160
+ "loss": 0.037,
161
+ "mean_token_accuracy": 0.9859159809350967,
162
+ "num_tokens": 2966769.0,
163
+ "step": 850
164
+ },
165
+ {
166
+ "epoch": 2.0,
167
+ "grad_norm": 0.12275587767362595,
168
+ "learning_rate": 5e-05,
169
+ "loss": 0.0359,
170
+ "mean_token_accuracy": 0.9860490292310715,
171
+ "num_tokens": 3141560.0,
172
+ "step": 900
173
+ },
174
+ {
175
+ "epoch": 2.111111111111111,
176
+ "grad_norm": 0.14534829556941986,
177
+ "learning_rate": 5e-05,
178
+ "loss": 0.0238,
179
+ "mean_token_accuracy": 0.9910678189992904,
180
+ "num_tokens": 3315113.0,
181
+ "step": 950
182
+ },
183
+ {
184
+ "epoch": 2.2222222222222223,
185
+ "grad_norm": 0.1087908148765564,
186
+ "learning_rate": 5e-05,
187
+ "loss": 0.0281,
188
+ "mean_token_accuracy": 0.9884923130273819,
189
+ "num_tokens": 3488791.0,
190
+ "step": 1000
191
+ }
192
+ ],
193
+ "logging_steps": 50,
194
+ "max_steps": 2250,
195
+ "num_input_tokens_seen": 0,
196
+ "num_train_epochs": 5,
197
+ "save_steps": 500,
198
+ "stateful_callbacks": {
199
+ "TrainerControl": {
200
+ "args": {
201
+ "should_epoch_stop": false,
202
+ "should_evaluate": false,
203
+ "should_log": false,
204
+ "should_save": true,
205
+ "should_training_stop": false
206
+ },
207
+ "attributes": {}
208
+ }
209
+ },
210
+ "total_flos": 1.5866994635322163e+17,
211
+ "train_batch_size": 2,
212
+ "trial_name": null,
213
+ "trial_params": null
214
+ }
workspace/fine_tunning/text2sql/output_train2/checkpoint-1000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c34f0e72d09e9403ea641d661ee4a3837b148358641ce83b44fb1187ce178ca
3
+ size 5688
workspace/fine_tunning/text2sql/output_train2/checkpoint-1000/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
workspace/fine_tunning/text2sql/output_train2/checkpoint-1500/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-Coder-7B-Instruct
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- 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. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ 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).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.15.2
workspace/fine_tunning/text2sql/output_train2/checkpoint-1500/adapter_config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-Coder-7B-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": 64,
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
+ "r": 64,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "o_proj",
28
+ "down_proj",
29
+ "v_projup_proj",
30
+ "q_proj",
31
+ "gate_proj",
32
+ "k_proj"
33
+ ],
34
+ "task_type": "CAUSAL_LM",
35
+ "trainable_token_indices": null,
36
+ "use_dora": false,
37
+ "use_rslora": false
38
+ }
workspace/fine_tunning/text2sql/output_train2/checkpoint-1500/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c7ba39e0ac935b0bd8ab663834d497f86b242740c1ad43e355d4aa488d93dc9
3
+ size 455119848
workspace/fine_tunning/text2sql/output_train2/checkpoint-1500/added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
workspace/fine_tunning/text2sql/output_train2/checkpoint-1500/chat_template.jinja ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0]['role'] == 'system' %}
4
+ {{- messages[0]['content'] }}
5
+ {%- else %}
6
+ {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
7
+ {%- endif %}
8
+ {{- "\n\n# 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>" }}
9
+ {%- for tool in tools %}
10
+ {{- "\n" }}
11
+ {{- tool | tojson }}
12
+ {%- endfor %}
13
+ {{- "\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" }}
14
+ {%- else %}
15
+ {%- if messages[0]['role'] == 'system' %}
16
+ {{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
17
+ {%- else %}
18
+ {{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
19
+ {%- endif %}
20
+ {%- endif %}
21
+ {%- for message in messages %}
22
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
23
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
24
+ {%- elif message.role == "assistant" %}
25
+ {{- '<|im_start|>' + message.role }}
26
+ {%- if message.content %}
27
+ {{- '\n' + message.content }}
28
+ {%- endif %}
29
+ {%- for tool_call in message.tool_calls %}
30
+ {%- if tool_call.function is defined %}
31
+ {%- set tool_call = tool_call.function %}
32
+ {%- endif %}
33
+ {{- '\n<tool_call>\n{"name": "' }}
34
+ {{- tool_call.name }}
35
+ {{- '", "arguments": ' }}
36
+ {{- tool_call.arguments | tojson }}
37
+ {{- '}\n</tool_call>' }}
38
+ {%- endfor %}
39
+ {{- '<|im_end|>\n' }}
40
+ {%- elif message.role == "tool" %}
41
+ {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
42
+ {{- '<|im_start|>user' }}
43
+ {%- endif %}
44
+ {{- '\n<tool_response>\n' }}
45
+ {{- message.content }}
46
+ {{- '\n</tool_response>' }}
47
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
48
+ {{- '<|im_end|>\n' }}
49
+ {%- endif %}
50
+ {%- endif %}
51
+ {%- endfor %}
52
+ {%- if add_generation_prompt %}
53
+ {{- '<|im_start|>assistant\n' }}
54
+ {%- endif %}
workspace/fine_tunning/text2sql/output_train2/checkpoint-1500/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
workspace/fine_tunning/text2sql/output_train2/checkpoint-1500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11888d8f4029e5c11ef8daa7b71e250b9ea8c998c29045c1c3495192d96d9741
3
+ size 910403834
workspace/fine_tunning/text2sql/output_train2/checkpoint-1500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4542f3b0241e13a0d9de6b883b01ad96085f320e35e522f9dfad79b33ba6afcf
3
+ size 14244
workspace/fine_tunning/text2sql/output_train2/checkpoint-1500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:084c8aecb9d3ac85c94f614df2060324a90d5a59efa400ab27a1733b0fc8abfb
3
+ size 1064
workspace/fine_tunning/text2sql/output_train2/checkpoint-1500/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
+ }
workspace/fine_tunning/text2sql/output_train2/checkpoint-1500/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
3
+ size 11421896
workspace/fine_tunning/text2sql/output_train2/checkpoint-1500/tokenizer_config.json ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "clean_up_tokenization_spaces": false,
199
+ "eos_token": "<|im_end|>",
200
+ "errors": "replace",
201
+ "extra_special_tokens": {},
202
+ "model_max_length": 32768,
203
+ "pad_token": "<|endoftext|>",
204
+ "split_special_tokens": false,
205
+ "tokenizer_class": "Qwen2Tokenizer",
206
+ "unk_token": null
207
+ }
workspace/fine_tunning/text2sql/output_train2/checkpoint-1500/trainer_state.json ADDED
@@ -0,0 +1,304 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 3.3333333333333335,
6
+ "eval_steps": 500,
7
+ "global_step": 1500,
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.1111111111111111,
14
+ "grad_norm": 0.20243267714977264,
15
+ "learning_rate": 5e-05,
16
+ "loss": 0.1508,
17
+ "mean_token_accuracy": 0.9614167541265488,
18
+ "num_tokens": 172590.0,
19
+ "step": 50
20
+ },
21
+ {
22
+ "epoch": 0.2222222222222222,
23
+ "grad_norm": 0.22473949193954468,
24
+ "learning_rate": 5e-05,
25
+ "loss": 0.0762,
26
+ "mean_token_accuracy": 0.974150316119194,
27
+ "num_tokens": 346277.0,
28
+ "step": 100
29
+ },
30
+ {
31
+ "epoch": 0.3333333333333333,
32
+ "grad_norm": 0.1306583136320114,
33
+ "learning_rate": 5e-05,
34
+ "loss": 0.059,
35
+ "mean_token_accuracy": 0.9791698586940766,
36
+ "num_tokens": 521548.0,
37
+ "step": 150
38
+ },
39
+ {
40
+ "epoch": 0.4444444444444444,
41
+ "grad_norm": 0.2091003954410553,
42
+ "learning_rate": 5e-05,
43
+ "loss": 0.0511,
44
+ "mean_token_accuracy": 0.9820115834474563,
45
+ "num_tokens": 694583.0,
46
+ "step": 200
47
+ },
48
+ {
49
+ "epoch": 0.5555555555555556,
50
+ "grad_norm": 0.18803296983242035,
51
+ "learning_rate": 5e-05,
52
+ "loss": 0.0443,
53
+ "mean_token_accuracy": 0.9839017766714097,
54
+ "num_tokens": 868203.0,
55
+ "step": 250
56
+ },
57
+ {
58
+ "epoch": 0.6666666666666666,
59
+ "grad_norm": 0.19305875897407532,
60
+ "learning_rate": 5e-05,
61
+ "loss": 0.0484,
62
+ "mean_token_accuracy": 0.9826253122091293,
63
+ "num_tokens": 1044270.0,
64
+ "step": 300
65
+ },
66
+ {
67
+ "epoch": 0.7777777777777778,
68
+ "grad_norm": 0.16429616510868073,
69
+ "learning_rate": 5e-05,
70
+ "loss": 0.0452,
71
+ "mean_token_accuracy": 0.9832556092739105,
72
+ "num_tokens": 1221728.0,
73
+ "step": 350
74
+ },
75
+ {
76
+ "epoch": 0.8888888888888888,
77
+ "grad_norm": 0.17009682953357697,
78
+ "learning_rate": 5e-05,
79
+ "loss": 0.0419,
80
+ "mean_token_accuracy": 0.9852031743526459,
81
+ "num_tokens": 1395873.0,
82
+ "step": 400
83
+ },
84
+ {
85
+ "epoch": 1.0,
86
+ "grad_norm": 0.14838816225528717,
87
+ "learning_rate": 5e-05,
88
+ "loss": 0.0458,
89
+ "mean_token_accuracy": 0.9842678928375244,
90
+ "num_tokens": 1570780.0,
91
+ "step": 450
92
+ },
93
+ {
94
+ "epoch": 1.1111111111111112,
95
+ "grad_norm": 0.20167161524295807,
96
+ "learning_rate": 5e-05,
97
+ "loss": 0.0335,
98
+ "mean_token_accuracy": 0.9871636009216309,
99
+ "num_tokens": 1746181.0,
100
+ "step": 500
101
+ },
102
+ {
103
+ "epoch": 1.2222222222222223,
104
+ "grad_norm": 0.22028109431266785,
105
+ "learning_rate": 5e-05,
106
+ "loss": 0.0338,
107
+ "mean_token_accuracy": 0.9862233906984329,
108
+ "num_tokens": 1921414.0,
109
+ "step": 550
110
+ },
111
+ {
112
+ "epoch": 1.3333333333333333,
113
+ "grad_norm": 0.12278841435909271,
114
+ "learning_rate": 5e-05,
115
+ "loss": 0.0299,
116
+ "mean_token_accuracy": 0.9886959612369537,
117
+ "num_tokens": 2095976.0,
118
+ "step": 600
119
+ },
120
+ {
121
+ "epoch": 1.4444444444444444,
122
+ "grad_norm": 0.09097229689359665,
123
+ "learning_rate": 5e-05,
124
+ "loss": 0.0344,
125
+ "mean_token_accuracy": 0.9869739925861358,
126
+ "num_tokens": 2269976.0,
127
+ "step": 650
128
+ },
129
+ {
130
+ "epoch": 1.5555555555555556,
131
+ "grad_norm": 0.149724543094635,
132
+ "learning_rate": 5e-05,
133
+ "loss": 0.0312,
134
+ "mean_token_accuracy": 0.9881853342056275,
135
+ "num_tokens": 2444238.0,
136
+ "step": 700
137
+ },
138
+ {
139
+ "epoch": 1.6666666666666665,
140
+ "grad_norm": 0.1601683348417282,
141
+ "learning_rate": 5e-05,
142
+ "loss": 0.0375,
143
+ "mean_token_accuracy": 0.9859996843338013,
144
+ "num_tokens": 2618992.0,
145
+ "step": 750
146
+ },
147
+ {
148
+ "epoch": 1.7777777777777777,
149
+ "grad_norm": 0.14399662613868713,
150
+ "learning_rate": 5e-05,
151
+ "loss": 0.0273,
152
+ "mean_token_accuracy": 0.9900204366445542,
153
+ "num_tokens": 2793057.0,
154
+ "step": 800
155
+ },
156
+ {
157
+ "epoch": 1.8888888888888888,
158
+ "grad_norm": 0.1325361728668213,
159
+ "learning_rate": 5e-05,
160
+ "loss": 0.037,
161
+ "mean_token_accuracy": 0.9859159809350967,
162
+ "num_tokens": 2966769.0,
163
+ "step": 850
164
+ },
165
+ {
166
+ "epoch": 2.0,
167
+ "grad_norm": 0.12275587767362595,
168
+ "learning_rate": 5e-05,
169
+ "loss": 0.0359,
170
+ "mean_token_accuracy": 0.9860490292310715,
171
+ "num_tokens": 3141560.0,
172
+ "step": 900
173
+ },
174
+ {
175
+ "epoch": 2.111111111111111,
176
+ "grad_norm": 0.14534829556941986,
177
+ "learning_rate": 5e-05,
178
+ "loss": 0.0238,
179
+ "mean_token_accuracy": 0.9910678189992904,
180
+ "num_tokens": 3315113.0,
181
+ "step": 950
182
+ },
183
+ {
184
+ "epoch": 2.2222222222222223,
185
+ "grad_norm": 0.1087908148765564,
186
+ "learning_rate": 5e-05,
187
+ "loss": 0.0281,
188
+ "mean_token_accuracy": 0.9884923130273819,
189
+ "num_tokens": 3488791.0,
190
+ "step": 1000
191
+ },
192
+ {
193
+ "epoch": 2.3333333333333335,
194
+ "grad_norm": 0.16228517889976501,
195
+ "learning_rate": 5e-05,
196
+ "loss": 0.0234,
197
+ "mean_token_accuracy": 0.9911258590221405,
198
+ "num_tokens": 3663372.0,
199
+ "step": 1050
200
+ },
201
+ {
202
+ "epoch": 2.4444444444444446,
203
+ "grad_norm": 0.05340925231575966,
204
+ "learning_rate": 5e-05,
205
+ "loss": 0.0254,
206
+ "mean_token_accuracy": 0.9899671649932862,
207
+ "num_tokens": 3837397.0,
208
+ "step": 1100
209
+ },
210
+ {
211
+ "epoch": 2.5555555555555554,
212
+ "grad_norm": 0.12148639559745789,
213
+ "learning_rate": 5e-05,
214
+ "loss": 0.0296,
215
+ "mean_token_accuracy": 0.9886352431774139,
216
+ "num_tokens": 4012362.0,
217
+ "step": 1150
218
+ },
219
+ {
220
+ "epoch": 2.6666666666666665,
221
+ "grad_norm": 0.09275887161493301,
222
+ "learning_rate": 5e-05,
223
+ "loss": 0.0269,
224
+ "mean_token_accuracy": 0.989583585858345,
225
+ "num_tokens": 4188410.0,
226
+ "step": 1200
227
+ },
228
+ {
229
+ "epoch": 2.7777777777777777,
230
+ "grad_norm": 0.17173512279987335,
231
+ "learning_rate": 5e-05,
232
+ "loss": 0.0275,
233
+ "mean_token_accuracy": 0.9893661296367645,
234
+ "num_tokens": 4364549.0,
235
+ "step": 1250
236
+ },
237
+ {
238
+ "epoch": 2.888888888888889,
239
+ "grad_norm": 0.18386530876159668,
240
+ "learning_rate": 5e-05,
241
+ "loss": 0.03,
242
+ "mean_token_accuracy": 0.9877435737848281,
243
+ "num_tokens": 4538708.0,
244
+ "step": 1300
245
+ },
246
+ {
247
+ "epoch": 3.0,
248
+ "grad_norm": 0.0737985298037529,
249
+ "learning_rate": 5e-05,
250
+ "loss": 0.0256,
251
+ "mean_token_accuracy": 0.9906050026416778,
252
+ "num_tokens": 4712340.0,
253
+ "step": 1350
254
+ },
255
+ {
256
+ "epoch": 3.111111111111111,
257
+ "grad_norm": 0.10669398307800293,
258
+ "learning_rate": 5e-05,
259
+ "loss": 0.0231,
260
+ "mean_token_accuracy": 0.9914622634649277,
261
+ "num_tokens": 4887386.0,
262
+ "step": 1400
263
+ },
264
+ {
265
+ "epoch": 3.2222222222222223,
266
+ "grad_norm": 0.09974446147680283,
267
+ "learning_rate": 5e-05,
268
+ "loss": 0.0212,
269
+ "mean_token_accuracy": 0.9920986944437027,
270
+ "num_tokens": 5059979.0,
271
+ "step": 1450
272
+ },
273
+ {
274
+ "epoch": 3.3333333333333335,
275
+ "grad_norm": 0.18398422002792358,
276
+ "learning_rate": 5e-05,
277
+ "loss": 0.0229,
278
+ "mean_token_accuracy": 0.9908855521678924,
279
+ "num_tokens": 5233989.0,
280
+ "step": 1500
281
+ }
282
+ ],
283
+ "logging_steps": 50,
284
+ "max_steps": 2250,
285
+ "num_input_tokens_seen": 0,
286
+ "num_train_epochs": 5,
287
+ "save_steps": 500,
288
+ "stateful_callbacks": {
289
+ "TrainerControl": {
290
+ "args": {
291
+ "should_epoch_stop": false,
292
+ "should_evaluate": false,
293
+ "should_log": false,
294
+ "should_save": true,
295
+ "should_training_stop": false
296
+ },
297
+ "attributes": {}
298
+ }
299
+ },
300
+ "total_flos": 2.380832868519383e+17,
301
+ "train_batch_size": 2,
302
+ "trial_name": null,
303
+ "trial_params": null
304
+ }
workspace/fine_tunning/text2sql/output_train2/checkpoint-1500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c34f0e72d09e9403ea641d661ee4a3837b148358641ce83b44fb1187ce178ca
3
+ size 5688
workspace/fine_tunning/text2sql/output_train2/checkpoint-1500/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
workspace/fine_tunning/text2sql/output_train2/checkpoint-2000/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-Coder-7B-Instruct
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- 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. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ 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).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.15.2
workspace/fine_tunning/text2sql/output_train2/checkpoint-2000/adapter_config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-Coder-7B-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": 64,
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
+ "r": 64,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "o_proj",
28
+ "down_proj",
29
+ "v_projup_proj",
30
+ "q_proj",
31
+ "gate_proj",
32
+ "k_proj"
33
+ ],
34
+ "task_type": "CAUSAL_LM",
35
+ "trainable_token_indices": null,
36
+ "use_dora": false,
37
+ "use_rslora": false
38
+ }
workspace/fine_tunning/text2sql/output_train2/checkpoint-2000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c36a604ca0ca61be7a5442b1177ba0a70c8d9ab70e3d37c0dbedc6f5efcffb6
3
+ size 455119848
workspace/fine_tunning/text2sql/output_train2/checkpoint-2000/added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
workspace/fine_tunning/text2sql/output_train2/checkpoint-2000/chat_template.jinja ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0]['role'] == 'system' %}
4
+ {{- messages[0]['content'] }}
5
+ {%- else %}
6
+ {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
7
+ {%- endif %}
8
+ {{- "\n\n# 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>" }}
9
+ {%- for tool in tools %}
10
+ {{- "\n" }}
11
+ {{- tool | tojson }}
12
+ {%- endfor %}
13
+ {{- "\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" }}
14
+ {%- else %}
15
+ {%- if messages[0]['role'] == 'system' %}
16
+ {{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
17
+ {%- else %}
18
+ {{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
19
+ {%- endif %}
20
+ {%- endif %}
21
+ {%- for message in messages %}
22
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
23
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
24
+ {%- elif message.role == "assistant" %}
25
+ {{- '<|im_start|>' + message.role }}
26
+ {%- if message.content %}
27
+ {{- '\n' + message.content }}
28
+ {%- endif %}
29
+ {%- for tool_call in message.tool_calls %}
30
+ {%- if tool_call.function is defined %}
31
+ {%- set tool_call = tool_call.function %}
32
+ {%- endif %}
33
+ {{- '\n<tool_call>\n{"name": "' }}
34
+ {{- tool_call.name }}
35
+ {{- '", "arguments": ' }}
36
+ {{- tool_call.arguments | tojson }}
37
+ {{- '}\n</tool_call>' }}
38
+ {%- endfor %}
39
+ {{- '<|im_end|>\n' }}
40
+ {%- elif message.role == "tool" %}
41
+ {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
42
+ {{- '<|im_start|>user' }}
43
+ {%- endif %}
44
+ {{- '\n<tool_response>\n' }}
45
+ {{- message.content }}
46
+ {{- '\n</tool_response>' }}
47
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
48
+ {{- '<|im_end|>\n' }}
49
+ {%- endif %}
50
+ {%- endif %}
51
+ {%- endfor %}
52
+ {%- if add_generation_prompt %}
53
+ {{- '<|im_start|>assistant\n' }}
54
+ {%- endif %}
workspace/fine_tunning/text2sql/output_train2/checkpoint-2000/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
workspace/fine_tunning/text2sql/output_train2/checkpoint-2000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d00dcbfbd482e0ca5ad1b07e54b65d03d868642522497a4da7c80d2ee73ffdbe
3
+ size 910403834
workspace/fine_tunning/text2sql/output_train2/checkpoint-2000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:baa44244e0925db8fbb09067e4fff995b293c441bb88dcdcd88177ca4a144d46
3
+ size 14244
workspace/fine_tunning/text2sql/output_train2/checkpoint-2000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:115fc5d3c71fc8b112d5c1701359950aa4e48ea559451a73de1d1d8ca1116d89
3
+ size 1064
workspace/fine_tunning/text2sql/output_train2/checkpoint-2000/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
+ }
workspace/fine_tunning/text2sql/output_train2/checkpoint-2000/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
3
+ size 11421896
workspace/fine_tunning/text2sql/output_train2/checkpoint-2000/tokenizer_config.json ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "clean_up_tokenization_spaces": false,
199
+ "eos_token": "<|im_end|>",
200
+ "errors": "replace",
201
+ "extra_special_tokens": {},
202
+ "model_max_length": 32768,
203
+ "pad_token": "<|endoftext|>",
204
+ "split_special_tokens": false,
205
+ "tokenizer_class": "Qwen2Tokenizer",
206
+ "unk_token": null
207
+ }
workspace/fine_tunning/text2sql/output_train2/checkpoint-2000/trainer_state.json ADDED
@@ -0,0 +1,394 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 4.444444444444445,
6
+ "eval_steps": 500,
7
+ "global_step": 2000,
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.1111111111111111,
14
+ "grad_norm": 0.20243267714977264,
15
+ "learning_rate": 5e-05,
16
+ "loss": 0.1508,
17
+ "mean_token_accuracy": 0.9614167541265488,
18
+ "num_tokens": 172590.0,
19
+ "step": 50
20
+ },
21
+ {
22
+ "epoch": 0.2222222222222222,
23
+ "grad_norm": 0.22473949193954468,
24
+ "learning_rate": 5e-05,
25
+ "loss": 0.0762,
26
+ "mean_token_accuracy": 0.974150316119194,
27
+ "num_tokens": 346277.0,
28
+ "step": 100
29
+ },
30
+ {
31
+ "epoch": 0.3333333333333333,
32
+ "grad_norm": 0.1306583136320114,
33
+ "learning_rate": 5e-05,
34
+ "loss": 0.059,
35
+ "mean_token_accuracy": 0.9791698586940766,
36
+ "num_tokens": 521548.0,
37
+ "step": 150
38
+ },
39
+ {
40
+ "epoch": 0.4444444444444444,
41
+ "grad_norm": 0.2091003954410553,
42
+ "learning_rate": 5e-05,
43
+ "loss": 0.0511,
44
+ "mean_token_accuracy": 0.9820115834474563,
45
+ "num_tokens": 694583.0,
46
+ "step": 200
47
+ },
48
+ {
49
+ "epoch": 0.5555555555555556,
50
+ "grad_norm": 0.18803296983242035,
51
+ "learning_rate": 5e-05,
52
+ "loss": 0.0443,
53
+ "mean_token_accuracy": 0.9839017766714097,
54
+ "num_tokens": 868203.0,
55
+ "step": 250
56
+ },
57
+ {
58
+ "epoch": 0.6666666666666666,
59
+ "grad_norm": 0.19305875897407532,
60
+ "learning_rate": 5e-05,
61
+ "loss": 0.0484,
62
+ "mean_token_accuracy": 0.9826253122091293,
63
+ "num_tokens": 1044270.0,
64
+ "step": 300
65
+ },
66
+ {
67
+ "epoch": 0.7777777777777778,
68
+ "grad_norm": 0.16429616510868073,
69
+ "learning_rate": 5e-05,
70
+ "loss": 0.0452,
71
+ "mean_token_accuracy": 0.9832556092739105,
72
+ "num_tokens": 1221728.0,
73
+ "step": 350
74
+ },
75
+ {
76
+ "epoch": 0.8888888888888888,
77
+ "grad_norm": 0.17009682953357697,
78
+ "learning_rate": 5e-05,
79
+ "loss": 0.0419,
80
+ "mean_token_accuracy": 0.9852031743526459,
81
+ "num_tokens": 1395873.0,
82
+ "step": 400
83
+ },
84
+ {
85
+ "epoch": 1.0,
86
+ "grad_norm": 0.14838816225528717,
87
+ "learning_rate": 5e-05,
88
+ "loss": 0.0458,
89
+ "mean_token_accuracy": 0.9842678928375244,
90
+ "num_tokens": 1570780.0,
91
+ "step": 450
92
+ },
93
+ {
94
+ "epoch": 1.1111111111111112,
95
+ "grad_norm": 0.20167161524295807,
96
+ "learning_rate": 5e-05,
97
+ "loss": 0.0335,
98
+ "mean_token_accuracy": 0.9871636009216309,
99
+ "num_tokens": 1746181.0,
100
+ "step": 500
101
+ },
102
+ {
103
+ "epoch": 1.2222222222222223,
104
+ "grad_norm": 0.22028109431266785,
105
+ "learning_rate": 5e-05,
106
+ "loss": 0.0338,
107
+ "mean_token_accuracy": 0.9862233906984329,
108
+ "num_tokens": 1921414.0,
109
+ "step": 550
110
+ },
111
+ {
112
+ "epoch": 1.3333333333333333,
113
+ "grad_norm": 0.12278841435909271,
114
+ "learning_rate": 5e-05,
115
+ "loss": 0.0299,
116
+ "mean_token_accuracy": 0.9886959612369537,
117
+ "num_tokens": 2095976.0,
118
+ "step": 600
119
+ },
120
+ {
121
+ "epoch": 1.4444444444444444,
122
+ "grad_norm": 0.09097229689359665,
123
+ "learning_rate": 5e-05,
124
+ "loss": 0.0344,
125
+ "mean_token_accuracy": 0.9869739925861358,
126
+ "num_tokens": 2269976.0,
127
+ "step": 650
128
+ },
129
+ {
130
+ "epoch": 1.5555555555555556,
131
+ "grad_norm": 0.149724543094635,
132
+ "learning_rate": 5e-05,
133
+ "loss": 0.0312,
134
+ "mean_token_accuracy": 0.9881853342056275,
135
+ "num_tokens": 2444238.0,
136
+ "step": 700
137
+ },
138
+ {
139
+ "epoch": 1.6666666666666665,
140
+ "grad_norm": 0.1601683348417282,
141
+ "learning_rate": 5e-05,
142
+ "loss": 0.0375,
143
+ "mean_token_accuracy": 0.9859996843338013,
144
+ "num_tokens": 2618992.0,
145
+ "step": 750
146
+ },
147
+ {
148
+ "epoch": 1.7777777777777777,
149
+ "grad_norm": 0.14399662613868713,
150
+ "learning_rate": 5e-05,
151
+ "loss": 0.0273,
152
+ "mean_token_accuracy": 0.9900204366445542,
153
+ "num_tokens": 2793057.0,
154
+ "step": 800
155
+ },
156
+ {
157
+ "epoch": 1.8888888888888888,
158
+ "grad_norm": 0.1325361728668213,
159
+ "learning_rate": 5e-05,
160
+ "loss": 0.037,
161
+ "mean_token_accuracy": 0.9859159809350967,
162
+ "num_tokens": 2966769.0,
163
+ "step": 850
164
+ },
165
+ {
166
+ "epoch": 2.0,
167
+ "grad_norm": 0.12275587767362595,
168
+ "learning_rate": 5e-05,
169
+ "loss": 0.0359,
170
+ "mean_token_accuracy": 0.9860490292310715,
171
+ "num_tokens": 3141560.0,
172
+ "step": 900
173
+ },
174
+ {
175
+ "epoch": 2.111111111111111,
176
+ "grad_norm": 0.14534829556941986,
177
+ "learning_rate": 5e-05,
178
+ "loss": 0.0238,
179
+ "mean_token_accuracy": 0.9910678189992904,
180
+ "num_tokens": 3315113.0,
181
+ "step": 950
182
+ },
183
+ {
184
+ "epoch": 2.2222222222222223,
185
+ "grad_norm": 0.1087908148765564,
186
+ "learning_rate": 5e-05,
187
+ "loss": 0.0281,
188
+ "mean_token_accuracy": 0.9884923130273819,
189
+ "num_tokens": 3488791.0,
190
+ "step": 1000
191
+ },
192
+ {
193
+ "epoch": 2.3333333333333335,
194
+ "grad_norm": 0.16228517889976501,
195
+ "learning_rate": 5e-05,
196
+ "loss": 0.0234,
197
+ "mean_token_accuracy": 0.9911258590221405,
198
+ "num_tokens": 3663372.0,
199
+ "step": 1050
200
+ },
201
+ {
202
+ "epoch": 2.4444444444444446,
203
+ "grad_norm": 0.05340925231575966,
204
+ "learning_rate": 5e-05,
205
+ "loss": 0.0254,
206
+ "mean_token_accuracy": 0.9899671649932862,
207
+ "num_tokens": 3837397.0,
208
+ "step": 1100
209
+ },
210
+ {
211
+ "epoch": 2.5555555555555554,
212
+ "grad_norm": 0.12148639559745789,
213
+ "learning_rate": 5e-05,
214
+ "loss": 0.0296,
215
+ "mean_token_accuracy": 0.9886352431774139,
216
+ "num_tokens": 4012362.0,
217
+ "step": 1150
218
+ },
219
+ {
220
+ "epoch": 2.6666666666666665,
221
+ "grad_norm": 0.09275887161493301,
222
+ "learning_rate": 5e-05,
223
+ "loss": 0.0269,
224
+ "mean_token_accuracy": 0.989583585858345,
225
+ "num_tokens": 4188410.0,
226
+ "step": 1200
227
+ },
228
+ {
229
+ "epoch": 2.7777777777777777,
230
+ "grad_norm": 0.17173512279987335,
231
+ "learning_rate": 5e-05,
232
+ "loss": 0.0275,
233
+ "mean_token_accuracy": 0.9893661296367645,
234
+ "num_tokens": 4364549.0,
235
+ "step": 1250
236
+ },
237
+ {
238
+ "epoch": 2.888888888888889,
239
+ "grad_norm": 0.18386530876159668,
240
+ "learning_rate": 5e-05,
241
+ "loss": 0.03,
242
+ "mean_token_accuracy": 0.9877435737848281,
243
+ "num_tokens": 4538708.0,
244
+ "step": 1300
245
+ },
246
+ {
247
+ "epoch": 3.0,
248
+ "grad_norm": 0.0737985298037529,
249
+ "learning_rate": 5e-05,
250
+ "loss": 0.0256,
251
+ "mean_token_accuracy": 0.9906050026416778,
252
+ "num_tokens": 4712340.0,
253
+ "step": 1350
254
+ },
255
+ {
256
+ "epoch": 3.111111111111111,
257
+ "grad_norm": 0.10669398307800293,
258
+ "learning_rate": 5e-05,
259
+ "loss": 0.0231,
260
+ "mean_token_accuracy": 0.9914622634649277,
261
+ "num_tokens": 4887386.0,
262
+ "step": 1400
263
+ },
264
+ {
265
+ "epoch": 3.2222222222222223,
266
+ "grad_norm": 0.09974446147680283,
267
+ "learning_rate": 5e-05,
268
+ "loss": 0.0212,
269
+ "mean_token_accuracy": 0.9920986944437027,
270
+ "num_tokens": 5059979.0,
271
+ "step": 1450
272
+ },
273
+ {
274
+ "epoch": 3.3333333333333335,
275
+ "grad_norm": 0.18398422002792358,
276
+ "learning_rate": 5e-05,
277
+ "loss": 0.0229,
278
+ "mean_token_accuracy": 0.9908855521678924,
279
+ "num_tokens": 5233989.0,
280
+ "step": 1500
281
+ },
282
+ {
283
+ "epoch": 3.4444444444444446,
284
+ "grad_norm": 0.10202126950025558,
285
+ "learning_rate": 5e-05,
286
+ "loss": 0.0236,
287
+ "mean_token_accuracy": 0.9902925211191177,
288
+ "num_tokens": 5410888.0,
289
+ "step": 1550
290
+ },
291
+ {
292
+ "epoch": 3.5555555555555554,
293
+ "grad_norm": 0.1483769565820694,
294
+ "learning_rate": 5e-05,
295
+ "loss": 0.0244,
296
+ "mean_token_accuracy": 0.9899595558643342,
297
+ "num_tokens": 5584175.0,
298
+ "step": 1600
299
+ },
300
+ {
301
+ "epoch": 3.6666666666666665,
302
+ "grad_norm": 0.07508880645036697,
303
+ "learning_rate": 5e-05,
304
+ "loss": 0.0226,
305
+ "mean_token_accuracy": 0.9916278702020646,
306
+ "num_tokens": 5759747.0,
307
+ "step": 1650
308
+ },
309
+ {
310
+ "epoch": 3.7777777777777777,
311
+ "grad_norm": 0.08631623536348343,
312
+ "learning_rate": 5e-05,
313
+ "loss": 0.0252,
314
+ "mean_token_accuracy": 0.9896138072013855,
315
+ "num_tokens": 5933352.0,
316
+ "step": 1700
317
+ },
318
+ {
319
+ "epoch": 3.888888888888889,
320
+ "grad_norm": 0.12719225883483887,
321
+ "learning_rate": 5e-05,
322
+ "loss": 0.0213,
323
+ "mean_token_accuracy": 0.9918474739789963,
324
+ "num_tokens": 6108120.0,
325
+ "step": 1750
326
+ },
327
+ {
328
+ "epoch": 4.0,
329
+ "grad_norm": 0.07570526748895645,
330
+ "learning_rate": 5e-05,
331
+ "loss": 0.0243,
332
+ "mean_token_accuracy": 0.990051948428154,
333
+ "num_tokens": 6283120.0,
334
+ "step": 1800
335
+ },
336
+ {
337
+ "epoch": 4.111111111111111,
338
+ "grad_norm": 0.7129213213920593,
339
+ "learning_rate": 5e-05,
340
+ "loss": 0.0181,
341
+ "mean_token_accuracy": 0.9931919860839844,
342
+ "num_tokens": 6456943.0,
343
+ "step": 1850
344
+ },
345
+ {
346
+ "epoch": 4.222222222222222,
347
+ "grad_norm": 0.132768452167511,
348
+ "learning_rate": 5e-05,
349
+ "loss": 0.0202,
350
+ "mean_token_accuracy": 0.9916618072986603,
351
+ "num_tokens": 6632907.0,
352
+ "step": 1900
353
+ },
354
+ {
355
+ "epoch": 4.333333333333333,
356
+ "grad_norm": 0.1010010689496994,
357
+ "learning_rate": 5e-05,
358
+ "loss": 0.0212,
359
+ "mean_token_accuracy": 0.9916968619823456,
360
+ "num_tokens": 6805656.0,
361
+ "step": 1950
362
+ },
363
+ {
364
+ "epoch": 4.444444444444445,
365
+ "grad_norm": 0.22385317087173462,
366
+ "learning_rate": 5e-05,
367
+ "loss": 0.0204,
368
+ "mean_token_accuracy": 0.9914450365304946,
369
+ "num_tokens": 6978299.0,
370
+ "step": 2000
371
+ }
372
+ ],
373
+ "logging_steps": 50,
374
+ "max_steps": 2250,
375
+ "num_input_tokens_seen": 0,
376
+ "num_train_epochs": 5,
377
+ "save_steps": 500,
378
+ "stateful_callbacks": {
379
+ "TrainerControl": {
380
+ "args": {
381
+ "should_epoch_stop": false,
382
+ "should_evaluate": false,
383
+ "should_log": false,
384
+ "should_save": true,
385
+ "should_training_stop": false
386
+ },
387
+ "attributes": {}
388
+ }
389
+ },
390
+ "total_flos": 3.174835230239662e+17,
391
+ "train_batch_size": 2,
392
+ "trial_name": null,
393
+ "trial_params": null
394
+ }
workspace/fine_tunning/text2sql/output_train2/checkpoint-2000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c34f0e72d09e9403ea641d661ee4a3837b148358641ce83b44fb1187ce178ca
3
+ size 5688