yzy666 commited on
Commit
fe12f96
·
verified ·
1 Parent(s): 3077ec0

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
config.json ADDED
@@ -0,0 +1,201 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_commit_hash": null,
3
+ "_name_or_path": "/mnt/workspace/xxx/workspace/InternVideo2_5_Chat_8B",
4
+ "architectures": [
5
+ "InternVLChatModel"
6
+ ],
7
+ "auto_map": {
8
+ "AutoConfig": "configuration_livestar_chat.InternVLChatConfig",
9
+ "AutoModel": "modeling_livestar_chat.InternVLChatModel",
10
+ "AutoModelForCausalLM": "modeling_livestar_chat.InternVLChatModel"
11
+ },
12
+ "downsample_ratio": 0.5,
13
+ "dynamic_image_size": false,
14
+ "force_image_size": 448,
15
+ "llm_config": {
16
+ "_name_or_path": "internlm/internlm2_5-7b-chat",
17
+ "add_cross_attention": false,
18
+ "architectures": [
19
+ "InternLM2ForCausalLM"
20
+ ],
21
+ "attn_implementation": "eager",
22
+ "auto_map": {
23
+ "AutoConfig": "configuration_livestar_llm.InternLM2Config",
24
+ "AutoModel": "modeling_livestar_llm.InternLM2ForCausalLM",
25
+ "AutoModelForCausalLM": "modeling_livestar_llm.InternLM2ForCausalLM",
26
+ "AutoModelForSequenceClassification": "modeling_livestar_llm.InternLM2ForSequenceClassification"
27
+ },
28
+ "bad_words_ids": null,
29
+ "begin_suppress_tokens": null,
30
+ "bias": false,
31
+ "bos_token_id": 1,
32
+ "chunk_size_feed_forward": 0,
33
+ "cross_attention_hidden_size": null,
34
+ "decoder_start_token_id": null,
35
+ "diversity_penalty": 0.0,
36
+ "do_sample": false,
37
+ "early_stopping": false,
38
+ "encoder_no_repeat_ngram_size": 0,
39
+ "eos_token_id": 2,
40
+ "exponential_decay_length_penalty": null,
41
+ "finetuning_task": null,
42
+ "forced_bos_token_id": null,
43
+ "forced_eos_token_id": null,
44
+ "hidden_act": "silu",
45
+ "hidden_size": 4096,
46
+ "id2label": {
47
+ "0": "LABEL_0",
48
+ "1": "LABEL_1"
49
+ },
50
+ "initializer_range": 0.02,
51
+ "intermediate_size": 14336,
52
+ "is_decoder": false,
53
+ "is_encoder_decoder": false,
54
+ "label2id": {
55
+ "LABEL_0": 0,
56
+ "LABEL_1": 1
57
+ },
58
+ "length_penalty": 1.0,
59
+ "max_length": 20,
60
+ "max_position_embeddings": 32768,
61
+ "min_length": 0,
62
+ "model_type": "internlm2",
63
+ "no_repeat_ngram_size": 0,
64
+ "num_attention_heads": 32,
65
+ "num_beam_groups": 1,
66
+ "num_beams": 1,
67
+ "num_hidden_layers": 32,
68
+ "num_key_value_heads": 8,
69
+ "num_return_sequences": 1,
70
+ "output_attentions": false,
71
+ "output_hidden_states": false,
72
+ "output_scores": false,
73
+ "pad_token_id": 2,
74
+ "prefix": null,
75
+ "pretraining_tp": 1,
76
+ "problem_type": null,
77
+ "pruned_heads": {},
78
+ "remove_invalid_values": false,
79
+ "repetition_penalty": 1.0,
80
+ "return_dict": true,
81
+ "return_dict_in_generate": false,
82
+ "rms_norm_eps": 1e-05,
83
+ "rope_scaling": {
84
+ "factor": 2.0,
85
+ "type": "dynamic"
86
+ },
87
+ "rope_theta": 1000000,
88
+ "sep_token_id": null,
89
+ "suppress_tokens": null,
90
+ "task_specific_params": null,
91
+ "temperature": 1.0,
92
+ "tf_legacy_loss": false,
93
+ "tie_encoder_decoder": false,
94
+ "tie_word_embeddings": false,
95
+ "tokenizer_class": null,
96
+ "top_k": 50,
97
+ "top_p": 1.0,
98
+ "torch_dtype": "bfloat16",
99
+ "torchscript": false,
100
+ "transformers_version": "4.37.2",
101
+ "typical_p": 1.0,
102
+ "use_bfloat16": true,
103
+ "use_cache": false,
104
+ "vocab_size": 92560
105
+ },
106
+ "max_dynamic_patch": 1,
107
+ "min_dynamic_patch": 1,
108
+ "model_type": "internvl_chat",
109
+ "ps_version": "v2",
110
+ "select_layer": -1,
111
+ "template": "internvl2_5",
112
+ "torch_dtype": "bfloat16",
113
+ "transformers_version": null,
114
+ "use_backbone_lora": 0,
115
+ "use_llm_lora": 0,
116
+ "use_thumbnail": false,
117
+ "vision_config": {
118
+ "_name_or_path": "",
119
+ "add_cross_attention": false,
120
+ "architectures": [
121
+ "InternVisionModel"
122
+ ],
123
+ "attention_dropout": 0.0,
124
+ "bad_words_ids": null,
125
+ "begin_suppress_tokens": null,
126
+ "bos_token_id": null,
127
+ "chunk_size_feed_forward": 0,
128
+ "cross_attention_hidden_size": null,
129
+ "decoder_start_token_id": null,
130
+ "diversity_penalty": 0.0,
131
+ "do_sample": false,
132
+ "drop_path_rate": 0.1,
133
+ "dropout": 0.0,
134
+ "early_stopping": false,
135
+ "encoder_no_repeat_ngram_size": 0,
136
+ "eos_token_id": null,
137
+ "exponential_decay_length_penalty": null,
138
+ "finetuning_task": null,
139
+ "forced_bos_token_id": null,
140
+ "forced_eos_token_id": null,
141
+ "hidden_act": "gelu",
142
+ "hidden_size": 1024,
143
+ "id2label": {
144
+ "0": "LABEL_0",
145
+ "1": "LABEL_1"
146
+ },
147
+ "image_size": 448,
148
+ "initializer_factor": 1.0,
149
+ "initializer_range": 0.02,
150
+ "intermediate_size": 4096,
151
+ "is_decoder": false,
152
+ "is_encoder_decoder": false,
153
+ "label2id": {
154
+ "LABEL_0": 0,
155
+ "LABEL_1": 1
156
+ },
157
+ "layer_norm_eps": 1e-06,
158
+ "length_penalty": 1.0,
159
+ "max_length": 20,
160
+ "min_length": 0,
161
+ "model_type": "intern_vit_6b",
162
+ "no_repeat_ngram_size": 0,
163
+ "norm_type": "layer_norm",
164
+ "num_attention_heads": 16,
165
+ "num_beam_groups": 1,
166
+ "num_beams": 1,
167
+ "num_channels": 3,
168
+ "num_hidden_layers": 24,
169
+ "num_return_sequences": 1,
170
+ "output_attentions": false,
171
+ "output_hidden_states": false,
172
+ "output_scores": false,
173
+ "pad_token_id": null,
174
+ "patch_size": 14,
175
+ "prefix": null,
176
+ "problem_type": null,
177
+ "pruned_heads": {},
178
+ "qk_normalization": false,
179
+ "qkv_bias": true,
180
+ "remove_invalid_values": false,
181
+ "repetition_penalty": 1.0,
182
+ "return_dict": true,
183
+ "return_dict_in_generate": false,
184
+ "sep_token_id": null,
185
+ "suppress_tokens": null,
186
+ "task_specific_params": null,
187
+ "temperature": 1.0,
188
+ "tf_legacy_loss": false,
189
+ "tie_encoder_decoder": false,
190
+ "tie_word_embeddings": true,
191
+ "tokenizer_class": null,
192
+ "top_k": 50,
193
+ "top_p": 1.0,
194
+ "torch_dtype": "bfloat16",
195
+ "torchscript": false,
196
+ "transformers_version": "4.37.2",
197
+ "typical_p": 1.0,
198
+ "use_bfloat16": true,
199
+ "use_flash_attn": false
200
+ }
201
+ }
model-00001-of-00004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0aa85dff13195c1159afa33c946903162ed5e3d530e090691353266465d80a54
3
+ size 4940001680
model-00002-of-00004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:360fe60497b04a1b44587d0700f9943a489b9eefdb5f65aedfbfde91781edf1d
3
+ size 4915914584
model-00003-of-00004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5edc11d25557d1cf3979222d90bef22db592b2c80fda53b32ead323d03ed874
3
+ size 4915914592
model-00004-of-00004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2b727d1c25d196af7a0d8ba9b4e83770716fa879a363231932ff61471597904
3
+ size 1379084264