File size: 1,604 Bytes
1044a8d e1eeae0 1044a8d 3aa8f4a 1044a8d 5a28cb4 1044a8d b5e6ed9 0c508fa b5e6ed9 1044a8d b5e6ed9 1044a8d 5a28cb4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
---
license: mit
pipeline_tag: text-generation
tags:
- cortex.cpp
---
## Overview
The 'mistral-small-24b' model is an advanced AI language model optimized for a variety of natural language processing tasks. It is particularly well-suited for applications such as text generation, chatbots, content summarization, and language translation. Built on the foundation of 'mistralai/Mistral-Small-24B-Base-2501', it leverages state-of-the-art techniques for understanding and generating human-like text. Users can expect significant improvements in fluency and contextual relevance, making it effective for both professional and creative use cases. Its efficiency allows for deployment in resource-constrained environments, catering to a diverse range of industries and applications.
## Variants
| No | Variant | Cortex CLI command |
| --- | --- | --- |
| 1 | [Mistral-Small-24b](https://huggingface.co/cortexso/mistral-small-24b/tree/24b) | cortex run mistral-small-24b:24b |
## Use it with Jan (UI)
1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
2. Use in Jan model Hub:
```bash
cortexso/mistral-small-24b
```
## Use it with Cortex (CLI)
1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
2. Run the model with command:
```bash
cortex run mistral-small-24b
```
## Credits
- **Author:** mistralai
- **Converter:** [Homebrew](https://www.homebrew.ltd/)
- **Original License:** [License](https://choosealicense.com/licenses/apache-2.0/)
- **Paper:** [Mistral Small 3 Blog](https://mistral.ai/news/mistral-small-3) |