Triangle104 commited on
Commit
7f408f6
·
verified ·
1 Parent(s): b3ef3ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -13,6 +13,20 @@ tags:
13
  This model was converted to GGUF format from [`Qwen/Qwen3-30B-A3B`](https://huggingface.co/Qwen/Qwen3-30B-A3B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
14
  Refer to the [original model card](https://huggingface.co/Qwen/Qwen3-30B-A3B) for more details on the model.
15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  ## Use with llama.cpp
17
  Install llama.cpp through brew (works on Mac and Linux)
18
 
 
13
  This model was converted to GGUF format from [`Qwen/Qwen3-30B-A3B`](https://huggingface.co/Qwen/Qwen3-30B-A3B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
14
  Refer to the [original model card](https://huggingface.co/Qwen/Qwen3-30B-A3B) for more details on the model.
15
 
16
+ ---
17
+ Qwen3-30B-A3B has the following features:
18
+
19
+ - Type: Causal Language Models
20
+ - Training Stage: Pretraining & Post-training
21
+ - Number of Parameters: 30.5B in total and 3.3B activated
22
+ - Number of Paramaters (Non-Embedding): 29.9B
23
+ - Number of Layers: 48
24
+ - Number of Attention Heads (GQA): 32 for Q and 4 for KV
25
+ - Number of Experts: 128
26
+ - Number of Activated Experts: 8
27
+ - Context Length: 32,768 natively and 131,072 tokens with YaRN.
28
+
29
+ ---
30
  ## Use with llama.cpp
31
  Install llama.cpp through brew (works on Mac and Linux)
32