khang119966
commited on
Commit
•
d021d03
1
Parent(s):
33a156a
Update README.md
Browse files
README.md
CHANGED
@@ -81,12 +81,8 @@ Assistant: Bức ảnh là một giao diện ứng dụng đặt hàng thức ă
|
|
81 |
```python
|
82 |
import torch
|
83 |
from PIL import Image
|
84 |
-
|
85 |
from transformers import AutoModel, AutoTokenizer, AutoProcessor
|
86 |
|
87 |
-
# from colpali_engine.models import ColQwen2, ColQwen2Processor
|
88 |
-
# from colpali_engine.models import ColInternVL2Processor, ColInternVL2
|
89 |
-
|
90 |
model_name = "5CD-AI/ColVintern-1B-v1"
|
91 |
|
92 |
processor = AutoProcessor.from_pretrained(
|
|
|
81 |
```python
|
82 |
import torch
|
83 |
from PIL import Image
|
|
|
84 |
from transformers import AutoModel, AutoTokenizer, AutoProcessor
|
85 |
|
|
|
|
|
|
|
86 |
model_name = "5CD-AI/ColVintern-1B-v1"
|
87 |
|
88 |
processor = AutoProcessor.from_pretrained(
|