Update README.md
Browse files
README.md
CHANGED
|
@@ -53,6 +53,9 @@ The training objective focused on enhancing performance in unconstrained, descri
|
|
| 53 |
|
| 54 |
# Quick Start with Transformers
|
| 55 |
|
|
|
|
|
|
|
|
|
|
| 56 |
```python
|
| 57 |
from transformers import Qwen2_5_VLForConditionalGeneration, AutoTokenizer, AutoProcessor
|
| 58 |
from qwen_vl_utils import process_vision_info
|
|
|
|
| 53 |
|
| 54 |
# Quick Start with Transformers
|
| 55 |
|
| 56 |
+
> [!note]
|
| 57 |
+
Instruction Query: Provide a detailed caption for the image
|
| 58 |
+
|
| 59 |
```python
|
| 60 |
from transformers import Qwen2_5_VLForConditionalGeneration, AutoTokenizer, AutoProcessor
|
| 61 |
from qwen_vl_utils import process_vision_info
|