Saucystream commited on
Commit
bfd99b0
·
verified ·
1 Parent(s): f989680

Training in progress, epoch 1

Browse files
README.md CHANGED
@@ -4,8 +4,8 @@ library_name: transformers
4
  model_name: fine_tuned_chandra
5
  tags:
6
  - generated_from_trainer
7
- - sft
8
  - trl
 
9
  licence: license
10
  ---
11
 
 
4
  model_name: fine_tuned_chandra
5
  tags:
6
  - generated_from_trainer
 
7
  - trl
8
+ - sft
9
  licence: license
10
  ---
11
 
adapter_config.json CHANGED
@@ -29,9 +29,9 @@
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
32
- "k_proj",
33
  "q_proj",
34
- "v_proj"
 
35
  ],
36
  "target_parameters": null,
37
  "task_type": "SEQ_2_SEQ_LM",
 
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
 
32
  "q_proj",
33
+ "v_proj",
34
+ "k_proj"
35
  ],
36
  "target_parameters": null,
37
  "task_type": "SEQ_2_SEQ_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bdd2a9b0a6df2bd9a290266b9a6b88bb48b65b91f2221a46c06f13e00aaa27af
3
  size 10648760
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcf02d16c2893a4116990d1d7411ee900402ed60070c7ee4052e01687dc6c134
3
  size 10648760
added_tokens.json CHANGED
@@ -2,6 +2,17 @@
2
  "</think>": 151668,
3
  "</tool_call>": 151658,
4
  "</tool_response>": 151666,
 
 
 
 
 
 
 
 
 
 
 
5
  "<think>": 151667,
6
  "<tool_call>": 151657,
7
  "<tool_response>": 151665,
 
2
  "</think>": 151668,
3
  "</tool_call>": 151658,
4
  "</tool_response>": 151666,
5
+ "<extra_id_0>": 151669,
6
+ "<extra_id_10>": 151679,
7
+ "<extra_id_1>": 151670,
8
+ "<extra_id_2>": 151671,
9
+ "<extra_id_3>": 151672,
10
+ "<extra_id_4>": 151673,
11
+ "<extra_id_5>": 151674,
12
+ "<extra_id_6>": 151675,
13
+ "<extra_id_7>": 151676,
14
+ "<extra_id_8>": 151677,
15
+ "<extra_id_9>": 151678,
16
  "<think>": 151667,
17
  "<tool_call>": 151657,
18
  "<tool_response>": 151665,
special_tokens_map.json CHANGED
@@ -14,13 +14,7 @@
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,
 
14
  "<|image_pad|>",
15
  "<|video_pad|>"
16
  ],
17
+ "eos_token": "<|im_end|>",
 
 
 
 
 
 
18
  "pad_token": {
19
  "content": "<|endoftext|>",
20
  "lstrip": false,
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f54b55fa0c3aba0c91ce09ea79ae4e62da24e2a1a630f96c4bae34aba25e234a
3
- size 11422822
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b80d4905a575c07711ba1495b993d446ebc8ccaf193fe31ae151ff4550ee2c19
3
+ size 11424902
tokenizer_config.json CHANGED
@@ -209,6 +209,94 @@
209
  "rstrip": false,
210
  "single_word": false,
211
  "special": false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
212
  }
213
  },
214
  "additional_special_tokens": [
 
209
  "rstrip": false,
210
  "single_word": false,
211
  "special": false
212
+ },
213
+ "151669": {
214
+ "content": "<extra_id_0>",
215
+ "lstrip": false,
216
+ "normalized": true,
217
+ "rstrip": false,
218
+ "single_word": false,
219
+ "special": false
220
+ },
221
+ "151670": {
222
+ "content": "<extra_id_1>",
223
+ "lstrip": false,
224
+ "normalized": true,
225
+ "rstrip": false,
226
+ "single_word": false,
227
+ "special": false
228
+ },
229
+ "151671": {
230
+ "content": "<extra_id_2>",
231
+ "lstrip": false,
232
+ "normalized": true,
233
+ "rstrip": false,
234
+ "single_word": false,
235
+ "special": false
236
+ },
237
+ "151672": {
238
+ "content": "<extra_id_3>",
239
+ "lstrip": false,
240
+ "normalized": true,
241
+ "rstrip": false,
242
+ "single_word": false,
243
+ "special": false
244
+ },
245
+ "151673": {
246
+ "content": "<extra_id_4>",
247
+ "lstrip": false,
248
+ "normalized": true,
249
+ "rstrip": false,
250
+ "single_word": false,
251
+ "special": false
252
+ },
253
+ "151674": {
254
+ "content": "<extra_id_5>",
255
+ "lstrip": false,
256
+ "normalized": true,
257
+ "rstrip": false,
258
+ "single_word": false,
259
+ "special": false
260
+ },
261
+ "151675": {
262
+ "content": "<extra_id_6>",
263
+ "lstrip": false,
264
+ "normalized": true,
265
+ "rstrip": false,
266
+ "single_word": false,
267
+ "special": false
268
+ },
269
+ "151676": {
270
+ "content": "<extra_id_7>",
271
+ "lstrip": false,
272
+ "normalized": true,
273
+ "rstrip": false,
274
+ "single_word": false,
275
+ "special": false
276
+ },
277
+ "151677": {
278
+ "content": "<extra_id_8>",
279
+ "lstrip": false,
280
+ "normalized": true,
281
+ "rstrip": false,
282
+ "single_word": false,
283
+ "special": false
284
+ },
285
+ "151678": {
286
+ "content": "<extra_id_9>",
287
+ "lstrip": false,
288
+ "normalized": true,
289
+ "rstrip": false,
290
+ "single_word": false,
291
+ "special": false
292
+ },
293
+ "151679": {
294
+ "content": "<extra_id_10>",
295
+ "lstrip": false,
296
+ "normalized": true,
297
+ "rstrip": false,
298
+ "single_word": false,
299
+ "special": false
300
  }
301
  },
302
  "additional_special_tokens": [
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:44af996b05b9ff3b6f057638f41158235baedfe75cf1b9fea8e1e0712c2c5cd9
3
  size 6417
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cac11b1b441ffd435b4f050129296f67661da48da971a196d990c9bd3a553ddc
3
  size 6417