tolgadev's picture
Upload folder using huggingface_hub
2ff965c verified
|
raw
history blame
No virus
939 Bytes
---
license: apache-2.0
tags:
- merge
- mergekit
- lazymergekit
- Trendyol/Trendyol-LLM-7b-chat-dpo-v1.0
- Trendyol/Trendyol-LLM-7b-chat-v0.1
---
# TrendyolMixLLM_v1.1-ties
TrendyolMixLLM_v1.1-ties is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
* [Trendyol/Trendyol-LLM-7b-chat-dpo-v1.0](https://huggingface.co/Trendyol/Trendyol-LLM-7b-chat-dpo-v1.0)
* [Trendyol/Trendyol-LLM-7b-chat-v0.1](https://huggingface.co/Trendyol/Trendyol-LLM-7b-chat-v0.1)
## 🧩 Configuration
```yaml
models:
- model: Trendyol/Trendyol-LLM-7b-chat-v1.0
# no parameters necessary for base model
- model: Trendyol/Trendyol-LLM-7b-chat-dpo-v1.0
parameters:
density: 0.5
weight: 0.5
- model: Trendyol/Trendyol-LLM-7b-chat-v0.1
parameters:
density: 0.5
weight: 0.3
merge_method: ties
base_model: Trendyol/Trendyol-LLM-7b-chat-v1.0
parameters:
normalize: true
dtype: float16
```