Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,18 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
|
5 |
+
|
6 |
+
This model is based on the fusion strategy offered by Fanqi Wan(https://github.com/fanqiwan/FuseLLM).
|
7 |
+
|
8 |
+
Three models are fused together.
|
9 |
+
|
10 |
+
Base model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
|
11 |
+
|
12 |
+
Blending model 1: HanNayeoniee/LHK_DPO_v1
|
13 |
+
|
14 |
+
Blending model 2: yunconglong/Truthful_DPO_TomGrc_FusionNet_7Bx2_MoE_13B
|
15 |
+
|
16 |
+
This model will be optimized by Laser and DPO later.
|
17 |
+
|
18 |
+
This project is to make the on-device sLM. We are doing experiments on the models.
|