File size: 2,383 Bytes
a96cf1a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
  "architectures": [
    "VideoChatFlashQwenForCausalLM"
  ],
  "attention_dropout": 0.0,
  "auto_map": {
    "AutoConfig": "modeling_videochat_flash.VideoChatFlashQwenConfig",
    "AutoModel": "modeling_videochat_flash.VideoChatFlashQwenForCausalLM"
  },
  "bos_token_id": 151643,
  "dtype": "float16",
  "eos_token_id": 151645,
  "frame_aspect_ratio": "square",
  "frame_grid_pinpoints": null,
  "hidden_act": "silu",
  "hidden_size": 64,
  "image_aspect_ratio": "square",
  "image_crop_resolution": null,
  "image_grid_pinpoints": [
    [
      224,
      224
    ]
  ],
  "image_split_resolution": null,
  "initializer_range": 0.02,
  "intermediate_size": 128,
  "layer_types": [
    "full_attention",
    "full_attention"
  ],
  "llm_compress_layer_list": [],
  "llm_compress_type": "attention",
  "llm_image_token_ratio_list": [
    1.0,
    0.5,
    0.25,
    0.125
  ],
  "max_num_pixels": 401408,
  "max_position_embeddings": 2048,
  "max_window_layers": 2,
  "min_slow_num_frames": 4,
  "mm_close_init": false,
  "mm_hidden_size": 128,
  "mm_llm_compress": false,
  "mm_local_num_frames": 4,
  "mm_newline_position": "nothing",
  "mm_num_compress_latents": 8,
  "mm_num_compress_query_type": "learnable",
  "mm_patch_merge_type": "spatial_nopad",
  "mm_pos_num_frames": 4,
  "mm_projector_lr": null,
  "mm_projector_type": "tome16_mlp_hd64",
  "mm_resampler_type": null,
  "mm_spatial_pool_mode": "bilinear",
  "mm_tunable_parts": "mm_vision_tower,mm_mlp_adapter,mm_language_model",
  "mm_use_im_patch_token": false,
  "mm_use_im_start_end": false,
  "mm_vision_select_feature": "patch",
  "mm_vision_select_layer": -2,
  "mm_vision_tower": "internvideo2",
  "mm_vision_tower_lr": 2e-06,
  "model_type": "videochat_flash_qwen",
  "num_attention_heads": 4,
  "num_hidden_layers": 2,
  "num_key_value_heads": 1,
  "pos_skipping_range": 2048,
  "rms_norm_eps": 1e-06,
  "rope_scaling": null,
  "rope_theta": 1000000.0,
  "sliding_window": null,
  "tie_word_embeddings": true,
  "tokenizer_model_max_length": 2048,
  "tokenizer_padding_side": "right",
  "transformers_version": "4.57.6",
  "use_cache": true,
  "use_mm_proj": true,
  "use_pos_skipping": false,
  "use_sliding_window": false,
  "vision_encode_type": "video_image",
  "vision_tower_pretrained": null,
  "vocab_size": 152064
}