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

Model: TuralBayev/axeron-forge-ea776bbc
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-09-02 03:54:19 +08:00
commit 0087845dc7
16 changed files with 152222 additions and 0 deletions

45
README.md Normal file
View File

@@ -0,0 +1,45 @@
---
base_model:
- Qwen/Qwen2.5-7B
- Qwen/Qwen2.5-7B-Instruct
library_name: transformers
tags:
- forgelm
- forge
---
# ea776bbc-b4c0-4b59-95a7-44ac0f0315d7
This is a forge of pre-trained language models created using [forgelm](https://github.com/AxeronAI/forgelm).
## Forge Details
### Forge Method
This model was forged using the [Task Arithmetic](https://arxiv.org/abs/2212.04089) forge method using [Qwen/Qwen2.5-7B](https://huggingface.co/Qwen/Qwen2.5-7B) as a base.
### Models Forged
The following models were included in the forge:
* [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
base_model: Qwen/Qwen2.5-7B
dtype: bfloat16
forge_method: task_arithmetic
modules:
default:
slices:
- sources:
- layer_range: [0, 28]
model: Qwen/Qwen2.5-7B-Instruct
parameters:
weight: 1.0
- layer_range: [0, 28]
model: Qwen/Qwen2.5-7B
tokenizer:
source: base
```