starble-dev
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,35 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- mistral
|
5 |
+
- conversational
|
6 |
+
- text-generation-inference
|
7 |
+
base_model: intervitens/mini-magnum-12b-v1.1
|
8 |
+
library_name: transformers
|
9 |
+
---
|
10 |
+
|
11 |
+
> [!WARNING]
|
12 |
+
> **Sampling:**<br>
|
13 |
+
> Mistral-Nemo-12B is very sensitive to the temperature sampler, try values near **0.3** at first or else you will get some weird results. This is mentioned by MistralAI at their [Transformers](https://huggingface.co/mistralai/Mistral-Nemo-Instruct-2407#transformers) section.
|
14 |
+
>
|
15 |
+
**Original Model:** [intervitens/mini-magnum-12b-v1.1](https://huggingface.co/intervitens/mini-magnum-12b-v1.1)
|
16 |
+
|
17 |
+
**How to Use:** [llama.cpp](https://github.com/ggerganov/llama.cpp)
|
18 |
+
|
19 |
+
**Original Model License:** Apache 2.0
|
20 |
+
|
21 |
+
**Release Used:** [b3441](https://github.com/ggerganov/llama.cpp/releases/tag/b3441)
|
22 |
+
|
23 |
+
# Quants
|
24 |
+
| Quant Type | Size |
|
25 |
+
| ---- | ---- |
|
26 |
+
| [Q2_K](https://huggingface.co/starble-dev/mini-magnum-12b-v1.1-GGUF/blob/main/mini-magnum-12b-v1.1-Q2_K.gguf) | ? GB |
|
27 |
+
| [Q3_K_S](https://huggingface.co/starble-dev/mini-magnum-12b-v1.1-GGUF/blob/main/mini-magnum-12b-v1.1-Q3_K_S.gguf) | ? GB |
|
28 |
+
| [Q3_K_M](https://huggingface.co/starble-dev/mini-magnum-12b-v1.1-GGUF/blob/main/mini-magnum-12b-v1.1-Q3_K_M.gguf) | ? GB |
|
29 |
+
| [Q3_K_L](https://huggingface.co/starble-dev/mini-magnum-12b-v1.1-GGUF/blob/main/mini-magnum-12b-v1.1-Q3_K_L.gguf) | ? GB |
|
30 |
+
| [Q4_K_S](https://huggingface.co/starble-dev/mini-magnum-12b-v1.1-GGUF/blob/main/mini-magnum-12b-v1.1-Q4_K_S.gguf) | ? GB |
|
31 |
+
| [Q4_K_M](https://huggingface.co/starble-dev/mini-magnum-12b-v1.1-GGUF/blob/main/mini-magnum-12b-v1.1-Q4_K_M.gguf) | ? GB |
|
32 |
+
| [Q5_K_S](https://huggingface.co/starble-dev/mini-magnum-12b-v1.1-GGUF/blob/main/mini-magnum-12b-v1.1-Q5_K_S.gguf) | ? GB |
|
33 |
+
| [Q5_K_M](https://huggingface.co/starble-dev/mini-magnum-12b-v1.1-GGUF/blob/main/mini-magnum-12b-v1.1-Q5_K_M.gguf) | ? GB |
|
34 |
+
| [Q6_K](https://huggingface.co/starble-dev/mini-magnum-12b-v1.1-GGUF/blob/main/mini-magnum-12b-v1.1-Q6_K.gguf) | ? GB |
|
35 |
+
| [Q8_0](https://huggingface.co/starble-dev/mini-magnum-12b-v1.1-GGUF/blob/main/mini-magnum-12b-v1.1-Q8_0.gguf) | ? GB |
|