Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
## Overview
|
5 |
+
Mistral-Small-24B is a lightweight and efficient AI model designed for natural language processing tasks, leveraging the foundational architecture of Mistral-Small-24B-Base-2501. Its primary purpose is to deliver fast and accurate text generation, comprehension, and interaction capabilities across various applications. Ideal use cases include chatbots, content creation, summarization, and language translation, making it suitable for both personal and enterprise-level solutions. With its smaller size, Mistral-Small-24B provides a balance between performance and resource efficiency, allowing implementation on devices with limited computational power. This model has demonstrated strong performance metrics, ensuring quality outputs and responsiveness comparable to larger models, while maintaining reduced latency and operational costs.
|
6 |
+
## Variants
|
7 |
+
| No | Variant | Cortex CLI command |
|
8 |
+
| --- | --- | --- |
|
9 |
+
| 1 | [gguf](https://huggingface.co/cortexso/mistral-small-24b-base-2501/tree/main) | cortex run mistral-small-24b-base-2501 |
|
10 |
+
## Use it with Jan (UI)
|
11 |
+
1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
|
12 |
+
2. Use in Jan model Hub:
|
13 |
+
|
14 |
+
cortexso/mistral-small-24b-base-2501
|
15 |
+
|
16 |
+
## Use it with Cortex (CLI)
|
17 |
+
1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
|
18 |
+
2. Run the model with command:
|
19 |
+
|
20 |
+
cortex run mistral-small-24b-base-2501
|
21 |
+
|
22 |
+
## Credits
|
23 |
+
- **Author:** mistralai
|
24 |
+
- **Converter:** [Homebrew](https://www.homebrew.ltd/)
|
25 |
+
- **Original License:** [License](#)
|