Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
- ko
|
5 |
+
license: other
|
6 |
+
tags:
|
7 |
+
- dnotitia
|
8 |
+
- nlp
|
9 |
+
- llm
|
10 |
+
- slm
|
11 |
+
- conversation
|
12 |
+
- chat
|
13 |
+
base_model:
|
14 |
+
- Qwen/Qwen2.5-3B-Instruct
|
15 |
+
library_name: transformers
|
16 |
+
pipeline_tag: text-generation
|
17 |
+
---
|
18 |
+
|
19 |
+
# Smoothie Qwen
|
20 |
+
|
21 |
+
<img src="https://github.com/dnotitia/smoothie-qwen/raw/main/asset/smoothie-qwen-logo.png" width="400" style="max-width: 100%;">
|
22 |
+
|
23 |
+
**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>.
|
24 |
+
|
25 |
+
- Base model: Qwen/Qwen2.5-3B-Instruct
|