Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model:
|
| 4 |
+
- addansee2/Darwin-2B-Opus-heretic
|
| 5 |
+
tags:
|
| 6 |
+
- darwin
|
| 7 |
+
- darwin-v8
|
| 8 |
+
- opus-distilled
|
| 9 |
+
- qwen3.5
|
| 10 |
+
- reasoning
|
| 11 |
+
- korean
|
| 12 |
+
- claude-opus
|
| 13 |
+
- lora-merged
|
| 14 |
+
- uncensored
|
| 15 |
+
- decensored
|
| 16 |
+
- abliterated
|
| 17 |
+
- heretic
|
| 18 |
+
language:
|
| 19 |
+
- en
|
| 20 |
+
- ko
|
| 21 |
+
- zh
|
| 22 |
+
- ja
|
| 23 |
+
pipeline_tag: text-generation
|
| 24 |
+
---
|
| 25 |
+
|
| 26 |
+
* Parameters:
|
| 27 |
+
* start_layer_index = 1
|
| 28 |
+
* end_layer_index = 16
|
| 29 |
+
* preserve_good_behavior_weight = 0.8471
|
| 30 |
+
* steer_bad_behavior_weight = 0.0003
|
| 31 |
+
* overcorrect_relative_weight = 0.4130
|
| 32 |
+
* neighbor_count = 3
|
| 33 |
+
* KL divergence: 0.0702
|
| 34 |
+
|
| 35 |
+
# 🧠 Darwin-2B-Opus
|
| 36 |
+
|
| 37 |
+
Claude Opus 4.5/4.6 및 Sonnet 4.6의 추론 스타일을 주입한 Qwen3.5-2B 기반 모델.
|
| 38 |
+
|
| 39 |
+
---
|
| 40 |
+
|
| 41 |
+
## 🧬 Pedigree
|
| 42 |
+
|
| 43 |
+
- 👨 **Father (Base)**: [`Qwen/Qwen3.5-2B`](https://huggingface.co/Qwen/Qwen3.5-2B)
|
| 44 |
+
- 👩 **Mother (LoRA Adapter)**: [`FINAL-Bench/Darwin-2B-Opus-LoRA`](https://huggingface.co/FINAL-Bench/Darwin-2B-Opus-LoRA)
|
| 45 |
+
- 👶 **Child (This model)**: `FINAL-Bench/Darwin-2B-Opus` — merged full-weight standalone
|