CserDu123 commited on
Commit
2526665
·
verified ·
1 Parent(s): 93135bc

Upload rebuttal-004-llava-next-video-7b-dapo-v2-ckpt_229/config.json with huggingface_hub

Browse files
rebuttal-004-llava-next-video-7b-dapo-v2-ckpt_229/config.json ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LlavaNextVideoForConditionalGeneration"
4
+ ],
5
+ "bos_token_id": 1,
6
+ "dtype": "bfloat16",
7
+ "eos_token_id": 2,
8
+ "ignore_index": -100,
9
+ "image_grid_pinpoints": [
10
+ [
11
+ 336,
12
+ 672
13
+ ],
14
+ [
15
+ 672,
16
+ 336
17
+ ],
18
+ [
19
+ 672,
20
+ 672
21
+ ],
22
+ [
23
+ 1008,
24
+ 336
25
+ ],
26
+ [
27
+ 336,
28
+ 1008
29
+ ]
30
+ ],
31
+ "image_seq_length": 576,
32
+ "image_token_index": 32001,
33
+ "model_type": "llava_next_video",
34
+ "multimodal_projector_bias": true,
35
+ "pad_token_id": 0,
36
+ "projector_hidden_act": "gelu",
37
+ "spatial_pool_mode": "average",
38
+ "spatial_pool_out_channels": 1024,
39
+ "spatial_pool_stride": 2,
40
+ "text_config": {
41
+ "_name_or_path": "lmsys/vicuna-7b-v1.5",
42
+ "architectures": [
43
+ "LlamaForCausalLM"
44
+ ],
45
+ "attention_bias": false,
46
+ "attention_dropout": 0.0,
47
+ "dtype": "float32",
48
+ "head_dim": 128,
49
+ "hidden_act": "silu",
50
+ "hidden_size": 4096,
51
+ "initializer_range": 0.02,
52
+ "intermediate_size": 11008,
53
+ "max_position_embeddings": 4096,
54
+ "mlp_bias": false,
55
+ "model_type": "llama",
56
+ "num_attention_heads": 32,
57
+ "num_hidden_layers": 32,
58
+ "num_key_value_heads": 32,
59
+ "pad_token_id": 0,
60
+ "pretraining_tp": 1,
61
+ "rms_norm_eps": 1e-05,
62
+ "rope_scaling": {
63
+ "factor": 2.5,
64
+ "rope_type": "linear",
65
+ "type": "linear"
66
+ },
67
+ "rope_theta": 10000.0,
68
+ "type": "linear",
69
+ "use_cache": true,
70
+ "vocab_size": 32064
71
+ },
72
+ "tie_word_embeddings": false,
73
+ "transformers_version": "4.57.3",
74
+ "use_image_newline_parameter": true,
75
+ "video_seq_length": 288,
76
+ "video_token_index": 32000,
77
+ "vision_config": {
78
+ "attention_dropout": 0.0,
79
+ "dtype": "float32",
80
+ "hidden_act": "quick_gelu",
81
+ "hidden_size": 1024,
82
+ "image_size": 336,
83
+ "initializer_factor": 1.0,
84
+ "initializer_range": 0.02,
85
+ "intermediate_size": 4096,
86
+ "layer_norm_eps": 1e-05,
87
+ "model_type": "clip_vision_model",
88
+ "num_attention_heads": 16,
89
+ "num_channels": 3,
90
+ "num_hidden_layers": 24,
91
+ "patch_size": 14,
92
+ "projection_dim": 768,
93
+ "vocab_size": 32000
94
+ },
95
+ "vision_feature_layer": -2,
96
+ "vision_feature_select_strategy": "default"
97
+ }