tuandunghcmut commited on
Commit
88c4b9f
·
verified ·
1 Parent(s): 89fbf92

Training in progress, step 1

Browse files
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "Qwen/Qwen2.5-Coder-0.5B-Instruct",
5
  "bias": "none",
6
  "corda_config": null,
7
  "eva_config": null,
@@ -24,12 +24,12 @@
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
27
- "k_proj",
28
- "down_proj",
29
- "o_proj",
30
  "v_proj",
31
  "gate_proj",
32
- "up_proj",
 
 
33
  "q_proj"
34
  ],
35
  "task_type": "CAUSAL_LM",
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "Unsloth/Qwen2.5-Coder-1.5B-Instruct",
5
  "bias": "none",
6
  "corda_config": null,
7
  "eva_config": null,
 
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
27
+ "up_proj",
 
 
28
  "v_proj",
29
  "gate_proj",
30
+ "k_proj",
31
+ "o_proj",
32
+ "down_proj",
33
  "q_proj"
34
  ],
35
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fbf95335eb4add1a3f5979022e68f571e4323c6e7018fd2726e5f43637f7b3a7
3
- size 35237104
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b398bcc7360a57c4742687ed21c8828c4e50575aa934eaeda3da7b684650e13b
3
+ size 73911112
added_tokens.json CHANGED
@@ -1,6 +1,7 @@
1
  {
2
  "</tool_call>": 151658,
3
  "<tool_call>": 151657,
 
4
  "<|box_end|>": 151649,
5
  "<|box_start|>": 151648,
6
  "<|endoftext|>": 151643,
 
1
  {
2
  "</tool_call>": 151658,
3
  "<tool_call>": 151657,
4
+ "<|PAD_TOKEN|>": 151665,
5
  "<|box_end|>": 151649,
6
  "<|box_start|>": 151648,
7
  "<|endoftext|>": 151643,
special_tokens_map.json CHANGED
@@ -22,7 +22,7 @@
22
  "single_word": false
23
  },
24
  "pad_token": {
25
- "content": "<|endoftext|>",
26
  "lstrip": false,
27
  "normalized": false,
28
  "rstrip": false,
 
22
  "single_word": false
23
  },
24
  "pad_token": {
25
+ "content": "<|PAD_TOKEN|>",
26
  "lstrip": false,
27
  "normalized": false,
28
  "rstrip": false,
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:873f9c3d5e28877c9915f09c76bbfc8a0b7ae244781692ab2b0877873b918022
3
- size 11421996
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fab42efe8d17406525a9154b728cf9e957629a8ed7ce997770efdd71128c6a1a
3
+ size 11422086
tokenizer_config.json CHANGED
@@ -177,6 +177,14 @@
177
  "rstrip": false,
178
  "single_word": false,
179
  "special": false
 
 
 
 
 
 
 
 
180
  }
181
  },
182
  "additional_special_tokens": [
@@ -201,7 +209,8 @@
201
  "errors": "replace",
202
  "extra_special_tokens": {},
203
  "model_max_length": 32768,
204
- "pad_token": "<|endoftext|>",
 
205
  "split_special_tokens": false,
206
  "tokenizer_class": "Qwen2Tokenizer",
207
  "unk_token": null
 
177
  "rstrip": false,
178
  "single_word": false,
179
  "special": false
180
+ },
181
+ "151665": {
182
+ "content": "<|PAD_TOKEN|>",
183
+ "lstrip": false,
184
+ "normalized": false,
185
+ "rstrip": false,
186
+ "single_word": false,
187
+ "special": true
188
  }
189
  },
190
  "additional_special_tokens": [
 
209
  "errors": "replace",
210
  "extra_special_tokens": {},
211
  "model_max_length": 32768,
212
+ "pad_token": "<|PAD_TOKEN|>",
213
+ "padding_side": "right",
214
  "split_special_tokens": false,
215
  "tokenizer_class": "Qwen2Tokenizer",
216
  "unk_token": null
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e8a719d613f87c7c90640fd26e703ee3db6453427246977a417f86aea611b9eb
3
- size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:491adebfc5bba56677093845110a1db672620c735b95862522aa4943cf93b34e
3
+ size 5752