Text Generation
GGUF
English
Persian
gemma4
gemma
unsloth
social-engineering
cybersecurity
phishing
red-team
conversational
fine-tuned
llama.cpp
Instructions to use smd20/socialengineering with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use smd20/socialengineering 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 smd20/socialengineering:BF16 # Run inference directly in the terminal: llama cli -hf smd20/socialengineering:BF16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf smd20/socialengineering:BF16 # Run inference directly in the terminal: llama cli -hf smd20/socialengineering:BF16
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 smd20/socialengineering:BF16 # Run inference directly in the terminal: ./llama-cli -hf smd20/socialengineering:BF16
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 smd20/socialengineering:BF16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf smd20/socialengineering:BF16
Use Docker
docker model run hf.co/smd20/socialengineering:BF16
- LM Studio
- Jan
- vLLM
How to use smd20/socialengineering with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "smd20/socialengineering" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "smd20/socialengineering", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/smd20/socialengineering:BF16
- Ollama
How to use smd20/socialengineering with Ollama:
ollama run hf.co/smd20/socialengineering:BF16
- Unsloth Studio
How to use smd20/socialengineering 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 smd20/socialengineering 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 smd20/socialengineering to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for smd20/socialengineering to start chatting
- Pi
How to use smd20/socialengineering with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf smd20/socialengineering:BF16
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": "smd20/socialengineering:BF16" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use smd20/socialengineering with Docker Model Runner:
docker model run hf.co/smd20/socialengineering:BF16
- Lemonade
How to use smd20/socialengineering with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull smd20/socialengineering:BF16
Run and chat with the model
lemonade run user.socialengineering-BF16
List all available models
lemonade list
- Hermes Agent
How to use smd20/socialengineering with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf smd20/socialengineering:BF16
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 smd20/socialengineering:BF16
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use smd20/socialengineering with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf smd20/socialengineering:BF16
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 "smd20/socialengineering:BF16" \ --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"
docs: publish professional model card with training details, dataset statistics, and usage examples
Browse files
stats/training_corpus_statistics.json
ADDED
|
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"computed_at_utc": "2026-06-21T12:56:17.859588+00:00",
|
| 3 |
+
"training_corpus": {
|
| 4 |
+
"english_qa_records": 3330,
|
| 5 |
+
"persian_qa_records": 3330,
|
| 6 |
+
"bilingual_question_units": 3330,
|
| 7 |
+
"total_bilingual_records": 6660,
|
| 8 |
+
"knowledge_articles": 1165,
|
| 9 |
+
"unique_article_coverage": 1163,
|
| 10 |
+
"article_coverage_ratio": 0.9983,
|
| 11 |
+
"reference_books": 8,
|
| 12 |
+
"records_per_reference_book": {
|
| 13 |
+
"deep-insight-into-social-engineering_FULL": 7,
|
| 14 |
+
"ESET-Social_engineering_handbook_FULL": 28,
|
| 15 |
+
"Learn-Social-Engineering-Learn-the-Art-of-Human-Hacking-Dr.-Erdal-Ozkaya-_-WeLib.org-__FULL": 397,
|
| 16 |
+
"Social-Engineering-Crowdmasters-Gehl-Lawson_FULL": 206,
|
| 17 |
+
"Social-Engineering-Cybersecurity-Gururaj_FULL": 212,
|
| 18 |
+
"Social-Engineering-Science-Hacking-Hadnagy_FULL": 239,
|
| 19 |
+
"Social-Engineering-Art-Hacking-Hadnagy_FULL": 21,
|
| 20 |
+
"Sefreta-Social-Engineering_FULL": 55
|
| 21 |
+
},
|
| 22 |
+
"deduplication": {
|
| 23 |
+
"skipped_v1_duplicates": 159,
|
| 24 |
+
"added_from_v2": 2324,
|
| 25 |
+
"added_from_v1": 1006
|
| 26 |
+
}
|
| 27 |
+
},
|
| 28 |
+
"english_character_lengths": {
|
| 29 |
+
"question": {
|
| 30 |
+
"count": 3330,
|
| 31 |
+
"mean": 96.56,
|
| 32 |
+
"min": 23,
|
| 33 |
+
"max": 199,
|
| 34 |
+
"median": 95.0,
|
| 35 |
+
"stdev": 21.98
|
| 36 |
+
},
|
| 37 |
+
"answer": {
|
| 38 |
+
"count": 3330,
|
| 39 |
+
"mean": 180.12,
|
| 40 |
+
"min": 3,
|
| 41 |
+
"max": 827,
|
| 42 |
+
"median": 171.0,
|
| 43 |
+
"stdev": 80.13
|
| 44 |
+
}
|
| 45 |
+
},
|
| 46 |
+
"persian_character_lengths": {
|
| 47 |
+
"question": {
|
| 48 |
+
"count": 3330,
|
| 49 |
+
"mean": 81.08,
|
| 50 |
+
"min": 12,
|
| 51 |
+
"max": 181,
|
| 52 |
+
"median": 80.0,
|
| 53 |
+
"stdev": 21.76
|
| 54 |
+
},
|
| 55 |
+
"answer": {
|
| 56 |
+
"count": 3330,
|
| 57 |
+
"mean": 163.48,
|
| 58 |
+
"min": 3,
|
| 59 |
+
"max": 481,
|
| 60 |
+
"median": 153.0,
|
| 61 |
+
"stdev": 74.06
|
| 62 |
+
}
|
| 63 |
+
},
|
| 64 |
+
"combined_character_lengths": {
|
| 65 |
+
"question": {
|
| 66 |
+
"count": 6660,
|
| 67 |
+
"mean": 88.82,
|
| 68 |
+
"min": 12,
|
| 69 |
+
"max": 199,
|
| 70 |
+
"median": 88.0,
|
| 71 |
+
"stdev": 23.2
|
| 72 |
+
},
|
| 73 |
+
"answer": {
|
| 74 |
+
"count": 6660,
|
| 75 |
+
"mean": 171.8,
|
| 76 |
+
"min": 3,
|
| 77 |
+
"max": 827,
|
| 78 |
+
"median": 161.0,
|
| 79 |
+
"stdev": 77.6
|
| 80 |
+
}
|
| 81 |
+
}
|
| 82 |
+
}
|