nielsr HF staff commited on
Commit
605d7ef
·
verified ·
1 Parent(s): b12d06a

Add pipeline tag and link to code

Browse files

This PR adds the `image-text-to-text` pipeline tag to improve model discoverability on the Hub. It also adds a link to the code repository.

Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -1,9 +1,9 @@
1
  ---
2
  base_model: Qwen/Qwen2-VL-7B-Instruct
3
  library_name: peft
 
4
  ---
5
 
6
-
7
  ## Model Details
8
 
9
  Pretrained adapter for ABC: Acheiving Better Control of Multiomodal Embeddings using VLMs.
@@ -16,6 +16,8 @@ This model is trained on top of Qwen2VL-Instruct.
16
 
17
  For more information, please refer to [Website](https://tiger-ai-lab.github.io/ABC/).
18
 
 
 
19
  ## Citation
20
 
21
  <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
 
1
  ---
2
  base_model: Qwen/Qwen2-VL-7B-Instruct
3
  library_name: peft
4
+ pipeline_tag: image-text-to-text
5
  ---
6
 
 
7
  ## Model Details
8
 
9
  Pretrained adapter for ABC: Acheiving Better Control of Multiomodal Embeddings using VLMs.
 
16
 
17
  For more information, please refer to [Website](https://tiger-ai-lab.github.io/ABC/).
18
 
19
+ Code: https://github.com/TIGER-AI-Lab/ABC
20
+
21
  ## Citation
22
 
23
  <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->