Instructions to use jeongyoonhuh/q_lora_korqa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use jeongyoonhuh/q_lora_korqa with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/gemma-3-4b-it") model = PeftModel.from_pretrained(base_model, "jeongyoonhuh/q_lora_korqa") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
034ff55 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:830a2f5b70ff5c0a907d7a0094d1c1fd7b46866030b972ee9e75820e5e7b96f2
size 238821222
|