Update README.md
Browse files
README.md
CHANGED
|
@@ -13,6 +13,8 @@ Here, we introduce TinyLLaVA-Qwen2-0.5B-SigLIP , which is trained by the [TinyLL
|
|
| 13 |
### Usage
|
| 14 |
Execute the following test code:
|
| 15 |
```python
|
|
|
|
|
|
|
| 16 |
model_path = 'Zhang199/TinyLLaVA-Qwen2-0.5B-SigLIP'
|
| 17 |
prompt = "What are the things I should be cautious about when I visit here?"
|
| 18 |
image_file = "https://llava-vl.github.io/static/images/view.jpg"
|
|
|
|
| 13 |
### Usage
|
| 14 |
Execute the following test code:
|
| 15 |
```python
|
| 16 |
+
from tinyllava.eval.run_tiny_llava import eval_model
|
| 17 |
+
|
| 18 |
model_path = 'Zhang199/TinyLLaVA-Qwen2-0.5B-SigLIP'
|
| 19 |
prompt = "What are the things I should be cautious about when I visit here?"
|
| 20 |
image_file = "https://llava-vl.github.io/static/images/view.jpg"
|