53 lines
1.5 KiB
Markdown
53 lines
1.5 KiB
Markdown
---
|
|
base_model: []
|
|
library_name: transformers
|
|
tags:
|
|
- mergekit
|
|
- merge
|
|
|
|
---
|
|
# hellaswag
|
|
|
|
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 [linear](https://arxiv.org/abs/2203.05482) merge method.
|
|
|
|
### Models Merged
|
|
|
|
The following models were included in the merge:
|
|
* /NHNHOME/26msit001_A/BASE/edge_ai_lab/jongbokwon/warp-safety/outputs/base/llama2_7b_chat_hf
|
|
* /NHNHOME/26msit001_A/BASE/edge_ai_lab/jongbokwon/minseong_results/checkpoints/llama-2-7b-chat-hf/baselines/vanilla/hellaswag
|
|
* /NHNHOME/26msit001_A/BASE/edge_ai_lab/jongbokwon/warp-safety/outputs/chat_ssft/llama2_7b_chat_circuit_breakers
|
|
|
|
### Configuration
|
|
|
|
The following YAML configuration was used to produce this model:
|
|
|
|
```yaml
|
|
dtype: float16
|
|
merge_method: linear
|
|
slices:
|
|
- sources:
|
|
- layer_range: [0, 32]
|
|
model:
|
|
model:
|
|
path: /NHNHOME/26msit001_A/BASE/edge_ai_lab/jongbokwon/minseong_results/checkpoints/llama-2-7b-chat-hf/baselines/vanilla/hellaswag
|
|
parameters:
|
|
weight: 1.0
|
|
- layer_range: [0, 32]
|
|
model:
|
|
model:
|
|
path: /NHNHOME/26msit001_A/BASE/edge_ai_lab/jongbokwon/warp-safety/outputs/chat_ssft/llama2_7b_chat_circuit_breakers
|
|
parameters:
|
|
weight: 0.3
|
|
- layer_range: [0, 32]
|
|
model:
|
|
model:
|
|
path: /NHNHOME/26msit001_A/BASE/edge_ai_lab/jongbokwon/warp-safety/outputs/base/llama2_7b_chat_hf
|
|
parameters:
|
|
weight: -0.3
|
|
```
|