Instructions to use Woyoung21/qwen-honeypot-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Local Apps Settings
- Unsloth Studio
How to use Woyoung21/qwen-honeypot-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 Woyoung21/qwen-honeypot-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 Woyoung21/qwen-honeypot-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Woyoung21/qwen-honeypot-GGUF to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="Woyoung21/qwen-honeypot-GGUF", max_seq_length=2048, )
qwen-honeypot-GGUF - GGUF
This repository contains a fine-tuned Qwen2.5-Coder-1.5B-Instruct model converted to GGUF format for fast inference via llama.cpp, Ollama, or cloud hosting platforms such as Anyscale or RunPod.
The model is designed to simulate a realistic Linux terminal for use in cybersecurity deception systems and dynamic honeypots. It produces raw shell output only—no explanations, refusals, or commentary.
Purpose
This model powers a dynamic honeypot that forwards attacker-issued shell commands to an LLM, which responds with realistic terminal output. The intent is to:
Engage attackers for longer, Provide threat intelligence, Waste adversary time on a convincingly simulated environment, Prevent interaction with real systems, The model exposes believable filesystem structures, logs, credentials, keys, cloud metadata, and exploitable artifacts commonly encountered on real Linux servers.
Model Details
Base Model
-Qwen2.5-Coder-1.5B-Instruct -Fine-tuned using Unsloth LoRA -Converted to GGUF (Q4_K_M) for efficient inference
Training Data
A combination of:
Custom Honeypot Dataset (~100 examples)
Includes realistic outputs for:
Filesystem enumeration Logs, SSH keys, sensitive documents Cloud metadata Misconfigurations and leftover artifacts Credential scraping Persistence attempts Reverse shells and malware staging Web server enumeration System information commands MySQL interactions Log tampering
Public Dataset
mrheinen/linux-commands (cleaned to remove multi-command sequences)
Training Summary
Metric Value Epochs 8 Total steps 472 Trainable parameters 18.4M (LoRA) Final average train loss ~0.55–0.65 Eval loss ~0.72 Training time (Colab T4) ~25 minutes
Example usage:
- For text only LLMs: llama-cli --hf repo_id/model_name -p "why is the sky blue?"
- For multimodal models: llama-mtmd-cli -m model_name.gguf --mmproj mmproj_file.gguf
Available Model files:
qwen2.5-coder-1.5b-instruct.Q4_K_M.gguf
Ollama
An Ollama Modelfile is included for easy deployment.
- Downloads last month
- 20
4-bit
Model tree for Woyoung21/qwen-honeypot-GGUF
Base model
Qwen/Qwen2.5-1.5B