apepkuss79 commited on
Commit
7909c73
·
verified ·
1 Parent(s): cc92b2a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -3
README.md CHANGED
@@ -1,3 +1,45 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ model_name: Mistral-Small-24B-Instruct-2501
4
+ base_model: mistralai/Mistral-Small-24B-Instruct-2501
5
+ model_creator: mistralai
6
+ quantized_by: Second State Inc.
7
+ inference: false
8
+ language:
9
+ - en
10
+ - fr
11
+ - de
12
+ - es
13
+ - it
14
+ - pt
15
+ - zh
16
+ - ja
17
+ - ru
18
+ - ko
19
+ tags:
20
+ - transformers
21
+ ---
22
+
23
+ # Mistral-Small-24B-Instruct-2501-GGUF
24
+
25
+ ## Original Model
26
+
27
+ [mistralai/Mistral-Small-24B-Instruct-2501](https://huggingface.co/mistralai/Mistral-Small-24B-Instruct-2501)
28
+
29
+ ## Run with Gaianet
30
+
31
+ **Prompt template:**
32
+
33
+ prompt template: `mistral-chat`
34
+
35
+ **Context size:**
36
+
37
+ chat_ctx_size: `32000`
38
+
39
+ **Run with GaiaNet:**
40
+
41
+ - Quick start: https://docs.gaianet.ai/node-guide/quick-start
42
+
43
+ - Customize your node: https://docs.gaianet.ai/node-guide/customize
44
+
45
+ *Quantized with llama.cpp b4595*