Instructions to use aigc-x/Qwen2.5-32B-novel-writting with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use aigc-x/Qwen2.5-32B-novel-writting with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/apdcephfs_qy3/share_1594716/bingzhe/pretrained/Qwen2.5-32B-Instruct") model = PeftModel.from_pretrained(base_model, "aigc-x/Qwen2.5-32B-novel-writting") - Notebooks
- Google Colab
- Kaggle
Details?
#1 opened over 1 year ago
by
Downtown-Case