apepkuss79 commited on
Commit
bd91b24
·
verified ·
1 Parent(s): 75cea32

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -59
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: Qwen1.5-110B-Chat
6
- arxiv: 2307.09288
7
- base_model: mistralai/Codestral-22B-v0.1
8
- inference: false
9
- model_creator: mistralai
10
- quantized_by: Second State Inc.
11
- tags:
12
- - code
13
- language:
14
- - code
15
- ---
16
-
17
- ![](https://github.com/GaiaNet-AI/.github/assets/45785633/d6976adc-f97d-4f86-a648-0f2f5c8e7eee)
18
-
19
- # Codestral-22B-v0.1-GGUF
20
-
21
- ## Original Model
22
-
23
- [mistralai/Codestral-22B-v0.1](https://huggingface.co/mistralai/Codestral-22B-v0.1)
24
-
25
- ## Run with Gaianet
26
-
27
- **Prompt template**
28
-
29
- prompt template: `mistral-instruct`
30
-
31
- **Context size**
32
-
33
- chat_ctx_size: `32000`
34
-
35
- **Run with GaiaNet**
36
-
37
- - Quick start: https://docs.gaianet.ai/node-guide/quick-start
38
-
39
- - Customize your node: https://docs.gaianet.ai/node-guide/customize
40
-
41
- ## Quantized GGUF Models
42
-
43
- | Name | Quant method | Bits | Size | Use case |
44
- | ---- | ---- | ---- | ---- | ----- |
45
- | [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 |
46
- | [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 |
47
- | [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 |
48
- | [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 |
49
- | [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 |
50
- | [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 |
51
- | [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 |
52
- | [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 |
53
- | [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 |
54
- | [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 |
55
- | [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 |
56
- | [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 |
57
- | [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| |
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.*