vllm
patrickvonplaten commited on
Commit
181fe1d
·
verified ·
1 Parent(s): 97c83d4

Update params.json

Browse files
Files changed (1) hide show
  1. params.json +3 -1
params.json CHANGED
@@ -17,6 +17,8 @@
17
  "intermediate_size": 4096,
18
  "num_hidden_layers": 24,
19
  "num_attention_heads": 16,
20
- "image_token_id": 10
 
 
21
  }
22
  }
 
17
  "intermediate_size": 4096,
18
  "num_hidden_layers": 24,
19
  "num_attention_heads": 16,
20
+ "image_token_id": 10,
21
+ "image_break_token_id": 12,
22
+ "image_end_token_id": 13
23
  }
24
  }