LEONW24 commited on
Commit
cd04082
·
verified ·
1 Parent(s): 414641b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -27,7 +27,9 @@ An uncensored GGUF merge of Qwen 3.5 9B, ready for local deployment with Ollama,
27
  This model is built upon [HauhauCS/Qwen3.5-9B-Uncensored-HauhauCS-Aggressive](https://huggingface.co/HauhauCS/Qwen3.5-9B-Uncensored-HauhauCS-Aggressive). The original base model has the following known issues:
28
 
29
  1. **Ollama deployment failure** — The base model cannot be directly deployed via Ollama due to architecture/format incompatibilities. This GGUF version resolves the issue by converting and merging the weights into a single GGUF file that Ollama can load natively.
30
- 2. **No multimodal input support** — The base model's input does not support multimodal data (e.g., images). This is a text-only model. For vision tasks, consider pairing it with a dedicated vision model such as `qwen3vl-8b`.
 
 
31
 
32
  ## Quick Start
33
 
@@ -111,7 +113,7 @@ print(output["choices"][0]["message"]["content"])
111
  |----------|-------|
112
  | **Architecture** | Qwen 3.5 |
113
  | **Parameters** | ~9B |
114
- | **Format** | GGUF (single file) |
115
  | **File size** | ~6.3 GB |
116
  | **Context window** | Up to 131072 tokens |
117
  | **Languages** | English, Chinese, multilingual |
 
27
  This model is built upon [HauhauCS/Qwen3.5-9B-Uncensored-HauhauCS-Aggressive](https://huggingface.co/HauhauCS/Qwen3.5-9B-Uncensored-HauhauCS-Aggressive). The original base model has the following known issues:
28
 
29
  1. **Ollama deployment failure** — The base model cannot be directly deployed via Ollama due to architecture/format incompatibilities. This GGUF version resolves the issue by converting and merging the weights into a single GGUF file that Ollama can load natively.
30
+ 2. **Broken multimodal input** — The base model's packaging causes multimodal (e.g., image) input to malfunction. Although the underlying Qwen 3.5 architecture supports vision capabilities, the way the original model was packaged breaks multimodal inference.
31
+
32
+ This repo provides a **Q4_K_M quantized** GGUF version that fixes the Ollama deployment issue while keeping the model compact and efficient.
33
 
34
  ## Quick Start
35
 
 
113
  |----------|-------|
114
  | **Architecture** | Qwen 3.5 |
115
  | **Parameters** | ~9B |
116
+ | **Format** | GGUF (Q4_K_M quantization) |
117
  | **File size** | ~6.3 GB |
118
  | **Context window** | Up to 131072 tokens |
119
  | **Languages** | English, Chinese, multilingual |