davanstrien HF staff commited on
Commit
10a9ffa
β€’
1 Parent(s): 7b6a165
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -134,7 +134,10 @@ def generate_response(image):
134
 
135
 
136
  title = "ColPali Query Generator"
137
- description = "This Space uses the Qwen2-VL model to generate queries for document retrieval tasks primarily focused on ColPali fine-tuning data."
 
 
 
138
 
139
  demo = gr.Interface(
140
  fn=generate_response,
 
134
 
135
 
136
  title = "ColPali Query Generator"
137
+ description = """This Space uses the Qwen2-VL model to generate queries for document retrieval tasks primarily focused on ColPali fine-tuning data.
138
+
139
+ This [blog post](https://danielvanstrien.xyz/posts/post-with-code/colpali/2024-09-23-generate_colpali_dataset.html) gives an overview of how you can use this kind of approach to generate a full dataset for fine-tuning ColPali models.
140
+ """
141
 
142
  demo = gr.Interface(
143
  fn=generate_response,