56 lines
1.6 KiB
Markdown
56 lines
1.6 KiB
Markdown
---
|
|
license: apache-2.0
|
|
language:
|
|
- en
|
|
- zh
|
|
base_model:
|
|
- deepseek-ai/DeepSeek-R1-0528-Qwen3-8B
|
|
- Qwen/Qwen3-8B
|
|
pipeline_tag: text-generation
|
|
tags:
|
|
- merge
|
|
---
|
|
|
|
# *Model Highlights:*
|
|
|
|
- ***merge method**: `nuslerp`*
|
|
|
|
- ***Highest precision**: `dtype: float32` + `out_dtype: bfloat16`*
|
|
|
|
- ***Brand-new chat template**: ensures normal operation on LM Studio*
|
|
|
|
- ***Context length**: `32768`*
|
|
## *Model Selection Table:*
|
|
|Model|Context|Uses Basic Model|
|
|
|---|---|---|
|
|
|[Qwen3-8B-YOYO-slerp](https://huggingface.co/YOYO-AI/Qwen3-8B-YOYO-slerp)|32K|Yes|
|
|
|[Qwen3-8B-YOYO-slerp-128K](https://huggingface.co/YOYO-AI/Qwen3-8B-YOYO-slerp-128K)|128K|Yes|
|
|
|[Qwen3-8B-YOYO-nuslerp](https://huggingface.co/YOYO-AI/Qwen3-8B-YOYO-nuslerp)|32K|No|
|
|
|[Qwen3-8B-YOYO-nuslerp-128K](https://huggingface.co/YOYO-AI/Qwen3-8B-YOYO-nuslerp-128K)|128K|No|
|
|
|[Qwen3-8B-YOYO-nuslerp-plus](https://huggingface.co/YOYO-AI/Qwen3-8B-YOYO-nuslerp-plus)|32K|Yes|
|
|
|[Qwen3-8B-YOYO-nuslerp-plus-128K](https://huggingface.co/YOYO-AI/Qwen3-8B-YOYO-nuslerp-plus-128K)|128K|Yes|
|
|
> **Warning**:
|
|
> *Models with `128K` context may have slight quality loss. In most cases, please use the `32K` native context!*
|
|
# *Parameter Settings*:
|
|
## *Thinking Mode:*
|
|
> [!NOTE]
|
|
> *`Temperature=0.6`, `TopP=0.95`, `TopK=20`,`MinP=0`.*
|
|
# *Configuration*:
|
|
*The following YAML configuration was used to produce this model:*
|
|
|
|
```yaml
|
|
models:
|
|
- model: deepseek-ai/DeepSeek-R1-0528-Qwen3-8B
|
|
parameters:
|
|
weight: 1
|
|
- model: Qwen/Qwen3-8B
|
|
parameters:
|
|
weight: 1
|
|
merge_method: nuslerp
|
|
tokenizer_source: Qwen/Qwen3-8B
|
|
parameters:
|
|
normalize: true
|
|
int8_mask: true
|
|
dtype: float32
|
|
out_dtype: bfloat16
|
|
``` |