Xin Liu commited on
Commit
aac7e7b
·
1 Parent(s): c3447f7

Signed-off-by: Xin Liu <[email protected]>

Files changed (1) hide show
  1. README.md +72 -1
README.md CHANGED
@@ -1,3 +1,74 @@
1
  ---
2
- license: apache-2.0
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ base_model: google/gemma-1.1-7b-it
3
+ inference: false
4
+ library_name: transformers
5
+ license: gemma
6
+ model_creator: Google
7
+ model_name: Gemma 1.1 7B (IT)
8
+ quantized_by: Second State Inc.
9
  ---
10
+
11
+ <!-- header start -->
12
+ <!-- 200823 -->
13
+ <div style="width: auto; margin-left: auto; margin-right: auto">
14
+ <img src="https://github.com/LlamaEdge/LlamaEdge/raw/dev/assets/logo.svg" style="width: 100%; min-width: 400px; display: block; margin: auto;">
15
+ </div>
16
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
17
+ <!-- header end -->
18
+
19
+ # Gemma-1.1-7b-it-GGUF
20
+
21
+ ## Original Model
22
+
23
+ [google/gemma-1.1-7b-it](https://huggingface.co/google/gemma-1.1-7b-it)
24
+
25
+ ## Run with LlamaEdge
26
+
27
+ - LlamaEdge version: coming soon
28
+
29
+ - Prompt template
30
+
31
+ - Prompt type: `gemma-instruct`
32
+
33
+ - Prompt string
34
+
35
+ ```text
36
+ <start_of_turn>user
37
+ {user_message}<end_of_turn>
38
+ <start_of_turn>model
39
+ {model_message}<end_of_turn>model
40
+ ```
41
+
42
+ - Context size: `3072`
43
+
44
+ <!-- - Run as LlamaEdge service
45
+
46
+ ```bash
47
+ wasmedge --dir .:. --nn-preload default:GGML:AUTO:gemma-7b-it-Q5_K_M.gguf llama-api-server.wasm -p gemma-instruct -c 4096
48
+ ```
49
+
50
+ - Run as LlamaEdge command app
51
+
52
+ ```bash
53
+ wasmedge --dir .:. --nn-preload default:GGML:AUTO:gemma-7b-it-Q5_K_M.gguf llama-chat.wasm -p gemma-instruct -c 4096
54
+ ``` -->
55
+
56
+ ## Quantized GGUF Models
57
+
58
+ | Name | Quant method | Bits | Size | Use case |
59
+ | ---- | ---- | ---- | ---- | ----- |
60
+ | [gemma-1.1-7b-it-Q2_K.gguf](https://huggingface.co/second-state/gemma-1.1-7b-it-GGUF/blob/main/gemma-1.1-7b-it-Q2_K.gguf) | Q2_K | 2 | 3.48 GB| smallest, significant quality loss - not recommended for most purposes |
61
+ | [gemma-1.1-7b-it-Q3_K_L.gguf](https://huggingface.co/second-state/gemma-1.1-7b-it-GGUF/blob/main/gemma-1.1-7b-it-Q3_K_L.gguf) | Q3_K_L | 3 | 4.71 GB| small, substantial quality loss |
62
+ | [gemma-1.1-7b-it-Q3_K_M.gguf](https://huggingface.co/second-state/gemma-1.1-7b-it-GGUF/blob/main/gemma-1.1-7b-it-Q3_K_M.gguf) | Q3_K_M | 3 | 4.37 GB| very small, high quality loss |
63
+ | [gemma-1.1-7b-it-Q3_K_S.gguf](https://huggingface.co/second-state/gemma-1.1-7b-it-GGUF/blob/main/gemma-1.1-7b-it-Q3_K_S.gguf) | Q3_K_S | 3 | 3.98 GB| very small, high quality loss |
64
+ | [gemma-1.1-7b-it-Q4_0.gguf](https://huggingface.co/second-state/gemma-1.1-7b-it-GGUF/blob/main/gemma-1.1-7b-it-Q4_0.gguf) | Q4_0 | 4 | 5.01 GB| legacy; small, very high quality loss - prefer using Q3_K_M |
65
+ | [gemma-1.1-7b-it-Q4_K_M.gguf](https://huggingface.co/second-state/gemma-1.1-7b-it-GGUF/blob/main/gemma-1.1-7b-it-Q4_K_M.gguf) | Q4_K_M | 4 | 5.33 GB| medium, balanced quality - recommended |
66
+ | [gemma-1.1-7b-it-Q4_K_S.gguf](https://huggingface.co/second-state/gemma-1.1-7b-it-GGUF/blob/main/gemma-1.1-7b-it-Q4_K_S.gguf) | Q4_K_S | 4 | 5.05 GB| small, greater quality loss |
67
+ | [gemma-1.1-7b-it-Q5_0.gguf](https://huggingface.co/second-state/gemma-1.1-7b-it-GGUF/blob/main/gemma-1.1-7b-it-Q5_0.gguf) | Q5_0 | 5 | 5.98 GB| legacy; medium, balanced quality - prefer using Q4_K_M |
68
+ | [gemma-1.1-7b-it-Q5_K_M.gguf](https://huggingface.co/second-state/gemma-1.1-7b-it-GGUF/blob/main/gemma-1.1-7b-it-Q5_K_M.gguf) | Q5_K_M | 5 | 6.14 GB| large, very low quality loss - recommended |
69
+ | [gemma-1.1-7b-it-Q5_K_S.gguf](https://huggingface.co/second-state/gemma-1.1-7b-it-GGUF/blob/main/gemma-1.1-7b-it-Q5_K_S.gguf) | Q5_K_S | 5 | 5.98 GB| large, low quality loss - recommended |
70
+ | [gemma-1.1-7b-it-Q6_K.gguf](https://huggingface.co/second-state/gemma-1.1-7b-it-GGUF/blob/main/gemma-1.1-7b-it-Q6_K.gguf) | Q6_K | 6 | 7.01 GB| very large, extremely low quality loss |
71
+ | [gemma-1.1-7b-it-Q8_0.gguf](https://huggingface.co/second-state/gemma-1.1-7b-it-GGUF/blob/main/gemma-1.1-7b-it-Q8_0.gguf) | Q8_0 | 8 | 9.08 GB| very large, extremely low quality loss - not recommended |
72
+ | [gemma-1.1-7b-it-f16.gguf](https://huggingface.co/second-state/gemma-1.1-7b-it-GGUF/blob/main/gemma-1.1-7b-it-f16.gguf) | f16 | 16 | 34.2 GB| |
73
+
74
+ *Quantized with llama.cpp b2534*