Commit
•
8fb7313
1
Parent(s):
8dc8c2d
Update README.md
Browse files
README.md
CHANGED
@@ -31,15 +31,22 @@ The model achieves the following results on the evaluation set:
|
|
31 |
|
32 |
## Model description
|
33 |
|
34 |
-
|
|
|
|
|
35 |
|
36 |
## Intended uses & limitations
|
37 |
|
38 |
-
|
39 |
|
40 |
## Training and evaluation data
|
41 |
|
42 |
-
|
|
|
|
|
|
|
|
|
|
|
43 |
|
44 |
## Training procedure
|
45 |
|
|
|
31 |
|
32 |
## Model description
|
33 |
|
34 |
+
This model is a fine tune of a ColPali [vidore/colpaligemma-3b-pt-448-base](https://huggingface.co/vidore/colpaligemma-3b-pt-448-base):
|
35 |
+
|
36 |
+
> ColPali is a model based on a novel model architecture and training strategy based on Vision Language Models (VLMs) to efficiently index documents from their visual features. It is a PaliGemma-3B extension that generates ColBERT- style multi-vector representations of text and images. It was introduced in the paper [ColPali: Efficient Document Retrieval with Vision Language Models](https://huggingface.co/papers/2407.01449).
|
37 |
|
38 |
## Intended uses & limitations
|
39 |
|
40 |
+
For retrieving UFO newsletters documents.
|
41 |
|
42 |
## Training and evaluation data
|
43 |
|
44 |
+
The training data was created via the following steps:
|
45 |
+
|
46 |
+
- Downloading a sample of UFO newsletters from this Internet archive [Collection](https://archive.org/details/ufonewsletters).
|
47 |
+
- Using the [pdf-to-page-images-dataset](https://huggingface.co/spaces/Dataset-Creation-Tools/pdf-to-page-images-dataset) Space to convert the PDF documents into a single page image dataset
|
48 |
+
- Use a VLM to generate synthetic queries for these documents using the approach outlines [here](https://danielvanstrien.xyz/posts/post-with-code/colpali/2024-09-23-generate_colpali_dataset.html). This results in [davanstrien/ufo-ColPali](https://huggingface.co/datasets/davanstrien/ufo-ColPali).
|
49 |
+
- Train the model using the fine tuning [notebook](https://github.com/tonywu71/colpali-cookbooks/blob/main/examples/finetune_colpali.ipynb) from [tonywu71](https://huggingface.co/tonywu71). I changed almost nothing except the data processing steps.
|
50 |
|
51 |
## Training procedure
|
52 |
|