Update README.md
Browse files
README.md
CHANGED
|
@@ -123,11 +123,18 @@ library_name: vllm
|
|
| 123 |
|
| 124 |
# Model Card for Pixtral-Large-Instruct-2411
|
| 125 |
|
| 126 |
-
Pixtral-Large-Instruct-2411 is
|
| 127 |
|
| 128 |
For more details about this model please refer to our release [blog post](https://mistral.ai/news/mistral-large-2411/) and [Pixtral 12B blog post](https://mistral.ai/news/pixtral-12b/).
|
| 129 |
|
| 130 |
## Key features
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 131 |
- **Multi-lingual by design:** Dozens of languages supported, including English, French, German, Spanish, Italian, Chinese, Japanese, Korean, Portuguese, Dutch and Polish.
|
| 132 |
- **Proficient in coding:** Trained on 80+ coding languages such as Python, Java, C, C++, Javacsript, and Bash. Also trained on more specific languages such as Swift and Fortran.
|
| 133 |
- **Agentic-centric:** Best-in-class agentic capabilities with native function calling and JSON outputting.
|
|
@@ -136,7 +143,8 @@ For more details about this model please refer to our release [blog post](https:
|
|
| 136 |
- **Large Context:** A large 128k context window.
|
| 137 |
- **System Prompt:** Maintains strong adherence and support for more reliable system prompts.
|
| 138 |
- **Vision:** A 1B parameter Vision Encoder achieving SOTA vision capabilities.
|
| 139 |
-
|
|
|
|
| 140 |
### System Prompt
|
| 141 |
We appreciate the feedback received from our community regarding our system prompt handling.
|
| 142 |
In response, we have implemented stronger support for system prompts.
|
|
@@ -266,6 +274,7 @@ curl --location 'http://<your-node-url>:8000/v1/chat/completions' \
|
|
| 266 |
}'
|
| 267 |
```
|
| 268 |
|
|
|
|
| 269 |
### Mistral-Inference
|
| 270 |
|
| 271 |
We recommend using [mistral-inference](https://github.com/mistralai/mistral-inference) to quickly try out / "vibe-check" Pixtral-Large-Instruct-2411.
|
|
@@ -343,7 +352,7 @@ result = tokenizer.decode(out_tokens[0])
|
|
| 343 |
|
| 344 |
print(result)
|
| 345 |
```
|
| 346 |
-
|
| 347 |
## The Mistral AI Team
|
| 348 |
|
| 349 |
Albert Jiang, Alexandre Sablayrolles, Alexis Tacnet, Alok Kothari, Antoine Roux, Arthur Mensch, Audrey Herblin-Stoop, Augustin Garreau, Austin Birky, Bam4d, Baptiste Bout, Baudouin de Monicault, Blanche Savary, Carole Rambaud, Caroline Feldman, Devendra Singh Chaplot, Diego de las Casas, Diogo Costa, Eleonore Arcelin, Emma Bou Hanna, Etienne Metzger, Gaspard Blanchet, Gianna Lengyel, Guillaume Bour, Guillaume Lample, Harizo Rajaona, Henri Roussez, Hichem Sattouf, Ian Mack, Jean-Malo Delignon, Jessica Chudnovsky, Justus Murke, Kartik Khandelwal, Lawrence Stewart, Louis Martin, Louis Ternon, Lucile Saulnier, Lélio Renard Lavaud, Margaret Jennings, Marie Pellat, Marie Torelli, Marie-Anne Lachaux, Marjorie Janiewicz, Mickaël Seznec, Nicolas Schuhl, Niklas Muhs, Olivier de Garrigues, Patrick von Platen, Paul Jacob, Pauline Buche, Pavan Kumar Reddy, Perry Savas, Pierre Stock, Romain Sauvestre, Sagar Vaze, Sandeep Subramanian, Saurabh Garg, Sophia Yang, Szymon Antoniak, Teven Le Scao, Thibault Schueller, Thibaut Lavril, Thomas Wang, Théophile Gervet, Timothée Lacroix, Valera Nemychnikova, Wendy Shang, William El Sayed, William Marshall
|
|
|
|
| 123 |
|
| 124 |
# Model Card for Pixtral-Large-Instruct-2411
|
| 125 |
|
| 126 |
+
Pixtral-Large-Instruct-2411 is a 124B multimodal model built on top of Mistral Large 2. Pixtral Large is the second model in our multimodal family and demonstrates frontier-level image understanding. Particularly, the model is able to understand documents, charts and natural images, while maintaining the leading text-only understanding of Mistral Large 2.
|
| 127 |
|
| 128 |
For more details about this model please refer to our release [blog post](https://mistral.ai/news/mistral-large-2411/) and [Pixtral 12B blog post](https://mistral.ai/news/pixtral-12b/).
|
| 129 |
|
| 130 |
## Key features
|
| 131 |
+
- Frontier-class multimodal performance
|
| 132 |
+
- State-of-the-art on MathVista
|
| 133 |
+
- Extends Mistral Large 2 without compromising text performance
|
| 134 |
+
- 123B multimodal decoder, 1B parameter vision encoder
|
| 135 |
+
- 128K context window: fits minimum of 30 high-resolution images
|
| 136 |
+
-
|
| 137 |
+
<!--
|
| 138 |
- **Multi-lingual by design:** Dozens of languages supported, including English, French, German, Spanish, Italian, Chinese, Japanese, Korean, Portuguese, Dutch and Polish.
|
| 139 |
- **Proficient in coding:** Trained on 80+ coding languages such as Python, Java, C, C++, Javacsript, and Bash. Also trained on more specific languages such as Swift and Fortran.
|
| 140 |
- **Agentic-centric:** Best-in-class agentic capabilities with native function calling and JSON outputting.
|
|
|
|
| 143 |
- **Large Context:** A large 128k context window.
|
| 144 |
- **System Prompt:** Maintains strong adherence and support for more reliable system prompts.
|
| 145 |
- **Vision:** A 1B parameter Vision Encoder achieving SOTA vision capabilities.
|
| 146 |
+
-->
|
| 147 |
+
|
| 148 |
### System Prompt
|
| 149 |
We appreciate the feedback received from our community regarding our system prompt handling.
|
| 150 |
In response, we have implemented stronger support for system prompts.
|
|
|
|
| 274 |
}'
|
| 275 |
```
|
| 276 |
|
| 277 |
+
<!--
|
| 278 |
### Mistral-Inference
|
| 279 |
|
| 280 |
We recommend using [mistral-inference](https://github.com/mistralai/mistral-inference) to quickly try out / "vibe-check" Pixtral-Large-Instruct-2411.
|
|
|
|
| 352 |
|
| 353 |
print(result)
|
| 354 |
```
|
| 355 |
+
-->
|
| 356 |
## The Mistral AI Team
|
| 357 |
|
| 358 |
Albert Jiang, Alexandre Sablayrolles, Alexis Tacnet, Alok Kothari, Antoine Roux, Arthur Mensch, Audrey Herblin-Stoop, Augustin Garreau, Austin Birky, Bam4d, Baptiste Bout, Baudouin de Monicault, Blanche Savary, Carole Rambaud, Caroline Feldman, Devendra Singh Chaplot, Diego de las Casas, Diogo Costa, Eleonore Arcelin, Emma Bou Hanna, Etienne Metzger, Gaspard Blanchet, Gianna Lengyel, Guillaume Bour, Guillaume Lample, Harizo Rajaona, Henri Roussez, Hichem Sattouf, Ian Mack, Jean-Malo Delignon, Jessica Chudnovsky, Justus Murke, Kartik Khandelwal, Lawrence Stewart, Louis Martin, Louis Ternon, Lucile Saulnier, Lélio Renard Lavaud, Margaret Jennings, Marie Pellat, Marie Torelli, Marie-Anne Lachaux, Marjorie Janiewicz, Mickaël Seznec, Nicolas Schuhl, Niklas Muhs, Olivier de Garrigues, Patrick von Platen, Paul Jacob, Pauline Buche, Pavan Kumar Reddy, Perry Savas, Pierre Stock, Romain Sauvestre, Sagar Vaze, Sandeep Subramanian, Saurabh Garg, Sophia Yang, Szymon Antoniak, Teven Le Scao, Thibault Schueller, Thibaut Lavril, Thomas Wang, Théophile Gervet, Timothée Lacroix, Valera Nemychnikova, Wendy Shang, William El Sayed, William Marshall
|