BellaBei commited on
Commit
91f6e2e
1 Parent(s): 5887bde

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -15
README.md CHANGED
@@ -188,21 +188,7 @@ Below are some representative examples of detailed description and visual questi
188
 
189
  ## Quick start
190
 
191
- You can perform inference using the code from [LLaVA](https://github.com/haotian-liu/LLaVA). For detailed steps, see [simple startup for pretraining](https://github.com/haotian-liu/LLaVA/pull/966).
192
-
193
- Notes:
194
-
195
- - You need to modify the system prompt as follows.
196
-
197
- ```
198
- This is a chat between an inquisitive human and an AI assistant. Assume the role of the AI assistant. Read all the images carefully, and respond to the human's questions with informative, helpful, detailed and polite answers. 这是一个好奇的人类和一个人工智能助手之间的对话。假设你扮演这个AI助手的角色。仔细阅读所有的图像,并对人类的问题做出信息丰富、有帮助、详细的和礼貌的回答。
199
-
200
- ### Human: <image_placeholder>
201
- What is it in the image?
202
- ### Assistant:
203
- ```
204
-
205
- - You need to set the parameter `mm_vision_tower` in `config.json` to the local ViT path.
206
 
207
  ## Hardware requirements
208
 
 
188
 
189
  ## Quick start
190
 
191
+ Please refer to [Yi GitHub Repo](https://github.com/01-ai/Yi/tree/main/VL) for details.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
192
 
193
  ## Hardware requirements
194