How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="nawazadroit/vaidya1st_toolcalling",
	filename="unsloth.Q8_0.gguf",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

🧠 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


Downloads last month
6
GGUF
Model size
1B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for nawazadroit/vaidya1st_toolcalling

Quantized
(76)
this model