weizhiwang commited on
Commit
7545779
1 Parent(s): 57dbb57

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ A reproduced LLaVA LVLM based on Llama-3-8B LLM backbone. Not an official implem
15
  Please follow my reproduced implementation [LLaVA-Llama-3](https://github.com/Victorwz/LLaVA-Llama-3/) for more details on fine-tuning LLaVA model with Llama-3 as the foundatiaon LLM.
16
 
17
  ## Model Details
18
- Follows LLavA-1.5 pre-train and supervised fine-tuning data.
19
 
20
  ## How to Use
21
 
 
15
  Please follow my reproduced implementation [LLaVA-Llama-3](https://github.com/Victorwz/LLaVA-Llama-3/) for more details on fine-tuning LLaVA model with Llama-3 as the foundatiaon LLM.
16
 
17
  ## Model Details
18
+ Follows LLavA-1.5 pre-train and supervised fine-tuning pipeline. You do not need to change the LLaVA codebase to accomodate for Llama-3.
19
 
20
  ## How to Use
21