CoolFace
Modelpublic

ToastyPigeon/funny-nemo-embedding-testing

sourceHugging Faceupdated 1y agoView on Hugging Face
1likes4downloads
README.md42 linesDownload Raw Back to root
1---2base_model:3- ToastyPigeon/nemo-kimi-lora4- ToastyPigeon/nemo-books-lora5library_name: transformers6tags:7- mergekit8- merge9 10---11# merged12 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 [Linear](https://arxiv.org/abs/2203.05482) merge method.19 20### Models Merged21 22The following models were included in the merge:23* magmell + [ToastyPigeon/nemo-kimi-lora](https://huggingface.co/ToastyPigeon/nemo-kimi-lora)24* tess + [ToastyPigeon/nemo-books-lora](https://huggingface.co/ToastyPigeon/nemo-books-lora)25 26### Configuration27 28The following YAML configuration was used to produce this model:29 30```yaml31models:32  - model: magmell+ToastyPigeon/nemo-kimi-lora33    parameters:34      weight: 0.535  - model: tess+ToastyPigeon/nemo-books-lora36    parameters:37      weight: 0.538merge_method: linear 39dtype: bfloat1640tokenizer_source: union41```42