junzhin commited on
Commit
29918ce
·
verified ·
1 Parent(s): 0eb222a

Add standard config.json for HuggingFace download statistics tracking

Browse files
Files changed (1) hide show
  1. config.json +36 -0
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "General-Medical-AI/UniMedVL",
3
+ "architectures": [
4
+ "Qwen2ForCausalLM"
5
+ ],
6
+ "model_type": "qwen2",
7
+ "transformers_version": "4.49.0",
8
+ "torch_dtype": "bfloat16",
9
+ "vocab_size": 152064,
10
+ "max_position_embeddings": 32768,
11
+ "hidden_size": 3584,
12
+ "intermediate_size": 18944,
13
+ "num_hidden_layers": 28,
14
+ "num_attention_heads": 28,
15
+ "num_key_value_heads": 4,
16
+ "hidden_act": "silu",
17
+ "initializer_range": 0.02,
18
+ "rms_norm_eps": 1e-06,
19
+ "use_cache": true,
20
+ "rope_theta": 1000000.0,
21
+ "rope_scaling": null,
22
+ "attention_dropout": 0.0,
23
+ "use_sliding_window": false,
24
+ "sliding_window": null,
25
+ "max_window_layers": 28,
26
+ "tie_word_embeddings": false,
27
+ "bos_token_id": 151643,
28
+ "eos_token_id": 151645,
29
+ "pad_token_id": null,
30
+ "qk_norm": true,
31
+ "auto_map": {
32
+ "AutoConfig": "llm_config.Qwen2Config",
33
+ "AutoModel": "modeling_unimedvl.UniMedVL",
34
+ "AutoModelForCausalLM": "modeling_unimedvl.UniMedVL"
35
+ }
36
+ }