File size: 843 Bytes
a40abb6
 
 
 
 
 
 
 
 
 
 
 
 
7bebad6
a40abb6
 
 
 
 
 
 
7bebad6
a40abb6
 
7bebad6
a40abb6
 
 
 
 
 
 
 
 
 
 
772deeb
a40abb6
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
license: apache-2.0
language:
- en
- zh
base_model:
- Qwen/Qwen3-30B-A3B-Thinking-2507
- Qwen/Qwen3-30B-A3B-Instruct-2507
pipeline_tag: text-generation
tags:
- merge
---

## *Model Highlights:*

- ***merge method**: `nuslerp`*

- ***Highest precision**: `dtype: float32` + `out_dtype: bfloat16`*

- ***Context length**: `262,144`*

## *Parameter Settings*:
> [!NOTE]
> *`Temperature=0.7`, `TopP=0.8`, `TopK=20`,`MinP=0`.*
## *Configuration*:
*The following YAML configuration was used to produce this model:*

```yaml
models:
  - model: Qwen/Qwen3-30B-A3B-Thinking-2507
    parameters:
      weight: 1
  - model: Qwen/Qwen3-30B-A3B-Instruct-2507
    parameters:
      weight: 1
merge_method: nuslerp
tokenizer_source: Qwen/Qwen3-30B-A3B-Thinking-2507
parameters:
  normalize: true
  int8_mask: false
dtype: float32
out_dtype: bfloat16
```