Instructions to use x0root/qwen2-7b-orca-math-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use x0root/qwen2-7b-orca-math-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2-7B-Instruct-bnb-4bit") model = PeftModel.from_pretrained(base_model, "x0root/qwen2-7b-orca-math-lora") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Studio
How to use x0root/qwen2-7b-orca-math-lora with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for x0root/qwen2-7b-orca-math-lora to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for x0root/qwen2-7b-orca-math-lora to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for x0root/qwen2-7b-orca-math-lora to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="x0root/qwen2-7b-orca-math-lora", max_seq_length=2048, )
Commit History
Update README.md 620a5b3 verified
Jose commited on
Upload model trained with Unsloth 6a42ab1 verified
Jose commited on
Upload model trained with Unsloth 6e9474a verified
Jose commited on
Upload README.md with huggingface_hub d107238 verified
Jose commited on
initial commit 876fc06 verified
Jose commited on