From 8633674ab6ea1509e8d3f351d8f83784f5ee76b1 Mon Sep 17 00:00:00 2001 From: Zitian Gao Date: Wed, 28 May 2025 18:41:49 +0800 Subject: Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3c89995..a086988 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ accelerate launch train.py \ --max_steps 1000 \ --log_steps 1 \ --save_steps 1 \ - --run_name my_experiment \ - --wandb_project entropy-maximization-ft + --run_name one_shot \ + --wandb_project one-shot-em ``` --- @@ -45,8 +45,8 @@ accelerate launch train.py \ --max_steps 1000 \ --log_steps 1 \ --save_steps 1 \ - --run_name multi_shot_experiment \ - --wandb_project entropy-maximization-ft + --run_name multi_shot \ + --wandb_project one-shot-em ``` --- @@ -85,4 +85,4 @@ We sincerely thank the authors and maintainers of these projects for their excel primaryClass={cs.CL}, url={https://arxiv.org/abs/2505.20282}, } -``` \ No newline at end of file +``` -- cgit v1.2.3