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

Model: top-50000/model-agent-test-4
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-04-23 16:00:40 +08:00
commit eaa26322c4
23 changed files with 152595 additions and 0 deletions

48
README.md Normal file
View File

@@ -0,0 +1,48 @@
---
base_model:
- gurand/Affine-5CrMoVRmR8yP69Kh4iyrELehGYzUh3t7Q9hYVZUSjJA3VqDV
- Qwen/Qwen3-32B
- gurand/Affine-5CFL2YaBrJZCUSPBTjcDcTUSbnrm3UtAgKRsTU2KRcu9nvyR
library_name: transformers
tags:
- mergekit
- merge
---
# testmodel-3
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 [DARE TIES](https://arxiv.org/abs/2311.03099) merge method using [Qwen/Qwen3-32B](https://huggingface.co/Qwen/Qwen3-32B) as a base.
### Models Merged
The following models were included in the merge:
* [gurand/Affine-5CrMoVRmR8yP69Kh4iyrELehGYzUh3t7Q9hYVZUSjJA3VqDV](https://huggingface.co/gurand/Affine-5CrMoVRmR8yP69Kh4iyrELehGYzUh3t7Q9hYVZUSjJA3VqDV)
* [gurand/Affine-5CFL2YaBrJZCUSPBTjcDcTUSbnrm3UtAgKRsTU2KRcu9nvyR](https://huggingface.co/gurand/Affine-5CFL2YaBrJZCUSPBTjcDcTUSbnrm3UtAgKRsTU2KRcu9nvyR)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
base_model: Qwen/Qwen3-32B
dtype: bfloat16
merge_method: dare_ties
parameters:
int8_mask: true
normalize: true
models:
- model: gurand/Affine-5CrMoVRmR8yP69Kh4iyrELehGYzUh3t7Q9hYVZUSjJA3VqDV
parameters:
density: 0.53
weight: 0.3
- model: gurand/Affine-5CFL2YaBrJZCUSPBTjcDcTUSbnrm3UtAgKRsTU2KRcu9nvyR
parameters:
density: 0.53
weight: 0.7
```