Visual Document Retrieval
PEFT
Safetensors
English
German
vidore
multimodal_embedding
tattrongvu commited on
Commit
f2674d5
·
verified ·
1 Parent(s): 5868eec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: apache-2.0
3
  datasets:
4
  - tattrongvu/vqa_de_en_batch1
5
  - vidore/colpali_train_set
@@ -95,11 +95,12 @@ scores = processor.score_multi_vector(query_embeddings, image_embeddings)
95
 
96
  ## License
97
 
98
- ColQwen2's vision language backbone model (Qwen2-VL) is under `apache2.0` license. The adapters attached to the model are under MIT license.
 
99
 
100
  ## Citation
101
 
102
- If you use any datasets or models from this organization in your research, please cite the original dataset as follows:
103
 
104
  ```bibtex
105
  @misc{faysse2024colpaliefficientdocumentretrieval,
 
1
  ---
2
+ license: cc
3
  datasets:
4
  - tattrongvu/vqa_de_en_batch1
5
  - vidore/colpali_train_set
 
95
 
96
  ## License
97
 
98
+ ColQwen2's vision language backbone model (Qwen2-VL) is under `apache2.0` license.
99
+ This fine-tuned adapter is under **CC BY NC 4.0 license**. Therefore, the use of the model is **research only** at the moment.
100
 
101
  ## Citation
102
 
103
+ If you use this models from this organization in your research, please cite the original paper as follows:
104
 
105
  ```bibtex
106
  @misc{faysse2024colpaliefficientdocumentretrieval,