wjbmattingly
commited on
Commit
•
b69b00e
1
Parent(s):
c671479
Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ datasets:
|
|
4 |
base_model:
|
5 |
- Qwen/Qwen2-VL-2B-Instruct
|
6 |
---
|
7 |
-
```
|
8 |
import torch
|
9 |
from transformers import Qwen2VLForConditionalGeneration, AutoTokenizer, AutoProcessor
|
10 |
from qwen_vl_utils import process_vision_info
|
|
|
4 |
base_model:
|
5 |
- Qwen/Qwen2-VL-2B-Instruct
|
6 |
---
|
7 |
+
```python
|
8 |
import torch
|
9 |
from transformers import Qwen2VLForConditionalGeneration, AutoTokenizer, AutoProcessor
|
10 |
from qwen_vl_utils import process_vision_info
|