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

Model: hemlang/Hemlock-Apothecary-7B
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-13 16:16:20 +08:00
commit b6cd003e63
8 changed files with 248 additions and 0 deletions

48
README.md Normal file
View File

@@ -0,0 +1,48 @@
---
library_name: transformers
pipeline_tag: text-generation
tags:
- merlina
- grimoire
- text-generation
- sft
datasets:
- hemlang/Hemlock2-DPO
- hemlang/hemlock-formulary-SFT
- hemlang/hemlock-codex-SFT
base_model:
- hemlang/Hemlock-Codex-7B
---
![image/png](https://huggingface.co/datasets/nbeerbower/cover-images/resolve/main/hemlock_kawaii.png)
# Hemlock-Apothecary-7B
## Training Configuration
| Parameter | Value |
|-----------|-------|
| Training Mode | SFT |
| Base Model | `hemlang/Hemlock-Codex-7B` |
| Learning Rate | 0.0001 |
| Epochs | 2 |
| Batch Size | 2 |
| Gradient Accumulation | 8 |
| Effective Batch Size | 16 |
| Max Sequence Length | 2048 |
| Optimizer | paged_adamw_8bit |
| LR Scheduler | cosine |
| Warmup Ratio | 0.05 |
| Weight Decay | 0.01 |
| Max Grad Norm | 0.3 |
| Seed | 42 |
| LoRA Rank (r) | 128 |
| LoRA Alpha | 128 |
| LoRA Dropout | 0.05 |
| Target Modules | up_proj, down_proj, gate_proj, k_proj, q_proj, v_proj, o_proj |
| Quantization | 4-bit (NF4) |
| GPU | NVIDIA RTX A6000 |
---
![Trained with Merlina](https://raw.githubusercontent.com/Schneewolf-Labs/Merlina/refs/heads/main/frontend/madewithmerlina_smol.png)
[Merlina on GitHub](https://github.com/Schneewolf-Labs/Merlina)