JiaaZ commited on
Commit
c28b664
·
verified ·
1 Parent(s): 256a2be

Upload generation_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. generation_config.json +11 -0
generation_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 1,
3
+ "eos_token_id": 2,
4
+ "max_length": 4096,
5
+ "out_dim": 256,
6
+ "pad_token_id": 0,
7
+ "seg_token_idx": 32000,
8
+ "train_mask_decoder": true,
9
+ "transformers_version": "4.31.0",
10
+ "vision_tower": "openai/clip-vit-large-patch14"
11
+ }