Instructions to use glli/ART_GuideModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use glli/ART_GuideModel with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("liuhaotian/llava-v1.6-mistral-7b") model = PeftModel.from_pretrained(base_model, "glli/ART_GuideModel") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
8bb9f98 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3c6b62eb9535d18c9fa0f186bd03c6473110d446afdf72fd5019e66a6f8a65e4
size 41961648
|