doberst commited on
Commit
398b187
·
verified ·
1 Parent(s): 595a37e

Upload 3 files

Browse files
Files changed (3) hide show
  1. README.md +32 -3
  2. config.json +27 -0
  3. hash_record_sha256.json +4 -0
README.md CHANGED
@@ -1,3 +1,32 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ inference: false
4
+ base_model: deepseek-ai/DeepSeek-R1-Distill-Qwen-7B
5
+ base_model_relation: quantized
6
+ tags: [green, llmware-chat, p7, gguf,emerald]
7
+ ---
8
+
9
+ # deepseek-qwen-7b-gguf
10
+
11
+ **deepseek-qwen-7b-gguf** is a GGUF Q4_K_M int4 quantized version of [deepseek-qwen-7b-gguf](https://www.huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-7B), providing a very fast inference implementation, optimized for AI PCs.
12
+
13
+
14
+ ### Model Description
15
+
16
+ - **Developed by:** deepseek-ai / qwen
17
+ - **Model type:** qwen2.5
18
+ - **Parameters:** 7 billion
19
+ - **Model Parent:** deepseek-ai/DeepSeek-R1-Distill-Qwen-7B
20
+ - **Language(s) (NLP):** English
21
+ - **License:** Apache 2.0
22
+ - **Uses:** Chat, general-purpose LLM
23
+ - **Quantization:** int4
24
+
25
+
26
+ ## Model Card Contact
27
+
28
+ [llmware on github](https://www.github.com/llmware-ai/llmware)
29
+
30
+ [llmware on hf](https://www.huggingface.co/llmware)
31
+
32
+ [llmware website](https://www.llmware.ai)
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen2ForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 151643,
7
+ "eos_token_id": 151643,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 5120,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 13824,
12
+ "max_position_embeddings": 131072,
13
+ "max_window_layers": 48,
14
+ "model_type": "qwen2",
15
+ "num_attention_heads": 40,
16
+ "num_hidden_layers": 48,
17
+ "num_key_value_heads": 8,
18
+ "rms_norm_eps": 1e-05,
19
+ "rope_theta": 1000000.0,
20
+ "sliding_window": 131072,
21
+ "tie_word_embeddings": false,
22
+ "torch_dtype": "bfloat16",
23
+ "transformers_version": "4.43.1",
24
+ "use_cache": true,
25
+ "use_sliding_window": false,
26
+ "vocab_size": 152064
27
+ }
hash_record_sha256.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "DeepSeek-R1-Distill-Qwen-7B-Q4_K_M.gguf": "731ece8d06dc7eda6f6572997feb9ee1258db0784827e642909d9b565641937b",
3
+ "time_stamp": "2025-02-28_114952"
4
+ }