Model-GEN / README.md
Pablo
Upload folder using huggingface_hub
5a940b2 verified
|
raw
history blame
982 Bytes
---
base_model:
- freewheelin/free-evo-qwen72b-v0.8-re
- paloalma/Le_Triomphant-ECE-TW3
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:
* [freewheelin/free-evo-qwen72b-v0.8-re](https://huggingface.co/freewheelin/free-evo-qwen72b-v0.8-re)
* [paloalma/Le_Triomphant-ECE-TW3](https://huggingface.co/paloalma/Le_Triomphant-ECE-TW3)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
merge_method: passthrough
dtype: bfloat16
slices:
- sources:
- model: paloalma/Le_Triomphant-ECE-TW3
layer_range: [0, 32]
- sources:
- model: freewheelin/free-evo-qwen72b-v0.8-re
layer_range: [0, 32]
merge_method: passthrough
dtype: bfloat16
```