apepkuss79 commited on
Commit
0ebcea6
·
verified ·
1 Parent(s): 4bba9d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -3
README.md CHANGED
@@ -1,3 +1,34 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: google/gemma-3-27b-it
3
+ inference: false
4
+ library_name: transformers
5
+ license: gemma
6
+ model_creator: Google
7
+ model_name: gemma-3-27b-it
8
+ quantized_by: Second State Inc.
9
+ pipeline_tag: image-text-to-text
10
+ ---
11
+
12
+ # Gemma-3-27b-it-GGUF
13
+
14
+ ## Original Model
15
+
16
+ [google/gemma-3-27b-it](https://huggingface.co/google/gemma-3-27b-it)
17
+
18
+ ## Run with Gaianet
19
+
20
+ **Prompt template:**
21
+
22
+ prompt template: `gemma-instruct`
23
+
24
+ **Context size:**
25
+
26
+ chat_ctx_size: `128000`
27
+
28
+ **Run with GaiaNet**
29
+
30
+ - Quick start: https://docs.gaianet.ai/node-guide/quick-start
31
+
32
+ - Customize your node: https://docs.gaianet.ai/node-guide/customize
33
+
34
+ *Quantized with llama.cpp b4875*