sr5434 commited on
Commit
2fbed59
·
verified ·
1 Parent(s): 99da05a

End of training

Browse files
README.md CHANGED
@@ -4,8 +4,8 @@ library_name: transformers
4
  model_name: sft_model
5
  tags:
6
  - generated_from_trainer
7
- - trl
8
  - sft
 
9
  licence: license
10
  ---
11
 
@@ -30,11 +30,12 @@ print(output["generated_text"])
30
 
31
 
32
 
 
33
  This model was trained with SFT.
34
 
35
  ### Framework versions
36
 
37
- - TRL: 0.28.0
38
  - Transformers: 4.57.1
39
  - Pytorch: 2.8.0+cu126
40
  - Datasets: 4.4.2
 
4
  model_name: sft_model
5
  tags:
6
  - generated_from_trainer
 
7
  - sft
8
+ - trl
9
  licence: license
10
  ---
11
 
 
30
 
31
 
32
 
33
+
34
  This model was trained with SFT.
35
 
36
  ### Framework versions
37
 
38
+ - TRL: 0.29.0
39
  - Transformers: 4.57.1
40
  - Pytorch: 2.8.0+cu126
41
  - Datasets: 4.4.2
added_tokens.json CHANGED
@@ -1,3 +1,5 @@
1
  {
2
- "<image_soft_token>": 262144
 
 
3
  }
 
1
  {
2
+ "<image_soft_token>": 262144,
3
+ "<|im_end|>": 262146,
4
+ "<|im_start|>": 262145
5
  }
chat_template.jinja CHANGED
@@ -17,8 +17,5 @@
17
  {%- if add_generation_prompt -%}
18
 
19
  {{ "<|im_start|>assistant
20
- " + "<think>
21
-
22
- </think>
23
- " }}
24
  {%- endif -%}
 
17
  {%- if add_generation_prompt -%}
18
 
19
  {{ "<|im_start|>assistant
20
+ " }}
 
 
 
21
  {%- endif -%}
config.json CHANGED
@@ -50,5 +50,5 @@
50
  "transformers_version": "4.57.1",
51
  "use_bidirectional_attention": false,
52
  "use_cache": true,
53
- "vocab_size": 262144
54
  }
 
50
  "transformers_version": "4.57.1",
51
  "use_bidirectional_attention": false,
52
  "use_cache": true,
53
+ "vocab_size": 262147
54
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eb866034f112a448803d04d3b7d002c550a70365577704ec1108d4da329c663d
3
- size 1072419256
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:124ecaca0cdb1aea023e85cc3a9cfe41b078c691d09490fccc23464f5dcf7efc
3
+ size 1072426936
runs/Mar01_01-31-54_ab2580001b44/events.out.tfevents.1772329576.ab2580001b44.66.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3af23f5ee7dc27cd1267c2a70ee1f883f2ad4818b947257b3fa04949722fae1
3
+ size 254604
special_tokens_map.json CHANGED
@@ -1,4 +1,20 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "boi_token": "<start_of_image>",
3
  "bos_token": {
4
  "content": "<bos>",
 
1
  {
2
+ "additional_special_tokens": [
3
+ {
4
+ "content": "<|im_start|>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ {
11
+ "content": "<|im_end|>",
12
+ "lstrip": false,
13
+ "normalized": false,
14
+ "rstrip": false,
15
+ "single_word": false
16
+ }
17
+ ],
18
  "boi_token": "<start_of_image>",
19
  "bos_token": {
20
  "content": "<bos>",
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4667f2089529e8e7657cfb6d1c19910ae71ff5f28aa7ab2ff2763330affad795
3
- size 33384568
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c5591c1449f71a5ae4c2ed1cb1cbdadf42e4cc9537c9850184d520a42cb18dc
3
+ size 33384944
tokenizer_config.json CHANGED
@@ -51321,8 +51321,28 @@
51321
  "rstrip": false,
51322
  "single_word": false,
51323
  "special": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51324
  }
51325
  },
 
 
 
 
51326
  "boi_token": "<start_of_image>",
51327
  "bos_token": "<bos>",
51328
  "clean_up_tokenization_spaces": false,
 
51321
  "rstrip": false,
51322
  "single_word": false,
51323
  "special": true
51324
+ },
51325
+ "262145": {
51326
+ "content": "<|im_start|>",
51327
+ "lstrip": false,
51328
+ "normalized": false,
51329
+ "rstrip": false,
51330
+ "single_word": false,
51331
+ "special": true
51332
+ },
51333
+ "262146": {
51334
+ "content": "<|im_end|>",
51335
+ "lstrip": false,
51336
+ "normalized": false,
51337
+ "rstrip": false,
51338
+ "single_word": false,
51339
+ "special": true
51340
  }
51341
  },
51342
+ "additional_special_tokens": [
51343
+ "<|im_start|>",
51344
+ "<|im_end|>"
51345
+ ],
51346
  "boi_token": "<start_of_image>",
51347
  "bos_token": "<bos>",
51348
  "clean_up_tokenization_spaces": false,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c7b0494a970849945d2006eff4c85aa1f0ee1433bb201ecbefea81899e2ba093
3
  size 6225
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e0211cd5e84a3a5f1ce5cac882c3e72eca010cd652a0d843121fbc0f08b45d5
3
  size 6225