Instructions to use vxkyyy/vyber-security-1.5b-gguf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use vxkyyy/vyber-security-1.5b-gguf with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("vxkyyy/vyber-security-1.5b-gguf", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use vxkyyy/vyber-security-1.5b-gguf with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf vxkyyy/vyber-security-1.5b-gguf # Run inference directly in the terminal: llama cli -hf vxkyyy/vyber-security-1.5b-gguf
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf vxkyyy/vyber-security-1.5b-gguf # Run inference directly in the terminal: llama cli -hf vxkyyy/vyber-security-1.5b-gguf
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf vxkyyy/vyber-security-1.5b-gguf # Run inference directly in the terminal: ./llama-cli -hf vxkyyy/vyber-security-1.5b-gguf
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf vxkyyy/vyber-security-1.5b-gguf # Run inference directly in the terminal: ./build/bin/llama-cli -hf vxkyyy/vyber-security-1.5b-gguf
Use Docker
docker model run hf.co/vxkyyy/vyber-security-1.5b-gguf
- LM Studio
- Jan
- Ollama
How to use vxkyyy/vyber-security-1.5b-gguf with Ollama:
ollama run hf.co/vxkyyy/vyber-security-1.5b-gguf
- Unsloth Desktop
- Pi
How to use vxkyyy/vyber-security-1.5b-gguf with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf vxkyyy/vyber-security-1.5b-gguf
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "vxkyyy/vyber-security-1.5b-gguf" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use vxkyyy/vyber-security-1.5b-gguf with Docker Model Runner:
docker model run hf.co/vxkyyy/vyber-security-1.5b-gguf
- Lemonade
How to use vxkyyy/vyber-security-1.5b-gguf with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull vxkyyy/vyber-security-1.5b-gguf
Run and chat with the model
lemonade run user.vyber-security-1.5b-gguf-{{QUANT_TAG}}List all available models
lemonade list
- Hermes Agent
How to use vxkyyy/vyber-security-1.5b-gguf with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf vxkyyy/vyber-security-1.5b-gguf
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default vxkyyy/vyber-security-1.5b-gguf
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use vxkyyy/vyber-security-1.5b-gguf with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf vxkyyy/vyber-security-1.5b-gguf
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "vxkyyy/vyber-security-1.5b-gguf" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Vyber-Security-1.5B-GGUF
Vyber-Security-1.5B-GGUF is a lightweight, high-performance cybersecurity assistant fine-tuned on top of Qwen2.5-1.5B-Instruct. This model was trained using Hugging Face's TRL (SFTTrainer) and PEFT (LoRA) framework, and converted to GGUF format for efficient, serverless CPU/GPU inference.
It is designed to act as an automated defender and security advisor in simulated cyber-ranges, demonstrating vulnerability detection, exploit planning, and self-healing patching capabilities.
Model Details
- Base Model: Qwen/Qwen2.5-1.5B-Instruct
- Training Method: Parameter-Efficient Fine-Tuning (PEFT) using LoRA (Low-Rank Adaptation)
- Quantization Format: GGUF (8-bit quantized)
- Primary Task: Cybersecurity Instruction Following, Exploit Reconnaissance, Patching, and Defense Guidance
- License: Apache 2.0
Intended Use & Capabilities
The model is optimized to process structured security telemetry and configuration files. Its primary capabilities include:
- Security Auditing: Inspecting configuration files (JSON, YAML) for hardcoded secrets, database port exposures, and unencrypted transmission pipelines.
- Exploit Strategy Commits: Formulating and committing structured exploit strategies in JSON format for target reconciliation.
- Automated Self-Healing: Generating targeted replacement code blocks to patch detected vulnerabilities, restrict access controls, and enforce secure communication channels.
Training Configuration & Hyperparameters
- Dataset: Trendyol/Trendyol-Cybersecurity-Instruction-Tuning-Dataset (500 instruction-tuning examples)
- Max Length: 1024 tokens
- Optimizer:
AdamW(torch optimized) - Learning Rate: 2e-4
- Epochs/Steps: 50 steps
- Batch Size: 2 per device (with Gradient Accumulation)
- LoRA Configuration:
- rank ($r$): 8
- alpha ($\alpha$): 16
- Target modules:
q_proj,v_proj,k_proj,o_proj
Prompt Template (ChatML Format)
The model uses the standard Qwen Chat template format:
<|im_start|>system
You are Vyber, an expert cybersecurity AI assistant.<|im_end|>
<|im_start|>user
[Prompt/Question]<|im_end|>
<|im_start|>assistant
[Model Response]<|im_end|>
How to Load and Use Locally
You can load and run this model locally using llama-cpp-python with CUDA acceleration:
from llama_cpp import Llama
from huggingface_hub import hf_hub_download
# Download the model GGUF file
model_path = hf_hub_download(
repo_id="vxkyyy/vyber-security-1.5b-gguf",
filename="vyber-security-1.5b.gguf"
)
# Load the model with llama.cpp
llm = Llama(
model_path=model_path,
n_ctx=2048,
n_gpu_layers=-1 # Use -1 to offload all layers to GPU
)
# Run inference
prompt = "<|im_start|>system\nYou are Vyber, an expert cybersecurity AI assistant.<|im_end|>\n<|im_start|>user\nWhat is the risk of binding a database port globally to 0.0.0.0?<|im_end|>\n<|im_start|>assistant\n"
response = llm(prompt, max_tokens=256, stop=["<|im_end|>"])
print(response["choices"][0]["text"])
Hackathon Badges Earned
- Well-Tuned (Custom GGUF Fine-Tuning)
- Llama Champion (Modal serverless local GGUF execution)
- Downloads last month
- 22
We're not able to determine the quantization variants.