doberst commited on
Commit
767ca1d
·
verified ·
1 Parent(s): 6722f5d

Upload 2 files

Browse files
Files changed (2) hide show
  1. README.md +40 -3
  2. config.json +34 -0
README.md CHANGED
@@ -1,3 +1,40 @@
1
- ---
2
- license: gemma
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: gemma
3
+ inference: false
4
+ base_model: google/gemma-2-27b-it
5
+ base_model_relation: quantized
6
+ tags:
7
+ - green
8
+ - p27
9
+ - llmware-chat
10
+ - gguf
11
+ - emerald
12
+ ---
13
+
14
+ # gemma-2-27b-gguf
15
+
16
+ **gemma-2-27b-gguf** is a GGUF Q4_K_M int4 quantized version of Google's Gemma-2-27B with Instruct Training (IT), providing an inference implementation, optimized for AI PCs.
17
+
18
+ [**gemma-2-27b-gguf**](https://huggingface.co/google/gemma-2-27-it) is a leading open source foundation model from Google.
19
+
20
+
21
+ ### Model Description
22
+
23
+ - **Developed by:** Google
24
+ - **Model type:** gemma-2-27b
25
+ - **Parameters:** 27 billion
26
+ - **Model Parent:** google/gemma-2-27b-it
27
+ - **Language(s) (NLP):** English
28
+ - **License:** Apache 2.0
29
+ - **Uses:** General purpose chat
30
+ - **RAG Benchmark Accuracy Score:** NA
31
+ - **Quantization:** int4
32
+
33
+
34
+ ## Model Card Contact
35
+
36
+ [llmware on github](https://www.github.com/llmware-ai/llmware)
37
+
38
+ [llmware on hf](https://www.huggingface.co/llmware)
39
+
40
+ [llmware website](https://www.llmware.ai)
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Gemma2ForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "attn_logit_softcapping": 50.0,
8
+ "bos_token_id": 2,
9
+ "cache_implementation": "hybrid",
10
+ "eos_token_id": 1,
11
+ "final_logit_softcapping": 30.0,
12
+ "head_dim": 128,
13
+ "hidden_act": "gelu_pytorch_tanh",
14
+ "hidden_activation": "gelu_pytorch_tanh",
15
+ "hidden_size": 4608,
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 36864,
18
+ "max_position_embeddings": 8192,
19
+ "model_type": "gemma2",
20
+ "num_attention_heads": 32,
21
+ "num_hidden_layers": 46,
22
+ "num_key_value_heads": 16,
23
+ "pad_token_id": 0,
24
+ "query_pre_attn_scalar": 144,
25
+ "rms_norm_eps": 1e-06,
26
+ "rope_theta": 10000.0,
27
+ "sliding_window": 4096,
28
+ "sliding_window_size": 4096,
29
+ "torch_dtype": "bfloat16",
30
+ "transformers_version": "4.42.0.dev0",
31
+ "use_cache": true,
32
+ "vocab_size": 256000,
33
+ "_attn_implementation": "eager"
34
+ }