| ▲ | ismailmaj 3 hours ago | |
FYI Mistral at launch just dropped the weights without any model architecture mentioned. Most of the OSS models follow the same architecture which is Llama +- a few things, so it wasn't too hard for people to make it work. | ||
| ▲ | stymaar 21 minutes ago | parent | next [-] | |
> Most of the OSS models follow the same architecture which is Llama +- a few things, so it wasn't too hard for people to make it work. It used to be the case until last year, but now almost every Chinese model come with their own linear attention mechanism. | ||
| ▲ | anuj0456 2 hours ago | parent | prev [-] | |
yes, most of them are similar. but implementation of GQA, MLA, mHC, Sliding Window changes the implementation drastically because of which the overall model effeciency changes. | ||