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

Model: ontocord/wide_3b_ties_fiction_math
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-03 13:47:46 +08:00
commit 384f526b50
14 changed files with 431 additions and 0 deletions

50
README.md Normal file
View File

@@ -0,0 +1,50 @@
---
base_model:
- ontocord/wide_3b_sft_stage1.2-ss1-expert_math
- ontocord/wide_3b_sft_stage1.2-ss1-expert_fictional_lyrical
- ontocord/wide_3b_sft_stage1.1-ss1-with_generics_intr_math_stories.no_issue
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 [TIES](https://arxiv.org/abs/2306.01708) merge method using [ontocord/wide_3b_sft_stage1.1-ss1-with_generics_intr_math_stories.no_issue](https://huggingface.co/ontocord/wide_3b_sft_stage1.1-ss1-with_generics_intr_math_stories.no_issue) as a base.
### Models Merged
The following models were included in the merge:
* [ontocord/wide_3b_sft_stage1.2-ss1-expert_math](https://huggingface.co/ontocord/wide_3b_sft_stage1.2-ss1-expert_math)
* [ontocord/wide_3b_sft_stage1.2-ss1-expert_fictional_lyrical](https://huggingface.co/ontocord/wide_3b_sft_stage1.2-ss1-expert_fictional_lyrical)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: ontocord/wide_3b_sft_stage1.1-ss1-with_generics_intr_math_stories.no_issue
#no parameters necessary for base model
- model: ontocord/wide_3b_sft_stage1.2-ss1-expert_math
parameters:
density: 0.5
weight: 0.5
- model: ontocord/wide_3b_sft_stage1.2-ss1-expert_fictional_lyrical
parameters:
density: 0.5
weight: 0.5
merge_method: ties
base_model: ontocord/wide_3b_sft_stage1.1-ss1-with_generics_intr_math_stories.no_issue
parameters:
normalize: false
int8_mask: true
dtype: float16
```