starcoder2¶
Model type |
|
Class |
|
Task |
|
Source |
|
Description¶
StarCoder2 causal language model.
Differences from the base CausalLMModel:
Uses
LayerNorm(mean-centering + std-normalisation) instead of RMSNorm.Uses a non-gated two-layer MLP (
c_fc/c_projin HF naming, mapped toup_proj/down_projin ONNX).
Replicates HuggingFace’s Starcoder2ForCausalLM.
Usage¶
mobius build --model <MODEL_ID> output_dir/
from mobius import build
model = build("<MODEL_ID>")