Instructions to use Edens-Gate/Pretrain-qwq-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Edens-Gate/Pretrain-qwq-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/QwQ-32B") model = PeftModel.from_pretrained(base_model, "Edens-Gate/Pretrain-qwq-lora") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
c32b7e5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9f27495d91575a74300ef9dd66de7eead22c9476d626a4f7e090f6b6a047cffc
size 8376
|