--- base_model: - chargoddard/prometheus-llama-3-8b-preference - chargoddard/prometheus-llama-3-8b-absolute library_name: transformers tags: - mergekit - merge --- # prometheus-8b-linear 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 [linear](https://arxiv.org/abs/2203.05482) merge method. ### Models Merged The following models were included in the merge: * [chargoddard/prometheus-llama-3-8b-preference](https://huggingface.co/chargoddard/prometheus-llama-3-8b-preference) * [chargoddard/prometheus-llama-3-8b-absolute](https://huggingface.co/chargoddard/prometheus-llama-3-8b-absolute) ### Configuration The following YAML configuration was used to produce this model: ```yaml merge_method: linear models: - model: chargoddard/prometheus-llama-3-8b-preference parameters: weight: 0.5 - model: chargoddard/prometheus-llama-3-8b-absolute parameters: weight: 0.5 dtype: bfloat16 ```