Yandex releases AliceAI Foundation 80B-A3B base model under open-source license

2 days ago 3



Yandex has released AliceAI-Foundation-80B-A3B-Base, a large language model built entirely from scratch and published under the Apache 2.0 license. The weights are live on Hugging Face, available to anyone who wants to build with them, commercially or otherwise, no strings attached. What the model actually is The architecture is a Mixture-of-Experts design. The model has 80 billion total parameters spread across 512 routed experts plus one shared expert, organized into 48 layers. For any single token it processes, only 3 billion of those parameters are active. The context window is 262,144 tokens. For reference, that is long enough to feed the model an entire novel, a full codebase, or an extended legal document without truncating anything. The release as published is a base model only. There is no instruction-tuned or chat-fine-tuned version included out of the box. Researchers and developers get the raw pre-trained weights, which they can then adapt for their specific use cases. How it performs against the competition Yandex published two new Russian-language benchmarks alongside the model: WikiWebFacts and HardMultiQA. AliceAI-Foundation scored 86.5 on WikiWebFacts and 67.9 on H...

Read Entire Article