docs: fix 5 docstring errors in Gemma3nTextConfig (typos, grammar, formatting) (#45370)
docs: fix docstring errors in Gemma3nTextConfig
Fix five documentation errors in Gemma3nTextConfig docstring:
- Typo: "emebeddings" → "embeddings"
- Incomplete sentence for altup_active_idx (truncated at "or correct")
- Grammar: "should be make" → "should make" in altup_num_inputs
- Grammar: "number of layer" → "number of layers" in num_kv_shared_layers
- Formatting: add missing backticks around type annotations for
laurel_rank and activation_sparsity_pattern to match HF docstring
conventions
Both modular_gemma3n.py (source of truth) and the generated
configuration_gemma3n.py are updated in sync.
Built by Rudrendu Paul, developed with Claude Code
Co-authored-by: Rudrendu <RudrenduPaul@users.noreply.github.com>