Instructions to use eac123/sublim-phase4-combo-06 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use eac123/sublim-phase4-combo-06 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-14B-Instruct") model = PeftModel.from_pretrained(base_model, "eac123/sublim-phase4-combo-06") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
0a6039b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f5c43ca05e3ee864734bec3867ec17ece2800cf171f8e147619dc11c1ffa6121
size 551070514
|