diff --git a/.vitepress/zh.ts b/.vitepress/zh.ts index 1eb4466..eab6a05 100644 --- a/.vitepress/zh.ts +++ b/.vitepress/zh.ts @@ -187,6 +187,7 @@ function sidebarExamples(): DefaultTheme.SidebarItem[] { { text: 'FashionMNIST', link: 'fashionmnist' }, { text: 'Resnet猫狗分类', link: 'cats_dogs_classification' }, { text: 'Yolo目标检测', link: 'yolo' }, + { text: 'QwenVL多模态大模型微调', link: 'qwen_vl_coco'}, ] }, { diff --git a/zh/examples/qwen_vl_coco.md b/zh/examples/qwen_vl_coco.md new file mode 100644 index 0000000..360adec --- /dev/null +++ b/zh/examples/qwen_vl_coco.md @@ -0,0 +1,7 @@ +# Qwen2-VL多模态大模型微调实战 + +:::info +多模态,大语言模型,大模型微调 +::: + +[训练过程](https://swanlab.cn/@ZeyiLin/Qwen2-VL-finetune/runs/pkgest5xhdn3ukpdy6kv5/chart) | [知乎教程](https://zhuanlan.zhihu.com/p/7144893529) \ No newline at end of file