Llama3-Turkish / README.md
Matrix
Update README.md
3fdc6cd verified
---
base_model:
- meta-llama/Meta-Llama-3-8B-Instruct
- atasoglu/Turkish-Llama-3-8B-function-calling
- matrixportal/Turkish-Llama3-8B-Merged
library_name: transformers
tags:
- mergekit
- merge
language:
- tr
- en
---
# 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 [TIES](https://arxiv.org/abs/2306.01708) merge method using [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct) as a base.
### Models Merged
The following models were included in the merge:
* [atasoglu/Turkish-Llama-3-8B-function-calling](https://huggingface.co/atasoglu/Turkish-Llama-3-8B-function-calling)
* [matrixportal/Turkish-Llama3-8B-Merged](https://huggingface.co/matrixportal/Turkish-Llama3-8B-Merged)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
base_model: meta-llama/Meta-Llama-3-8B-Instruct
models:
- model: atasoglu/Turkish-Llama-3-8B-function-calling
parameters:
weight: 0.6
- model: matrixportal/Turkish-Llama3-8B-Merged
parameters:
weight: 0.4
merge_method: ties
parameters:
density: 0.6
normalize: true
dtype: bfloat16
tokenizer_from: "meta-llama/Meta-Llama-3-8B-Instruct"
force_tokenizer_reload: true
```