czczup commited on
Commit
ddf8dbc
1 Parent(s): 824222b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -56,6 +56,12 @@ The primary intended users of the model are researchers and hobbyists in compute
56
  ## Evaluation dataset
57
  A collection of 12 benchmarks, including 5 academic VQA benchmarks and 7 recent benchmarks specifically proposed for instruction-following LMMs.
58
 
 
 
 
 
 
 
59
  ## Acknowledgement
60
 
61
  This model card is adapted from [LLaVA's model card](https://huggingface.co/liuhaotian/llava-v1.5-13b). Thanks for their awesome work!
 
56
  ## Evaluation dataset
57
  A collection of 12 benchmarks, including 5 academic VQA benchmarks and 7 recent benchmarks specifically proposed for instruction-following LMMs.
58
 
59
+ ## How to Run?
60
+
61
+ Please refer to this [README](https://github.com/OpenGVLab/InternVL/tree/main/llava#internvl-for-multimodal-dialogue-using-llava) to run this model.
62
+
63
+ Note: We have retained the original documentation of LLaVA 1.5 as a more detailed manual. In most cases, you will only need to refer to the new documentation that we have added.
64
+
65
  ## Acknowledgement
66
 
67
  This model card is adapted from [LLaVA's model card](https://huggingface.co/liuhaotian/llava-v1.5-13b). Thanks for their awesome work!