LZHgrla commited on
Commit
57be313
1 Parent(s): ca4346b

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +44 -0
config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LlavaForConditionalGeneration"
4
+ ],
5
+ "ignore_index": -100,
6
+ "image_token_index": 128257,
7
+ "model_type": "llava",
8
+ "pad_token_id": 128258,
9
+ "projector_hidden_act": "gelu",
10
+ "text_config": {
11
+ "architectures": [
12
+ "LlamaForCausalLM"
13
+ ],
14
+ "bos_token_id": 128000,
15
+ "eos_token_id": 128001,
16
+ "intermediate_size": 14336,
17
+ "max_position_embeddings": 8192,
18
+ "model_type": "llama",
19
+ "num_key_value_heads": 8,
20
+ "rms_norm_eps": 1e-05,
21
+ "rope_theta": 500000.0,
22
+ "torch_dtype": "float16",
23
+ "vocab_size": 128320
24
+ },
25
+ "torch_dtype": "float16",
26
+ "transformers_version": "4.40.1",
27
+ "vision_config": {
28
+ "architectures": [
29
+ "CLIPVisionModel"
30
+ ],
31
+ "dropout": 0.0,
32
+ "hidden_size": 1024,
33
+ "image_size": 336,
34
+ "intermediate_size": 4096,
35
+ "model_type": "clip_vision_model",
36
+ "num_attention_heads": 16,
37
+ "num_hidden_layers": 24,
38
+ "patch_size": 14,
39
+ "projection_dim": 768,
40
+ "torch_dtype": "float32"
41
+ },
42
+ "vision_feature_layer": -2,
43
+ "vision_feature_select_strategy": "default"
44
+ }