--- license: apache-2.0 base_model: Qwen/Qwen3-1.7B library_name: peft tags: - function-calling - tool-use - qlora - lora - qwen3 - unsloth --- # Qwen3-1.7B xLAM Tool-Calling - LoRA adapter LoRA adapter (r=16, alpha=32) for **single-turn, single-call** function/tool calling, fine-tuned from [Qwen/Qwen3-1.7B](https://huggingface.co/Qwen/Qwen3-1.7B) on a single-call subset of [Salesforce/xlam-function-calling-60k](https://huggingface.co/datasets/Salesforce/xlam-function-calling-60k). **Full model card - base-vs-tuned evaluation (in-distribution xLAM + out-of-distribution BFCL), methodology, usage, and reproducibility - lives on the merged model:** [sukhrobnurali/Qwen3-1.7B-xlam-toolcall](https://huggingface.co/sukhrobnurali/Qwen3-1.7B-xlam-toolcall). Load this adapter with PEFT on top of `Qwen/Qwen3-1.7B`, or just use the merged model linked above. ## License & citation Base model Apache-2.0. Training data: Salesforce/xlam-function-calling-60k (CC-BY-4.0); cite APIGen / xLAM.