RozGrov's picture
Upload folder using huggingface_hub
23ce30d verified
|
raw
history blame
1.31 kB
---
base_model:
- RozGrov/NemoDori-v0.2-12B-MN-BT
library_name: transformers
tags:
- mergekit
- merge
---
# NemoDori-v0.2-Frankend.1
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
## Merge Details
### Merge Method
This model was merged using the passthrough merge method.
### Models Merged
The following models were included in the merge:
* [RozGrov/NemoDori-v0.2-12B-MN-BT](https://huggingface.co/RozGrov/NemoDori-v0.2-12B-MN-BT)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
slices:
- sources:
- model: RozGrov/NemoDori-v0.2-12B-MN-BT
layer_range: [0, 8]
- sources:
- model: RozGrov/NemoDori-v0.2-12B-MN-BT
layer_range: [8, 24]
parameters:
scale:
- filter: q_proj
value: 0.919
- filter: k_proj
value: 0.919
- value: 1.0
- sources:
- model: RozGrov/NemoDori-v0.2-12B-MN-BT
layer_range: [16, 32]
parameters:
scale:
- filter: q_proj
value: 0.919
- filter: k_proj
value: 0.919
- value: 1.0
- sources:
- model: RozGrov/NemoDori-v0.2-12B-MN-BT
layer_range: [32, 40]
merge_method: passthrough
dtype: bfloat16
```