CoolFace
Modelpublic

nawazadroit/vaidya1st_toolcalling

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes31downloads
Model Card

๐Ÿง  Llama 3.2 - 1B Instruct | Toolcalling Test Finetuned Model (ADROIT NOT USING ANYMORE DEVELOPED FOR TESTING ONLY)


๐Ÿงช 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