Image-Text-to-Text
Safetensors
pmod_llava_llama
nielsr HF staff commited on
Commit
5d9c9fd
·
verified ·
1 Parent(s): e1586ac

Add pipeline tag

Browse files

This PR adds the pipeline tag typically used for VLMs: https://huggingface.co/models?pipeline_tag=image-text-to-text&sort=trending

Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -3,6 +3,7 @@ license: apache-2.0
3
  base_model:
4
  - lmsys/vicuna-7b-v1.5
5
  - openai/clip-vit-large-patch14-336
 
6
  ---
7
  # p-MoD: Building Mixture-of-Depths MLLMs via Progressive Ratio Decay
8
  This is the official model checkpoint of [p-MoD: Building Mixture-of-Depths MLLMs via Progressive Ratio Decay](https://arxiv.org/abs/2412.04449).
 
3
  base_model:
4
  - lmsys/vicuna-7b-v1.5
5
  - openai/clip-vit-large-patch14-336
6
+ pipeline_tag: image-text-to-text
7
  ---
8
  # p-MoD: Building Mixture-of-Depths MLLMs via Progressive Ratio Decay
9
  This is the official model checkpoint of [p-MoD: Building Mixture-of-Depths MLLMs via Progressive Ratio Decay](https://arxiv.org/abs/2412.04449).