PrometheusGroup commited on
Commit
5484e78
·
verified ·
1 Parent(s): 89fc286

Update config.json from fine tuned model

Browse files
Files changed (1) hide show
  1. config.json +5 -1
config.json CHANGED
@@ -4,6 +4,10 @@
4
  ],
5
  "boi_token_index": 255999,
6
  "eoi_token_index": 256000,
 
 
 
 
7
  "image_token_index": 262144,
8
  "initializer_range": 0.02,
9
  "mm_tokens_per_image": 256,
@@ -35,4 +39,4 @@
35
  "patch_size": 14,
36
  "vision_use_head": false
37
  }
38
- }
 
4
  ],
5
  "boi_token_index": 255999,
6
  "eoi_token_index": 256000,
7
+ "eos_token_id": [
8
+ 1,
9
+ 106
10
+ ],
11
  "image_token_index": 262144,
12
  "initializer_range": 0.02,
13
  "mm_tokens_per_image": 256,
 
39
  "patch_size": 14,
40
  "vision_use_head": false
41
  }
42
+ }