Instructions to use sravanthib/single-node-single-gpu-qwen-custom-sft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use sravanthib/single-node-single-gpu-qwen-custom-sft with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-3B") model = PeftModel.from_pretrained(base_model, "sravanthib/single-node-single-gpu-qwen-custom-sft") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
70d9f51 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:274bc4a6d418368bbdd350af2f88d920e6ab7e9c60b8232795b6f7bd4aeae686
size 9528
|