EvolutiontRock / README.md
ClaudioItaly's picture
Upload folder using huggingface_hub
521a88a verified
|
Raw
History Blame Contribute Delete
1 kB
---
base_model:
- ClaudioItaly/TopEvolutionWiz
library_name: transformers
tags:
- mergekit
- merge
---
# merge
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:
* [ClaudioItaly/TopEvolutionWiz](https://huggingface.co/ClaudioItaly/TopEvolutionWiz)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
slices:
- sources:
- layer_range: [0, 6]
model: ClaudioItaly/TopEvolutionWiz
- sources:
- layer_range: [6, 12]
model: ClaudioItaly/TopEvolutionWiz
- sources:
- layer_range: [12, 18]
model: ClaudioItaly/TopEvolutionWiz
- sources:
- layer_range: [18, 24]
model: ClaudioItaly/TopEvolutionWiz
- sources:
- layer_range: [24, 30]
model: ClaudioItaly/TopEvolutionWiz
merge_method: passthrough
dtype: float16
```