Instructions to use time-warp/llavahound-7b-explicit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use time-warp/llavahound-7b-explicit with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("ShareGPTVideo/LLaVA-Hound-SFT") model = PeftModel.from_pretrained(base_model, "time-warp/llavahound-7b-explicit") - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
#3 opened 8 months ago
by
sameepv21
Upload folder using huggingface_hub
#2 opened 8 months ago
by
sameepv21
Upload folder using huggingface_hub
#1 opened 8 months ago
by
sameepv21