Skills MCP Model 博客 提交 Skills

AI 开发 教程

系统化的 AI 开发学习路径。从提示词工程到模型微调,从 RAG 到 Agent 开发,覆盖 AI 应用开发全栈知识。共 142 篇教程,18 个分类,入门到高级全覆盖。

找到 17 篇教程

Model Fine-tuning Intermediate

DeepSeek Model Evaluation and Benchmarking

Complete evaluation guide for DeepSeek models: results on mainstream benchmarks such as MMLU, HumanEval, GSM8K, and MT-Bench. Comprehensive comparison of DeepSeek-V3 vs GPT-4o vs Claude 3.5, including evaluation code and model selection recommendations.

模型评估 基准测试 MMLU 性能对比
2025-06 22 分钟阅读
阅读教程 →
Model Fine-tuning Advanced

DeepSeek Data Engineering Tutorial

From data collection to quality evaluation, fully master the large model data engineering pipeline. Covers core aspects such as SFT dataset construction, RLHF preference data preparation, data cleaning and deduplication, data augmentation, and large-scale data processing.

数据工程 SFT RLHF 数据清洗
2025-06 23 分钟阅读
阅读教程 →
Model Fine-tuning Advanced

DeepSeek Model Architecture Deep Dive

In-depth analysis of DeepSeek-V3's core technologies such as MoE architecture, MLA attention mechanism, and Multi-Token Prediction. Understand how DeepSeek achieves GPT-4o-level performance at extremely low cost, including architecture diagrams and source code analysis.

架构解析 MoE MLA 注意力机制
2025-06 28 分钟阅读
阅读教程 →
Model Fine-tuning Advanced

DeepSeek Fine-tuning Hands-on Tutorial

Full practical guide to fine-tuning DeepSeek models: LoRA/QLoRA efficient fine-tuning, full-parameter fine-tuning, data preparation, training configuration, and evaluation validation. Covers fine-tuning solutions for DeepSeek-V3 and DeepSeek-R1, including complete code and best practices.

模型微调 LoRA QLoRA SFT
2025-06 26 分钟阅读
阅读教程 →
Model Fine-tuning Advanced

Model Distillation in Practice: Training Small Models with Large Models

Knowledge distillation allows small models to approach large model capabilities while significantly reducing inference costs. This article provides an in-depth explanation of distillation principles, data generation strategies, training techniques, and effect evaluation, teaching you to distill cost-effective small models with DeepSeek.

知识蒸馏 模型训练 数据生成 成本优化
2026-08 24 分钟阅读
阅读教程 →
Model Fine-tuning Advanced

RLHF Reinforcement Fine-Tuning in Practice: From Preference Data to Reward Model

RLHF aligns model outputs with human preferences. This article walks through the complete RLHF pipeline, from preference data collection and reward model training to PPO reinforcement fine-tuning, and provides engineering insights on data quality and effect evaluation.

RLHF 奖励模型 PPO 偏好对齐
2026-08 26 分钟阅读
阅读教程 →
Model Fine-tuning Intermediate

Practical Guide to QLoRA Fine-Tuning

Full-parameter fine-tuning is expensive; QLoRA uses 4-bit quantization and low-rank adaptation to allow ordinary developers to fine-tune large models on consumer-grade GPUs. This article provides a hands-on guide to the complete QLoRA fine-tuning process from data preparation to model deployment, using DeepSeek as the base model.

微调 QLoRA 模型训练 DeepSeek
2026-07 25 分钟阅读
阅读教程 →
Model Fine-tuning Intermediate

The Art of Building Fine-Tuning Datasets

The upper limit of fine-tuning effectiveness is determined by data quality, not the model or algorithm. This article delves into the methodology for building fine-tuning datasets, covering data sources, quality control, diversity assurance, and data mixing strategies, helping you build high-quality fine-tuning datasets.

微调 数据集 数据质量 数据工程
2026-07 18 分钟阅读
阅读教程 →
Model Fine-tuning Advanced

Model Evaluation and A/B Testing

After fine-tuning, how can you objectively evaluate model performance? How should A/B tests be designed to obtain statistically significant conclusions? This article establishes a scientific model evaluation system from three dimensions: offline evaluation, online A/B testing, and statistical significance.

模型评估 A/B测试 统计显著性 实验设计
2026-07 20 分钟阅读
阅读教程 →
Model Fine-tuning Intermediate

Comprehensive Comparison of LoRA vs QLoRA vs Full Fine-tuning

A comprehensive comparison of LoRA, QLoRA, and full fine-tuning, analyzing from the perspectives of principles, memory usage, training speed, and final performance, to help you make the right technology choice.

微调 LoRA QLoRA 模型训练
2026-07 22 分钟阅读
阅读教程 →
Model Fine-tuning Intermediate

Practical Construction of Instruction Fine-Tuning Data

Data quality determines the upper limit of fine-tuning effectiveness. This article explains the construction methods for instruction fine-tuning data, including data sources, cleaning strategies, quality evaluation, data augmentation, and mixing design.

指令微调 数据集 数据清洗 数据增强
2026-07 20 分钟阅读
阅读教程 →
Model Fine-tuning Intermediate

Practical Model Quantization and Deployment

Quantization is a key technology to reduce model inference costs. This article systematically explains the principles, toolchains, and deployment practices of model quantization from INT8 to INT4, enabling your model to run efficiently on consumer-grade hardware.

模型量化 INT8 INT4 推理优化
2026-07 22 分钟阅读
阅读教程 →
Model Fine-tuning Advanced

Detailed Explanation of DPO Preference Alignment Training

DPO (Direct Preference Optimization) is a simplified alternative to RLHF that does not require training a reward model. This article explains the principles, implementation details, and training techniques of DPO in depth.

DPO RLHF 偏好对齐 对齐训练
2026-07 25 分钟阅读
阅读教程 →
Model Fine-tuning Intermediate

Complete Guide to Large Model Evaluation and Benchmarking

How to objectively evaluate the capabilities of large models? This article systematically explains mainstream benchmark tests such as MMLU, HumanEval, and C-Eval, as well as evaluation methods like LLM-as-Judge and arena rankings, to help you establish a scientific model evaluation system.

模型评估 基准测试 MMLU HumanEval
2025-07 16 分钟阅读
阅读教程 →
Model Fine-tuning Advanced

Dataset Construction and Quality Evaluation

Data quality determines the upper limit of fine-tuning effectiveness. This article systematically explains the construction methods of fine-tuning datasets, data cleaning strategies, quality evaluation metrics, and data augmentation techniques, helping you build high-quality fine-tuning datasets.

数据集 数据清洗 质量评估
2025-06 17 分钟阅读
阅读教程 →
Model Fine-tuning Intermediate

QLoRA Quantized Fine-Tuning in Practice

QLoRA reduces the memory requirements for fine-tuning large models to the extreme through 4-bit quantization. This article provides an in-depth explanation of QLoRA's technical principles, NF4 quantization, double quantization, and other key technologies, along with complete practical code.

QLoRA 量化微调 内存优化
2025-05 18 分钟阅读
阅读教程 →
Model Fine-tuning Beginner

Complete Guide to LoRA Fine-Tuning

LoRA is currently the most popular parameter-efficient fine-tuning method. This article comprehensively explains the complete LoRA fine-tuning process from principles to practice, including environment configuration, dataset preparation, training parameter settings, and model evaluation.

LoRA 微调 PEFT
2025-04 16 分钟阅读
阅读教程 →

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

完全免费,取消任意时间。我们不会发送垃圾邮件。