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="JupiterJil/cyberspace-llama32-3b-gguf",
	filename="cyberspace-llama32-3b-Q5_K_M.gguf",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

Cyberspace Presales Co-Pilot โ€” Llama 3.2 3B (Q5_K_M)

Fine-tuned Llama 3.2 3B Instruct for generating Cyberspace Limited technical proposals.

Training

  • Base: meta-llama/Llama-3.2-3B-Instruct
  • Method: LoRA via Unsloth on RunPod A100
  • Dataset: 132 structured proposals (real + augmented), ChatML format
  • Loss: 1.70 (target range 1.0โ€“1.8)
  • Template-bleed mitigation: train_on_responses_only with category-specific system prompts

Usage (Ollama)

ollama create cyberspace-llama32-3b:latest -f Modelfile
ollama run cyberspace-llama32-3b:latest
Downloads last month
5
GGUF
Model size
3B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

5-bit

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

Model tree for JupiterJil/cyberspace-llama32-3b-gguf

Quantized
(480)
this model