tt1225 commited on
Commit
0bf716d
1 Parent(s): 8261e02

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +192 -192
config.json CHANGED
@@ -1,192 +1,192 @@
1
- {
2
- "_commit_hash": "1d5e61e9bd8d8ac1d30d02ada4791f764feb8b24",
3
- "_name_or_path": "khang119966/vintern-final",
4
- "architectures": [
5
- "InternVLChatModel"
6
- ],
7
- "auto_map": {
8
- "AutoConfig": "5CD-AI/Vintern-1B-v2--configuration_internvl_chat.InternVLChatConfig",
9
- "AutoModel": "5CD-AI/Vintern-1B-v2--modeling_internvl_chat.InternVLChatModel",
10
- "AutoModelForCausalLM": "5CD-AI/Vintern-1B-v2--modeling_internvl_chat.InternVLChatModel"
11
- },
12
- "downsample_ratio": 0.5,
13
- "dynamic_image_size": true,
14
- "force_image_size": 448,
15
- "llm_config": {
16
- "_name_or_path": "Qwen/Qwen2-0.5B-Instruct",
17
- "add_cross_attention": false,
18
- "architectures": [
19
- "Qwen2ForCausalLM"
20
- ],
21
- "attention_dropout": 0.0,
22
- "bad_words_ids": null,
23
- "begin_suppress_tokens": null,
24
- "bos_token_id": 151643,
25
- "chunk_size_feed_forward": 0,
26
- "cross_attention_hidden_size": null,
27
- "decoder_start_token_id": null,
28
- "diversity_penalty": 0.0,
29
- "do_sample": false,
30
- "early_stopping": false,
31
- "encoder_no_repeat_ngram_size": 0,
32
- "eos_token_id": 151645,
33
- "exponential_decay_length_penalty": null,
34
- "finetuning_task": null,
35
- "forced_bos_token_id": null,
36
- "forced_eos_token_id": null,
37
- "hidden_act": "silu",
38
- "hidden_size": 896,
39
- "id2label": {
40
- "0": "LABEL_0",
41
- "1": "LABEL_1"
42
- },
43
- "initializer_range": 0.02,
44
- "intermediate_size": 4864,
45
- "is_decoder": false,
46
- "is_encoder_decoder": false,
47
- "label2id": {
48
- "LABEL_0": 0,
49
- "LABEL_1": 1
50
- },
51
- "length_penalty": 1.0,
52
- "max_length": 20,
53
- "max_position_embeddings": 32768,
54
- "max_window_layers": 24,
55
- "min_length": 0,
56
- "model_type": "qwen2",
57
- "no_repeat_ngram_size": 0,
58
- "num_attention_heads": 14,
59
- "num_beam_groups": 1,
60
- "num_beams": 1,
61
- "num_hidden_layers": 24,
62
- "num_key_value_heads": 2,
63
- "num_return_sequences": 1,
64
- "output_attentions": false,
65
- "output_hidden_states": false,
66
- "output_scores": false,
67
- "pad_token_id": null,
68
- "prefix": null,
69
- "problem_type": null,
70
- "pruned_heads": {},
71
- "remove_invalid_values": false,
72
- "repetition_penalty": 1.0,
73
- "return_dict": true,
74
- "return_dict_in_generate": false,
75
- "rms_norm_eps": 1e-06,
76
- "rope_theta": 1000000.0,
77
- "sep_token_id": null,
78
- "sliding_window": 32768,
79
- "suppress_tokens": null,
80
- "task_specific_params": null,
81
- "temperature": 1.0,
82
- "tf_legacy_loss": false,
83
- "tie_encoder_decoder": false,
84
- "tie_word_embeddings": true,
85
- "tokenizer_class": null,
86
- "top_k": 50,
87
- "top_p": 1.0,
88
- "torch_dtype": "bfloat16",
89
- "torchscript": false,
90
- "transformers_version": "4.42.3",
91
- "typical_p": 1.0,
92
- "use_bfloat16": true,
93
- "use_cache": true,
94
- "use_sliding_window": false,
95
- "vocab_size": 151655
96
- },
97
- "max_dynamic_patch": 12,
98
- "min_dynamic_patch": 1,
99
- "model_type": "internvl_chat",
100
- "ps_version": "v2",
101
- "select_layer": -1,
102
- "template": "Hermes-2",
103
- "torch_dtype": "bfloat16",
104
- "transformers_version": null,
105
- "use_backbone_lora": 0,
106
- "use_llm_lora": 0,
107
- "use_thumbnail": true,
108
- "vision_config": {
109
- "_name_or_path": "",
110
- "add_cross_attention": false,
111
- "architectures": [
112
- "InternVisionModel"
113
- ],
114
- "attention_dropout": 0.0,
115
- "bad_words_ids": null,
116
- "begin_suppress_tokens": null,
117
- "bos_token_id": null,
118
- "chunk_size_feed_forward": 0,
119
- "cross_attention_hidden_size": null,
120
- "decoder_start_token_id": null,
121
- "diversity_penalty": 0.0,
122
- "do_sample": false,
123
- "drop_path_rate": 0.0,
124
- "dropout": 0.0,
125
- "early_stopping": false,
126
- "encoder_no_repeat_ngram_size": 0,
127
- "eos_token_id": null,
128
- "exponential_decay_length_penalty": null,
129
- "finetuning_task": null,
130
- "forced_bos_token_id": null,
131
- "forced_eos_token_id": null,
132
- "hidden_act": "gelu",
133
- "hidden_size": 1024,
134
- "id2label": {
135
- "0": "LABEL_0",
136
- "1": "LABEL_1"
137
- },
138
- "image_size": 448,
139
- "initializer_factor": 1.0,
140
- "initializer_range": 0.02,
141
- "intermediate_size": 4096,
142
- "is_decoder": false,
143
- "is_encoder_decoder": false,
144
- "label2id": {
145
- "LABEL_0": 0,
146
- "LABEL_1": 1
147
- },
148
- "layer_norm_eps": 1e-06,
149
- "length_penalty": 1.0,
150
- "max_length": 20,
151
- "min_length": 0,
152
- "model_type": "intern_vit_6b",
153
- "no_repeat_ngram_size": 0,
154
- "norm_type": "layer_norm",
155
- "num_attention_heads": 16,
156
- "num_beam_groups": 1,
157
- "num_beams": 1,
158
- "num_channels": 3,
159
- "num_hidden_layers": 24,
160
- "num_return_sequences": 1,
161
- "output_attentions": false,
162
- "output_hidden_states": false,
163
- "output_scores": false,
164
- "pad_token_id": null,
165
- "patch_size": 14,
166
- "prefix": null,
167
- "problem_type": null,
168
- "pruned_heads": {},
169
- "qk_normalization": false,
170
- "qkv_bias": true,
171
- "remove_invalid_values": false,
172
- "repetition_penalty": 1.0,
173
- "return_dict": true,
174
- "return_dict_in_generate": false,
175
- "sep_token_id": null,
176
- "suppress_tokens": null,
177
- "task_specific_params": null,
178
- "temperature": 1.0,
179
- "tf_legacy_loss": false,
180
- "tie_encoder_decoder": false,
181
- "tie_word_embeddings": true,
182
- "tokenizer_class": null,
183
- "top_k": 50,
184
- "top_p": 1.0,
185
- "torch_dtype": "bfloat16",
186
- "torchscript": false,
187
- "transformers_version": "4.42.3",
188
- "typical_p": 1.0,
189
- "use_bfloat16": true,
190
- "use_flash_attn": false
191
- }
192
- }
 
