apepkuss79 commited on
Commit
a689a42
1 Parent(s): 99786bf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -3
README.md CHANGED
@@ -1,3 +1,43 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: glm-4
4
+ license_link: https://huggingface.co/THUDM/glm-4-9b-chat/blob/main/LICENSE
5
+ inference: false
6
+ base_model: THUDM/glm-4-9b-chat
7
+ model_creator: THUDM
8
+ model_name: glm-4-9b-chat
9
+ quantized_by: Second State Inc.
10
+ language:
11
+ - zh
12
+ - en
13
+ tags:
14
+ - glm
15
+ - chatglm
16
+ - thudm
17
+ ---
18
+
19
+ ![](https://github.com/GaiaNet-AI/.github/assets/45785633/d6976adc-f97d-4f86-a648-0f2f5c8e7eee)
20
+
21
+ # glm-4-9b-chat-GGUF
22
+
23
+ ## Original Model
24
+
25
+ [THUDM/glm-4-9b-chat](https://huggingface.co/THUDM/glm-4-9b-chat)
26
+
27
+ ## Run with Gaianet
28
+
29
+ **Prompt template:**
30
+
31
+ prompt template: `gemma-instruct`
32
+
33
+ **Context size:**
34
+
35
+ chat_ctx_size: `128000`
36
+
37
+ **Run with GaiaNet:**
38
+
39
+ - Quick start with glm-4-9b-chat: https://github.com/GaiaNet-AI/node-configs/blob/main/glm-4-9b-chat/README.md
40
+
41
+ - Customize your node: https://docs.gaianet.ai/node-guide/customize
42
+
43
+ *Quantized with llama.cpp b3333*