From efe7472416ebe5a46ef448db8fc622be373c8a9d Mon Sep 17 00:00:00 2001 From: Ree Liu Date: Fri, 4 Jul 2025 14:18:25 +0800 Subject: [PATCH] Update README --- .gitignore | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b331dac --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.pth \ No newline at end of file diff --git a/README.md b/README.md index b628523..64ccda4 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Follow the steps **in the given order**: #### 2. **Set up the parameter projector**: - Download the base model [Qwen2-VL-2B-Instruct](https://huggingface.co/Qwen/Qwen2-VL-2B-Instruct/tree/main) and place the modal to `lmm_utils/Qwen/Qwen2-VL-2B-Instruct/`. -- Download the fine-tuned weights file [model.pth](lmm_utils/Qwen/qwen2vl_lora_mlp/model.pth), and place it in `lmm_utils/Qwen/qwen2vl_lora_mlp/`. +- Download the fine-tuned weights file from [Google Drive](https://drive.google.com/file/d/1CL7OLUq6fYcwoDuLRkBxtKNxJ0_G73U-/view?usp=sharing), and place it in `lmm_utils/Qwen/qwen2vl_lora_mlp/`. --- ## Testing with GUI