CoolFace
Modelpublic

Edens-Gate/control-12B-e2

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes13downloads
README.md35 linesDownload Raw Back to root
1---2base_model: []3library_name: transformers4tags:5- mergekit6- merge7 8---9# control-nemo--cuda10 11This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).12 13## Merge Details14### Merge Method15 16This model was merged using the passthrough merge method using /home/mango/temp/model + /home/mango/temp/lora as a base.17 18### Models Merged19 20The following models were included in the merge:21 22 23### Configuration24 25The following YAML configuration was used to produce this model:26 27```yaml28base_model: /home/mango/temp/model+/home/mango/temp/lora29dtype: bfloat1630merge_method: passthrough31models:32  - model: /home/mango/temp/model+/home/mango/temp/lora33 34```35