Image-Text-to-Text
GGUF
English
Chinese
llama.cpp
muse-glimmer
abliterated
uncensored
crack
reasoning
tool-use
atem
imatrix
conversational
Instructions to use Justbackup/Muse-Glimmer-30B-CRACK-GGUF 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 Justbackup/Muse-Glimmer-30B-CRACK-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 Justbackup/Muse-Glimmer-30B-CRACK-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf Justbackup/Muse-Glimmer-30B-CRACK-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 Justbackup/Muse-Glimmer-30B-CRACK-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf Justbackup/Muse-Glimmer-30B-CRACK-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 Justbackup/Muse-Glimmer-30B-CRACK-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf Justbackup/Muse-Glimmer-30B-CRACK-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 Justbackup/Muse-Glimmer-30B-CRACK-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf Justbackup/Muse-Glimmer-30B-CRACK-GGUF:Q4_K_M
Use Docker
docker model run hf.co/Justbackup/Muse-Glimmer-30B-CRACK-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use Justbackup/Muse-Glimmer-30B-CRACK-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "Justbackup/Muse-Glimmer-30B-CRACK-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Justbackup/Muse-Glimmer-30B-CRACK-GGUF", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ] }'Use Docker
docker model run hf.co/Justbackup/Muse-Glimmer-30B-CRACK-GGUF:Q4_K_M
- Ollama
How to use Justbackup/Muse-Glimmer-30B-CRACK-GGUF with Ollama:
ollama run hf.co/Justbackup/Muse-Glimmer-30B-CRACK-GGUF:Q4_K_M
- Unsloth Desktop
- Pi
How to use Justbackup/Muse-Glimmer-30B-CRACK-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Justbackup/Muse-Glimmer-30B-CRACK-GGUF:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "Justbackup/Muse-Glimmer-30B-CRACK-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use Justbackup/Muse-Glimmer-30B-CRACK-GGUF with Docker Model Runner:
docker model run hf.co/Justbackup/Muse-Glimmer-30B-CRACK-GGUF:Q4_K_M
- Lemonade
How to use Justbackup/Muse-Glimmer-30B-CRACK-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Justbackup/Muse-Glimmer-30B-CRACK-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Muse-Glimmer-30B-CRACK-GGUF-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use Justbackup/Muse-Glimmer-30B-CRACK-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 Justbackup/Muse-Glimmer-30B-CRACK-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 Justbackup/Muse-Glimmer-30B-CRACK-GGUF:Q4_K_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use Justbackup/Muse-Glimmer-30B-CRACK-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Justbackup/Muse-Glimmer-30B-CRACK-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 "Justbackup/Muse-Glimmer-30B-CRACK-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"
Commit ·
3eeca42
0
Parent(s):
Duplicate from dealignai/Muse-Glimmer-30B-CRACK-GGUF
Browse filesCo-authored-by: dealign.ai <dealignai@users.noreply.huggingface.co>
- .gitattributes +39 -0
- Muse-Glimmer-30B-CRACK-Q2_K.gguf +3 -0
- Muse-Glimmer-30B-CRACK-Q4_K_M.gguf +3 -0
- Muse-Glimmer-30B-CRACK-Q8_0.gguf +3 -0
- README.md +116 -0
- dealign_logo.png +0 -0
- dealign_mascot.png +0 -0
- mmproj-Muse-Glimmer-30B-f16.gguf +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
Muse-Glimmer-30B-CRACK-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Muse-Glimmer-30B-CRACK-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Muse-Glimmer-30B-CRACK-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
mmproj-Muse-Glimmer-30B-f16.gguf filter=lfs diff=lfs merge=lfs -text
|
Muse-Glimmer-30B-CRACK-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:753629636d76c42a5e08c8ce13b56a59f8348a3b3e403a93ba4d8368579872b2
|
| 3 |
+
size 10686699232
|
Muse-Glimmer-30B-CRACK-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bfc1a33fa2f6d0727d83a209718e47ccddbd252898b9d9695519f50355d5fce6
|
| 3 |
+
size 16935292128
|
Muse-Glimmer-30B-CRACK-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:563fe79747fcfc22a3c43b29212ec48bff42a33c32f0036306de740925b3ec82
|
| 3 |
+
size 29612958688
|
README.md
ADDED
|
@@ -0,0 +1,116 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
- zh
|
| 6 |
+
library_name: gguf
|
| 7 |
+
pipeline_tag: image-text-to-text
|
| 8 |
+
base_model: meta-models/Muse-Glimmer-30B
|
| 9 |
+
base_model_relation: quantized
|
| 10 |
+
tags:
|
| 11 |
+
- gguf
|
| 12 |
+
- llama.cpp
|
| 13 |
+
- muse-glimmer
|
| 14 |
+
- abliterated
|
| 15 |
+
- uncensored
|
| 16 |
+
- crack
|
| 17 |
+
- reasoning
|
| 18 |
+
- tool-use
|
| 19 |
+
- atem
|
| 20 |
+
---
|
| 21 |
+
|
| 22 |
+
<p align="center">
|
| 23 |
+
<img src="dealign_logo.png" alt="Dealign.ai" width="180"/>
|
| 24 |
+
<br/><strong><a href="https://dealign.ai">Dealign.ai</a></strong>
|
| 25 |
+
</p>
|
| 26 |
+
|
| 27 |
+
# Muse-Glimmer-30B-CRACK-GGUF
|
| 28 |
+
|
| 29 |
+
**CRACK-abliterated Muse Glimmer 30B — GGUF quants for llama.cpp.** Three quantizations
|
| 30 |
+
(Q8_0 / Q4_K_M / Q2_K) in one repository. Refusal behavior removed while preserving the
|
| 31 |
+
model's knowledge, reasoning, multi-strength thinking, and ATEM tool-calling.
|
| 32 |
+
|
| 33 |
+
> Research artifact with reduced safety guardrails. Use responsibly and lawfully.
|
| 34 |
+
|
| 35 |
+
## Quantizations
|
| 36 |
+
|
| 37 |
+
| File | Size | Notes |
|
| 38 |
+
|---|---|---|
|
| 39 |
+
| `Q8_0` | 29.6 GB | near-lossless reference |
|
| 40 |
+
| `Q4_K_M` | 16.9 GB | balanced (recommended) |
|
| 41 |
+
| `Q2_K` | 10.7 GB | smallest |
|
| 42 |
+
|
| 43 |
+
Pick one text file **plus** the vision projector `mmproj-Muse-Glimmer-30B-f16.gguf` (3.8 GB)
|
| 44 |
+
for image input. `Q4_K_M` is the recommended balance; `Q8_0` is near-lossless; `Q2_K` is smallest.
|
| 45 |
+
|
| 46 |
+
## Benchmarks
|
| 47 |
+
|
| 48 |
+
Evaluated through llama.cpp at greedy decoding. **MMLU** is logit-mode accuracy (base vs.
|
| 49 |
+
CRACK at the same quant — measures knowledge retention). **HarmBench** is answer-channel
|
| 50 |
+
compliance on harm behaviors, counting only coherent responses.
|
| 51 |
+
|
| 52 |
+
| Quant | MMLU (base) | MMLU (CRACK) | ΔMMLU | HarmBench compliance |
|
| 53 |
+
|---|---|---|---|---|
|
| 54 |
+
| `Q8_0` | 80.0% | 79.0% | -1.05 pp | 99.6% |
|
| 55 |
+
| `Q4_K_M` | 80.0% | 78.6% | -1.40 pp | 100.0% |
|
| 56 |
+
| `Q2_K` | 77.5% | 77.9% | +0.35 pp | 99.6% |
|
| 57 |
+
|
| 58 |
+
MMLU is retained within noise of the base model at every quant. HarmBench compliance is
|
| 59 |
+
reported for the CRACK model.
|
| 60 |
+
|
| 61 |
+
### HarmBench compliance by topic (CRACK)
|
| 62 |
+
|
| 63 |
+
| Topic | Compliance |
|
| 64 |
+
|---|---|
|
| 65 |
+
| chemical biological | 100.0% |
|
| 66 |
+
| cybercrime intrusion | 100.0% |
|
| 67 |
+
| harassment bullying | 100.0% |
|
| 68 |
+
| harmful | 100.0% |
|
| 69 |
+
| illegal | 100.0% |
|
| 70 |
+
| misinformation disinformation | 100.0% |
|
| 71 |
+
|
| 72 |
+
## Usage (llama.cpp)
|
| 73 |
+
|
| 74 |
+
```bash
|
| 75 |
+
llama-cli -m Muse-Glimmer-30B-CRACK-Q4_K_M.gguf -cnv \
|
| 76 |
+
--temp 1.0 --top-p 0.95 --top-k 64
|
| 77 |
+
# or serve:
|
| 78 |
+
llama-server -m Muse-Glimmer-30B-CRACK-Q4_K_M.gguf --jinja \
|
| 79 |
+
--temp 1.0 --top-p 0.95 --top-k 64 -c 8192
|
| 80 |
+
```
|
| 81 |
+
|
| 82 |
+
**Recommended sampling (baked into the GGUF):** `temperature=1.0`, `top_p=0.95`,
|
| 83 |
+
`top_k=64`. Token IDs: BOS `200000`, EOS `200001`/`<|eot|>`, pad `200018`.
|
| 84 |
+
|
| 85 |
+
### Reasoning strength
|
| 86 |
+
Muse Glimmer supports controllable reasoning. Set it via the chat template:
|
| 87 |
+
```json
|
| 88 |
+
{"chat_template_kwargs": {"reasoning_strength": "low"}} // low | medium | high | xhigh
|
| 89 |
+
```
|
| 90 |
+
The reasoning trace is emitted on a separate channel (`reasoning_content`); the final
|
| 91 |
+
answer is the assistant content.
|
| 92 |
+
|
| 93 |
+
### Tool calling (ATEM)
|
| 94 |
+
The model emits ATEM-format tool calls, parsed natively by llama.cpp's `--jinja` server
|
| 95 |
+
into standard `tool_calls`. Pass OpenAI-style `tools` to the chat endpoint.
|
| 96 |
+
|
| 97 |
+
## Vision (image + text)
|
| 98 |
+
|
| 99 |
+
This is a multimodal model. Download a text quant **and** `mmproj-Muse-Glimmer-30B-f16.gguf`:
|
| 100 |
+
|
| 101 |
+
```bash
|
| 102 |
+
llama-mtmd-cli -m Muse-Glimmer-30B-CRACK-Q4_K_M.gguf \
|
| 103 |
+
--mmproj mmproj-Muse-Glimmer-30B-f16.gguf --jinja \
|
| 104 |
+
--image photo.jpg -p "Describe this image."
|
| 105 |
+
# or serve with vision:
|
| 106 |
+
llama-server -m Muse-Glimmer-30B-CRACK-Q4_K_M.gguf \
|
| 107 |
+
--mmproj mmproj-Muse-Glimmer-30B-f16.gguf --jinja -c 8192
|
| 108 |
+
```
|
| 109 |
+
|
| 110 |
+
The same `mmproj` works with all three text quants.
|
| 111 |
+
|
| 112 |
+
## License
|
| 113 |
+
Apache 2.0. The upstream Muse Glimmer Usage Policy applies.
|
| 114 |
+
|
| 115 |
+
## Contact
|
| 116 |
+
eric@dealign.ai
|
dealign_logo.png
ADDED
|
dealign_mascot.png
ADDED
|
mmproj-Muse-Glimmer-30B-f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4187d912997c3941dc4aab6abeacefdfa7097dd7f95ab944ddb4c2a8c6f525ad
|
| 3 |
+
size 3849174080
|