apepkuss79 commited on
Commit
97ef2f7
·
verified ·
1 Parent(s): 4e04253

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -3
README.md CHANGED
@@ -1,3 +1,46 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: google/gemma-2-9b-it
3
+ inference: false
4
+ license: gemma
5
+ library_name: transformers
6
+ pipeline_tag: text-generation
7
+ model_creator: Google
8
+ model_name: gemma-2-9b-it
9
+ quantized_by: Second State Inc.
10
+ tags:
11
+ - conversational
12
+ ---
13
+
14
+ <!-- header start -->
15
+ <!-- 200823 -->
16
+ <div style="width: auto; margin-left: auto; margin-right: auto">
17
+ <img src="https://github.com/GaiaNet-AI/.github/assets/45785633/d6976adc-f97d-4f86-a648-0f2f5c8e7eee" style="width: 100%; min-width: 400px; display: block; margin: auto;">
18
+ </div>
19
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
20
+ <!-- header end -->
21
+
22
+ # Gemma-1.1-7b-it-GGUF
23
+
24
+ ## Original Model
25
+
26
+ [google/gemma-2-9b-it](https://huggingface.co/google/gemma-2-9b-it)
27
+
28
+ ## Run with Gaianet
29
+
30
+ **Prompt template:**
31
+
32
+ prompt template: `gemma-instruct`
33
+
34
+ **Context size:**
35
+
36
+ chat_ctx_size: `8192`
37
+
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 pr-8156*
46
+