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

Model: Zachary1150/merge_accfmt_MRL4096_ROLLOUT4_LR2e-6_w0.5_ties
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-04-09 13:06:22 +08:00
commit bd9b12455b
8 changed files with 303474 additions and 0 deletions

45
README.md Normal file
View File

@@ -0,0 +1,45 @@
---
base_model:
- deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
library_name: transformers
tags:
- mergekit
- merge
---
# merge_accfmt_MRL4096_ROLLOUT4_LR2e-6_w0.5_ties
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 [deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B) as a base.
### Models Merged
The following models were included in the merge:
* /local/scratch/zli2255/workspace/MergeExpert/checkpoints/baselines_openrs/accfmt_MRL4096_ROLLOUT4_LR2e-6/global_step_30/actor/huggingface
* /local/scratch/zli2255/workspace/MergeExpert/checkpoints/baselines_openrs/acc_MRL4096_ROLLOUT4_LR2e-6/global_step_54/actor/huggingface
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: /local/scratch/zli2255/workspace/MergeExpert/checkpoints/baselines_openrs/acc_MRL4096_ROLLOUT4_LR2e-6/global_step_54/actor/huggingface
parameters:
weight: 0.5
density: 0.5
- model: /local/scratch/zli2255/workspace/MergeExpert/checkpoints/baselines_openrs/accfmt_MRL4096_ROLLOUT4_LR2e-6/global_step_30/actor/huggingface
parameters:
weight: 0.5
density: 0.5
merge_method: ties
parameters:
normalize: true
dtype: bfloat16
base_model: deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
```