Update README.md
Browse files
README.md
CHANGED
@@ -1,45 +0,0 @@
|
|
1 |
-
---
|
2 |
-
base_model:
|
3 |
-
- fatafix0000/aaa0
|
4 |
-
- fatafix0000/aaa1
|
5 |
-
library_name: transformers
|
6 |
-
tags:
|
7 |
-
- mergekit
|
8 |
-
- merge
|
9 |
-
|
10 |
-
---
|
11 |
-
# merged
|
12 |
-
|
13 |
-
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
14 |
-
|
15 |
-
## Merge Details
|
16 |
-
### Merge Method
|
17 |
-
|
18 |
-
This model was merged using the [SLERP](https://en.wikipedia.org/wiki/Slerp) merge method.
|
19 |
-
|
20 |
-
### Models Merged
|
21 |
-
|
22 |
-
The following models were included in the merge:
|
23 |
-
* [fatafix0000/aaa0](https://huggingface.co/fatafix0000/aaa0)
|
24 |
-
* [fatafix0000/aaa1](https://huggingface.co/fatafix0000/aaa1)
|
25 |
-
|
26 |
-
### Configuration
|
27 |
-
|
28 |
-
The following YAML configuration was used to produce this model:
|
29 |
-
|
30 |
-
```yaml
|
31 |
-
base_model: fatafix0000/aaa0
|
32 |
-
dtype: float16
|
33 |
-
merge_method: slerp
|
34 |
-
parameters:
|
35 |
-
t:
|
36 |
-
- filter: self_attn
|
37 |
-
value: [0.0, 0.5, 0.3, 0.7, 1.0]
|
38 |
-
- filter: mlp
|
39 |
-
value: [1.0, 0.5, 0.7, 0.3, 0.0]
|
40 |
-
- value: 0.5
|
41 |
-
slices:
|
42 |
-
- sources:
|
43 |
-
- layer_range: [0, 40]
|
44 |
-
model: fatafix0000/aaa1
|
45 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|