Update README.md
Browse files
README.md
CHANGED
|
@@ -67,12 +67,19 @@ This model is particularly well-suited for:
|
|
| 67 |
- Experimentation in AI alignment, safety research, and robustness testing.
|
| 68 |
- Agentic workflows where predictable and safe autonomous behavior is required.
|
| 69 |
|
| 70 |
-
##
|
| 71 |
|
| 72 |
-
|
| 73 |
|
| 74 |
-
**
|
| 75 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 76 |
|
| 77 |
## Organization
|
| 78 |
|
|
@@ -88,7 +95,7 @@ If you utilize this model in your research or applications, please cite it as fo
|
|
| 88 |
title = {Qwen3.5-4B-Safety-Thinking: A Reasoning and Safety Aligned Model},
|
| 89 |
year = {2026},
|
| 90 |
publisher = {Hugging Face},
|
| 91 |
-
howpublished = {\url{https://huggingface.co/
|
| 92 |
note = {Base model: Qwen/Qwen3.5-4B}
|
| 93 |
}
|
| 94 |
```
|
|
|
|
| 67 |
- Experimentation in AI alignment, safety research, and robustness testing.
|
| 68 |
- Agentic workflows where predictable and safe autonomous behavior is required.
|
| 69 |
|
| 70 |
+
## GGUF Status
|
| 71 |
|
| 72 |
+
GGUF artifacts are currently **in active development** and validation.
|
| 73 |
|
| 74 |
+
At this stage, we recommend using the **BF16 Transformers checkpoint** for stable results.
|
| 75 |
+
Updated and fully validated GGUF builds will be published in future releases.
|
| 76 |
+
|
| 77 |
+
**For Ollama**
|
| 78 |
+
|
| 79 |
+
```bash
|
| 80 |
+
ollama create qwen35-safety-thinking-bf16 -f Modelfile
|
| 81 |
+
ollama run qwen35-safety-thinking-bf16
|
| 82 |
+
```
|
| 83 |
|
| 84 |
## Organization
|
| 85 |
|
|
|
|
| 95 |
title = {Qwen3.5-4B-Safety-Thinking: A Reasoning and Safety Aligned Model},
|
| 96 |
year = {2026},
|
| 97 |
publisher = {Hugging Face},
|
| 98 |
+
howpublished = {\url{https://huggingface.co/MerlinSafety/Qwen3.5-4B-Safety-Thinking}},
|
| 99 |
note = {Base model: Qwen/Qwen3.5-4B}
|
| 100 |
}
|
| 101 |
```
|