apepkuss79
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,59 +1,58 @@
|
|
1 |
-
---
|
2 |
-
license: other
|
3 |
-
license_name: mnpl
|
4 |
-
license_link: https://mistral.ai/licences/MNPL-0.1.md
|
5 |
-
model_name:
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
|
44 |
-
|
|
45 |
-
| [Codestral-22B-v0.1-hf-
|
46 |
-
| [Codestral-22B-v0.1-hf-
|
47 |
-
| [Codestral-22B-v0.1-hf-
|
48 |
-
| [Codestral-22B-v0.1-hf-
|
49 |
-
| [Codestral-22B-v0.1-hf-
|
50 |
-
| [Codestral-22B-v0.1-hf-
|
51 |
-
| [Codestral-22B-v0.1-hf-
|
52 |
-
| [Codestral-22B-v0.1-hf-
|
53 |
-
| [Codestral-22B-v0.1-hf-
|
54 |
-
| [Codestral-22B-v0.1-hf-
|
55 |
-
| [Codestral-22B-v0.1-hf-
|
56 |
-
| [Codestral-22B-v0.1-hf-
|
57 |
-
|
58 |
-
|
59 |
-
*Quantized with llama.cpp b3030.*
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: mnpl
|
4 |
+
license_link: https://mistral.ai/licences/MNPL-0.1.md
|
5 |
+
model_name: Codestral-22B-v0.1
|
6 |
+
base_model: mistralai/Codestral-22B-v0.1
|
7 |
+
inference: false
|
8 |
+
model_creator: mistralai
|
9 |
+
quantized_by: Second State Inc.
|
10 |
+
tags:
|
11 |
+
- code
|
12 |
+
language:
|
13 |
+
- code
|
14 |
+
---
|
15 |
+
|
16 |
+
![](https://github.com/GaiaNet-AI/.github/assets/45785633/d6976adc-f97d-4f86-a648-0f2f5c8e7eee)
|
17 |
+
|
18 |
+
# Codestral-22B-v0.1-GGUF
|
19 |
+
|
20 |
+
## Original Model
|
21 |
+
|
22 |
+
[mistralai/Codestral-22B-v0.1](https://huggingface.co/mistralai/Codestral-22B-v0.1)
|
23 |
+
|
24 |
+
## Run with Gaianet
|
25 |
+
|
26 |
+
**Prompt template**
|
27 |
+
|
28 |
+
prompt template: `mistral-instruct`
|
29 |
+
|
30 |
+
**Context size**
|
31 |
+
|
32 |
+
chat_ctx_size: `32000`
|
33 |
+
|
34 |
+
**Run with GaiaNet**
|
35 |
+
|
36 |
+
- Quick start: https://docs.gaianet.ai/node-guide/quick-start
|
37 |
+
|
38 |
+
- Customize your node: https://docs.gaianet.ai/node-guide/customize
|
39 |
+
|
40 |
+
## Quantized GGUF Models
|
41 |
+
|
42 |
+
| Name | Quant method | Bits | Size | Use case |
|
43 |
+
| ---- | ---- | ---- | ---- | ----- |
|
44 |
+
| [Codestral-22B-v0.1-hf-Q2_K.gguf](https://huggingface.co/gaianet/Codestral-22B-v0.1-GGUF/blob/main/Codestral-22B-v0.1-hf-Q2_K.gguf) | Q2_K | 2 | 8.27 GB| smallest, significant quality loss - not recommended for most purposes |
|
45 |
+
| [Codestral-22B-v0.1-hf-Q3_K_L.gguf](https://huggingface.co/gaianet/Codestral-22B-v0.1-GGUF/blob/main/Codestral-22B-v0.1-hf-Q3_K_L.gguf) | Q3_K_L | 3 | 11.7 GB| small, substantial quality loss |
|
46 |
+
| [Codestral-22B-v0.1-hf-Q3_K_M.gguf](https://huggingface.co/gaianet/Codestral-22B-v0.1-GGUF/blob/main/Codestral-22B-v0.1-hf-Q3_K_M.gguf) | Q3_K_M | 3 | 10.8 GB| very small, high quality loss |
|
47 |
+
| [Codestral-22B-v0.1-hf-Q3_K_S.gguf](https://huggingface.co/gaianet/Codestral-22B-v0.1-GGUF/blob/main/Codestral-22B-v0.1-hf-Q3_K_S.gguf) | Q3_K_S | 3 | 9.64 GB| very small, high quality loss |
|
48 |
+
| [Codestral-22B-v0.1-hf-Q4_0.gguf](https://huggingface.co/gaianet/Codestral-22B-v0.1-GGUF/blob/main/Codestral-22B-v0.1-hf-Q4_0.gguf) | Q4_0 | 4 | 12.6 GB| legacy; small, very high quality loss - prefer using Q3_K_M |
|
49 |
+
| [Codestral-22B-v0.1-hf-Q4_K_M.gguf](https://huggingface.co/gaianet/Codestral-22B-v0.1-GGUF/blob/main/Codestral-22B-v0.1-hf-Q4_K_M.gguf) | Q4_K_M | 4 | 13.3 GB| medium, balanced quality - recommended |
|
50 |
+
| [Codestral-22B-v0.1-hf-Q4_K_S.gguf](https://huggingface.co/gaianet/Codestral-22B-v0.1-GGUF/blob/main/Codestral-22B-v0.1-hf-Q4_K_S.gguf) | Q4_K_S | 4 | 12.7 GB| small, greater quality loss |
|
51 |
+
| [Codestral-22B-v0.1-hf-Q5_0.gguf](https://huggingface.co/gaianet/Codestral-22B-v0.1-GGUF/blob/main/Codestral-22B-v0.1-hf-Q5_0.gguf) | Q5_0 | 5 | 15.3 GB| legacy; medium, balanced quality - prefer using Q4_K_M |
|
52 |
+
| [Codestral-22B-v0.1-hf-Q5_K_M.gguf](https://huggingface.co/gaianet/Codestral-22B-v0.1-GGUF/blob/main/Codestral-22B-v0.1-hf-Q5_K_M.gguf) | Q5_K_M | 5 | 15.7 GB| large, very low quality loss - recommended |
|
53 |
+
| [Codestral-22B-v0.1-hf-Q5_K_S.gguf](https://huggingface.co/gaianet/Codestral-22B-v0.1-GGUF/blob/main/Codestral-22B-v0.1-hf-Q5_K_S.gguf) | Q5_K_S | 5 | 15.3 GB| large, low quality loss - recommended |
|
54 |
+
| [Codestral-22B-v0.1-hf-Q6_K.gguf](https://huggingface.co/gaianet/Codestral-22B-v0.1-GGUF/blob/main/Codestral-22B-v0.1-hf-Q6_K.gguf) | Q6_K | 6 | 18.3 GB| very large, extremely low quality loss |
|
55 |
+
| [Codestral-22B-v0.1-hf-Q8_0.gguf](https://huggingface.co/gaianet/Codestral-22B-v0.1-GGUF/blob/main/Codestral-22B-v0.1-hf-Q8_0.gguf) | Q8_0 | 8 | 23.6 GB| very large, extremely low quality loss - not recommended |
|
56 |
+
| [Codestral-22B-v0.1-hf-f16.gguf](https://huggingface.co/gaianet/Codestral-22B-v0.1-GGUF/blob/main/Codestral-22B-v0.1-hf-f16.gguf) | f16 | 16 | 44.5 GB| |
|
57 |
+
|
58 |
+
*Quantized with llama.cpp b3030.*
|
|