Safetensors
llava_onevision1_5
xingkungao commited on
Commit
7ca6203
·
verified ·
1 Parent(s): 2b8c027

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +90 -0
config.json ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LLaVAOneVision1_5_ForConditionalGeneration"
4
+ ],
5
+ "model_type": "llava_onevision1_5",
6
+ "image_token_id": 151655,
7
+ "text_config": {
8
+ "attention_bias": false,
9
+ "attention_dropout": 0.0,
10
+ "head_dim": 128,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 4096,
13
+ "image_token_id": null,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 12288,
16
+ "tie_word_embeddings": false,
17
+ "layer_types": [
18
+ "full_attention",
19
+ "full_attention",
20
+ "full_attention",
21
+ "full_attention",
22
+ "full_attention",
23
+ "full_attention",
24
+ "full_attention",
25
+ "full_attention",
26
+ "full_attention",
27
+ "full_attention",
28
+ "full_attention",
29
+ "full_attention",
30
+ "full_attention",
31
+ "full_attention",
32
+ "full_attention",
33
+ "full_attention",
34
+ "full_attention",
35
+ "full_attention",
36
+ "full_attention",
37
+ "full_attention",
38
+ "full_attention",
39
+ "full_attention",
40
+ "full_attention",
41
+ "full_attention",
42
+ "full_attention",
43
+ "full_attention",
44
+ "full_attention",
45
+ "full_attention",
46
+ "full_attention",
47
+ "full_attention",
48
+ "full_attention",
49
+ "full_attention",
50
+ "full_attention",
51
+ "full_attention",
52
+ "full_attention",
53
+ "full_attention"
54
+ ],
55
+ "max_position_embeddings": 32768,
56
+ "max_window_layers": 36,
57
+ "model_type": "LLaVAOneVision1_5_text",
58
+ "num_attention_heads": 32,
59
+ "num_hidden_layers": 36,
60
+ "num_key_value_heads": 8,
61
+ "rms_norm_eps": 1e-06,
62
+ "rope_scaling": null,
63
+ "rope_theta": 1000000.0,
64
+ "sliding_window": null,
65
+ "use_cache": true,
66
+ "use_sliding_window": false,
67
+ "video_token_id": null,
68
+ "vocab_size": 151936
69
+ },
70
+ "torch_dtype": "bfloat16",
71
+ "transformers_version": "4.53.0",
72
+ "video_token_id": 151656,
73
+ "vision_config": {
74
+ "depth": 24,
75
+ "embed_dim": 1024,
76
+ "hidden_act": "gelu",
77
+ "hidden_size": 1024,
78
+ "in_channels": 3,
79
+ "initializer_range": 0.02,
80
+ "intermediate_size": 4096,
81
+ "layer_norm_eps": 1e-05,
82
+ "model_type": "rice_vit",
83
+ "num_heads": 16,
84
+ "patch_size": 14,
85
+ "spatial_merge_size": 2,
86
+ "temporal_patch_size": 1,
87
+ "text_hidden_size": 4096
88
+ },
89
+ "vocab_size": 151936
90
+ }