selimc commited on
Commit
a52fb2c
·
verified ·
1 Parent(s): 8e8eaed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -3,10 +3,16 @@ library_name: peft
3
  license: gemma
4
  base_model: vidore/colpali-v1.3-hf
5
  tags:
6
- - generated_from_trainer
 
 
7
  model-index:
8
  - name: turkish-colpali
9
  results: []
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -14,7 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # turkish-colpali
16
 
17
- This model is a fine-tuned version of [vidore/colpali-v1.3-hf](https://huggingface.co/vidore/colpali-v1.3-hf) on the [selimc/tr-textbook-ColPali](https://huggingface.co/datasets/selimc/tr-textbook-ColPali) and [muhammetfatihaktug/bilim_teknik_mini_base_colpali](https://huggingface.co/datasets/muhammetfatihaktug/bilim_teknik_mini_base_colpali) datasets.
 
 
 
 
18
 
19
  ## Model description
20
 
@@ -34,6 +44,8 @@ The training data was created via the following steps:
34
 
35
  ## Usage
36
 
 
 
37
  ```python
38
  import torch
39
  from PIL import Image
 
3
  license: gemma
4
  base_model: vidore/colpali-v1.3-hf
5
  tags:
6
+ - colpali
7
+ - turkish
8
+ - TR
9
  model-index:
10
  - name: turkish-colpali
11
  results: []
12
+ datasets:
13
+ - selimc/tr-textbook-ColPali
14
+ language:
15
+ - tr
16
  ---
17
 
18
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
20
 
21
  # turkish-colpali
22
 
23
+ This model is a fine-tuned version of [vidore/colpali-v1.3-hf](https://huggingface.co/vidore/colpali-v1.3-hf) on these datasets:
24
+ - [selimc/tr-textbook-ColPali](https://huggingface.co/datasets/selimc/tr-textbook-ColPali)
25
+ - [muhammetfatihaktug/bilim_teknik_mini_base_colpali](https://huggingface.co/datasets/muhammetfatihaktug/bilim_teknik_mini_base_colpali)
26
+
27
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/65281302cad797fc4abeffd7/pqwMMUoiNY9daDTXXdkSE.png)
28
 
29
  ## Model description
30
 
 
44
 
45
  ## Usage
46
 
47
+ The complete code for fine-tuning, testing, and creating similarity maps can be found in the [turkish-colpali repository](https://github.com/selimcavas/turkish-colpali). All notebooks and documentation in the repository are in Turkish to better serve the Turkish NLP community.
48
+
49
  ```python
50
  import torch
51
  from PIL import Image