Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,27 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
## Configuration
|
| 4 |
- Base model: Qwen/Qwen3-32B
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
- ko
|
| 5 |
+
license: apache-2.0
|
| 6 |
+
tags:
|
| 7 |
+
- dnotitia
|
| 8 |
+
- nlp
|
| 9 |
+
- llm
|
| 10 |
+
- slm
|
| 11 |
+
- conversation
|
| 12 |
+
- chat
|
| 13 |
+
- reasoning
|
| 14 |
+
base_model:
|
| 15 |
+
- Qwen/Qwen3-32B
|
| 16 |
+
library_name: transformers
|
| 17 |
+
pipeline_tag: text-generation
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
+
# Smoothie Qwen
|
| 21 |
+
|
| 22 |
+
<img src="https://github.com/dnotitia/smoothie-qwen/raw/main/asset/smoothie-qwen-logo.png" width="400" style="max-width: 100%;">
|
| 23 |
+
|
| 24 |
+
**Smoothie Qwen** is a lightweight adjustment tool that smooths token probabilities in Qwen and similar models, enhancing balanced multilingual generation capabilities. For more details, please refer to <https://github.com/dnotitia/smoothie-qwen>.
|
| 25 |
|
| 26 |
## Configuration
|
| 27 |
- Base model: Qwen/Qwen3-32B
|