Update README.md
Browse files
README.md
CHANGED
@@ -13,12 +13,6 @@ license: apache-2.0
|
|
13 |
<img src="https://i.postimg.cc/d15k3YNG/nanollava.webp" alt="Logo" width="350">
|
14 |
</p>
|
15 |
|
16 |
-
---
|
17 |
-
| Image | Example |
|
18 |
-
|--------------------------------------|---------------------------------------------------------------------------------------------|
|
19 |
-
| ![small](example_1.png) | **What is the text saying?** <br> "Small but mighty". <br>**How does the text correlate to the context of the image?** <br> The text seems to be a playful or humorous representation of a small but mighty figure, possibly a mouse or a mouse toy, holding a weightlifting bar. |
|
20 |
-
---
|
21 |
-
|
22 |
## Description
|
23 |
nanoLLaVA is a "small but mighty" 1B vision-language model designed to run efficiently on edge devices.
|
24 |
|
@@ -98,4 +92,10 @@ The model follow the ChatML standard, however, without `\n` at the end of `<|im_
|
|
98 |
Answer the question<|im_end|><|im_start|>user
|
99 |
<image>
|
100 |
What is the picture about?<|im_end|><|im_start|>assistant
|
101 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
<img src="https://i.postimg.cc/d15k3YNG/nanollava.webp" alt="Logo" width="350">
|
14 |
</p>
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
## Description
|
17 |
nanoLLaVA is a "small but mighty" 1B vision-language model designed to run efficiently on edge devices.
|
18 |
|
|
|
92 |
Answer the question<|im_end|><|im_start|>user
|
93 |
<image>
|
94 |
What is the picture about?<|im_end|><|im_start|>assistant
|
95 |
+
```
|
96 |
+
|
97 |
+
---
|
98 |
+
| Image | Example |
|
99 |
+
|--------------------------------------|---------------------------------------------------------------------------------------------|
|
100 |
+
| ![small](example_1.png) | **What is the text saying?** <br> "Small but mighty". <br>**How does the text correlate to the context of the image?** <br> The text seems to be a playful or humorous representation of a small but mighty figure, possibly a mouse or a mouse toy, holding a weightlifting bar. |
|
101 |
+
---
|