正在加载视频...

视频加载失败

Prior to release, we shared a version of Cohere North Mini Code with AI engineers and answered some questions. Here's a quick illustrated walkthrough of the model's architecture and training process. Small models fill an important niche. They: 1. run on more widely available hardware 2. handle tasks within...

89,469 次观看 • 3 个月前 •via X (Twitter)

14 条评论

Jay Alammar 的头像
Jay Alammar3 个月前

The 30 billion parameter mixture of experts model stacks 49 Transformer blocks, the first of which is dense. The MoE layers have 128 experts, and activate 8 for each token. Leading to 3 billion active parameters. The self-attention setup interleaves sliding window attention and full attention in 3:1 ratio. Our team describes this choice in "Rope to Nope and Back Again: A New Hybrid Attention Strategy"

Jay Alammar 的头像
Jay Alammar3 个月前

GGUF quantized version now out kudos to @UnslothAI:

Ali Asaria 的头像
Ali Asaria3 个月前

@cohere Love that you're sharing details on the internals like this. This level of detail is something that helps the whole community advance.

Latent Node 的头像
Latent Node3 个月前

@cohere It is great but I wish it was better than qwen 3.6 27b or gemma 4 31b.

Aaliya 的头像
Aaliya3 个月前

@cohere Light models working on sub tasks is smart.

Samian 的头像
Samian3 个月前

@cohere small models hitting the sweet spot rn. curious how north mini handles tool calling vs something like haiku, that tradeoff usually gets glossed over

Fawaz Buqammaz | فوّاز بوقمّاز 的头像
Fawaz Buqammaz | فوّاز بوقمّاز3 个月前

@cohere ملهم👏

Lila 的头像
Lila3 个月前

@cohere love a clean visual breakdown... small models handling specific sub-tasks instead of giant bloated ones is just good system design

Sani Ai Tech 的头像
Sani Ai Tech3 个月前

@cohere Small models are quietly becoming the backbone of scalable AI systems. 🚀

g023 的头像
g0233 个月前

@cohere I mean you didn't beat Qwen, and I think you should probably focus on that goal, rather than release to release, or try a smaller target and beat the likes of LFM2.5 and their 8B-A1B.

Jason傑森 🇭🇰 | 🛠️ 的头像
Jason傑森 🇭🇰 | 🛠️3 个月前

@cohere 话是对的但有一种不会成的宿感在

aitization 𝕏  的头像
aitization 𝕏 3 个月前

@cohere dm me :)

ADITYA DUTT PANDEY 的头像
ADITYA DUTT PANDEY3 个月前

@cohere small models, big cap 🥱

Nahid 的头像
Nahid3 个月前

@cohere small models really do have their perks super flexible too

相关视频

Small Language Models (SML) are the future of AI. "Small" (SML) instead of "Large" (LLM). These small models are highly specialized models with superhuman abilities on specific tasks. Here are two techniques to build these models: • Spectrum • Model Merging I give you a short introduction in the attached video, but here is a quick summary: Spectrum helps us identify the most relevant layers to solve one specific task. We can ignore everything else and focus on fine-tuning these layers. Using Spectrum, we can fine-tune models in a heartbeat. Model Merging combines multiple models into a unique, much better model than any of the individual input models. You can also combine models specialized in different tasks and get a model with multiple abilities. This is the state of the art of productizing models. It's what Arcee.ai's platform does behind the scenes. Arcee collaborated with me on this post and is sponsoring it. There are three main steps to produce a model for your particular use case: 1. You create a dataset by uploading your data. 2. You train a model. At this step, Arcee uses Spectrum and Model Merging to produce a highly specialized model for your task. 3. You can deploy that model to any environment you want. Three important notes: • Training process is 2x faster and 2x cheaper than regular fine-tuning. • Resultant models are smaller and have higher accuracy. • They create these specialized models from open-source models. Check this site so you can fully appreciate how this works: If you want to fine-tune an open-source model, consider Arcee's platform. This is the state of the art.

Santiago

164,162 次观看 • 2 年前