LANSG commited on
Commit
2036860
·
verified ·
1 Parent(s): c77dd23

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +77 -0
config.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "gem-llava-v1.6-vicuna-7b",
3
+ "architectures": [
4
+ "LlavaLlamaForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 1,
9
+ "ecg_projector_lr": null,
10
+ "ecg_projector_type": "linear",
11
+ "eos_token_id": 2,
12
+ "freeze_mm_mlp_adapter": false,
13
+ "freeze_mm_vision_resampler": false,
14
+ "hidden_act": "silu",
15
+ "hidden_size": 4096,
16
+ "image_aspect_ratio": "ori",
17
+ "image_crop_resolution": 224,
18
+ "image_grid_pinpoints": [
19
+ [
20
+ 336,
21
+ 672
22
+ ],
23
+ [
24
+ 672,
25
+ 336
26
+ ],
27
+ [
28
+ 672,
29
+ 672
30
+ ],
31
+ [
32
+ 1008,
33
+ 336
34
+ ],
35
+ [
36
+ 336,
37
+ 1008
38
+ ]
39
+ ],
40
+ "image_split_resolution": 224,
41
+ "initializer_range": 0.02,
42
+ "intermediate_size": 11008,
43
+ "max_position_embeddings": 4096,
44
+ "mm_ecg_tower": "...path_to/checkpoint/cpt_wfep_epoch_20.pt",
45
+ "mm_hidden_size": 1024,
46
+ "mm_patch_merge_type": "flat",
47
+ "mm_projector_lr": null,
48
+ "mm_projector_type": "mlp2x_gelu",
49
+ "mm_resampler_type": null,
50
+ "mm_use_im_patch_token": false,
51
+ "mm_use_im_start_end": false,
52
+ "mm_vision_select_feature": "patch",
53
+ "mm_vision_select_layer": -2,
54
+ "mm_vision_tower": "openai/clip-vit-large-patch14-336",
55
+ "mm_vision_tower_lr": 2e-06,
56
+ "model_type": "llava_llama",
57
+ "num_attention_heads": 32,
58
+ "num_hidden_layers": 32,
59
+ "num_key_value_heads": 32,
60
+ "open_clip_config": "coca_ViT-B-32",
61
+ "pad_token_id": 0,
62
+ "pretraining_tp": 1,
63
+ "rms_norm_eps": 1e-05,
64
+ "rope_scaling": null,
65
+ "rope_theta": 10000.0,
66
+ "tie_word_embeddings": false,
67
+ "tokenizer_model_max_length": 4096,
68
+ "tokenizer_padding_side": "right",
69
+ "torch_dtype": "bfloat16",
70
+ "transformers_version": "4.37.2",
71
+ "tune_mm_mlp_adapter": false,
72
+ "tune_mm_vision_resampler": false,
73
+ "unfreeze_mm_vision_tower": true,
74
+ "use_cache": true,
75
+ "use_mm_proj": true,
76
+ "vocab_size": 32000
77
+ }