Trinity large: An open 400B sparse MoE model
1–10 of 83 posts
Re: Trinity large: An open 400B sparse MoE model
#2Re: Trinity large: An open 400B sparse MoE model
#3Re: Trinity large: An open 400B sparse MoE model
#4Re: Trinity large: An open 400B sparse MoE model
#5They trained it in 33 days for ~20m (that includes apparently not only the infrastructure but also the salaries over a 6 month period). And the model is coming close to QWEN and Deepseek. Pretty impressive
E.g. gemini-3-pro tops the lmarena text chart today at 1488 vs 1346 for gpt-4o-2024-05-13. That's a win rate of 70% (where 50% is equal chance of winning) over 1.5 years. Meanwhile, even the open weights stuff OpenAI gave away last summer scores between the two.
The exception seems to be net new benchmarks/benchmark versions. These start out low and then either quickly get saturated or hit a similar wall after a while.
Re: Trinity large: An open 400B sparse MoE model
#6Re: Trinity large: An open 400B sparse MoE model
#7Re: Trinity large: An open 400B sparse MoE model
#8Re: Trinity large: An open 400B sparse MoE model
#9What exactly does "open" mean in this case? Is it weights and data or just weights?
Re: Trinity large: An open 400B sparse MoE model
#10Given that it's a 400B-parameter model, but it's a sparse MoE model with 13B active parameters per token, would it run well on an NVIDIA DGX Spark with 128 GB of unified RAM, or do you practically need to hold the full model in RAM even with sparse MoE?
That said, there are folks out there doing it. https://github.com/lyogavin/airllm is one example.