gemma-2b-var / README.md
sigridjineth's picture
Upload folder using huggingface_hub
449a9b6 verified
|
raw
history blame contribute delete
No virus
872 Bytes
---
base_model: []
library_name: transformers
tags:
- mergekit
- merge
---
# output-model-directory
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:
* /workspace/sigrid-llm-lab/layer_locked_raw_sk
* /workspace/sigrid-llm-lab/sigrid-llm-lab/sigrid-llm-lab/layer_locked_inst
### Configuration
The following YAML configuration was used to produce this model:
```yaml
slices:
- sources:
- model: /workspace/sigrid-llm-lab/layer_locked_raw_sk
layer_range: [0, 15]
- sources:
- model: /workspace/sigrid-llm-lab/sigrid-llm-lab/sigrid-llm-lab/layer_locked_inst
layer_range: [16, 17]
merge_method: passthrough
dtype: float16
```