mirror of
https://github.com/huggingface/candle.git
synced 2025-06-17 11:08:52 +00:00
18 lines
465 B
Markdown
18 lines
465 B
Markdown
# Colpali
|
|
|
|
[HuggingFace Model Card](https://huggingface.co/vidore/colpali-v1.2-merged)
|
|
|
|
```
|
|
wget https://arxiv.org/pdf/1706.03762.pdf
|
|
cargo run --features cuda,pdf2image --release --example colpali -- --prompt "What is Positional Encoding" --pdf "1706.03762.pdf"
|
|
```
|
|
|
|
```
|
|
Prompt: what is position encoding?
|
|
top 3 page numbers that contain similarity to the prompt
|
|
-----------------------------------
|
|
Page: 6
|
|
Page: 11
|
|
Page: 15
|
|
-----------------------------------
|
|
``` |