stable-able-ble / README.md
0x0son0's picture
Upload folder using huggingface_hub
27fff20 verified
|
raw
history blame contribute delete
No virus
940 Bytes
---
base_model:
- StupidSenpai/s-4001
- vapegod/31ss
- StupidSenpai/s-4000
library_name: transformers
tags:
- mergekit
- merge
---
# stable-1
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 [vapegod/31ss](https://huggingface.co/vapegod/31ss) as a base.
### Models Merged
The following models were included in the merge:
* [StupidSenpai/s-4001](https://huggingface.co/StupidSenpai/s-4001)
* [StupidSenpai/s-4000](https://huggingface.co/StupidSenpai/s-4000)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: StupidSenpai/s-4000
- model: StupidSenpai/s-4001
merge_method: model_stock
base_model: vapegod/31ss
dtype: bfloat16
```