victor HF Staff commited on
Commit
965d0df
·
verified ·
1 Parent(s): 335e9ef

Add base_model metadata (Qwen/Qwen3.5-9B)

Browse files

This repo currently has no `base_model` set in its card metadata, so it doesn't appear in any model's tree.

The README already states the model is **Based on [Qwen/Qwen3.5-9B](https://huggingface.co/Qwen/Qwen3.5-9B)**, and every spec lines up with it (9B dense / 32 layers, Gated DeltaNet + softmax hybrid attention, 262K context, native multimodal, MTP, 248K vocab, 201 languages). This PR just records that link in the YAML frontmatter:

```yaml
base_model:
- Qwen/Qwen3.5-9B
```

Setting this will surface the model in Qwen/Qwen3.5-9B's **Model Tree** (under its quantizations/finetunes) and improve discoverability for people browsing from the base model. No content changes — metadata only.

Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
  license: apache-2.0
 
 
3
  tags:
4
  - uncensored
5
  - qwen3.5
 
1
  ---
2
  license: apache-2.0
3
+ base_model:
4
+ - Qwen/Qwen3.5-9B
5
  tags:
6
  - uncensored
7
  - qwen3.5