Update README.md
Browse files
README.md
CHANGED
@@ -94,6 +94,13 @@ with torch.no_grad():
|
|
94 |
scores = processor.score_retrieval(query_embeddings.embeddings, image_embeddings.embeddings)
|
95 |
```
|
96 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
97 |
## Limitations
|
98 |
|
99 |
- **Focus**: The model primarily focuses on PDF-type documents and high-ressources languages, potentially limiting its generalization to other document types or less represented languages.
|
|
|
94 |
scores = processor.score_retrieval(query_embeddings.embeddings, image_embeddings.embeddings)
|
95 |
```
|
96 |
|
97 |
+
## Resources
|
98 |
+
|
99 |
+
- The *ColPali* arXiv paper can be found [here](https://doi.org/10.48550/arXiv.2407.01449). π
|
100 |
+
- The official blog post detailing ColPali can be found [here](https://huggingface.co/blog/manu/colpali). π
|
101 |
+
- The original model implementation code for the ColPali model and for the `colpali-engine` package can be found [here](https://github.com/illuin-tech/colpali). π
|
102 |
+
- Cookbooks for learning to use the transformers-native version of *ColPali*, fine-tuning, and similarity maps generation can be found [here](https://github.com/tonywu71/colpali-cookbooks). π
|
103 |
+
|
104 |
## Limitations
|
105 |
|
106 |
- **Focus**: The model primarily focuses on PDF-type documents and high-ressources languages, potentially limiting its generalization to other document types or less represented languages.
|