doberst commited on
Commit
dfef362
·
verified ·
1 Parent(s): 7d362eb

Upload 4 files

Browse files
Files changed (4) hide show
  1. README.md +31 -3
  2. config.json +30 -0
  3. hash_record_sha256.json +4 -0
  4. qwen3-8b-gguf.md +31 -0
README.md CHANGED
@@ -1,3 +1,31 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ inference: false
4
+ base_model: Qwen/Qwen3-8B-Instruct
5
+ base_model_relation: quantized
6
+ tags: [green, llmware-chat, p8, gguf,emerald]
7
+ ---
8
+
9
+ # qwen3-8b-instruct-gguf
10
+
11
+ **qwen3-8b-instruct-gguf** is a GGUF Q4_K_M int4 quantized version of [Qwen3-8B](https://www.huggingface.co/Qwen/Qwen3-8B), providing a very fast inference implementation, optimized for AI PCs.
12
+
13
+ ### Model Description
14
+
15
+ - **Developed by:** Qwen
16
+ - **Model type:** qwen3
17
+ - **Parameters:** 8 billion
18
+ - **Model Parent:** Qwen/Qwen3-8B
19
+ - **Language(s) (NLP):** English
20
+ - **License:** Apache 2.0
21
+ - **Uses:** Chat, general-purpose LLM
22
+ - **Quantization:** int4
23
+
24
+
25
+ ## Model Card Contact
26
+
27
+ [llmware on github](https://www.github.com/llmware-ai/llmware)
28
+
29
+ [llmware on hf](https://www.huggingface.co/llmware)
30
+
31
+ [llmware website](https://www.llmware.ai)
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen3ForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 151643,
8
+ "eos_token_id": 151645,
9
+ "head_dim": 128,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 4096,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 12288,
14
+ "max_position_embeddings": 40960,
15
+ "max_window_layers": 36,
16
+ "model_type": "qwen3",
17
+ "num_attention_heads": 32,
18
+ "num_hidden_layers": 36,
19
+ "num_key_value_heads": 8,
20
+ "rms_norm_eps": 1e-06,
21
+ "rope_scaling": null,
22
+ "rope_theta": 1000000,
23
+ "sliding_window": null,
24
+ "tie_word_embeddings": false,
25
+ "torch_dtype": "bfloat16",
26
+ "transformers_version": "4.51.0",
27
+ "use_cache": true,
28
+ "use_sliding_window": false,
29
+ "vocab_size": 151936
30
+ }
hash_record_sha256.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "Qwen3-8B-Q4_K_M.gguf": "d98cdcbd03e17ce47681435b5150e34c1417f50b5c0019dd560e4882c5745785",
3
+ "time_stamp": "2025-07-05_144722"
4
+ }
qwen3-8b-gguf.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ inference: false
4
+ base_model: Qwen/Qwen3-8B-Instruct
5
+ base_model_relation: quantized
6
+ tags: [green, llmware-chat, p8, gguf,emerald]
7
+ ---
8
+
9
+ # qwen3-8b-instruct-gguf
10
+
11
+ **qwen3-8b-instruct-gguf** is a GGUF Q4_K_M int4 quantized version of [Qwen3-8B](https://www.huggingface.co/Qwen/Qwen3-8B), providing a very fast inference implementation, optimized for AI PCs.
12
+
13
+ ### Model Description
14
+
15
+ - **Developed by:** Qwen
16
+ - **Model type:** qwen3
17
+ - **Parameters:** 8 billion
18
+ - **Model Parent:** Qwen/Qwen3-8B
19
+ - **Language(s) (NLP):** English
20
+ - **License:** Apache 2.0
21
+ - **Uses:** Chat, general-purpose LLM
22
+ - **Quantization:** int4
23
+
24
+
25
+ ## Model Card Contact
26
+
27
+ [llmware on github](https://www.github.com/llmware-ai/llmware)
28
+
29
+ [llmware on hf](https://www.huggingface.co/llmware)
30
+
31
+ [llmware website](https://www.llmware.ai)