Update README.md
Browse files
README.md
CHANGED
@@ -1,42 +1,17 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
### Models Merged
|
19 |
-
|
20 |
-
The following models were included in the merge:
|
21 |
-
* E:\Open_source_ai_chatbot\OOBA-13\text-generation-webui-main\models\unsloth_Qwen2.5-0.5B-Instruct
|
22 |
-
|
23 |
-
### Configuration
|
24 |
-
|
25 |
-
The following YAML configuration was used to produce this model:
|
26 |
-
|
27 |
-
```yaml
|
28 |
-
models:
|
29 |
-
- model: E:\Open_source_ai_chatbot\OOBA-13\text-generation-webui-main\models\unsloth_Qwen2.5-0.5B-Instruct
|
30 |
-
parameters:
|
31 |
-
weight: 1
|
32 |
-
density: 1
|
33 |
-
merge_method: ties
|
34 |
-
base_model: E:\Open_source_ai_chatbot\OOBA-13\text-generation-webui-main\models\unsloth_Qwen2.5-0.5B
|
35 |
-
parameters:
|
36 |
-
weight: 1
|
37 |
-
density: 1
|
38 |
-
normalize: true
|
39 |
-
int8_mask: false
|
40 |
-
dtype: bfloat16
|
41 |
-
|
42 |
-
```
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
base_model:
|
4 |
+
- Qwen/Qwen2.5-0.5B-Instruct
|
5 |
+
license: apache-2.0
|
6 |
+
---
|
7 |
+
# Rombos-LLM-V2.5-Qwen-0.5b
|
8 |
+
|
9 |
+
![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/642cc1c253e76b4c2286c58e/oL_yvvRsWj2C4niGgkT2A.jpeg)
|
10 |
+
|
11 |
+
Rombos-LLM-V2.5-Qwen-0.5b is a continues finetuned version of Qwen2.5-0.5B. I noticed recently that the Qwen team did not learn from my methods of continuous finetuning, the great benefits, and no downsides of it. So I took it upon myself to merge the instruct model with the base model myself using the *Ties* merge method
|
12 |
+
|
13 |
+
This version of the model shows higher performance than the original instruct and base models.
|
14 |
+
|
15 |
+
Quants:
|
16 |
+
|
17 |
+
GGUF: https://huggingface.co/bartowski/Replete-LLM-V2.5-Qwen-0.5b-GGUF
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|