Instructions to use emendes3/llava_13b_exact_location_name with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use emendes3/llava_13b_exact_location_name with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("liuhaotian/llava-v1.5-13b") model = PeftModel.from_pretrained(base_model, "emendes3/llava_13b_exact_location_name") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
b91b9ce | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d68ddfe6ce0358ed97665d43ab246ef5884bd28da1ad884819ce894242a22ee8
size 62937264
|