Update README.md
Browse files
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
|
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
|