kimihailv commited on
Commit
d9b933f
1 Parent(s): ab80423

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +27 -26
config.json CHANGED
@@ -1,27 +1,28 @@
1
  {
2
- "_name_or_path": "../weights/vlm-qwen-big-uform",
3
- "architectures": [
4
- "VLMForCausalLM"
5
- ],
6
- "auto_map": {
7
- "AutoConfig": "configuration_uform_gen.VLMConfig",
8
- "AutoModel": "modeling_uform_gen.VLMForCausalLM"
9
- },
10
- "image_encoder_hidden_size": 1280,
11
- "image_encoder_name_or_path": "unum-cloud/uform-vl-english-big",
12
- "image_encoder_num_heads": 16,
13
- "image_encoder_num_layers": 32,
14
- "image_encoder_patch_size": 14,
15
- "image_encoder_pooling": "cls",
16
- "image_pooler_intermediate_size": 3200,
17
- "image_pooler_num_attn_heads": 16,
18
- "image_size": 336,
19
- "image_token_id": 151646,
20
- "initializer_range": 0.02,
21
- "model_type": "vlm",
22
- "num_image_latents": 256,
23
- "text_decoder_name_or_path": "Qwen/Qwen1.5-0.5B-Chat",
24
- "torch_dtype": "float32",
25
- "transformers_version": "4.37.2",
26
- "use_cache": true
27
- }
 
 
1
  {
2
+ "_name_or_path": "../weights/vlm-qwen-big-uform",
3
+ "architectures": [
4
+ "VLMForCausalLM"
5
+ ],
6
+ "auto_map": {
7
+ "AutoConfig": "configuration_uform_gen.VLMConfig",
8
+ "AutoModel": "modeling_uform_gen.VLMForCausalLM",
9
+ "AutoProcessor": "processing_uform_gen.VLMProcessor"
10
+ },
11
+ "image_encoder_hidden_size": 1280,
12
+ "image_encoder_name_or_path": "unum-cloud/uform-vl-english-big",
13
+ "image_encoder_num_heads": 16,
14
+ "image_encoder_num_layers": 32,
15
+ "image_encoder_patch_size": 14,
16
+ "image_encoder_pooling": "cls",
17
+ "image_pooler_intermediate_size": 3200,
18
+ "image_pooler_num_attn_heads": 16,
19
+ "image_size": 336,
20
+ "image_token_id": 151646,
21
+ "initializer_range": 0.02,
22
+ "model_type": "vlm",
23
+ "num_image_latents": 256,
24
+ "text_decoder_name_or_path": "Qwen/Qwen1.5-0.5B-Chat",
25
+ "torch_dtype": "float32",
26
+ "transformers_version": "4.37.2",
27
+ "use_cache": true
28
+ }