Instructions to use ForRiver/wizardmath-lora-7b-512-3-vi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ForRiver/wizardmath-lora-7b-512-3-vi with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("WizardLM/WizardMath-7B-V1.0") model = PeftModel.from_pretrained(base_model, "ForRiver/wizardmath-lora-7b-512-3-vi") - Notebooks
- Google Colab
- Kaggle
Ctrl+K