Instructions to use JacoDuToit/steer-full_3b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use JacoDuToit/steer-full_3b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-3B-Instruct") model = PeftModel.from_pretrained(base_model, "JacoDuToit/steer-full_3b") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
b036e12 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1ae0cbda4668a35852e1ef234043f320d320ae9cb7cf4017b4d2f79f1427605a
size 11318115
|