初始化项目,由ModelHub XC社区提供模型

Model: CorticalStack/mistral-7b-tak-stack-dpo
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-19 14:31:00 +08:00
commit ce34f79289
13 changed files with 91622 additions and 0 deletions

29
README.md Normal file
View File

@@ -0,0 +1,29 @@
---
license: apache-2.0
tags:
- dpo
base_model:
- mistralai/Mistral-7B-v0.1
dataset:
- CorticalStack/tak-stack-dpo
---
# mistral-7b-tak-stack-dpo
mistral-7b-tak-stack-dpo is a DPO fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) using the [CorticalStack/tak-stack-dpo](https://huggingface.co/datasets/CorticalStack/tak-stack-dpo) dataset.
### LoRA
- r: 32
- LoRA alpha: 32
- LoRA dropout: 0.05
### Training arguments
- Batch size: 4
- Gradient accumulation steps: 4
- Optimizer: paged_adamw_32bit
- Max steps: 100
- Learning rate: 5e-05
- Learning rate scheduler type: cosine
- Beta: 0.1
- Max prompt length: 1024
- Max length: 1536