Skip to content
Repo

Moonlight-16B-A3B-Instruct

from modal_training_gym.common.models.moonlight_16b_a3b_instruct import Moonlight_16B_A3B_Instruct

Moonshot AI Moonlight model with 16B total and 3B active parameters.

Attributes

model_name str

Hugging Face repository ID. Default: "moonshotai/Moonlight-16B-A3B-Instruct"

architecture ModelArchitecture | None

Megatron architecture parameters for this model. Default: ModelArchitecture(...)

download() -> None

Download or materialize weights into the model volume.

parse_response(text: str) -> ParsedResponse

Parse model text with response_parser.

Without a configured parser, the model text becomes ParsedResponse.content.

Returns

Parsed model output.