CoolFace
Modelpublic

ClaudioItaly/Exurbia-Scriptus

sourceHugging Faceupdated 1y agoView on Hugging Face
1likes6downloads
README.md47 linesDownload Raw Back to root
1---2base_model:3- gmonsoon/SahabatAI-Lion-9B-TIES-v14- ClaudioItaly/Exurbia-Enhanced5library_name: transformers6tags:7- mergekit8- merge9 10---11# merge12 13This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).14 15## Merge Details16### Merge Method17 18This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method using [ClaudioItaly/Exurbia-Enhanced](https://huggingface.co/ClaudioItaly/Exurbia-Enhanced) as a base.19 20### Models Merged21 22The following models were included in the merge:23* [gmonsoon/SahabatAI-Lion-9B-TIES-v1](https://huggingface.co/gmonsoon/SahabatAI-Lion-9B-TIES-v1)24 25### Configuration26 27The following YAML configuration was used to produce this model:28 29```yaml30models:31  - model: gmonsoon/SahabatAI-Lion-9B-TIES-v132    parameters:33      weight: 134      density: 135  - model: gmonsoon/SahabatAI-Lion-9B-TIES-v136    parameters:37      weight: 138      density: 139merge_method: ties40base_model: ClaudioItaly/Exurbia-Enhanced41parameters:42  density: 143  normalize: true44  int8_mask: true45dtype: bfloat1646```47