Instructions to use vxkyyy/vyber-security-7b-gguf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use vxkyyy/vyber-security-7b-gguf with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("vxkyyy/vyber-security-7b-gguf", dtype="auto") - llama-cpp-python
How to use vxkyyy/vyber-security-7b-gguf with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="vxkyyy/vyber-security-7b-gguf", filename="vyber-security-7b.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use vxkyyy/vyber-security-7b-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-7b-gguf # Run inference directly in the terminal: llama cli -hf vxkyyy/vyber-security-7b-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-7b-gguf # Run inference directly in the terminal: llama cli -hf vxkyyy/vyber-security-7b-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-7b-gguf # Run inference directly in the terminal: ./llama-cli -hf vxkyyy/vyber-security-7b-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-7b-gguf # Run inference directly in the terminal: ./build/bin/llama-cli -hf vxkyyy/vyber-security-7b-gguf
Use Docker
docker model run hf.co/vxkyyy/vyber-security-7b-gguf
- LM Studio
- Jan
- Ollama
How to use vxkyyy/vyber-security-7b-gguf with Ollama:
ollama run hf.co/vxkyyy/vyber-security-7b-gguf
- Unsloth Studio
How to use vxkyyy/vyber-security-7b-gguf with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for vxkyyy/vyber-security-7b-gguf to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for vxkyyy/vyber-security-7b-gguf to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for vxkyyy/vyber-security-7b-gguf to start chatting
- Pi
How to use vxkyyy/vyber-security-7b-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-7b-gguf
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/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-7b-gguf" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use vxkyyy/vyber-security-7b-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-7b-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-7b-gguf
Run Hermes
hermes
- Atomic Chat new
- Docker Model Runner
How to use vxkyyy/vyber-security-7b-gguf with Docker Model Runner:
docker model run hf.co/vxkyyy/vyber-security-7b-gguf
- Lemonade
How to use vxkyyy/vyber-security-7b-gguf with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull vxkyyy/vyber-security-7b-gguf
Run and chat with the model
lemonade run user.vyber-security-7b-gguf-{{QUANT_TAG}}List all available models
lemonade list
Vyber-Security-7B-GGUF
Vyber-Security-7B-GGUF is a high-accuracy, state-of-the-art cybersecurity assistant fine-tuned on top of Qwen2.5-7B-Instruct. This model was trained using Hugging Face's TRL (SFTTrainer) and PEFT (LoRA) framework, and quantized to GGUF format for fast serverless local execution with CUDA acceleration.
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 with advanced reasoning.
Model Details
- Base Model: Qwen/Qwen2.5-7B-Instruct
- Training Method: Parameter-Efficient Fine-Tuning (PEFT) using LoRA (Low-Rank Adaptation)
- Quantization Format: GGUF (4-bit quantized,
q4_k_mequivalent) - 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.
Compared to the 1.5B variant, the 7B model has significantly higher reasoning capability, better syntax formatting precision, and a broader understanding of complex CVEs and network hardening architectures.
Training Configuration & Hyperparameters
- Dataset: Trendyol/Trendyol-Cybersecurity-Instruction-Tuning-Dataset (5,000 instruction-tuning examples)
- Max Length: 1024 tokens
- Optimizer:
AdamW(torch optimized) - Learning Rate: 2e-4
- Epochs/Steps: 300 steps (with Gradient Accumulation)
- Batch Size: 1 per device (Gradient Accumulation = 4, Effective Batch Size = 4)
- LoRA Configuration:
- rank ($r$): 16
- alpha ($\alpha$): 32
- Target modules:
q_proj,v_proj,k_proj,o_proj,gate_proj,up_proj,down_proj(all attention & MLP layers)
- Final Training Loss: 0.833 (excellent SFT convergence)
- Final Token Accuracy: 74.37%
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-7b-gguf",
filename="vyber-security-7b.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
- 252
We're not able to determine the quantization variants.