Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,17 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
-
- Text Generation
|
5 |
-
- Transformers
|
6 |
-
- Safetensors
|
7 |
- mistral
|
8 |
- conversational
|
9 |
- text-generation-inference
|
|
|
|
|
10 |
---
|
11 |
|
|
|
|
|
|
|
|
|
12 |
**Changes:**
|
13 |
This model is the original Mistral-Nemo-Instruct-2407 converted to GGUF and quantized using **llama.cpp**.
|
14 |
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
|
|
|
|
|
|
4 |
- mistral
|
5 |
- conversational
|
6 |
- text-generation-inference
|
7 |
+
base_model: mistralai/Mistral-Nemo-Instruct-2407
|
8 |
+
library_name: transformers
|
9 |
---
|
10 |
|
11 |
+
> [!WARNING]
|
12 |
+
> **Sampling:**<br>
|
13 |
+
> Mistral-Nemo-12B-Instruct-2407 is very sensitive to the temperature sampler, try values near **0.3** 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 |
**Changes:**
|
16 |
This model is the original Mistral-Nemo-Instruct-2407 converted to GGUF and quantized using **llama.cpp**.
|
17 |
|