Finetune MiniMax-M2.7 in NeMo Automodel #1786
HuiyingLi
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
MiniMax-M2.7 is supported in NeMo-Automodel thanks to @hemildesai !
MiniMaxAI/MiniMax-M2.7is MiniMax's latest open-source large Mixture-of-Experts language model featuring linear attention for efficient long-context inference:Parallel Setup
We provide a fine-tuning recipe for MiniMax-M2.7 that scales training using Expert Parallelism and Pipeline Parallelism. The configuration runs with EP=16 and PP=2 across 4 nodes (8× H100 GPUs per node).
Data
We use the HellaSwag dataset as an example. HellaSwag is a commonsense reasoning benchmark for evaluating language models on sentence completion tasks.
Below is the loss curve obtained when fine-tuning on HellaSwag with this recipe:
All reactions