Crumb-13B / README.md
ericpandev's picture
Update README.md
ade555d verified
|
raw
history blame
1.06 kB
---
base_model:
- NeverSleep/Noromaid-13b-v0.1.1
- CalderaAI/13B-Thorns-l2
- WizardLM/WizardLM-13B-V1.2
tags:
- mergekit
- merge
license: mit
language:
- en
---
# Crumb 22.9B
Merge of Noromaid, Thorns, and WizardLM for Bread AI
https://discord.gg/breadai
## 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:
* [NeverSleep/Noromaid-13b-v0.1.1](https://huggingface.co/NeverSleep/Noromaid-13b-v0.1.1)
* [CalderaAI/13B-Thorns-l2](https://huggingface.co/CalderaAI/13B-Thorns-l2)
* [WizardLM/WizardLM-13B-V1.2](https://huggingface.co/WizardLM/WizardLM-13B-V1.2)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: NeverSleep/Noromaid-13b-v0.1.1
parameters:
weight: 1.0
- model: WizardLM/WizardLM-13B-V1.2
parameters:
weight: 0.3
- model: CalderaAI/13B-Thorns-l2
parameters:
weight: 0.5
merge_method: linear
dtype: float16
```