Instructions to use yujia23/axolotl-qwen-3e-5-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use yujia23/axolotl-qwen-3e-5-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen1.5-7B") model = PeftModel.from_pretrained(base_model, "yujia23/axolotl-qwen-3e-5-lora") - Notebooks
- Google Colab
- Kaggle
File size: 130 Bytes
ad11639 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5b5ce99929bf679c66efd3571d6d16ec2bc09d695d01903fcacc74246e288546
size 14512
|