Visual Document Retrieval
Transformers
Safetensors
Vietnamese
English
Chinese
internvl_chat
feature-extraction
custom_code
Instructions to use 5CD-AI/Vintern-Embedding-1B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use 5CD-AI/Vintern-Embedding-1B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("5CD-AI/Vintern-Embedding-1B", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -157,11 +157,9 @@ Relevant Image Output:
|
|
| 157 |
## Quickstart:
|
| 158 |
Installation:
|
| 159 |
|
| 160 |
-
pip install transformers==4.48.2
|
| 161 |
-
|
| 162 |
```bash
|
| 163 |
pip install decord
|
| 164 |
-
pip install transformers==4.
|
| 165 |
pip install flash_attn
|
| 166 |
```
|
| 167 |
Download samples:
|
|
|
|
| 157 |
## Quickstart:
|
| 158 |
Installation:
|
| 159 |
|
|
|
|
|
|
|
| 160 |
```bash
|
| 161 |
pip install decord
|
| 162 |
+
pip install transformers==4.48.2
|
| 163 |
pip install flash_attn
|
| 164 |
```
|
| 165 |
Download samples:
|