apepkuss79 commited on
Commit
77b9add
·
verified ·
1 Parent(s): 868983f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -3
README.md CHANGED
@@ -1,3 +1,40 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: google/gemma-2-27b-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-27b-it
9
+ quantized_by: Second State Inc.
10
+ tags:
11
+ - conversational
12
+ ---
13
+
14
+ ![](https://github.com/GaiaNet-AI/.github/assets/45785633/d6976adc-f97d-4f86-a648-0f2f5c8e7eee)
15
+
16
+ # Gemma-2-27b-it-GGUF
17
+
18
+ ## Original Model
19
+
20
+ [google/gemma-2-27b-it](https://huggingface.co/google/gemma-2-27b-it)
21
+
22
+ ## Run with Gaianet
23
+
24
+ **Prompt template:**
25
+
26
+ prompt template: `gemma-instruct`
27
+
28
+ **Context size:**
29
+
30
+ chat_ctx_size: `8192`
31
+
32
+
33
+ **Run with GaiaNet:**
34
+
35
+ - Quick start: https://docs.gaianet.ai/node-guide/quick-start
36
+
37
+ - Customize your node: https://docs.gaianet.ai/node-guide/customize
38
+
39
+ *Quantized with llama.cpp pr-8156*
40
+