初始化项目,由ModelHub XC社区提供模型

Model: nlpguy/AlloyIngotNeoY
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-04-13 01:34:59 +08:00
commit 50dcfb46fe
11 changed files with 91338 additions and 0 deletions

50
README.md Normal file
View File

@@ -0,0 +1,50 @@
---
base_model:
- yam-peleg/Experiment26-7B
- ammarali32/multi_verse_model
library_name: transformers
tags:
- mergekit
- merge
license: apache-2.0
---
# merged
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 task_swapping_ties merge method using [ammarali32/multi_verse_model](https://huggingface.co/ammarali32/multi_verse_model) as a base.
### Models Merged
The following models were included in the merge:
* [yam-peleg/Experiment26-7B](https://huggingface.co/yam-peleg/Experiment26-7B)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
base_model:
model:
path: ammarali32/multi_verse_model
dtype: bfloat16
merge_method: task_swapping_ties
slices:
- sources:
- layer_range: [0, 32]
model:
model:
path: yam-peleg/Experiment26-7B
parameters:
diagonal_offset: 2.0
weight: 0.4
- layer_range: [0, 32]
model:
model:
path: ammarali32/multi_verse_model
parameters:
weight: 0.6
```