37 lines
928 B
Markdown
37 lines
928 B
Markdown
---
|
|
license: apache-2.0
|
|
language:
|
|
- en
|
|
- zh
|
|
base_model:
|
|
- BasedBase/Qwen3-30B-A3B-Thinking-2507-Deepseek-v3.1-Distill-V2-FP32
|
|
- Qwen/Qwen3-30B-A3B-Instruct-2507
|
|
pipeline_tag: text-generation
|
|
tags:
|
|
- merge
|
|
---
|
|
> *Using the Acree_Fusion merging method, we transferred the knowledge of Deepseek-V3.1 from the distilled reasoning model to the instruction model.*
|
|
# *Model Highlights:*
|
|
|
|
- ***merge method**: `arcee_fusion`*
|
|
|
|
- ***Highest precision**: `dtype: float32` + `out_dtype: bfloat16`*
|
|
|
|
- ***Context length**: `262,144`*
|
|
|
|
# *Parameter Settings*:
|
|
> [!TIP]
|
|
> *`Temperature=0.7`, `TopP=0.8`, `TopK=20`,`MinP=0`.*
|
|
# *Configuration*:
|
|
*The following YAML configuration was used to produce this model:*
|
|
|
|
```yaml
|
|
models:
|
|
- model: BasedBase/Qwen3-30B-A3B-Thinking-2507-Deepseek-v3.1-Distill-V2-FP32
|
|
merge_method: arcee_fusion
|
|
base_model: Qwen/Qwen3-30B-A3B-Instruct-2507
|
|
dtype: float32
|
|
out_dtype: bfloat16
|
|
tokenizer_source: base
|
|
```
|