Image-Text-to-Text
Transformers
TensorBoard
Safetensors
feature-extraction
conversational
custom_code
Yin-Xie commited on
Commit
7a59d7a
·
verified ·
1 Parent(s): ca0fe71

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +93 -0
config.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LLaVAOneVision1_5_ForConditionalGeneration"
4
+ ],
5
+ "image_token_id": 151655,
6
+ "auto_map": {
7
+ "AutoConfig": "configuration_llavaonevision1_5.Llavaonevision1_5Config",
8
+ "AutoModel": "modeling_llavaonevision1_5.LLaVAOneVision1_5_ForConditionalGeneration",
9
+ "AutoModelForCausalLM": "modeling_llavaonevision1_5.LLaVAOneVision1_5_ForConditionalGeneration"
10
+ },
11
+ "text_config": {
12
+ "attention_bias": false,
13
+ "attention_dropout": 0.0,
14
+ "head_dim": 128,
15
+ "hidden_act": "silu",
16
+ "hidden_size": 2560,
17
+ "image_token_id": null,
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 9728,
20
+ "layer_types": [
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
+ "full_attention",
55
+ "full_attention",
56
+ "full_attention"
57
+ ],
58
+ "max_position_embeddings": 262144,
59
+ "max_window_layers": 36,
60
+ "model_type": "LLaVAOneVision1_5_text",
61
+ "num_attention_heads": 32,
62
+ "num_hidden_layers": 36,
63
+ "num_key_value_heads": 8,
64
+ "rms_norm_eps": 1e-06,
65
+ "rope_scaling": null,
66
+ "rope_theta": 5000000.0,
67
+ "sliding_window": null,
68
+ "use_cache": true,
69
+ "use_sliding_window": false,
70
+ "video_token_id": null,
71
+ "vocab_size": 151936
72
+ },
73
+ "torch_dtype": "bfloat16",
74
+ "transformers_version": "4.53.0",
75
+ "video_token_id": 151656,
76
+ "vision_config": {
77
+ "depth": 24,
78
+ "embed_dim": 1024,
79
+ "hidden_act": "gelu",
80
+ "hidden_size": 1024,
81
+ "in_channels": 3,
82
+ "initializer_range": 0.02,
83
+ "intermediate_size": 4096,
84
+ "layer_norm_eps": 1e-05,
85
+ "model_type": "rice_vit",
86
+ "num_heads": 16,
87
+ "patch_size": 14,
88
+ "spatial_merge_size": 2,
89
+ "temporal_patch_size": 1,
90
+ "text_hidden_size": 2560
91
+ },
92
+ "vocab_size": 151936
93
+ }