Skip to content

Commit

Permalink
docs: example add qwenvl
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeyi-Lin committed Dec 2, 2024
1 parent 039598a commit 4cbf957
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vitepress/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
]
},
{
Expand Down
7 changes: 7 additions & 0 deletions zh/examples/qwen_vl_coco.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Qwen2-VL多模态大模型微调实战

:::info
多模态,大语言模型,大模型微调
:::

[训练过程](https://swanlab.cn/@ZeyiLin/Qwen2-VL-finetune/runs/pkgest5xhdn3ukpdy6kv5/chart) | [知乎教程](https://zhuanlan.zhihu.com/p/7144893529)

0 comments on commit 4cbf957

Please sign in to comment.