csm¶
Model type |
|
Class |
|
Task |
|
Source |
|
Description¶
Standard causal language model with TextModel backbone and LM head.
Usage¶
mobius build --model <MODEL_ID> output_dir/
from mobius import build
model = build("<MODEL_ID>")
Model type |
|
Class |
|
Task |
|
Source |
|
Standard causal language model with TextModel backbone and LM head.
mobius build --model <MODEL_ID> output_dir/
from mobius import build
model = build("<MODEL_ID>")