Jackrong commited on
Commit
b703363
·
verified ·
1 Parent(s): 27adfc0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -10
README.md CHANGED
@@ -6,16 +6,12 @@ tags:
6
  - vision-language-model
7
  ---
8
 
9
- # Qwen3.5-9B-Python-Coder-GGUF : GGUF
 
10
 
11
- This model was finetuned and converted to GGUF format using [Unsloth](https://github.com/unslothai/unsloth).
12
 
13
- **Example usage**:
14
- - For text only LLMs: `llama-cli -hf Jackrong/Qwen3.5-9B-Python-Coder-GGUF --jinja`
15
- - For multimodal models: `llama-mtmd-cli -hf Jackrong/Qwen3.5-9B-Python-Coder-GGUF --jinja`
16
 
17
- ## Available Model files:
18
- - `Qwen3.5-9B.BF16.gguf`
19
- - `Qwen3.5-9B.BF16-mmproj.gguf`
20
- This was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth)
21
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
6
  - vision-language-model
7
  ---
8
 
9
+ # Qwen3.5-9B-Python-Coder-GGUF
10
+ ## ⚠️ Preview Status
11
 
12
+ This repository is currently a **preview release**.
13
 
14
+ The model is still under active testing, and I am continuing to explore more suitable training settings and optimization strategies. Because of this, the current version should be considered **experimental**.
15
+
16
+ Downloading or using this model for serious evaluation is **not recommended yet**. A more stable version will be released after further testing and parameter tuning.
17