apepkuss79 commited on
Commit
093aefd
·
verified ·
1 Parent(s): 345ff2b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -3
README.md CHANGED
@@ -1,3 +1,38 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Infinigence/Megrez-3B-Instruct
3
+ license: apache-2.0
4
+ model_creator: Infinigence
5
+ model_name: Megrez-3B-Instruct
6
+ quantized_by: Second State Inc.
7
+ language:
8
+ - en
9
+ - zh
10
+ pipeline_tag: text-generation
11
+ ---
12
+
13
+ # Megrez-3B-Instruct-GGUF
14
+
15
+ ## Original Model
16
+
17
+ [Infinigence/Megrez-3B-Instruct](https://huggingface.co/Infinigence/Megrez-3B-Instruct)
18
+
19
+ ## Run with Gaianet
20
+
21
+ **Prompt template:**
22
+
23
+ prompt template: coming soon
24
+
25
+ prompt template: `megrez`
26
+
27
+ **Context size:**
28
+
29
+ chat_ctx_size: `32000`
30
+
31
+
32
+ **Run with GaiaNet:**
33
+
34
+ - Quick start: https://docs.gaianet.ai/node-guide/quick-start
35
+
36
+ - Customize your node: https://docs.gaianet.ai/node-guide/customize
37
+
38
+ *Quantized with llama.cpp (commit: b92a14a8)*