Delete README.md
Browse files
README.md
DELETED
|
@@ -1,48 +0,0 @@
|
|
| 1 |
-
---
|
| 2 |
-
base_model:
|
| 3 |
-
- vapegod/n17
|
| 4 |
-
- Grayx/fiufiu_100
|
| 5 |
-
library_name: transformers
|
| 6 |
-
tags:
|
| 7 |
-
- mergekit
|
| 8 |
-
- merge
|
| 9 |
-
|
| 10 |
-
---
|
| 11 |
-
# merge
|
| 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 merge method.
|
| 19 |
-
|
| 20 |
-
### Models Merged
|
| 21 |
-
|
| 22 |
-
The following models were included in the merge:
|
| 23 |
-
* [vapegod/n17](https://huggingface.co/vapegod/n17)
|
| 24 |
-
* [Grayx/fiufiu_100](https://huggingface.co/Grayx/fiufiu_100)
|
| 25 |
-
|
| 26 |
-
### Configuration
|
| 27 |
-
|
| 28 |
-
The following YAML configuration was used to produce this model:
|
| 29 |
-
|
| 30 |
-
```yaml
|
| 31 |
-
slices:
|
| 32 |
-
- sources:
|
| 33 |
-
- model: Grayx/fiufiu_100
|
| 34 |
-
layer_range: [0, 28]
|
| 35 |
-
- model: vapegod/n17
|
| 36 |
-
layer_range: [0, 28]
|
| 37 |
-
merge_method: slerp
|
| 38 |
-
base_model: vapegod/n17
|
| 39 |
-
parameters:
|
| 40 |
-
t:
|
| 41 |
-
- filter: self_attn
|
| 42 |
-
value: [0, 0.5, 0.3, 0.7, 1]
|
| 43 |
-
- filter: mlp
|
| 44 |
-
value: [1, 0.5, 0.7, 0.3, 0]
|
| 45 |
-
- value: 0.5 # fallback for rest of tensors
|
| 46 |
-
dtype: float16
|
| 47 |
-
|
| 48 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|