This model is a merged fine-tune of Qwen3-0.6B trained to predict bash tool calls from natural language requests.
The objective of this project was to understand how modern AI tool calling systems work under the hood by building a custom dataset, fine-tuning a language model, and deploying it as an API.
This repository contains a standalone merged model and does not require PEFT or LoRA loading at runtime.
Base Model
Qwen/Qwen3-0.6B
Training Method
The model was trained using:
Supervised Fine-Tuning (SFT)
LoRA
PEFT
Transformers
TRL
The adapter was later merged into the base model to create a standalone deployment-ready model.