llama3-carlodda-v1 / README.md
Fischerboot's picture
Upload 11 files
f857999 verified
|
raw
history blame
859 Bytes
---
base_model:
- Essacheez/LLAMA3-8b-LIMA-Alpaca-style
- Fischerboot/llama3-c1-full
library_name: transformers
tags:
- mergekit
- merge
---
# ll3-c1-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 passthrough merge method.
### Models Merged
The following models were included in the merge:
* [Essacheez/LLAMA3-8b-LIMA-Alpaca-style](https://huggingface.co/Essacheez/LLAMA3-8b-LIMA-Alpaca-style) + [Fischerboot/llama3-c1-full](https://huggingface.co/Fischerboot/llama3-c1-full)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
merge_method: passthrough
slices:
- sources:
- layer_range: [0, 32]
model: Essacheez/LLAMA3-8b-LIMA-Alpaca-style+Fischerboot/llama3-c1-full
```