Update README.md
Browse files
README.md
CHANGED
@@ -6,31 +6,32 @@ library_name: transformers
|
|
6 |
tags:
|
7 |
- mergekit
|
8 |
- merge
|
9 |
-
|
10 |
---
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
|
|
|
6 |
tags:
|
7 |
- mergekit
|
8 |
- merge
|
9 |
+
- chatml
|
10 |
---
|
11 |
+

|
12 |
+
# FusionEngine-12B
|
13 |
+
|
14 |
+
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
15 |
+
|
16 |
+
## Merge Details
|
17 |
+
### Merge Method
|
18 |
+
|
19 |
+
This model was merged using the [Arcee Fusion](https://arcee.ai) merge method using [PocketDoc/Dans-PersonalityEngine-V1.1.0-12b](https://huggingface.co/PocketDoc/Dans-PersonalityEngine-V1.1.0-12b) as a base.
|
20 |
+
|
21 |
+
### Models Merged
|
22 |
+
|
23 |
+
The following models were included in the merge:
|
24 |
+
* [Delta-Vector/Francois-PE-V2-Huali-12B](https://huggingface.co/Delta-Vector/Francois-PE-V2-Huali-12B)
|
25 |
+
|
26 |
+
### Configuration
|
27 |
+
|
28 |
+
The following YAML configuration was used to produce this model:
|
29 |
+
|
30 |
+
```yaml
|
31 |
+
merge_method: arcee_fusion
|
32 |
+
dtype: bfloat16
|
33 |
+
out_dtype: bfloat16
|
34 |
+
base_model: PocketDoc/Dans-PersonalityEngine-V1.1.0-12b
|
35 |
+
models:
|
36 |
+
- model: Delta-Vector/Francois-PE-V2-Huali-12B
|
37 |
+
```
|