apepkuss79 commited on
Commit
f641fed
·
verified ·
1 Parent(s): a522301

Update README.md

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