Instructions to use zooknowsys/humanizeLoRA_0127 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use zooknowsys/humanizeLoRA_0127 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen-VL-Chat") model = PeftModel.from_pretrained(base_model, "zooknowsys/humanizeLoRA_0127") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
116c2d5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5ce4a92f38ca4af0b0b970251cc218a9f818524454205a4c4d976ac47756099e
size 224483018
|