Instructions to use Jackxuanxuan/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Jackxuanxuan/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Jackxuanxuan/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF", device_map="auto") - llama-cpp-python
How to use Jackxuanxuan/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="Jackxuanxuan/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF", filename="gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-IQ1_M.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 Jackxuanxuan/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-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 Jackxuanxuan/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf Jackxuanxuan/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Jackxuanxuan/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf Jackxuanxuan/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF:Q4_K_M
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 Jackxuanxuan/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf Jackxuanxuan/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF:Q4_K_M
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 Jackxuanxuan/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf Jackxuanxuan/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF:Q4_K_M
Use Docker
docker model run hf.co/Jackxuanxuan/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use Jackxuanxuan/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF with Ollama:
ollama run hf.co/Jackxuanxuan/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF:Q4_K_M
- Unsloth Studio
How to use Jackxuanxuan/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-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 Jackxuanxuan/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-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 Jackxuanxuan/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Jackxuanxuan/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF to start chatting
- Pi
How to use Jackxuanxuan/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Jackxuanxuan/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF:Q4_K_M
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": "Jackxuanxuan/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use Jackxuanxuan/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-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 Jackxuanxuan/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF:Q4_K_M
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 Jackxuanxuan/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF:Q4_K_M
Run Hermes
hermes
- Atomic Chat new
- OpenClaw new
How to use Jackxuanxuan/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Jackxuanxuan/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF:Q4_K_M
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 "Jackxuanxuan/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF:Q4_K_M" \ --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"
- Docker Model Runner
How to use Jackxuanxuan/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF with Docker Model Runner:
docker model run hf.co/Jackxuanxuan/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF:Q4_K_M
- Lemonade
How to use Jackxuanxuan/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Jackxuanxuan/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF-Q4_K_M
List all available models
lemonade list
Duplicate from mradermacher/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF
Browse files- .gitattributes +59 -0
- README.md +112 -0
- gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-IQ1_M.gguf +3 -0
- gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-IQ1_S.gguf +3 -0
- gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-IQ2_M.gguf +3 -0
- gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-IQ2_S.gguf +3 -0
- gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-IQ2_XS.gguf +3 -0
- gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-IQ2_XXS.gguf +3 -0
- gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-IQ3_M.gguf +3 -0
- gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-IQ3_S.gguf +3 -0
- gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-IQ3_XS.gguf +3 -0
- gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-IQ3_XXS.gguf +3 -0
- gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-IQ4_XS.gguf +3 -0
- gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-Q2_K.gguf +3 -0
- gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-Q2_K_S.gguf +3 -0
- gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-Q3_K_L.gguf +3 -0
- gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-Q3_K_M.gguf +3 -0
- gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-Q3_K_S.gguf +3 -0
- gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-Q4_0.gguf +3 -0
- gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-Q4_1.gguf +3 -0
- gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-Q4_K_M.gguf +3 -0
- gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-Q4_K_S.gguf +3 -0
- gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-Q5_K_M.gguf +3 -0
- gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-Q5_K_S.gguf +3 -0
- gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-Q6_K.gguf +3 -0
- gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.imatrix.gguf +3 -0
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.imatrix.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
|
@@ -0,0 +1,112 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: DavidAU/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
library_name: transformers
|
| 6 |
+
license: apache-2.0
|
| 7 |
+
mradermacher:
|
| 8 |
+
readme_rev: 1
|
| 9 |
+
quantized_by: mradermacher
|
| 10 |
+
tags:
|
| 11 |
+
- heretic
|
| 12 |
+
- uncensored
|
| 13 |
+
- unsloth
|
| 14 |
+
- finetune
|
| 15 |
+
- all use cases
|
| 16 |
+
- coder
|
| 17 |
+
- creative
|
| 18 |
+
- creative writing
|
| 19 |
+
- fiction writing
|
| 20 |
+
- plot generation
|
| 21 |
+
- sub-plot generation
|
| 22 |
+
- fiction writing
|
| 23 |
+
- story generation
|
| 24 |
+
- scene continue
|
| 25 |
+
- storytelling
|
| 26 |
+
- fiction story
|
| 27 |
+
- science fiction
|
| 28 |
+
- romance
|
| 29 |
+
- all genres
|
| 30 |
+
- story
|
| 31 |
+
- writing
|
| 32 |
+
- vivid prosing
|
| 33 |
+
- vivid writing
|
| 34 |
+
- fiction
|
| 35 |
+
- roleplaying
|
| 36 |
+
- bfloat16
|
| 37 |
+
- all use cases
|
| 38 |
+
---
|
| 39 |
+
## About
|
| 40 |
+
|
| 41 |
+
<!-- ### quantize_version: 2 -->
|
| 42 |
+
<!-- ### output_tensor_quantised: 1 -->
|
| 43 |
+
<!-- ### convert_type: hf -->
|
| 44 |
+
<!-- ### vocab_type: -->
|
| 45 |
+
<!-- ### tags: nicoboss -->
|
| 46 |
+
<!-- ### quants: Q2_K IQ3_M Q4_K_S IQ3_XXS Q3_K_M small-IQ4_NL Q4_K_M IQ2_M Q6_K IQ4_XS Q2_K_S IQ1_M Q3_K_S IQ2_XXS Q3_K_L IQ2_XS Q5_K_S IQ2_S IQ1_S Q5_K_M Q4_0 IQ3_XS Q4_1 IQ3_S -->
|
| 47 |
+
<!-- ### quants_skip: -->
|
| 48 |
+
<!-- ### skip_mmproj: -->
|
| 49 |
+
weighted/imatrix quants of https://huggingface.co/DavidAU/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking
|
| 50 |
+
|
| 51 |
+
<!-- provided-files -->
|
| 52 |
+
|
| 53 |
+
***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF).***
|
| 54 |
+
|
| 55 |
+
static quants are available at https://huggingface.co/mradermacher/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-GGUF
|
| 56 |
+
## Usage
|
| 57 |
+
|
| 58 |
+
If you are unsure how to use GGUF files, refer to one of [TheBloke's
|
| 59 |
+
READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
|
| 60 |
+
more details, including on how to concatenate multi-part files.
|
| 61 |
+
|
| 62 |
+
## Provided Quants
|
| 63 |
+
|
| 64 |
+
(sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
|
| 65 |
+
|
| 66 |
+
| Link | Type | Size/GB | Notes |
|
| 67 |
+
|:-----|:-----|--------:|:------|
|
| 68 |
+
| [GGUF](https://huggingface.co/mradermacher/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF/resolve/main/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) |
|
| 69 |
+
| [GGUF](https://huggingface.co/mradermacher/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF/resolve/main/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-IQ1_S.gguf) | i1-IQ1_S | 7.3 | for the desperate |
|
| 70 |
+
| [GGUF](https://huggingface.co/mradermacher/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF/resolve/main/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-IQ1_M.gguf) | i1-IQ1_M | 7.8 | mostly desperate |
|
| 71 |
+
| [GGUF](https://huggingface.co/mradermacher/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF/resolve/main/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 8.8 | |
|
| 72 |
+
| [GGUF](https://huggingface.co/mradermacher/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF/resolve/main/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-IQ2_XS.gguf) | i1-IQ2_XS | 9.6 | |
|
| 73 |
+
| [GGUF](https://huggingface.co/mradermacher/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF/resolve/main/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-IQ2_S.gguf) | i1-IQ2_S | 10.3 | |
|
| 74 |
+
| [GGUF](https://huggingface.co/mradermacher/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF/resolve/main/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-IQ2_M.gguf) | i1-IQ2_M | 11.0 | |
|
| 75 |
+
| [GGUF](https://huggingface.co/mradermacher/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF/resolve/main/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-Q2_K_S.gguf) | i1-Q2_K_S | 11.1 | very low quality |
|
| 76 |
+
| [GGUF](https://huggingface.co/mradermacher/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF/resolve/main/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-Q2_K.gguf) | i1-Q2_K | 12.0 | IQ3_XXS probably better |
|
| 77 |
+
| [GGUF](https://huggingface.co/mradermacher/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF/resolve/main/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 12.2 | lower quality |
|
| 78 |
+
| [GGUF](https://huggingface.co/mradermacher/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF/resolve/main/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-IQ3_XS.gguf) | i1-IQ3_XS | 13.2 | |
|
| 79 |
+
| [GGUF](https://huggingface.co/mradermacher/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF/resolve/main/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-IQ3_S.gguf) | i1-IQ3_S | 13.9 | beats Q3_K* |
|
| 80 |
+
| [GGUF](https://huggingface.co/mradermacher/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF/resolve/main/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-Q3_K_S.gguf) | i1-Q3_K_S | 13.9 | IQ3_XS probably better |
|
| 81 |
+
| [GGUF](https://huggingface.co/mradermacher/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF/resolve/main/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-IQ3_M.gguf) | i1-IQ3_M | 14.5 | |
|
| 82 |
+
| [GGUF](https://huggingface.co/mradermacher/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF/resolve/main/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-Q3_K_M.gguf) | i1-Q3_K_M | 15.4 | IQ3_S probably better |
|
| 83 |
+
| [GGUF](https://huggingface.co/mradermacher/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF/resolve/main/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-Q3_K_L.gguf) | i1-Q3_K_L | 16.7 | IQ3_M probably better |
|
| 84 |
+
| [GGUF](https://huggingface.co/mradermacher/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF/resolve/main/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-IQ4_XS.gguf) | i1-IQ4_XS | 16.8 | |
|
| 85 |
+
| [GGUF](https://huggingface.co/mradermacher/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF/resolve/main/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-Q4_0.gguf) | i1-Q4_0 | 17.8 | fast, low quality |
|
| 86 |
+
| [GGUF](https://huggingface.co/mradermacher/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF/resolve/main/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-Q4_K_S.gguf) | i1-Q4_K_S | 17.9 | optimal size/speed/quality |
|
| 87 |
+
| [GGUF](https://huggingface.co/mradermacher/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF/resolve/main/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-Q4_K_M.gguf) | i1-Q4_K_M | 18.8 | fast, recommended |
|
| 88 |
+
| [GGUF](https://huggingface.co/mradermacher/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF/resolve/main/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-Q4_1.gguf) | i1-Q4_1 | 19.6 | |
|
| 89 |
+
| [GGUF](https://huggingface.co/mradermacher/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF/resolve/main/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-Q5_K_S.gguf) | i1-Q5_K_S | 21.4 | |
|
| 90 |
+
| [GGUF](https://huggingface.co/mradermacher/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF/resolve/main/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-Q5_K_M.gguf) | i1-Q5_K_M | 21.9 | |
|
| 91 |
+
| [GGUF](https://huggingface.co/mradermacher/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking-i1-GGUF/resolve/main/gemma-4-31B-it-Mystery-Fine-Tune-HERETIC-UNCENSORED-Thinking.i1-Q6_K.gguf) | i1-Q6_K | 25.3 | practically like static Q6_K |
|
| 92 |
+
|
| 93 |
+
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
| 94 |
+
types (lower is better):
|
| 95 |
+
|
| 96 |
+

|
| 97 |
+
|
| 98 |
+
And here are Artefact2's thoughts on the matter:
|
| 99 |
+
https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
|
| 100 |
+
|
| 101 |
+
## FAQ / Model Request
|
| 102 |
+
|
| 103 |
+
See https://huggingface.co/mradermacher/model_requests for some answers to
|
| 104 |
+
questions you might have and/or if you want some other model quantized.
|
| 105 |
+
|
| 106 |
+
## Thanks
|
| 107 |
+
|
| 108 |
+
I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
|
| 109 |
+
me use its servers and providing upgrades to my workstation to enable
|
| 110 |
+
this work in my free time. Additional thanks to [@nicoboss](https://huggingface.co/nicoboss) for giving me access to his private supercomputer, enabling me to provide many more imatrix quants, at much higher quality, than I would otherwise be able to.
|
| 111 |
+
|
| 112 |
+
<!-- end -->
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:697326639018cd3dca5a382f095931a5e333dbcb612bb6f80d82853f353858ca
|
| 3 |
+
size 7725868160
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3bedd44487f3a0f0036970f021f7c3192166014595075b58aedeb83719410e1
|
| 3 |
+
size 7156485248
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d91707bf37069a87e4bace042390a54a773ef41cce510203ce8de9f93ec6e900
|
| 3 |
+
size 10917061760
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7096d143c3708121718f635cfc66dab95f464e2636a803657053e90b7dd8f361
|
| 3 |
+
size 10157884544
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:365f247a8607a0530fad8c3c54bf349b0dd05176dc86757b9a509907ec424095
|
| 3 |
+
size 9530354816
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:86d5eceb60493c3449b4b8e508ffffcdd9206e651adef4bc035f6ac9fd2005bd
|
| 3 |
+
size 8674839680
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1de7e48aa6d2c89fffca104aeb32219d466e22029906afa14d49dbc02e904b51
|
| 3 |
+
size 14424493184
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3460399e8676b983590b9ef68a8d207b5c42d967a7bdcb01fdd7c0d688f55401
|
| 3 |
+
size 13761352832
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:567eda6134d6d5afa328fb93595f152ebdc25a4e81ab3ebf9505b14f790daf1e
|
| 3 |
+
size 13072364672
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f200f80b30b3d11981cf5beae368fc11e4fd42c663e9192e432c1adfdd4718f
|
| 3 |
+
size 12077503616
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7dab589a69a26441aa83409939ffcef6fbcb412784c9aea902eb08dfc341483c
|
| 3 |
+
size 16735786112
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad33fb63385fd12d0b91b8d28ea8a96fca774c893d3b572eae9515a3e2ac483c
|
| 3 |
+
size 11916309632
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6da484203b1d3e50d59d4055ba98883e817e0d631d2958686b8d94a4b0df175d
|
| 3 |
+
size 10976584832
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a6b42a7b6233eb0baed51820069d4e7a4b3772a3d01deabbdf44e231a6186372
|
| 3 |
+
size 16628266112
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7239770a81bb5b23b4345e4c3c4ea2a07f81571e1c7be8c4a4ae6be476742860
|
| 3 |
+
size 15287104640
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:928b75bd1c36e13104533bb0a14d7c09d0d920dc5fe17f5b3936d4c8da8aaef2
|
| 3 |
+
size 13761352832
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:72c624183f533d3b6f4bd6b6794deddd15e5b530dfd08058d4db6fb2c348c6ae
|
| 3 |
+
size 17701573760
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3eab29d8ae1eca635922ff1f2edf584dc5b3e49afa50cc41c0baaa3b8a71c1d2
|
| 3 |
+
size 19481416832
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:12242e307d137977500c86f91fa2e71d0f1d696291e5e29fc5218585a6bed1ff
|
| 3 |
+
size 18687059072
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b67ad8995ef6961df99f85695cc2ee37fa2608a626e0cf4114e2558ace507f7a
|
| 3 |
+
size 17763161216
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec6c7b14359658e70b0a03056222ef9f818ed506a9545ae931e126bf43a8b16f
|
| 3 |
+
size 21845566592
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c53fd8395d953df9238b71de93ac9c0b453c430cc10550c5dce261ec3100771b
|
| 3 |
+
size 21311837312
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7396162a46a2b3ff400ce29421541d84d4d3f2b0c0dcdecd18063c15e97f4fba
|
| 3 |
+
size 25201480832
|
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a6e12aeb792b8936531445e257fdb5489175025a3a384b9a2bc91a7554d5b1e0
|
| 3 |
+
size 13753952
|