base_model: | |
- lewtun/Llama-3.2-1B-SFT-Capybara-No-Packing-Llama | |
- Novaciano/RUN-WITH-SCISSORS-3.2-1B | |
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 [Arcee Fusion](https://arcee.ai) merge method using [Novaciano/RUN-WITH-SCISSORS-3.2-1B](https://huggingface.co/Novaciano/RUN-WITH-SCISSORS-3.2-1B) as a base. | |
### Models Merged | |
The following models were included in the merge: | |
* [lewtun/Llama-3.2-1B-SFT-Capybara-No-Packing-Llama](https://huggingface.co/lewtun/Llama-3.2-1B-SFT-Capybara-No-Packing-Llama) | |
### Configuration | |
The following YAML configuration was used to produce this model: | |
```yaml | |
merge_method: arcee_fusion | |
models: | |
- model: lewtun/Llama-3.2-1B-SFT-Capybara-No-Packing-Llama | |
- model: Novaciano/RUN-WITH-SCISSORS-3.2-1B | |
base_model: Novaciano/RUN-WITH-SCISSORS-3.2-1B | |
dtype: bfloat16 | |
out_dtype: bfloat16 | |
parameters: | |
int8_mask: true | |
normalize: true | |
rescale: false | |
chat_template: auto | |
tokenizer: | |
source: union | |
``` | |