Mistral unveils first multimodal AI model
DIYuan | 2024-09-12 22:42
【数据猿导读】 Mistral unveils first multimodal AI model
On September 12, TechCrunch reported that French AI startup Mistral released Pixtral 12B, the company's first multimodal AI large voice model capable of processing images and text at the same time. The Pixtral 12B model has 12 billion parameters, about 24GB in size, and the parameters roughly correspond to the model's problem-solving ability, with models with more parameters generally performing better than models with fewer parameters. Sophia Yang, head of developer relations at Mistral, said in a post on the X platform that Pixtral 12B will soon be available for testing on Mistral's chatbot and API service platforms Le Chat and Le Plateforme.
来源:DIYuan












































FreeMarker template error:
The following has evaluated to null or missing:
==> a [in template "jx/article/20240912/21995.html" at line 740, column 7]
Tip: If the failing expression is known to be legally null/missing, either specify a default value with myOptionalVar!myDefault, or use [#if myOptionalVar??]when-present[#else]when-missing[/#if]. (These only cover the last step of the expression; to cover the whole expression, use parenthessis: (myOptionVar.foo)!myDefault, (myOptionVar.foo)??
The failing instruction (FTL stack trace):
----------
==> ${a.shortTitle} [in template "jx/article/20240912/21995.html" at line 740, column 5]
----------
Java stack trace (for programmers):
----------
freemarker.core.InvalidReferenceException: [... Exception message was already printed; see it above ...]
at freemarker.core.InvalidReferenceException.getInstance(InvalidReferenceException.java:98)
at freemarker.core.UnexpectedTypeException.newDesciptionBuilder(UnexpectedTypeException.java:41)
at freemarker.core.UnexpectedTypeException.