Instructions to use 5CD-AI/ColVintern-1B-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use 5CD-AI/ColVintern-1B-v1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="5CD-AI/ColVintern-1B-v1", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("5CD-AI/ColVintern-1B-v1", trust_remote_code=True, dtype="auto") - ColPali
How to use 5CD-AI/ColVintern-1B-v1 with ColPali:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -56,8 +56,8 @@ We are expanding the training dataset for upcoming versions, including adding ha
|
|
| 56 |
## Examples
|
| 57 |
|
| 58 |
Input Images:
|
| 59 |
-
<div style="display: flex;
|
| 60 |
-
<img src="ex1.jpg" width="
|
| 61 |
<img src="ex2.jpg" width="300"/>
|
| 62 |
</div>
|
| 63 |
|
|
|
|
| 56 |
## Examples
|
| 57 |
|
| 58 |
Input Images:
|
| 59 |
+
<div style="display: flex; gap: 20px;">
|
| 60 |
+
<img src="ex1.jpg" width="300"/>
|
| 61 |
<img src="ex2.jpg" width="300"/>
|
| 62 |
</div>
|
| 63 |
|