cdh commited on
Commit
8e247aa
1 Parent(s): 1c62d70

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,7 +10,7 @@ This repository contains the code for *MM-IGLU: Multi-Modal Interactive Grounded
10
 
11
 
12
  # Usage
13
- This model is the merged model, based on the LLaMA2chat 13b Language Model coupled with CLIP. It is meant to be used as is, or you can further fine-tune it on your downstream task.
14
 
15
  ```python
16
  from llava.model import LlavaLlamaForCausalLM
 
10
 
11
 
12
  # Usage
13
+ **This model is the merged model**, based on the LLaMA2chat 13b Language Model coupled with CLIP. **It is meant to be used as is, or you can further fine-tune it on your downstream task**.
14
 
15
  ```python
16
  from llava.model import LlavaLlamaForCausalLM