Instructions to use weiiv/term_Qwen2_7_json_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use weiiv/term_Qwen2_7_json_lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2-7B-Instruct-GPTQ-Int8") model = PeftModel.from_pretrained(base_model, "weiiv/term_Qwen2_7_json_lora") - Notebooks
- Google Colab
- Kaggle
Ctrl+K