QFHJ 微调模型与权重
千方慧鉴(QFHJ) 中医辨证 LLM Agent 问诊系统的模型权重托管仓库。
文件清单
| 文件 | 说明 | 放置路径 |
|---|---|---|
model2/ |
DeepSeek-R1-Distill-Qwen-1.5B 两阶段 LoRA 微调合并权重(SFT + LoRA r=8 + 4bit 量化训练,LLaMA Factory) | <项目根>/model2/ |
best_mIoU_epoch_100.pth |
皮肤病灶分割网络权重(Swin-T + DABNeck + MSDAH,ISIC2017 训练) | <项目根>/ |
快速使用
# 方式一:huggingface-cli
pip install -U huggingface_hub
huggingface-cli download lh527/qfhj --include "model2/*" --local-dir .
huggingface-cli download lh527/qfhj best_mIoU_epoch_100.pth --local-dir .
# 方式二:国内镜像(将 huggingface.co 替换为 hf-mirror.com)
wget https://hf-mirror.com/lh527/qfhj/resolve/main/best_mIoU_epoch_100.pth
微调配置(LoRA r=8 / alpha=16,学习率 5e-5,轮次 10,批大小 8,梯度累积 8,上下文 2048,4bit 双量化 + BF16 + Flash Attention)与推理服务封装见主仓库 README「核心设计四」章节。
License
MIT
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
Model tree for lh527/qfhj
Base model
deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B