1
+ {
2
+ "_commit_hash": "1d5e61e9bd8d8ac1d30d02ada4791f764feb8b24",
3
+ "_name_or_path": "khang119966/vintern-final",
4
+ "architectures": [
5
+ "InternVLChatModel"
6
+ ],
7
+ "auto_map": {
8
+ "AutoConfig": "tt1225/Vintern-1B-v2-Custom--configuration_internvl_chat.InternVLChatConfig",
9
+ "AutoModel": "tt1225/Vintern-1B-v2-Custom--modeling_internvl_chat.InternVLChatModel",
10
+ "AutoModelForCausalLM": "tt1225/Vintern-1B-v2-Custom--modeling_internvl_chat.InternVLChatModel"
11
+ },
12
+ "downsample_ratio": 0.5,
13
+ "dynamic_image_size": true,
14
+ "force_image_size": 448,
15
+ "llm_config": {
16
+ "_name_or_path": "Qwen/Qwen2-0.5B-Instruct",
17
+ "add_cross_attention": false,
18
+ "architectures": [
19
+ "Qwen2ForCausalLM"
20
+ ],
21
+ "attention_dropout": 0.0,
22
+ "bad_words_ids": null,
23
+ "begin_suppress_tokens": null,
24
+ "bos_token_id": 151643,
25
+ "chunk_size_feed_forward": 0,
26
+ "cross_attention_hidden_size": null,
27
+ "decoder_start_token_id": null,
28
+ "diversity_penalty": 0.0,
29
+ "do_sample": false,
30
+ "early_stopping": false,
31
+ "encoder_no_repeat_ngram_size": 0,
32
+ "eos_token_id": 151645,
33
+ "exponential_decay_length_penalty": null,
34
+ "finetuning_task": null,
35
+ "forced_bos_token_id": null,
36
+ "forced_eos_token_id": null,
37
+ "hidden_act": "silu",
38
+ "hidden_size": 896,
39
+ "id2label": {
40
+ "0": "LABEL_0",
41
+ "1": "LABEL_1"
42
+ },
43
+ "initializer_range": 0.02,
44
+ "intermediate_size": 4864,
45
+ "is_decoder": false,
46
+ "is_encoder_decoder": false,
47
+ "label2id": {
48
+ "LABEL_0": 0,
49
+ "LABEL_1": 1
50
+ },
51
+ "length_penalty": 1.0,
52
+ "max_length": 20,
53
+ "max_position_embeddings": 32768,
54
+ "max_window_layers": 24,
55
+ "min_length": 0,
56
+ "model_type": "qwen2",
57
+ "no_repeat_ngram_size": 0,
58
+ "num_attention_heads": 14,
59
+ "num_beam_groups": 1,
60
+ "num_beams": 1,
61
+ "num_hidden_layers": 24,
62
+ "num_key_value_heads": 2,
63
+ "num_return_sequences": 1,
64
+ "output_attentions": false,
65
+ "output_hidden_states": false,
66
+ "output_scores": false,
67
+ "pad_token_id": null,
68
+ "prefix": null,
69
+ "problem_type": null,
70
+ "pruned_heads": {},
71
+ "remove_invalid_values": false,
72
+ "repetition_penalty": 1.0,
73
+ "return_dict": true,
74
+ "return_dict_in_generate": false,
75
+ "rms_norm_eps": 1e-06,
76
+ "rope_theta": 1000000.0,
77
+ "sep_token_id": null,
78
+ "sliding_window": 32768,
79
+ "suppress_tokens": null,
80
+ "task_specific_params": null,
81
+ "temperature": 1.0,
82
+ "tf_legacy_loss": false,
83
+ "tie_encoder_decoder": false,
84
+ "tie_word_embeddings": true,
85
+ "tokenizer_class": null,
86
+ "top_k": 50,
87
+ "top_p": 1.0,
88
+ "torch_dtype": "bfloat16",
89
+ "torchscript": false,
90
+ "transformers_version": "4.42.3",
91
+ "typical_p": 1.0,
92
+ "use_bfloat16": true,
93
+ "use_cache": true,
94
+ "use_sliding_window": false,
95
+ "vocab_size": 151655
96
+ },
97
+ "max_dynamic_patch": 12,
98
+ "min_dynamic_patch": 1,
99
+ "model_type": "internvl_chat",
100
+ "ps_version": "v2",
101
+ "select_layer": -1,
102
+ "template": "Hermes-2",
103
+ "torch_dtype": "bfloat16",
104
+ "transformers_version": null,
105
+ "use_backbone_lora": 0,
106
+ "use_llm_lora": 0,
107
+ "use_thumbnail": true,
108
+ "vision_config": {
109
+ "_name_or_path": "",
110
+ "add_cross_attention": false,
111
+ "architectures": [
112
+ "InternVisionModel"
113
+ ],
114
+ "attention_dropout": 0.0,
115
+ "bad_words_ids": null,
116
+ "begin_suppress_tokens": null,
117
+ "bos_token_id": null,
118
+ "chunk_size_feed_forward": 0,
119
+ "cross_attention_hidden_size": null,
120
+ "decoder_start_token_id": null,
121
+ "diversity_penalty": 0.0,
122
+ "do_sample": false,
123
+ "drop_path_rate": 0.0,
124
+ "dropout": 0.0,
125
+ "early_stopping": false,
126
+ "encoder_no_repeat_ngram_size": 0,
127
+ "eos_token_id": null,
128
+ "exponential_decay_length_penalty": null,
129
+ "finetuning_task": null,
130
+ "forced_bos_token_id": null,
131
+ "forced_eos_token_id": null,
132
+ "hidden_act": "gelu",
133
+ "hidden_size": 1024,
134
+ "id2label": {
135
+ "0": "LABEL_0",
136
+ "1": "LABEL_1"
137
+ },
138
+ "image_size": 448,
139
+ "initializer_factor": 1.0,
140
+ "initializer_range": 0.02,
141
+ "intermediate_size": 4096,
142
+ "is_decoder": false,
143
+ "is_encoder_decoder": false,
144
+ "label2id": {
145
+ "LABEL_0": 0,
146
+ "LABEL_1": 1
147
+ },
148
+ "layer_norm_eps": 1e-06,
149
+ "length_penalty": 1.0,
150
+ "max_length": 20,
151
+ "min_length": 0,
152
+ "model_type": "intern_vit_6b",
153
+ "no_repeat_ngram_size": 0,
154
+ "norm_type": "layer_norm",
155
+ "num_attention_heads": 16,
156
+ "num_beam_groups": 1,
157
+ "num_beams": 1,
158
+ "num_channels": 3,
159
+ "num_hidden_layers": 24,
160
+ "num_return_sequences": 1,
161
+ "output_attentions": false,
162
+ "output_hidden_states": false,
163
+ "output_scores": false,
164
+ "pad_token_id": null,
165
+ "patch_size": 14,
166
+ "prefix": null,
167
+ "problem_type": null,
168
+ "pruned_heads": {},
169
+ "qk_normalization": false,
170
+ "qkv_bias": true,
171
+ "remove_invalid_values": false,
172
+ "repetition_penalty": 1.0,
173
+ "return_dict": true,
174
+ "return_dict_in_generate": false,
175
+ "sep_token_id": null,
176
+ "suppress_tokens": null,
177
+ "task_specific_params": null,
178
+ "temperature": 1.0,
179
+ "tf_legacy_loss": false,
180
+ "tie_encoder_decoder": false,
181
+ "tie_word_embeddings": true,
182
+ "tokenizer_class": null,
183
+ "top_k": 50,
184
+ "top_p": 1.0,
185
+ "torch_dtype": "bfloat16",
186
+ "torchscript": false,
187
+ "transformers_version": "4.42.3",
188
+ "typical_p": 1.0,
189
+ "use_bfloat16": true,
190
+ "use_flash_attn": false
191
+ }
192
+ }