Instructions to use nghodki/controlhub_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nghodki/controlhub_lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3-8B") model = PeftModel.from_pretrained(base_model, "nghodki/controlhub_lora") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
04e2cb9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2aac056156494d1affc99c89b0c1dc83f164933a762e2a28f3f36ab7c0df9c5f
size 4856
|