Add pipeline tag

#1
by nielsr HF staff - opened
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -1,16 +1,18 @@
1
  ---
2
  base_model: Qwen/Qwen2-VL-7B-Instruct
3
- library_name: peft
4
- license: mit
5
  language:
6
  - en
 
 
7
  tags:
8
  - LLM
9
  - VLM
10
  - Embedding
11
  - Multimodal
 
12
  ---
13
 
 
14
  ## Model Details
15
 
16
  Instruction finetuned adapter for ABC: Acheiving Better Control of Multiomodal Embeddings using VLMs.
@@ -36,4 +38,5 @@ For more information, please refer to [Website](https://tiger-ai-lab.github.io/A
36
  primaryClass={cs.CV},
37
  url={https://arxiv.org/abs/2503.00329},
38
  }
 
39
  ```
 
1
  ---
2
  base_model: Qwen/Qwen2-VL-7B-Instruct
 
 
3
  language:
4
  - en
5
+ library_name: peft
6
+ license: mit
7
  tags:
8
  - LLM
9
  - VLM
10
  - Embedding
11
  - Multimodal
12
+ pipeline_tag: image-text-to-text
13
  ---
14
 
15
+ ```markdown
16
  ## Model Details
17
 
18
  Instruction finetuned adapter for ABC: Acheiving Better Control of Multiomodal Embeddings using VLMs.
 
38
  primaryClass={cs.CV},
39
  url={https://arxiv.org/abs/2503.00329},
40
  }
41
+ ```
42
  ```