Instructions to use JacoDuToit/steer-full_7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use JacoDuToit/steer-full_7b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-7B-Instruct") model = PeftModel.from_pretrained(base_model, "JacoDuToit/steer-full_7b") - Notebooks
- Google Colab
- Kaggle
File size: 128 Bytes
09b45f2 | 1 2 3 4 | benchmark,metric,m0,m1,delta_pp
mmlu,"acc,none",75.09,76.49,+1.40
gsm8k_cot,"exact_match,flexible-extract",78.00,79.50,+1.50
|