Instructions to use bolajiev/maxx1.5Bv2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Local Apps Settings
- Unsloth Studio
How to use bolajiev/maxx1.5Bv2 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 bolajiev/maxx1.5Bv2 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 bolajiev/maxx1.5Bv2 to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for bolajiev/maxx1.5Bv2 to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="bolajiev/maxx1.5Bv2", max_seq_length=2048, )
Maxx โ qwen2.5-1.5b-agentic-v1
A fine-tuned version of Qwen2.5-1.5B-Instruct optimised for agentic tool-use and step-by-step reasoning.
Training
- Base model: Qwen2.5-1.5B-Instruct
- Method: QLoRA SFT โ DPO (Unsloth)
- SFT data: OpenHermes 2.5, SlimOrca, Glaive FC v2, Hermes FC, synthetic ReAct tool-use trajectories (~131K examples)
- DPO data: Synthetic preference pairs โ good vs bad tool calls (~5K pairs)
- Compute: Kaggle T4
Targets
- HuggingFace Open LLM Leaderboard
- Berkeley BFCL (Function Calling Leaderboard)
Usage
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained(
"bolajiev/maxx1.5Bv2",
torch_dtype="auto",
device_map="auto",
)
tokenizer = AutoTokenizer.from_pretrained("bolajiev/qwen2.5-1.5b-agentic-v1")
- Downloads last month
- -
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support