KaiChen1998 commited on
Commit
e1cf9d4
·
verified ·
1 Parent(s): 14154af

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -13,7 +13,7 @@ This repo contains the **Qwen2ViT-600M** model utilized to train the [EMOVA](htt
13
  ## Usage
14
 
15
  To train EMOVA with Qwen2ViT-600M, we need to create a new model config, and set the **mm_vision_tower** parameters as follows. An example is provided [here](https://github.com/emova-ollm/EMOVA/blob/main/configs/_base_/models/qwen2_5_qwen2vit.py). Check more details on training EMOVA in our [github repo](https://github.com/emova-ollm/EMOVA#training-emova).
16
-
17
 
18
  ```python
19
  mm_vision_tower=dict(
 
13
  ## Usage
14
 
15
  To train EMOVA with Qwen2ViT-600M, we need to create a new model config, and set the **mm_vision_tower** parameters as follows. An example is provided [here](https://github.com/emova-ollm/EMOVA/blob/main/configs/_base_/models/qwen2_5_qwen2vit.py). Check more details on training EMOVA in our [github repo](https://github.com/emova-ollm/EMOVA#training-emova).
16
+
17
 
18
  ```python
19
  mm_vision_tower=dict(