Upload config.json with huggingface_hub
Browse files- config.json +63 -83
config.json
CHANGED
|
@@ -1,83 +1,63 @@
|
|
| 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 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
"num_key_value_heads": 4,
|
| 65 |
-
"pad_token_id": null,
|
| 66 |
-
"partial_rotary_factor": 0.25,
|
| 67 |
-
"rms_norm_eps": 1e-06,
|
| 68 |
-
"rope_parameters": {
|
| 69 |
-
"mrope_interleaved": true,
|
| 70 |
-
"mrope_section": [
|
| 71 |
-
11,
|
| 72 |
-
11,
|
| 73 |
-
10
|
| 74 |
-
],
|
| 75 |
-
"partial_rotary_factor": 0.25,
|
| 76 |
-
"rope_theta": 10000000,
|
| 77 |
-
"rope_type": "default"
|
| 78 |
-
},
|
| 79 |
-
"tie_word_embeddings": false,
|
| 80 |
-
"transformers_version": "5.4.0",
|
| 81 |
-
"use_cache": true,
|
| 82 |
-
"vocab_size": 248320
|
| 83 |
-
}
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
- zh
|
| 6 |
+
- ko
|
| 7 |
+
- ja
|
| 8 |
+
- fr
|
| 9 |
+
- es
|
| 10 |
+
- de
|
| 11 |
+
- it
|
| 12 |
+
- ru
|
| 13 |
+
- ar
|
| 14 |
+
- multilingual
|
| 15 |
+
pipeline_tag: text-generation
|
| 16 |
+
tags:
|
| 17 |
+
- chat
|
| 18 |
+
- suzhou
|
| 19 |
+
- merged
|
| 20 |
+
- reasoning
|
| 21 |
+
- tool-use
|
| 22 |
+
- agent
|
| 23 |
+
library_name: transformers
|
| 24 |
+
base_model:
|
| 25 |
+
- tripplet-research/suzhou3.1
|
| 26 |
+
- Qwen/Qwen2.5-3B-Instruct
|
| 27 |
+
---
|
| 28 |
+
|
| 29 |
+
# Suzhou 3.2
|
| 30 |
+
|
| 31 |
+
A 12 billion parameter instruction-tuned language model by **Triplet Research**. Suzhou 3.2 is a weighted merge of Suzhou 3.1 and Qwen2.5-3B, designed to improve reasoning and math capabilities.
|
| 32 |
+
|
| 33 |
+
## Merge Details
|
| 34 |
+
|
| 35 |
+
- **Method**: Weighted blending (70% Suzhou 3.1 + 30% Qwen2.5-3B)
|
| 36 |
+
- **Model A**: Suzhou 3.1 - strong agent/tool-use, reasoning
|
| 37 |
+
- **Model B**: Qwen2.5-3B-Instruct - math reasoning, general knowledge
|
| 38 |
+
- **Target**: 12B parameters
|
| 39 |
+
|
| 40 |
+
## Key Features
|
| 41 |
+
|
| 42 |
+
- **12B parameters**
|
| 43 |
+
- **262K context window**
|
| 44 |
+
- Strong **reasoning** and **chain-of-thought** capabilities
|
| 45 |
+
- **Tool calling** and **agent** support
|
| 46 |
+
- **Multilingual** support (29+ languages)
|
| 47 |
+
- Mixed attention architecture (linear + full attention layers)
|
| 48 |
+
|
| 49 |
+
## Architecture
|
| 50 |
+
|
| 51 |
+
- Type: Causal Language Model
|
| 52 |
+
- Architecture: Qwen3.5 Text
|
| 53 |
+
- Layers: 32
|
| 54 |
+
- Parameters: 12B
|
| 55 |
+
|
| 56 |
+
## Quickstart
|
| 57 |
+
|
| 58 |
+
```python
|
| 59 |
+
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 60 |
+
|
| 61 |
+
model = AutoModelForCausalLM.from_pretrained("Triplet-Research/suzhou-3.2")
|
| 62 |
+
tokenizer = AutoTokenizer.from_pretrained("Triplet-Research/suzhou-3.2")
|
| 63 |
+
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|