doberst commited on
Commit
065579d
·
verified ·
1 Parent(s): eabcd1e

Upload 3 files

Browse files
Files changed (3) hide show
  1. README.md +36 -3
  2. config.json +29 -0
  3. hash_record_sha256.json +4 -0
README.md CHANGED
@@ -1,3 +1,36 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ inference: false
4
+ base_model: Qwen/Qwen2.5-14B-Instruct
5
+ base_model_relation: quantized
6
+ tags: [green, llmware-chat, p14, gguf,emerald]
7
+ ---
8
+
9
+ # qwen2.5-14b-instruct-gguf
10
+
11
+ **qwen2.5-14b-instruct-gguf** is a GGUF Q4_K_M int4 quantized version of [Qwen2.5-14B-Instruct](https://www.huggingface.co/Qwen/Qwen2.5-14B-Instruct), providing a very fast inference implementation, optimized for AI PCs.
12
+
13
+ This is from the latest release series from Qwen, and is one of the largest models in the collection.
14
+
15
+ This model will run on an AI PC, with GPU acceleration and 32 GB of memory. Please note that the loading can take a little bit of time, but inference is still quite fast.
16
+
17
+
18
+ ### Model Description
19
+
20
+ - **Developed by:** Qwen
21
+ - **Model type:** qwen2.5
22
+ - **Parameters:** 14 billion
23
+ - **Model Parent:** Qwen/Qwen2.5-14B-Instruct
24
+ - **Language(s) (NLP):** English
25
+ - **License:** Apache 2.0
26
+ - **Uses:** Chat, general-purpose LLM
27
+ - **Quantization:** int4
28
+
29
+
30
+ ## Model Card Contact
31
+
32
+ [llmware on github](https://www.github.com/llmware-ai/llmware)
33
+
34
+ [llmware on hf](https://www.huggingface.co/llmware)
35
+
36
+ [llmware website](https://www.llmware.ai)
config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Qwen/Qwen2.5-14B-Instruct",
3
+ "architectures": [
4
+ "Qwen2ForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 151643,
8
+ "eos_token_id": 151645,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 5120,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 13824,
13
+ "max_position_embeddings": 32768,
14
+ "max_window_layers": 70,
15
+ "model_type": "qwen2",
16
+ "num_attention_heads": 40,
17
+ "num_hidden_layers": 48,
18
+ "num_key_value_heads": 8,
19
+ "rms_norm_eps": 1e-06,
20
+ "rope_scaling": null,
21
+ "rope_theta": 1000000.0,
22
+ "sliding_window": null,
23
+ "tie_word_embeddings": false,
24
+ "torch_dtype": "bfloat16",
25
+ "transformers_version": "4.45.2",
26
+ "use_cache": true,
27
+ "use_sliding_window": false,
28
+ "vocab_size": 152064
29
+ }
hash_record_sha256.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "Qwen2.5-14B-Instruct-Q4_K_M.gguf": "e47ad95dad6ff848b431053b375adb5d39321290ea2c638682577dafca87c008",
3
+ "time_stamp": "2025-02-09_064024"
4
+ }