arcee¶
Model type |
|
Class |
|
Task |
|
Source |
|
Description¶
Arcee model: standard Llama attention + FCMLP with relu2.
HuggingFace weight names (up_proj / down_proj) match FCMLP convention,
so no preprocess_weights overrides are needed.
Usage¶
mobius build --model <MODEL_ID> output_dir/
from mobius import build
model = build("<MODEL_ID>")