apepkuss79 commited on
Commit
b25b581
·
verified ·
1 Parent(s): 63c49bd

Update README.md

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