Triangle104 commited on
Commit
06332e2
·
verified ·
1 Parent(s): 1b52202

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md CHANGED
@@ -13,6 +13,47 @@ tags:
13
  This model was converted to GGUF format from [`Qwen/Qwen3-8B`](https://huggingface.co/Qwen/Qwen3-8B) 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-8B) 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-8B`](https://huggingface.co/Qwen/Qwen3-8B) 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-8B) for more details on the model.
15
 
16
+ ---
17
+ Qwen3 is the latest generation of large language models in Qwen
18
+ series, offering a comprehensive suite of dense and mixture-of-experts
19
+ (MoE) models. Built upon extensive training, Qwen3 delivers
20
+ groundbreaking advancements in reasoning, instruction-following, agent
21
+ capabilities, and multilingual support, with the following key features:
22
+
23
+ Uniquely support of seamless switching between thinking mode (for complex logical reasoning, math, and coding) and non-thinking mode (for efficient, general-purpose dialogue) within single model, ensuring optimal performance across various scenarios.
24
+ Significantly enhancement in its reasoning capabilities,
25
+ surpassing previous QwQ (in thinking mode) and Qwen2.5 instruct models
26
+ (in non-thinking mode) on mathematics, code generation, and commonsense
27
+ logical reasoning.
28
+ Superior human preference alignment, excelling in
29
+ creative writing, role-playing, multi-turn dialogues, and instruction
30
+ following, to deliver a more natural, engaging, and immersive
31
+ conversational experience.
32
+ Expertise in agent capabilities, enabling precise
33
+ integration with external tools in both thinking and unthinking modes
34
+ and achieving leading performance among open-source models in complex
35
+ agent-based tasks.
36
+ Support of 100+ languages and dialects with strong capabilities for multilingual instruction following and translation.
37
+
38
+ Model Overview
39
+ -
40
+ Qwen3-8B has the following features:
41
+
42
+ Type: Causal Language Models
43
+
44
+ Training Stage: Pretraining & Post-training
45
+
46
+ Number of Parameters: 8.2B
47
+
48
+ Number of Paramaters (Non-Embedding): 6.95B
49
+
50
+ Number of Layers: 36
51
+
52
+ Number of Attention Heads (GQA): 32 for Q and 8 for KV
53
+
54
+ Context Length: 32,768 natively and 131,072 tokens with YaRN.
55
+
56
+ ===
57
  ## Use with llama.cpp
58
  Install llama.cpp through brew (works on Mac and Linux)
59