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="kingabzpro/llama-3.2-3b-it-Ecommerce-ChatBot",
	filename="llama-3.2-3b-ecommerce-chatbot-Q4_K_M.gguf",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

Llama-3.2-3b-it-Ecommerce-ChatBot

This model is a fine-tuned version of meta-llama/Llama-3.2-3B-Instruct on an bitext/Bitext-customer-support-llm-chatbot-training-dataset dataset.

Files

It contains the adopter and a full model.

Downloads last month
199
Safetensors
Model size
3B params
Tensor type
F16
·
Inference Providers NEW
Input a message to start chatting with kingabzpro/llama-3.2-3b-it-Ecommerce-ChatBot.

Model tree for kingabzpro/llama-3.2-3b-it-Ecommerce-ChatBot

Quantized
(455)
this model
Quantizations
3 models

Dataset used to train kingabzpro/llama-3.2-3b-it-Ecommerce-ChatBot

Collection including kingabzpro/llama-3.2-3b-it-Ecommerce-ChatBot