Text Generation
PEFT
Safetensors
English
lora
sakthai
house-of-sak
tool-calling
function-calling
qwen2.5
agent
conversational
Eval Results
verified
adapter-only
Eval Results (legacy)
Instructions to use Nanthasit/sakthai-context-1.5b-tools with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Nanthasit/sakthai-context-1.5b-tools with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-1.5B-Instruct") model = PeftModel.from_pretrained(base_model, "Nanthasit/sakthai-context-1.5b-tools") - Notebooks
- Google Colab
- Kaggle