Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,31 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
# Introducing SmallThinker-3B: A Lightweight Model Fine-tuned on QwQ Synthetic Data
|
5 |
+
|
6 |
+
This document introduces **SmallThinker-3B**, a new model fine-tuned from the [Qwen2.5-3b-Instruct](https://huggingface.co/Qwen/Qwen2.5-3B-Instruct) model using synthetic data generated by [QwQ-32B-Preview](https://huggingface.co/Qwen/QwQ-32B-Preview).
|
7 |
+
|
8 |
+
## Benchmark Performance
|
9 |
+
|
10 |
+
[Insert Benchmark Results Here - e.g., a table or bullet points showing performance on various metrics]
|
11 |
+
|
12 |
+
* **Example Metric 1:** [Score/Value]
|
13 |
+
* **Example Metric 2:** [Score/Value]
|
14 |
+
* **Example Metric 3:** [Score/Value]
|
15 |
+
|
16 |
+
Please replace the example metrics with your actual benchmark results.
|
17 |
+
|
18 |
+
## Intended Use Cases
|
19 |
+
|
20 |
+
SmallThinker is designed for the following use cases:
|
21 |
+
|
22 |
+
1. **Edge Deployment:** Its small size makes it ideal for deployment on resource-constrained devices.
|
23 |
+
2. **Draft Model for QwQ-32B-Preview:** Bamboo can serve as a fast and efficient draft model for prototyping and experimentation before utilizing the larger QwQ-32B-Preview model.
|
24 |
+
|
25 |
+
## Limitations & Disclaimer
|
26 |
+
|
27 |
+
Please be aware of the following limitations:
|
28 |
+
|
29 |
+
* **Language Limitation:** The model has only been trained on English-language datasets, hence its capabilities in other languages are still lacking.
|
30 |
+
* **Unpredictable Outputs:** The model may produce unexpected outputs due to its size and probabilistic generation paradigm. Users should exercise caution and validate the model's responses.
|
31 |
+
|