Files
qwen3-4b-dpo-v2/README.md
ModelHub XC fc2ea533f3 初始化项目,由ModelHub XC社区提供模型
Model: takami2022/qwen3-4b-dpo-v2
Source: Original Platform
2026-08-21 21:01:21 +08:00

32 lines
613 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
base_model: takami2022/qwen3-4b-dpo-v1
datasets:
- u-10bei/dpo-dataset-qwen-cot
language:
- en
license: apache-2.0
library_name: transformers
pipeline_tag: text-generation
tags:
- dpo
- unsloth
- qwen
- alignment
---
# qwen3-4b-dpo-v2
DPO v10.7703をベースにBeta=0.05で再学習したモデル。
## Training Configuration
- **Base model**: takami2022/qwen3-4b-dpo-v1
- **Method**: DPO (Direct Preference Optimization)
- **Epochs**: 1
- **Learning rate**: 1e-07
- **Beta**: 0.05 (前回0.1→0.05に変更)
- **Max sequence length**: 1024
- **LoRA Config**: r=16, alpha=32 (merged into base)