Fix code comment

This commit is contained in:
Sebastian Raschka
2025-09-05 14:02:24 -05:00
committed by GitHub
parent 623dc65d5d
commit 5ae41c402e

View File

@@ -64,8 +64,8 @@ QWEN3_CONFIG_8B = {
"context_length": 40_960,
"emb_dim": 4096, # 60% larger than above
"n_heads": 32,
"n_layers": 36, # 26% larger than above
"hidden_dim": 12288,
"n_layers": 36,
"hidden_dim": 12288, # 26% larger than above
"head_dim": 128,
"qk_norm": True,
"n_kv_groups": 8,