File size: 1,772 Bytes
1317eea 6e2fed7 1317eea |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 |
---
base_model:
- athirdpath/Llama-3-15b-Instruct-GLUED-Plus
- athirdpath/Llama-3-15b-OpenBioLexi-GLUED
- athirdpath/Llama-3-15b-Instruct-CoT
- athirdpath/Llama-3-15b-HermesPlaying-GLUED
- athirdpath/Llama-3-15b-Instruct-GLUED
library_name: transformers
tags:
- mergekit
- merge
---
![image/png](https://cdn-uploads.huggingface.co/production/uploads/633a809fa4a8f33508dce32c/GTFQNTsNVeNeAMw73IiGz.png)
# Llama-3-15b-StockTest
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 [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [athirdpath/Llama-3-15b-Instruct-GLUED](https://huggingface.co/athirdpath/Llama-3-15b-Instruct-GLUED) as a base.
### Models Merged
The following models were included in the merge:
* [athirdpath/Llama-3-15b-Instruct-GLUED-Plus](https://huggingface.co/athirdpath/Llama-3-15b-Instruct-GLUED-Plus)
* [athirdpath/Llama-3-15b-OpenBioLexi-GLUED](https://huggingface.co/athirdpath/Llama-3-15b-OpenBioLexi-GLUED)
* [athirdpath/Llama-3-15b-Instruct-CoT](https://huggingface.co/athirdpath/Llama-3-15b-Instruct-CoT)
* [athirdpath/Llama-3-15b-HermesPlaying-GLUED](https://huggingface.co/athirdpath/Llama-3-15b-HermesPlaying-GLUED)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: athirdpath/Llama-3-15b-Instruct-GLUED-Plus
- model: athirdpath/Llama-3-15b-Instruct-CoT
- model: athirdpath/Llama-3-15b-OpenBioLexi-GLUED
- model: athirdpath/Llama-3-15b-HermesPlaying-GLUED
merge_method: model_stock
base_model: athirdpath/Llama-3-15b-Instruct-GLUED
parameters:
normalize: true
int8_mask: true
dtype: float16
```
|