CoolFace
Modelpublic

nineninesix/qwen3_5-full-attn-only-14

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
0likes1kdownloads
Model Card

Rebuilt Qwen3.5 — qwen3_5-full-attn-only

Note: This model was assembled with qwen3_5-rebuild. Embedding and output projection weights are copied from the source model. Transformer blocks are freshly initialized (random, std=0.02). The model requires fine-tuning before it can generate coherent text.

Source model

KaniTTS-research-team/qwen-3.5-prepare-0.6b

Architecture

ParameterValue
model_typeqwen3_5_text
hidden_size1024
vocab_size248320
num_hidden_layers14
linear_attention layers0
full_attention layers14

Parameter budget

ComponentParametersNotes
embed_tokens (text emb)254.28M✅ copied from source
lm_headtied✅ shared with embed_tokens
transformer blocks256.94M🔄 freshly initialized
final norm0.001M🔄 freshly initialized
Total511.22Mvs 586.36M source
embed_tokens represents 49.7% of total parameters. It is the dominant component — 254M params encode 248,320 token embeddings × 1024 dims.

Layer-by-layer breakdown

LayerTypeAttn paramsMLP paramsTotal
0full_attention7.341M11.010M18.353M
1full_attention7.341M11.010M18.353M
2full_attention7.341M11.010M18.353M
3full_attention7.341M11.010M18.353M
4full_attention7.341M11.010M18.353M
5full_attention7.341M11.010M18.353M
6full_attention7.341M11.010M18.353M
7full_attention7.341M11.010M18.353M
8full_attention7.341M11.010M18.353M
9full_attention7.341M11.010M18.353M
10full_attention7.341M11.010M18.353M
11full_attention7.341M11.010M18.353M
12full_attention7.341M11.010M18.353M
13full_attention7.341M11.010M18.353M

Layer type sequence

   0: full_attention
   1: full_attention
   2: full_attention
   3: full_attention
   4: full_attention
   5: full_attention
   6: full_attention
   7: full_attention
   8: full_attention
   9: full_attention
  10: full_attention
  11: full_attention
  12: full_attention
  13: full_attention

Initialization

  • —Embeddings: copied as-is from KaniTTS-research-team/qwen-3.5-prepare-0.6b
  • —Transformer blocks: random init, std=0.02
  • —dtype: bfloat16
  • —Seed: 42