Skip to content

Commit d121ee8

Browse files
committed
Merge branch 'main' of github.com:microsoft/GUI-Actor
2 parents 1f10f7c + 064b2f2 commit d121ee8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
<h4>
3030
<a href="https://www.arxiv.org/pdf/2506.03143">📄 arXiv Paper</a> &nbsp;
3131
<a href="https://aka.ms/GUI-Actor/">🌐 Project Page</a> &nbsp;
32-
<a href="https://huggingface.co/microsoft/GUI-Actor-7B-Qwen2-VL">🤗 Hugging Face Models</a>
32+
<a href="https://huggingface.co/microsoft/GUI-Actor-7B-Qwen2-VL">🤗 Hugging Face Models</a> &nbsp;
33+
<!--a href="https://huggingface.co/spaces/microsoft/GUI-Actor">🤗 Demo</a-->
3334
</h4>
3435

3536
</div>

scripts/train.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ torchrun --nproc_per_node=4 train.py \
2121
--eval_strategy "no" \
2222
--save_strategy "steps" \
2323
--save_steps 2000 \
24-
--learning_rate 1e-4 \
24+
--learning_rate 5e-6 \
2525
--weight_decay 0. \
2626
--warmup_ratio 0.03 \
2727
--lr_scheduler_type "cosine" \

0 commit comments

Comments
 (0)