czczup commited on
Commit
d7d440a
1 Parent(s): 63586b8

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +15 -5
README.md CHANGED
@@ -1,6 +1,16 @@
1
  ---
2
  license: mit
3
  pipeline_tag: image-text-to-text
 
 
 
 
 
 
 
 
 
 
4
  ---
5
 
6
  # Mini-InternVL-Chat-2B-V1-5
@@ -35,17 +45,17 @@ As shown in the figure below, we adopted the same model architecture as InternVL
35
 
36
  - **Training Strategy:**
37
 
38
- - Learnable component in the pretraining stage: ViT + MLP
39
- - Learnable component in the finetuning stage: ViT + MLP + LLM
40
- - For more details on training hyperparameters, take a look at our code: [pretrain](<>) | [finetune](<>)
41
 
42
  ## Performance
43
 
44
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64119264f0f81eb569e0d569/BbsilHS8PjwZwlc330_g4.png)
45
 
46
- - We simultaneously use InternVL and VLMEvalKit repositories for model evaluation. Specifically, the results reported for DocVQA, ChartQA, InfoVQA, TextVQA, MME, AI2D, MMBench, CCBench, MMVet, and SEED-Image were tested using the InternVL repository. OCRBench, RealWorldQA, HallBench, and MathVista were evaluated using the VLMEvalKit.
47
 
48
- - Please note that evaluating the same model using different testing toolkits like InternVL and VLMEvalKit can result in slight differences, which is normal. Updates to code versions and variations in environment and hardware can also cause minor discrepancies in results.
49
 
50
  Limitations: Although we have made efforts to ensure the safety of the model during the training process and to encourage the model to generate text that complies with ethical and legal requirements, the model may still produce unexpected outputs due to its size and probabilistic generation paradigm. For example, the generated responses may contain biases, discrimination, or other harmful content. Please do not propagate such content. We are not responsible for any consequences resulting from the dissemination of harmful information.
51
 
 
1
  ---
2
  license: mit
3
  pipeline_tag: image-text-to-text
4
+ library_name: transformers
5
+ language:
6
+ - multilingual
7
+ tags:
8
+ - internvl
9
+ - vision
10
+ - ocr
11
+ - multi-image
12
+ - video
13
+ - custom_code
14
  ---
15
 
16
  # Mini-InternVL-Chat-2B-V1-5
 
45
 
46
  - **Training Strategy:**
47
 
48
+ - Learnable component in the pre-training stage: ViT + MLP
49
+ - Learnable component in the fine-tuning stage: ViT + MLP + LLM
50
+ - For more details on training hyperparameters, please see our [blog](https://internvl.github.io/blog/2024-05-25-Mini-InternVL-1.5/).
51
 
52
  ## Performance
53
 
54
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64119264f0f81eb569e0d569/BbsilHS8PjwZwlc330_g4.png)
55
 
56
+ - We simultaneously use [InternVL](https://github.com/OpenGVLab/InternVL) and [VLMEvalKit](https://github.com/open-compass/VLMEvalKit) repositories for model evaluation. Specifically, the results reported for DocVQA, ChartQA, InfoVQA, TextVQA, MME, AI2D, MMBench, CCBench, MMVet, and SEED-Image were tested using the InternVL repository. OCRBench, RealWorldQA, HallBench, and MathVista were evaluated using the VLMEvalKit.
57
 
58
+ - Please note that evaluating the same model using different testing toolkits like [InternVL](https://github.com/OpenGVLab/InternVL) and [VLMEvalKit](https://github.com/open-compass/VLMEvalKit) can result in slight differences, which is normal. Updates to code versions and variations in environment and hardware can also cause minor discrepancies in results.
59
 
60
  Limitations: Although we have made efforts to ensure the safety of the model during the training process and to encourage the model to generate text that complies with ethical and legal requirements, the model may still produce unexpected outputs due to its size and probabilistic generation paradigm. For example, the generated responses may contain biases, discrimination, or other harmful content. Please do not propagate such content. We are not responsible for any consequences resulting from the dissemination of harmful information.
61