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

My Custom Email Assistant (Llama 3.2 3B)

This is a custom-trained Llama 3.2 3B model fine-tuned to draft emails in my personal, concise, and friendly corporate style.

How to use it locally

  1. Download the llama-3.2-3b-instruct.Q4_K_M.gguf file.
  2. Load it into LM Studio or use llama-cpp-python in your code.
  3. Use the system prompt: "You are an AI assistant that drafts emails in my personal, concise, and friendly corporate style."
Downloads last month
11
GGUF
Model size
3B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

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

Model tree for hitrohitro/llama-3.2-3b-email-assistant

Quantized
(490)
this model