From 6557742f5145bb40c8e79302e862c88ff23ab60c Mon Sep 17 00:00:00 2001 From: Brikarl <627639128@qq.com> Date: Fri, 15 Mar 2024 16:16:51 +0800 Subject: [PATCH] Fix video_chat2 README dead link. --- video_chat2/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/video_chat2/README.md b/video_chat2/README.md index 332e77b..f250099 100644 --- a/video_chat2/README.md +++ b/video_chat2/README.md @@ -59,9 +59,9 @@ With the rapid development of Multi-modal Large Language Models (MLLMs), a numbe | | ViT | QFormer | LLM | LoRA | shell | Model | |--------|:-------:|:------:|:------:|:------:|:------:|:------:| -| Stage1 | :snowflake: | :fire: | :no_entry_sign: | :no_entry_sign: | [config](./scripts/config_7b_stage1.py) & [run]((./scripts/run_7b_stage1.sh)) | [ckpt](https://pjlab-gvm-data.oss-cn-shanghai.aliyuncs.com/videochat2/umt_l16_qformer.pth) | -| Stage2 | :fire: | :fire: | :snowflake: | :no_entry_sign: | [config](./scripts/config_7b_stage2.py) & [run]((./scripts/run_7b_stage2.sh)) | [ckpt](https://pjlab-gvm-data.oss-cn-shanghai.aliyuncs.com/videochat2/videochat2_7b_stage2.pth) | -| Stage3 | :fire: | :fire: | :snowflake:| :fire: | [config](./scripts/config_7b_stage3.py) & [run]((./scripts/run_7b_stage3.sh)) | [ckpt](https://pjlab-gvm-data.oss-cn-shanghai.aliyuncs.com/videochat2/videochat2_7b_stage3.pth) | +| Stage1 | :snowflake: | :fire: | :no_entry_sign: | :no_entry_sign: | [config](./scripts/config_7b_stage1.py) & [run](./scripts/run_7b_stage1.sh) | [ckpt](https://pjlab-gvm-data.oss-cn-shanghai.aliyuncs.com/videochat2/umt_l16_qformer.pth) | +| Stage2 | :fire: | :fire: | :snowflake: | :no_entry_sign: | [config](./scripts/config_7b_stage2.py) & [run](./scripts/run_7b_stage2.sh) | [ckpt](https://pjlab-gvm-data.oss-cn-shanghai.aliyuncs.com/videochat2/videochat2_7b_stage2.pth) | +| Stage3 | :fire: | :fire: | :snowflake:| :fire: | [config](./scripts/config_7b_stage3.py) & [run](./scripts/run_7b_stage3.sh) | [ckpt](https://pjlab-gvm-data.oss-cn-shanghai.aliyuncs.com/videochat2/videochat2_7b_stage3.pth) | #### [Instruction Data](./DATA.md)