weizhiwang
commited on
Commit
•
5c90b7f
1
Parent(s):
7397d8a
Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,8 @@ language:
|
|
14 |
A reproduced LLaVA LVLM based on Llama-3-8B LLM backbone. Not an official implementation.
|
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 |
-
|
|
|
18 |
|
19 |
## Model Details
|
20 |
Follows LLavA-1.5 pre-train and supervised fine-tuning pipeline. You do not need to change the LLaVA codebase to accommodate Llama-3.
|
|
|
14 |
A reproduced LLaVA LVLM based on Llama-3-8B LLM backbone. Not an official implementation.
|
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 |
+
## Updates
|
18 |
+
- [5/14/2024] The codebase has been upgraded to llava-next (llava-v1.6). Now it supports the latest llama-3, phi-3, mistral-v0.1-7b models.
|
19 |
|
20 |
## Model Details
|
21 |
Follows LLavA-1.5 pre-train and supervised fine-tuning pipeline. You do not need to change the LLaVA codebase to accommodate Llama-3.
|