Update README.md
Browse files
README.md
CHANGED
@@ -10,12 +10,18 @@ language:
|
|
10 |
- en
|
11 |
---
|
12 |
|
13 |
-
# Uploaded finetuned model
|
14 |
|
15 |
-
|
16 |
-
- **License:** apache-2.0
|
17 |
-
- **Finetuned from model :** unsloth/Qwen2.5-0.5B-Instruct
|
18 |
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
|
21 |
-
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
10 |
- en
|
11 |
---
|
12 |
|
|
|
13 |
|
14 |
+
# General:
|
|
|
|
|
15 |
|
16 |
+
The model was trained to improve the output of the Qwen2.5-0.5B
|
17 |
+
|
18 |
+
SmallAgent is a compact transformer-based language model, fine-tuned from Qwen2.5-0.5B, aiming to enhance output quality for small-scale, edge-computing scenarios. It is optimized for running efficiently on devices with limited memory and compute capabilities.
|
19 |
+
|
20 |
+
# Eval:
|
21 |
+
*in process*
|
22 |
+
|
23 |
+
# Method:
|
24 |
+
Fine-tuned to improve coherence, reasoning, and factuality of the base Qwen2.5-0.5B model.
|
25 |
+
|
26 |
+
Dataset: *update*
|
27 |
|
|