Instructions to use tsinghua-ee/video-SALMONN-2_plus_7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tsinghua-ee/video-SALMONN-2_plus_7B with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("output/audio_align_winqf0_5s_Ls960Com_AcSl_bs8ep5_LargerQF/checkpoint-30510") model = PeftModel.from_pretrained(base_model, "tsinghua-ee/video-SALMONN-2_plus_7B") - Notebooks
- Google Colab
- Kaggle
Question about the base model for LoRA adapter
1
#3 opened 8 months ago
by
zhangchunjie1999
Need help leveraging this model
#2 opened 8 months ago
by
samikshro
Improve model card: Add pipeline tag and project page
#1 opened 8 months ago
by
nielsr