nawazadroit/vaidya1st_toolcalling
031
๐ง Llama 3.2 - 1B Instruct | Toolcalling Test Finetuned Model (ADROIT NOT USING ANYMORE DEVELOPED FOR TESTING ONLY)
- Developed by: nawazadroit
- License: Apache-2.0
- Finetuned from base model: `unsloth/Llama-3.2-1B-Instruct`
๐งช Purpose
This is a simple tool-calling test model, finetuned specifically on a custom dataset (dataset.json) related to scheme application workflows. It is designed for structured assistant-like behavior with basic tool invocation capabilities, especially in the domain of public healthcare scheme assistance (e.g., applying to MJPJAY / PM-JAY schemes in government hospitals).
๐ Features
- โ Lightweight 1B parameter model
- โ Uses Huggingface's TRL library for reward modeling and instruction tuning
- โ Ideal for testing local tool-calling setups
- โ Compatible with GGUF format for efficient inference
๐ Dataset Info
The model was trained on a JSON dataset (dataset.json) containing multi-turn dialogues structured for:
- Verifying patient eligibility
- Applying health schemes
- Extracting document information
- Calling specific tools via structured API-like responses
๐ Links
- ๐ Hugging Face Transformers
- ๐ฌ TRL Library
