Update README.md
Browse files
README.md
CHANGED
|
@@ -12,6 +12,10 @@ tags:
|
|
| 12 |
- colpali
|
| 13 |
- matryoshka
|
| 14 |
- feature-extraction
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
# ColQwen3.5-2B-Embedding (LoRA Adapter)
|
|
@@ -135,5 +139,10 @@ for q_idx, query in enumerate(queries):
|
|
| 135 |
| **Precision** | bfloat16 |
|
| 136 |
| **Hardware** | 1× NVIDIA A100-SXM4-80GB |
|
| 137 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 138 |
## License
|
| 139 |
-
Apache 2.0 (inherits from base model)
|
|
|
|
| 12 |
- colpali
|
| 13 |
- matryoshka
|
| 14 |
- feature-extraction
|
| 15 |
+
datasets:
|
| 16 |
+
- vidore/colpali_train_set
|
| 17 |
+
language:
|
| 18 |
+
- en
|
| 19 |
---
|
| 20 |
|
| 21 |
# ColQwen3.5-2B-Embedding (LoRA Adapter)
|
|
|
|
| 139 |
| **Precision** | bfloat16 |
|
| 140 |
| **Hardware** | 1× NVIDIA A100-SXM4-80GB |
|
| 141 |
|
| 142 |
+
## Further Contributions
|
| 143 |
+
Contributions, experiments, and extensions are welcome
|
| 144 |
+
|
| 145 |
+
**Disclaimer**: While my core background is in Software and Systems Engineering, I am currently exploring the depths of training and fine-tuning Vision/Language Models. There is still much to master, and I highly welcome any constructive feedback or insights from the community! Thanks in advance 🤗🫶
|
| 146 |
+
|
| 147 |
## License
|
| 148 |
+
Apache 2.0 (inherits from base model)
|