DeclanBracken commited on
Commit
14d4a80
1 Parent(s): 2ded05b

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +54 -0
config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "DeclanBracken/MiniCPM-Llama3-V-2.5-Transcriptor",
3
+ "architectures": [
4
+ "MiniCPMV"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "auto_map": {
9
+ "AutoConfig": "openbmb/MiniCPM-Llama3-V-2_5--configuration_minicpm.MiniCPMVConfig",
10
+ "AutoModel": "openbmb/MiniCPM-Llama3-V-2_5--modeling_minicpmv.MiniCPMV",
11
+ "AutoModelForCausalLM": "openbmb/MiniCPM-Llama3-V-2_5--modeling_minicpmv.MiniCPMV"
12
+ },
13
+ "batch_vision_input": true,
14
+ "bos_token_id": 128000,
15
+ "drop_vision_last_layer": false,
16
+ "eos_token_id": 128001,
17
+ "hidden_act": "silu",
18
+ "hidden_size": 4096,
19
+ "image_size": 448,
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 14336,
22
+ "max_position_embeddings": 8192,
23
+ "mlp_bias": false,
24
+ "mm_use_im_start_end": true,
25
+ "model_type": "minicpmv",
26
+ "num_attention_heads": 32,
27
+ "num_hidden_layers": 32,
28
+ "num_key_value_heads": 8,
29
+ "patch_size": 14,
30
+ "pretraining_tp": 1,
31
+ "query_num": 96,
32
+ "rms_norm_eps": 1e-05,
33
+ "rope_scaling": null,
34
+ "rope_theta": 500000.0,
35
+ "slice_config": {
36
+ "max_slice_nums": 9,
37
+ "model_type": "minicpmv"
38
+ },
39
+ "slice_mode": true,
40
+ "tie_word_embeddings": false,
41
+ "torch_dtype": "float16",
42
+ "transformers_version": "4.42.3",
43
+ "use_cache": true,
44
+ "vision_config": {
45
+ "hidden_size": 1152,
46
+ "image_size": 980,
47
+ "intermediate_size": 4304,
48
+ "model_type": "idefics2",
49
+ "num_attention_heads": 16,
50
+ "num_hidden_layers": 27,
51
+ "patch_size": 14
52
+ },
53
+ "vocab_size": 128256
54
+ }