Instructions to use Mavlon001/stylee-llava with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Mavlon001/stylee-llava with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("llava-hf/llava-1.5-7b-hf") model = PeftModel.from_pretrained(base_model, "Mavlon001/stylee-llava") - Notebooks
- Google Colab
- Kaggle
File size: 137 Bytes
a5d3c37 | 1 2 3 4 5 6 7 | {
"image_token": "<image>",
"patch_size": 14,
"processor_class": "LlavaProcessor",
"vision_feature_select_strategy": "default"
}
|