starble-dev commited on
Commit
7665ca2
·
verified ·
1 Parent(s): b93714b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -11,7 +11,7 @@ library_name: transformers
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. <br>
14
- > Flash-Attention seems to have seem weird effects with the model as well, however there is no confirmation on this.
15
 
16
  **Original Model:**
17
  [BeaverAI/mistral-doryV2-12b](https://huggingface.co/BeaverAI/mistral-doryV2-12b)
@@ -26,8 +26,12 @@ Apache 2.0
26
  | Name | Quant Type | Size |
27
  | ---- | ---- | ---- |
28
  | [mistral-doryV2-12b-Q2_K.gguf](https://huggingface.co/starble-dev/mistral-doryV2-12b-gguf/blob/main/mistral-doryV2-12b-Q2_K.gguf) | Q2_K | 4.79 GB |
 
29
  | [mistral-doryV2-12b-Q3_K_M.gguf](https://huggingface.co/starble-dev/mistral-doryV2-12b-gguf/blob/main/mistral-doryV2-12b-Q3_K_M.gguf) | Q3_K_M | 6.08 GB |
 
 
30
  | [mistral-doryV2-12b-Q4_K_M.gguf](https://huggingface.co/starble-dev/mistral-doryV2-12b-gguf/blob/main/mistral-doryV2-12b-Q4_K_M.gguf) | Q4_K_M | 7.48 GB |
 
31
  | [mistral-doryV2-12b-Q5_K_M.gguf](https://huggingface.co/starble-dev/mistral-doryV2-12b-gguf/blob/main/mistral-doryV2-12b-Q5_K_M.gguf) | Q5_K_M | 8.73 GB |
32
  | [mistral-doryV2-12b-Q6_K.gguf](https://huggingface.co/starble-dev/mistral-doryV2-12b-gguf/blob/main/mistral-doryV2-12b-Q6_K.gguf) | Q6_K | 10.1 GB |
33
  | [mistral-doryV2-12b-Q8_0.gguf](https://huggingface.co/starble-dev/mistral-doryV2-12b-gguf/blob/main/mistral-doryV2-12b-Q8_0.gguf) | Q8_0 | 13 GB |
 
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. <br>
14
+ > In my personal testing, Flash-Attention seems to have seem weird effects with the model as well, however there is no confirmation on this.
15
 
16
  **Original Model:**
17
  [BeaverAI/mistral-doryV2-12b](https://huggingface.co/BeaverAI/mistral-doryV2-12b)
 
26
  | Name | Quant Type | Size |
27
  | ---- | ---- | ---- |
28
  | [mistral-doryV2-12b-Q2_K.gguf](https://huggingface.co/starble-dev/mistral-doryV2-12b-gguf/blob/main/mistral-doryV2-12b-Q2_K.gguf) | Q2_K | 4.79 GB |
29
+ | [mistral-doryV2-12b-Q3_K_S.gguf](https://huggingface.co/starble-dev/mistral-doryV2-12b-gguf/blob/main/mistral-doryV2-12b-Q3_K_S.gguf) | Q3_K_S | 5.53 GB |
30
  | [mistral-doryV2-12b-Q3_K_M.gguf](https://huggingface.co/starble-dev/mistral-doryV2-12b-gguf/blob/main/mistral-doryV2-12b-Q3_K_M.gguf) | Q3_K_M | 6.08 GB |
31
+ | [mistral-doryV2-12b-Q3_K_L.gguf](https://huggingface.co/starble-dev/mistral-doryV2-12b-gguf/blob/main/mistral-doryV2-12b-Q3_K_L.gguf) | Q3_K_L | 6.56 GB |
32
+ | [mistral-doryV2-12b-Q4_K_S.gguf](https://huggingface.co/starble-dev/mistral-doryV2-12b-gguf/blob/main/mistral-doryV2-12b-Q4_K_S.gguf) | Q4_K_S | 7.12 GB |
33
  | [mistral-doryV2-12b-Q4_K_M.gguf](https://huggingface.co/starble-dev/mistral-doryV2-12b-gguf/blob/main/mistral-doryV2-12b-Q4_K_M.gguf) | Q4_K_M | 7.48 GB |
34
+ | [mistral-doryV2-12b-Q5_K_S.gguf](https://huggingface.co/starble-dev/mistral-doryV2-12b-gguf/blob/main/mistral-doryV2-12b-Q5_K_S.gguf) | Q5_K_S | 8.52 GB |
35
  | [mistral-doryV2-12b-Q5_K_M.gguf](https://huggingface.co/starble-dev/mistral-doryV2-12b-gguf/blob/main/mistral-doryV2-12b-Q5_K_M.gguf) | Q5_K_M | 8.73 GB |
36
  | [mistral-doryV2-12b-Q6_K.gguf](https://huggingface.co/starble-dev/mistral-doryV2-12b-gguf/blob/main/mistral-doryV2-12b-Q6_K.gguf) | Q6_K | 10.1 GB |
37
  | [mistral-doryV2-12b-Q8_0.gguf](https://huggingface.co/starble-dev/mistral-doryV2-12b-gguf/blob/main/mistral-doryV2-12b-Q8_0.gguf) | Q8_0 | 13 GB |