Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,52 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
*๐พ [LM Studio](https://lmstudio.ai) Community models highlights program. Highlighting new & noteworthy models by the community. Join the conversation on [Discord](https://discord.gg/aPQfnNkxGC)*.
|
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
## Special thanks
|
6 |
|
7 |
๐ Special thanks to [Georgi Gerganov](https://github.com/ggerganov) and the whole team working on [llama.cpp](https://github.com/ggerganov/llama.cpp/) for making all of this possible.
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
- fr
|
5 |
+
- de
|
6 |
+
- es
|
7 |
+
- pt
|
8 |
+
- it
|
9 |
+
- ja
|
10 |
+
- ko
|
11 |
+
- ru
|
12 |
+
- zh
|
13 |
+
- ar
|
14 |
+
- fa
|
15 |
+
- id
|
16 |
+
- ms
|
17 |
+
- ne
|
18 |
+
- pl
|
19 |
+
- ro
|
20 |
+
- sr
|
21 |
+
- sv
|
22 |
+
- tr
|
23 |
+
- uk
|
24 |
+
- vi
|
25 |
+
- hi
|
26 |
+
- bn
|
27 |
+
license: apache-2.0
|
28 |
+
base_model:
|
29 |
+
- mistralai/Mistral-Small-3.2-24B-Instruct-2506
|
30 |
+
pipeline_tag: image-text-to-text
|
31 |
+
---
|
32 |
+
## ๐ซ Community Model> Mistral Small 3.2 24B Instruct 2506 by Mistralai
|
33 |
|
34 |
*๐พ [LM Studio](https://lmstudio.ai) Community models highlights program. Highlighting new & noteworthy models by the community. Join the conversation on [Discord](https://discord.gg/aPQfnNkxGC)*.
|
35 |
|
36 |
+
**Model creator:** [mistralai](https://huggingface.co/mistralai)<br>
|
37 |
+
**Original model**: [Mistral-Small-3.2-24B-Instruct-2506](https://huggingface.co/mistralai/Mistral-Small-3.2-24B-Instruct-2506)<br>
|
38 |
+
**GGUF quantization:** provided by [lmmy](https://huggingface.co/lmmy) based on `llama.cpp` release [b5726](https://github.com/ggerganov/llama.cpp/releases/tag/b5726)<br>
|
39 |
+
|
40 |
+
## Technical Details
|
41 |
+
|
42 |
+
Text and image input. Text output.
|
43 |
+
|
44 |
+
Supports a context length of 128k.
|
45 |
+
|
46 |
+
Supports dozens of languages, including English, French, German, Spanish, Portuguese, Italian, Japanese, Korean, Russian, Chinese, Arabic, Persian, Indonesian, Malay, Nepali, Polish, Romanian, Serbian, Swedish, Turkish, Ukrainian, Vietnamese, Hindi, and Bengali.
|
47 |
+
|
48 |
+
This model's tool calling performance may be degraded. Stay tuned for more updates from the team.
|
49 |
+
|
50 |
## Special thanks
|
51 |
|
52 |
๐ Special thanks to [Georgi Gerganov](https://github.com/ggerganov) and the whole team working on [llama.cpp](https://github.com/ggerganov/llama.cpp/) for making all of this possible.
|