brittlewis12 commited on
Commit
80917b2
·
verified ·
1 Parent(s): 929dfd1

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/QwQ-32B
3
+ pipeline_tag: text-generation
4
+ inference: true
5
+ language:
6
+ - en
7
+ license: apache-2.0
8
+ model_creator: Qwen
9
+ model_name: QwQ-32B
10
+ model_type: qwen2
11
+ quantized_by: brittlewis12
12
+ tags:
13
+ - reasoning
14
+ - qwen2
15
+ ---
16
+
17
+ # QwQ 32B GGUF
18
+
19
+ **Original model**: [QwQ 32B](https://huggingface.co/Qwen/QwQ-32B)
20
+
21
+ **Model creator**: [Qwen](https://huggingface.co/Qwen)
22
+
23
+ > QwQ is the reasoning model of the Qwen series. Compared with conventional instruction-tuned models, QwQ, which is capable of thinking and reasoning, can achieve significantly enhanced performance in downstream tasks, especially hard problems. QwQ-32B is the medium-sized reasoning model, which is capable of achieving competitive performance against state-of-the-art reasoning models, e.g., DeepSeek-R1, o1-mini.
24
+
25
+ This repo contains GGUF format model files for Qwen’s QwQ 32B. Learn more on Qwen’s [QwQ 32B blog post](https://qwenlm.github.io/blog/qwq-32b/).
26
+
27
+ ### What is GGUF?
28
+
29
+ GGUF is a file format for representing AI models. It is the third version of the format,
30
+ introduced by the llama.cpp team on August 21st 2023.
31
+
32
+ Converted with llama.cpp build b4831 (revision [5e43f10](https://github.com/ggml-org/llama.cpp/commits/5e43f104cca1a14874e980326a506b44fde022b8)),
33
+ using [autogguf-rs](https://github.com/brittlewis12/autogguf-rs).
34
+
35
+ ### Prompt template: [ChatML (with `<think>` tokens)](https://huggingface.co/Qwen/QwQ-32B/blob/main/tokenizer_config.json#L230)
36
+
37
+ ```
38
+ <|im_start|>system
39
+ {{system_message}}<|im_end|>
40
+ <|im_start|>user
41
+ {{prompt}}<|im_end|>
42
+ <|im_start|>assistant
43
+ <think>
44
+
45
+
46
+ ```
47
+
48
+ ---
49
+
50
+ ## Download & run with [cnvrs](https://twitter.com/cnvrsai) on iPhone, iPad, and Mac!
51
+
52
+ ![cnvrs.ai](https://pbs.twimg.com/profile_images/1744049151241797632/0mIP-P9e_400x400.jpg)
53
+
54
+ [cnvrs](https://testflight.apple.com/join/sFWReS7K) is the best app for private, local AI on your device:
55
+ - create & save **Characters** with custom system prompts & temperature settings
56
+ - download and experiment with any **GGUF model** you can [find on HuggingFace](https://huggingface.co/models?library=gguf)!
57
+ * or, use an API key with the chat completions-compatible model provider of your choice -- ChatGPT, Claude, Gemini, DeepSeek, & more!
58
+ - make it your own with custom **Theme colors**
59
+ - powered by Metal ⚡️ & [Llama.cpp](https://github.com/ggml-org/llama.cpp), with **haptics** during response streaming!
60
+ - **try it out** yourself today, on [Testflight](https://testflight.apple.com/join/sFWReS7K)!
61
+ * if you **already have the app**, download QwQ 32B now!
62
+ * <cnvrsai:///models/search/hf?id=brittlewis12/QwQ-32B-GGUF>
63
+ - follow [cnvrs on twitter](https://twitter.com/cnvrsai) to stay up to date
64
+
65
+ ---
66
+
67
+ ## Original Model Evaluation
68
+
69
+ ![qwq-32b-evals](https://huggingface.co/Qwen/QwQ-32B/resolve/main/figures/benchmark.jpg)