Add pipeline tag to model card metadata

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -1,5 +1,8 @@
1
  ---
 
 
2
  license: apache-2.0
 
3
  tags:
4
  - embedding
5
  - multimodal
@@ -7,8 +10,6 @@ tags:
7
  - feature-extraction
8
  - mmeb
9
  - mveb
10
- base_model: Qwen/Qwen2.5-VL-7B-Instruct
11
- library_name: transformers
12
  ---
13
 
14
  # VisME (Qwen2.5-VL-7B)
@@ -111,4 +112,4 @@ If you find VisME or MVEB useful, please cite:
111
 
112
  ## License
113
 
114
- This model is built upon [Qwen2.5-VL-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-VL-7B-Instruct). Please follow the license terms of the base model and the respective datasets used during training.
 
1
  ---
2
+ base_model: Qwen/Qwen2.5-VL-7B-Instruct
3
+ library_name: transformers
4
  license: apache-2.0
5
+ pipeline_tag: feature-extraction
6
  tags:
7
  - embedding
8
  - multimodal
 
10
  - feature-extraction
11
  - mmeb
12
  - mveb
 
 
13
  ---
14
 
15
  # VisME (Qwen2.5-VL-7B)
 
112
 
113
  ## License
114
 
115
+ This model is built upon [Qwen2.5-VL-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-VL-7B-Instruct). Please follow the license terms of the base model and the respective datasets used during training.