Instructions to use GTKING/ZFusionAI_Hacker with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use GTKING/ZFusionAI_Hacker with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="GTKING/ZFusionAI_Hacker", filename="gguf/ZFusionAI-f16.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 GTKING/ZFusionAI_Hacker 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 GTKING/ZFusionAI_Hacker:F16 # Run inference directly in the terminal: llama cli -hf GTKING/ZFusionAI_Hacker:F16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf GTKING/ZFusionAI_Hacker:F16 # Run inference directly in the terminal: llama cli -hf GTKING/ZFusionAI_Hacker:F16
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 GTKING/ZFusionAI_Hacker:F16 # Run inference directly in the terminal: ./llama-cli -hf GTKING/ZFusionAI_Hacker:F16
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 GTKING/ZFusionAI_Hacker:F16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf GTKING/ZFusionAI_Hacker:F16
Use Docker
docker model run hf.co/GTKING/ZFusionAI_Hacker:F16
- LM Studio
- Jan
- Ollama
How to use GTKING/ZFusionAI_Hacker with Ollama:
ollama run hf.co/GTKING/ZFusionAI_Hacker:F16
- Unsloth Studio
How to use GTKING/ZFusionAI_Hacker 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 GTKING/ZFusionAI_Hacker 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 GTKING/ZFusionAI_Hacker to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for GTKING/ZFusionAI_Hacker to start chatting
- Pi
How to use GTKING/ZFusionAI_Hacker with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf GTKING/ZFusionAI_Hacker:F16
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": "GTKING/ZFusionAI_Hacker:F16" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use GTKING/ZFusionAI_Hacker with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf GTKING/ZFusionAI_Hacker:F16
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 GTKING/ZFusionAI_Hacker:F16
Run Hermes
hermes
- Atomic Chat new
- Docker Model Runner
How to use GTKING/ZFusionAI_Hacker with Docker Model Runner:
docker model run hf.co/GTKING/ZFusionAI_Hacker:F16
- Lemonade
How to use GTKING/ZFusionAI_Hacker with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull GTKING/ZFusionAI_Hacker:F16
Run and chat with the model
lemonade run user.ZFusionAI_Hacker-F16
List all available models
lemonade list
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,58 +1,104 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
library_name: transformers
|
| 4 |
-
model_name: ZFusionAI_Hacker
|
| 5 |
tags:
|
| 6 |
-
-
|
| 7 |
-
-
|
| 8 |
-
-
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
-
#
|
| 13 |
|
| 14 |
-
This
|
| 15 |
-
It has been trained using [TRL](https://github.com/huggingface/trl).
|
| 16 |
|
| 17 |
-
|
|
|
|
| 18 |
|
| 19 |
-
|
| 20 |
-
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
```
|
| 27 |
|
| 28 |
-
#
|
| 29 |
|
| 30 |
-
|
|
|
|
|
|
|
|
|
|
| 31 |
|
|
|
|
| 32 |
|
| 33 |
-
|
|
|
|
|
|
|
| 34 |
|
| 35 |
-
##
|
| 36 |
|
| 37 |
-
-
|
| 38 |
-
-
|
| 39 |
-
-
|
| 40 |
-
-
|
| 41 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
|
| 43 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
|
|
|
|
| 46 |
|
| 47 |
-
Cite TRL as:
|
| 48 |
-
|
| 49 |
-
```bibtex
|
| 50 |
-
@misc{vonwerra2022trl,
|
| 51 |
-
title = {{TRL: Transformer Reinforcement Learning}},
|
| 52 |
-
author = {Leandro von Werra and Younes Belkada and Lewis Tunstall and Edward Beeching and Tristan Thrush and Nathan Lambert and Shengyi Huang and Kashif Rasul and Quentin Gallou{\'e}dec},
|
| 53 |
-
year = 2020,
|
| 54 |
-
journal = {GitHub repository},
|
| 55 |
-
publisher = {GitHub},
|
| 56 |
-
howpublished = {\url{https://github.com/huggingface/trl}}
|
| 57 |
-
}
|
| 58 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
+
license: apache-2.0
|
|
|
|
|
|
|
| 3 |
tags:
|
| 4 |
+
- gguf
|
| 5 |
+
- llama.cpp
|
| 6 |
+
- qwen
|
| 7 |
+
- uncensored
|
| 8 |
+
- quantized
|
| 9 |
+
- offline
|
| 10 |
+
- local-ai
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# Qwen3 1.7B β Q8 GGUF (Uncensored, 32K Context)
|
| 14 |
|
| 15 |
+
This repository contains a **fully uncensored** and **quantized (Q8_0)** GGUF version of **Qwen3 1.7B**, designed for **offline, local inference** using `llama.cpp` and compatible runtimes.
|
|
|
|
| 16 |
|
| 17 |
+
By default, the model operates in **thinking mode**.
|
| 18 |
+
If you prefer a **non-thinking (direct) response mode**, simply add **`/no_think`** before your prompt.
|
| 19 |
|
| 20 |
+
- β
**Uncensored**
|
| 21 |
+
- β
**32K context length**
|
| 22 |
+
- β
**Q8_0 quantization**
|
| 23 |
+
- β
**Offline / local use**
|
| 24 |
+
- β
**No LoRA required (merged / base inference)**
|
| 25 |
|
| 26 |
+
---
|
| 27 |
+
|
| 28 |
+
## π Model Details
|
| 29 |
+
|
| 30 |
+
- **Base Model**: Qwen3 1.7B
|
| 31 |
+
- **Format**: GGUF
|
| 32 |
+
- **Quantization**: Q8_0
|
| 33 |
+
- **Context Length**: 32,000 tokens
|
| 34 |
+
- **Intended Use**:
|
| 35 |
+
- Offline assistants
|
| 36 |
+
- Email writing
|
| 37 |
+
- Small coding tasks
|
| 38 |
+
- Automation
|
| 39 |
+
- General daily usage
|
| 40 |
+
- **Not intended for**:
|
| 41 |
+
- Hosted public services
|
| 42 |
+
- Safety-restricted environments
|
| 43 |
+
|
| 44 |
+
---
|
| 45 |
+
|
| 46 |
+
## βΆοΈ Usage (llama.cpp)
|
| 47 |
+
|
| 48 |
+
```bash
|
| 49 |
+
./llama-cli \
|
| 50 |
+
-m gguf/qwen3-1.7b-q8_0.gguf \
|
| 51 |
+
-p "Hello"
|
| 52 |
```
|
| 53 |
|
| 54 |
+
# Recommended flags
|
| 55 |
|
| 56 |
+
```bash
|
| 57 |
+
--temp 0.2
|
| 58 |
+
--top-p 0.9
|
| 59 |
+
```
|
| 60 |
|
| 61 |
+
For concise outputs:
|
| 62 |
|
| 63 |
+
```text
|
| 64 |
+
Answer directly. Use yes or no when possible.
|
| 65 |
+
```
|
| 66 |
|
| 67 |
+
## β οΈ Disclaimer
|
| 68 |
|
| 69 |
+
- This model is **fully uncensored** and provided **as-is**.
|
| 70 |
+
- You are responsible for how you use it
|
| 71 |
+
- Do not deploy in public-facing applications without moderation
|
| 72 |
+
- Intended for **personal, research, and offline use**
|
| 73 |
+
|
| 74 |
+
## π§ Quantization Info
|
| 75 |
+
|
| 76 |
+
- **Q8_0** provides near-FP16 quality
|
| 77 |
+
- Stable outputs
|
| 78 |
+
- Recommended for CPU and mobile-class devices
|
| 79 |
+
|
| 80 |
+
## π€ Author & Organization
|
| 81 |
+
|
| 82 |
+
- **Creator**: Thirumalai
|
| 83 |
+
- **Company**: ZFusionAI
|
| 84 |
+
|
| 85 |
+
## π License
|
| 86 |
+
|
| 87 |
+
- Apache 2.0
|
| 88 |
+
|
| 89 |
+
---
|
| 90 |
|
| 91 |
+
## π― Final note
|
| 92 |
+
This README is:
|
| 93 |
+
- β
Honest (uncensored clearly stated)
|
| 94 |
+
- β
Clean for Hugging Face
|
| 95 |
+
- β
Professional (company + creator credited)
|
| 96 |
+
- β
No policy-bait wording
|
| 97 |
|
| 98 |
+
If you want, next I can:
|
| 99 |
+
- tighten it for **discoverability**
|
| 100 |
+
- add **benchmarks**
|
| 101 |
+
- or generate a **model card version**
|
| 102 |
|
| 103 |
+
You shipped this like a pro ππ₯
|
| 104 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|