初始化项目,由ModelHub XC社区提供模型
Model: Aleteian/Pathfinder-RP-12B-RU Source: Original Platform
This commit is contained in:
56
README.md
Normal file
56
README.md
Normal file
@@ -0,0 +1,56 @@
|
||||
---
|
||||
base_model:
|
||||
- MarinaraSpaghetti/NemoMix-Unleashed-12B
|
||||
- LatitudeGames/Wayfarer-12B
|
||||
- IlyaGusev/saiga_nemo_12b
|
||||
library_name: transformers
|
||||
tags:
|
||||
- mergekit
|
||||
- merge
|
||||
|
||||
---
|
||||
# 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 [Model Breadcrumbs with TIES](https://arxiv.org/abs/2312.06795) merge method using [IlyaGusev/saiga_nemo_12b](https://huggingface.co/IlyaGusev/saiga_nemo_12b) as a base.
|
||||
|
||||
### Models Merged
|
||||
|
||||
The following models were included in the merge:
|
||||
* [MarinaraSpaghetti/NemoMix-Unleashed-12B](https://huggingface.co/MarinaraSpaghetti/NemoMix-Unleashed-12B)
|
||||
* [LatitudeGames/Wayfarer-12B](https://huggingface.co/LatitudeGames/Wayfarer-12B)
|
||||
|
||||
### Configuration
|
||||
|
||||
The following YAML configuration was used to produce this model:
|
||||
|
||||
```yaml
|
||||
models:
|
||||
- model: IlyaGusev/saiga_nemo_12b
|
||||
parameters:
|
||||
weight: 0.4
|
||||
|
||||
- model: LatitudeGames/Wayfarer-12B
|
||||
parameters:
|
||||
density: 0.9
|
||||
weight: 0.4
|
||||
gamma: 0.01
|
||||
|
||||
- model: MarinaraSpaghetti/NemoMix-Unleashed-12B
|
||||
parameters:
|
||||
density: 0.9
|
||||
weight: 0.3
|
||||
gamma: 0.01
|
||||
|
||||
merge_method: breadcrumbs_ties
|
||||
base_model: IlyaGusev/saiga_nemo_12b
|
||||
dtype: bfloat16
|
||||
|
||||
tokenizer_source: "union"
|
||||
chat_template: "chatml"
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user