Tarek07's picture
Upload folder using huggingface_hub
478b9c4 verified
---
base_model:
- OpenBuddy/openbuddy-llama3.3-70b-v24.1-131k
- TareksLab/P1-STEP3
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 [NearSwap](https://huggingface.co/alchemonaut/QuartetAnemoi-70B-t0.0001) merge method using [TareksLab/P1-STEP3](https://huggingface.co/TareksLab/P1-STEP3) as a base.
### Models Merged
The following models were included in the merge:
* [OpenBuddy/openbuddy-llama3.3-70b-v24.1-131k](https://huggingface.co/OpenBuddy/openbuddy-llama3.3-70b-v24.1-131k)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: OpenBuddy/openbuddy-llama3.3-70b-v24.1-131k
- model: TareksLab/P1-STEP3
merge_method: nearswap
base_model: TareksLab/P1-STEP3
parameters:
t:
- value: 0.0001
dtype: bfloat16
chat_template: llama3
tokenizer:
source: base
```