doberst commited on
Commit
5853940
·
verified ·
1 Parent(s): eeaa051

Upload 3 files

Browse files
Files changed (3) hide show
  1. README.md +40 -3
  2. config.json +38 -0
  3. hash_record_sha256.json +4 -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-3-4b
5
+ base_model_relation: quantized
6
+ tags:
7
+ - green
8
+ - p4
9
+ - llmware-chat
10
+ - gguf
11
+ ---
12
+
13
+ # gemma-3-4b-gguf
14
+
15
+ **gemma-3-4b-gguf** is an GGUF Q4_K_M quantized version of Google's Gemma-3-4B with Instruct Training (IT), providing a very fast, very small inference implementation, optimized for AI PCs using Intel GPU, CPU and NPU.
16
+
17
+ [**gemma-3-4b**](https://huggingface.co/google/gemma-3-4b) is a leading open source foundation model from Google.
18
+
19
+
20
+ ### Model Description
21
+
22
+ - **Developed by:** Google
23
+ - **Quantized by:** llmware
24
+ - **Model type:** gemma-3
25
+ - **Parameters:** 4 billion
26
+ - **Model Parent:** google/gemma-4b-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,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Gemma3ForConditionalGeneration"
4
+ ],
5
+ "boi_token_index": 255999,
6
+ "eoi_token_index": 256000,
7
+ "eos_token_id": [
8
+ 1,
9
+ 106
10
+ ],
11
+ "image_token_index": 262144,
12
+ "initializer_range": 0.02,
13
+ "mm_tokens_per_image": 256,
14
+ "model_type": "gemma3",
15
+ "text_config": {
16
+ "hidden_size": 2560,
17
+ "intermediate_size": 10240,
18
+ "model_type": "gemma3_text",
19
+ "num_hidden_layers": 34,
20
+ "rope_scaling": {
21
+ "factor": 8.0,
22
+ "rope_type": "linear"
23
+ },
24
+ "sliding_window": 1024
25
+ },
26
+ "torch_dtype": "bfloat16",
27
+ "transformers_version": "4.50.0.dev0",
28
+ "vision_config": {
29
+ "hidden_size": 1152,
30
+ "image_size": 896,
31
+ "intermediate_size": 4304,
32
+ "model_type": "siglip_vision_model",
33
+ "num_attention_heads": 16,
34
+ "num_hidden_layers": 27,
35
+ "patch_size": 14,
36
+ "vision_use_head": false
37
+ }
38
+ }
hash_record_sha256.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "gemma-3-4b-it-q4_0.gguf": "76aed0a8285b83102f18b5d60e53c70d09eb4e9917a20ce8956bd546452b56e2",
3
+ "time_stamp": "2025-07-05_143811"
4
+ }