Weiyun1025 commited on
Commit
25c52b5
1 Parent(s): 159e652

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. config.json +1 -1
README.md CHANGED
@@ -258,7 +258,7 @@ InternVL 2.0 使用 8k 上下文窗口进行训练,训练数据包含长文本
258
 
259
  ## 模型细节
260
 
261
- InternVL2 是一个多模态大语言模型系列,包含各种规模的模型。对于每个规模的模型,我们都会发布针对多模态任务优化的指令微调模型。InternVL2-2B 包含 [InternViT-300M-448px](https://huggingface.co/OpenGVLab/InternViT-300M-448px)、一个 MLP 投影器和 [internlm2-chat-1_8b](https://huggingface.co/internlm/internlm2-chat-1_8b)。
262
 
263
  ## 性能测试
264
 
 
258
 
259
  ## 模型细节
260
 
261
+ InternVL 2.0 是一个多模态大语言模型系列,包含各种规模的模型。对于每个规模的模型,我们都会发布针对多模态任务优化的指令微调模型。InternVL2-4B 包含 [InternViT-300M-448px](https://huggingface.co/OpenGVLab/InternViT-300M-448px)、一个 MLP 投影器和 [Phi-3-mini-128k-instruct](https://huggingface.co/microsoft/Phi-3-mini-128k-instruct)。
262
 
263
  ## 性能测试
264
 
config.json CHANGED
@@ -226,7 +226,7 @@
226
  "decoder_start_token_id": null,
227
  "diversity_penalty": 0.0,
228
  "do_sample": false,
229
- "drop_path_rate": 0.1,
230
  "dropout": 0.0,
231
  "early_stopping": false,
232
  "encoder_no_repeat_ngram_size": 0,
 
226
  "decoder_start_token_id": null,
227
  "diversity_penalty": 0.0,
228
  "do_sample": false,
229
+ "drop_path_rate": 0.0,
230
  "dropout": 0.0,
231
  "early_stopping": false,
232
  "encoder_no_repeat_ngram_size": 0,